--- Begin Message ---
Source: umockdev
Version: 0.15.2-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201226 ftbfs-bullseye
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_configure -- -Dgtk_doc=true
> cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 meson ..
> --wrap-mode=nodownload --buildtype=plain --prefix=/usr --sysconfdir=/etc
> --localstatedir=/var --libdir=lib/x86_64-linux-gnu -Dgtk_doc=true
> The Meson build system
> Version: 0.56.0
> Source dir: /<<PKGBUILDDIR>>
> Build dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
> Build type: native build
> Project name: umockdev
> Project version: 0.15.2
> Using 'CFLAGS' from environment with value: '-g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security'
> Using 'LDFLAGS' from environment with value: '-Wl,-z,relro -Wl,-z,now'
> Using 'CPPFLAGS' from environment with value: '-Wdate-time
> -D_FORTIFY_SOURCE=2'
> C compiler for the host machine: cc (gcc 10.2.1 "cc (Debian 10.2.1-3) 10.2.1
> 20201224")
> C linker for the host machine: cc ld.bfd 2.35.1
> Vala compiler for the host machine: valac (valac 0.48.12)
> Using 'CFLAGS' from environment with value: '-g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security'
> Using 'LDFLAGS' from environment with value: '-Wl,-z,relro -Wl,-z,now'
> Using 'CPPFLAGS' from environment with value: '-Wdate-time
> -D_FORTIFY_SOURCE=2'
> Host machine cpu family: x86_64
> Host machine cpu: x86_64
> Program g-ir-compiler found: YES (/usr/bin/g-ir-compiler)
> Library dl found: YES
> Found pkg-config: /usr/bin/pkg-config (0.29.2)
> Run-time dependency glib-2.0 found: YES 2.66.4
> Run-time dependency gobject-2.0 found: YES 2.66.4
> Run-time dependency gio-2.0 found: YES 2.66.4
> Run-time dependency gio-unix-2.0 found: YES 2.66.4
> Run-time dependency libudev found: YES 247
> Run-time dependency gudev-1.0 found: YES 234
> Program python3 found: YES (/usr/bin/python3)
> Library posix found: YES
> Library linux found: YES
> Library udev found: YES
> Library util found: YES
> Library config found: YES
> Library posix_extra found: YES
> Library ioctl found: YES
> Library assertions found: YES
> Checking if "ioctl request parameter type is int" compiles: NO
> Program tests/test-static-code found: YES
> (/<<PKGBUILDDIR>>/tests/test-static-code)
> Configuring config.h using configuration
> Configuring version.xml using configuration
> Program gtkdoc-scan found: YES (/usr/bin/gtkdoc-scan)
> Program gtkdoc-scangobj found: YES (/usr/bin/gtkdoc-scangobj)
> Program gtkdoc-mkdb found: YES (/usr/bin/gtkdoc-mkdb)
> Program gtkdoc-mkhtml found: YES (/usr/bin/gtkdoc-mkhtml)
> Program gtkdoc-fixxref found: YES (/usr/bin/gtkdoc-fixxref)
> Build targets in project: 16
>
> Found ninja-1.10.1 at /usr/bin/ninja
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_build
> cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j4 -v
> [1/38] cc -Ilibumockdev-preload.so.0.0.0.p -I. -I..
> -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch
> -Werror -Werror=missing-prototypes -Werror=strict-prototypes
> -Werror=nested-externs -Werror=pointer-arith
> -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self
> -Werror=format-security -Werror=format=2 -Werror=unused-variable
> -Werror=return-type -Werror=uninitialized -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> -fvisibility=default -MD -MQ libumockdev-preload.so.0.0.0.p/src_debug.c.o -MF
> libumockdev-preload.so.0.0.0.p/src_debug.c.o.d -o
> libumockdev-preload.so.0.0.0.p/src_debug.c.o -c ../src/debug.c
> [2/38] cc -Ichatter.p -I. -I.. -fdiagnostics-color=always -pipe
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -Werror=missing-prototypes
> -Werror=strict-prototypes -Werror=nested-externs -Werror=pointer-arith
> -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self
> -Werror=format-security -Werror=format=2 -Werror=unused-variable
> -Werror=return-type -Werror=uninitialized -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ
> chatter.p/tests_chatter.c.o -MF chatter.p/tests_chatter.c.o.d -o
> chatter.p/tests_chatter.c.o -c ../tests/chatter.c
> [3/38] cc -o chatter chatter.p/tests_chatter.c.o -Wl,--as-needed
> -Wl,--no-undefined -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro
> -Wl,-z,now
> [4/38] cc -Ichatter-socket-stream.p -I. -I.. -fdiagnostics-color=always -pipe
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -Werror=missing-prototypes
> -Werror=strict-prototypes -Werror=nested-externs -Werror=pointer-arith
> -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self
> -Werror=format-security -Werror=format=2 -Werror=unused-variable
> -Werror=return-type -Werror=uninitialized -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ
> chatter-socket-stream.p/tests_chatter-socket-stream.c.o -MF
> chatter-socket-stream.p/tests_chatter-socket-stream.c.o.d -o
> chatter-socket-stream.p/tests_chatter-socket-stream.c.o -c
> ../tests/chatter-socket-stream.c
> [5/38] cc -o chatter-socket-stream
> chatter-socket-stream.p/tests_chatter-socket-stream.c.o -Wl,--as-needed
> -Wl,--no-undefined -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro
> -Wl,-z,now
> [6/38] cc -Ireadbyte.p -I. -I.. -fdiagnostics-color=always -pipe
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -Werror=missing-prototypes
> -Werror=strict-prototypes -Werror=nested-externs -Werror=pointer-arith
> -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self
> -Werror=format-security -Werror=format=2 -Werror=unused-variable
> -Werror=return-type -Werror=uninitialized -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ
> readbyte.p/tests_readbyte.c.o -MF readbyte.p/tests_readbyte.c.o.d -o
> readbyte.p/tests_readbyte.c.o -c ../tests/readbyte.c
> [7/38] cc -o readbyte readbyte.p/tests_readbyte.c.o -Wl,--as-needed
> -Wl,--no-undefined -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro
> -Wl,-z,now
> [8/38] cc -Ilibumockdev-preload.so.0.0.0.p -I. -I..
> -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch
> -Werror -Werror=missing-prototypes -Werror=strict-prototypes
> -Werror=nested-externs -Werror=pointer-arith
> -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self
> -Werror=format-security -Werror=format=2 -Werror=unused-variable
> -Werror=return-type -Werror=uninitialized -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> -fvisibility=default -MD -MQ
> libumockdev-preload.so.0.0.0.p/src_ioctl_tree.c.o -MF
> libumockdev-preload.so.0.0.0.p/src_ioctl_tree.c.o.d -o
> libumockdev-preload.so.0.0.0.p/src_ioctl_tree.c.o -c ../src/ioctl_tree.c
> [9/38] valac -C --pkg linux --pkg posix --pkg gio-unix-2.0 --pkg gio-2.0
> --pkg gobject-2.0 --target-glib ' 2.32.0' --pkg glib-2.0 --color=always
> --directory libumockdev.so.0.3.0.p --basedir ../ --library umockdev --header
> umockdev.h --vapi ../umockdev-1.0.vapi --gir ../UMockdev-1.0.gir
> ../src/uevent_sender.vapi ../src/umockdev.vala
> ../src/umockdev.vala:925.32-925.54: warning: `string.to_ulong' is deprecated.
> Use ulong.parse
> ../src/umockdev.vala:926.32-926.54: warning: `string.to_ulong' is deprecated.
> Use ulong.parse
> Compilation succeeded - 2 warning(s)
> [10/38] cc -Itest-ioctl-tree.p -I. -I.. -I../src -I/usr/include/glib-2.0
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fdiagnostics-color=always -pipe
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -Werror=missing-prototypes
> -Werror=strict-prototypes -Werror=nested-externs -Werror=pointer-arith
> -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self
> -Werror=format-security -Werror=format=2 -Werror=unused-variable
> -Werror=return-type -Werror=uninitialized -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ
> test-ioctl-tree.p/src_ioctl_tree.c.o -MF
> test-ioctl-tree.p/src_ioctl_tree.c.o.d -o
> test-ioctl-tree.p/src_ioctl_tree.c.o -c ../src/ioctl_tree.c
> [11/38] cc -Ilibumockdev.so.0.3.0.p -I. -I.. -I../src -I/usr/include/glib-2.0
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount
> -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -fdiagnostics-color=always
> -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror
> -Werror=missing-prototypes -Werror=strict-prototypes -Werror=nested-externs
> -Werror=pointer-arith -Werror=implicit-function-declaration
> -Werror=pointer-arith -Werror=init-self -Werror=format-security
> -Werror=format=2 -Werror=unused-variable -Werror=return-type
> -Werror=uninitialized -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD -MQ
> libumockdev.so.0.3.0.p/src_uevent_sender.c.o -MF
> libumockdev.so.0.3.0.p/src_uevent_sender.c.o.d -o
> libumockdev.so.0.3.0.p/src_uevent_sender.c.o -c ../src/uevent_sender.c
> [12/38] cc -Itest-ioctl-tree.p -I. -I.. -I../src -I/usr/include/glib-2.0
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fdiagnostics-color=always -pipe
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -Werror=missing-prototypes
> -Werror=strict-prototypes -Werror=nested-externs -Werror=pointer-arith
> -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self
> -Werror=format-security -Werror=format=2 -Werror=unused-variable
> -Werror=return-type -Werror=uninitialized -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ
> test-ioctl-tree.p/tests_test-ioctl-tree.c.o -MF
> test-ioctl-tree.p/tests_test-ioctl-tree.c.o.d -o
> test-ioctl-tree.p/tests_test-ioctl-tree.c.o -c ../tests/test-ioctl-tree.c
> [13/38] cc -Ilibumockdev-preload.so.0.0.0.p -I. -I..
> -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch
> -Werror -Werror=missing-prototypes -Werror=strict-prototypes
> -Werror=nested-externs -Werror=pointer-arith
> -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self
> -Werror=format-security -Werror=format=2 -Werror=unused-variable
> -Werror=return-type -Werror=uninitialized -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC
> -fvisibility=default -MD -MQ
> libumockdev-preload.so.0.0.0.p/src_libumockdev-preload.c.o -MF
> libumockdev-preload.so.0.0.0.p/src_libumockdev-preload.c.o.d -o
> libumockdev-preload.so.0.0.0.p/src_libumockdev-preload.c.o -c
> ../src/libumockdev-preload.c
> [14/38] cc -o libumockdev-preload.so.0.0.0
> libumockdev-preload.so.0.0.0.p/src_libumockdev-preload.c.o
> libumockdev-preload.so.0.0.0.p/src_debug.c.o
> libumockdev-preload.so.0.0.0.p/src_ioctl_tree.c.o -Wl,--as-needed
> -Wl,--no-undefined -shared -fPIC -Wl,--start-group
> -Wl,-soname,libumockdev-preload.so.0 -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wl,-z,relro -Wl,-z,now -ldl -Wl,--end-group
> [15/38] valac -C /<<PKGBUILDDIR>>/src/config.vapi --pkg posix --pkg gio-2.0
> --pkg gobject-2.0 --target-glib ' 2.32.0' --pkg glib-2.0 --color=always
> --directory umockdev-run.p --basedir ../ ../src/umockdev-run.vala
> umockdev-1.0.vapi
> [16/38] valac -C /<<PKGBUILDDIR>>/src/posix_extra.vapi
> /<<PKGBUILDDIR>>/src/config.vapi --pkg posix --pkg gio-2.0 --pkg gobject-2.0
> --target-glib ' 2.32.0' --pkg glib-2.0 --color=always --directory
> umockdev-record.p --basedir ../ ../src/umockdev-record.vala umockdev-1.0.vapi
> [17/38] cc -Iumockdev-run.p -I. -I.. -I/usr/include/glib-2.0
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount
> -I/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64
> -w -Werror -Werror=missing-prototypes -Werror=strict-prototypes
> -Werror=nested-externs -Werror=pointer-arith
> -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self
> -Werror=format-security -Werror=format=2 -Werror=unused-variable
> -Werror=return-type -Werror=uninitialized -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ
> umockdev-run.p/meson-generated_src_umockdev-run.c.o -MF
> umockdev-run.p/meson-generated_src_umockdev-run.c.o.d -o
> umockdev-run.p/meson-generated_src_umockdev-run.c.o -c
> umockdev-run.p/src/umockdev-run.c
> [18/38] cc -Iumockdev-record.p -I. -I.. -I/usr/include/glib-2.0
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount
> -I/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64
> -w -Werror -Werror=missing-prototypes -Werror=strict-prototypes
> -Werror=nested-externs -Werror=pointer-arith
> -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self
> -Werror=format-security -Werror=format=2 -Werror=unused-variable
> -Werror=return-type -Werror=uninitialized -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ
> umockdev-record.p/meson-generated_src_umockdev-record.c.o -MF
> umockdev-record.p/meson-generated_src_umockdev-record.c.o.d -o
> umockdev-record.p/meson-generated_src_umockdev-record.c.o -c
> umockdev-record.p/src/umockdev-record.c
> [19/38] cc -Itest-ioctl-tree.p -I. -I.. -I../src -I/usr/include/glib-2.0
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -fdiagnostics-color=always -pipe
> -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -Werror=missing-prototypes
> -Werror=strict-prototypes -Werror=nested-externs -Werror=pointer-arith
> -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self
> -Werror=format-security -Werror=format=2 -Werror=unused-variable
> -Werror=return-type -Werror=uninitialized -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ
> test-ioctl-tree.p/src_debug.c.o -MF test-ioctl-tree.p/src_debug.c.o.d -o
> test-ioctl-tree.p/src_debug.c.o -c ../src/debug.c
> [20/38] cc -o test-ioctl-tree test-ioctl-tree.p/tests_test-ioctl-tree.c.o
> test-ioctl-tree.p/src_ioctl_tree.c.o test-ioctl-tree.p/src_debug.c.o
> -Wl,--as-needed -Wl,--no-undefined -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wl,-z,relro -Wl,-z,now -Wl,--start-group
> /usr/lib/x86_64-linux-gnu/libglib-2.0.so -Wl,--end-group
> [21/38] valac -C /<<PKGBUILDDIR>>/tests/ioctl.vapi
> /<<PKGBUILDDIR>>/tests/assertions.vapi /<<PKGBUILDDIR>>/src/posix_extra.vapi
> --pkg posix --pkg gudev-1.0 --pkg gio-2.0 --pkg gobject-2.0 --target-glib '
> 2.32.0' --pkg glib-2.0 --color=always --directory test-umockdev-vala.p
> --basedir ../ ../tests/test-umockdev-vala.vala umockdev-1.0.vapi
> [22/38] valac -C /<<PKGBUILDDIR>>/src/config.vapi
> /<<PKGBUILDDIR>>/tests/assertions.vapi --pkg posix --pkg gio-2.0 --pkg
> gobject-2.0 --target-glib ' 2.32.0' --pkg glib-2.0 --color=always --directory
> test-umockdev-run.p --basedir ../ ../tests/test-umockdev-run.vala
> umockdev-1.0.vapi
> ../tests/test-umockdev-run.vala:352.1-353.19: warning: method
> `t_gphoto_folderlist' never used
> ../tests/test-umockdev-run.vala:371.1-372.17: warning: method
> `t_gphoto_filelist' never used
> ../tests/test-umockdev-run.vala:389.1-390.15: warning: method
> `t_gphoto_thumbs' never used
> ../tests/test-umockdev-run.vala:417.1-418.17: warning: method
> `t_gphoto_download' never used
> Compilation succeeded - 4 warning(s)
> [23/38] cc -Itest-umockdev-run.p -I. -I.. -I/usr/include/glib-2.0
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount
> -I/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64
> -w -Werror -Werror=missing-prototypes -Werror=strict-prototypes
> -Werror=nested-externs -Werror=pointer-arith
> -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self
> -Werror=format-security -Werror=format=2 -Werror=unused-variable
> -Werror=return-type -Werror=uninitialized -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ
> test-umockdev-run.p/meson-generated_tests_test-umockdev-run.c.o -MF
> test-umockdev-run.p/meson-generated_tests_test-umockdev-run.c.o.d -o
> test-umockdev-run.p/meson-generated_tests_test-umockdev-run.c.o -c
> test-umockdev-run.p/tests/test-umockdev-run.c
> [24/38] cc -Itest-umockdev-vala.p -I. -I.. -I/usr/include/glib-2.0
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount
> -I/usr/include/blkid -I/usr/include/gudev-1.0 -fdiagnostics-color=always
> -pipe -D_FILE_OFFSET_BITS=64 -w -Werror -Werror=missing-prototypes
> -Werror=strict-prototypes -Werror=nested-externs -Werror=pointer-arith
> -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self
> -Werror=format-security -Werror=format=2 -Werror=unused-variable
> -Werror=return-type -Werror=uninitialized -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ
> test-umockdev-vala.p/meson-generated_tests_test-umockdev-vala.c.o -MF
> test-umockdev-vala.p/meson-generated_tests_test-umockdev-vala.c.o.d -o
> test-umockdev-vala.p/meson-generated_tests_test-umockdev-vala.c.o -c
> test-umockdev-vala.p/tests/test-umockdev-vala.c
> [25/38] cc -Itest-umockdev.p -I. -I.. -I/usr/include/glib-2.0
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gudev-1.0
> -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch
> -Werror -Werror=missing-prototypes -Werror=strict-prototypes
> -Werror=nested-externs -Werror=pointer-arith
> -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self
> -Werror=format-security -Werror=format=2 -Werror=unused-variable
> -Werror=return-type -Werror=uninitialized -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MD -MQ
> test-umockdev.p/tests_test-umockdev.c.o -MF
> test-umockdev.p/tests_test-umockdev.c.o.d -o
> test-umockdev.p/tests_test-umockdev.c.o -c ../tests/test-umockdev.c
> [26/38] cc -Ilibumockdev.so.0.3.0.p -I. -I.. -I../src -I/usr/include/glib-2.0
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount
> -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -fdiagnostics-color=always
> -pipe -D_FILE_OFFSET_BITS=64 -w -Werror -Werror=missing-prototypes
> -Werror=strict-prototypes -Werror=nested-externs -Werror=pointer-arith
> -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self
> -Werror=format-security -Werror=format=2 -Werror=unused-variable
> -Werror=return-type -Werror=uninitialized -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -pthread -MD
> -MQ libumockdev.so.0.3.0.p/meson-generated_src_umockdev.c.o -MF
> libumockdev.so.0.3.0.p/meson-generated_src_umockdev.c.o.d -o
> libumockdev.so.0.3.0.p/meson-generated_src_umockdev.c.o -c
> libumockdev.so.0.3.0.p/src/umockdev.c
> [27/38] cc -o libumockdev.so.0.3.0
> libumockdev.so.0.3.0.p/meson-generated_src_umockdev.c.o
> libumockdev.so.0.3.0.p/src_uevent_sender.c.o -Wl,--as-needed
> -Wl,--no-undefined -shared -fPIC -Wl,--start-group
> -Wl,-soname,libumockdev.so.0 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro
> -Wl,-z,now -Wl,-export-dynamic -Wl,--no-undefined
> -Wl,--version-script,/<<PKGBUILDDIR>>/src/umockdev.map
> /usr/lib/x86_64-linux-gnu/libglib-2.0.so
> /usr/lib/x86_64-linux-gnu/libgobject-2.0.so
> /usr/lib/x86_64-linux-gnu/libgio-2.0.so -ludev -lutil -Wl,--end-group
> [28/38] valac -C /<<PKGBUILDDIR>>/src/config.vapi
> /<<PKGBUILDDIR>>/tests/assertions.vapi --pkg linux --pkg posix --pkg
> gio-unix-2.0 --pkg gio-2.0 --pkg gobject-2.0 --target-glib ' 2.32.0' --pkg
> glib-2.0 --color=always --directory test-umockdev-record.p --basedir ../
> ../tests/test-umockdev-record.vala umockdev-1.0.vapi
> ../tests/test-umockdev-record.vala:207.1-208.12: warning: method
> `t_system_all' never used
> Compilation succeeded - 1 warning(s)
> [29/38] /usr/bin/meson --internal exe --capture UMockdev-1.0-hacked.gir --
> sed '/name="add_devicev"/ s/icev">$/icev" shadows="add_device">/'
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/UMockdev-1.0.gir
> [30/38] /usr/bin/meson --internal symbolextractor
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu libumockdev.so.0.3.0
> libumockdev.so.0.3.0 libumockdev.so.0.3.0.p/libumockdev.so.0.3.0.symbols
> [31/38] cc -o umockdev-record
> umockdev-record.p/meson-generated_src_umockdev-record.c.o -Wl,--as-needed
> -Wl,--no-undefined -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro
> -Wl,-z,now -Wl,--start-group libumockdev.so.0.3.0
> /usr/lib/x86_64-linux-gnu/libglib-2.0.so
> /usr/lib/x86_64-linux-gnu/libgobject-2.0.so
> /usr/lib/x86_64-linux-gnu/libgio-2.0.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/'
> -Wl,-rpath-link,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/
> [32/38] cc -o umockdev-run
> umockdev-run.p/meson-generated_src_umockdev-run.c.o -Wl,--as-needed
> -Wl,--no-undefined -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro
> -Wl,-z,now -Wl,--start-group libumockdev.so.0.3.0
> /usr/lib/x86_64-linux-gnu/libglib-2.0.so
> /usr/lib/x86_64-linux-gnu/libgobject-2.0.so
> /usr/lib/x86_64-linux-gnu/libgio-2.0.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/'
> -Wl,-rpath-link,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/
> [33/38] cc -o test-umockdev test-umockdev.p/tests_test-umockdev.c.o
> -Wl,--as-needed -Wl,--no-undefined -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wl,-z,relro -Wl,-z,now -Wl,--start-group
> libumockdev.so.0.3.0 /usr/lib/x86_64-linux-gnu/libglib-2.0.so
> /lib/x86_64-linux-gnu/libudev.so /usr/lib/x86_64-linux-gnu/libgudev-1.0.so
> /usr/lib/x86_64-linux-gnu/libgobject-2.0.so -Wl,--end-group
> '-Wl,-rpath,$ORIGIN/' -Wl,-rpath-link,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/
> [34/38] cc -o test-umockdev-vala
> test-umockdev-vala.p/meson-generated_tests_test-umockdev-vala.c.o
> -Wl,--as-needed -Wl,--no-undefined -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wl,-z,relro -Wl,-z,now -Wl,--start-group
> libumockdev.so.0.3.0 /usr/lib/x86_64-linux-gnu/libglib-2.0.so
> /usr/lib/x86_64-linux-gnu/libgobject-2.0.so
> /usr/lib/x86_64-linux-gnu/libgio-2.0.so
> /usr/lib/x86_64-linux-gnu/libgudev-1.0.so -Wl,--end-group
> '-Wl,-rpath,$ORIGIN/' -Wl,-rpath-link,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/
> [35/38] cc -o test-umockdev-run
> test-umockdev-run.p/meson-generated_tests_test-umockdev-run.c.o
> -Wl,--as-needed -Wl,--no-undefined -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wl,-z,relro -Wl,-z,now -Wl,--start-group
> libumockdev.so.0.3.0 /usr/lib/x86_64-linux-gnu/libglib-2.0.so
> /usr/lib/x86_64-linux-gnu/libgobject-2.0.so
> /usr/lib/x86_64-linux-gnu/libgio-2.0.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/'
> -Wl,-rpath-link,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/
> [36/38] /usr/bin/g-ir-compiler --output UMockdev-1.0.typelib -l
> libumockdev.so.0 UMockdev-1.0-hacked.gir
> [37/38] cc -Itest-umockdev-record.p -I. -I.. -I/usr/include/glib-2.0
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libmount
> -I/usr/include/blkid -I/usr/include/gio-unix-2.0 -fdiagnostics-color=always
> -pipe -D_FILE_OFFSET_BITS=64 -w -Werror -Werror=missing-prototypes
> -Werror=strict-prototypes -Werror=nested-externs -Werror=pointer-arith
> -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self
> -Werror=format-security -Werror=format=2 -Werror=unused-variable
> -Werror=return-type -Werror=uninitialized -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -MD -MQ
> test-umockdev-record.p/meson-generated_tests_test-umockdev-record.c.o -MF
> test-umockdev-record.p/meson-generated_tests_test-umockdev-record.c.o.d -o
> test-umockdev-record.p/meson-generated_tests_test-umockdev-record.c.o -c
> test-umockdev-record.p/tests/test-umockdev-record.c
> [38/38] cc -o test-umockdev-record
> test-umockdev-record.p/meson-generated_tests_test-umockdev-record.c.o
> -Wl,--as-needed -Wl,--no-undefined -g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wl,-z,relro -Wl,-z,now -Wl,--start-group
> libumockdev.so.0.3.0 /usr/lib/x86_64-linux-gnu/libglib-2.0.so
> /usr/lib/x86_64-linux-gnu/libgobject-2.0.so
> /usr/lib/x86_64-linux-gnu/libgio-2.0.so -lutil -Wl,--end-group
> '-Wl,-rpath,$ORIGIN/' -Wl,-rpath-link,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/
> dh_auto_test
> cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 MESON_TESTTHREADS=4 ninja test
> [0/1] Running all tests.
> 2/7 umockdev:fails-valgrind / umockdev-vala OK 4.08s
> 3/7 umockdev / ioctl-tree OK 0.01s
> 4/7 umockdev / umockdev-run OK 1.02s
> 5/7 umockdev:fails-valgrind / umockdev-record OK 1.42s
> 6/7 umockdev / static-code OK 0.07s
> 7/7 umockdev:fails-valgrind / umockdev.py OK 1.57s
>
> The output from the failed tests:
>
> 1/7 umockdev / umockdev FAIL 2.73s (killed by
> signal 6 SIGABRT)
>
> --- command ---
> 18:41:33
> PATH='/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games'
> MALLOC_CHECK_='3' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> G_DEBUG='fatal-warnings,fatal-criticals,gc-friendly'
> TOP_SRCDIR='/<<PKGBUILDDIR>>'
> GI_TYPELIB_PATH='/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> /<<PKGBUILDDIR>>/src/umockdev-wrapper
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test-umockdev
> --- Listing only the last 100 lines from a long log. ---
> # DEBUG: umockdev.vala:1246: create_node_for_device: creating pty device
> /tmp/umockdev.F7NAW0/dev/bus/usb/moo: got pty /dev/pts/13
> # DEBUG: umockdev.vala:1267: create_node_for_device: creating ptymap symlink
> /tmp/umockdev.F7NAW0/dev/.ptymap/_dev_pts_13
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/precious
> # DEBUG: umockdev.vala:1185: creating device /devices/precious (subsystem tty)
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/precious
> # DEBUG: umockdev.vala:1246: create_node_for_device: creating pty device
> /tmp/umockdev.F7NAW0/dev/bus/tty/precious: got pty /dev/pts/14
> # DEBUG: umockdev.vala:1267: create_node_for_device: creating ptymap symlink
> /tmp/umockdev.F7NAW0/dev/.ptymap/_dev_pts_14
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/static
> # DEBUG: umockdev.vala:1185: creating device /devices/static (subsystem usb)
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/static
> # DEBUG: umockdev.vala:1227: create_node_for_device: creating file device
> /tmp/umockdev.F7NAW0/dev/static
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/simple
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.F7NAW0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 27 /umockdev-testbed/remove
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.G7W8V0
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.G7W8V0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 28 /umockdev-testbed/proc
> # Start of uevent tests
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.HHY8V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent remove
> for device /sys/devices/mydev
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.HHY8V0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 29 /umockdev-testbed/uevent/libudev
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.HVX8V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/mydev
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.HVX8V0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 30 /umockdev-testbed/uevent/libudev-filter
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.TXZ8V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/mydev
> # DEBUG: on_uevent action add device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/mydev
> # DEBUG: on_uevent action change device /sys/devices/mydev
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.TXZ8V0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 31 /umockdev-testbed/uevent/gudev
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.FC18V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/mydev
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.FC18V0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 32 /umockdev-testbed/uevent/no_listener
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.RI28V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /devices/unknown
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.RI28V0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 33 /umockdev-testbed/uevent/error
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.7818V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/mydev
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.7818V0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 34 /umockdev-testbed/uevent/null_action
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.VL58V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/mydev
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.VL58V0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 35 /umockdev-testbed/uevent/action_overflow
> # End of uevent tests
> # End of umockdev-testbed tests
> # Start of umockdev-testbed-usb tests
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.BL78V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/usb1
> Bail out! ERROR:../tests/test-umockdev.c:1135:t_testbed_usb_lsusb: assertion
> failed (exit_status == 0): (256 == 0)
> --- stderr ---
> **
> ERROR:../tests/test-umockdev.c:1135:t_testbed_usb_lsusb: assertion failed
> (exit_status == 0): (256 == 0)
> -------
>
>
> Summary of Failures:
>
> 1/7 umockdev / umockdev FAIL 2.73s (killed by
> signal 6 SIGABRT)
>
> Ok: 6
> Expected Fail: 0
> Fail: 1
> Unexpected Pass: 0
> Skipped: 0
> Timeout: 0
>
> Full log written to
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-logs/testlog.txt
> FAILED: meson-test
> /usr/bin/meson test --no-rebuild --print-errorlogs
> ninja: build stopped: subcommand failed.
> cd obj-x86_64-linux-gnu && tail -v -n \+0 meson-logs/testlog.txt
> ==> meson-logs/testlog.txt <==
> Log of Meson test suite run on 2020-12-26T18:41:33.327309
>
> Inherited environment: DEB_HOST_GNU_SYSTEM='linux-gnu'
> DEB_BUILD_ARCH_BITS='64' DEB_TARGET_GNU_CPU='x86_64' DEB_HOST_ARCH_OS='linux'
> USER='user42' CXXFLAGS='-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security'
> DEB_BUILD_GNU_TYPE='x86_64-linux-gnu' DEB_TARGET_MULTIARCH='x86_64-linux-gnu'
> OBJCFLAGS='-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security'
> DEB_BUILD_ARCH_CPU='amd64' DEB_HOST_ARCH_LIBC='gnu' DEB_HOST_ARCH_ABI='base'
> HOME='/sbuild-nonexistent' APT_CONFIG='/var/lib/sbuild/apt.conf'
> SCHROOT_CHROOT_NAME='sid-amd64-sbuild' DEB_BUILD_ARCH_ENDIAN='little'
> LDFLAGS='-Wl,-z,relro -Wl,-z,now' DEB_TARGET_ARCH_BITS='64'
> DEB_BUILD_GNU_SYSTEM='linux-gnu' MAKEFLAGS='' SCHROOT_UID='1001'
> DEB_BUILD_ARCH_OS='linux' DEB_TARGET_GNU_TYPE='x86_64-linux-gnu'
> DEB_TARGET_ARCH_CPU='amd64' LOGNAME='user42' DEB_BUILD_ARCH_LIBC='gnu'
> DEB_BUILD_ARCH_ABI='base' DEB_HOST_ARCH='amd64'
> DEB_TARGET_ARCH_ENDIAN='little' DEB_HOST_GNU_CPU='x86_64'
> DEB_TARGET_GNU_SYSTEM='linux-gnu'
> PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games'
> MESON_TESTTHREADS='4' DEB_TARGET_ARCH_OS='linux' MAKELEVEL='1' CFLAGS='-g
> -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security' DEB_HOST_MULTIARCH='x86_64-linux-gnu'
> SOURCE_DATE_EPOCH='1606319365'
> SCHROOT_SESSION_ID='sid-amd64-sbuild-8148d7c4-bbf3-454a-af26-df14656bf6bf'
> SCHROOT_COMMAND='dpkg-buildpackage -us -uc -sa -rfakeroot' FCFLAGS='-g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong'
> LANG='C.UTF-8' SCHROOT_ALIAS_NAME='unstable' OBJCXXFLAGS='-g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security' DEB_TARGET_ARCH_LIBC='gnu'
> DEB_TARGET_ARCH_ABI='base' DEB_BUILD_OPTIONS='parallel=4'
> SCHROOT_GROUP='user42' SCHROOT_USER='user42' DH_INTERNAL_BUILDFLAGS='1'
> CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2' SHELL='/bin/sh'
> DEB_HOST_ARCH_BITS='64' DEB_BUILD_ARCH='amd64'
> DEB_BUILD_MAINT_OPTIONS='hardening=+all' DEB_BUILD_GNU_CPU='x86_64'
> DEB_HOST_GNU_TYPE='x86_64-linux-gnu' LC_ALL='C.UTF-8'
> DEB_HOST_ARCH_CPU='amd64' DEB_RULES_REQUIRES_ROOT='no'
> PWD='/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> DEB_BUILD_MULTIARCH='x86_64-linux-gnu' FFLAGS='-g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong'
> SCHROOT_GID='1001' MFLAGS='' GCJFLAGS='-g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong'
> DEB_HOST_ARCH_ENDIAN='little' DEB_TARGET_ARCH='amd64'
>
> 1/7 umockdev / umockdev FAIL 2.73s (killed by
> signal 6 SIGABRT)
>
> --- command ---
> 18:41:33
> PATH='/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games'
> MALLOC_CHECK_='3' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> G_DEBUG='fatal-warnings,fatal-criticals,gc-friendly'
> TOP_SRCDIR='/<<PKGBUILDDIR>>'
> GI_TYPELIB_PATH='/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> /<<PKGBUILDDIR>>/src/umockdev-wrapper
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test-umockdev
> --- stdout ---
> # random seed: R02Sed0fdeb8ad841c4500879290a9f44a60
> 1..36
> # Start of umockdev-testbed tests
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.7I61V0
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.7I61V0
> ok 1 /umockdev-testbed/empty
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.KS71V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/extkeyboard1
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.KS71V0
> ok 2 /umockdev-testbed/add_devicev
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.Z671V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/extkeyboard1
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.Z671V0
> ok 3 /umockdev-testbed/add_device
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.M891V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/scribble
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.M891V0
> ok 4 /umockdev-testbed/add_block_device
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.PI91V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/usb1
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/target
> # DEBUG: umockdev.vala:1185: creating device /devices/target (subsystem foo)
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/target
> # DEBUG: umockdev.vala:1246: create_node_for_device: creating pty device
> /tmp/umockdev.PI91V0/dev/target: got pty /dev/pts/0
> # DEBUG: umockdev.vala:1267: create_node_for_device: creating ptymap symlink
> /tmp/umockdev.PI91V0/dev/.ptymap/_dev_pts_0
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/other
> # DEBUG: umockdev.vala:1185: creating device /devices/other (subsystem foo)
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/other
> # DEBUG: umockdev.vala:1246: create_node_for_device: creating pty device
> /tmp/umockdev.PI91V0/dev/other: got pty /dev/pts/1
> # DEBUG: umockdev.vala:1267: create_node_for_device: creating ptymap symlink
> /tmp/umockdev.PI91V0/dev/.ptymap/_dev_pts_1
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.PI91V0
> ok 5 /umockdev-testbed/add_device_errors
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.MZB2V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/usb1
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/usb1/1-1
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/usb1/1-1/kb1
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.MZB2V0
> ok 6 /umockdev-testbed/child_device
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.SMD2V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/extkeyboard1
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.SMD2V0
> ok 7 /umockdev-testbed/set_attribute
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.V2I2V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/extkeyboard1
> # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation
> local (GLocalVfs) for ?gio-vfs?
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.V2I2V0
> ok 8 /umockdev-testbed/set_property
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.ZJH1V0
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/dev1
> # DEBUG: umockdev.vala:1185: creating device /devices/dev1 (subsystem pci)
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/dev1
> # DEBUG: umockdev.vala:1116: parsing device description for
> /devices/dev2/subdev1
> # DEBUG: umockdev.vala:1185: creating device /devices/dev2/subdev1 (subsystem
> input)
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/dev2/subdev1
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/dev2
> # DEBUG: umockdev.vala:1185: creating device /devices/dev2 (subsystem hid)
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/dev2
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.ZJH1V0
> ok 9 /umockdev-testbed/add_from_string
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.U2J1V0
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/dev1
> # DEBUG: umockdev.vala:1309: record_parse_line: >E: SIMPLE_PROP
> < does not match anything, failing
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/dev1
> # DEBUG: umockdev.vala:1309: record_parse_line: >X: SIMPLE_PROP=1
> < does not match anything, failing
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/dev1
> # DEBUG: umockdev.vala:1185: creating device /devices/dev1 (subsystem usb)
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/dev1
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/dev1
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.U2J1V0
> ok 10 /umockdev-testbed/add_from_string_errors
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.7ZK1V0
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/dev1
> # DEBUG: umockdev.vala:1309: record_parse_line: >X: Whatever
> < does not match anything, failing
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/dev1
> # DEBUG: umockdev.vala:1185: creating device /devices/dev1 (subsystem pci)
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/dev1
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.7ZK1V0
> ok 11 /umockdev-testbed/add_from_file
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.4UO1V0
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/dev1
> # DEBUG: umockdev.vala:1185: creating device /devices/dev1 (subsystem pci)
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/dev1
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.4UO1V0
> ok 12 /umockdev-testbed/libc
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.2FP1V0
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.2FP1V0
> ok 13 /umockdev-testbed/dev_access
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.QHQ1V0
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/empty
> # DEBUG: umockdev.vala:1185: creating device /devices/empty (subsystem foo)
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/empty
> # DEBUG: umockdev.vala:1246: create_node_for_device: creating pty device
> /tmp/umockdev.QHQ1V0/dev/empty: got pty /dev/pts/2
> # DEBUG: umockdev.vala:1267: create_node_for_device: creating ptymap symlink
> /tmp/umockdev.QHQ1V0/dev/.ptymap/_dev_pts_2
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/target
> # DEBUG: umockdev.vala:1185: creating device /devices/target (subsystem foo)
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/target
> # DEBUG: umockdev.vala:1246: create_node_for_device: creating pty device
> /tmp/umockdev.QHQ1V0/dev/target: got pty /dev/pts/3
> # DEBUG: umockdev.vala:1267: create_node_for_device: creating ptymap symlink
> /tmp/umockdev.QHQ1V0/dev/.ptymap/_dev_pts_3
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/001
> # DEBUG: umockdev.vala:1185: creating device /devices/001 (subsystem foo)
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/001
> # DEBUG: umockdev.vala:1246: create_node_for_device: creating pty device
> /tmp/umockdev.QHQ1V0/dev/bus/usb/001: got pty /dev/pts/4
> # DEBUG: umockdev.vala:1267: create_node_for_device: creating ptymap symlink
> /tmp/umockdev.QHQ1V0/dev/.ptymap/_dev_pts_4
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/preset
> # DEBUG: umockdev.vala:1185: creating device /devices/preset (subsystem foo)
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/preset
> # DEBUG: umockdev.vala:1227: create_node_for_device: creating file device
> /tmp/umockdev.QHQ1V0/dev/bus/usb/preset
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.QHQ1V0
> ok 14 /umockdev-testbed/add_from_string_dev_char
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.AJT1V0
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/empty
> # DEBUG: umockdev.vala:1185: creating device /devices/empty (subsystem block)
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/empty
> # DEBUG: umockdev.vala:1227: create_node_for_device: creating file device
> /tmp/umockdev.AJT1V0/dev/empty
> # DEBUG: umockdev.vala:1116: parsing device description for
> /devices/block/filled
> # DEBUG: umockdev.vala:1185: creating device /devices/block/filled (subsystem
> block)
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/block/filled
> # DEBUG: umockdev.vala:1227: create_node_for_device: creating file device
> /tmp/umockdev.AJT1V0/dev/sdf
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.AJT1V0
> ok 15 /umockdev-testbed/add_from_string_dev_block
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.S5U1V0
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/stream
> # DEBUG: umockdev.vala:1185: creating device /devices/stream (subsystem foo)
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/stream
> # DEBUG: umockdev.vala:1246: create_node_for_device: creating pty device
> /tmp/umockdev.S5U1V0/dev/stream: got pty /dev/pts/5
> # DEBUG: umockdev.vala:1267: create_node_for_device: creating ptymap symlink
> /tmp/umockdev.S5U1V0/dev/.ptymap/_dev_pts_5
> # DEBUG: umockdev.vala:1116: parsing device description for
> /devices/block/disk
> # DEBUG: umockdev.vala:1185: creating device /devices/block/disk (subsystem
> block)
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/block/disk
> # DEBUG: umockdev.vala:1227: create_node_for_device: creating file device
> /tmp/umockdev.S5U1V0/dev/disk
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.S5U1V0
> ok 16 /umockdev-testbed/dev_query_gudev
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.7TI0V0
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/greeter
> # DEBUG: umockdev.vala:1185: creating device /devices/greeter (subsystem tty)
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/greeter
> # DEBUG: umockdev.vala:1246: create_node_for_device: creating pty device
> /tmp/umockdev.7TI0V0/dev/greeter: got pty /dev/pts/6
> # DEBUG: umockdev.vala:1267: create_node_for_device: creating ptymap symlink
> /tmp/umockdev.7TI0V0/dev/.ptymap/_dev_pts_6
> # DEBUG: umockdev.vala:1535: ScriptRunner[/dev/greeter]: start
> # DEBUG: ScriptRunner[/dev/greeter]: read op; sleeping 200 ms
> # DEBUG: umockdev.vala:1545: ScriptRunner[/dev/greeter]: read op after sleep;
> writing data 'ready'
> # DEBUG: umockdev.vala:1553: ScriptRunner[/dev/greeter]: write op, data 'abc'
> # DEBUG: ScriptRunner[/dev/greeter]: op_write, got 3 bytes; expecting 0
> more, full block size 3
> # DEBUG: umockdev.vala:1553: ScriptRunner[/dev/greeter]: write op, data
> 'defgh'
> # DEBUG: ScriptRunner[/dev/greeter]: op_write, got 5 bytes; expecting 0
> more, full block size 5
> # DEBUG: ScriptRunner[/dev/greeter]: read op; sleeping 10 ms
> # DEBUG: umockdev.vala:1545: ScriptRunner[/dev/greeter]: read op after sleep;
> writing data 'response^I1^J'
> # DEBUG: ScriptRunner[/dev/greeter]: read op; sleeping 2 ms
> # DEBUG: umockdev.vala:1545: ScriptRunner[/dev/greeter]: read op after sleep;
> writing data 'hello world ?'
> # DEBUG: umockdev.vala:1553: ScriptRunner[/dev/greeter]: write op, data 'A'
> # DEBUG: ScriptRunner[/dev/greeter]: op_write, got 1 bytes; expecting 0
> more, full block size 1
> # DEBUG: umockdev.vala:1553: ScriptRunner[/dev/greeter]: write op, data 'T'
> # DEBUG: ScriptRunner[/dev/greeter]: op_write, got 1 bytes; expecting 0
> more, full block size 1
> # DEBUG: umockdev.vala:1553: ScriptRunner[/dev/greeter]: write op, data 'I'
> # DEBUG: ScriptRunner[/dev/greeter]: op_write, got 1 bytes; expecting 0
> more, full block size 1
> # DEBUG: umockdev.vala:1553: ScriptRunner[/dev/greeter]: write op, data '^M'
> # DEBUG: ScriptRunner[/dev/greeter]: op_write, got 1 bytes; expecting 0
> more, full block size 1
> # DEBUG: ScriptRunner[/dev/greeter]: read op; sleeping 20 ms
> # DEBUG: umockdev.vala:1545: ScriptRunner[/dev/greeter]: read op after sleep;
> writing data 'Bogus Device'
> # DEBUG: umockdev.vala:1553: ScriptRunner[/dev/greeter]: write op, data
> 'split write'
> # DEBUG: ScriptRunner[/dev/greeter]: op_write, got 6 bytes; expecting 5
> more, full block size 11
> # DEBUG: ScriptRunner[/dev/greeter]: op_write, got 5 bytes; expecting 0
> more, full block size 11
> # DEBUG: ScriptRunner[/dev/greeter]: read op; sleeping 10 ms
> # DEBUG: umockdev.vala:1545: ScriptRunner[/dev/greeter]: read op after sleep;
> writing data 'ACK'
> # DEBUG: umockdev.vala:1553: ScriptRunner[/dev/greeter]: write op, data
> '^@^^^`^@a'
> # DEBUG: ScriptRunner[/dev/greeter]: op_write, got 5 bytes; expecting 0
> more, full block size 5
> # DEBUG: ScriptRunner[/dev/greeter]: read op; sleeping 0 ms
> # DEBUG: umockdev.vala:1545: ScriptRunner[/dev/greeter]: read op after sleep;
> writing data '^@^^^`^@a'
> # DEBUG: umockdev.vala:1590: ScriptRunner[/dev/greeter]: end of script
> /tmp/test_script_simple.5LJ0V0, closing
> # DEBUG: umockdev.vala:1579: ScriptRunner[/dev/greeter]: not running any
> more, ending thread
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.7TI0V0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 17 /umockdev-testbed/script_replay_simple
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.7O3EW0
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/greeter
> # DEBUG: umockdev.vala:1185: creating device /devices/greeter (subsystem tty)
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/greeter
> # DEBUG: umockdev.vala:1246: create_node_for_device: creating pty device
> /tmp/umockdev.7O3EW0/dev/greeter: got pty /dev/pts/9
> # DEBUG: umockdev.vala:1267: create_node_for_device: creating ptymap symlink
> /tmp/umockdev.7O3EW0/dev/.ptymap/_dev_pts_9
> # DEBUG: umockdev.vala:1535: ScriptRunner[/dev/greeter]: start
> # DEBUG: ScriptRunner[/dev/greeter]: read op; sleeping 0 ms
> # DEBUG: umockdev.vala:1545: ScriptRunner[/dev/greeter]: read op after sleep;
> writing data 'OK'
> # DEBUG: umockdev.vala:1590: ScriptRunner[/dev/greeter]: end of script
> /tmp/test_script_simple.R52EW0, closing
> # DEBUG: umockdev.vala:1579: ScriptRunner[/dev/greeter]: not running any
> more, ending thread
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.7O3EW0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 18 /umockdev-testbed/script_replay_default_device
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.A63EW0
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/greeter
> # DEBUG: umockdev.vala:1185: creating device /devices/greeter (subsystem tty)
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/greeter
> # DEBUG: umockdev.vala:1246: create_node_for_device: creating pty device
> /tmp/umockdev.A63EW0/dev/greeter: got pty /dev/pts/10
> # DEBUG: umockdev.vala:1267: create_node_for_device: creating ptymap symlink
> /tmp/umockdev.A63EW0/dev/.ptymap/_dev_pts_10
> # DEBUG: umockdev.vala:1535: ScriptRunner[/dev/greeter]: start
> # DEBUG: ScriptRunner[/dev/greeter]: read op; sleeping 0 ms
> # DEBUG: umockdev.vala:1545: ScriptRunner[/dev/greeter]: read op after sleep;
> writing data 'OK'
> # DEBUG: umockdev.vala:1590: ScriptRunner[/dev/greeter]: end of script
> /tmp/test_script_simple.U64EW0, closing
> # DEBUG: umockdev.vala:1579: ScriptRunner[/dev/greeter]: not running any
> more, ending thread
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.A63EW0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 19 /umockdev-testbed/script_replay_override_default_device
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.9P4EW0
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/event1
> # DEBUG: umockdev.vala:1185: creating device /devices/event1 (subsystem input)
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/event1
> # DEBUG: umockdev.vala:1246: create_node_for_device: creating pty device
> /tmp/umockdev.9P4EW0/dev/input/event1: got pty /dev/pts/11
> # DEBUG: umockdev.vala:1267: create_node_for_device: creating ptymap symlink
> /tmp/umockdev.9P4EW0/dev/.ptymap/_dev_pts_11
> # DEBUG: umockdev.vala:1535: ScriptRunner[/dev/input/event1]: start
> # DEBUG: ScriptRunner[/dev/input/event1]: read op; sleeping 0 ms
> [Invalid UTF-8] # DEBUG: umockdev.vala:1545: ScriptRunner[/dev/input/event1]:
> read op after sleep; writing data
> '^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^C^@^@^@\xe6^I^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^C^@^@^@\x98^H^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@'
> # DEBUG: umockdev.vala:1590: ScriptRunner[/dev/input/event1]: end of script
> /tmp/test_script_simple.MW5EW0, closing
> # DEBUG: umockdev.vala:1579: ScriptRunner[/dev/input/event1]: not running any
> more, ending thread
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.9P4EW0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 20 /umockdev-testbed/script_replay_evdev_event_framing
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.NN6EW0
> # DEBUG: umockdev.vala:1805: starting SocketServer thread
> # DEBUG: umockdev.vala:1794: SocketServer.add: Created socket path
> /tmp/umockdev.NN6EW0/dev/socket/chatter, fd 13
> # DEBUG: umockdev.vala:1831: socket server thread: woken up by control fd
> # DEBUG: umockdev.vala:1844: socket server thread: select() got requests
> # DEBUG: umockdev.vala:1856: socket server thread: accepted request on server
> socket fd 13, path /tmp/umockdev.NN6EW0/dev/socket/chatter, script
> /tmp/test_script_socket.GK6EW0
> # DEBUG: umockdev.vala:1535:
> ScriptRunner[/tmp/umockdev.NN6EW0/dev/socket/chatter17]: start
> # DEBUG: ScriptRunner[/tmp/umockdev.NN6EW0/dev/socket/chatter17]: read op;
> sleeping 200 ms
> # DEBUG: umockdev.vala:1545:
> ScriptRunner[/tmp/umockdev.NN6EW0/dev/socket/chatter17]: read op after sleep;
> writing data 'ready'
> # DEBUG: umockdev.vala:1553:
> ScriptRunner[/tmp/umockdev.NN6EW0/dev/socket/chatter17]: write op, data 'abc'
> # DEBUG: ScriptRunner[/tmp/umockdev.NN6EW0/dev/socket/chatter17]: op_write,
> got 3 bytes; expecting 0 more, full block size 3
> # DEBUG: umockdev.vala:1553:
> ScriptRunner[/tmp/umockdev.NN6EW0/dev/socket/chatter17]: write op, data
> '^@defgh'
> # DEBUG: ScriptRunner[/tmp/umockdev.NN6EW0/dev/socket/chatter17]: op_write,
> got 6 bytes; expecting 0 more, full block size 6
> # DEBUG: ScriptRunner[/tmp/umockdev.NN6EW0/dev/socket/chatter17]: read op;
> sleeping 10 ms
> # DEBUG: umockdev.vala:1545:
> ScriptRunner[/tmp/umockdev.NN6EW0/dev/socket/chatter17]: read op after sleep;
> writing data '^@response'
> # DEBUG: umockdev.vala:1590:
> ScriptRunner[/tmp/umockdev.NN6EW0/dev/socket/chatter17]: end of script
> /tmp/test_script_socket.GK6EW0, closing
> # DEBUG: umockdev.vala:1579:
> ScriptRunner[/tmp/umockdev.NN6EW0/dev/socket/chatter17]: not running any
> more, ending thread
> # DEBUG: umockdev.vala:96: shutting down socket server thread
> # DEBUG: umockdev.vala:1770: Stopping SocketServer: signalling thread
> # DEBUG: umockdev.vala:1831: socket server thread: woken up by control fd
> # DEBUG: umockdev.vala:1778: Stopping SocketServer: joining thread
> # DEBUG: umockdev.vala:1867: socket server thread: end
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.NN6EW0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 21 /umockdev-testbed/script_replay_socket_stream
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.FET5V0
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/fuzzy
> # DEBUG: umockdev.vala:1185: creating device /devices/fuzzy (subsystem tty)
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/fuzzy
> # DEBUG: umockdev.vala:1246: create_node_for_device: creating pty device
> /tmp/umockdev.FET5V0/dev/fuzzy: got pty /dev/pts/8
> # DEBUG: umockdev.vala:1267: create_node_for_device: creating ptymap symlink
> /tmp/umockdev.FET5V0/dev/.ptymap/_dev_pts_8
> # DEBUG: umockdev.vala:1535: ScriptRunner[/dev/fuzzy]: start
> # DEBUG: umockdev.vala:1566: ScriptRunner[/dev/fuzzy]: setting fuzz level to
> 20%
> # DEBUG: umockdev.vala:1553: ScriptRunner[/dev/fuzzy]: write op, data
> 'aaaaaaaaaa'
> # DEBUG: ScriptRunner[/dev/fuzzy]: op_write, got 10 bytes; expecting 0 more,
> full block size 10
> # DEBUG: ScriptRunner op_write[/dev/fuzzy]: data matches: got block
> 'axaaaaaaaa' (10 bytes), expected block 'aaaaaaaaaa', difference 10% <= fuzz
> level 20%
> # DEBUG: umockdev.vala:1553: ScriptRunner[/dev/fuzzy]: write op, data
> 'bbbbbbbbbb'
> # DEBUG: ScriptRunner[/dev/fuzzy]: op_write, got 10 bytes; expecting 0 more,
> full block size 10
> # DEBUG: ScriptRunner op_write[/dev/fuzzy]: data matches: got block
> 'b1bbbbbb7b' (10 bytes), expected block 'bbbbbbbbbb', difference 20% <= fuzz
> level 20%
> # DEBUG: ScriptRunner[/dev/fuzzy]: read op; sleeping 0 ms
> # DEBUG: umockdev.vala:1545: ScriptRunner[/dev/fuzzy]: read op after sleep;
> writing data 'OK'
> # DEBUG: umockdev.vala:1590: ScriptRunner[/dev/fuzzy]: end of script
> /tmp/test_script_fuzzy.BUS5V0, closing
> # DEBUG: umockdev.vala:1579: ScriptRunner[/dev/fuzzy]: not running any more,
> ending thread
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.FET5V0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 22 /umockdev-testbed/script_replay_fuzz
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.5Z15V0
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/event1
> # DEBUG: umockdev.vala:1185: creating device /devices/event1 (subsystem input)
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/event1
> # DEBUG: umockdev.vala:1246: create_node_for_device: creating pty device
> /tmp/umockdev.5Z15V0/dev/input/event1: got pty /dev/pts/12
> # DEBUG: umockdev.vala:1535: ScriptRunner[/dev/input/event1]: start
> # DEBUG: ScriptRunner[/dev/input/event1]: read op; sleeping 0 ms
> [Invalid UTF-8] # DEBUG: umockdev.vala:1545: ScriptRunner[/dev/input/event1]:
> read op after sleep; writing data '\xd2^D^@^@^@^@^@^@
> \xa1^G^@^@^@^@^@^@^@^@^@^@^@^@^@'
> # DEBUG: ScriptRunner[/dev/input/event1]: read op; sleeping 150 ms
> [Invalid UTF-8] # DEBUG: umockdev.vala:1545: ScriptRunner[/dev/input/event1]:
> read op after sleep; writing data
> '\xd2^D^@^@^@^@^@^@^P\xeb^I^@^@^@^@^@^B^@^@^@^E^@^@^@'
> # DEBUG: ScriptRunner[/dev/input/event1]: read op; sleeping 0 ms
> [Invalid UTF-8] # DEBUG: umockdev.vala:1545: ScriptRunner[/dev/input/event1]:
> read op after sleep; writing data
> '\xd2^D^@^@^@^@^@^@(\xe7^I^@^@^@^@^@^B^@^A^@\xf5\xff\xff\xff'
> # DEBUG: ScriptRunner[/dev/input/event1]: read op; sleeping 551 ms
> [Invalid UTF-8] # DEBUG: umockdev.vala:1545: ScriptRunner[/dev/input/event1]:
> read op after sleep; writing data
> '\xd3^D^@^@^@^@^@^@@^M^C^@^@^@^@^@^A^@t^A^A^@^@^@'
> # DEBUG: umockdev.vala:1590: ScriptRunner[/dev/input/event1]: end of script
> /tmp/evemu.BM15V0.script, closing
> # DEBUG: umockdev.vala:1579: ScriptRunner[/dev/input/event1]: not running any
> more, ending thread
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.5Z15V0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 23 /umockdev-testbed/replay_evemu_events
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.GUTBW0
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/event1
> # DEBUG: umockdev.vala:1185: creating device /devices/event1 (subsystem input)
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/event1
> # DEBUG: umockdev.vala:1246: create_node_for_device: creating pty device
> /tmp/umockdev.GUTBW0/dev/input/event1: got pty /dev/pts/7
> # DEBUG: umockdev.vala:1535: ScriptRunner[/dev/input/event1]: start
> # DEBUG: ScriptRunner[/dev/input/event1]: read op; sleeping 0 ms
> [Invalid UTF-8] # DEBUG: umockdev.vala:1545: ScriptRunner[/dev/input/event1]:
> read op after sleep; writing data '\xd2^D^@^@^@^@^@^@
> \xa1^G^@^@^@^@^@^@^@^@^@^@^@^@^@'
> # DEBUG: umockdev.vala:1590: ScriptRunner[/dev/input/event1]: end of script
> /tmp/evemu.NDTBW0.script, closing
> # DEBUG: umockdev.vala:1579: ScriptRunner[/dev/input/event1]: not running any
> more, ending thread
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.GUTBW0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 24 /umockdev-testbed/replay_evemu_events_default_device
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.MIUBW0
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/moo
> # DEBUG: umockdev.vala:1185: creating device /devices/moo (subsystem foo)
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/moo
> # DEBUG: umockdev.vala:1227: create_node_for_device: creating file device
> /tmp/umockdev.MIUBW0/dev/bus/usb/moo
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.MIUBW0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 25 /umockdev-testbed/clear
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.9GVBW0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/usb1
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.9GVBW0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 26 /umockdev-testbed/disable
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.F7NAW0
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/moo
> # DEBUG: umockdev.vala:1185: creating device /devices/moo (subsystem tty)
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/moo
> # DEBUG: umockdev.vala:1246: create_node_for_device: creating pty device
> /tmp/umockdev.F7NAW0/dev/bus/usb/moo: got pty /dev/pts/13
> # DEBUG: umockdev.vala:1267: create_node_for_device: creating ptymap symlink
> /tmp/umockdev.F7NAW0/dev/.ptymap/_dev_pts_13
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/precious
> # DEBUG: umockdev.vala:1185: creating device /devices/precious (subsystem tty)
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/precious
> # DEBUG: umockdev.vala:1246: create_node_for_device: creating pty device
> /tmp/umockdev.F7NAW0/dev/bus/tty/precious: got pty /dev/pts/14
> # DEBUG: umockdev.vala:1267: create_node_for_device: creating ptymap symlink
> /tmp/umockdev.F7NAW0/dev/.ptymap/_dev_pts_14
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/static
> # DEBUG: umockdev.vala:1185: creating device /devices/static (subsystem usb)
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/static
> # DEBUG: umockdev.vala:1227: create_node_for_device: creating file device
> /tmp/umockdev.F7NAW0/dev/static
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/simple
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.F7NAW0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 27 /umockdev-testbed/remove
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.G7W8V0
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.G7W8V0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 28 /umockdev-testbed/proc
> # Start of uevent tests
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.HHY8V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent remove
> for device /sys/devices/mydev
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.HHY8V0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 29 /umockdev-testbed/uevent/libudev
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.HVX8V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/mydev
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.HVX8V0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 30 /umockdev-testbed/uevent/libudev-filter
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.TXZ8V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/mydev
> # DEBUG: on_uevent action add device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/mydev
> # DEBUG: on_uevent action change device /sys/devices/mydev
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.TXZ8V0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 31 /umockdev-testbed/uevent/gudev
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.FC18V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/mydev
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/mydev
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.FC18V0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 32 /umockdev-testbed/uevent/no_listener
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.RI28V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /devices/unknown
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.RI28V0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 33 /umockdev-testbed/uevent/error
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.7818V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/mydev
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.7818V0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 34 /umockdev-testbed/uevent/null_action
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.VL58V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/mydev
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.VL58V0
> # GLib-DEBUG: unsetenv() is not thread-safe and should not be used after
> threads are created
> ok 35 /umockdev-testbed/uevent/action_overflow
> # End of uevent tests
> # End of umockdev-testbed tests
> # Start of umockdev-testbed-usb tests
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.BL78V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/usb1
> Bail out! ERROR:../tests/test-umockdev.c:1135:t_testbed_usb_lsusb: assertion
> failed (exit_status == 0): (256 == 0)
> --- stderr ---
> **
> ERROR:../tests/test-umockdev.c:1135:t_testbed_usb_lsusb: assertion failed
> (exit_status == 0): (256 == 0)
> -------
>
> 2/7 umockdev:fails-valgrind / umockdev-vala OK 4.08s
>
> --- command ---
> 18:41:33
> PATH='/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games'
> MALLOC_CHECK_='3' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> G_DEBUG='fatal-warnings,fatal-criticals,gc-friendly'
> TOP_SRCDIR='/<<PKGBUILDDIR>>'
> GI_TYPELIB_PATH='/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> /<<PKGBUILDDIR>>/src/umockdev-wrapper
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test-umockdev-vala
> --- stdout ---
> # random seed: R02S807d23e172b7446e37c5767eee063177
> 1..14
> # Start of umockdev-testbed-vala tests
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.KW61V0
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.KW61V0
> ok 1 /umockdev-testbed-vala/empty
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.HM61V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/extkeyboard1
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.HM61V0
> ok 2 /umockdev-testbed-vala/add_devicev
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.8F71V0
> # DEBUG: umockdev.vala:1116: parsing device description for
> /devices/myusbhub/cam
> # DEBUG: umockdev.vala:1185: creating device /devices/myusbhub/cam (subsystem
> usb)
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/myusbhub/cam
> # DEBUG: umockdev.vala:1227: create_node_for_device: creating file device
> /tmp/umockdev.8F71V0/dev/bus/usb/001/002
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/myusbhub
> # DEBUG: umockdev.vala:1185: creating device /devices/myusbhub (subsystem usb)
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/myusbhub
> # DEBUG: umockdev.vala:1227: create_node_for_device: creating file device
> /tmp/umockdev.8F71V0/dev/bus/usb/001/001
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.8F71V0
> ok 3 /umockdev-testbed-vala/gudev-query-list
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.EH91V0
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/mycam
> # DEBUG: umockdev.vala:1185: creating device /devices/mycam (subsystem usb)
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/mycam
> # DEBUG: umockdev.vala:1227: create_node_for_device: creating file device
> /tmp/umockdev.EH91V0/dev/001
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.EH91V0
> ok 4 /umockdev-testbed-vala/usbfs_ioctl_static
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.EQ81V0
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/mycam
> # DEBUG: umockdev.vala:1185: creating device /devices/mycam (subsystem usb)
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/mycam
> # DEBUG: umockdev.vala:1227: create_node_for_device: creating file device
> /tmp/umockdev.EQ81V0/dev/001
> # GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation
> local (GLocalVfs) for ?gio-vfs?
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.EQ81V0
> ok 5 /umockdev-testbed-vala/usbfs_ioctl_tree
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.SZA2V0
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/mycam
> # DEBUG: umockdev.vala:1185: creating device /devices/mycam (subsystem usb)
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/mycam
> # DEBUG: umockdev.vala:1227: create_node_for_device: creating file device
> /tmp/umockdev.SZA2V0/dev/001
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.SZA2V0
> ok 6 /umockdev-testbed-vala/usbfs_ioctl_tree_with_default_device
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.BEA2V0
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/mycam
> # DEBUG: umockdev.vala:1185: creating device /devices/mycam (subsystem usb)
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/mycam
> # DEBUG: umockdev.vala:1227: create_node_for_device: creating file device
> /tmp/umockdev.BEA2V0/dev/002
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.BEA2V0
> ok 7 /umockdev-testbed-vala/usbfs_ioctl_tree_override_default_device
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.55A2V0
> # DEBUG: umockdev.vala:1116: parsing device description for /devices/mycam
> # DEBUG: umockdev.vala:1185: creating device /devices/mycam (subsystem usb)
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/mycam
> # DEBUG: umockdev.vala:1227: create_node_for_device: creating file device
> /tmp/umockdev.55A2V0/dev/001
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.55A2V0
> ok 8 /umockdev-testbed-vala/usbfs_ioctl_tree_xz
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.A4YCW0
> # DEBUG: umockdev.vala:1116: parsing device description for
> /devices/usb/tty/ttyUSB1
> # DEBUG: umockdev.vala:1185: creating device /devices/usb/tty/ttyUSB1
> (subsystem tty)
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/usb/tty/ttyUSB1
> # DEBUG: umockdev.vala:1246: create_node_for_device: creating pty device
> /tmp/umockdev.A4YCW0/dev/ttyUSB1: got pty /dev/pts/0
> # DEBUG: umockdev.vala:1267: create_node_for_device: creating ptymap symlink
> /tmp/umockdev.A4YCW0/dev/.ptymap/_dev_pts_0
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.A4YCW0
> ok 9 /umockdev-testbed-vala/tty_stty
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.OS1CW0
> # DEBUG: umockdev.vala:1116: parsing device description for
> /devices/serial/ttyS10
> # DEBUG: umockdev.vala:1185: creating device /devices/serial/ttyS10
> (subsystem tty)
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/serial/ttyS10
> # DEBUG: umockdev.vala:1246: create_node_for_device: creating pty device
> /tmp/umockdev.OS1CW0/dev/ttyS10: got pty /dev/pts/1
> # DEBUG: umockdev.vala:1267: create_node_for_device: creating ptymap symlink
> /tmp/umockdev.OS1CW0/dev/.ptymap/_dev_pts_1
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.OS1CW0
> ok 10 /umockdev-testbed-vala/tty_data
> ok 11 /umockdev-testbed-vala/detects_running_in_testbed
> ok 12 /umockdev-testbed-vala/detects_running_outside_testbed
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.XIPBW0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/rapid
> ok 13 /umockdev-testbed-vala/mt_parallel_attr_distinct
> # GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used
> after threads are created
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.8EQ0V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/dev1
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/dev1
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/dev1
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/dev1
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/dev1
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/dev1
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/dev1
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/dev1
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/dev1
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/dev1
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent change
> for device /sys/devices/dev1
> ok 14 /umockdev-testbed-vala/mt_uevent
> # End of umockdev-testbed-vala tests
> -------
>
> 3/7 umockdev / ioctl-tree OK 0.01s
>
> --- command ---
> 18:41:33
> PATH='/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games'
> MALLOC_CHECK_='3' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> G_DEBUG='fatal-warnings,fatal-criticals,gc-friendly'
> TOP_SRCDIR='/<<PKGBUILDDIR>>'
> GI_TYPELIB_PATH='/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> /<<PKGBUILDDIR>>/src/umockdev-wrapper
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test-ioctl-tree
> --- stdout ---
> # random seed: R02Sc4b8e1d9fe8891c013a349e9b939f503
> 1..8
> # Start of umockdev-ioctl-tree tests
> ok 1 /umockdev-ioctl-tree/type_get_by
> ok 2 /umockdev-ioctl-tree/create_from_bin
> ok 3 /umockdev-ioctl-tree/write
> ok 4 /umockdev-ioctl-tree/read
> ok 5 /umockdev-ioctl-tree/iteration
> ok 6 /umockdev-ioctl-tree/execute
> ok 7 /umockdev-ioctl-tree/execute_unknown
> ok 8 /umockdev-ioctl-tree/evdev
> # End of umockdev-ioctl-tree tests
> -------
>
> 4/7 umockdev / umockdev-run OK 1.02s
>
> --- command ---
> 18:41:33
> PATH='/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games'
> MALLOC_CHECK_='3' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> G_DEBUG='fatal-warnings,fatal-criticals,gc-friendly'
> TOP_SRCDIR='/<<PKGBUILDDIR>>'
> GI_TYPELIB_PATH='/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> /<<PKGBUILDDIR>>/src/umockdev-wrapper
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test-umockdev-run
> --- stdout ---
> # random seed: R02S7edb7de010ff1eeac963987b18c5fd96
> 1..14
> # Start of umockdev-run tests
> ok 1 /umockdev-run/exit_code
> ok 2 /umockdev-run/version
> ok 3 /umockdev-run/pipes
> ok 4 /umockdev-run/invalid-args
> ok 5 /umockdev-run/invalid-device
> [SKIP: gphoto2 not installed] [SKIP: gphoto2 not installed] [SKIP: gphoto2
> not installed] [SKIP: gphoto2 not installed] ok 6 /umockdev-run/invalid-ioctl
> ok 7 /umockdev-run/invalid-script
> ok 8 /umockdev-run/invalid-program
> ok 9 /umockdev-run/script-chatter
> ok 10 /umockdev-run/script-chatter-socket-stream
> # Start of integration tests
> [SKIP: gphoto2 not installed] ok 11 /umockdev-run/integration/gphoto-detect
> [SKIP: Xorg not installed] ok 12 /umockdev-run/integration/input-touchpad
> [SKIP: evtest not installed] ok 13 /umockdev-run/integration/input-evtest
> [SKIP: evtest not installed] ok 14
> /umockdev-run/integration/input-evtest-evemu
> # End of integration tests
> # End of umockdev-run tests
> -------
>
> 5/7 umockdev:fails-valgrind / umockdev-record OK 1.42s
>
> --- command ---
> 18:41:33
> PATH='/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games'
> MALLOC_CHECK_='3' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> G_DEBUG='fatal-warnings,fatal-criticals,gc-friendly'
> TOP_SRCDIR='/<<PKGBUILDDIR>>'
> GI_TYPELIB_PATH='/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> /<<PKGBUILDDIR>>/src/umockdev-wrapper
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test-umockdev-record
> --- stdout ---
> # random seed: R02S139043e1848a901afef6a3d1d69e818b
> 1..17
> # Start of umockdev-record tests
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.7YD2V0
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.7YD2V0
> ok 1 /umockdev-record/testbed-all-empty
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.SXG2V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/dev1
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.SXG2V0
> ok 2 /umockdev-record/testbed-one
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.5BB1V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/dev1
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/dev1/subdev1
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/dev2
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.5BB1V0
> ok 3 /umockdev-record/testbed-multiple
> # DEBUG: umockdev.vala:79: Created udev test bed /tmp/umockdev.2TN0V0
> # DEBUG: umockdev.vala:701: umockdev_testbed_uevent: lazily initializing
> uevent_sender
> # DEBUG: umockdev.vala:705: umockdev_testbed_uevent: sending uevent add for
> device /sys/devices/zero
> # DEBUG: umockdev.vala:101: Removing test bed /tmp/umockdev.2TN0V0
> ok 4 /umockdev-record/testbed-no-ioctl-record
> ok 5 /umockdev-record/system-single
> [SKIP: no real /sys on this system] ok 6 /umockdev-record/system-invalid
> ok 7 /umockdev-record/ioctl-log
> ok 8 /umockdev-record/ioctl-log-append-dev-mismatch
> ok 9 /umockdev-record/script-log-simple
> ok 10 /umockdev-record/script-log-simple-fopen
> ok 11 /umockdev-record/script-log-append-same-dev
> ok 12 /umockdev-record/script-log-append-dev-mismatch
> ok 13 /umockdev-record/script-log-chatter
> ok 14 /umockdev-record/script-log-socket
> ok 15 /umockdev-record/evemu-log
> ok 16 /umockdev-record/invalid-args
> [SKIP: gphoto2 not installed] ok 17 /umockdev-record/gphoto2-record
> # End of umockdev-record tests
> -------
>
> 6/7 umockdev / static-code OK 0.07s
>
> --- command ---
> 18:41:34
> PATH='/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games'
> MALLOC_CHECK_='3' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> G_DEBUG='fatal-warnings,fatal-criticals,gc-friendly'
> TOP_SRCDIR='/<<PKGBUILDDIR>>'
> GI_TYPELIB_PATH='/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> /<<PKGBUILDDIR>>/src/umockdev-wrapper /<<PKGBUILDDIR>>/tests/test-static-code
> -------
>
> 7/7 umockdev:fails-valgrind / umockdev.py OK 1.57s
>
> --- command ---
> 18:41:34
> PATH='/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games'
> MALLOC_CHECK_='3' LD_LIBRARY_PATH='/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> G_DEBUG='fatal-warnings,fatal-criticals,gc-friendly'
> TOP_SRCDIR='/<<PKGBUILDDIR>>'
> GI_TYPELIB_PATH='/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> /<<PKGBUILDDIR>>/src/umockdev-wrapper /usr/bin/python3 -Wd
> -Werror::PendingDeprecationWarning -Werror::DeprecationWarning
> /<<PKGBUILDDIR>>/tests/test-umockdev.py
> --- stdout ---
> test_add_device (__main__.Testbed)
> testbed with adding one device ... ok
> test_add_from_string (__main__.Testbed) ... ok
> test_add_from_string_errors (__main__.Testbed) ... ok
> test_empty (__main__.Testbed)
> empty testbed without any devices ... ok
> test_root_dir (__main__.Testbed) ... ok
> test_set_attribute (__main__.Testbed)
> testbed set_attribute() ... ok
> test_set_property (__main__.Testbed)
> testbed set_property() ... ok
> test_uevent (__main__.Testbed)
> testbed uevent() ... ok
>
> ----------------------------------------------------------------------
> Ran 8 tests in 1.474s
>
> OK
> -------
>
>
> Summary of Failures:
>
> 1/7 umockdev / umockdev FAIL 2.73s (killed by
> signal 6 SIGABRT)
>
> Ok: 6
> Expected Fail: 0
> Fail: 1
> Unexpected Pass: 0
> Skipped: 0
> Timeout: 0
> dh_auto_test: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8
> MESON_TESTTHREADS=4 ninja test returned exit code 1
The full build log is available from:
http://qa-logs.debian.net/2020/12/26/umockdev_0.15.2-1_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with me
so that we can identify if something relevant changed in the meantime.
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---