Check firebird.log [no messages found for interval when this test was running]
Jump to: output_first_mismatch    outcomes_full_history    elapsed_time_chart
Show cross-report outcomes.

Annotation type Annotation details
2 @message
assert   
    iter: no_use_svc
  - gbak: WARNING:Wrong parallel workers value 3, valid range are from 1 to 2

LOG DETAILS:

2025-03-28 13:42:48.921
2025-03-28 13:42:48.922 act = <firebird.qa.plugin.Action object at [hex]>
2025-03-28 13:42:48.922 tmp_fbk = WindowsPath('H:/QA/temp/qa2024.tmp/fbqa/test_12297/tmp_333be4bf.fbk')
2025-03-28 13:42:48.922 tmp_res = WindowsPath('H:/QA/temp/qa2024.tmp/fbqa/test_12297/tmp_333be4bf.fdb')
2025-03-28 13:42:48.922 tmp_log = WindowsPath('H:/QA/temp/qa2024.tmp/fbqa/test_12297/tmp_333be4bf.log')
2025-03-28 13:42:48.922 capsys = <_pytest.capture.CaptureFixture object at [hex]>
2025-03-28 13:42:48.922
2025-03-28 13:42:48.922     @pytest.mark.version('>=5.0')
2025-03-28 13:42:48.922     def test_1(act: Action, tmp_fbk: Path, tmp_res: Path, tmp_log: Path, capsys):
2025-03-28 13:42:48.922
2025-03-28 13:42:48.922         max_parallel_wrk = -1
2025-03-28 13:42:48.922         with act.db.connect() as con:
2025-03-28 13:42:48.922             cur = con.cursor()
2025-03-28 13:42:48.922             cur.execute("select g.rdb$config_value from rdb$config g where upper(g.rdb$config_name) = upper('MaxParallelWorkers')")
2025-03-28 13:42:48.922             for r in cur:
2025-03-28 13:42:48.922                 max_parallel_wrk = int(r[0])
2025-03-28 13:42:48.922
2025-03-28 13:42:48.922         assert max_parallel_wrk > 1, "Config parameter 'MaxParallelWorkers' must have value greater than 1"
2025-03-28 13:42:48.922
2025-03-28 13:42:48.922         act.gbak(switches=['-b', str(act.db.dsn), str(tmp_fbk)])
2025-03-28 13:42:48.922
2025-03-28 13:42:48.922         for iter in ('embedded', 'no_use_svc','using_svc'):
2025-03-28 13:42:48.923             with open(tmp_log,'w') as f:
2025-03-28 13:42:48.923                 if iter == 'embedded':
2025-03-28 13:42:48.923                     subprocess.call( [
2025-03-28 13:42:48.923                                         act.vars['gbak']
2025-03-28 13:42:48.923                                        ,'-rep'
2025-03-28 13:42:48.923                                        ,'-v'
2025-03-28 13:42:48.923                                        ,'-par', str(max_parallel_wrk+1)
2025-03-28 13:42:48.923                                        ,tmp_fbk
2025-03-28 13:42:48.923                                        ,tmp_res
2025-03-28 13:42:48.923                                      ]
2025-03-28 13:42:48.923                                      ,stdout = f, stderr = subprocess.STDOUT
2025-03-28 13:42:48.923                                    )
2025-03-28 13:42:48.923                 elif iter == 'no_use_svc':
2025-03-28 13:42:48.923                     subprocess.call( [
2025-03-28 13:42:48.923                                         act.vars['gbak']
2025-03-28 13:42:48.923                                        ,'-rep'
2025-03-28 13:42:48.923                                        ,'-user', act.db.user
2025-03-28 13:42:48.923                                        ,'-pass', act.db.password
2025-03-28 13:42:48.923                                        ,'-v'
2025-03-28 13:42:48.923                                        ,'-par', str(max_parallel_wrk+1)
2025-03-28 13:42:48.924                                        ,tmp_fbk
2025-03-28 13:42:48.924                                        ,'localhost:' + str(tmp_res)
2025-03-28 13:42:48.924                                      ]
2025-03-28 13:42:48.924                                      ,stdout = f, stderr = subprocess.STDOUT
2025-03-28 13:42:48.924                                    )
2025-03-28 13:42:48.924                 else:
2025-03-28 13:42:48.924                     subprocess.call( [
2025-03-28 13:42:48.924                                         act.vars['gbak']
2025-03-28 13:42:48.924                                        ,'-rep'
2025-03-28 13:42:48.924                                        ,'-user', act.db.user
2025-03-28 13:42:48.924                                        ,'-pass', act.db.password
2025-03-28 13:42:48.924                                        ,'-v'
2025-03-28 13:42:48.924                                        ,'-par', str(max_parallel_wrk+1)
2025-03-28 13:42:48.924                                        ,'-se', 'localhost:service_mgr'
2025-03-28 13:42:48.924                                        ,tmp_fbk
2025-03-28 13:42:48.924                                        ,tmp_res
2025-03-28 13:42:48.924                                      ]
2025-03-28 13:42:48.924                                      ,stdout = f, stderr = subprocess.STDOUT
2025-03-28 13:42:48.924                                    )
2025-03-28 13:42:48.924             print(f'iter: {iter}')
2025-03-28 13:42:48.925             with open(tmp_log,'r') as f:
2025-03-28 13:42:48.925                 for line in f:
2025-03-28 13:42:48.925                     print(line)
2025-03-28 13:42:48.925
2025-03-28 13:42:48.925             act.expected_stdout = f"""
2025-03-28 13:42:48.925                 iter: {iter}
2025-03-28 13:42:48.925                 gbak: WARNING:Wrong parallel workers value {max_parallel_wrk+1}, valid range are from 1 to {max_parallel_wrk}
2025-03-28 13:42:48.925             """
2025-03-28 13:42:48.925
2025-03-28 13:42:48.925             act.stdout = capsys.readouterr().out
2025-03-28 13:42:48.925 >           assert act.clean_stdout == act.clean_expected_stdout
2025-03-28 13:42:48.925 E           assert
2025-03-28 13:42:48.925 E               iter: no_use_svc
2025-03-28 13:42:48.925 E             - gbak: WARNING:Wrong parallel workers value 3, valid range are from 1 to 2
2025-03-28 13:42:48.925
2025-03-28 13:42:48.925 tests\functional\tabloid\test_333be4bf.py:111: AssertionError
2025-03-28 13:42:48.925 ---------------------------- Captured stdout setup ----------------------------
2025-03-28 13:42:48.925 Creating db: localhost:H:\QA\temp\qa2024.tmp\fbqa\test_12297\test.fdb [page_size=None, sql_dialect=None, charset='NONE', user=SYSDBA, password=masterkey]
3 #text
act = <firebird.qa.plugin.Action pytest object at [hex]>
tmp_fbk = WindowsPath('H:/QA/temp/qa2024.tmp/fbqa/test_12297/tmp_333be4bf.fbk')
tmp_res = WindowsPath('H:/QA/temp/qa2024.tmp/fbqa/test_12297/tmp_333be4bf.fdb')
tmp_log = WindowsPath('H:/QA/temp/qa2024.tmp/fbqa/test_12297/tmp_333be4bf.log')
capsys = <_pytest.capture.CaptureFixture pytest object at [hex]>

    @pytest.mark.version('>=5.0')
    def test_1(act: Action, tmp_fbk: Path, tmp_res: Path, tmp_log: Path, capsys):
    
        max_parallel_wrk = -1
        with act.db.connect() as con:
            cur = con.cursor()
            cur.execute("select g.rdb$config_value from rdb$config g where upper(g.rdb$config_name) = upper('MaxParallelWorkers')")
            for r in cur:
                max_parallel_wrk = int(r[0])
    
        assert max_parallel_wrk > 1, "Config parameter 'MaxParallelWorkers' must have value greater than 1"
    
        act.gbak(switches=['-b', str(act.db.dsn), str(tmp_fbk)])
    
        for iter in ('embedded', 'no_use_svc','using_svc'):
            with open(tmp_log,'w') as f:
                if iter == 'embedded':
                    subprocess.call( [
                                        act.vars['gbak']
                                       ,'-rep'
                                       ,'-v'
                                       ,'-par', str(max_parallel_wrk+1)
                                       ,tmp_fbk
                                       ,tmp_res
                                     ]
                                     ,stdout = f, stderr = subprocess.STDOUT
                                   )
                elif iter == 'no_use_svc':
                    subprocess.call( [
                                        act.vars['gbak']
                                       ,'-rep'
                                       ,'-user', act.db.user
                                       ,'-pass', act.db.password
                                       ,'-v'
                                       ,'-par', str(max_parallel_wrk+1)
                                       ,tmp_fbk
                                       ,'localhost:' + str(tmp_res)
                                     ]
                                     ,stdout = f, stderr = subprocess.STDOUT
                                   )
                else:
                    subprocess.call( [
                                        act.vars['gbak']
                                       ,'-rep'
                                       ,'-user', act.db.user
                                       ,'-pass', act.db.password
                                       ,'-v'
                                       ,'-par', str(max_parallel_wrk+1)
                                       ,'-se', 'localhost:service_mgr'
                                       ,tmp_fbk
                                       ,tmp_res
                                     ]
                                     ,stdout = f, stderr = subprocess.STDOUT
                                   )
            print(f'iter: {iter}')
            with open(tmp_log,'r') as f:
                for line in f:
                    print(line)
    
            act.expected_stdout = f"""
                iter: {iter}
                gbak: WARNING:Wrong parallel workers value {max_parallel_wrk+1}, valid range are from 1 to {max_parallel_wrk}
            """
    
            act.stdout = capsys.readouterr().out
>           assert act.clean_stdout == act.clean_expected_stdout
E           assert   
E               iter: no_use_svc
E             - gbak: WARNING:Wrong parallel workers value 3, valid range are from 1 to 2

tests\functional\tabloid\test_333be4bf.py:111: AssertionError
Full history of outcomes and elapsed time, ms:
NN SNAP_INFO CS_outcome SS_outcome CS_run_time SS_run_time CS_run_beg CS_run_end SS_run_beg SS_run_end
1 5.0.3.1657 2025.06.20 8b4d2 F F 1425 1009 2025.06.26 11:35:09.978 2025.06.26 11:35:11.403 2025.06.26 10:30:54.304 2025.06.26 10:30:55.313
2 5.0.3.1657 2025.06.19 4bd4c F F 1532 998 2025.06.20 05:39:21.000 2025.06.20 05:39:22.532 2025.06.20 04:35:08.027 2025.06.20 04:35:09.025
3 5.0.3.1657 2025.06.11 dae6f F F 1427 997 2025.06.19 11:10:52.726 2025.06.19 11:10:54.153 2025.06.19 10:06:34.520 2025.06.19 10:06:35.517
4 5.0.3.1657 2025.06.10 dbc92 F F 1691 1241 2025.06.11 08:57:08.283 2025.06.11 08:57:09.974 2025.06.11 07:52:36.869 2025.06.11 07:52:38.110
5 5.0.3.1656 2025.06.05 00512 F F 1452 1432 2025.06.10 10:12:23.059 2025.06.10 10:12:24.511 2025.06.10 09:07:38.277 2025.06.10 09:07:39.709
6 5.0.3.1656 2025.05.20 c4b11 F F 1456 1242 2025.06.03 09:58:49.824 2025.06.03 09:58:51.280 2025.06.03 08:55:26.027 2025.06.03 08:55:27.269
7 5.0.3.1652 2025.05.13 f51c6 F F 1428 985 2025.05.21 06:39:49.496 2025.05.21 06:39:50.924 2025.05.21 05:36:44.863 2025.05.21 05:36:45.848
8 5.0.3.1651 2025.05.08 ee9d2 F E 1460 2224 2025.05.13 06:52:29.817 2025.05.13 06:52:31.277 2025.05.13 05:46:36.368 2025.05.13 05:46:38.592
9 5.0.3.1651 2025.05.04 3d914 F E 1456 2221 2025.05.09 04:41:32.921 2025.05.09 04:41:34.377 2025.05.09 03:35:34.382 2025.05.09 03:35:36.603
10 5.0.3.1651 2025.04.30 141ef F E 1469 2242 2025.05.02 04:49:05.006 2025.05.02 04:49:06.475 2025.05.02 03:43:27.230 2025.05.02 03:43:29.472
11 5.0.3.1650 2025.04.30 6253f F E 1459 2473 2025.05.01 04:48:12.689 2025.05.01 04:48:14.148 2025.05.01 03:42:23.597 2025.05.01 03:42:26.070
12 5.0.3.1650 2025.04.28 4cbff F E 1458 2448 2025.04.30 04:47:11.153 2025.04.30 04:47:12.611 2025.04.30 03:41:36.792 2025.04.30 03:41:39.240
13 5.0.3.1649 2025.04.21 5b2d0 F E 1560 2239 2025.04.26 10:21:19.343 2025.04.26 10:21:20.903 2025.04.26 09:14:39.432 2025.04.26 09:14:41.671
14 5.0.3.1648 2025.04.18 2f4c5 F F 1434 1006 2025.04.20 04:32:29.293 2025.04.20 04:32:30.727 2025.04.20 03:28:22.321 2025.04.20 03:28:23.327
15 5.0.3.1635 2025.04.03 f6bd1 F E 1455 2442 2025.04.18 07:00:11.732 2025.04.18 07:00:13.187 2025.04.18 05:53:48.254 2025.04.18 05:53:50.696
16 5.0.3.1635 2025.03.31 22ec6 F E 1484 2425 2025.04.03 10:05:59.809 2025.04.03 10:06:01.293 2025.04.03 08:59:12.705 2025.04.03 08:59:15.130
17 5.0.3.1633 2025.03.28 3123a F E 1506 2433 2025.03.31 10:04:24.657 2025.03.31 10:04:26.163 2025.03.31 08:57:41.805 2025.03.31 08:57:44.238
18 5.0.3.1633 2025.03.27 e0fb8 F E 1861 2442 2025.03.28 10:36:27.667 2025.03.28 10:36:29.528 2025.03.28 09:25:39.826 2025.03.28 09:25:42.268
19 5.0.3.1631 2025.03.25 bda65 F F 1550 1073 2025.03.27 10:16:57.069 2025.03.27 10:16:58.619 2025.03.27 09:08:58.513 2025.03.27 09:08:59.586
20 5.0.3.1631 2025.03.21 1925b F F 1511 1313 2025.03.25 06:51:04.474 2025.03.25 06:51:05.985 2025.03.25 05:43:04.303 2025.03.25 05:43:05.616
21 5.0.3.1629 2025.03.18 506d7 F F 1550 1355 2025.03.20 09:51:02.489 2025.03.20 09:51:04.039 2025.03.20 08:43:03.625 2025.03.20 08:43:04.980
22 5.0.3.1628 2025.03.14 16d05 F F 1458 1009 2025.03.18 09:45:01.365 2025.03.18 09:45:02.823 2025.03.18 08:38:38.390 2025.03.18 08:38:39.399
23 5.0.3.1627 2025.02.26 4e218 F F 1536 1245 2025.03.13 10:04:50.191 2025.03.13 10:04:51.727 2025.03.13 08:56:21.073 2025.03.13 08:56:22.318
24 5.0.3.1624 2025.02.25 dc3b2 F F 1521 1059 2025.02.26 15:36:57.730 2025.02.26 15:36:59.251 2025.02.26 14:29:14.381 2025.02.26 14:29:15.440
25 5.0.2.1615 2025.02.20 4a726 F E 1461 2422 2025.02.25 08:50:42.831 2025.02.25 08:50:44.292 2025.02.25 07:41:53.500 2025.02.25 07:41:55.922
26 5.0.2.1615 2025.02.14 9cb76 F F 1505 1084 2025.02.15 04:18:16.195 2025.02.15 04:18:17.700 2025.02.15 03:12:49.303 2025.02.15 03:12:50.387
27 5.0.2.1577 2025.02.07 f50a2 F F 1478 1012 2025.02.14 06:30:59.381 2025.02.14 06:31:00.859 2025.02.14 05:26:36.457 2025.02.14 05:26:37.469
28 5.0.2.1577 2024.12.24 3c80e F F 1467 1229 2025.02.06 09:44:34.485 2025.02.06 09:44:35.952 2025.02.06 08:40:10.774 2025.02.06 08:40:12.003
29 5.0.2.1576 2024.12.17 646b0 F F 1430 1005 2024.12.24 09:27:39.938 2024.12.24 09:27:41.368 2024.12.24 08:23:19.365 2024.12.24 08:23:20.370
30 5.0.2.1575 2024.12.09 9af52 F F 1445 1004 2024.12.16 09:24:20.509 2024.12.16 09:24:21.954 2024.12.16 08:20:13.866 2024.12.16 08:20:14.870
31 5.0.2.1575 2024.12.08 63d39 F F 1328 902 2024.12.09 15:12:34.855 2024.12.09 15:12:36.183 2024.12.09 14:13:30.423 2024.12.09 14:13:31.325
32 5.0.2.1571 2024.12.08 8d11a F F 1369 910 2024.12.09 06:26:15.855 2024.12.09 06:26:17.224 2024.12.09 05:25:10.169 2024.12.09 05:25:11.079
33 5.0.2.1567 2024.12.07 b01a2 F F 1479 919 2024.12.08 02:04:54.783 2024.12.08 02:04:56.262 2024.12.08 01:02:02.210 2024.12.08 01:02:03.129
34 5.0.2.1567 2024.12.02 6ae74 F F 1420 895 2024.12.04 09:08:08.908 2024.12.04 09:08:10.328 2024.12.04 08:09:03.606 2024.12.04 08:09:04.501
35 5.0.2.1567 2024.11.26 56e63 F F 1445 1027 2024.11.30 09:14:23.185 2024.11.30 09:14:24.630 2024.11.30 08:10:53.347 2024.11.30 08:10:54.374
36 5.0.2.1567 2024.11.21 96f61 F F 1454 1000 2024.11.27 09:11:04.192 2024.11.27 09:11:05.646 2024.11.27 08:08:15.254 2024.11.27 08:08:16.254
37 5.0.2.1567 2024.11.18 e1289 F E 1467 2436 2024.11.21 09:29:29.354 2024.11.21 09:29:30.821 2024.11.21 08:24:13.415 2024.11.21 08:24:15.851
38 5.0.2.1533 2024.10.23 0ec43 F F 1426 1014 2024.11.18 09:05:23.682 2024.11.18 09:05:25.108 2024.11.18 08:01:43.453 2024.11.18 08:01:44.467
39 5.0.2.1533 2024.10.22 8af7a F F 1480 1077 2024.10.23 09:12:33.373 2024.10.23 09:12:34.853 2024.10.23 08:09:38.799 2024.10.23 08:09:39.876
40 5.0.2.1532 2024.10.15 36dc0 F F 1575 1017 2024.10.22 15:14:45.366 2024.10.22 15:14:46.941 2024.10.22 14:11:42.169 2024.10.22 14:11:43.186
41 5.0.2.1518 2024.10.04 259ba F F 1479 1023 2024.10.15 09:08:41.583 2024.10.15 09:08:43.062 2024.10.15 08:06:02.632 2024.10.15 08:06:03.655
42 5.0.2.1518 2024.09.26 703cd F F 1467 1044 2024.10.03 09:13:33.449 2024.10.03 09:13:34.916 2024.10.03 08:10:30.998 2024.10.03 08:10:32.042
43 5.0.2.1489 2024.08.31 994a6 F E 1736 2469 2024.09.26 09:32:47.973 2024.09.26 09:32:49.709 2024.09.26 08:26:48.862 2024.09.26 08:26:51.331
44 5.0.2.1476 2024.08.09 843ea F E 1721 2450 2024.09.01 09:21:44.029 2024.09.01 09:21:45.750 2024.09.01 08:13:52.211 2024.09.01 08:13:54.661
45 5.0.1.1454 2024.08.08 30f9f F F 1954 1157 2024.08.09 09:02:44.097 2024.08.09 09:02:46.051 2024.08.09 07:59:36.546 2024.08.09 07:59:37.703
46 5.0.1.1453 2024.08.07 ebbc3 F F 1743 1147 2024.08.08 20:17:03.442 2024.08.08 20:17:05.185 2024.08.08 19:13:23.934 2024.08.08 19:13:25.081
47 5.0.1.1453 2024.08.06 1b9d0 F F 1577 1206 2024.08.07 08:30:42.509 2024.08.07 08:30:44.086 2024.08.07 07:32:44.286 2024.08.07 07:32:45.492
48 5.0.1.1453 2024.07.30 48044 F F 1568 1043 2024.08.03 08:29:38.518 2024.08.03 08:29:40.086 2024.08.03 07:31:33.568 2024.08.03 07:31:34.611
49 5.0.1.1453 2024.07.28 8d956 F F 1554 1201 2024.07.30 08:09:18.889 2024.07.30 08:09:20.443 2024.07.30 07:12:55.862 2024.07.30 07:12:57.063
50 5.0.1.1429 2024.07.19 8ee90 F F 1568 1204 2024.07.27 08:07:55.960 2024.07.27 08:07:57.528 2024.07.27 07:12:04.646 2024.07.27 07:12:05.850
51 5.0.1.1428 2024.07.15 00392 F F 1492 1031 2024.07.19 08:03:26.489 2024.07.19 08:03:27.981 2024.07.19 07:07:33.420 2024.07.19 07:07:34.451
52 5.0.1.1428 2024.06.30 67a31 F F 1495 1047 2024.07.15 08:15:59.064 2024.07.15 08:16:00.559 2024.07.15 07:18:46.711 2024.07.15 07:18:47.758
53 5.0.1.1415 2024.06.12 f8731 F F 1481 1039 2024.06.22 05:13:18.588 2024.06.22 05:13:20.069 2024.06.22 04:18:00.671 2024.06.22 04:18:01.710
54 5.0.1.1415 2024.06.11 31d74 F F 1266 797 2024.06.11 23:43:15.474 2024.06.11 23:43:16.740 2024.06.11 22:51:07.995 2024.06.11 22:51:08.792
55 5.0.1.1401 2024.06.05 f9b76 F F 1282 797 2024.06.11 04:34:10.243 2024.06.11 04:34:11.525 2024.06.11 03:41:48.379 2024.06.11 03:41:49.176
56 5.0.1.1398 2024.05.10 5e3ce F F 1266 797 2024.05.25 05:28:55.138 2024.05.25 05:28:56.404 2024.05.25 04:36:59.088 2024.05.25 04:36:59.885
57 5.0.1.1397 2024.05.09 ee2ef F F 1219 797 2024.05.10 05:24:52.299 2024.05.10 05:24:53.518 2024.05.10 04:33:28.505 2024.05.10 04:33:29.302
58 5.0.1.1392 2024.04.29 7dbc2 F F 1250 797 2024.05.09 17:14:39.994 2024.05.09 17:14:41.244 2024.05.09 16:22:58.503 2024.05.09 16:22:59.300
59 5.0.1.1386 2024.04.25 c0328 F F 1250 797 2024.04.29 05:23:52.397 2024.04.29 05:23:53.647 2024.04.29 04:32:33.547 2024.04.29 04:32:34.344
60 5.0.1.1386 2024.04.20 80571 F F 1219 797 2024.04.25 05:26:27.838 2024.04.25 05:26:29.057 2024.04.25 04:34:17.989 2024.04.25 04:34:18.786
61 5.0.1.1378 2024.04.07 5292b F E 1250 2204 2024.04.20 05:46:10.456 2024.04.20 05:46:11.706 2024.04.20 04:50:05.637 2024.04.20 04:50:07.841
62 5.0.1.1346 2024.03.16 fe320 F F 1172 765 2024.04.07 03:44:25.546 2024.04.07 03:44:26.718 2024.04.07 02:57:35.111 2024.04.07 02:57:35.876
63 5.0.1.1346 2024.03.02 da408 F F 1187 765 2024.03.25 22:32:02.218 2024.03.25 22:32:03.405 2024.03.25 21:45:19.163 2024.03.25 21:45:19.928
64 5.0.1.1340 2024.02.17 08a71 F F 1171 765 2024.03.26 00:01:46.167 2024.03.26 00:01:47.338 2024.03.25 23:15:03.220 2024.03.25 23:15:03.985
65 5.0.1.1325 2024.02.06 c98fb F E 1171 2296 2024.03.26 02:33:12.820 2024.03.26 02:33:13.991 2024.03.26 01:42:56.081 2024.03.26 01:42:58.377
66 5.0.1.1325 2024.02.02 1d438 F E 1218 2203 2024.03.26 07:50:38.225 2024.03.26 07:50:39.443 2024.03.26 06:59:27.565 2024.03.26 06:59:29.768
67 5.0.1.1325 2024.01.26 cffb6 F E 1187 2327 2024.03.26 10:16:23.915 2024.03.26 10:16:25.102 2024.03.26 09:26:07.720 2024.03.26 09:26:10.047
68 5.0.1.1325 2024.01.26 d3810 F E 1171 2327 2024.03.26 12:08:06.010 2024.03.26 12:08:07.181 2024.03.26 11:17:57.214 2024.03.26 11:17:59.541
69 5.0.1.1318 2024.01.21 a7ca3 F F 1171 765 2024.03.26 13:37:07.364 2024.03.26 13:37:08.535 2024.03.26 12:50:30.013 2024.03.26 12:50:30.778
70 5.0.1.1318 2024.01.21 d429d F F 1187 749 2024.03.26 15:18:43.576 2024.03.26 15:18:44.763 2024.03.26 14:32:09.524 2024.03.26 14:32:10.273
71 5.0.1.1318 2024.01.21 f1ab5 F F 1202 764 2024.03.26 17:34:42.891 2024.03.26 17:34:44.093 2024.03.26 16:48:05.876 2024.03.26 16:48:06.640
72 5.0.1.1318 2024.01.20 46722 F F 1186 765 2024.03.26 19:01:41.093 2024.03.26 19:01:42.279 2024.03.26 18:15:10.876 2024.03.26 18:15:11.641

Elapsed time, ms. Chart for last 72 runs:

Last commits information (all timestamps in UTC):