Giter VIP home page Giter VIP logo

Comments (4)

cdluminate avatar cdluminate commented on June 4, 2024 1

here you go: https://launchpadlibrarian.net/401840745/buildlog_ubuntu-disco-amd64.cpuinfo_0.0~git20181217.204ef6e-1~ub3_BUILDING.txt.gz

(cpuid-dump is executed before the test)

from cpuinfo.

Maratyszcza avatar Maratyszcza commented on June 4, 2024

Could you run cpuid-dump utility on x86 builds? Nearly all raw data used by cpuinfo is contained there.

from cpuinfo.

cdluminate avatar cdluminate commented on June 4, 2024

Please reopen this issue: https://launchpadlibrarian.net/402101492/buildlog_ubuntu-disco-amd64.cpuinfo_0.0~git20181219.8ecabce-1~ub1_BUILDING.txt.gz

from cpuinfo.

cdluminate avatar cdluminate commented on June 4, 2024

@Maratyszcza


if [ -x ./obj-x86_64-linux-gnu/cpuid-dump ]; then ./obj-x86_64-linux-gnu/cpuid-dump; fi
CPUID 00000000: 0000000D-68747541-444D4163-69746E65 [AuthenticAMD]
CPUID 00000001: 00100F23-00000800-FEF83203-078BFBFF
CPUID 00000002: 00000001-00000000-0000004D-002C307D
CPUID 00000003: 00000000-00000000-00000000-00000000
CPUID 00000004: 00000121-01C0003F-0000003F-00000001 [SL 00]
CPUID 00000004: 00000122-01C0003F-0000003F-00000001 [SL 01]
CPUID 00000004: 00000143-03C0003F-00000FFF-00000001 [SL 02]
CPUID 00000004: 00000163-03C0003F-00003FFF-00000006 [SL 03]
CPUID 00000005: 00000000-00000000-00000003-00000000
CPUID 00000006: 00000004-00000000-00000000-00000000
CPUID 00000007: 00000000-009C01A9-00000000-00000000 [SL 00]
CPUID 00000008: 00000000-00000000-00000000-00000000
CPUID 00000009: 00000000-00000000-00000000-00000000
CPUID 0000000A: 00000000-00000000-00000000-00000000
CPUID 0000000B: 00000000-00000001-00000100-00000000 [SL 00]
CPUID 0000000B: 00000000-00000001-00000201-00000000 [SL 01]
CPUID 0000000C: 00000000-00000000-00000000-00000000
CPUID 0000000D: 00000007-00000340-00000340-00000000
CPUID 80000000: 8000000A-68747541-444D4163-69746E65 [AuthenticAMD]
CPUID 80000001: 00100F23-00000000-000003F7-27D3FBFF
CPUID 80000002: 20444D41-6574704F-206E6F72-78783332 [AMD Opteron 23xx]
CPUID 80000003: 65472820-2033206E-73616C43-704F2073 [ (Gen 3 Class Op]
CPUID 80000004: 6F726574-0000296E-00000000-00000000 [teron)]
CPUID 80000005: 01FF01FF-01FF01FF-40020140-40020140
CPUID 80000006: 00000000-42004200-02008140-00808140
CPUID 80000007: 00000000-00000000-00000000-00000000
CPUID 80000008: 00003028-00001000-00000000-00000000
CPUID 80000009: 00000000-00000000-00000000-00000000
CPUID 8000000A: 00000001-00000010-00000000-00000000
LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu dh_auto_test
	cd obj-x86_64-linux-gnu && make V=1 -j4 test ARGS\+=-j4
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
Running tests...
/usr/bin/ctest --force-new-ctest-process -j4
Test project /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
    Start 1: init-test
    Start 2: get-current-test
    Start 3: brand-string-test
1/3 Test #1: init-test ........................***Failed    0.01 sec
Running main() from /usr/src/googletest/googletest/src/gtest_main.cc
[==========] Running 125 tests from 25 test cases.
[----------] Global test environment set-up.
[----------] 1 test from PROCESSORS_COUNT
[ RUN      ] PROCESSORS_COUNT.non_zero
Note (cpuinfo): Line power management: in /proc/cpuinfo is ignored: value contains only spaces
Note (cpuinfo): Line power management: in /proc/cpuinfo is ignored: value contains only spaces
Note (cpuinfo): Line power management: in /proc/cpuinfo is ignored: value contains only spaces
Note (cpuinfo): Line power management: in /proc/cpuinfo is ignored: value contains only spaces
[       OK ] PROCESSORS_COUNT.non_zero (1 ms)
[----------] 1 test from PROCESSORS_COUNT (1 ms total)

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

omitted

[       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
/<<PKGBUILDDIR>>/test/init.cc:967: Failure
Expected: (0x00000002) != (cache->flags & 0x00000002), actual: 2 vs 2
/<<PKGBUILDDIR>>/test/init.cc:967: Failure
Expected: (0x00000002) != (cache->flags & 0x00000002), actual: 2 vs 2
/<<PKGBUILDDIR>>/test/init.cc:967: Failure
Expected: (0x00000002) != (cache->flags & 0x00000002), actual: 2 vs 2
/<<PKGBUILDDIR>>/test/init.cc:967: Failure
Expected: (0x00000002) != (cache->flags & 0x00000002), actual: 2 vs 2
[  FAILED  ] L1D_CACHE.non_inclusive (0 ms)
[ RUN      ] L1D_CACHE.non_zero_processors

from cpuinfo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.