|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While the tests run fine on CI and locally, on the builders there are
some tests that fail:
> /* test_path_is_mount_point */
> Assertion 'path_is_mount_point("/sys", NULL, AT_SYMLINK_FOLLOW) > 0'
> failed at ../src/test/test-mountpoint-util.c:125, function
> test_path_is_mount_point(). Aborting.
> /* Information printed is from the live system */
> Assertion 'r >= 0 || r == -ENODATA' failed at
> ../src/libelogind/sd-login/test-login.c:58, function test_login().
> Aborting.
> Assertion 'sd_device_new_from_syspath(&loopback, "/sys/class/net/lo")
> >= 0' failed at
> >../src/libelogind/sd-device/test-sd-device-thread.c:28, function
> >main(). Aborting.
|