[Bug 2051695] Re: autopkgtests fail with 4.9-1build1

Pushkar Kulkarni 2051695 at bugs.launchpad.net
Tue Jan 30 11:54:17 UTC 2024


The new failure path starts in get_remote_storage_config_for_logging()
where storage::get_redacted_url_str_for_logging() is now invoked.

storage()::get_remote_storage_config_for_logging()
 | 
 storage::get_redacted_url_str_for_logging()
  |
  Url::str()
   |
    Url::build_url()
     |
     throw Url::build_error


Though the Url::build_error is legit, whether it should be caught is a question. Or rather, is not catching it an upstream bug?

Interestingly, the autopkgtests pass, but still fail. This is because
"Aborted (core dumped)" starts appearing on stderr.

---
820s PASSED <<<<<<<<<
821s autopkgtest [19:49:21]: test run-testsuites: -----------------------]
821s autopkgtest [19:49:21]: test run-testsuites:  - - - - - - - - - - results - - - - - - - - - -
821s run-testsuites       FAIL stderr: /tmp/autopkgtest.b0jEpT/build.bnS/src/test/suites/remote_url.bash: line 5: 23875 Aborted                 (core dumped) $CCACHE_COMPILE -c test.c 2> stderr.log <<<<<<<<<
---

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ccache in Ubuntu.
https://bugs.launchpad.net/bugs/2051695

Title:
  autopkgtests fail with 4.9-1build1

Status in ccache package in Ubuntu:
  New

Bug description:
  An existing test started dumping a core causing autopkgtests to fail
  with the 4.9-1build1 which is currently in noble proposed(universe).
  This happens because some changes that went upstream between versions
  4.8.3 and 4.9.1, specifically this commit [1], cause the test to crash
  with SIGABRT when a Url::build_error() exception is raised.

  [1]
  https://github.com/ccache/ccache/commit/829f93c48f2141f4c88f094ae82f728409ecb8d7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ccache/+bug/2051695/+subscriptions




More information about the foundations-bugs mailing list