From: osstest service owner <osstest-admin@xenproject.org>
To: xen-devel@lists.xenproject.org, osstest-admin@xenproject.org
Subject: [Xen-devel] [libvirt test] 143051: regressions - FAIL
Date: Wed, 23 Oct 2019 13:57:24 +0000 [thread overview]
Message-ID: <osstest-143051-mainreport@xen.org> (raw)
flight 143051 libvirt real [real]
http://logs.test-lab.xenproject.org/osstest/logs/143051/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-amd64-libvirt-pair 10 xen-boot/src_host fail REGR. vs. 143023
test-amd64-amd64-libvirt-pair 11 xen-boot/dst_host fail REGR. vs. 143023
Tests which did not succeed, but are not blocking:
test-armhf-armhf-libvirt 14 saverestore-support-check fail like 143023
test-armhf-armhf-libvirt-raw 13 saverestore-support-check fail like 143023
test-amd64-amd64-libvirt 13 migrate-support-check fail never pass
test-amd64-amd64-libvirt-xsm 13 migrate-support-check fail never pass
test-amd64-i386-libvirt-xsm 13 migrate-support-check fail never pass
test-amd64-i386-libvirt 13 migrate-support-check fail never pass
test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 11 migrate-support-check fail never pass
test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 11 migrate-support-check fail never pass
test-arm64-arm64-libvirt 13 migrate-support-check fail never pass
test-arm64-arm64-libvirt 14 saverestore-support-check fail never pass
test-arm64-arm64-libvirt-xsm 13 migrate-support-check fail never pass
test-arm64-arm64-libvirt-xsm 14 saverestore-support-check fail never pass
test-amd64-amd64-libvirt-vhd 12 migrate-support-check fail never pass
test-arm64-arm64-libvirt-qcow2 12 migrate-support-check fail never pass
test-arm64-arm64-libvirt-qcow2 13 saverestore-support-check fail never pass
test-armhf-armhf-libvirt 13 migrate-support-check fail never pass
test-armhf-armhf-libvirt-raw 12 migrate-support-check fail never pass
version targeted for testing:
libvirt 8e09cf1d5a6b8bcf21bfb7d409a2ecf94be54ff1
baseline version:
libvirt 2cff65e4c60ed7b3c0c6a97d526d1f8d52c0e919
Last test of basis 143023 2019-10-22 04:19:26 Z 1 days
Testing same since 143051 2019-10-23 04:18:57 Z 0 days 1 attempts
------------------------------------------------------------
People who touched revisions under test:
Ján Tomko <jtomko@redhat.com>
Maya Rashish <coypu@sdf.org>
Michal Privoznik <mprivozn@redhat.com>
jobs:
build-amd64-xsm pass
build-arm64-xsm pass
build-i386-xsm pass
build-amd64 pass
build-arm64 pass
build-armhf pass
build-i386 pass
build-amd64-libvirt pass
build-arm64-libvirt pass
build-armhf-libvirt pass
build-i386-libvirt pass
build-amd64-pvops pass
build-arm64-pvops pass
build-armhf-pvops pass
build-i386-pvops pass
test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm pass
test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm pass
test-amd64-amd64-libvirt-xsm pass
test-arm64-arm64-libvirt-xsm pass
test-amd64-i386-libvirt-xsm pass
test-amd64-amd64-libvirt pass
test-arm64-arm64-libvirt pass
test-armhf-armhf-libvirt pass
test-amd64-i386-libvirt pass
test-amd64-amd64-libvirt-pair fail
test-amd64-i386-libvirt-pair pass
test-arm64-arm64-libvirt-qcow2 pass
test-armhf-armhf-libvirt-raw pass
test-amd64-amd64-libvirt-vhd pass
------------------------------------------------------------
sg-report-flight on osstest.test-lab.xenproject.org
logs: /home/logs/logs
images: /home/logs/images
Logs, config files, etc. are available at
http://logs.test-lab.xenproject.org/osstest/logs
Explanation of these reports, and of osstest in general, is at
http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master
http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master
Test harness code can be found at
http://xenbits.xen.org/gitweb?p=osstest.git;a=summary
Not pushing.
------------------------------------------------------------
commit 8e09cf1d5a6b8bcf21bfb7d409a2ecf94be54ff1
Author: Ján Tomko <jtomko@redhat.com>
Date: Sat Oct 19 00:03:51 2019 +0200
docs: hacking: fix typo
s/verca/versa/
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
commit 71aadcd76435d00819e994357c7443665a653a65
Author: Ján Tomko <jtomko@redhat.com>
Date: Fri Oct 18 23:19:42 2019 +0200
docs: hacking: amend push-without-review rules
Include the 'semi-automatic' updates in the list of patches pushed
at maintainers' discretion to match current practice.
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
commit 55163114260889d589961a536feae111613e187f
Author: Ján Tomko <jtomko@redhat.com>
Date: Fri Oct 18 23:17:51 2019 +0200
docs: hacking: extend goto documentation
Replace reference to VIR_FREE with g_free and mention the use
of g_auto cleanup attributes that eliminate most of label use.
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
commit 6cc9b74e0e7b2f7dde443a4bca06f3435d70235e
Author: Ján Tomko <jtomko@redhat.com>
Date: Fri Oct 18 23:16:46 2019 +0200
docs: hacking: remove reference to ATTRIBUTE_FORMAT
Prefer G_GNUC_PRINTF.
Also, pick another example than virAsprintf since it may get
removed in the future.
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
commit 2d0b8560cee8a43297915883eda39749274654d0
Author: Ján Tomko <jtomko@redhat.com>
Date: Fri Oct 18 23:15:38 2019 +0200
docs: hacking: document string concatenations
Recommend GString for generic strings and virBuffer for strings
that need helpers for other uses, like XML or command line
formatting.
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
commit da5c73352402df3a04fa2b2d205167486ff36403
Author: Ján Tomko <jtomko@redhat.com>
Date: Fri Oct 18 23:14:40 2019 +0200
docs: hacking: document preferred strdup alternatives
Recommend g_str(n)dup instead of VIR_STRDUP.
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
commit 95f3a1fe3cd09dbe33c3cdec5b1055033bc3a82a
Author: Ján Tomko <jtomko@redhat.com>
Date: Fri Oct 18 23:12:19 2019 +0200
docs: hacking: mention GLib alternatives of libvirt string allocation macros
Document the preferred alternatives to existing libvirt macros for
allocating strings. These cannot be deleted just yet because
converting them will require a lot of work.
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
commit 48f48b27afe97284d2ba8208663320c8f0554421
Author: Ján Tomko <jtomko@redhat.com>
Date: Fri Oct 18 23:12:19 2019 +0200
docs: hacking: mention GLib alternatives of libvirt allocation macros
Document the preferred alternatives to existing libvirt macros for
memory allocation. These cannot be deleted just yet because
converting them will require a lot of work.
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
commit e30c787a0cef6cc7dccb4da730b6163e1d1c485b
Author: Ján Tomko <jtomko@redhat.com>
Date: Fri Oct 18 23:12:19 2019 +0200
docs: hacking: mention compiler annotations
Mention all the __attribute__ annotations we use to make the compiler
and/or the static analysis tools understand the code better.
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
commit 16eed88666cafb0eb3ba4b5621145be1e6e71dd1
Author: Ján Tomko <jtomko@redhat.com>
Date: Fri Oct 18 23:10:28 2019 +0200
docs: hacking: extend the table of removed libvirt macros
Mention the various ATTRIBUTE* macros and ARRAY_CARDINALITY
that were removed earlier.
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
commit fe9b3e1cdcc79b60ac99d583ee51c52bfa691d0b
Author: Ján Tomko <jtomko@redhat.com>
Date: Fri Oct 18 23:03:27 2019 +0200
docs: hacking: demonstrate the powers of VIR_TEST_RANGE
Mention a more complex example.
Invoke the test without 'make' since the mentioned example
does not seem to be working anymore.
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
commit 1e8446024a3ccb2458a17b5502c78c2dd00a2c4d
Author: Ján Tomko <jtomko@redhat.com>
Date: Fri Oct 18 22:59:49 2019 +0200
docs: hacking: remove notes about -Werror
Our HACKING file is clear about requiring submission from a git
checkout, which automatically enables -Werror.
Remove the mentions of explicitly enabling it to alleviate
the collective cognitive encumbrance.
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
commit 136d907ff627258af9d42085aa7c2915e4db074d
Author: Ján Tomko <jtomko@redhat.com>
Date: Fri Oct 18 22:57:23 2019 +0200
docs: hacking: emphasize some sections
Namely:
* holding up the first-time patch submissions for moderation,
which might cause first-time submitters to question the process
* not CC-ing individual developers
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
commit 2825803477a54a337e194288ae6a8fd1c950957c
Author: Ján Tomko <jtomko@redhat.com>
Date: Fri Oct 18 22:55:05 2019 +0200
docs: hacking: mention git-publish prominently
This tool takes care of many of the tedious parts of submitting
a patch. Mention it first, above the "manual" way using
git send-email.
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
commit fd082e16c98cb66e0e07561d35dc13d0951bf9b9
Author: Ján Tomko <jtomko@redhat.com>
Date: Fri Oct 18 21:29:24 2019 +0200
docs: hacking: remove note about rename detection
It has been enabled by default for over three years now:
commit 5d2a30d7d8777319c745804f040fa405d02169ce
Author: Junio C Hamano <gitster@pobox.com>
CommitDate: 2016-04-03 10:29:22 -0700
Merge branch 'mm/diff-renames-default'
https://github.com/git/git/commit/5d2a30d7d8777319c745804f040fa405d02169ce
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
commit bb647fd714eb73cec0ca2d9bb0cd3291c0310d9a
Author: Michal Privoznik <mprivozn@redhat.com>
Date: Sat Oct 19 13:16:54 2019 +0200
libxl_domain: Use g_autoptr for libxlDriverConfig
This simplifies some functions, but mostly
libxlDomainManagedSavePath() which is going to be modified in
future commits.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
commit 417bd1e71633add1e9b86ba3faad43a02037b220
Author: Maya Rashish <coypu@sdf.org>
Date: Sat Oct 19 11:46:33 2019 +0000
m4: Improve portability for non-bash shells
= and == are both operators to test for string equality in bash,
but only = is required by POSIX.
Signed-off-by: Maya Rashish <coypu@sdf.org>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
commit 7530ebc7b480e1eb13d58e25dafe8d84871046d2
Author: Michal Privoznik <mprivozn@redhat.com>
Date: Tue Oct 22 08:58:11 2019 +0200
bhyve: Ignore test_libvirtd_bhyve.aug
The file is generated during build, but not ignored.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
commit 3357500af2752a974093a5ea5c00e43e1d2b8b34
Author: Michal Privoznik <mprivozn@redhat.com>
Date: Tue Oct 22 08:52:04 2019 +0200
bhyve_conf: Drop unused 'error' label in virBhyveDriverConfigNew()
There's unused 'error' label left after transition from
VIR_STRDUP() to g_strdup (v5.8.0-255-g652cdbe364).
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
reply other threads:[~2019-10-23 13:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=osstest-143051-mainreport@xen.org \
--to=osstest-admin@xenproject.org \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.