[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1086649: marked as done (cpuinfo: FTBFS: The following tests FAILED: 1 - init-test (Failed))



Your message dated Fri, 03 Jan 2025 18:32:09 +0000
with message-id <E1tTmSv-004UsD-27@fasolo.debian.org>
and subject line Bug#1086649: fixed in cpuinfo 0.0~git20220617.082deff-1+deb12u1
has caused the Debian Bug report #1086649,
regarding cpuinfo: FTBFS: The following tests FAILED: 1 - init-test (Failed)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1086649: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1086649
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:cpuinfo
Version: 0.0~git20220617.082deff-1
Severity: serious
Control: close -1 0.0~git20240830.fa1c679-5
Tags: ftbfs bookworm

Dear maintainer:

During a rebuild of all packages in bookworm + proposed-updates, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary -Scmake
   dh_update_autotools_config -O-Scmake
   dh_autoreconf -O-Scmake
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- \
	-DGOOGLETEST_SOURCE_DIR=/usr/src/googletest/ \
	-DCPUINFO_BUILD_BENCHMARKS=OFF \
	-DCPUINFO_LIBRARY_TYPE=shared \
	-DCPUINFO_LOG_LEVEL=error \
	-DCMAKE_SKIP_RPATH=ON
	cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DGOOGLETEST_SOURCE_DIR=/usr/src/googletest/ -DCPUINFO_BUILD_BENCHMARKS=OFF -DCPUINFO_LIBRARY_TYPE=shared -DCPUINFO_LOG_LEVEL=error -DCMAKE_SKIP_RPATH=ON ..

[... snipped ...]

1: [----------] 12 tests from L3_CACHE (0 ms total)
1:
1: [----------] 1 test from L4_CACHES_COUNT
1: [ RUN      ] L4_CACHES_COUNT.within_bounds
1: [       OK ] L4_CACHES_COUNT.within_bounds (0 ms)
1: [----------] 1 test from L4_CACHES_COUNT (0 ms total)
1:
1: [----------] 12 tests from L4_CACHE
1: [ RUN      ] L4_CACHE.non_null
1: [       OK ] L4_CACHE.non_null (0 ms)
1: [ RUN      ] L4_CACHE.non_zero_size
1: [       OK ] L4_CACHE.non_zero_size (0 ms)
1: [ RUN      ] L4_CACHE.valid_size
1: [       OK ] L4_CACHE.valid_size (0 ms)
1: [ RUN      ] L4_CACHE.non_zero_associativity
1: [       OK ] L4_CACHE.non_zero_associativity (0 ms)
1: [ RUN      ] L4_CACHE.non_zero_partitions
1: [       OK ] L4_CACHE.non_zero_partitions (0 ms)
1: [ RUN      ] L4_CACHE.non_zero_line_size
1: [       OK ] L4_CACHE.non_zero_line_size (0 ms)
1: [ RUN      ] L4_CACHE.power_of_2_line_size
1: [       OK ] L4_CACHE.power_of_2_line_size (0 ms)
1: [ RUN      ] L4_CACHE.reasonable_line_size
1: [       OK ] L4_CACHE.reasonable_line_size (0 ms)
1: [ RUN      ] L4_CACHE.valid_flags
1: [       OK ] L4_CACHE.valid_flags (0 ms)
1: [ RUN      ] L4_CACHE.non_zero_processors
1: [       OK ] L4_CACHE.non_zero_processors (0 ms)
1: [ RUN      ] L4_CACHE.valid_processors
1: [       OK ] L4_CACHE.valid_processors (0 ms)
1: [ RUN      ] L4_CACHE.consistent_processors
1: [       OK ] L4_CACHE.consistent_processors (0 ms)
1: [----------] 12 tests from L4_CACHE (0 ms total)
1:
1: [----------] Global test environment tear-down
1: [==========] 132 tests from 28 test suites ran. (0 ms total)
1: [  PASSED  ] 131 tests.
1: [  FAILED  ] 1 test, listed below:
1: [  FAILED  ] CORE.known_uarch
1:
1:  1 FAILED TEST
2: Running main() from /usr/src/googletest/googletest/src/gtest_main.cc
2: [==========] Running 4 tests from 4 test suites.
2: [----------] Global test environment set-up.
2: [----------] 1 test from CURRENT_PROCESSOR
2: [ RUN      ] CURRENT_PROCESSOR.within_bounds
2: [       OK ] CURRENT_PROCESSOR.within_bounds (0 ms)
2: [----------] 1 test from CURRENT_PROCESSOR (0 ms total)
2:
2: [----------] 1 test from CURRENT_CORE
2: [ RUN      ] CURRENT_CORE.within_bounds
2: [       OK ] CURRENT_CORE.within_bounds (0 ms)
2: [----------] 1 test from CURRENT_CORE (0 ms total)
2:
2: [----------] 1 test from CURRENT_UARCH_INDEX
2: [ RUN      ] CURRENT_UARCH_INDEX.within_bounds
2: [       OK ] CURRENT_UARCH_INDEX.within_bounds (0 ms)
2: [----------] 1 test from CURRENT_UARCH_INDEX (0 ms total)
2:
2: [----------] 1 test from CURRENT_UARCH_INDEX_WITH_DEFAULT
2: [ RUN      ] CURRENT_UARCH_INDEX_WITH_DEFAULT.within_bounds
2: [       OK ] CURRENT_UARCH_INDEX_WITH_DEFAULT.within_bounds (0 ms)
2: [----------] 1 test from CURRENT_UARCH_INDEX_WITH_DEFAULT (0 ms total)
2:
2: [----------] Global test environment tear-down
2: [==========] 4 tests from 4 test suites ran. (0 ms total)
2: [  PASSED  ] 4 tests.
1/3 Test #1: init-test ........................***Failed    0.00 sec
Running main() from /usr/src/googletest/googletest/src/gtest_main.cc
[==========] Running 132 tests from 28 test suites.
[----------] Global test environment set-up.
[----------] 1 test from PROCESSORS_COUNT
[ RUN      ] PROCESSORS_COUNT.non_zero
[       OK ] PROCESSORS_COUNT.non_zero (0 ms)
[----------] 1 test from PROCESSORS_COUNT (0 ms total)

[----------] 1 test from PROCESSORS
[ RUN      ] PROCESSORS.non_null
[       OK ] PROCESSORS.non_null (0 ms)
[----------] 1 test from PROCESSORS (0 ms total)

[----------] 13 tests from PROCESSOR
[ RUN      ] PROCESSOR.non_null
[       OK ] PROCESSOR.non_null (0 ms)
[ RUN      ] PROCESSOR.valid_smt_id
[       OK ] PROCESSOR.valid_smt_id (0 ms)
[ RUN      ] PROCESSOR.valid_core
[       OK ] PROCESSOR.valid_core (0 ms)
[ RUN      ] PROCESSOR.consistent_core
[       OK ] PROCESSOR.consistent_core (0 ms)
[ RUN      ] PROCESSOR.valid_cluster
[       OK ] PROCESSOR.valid_cluster (0 ms)
[ RUN      ] PROCESSOR.consistent_cluster
[       OK ] PROCESSOR.consistent_cluster (0 ms)
[ RUN      ] PROCESSOR.valid_package
[       OK ] PROCESSOR.valid_package (0 ms)
[ RUN      ] PROCESSOR.consistent_package
[       OK ] PROCESSOR.consistent_package (0 ms)
[ RUN      ] PROCESSOR.consistent_l1i
[       OK ] PROCESSOR.consistent_l1i (0 ms)
[ RUN      ] PROCESSOR.consistent_l1d
[       OK ] PROCESSOR.consistent_l1d (0 ms)
[ RUN      ] PROCESSOR.consistent_l2
[       OK ] PROCESSOR.consistent_l2 (0 ms)
[ RUN      ] PROCESSOR.consistent_l3
[       OK ] PROCESSOR.consistent_l3 (0 ms)
[ RUN      ] PROCESSOR.consistent_l4
[       OK ] PROCESSOR.consistent_l4 (0 ms)
[----------] 13 tests from PROCESSOR (0 ms total)

[----------] 1 test from CORES_COUNT
[ RUN      ] CORES_COUNT.within_bounds
[       OK ] CORES_COUNT.within_bounds (0 ms)
[----------] 1 test from CORES_COUNT (0 ms total)

[----------] 1 test from CORES
[ RUN      ] CORES.non_null
[       OK ] CORES.non_null (0 ms)
[----------] 1 test from CORES (0 ms total)

[----------] 10 tests from CORE
[ RUN      ] CORE.non_null
[       OK ] CORE.non_null (0 ms)
[ RUN      ] CORE.non_zero_processors
[       OK ] CORE.non_zero_processors (0 ms)
[ RUN      ] CORE.consistent_processors
[       OK ] CORE.consistent_processors (0 ms)
[ RUN      ] CORE.valid_core_id
[       OK ] CORE.valid_core_id (0 ms)
[ RUN      ] CORE.valid_cluster
[       OK ] CORE.valid_cluster (0 ms)
[ RUN      ] CORE.consistent_cluster
[       OK ] CORE.consistent_cluster (0 ms)
[ RUN      ] CORE.valid_package
[       OK ] CORE.valid_package (0 ms)
[ RUN      ] CORE.consistent_package
[       OK ] CORE.consistent_package (0 ms)
[ RUN      ] CORE.known_vendor
[       OK ] CORE.known_vendor (0 ms)
[ RUN      ] CORE.known_uarch
./test/init.cc:313: Failure
Expected: (cpuinfo_uarch_unknown) != (core->uarch), actual: 0 vs 0
./test/init.cc:313: Failure
Expected: (cpuinfo_uarch_unknown) != (core->uarch), actual: 0 vs 0
[  FAILED  ] CORE.known_uarch (0 ms)
[----------] 10 tests from CORE (0 ms total)

[----------] 1 test from CLUSTERS_COUNT
[ RUN      ] CLUSTERS_COUNT.within_bounds
[       OK ] CLUSTERS_COUNT.within_bounds (0 ms)
[----------] 1 test from CLUSTERS_COUNT (0 ms total)

[----------] 1 test from CLUSTERS
[ RUN      ] CLUSTERS.non_null
[       OK ] CLUSTERS.non_null (0 ms)
[----------] 1 test from CLUSTERS (0 ms total)

[----------] 14 tests from CLUSTER
[ RUN      ] CLUSTER.non_null
[       OK ] CLUSTER.non_null (0 ms)
[ RUN      ] CLUSTER.non_zero_processors
[       OK ] CLUSTER.non_zero_processors (0 ms)
[ RUN      ] CLUSTER.valid_processors
[       OK ] CLUSTER.valid_processors (0 ms)
[ RUN      ] CLUSTER.consistent_processors
[       OK ] CLUSTER.consistent_processors (0 ms)
[ RUN      ] CLUSTER.non_zero_cores
[       OK ] CLUSTER.non_zero_cores (0 ms)
[ RUN      ] CLUSTER.valid_cores
[       OK ] CLUSTER.valid_cores (0 ms)
[ RUN      ] CLUSTER.consistent_cores
[       OK ] CLUSTER.consistent_cores (0 ms)
[ RUN      ] CLUSTER.valid_cluster_id
[       OK ] CLUSTER.valid_cluster_id (0 ms)
[ RUN      ] CLUSTER.valid_package
[       OK ] CLUSTER.valid_package (0 ms)
[ RUN      ] CLUSTER.consistent_package
[       OK ] CLUSTER.consistent_package (0 ms)
[ RUN      ] CLUSTER.consistent_vendor
[       OK ] CLUSTER.consistent_vendor (0 ms)
[ RUN      ] CLUSTER.consistent_uarch
[       OK ] CLUSTER.consistent_uarch (0 ms)
[ RUN      ] CLUSTER.consistent_cpuid
[       OK ] CLUSTER.consistent_cpuid (0 ms)
[ RUN      ] CLUSTER.consistent_frequency
[       OK ] CLUSTER.consistent_frequency (0 ms)
[----------] 14 tests from CLUSTER (0 ms total)

[----------] 1 test from PACKAGES_COUNT
[ RUN      ] PACKAGES_COUNT.within_bounds
[       OK ] PACKAGES_COUNT.within_bounds (0 ms)
[----------] 1 test from PACKAGES_COUNT (0 ms total)

[----------] 1 test from PACKAGES
[ RUN      ] PACKAGES.non_null
[       OK ] PACKAGES.non_null (0 ms)
[----------] 1 test from PACKAGES (0 ms total)

[----------] 10 tests from PACKAGE
[ RUN      ] PACKAGE.non_null
[       OK ] PACKAGE.non_null (0 ms)
[ RUN      ] PACKAGE.non_zero_processors
[       OK ] PACKAGE.non_zero_processors (0 ms)
[ RUN      ] PACKAGE.valid_processors
[       OK ] PACKAGE.valid_processors (0 ms)
[ RUN      ] PACKAGE.consistent_processors
[       OK ] PACKAGE.consistent_processors (0 ms)
[ RUN      ] PACKAGE.non_zero_cores
[       OK ] PACKAGE.non_zero_cores (0 ms)
[ RUN      ] PACKAGE.valid_cores
[       OK ] PACKAGE.valid_cores (0 ms)
[ RUN      ] PACKAGE.consistent_cores
[       OK ] PACKAGE.consistent_cores (0 ms)
[ RUN      ] PACKAGE.non_zero_clusters
[       OK ] PACKAGE.non_zero_clusters (0 ms)
[ RUN      ] PACKAGE.valid_clusters
[       OK ] PACKAGE.valid_clusters (0 ms)
[ RUN      ] PACKAGE.consistent_cluster
[       OK ] PACKAGE.consistent_cluster (0 ms)
[----------] 10 tests from PACKAGE (0 ms total)

[----------] 1 test from UARCHS_COUNT
[ RUN      ] UARCHS_COUNT.within_bounds
[       OK ] UARCHS_COUNT.within_bounds (0 ms)
[----------] 1 test from UARCHS_COUNT (0 ms total)

[----------] 1 test from UARCHS
[ RUN      ] UARCHS.non_null
[       OK ] UARCHS.non_null (0 ms)
[----------] 1 test from UARCHS (0 ms total)

[----------] 5 tests from UARCH
[ RUN      ] UARCH.non_null
[       OK ] UARCH.non_null (0 ms)
[ RUN      ] UARCH.non_zero_processors
[       OK ] UARCH.non_zero_processors (0 ms)
[ RUN      ] UARCH.valid_processors
[       OK ] UARCH.valid_processors (0 ms)
[ RUN      ] UARCH.non_zero_cores
[       OK ] UARCH.non_zero_cores (0 ms)
[ RUN      ] UARCH.valid_cores
[       OK ] UARCH.valid_cores (0 ms)
[----------] 5 tests from UARCH (0 ms total)

[----------] 1 test from L1I_CACHES_COUNT
[ RUN      ] L1I_CACHES_COUNT.within_bounds
[       OK ] L1I_CACHES_COUNT.within_bounds (0 ms)
[----------] 1 test from L1I_CACHES_COUNT (0 ms total)

[----------] 1 test from L1I_CACHES
[ RUN      ] L1I_CACHES.non_null
[       OK ] L1I_CACHES.non_null (0 ms)
[----------] 1 test from L1I_CACHES (0 ms total)

[----------] 13 tests from L1I_CACHE
[ RUN      ] L1I_CACHE.non_null
[       OK ] L1I_CACHE.non_null (0 ms)
[ RUN      ] L1I_CACHE.non_zero_size
[       OK ] L1I_CACHE.non_zero_size (0 ms)
[ RUN      ] L1I_CACHE.valid_size
[       OK ] L1I_CACHE.valid_size (0 ms)
[ RUN      ] L1I_CACHE.non_zero_associativity
[       OK ] L1I_CACHE.non_zero_associativity (0 ms)
[ RUN      ] L1I_CACHE.non_zero_partitions
[       OK ] L1I_CACHE.non_zero_partitions (0 ms)
[ RUN      ] L1I_CACHE.non_zero_line_size
[       OK ] L1I_CACHE.non_zero_line_size (0 ms)
[ RUN      ] L1I_CACHE.power_of_2_line_size
[       OK ] L1I_CACHE.power_of_2_line_size (0 ms)
[ RUN      ] L1I_CACHE.reasonable_line_size
[       OK ] L1I_CACHE.reasonable_line_size (0 ms)
[ RUN      ] L1I_CACHE.valid_flags
[       OK ] L1I_CACHE.valid_flags (0 ms)
[ RUN      ] L1I_CACHE.non_inclusive
[       OK ] L1I_CACHE.non_inclusive (0 ms)
[ RUN      ] L1I_CACHE.non_zero_processors
[       OK ] L1I_CACHE.non_zero_processors (0 ms)
[ RUN      ] L1I_CACHE.valid_processors
[       OK ] L1I_CACHE.valid_processors (0 ms)
[ RUN      ] L1I_CACHE.consistent_processors
[       OK ] L1I_CACHE.consistent_processors (0 ms)
[----------] 13 tests from L1I_CACHE (0 ms total)

[----------] 1 test from L1D_CACHES_COUNT
[ RUN      ] L1D_CACHES_COUNT.within_bounds
[       OK ] L1D_CACHES_COUNT.within_bounds (0 ms)
[----------] 1 test from L1D_CACHES_COUNT (0 ms total)

[----------] 1 test from L1D_CACHES
[ RUN      ] L1D_CACHES.non_null
[       OK ] L1D_CACHES.non_null (0 ms)
[----------] 1 test from L1D_CACHES (0 ms total)

[----------] 13 tests from L1D_CACHE
[ RUN      ] L1D_CACHE.non_null
[       OK ] L1D_CACHE.non_null (0 ms)
[ RUN      ] L1D_CACHE.non_zero_size
[       OK ] L1D_CACHE.non_zero_size (0 ms)
[ RUN      ] L1D_CACHE.valid_size
[       OK ] L1D_CACHE.valid_size (0 ms)
[ RUN      ] L1D_CACHE.non_zero_associativity
[       OK ] L1D_CACHE.non_zero_associativity (0 ms)
[ RUN      ] L1D_CACHE.non_zero_partitions
[       OK ] L1D_CACHE.non_zero_partitions (0 ms)
[ RUN      ] L1D_CACHE.non_zero_line_size
[       OK ] L1D_CACHE.non_zero_line_size (0 ms)
[ RUN      ] L1D_CACHE.power_of_2_line_size
[       OK ] L1D_CACHE.power_of_2_line_size (0 ms)
[ RUN      ] L1D_CACHE.reasonable_line_size
[       OK ] L1D_CACHE.reasonable_line_size (0 ms)
[ RUN      ] L1D_CACHE.valid_flags
[       OK ] L1D_CACHE.valid_flags (0 ms)
[ RUN      ] L1D_CACHE.non_inclusive
[       OK ] L1D_CACHE.non_inclusive (0 ms)
[ RUN      ] L1D_CACHE.non_zero_processors
[       OK ] L1D_CACHE.non_zero_processors (0 ms)
[ RUN      ] L1D_CACHE.valid_processors
[       OK ] L1D_CACHE.valid_processors (0 ms)
[ RUN      ] L1D_CACHE.consistent_processors
[       OK ] L1D_CACHE.consistent_processors (0 ms)
[----------] 13 tests from L1D_CACHE (0 ms total)

[----------] 1 test from L2_CACHES_COUNT
[ RUN      ] L2_CACHES_COUNT.within_bounds
[       OK ] L2_CACHES_COUNT.within_bounds (0 ms)
[----------] 1 test from L2_CACHES_COUNT (0 ms total)

[----------] 1 test from L2_CACHES
[ RUN      ] L2_CACHES.non_null
[       OK ] L2_CACHES.non_null (0 ms)
[----------] 1 test from L2_CACHES (0 ms total)

[----------] 12 tests from L2_CACHE
[ RUN      ] L2_CACHE.non_null
[       OK ] L2_CACHE.non_null (0 ms)
[ RUN      ] L2_CACHE.non_zero_size
[       OK ] L2_CACHE.non_zero_size (0 ms)
[ RUN      ] L2_CACHE.valid_size
[       OK ] L2_CACHE.valid_size (0 ms)
[ RUN      ] L2_CACHE.non_zero_associativity
[       OK ] L2_CACHE.non_zero_associativity (0 ms)
[ RUN      ] L2_CACHE.non_zero_partitions
[       OK ] L2_CACHE.non_zero_partitions (0 ms)
[ RUN      ] L2_CACHE.non_zero_line_size
[       OK ] L2_CACHE.non_zero_line_size (0 ms)
[ RUN      ] L2_CACHE.power_of_2_line_size
[       OK ] L2_CACHE.power_of_2_line_size (0 ms)
[ RUN      ] L2_CACHE.reasonable_line_size
[       OK ] L2_CACHE.reasonable_line_size (0 ms)
[ RUN      ] L2_CACHE.valid_flags
[       OK ] L2_CACHE.valid_flags (0 ms)
[ RUN      ] L2_CACHE.non_zero_processors
[       OK ] L2_CACHE.non_zero_processors (0 ms)
[ RUN      ] L2_CACHE.valid_processors
[       OK ] L2_CACHE.valid_processors (0 ms)
[ RUN      ] L2_CACHE.consistent_processors
[       OK ] L2_CACHE.consistent_processors (0 ms)
[----------] 12 tests from L2_CACHE (0 ms total)

[----------] 1 test from L3_CACHES_COUNT
[ RUN      ] L3_CACHES_COUNT.within_bounds
[       OK ] L3_CACHES_COUNT.within_bounds (0 ms)
[----------] 1 test from L3_CACHES_COUNT (0 ms total)

[----------] 12 tests from L3_CACHE
[ RUN      ] L3_CACHE.non_null
[       OK ] L3_CACHE.non_null (0 ms)
[ RUN      ] L3_CACHE.non_zero_size
[       OK ] L3_CACHE.non_zero_size (0 ms)
[ RUN      ] L3_CACHE.valid_size
[       OK ] L3_CACHE.valid_size (0 ms)
[ RUN      ] L3_CACHE.non_zero_associativity
[       OK ] L3_CACHE.non_zero_associativity (0 ms)
[ RUN      ] L3_CACHE.non_zero_partitions
[       OK ] L3_CACHE.non_zero_partitions (0 ms)
[ RUN      ] L3_CACHE.non_zero_line_size
[       OK ] L3_CACHE.non_zero_line_size (0 ms)
[ RUN      ] L3_CACHE.power_of_2_line_size
[       OK ] L3_CACHE.power_of_2_line_size (0 ms)
[ RUN      ] L3_CACHE.reasonable_line_size
[       OK ] L3_CACHE.reasonable_line_size (0 ms)
[ RUN      ] L3_CACHE.valid_flags
[       OK ] L3_CACHE.valid_flags (0 ms)
[ RUN      ] L3_CACHE.non_zero_processors
[       OK ] L3_CACHE.non_zero_processors (0 ms)
[ RUN      ] L3_CACHE.valid_processors
[       OK ] L3_CACHE.valid_processors (0 ms)
[ RUN      ] L3_CACHE.consistent_processors
[       OK ] L3_CACHE.consistent_processors (0 ms)
[----------] 12 tests from L3_CACHE (0 ms total)

[----------] 1 test from L4_CACHES_COUNT
[ RUN      ] L4_CACHES_COUNT.within_bounds
[       OK ] L4_CACHES_COUNT.within_bounds (0 ms)
[----------] 1 test from L4_CACHES_COUNT (0 ms total)

[----------] 12 tests from L4_CACHE
[ RUN      ] L4_CACHE.non_null
[       OK ] L4_CACHE.non_null (0 ms)
[ RUN      ] L4_CACHE.non_zero_size
[       OK ] L4_CACHE.non_zero_size (0 ms)
[ RUN      ] L4_CACHE.valid_size
[       OK ] L4_CACHE.valid_size (0 ms)
[ RUN      ] L4_CACHE.non_zero_associativity
[       OK ] L4_CACHE.non_zero_associativity (0 ms)
[ RUN      ] L4_CACHE.non_zero_partitions
[       OK ] L4_CACHE.non_zero_partitions (0 ms)
[ RUN      ] L4_CACHE.non_zero_line_size
[       OK ] L4_CACHE.non_zero_line_size (0 ms)
[ RUN      ] L4_CACHE.power_of_2_line_size
[       OK ] L4_CACHE.power_of_2_line_size (0 ms)
[ RUN      ] L4_CACHE.reasonable_line_size
[       OK ] L4_CACHE.reasonable_line_size (0 ms)
[ RUN      ] L4_CACHE.valid_flags
[       OK ] L4_CACHE.valid_flags (0 ms)
[ RUN      ] L4_CACHE.non_zero_processors
[       OK ] L4_CACHE.non_zero_processors (0 ms)
[ RUN      ] L4_CACHE.valid_processors
[       OK ] L4_CACHE.valid_processors (0 ms)
[ RUN      ] L4_CACHE.consistent_processors
[       OK ] L4_CACHE.consistent_processors (0 ms)
[----------] 12 tests from L4_CACHE (0 ms total)

[----------] Global test environment tear-down
[==========] 132 tests from 28 test suites ran. (0 ms total)
[  PASSED  ] 131 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] CORE.known_uarch

 1 FAILED TEST

test 3
    Start 3: brand-string-test

3: Test command: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/brand-string-test
3: Working Directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
3: Test timeout computed to be: 10000000
2/3 Test #2: get-current-test .................   Passed    0.00 sec
3: Running main() from /usr/src/googletest/googletest/src/gtest_main.cc
3: [==========] Running 6 tests from 1 test suite.
3: [----------] Global test environment set-up.
3: [----------] 6 tests from BRAND_STRING
3: [ RUN      ] BRAND_STRING.intel
3: [       OK ] BRAND_STRING.intel (0 ms)
3: [ RUN      ] BRAND_STRING.intel_android
3: [       OK ] BRAND_STRING.intel_android (0 ms)
3: [ RUN      ] BRAND_STRING.amd
3: [       OK ] BRAND_STRING.amd (0 ms)
3: [ RUN      ] BRAND_STRING.via
3: [       OK ] BRAND_STRING.via (0 ms)
3: [ RUN      ] BRAND_STRING.transmeta
3: [       OK ] BRAND_STRING.transmeta (0 ms)
3: [ RUN      ] BRAND_STRING.other
3: [       OK ] BRAND_STRING.other (0 ms)
3: [----------] 6 tests from BRAND_STRING (0 ms total)
3:
3: [----------] Global test environment tear-down
3: [==========] 6 tests from 1 test suite ran. (0 ms total)
3: [  PASSED  ] 6 tests.
3/3 Test #3: brand-string-test ................   Passed    0.00 sec

67% tests passed, 1 tests failed out of 3

Total Test time (real) =   0.01 sec

The following tests FAILED:
	  1 - init-test (Failed)
Errors while running CTest
make[2]: *** [Makefile:74: test] Error 8
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_test: error: cd obj-x86_64-linux-gnu && make -j2 test ARGS\+=--verbose ARGS\+=-j2 returned exit code 2
make[1]: *** [debian/rules:19: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:5: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/bookworm/

About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.

If you could not 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 affects, so that this is still visible in the BTS web
page for this package.


Note: The bug is closed with the version in trixie/sid, but
packages in bookworm must still build in bookworm.


Thanks.

--- End Message ---
--- Begin Message ---
Source: cpuinfo
Source-Version: 0.0~git20220617.082deff-1+deb12u1
Done: Shengqi Chen <harry-chen@outlook.com>

We believe that the bug you reported is fixed in the latest version of
cpuinfo, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1086649@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Shengqi Chen <harry-chen@outlook.com> (supplier of updated cpuinfo package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 30 Dec 2024 18:30:00 +0100
Source: cpuinfo
Architecture: source
Version: 0.0~git20220617.082deff-1+deb12u1
Distribution: bookworm
Urgency: medium
Maintainer: Debian Deep Learning Team <debian-ai@lists.debian.org>
Changed-By: Shengqi Chen <harry-chen@outlook.com>
Closes: 1086649
Changes:
 cpuinfo (0.0~git20220617.082deff-1+deb12u1) bookworm; urgency=medium
 .
   * Team upload.
   * Ignore exit status of dh_auto_test, allowing the package to be
     built on systems where the CPU is not recognized. Closes: #1086649.
Checksums-Sha1:
 147f989a5dc2af1eaadbf8e79045c8c4d16a7a66 1899 cpuinfo_0.0~git20220617.082deff-1+deb12u1.dsc
 d5b1101e980fe38bc074adcbb6734c7f6b0384e5 5404 cpuinfo_0.0~git20220617.082deff-1+deb12u1.debian.tar.xz
 3b3dc7c3ecc7a88dd4901b71a5bd0f546ab81b41 5398 cpuinfo_0.0~git20220617.082deff-1+deb12u1_source.buildinfo
Checksums-Sha256:
 83a6e21104e4a1bff7e66fa88abc0a2a3020a41da924aa8e3ca004e9cde44fe3 1899 cpuinfo_0.0~git20220617.082deff-1+deb12u1.dsc
 e08cf2bd502db87f3e53416c1f536a3236f450f668fd63592bdceae23f8791d3 5404 cpuinfo_0.0~git20220617.082deff-1+deb12u1.debian.tar.xz
 d6c49db6888e1f529c3f9611e6fbff8d14a4a462713faedaf936c2f66e01c41d 5398 cpuinfo_0.0~git20220617.082deff-1+deb12u1_source.buildinfo
Files:
 92bda71ddf387dc989b6610d297e008a 1899 science optional cpuinfo_0.0~git20220617.082deff-1+deb12u1.dsc
 d74be312e976da3bcf41317986464a73 5404 science optional cpuinfo_0.0~git20220617.082deff-1+deb12u1.debian.tar.xz
 dfc3cd32b4a59962499f7090d27438e6 5398 science optional cpuinfo_0.0~git20220617.082deff-1+deb12u1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmd2/QsACgkQQc5/C58b
izKWEAgApNNUf3/U97THaQ+8Gz+JADtzHlHjxrw5jYppPN1/oLSQ1phNoKKv2pi6
j+4OyX2ynLldgcqPU/z9APOYRusKD4BlWghf/V1Gq4Me/5y5aScDwGWWw7qcPBEF
jEVa0Y0SrfitKK1a+WrSPI8HBivG2K4IkXsGCZyTJZ+zK6/LYW5ZbzbaQJUPUSRa
Th96GCk+ThYYY5GTpc2zd7A61PCJMnb8NNqCUtv8ki6N7bkN+cFkj+9DBOZ43Vrm
iDTkMS6u3WFVM4ni0Pj5bKMLflL4Of1S6NZ55YN6FHru2lQSw5zf4a+2SQTCRiJj
Yq493ajOih61ywrHo5COjrviRBB1BQ==
=6xrn
-----END PGP SIGNATURE-----

Attachment: pgpekt4D3ALVE.pgp
Description: PGP signature


--- End Message ---

Reply to: