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
Network / firewall ?

failed on teardown with "firebird.driver.types.DatabaseError: Unable to complete network request to host "localhost".
-Failed to establish a connection."

LOG DETAILS:

2025-05-13 08:53:14.071
2025-05-13 08:53:14.071 act = <firebird.qa.plugin.Action object at [hex]>
2025-05-13 08:53:14.071
2025-05-13 08:53:14.071     @pytest.mark.version('>=3.0')
2025-05-13 08:53:14.071     def test_1(act: Action):
2025-05-13 08:53:14.071         script = f"""
2025-05-13 08:53:14.071             create database '{act.db.dsn}' user '{act.db.user}'
2025-05-13 08:53:14.071               password '{act.db.password}' set names 'win1251' default character set utf8 ;
2025-05-13 08:53:14.071             set list on ;
2025-05-13 08:53:14.071             select c.rdb$character_set_name as client_char_set, r.rdb$character_set_name as db_char_set
2025-05-13 08:53:14.071             from mon$attachments a join rdb$character_sets c on a.mon$character_set_id = c.rdb$character_set_id
2025-05-13 08:53:14.071             cross join rdb$database r
2025-05-13 08:53:14.071             where a.mon$attachment_id = current_connection ;
2025-05-13 08:53:14.071         """
2025-05-13 08:53:14.072         act.expected_stdout = expected_stdout
2025-05-13 08:53:14.072         act.isql(switches = ['-q'], input=script, connect_db=False, combine_output = True)
2025-05-13 08:53:14.072 >       assert act.clean_stdout == act.clean_expected_stdout
2025-05-13 08:53:14.072 E       assert
2025-05-13 08:53:14.072 E         - CLIENT_CHAR_SET                 WIN1251
2025-05-13 08:53:14.072 E         - DB_CHAR_SET                     UTF8
2025-05-13 08:53:14.072 E         + Statement failed, SQLSTATE = 08006
2025-05-13 08:53:14.072 E         + Unable to complete network request to host "localhost".
2025-05-13 08:53:14.072 E         + -Failed to establish a connection.
2025-05-13 08:53:14.072
2025-05-13 08:53:14.072 tests\functional\database\create\test_01.py:38: AssertionError
3 #text
request = <SubRequest 'db' for <Function test_1>>
db_path = WindowsPath('H:/QA/temp/qa2024.tmp/fbqa/test_11865')
db_cache = <firebird.qa.plugin.DbCache pytest object at [hex]>

    @pytest.fixture
    def database_fixture(request: pytest.FixtureRequest, db_path, db_cache) -> Database:
        db = Database(db_path, filename, user, password, charset, debug=str(request.module),
                      config_name=config_name, utf8filename=utf8filename)
        if not do_not_create:
            if from_backup is None and copy_of is None:
                db.create(page_size, sql_dialect, db_cache)
            elif from_backup is not None:
                db.restore(from_backup)
            elif copy_of is not None:
                db.copy(copy_of)
            if async_write:
                db.set_async_write()
            if init: # Do not check for None, we want to skip empty scripts as well
                try:
                    db.init(init)
                except Error as exc:
                    if hasattr(exc, 'stderr'):
                        request.node.user_properties.append(("dbinit-stderr", exc.stderr))
                    raise
        yield db
        if not do_not_drop:
>           db.drop()

src\firebird\qa\plugin.py:988: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

server = 'qa_rundaily_hq50'

    def connect_server(server: str, *, user: str=None, password: str=None,
                       crypt_callback: iCryptKeyCallbackImpl=None,
                       expected_db: str=None, role: str=None, encoding: str=None,
                       encoding_errors: str=None) -> Server:
        """Establishes a connection to server's service manager.
    
        Arguments:
            server: Server host machine or Server configuration name.
            user: User name.
            password: User password.
            crypt_callback: Callback that provides encryption key.
            expected_db: Database that would be accessed (for using services with non-default
                         security database)
            role: SQL role used for connection.
            encoding: Encoding for string values passed in parameter buffer. Default is
               `.ServerConfig.encoding`.
            encoding_errors: Error handler used for encoding errors. Default is
               `.ServerConfig.encoding_errors`.
    
        Hooks:
            Event `.ServerHook.ATTACHED`: Executed before `Service` instance is
            returned. Hook must have signature::
    
                hook_func(server: Server) -> None
    
            Any value returned by hook is ignored.
        """
        srv_config = driver_config.get_server(server)
        if srv_config is None:
            srv_config = driver_config.server_defaults
            host = server or None
            port = None
        else:
            host = srv_config.host.value
            port = srv_config.port.value
        if host is None:
            host = 'service_mgr'
        if not host.endswith('service_mgr'):
            if host and not host.endswith(':'):
                if port:
                    host += f"/{port}"
                host += ':'
            host += 'service_mgr'
        if user is None:
            user = srv_config.user.value
        if password is None:
            password = srv_config.password.value
        spb = SPB_ATTACH(user=user, password=password, config=srv_config.config.value,
                         trusted_auth=srv_config.trusted_auth.value,
                         auth_plugin_list=srv_config.auth_plugin_list.value,
                         expected_db=expected_db, encoding=srv_config.encoding.value,
                         errors=srv_config.encoding_errors.value, role=role)
        spb_buf = spb.get_buffer()
        with a.get_api().master.get_dispatcher() as provider:
            if crypt_callback is not None:
                provider.set_dbcrypt_callback(crypt_callback)
>           svc = provider.attach_service_manager(host, spb_buf)

C:\Python3x\Lib\site-packages\firebird\driver\core.py:5692: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <firebird.driver.interfaces.iProvider pytest object at [hex]>
service = 'localhost/33337:service_mgr'
spb = b'\x02\x02\x1c\x06SYSDBA\x1d\tmasterkey'

    def attach_service_manager(self, service: str, spb: bytes) -> iService:
        "Replaces `isc_service_attach()`"
        result = self.vtable.attachServiceManager(self, self.status, service.encode(), len(spb), spb)
>       self._check()

C:\Python3x\Lib\site-packages\firebird\driver\interfaces.py:1310: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <firebird.driver.interfaces.iProvider pytest object at [hex]>

    def _check(self) -> None:
        state = self.status.get_state()
        if StateFlag.ERRORS in state:
>           raise self.__report(DatabaseError, self.status.get_errors())
E           firebird.driver.types.DatabaseError: Unable to complete network request to host "localhost".
E           -Failed to establish a connection.

C:\Python3x\Lib\site-packages\firebird\driver\interfaces.py:113: DatabaseError
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.1674 2025.06.27 3ee5c P P 407 296 2025.06.28 11:14:13.872 2025.06.28 11:14:14.279 2025.06.28 10:12:06.356 2025.06.28 10:12:06.652
2 5.0.3.1657 2025.06.26 dcb8a P P 433 293 2025.06.27 11:10:55.978 2025.06.27 11:10:56.411 2025.06.27 10:08:56.990 2025.06.27 10:08:57.283
3 5.0.3.1657 2025.06.20 8b4d2 P P 416 288 2025.06.26 11:25:19.063 2025.06.26 11:25:19.479 2025.06.26 10:23:13.553 2025.06.26 10:23:13.841
4 5.0.3.1657 2025.06.19 4bd4c P P 480 294 2025.06.20 05:29:39.287 2025.06.20 05:29:39.767 2025.06.20 04:27:32.355 2025.06.20 04:27:32.649
5 5.0.3.1657 2025.06.11 dae6f P P 422 313 2025.06.19 11:01:01.134 2025.06.19 11:01:01.556 2025.06.19 09:58:56.379 2025.06.19 09:58:56.692
6 5.0.3.1657 2025.06.10 dbc92 P P 431 294 2025.06.11 08:47:25.578 2025.06.11 08:47:26.009 2025.06.11 07:44:53.703 2025.06.11 07:44:53.997
7 5.0.3.1656 2025.06.05 00512 P P 409 294 2025.06.10 10:02:41.486 2025.06.10 10:02:41.895 2025.06.10 08:59:58.923 2025.06.10 08:59:59.217
8 5.0.3.1656 2025.05.20 c4b11 P P 446 301 2025.06.03 09:49:32.012 2025.06.03 09:49:32.458 2025.06.03 08:48:01.448 2025.06.03 08:48:01.749
9 5.0.3.1652 2025.05.13 f51c6 P P 442 292 2025.05.21 06:30:30.483 2025.05.21 06:30:30.925 2025.05.21 05:29:16.365 2025.05.21 05:29:16.657
10 5.0.3.1651 2025.05.08 ee9d2 P E 413 4253 2025.05.13 06:43:11.230 2025.05.13 06:43:11.643 2025.05.13 05:28:10.402 2025.05.13 05:28:14.655
11 5.0.3.1651 2025.05.04 3d914 P E 463 4433 2025.05.09 04:32:14.143 2025.05.09 04:32:14.606 2025.05.09 03:17:08.445 2025.05.09 03:17:12.878
12 5.0.3.1651 2025.04.30 141ef P E 411 4433 2025.05.02 04:39:50.387 2025.05.02 04:39:50.798 2025.05.02 03:25:01.395 2025.05.02 03:25:05.828
13 5.0.3.1650 2025.04.30 6253f P E 421 4421 2025.05.01 04:38:52.947 2025.05.01 04:38:53.368 2025.05.01 03:23:58.230 2025.05.01 03:24:02.651
14 5.0.3.1650 2025.04.28 4cbff P E 410 4256 2025.04.30 04:37:54.027 2025.04.30 04:37:54.437 2025.04.30 03:23:11.141 2025.04.30 03:23:15.397
15 5.0.3.1649 2025.04.21 5b2d0 P E 417 4445 2025.04.26 10:11:54.129 2025.04.26 10:11:54.546 2025.04.26 08:56:12.030 2025.04.26 08:56:16.475
16 5.0.3.1648 2025.04.18 2f4c5 P P 413 300 2025.04.20 04:23:08.844 2025.04.20 04:23:09.257 2025.04.20 03:20:52.179 2025.04.20 03:20:52.479
17 5.0.3.1635 2025.04.03 f6bd1 P E 453 4431 2025.04.18 06:50:51.633 2025.04.18 06:50:52.086 2025.04.18 05:35:23.333 2025.04.18 05:35:27.764
18 5.0.3.1635 2025.03.31 22ec6 P E 422 4241 2025.04.03 09:56:39.539 2025.04.03 09:56:39.961 2025.04.03 08:40:49.563 2025.04.03 08:40:53.804
19 5.0.3.1633 2025.03.28 3123a P E 426 4417 2025.03.31 09:55:04.176 2025.03.31 09:55:04.602 2025.03.31 08:39:18.385 2025.03.31 08:39:22.802
20 5.0.3.1633 2025.03.27 e0fb8 P E 437 4487 2025.03.28 10:26:49.713 2025.03.28 10:26:50.150 2025.03.28 09:07:16.526 2025.03.28 09:07:21.013
21 5.0.3.1631 2025.03.25 bda65 P P 447 330 2025.03.27 10:07:20.249 2025.03.27 10:07:20.696 2025.03.27 09:01:22.431 2025.03.27 09:01:22.761
22 5.0.3.1631 2025.03.21 1925b P P 440 311 2025.03.25 06:41:23.725 2025.03.25 06:41:24.165 2025.03.25 05:35:15.428 2025.03.25 05:35:15.739
23 5.0.3.1629 2025.03.18 506d7 P P 420 316 2025.03.20 09:41:34.360 2025.03.20 09:41:34.780 2025.03.20 08:35:21.286 2025.03.20 08:35:21.602
24 5.0.3.1628 2025.03.14 16d05 P P 419 297 2025.03.18 09:35:42.348 2025.03.18 09:35:42.767 2025.03.18 08:31:00.064 2025.03.18 08:31:00.361
25 5.0.3.1627 2025.02.26 4e218 P P 439 303 2025.03.13 09:55:05.217 2025.03.13 09:55:05.656 2025.03.13 08:48:35.681 2025.03.13 08:48:35.984
26 5.0.3.1624 2025.02.25 dc3b2 P P 469 305 2025.02.26 15:27:15.598 2025.02.26 15:27:16.067 2025.02.26 14:21:30.451 2025.02.26 14:21:30.756
27 5.0.2.1615 2025.02.20 4a726 P E 456 4415 2025.02.25 08:41:22.265 2025.02.25 08:41:22.721 2025.02.25 07:23:36.691 2025.02.25 07:23:41.106
28 5.0.2.1615 2025.02.14 9cb76 P P 427 296 2025.02.15 04:08:56.539 2025.02.15 04:08:56.966 2025.02.15 03:05:13.920 2025.02.15 03:05:14.216
29 5.0.2.1577 2025.02.07 f50a2 P P 420 289 2025.02.14 06:21:34.063 2025.02.14 06:21:34.483 2025.02.14 05:19:02.385 2025.02.14 05:19:02.674
30 5.0.2.1577 2024.12.24 3c80e P P 425 303 2025.02.06 09:35:06.313 2025.02.06 09:35:06.738 2025.02.06 08:32:37.810 2025.02.06 08:32:38.113
31 5.0.2.1576 2024.12.17 646b0 P P 478 335 2024.12.24 09:18:09.806 2024.12.24 09:18:10.284 2024.12.24 08:15:52.373 2024.12.24 08:15:52.708
32 5.0.2.1575 2024.12.09 9af52 P P 448 308 2024.12.16 09:14:55.016 2024.12.16 09:14:55.464 2024.12.16 08:12:43.149 2024.12.16 08:12:43.457
33 5.0.2.1575 2024.12.08 63d39 P P 389 260 2024.12.09 15:04:42.695 2024.12.09 15:04:43.084 2024.12.09 14:07:29.863 2024.12.09 14:07:30.123
34 5.0.2.1571 2024.12.08 8d11a P P 411 280 2024.12.09 06:18:21.774 2024.12.09 06:18:22.185 2024.12.09 05:19:06.909 2024.12.09 05:19:07.189
35 5.0.2.1567 2024.12.07 b01a2 P P 394 265 2024.12.08 01:56:44.547 2024.12.08 01:56:44.941 2024.12.08 00:55:53.870 2024.12.08 00:55:54.135
36 5.0.2.1567 2024.12.02 6ae74 P P 398 269 2024.12.04 09:00:15.252 2024.12.04 09:00:15.650 2024.12.04 08:02:59.589 2024.12.04 08:02:59.858
37 5.0.2.1567 2024.11.26 56e63 P P 418 303 2024.11.30 09:05:55.735 2024.11.30 09:05:56.153 2024.11.30 08:04:17.317 2024.11.30 08:04:17.620
38 5.0.2.1567 2024.11.21 96f61 P P 449 296 2024.11.27 09:02:41.111 2024.11.27 09:02:41.560 2024.11.27 08:01:37.495 2024.11.27 08:01:37.791
39 5.0.2.1567 2024.11.18 e1289 P E 462 4436 2024.11.21 09:21:04.253 2024.11.21 09:21:04.715 2024.11.21 08:05:58.484 2024.11.21 08:06:02.920
40 5.0.2.1533 2024.10.23 0ec43 P P 426 289 2024.11.18 08:56:54.034 2024.11.18 08:56:54.460 2024.11.18 07:55:07.813 2024.11.18 07:55:08.102
41 5.0.2.1533 2024.10.22 8af7a P P 428 315 2024.10.23 09:04:07.957 2024.10.23 09:04:08.385 2024.10.23 08:02:59.175 2024.10.23 08:02:59.490
42 5.0.2.1532 2024.10.15 36dc0 P P 426 301 2024.10.22 15:06:16.154 2024.10.22 15:06:16.580 2024.10.22 14:05:06.854 2024.10.22 14:05:07.155
43 5.0.2.1518 2024.10.04 259ba P P 428 295 2024.10.15 09:00:16.041 2024.10.15 09:00:16.469 2024.10.15 07:59:23.645 2024.10.15 07:59:23.940
44 5.0.2.1518 2024.09.26 703cd P P 413 307 2024.10.03 09:05:10.310 2024.10.03 09:05:10.723 2024.10.03 08:03:54.629 2024.10.03 08:03:54.936
45 5.0.2.1489 2024.08.31 994a6 P E 438 4436 2024.09.26 09:24:11.837 2024.09.26 09:24:12.275 2024.09.26 08:08:32.309 2024.09.26 08:08:36.745
46 5.0.2.1476 2024.08.09 843ea P E 510 4427 2024.09.01 09:12:54.150 2024.09.01 09:12:54.660 2024.09.01 07:55:38.090 2024.09.01 07:55:42.517
47 5.0.1.1454 2024.08.08 30f9f P P 498 339 2024.08.09 08:53:42.123 2024.08.09 08:53:42.621 2024.08.09 07:52:45.106 2024.08.09 07:52:45.445
48 5.0.1.1453 2024.08.07 ebbc3 P P 485 333 2024.08.08 20:08:00.970 2024.08.08 20:08:01.455 2024.08.08 19:06:36.914 2024.08.08 19:06:37.247
49 5.0.1.1453 2024.08.06 1b9d0 P P 509 356 2024.08.07 08:22:48.316 2024.08.07 08:22:48.825 2024.08.07 07:26:38.801 2024.08.07 07:26:39.157
50 5.0.1.1453 2024.07.30 48044 P P 508 345 2024.08.03 08:20:48.877 2024.08.03 08:20:49.385 2024.08.03 07:24:31.264 2024.08.03 07:24:31.609
51 5.0.1.1453 2024.07.28 8d956 P P 540 371 2024.07.30 08:01:30.686 2024.07.30 08:01:31.226 2024.07.30 07:06:56.309 2024.07.30 07:06:56.680
52 5.0.1.1429 2024.07.19 8ee90 P P 491 337 2024.07.27 08:00:13.542 2024.07.27 08:00:14.033 2024.07.27 07:06:02.104 2024.07.27 07:06:02.441
53 5.0.1.1428 2024.07.15 00392 P P 490 330 2024.07.19 07:55:39.230 2024.07.19 07:55:39.720 2024.07.19 07:01:34.933 2024.07.19 07:01:35.263
54 5.0.1.1428 2024.06.30 67a31 P P 486 352 2024.07.15 08:07:06.336 2024.07.15 08:07:06.822 2024.07.15 07:11:51.476 2024.07.15 07:11:51.828
55 5.0.1.1415 2024.06.12 f8731 P P 475 343 2024.06.22 05:05:45.464 2024.06.22 05:05:45.939 2024.06.22 04:12:09.500 2024.06.22 04:12:09.843
56 5.0.1.1415 2024.06.11 31d74 P P 453 265 2024.06.11 23:35:52.827 2024.06.11 23:35:53.280 2024.06.11 22:45:50.395 2024.06.11 22:45:50.660
57 5.0.1.1401 2024.06.05 f9b76 P P 532 265 2024.06.11 04:26:45.632 2024.06.11 04:26:46.164 2024.06.11 03:36:27.588 2024.06.11 03:36:27.853
58 5.0.1.1398 2024.05.10 5e3ce P P 453 266 2024.05.25 05:21:36.556 2024.05.25 05:21:37.009 2024.05.25 04:31:40.920 2024.05.25 04:31:41.186
59 5.0.1.1397 2024.05.09 ee2ef P P 438 266 2024.05.10 05:17:32.137 2024.05.10 05:17:32.575 2024.05.10 04:28:12.137 2024.05.10 04:28:12.403
60 5.0.1.1392 2024.04.29 7dbc2 F F 453 265 2024.05.09 17:07:14.430 2024.05.09 17:07:14.883 2024.05.09 16:17:40.954 2024.05.09 16:17:41.219
61 5.0.1.1386 2024.04.25 c0328 P P 469 265 2024.04.29 05:16:31.592 2024.04.29 05:16:32.061 2024.04.29 04:27:11.008 2024.04.29 04:27:11.273
62 5.0.1.1386 2024.04.20 80571 P P 436 266 2024.04.25 05:19:08.042 2024.04.25 05:19:08.478 2024.04.25 04:28:59.816 2024.04.25 04:29:00.082
63 5.0.1.1378 2024.04.07 5292b P E 469 4344 2024.04.20 05:38:49.549 2024.04.20 05:38:50.018 2024.04.20 04:32:35.830 2024.04.20 04:32:40.174
64 5.0.1.1346 2024.03.16 fe320 P P 421 250 2024.04.07 03:37:53.425 2024.04.07 03:37:53.846 2024.04.07 02:52:36.090 2024.04.07 02:52:36.340
65 5.0.1.1346 2024.03.02 da408 P P 405 265 2024.03.25 22:25:30.020 2024.03.25 22:25:30.425 2024.03.25 21:40:19.599 2024.03.25 21:40:19.864
66 5.0.1.1340 2024.02.17 08a71 P P 405 264 2024.03.25 23:55:12.435 2024.03.25 23:55:12.840 2024.03.25 23:10:06.891 2024.03.25 23:10:07.155
67 5.0.1.1325 2024.02.06 c98fb P E 406 4359 2024.03.26 02:26:40.355 2024.03.26 02:26:40.761 2024.03.26 01:25:28.214 2024.03.26 01:25:32.573
68 5.0.1.1325 2024.02.02 1d438 P E 421 4266 2024.03.26 07:44:02.307 2024.03.26 07:44:02.728 2024.03.26 06:41:55.385 2024.03.26 06:41:59.651
69 5.0.1.1325 2024.01.26 cffb6 P E 405 4358 2024.03.26 10:09:53.108 2024.03.26 10:09:53.513 2024.03.26 09:08:38.794 2024.03.26 09:08:43.152
70 5.0.1.1325 2024.01.26 d3810 P E 406 4343 2024.03.26 12:01:32.435 2024.03.26 12:01:32.841 2024.03.26 11:00:27.209 2024.03.26 11:00:31.552
71 5.0.1.1318 2024.01.21 a7ca3 P P 406 264 2024.03.26 13:30:33.727 2024.03.26 13:30:34.133 2024.03.26 12:45:29.636 2024.03.26 12:45:29.900
72 5.0.1.1318 2024.01.21 d429d P P 405 264 2024.03.26 15:12:10.800 2024.03.26 15:12:11.205 2024.03.26 14:27:09.383 2024.03.26 14:27:09.647
73 5.0.1.1318 2024.01.21 f1ab5 P P 405 264 2024.03.26 17:28:11.004 2024.03.26 17:28:11.409 2024.03.26 16:43:08.078 2024.03.26 16:43:08.342
74 5.0.1.1318 2024.01.20 46722 P P 405 264 2024.03.26 18:55:07.802 2024.03.26 18:55:08.207 2024.03.26 18:10:11.532 2024.03.26 18:10:11.796

Elapsed time, ms. Chart for last 74 runs:

Last commits information (all timestamps in UTC):