Bug 2306549 - bind9-next-9.21.2 is available
Summary: bind9-next-9.21.2 is available
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: bind9-next
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Petr Menšík
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-08-21 14:43 UTC by Upstream Release Monitoring
Modified: 2024-11-20 15:14 UTC (History)
3 users (show)

Fixed In Version: bind9-next-9.21.2-2.fc42 bind9-next-9.21.2-4.fc42
Clone Of:
Environment:
Last Closed: 2024-11-20 15:14:27 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Internet Systems Consortium (ISC) isc-projects bind9 merge_requests 9753 0 None opened Fix build of unit test on 32b architecture 2024-11-20 13:12:13 UTC

Description Upstream Release Monitoring 2024-08-21 14:43:57 UTC
Releases retrieved: 9.18.29, 9.20.1, 9.21.0
Upstream release that is considered latest: 9.21.0
Current version/release in rawhide: 9.19.24-4.fc41
URL: https://www.isc.org/bind/

Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/


More information about the service that created this bug can be found at: https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring


Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.


Based on the information from Anitya: https://release-monitoring.org/project/323379/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/bind9-next

Comment 1 Upstream Release Monitoring 2024-09-18 18:48:17 UTC
Releases retrieved: 9.21.1
Upstream release that is considered latest: 9.21.1
Current version/release in rawhide: 9.19.24-4.fc41
URL: https://www.isc.org/bind/

Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/


More information about the service that created this bug can be found at: https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring


Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.


Based on the information from Anitya: https://release-monitoring.org/project/323379/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/bind9-next

Comment 2 Upstream Release Monitoring 2024-10-16 15:33:08 UTC
Releases retrieved: 9.21.2
Upstream release that is considered latest: 9.21.2
Current version/release in rawhide: 9.19.24-4.fc41
URL: https://www.isc.org/bind/

Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/


More information about the service that created this bug can be found at: https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring


Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.


Based on the information from Anitya: https://release-monitoring.org/project/323379/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/bind9-next

Comment 3 Petr Menšík 2024-11-20 11:55:31 UTC
There is a problem with s390x and i686 passing test. I am quite certain upstream does not even try i686 anymore. I guess we can disable running tests on that platform. Fixing 32 bit failures on Intel CPUs is nice to have and not a priority.

Pull requests has passed fine, but not all platforms on production build:
https://koji.fedoraproject.org/koji/buildinfo?buildID=2586825

make[4]: Leaving directory '/builddir/build/BUILD/bind9-next-9.21.2-build/bind-9.21.2/build/tests/isc'
In file included from ../../../tests/isc/time_test.c:24:
../../../tests/isc/time_test.c: In function ‘run_test_isc_time_formatISO8601TZms_test’:
../../../tests/isc/time_test.c:284:32: error: passing argument 2 of ‘_assert_in_set’ from incompatible pointer type [-Wincompatible-pointer-types]
  284 |         assert_in_set(buf[23], plus_minus, sizeof(plus_minus));
      |                                ^~~~~~~~~~
      |                                |
      |                                size_t * {aka unsigned int *}
/usr/include/cmocka.h:2369:64: note: expected ‘const long long unsigned int *’ but argument is of type ‘size_t *’ {aka ‘unsigned int *’}
 2369 |     const LargestIntegralType value, const LargestIntegralType values[],
      |                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
make[4]: *** [Makefile:1467: time_test.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Entering directory '/builddir/build/BUILD/bind9-next-9.21.2-build/bind-9.21.2/build/tests/isc'

Comment 4 Petr Menšík 2024-11-20 13:12:13 UTC
isc_rwlock_benchmark fails in tests/isc/rwlock_test.c, only on s390x. We can disable just that test, until it is obvious what exactly gone wrong and why.

===========================================
   BIND 9.21.2: tests/isc/test-suite.log
===========================================
# TOTAL: 46
# PASS:  45
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: rwlock_test
=================
[==========] tests: Running 5 test(s).
[ RUN      ] isc_rwlock_rdlock
[       OK ] isc_rwlock_rdlock
[ RUN      ] isc_rwlock_wrlock
[       OK ] isc_rwlock_wrlock
[ RUN      ] isc_rwlock_tryupgrade
[       OK ] isc_rwlock_tryupgrade
[ RUN      ] isc_rwlock_trylock
[       OK ] isc_rwlock_trylock
[ RUN      ] isc_rwlock_benchmark
PID 38869 exceeded run time limit, sending SIGABRT
FAIL rwlock_test (exit status: 124)

There are related environment variables supported:
ISC_BENCHMARK_LOOPS == 100
ISC_BENCHMARK_DELAY == 1

Comment 5 Fedora Update System 2024-11-20 15:09:52 UTC
FEDORA-2024-6093d0ba21 (bind9-next-9.21.2-4.fc42) has been submitted as an update to Fedora 42.
https://bodhi.fedoraproject.org/updates/FEDORA-2024-6093d0ba21

Comment 6 Fedora Update System 2024-11-20 15:14:27 UTC
FEDORA-2024-6093d0ba21 (bind9-next-9.21.2-4.fc42) has been pushed to the Fedora 42 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.