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   
    restore_log
    gbak:finishing, closing, and going home
    gbak:adjusting the ONLINE and FORCED WRITES flags
    check_metadata
    RDB$INDEX_NAME TEST_X
    RDB$INDEX_INACTIVE 1
    RDB$INDEX_NAME TEST_Y
    RDB$INDEX_INACTIVE 1
    Records affected: 2
    RDB$PACKAGE_NAME <null>
    SP_NAME SP_INIT
    SP_VALID_BLR 1
    RDB$PACKAGE_NAME <null>
    SP_NAME SP_MAIN
    SP_VALID_BLR 1
    RDB$PACKAGE_NAME <null>
    SP_NAME SP_WORKER
    SP_VALID_BLR 1
    RDB$PACKAGE_NAME PG_TEST
    SP_NAME PG_SP_WORKER
    SP_VALID_BLR 1
    Records affected: 4
    RDB$PACKAGE_NAME <null>
    FN_NAME FN_INIT
    FN_VALID_BLR 1
    RDB$PACKAGE_NAME <null>
    FN_NAME FN_MAIN
    FN_VALID_BLR 1
    RDB$PACKAGE_NAME <null>
    FN_NAME FN_WORKER
    FN_VALID_BLR 1
    RDB$PACKAGE_NAME PG_TEST
    FN_NAME PG_FN_WORKER
    FN_VALID_BLR 1
    Records affected: 4
    RDB$TRIGGER_NAME TEST_BI
    RDB$TRIGGER_INACTIVE 0
    TG_VALID_BLR 1
    Records affected: 1
    check_avail_db_objects
    select * from v_worker;
    Statement failed, SQLSTATE = 42000
    invalid request BLR at offset
  - -there is no index TEST_Y for table TEST
  + -there is no index "PUBLIC"."TEST_Y" for table "PUBLIC"."TEST"
    execute procedure sp_main;
    Statement failed, SQLSTATE = 2F000
  - Error while parsing procedure SP_MAIN's BLR
  + Error while parsing procedure "PUBLIC"."SP_MAIN"'s BLR
  - -Error while parsing procedure SP_WORKER's BLR
  + -Error while parsing procedure "PUBLIC"."SP_WORKER"'s BLR
    invalid request BLR at offset
  - -there is no index TEST_X for table TEST
  + -there is no index "PUBLIC"."TEST_X" for table "PUBLIC"."TEST"
    select fn_main() from rdb$database;
    Statement failed, SQLSTATE = 2F000
  - Error while parsing function FN_MAIN's BLR
  + Error while parsing function "PUBLIC"."FN_MAIN"'s BLR
  - -Error while parsing function FN_WORKER's BLR
  + -Error while parsing function "PUBLIC"."FN_WORKER"'s BLR
    invalid request BLR at offset
  - -there is no index TEST_X for table TEST
  + -there is no index "PUBLIC"."TEST_X" for table "PUBLIC"."TEST"
    execute procedure pg_test.pg_sp_worker;
    Statement failed, SQLSTATE = 2F000
  - Error while parsing procedure PG_TEST.PG_SP_WORKER's BLR
  + Error while parsing procedure "PUBLIC"."PG_TEST"."PG_SP_WORKER"'s BLR
    invalid request BLR at offset
  - -there is no index TEST_X for table TEST
  + -there is no index "PUBLIC"."TEST_X" for table "PUBLIC"."TEST"
    select pg_test.pg_fn_worker() from rdb$database;
    Statement failed, SQLSTATE = 2F000
  - Error while parsing function PG_TEST.PG_FN_WORKER's BLR
  + Error while parsing function "PUBLIC"."PG_TEST"."PG_FN_WORKER"'s BLR
    invalid request BLR at offset
  - -there is no index TEST_X for table TEST
  + -there is no index "PUBLIC"."TEST_X" for table "PUBLIC"."TEST"
    insert into test(id, x, y) values(-1, -1, -1) returning id, x, y;
    Statement failed, SQLSTATE = 42000
    invalid request BLR at offset
  - -there is no index TEST_X for table TEST
  + -there is no index "PUBLIC"."TEST_X" for table "PUBLIC"."TEST"

LOG DETAILS:

2025-06-30 05:37:46.030
2025-06-30 05:37:46.036 act = <firebird.qa.plugin.Action object at [hex]>
2025-06-30 05:37:46.043 tmp_fbk = PosixPath('/var/tmp/qa_2024/test_1277/tmp_core_1725.fbk')
2025-06-30 05:37:46.050 tmp_fdb = PosixPath('/var/tmp/qa_2024/test_1277/tmp_core_1725.fdb')
2025-06-30 05:37:46.058 capsys = <_pytest.capture.CaptureFixture object at [hex]>
2025-06-30 05:37:46.064
2025-06-30 05:37:46.074 @pytest.mark.version('>=3.0.6')
2025-06-30 05:37:46.087 def test_1(act: Action, tmp_fbk: Path, tmp_fdb: Path, capsys):
2025-06-30 05:37:46.095
2025-06-30 05:37:46.106 outcomes_map = defaultdict(str)
2025-06-30 05:37:46.117
2025-06-30 05:37:46.125 act.gbak(switches=['-b', act.db.dsn, str(tmp_fbk)])
2025-06-30 05:37:46.135
2025-06-30 05:37:46.147 # restore _WITHOUT_ building indices:
2025-06-30 05:37:46.156 act.gbak(switches=['-rep', '-i', '-v', str(tmp_fbk), str(tmp_fdb) ], combine_output = True, io_enc = locale.getpreferredencoding())
2025-06-30 05:37:46.163
2025-06-30 05:37:46.168 watching_patterns = [re.compile(x, re.IGNORECASE) for x in (r'gbak:\s?ERROR(:)?\s?', r'gbak:finis.*\s+going home', r'gbak:adjust.*\s+flags')]
2025-06-30 05:37:46.174
2025-06-30 05:37:46.179 for line in act.clean_stdout.splitlines():
2025-06-30 05:37:46.185 for p in watching_patterns:
2025-06-30 05:37:46.190 if p.search(line):
2025-06-30 05:37:46.195 outcomes_map['restore_log'] += line+'\n'
2025-06-30 05:37:46.200 act.reset()
2025-06-30 05:37:46.206
2025-06-30 05:37:46.211 ###########################################################################
2025-06-30 05:37:46.217
2025-06-30 05:37:46.223 check_metadata = """
2025-06-30 05:37:46.230 set list on;
2025-06-30 05:37:46.236 set count on;
2025-06-30 05:37:46.243
2025-06-30 05:37:46.250 select ri.rdb$index_name, ri.rdb$index_inactive from rdb$indices ri where ri.rdb$relation_name = upper('test') and ri.rdb$index_name starting with upper('test');
2025-06-30 05:37:46.259
2025-06-30 05:37:46.271 select p.rdb$package_name, p.rdb$procedure_name as sp_name, p.rdb$valid_blr as sp_valid_blr
2025-06-30 05:37:46.279 from rdb$procedures p
2025-06-30 05:37:46.288 where p.rdb$system_flag is distinct from 1
2025-06-30 05:37:46.300 order by p.rdb$package_name, p.rdb$procedure_name
2025-06-30 05:37:46.308 ;
2025-06-30 05:37:46.315
2025-06-30 05:37:46.322 select f.rdb$package_name, f.rdb$function_name as fn_name, f.rdb$valid_blr as fn_valid_blr
2025-06-30 05:37:46.331 from rdb$functions f
2025-06-30 05:37:46.343 where f.rdb$system_flag is distinct from 1
2025-06-30 05:37:46.353 order by f.rdb$package_name, f.rdb$function_name
2025-06-30 05:37:46.360 ;
2025-06-30 05:37:46.367
2025-06-30 05:37:46.381 select rt.rdb$trigger_name, rt.rdb$trigger_inactive, rt.rdb$valid_blr as tg_valid_blr
2025-06-30 05:37:46.392 from rdb$triggers rt
2025-06-30 05:37:46.401 where
2025-06-30 05:37:46.408 rt.rdb$system_flag is distinct from 1 and
2025-06-30 05:37:46.415 rt.rdb$relation_name = upper('test')
2025-06-30 05:37:46.421 ;
2025-06-30 05:37:46.426
2025-06-30 05:37:46.430 set count off;
2025-06-30 05:37:46.435 """
2025-06-30 05:37:46.440 act.isql(switches=['-nod', '-q', str(tmp_fdb)], input = check_metadata, credentials = True, charset = 'utf8', connect_db = False, combine_output = True, io_enc = locale.getpreferredencoding())
2025-06-30 05:37:46.445 for line in act.clean_stdout.splitlines():
2025-06-30 05:37:46.450 outcomes_map['check_metadata'] += line+'\n'
2025-06-30 05:37:46.455 act.reset()
2025-06-30 05:37:46.460
2025-06-30 05:37:46.465 ###########################################################################
2025-06-30 05:37:46.475
2025-06-30 05:37:46.482 check_avail_db_objects = """
2025-06-30 05:37:46.488 set list on;
2025-06-30 05:37:46.494 set echo on;
2025-06-30 05:37:46.501 select * from v_worker;
2025-06-30 05:37:46.508
2025-06-30 05:37:46.513 execute procedure sp_main;
2025-06-30 05:37:46.522
2025-06-30 05:37:46.529 select fn_main() from rdb$database;
2025-06-30 05:37:46.535
2025-06-30 05:37:46.543 execute procedure pg_test.pg_sp_worker;
2025-06-30 05:37:46.551
2025-06-30 05:37:46.559 select pg_test.pg_fn_worker() from rdb$database;
2025-06-30 05:37:46.569
2025-06-30 05:37:46.577 insert into test(id, x, y) values(-1, -1, -1) returning id, x, y;
2025-06-30 05:37:46.584 """
2025-06-30 05:37:46.591 act.isql(switches=['-nod', '-q', str(tmp_fdb)], input = check_avail_db_objects, credentials = True, charset = 'utf8', connect_db = False, combine_output = True, io_enc = locale.getpreferredencoding())
2025-06-30 05:37:46.599
2025-06-30 05:37:46.607 for line in act.clean_stdout.splitlines():
2025-06-30 05:37:46.619 outcomes_map['check_avail_db_objects'] += line+'\n'
2025-06-30 05:37:46.633 act.reset()
2025-06-30 05:37:46.644
2025-06-30 05:37:46.653 for k,v in outcomes_map.items():
2025-06-30 05:37:46.660 print(k)
2025-06-30 05:37:46.667 for p in v.splitlines():
2025-06-30 05:37:46.674 print(p)
2025-06-30 05:37:46.680 print('')
2025-06-30 05:37:46.686
2025-06-30 05:37:46.697 ###########################################################################
2025-06-30 05:37:46.708
2025-06-30 05:37:46.721 act.expected_stdout = """
2025-06-30 05:37:46.732 restore_log
2025-06-30 05:37:46.740 gbak:finishing, closing, and going home
2025-06-30 05:37:46.748 gbak:adjusting the ONLINE and FORCED WRITES flags
2025-06-30 05:37:46.756
2025-06-30 05:37:46.769 check_metadata
2025-06-30 05:37:46.779 RDB$INDEX_NAME                  TEST_X
2025-06-30 05:37:46.792 RDB$INDEX_INACTIVE              1
2025-06-30 05:37:46.805 RDB$INDEX_NAME                  TEST_Y
2025-06-30 05:37:46.817 RDB$INDEX_INACTIVE              1
2025-06-30 05:37:46.824 Records affected: 2
2025-06-30 05:37:46.830
2025-06-30 05:37:46.835 RDB$PACKAGE_NAME                <null>
2025-06-30 05:37:46.842 SP_NAME                         SP_INIT
2025-06-30 05:37:46.849 SP_VALID_BLR                    1
2025-06-30 05:37:46.854 RDB$PACKAGE_NAME                <null>
2025-06-30 05:37:46.859 SP_NAME                         SP_MAIN
2025-06-30 05:37:46.868 SP_VALID_BLR                    1
2025-06-30 05:37:46.877 RDB$PACKAGE_NAME                <null>
2025-06-30 05:37:46.886 SP_NAME                         SP_WORKER
2025-06-30 05:37:46.898 SP_VALID_BLR                    1
2025-06-30 05:37:46.910 RDB$PACKAGE_NAME                PG_TEST
2025-06-30 05:37:46.924 SP_NAME                         PG_SP_WORKER
2025-06-30 05:37:46.937 SP_VALID_BLR                    1
2025-06-30 05:37:46.944 Records affected: 4
2025-06-30 05:37:46.952
2025-06-30 05:37:46.959 RDB$PACKAGE_NAME                <null>
2025-06-30 05:37:46.966 FN_NAME                         FN_INIT
2025-06-30 05:37:46.973 FN_VALID_BLR                    1
2025-06-30 05:37:46.985 RDB$PACKAGE_NAME                <null>
2025-06-30 05:37:46.993 FN_NAME                         FN_MAIN
2025-06-30 05:37:47.000 FN_VALID_BLR                    1
2025-06-30 05:37:47.006 RDB$PACKAGE_NAME                <null>
2025-06-30 05:37:47.013 FN_NAME                         FN_WORKER
2025-06-30 05:37:47.025 FN_VALID_BLR                    1
2025-06-30 05:37:47.034 RDB$PACKAGE_NAME                PG_TEST
2025-06-30 05:37:47.041 FN_NAME                         PG_FN_WORKER
2025-06-30 05:37:47.051 FN_VALID_BLR                    1
2025-06-30 05:37:47.060 Records affected: 4
2025-06-30 05:37:47.068
2025-06-30 05:37:47.075 RDB$TRIGGER_NAME                TEST_BI
2025-06-30 05:37:47.081 RDB$TRIGGER_INACTIVE            0
2025-06-30 05:37:47.087 TG_VALID_BLR                    1
2025-06-30 05:37:47.095 Records affected: 1
2025-06-30 05:37:47.106
2025-06-30 05:37:47.116 check_avail_db_objects
2025-06-30 05:37:47.125 select * from v_worker;
2025-06-30 05:37:47.133 Statement failed, SQLSTATE = 42000
2025-06-30 05:37:47.139 invalid request BLR at offset 35
2025-06-30 05:37:47.146 -there is no index TEST_Y for table TEST
2025-06-30 05:37:47.155
2025-06-30 05:37:47.161 execute procedure sp_main;
2025-06-30 05:37:47.167 Statement failed, SQLSTATE = 2F000
2025-06-30 05:37:47.173 Error while parsing procedure SP_MAIN's BLR
2025-06-30 05:37:47.179 -Error while parsing procedure SP_WORKER's BLR
2025-06-30 05:37:47.188 -invalid request BLR at offset 66
2025-06-30 05:37:47.199 -there is no index TEST_X for table TEST
2025-06-30 05:37:47.207
2025-06-30 05:37:47.213 select fn_main() from rdb$database;
2025-06-30 05:37:47.219 Statement failed, SQLSTATE = 2F000
2025-06-30 05:37:47.230 Error while parsing function FN_MAIN's BLR
2025-06-30 05:37:47.241 -Error while parsing function FN_WORKER's BLR
2025-06-30 05:37:47.249 -invalid request BLR at offset 72
2025-06-30 05:37:47.258 -there is no index TEST_X for table TEST
2025-06-30 05:37:47.267
2025-06-30 05:37:47.274 execute procedure pg_test.pg_sp_worker;
2025-06-30 05:37:47.285 Statement failed, SQLSTATE = 2F000
2025-06-30 05:37:47.300 Error while parsing procedure PG_TEST.PG_SP_WORKER's BLR
2025-06-30 05:37:47.308 -invalid request BLR at offset 66
2025-06-30 05:37:47.317 -there is no index TEST_X for table TEST
2025-06-30 05:37:47.323
2025-06-30 05:37:47.330 select pg_test.pg_fn_worker() from rdb$database;
2025-06-30 05:37:47.338 Statement failed, SQLSTATE = 2F000
2025-06-30 05:37:47.344 Error while parsing function PG_TEST.PG_FN_WORKER's BLR
2025-06-30 05:37:47.351 -invalid request BLR at offset 72
2025-06-30 05:37:47.359 -there is no index TEST_X for table TEST
2025-06-30 05:37:47.366
2025-06-30 05:37:47.372 insert into test(id, x, y) values(-1, -1, -1) returning id, x, y;
2025-06-30 05:37:47.379 Statement failed, SQLSTATE = 42000
2025-06-30 05:37:47.391 invalid request BLR at offset
2025-06-30 05:37:47.398 -there is no index TEST_X for table TEST
2025-06-30 05:37:47.411 """
2025-06-30 05:37:47.421
2025-06-30 05:37:47.434 act.stdout = capsys.readouterr().out
2025-06-30 05:37:47.446 >       assert act.clean_stdout == act.clean_expected_stdout
2025-06-30 05:37:47.457 E       assert
2025-06-30 05:37:47.472 E           restore_log
2025-06-30 05:37:47.485 E           gbak:finishing, closing, and going home
2025-06-30 05:37:47.495 E           gbak:adjusting the ONLINE and FORCED WRITES flags
2025-06-30 05:37:47.510 E           check_metadata
2025-06-30 05:37:47.519 E           RDB$INDEX_NAME TEST_X
2025-06-30 05:37:47.525 E           RDB$INDEX_INACTIVE 1
2025-06-30 05:37:47.531 E           RDB$INDEX_NAME TEST_Y
2025-06-30 05:37:47.536 E           RDB$INDEX_INACTIVE 1
2025-06-30 05:37:47.547 E           Records affected: 2
2025-06-30 05:37:47.555 E           RDB$PACKAGE_NAME <null>
2025-06-30 05:37:47.563 E           SP_NAME SP_INIT
2025-06-30 05:37:47.575 E           SP_VALID_BLR 1
2025-06-30 05:37:47.586 E           RDB$PACKAGE_NAME <null>
2025-06-30 05:37:47.599 E           SP_NAME SP_MAIN
2025-06-30 05:37:47.610 E           SP_VALID_BLR 1
2025-06-30 05:37:47.618 E           RDB$PACKAGE_NAME <null>
2025-06-30 05:37:47.626 E           SP_NAME SP_WORKER
2025-06-30 05:37:47.632 E           SP_VALID_BLR 1
2025-06-30 05:37:47.640 E           RDB$PACKAGE_NAME PG_TEST
2025-06-30 05:37:47.646 E           SP_NAME PG_SP_WORKER
2025-06-30 05:37:47.653 E           SP_VALID_BLR 1
2025-06-30 05:37:47.665 E           Records affected: 4
2025-06-30 05:37:47.679 E           RDB$PACKAGE_NAME <null>
2025-06-30 05:37:47.691 E           FN_NAME FN_INIT
2025-06-30 05:37:47.701 E           FN_VALID_BLR 1
2025-06-30 05:37:47.712 E           RDB$PACKAGE_NAME <null>
2025-06-30 05:37:47.725 E           FN_NAME FN_MAIN
2025-06-30 05:37:47.735 E           FN_VALID_BLR 1
2025-06-30 05:37:47.750 E           RDB$PACKAGE_NAME <null>
2025-06-30 05:37:47.764 E           FN_NAME FN_WORKER
2025-06-30 05:37:47.775 E           FN_VALID_BLR 1
2025-06-30 05:37:47.788 E           RDB$PACKAGE_NAME PG_TEST
2025-06-30 05:37:47.797 E           FN_NAME PG_FN_WORKER
2025-06-30 05:37:47.805 E           FN_VALID_BLR 1
2025-06-30 05:37:47.812 E           Records affected: 4
2025-06-30 05:37:47.819 E           RDB$TRIGGER_NAME TEST_BI
2025-06-30 05:37:47.827 E           RDB$TRIGGER_INACTIVE 0
2025-06-30 05:37:47.838 E           TG_VALID_BLR 1
2025-06-30 05:37:47.849 E           Records affected: 1
2025-06-30 05:37:47.856 E           check_avail_db_objects
2025-06-30 05:37:47.863 E           select * from v_worker;
2025-06-30 05:37:47.871 E           Statement failed, SQLSTATE = 42000
2025-06-30 05:37:47.884 E           invalid request BLR at offset
2025-06-30 05:37:47.892 E         - -there is no index TEST_Y for table TEST
2025-06-30 05:37:47.899 E         + -there is no index "PUBLIC"."TEST_Y" for table "PUBLIC"."TEST"
2025-06-30 05:37:47.919 E           execute procedure sp_main;
2025-06-30 05:37:47.928 E           Statement failed, SQLSTATE = 2F000
2025-06-30 05:37:47.937 E         - Error while parsing procedure SP_MAIN's BLR
2025-06-30 05:37:47.945 E         + Error while parsing procedure "PUBLIC"."SP_MAIN"'s BLR
2025-06-30 05:37:47.958 E         - -Error while parsing procedure SP_WORKER's BLR
2025-06-30 05:37:47.965 E         + -Error while parsing procedure "PUBLIC"."SP_WORKER"'s BLR
2025-06-30 05:37:47.989 E           invalid request BLR at offset
2025-06-30 05:37:47.998 E         - -there is no index TEST_X for table TEST
2025-06-30 05:37:48.009 E         + -there is no index "PUBLIC"."TEST_X" for table "PUBLIC"."TEST"
2025-06-30 05:37:48.030 E           select fn_main() from rdb$database;
2025-06-30 05:37:48.038 E           Statement failed, SQLSTATE = 2F000
2025-06-30 05:37:48.047 E         - Error while parsing function FN_MAIN's BLR
2025-06-30 05:37:48.060 E         + Error while parsing function "PUBLIC"."FN_MAIN"'s BLR
2025-06-30 05:37:48.080 E         - -Error while parsing function FN_WORKER's BLR
2025-06-30 05:37:48.091 E         + -Error while parsing function "PUBLIC"."FN_WORKER"'s BLR
2025-06-30 05:37:48.110 E           invalid request BLR at offset
2025-06-30 05:37:48.116 E         - -there is no index TEST_X for table TEST
2025-06-30 05:37:48.123 E         + -there is no index "PUBLIC"."TEST_X" for table "PUBLIC"."TEST"
2025-06-30 05:37:48.143 E           execute procedure pg_test.pg_sp_worker;
2025-06-30 05:37:48.152 E           Statement failed, SQLSTATE = 2F000
2025-06-30 05:37:48.159 E         - Error while parsing procedure PG_TEST.PG_SP_WORKER's BLR
2025-06-30 05:37:48.170 E         + Error while parsing procedure "PUBLIC"."PG_TEST"."PG_SP_WORKER"'s BLR
2025-06-30 05:37:48.184 E           invalid request BLR at offset
2025-06-30 05:37:48.190 E         - -there is no index TEST_X for table TEST
2025-06-30 05:37:48.197 E         + -there is no index "PUBLIC"."TEST_X" for table "PUBLIC"."TEST"
2025-06-30 05:37:48.211 E           select pg_test.pg_fn_worker() from rdb$database;
2025-06-30 05:37:48.217 E           Statement failed, SQLSTATE = 2F000
2025-06-30 05:37:48.229 E         - Error while parsing function PG_TEST.PG_FN_WORKER's BLR
2025-06-30 05:37:48.240 E         + Error while parsing function "PUBLIC"."PG_TEST"."PG_FN_WORKER"'s BLR
2025-06-30 05:37:48.256 E           invalid request BLR at offset
2025-06-30 05:37:48.270 E         - -there is no index TEST_X for table TEST
2025-06-30 05:37:48.283 E         + -there is no index "PUBLIC"."TEST_X" for table "PUBLIC"."TEST"
2025-06-30 05:37:48.304 E           insert into test(id, x, y) values(-1, -1, -1) returning id, x, y;
2025-06-30 05:37:48.312 E           Statement failed, SQLSTATE = 42000
2025-06-30 05:37:48.319 E           invalid request BLR at offset
2025-06-30 05:37:48.325 E         - -there is no index TEST_X for table TEST
2025-06-30 05:37:48.338 E         + -there is no index "PUBLIC"."TEST_X" for table "PUBLIC"."TEST"
2025-06-30 05:37:48.358
2025-06-30 05:37:48.369 tests/bugs/core_1725_test.py:393: AssertionError
2025-06-30 05:37:48.378 ---------------------------- Captured stdout setup -----------------------------
2025-06-30 05:37:48.385 Creating db: localhost:/var/tmp/qa_2024/test_1277/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 = PosixPath('/var/tmp/qa_2024/test_1277/tmp_core_1725.fbk')
tmp_fdb = PosixPath('/var/tmp/qa_2024/test_1277/tmp_core_1725.fdb')
capsys = <_pytest.capture.CaptureFixture pytest object at [hex]>

    @pytest.mark.version('>=3.0.6')
    def test_1(act: Action, tmp_fbk: Path, tmp_fdb: Path, capsys):
    
        outcomes_map = defaultdict(str)
    
        act.gbak(switches=['-b', act.db.dsn, str(tmp_fbk)])
    
        # restore _WITHOUT_ building indices:
        act.gbak(switches=['-rep', '-i', '-v', str(tmp_fbk), str(tmp_fdb) ], combine_output = True, io_enc = locale.getpreferredencoding())
    
        watching_patterns = [re.compile(x, re.IGNORECASE) for x in (r'gbak:\s?ERROR(:)?\s?', r'gbak:finis.*\s+going home', r'gbak:adjust.*\s+flags')]
    
        for line in act.clean_stdout.splitlines():
            for p in watching_patterns:
                if p.search(line):
                    outcomes_map['restore_log'] += line+'\n'
        act.reset()
    
        ###########################################################################
    
        check_metadata = """
            set list on;
            set count on;
    
            select ri.rdb$index_name, ri.rdb$index_inactive from rdb$indices ri where ri.rdb$relation_name = upper('test') and ri.rdb$index_name starting with upper('test');
    
            select p.rdb$package_name, p.rdb$procedure_name as sp_name, p.rdb$valid_blr as sp_valid_blr
            from rdb$procedures p
            where p.rdb$system_flag is distinct from 1
            order by p.rdb$package_name, p.rdb$procedure_name
            ;
    
            select f.rdb$package_name, f.rdb$function_name as fn_name, f.rdb$valid_blr as fn_valid_blr
            from rdb$functions f
            where f.rdb$system_flag is distinct from 1
            order by f.rdb$package_name, f.rdb$function_name
            ;
    
            select rt.rdb$trigger_name, rt.rdb$trigger_inactive, rt.rdb$valid_blr as tg_valid_blr
            from rdb$triggers rt
            where
                rt.rdb$system_flag is distinct from 1 and
                rt.rdb$relation_name = upper('test')
            ;
    
            set count off;
        """
        act.isql(switches=['-nod', '-q', str(tmp_fdb)], input = check_metadata, credentials = True, charset = 'utf8', connect_db = False, combine_output = True, io_enc = locale.getpreferredencoding())
        for line in act.clean_stdout.splitlines():
            outcomes_map['check_metadata'] += line+'\n'
        act.reset()
    
        ###########################################################################
    
        check_avail_db_objects = """
            set list on;
            set echo on;
            select * from v_worker;
    
            execute procedure sp_main;
    
            select fn_main() from rdb$database;
    
            execute procedure pg_test.pg_sp_worker;
    
            select pg_test.pg_fn_worker() from rdb$database;
    
            insert into test(id, x, y) values(-1, -1, -1) returning id, x, y;
        """
        act.isql(switches=['-nod', '-q', str(tmp_fdb)], input = check_avail_db_objects, credentials = True, charset = 'utf8', connect_db = False, combine_output = True, io_enc = locale.getpreferredencoding())
    
        for line in act.clean_stdout.splitlines():
            outcomes_map['check_avail_db_objects'] += line+'\n'
        act.reset()
    
        for k,v in outcomes_map.items():
            print(k)
            for p in v.splitlines():
                print(p)
            print('')
    
        ###########################################################################
    
        act.expected_stdout = """
            restore_log
                gbak:finishing, closing, and going home
                gbak:adjusting the ONLINE and FORCED WRITES flags
    
            check_metadata
                RDB$INDEX_NAME                  TEST_X
                RDB$INDEX_INACTIVE              1
                RDB$INDEX_NAME                  TEST_Y
                RDB$INDEX_INACTIVE              1
                Records affected: 2
    
                RDB$PACKAGE_NAME                <null>
                SP_NAME                         SP_INIT
                SP_VALID_BLR                    1
                RDB$PACKAGE_NAME                <null>
                SP_NAME                         SP_MAIN
                SP_VALID_BLR                    1
                RDB$PACKAGE_NAME                <null>
                SP_NAME                         SP_WORKER
                SP_VALID_BLR                    1
                RDB$PACKAGE_NAME                PG_TEST
                SP_NAME                         PG_SP_WORKER
                SP_VALID_BLR                    1
                Records affected: 4
    
                RDB$PACKAGE_NAME                <null>
                FN_NAME                         FN_INIT
                FN_VALID_BLR                    1
                RDB$PACKAGE_NAME                <null>
                FN_NAME                         FN_MAIN
                FN_VALID_BLR                    1
                RDB$PACKAGE_NAME                <null>
                FN_NAME                         FN_WORKER
                FN_VALID_BLR                    1
                RDB$PACKAGE_NAME                PG_TEST
                FN_NAME                         PG_FN_WORKER
                FN_VALID_BLR                    1
                Records affected: 4
    
                RDB$TRIGGER_NAME                TEST_BI
                RDB$TRIGGER_INACTIVE            0
                TG_VALID_BLR                    1
                Records affected: 1
    
            check_avail_db_objects
                select * from v_worker;
                Statement failed, SQLSTATE = 42000
                invalid request BLR at offset 35
                -there is no index TEST_Y for table TEST
    
                execute procedure sp_main;
                Statement failed, SQLSTATE = 2F000
                Error while parsing procedure SP_MAIN's BLR
                -Error while parsing procedure SP_WORKER's BLR
                -invalid request BLR at offset 66
                -there is no index TEST_X for table TEST
    
                select fn_main() from rdb$database;
                Statement failed, SQLSTATE = 2F000
                Error while parsing function FN_MAIN's BLR
                -Error while parsing function FN_WORKER's BLR
                -invalid request BLR at offset 72
                -there is no index TEST_X for table TEST
    
                execute procedure pg_test.pg_sp_worker;
                Statement failed, SQLSTATE = 2F000
                Error while parsing procedure PG_TEST.PG_SP_WORKER's BLR
                -invalid request BLR at offset 66
                -there is no index TEST_X for table TEST
    
                select pg_test.pg_fn_worker() from rdb$database;
                Statement failed, SQLSTATE = 2F000
                Error while parsing function PG_TEST.PG_FN_WORKER's BLR
                -invalid request BLR at offset 72
                -there is no index TEST_X for table TEST
    
                insert into test(id, x, y) values(-1, -1, -1) returning id, x, y;
                Statement failed, SQLSTATE = 42000
                invalid request BLR at offset
                -there is no index TEST_X for table TEST
        """
    
        act.stdout = capsys.readouterr().out
>       assert act.clean_stdout == act.clean_expected_stdout
E       assert   
E           restore_log
E           gbak:finishing, closing, and going home
E           gbak:adjusting the ONLINE and FORCED WRITES flags
E           check_metadata
E           RDB$INDEX_NAME TEST_X
E           RDB$INDEX_INACTIVE 1
E           RDB$INDEX_NAME TEST_Y
E           RDB$INDEX_INACTIVE 1
E           Records affected: 2
E           RDB$PACKAGE_NAME <null>
E           SP_NAME SP_INIT
E           SP_VALID_BLR 1
E           RDB$PACKAGE_NAME <null>
E           SP_NAME SP_MAIN
E           SP_VALID_BLR 1
E           RDB$PACKAGE_NAME <null>
E           SP_NAME SP_WORKER
E           SP_VALID_BLR 1
E           RDB$PACKAGE_NAME PG_TEST
E           SP_NAME PG_SP_WORKER
E           SP_VALID_BLR 1
E           Records affected: 4
E           RDB$PACKAGE_NAME <null>
E           FN_NAME FN_INIT
E           FN_VALID_BLR 1
E           RDB$PACKAGE_NAME <null>
E           FN_NAME FN_MAIN
E           FN_VALID_BLR 1
E           RDB$PACKAGE_NAME <null>
E           FN_NAME FN_WORKER
E           FN_VALID_BLR 1
E           RDB$PACKAGE_NAME PG_TEST
E           FN_NAME PG_FN_WORKER
E           FN_VALID_BLR 1
E           Records affected: 4
E           RDB$TRIGGER_NAME TEST_BI
E           RDB$TRIGGER_INACTIVE 0
E           TG_VALID_BLR 1
E           Records affected: 1
E           check_avail_db_objects
E           select * from v_worker;
E           Statement failed, SQLSTATE = 42000
E           invalid request BLR at offset
E         - -there is no index TEST_Y for table TEST
E         + -there is no index "PUBLIC"."TEST_Y" for table "PUBLIC"."TEST"
E           execute procedure sp_main;
E           Statement failed, SQLSTATE = 2F000
E         - Error while parsing procedure SP_MAIN's BLR
E         + Error while parsing procedure "PUBLIC"."SP_MAIN"'s BLR
E         - -Error while parsing procedure SP_WORKER's BLR
E         + -Error while parsing procedure "PUBLIC"."SP_WORKER"'s BLR
E           invalid request BLR at offset
E         - -there is no index TEST_X for table TEST
E         + -there is no index "PUBLIC"."TEST_X" for table "PUBLIC"."TEST"
E           select fn_main() from rdb$database;
E           Statement failed, SQLSTATE = 2F000
E         - Error while parsing function FN_MAIN's BLR
E         + Error while parsing function "PUBLIC"."FN_MAIN"'s BLR
E         - -Error while parsing function FN_WORKER's BLR
E         + -Error while parsing function "PUBLIC"."FN_WORKER"'s BLR
E           invalid request BLR at offset
E         - -there is no index TEST_X for table TEST
E         + -there is no index "PUBLIC"."TEST_X" for table "PUBLIC"."TEST"
E           execute procedure pg_test.pg_sp_worker;
E           Statement failed, SQLSTATE = 2F000
E         - Error while parsing procedure PG_TEST.PG_SP_WORKER's BLR
E         + Error while parsing procedure "PUBLIC"."PG_TEST"."PG_SP_WORKER"'s BLR
E           invalid request BLR at offset
E         - -there is no index TEST_X for table TEST
E         + -there is no index "PUBLIC"."TEST_X" for table "PUBLIC"."TEST"
E           select pg_test.pg_fn_worker() from rdb$database;
E           Statement failed, SQLSTATE = 2F000
E         - Error while parsing function PG_TEST.PG_FN_WORKER's BLR
E         + Error while parsing function "PUBLIC"."PG_TEST"."PG_FN_WORKER"'s BLR
E           invalid request BLR at offset
E         - -there is no index TEST_X for table TEST
E         + -there is no index "PUBLIC"."TEST_X" for table "PUBLIC"."TEST"
E           insert into test(id, x, y) values(-1, -1, -1) returning id, x, y;
E           Statement failed, SQLSTATE = 42000
E           invalid request BLR at offset
E         - -there is no index TEST_X for table TEST
E         + -there is no index "PUBLIC"."TEST_X" for table "PUBLIC"."TEST"

tests/bugs/core_1725_test.py:393: 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 6.0.0.884 2025.06.30 f7e5f P P 1560 1231 2025.07.01 00:28:51.366 2025.07.01 00:28:52.926 2025.06.30 21:34:27.193 2025.06.30 21:34:28.424
2 6.0.0.881 2025.06.27 7035d F F 2372 1550 2025.06.30 00:16:10.426 2025.06.30 00:16:12.798 2025.06.29 21:25:23.294 2025.06.29 21:25:24.844
3 6.0.0.877 2025.06.26 8e38f F F 2354 1216 2025.06.27 00:01:49.567 2025.06.27 00:01:51.921 2025.06.26 21:24:36.848 2025.06.26 21:24:38.064
4 6.0.0.876 2025.06.25 b1bec F F 1420 1253 2025.06.26 00:04:48.976 2025.06.26 00:04:50.396 2025.06.25 21:25:12.637 2025.06.25 21:25:13.890
5 6.0.0.863 2025.06.24 c3c20 E E 539 389 2025.06.25 00:05:55.132 2025.06.25 00:05:55.671 2025.06.24 21:24:40.117 2025.06.24 21:24:40.506
6 6.0.0.858 2025.06.23 8d6f7 E E 567 513 2025.06.24 00:04:57.550 2025.06.24 00:04:58.117 2025.06.23 21:25:04.292 2025.06.23 21:25:04.805
7 6.0.0.849 2025.06.20 7b79c E E 558 475 2025.06.21 00:15:28.011 2025.06.21 00:15:28.569 2025.06.20 21:27:25.152 2025.06.20 21:27:25.627
8 6.0.0.848 2025.06.19 c483c E E 557 472 2025.06.20 00:10:51.091 2025.06.20 00:10:51.648 2025.06.19 21:26:37.887 2025.06.19 21:26:38.359
9 6.0.0.845 2025.06.18 22b12 E E 613 522 2025.06.19 00:17:10.986 2025.06.19 00:17:11.599 2025.06.18 21:25:36.765 2025.06.18 21:25:37.287
10 6.0.0.843 2025.06.16 995f4 E E 931 578 2025.06.18 00:19:30.478 2025.06.18 00:19:31.409 2025.06.17 21:27:44.644 2025.06.17 21:27:45.222
11 6.0.0.840 2025.06.14 29bca E E 528 455 2025.06.16 00:09:30.218 2025.06.16 00:09:30.746 2025.06.15 21:24:42.631 2025.06.15 21:24:43.086
12 6.0.0.838 2025.06.13 0e28a E E 651 523 2025.06.14 00:19:12.834 2025.06.14 00:19:13.485 2025.06.13 21:25:46.633 2025.06.13 21:25:47.156
13 6.0.0.835 2025.06.12 2cf29 E E 921 482 2025.06.13 00:22:24.453 2025.06.13 00:22:25.374 2025.06.12 21:31:29.111 2025.06.12 21:31:29.593
14 6.0.0.834 2025.06.11 e889f E E 541 479 2025.06.12 00:18:33.997 2025.06.12 00:18:34.538 2025.06.11 21:27:22.778 2025.06.11 21:27:23.257
15 6.0.0.800 2025.06.10 1f226 P P 1400 1251 2025.06.10 23:15:22.566 2025.06.10 23:15:23.966 2025.06.10 21:26:26.593 2025.06.10 21:26:27.844
16 6.0.0.799 2025.06.07 be644 P P 1444 1220 2025.06.09 23:15:20.682 2025.06.09 23:15:22.126 2025.06.09 21:26:24.568 2025.06.09 21:26:25.788
17 6.0.0.797 2025.06.06 303e8 P P 1699 1361 2025.06.06 23:16:19.891 2025.06.06 23:16:21.590 2025.06.06 21:23:11.943 2025.06.06 21:23:13.304
18 6.0.0.795 2025.05.29 7a71a P P 1339 1344 2025.06.05 23:13:25.971 2025.06.05 23:13:27.310 2025.06.05 21:22:54.669 2025.06.05 21:22:56.013
19 6.0.0.792 2025.05.28 b4327 P P 2304 1230 2025.05.28 23:20:40.121 2025.05.28 23:20:42.425 2025.05.28 21:23:37.520 2025.05.28 21:23:38.750
20 6.0.0.791 2025.05.27 02db8 P P 2543 1281 2025.05.27 23:18:59.430 2025.05.27 23:19:01.973 2025.05.27 21:23:20.986 2025.05.27 21:23:22.267
21 6.0.0.789 2025.05.21 64051 P P 2403 1258 2025.05.24 23:16:43.271 2025.05.24 23:16:45.674 2025.05.24 21:23:08.308 2025.05.24 21:23:09.566
22 6.0.0.787 2025.05.20 230ad P P 2256 1305 2025.05.20 23:14:21.425 2025.05.20 23:14:23.681 2025.05.20 21:23:02.901 2025.05.20 21:23:04.206
23 6.0.0.783 2025.05.12 37320 P P 1586 1306 2025.05.19 10:58:18.157 2025.05.19 10:58:19.743 2025.05.19 09:14:51.122 2025.05.19 09:14:52.428
24 6.0.0.779 2025.05.11 136fa P P 2535 1326 2025.05.11 23:11:38.855 2025.05.11 23:11:41.390 2025.05.11 21:22:43.758 2025.05.11 21:22:45.084
25 6.0.0.778 2025.05.07 d735e P P 2792 1238 2025.05.07 23:10:40.522 2025.05.07 23:10:43.314 2025.05.07 21:22:53.338 2025.05.07 21:22:54.576
26 6.0.0.776 2025.05.06 007cd P P 2165 1167 2025.05.06 23:02:38.726 2025.05.06 23:02:40.891 2025.05.06 21:22:50.187 2025.05.06 21:22:51.354
27 6.0.0.770 2025.05.05 82c4a P P 2278 1157 2025.05.05 23:01:52.637 2025.05.05 23:01:54.915 2025.05.05 21:22:46.964 2025.05.05 21:22:48.121
28 6.0.0.767 2025.05.01 cdd29 P P 2446 1117 2025.05.01 23:00:20.957 2025.05.01 23:00:23.403 2025.05.01 21:22:40.155 2025.05.01 21:22:41.272
29 6.0.0.762 2025.04.30 5cb15 P P 2198 1200 2025.04.30 22:58:19.094 2025.04.30 22:58:21.292 2025.04.30 21:22:37.326 2025.04.30 21:22:38.526
30 6.0.0.755 2025.04.29 739c6 P P 2328 1146 2025.04.29 23:00:11.546 2025.04.29 23:00:13.874 2025.04.29 21:22:45.642 2025.04.29 21:22:46.788
31 6.0.0.753 2025.04.27 29ab3 P P 2572 1146 2025.04.27 22:59:35.287 2025.04.27 22:59:37.859 2025.04.27 21:22:40.688 2025.04.27 21:22:41.834
32 6.0.0.745 2025.04.21 78ad8 P P 2420 1191 2025.04.25 23:00:16.377 2025.04.25 23:00:18.797 2025.04.25 21:23:52.940 2025.04.25 21:23:54.131
33 6.0.0.744 2025.04.19 e883a P P 2393 1217 2025.04.19 23:01:29.606 2025.04.19 23:01:31.999 2025.04.19 21:22:55.085 2025.04.19 21:22:56.302
34 6.0.0.742 2025.04.17 abc3b P P 2287 1227 2025.04.18 23:01:32.094 2025.04.18 23:01:34.381 2025.04.18 21:22:44.539 2025.04.18 21:22:45.766
35 6.0.0.737 2025.04.16 fe52b P P 2288 1247 2025.04.16 23:01:19.557 2025.04.16 23:01:21.845 2025.04.16 21:22:37.331 2025.04.16 21:22:38.578
36 6.0.0.736 2025.04.14 3e6be P P 2161 1029 2025.04.14 22:49:08.070 2025.04.14 22:49:10.231 2025.04.14 21:21:52.370 2025.04.14 21:21:53.399
37 6.0.0.735 2025.04.13 6635c P P 1709 956 2025.04.13 22:50:21.984 2025.04.13 22:50:23.693 2025.04.13 21:22:17.288 2025.04.13 21:22:18.244
38 6.0.0.734 2025.04.12 12f3f P P 2187 1075 2025.04.12 22:49:17.421 2025.04.12 22:49:19.608 2025.04.12 21:21:59.388 2025.04.12 21:22:00.463
39 6.0.0.730 2025.04.11 240b8 P P 1996 967 2025.04.11 22:50:13.810 2025.04.11 22:50:15.806 2025.04.11 21:21:59.312 2025.04.11 21:22:00.279
40 6.0.0.726 2025.04.10 d79c6 P P 2291 1100 2025.04.10 22:49:49.918 2025.04.10 22:49:52.209 2025.04.10 21:22:01.255 2025.04.10 21:22:02.355
41 6.0.0.725 2025.04.09 a2b05 P P 1783 1107 2025.04.09 22:50:01.615 2025.04.09 22:50:03.398 2025.04.09 21:22:10.922 2025.04.09 21:22:12.029
42 6.0.0.722 2025.04.08 a8b86 P P 2308 1129 2025.04.08 22:59:07.633 2025.04.08 22:59:09.941 2025.04.08 21:22:47.257 2025.04.08 21:22:48.386
43 6.0.0.719 2025.04.06 90fd9 P P 2688 1173 2025.04.06 22:57:01.226 2025.04.06 22:57:03.914 2025.04.06 21:22:46.819 2025.04.06 21:22:47.992
44 6.0.0.717 2025.04.04 53d70 P P 2219 1076 2025.04.04 22:55:25.987 2025.04.04 22:55:28.206 2025.04.04 21:22:35.093 2025.04.04 21:22:36.169
45 6.0.0.716 2025.04.03 fc636 P P 1267 1232 2025.04.03 22:58:11.771 2025.04.03 22:58:13.038 2025.04.03 21:22:43.019 2025.04.03 21:22:44.251
46 6.0.0.715 2025.04.02 907ed P P 2469 1174 2025.04.02 22:57:54.893 2025.04.02 22:57:57.362 2025.04.02 21:22:56.296 2025.04.02 21:22:57.470
47 6.0.0.710 2025.04.01 40651 P P 2276 1161 2025.04.01 22:56:53.434 2025.04.01 22:56:55.710 2025.04.01 21:22:42.677 2025.04.01 21:22:43.838
48 6.0.0.708 2025.03.31 cb069 P P 1267 1169 2025.03.31 22:51:03.647 2025.03.31 22:51:04.914 2025.03.31 21:22:22.616 2025.03.31 21:22:23.785
49 6.0.0.707 2025.03.28 4bd4f P P 1669 1059 2025.03.30 22:51:00.365 2025.03.30 22:51:02.034 2025.03.30 21:22:17.703 2025.03.30 21:22:18.762
50 6.0.0.698 2025.03.26 d72a7 P P 1365 1055 2025.03.27 23:00:47.104 2025.03.27 23:00:48.469 2025.03.27 21:23:20.075 2025.03.27 21:23:21.130
51 6.0.0.693 2025.03.24 0b559 P P 2540 1305 2025.03.24 22:54:46.902 2025.03.24 22:54:49.442 2025.03.24 21:23:08.934 2025.03.24 21:23:10.239
52 6.0.0.687 2025.03.22 730aa P P 2422 1190 2025.03.23 23:03:39.357 2025.03.23 23:03:41.779 2025.03.23 21:22:53.270 2025.03.23 21:22:54.460
53 6.0.0.686 2025.03.20 71bf6 P P 2377 1276 2025.03.20 23:07:09.278 2025.03.20 23:07:11.655 2025.03.20 21:23:10.801 2025.03.20 21:23:12.077
54 6.0.0.685 2025.03.19 a8577 P P 2503 1147 2025.03.19 23:04:59.325 2025.03.19 23:05:01.828 2025.03.19 21:23:03.048 2025.03.19 21:23:04.195
55 6.0.0.680 2025.03.18 90d29 P P 857 494 2025.03.19 09:45:10.433 2025.03.19 09:45:11.290 2025.03.19 08:12:43.419 2025.03.19 08:12:43.913
56 6.0.0.677 2025.03.16 c0a60 P P 1170 589 2025.03.16 22:58:48.095 2025.03.16 22:58:49.265 2025.03.16 21:23:00.654 2025.03.16 21:23:01.243
57 6.0.0.676 2025.03.15 3034f F F 965 446 2025.03.16 14:46:55.454 2025.03.16 14:46:56.419 2025.03.16 13:18:28.167 2025.03.16 13:18:28.613
58 6.0.0.673 2025.03.13 40f5b P P 1209 548 2025.03.13 22:58:08.144 2025.03.13 22:58:09.353 2025.03.13 21:22:49.245 2025.03.13 21:22:49.793
59 6.0.0.671 2025.03.12 a4fff P P 777 480 2025.03.12 23:01:45.554 2025.03.12 23:01:46.331 2025.03.12 21:23:26.549 2025.03.12 21:23:27.029
60 6.0.0.663 2025.03.11 daad2 P P 1281 554 2025.03.11 22:59:58.450 2025.03.11 22:59:59.731 2025.03.11 21:23:38.268 2025.03.11 21:23:38.822
61 6.0.0.661 2025.03.07 b9869 P P 794 506 2025.03.10 22:48:42.953 2025.03.10 22:48:43.747 2025.03.10 21:22:09.123 2025.03.10 21:22:09.629
62 6.0.0.660 2025.03.04 a6700 P P 703 462 2025.03.06 22:53:56.255 2025.03.06 22:53:56.958 2025.03.06 21:22:31.600 2025.03.06 21:22:32.062
63 6.0.0.658 2025.03.03 f15f8 P P 797 470 2025.03.03 22:50:12.062 2025.03.03 22:50:12.859 2025.03.03 21:22:35.970 2025.03.03 21:22:36.440
64 6.0.0.656 2025.02.27 25fb4 P P 1383 580 2025.03.02 23:03:47.322 2025.03.02 23:03:48.705 2025.03.02 21:23:31.877 2025.03.02 21:23:32.457
65 6.0.0.655 2025.02.25 6e3e0 P P 869 472 2025.02.26 22:51:49.163 2025.02.26 22:51:50.032 2025.02.26 21:22:33.111 2025.02.26 21:22:33.583
66 6.0.0.654 2025.02.24 b7141 P P 818 469 2025.02.24 22:53:30.761 2025.02.24 22:53:31.579 2025.02.24 21:22:46.485 2025.02.24 21:22:46.954
67 6.0.0.652 2025.02.22 22662 P P 896 736 2025.02.24 01:03:16.154 2025.02.24 01:03:17.050 2025.02.23 23:39:19.454 2025.02.23 23:39:20.190
68 6.0.0.647 2025.02.21 9fccb P P 1329 523 2025.02.21 22:55:41.917 2025.02.21 22:55:43.246 2025.02.21 21:26:00.840 2025.02.21 21:26:01.363
69 6.0.0.640 2025.02.19 9b8ac P P 1278 534 2025.02.19 22:52:27.096 2025.02.19 22:52:28.374 2025.02.19 21:22:54.776 2025.02.19 21:22:55.310
70 6.0.0.639 2025.02.18 201a4 P P 890 497 2025.02.18 22:49:21.750 2025.02.18 22:49:22.640 2025.02.18 21:22:33.459 2025.02.18 21:22:33.956
71 6.0.0.637 2025.02.12 6d0f5 P P 821 531 2025.02.13 22:58:46.811 2025.02.13 22:58:47.632 2025.02.13 21:23:02.571 2025.02.13 21:23:03.102
72 6.0.0.636 2025.02.11 0424f P P 833 589 2025.02.11 22:57:33.401 2025.02.11 22:57:34.234 2025.02.11 21:22:35.547 2025.02.11 21:22:36.136
73 6.0.0.635 2025.02.10 f640f P P 1285 553 2025.02.10 22:56:57.772 2025.02.10 22:56:59.057 2025.02.10 21:23:03.070 2025.02.10 21:23:03.623
74 6.0.0.629 2025.02.07 194f9 P P 788 487 2025.02.07 22:56:07.022 2025.02.07 22:56:07.810 2025.02.07 21:22:52.287 2025.02.07 21:22:52.774
75 6.0.0.628 2025.02.06 859d5 P P 1275 561 2025.02.06 23:02:23.736 2025.02.06 23:02:25.011 2025.02.06 21:22:37.917 2025.02.06 21:22:38.478
76 6.0.0.621 2025.02.05 34fe7 P P 1328 548 2025.02.05 23:02:58.604 2025.02.05 23:02:59.932 2025.02.05 21:22:37.553 2025.02.05 21:22:38.101
77 6.0.0.609 2025.02.04 76d57 P P 1343 520 2025.02.04 22:58:04.550 2025.02.04 22:58:05.893 2025.02.04 21:22:33.605 2025.02.04 21:22:34.125
78 6.0.0.607 2025.02.03 1985b P P 1368 487 2025.02.03 22:58:51.166 2025.02.03 22:58:52.534 2025.02.03 21:22:55.226 2025.02.03 21:22:55.713
79 6.0.0.601 2025.02.01 6af07 P P 1233 495 2025.02.01 22:55:23.766 2025.02.01 22:55:24.999 2025.02.01 21:22:30.727 2025.02.01 21:22:31.222
80 6.0.0.600 2025.01.27 188de P P 849 558 2025.01.27 22:58:34.857 2025.01.27 22:58:35.706 2025.01.27 21:22:46.233 2025.01.27 21:22:46.791
81 6.0.0.599 2025.01.25 ba588 P P 836 492 2025.01.25 22:59:01.098 2025.01.25 22:59:01.934 2025.01.25 21:23:03.173 2025.01.25 21:23:03.665
82 6.0.0.598 2025.01.23 ddbc3 P P 758 502 2025.01.24 22:58:26.452 2025.01.24 22:58:27.210 2025.01.24 21:22:41.116 2025.01.24 21:22:41.618
83 6.0.0.595 2025.01.22 e62f3 P P 789 514 2025.01.22 22:52:58.862 2025.01.22 22:52:59.651 2025.01.22 21:22:38.396 2025.01.22 21:22:38.910
84 6.0.0.594 2025.01.21 47fb6 P P 1327 579 2025.01.21 22:52:40.241 2025.01.21 22:52:41.568 2025.01.21 21:22:24.144 2025.01.21 21:22:24.723
85 6.0.0.590 2025.01.20 9dc1e P P 1236 503 2025.01.20 22:57:52.062 2025.01.20 22:57:53.298 2025.01.20 21:22:31.678 2025.01.20 21:22:32.181
86 6.0.0.588 2025.01.19 b1c4e P P 1237 542 2025.01.19 22:54:47.065 2025.01.19 22:54:48.302 2025.01.19 21:22:35.440 2025.01.19 21:22:35.982
87 6.0.0.587 2025.01.18 63e6e P P 816 530 2025.01.18 22:56:51.653 2025.01.18 22:56:52.469 2025.01.18 21:23:03.528 2025.01.18 21:23:04.058
88 6.0.0.585 2025.01.16 2d6bb P P 862 460 2025.01.17 22:52:39.280 2025.01.17 22:52:40.142 2025.01.17 21:22:29.337 2025.01.17 21:22:29.797
89 6.0.0.584 2025.01.15 a0aa2 P P 1293 503 2025.01.15 22:56:06.645 2025.01.15 22:56:07.938 2025.01.15 21:22:35.629 2025.01.15 21:22:36.132
90 6.0.0.581 2025.01.14 21e9e P P 898 505 2025.01.14 22:56:30.487 2025.01.14 22:56:31.385 2025.01.14 21:22:44.115 2025.01.14 21:22:44.620
91 6.0.0.577 2025.01.13 7e293 P P 757 533 2025.01.13 22:57:29.158 2025.01.13 22:57:29.915 2025.01.13 21:22:43.042 2025.01.13 21:22:43.575
92 6.0.0.576 2025.01.12 05898 P P 817 538 2025.01.12 22:54:59.726 2025.01.12 22:55:00.543 2025.01.12 21:22:26.225 2025.01.12 21:22:26.763
93 6.0.0.573 2025.01.10 c20f3 P P 808 457 2025.01.10 22:55:28.311 2025.01.10 22:55:29.119 2025.01.10 21:22:37.377 2025.01.10 21:22:37.834
94 6.0.0.571 2024.12.31 81bba P P 1133 388 2024.12.31 22:33:38.847 2024.12.31 22:33:39.980 2024.12.31 21:21:07.548 2024.12.31 21:21:07.936
95 6.0.0.570 2024.12.30 c3c8d P P 716 449 2024.12.30 22:32:55.875 2024.12.30 22:32:56.591 2024.12.30 21:21:12.526 2024.12.30 21:21:12.975
96 6.0.0.565 2024.12.28 5fc59 P P 710 381 2024.12.30 11:35:37.567 2024.12.30 11:35:38.277 2024.12.30 10:29:36.194 2024.12.30 10:29:36.575
97 6.0.0.564 2024.12.26 12514 P P 695 392 2024.12.26 22:34:13.594 2024.12.26 22:34:14.289 2024.12.26 21:21:08.742 2024.12.26 21:21:09.134
98 6.0.0.560 2024.12.25 fa83e P P 664 359 2024.12.25 22:33:43.888 2024.12.25 22:33:44.552 2024.12.25 21:21:06.488 2024.12.25 21:21:06.847
99 6.0.0.559 2024.12.23 cc800 P P 1123 396 2024.12.24 22:35:31.955 2024.12.24 22:35:33.078 2024.12.24 21:21:04.507 2024.12.24 21:21:04.903
100 6.0.0.556 2024.12.22 a0404 P P 1132 400 2024.12.22 22:34:12.489 2024.12.22 22:34:13.621 2024.12.22 21:21:03.843 2024.12.22 21:21:04.243
101 6.0.0.555 2024.12.19 6990a P P 698 417 2024.12.21 12:12:10.447 2024.12.21 12:12:11.145 2024.12.21 10:56:33.561 2024.12.21 10:56:33.978
102 6.0.0.553 2024.12.17 d1f8a P P 653 391 2024.12.17 22:34:53.962 2024.12.17 22:34:54.615 2024.12.17 21:21:24.007 2024.12.17 21:21:24.398
103 6.0.0.552 2024.12.11 85e25 P P 673 382 2024.12.15 22:34:13.770 2024.12.15 22:34:14.443 2024.12.15 21:21:02.575 2024.12.15 21:21:02.957
104 6.0.0.550 2024.12.10 b37ac P P 1281 422 2024.12.10 22:36:43.245 2024.12.10 22:36:44.526 2024.12.10 21:21:12.427 2024.12.10 21:21:12.849
105 6.0.0.548 2024.12.08 2cc77 P P 1219 386 2024.12.08 22:31:52.919 2024.12.08 22:31:54.138 2024.12.08 21:21:01.911 2024.12.08 21:21:02.297
106 6.0.0.544 2024.12.05 96943 P P 646 436 2024.12.05 22:35:46.679 2024.12.05 22:35:47.325 2024.12.05 21:21:30.960 2024.12.05 21:21:31.396
107 6.0.0.543 2024.12.03 30b77 P P 802 378 2024.12.03 22:36:13.384 2024.12.03 22:36:14.186 2024.12.03 21:21:21.310 2024.12.03 21:21:21.688
108 6.0.0.540 2024.12.02 4a1f4 P P 1229 407 2024.12.02 22:29:58.656 2024.12.02 22:29:59.885 2024.12.02 21:21:08.879 2024.12.02 21:21:09.286
109 6.0.0.539 2024.11.28 1f283 P P 1144 392 2024.11.29 22:35:14.527 2024.11.29 22:35:15.671 2024.11.29 21:21:16.672 2024.11.29 21:21:17.064
110 6.0.0.535 2024.11.26 77b95 P P 1279 407 2024.11.26 22:27:08.908 2024.11.26 22:27:10.187 2024.11.26 21:20:31.599 2024.11.26 21:20:32.006
111 6.0.0.534 2024.11.25 e9584 P P 1125 364 2024.11.25 22:28:02.415 2024.11.25 22:28:03.540 2024.11.25 21:20:35.722 2024.11.25 21:20:36.086
112 6.0.0.533 2024.11.17 933ac P P 668 395 2024.11.22 08:52:30.006 2024.11.22 08:52:30.674 2024.11.22 07:49:49.083 2024.11.22 07:49:49.478
113 6.0.0.532 2024.11.16 9e263 P P 829 405 2024.11.16 22:25:11.169 2024.11.16 22:25:11.998 2024.11.16 21:20:42.197 2024.11.16 21:20:42.602
114 6.0.0.530 2024.11.15 49804 P P 1205 358 2024.11.16 00:28:00.060 2024.11.16 00:28:01.265 2024.11.15 23:20:29.385 2024.11.15 23:20:29.743
115 6.0.0.528 2024.11.14 9625b P P 1129 422 2024.11.15 00:29:23.869 2024.11.15 00:29:24.998 2024.11.14 23:20:38.935 2024.11.14 23:20:39.357
116 6.0.0.526 2024.11.12 65b80 P P 1193 421 2024.11.14 00:28:49.193 2024.11.14 00:28:50.386 2024.11.13 23:20:31.840 2024.11.13 23:20:32.261
117 6.0.0.523 2024.11.08 8ca23 P P 1163 400 2024.11.11 00:27:05.723 2024.11.11 00:27:06.886 2024.11.10 23:20:19.373 2024.11.10 23:20:19.773
118 6.0.0.520 2024.11.07 4eefa F F 1222 408 2024.11.08 00:25:43.078 2024.11.08 00:25:44.300 2024.11.07 23:20:25.478 2024.11.07 23:20:25.886
119 6.0.0.516 2024.11.04 b0c36 P P 1072 408 2024.11.05 00:25:34.389 2024.11.05 00:25:35.461 2024.11.04 23:20:24.215 2024.11.04 23:20:24.623
120 6.0.0.515 2024.10.30 d53f3 P P 1132 391 2024.11.04 00:26:23.922 2024.11.04 00:26:25.054 2024.11.03 23:20:17.369 2024.11.03 23:20:17.760
121 6.0.0.512 2024.10.29 833ef P P 1125 416 2024.10.30 00:28:21.621 2024.10.30 00:28:22.746 2024.10.29 23:20:42.568 2024.10.29 23:20:42.984
122 6.0.0.511 2024.10.26 c4bc9 P P 1095 440 2024.10.29 00:28:17.190 2024.10.29 00:28:18.285 2024.10.28 23:20:19.801 2024.10.28 23:20:20.241
123 6.0.0.509 2024.10.25 3aedb F F 1241 445 2024.10.26 00:33:47.336 2024.10.26 00:33:48.577 2024.10.25 23:21:02.664 2024.10.25 23:21:03.109
124 6.0.0.508 2024.10.24 a8f5b P P 1205 412 2024.10.25 00:30:07.425 2024.10.25 00:30:08.630 2024.10.24 23:20:58.450 2024.10.24 23:20:58.862
125 6.0.0.502 2024.10.22 6bfd7 P P 1183 430 2024.10.23 00:29:33.417 2024.10.23 00:29:34.600 2024.10.22 23:20:42.832 2024.10.22 23:20:43.262
126 6.0.0.500 2024.10.21 be565 P P 715 448 2024.10.22 16:54:34.881 2024.10.22 16:54:35.596 2024.10.22 15:49:53.121 2024.10.22 15:49:53.569
127 6.0.0.499 2024.10.19 6214b P P 1175 427 2024.10.20 00:30:39.462 2024.10.20 00:30:40.637 2024.10.19 23:21:07.808 2024.10.19 23:21:08.235
128 6.0.0.498 2024.10.18 591a7 P P 1246 402 2024.10.19 00:28:48.197 2024.10.19 00:28:49.443 2024.10.18 23:20:38.043 2024.10.18 23:20:38.445
129 6.0.0.494 2024.10.17 cf5a4 P P 1160 399 2024.10.18 00:30:05.929 2024.10.18 00:30:07.089 2024.10.17 23:21:05.434 2024.10.17 23:21:05.833
130 6.0.0.491 2024.10.14 dc5fb P P 1105 389 2024.10.15 00:27:08.701 2024.10.15 00:27:09.806 2024.10.14 23:20:25.132 2024.10.14 23:20:25.521
131 6.0.0.489 2024.10.11 2ba59 P P 1208 392 2024.10.12 00:30:49.805 2024.10.12 00:30:51.013 2024.10.11 23:20:42.627 2024.10.11 23:20:43.019
132 6.0.0.488 2024.10.09 1c93e P P 1176 394 2024.10.10 00:36:37.605 2024.10.10 00:36:38.781 2024.10.09 23:21:17.704 2024.10.09 23:21:18.098
133 6.0.0.487 2024.10.06 065a3 P P 757 423 2024.10.07 00:35:50.976 2024.10.07 00:35:51.733 2024.10.06 23:21:12.914 2024.10.06 23:21:13.337
134 6.0.0.485 2024.10.04 e95c1 P P 749 443 2024.10.05 00:37:25.032 2024.10.05 00:37:25.781 2024.10.04 23:21:10.141 2024.10.04 23:21:10.584
135 6.0.0.483 2024.10.02 5e5ae P P 672 391 2024.10.03 00:35:10.386 2024.10.03 00:35:11.058 2024.10.02 23:21:05.632 2024.10.02 23:21:06.023
136 6.0.0.478 2024.09.30 b5010 P P 1261 411 2024.10.01 00:33:20.529 2024.10.01 00:33:21.790 2024.09.30 23:21:02.129 2024.09.30 23:21:02.540
137 6.0.0.474 2024.09.26 e4efb P P 1270 418 2024.09.30 00:30:47.359 2024.09.30 00:30:48.629 2024.09.29 23:20:47.564 2024.09.29 23:20:47.982
138 6.0.0.471 2024.09.24 01b51 P P 1244 392 2024.09.25 22:32:52.290 2024.09.25 22:32:53.534 2024.09.25 21:20:49.196 2024.09.25 21:20:49.588
139 6.0.0.470 2024.09.23 77cc0 P P 1269 458 2024.09.23 22:32:33.472 2024.09.23 22:32:34.741 2024.09.23 21:21:05.041 2024.09.23 21:21:05.499
140 6.0.0.467 2024.09.21 ea0b8 P P 1200 413 2024.09.22 22:31:19.333 2024.09.22 22:31:20.533 2024.09.22 21:20:41.257 2024.09.22 21:20:41.670
141 6.0.0.466 2024.09.20 32dc6 P P 1209 404 2024.09.20 22:30:27.752 2024.09.20 22:30:28.961 2024.09.20 21:20:42.960 2024.09.20 21:20:43.364
142 6.0.0.461 2024.09.17 2c895 P P 892 649 2024.09.17 22:55:45.421 2024.09.17 22:55:46.313 2024.09.17 21:23:16.443 2024.09.17 21:23:17.092
143 6.0.0.460 2024.09.11 3c253 P P 1110 621 2024.09.16 22:56:59.023 2024.09.16 22:57:00.133 2024.09.16 21:23:09.586 2024.09.16 21:23:10.207
144 6.0.0.457 2024.09.09 fdc6f P P 1506 598 2024.09.09 23:09:59.092 2024.09.09 23:10:00.598 2024.09.09 21:24:03.579 2024.09.09 21:24:04.177
145 6.0.0.455 2024.09.07 500d8 P P 1765 687 2024.09.07 23:07:44.885 2024.09.07 23:07:46.650 2024.09.07 21:24:16.558 2024.09.07 21:24:17.245
146 6.0.0.454 2024.09.05 4d70f P P 1171 625 2024.09.05 22:57:06.956 2024.09.05 22:57:08.127 2024.09.05 21:23:42.511 2024.09.05 21:23:43.136
147 6.0.0.452 2024.09.04 9ff9c P P 926 638 2024.09.04 22:56:28.880 2024.09.04 22:56:29.806 2024.09.04 21:23:20.652 2024.09.04 21:23:21.290
148 6.0.0.450 2024.09.02 27124 P P 1501 629 2024.09.03 23:35:19.431 2024.09.03 23:35:20.932 2024.09.03 21:31:14.099 2024.09.03 21:31:14.728
149 6.0.0.447 2024.09.01 056ec P P 1282 689 2024.09.01 23:05:34.915 2024.09.01 23:05:36.197 2024.09.01 21:23:14.954 2024.09.01 21:23:15.643
150 6.0.0.446 2024.08.30 fe1b2 P P 1253 641 2024.08.31 23:12:39.728 2024.08.31 23:12:40.981 2024.08.31 21:29:48.375 2024.08.31 21:29:49.016
151 6.0.0.444 2024.08.28 785d4 P P 2394 1517 2024.08.29 23:25:53.340 2024.08.29 23:25:55.734 2024.08.29 21:29:06.743 2024.08.29 21:29:08.260
152 6.0.0.442 2024.08.21 4a68f P P 1436 1129 2024.08.28 00:24:24.857 2024.08.28 00:24:26.293 2024.08.27 21:35:14.288 2024.08.27 21:35:15.417
153 6.0.0.441 2024.08.20 75042 P P 1151 591 2024.08.20 23:01:42.906 2024.08.20 23:01:44.057 2024.08.20 21:24:02.569 2024.08.20 21:24:03.160
154 6.0.0.438 2024.08.16 088b5 P P 1158 552 2024.08.18 22:35:21.337 2024.08.18 22:35:22.495 2024.08.18 21:21:30.273 2024.08.18 21:21:30.825
155 6.0.0.437 2024.08.14 3c88b P P 816 585 2024.08.15 22:34:19.661 2024.08.15 22:34:20.477 2024.08.15 21:21:33.612 2024.08.15 21:21:34.197
156 6.0.0.432 2024.08.11 e82ac P P 1110 568 2024.08.12 22:33:07.563 2024.08.12 22:33:08.673 2024.08.12 21:21:16.007 2024.08.12 21:21:16.575
157 6.0.0.431 2024.08.09 de5a7 P P 1435 545 2024.08.09 22:33:51.298 2024.08.09 22:33:52.733 2024.08.09 21:21:38.949 2024.08.09 21:21:39.494
158 6.0.0.428 2024.08.08 9191b P P 837 547 2024.08.08 22:33:01.853 2024.08.08 22:33:02.690 2024.08.08 21:21:37.296 2024.08.08 21:21:37.843
159 6.0.0.423 2024.08.07 33b41 P P 920 517 2024.08.08 08:36:20.462 2024.08.08 08:36:21.382 2024.08.08 07:29:06.942 2024.08.08 07:29:07.459
160 6.0.0.421 2024.08.06 ed60d P P 483 416 2024.08.06 22:24:14.153 2024.08.06 22:24:14.636 2024.08.06 21:20:48.817 2024.08.06 21:20:49.233
161 6.0.0.419 2024.08.05 3505a P P 1053 398 2024.08.05 22:26:02.031 2024.08.05 22:26:03.084 2024.08.05 21:20:56.584 2024.08.05 21:20:56.982
162 6.0.0.409 2024.08.02 ec18f P P 954 383 2024.08.04 22:27:41.681 2024.08.04 22:27:42.635 2024.08.04 21:21:02.645 2024.08.04 21:21:03.028
163 6.0.0.406 2024.08.01 b20be P P 703 389 2024.08.01 22:26:46.030 2024.08.01 22:26:46.733 2024.08.01 21:20:52.628 2024.08.01 21:20:53.017
164 6.0.0.405 2024.07.31 a62ac P P 1012 392 2024.07.31 22:26:28.405 2024.07.31 22:26:29.417 2024.07.31 21:20:55.851 2024.07.31 21:20:56.243
165 6.0.0.403 2024.07.29 30f03 P P 1033 409 2024.07.29 22:26:09.975 2024.07.29 22:26:11.008 2024.07.29 21:20:43.555 2024.07.29 21:20:43.964
166 6.0.0.401 2024.07.26 24e41 P P 554 391 2024.07.26 22:23:48.891 2024.07.26 22:23:49.445 2024.07.26 21:20:41.402 2024.07.26 21:20:41.793
167 6.0.0.400 2024.07.24 5bb78 P P 555 394 2024.07.24 22:23:49.808 2024.07.24 22:23:50.363 2024.07.24 21:20:43.156 2024.07.24 21:20:43.550
168 6.0.0.398 2024.07.23 85b18 P P 996 377 2024.07.23 22:29:23.505 2024.07.23 22:29:24.501 2024.07.23 21:20:42.877 2024.07.23 21:20:43.254
169 6.0.0.397 2024.07.22 c734c P P 588 385 2024.07.22 22:23:44.570 2024.07.22 22:23:45.158 2024.07.22 21:20:42.161 2024.07.22 21:20:42.546
170 6.0.0.396 2024.07.13 cf952 P P 608 392 2024.07.21 22:23:41.251 2024.07.21 22:23:41.859 2024.07.21 21:20:33.581 2024.07.21 21:20:33.973
171 6.0.0.395 2024.07.10 845f4 P P 611 395 2024.07.12 22:23:22.333 2024.07.12 22:23:22.944 2024.07.12 21:20:32.814 2024.07.12 21:20:33.209
172 6.0.0.392 2024.07.09 ea301 P P 792 397 2024.07.09 22:21:51.967 2024.07.09 22:21:52.759 2024.07.09 21:20:31.684 2024.07.09 21:20:32.081
173 6.0.0.391 2024.07.08 7d50c P P 684 387 2024.07.08 22:22:49.797 2024.07.08 22:22:50.481 2024.07.08 21:20:41.644 2024.07.08 21:20:42.031
174 6.0.0.389 2024.07.05 cc71c P P 599 364 2024.07.05 22:23:13.430 2024.07.05 22:23:14.029 2024.07.05 21:20:41.382 2024.07.05 21:20:41.746
175 6.0.0.388 2024.06.30 e5700 P P 711 378 2024.06.30 22:22:50.177 2024.06.30 22:22:50.888 2024.06.30 21:20:37.470 2024.06.30 21:20:37.848
176 6.0.0.387 2024.06.27 7c28a P P 630 403 2024.06.27 22:22:36.372 2024.06.27 22:22:37.002 2024.06.27 21:20:37.857 2024.06.27 21:20:38.260
177 6.0.0.386 2024.06.23 7c57f P P 953 385 2024.06.23 22:21:07.757 2024.06.23 22:21:08.710 2024.06.23 21:20:26.619 2024.06.23 21:20:27.004
178 6.0.0.384 2024.06.21 24d99 P P 599 359 2024.06.21 22:22:53.202 2024.06.21 22:22:53.801 2024.06.21 21:20:25.809 2024.06.21 21:20:26.168
179 6.0.0.374 2024.06.13 0097d P P 635 382 2024.06.20 22:22:52.925 2024.06.20 22:22:53.560 2024.06.20 21:20:22.695 2024.06.20 21:20:23.077
180 6.0.0.373 2024.06.09 363f0 P P 609 409 2024.06.13 12:43:06.725 2024.06.13 12:43:07.334 2024.06.13 11:43:32.110 2024.06.13 11:43:32.519
181 6.0.0.371 2024.06.08 f7130 P P 533 305 2024.06.11 21:35:41.396 2024.06.11 21:35:41.929 2024.06.11 20:42:19.024 2024.06.11 20:42:19.329
182 6.0.0.366 2024.05.30 ab2c9 P P 788 407 2024.06.12 08:15:43.317 2024.06.12 08:15:44.105 2024.06.12 07:13:54.099 2024.06.12 07:13:54.506
183 6.0.0.363 2024.05.27 06703 P P 582 319 2024.06.12 13:40:54.023 2024.06.12 13:40:54.605 2024.06.12 12:45:48.042 2024.06.12 12:45:48.361
184 6.0.0.359 2024.05.23 9cb11 P P 612 334 2024.06.12 11:33:29.807 2024.06.12 11:33:30.419 2024.06.12 10:37:51.125 2024.06.12 10:37:51.459
185 6.0.0.358 2024.05.21 995dd P P 586 294 2024.06.12 16:17:47.947 2024.06.12 16:17:48.533 2024.06.12 15:22:59.197 2024.06.12 15:22:59.491
186 6.0.0.357 2024.05.18 bf6c4 P P 518 314 2024.06.12 20:53:54.216 2024.06.12 20:53:54.734 2024.06.12 19:59:34.847 2024.06.12 19:59:35.161
187 6.0.0.356 2024.05.17 eab06 P P 573 300 2024.06.13 05:00:20.380 2024.06.13 05:00:20.953 2024.06.13 04:05:35.417 2024.06.13 04:05:35.717
188 6.0.0.355 2024.05.16 8dd6e P P 624 334 2024.06.13 07:07:42.251 2024.06.13 07:07:42.875 2024.06.13 06:12:57.847 2024.06.13 06:12:58.181
189 6.0.0.354 2024.05.15 d3adc P P 665 404 2024.06.13 10:09:00.195 2024.06.13 10:09:00.860 2024.06.13 09:08:48.258 2024.06.13 09:08:48.662
190 6.0.0.351 2024.05.14 2e3e0 P P 595 370 2024.06.13 15:22:24.055 2024.06.13 15:22:24.650 2024.06.13 14:21:32.329 2024.06.13 14:21:32.699

Elapsed time, ms. Chart for last 150 runs:

Last commits information (all timestamps in UTC):