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

server = 'qa_rundaily_hq30'

    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:5690: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

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 3.0.13.33809 2025.05.14 6638e P P 405 271 2025.06.30 14:50:03.950 2025.06.30 14:50:04.355 2025.06.30 14:11:40.928 2025.06.30 14:11:41.199
2 3.0.13.33809 2025.05.06 28ad0 P P 430 269 2025.05.14 08:29:44.367 2025.05.14 08:29:44.797 2025.05.14 07:49:51.575 2025.05.14 07:49:51.844
3 3.0.13.33808 2025.04.25 28426 P P 446 266 2025.05.06 13:40:27.009 2025.05.06 13:40:27.455 2025.05.06 13:02:30.472 2025.05.06 13:02:30.738
4 3.0.13.33803 2025.04.23 307b8 P P 393 259 2025.04.25 13:49:04.502 2025.04.25 13:49:04.895 2025.04.25 13:10:57.324 2025.04.25 13:10:57.583
5 3.0.13.33803 2025.03.25 ea22a P E 390 4387 2025.04.20 08:20:24.372 2025.04.20 08:20:24.762 2025.04.20 07:25:21.209 2025.04.20 07:25:25.596
6 3.0.13.33803 2025.02.25 08ebd P E 427 4407 2025.03.25 10:36:31.128 2025.03.25 10:36:31.555 2025.03.25 09:39:56.098 2025.03.25 09:40:00.505
7 3.0.13.33796 2025.01.29 0ab85 P P 405 268 2025.02.25 12:26:50.522 2025.02.25 12:26:50.927 2025.02.25 11:48:14.242 2025.02.25 11:48:14.510
8 3.0.13.33796 2025.01.14 99b3b P P 400 270 2025.01.24 11:31:12.531 2025.01.24 11:31:12.931 2025.01.24 10:53:03.200 2025.01.24 10:53:03.470
9 3.0.13.33795 2024.12.13 fbbd9 P P 406 273 2025.01.01 12:42:21.158 2025.01.01 12:42:21.564 2025.01.01 12:03:36.354 2025.01.01 12:03:36.627
10 3.0.13.33795 2024.11.24 b8847 P P 407 271 2024.12.11 12:40:06.583 2024.12.11 12:40:06.990 2024.12.11 12:01:34.429 2024.12.11 12:01:34.700
11 3.0.13.33794 2024.10.15 abe09 P P 397 271 2024.11.22 12:16:34.715 2024.11.22 12:16:35.112 2024.11.22 11:37:50.666 2024.11.22 11:37:50.937
12 3.0.13.33793 2024.10.14 f831a P P 397 263 2024.10.15 12:44:01.111 2024.10.15 12:44:01.508 2024.10.15 12:05:13.318 2024.10.15 12:05:13.581
13 3.0.13.33793 2024.10.04 82ccc P P 402 276 2024.10.12 12:43:01.754 2024.10.12 12:43:02.156 2024.10.12 12:04:30.450 2024.10.12 12:04:30.726
14 3.0.13.33792 2024.08.31 d8791 P P 397 264 2024.10.03 12:51:23.928 2024.10.03 12:51:24.325 2024.10.03 12:11:47.560 2024.10.03 12:11:47.824
15 3.0.13.33787 2024.08.23 8ee81 P P 450 306 2024.09.01 13:01:49.434 2024.09.01 13:01:49.884 2024.09.01 12:19:15.322 2024.09.01 12:19:15.628
16 3.0.13.33787 2024.08.09 df740 P P 474 345 2024.08.23 12:58:28.259 2024.08.23 12:58:28.733 2024.08.23 12:15:50.586 2024.08.23 12:15:50.931
17 3.0.12.33746 2024.07.15 11dd4 P P 474 350 2024.08.09 12:18:44.233 2024.08.09 12:18:44.707 2024.08.09 11:36:18.680 2024.08.09 11:36:19.030
18 3.0.12.33746 2024.06.11 8a5eb P P 551 335 2024.07.15 11:11:06.289 2024.07.15 11:11:06.840 2024.07.15 10:33:41.449 2024.07.15 10:33:41.784
19 3.0.12.33745 2024.05.21 301a7 P P 453 282 2024.05.25 08:08:13.648 2024.05.25 08:08:14.101 2024.05.25 07:32:45.647 2024.05.25 07:32:45.929
20 3.0.12.33745 2024.05.09 9cf37 P P 438 265 2024.05.21 08:08:37.948 2024.05.21 08:08:38.386 2024.05.21 07:33:05.389 2024.05.21 07:33:05.654
21 3.0.12.33744 2024.04.20 af6b2 P P 453 266 2024.05.11 08:04:46.040 2024.05.11 08:04:46.493 2024.05.11 07:30:00.563 2024.05.11 07:30:00.829
22 3.0.12.33740 2024.04.06 c6cdd P P 453 281 2024.04.21 02:19:00.514 2024.04.21 02:19:00.967 2024.04.21 01:44:32.884 2024.04.21 01:44:33.165
23 3.0.12.33726 2024.03.29 1fac6 P P 406 219 2024.04.05 07:14:19.786 2024.04.05 07:14:20.192 2024.04.05 06:40:36.094 2024.04.05 06:40:36.313
24 3.0.12.33726 2024.03.11 456ca P P 358 234 2024.03.29 12:54:09.332 2024.03.29 12:54:09.690 2024.03.29 12:22:52.655 2024.03.29 12:22:52.889

Elapsed time, ms. Chart for last 24 runs:

Last commits information (all timestamps in UTC):