phoronix-test-suite / phoronix-test-suite

The Phoronix Test Suite open-source, cross-platform automated testing/benchmarking software.
https://www.phoronix-test-suite.com/
GNU General Public License v3.0
2.54k stars 393 forks source link

The test quit with a non-zero exit status #503

Closed jjziets closed 3 years ago

jjziets commented 3 years ago

any gpu test I do i get "The test quit with a non-zero exit status" I'm using docker phoronix/pts did an update && apt upgrade /phoronix-test-suite/phoronix-test-suite benchmark shoc

System Information
  PROCESSOR:          Intel Xeon E5-4667 v3 @ 2.90GHz
    Core Count:       16
    Thread Count:     32
    Extensions:       SSE 4.2 + AVX2 + AVX + RDRAND + FSGSBASE
    Cache Size:       40 MB
    Microcode:        0x44
    Core Family:      Haswell
    Scaling Driver:   intel_pstate powersave
  GRAPHICS:           NVIDIA GeForce RTX 3090 24GB
    OpenCL:           OpenCL 1.2 pocl 1.4 +Asserts LLVM 9.0.1 RELOC SLEEF DISTRO POCL_DEBUG
    Display Driver:   NVIDIA
    Screen:           640x480
  MOTHERBOARD:        ASUS X99-E WS/USB 3.1
    BIOS Version:     0602
    Audio:            Realtek ALC1150
  MEMORY:             126GB

  DISK:               1024GB GIGABYTE GP-GSM2NE3100TNTD + 240GB Western Digital WDS240G2G0A-
    File-System:      overlayfs
    Disk Scheduler:   none

  OPERATING SYSTEM:   Ubuntu 20.04.2 LTS
    Kernel:           4.4.0-201-generic (x86_64)
    Compiler:         GCC 9.3.0
    System Layer:     docker
    Security:         itlb_multihit: KVM: Mitigation of Split huge pages
                      + l1tf: Mitigation of PTE Inversion; VMX: conditional cache flushes SMT vulnerable
                      + mds: Mitigation of Clear buffers; SMT vulnerable
                      + meltdown: Mitigation of PTI
                      + spec_store_bypass: Mitigation of SSB disabled via prctl and seccomp
                      + spectre_v1: Mitigation of usercopy/swapgs barriers and __user pointer sanitization
                      + spectre_v2: Mitigation of Full generic retpoline IBPB: conditional IBRS_FW STIBP: conditional RSB filling
                      + srbds: Not affected
                      + tsx_async_abort: Not affected

    Would you like to save these test results (Y/n): n

SHOC Scalable HeterOgeneous Computing 2015-11-10:
    pts/shoc-1.1.0 [Target: CUDA - Benchmark: Bus Speed Download]
    Test 1 of 1
    Estimated Trial Run Count:    3
    Estimated Time To Completion: 6 Minutes [14:18 UTC]
        Started Run 1 @ 14:13:10
        The test quit with a non-zero exit status.
        Started Run 2 @ 14:13:14
        The test quit with a non-zero exit status.
        Started Run 3 @ 14:13:18
        The test quit with a non-zero exit status.

` driver NVIDIA-SMI 460.39

jjziets commented 3 years ago

The system has 4 RTX 3090's

michaellarabel commented 3 years ago

The PTS Docker container currently isn't configured for handling GPU benchmarks.

Running the Phoronix Test Suite on host (outside of Docker) is the recommended approach for running the GPU-based tests.

jjziets commented 3 years ago

The server will still be headless. will that be a problem?

michaellarabel commented 3 years ago

For some test profiles like OctaneBench that launch an application window they will normally fail to run on a headless environment. However, the test profiles not requiring a display/xorg-server should work fine in a headless environment. For some you may be able to bypass them by setting the SKIP_TEST_SUPPORT_CHECKS=1 environment variable.