Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 851954

Summary: app-crypt/mit-krb5-1.20 fails test - make[3]: [Makefile:<snip>: check-pytests] Error 1
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Kerberos Maintainers <kerberos>
Status: CONFIRMED ---    
Severity: normal Keywords: TESTFAILURE
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
app-crypt:mit-krb5-1.20:20220614-153058.log.bz2
emerge-history.txt
environment
etc.portage.tar.bz2
logs.tar.bz2
tests.tar.bz2

Description Toralf Förster gentoo-dev 2022-06-14 17:39:53 UTC
Use --debug=NUM to run a command under a debugger.  Use
--stop-after=NUM to stop after a daemon is started in order to
attach to it with a debugger.  Use --help to see other
options.
make[3]: *** [Makefile:758: check-pytests] Error 1
make[3]: Leaving directory '/var/tmp/portage/app-crypt/mit-krb5-1.20/work/krb5-1.20/src-abi_x86_64.amd64/lib/krb5/ccache'
make[2]: *** [Makefile:1121: check-recurse] Error 1

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome_systemd-j4_test-20220614-140043

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.1.1 *
clang/llvm (if any):
Python 3.9.12
Available Rust versions:
  (none found)
php cli:

  HEAD of ::gentoo
commit 9a10bc71231d9600c0e883d1404e78e47492831d
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Jun 14 14:48:20 2022 +0000

    2022-06-14 14:48:20 UTC

emerge -qpvO app-crypt/mit-krb5
[ebuild  N    ] app-crypt/mit-krb5-1.20  USE="keyutils nls pkinit test threads -doc -lmdb -openldap (-selinux) -xinetd" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="aes"
Comment 1 Toralf Förster gentoo-dev 2022-06-14 17:39:55 UTC
Created attachment 785036 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-06-14 17:39:56 UTC
Created attachment 785039 [details]
app-crypt:mit-krb5-1.20:20220614-153058.log.bz2
Comment 3 Toralf Förster gentoo-dev 2022-06-14 17:39:58 UTC
Created attachment 785042 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-06-14 17:39:59 UTC
Created attachment 785045 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-06-14 17:40:00 UTC
Created attachment 785048 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-06-14 17:40:01 UTC
Created attachment 785051 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-06-14 17:40:03 UTC
Created attachment 785054 [details]
tests.tar.bz2
Comment 8 Matt Turner gentoo-dev 2022-09-02 03:55:25 UTC
Looks like the failure is

> PYTHONPATH=/var/tmp/portage/app-crypt/mit-krb5-1.20/work/krb5-1.20/src/util VALGRIND="" /usr/bin/python3.10 /var/tmp/portage/app-crypt/mit-krb5-1.20/work/krb5-1.20/src/lib/krb5/ccache/t_cccol.py 
> *** Failure: keyctl failed with code 1.
> *** Last command (#3): keyctl list @s
> *** Output of last command:
> keyctl_read_alloc: Function not implemented
> For details, see: /var/tmp/portage/app-crypt/mit-krb5-1.20/work/krb5-1.20/src-abi_x86_64.amd64/lib/krb5/ccache/testlog
> Or re-run this test script with the -v flag:
>     cd /var/tmp/portage/app-crypt/mit-krb5-1.20/work/krb5-1.20/src-abi_x86_64.amd64/lib/krb5/ccache
>     PYTHONPATH=/var/tmp/portage/app-crypt/mit-krb5-1.20/work/krb5-1.20/src/util /usr/bin/python3.10 /var/tmp/portage/app-crypt/mit-krb5-1.20/work/krb5-1.20/src/lib/krb5/ccache/t_cccol.py -v
> 
> Use --debug=NUM to run a command under a debugger.  Use
> --stop-after=NUM to stop after a daemon is started in order to
> attach to it with a debugger.  Use --help to see other
> options.
> make[3]: *** [Makefile:758: check-pytests] Error 1


Specifically

> > keyctl_read_alloc: Function not implemented