Pipeline #610085241 has failed! Project: libnbd ( https://gitlab.com/nbdkit/libnbd ) Branch: master ( https://gitlab.com/nbdkit/libnbd/-/commits/master ) Commit: 5bd16353 ( https://gitlab.com/nbdkit/libnbd/-/commit/5bd163537815ae559f64a8e4cb82b1f85b3aec5c ) Commit Message: ci: Expire artifacts after 1 week Libvirt has ... Commit Author: Richard W_M_ Jones ( https://gitlab.com/rwmjones ) Pipeline #610085241 ( https://gitlab.com/nbdkit/libnbd/-/pipelines/610085241 ) triggered by Richard W_M_ Jones ( https://gitlab.com/rwmjones ) had 3 failed jobs. Job #2842974891 ( https://gitlab.com/nbdkit/libnbd/-/jobs/2842974891/raw ) Stage: builds Name: x86_64-opensuse-leap-153 Job #2842974870 ( https://gitlab.com/nbdkit/libnbd/-/jobs/2842974870/raw ) Stage: builds Name: x86_64-almalinux-8-clang Job #2842974904 ( https://gitlab.com/nbdkit/libnbd/-/jobs/2842974904/raw ) Stage: builds Name: x86_64-freebsd-12 -- You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libguestfs/attachments/20220811/63c2534e/attachment.htm>
Richard W.M. Jones
2022-Aug-11 09:01 UTC
[Libguestfs] libnbd | Failed pipeline for master | 5bd16353
On Thu, Aug 11, 2022 at 07:42:17AM +0000, GitLab wrote:> Pipeline #610085241 triggered by ? Richard W.M. Jones > had 3 failed jobs > Failed jobs > ? builds x86_64-opensuse-leap-153Weeks ago I worked with Jim Fehlig to update nbdkit from the intermediate development version they're using (1.29.4) which had an unfortunate memory corruption bug to a stable version. However it still hasn't made it out either to OpenSUSE or to the container builds used in gitlab CI.> ? builds x86_64-almalinux-8-clangIn copy-file-to-qcow2-compressed.sh: ++ stat -c %s copy-file-to-qcow2-compressed.file1 + size1=17039360 ++ stat -c %s copy-file-to-qcow2-compressed.file2 + size2=17039360 + '[' 17039360 -ge 17039360 ']' + echo '/builds/nbdkit/libnbd/copy/copy-file-to-qcow2-compressed.sh: qcow2 compr ession did not make the file smaller' /builds/nbdkit/libnbd/copy/copy-file-to-qcow2-compressed.sh: qcow2 compression d id not make the file smaller I see this occasionally from time to time and I'm unclear why it happens. However Kevin Wolf recently suggested a better test for this - to use qemu-img check and look for compressed clusters. See: https://bugzilla.redhat.com/show_bug.cgi?id=2047660#c16 So I may replace this test entirely.> ? builds x86_64-freebsd-12For some reason we're pulling in python27 and FreeBSD is giving a notice that it is deprecated. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://libguestfs.org