obsolete

tbb-2021.11.0-4.fc40

FEDORA-2024-87afbaa6d2 created by jwakely 8 months ago for Fedora 40

Automatic update for tbb-2021.11.0-4.fc40.

Changelog
* Mon Jan 22 2024 Jonathan Wakely <jwakely@fedoraproject.org> - 2021.11.0-4
- Rename 32-bit arch /usr/lib/pkgconfig/tbb32.pc to tbb.pc
* Fri Jan 19 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 2021.11.0-3
- Avoid python3-docs dependency on RHEL

This update was automatically created

8 months ago

This update's test gating status has been changed to 'waiting'.

8 months ago

This update's test gating status has been changed to 'failed'.

8 months ago
User Icon vkadlcik commented & provided feedback 8 months ago
karma

Comments on the CI failures:

fedora-ci.koji-build.rpminspect.static-analysis: not new, tracked at https://bugzilla.redhat.com/show_bug.cgi?id=2174301

fedora-ci.koji-build.tier0.functional: Broken test. Once time permits, I'll try to fix it and submit a PR. I checked manually what the test seems to achieve:

[root@vm-10-0-184-119 fibonacci]# rpm -qa | grep tbb- | sort
python3-tbb-2021.11.0-4.fc40.x86_64
tbb-2021.11.0-4.fc40.x86_64
tbb-bind-2021.11.0-4.fc40.x86_64
tbb-devel-2021.11.0-4.fc40.x86_64
tbb-doc-2021.11.0-4.fc40.x86_64

[root@vm-10-0-184-119 ~]# koji download-build --arch=src tbb-2021.11.0-4.fc40
[root@vm-10-0-184-119 ~]# dnf -y builddep ./tbb-2021.11.0-4.fc40.src.rpm 
[root@vm-10-0-184-119 ~]# rpm -i ./tbb-2021.11.0-4.fc40.src.rpm 
[root@vm-10-0-184-119 ~]# rpmbuild -bp ~/rpmbuild/SPECS/tbb.spec 
[root@vm-10-0-184-119 ~]# cd rpmbuild/BUILD/oneTBB*/examples/test_all/fibonacci
[root@vm-10-0-184-119 fibonacci]# cmake .
[root@vm-10-0-184-119 fibonacci]# cmake --build .

[root@vm-10-0-184-119 fibonacci]# ./fibonacci
TEST PASSED
[root@vm-10-0-184-119 fibonacci]# ./fibonacci 1000
Fibonacci numbers example. Generating 1000 numbers..
Serial loop - in 2.105444 msec
Serial matrix   - in 8.456915 msec
Serial vector   - in 145.668340 msec
Serial queue    - in 232.516847 msec

Threads number is 1
Shared serial (mutex)       - in 15.073313 msec
Shared serial (spin_mutex)  - in 18.422482 msec
Shared serial (queuing_mutex)   - in 31.774402 msec
Shared serial (Conc.HashTable)  - in 694.475326 msec
Parallel pipe/queue     - in 278.503233 msec
Parallel reduce         - in 29.575960 msec
Parallel scan           - in 13.254988 msec

Threads number is 2
Shared serial (mutex)       - in 42.154892 msec
Shared serial (spin_mutex)  - in 41.053918 msec
Shared serial (queuing_mutex)   - in 110.920034 msec
Shared serial (Conc.HashTable)  - in 690.518567 msec
Parallel pipe/queue     - in 407.470438 msec
Parallel reduce         - in 17.382027 msec
Parallel scan           - in 15.319373 msec

Threads number is 4
Shared serial (mutex)       - in 47.196572 msec
Shared serial (spin_mutex)  - in 39.449660 msec
Shared serial (queuing_mutex)   - in 112.109725 msec
Shared serial (Conc.HashTable)  - in 794.848958 msec
Parallel pipe/queue     - in 496.953495 msec
Parallel reduce         - in 16.953068 msec
Parallel scan           - in 15.066879 msec
Fibonacci number #1000 modulo 2^64 is 817770325994397771

[root@vm-10-0-184-119 fibonacci]# echo $?
0

Looks OK to me, the fedora-ci.koji-build.tier0.functional failure can be ignored.

This update has been obsoleted by tbb-2021.11.0-5.fc40.

8 months ago

Please login to add feedback.

Metadata
Type
unspecified
Karma
1
Signed
Content Type
RPM
Test Gating
Settings
Unstable by Karma
-3
Stable by Karma
disabled
Stable by Time
0 days
Dates
submitted
8 months ago
in testing
8 months ago

Automated Test Results