Package: src:glome
Version: 0.3.0-4
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

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

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

If you cannot 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 add an affects on src:glome, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
ln -s rust/Cargo.toml Cargo.toml
dh clean
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean -O--buildsystem=meson
if [ -n "$(dh_listpackages -a)" ]; then dh_auto_clean -O--buildsystem=cargo; fi
debian cargo wrapper: options = ['parallel=2'], profiles = [], parallel = 
['-j2'], lto = 
debian cargo wrapper: rust_type = x86_64-unknown-linux-gnu, gnu_type = 
x86_64-linux-gnu
debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', 
'/usr/bin/cargo', 'clean', '--verbose', '--verbose'],) {'check': True}
     Removed 0 files
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean -XCargo.toml.orig
rm Cargo.toml
 debian/rules binary
ln -s rust/Cargo.toml Cargo.toml
dh binary
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -O--buildsystem=meson -- -D glome-cli=false
        cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb LC_ALL=C.UTF-8 
meson setup .. --wrap-mode=nodownload --buildtype=plain --prefix=/usr 
--sysconfdir=/etc --localstatedir=/var --libdir=lib/x86_64-linux-gnu 
-Dpython.bytecompile=-1 -D glome-cli=false
The Meson build system
Version: 1.11.1
Source dir: /<<PKGBUILDDIR>>
Build dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
Build type: native build
Project name: glome
Project version: 0.1
C compiler for the host machine: cc (gcc 15.2.0 "cc (Debian 15.2.0-17) 15.2.0")
C linker for the host machine: cc ld.bfd 2.46
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: YES (/usr/bin/pkg-config) 2.5.1
Run-time dependency openssl found: YES 3.6.2
Found pkg-config: YES (/usr/bin/pkg-config) 2.5.1
Run-time dependency glib-2.0 found: YES 2.88.1
Library pam found: YES
Checking for function "pam_syslog" with dependency -lpam: YES 
Run-time dependency libpamtest found: YES
../login/meson.build:112: WARNING: Project does not target a minimum version 
but uses feature deprecated since '0.56.0': meson.build_root. use 
meson.project_build_root() or meson.global_build_root() instead.
../login/meson.build:114: WARNING: Project does not target a minimum version 
but uses feature deprecated since '0.56.0': meson.build_root. use 
meson.project_build_root() or meson.global_build_root() instead.
Build targets in project: 10
WARNING: Deprecated features used:
 * 0.56.0: {'meson.build_root'}

glome 0.1

  User defined options
    buildtype         : plain
    glome-cli         : false
    libdir            : lib/x86_64-linux-gnu
    localstatedir     : /var
    prefix            : /usr
    python.bytecompile: -1
    sysconfdir        : /etc
    wrap_mode         : nodownload

Found ninja-1.13.2 at /usr/bin/ninja
if [ -n "$(dh_listpackages -a)" ]; then dh_auto_configure 
-O--buildsystem=cargo; fi
debian cargo wrapper: options = ['parallel=2'], profiles = [], parallel = 
['-j2'], lto = 
debian cargo wrapper: rust_type = x86_64-unknown-linux-gnu, gnu_type = 
x86_64-linux-gnu
debian cargo wrapper: linking /usr/share/cargo/registry/* into 
/<<PKGBUILDDIR>>/debian/cargo_registry/
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build -O--buildsystem=meson
        cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j2 -v
[1/26] cc -Ilibglome.so.0.1.p -I. -I.. -fdiagnostics-color=always 
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c99 
'-DSYSCONFDIR="/etc"' -D_POSIX_C_SOURCE=200809L -DOPENSSL_API_COMPAT=10100 -g 
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-MD -MQ libglome.so.0.1.p/glome.c.o -MF libglome.so.0.1.p/glome.c.o.d -o 
libglome.so.0.1.p/glome.c.o -c ../glome.c
[2/26] cc  -o libglome.so.0.1 libglome.so.0.1.p/glome.c.o -Wl,--as-needed 
-Wl,--no-undefined -shared -fPIC -Wl,-soname,libglome.so.0 -Wl,-z,relro 
-Wl,-z,now -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wl,--start-group 
/usr/lib/x86_64-linux-gnu/libssl.so /usr/lib/x86_64-linux-gnu/libcrypto.so 
-Wl,--end-group
[3/26] cc -Ilogin/libglome-login.a.p -Ilogin -I../login -I. -I.. 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
-Wpedantic -std=c99 '-DSYSCONFDIR="/etc"' -D_POSIX_C_SOURCE=200809L 
-DOPENSSL_API_COMPAT=10100 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ 
login/libglome-login.a.p/config.c.o -MF login/libglome-login.a.p/config.c.o.d 
-o login/libglome-login.a.p/config.c.o -c ../login/config.c
[4/26] cc -Ilogin/libglome-login.a.p -Ilogin -I../login -I. -I.. 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
-Wpedantic -std=c99 '-DSYSCONFDIR="/etc"' -D_POSIX_C_SOURCE=200809L 
-DOPENSSL_API_COMPAT=10100 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ 
login/libglome-login.a.p/crypto.c.o -MF login/libglome-login.a.p/crypto.c.o.d 
-o login/libglome-login.a.p/crypto.c.o -c ../login/crypto.c
[5/26] cc -Ilogin/libglome-login.a.p -Ilogin -I../login -I. -I.. 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
-Wpedantic -std=c99 '-DSYSCONFDIR="/etc"' -D_POSIX_C_SOURCE=200809L 
-DOPENSSL_API_COMPAT=10100 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ 
login/libglome-login.a.p/openssl_base64.c.o -MF 
login/libglome-login.a.p/openssl_base64.c.o.d -o 
login/libglome-login.a.p/openssl_base64.c.o -c ../login/openssl/base64.c
[6/26] cc -Ilogin/libglome-login.a.p -Ilogin -I../login -I. -I.. 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
-Wpedantic -std=c99 '-DSYSCONFDIR="/etc"' -D_POSIX_C_SOURCE=200809L 
-DOPENSSL_API_COMPAT=10100 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -MD -MQ login/libglome-login.a.p/ui.c.o 
-MF login/libglome-login.a.p/ui.c.o.d -o login/libglome-login.a.p/ui.c.o -c 
../login/ui.c
[7/26] /usr/bin/meson --internal symbolextractor 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu libglome.so.0.1 libglome.so.0.1 
libglome.so.0.1.p/libglome.so.0.1.symbols 
[8/26] rm -f login/libglome-login.a && gcc-ar csrDT login/libglome-login.a 
login/libglome-login.a.p/config.c.o login/libglome-login.a.p/crypto.c.o 
login/libglome-login.a.p/openssl_base64.c.o login/libglome-login.a.p/ui.c.o
[9/26] cc -Ilogin/glome-login.p -Ilogin -I../login -I. -I.. 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
-Wpedantic -std=c99 '-DSYSCONFDIR="/etc"' -D_POSIX_C_SOURCE=200809L 
-DOPENSSL_API_COMPAT=10100 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ login/glome-login.p/main.c.o -MF 
login/glome-login.p/main.c.o.d -o login/glome-login.p/main.c.o -c 
../login/main.c
[10/26] cc -Iglome_test.p -I. -I.. -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
-Wpedantic -std=c99 '-DSYSCONFDIR="/etc"' -D_POSIX_C_SOURCE=200809L 
-DOPENSSL_API_COMPAT=10100 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ glome_test.p/glome_test.c.o 
-MF glome_test.p/glome_test.c.o.d -o glome_test.p/glome_test.c.o -c 
../glome_test.c
[11/26] cc -Ilogin/login_test.p -Ilogin -I../login -I. -I.. 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wextra -Wpedantic -std=c99 '-DSYSCONFDIR="/etc"' 
-D_POSIX_C_SOURCE=200809L -DOPENSSL_API_COMPAT=10100 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-pthread -MD -MQ login/login_test.p/login_test.c.o -MF 
login/login_test.p/login_test.c.o.d -o login/login_test.p/login_test.c.o -c 
../login/login_test.c
[12/26] cc -Ilogin/glome-login.p -Ilogin -I../login -I. -I.. 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
-Wpedantic -std=c99 '-DSYSCONFDIR="/etc"' -D_POSIX_C_SOURCE=200809L 
-DOPENSSL_API_COMPAT=10100 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ login/glome-login.p/login.c.o -MF 
login/glome-login.p/login.c.o.d -o login/glome-login.p/login.c.o -c 
../login/login.c
[13/26] cc -Ilogin/crypto_test.p -Ilogin -I../login -I. -I.. 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wextra -Wpedantic -std=c99 '-DSYSCONFDIR="/etc"' 
-D_POSIX_C_SOURCE=200809L -DOPENSSL_API_COMPAT=10100 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-pthread -MD -MQ login/crypto_test.p/crypto_test.c.o -MF 
login/crypto_test.p/crypto_test.c.o.d -o login/crypto_test.p/crypto_test.c.o -c 
../login/crypto_test.c
[14/26] cc -Ilogin/login_test.p -Ilogin -I../login -I. -I.. 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wextra -Wpedantic -std=c99 '-DSYSCONFDIR="/etc"' 
-D_POSIX_C_SOURCE=200809L -DOPENSSL_API_COMPAT=10100 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-pthread -MD -MQ login/login_test.p/login.c.o -MF 
login/login_test.p/login.c.o.d -o login/login_test.p/login.c.o -c 
../login/login.c
[15/26] cc -Ilogin/config_test.p -Ilogin -I../login -I. -I.. 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/sysprof-6 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 
-Wall -Winvalid-pch -Wextra -Wpedantic -std=c99 '-DSYSCONFDIR="/etc"' 
-D_POSIX_C_SOURCE=200809L -DOPENSSL_API_COMPAT=10100 -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-pthread -MD -MQ login/config_test.p/config_test.c.o -MF 
login/config_test.p/config_test.c.o.d -o login/config_test.p/config_test.c.o -c 
../login/config_test.c
[16/26] cc -Ilogin/pam_glome.so.p -Ilogin -I../login -I. -I.. 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
-Wpedantic -std=c99 '-DSYSCONFDIR="/etc"' -D_POSIX_C_SOURCE=200809L 
-DOPENSSL_API_COMPAT=10100 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DPAM_GLOME -DHAVE_PAM_EXT -MD -MQ 
login/pam_glome.so.p/pam.c.o -MF login/pam_glome.so.p/pam.c.o.d -o 
login/pam_glome.so.p/pam.c.o -c ../login/pam.c
[17/26] cc -Ilogin/pam_test.p -Ilogin -I../login -fdiagnostics-color=always 
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c99 
'-DSYSCONFDIR="/etc"' -D_POSIX_C_SOURCE=200809L -DOPENSSL_API_COMPAT=10100 -g 
-O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ 
login/pam_test.p/pam_test.c.o -MF login/pam_test.p/pam_test.c.o.d -o 
login/pam_test.p/pam_test.c.o -c ../login/pam_test.c
[18/26] cc -Ilogin/pam_glome.so.p -Ilogin -I../login -I. -I.. 
-fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra 
-Wpedantic -std=c99 '-DSYSCONFDIR="/etc"' -D_POSIX_C_SOURCE=200809L 
-DOPENSSL_API_COMPAT=10100 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DPAM_GLOME -DHAVE_PAM_EXT -MD -MQ 
login/pam_glome.so.p/login.c.o -MF login/pam_glome.so.p/login.c.o.d -o 
login/pam_glome.so.p/login.c.o -c ../login/login.c
[19/26] cc  -o glome_test glome_test.p/glome_test.c.o -Wl,--as-needed 
-Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
'-Wl,-rpath,$ORIGIN/' -Wl,--start-group libglome.so.0.1 
/usr/lib/x86_64-linux-gnu/libglib-2.0.so -Wl,--end-group
[20/26] cc  -o login/glome-login login/glome-login.p/main.c.o 
login/glome-login.p/login.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro 
-Wl,-z,now -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 '-Wl,-rpath,$ORIGIN/..' -Wl,--start-group 
login/libglome-login.a libglome.so.0.1 /usr/lib/x86_64-linux-gnu/libssl.so 
/usr/lib/x86_64-linux-gnu/libcrypto.so -Wl,--end-group
[21/26] cc  -o login/login_test login/login_test.p/login_test.c.o 
login/login_test.p/login.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro 
-Wl,-z,now -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 '-Wl,-rpath,$ORIGIN/..' -Wl,--start-group 
libglome.so.0.1 login/libglome-login.a /usr/lib/x86_64-linux-gnu/libssl.so 
/usr/lib/x86_64-linux-gnu/libcrypto.so /usr/lib/x86_64-linux-gnu/libglib-2.0.so 
-Wl,--end-group
[22/26] cc  -o login/crypto_test login/crypto_test.p/crypto_test.c.o 
-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
'-Wl,-rpath,$ORIGIN/..' -Wl,--start-group libglome.so.0.1 
login/libglome-login.a /usr/lib/x86_64-linux-gnu/libssl.so 
/usr/lib/x86_64-linux-gnu/libcrypto.so /usr/lib/x86_64-linux-gnu/libglib-2.0.so 
-Wl,--end-group
[23/26] cc  -o login/config_test login/config_test.p/config_test.c.o 
-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
'-Wl,-rpath,$ORIGIN/..' -Wl,--start-group libglome.so.0.1 
login/libglome-login.a /usr/lib/x86_64-linux-gnu/libssl.so 
/usr/lib/x86_64-linux-gnu/libcrypto.so /usr/lib/x86_64-linux-gnu/libglib-2.0.so 
-Wl,--end-group
[24/26] cc  -o login/pam_glome.so login/pam_glome.so.p/pam.c.o 
login/pam_glome.so.p/login.c.o -Wl,--as-needed -Wl,--no-undefined -shared -fPIC 
-Wl,-soname,pam_glome.so -Wl,-z,relro -Wl,-z,now -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
'-Wl,-rpath,$ORIGIN/..' -Wl,--start-group libglome.so.0.1 
login/libglome-login.a -lpam /usr/lib/x86_64-linux-gnu/libssl.so 
/usr/lib/x86_64-linux-gnu/libcrypto.so -Wl,--end-group
[25/26] /usr/bin/mkdir login/pam_service
[26/26] cc  -o login/pam_test login/pam_test.p/pam_test.c.o -Wl,--as-needed 
-Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
/usr/lib/x86_64-linux-gnu/libpamtest.so
if [ -n "$(dh_listpackages -a)" ]; then dh_auto_build -O--buildsystem=cargo; fi
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_test -O--buildsystem=meson
        cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb LC_ALL=C.UTF-8 
MESON_TESTTHREADS=2 meson test --verbose
ninja: Entering directory `/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
ninja: no work to do.
1/6 glome:glome                       RUNNING       
>>> MESON_TEST_ITERATION=1 
>>> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ 
>>> ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 
>>> MALLOC_PERTURB_=42 
>>> UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>>  
>>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>>  /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/glome_test

2/6 glome:login test                  RUNNING       
>>> MESON_TEST_ITERATION=1 
>>> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ 
>>> ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 
>>> UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>>  
>>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>>  MALLOC_PERTURB_=10 /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/login/login_test

1/6 glome:glome                       OK              0.01s
―――――――――――――――――――――――――――――――――――――
 ✀  
―――――――――――――――――――――――――――――――――――――
TAP version 14
# random seed: R02Sc5921f6e920528d5a84de1458277afb9
1..2
ok 1 /test-vector1
ok 2 /test-vector2
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

3/6 glome:crypto test                 RUNNING       
>>> MESON_TEST_ITERATION=1 
>>> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ MALLOC_PERTURB_=47 
>>> ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 
>>> UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>>  
>>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>>  /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/login/crypto_test

2/6 glome:login test                  OK              0.01s
―――――――――――――――――――――――――――――――――――――
 ✀  
―――――――――――――――――――――――――――――――――――――
TAP version 14
# random seed: R02Sf069ad1d6c858d0f759c8cfda91b6dfe
1..3
ok 1 /test-shell-action
ok 2 /test-vector-1
ok 3 /test-vector-2
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

4/6 glome:config test                 RUNNING       
>>> MESON_TEST_ITERATION=1 
>>> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ 
>>> ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 
>>> UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>>  
>>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>>  MALLOC_PERTURB_=157 
>>> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/login/config_test 
>>> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/../login/config_test.cfg

3/6 glome:crypto test                 OK              0.01s
―――――――――――――――――――――――――――――――――――――
 ✀  
―――――――――――――――――――――――――――――――――――――
TAP version 14
# random seed: R02S0cf1f5c2f9fa69b2fe175f5f2fb08e23
1..3
ok 1 /test-derive
ok 2 /test-generate
ok 3 /test-authcode
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

5/6 glome:config test with url-prefix RUNNING       
>>> MESON_TEST_ITERATION=1 
>>> LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ 
>>> ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 
>>> MALLOC_PERTURB_=46 
>>> UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>>  
>>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>>  /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/login/config_test 
>>> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/../login/config_test_url-prefix.cfg

4/6 glome:config test                 OK              0.01s
―――――――――――――――――――――――――――――――――――――
 ✀  
―――――――――――――――――――――――――――――――――――――
stdout:
TAP version 14
# random seed: R02S01dec1664b095507487b2b6adac4d606
1..2
ok 1 /test-parse-public-key
ok 2 /test-parse-config-file
stderr:
ERROR: provided buffer has size 31, need at least 32
ERROR: unsupported public key encoding: glome-group1-md5 
QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUE=
ERROR: public key decoded to 9 bytes, expected 32
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

6/6 glome:pam test                    RUNNING       
>>> MESON_TEST_ITERATION=1 PAM_WRAPPER=1 
>>> PAM_GLOME=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/login/pam_glome.so 
>>> LD_PRELOAD=libpam_wrapper.so MALLOC_PERTURB_=90 
>>> PAM_WRAPPER_SERVICE_DIR=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/login/pam_service
>>>  ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 
>>> UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>>  
>>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1
>>>  /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/login/pam_test

5/6 glome:config test with url-prefix OK              0.01s
―――――――――――――――――――――――――――――――――――――
 ✀  
―――――――――――――――――――――――――――――――――――――
stdout:
TAP version 14
# random seed: R02S82d82db45ea64a183ffce7021ca98a4d
1..2
ok 1 /test-parse-public-key
ok 2 /test-parse-config-file
stderr:
ERROR: provided buffer has size 31, need at least 32
ERROR: unsupported public key encoding: glome-group1-md5 
QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUE=
ERROR: public key decoded to 9 bytes, expected 32
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

6/6 glome:pam test                    OK              4.01s
―――――――――――――――――――――――――――――――――――――
 ✀  
―――――――――――――――――――――――――――――――――――――
stderr:
PWRAP_ERROR[<unknown> (271)] - SYSLOG(3): _pam_init_handlers: no default config 
other
PWRAP_ERROR[<unknown> (271)] - SYSLOG(3): failed to authenticate user 'root': 
authcode-length (6)
PWRAP_ERROR[<unknown> (271)] - SYSLOG(3): failed to authenticate user 'root': 
authcode-invalid (5)
PWRAP_ERROR[<unknown> (271)] - SYSLOG(3): failed to authenticate user 'root': 
pam-authtok-openssh-no-login (42)
PWRAP_ERROR[<unknown> (271)] - SYSLOG(3): failed to authenticate user 'root': 
pam-authtok-openssh-no-login (42)
PWRAP_ERROR[<unknown> (271)] - SYSLOG(3): failed to authenticate user 'root': 
pam-authtok-openssh-no-login (42)
PWRAP_ERROR[<unknown> (271)] - SYSLOG(3): _pam_init_handlers: no default config 
other
PWRAP_ERROR[<unknown> (271)] - SYSLOG(3): failed to authenticate user 'root': 
authcode-length (6)
PWRAP_ERROR[<unknown> (271)] - SYSLOG(3): failed to authenticate user 'root': 
authcode-invalid (5)
PWRAP_ERROR[<unknown> (271)] - SYSLOG(3): failed to authenticate user 'root': 
pam-authtok-openssh-no-login (42)
PWRAP_ERROR[<unknown> (271)] - SYSLOG(3): failed to authenticate user 'root': 
pam-authtok-openssh-no-login (42)
PWRAP_ERROR[<unknown> (271)] - SYSLOG(3): failed to authenticate user 'root': 
pam-authtok-openssh-no-login (42)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――


Ok:                6   
Fail:              0   

Full log written to /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-logs/testlog.txt
if [ -n "$(dh_listpackages -a)" ]; then dh_auto_test -O--buildsystem=cargo; fi
debian cargo wrapper: options = ['parallel=2'], profiles = [], parallel = 
['-j2'], lto = 
debian cargo wrapper: rust_type = x86_64-unknown-linux-gnu, gnu_type = 
x86_64-linux-gnu
debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', 
'/usr/bin/cargo', '-Zavoid-dev-deps', 'build', '--verbose', '--verbose', '-j2', 
'--target', 'x86_64-unknown-linux-gnu'],) {}
error: failed to select a version for the requirement `sha2 = "^0.10"`
candidate versions found which didn't match: 0.11.0
location searched: directory source `/<<PKGBUILDDIR>>/debian/cargo_registry` 
(which is replacing registry `crates-io`)
required by package `glome v0.3.0 (/<<PKGBUILDDIR>>)`
perhaps a crate was updated and forgotten to be re-vendored?
dh_auto_test: error: /usr/share/cargo/bin/cargo build returned exit code 101
make[1]: *** [debian/rules:21: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:8: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

Reply via email to