* [PATCH] tests/drm_buddy: Add drm buddy test cases
@ 2022-04-11 7:28 ` Arunpravin Paneer Selvam
0 siblings, 0 replies; 16+ messages in thread
From: Arunpravin Paneer Selvam @ 2022-04-11 7:28 UTC (permalink / raw)
To: igt-dev, intel-gfx, amd-gfx, dri-devel
Cc: alexander.deucher, Arunpravin Paneer Selvam, matthew.auld,
christian.koenig
Add a set of drm buddy test cases to validate the
drm/drm_buddy.c memory allocator.
Signed-off-by: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com>
---
tests/drm_buddy.c | 14 ++++++++++++++
tests/meson.build | 1 +
2 files changed, 15 insertions(+)
create mode 100644 tests/drm_buddy.c
diff --git a/tests/drm_buddy.c b/tests/drm_buddy.c
new file mode 100644
index 00000000..06876e0c
--- /dev/null
+++ b/tests/drm_buddy.c
@@ -0,0 +1,14 @@
+// SPDX-License-Identifier: MIT
+/*
+ * Copyright © 2019 Intel Corporation
+ */
+
+#include "igt.h"
+#include "igt_kmod.h"
+
+IGT_TEST_DESCRIPTION("Basic sanity check of DRM's buddy allocator (struct drm_buddy)");
+
+igt_main
+{
+ igt_kselftests("test-drm_buddy", NULL, NULL, NULL);
+}
diff --git a/tests/meson.build b/tests/meson.build
index b0eab3d6..4ed8e610 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -10,6 +10,7 @@ test_progs = [
'device_reset',
'drm_import_export',
'drm_mm',
+ 'drm_buddy',
'drm_read',
'fbdev',
'feature_discovery',
base-commit: 016a7169e66b710a6720ed8ff94815a7e8076541
--
2.25.1
^ permalink raw reply related [flat|nested] 16+ messages in thread* [Intel-gfx] [PATCH] tests/drm_buddy: Add drm buddy test cases
@ 2022-04-11 7:28 ` Arunpravin Paneer Selvam
0 siblings, 0 replies; 16+ messages in thread
From: Arunpravin Paneer Selvam @ 2022-04-11 7:28 UTC (permalink / raw)
To: igt-dev, intel-gfx, amd-gfx, dri-devel
Cc: alexander.deucher, Arunpravin Paneer Selvam, matthew.auld,
christian.koenig
Add a set of drm buddy test cases to validate the
drm/drm_buddy.c memory allocator.
Signed-off-by: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com>
---
tests/drm_buddy.c | 14 ++++++++++++++
tests/meson.build | 1 +
2 files changed, 15 insertions(+)
create mode 100644 tests/drm_buddy.c
diff --git a/tests/drm_buddy.c b/tests/drm_buddy.c
new file mode 100644
index 00000000..06876e0c
--- /dev/null
+++ b/tests/drm_buddy.c
@@ -0,0 +1,14 @@
+// SPDX-License-Identifier: MIT
+/*
+ * Copyright © 2019 Intel Corporation
+ */
+
+#include "igt.h"
+#include "igt_kmod.h"
+
+IGT_TEST_DESCRIPTION("Basic sanity check of DRM's buddy allocator (struct drm_buddy)");
+
+igt_main
+{
+ igt_kselftests("test-drm_buddy", NULL, NULL, NULL);
+}
diff --git a/tests/meson.build b/tests/meson.build
index b0eab3d6..4ed8e610 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -10,6 +10,7 @@ test_progs = [
'device_reset',
'drm_import_export',
'drm_mm',
+ 'drm_buddy',
'drm_read',
'fbdev',
'feature_discovery',
base-commit: 016a7169e66b710a6720ed8ff94815a7e8076541
--
2.25.1
^ permalink raw reply related [flat|nested] 16+ messages in thread* [igt-dev] [PATCH] tests/drm_buddy: Add drm buddy test cases
@ 2022-04-11 7:28 ` Arunpravin Paneer Selvam
0 siblings, 0 replies; 16+ messages in thread
From: Arunpravin Paneer Selvam @ 2022-04-11 7:28 UTC (permalink / raw)
To: igt-dev, intel-gfx, amd-gfx, dri-devel
Cc: alexander.deucher, Arunpravin Paneer Selvam, matthew.auld, daniel,
christian.koenig
Add a set of drm buddy test cases to validate the
drm/drm_buddy.c memory allocator.
Signed-off-by: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com>
---
tests/drm_buddy.c | 14 ++++++++++++++
tests/meson.build | 1 +
2 files changed, 15 insertions(+)
create mode 100644 tests/drm_buddy.c
diff --git a/tests/drm_buddy.c b/tests/drm_buddy.c
new file mode 100644
index 00000000..06876e0c
--- /dev/null
+++ b/tests/drm_buddy.c
@@ -0,0 +1,14 @@
+// SPDX-License-Identifier: MIT
+/*
+ * Copyright © 2019 Intel Corporation
+ */
+
+#include "igt.h"
+#include "igt_kmod.h"
+
+IGT_TEST_DESCRIPTION("Basic sanity check of DRM's buddy allocator (struct drm_buddy)");
+
+igt_main
+{
+ igt_kselftests("test-drm_buddy", NULL, NULL, NULL);
+}
diff --git a/tests/meson.build b/tests/meson.build
index b0eab3d6..4ed8e610 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -10,6 +10,7 @@ test_progs = [
'device_reset',
'drm_import_export',
'drm_mm',
+ 'drm_buddy',
'drm_read',
'fbdev',
'feature_discovery',
base-commit: 016a7169e66b710a6720ed8ff94815a7e8076541
--
2.25.1
^ permalink raw reply related [flat|nested] 16+ messages in thread* [Intel-gfx] ✗ Fi.CI.BUILD: failure for tests/drm_buddy: Add drm buddy test cases
2022-04-11 7:28 ` [igt-dev] " Arunpravin Paneer Selvam
` (2 preceding siblings ...)
(?)
@ 2022-04-11 8:14 ` Patchwork
-1 siblings, 0 replies; 16+ messages in thread
From: Patchwork @ 2022-04-11 8:14 UTC (permalink / raw)
To: Arunpravin Paneer Selvam; +Cc: intel-gfx
== Series Details ==
Series: tests/drm_buddy: Add drm buddy test cases
URL : https://patchwork.freedesktop.org/series/102470/
State : failure
== Summary ==
Applying: tests/drm_buddy: Add drm buddy test cases
error: sha1 information is lacking or useless (tests/meson.build).
error: could not build fake ancestor
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 tests/drm_buddy: Add drm buddy test cases
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
^ permalink raw reply [flat|nested] 16+ messages in thread* [igt-dev] ✗ Fi.CI.BAT: failure for tests/drm_buddy: Add drm buddy test cases
2022-04-11 7:28 ` [igt-dev] " Arunpravin Paneer Selvam
` (3 preceding siblings ...)
(?)
@ 2022-04-11 8:19 ` Patchwork
2022-04-11 9:39 ` Matthew Auld
-1 siblings, 1 reply; 16+ messages in thread
From: Patchwork @ 2022-04-11 8:19 UTC (permalink / raw)
To: Arunpravin Paneer Selvam; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 4407 bytes --]
== Series Details ==
Series: tests/drm_buddy: Add drm buddy test cases
URL : https://patchwork.freedesktop.org/series/102469/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_11481 -> IGTPW_6912
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_6912 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_6912, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/index.html
Participating hosts (47 -> 44)
------------------------------
Additional (2): fi-pnv-d510 bat-dg1-5
Missing (5): shard-tglu fi-bsw-cyan fi-icl-u2 shard-dg1 fi-bdw-samus
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_6912:
### IGT changes ###
#### Possible regressions ####
* igt@runner@aborted:
- bat-dg1-5: NOTRUN -> [FAIL][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/bat-dg1-5/igt@runner@aborted.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@i915_selftest@live@gt_pm:
- {fi-tgl-dsi}: [DMESG-FAIL][2] ([i915#1759]) -> [INCOMPLETE][3]
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11481/fi-tgl-dsi/igt@i915_selftest@live@gt_pm.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-tgl-dsi/igt@i915_selftest@live@gt_pm.html
Known issues
------------
Here are the changes found in IGTPW_6912 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c:
- fi-pnv-d510: NOTRUN -> [SKIP][4] ([fdo#109271] / [i915#5341])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-pnv-d510/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c.html
* igt@prime_vgem@basic-userptr:
- fi-pnv-d510: NOTRUN -> [SKIP][5] ([fdo#109271]) +57 similar issues
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-pnv-d510/igt@prime_vgem@basic-userptr.html
* igt@runner@aborted:
- fi-bdw-5557u: NOTRUN -> [FAIL][6] ([i915#4312])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-bdw-5557u/igt@runner@aborted.html
- fi-hsw-4770: NOTRUN -> [FAIL][7] ([fdo#109271] / [i915#2722] / [i915#4312] / [i915#5594])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-hsw-4770/igt@runner@aborted.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[i915#1759]: https://gitlab.freedesktop.org/drm/intel/issues/1759
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#2411]: https://gitlab.freedesktop.org/drm/intel/issues/2411
[i915#2722]: https://gitlab.freedesktop.org/drm/intel/issues/2722
[i915#2867]: https://gitlab.freedesktop.org/drm/intel/issues/2867
[i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
[i915#3576]: https://gitlab.freedesktop.org/drm/intel/issues/3576
[i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
[i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391
[i915#4897]: https://gitlab.freedesktop.org/drm/intel/issues/4897
[i915#5257]: https://gitlab.freedesktop.org/drm/intel/issues/5257
[i915#5341]: https://gitlab.freedesktop.org/drm/intel/issues/5341
[i915#5594]: https://gitlab.freedesktop.org/drm/intel/issues/5594
[i915#579]: https://gitlab.freedesktop.org/drm/intel/issues/579
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_6415 -> IGTPW_6912
CI-20190529: 20190529
CI_DRM_11481: 9bf68eb47288411da23ce5c9967f27dba43bda1d @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_6912: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/index.html
IGT_6415: c3b690bd5f7fb1fb7ed786ab0f3b815930a6a55f @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Testlist changes ==
+igt@drm_buddy@all
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/index.html
[-- Attachment #2: Type: text/html, Size: 4760 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: [igt-dev] ✗ Fi.CI.BAT: failure for tests/drm_buddy: Add drm buddy test cases
2022-04-11 8:19 ` [igt-dev] ✗ Fi.CI.BAT: " Patchwork
@ 2022-04-11 9:39 ` Matthew Auld
2022-04-11 14:42 ` Vudum, Lakshminarayana
0 siblings, 1 reply; 16+ messages in thread
From: Matthew Auld @ 2022-04-11 9:39 UTC (permalink / raw)
To: igt-dev, lakshminarayana.vudum; +Cc: Arunpravin Paneer Selvam
[-- Attachment #1: Type: text/plain, Size: 3890 bytes --]
On Mon, 11 Apr 2022 at 09:19, Patchwork <patchwork@emeril.freedesktop.org>
wrote:
> *Patch Details*
> *Series:* tests/drm_buddy: Add drm buddy test cases
> *URL:* https://patchwork.freedesktop.org/series/102469/
> *State:* failure
> *Details:* https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/index.html CI
> Bug Log - changes from CI_DRM_11481 -> IGTPW_6912 Summary
>
> *FAILURE*
>
> Serious unknown changes coming with IGTPW_6912 absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_6912, please notify your bug team to allow them
> to document this new failure mode, which will reduce false positives in CI.
>
> External URL:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/index.html
> Participating hosts (47 -> 44)
>
> Additional (2): fi-pnv-d510 bat-dg1-5
> Missing (5): shard-tglu fi-bsw-cyan fi-icl-u2 shard-dg1 fi-bdw-samus
> Possible new issues
>
> Here are the unknown changes that may have been introduced in IGTPW_6912:
> IGT changes Possible regressions
>
> - igt@runner@aborted:
> - bat-dg1-5: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/bat-dg1-5/igt@runner@aborted.html>
>
> Lakshmi, looks like unrelated failure.
>
> -
>
> Suppressed
>
> The following results come from untrusted machines, tests, or statuses.
> They do not affect the overall result.
>
> - igt@i915_selftest@live@gt_pm:
> - {fi-tgl-dsi}: DMESG-FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11481/fi-tgl-dsi/igt@i915_selftest@live@gt_pm.html>
> (i915#1759 <https://gitlab.freedesktop.org/drm/intel/issues/1759>)
> -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-tgl-dsi/igt@i915_selftest@live@gt_pm.html>
>
> Known issues
>
> Here are the changes found in IGTPW_6912 that come from known issues:
> IGT changes Issues hit
>
> -
>
> igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c:
> - fi-pnv-d510: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-pnv-d510/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c.html>
> (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
> i915#5341 <https://gitlab.freedesktop.org/drm/intel/issues/5341>)
> -
>
> igt@prime_vgem@basic-userptr:
> - fi-pnv-d510: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-pnv-d510/igt@prime_vgem@basic-userptr.html>
> (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>)
> +57 similar issues
> -
>
> igt@runner@aborted:
> -
>
> fi-bdw-5557u: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-bdw-5557u/igt@runner@aborted.html>
> (i915#4312 <https://gitlab.freedesktop.org/drm/intel/issues/4312>)
> -
>
> fi-hsw-4770: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-hsw-4770/igt@runner@aborted.html>
> (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
> i915#2722 <https://gitlab.freedesktop.org/drm/intel/issues/2722> /
> i915#4312 <https://gitlab.freedesktop.org/drm/intel/issues/4312> /
> i915#5594 <https://gitlab.freedesktop.org/drm/intel/issues/5594>)
>
> {name}: This element is suppressed. This means it is ignored when computing
> the status of the difference (SUCCESS, WARNING, or FAILURE).
> Build changes
>
> - CI: CI-20190529 -> None
> - IGT: IGT_6415 -> IGTPW_6912
>
> CI-20190529: 20190529
> CI_DRM_11481: 9bf68eb47288411da23ce5c9967f27dba43bda1d @ git://
> anongit.freedesktop.org/gfx-ci/linux
> IGTPW_6912: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/index.html
> IGT_6415: c3b690bd5f7fb1fb7ed786ab0f3b815930a6a55f @
> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
>
> == Testlist changes ==
>
> +igt@drm_buddy@all
>
[-- Attachment #2: Type: text/html, Size: 6023 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: [igt-dev] ✗ Fi.CI.BAT: failure for tests/drm_buddy: Add drm buddy test cases
2022-04-11 9:39 ` Matthew Auld
@ 2022-04-11 14:42 ` Vudum, Lakshminarayana
2022-04-11 14:56 ` Matthew Auld
0 siblings, 1 reply; 16+ messages in thread
From: Vudum, Lakshminarayana @ 2022-04-11 14:42 UTC (permalink / raw)
To: Matthew Auld, igt-dev@lists.freedesktop.org; +Cc: Arunpravin Paneer Selvam
[-- Attachment #1: Type: text/plain, Size: 4501 bytes --]
It’s related to https://gitlab.freedesktop.org/drm/intel/-/issues/5616
igt@runner@aborted - fail - BUG: kernel NULL pointer dereference, address: 0000000000000008, RIP: 0010:dma_resv_add_fence
@Matthew Auld<mailto:matthew.william.auld@gmail.com> Btw, from which build we shouldn’t be seeing this bug https://gitlab.freedesktop.org/drm/intel/-/issues/5602 ?
Thanks,
Lakshmi.
From: Matthew Auld <matthew.william.auld@gmail.com>
Sent: Monday, April 11, 2022 2:39 AM
To: igt-dev@lists.freedesktop.org; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>
Cc: Arunpravin Paneer Selvam <arunpravin.paneerselvam@amd.com>
Subject: Re: [igt-dev] ✗ Fi.CI.BAT: failure for tests/drm_buddy: Add drm buddy test cases
On Mon, 11 Apr 2022 at 09:19, Patchwork <patchwork@emeril.freedesktop.org<mailto:patchwork@emeril.freedesktop.org>> wrote:
Patch Details
Series:
tests/drm_buddy: Add drm buddy test cases
URL:
https://patchwork.freedesktop.org/series/102469/
State:
failure
Details:
https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/index.html
CI Bug Log - changes from CI_DRM_11481 -> IGTPW_6912
Summary
FAILURE
Serious unknown changes coming with IGTPW_6912 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_6912, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/index.html
Participating hosts (47 -> 44)
Additional (2): fi-pnv-d510 bat-dg1-5
Missing (5): shard-tglu fi-bsw-cyan fi-icl-u2 shard-dg1 fi-bdw-samus
Possible new issues
Here are the unknown changes that may have been introduced in IGTPW_6912:
IGT changes
Possible regressions
* igt@runner@aborted:
* bat-dg1-5: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/bat-dg1-5/igt@runner@aborted.html>
Lakshmi, looks like unrelated failure.
*
Suppressed
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@i915_selftest@live@gt_pm:
* {fi-tgl-dsi}: DMESG-FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11481/fi-tgl-dsi/igt@i915_selftest@live@gt_pm.html> (i915#1759<https://gitlab.freedesktop.org/drm/intel/issues/1759>) -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-tgl-dsi/igt@i915_selftest@live@gt_pm.html>
Known issues
Here are the changes found in IGTPW_6912 that come from known issues:
IGT changes
Issues hit
* igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c:
* fi-pnv-d510: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-pnv-d510/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#5341<https://gitlab.freedesktop.org/drm/intel/issues/5341>)
* igt@prime_vgem@basic-userptr:
* fi-pnv-d510: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-pnv-d510/igt@prime_vgem@basic-userptr.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +57 similar issues
* igt@runner@aborted:
* fi-bdw-5557u: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-bdw-5557u/igt@runner@aborted.html> (i915#4312<https://gitlab.freedesktop.org/drm/intel/issues/4312>)
* fi-hsw-4770: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-hsw-4770/igt@runner@aborted.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#2722<https://gitlab.freedesktop.org/drm/intel/issues/2722> / i915#4312<https://gitlab.freedesktop.org/drm/intel/issues/4312> / i915#5594<https://gitlab.freedesktop.org/drm/intel/issues/5594>)
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
Build changes
* CI: CI-20190529 -> None
* IGT: IGT_6415 -> IGTPW_6912
CI-20190529: 20190529
CI_DRM_11481: 9bf68eb47288411da23ce5c9967f27dba43bda1d @ git://anongit.freedesktop.org/gfx-ci/linux<http://anongit.freedesktop.org/gfx-ci/linux>
IGTPW_6912: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/index.html
IGT_6415: c3b690bd5f7fb1fb7ed786ab0f3b815930a6a55f @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Testlist changes ==
+igt@drm_buddy@all
[-- Attachment #2: Type: text/html, Size: 23555 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: [igt-dev] ✗ Fi.CI.BAT: failure for tests/drm_buddy: Add drm buddy test cases
2022-04-11 14:42 ` Vudum, Lakshminarayana
@ 2022-04-11 14:56 ` Matthew Auld
2022-04-11 15:28 ` Vudum, Lakshminarayana
0 siblings, 1 reply; 16+ messages in thread
From: Matthew Auld @ 2022-04-11 14:56 UTC (permalink / raw)
To: Vudum, Lakshminarayana
Cc: igt-dev@lists.freedesktop.org, Arunpravin Paneer Selvam
[-- Attachment #1: Type: text/plain, Size: 5183 bytes --]
On Mon, 11 Apr 2022 at 15:42, Vudum, Lakshminarayana <
lakshminarayana.vudum@intel.com> wrote:
> It’s related to https://gitlab.freedesktop.org/drm/intel/-/issues/5616
>
> igt@runner@aborted - fail - BUG: kernel NULL pointer dereference,
> address: 0000000000000008, RIP: 0010:dma_resv_add_fence
>
Ok. I assume you can still trigger shards run? This new buddy test case
should be triggered there I hope.
>
>
> @Matthew Auld <matthew.william.auld@gmail.com> Btw, from which build we
> shouldn’t be seeing this bug
> https://gitlab.freedesktop.org/drm/intel/-/issues/5602 ?
>
It should have been CI_DRM_11476. At least according to
https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11476/git-log-oneline.txt
>
>
> Thanks,
>
> Lakshmi.
>
> *From:* Matthew Auld <matthew.william.auld@gmail.com>
> *Sent:* Monday, April 11, 2022 2:39 AM
> *To:* igt-dev@lists.freedesktop.org; Vudum, Lakshminarayana <
> lakshminarayana.vudum@intel.com>
> *Cc:* Arunpravin Paneer Selvam <arunpravin.paneerselvam@amd.com>
> *Subject:* Re: [igt-dev] ✗ Fi.CI.BAT: failure for tests/drm_buddy: Add
> drm buddy test cases
>
>
>
> On Mon, 11 Apr 2022 at 09:19, Patchwork <patchwork@emeril.freedesktop.org>
> wrote:
>
> *Patch Details*
>
> *Series:*
>
> tests/drm_buddy: Add drm buddy test cases
>
> *URL:*
>
> https://patchwork.freedesktop.org/series/102469/
>
> *State:*
>
> failure
>
> *Details:*
>
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/index.html
> CI Bug Log - changes from CI_DRM_11481 -> IGTPW_6912 Summary
>
> *FAILURE*
>
> Serious unknown changes coming with IGTPW_6912 absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_6912, please notify your bug team to allow them
> to document this new failure mode, which will reduce false positives in CI.
>
> External URL:
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/index.html
> Participating hosts (47 -> 44)
>
> Additional (2): fi-pnv-d510 bat-dg1-5
> Missing (5): shard-tglu fi-bsw-cyan fi-icl-u2 shard-dg1 fi-bdw-samus
> Possible new issues
>
> Here are the unknown changes that may have been introduced in IGTPW_6912:
> IGT changes Possible regressions
>
> - igt@runner@aborted:
>
>
> - bat-dg1-5: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/bat-dg1-5/igt@runner@aborted.html>
>
> Lakshmi, looks like unrelated failure.
>
>
>
>
> -
>
> Suppressed
>
> The following results come from untrusted machines, tests, or statuses.
> They do not affect the overall result.
>
> - igt@i915_selftest@live@gt_pm:
>
>
> - {fi-tgl-dsi}: DMESG-FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11481/fi-tgl-dsi/igt@i915_selftest@live@gt_pm.html>
> (i915#1759 <https://gitlab.freedesktop.org/drm/intel/issues/1759>)
> -> INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-tgl-dsi/igt@i915_selftest@live@gt_pm.html>
>
> Known issues
>
> Here are the changes found in IGTPW_6912 that come from known issues:
> IGT changes Issues hit
>
> - igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c:
>
>
> - fi-pnv-d510: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-pnv-d510/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c.html>
> (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
> i915#5341 <https://gitlab.freedesktop.org/drm/intel/issues/5341>)
>
>
> - igt@prime_vgem@basic-userptr:
>
>
> - fi-pnv-d510: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-pnv-d510/igt@prime_vgem@basic-userptr.html>
> (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>)
> +57 similar issues
>
>
> - igt@runner@aborted:
>
>
> - fi-bdw-5557u: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-bdw-5557u/igt@runner@aborted.html>
> (i915#4312 <https://gitlab.freedesktop.org/drm/intel/issues/4312>)
> - fi-hsw-4770: NOTRUN -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-hsw-4770/igt@runner@aborted.html>
> (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
> i915#2722 <https://gitlab.freedesktop.org/drm/intel/issues/2722> /
> i915#4312 <https://gitlab.freedesktop.org/drm/intel/issues/4312> /
> i915#5594 <https://gitlab.freedesktop.org/drm/intel/issues/5594>)
>
> {name}: This element is suppressed. This means it is ignored when computing
> the status of the difference (SUCCESS, WARNING, or FAILURE).
> Build changes
>
> - CI: CI-20190529 -> None
> - IGT: IGT_6415 -> IGTPW_6912
>
> CI-20190529: 20190529
> CI_DRM_11481: 9bf68eb47288411da23ce5c9967f27dba43bda1d @ git://
> anongit.freedesktop.org/gfx-ci/linux
> IGTPW_6912: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/index.html
> IGT_6415: c3b690bd5f7fb1fb7ed786ab0f3b815930a6a55f @
> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
>
> == Testlist changes ==
>
> +igt@drm_buddy@all
>
>
[-- Attachment #2: Type: text/html, Size: 11415 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: [igt-dev] ✗ Fi.CI.BAT: failure for tests/drm_buddy: Add drm buddy test cases
2022-04-11 14:56 ` Matthew Auld
@ 2022-04-11 15:28 ` Vudum, Lakshminarayana
0 siblings, 0 replies; 16+ messages in thread
From: Vudum, Lakshminarayana @ 2022-04-11 15:28 UTC (permalink / raw)
To: Matthew Auld; +Cc: igt-dev@lists.freedesktop.org, Arunpravin Paneer Selvam
[-- Attachment #1: Type: text/plain, Size: 5426 bytes --]
Shards run will trigger automatically.
From: Matthew Auld <matthew.william.auld@gmail.com>
Sent: Monday, April 11, 2022 7:56 AM
To: Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>
Cc: igt-dev@lists.freedesktop.org; Arunpravin Paneer Selvam <arunpravin.paneerselvam@amd.com>
Subject: Re: [igt-dev] ✗ Fi.CI.BAT: failure for tests/drm_buddy: Add drm buddy test cases
On Mon, 11 Apr 2022 at 15:42, Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com<mailto:lakshminarayana.vudum@intel.com>> wrote:
It’s related to https://gitlab.freedesktop.org/drm/intel/-/issues/5616
igt@runner@aborted - fail - BUG: kernel NULL pointer dereference, address: 0000000000000008, RIP: 0010:dma_resv_add_fence
Ok. I assume you can still trigger shards run? This new buddy test case should be triggered there I hope.
@Matthew Auld<mailto:matthew.william.auld@gmail.com> Btw, from which build we shouldn’t be seeing this bug https://gitlab.freedesktop.org/drm/intel/-/issues/5602 ?
It should have been CI_DRM_11476. At least according to https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11476/git-log-oneline.txt
Thanks,
Lakshmi.
From: Matthew Auld <matthew.william.auld@gmail.com<mailto:matthew.william.auld@gmail.com>>
Sent: Monday, April 11, 2022 2:39 AM
To: igt-dev@lists.freedesktop.org<mailto:igt-dev@lists.freedesktop.org>; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com<mailto:lakshminarayana.vudum@intel.com>>
Cc: Arunpravin Paneer Selvam <arunpravin.paneerselvam@amd.com<mailto:arunpravin.paneerselvam@amd.com>>
Subject: Re: [igt-dev] ✗ Fi.CI.BAT: failure for tests/drm_buddy: Add drm buddy test cases
On Mon, 11 Apr 2022 at 09:19, Patchwork <patchwork@emeril.freedesktop.org<mailto:patchwork@emeril.freedesktop.org>> wrote:
Patch Details
Series:
tests/drm_buddy: Add drm buddy test cases
URL:
https://patchwork.freedesktop.org/series/102469/
State:
failure
Details:
https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/index.html
CI Bug Log - changes from CI_DRM_11481 -> IGTPW_6912
Summary
FAILURE
Serious unknown changes coming with IGTPW_6912 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_6912, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/index.html
Participating hosts (47 -> 44)
Additional (2): fi-pnv-d510 bat-dg1-5
Missing (5): shard-tglu fi-bsw-cyan fi-icl-u2 shard-dg1 fi-bdw-samus
Possible new issues
Here are the unknown changes that may have been introduced in IGTPW_6912:
IGT changes
Possible regressions
* igt@runner@aborted:
* bat-dg1-5: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/bat-dg1-5/igt@runner@aborted.html>
Lakshmi, looks like unrelated failure.
*
Suppressed
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@i915_selftest@live@gt_pm:
* {fi-tgl-dsi}: DMESG-FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11481/fi-tgl-dsi/igt@i915_selftest@live@gt_pm.html> (i915#1759<https://gitlab.freedesktop.org/drm/intel/issues/1759>) -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-tgl-dsi/igt@i915_selftest@live@gt_pm.html>
Known issues
Here are the changes found in IGTPW_6912 that come from known issues:
IGT changes
Issues hit
* igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c:
* fi-pnv-d510: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-pnv-d510/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#5341<https://gitlab.freedesktop.org/drm/intel/issues/5341>)
* igt@prime_vgem@basic-userptr:
* fi-pnv-d510: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-pnv-d510/igt@prime_vgem@basic-userptr.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +57 similar issues
* igt@runner@aborted:
* fi-bdw-5557u: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-bdw-5557u/igt@runner@aborted.html> (i915#4312<https://gitlab.freedesktop.org/drm/intel/issues/4312>)
* fi-hsw-4770: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-hsw-4770/igt@runner@aborted.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#2722<https://gitlab.freedesktop.org/drm/intel/issues/2722> / i915#4312<https://gitlab.freedesktop.org/drm/intel/issues/4312> / i915#5594<https://gitlab.freedesktop.org/drm/intel/issues/5594>)
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
Build changes
* CI: CI-20190529 -> None
* IGT: IGT_6415 -> IGTPW_6912
CI-20190529: 20190529
CI_DRM_11481: 9bf68eb47288411da23ce5c9967f27dba43bda1d @ git://anongit.freedesktop.org/gfx-ci/linux<http://anongit.freedesktop.org/gfx-ci/linux>
IGTPW_6912: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/index.html
IGT_6415: c3b690bd5f7fb1fb7ed786ab0f3b815930a6a55f @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Testlist changes ==
+igt@drm_buddy@all
[-- Attachment #2: Type: text/html, Size: 41710 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH] tests/drm_buddy: Add drm buddy test cases
2022-04-11 7:28 ` [igt-dev] " Arunpravin Paneer Selvam
(?)
(?)
@ 2022-04-11 9:38 ` Matthew Auld
-1 siblings, 0 replies; 16+ messages in thread
From: Matthew Auld @ 2022-04-11 9:38 UTC (permalink / raw)
To: Arunpravin Paneer Selvam, igt-dev, intel-gfx, amd-gfx, dri-devel
Cc: alexander.deucher, christian.koenig, daniel
On 11/04/2022 08:28, Arunpravin Paneer Selvam wrote:
> Add a set of drm buddy test cases to validate the
> drm/drm_buddy.c memory allocator.
>
> Signed-off-by: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com>
> ---
> tests/drm_buddy.c | 14 ++++++++++++++
> tests/meson.build | 1 +
> 2 files changed, 15 insertions(+)
> create mode 100644 tests/drm_buddy.c
>
> diff --git a/tests/drm_buddy.c b/tests/drm_buddy.c
> new file mode 100644
> index 00000000..06876e0c
> --- /dev/null
> +++ b/tests/drm_buddy.c
> @@ -0,0 +1,14 @@
> +// SPDX-License-Identifier: MIT
> +/*
> + * Copyright © 2019 Intel Corporation
> + */
> +
> +#include "igt.h"
> +#include "igt_kmod.h"
> +
> +IGT_TEST_DESCRIPTION("Basic sanity check of DRM's buddy allocator (struct drm_buddy)");
> +
> +igt_main
> +{
> + igt_kselftests("test-drm_buddy", NULL, NULL, NULL);
> +}
> diff --git a/tests/meson.build b/tests/meson.build
> index b0eab3d6..4ed8e610 100644
> --- a/tests/meson.build
> +++ b/tests/meson.build
> @@ -10,6 +10,7 @@ test_progs = [
> 'device_reset',
> 'drm_import_export',
> 'drm_mm',
> + 'drm_buddy',
Nit: Should be kept sorted. No need to resend though.
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
> 'drm_read',
> 'fbdev',
> 'feature_discovery',
>
> base-commit: 016a7169e66b710a6720ed8ff94815a7e8076541
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: [PATCH] tests/drm_buddy: Add drm buddy test cases
@ 2022-04-11 9:38 ` Matthew Auld
0 siblings, 0 replies; 16+ messages in thread
From: Matthew Auld @ 2022-04-11 9:38 UTC (permalink / raw)
To: Arunpravin Paneer Selvam, igt-dev, intel-gfx, amd-gfx, dri-devel
Cc: alexander.deucher, christian.koenig
On 11/04/2022 08:28, Arunpravin Paneer Selvam wrote:
> Add a set of drm buddy test cases to validate the
> drm/drm_buddy.c memory allocator.
>
> Signed-off-by: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com>
> ---
> tests/drm_buddy.c | 14 ++++++++++++++
> tests/meson.build | 1 +
> 2 files changed, 15 insertions(+)
> create mode 100644 tests/drm_buddy.c
>
> diff --git a/tests/drm_buddy.c b/tests/drm_buddy.c
> new file mode 100644
> index 00000000..06876e0c
> --- /dev/null
> +++ b/tests/drm_buddy.c
> @@ -0,0 +1,14 @@
> +// SPDX-License-Identifier: MIT
> +/*
> + * Copyright © 2019 Intel Corporation
> + */
> +
> +#include "igt.h"
> +#include "igt_kmod.h"
> +
> +IGT_TEST_DESCRIPTION("Basic sanity check of DRM's buddy allocator (struct drm_buddy)");
> +
> +igt_main
> +{
> + igt_kselftests("test-drm_buddy", NULL, NULL, NULL);
> +}
> diff --git a/tests/meson.build b/tests/meson.build
> index b0eab3d6..4ed8e610 100644
> --- a/tests/meson.build
> +++ b/tests/meson.build
> @@ -10,6 +10,7 @@ test_progs = [
> 'device_reset',
> 'drm_import_export',
> 'drm_mm',
> + 'drm_buddy',
Nit: Should be kept sorted. No need to resend though.
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
> 'drm_read',
> 'fbdev',
> 'feature_discovery',
>
> base-commit: 016a7169e66b710a6720ed8ff94815a7e8076541
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: [Intel-gfx] [PATCH] tests/drm_buddy: Add drm buddy test cases
@ 2022-04-11 9:38 ` Matthew Auld
0 siblings, 0 replies; 16+ messages in thread
From: Matthew Auld @ 2022-04-11 9:38 UTC (permalink / raw)
To: Arunpravin Paneer Selvam, igt-dev, intel-gfx, amd-gfx, dri-devel
Cc: alexander.deucher, christian.koenig
On 11/04/2022 08:28, Arunpravin Paneer Selvam wrote:
> Add a set of drm buddy test cases to validate the
> drm/drm_buddy.c memory allocator.
>
> Signed-off-by: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com>
> ---
> tests/drm_buddy.c | 14 ++++++++++++++
> tests/meson.build | 1 +
> 2 files changed, 15 insertions(+)
> create mode 100644 tests/drm_buddy.c
>
> diff --git a/tests/drm_buddy.c b/tests/drm_buddy.c
> new file mode 100644
> index 00000000..06876e0c
> --- /dev/null
> +++ b/tests/drm_buddy.c
> @@ -0,0 +1,14 @@
> +// SPDX-License-Identifier: MIT
> +/*
> + * Copyright © 2019 Intel Corporation
> + */
> +
> +#include "igt.h"
> +#include "igt_kmod.h"
> +
> +IGT_TEST_DESCRIPTION("Basic sanity check of DRM's buddy allocator (struct drm_buddy)");
> +
> +igt_main
> +{
> + igt_kselftests("test-drm_buddy", NULL, NULL, NULL);
> +}
> diff --git a/tests/meson.build b/tests/meson.build
> index b0eab3d6..4ed8e610 100644
> --- a/tests/meson.build
> +++ b/tests/meson.build
> @@ -10,6 +10,7 @@ test_progs = [
> 'device_reset',
> 'drm_import_export',
> 'drm_mm',
> + 'drm_buddy',
Nit: Should be kept sorted. No need to resend though.
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
> 'drm_read',
> 'fbdev',
> 'feature_discovery',
>
> base-commit: 016a7169e66b710a6720ed8ff94815a7e8076541
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: [igt-dev] [PATCH] tests/drm_buddy: Add drm buddy test cases
@ 2022-04-11 9:38 ` Matthew Auld
0 siblings, 0 replies; 16+ messages in thread
From: Matthew Auld @ 2022-04-11 9:38 UTC (permalink / raw)
To: Arunpravin Paneer Selvam, igt-dev, intel-gfx, amd-gfx, dri-devel
Cc: alexander.deucher, christian.koenig, daniel
On 11/04/2022 08:28, Arunpravin Paneer Selvam wrote:
> Add a set of drm buddy test cases to validate the
> drm/drm_buddy.c memory allocator.
>
> Signed-off-by: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com>
> ---
> tests/drm_buddy.c | 14 ++++++++++++++
> tests/meson.build | 1 +
> 2 files changed, 15 insertions(+)
> create mode 100644 tests/drm_buddy.c
>
> diff --git a/tests/drm_buddy.c b/tests/drm_buddy.c
> new file mode 100644
> index 00000000..06876e0c
> --- /dev/null
> +++ b/tests/drm_buddy.c
> @@ -0,0 +1,14 @@
> +// SPDX-License-Identifier: MIT
> +/*
> + * Copyright © 2019 Intel Corporation
> + */
> +
> +#include "igt.h"
> +#include "igt_kmod.h"
> +
> +IGT_TEST_DESCRIPTION("Basic sanity check of DRM's buddy allocator (struct drm_buddy)");
> +
> +igt_main
> +{
> + igt_kselftests("test-drm_buddy", NULL, NULL, NULL);
> +}
> diff --git a/tests/meson.build b/tests/meson.build
> index b0eab3d6..4ed8e610 100644
> --- a/tests/meson.build
> +++ b/tests/meson.build
> @@ -10,6 +10,7 @@ test_progs = [
> 'device_reset',
> 'drm_import_export',
> 'drm_mm',
> + 'drm_buddy',
Nit: Should be kept sorted. No need to resend though.
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
> 'drm_read',
> 'fbdev',
> 'feature_discovery',
>
> base-commit: 016a7169e66b710a6720ed8ff94815a7e8076541
^ permalink raw reply [flat|nested] 16+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/drm_buddy: Add drm buddy test cases
2022-04-11 7:28 ` [igt-dev] " Arunpravin Paneer Selvam
` (5 preceding siblings ...)
(?)
@ 2022-04-11 14:57 ` Patchwork
-1 siblings, 0 replies; 16+ messages in thread
From: Patchwork @ 2022-04-11 14:57 UTC (permalink / raw)
To: Arunpravin Paneer Selvam; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 4142 bytes --]
== Series Details ==
Series: tests/drm_buddy: Add drm buddy test cases
URL : https://patchwork.freedesktop.org/series/102469/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_11481 -> IGTPW_6912
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/index.html
Participating hosts (48 -> 44)
------------------------------
Additional (2): fi-pnv-d510 bat-dg1-5
Missing (6): shard-tglu fi-bsw-cyan fi-icl-u2 shard-rkl shard-dg1 fi-bdw-samus
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_6912:
### IGT changes ###
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@i915_selftest@live@gt_pm:
- {fi-tgl-dsi}: [DMESG-FAIL][1] ([i915#1759]) -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11481/fi-tgl-dsi/igt@i915_selftest@live@gt_pm.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-tgl-dsi/igt@i915_selftest@live@gt_pm.html
Known issues
------------
Here are the changes found in IGTPW_6912 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_huc_copy@huc-copy:
- fi-pnv-d510: NOTRUN -> [SKIP][3] ([fdo#109271]) +57 similar issues
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-pnv-d510/igt@gem_huc_copy@huc-copy.html
* igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c:
- fi-pnv-d510: NOTRUN -> [SKIP][4] ([fdo#109271] / [i915#5341])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-pnv-d510/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c.html
* igt@runner@aborted:
- fi-hsw-4770: NOTRUN -> [FAIL][5] ([fdo#109271] / [i915#2722] / [i915#4312] / [i915#5594])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-hsw-4770/igt@runner@aborted.html
- bat-dg1-5: NOTRUN -> [FAIL][6] ([i915#5616])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/bat-dg1-5/igt@runner@aborted.html
- fi-bdw-5557u: NOTRUN -> [FAIL][7] ([i915#4312])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/fi-bdw-5557u/igt@runner@aborted.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[i915#1759]: https://gitlab.freedesktop.org/drm/intel/issues/1759
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#2411]: https://gitlab.freedesktop.org/drm/intel/issues/2411
[i915#2722]: https://gitlab.freedesktop.org/drm/intel/issues/2722
[i915#2867]: https://gitlab.freedesktop.org/drm/intel/issues/2867
[i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
[i915#3576]: https://gitlab.freedesktop.org/drm/intel/issues/3576
[i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
[i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391
[i915#4897]: https://gitlab.freedesktop.org/drm/intel/issues/4897
[i915#5257]: https://gitlab.freedesktop.org/drm/intel/issues/5257
[i915#5341]: https://gitlab.freedesktop.org/drm/intel/issues/5341
[i915#5594]: https://gitlab.freedesktop.org/drm/intel/issues/5594
[i915#5616]: https://gitlab.freedesktop.org/drm/intel/issues/5616
[i915#579]: https://gitlab.freedesktop.org/drm/intel/issues/579
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_6415 -> IGTPW_6912
CI-20190529: 20190529
CI_DRM_11481: 9bf68eb47288411da23ce5c9967f27dba43bda1d @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_6912: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/index.html
IGT_6415: c3b690bd5f7fb1fb7ed786ab0f3b815930a6a55f @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Testlist changes ==
+igt@drm_buddy@all
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/index.html
[-- Attachment #2: Type: text/html, Size: 4460 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread* [igt-dev] ✗ Fi.CI.IGT: failure for tests/drm_buddy: Add drm buddy test cases
2022-04-11 7:28 ` [igt-dev] " Arunpravin Paneer Selvam
` (6 preceding siblings ...)
(?)
@ 2022-04-11 16:48 ` Patchwork
-1 siblings, 0 replies; 16+ messages in thread
From: Patchwork @ 2022-04-11 16:48 UTC (permalink / raw)
To: Arunpravin Paneer Selvam; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 30260 bytes --]
== Series Details ==
Series: tests/drm_buddy: Add drm buddy test cases
URL : https://patchwork.freedesktop.org/series/102469/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_11481_full -> IGTPW_6912_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_6912_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_6912_full, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/index.html
Participating hosts (13 -> 9)
------------------------------
Missing (4): pig-skl-6260u shard-skl pig-kbl-iris pig-glk-j5005
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_6912_full:
### IGT changes ###
#### Possible regressions ####
* igt@device_reset@unbind-reset-rebind:
- shard-glk: [PASS][1] -> [DMESG-WARN][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11481/shard-glk7/igt@device_reset@unbind-reset-rebind.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-glk9/igt@device_reset@unbind-reset-rebind.html
- shard-apl: [PASS][3] -> [DMESG-WARN][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11481/shard-apl4/igt@device_reset@unbind-reset-rebind.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-apl7/igt@device_reset@unbind-reset-rebind.html
- shard-kbl: [PASS][5] -> [DMESG-WARN][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11481/shard-kbl6/igt@device_reset@unbind-reset-rebind.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-kbl3/igt@device_reset@unbind-reset-rebind.html
- shard-iclb: [PASS][7] -> [DMESG-WARN][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11481/shard-iclb1/igt@device_reset@unbind-reset-rebind.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb5/igt@device_reset@unbind-reset-rebind.html
* igt@gem_exec_parallel@engines@contexts:
- shard-iclb: [PASS][9] -> [INCOMPLETE][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11481/shard-iclb5/igt@gem_exec_parallel@engines@contexts.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb7/igt@gem_exec_parallel@engines@contexts.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@device_reset@unbind-reset-rebind:
- {shard-tglu}: [PASS][11] -> [DMESG-WARN][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11481/shard-tglu-3/igt@device_reset@unbind-reset-rebind.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglu-1/igt@device_reset@unbind-reset-rebind.html
New tests
---------
New tests have been introduced between CI_DRM_11481_full and IGTPW_6912_full:
### New IGT tests (7) ###
* igt@drm_buddy@all@buddy_alloc_limit:
- Statuses : 7 pass(s)
- Exec time: [0.03, 0.05] s
* igt@drm_buddy@all@buddy_alloc_optimistic:
- Statuses : 7 pass(s)
- Exec time: [0.03, 0.04] s
* igt@drm_buddy@all@buddy_alloc_pathological:
- Statuses : 7 pass(s)
- Exec time: [0.03, 0.04] s
* igt@drm_buddy@all@buddy_alloc_pessimistic:
- Statuses : 7 pass(s)
- Exec time: [0.03, 0.04] s
* igt@drm_buddy@all@buddy_alloc_range:
- Statuses : 7 pass(s)
- Exec time: [0.04, 0.20] s
* igt@drm_buddy@all@buddy_alloc_smoke:
- Statuses : 7 pass(s)
- Exec time: [0.03, 0.23] s
* igt@drm_buddy@all@sanitycheck:
- Statuses : 7 pass(s)
- Exec time: [0.03, 0.04] s
Known issues
------------
Here are the changes found in IGTPW_6912_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@core_hotunplug@unbind-rebind:
- shard-glk: [PASS][13] -> [DMESG-WARN][14] ([i915#5437])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11481/shard-glk2/igt@core_hotunplug@unbind-rebind.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-glk7/igt@core_hotunplug@unbind-rebind.html
- shard-iclb: [PASS][15] -> [DMESG-WARN][16] ([i915#5437])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11481/shard-iclb6/igt@core_hotunplug@unbind-rebind.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb8/igt@core_hotunplug@unbind-rebind.html
* igt@feature_discovery@display-2x:
- shard-tglb: NOTRUN -> [SKIP][17] ([i915#1839])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb3/igt@feature_discovery@display-2x.html
* igt@gem_ctx_sseu@mmap-args:
- shard-tglb: NOTRUN -> [SKIP][18] ([i915#280])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb5/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_exec_fair@basic-none-vip@rcs0:
- shard-tglb: NOTRUN -> [FAIL][19] ([i915#2842]) +1 similar issue
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb1/igt@gem_exec_fair@basic-none-vip@rcs0.html
* igt@gem_exec_fair@basic-none@vcs0:
- shard-kbl: [PASS][20] -> [FAIL][21] ([i915#2842]) +1 similar issue
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11481/shard-kbl1/igt@gem_exec_fair@basic-none@vcs0.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-kbl1/igt@gem_exec_fair@basic-none@vcs0.html
* igt@gem_exec_fair@basic-pace@vcs1:
- shard-iclb: NOTRUN -> [FAIL][22] ([i915#2842])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb1/igt@gem_exec_fair@basic-pace@vcs1.html
* igt@gem_exec_flush@basic-uc-rw-default:
- shard-snb: [PASS][23] -> [SKIP][24] ([fdo#109271]) +1 similar issue
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11481/shard-snb5/igt@gem_exec_flush@basic-uc-rw-default.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-snb6/igt@gem_exec_flush@basic-uc-rw-default.html
* igt@gem_exec_suspend@basic-s3@smem:
- shard-apl: [PASS][25] -> [DMESG-WARN][26] ([i915#180]) +1 similar issue
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11481/shard-apl3/igt@gem_exec_suspend@basic-s3@smem.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-apl4/igt@gem_exec_suspend@basic-s3@smem.html
* igt@gem_exec_whisper@basic-queues-forked:
- shard-glk: [PASS][27] -> [DMESG-WARN][28] ([i915#118])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11481/shard-glk1/igt@gem_exec_whisper@basic-queues-forked.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-glk8/igt@gem_exec_whisper@basic-queues-forked.html
* igt@gem_lmem_swapping@parallel-random-engines:
- shard-tglb: NOTRUN -> [SKIP][29] ([i915#4613]) +1 similar issue
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb6/igt@gem_lmem_swapping@parallel-random-engines.html
* igt@gem_lmem_swapping@parallel-random-verify:
- shard-kbl: NOTRUN -> [SKIP][30] ([fdo#109271] / [i915#4613]) +2 similar issues
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-kbl3/igt@gem_lmem_swapping@parallel-random-verify.html
* igt@gem_lmem_swapping@verify-random:
- shard-apl: NOTRUN -> [SKIP][31] ([fdo#109271] / [i915#4613]) +1 similar issue
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-apl4/igt@gem_lmem_swapping@verify-random.html
* igt@gem_pwrite@basic-exhaustion:
- shard-snb: NOTRUN -> [WARN][32] ([i915#2658])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-snb6/igt@gem_pwrite@basic-exhaustion.html
- shard-iclb: NOTRUN -> [WARN][33] ([i915#2658])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb1/igt@gem_pwrite@basic-exhaustion.html
- shard-kbl: NOTRUN -> [WARN][34] ([i915#2658])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-kbl1/igt@gem_pwrite@basic-exhaustion.html
- shard-apl: NOTRUN -> [WARN][35] ([i915#2658])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-apl3/igt@gem_pwrite@basic-exhaustion.html
- shard-tglb: NOTRUN -> [WARN][36] ([i915#2658])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb5/igt@gem_pwrite@basic-exhaustion.html
- shard-glk: NOTRUN -> [WARN][37] ([i915#2658])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-glk9/igt@gem_pwrite@basic-exhaustion.html
* igt@gem_pxp@fail-invalid-protected-context:
- shard-tglb: NOTRUN -> [SKIP][38] ([i915#4270]) +3 similar issues
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb1/igt@gem_pxp@fail-invalid-protected-context.html
* igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled:
- shard-iclb: NOTRUN -> [SKIP][39] ([i915#768]) +3 similar issues
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb1/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled.html
* igt@gem_softpin@allocator-evict-all-engines:
- shard-glk: [PASS][40] -> [FAIL][41] ([i915#4171])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11481/shard-glk2/igt@gem_softpin@allocator-evict-all-engines.html
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-glk8/igt@gem_softpin@allocator-evict-all-engines.html
* igt@gem_softpin@evict-snoop-interruptible:
- shard-tglb: NOTRUN -> [SKIP][42] ([fdo#109312])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb8/igt@gem_softpin@evict-snoop-interruptible.html
* igt@gem_userptr_blits@unsync-unmap-cycles:
- shard-tglb: NOTRUN -> [SKIP][43] ([i915#3297])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb8/igt@gem_userptr_blits@unsync-unmap-cycles.html
- shard-iclb: NOTRUN -> [SKIP][44] ([i915#3297])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb1/igt@gem_userptr_blits@unsync-unmap-cycles.html
* igt@gen9_exec_parse@allowed-all:
- shard-glk: [PASS][45] -> [DMESG-WARN][46] ([i915#5566] / [i915#716])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11481/shard-glk9/igt@gen9_exec_parse@allowed-all.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-glk6/igt@gen9_exec_parse@allowed-all.html
* igt@gen9_exec_parse@allowed-single:
- shard-apl: [PASS][47] -> [DMESG-WARN][48] ([i915#5566] / [i915#716])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11481/shard-apl1/igt@gen9_exec_parse@allowed-single.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-apl3/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@bb-secure:
- shard-iclb: NOTRUN -> [SKIP][49] ([i915#2856])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb4/igt@gen9_exec_parse@bb-secure.html
* igt@gen9_exec_parse@bb-start-cmd:
- shard-tglb: NOTRUN -> [SKIP][50] ([i915#2527] / [i915#2856]) +2 similar issues
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb6/igt@gen9_exec_parse@bb-start-cmd.html
* igt@i915_pm_dc@dc6-dpms:
- shard-kbl: NOTRUN -> [FAIL][51] ([i915#454])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-kbl1/igt@i915_pm_dc@dc6-dpms.html
* igt@i915_pm_dc@dc9-dpms:
- shard-iclb: [PASS][52] -> [SKIP][53] ([i915#4281])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11481/shard-iclb4/igt@i915_pm_dc@dc9-dpms.html
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb3/igt@i915_pm_dc@dc9-dpms.html
* igt@i915_pm_lpsp@screens-disabled:
- shard-tglb: NOTRUN -> [SKIP][54] ([i915#1902])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb6/igt@i915_pm_lpsp@screens-disabled.html
* igt@i915_pm_rc6_residency@rc6-idle:
- shard-tglb: NOTRUN -> [WARN][55] ([i915#2681] / [i915#2684])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb8/igt@i915_pm_rc6_residency@rc6-idle.html
- shard-iclb: NOTRUN -> [WARN][56] ([i915#2684])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb2/igt@i915_pm_rc6_residency@rc6-idle.html
* igt@i915_pm_rpm@modeset-non-lpsp:
- shard-tglb: NOTRUN -> [SKIP][57] ([fdo#111644] / [i915#1397] / [i915#2411])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb6/igt@i915_pm_rpm@modeset-non-lpsp.html
* igt@i915_pm_rpm@pc8-residency:
- shard-iclb: NOTRUN -> [SKIP][58] ([fdo#109293] / [fdo#109506])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb3/igt@i915_pm_rpm@pc8-residency.html
- shard-tglb: NOTRUN -> [SKIP][59] ([fdo#109506] / [i915#2411])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb6/igt@i915_pm_rpm@pc8-residency.html
* igt@i915_selftest@live@hangcheck:
- shard-snb: [PASS][60] -> [INCOMPLETE][61] ([i915#3921])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11481/shard-snb4/igt@i915_selftest@live@hangcheck.html
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-snb7/igt@i915_selftest@live@hangcheck.html
* igt@i915_suspend@sysfs-reader:
- shard-kbl: [PASS][62] -> [DMESG-WARN][63] ([i915#180]) +1 similar issue
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11481/shard-kbl3/igt@i915_suspend@sysfs-reader.html
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-kbl4/igt@i915_suspend@sysfs-reader.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0:
- shard-tglb: NOTRUN -> [SKIP][64] ([i915#5286]) +2 similar issues
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb8/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html
- shard-iclb: NOTRUN -> [SKIP][65] ([i915#5286]) +1 similar issue
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb6/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@linear-16bpp-rotate-270:
- shard-tglb: NOTRUN -> [SKIP][66] ([fdo#111614]) +6 similar issues
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb7/igt@kms_big_fb@linear-16bpp-rotate-270.html
* igt@kms_big_fb@linear-16bpp-rotate-90:
- shard-iclb: NOTRUN -> [SKIP][67] ([fdo#110725] / [fdo#111614]) +4 similar issues
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb8/igt@kms_big_fb@linear-16bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-glk: NOTRUN -> [SKIP][68] ([fdo#109271] / [i915#3777])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-glk8/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
- shard-apl: NOTRUN -> [SKIP][69] ([fdo#109271] / [i915#3777]) +3 similar issues
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-apl1/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-180:
- shard-iclb: NOTRUN -> [SKIP][70] ([fdo#110723])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb6/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
- shard-kbl: NOTRUN -> [SKIP][71] ([fdo#109271] / [i915#3777]) +4 similar issues
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-kbl3/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
- shard-tglb: NOTRUN -> [SKIP][72] ([fdo#111615]) +4 similar issues
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb2/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs:
- shard-apl: NOTRUN -> [SKIP][73] ([fdo#109271] / [i915#3886]) +7 similar issues
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-apl6/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc:
- shard-kbl: NOTRUN -> [SKIP][74] ([fdo#109271] / [i915#3886]) +10 similar issues
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-kbl6/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc:
- shard-iclb: NOTRUN -> [SKIP][75] ([fdo#109278] / [i915#3886]) +6 similar issues
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb1/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-b-crc-primary-basic-yf_tiled_ccs:
- shard-tglb: NOTRUN -> [SKIP][76] ([fdo#111615] / [i915#3689]) +4 similar issues
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb2/igt@kms_ccs@pipe-b-crc-primary-basic-yf_tiled_ccs.html
* igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs:
- shard-glk: NOTRUN -> [SKIP][77] ([fdo#109271] / [i915#3886]) +2 similar issues
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-glk3/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-c-missing-ccs-buffer-y_tiled_gen12_mc_ccs:
- shard-tglb: NOTRUN -> [SKIP][78] ([i915#3689] / [i915#3886]) +3 similar issues
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb2/igt@kms_ccs@pipe-c-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_mc_ccs:
- shard-tglb: NOTRUN -> [SKIP][79] ([i915#3689]) +5 similar issues
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb8/igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_mc_ccs.html
* igt@kms_chamelium@dp-crc-multiple:
- shard-apl: NOTRUN -> [SKIP][80] ([fdo#109271] / [fdo#111827]) +13 similar issues
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-apl8/igt@kms_chamelium@dp-crc-multiple.html
* igt@kms_chamelium@dp-hpd-fast:
- shard-snb: NOTRUN -> [SKIP][81] ([fdo#109271] / [fdo#111827]) +4 similar issues
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-snb7/igt@kms_chamelium@dp-hpd-fast.html
* igt@kms_chamelium@hdmi-hpd-for-each-pipe:
- shard-kbl: NOTRUN -> [SKIP][82] ([fdo#109271] / [fdo#111827]) +21 similar issues
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-kbl4/igt@kms_chamelium@hdmi-hpd-for-each-pipe.html
* igt@kms_chamelium@vga-hpd:
- shard-tglb: NOTRUN -> [SKIP][83] ([fdo#109284] / [fdo#111827]) +10 similar issues
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb7/igt@kms_chamelium@vga-hpd.html
* igt@kms_color_chamelium@pipe-a-ctm-0-5:
- shard-iclb: NOTRUN -> [SKIP][84] ([fdo#109284] / [fdo#111827]) +5 similar issues
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb3/igt@kms_color_chamelium@pipe-a-ctm-0-5.html
- shard-glk: NOTRUN -> [SKIP][85] ([fdo#109271] / [fdo#111827]) +4 similar issues
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-glk1/igt@kms_color_chamelium@pipe-a-ctm-0-5.html
* igt@kms_color_chamelium@pipe-d-ctm-green-to-red:
- shard-iclb: NOTRUN -> [SKIP][86] ([fdo#109278] / [fdo#109284] / [fdo#111827])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb1/igt@kms_color_chamelium@pipe-d-ctm-green-to-red.html
* igt@kms_content_protection@atomic-dpms:
- shard-tglb: NOTRUN -> [SKIP][87] ([i915#1063]) +1 similar issue
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb1/igt@kms_content_protection@atomic-dpms.html
- shard-kbl: NOTRUN -> [TIMEOUT][88] ([i915#1319])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-kbl7/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@mei_interface:
- shard-iclb: NOTRUN -> [SKIP][89] ([fdo#109300] / [fdo#111066])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb2/igt@kms_content_protection@mei_interface.html
* igt@kms_content_protection@uevent:
- shard-kbl: NOTRUN -> [FAIL][90] ([i915#2105])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-kbl7/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@pipe-a-cursor-32x10-offscreen:
- shard-tglb: NOTRUN -> [SKIP][91] ([i915#3359]) +6 similar issues
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb6/igt@kms_cursor_crc@pipe-a-cursor-32x10-offscreen.html
* igt@kms_cursor_crc@pipe-b-cursor-32x10-rapid-movement:
- shard-iclb: NOTRUN -> [SKIP][92] ([fdo#109278]) +24 similar issues
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb3/igt@kms_cursor_crc@pipe-b-cursor-32x10-rapid-movement.html
* igt@kms_cursor_crc@pipe-b-cursor-32x32-onscreen:
- shard-tglb: NOTRUN -> [SKIP][93] ([i915#3319]) +4 similar issues
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb1/igt@kms_cursor_crc@pipe-b-cursor-32x32-onscreen.html
* igt@kms_cursor_crc@pipe-c-cursor-512x512-random:
- shard-tglb: NOTRUN -> [SKIP][94] ([fdo#109279] / [i915#3359]) +8 similar issues
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb8/igt@kms_cursor_crc@pipe-c-cursor-512x512-random.html
* igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy:
- shard-tglb: NOTRUN -> [SKIP][95] ([fdo#109274] / [fdo#111825]) +9 similar issues
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb1/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy.html
* igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy:
- shard-iclb: NOTRUN -> [SKIP][96] ([fdo#109274] / [fdo#109278]) +2 similar issues
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb3/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-glk: [PASS][97] -> [FAIL][98] ([i915#2346])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11481/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-glk5/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_dp_tiled_display@basic-test-pattern:
- shard-tglb: NOTRUN -> [SKIP][99] ([i915#426])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb7/igt@kms_dp_tiled_display@basic-test-pattern.html
* igt@kms_draw_crc@draw-method-rgb565-blt-xtiled:
- shard-glk: [PASS][100] -> [FAIL][101] ([i915#1888] / [i915#5160])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11481/shard-glk7/igt@kms_draw_crc@draw-method-rgb565-blt-xtiled.html
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-glk3/igt@kms_draw_crc@draw-method-rgb565-blt-xtiled.html
* igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-4tiled:
- shard-tglb: NOTRUN -> [SKIP][102] ([i915#5287]) +3 similar issues
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb2/igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-4tiled.html
* igt@kms_draw_crc@draw-method-xrgb8888-mmap-gtt-4tiled:
- shard-iclb: NOTRUN -> [SKIP][103] ([i915#5287]) +1 similar issue
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb8/igt@kms_draw_crc@draw-method-xrgb8888-mmap-gtt-4tiled.html
* igt@kms_flip@2x-absolute-wf_vblank:
- shard-tglb: NOTRUN -> [SKIP][104] ([fdo#109274] / [fdo#111825] / [i915#3966])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb5/igt@kms_flip@2x-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-panning-interruptible:
- shard-iclb: NOTRUN -> [SKIP][105] ([fdo#109274]) +2 similar issues
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb6/igt@kms_flip@2x-flip-vs-panning-interruptible.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling:
- shard-iclb: NOTRUN -> [SKIP][106] ([i915#3701])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling:
- shard-iclb: NOTRUN -> [SKIP][107] ([i915#2587])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html
* igt@kms_force_connector_basic@force-load-detect:
- shard-iclb: NOTRUN -> [SKIP][108] ([fdo#109285])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb7/igt@kms_force_connector_basic@force-load-detect.html
- shard-tglb: NOTRUN -> [SKIP][109] ([fdo#109285])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb2/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-render:
- shard-tglb: NOTRUN -> [SKIP][110] ([fdo#109280] / [fdo#111825]) +30 similar issues
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-suspend:
- shard-apl: NOTRUN -> [DMESG-WARN][111] ([i915#180])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-apl1/igt@kms_frontbuffer_tracking@fbc-suspend.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-iclb: NOTRUN -> [SKIP][112] ([i915#5438])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb4/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
- shard-tglb: NOTRUN -> [SKIP][113] ([i915#5439])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb5/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-wc:
- shard-glk: NOTRUN -> [SKIP][114] ([fdo#109271]) +53 similar issues
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-glk9/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-cpu:
- shard-iclb: NOTRUN -> [SKIP][115] ([fdo#109280]) +15 similar issues
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-cpu.html
* igt@kms_hdr@static-swap:
- shard-tglb: NOTRUN -> [SKIP][116] ([i915#3555])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb2/igt@kms_hdr@static-swap.html
* igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes:
- shard-iclb: NOTRUN -> [SKIP][117] ([fdo#109289]) +1 similar issue
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb5/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html
* igt@kms_pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence:
- shard-kbl: NOTRUN -> [SKIP][118] ([fdo#109271] / [i915#533])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-kbl6/igt@kms_pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence.html
* igt@kms_plane_alpha_blend@pipe-a-alpha-7efc:
- shard-kbl: NOTRUN -> [FAIL][119] ([fdo#108145] / [i915#265]) +3 similar issues
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-kbl7/igt@kms_plane_alpha_blend@pipe-a-alpha-7efc.html
* igt@kms_plane_alpha_blend@pipe-c-constant-alpha-max:
- shard-apl: NOTRUN -> [FAIL][120] ([fdo#108145] / [i915#265])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-apl8/igt@kms_plane_alpha_blend@pipe-c-constant-alpha-max.html
* igt@kms_plane_lowres@pipe-a-tiling-x:
- shard-tglb: NOTRUN -> [SKIP][121] ([i915#3536]) +1 similar issue
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb8/igt@kms_plane_lowres@pipe-a-tiling-x.html
* igt@kms_plane_lowres@pipe-a-tiling-y:
- shard-iclb: NOTRUN -> [SKIP][122] ([i915#3536])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb4/igt@kms_plane_lowres@pipe-a-tiling-y.html
* igt@kms_plane_scaling@downscale-with-rotation-factor-0-25@pipe-a-edp-1-downscale-with-rotation:
- shard-iclb: NOTRUN -> [SKIP][123] ([i915#5176]) +5 similar issues
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-iclb2/igt@kms_plane_scaling@downscale-with-rotation-factor-0-25@pipe-a-edp-1-downscale-with-rotation.html
* igt@kms_plane_scaling@downscale-with-rotation-factor-0-5@pipe-a-dp-1-downscale-with-rotation:
- shard-kbl: NOTRUN -> [SKIP][124] ([fdo#109271]) +257 similar issues
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-kbl3/igt@kms_plane_scaling@downscale-with-rotation-factor-0-5@pipe-a-dp-1-downscale-with-rotation.html
* igt@kms_plane_scaling@downscale-with-rotation-factor-0-5@pipe-b-edp-1-downscale-with-rotation:
- shard-tglb: NOTRUN -> [SKIP][125] ([i915#5176]) +11 similar issues
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb1/igt@kms_plane_scaling@downscale-with-rotation-factor-0-5@pipe-b-edp-1-downscale-with-rotation.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-edp-1-planes-downscale:
- shard-tglb: NOTRUN -> [SKIP][126] ([i915#5235]) +3 similar issues
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/shard-tglb8/igt@kms_plane_
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6912/index.html
[-- Attachment #2: Type: text/html, Size: 33889 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread