home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   linux.debian.bugs.dist      Ohh some weird Debian bug report thing      28,835 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 26,932 of 28,835   
   Santiago Vila to All   
   Bug#1127528: python-msrest: FTBFS: FAILE   
   09 Feb 26 19:10:01   
   
   From: sanvila@debian.org   
      
   Package: src:python-msrest   
   Version: 0.6.21-7   
   Severity: serious   
   Tags: ftbfs forky sid   
      
   Dear maintainer:   
      
   During a rebuild of all packages in unstable, this package failed to build.   
      
   Below you will find the last part of the build log (probably the most   
   relevant part, but not necessarily). If required, the full build log   
   is available here:   
      
   https://people.debian.org/~sanvila/build-logs/202602/   
      
   About the archive rebuild: The build was made on virtual machines from AWS,   
   using sbuild and a reduced chroot with only build-essential packages.   
      
   If you cannot reproduce the bug please contact me privately, as I   
   am willing to provide ssh access to a virtual machine where the bug is   
   fully reproducible.   
      
   If this is really a bug in one of the build-depends, please use   
   reassign and add an affects on src:python-msrest, so that this is still   
   visible in the BTS web page for this package.   
      
   Thanks.   
      
   ----------------------------------------------------------------   
   ---------------   
   [...]   
    debian/rules clean   
   dh clean --buildsystem=pybuild   
      dh_auto_clean -O--buildsystem=pybuild   
      dh_autoreconf_clean -O--buildsystem=pybuild   
      dh_clean -O--buildsystem=pybuild   
    debian/rules binary   
   dh binary --buildsystem=pybuild   
      dh_update_autotools_config -O--buildsystem=pybuild   
      dh_autoreconf -O--buildsystem=pybuild   
      dh_auto_configure -O--buildsystem=pybuild   
      dh_auto_build -O--buildsystem=pybuild   
   I: pybuild plugin_pyproject:142: Building wheel for python3.14 with "build"   
   module   
   I: pybuild base:384: python3.14 -m build --skip-dependency-check   
   --no-isolation --wheel --outdir /<>/.pybuild/cpython3_3.14_msrest   
   * Building wheel...   
   /usr/lib/python3/dist-packages/setuptools/dist.py:759: Setuptool   
   DeprecationWarning: License classifiers are deprecated.   
      
   [... snipped ...]   
      
               cert=None,   
               headers={   
                   'User-Agent': current_ua,   
                   'Test': 'true'  # From global config   
               },   
               stream=False,   
               timeout=100,   
               verify=True   
           )   
           assert session.resolve_redirects.is_msrest_patched   
      
           client.send(request, headers={'id':'1234'}, content={'Test':'Data'},   
   stream=False)   
           session.request.assert_called_with(   
               'GET',   
               '/',   
               data='{"Test": "Data"}',   
               allow_redirects=True,   
               cert=None,   
               headers={   
                   'User-Agent': current_ua,   
                   'Content-Length': '16',   
                   'id':'1234',   
                   'Test': 'true'  # From global config   
               },   
               stream=False,   
               timeout=100,   
               verify=True   
           )   
   >       self.assertEqual(session.request.call_count, 1)   
   E       AssertionError: 2 != 1   
      
   tests/test_client.py:329: AssertionError   
   =============================== warnings summary ===============   
   ===============   
   .pybuild/cpython3_3.14_msrest/build/tests/test_client.py::TestSe   
   viceClient::test_client_request   
   .pybuild/cpython3_3.14_msrest/build/tests/test_client.py::TestSe   
   viceClient::test_deprecated_creds   
   .pybuild/cpython3_3.14_msrest/build/tests/test_runtime.py::TestR   
   ntimeRetry::test_request_retry_3_times   
   .pybuild/cpython3_3.14_msrest/build/tests/test_runtime.py::TestR   
   ntimeRetry::test_request_retry_404   
   .pybuild/cpython3_3.14_msrest/build/tests/test_runtime.py::TestR   
   ntimeRetry::test_request_retry_408   
   .pybuild/cpython3_3.14_msrest/build/tests/test_runtime.py::TestR   
   ntimeRetry::test_request_retry_501   
   .pybuild/cpython3_3.14_msrest/build/tests/test_runtime.py::TestR   
   ntimeRetry::test_request_retry_502   
   .pybuild/cpython3_3.14_msrest/build/tests/test_runtime.py::TestR   
   ntimeRetry::test_request_retry_505   
   .pybuild/cpython3_3.14_msrest/build/tests/test_runtime.py::TestR   
   ntimeRetry::test_request_retry_max   
     /<>/.pybuild/cpython3_3.14_msrest/build/msrest/se   
   vice_client.py:259: DeprecationWarning: Creds parameter is deprecated. Set   
   config.credentials instead.   
       warnings.warn("Creds parameter is deprecated. Set config.credentials   
   instead.",   
      
   .pybuild/cpython3_3.14_msrest/build/tests/test_runtime.py: 31 warnings   
     /usr/lib/python3/dist-packages/httpretty/core.py:1077: DeprecationWarning:   
   datetime.datetime.utcnow() is deprecated and scheduled for removal in a future   
   version. Use timezone-aware objects to represent datetimes in UTC:   
   datetime.datetime.now(datetime.   
   UTC).   
       now = datetime.utcnow()   
      
   -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html   
   ============================= slowest 10 durations =============   
   ===============   
   2.00s call     .pybuild/cpython3_3.14_msrest/build/tests/asyncte   
   ts/test_polling.py::test_poller   
   1.00s call     .pybuild/cpython3_3.14_msrest/build/tests/test_po   
   ling.py::test_poller   
   0.02s call     .pybuild/cpython3_3.14_msrest/build/tests/asyncte   
   ts/test_async_client.py::TestServiceClient::test_client_send   
   0.02s call     .pybuild/cpython3_3.14_msrest/build/tests/test_cl   
   ent.py::TestServiceClient::test_client_send   
   0.01s call     .pybuild/cpython3_3.14_msrest/build/tests/test_cl   
   ent.py::TestServiceClient::test_format_url   
   0.01s call     .pybuild/cpython3_3.14_msrest/build/tests/test_cl   
   ent.py::TestServiceClient::test_context_manager   
   0.01s call     .pybuild/cpython3_3.14_msrest/build/tests/test_cl   
   ent.py::TestServiceClient::test_keep_alive   
   0.01s call     .pybuild/cpython3_3.14_msrest/build/tests/test_cl   
   ent.py::TestServiceClient::test_sdk_context_manager   
   0.01s call     .pybuild/cpython3_3.14_msrest/build/tests/test_ru   
   time.py::TestRuntime::test_request_proxy   
   0.01s call     .pybuild/cpython3_3.14_msrest/build/tests/test_cl   
   ent.py::TestServiceClient::test_format_data   
   =========================== short test summary info ============   
   ===============   
   FAILED tests/asynctests/test_async_client.py::TestServiceClient:   
   test_client_send   
   FAILED tests/test_client.py::TestServiceClient::test_client_send -   
   AssertionE...   
   ================== 2 failed, 191 passed, 40 warnings in 3.59s ==   
   ===============   
      
   [continued in next message]   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca