[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#72239: libfaketime (still) broken on i686-linux
From: |
Ludovic Courtès |
Subject: |
bug#72239: libfaketime (still) broken on i686-linux |
Date: |
Mon, 22 Jul 2024 09:08:01 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Ludovic Courtès <ludovic.courtes@inria.fr> skribis:
> So the easiest short-term solution seems to be using datefudge to run
> the ‘nss’ tests on 32-bit platforms, as Chris already suggested before
> (patch below; it’s being built right now, I’ll see tomorrow if it
> worked…).
It failed:
--8<---------------cut here---------------start------------->8---
$ gunzip < /var/log/guix/drvs/yk/8dxp7v6v29nbhkyiv5x8sk04gszycm-nss-3.99.drv.gz
| tail -20
NSS_DISABLE_HW_SHA2=
NSS_DISABLE_PCLMUL=
NSS_DISABLE_AVX=
NSS_DISABLE_ARM_NEON=
NSS_DISABLE_SSSE3=
Tests summary:
--------------
Passed: 79015
Failed: 2
Failed with core: 0
ASan failures: 0
Unknown status: 2
TinderboxPrint:Unknown: 2
error: in phase 'check': uncaught exception:
%exception #<&invoke-error program: "datefudge" arguments: ("2024-01-23"
"./nss/tests/all.sh") exit-status: 1 term-signal: #f stop-signal: #f>
phase `check' failed after 12784.8 seconds
command "datefudge" "2024-01-23" "./nss/tests/all.sh" failed with status 1
build process 18 exited with status 256
$ zgrep -B5 ' - FAILED$'
/var/log/guix/drvs/yk/8dxp7v6v29nbhkyiv5x8sk04gszycm-nss-3.99.drv.gz
[ FAILED ] Pkcs11RsaPssTestWycheproof.RsaPss4096Sha256
[ FAILED ] Pkcs11RsaPssTestWycheproof.RsaPss4096Sha512
[ FAILED ] Pkcs11RsaPssTestWycheproof.RsaPssMisc
39 FAILED TESTS
gtests.sh: #54: pk11_gtest run successfully - FAILED
--
[ FAILED ] Pkcs11RsaPssTestWycheproof.RsaPss4096Sha256
[ FAILED ] Pkcs11RsaPssTestWycheproof.RsaPss4096Sha512
[ FAILED ] Pkcs11RsaPssTestWycheproof.RsaPssMisc
39 FAILED TESTS
gtests.sh: #54: pk11_gtest run successfully - FAILED
--8<---------------cut here---------------end--------------->8---
Not sure if it’s because datefudge doesn’t interpose on every symbol
that we need or if there’s another problem.
Thoughts?
Ludo’.