00:30:10[2025-02-21T00:30:10.129Z] Handling message: {"artifact":{"type":"koji-build-group","builds":[{"type":"koji-build","id":2663186,"task_id":129440105,"nvr":"glibc-2.41.9000-1.fc43"}]},"agent":"bodhi","re-trigger":false,"update":{"autokarma":false,"autotime":null,"stable_karma":3,"stable_days":null,"unstable_karma":-3,"require_bugs":null,"require_testcases":null,"display_name":null,"notes":"Automatic update for glibc-2.41.9000-1.fc43.\n\n##### **Changelog**\n\n```\n* Thu Feb 20 2025 Carlos O'Donell <carlos@redhat.com> - 2.41.9000-1\n- Auto-sync with upstream branch master,\n commit 6d24313e4a4098f7c469e119784bfbbfdb1ec749.\n- manual: Mark setlogmask as AS-unsafe and AC-unsafe.\n- AArch64: Add SVE memset\n- x86 (__HAVE_FLOAT128): Defined to 0 for Intel SYCL compiler [BZ #32723]\n- manual: Document setlogmask as MT-safe.\n- math: Consolidate acosf and asinf internal tables\n- math: Consolidate acospif and asinpif internal tables\n- math: Consolidate cospif and sinpif internal tables\n- htl: don't export __pthread_default_rwlockattr anymore.\n- htl: move pthread_rwlock_init into libc.\n- htl: move pthread_rwlock_destroy into libc.\n- htl: move pthread_rwlock_{rdlock, timedrdlock, timedwrlock, wrlock, clockrdlock, clockwrlock} into libc.\n- htl: move pthread_rwlock_unlock into libc.\n- htl: move pthread_rwlock_tryrdlock, pthread_rwlock_trywrlock into libc.\n- htl: move pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared into libc.\n- htl: move pthread_rwlockattr_destroy into libc.\n- htl: move pthread_rwlockattr_init into libc.\n- htl: move __pthread_default_rwlockattr into libc.\n- Fix tst-aarch64-pkey to handle ENOSPC as not supported\n- Increase the amount of data tested in stdio-common/tst-fwrite-bz29459.c\n- elf: Keep using minimal malloc after early DTV resize (bug 32412)\n- libio: Initialize _total_written for all kinds of streams\n- malloc: Add size check when moving fastbin->tcache\n- nss: Improve network number parsers (bz 32573, 32575)\n- nptl: Remove unused __g_refs comment.\n- advisories: Fix up GLIBC-SA-2025-0001\n- AArch64: Improve codegen for SVE powf\n- AArch64: Improve codegen for SVE pow\n- AArch64: Improve codegen for SVE erfcf\n- Aarch64: Improve codegen in SVE exp and users, and update expf_inline\n- Aarch64: Improve codegen in SVE asinh\n- math: Improve layout of exp/exp10 data\n- assert: Add test for CVE-2025-0395\n- math: Consolidate coshf and sinhf internal tables\n- math: Consolidate acoshf and asinhf internal tables\n- math: Use tanpif from CORE-MATH\n- math: Use sinpif from CORE-MATH\n- math: Use cospif from CORE-MATH\n- math: Use atanpif from CORE-MATH\n- math: Use atan2pif from CORE-MATH\n- math: Use asinpif from CORE-MATH\n- math: Use acospif from CORE-MATH\n- benchtests: Add tanpif\n- benchtests: Add sinpif\n- benchtests: Add cospif\n- benchtests: Add atanpif\n- benchtests: Add atan2pif\n- benchtests: Add asinpif\n- benchtests: Add acospif\n- hurd: Replace char foo[1024] with string_t\n- hurd: Drop useless buffer initialization in ttyname*\n- mig_strncpy: ensure destination string is null terminated\n- htl: stop exporting __pthread_default_barrierattr.\n- htl: move pthread_barrier_wait into libc.\n- htl: move pthread_barrier_init into libc.\n- htl: move pthread_barrier_destroy into libc.\n- htl: move pthread_barrierattr_getpshared, pthread_barrierattr_setpshared into libc.\n- htl: move pthread_barrierattr_init into libc.\n- htl: move pthread_barrierattr_destroy into libc.\n- htl: move __pthread_default_barrierattr into libc.\n- manual: Update signal descriptions\n- libio: Replace __LP64__ with __WORDSIZE\n- powerpc64le: Also avoid IFUNC for __mempcpy\n- elf: Build dl-tls.o with early startup symbol redirections\n- manual: make @manpageurl more specific to each output\n- math: Fix tanf for some inputs (BZ 32630)\n- elf: Use _dl_find_object instead of _dl_find_dso_for_object in dlopen\n- elf: Add fast path to dlopen for fully-opened maps\n- elf: Determine the caller link map in _dl_open\n- elf: Merge __dl_libc_freemem into __rtld_libc_freeres\n- elf: Add l_soname accessor function for DT_SONAME values\n- elf: Split _dl_lookup_map, _dl_map_new_object from _dl_map_object\n- hurd: Use the new __proc_reauthenticate_complete protocol\n- elf: Do not add a copy of _dl_find_object to libc.so\n- htl: move pthread_setcancelstate into libc.\n- math: Fix sinhf for some inputs (BZ 32627)\n- math: Fix log10p1f internal table value (BZ 32626)\n- manual: Safety annotations for timespec_get and timespec_getres\n- sh: Fix tst-guard1 build\n- manual: Add links to POSIX Semaphores man-pages documentation\n- manual: Consolidate POSIX Semaphores docs in Threads chapter\n- ld.so: Decorate BSS mappings\n- nptl: Add support for setup guard pages with MADV_GUARD_INSTALL\n- nptl: Correct stack size attribute when stack grows up [BZ #32574]\n- manual: Update compatibility note on flushing of line-oriented files\n- htl: move pthread_setcanceltype into libc.\n- htl: move pthread_mutex_consistent, pthread_mutex_consistent_np into libc.\n- htl: move pthread_mutex_destroy into libc.\n- htl: move pthread_mutex_getprioceiling, pthread_mutex_setprioceiling into libc\n- htl: move pthread_mutex_{lock, unlock, trylock, timedlock, clocklock}\n- htl: move pthread_mutex_init into libc.\n- htl: remove leftover for pthread_mutexattr_settype\n- Add test of input file flushing / offset issues\n- Fix fflush handling for mmap files after ungetc (bug 32535)\n- Fix fseek handling for mmap files after ungetc or fflush (bug 32529)\n- Make fflush (NULL) flush input files (bug 32369)\n- Make fclose seek input file to right offset (bug 12724)\n- Fix fflush after ungetc on input file (bug 5994)\n- libio: Add a new fwrite test that evaluates partial writes\n- libio: Start to return errors when flushing fwrite's buffer [BZ #29459]\n- Add new tests for fopen\n- Increase version to 2.41.9000, add new section to NEWS\n- Create ChangeLog.old/ChangeLog.30\n- Bump version to 2.41\n\n```","type":"unspecified","status":"pending","request":null,"severity":null,"suggest":null,"locked":null,"pushed":null,"critpath":true,"critpath_groups":"core critical-path-anaconda critical-path-apps critical-path-base critical-path-build critical-path-compose critical-path-gnome critical-path-kde critical-path-lxde critical-path-lxqt critical-path-server critical-path-standard critical-path-xfce","close_bugs":null,"date_submitted":null,"date_modified":null,"date_approved":null,"date_testing":null,"date_stable":null,"alias":"FEDORA-2025-6210a2aa86","test_gating_status":null,"from_tag":null,"date_pushed":null,"meets_testing_requirements":false,"url":"https://bodhi.fedoraproject.org/updates/FEDORA-2025-6210a2aa86","title":"glibc-2.41.9000-1.fc43","version_hash":"4b1b6defd35f1e91b2857f8c1a5fccb2f4af1050","release":{"name":"F43","long_name":"Fedora 43","version":"43","id_prefix":"FEDORA","branch":"rawhide","dist_tag":"f43","stable_tag":"f43","testing_tag":"f43-updates-testing","candidate_tag":"f43-updates-candidate","pending_signing_tag":"f43-signing-pending","pending_testing_tag":"f43-updates-testing-pending","pending_stable_tag":"f43-updates-pending","override_tag":"f43-override","mail_template":"fedora_errata_template","state":"pending","composed_by_bodhi":false,"create_automatic_updates":true,"package_manager":"unspecified","testing_repository":null,"released_on":null,"eol":null,"critpath_mandatory_days_in_testing":0,"mandatory_days_in_testing":0,"critpath_min_karma":0,"min_karma":0,"setting_status":"pre_beta"},"user":{"name":"codonell","email":"codonell@redhat.com","id":1432,"avatar":null,"openid":null,"groups":[{"name":"packager"},{"name":"provenpackager"},{"name":"ipausers"},{"name":"fedora-contributor"},{"name":"signed_fpca"},{"name":"fedorabugs"}]},"comments":[],"builds":[{"nvr":"glibc-2.41.9000-1.fc43","signed":false,"release_id":88,"type":"rpm","epoch":0}],"bugs":[],"updateid":"FEDORA-2025-6210a2aa86","karma":0,"content_type":"rpm","test_cases":[]}}