[igt-dev] ✗ Fi.CI.BAT: failure for Fixes for i915_hangman and gem_exec_capture (rev6)
Matthew Brost
matthew.brost at intel.com
Thu Jan 13 22:53:55 UTC 2022
On Thu, Jan 13, 2022 at 10:23:29PM +0000, Patchwork wrote:
> Patch Details
>
> Series: Fixes for i915_hangman and gem_exec_capture (rev6)
> URL: https://patchwork.freedesktop.org/series/97981/
> State: failure
> Details: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6553/index.html
>
> CI Bug Log - changes from CI_DRM_11080 -> IGTPW_6553
>
> Summary
>
> FAILURE
>
> Serious unknown changes coming with IGTPW_6553 absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_6553, 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_6553/index.html
>
> Participating hosts (41 -> 41)
>
> Additional (1): fi-kbl-soraka
> Missing (1): fi-bsw-cyan
>
> Possible new issues
>
> Here are the unknown changes that may have been introduced in IGTPW_6553:
>
> IGT changes
>
> Possible regressions
>
> • igt at i915_hangman@error-state-basic:
> □ bat-dg1-6: PASS -> SKIP
It looks like it is skipped because of the requirement:
Test requirement not met in function __igt_unique____real_main495, file ../tests/i915/i915_hangman.c:517:
Test requirement: gem_mmap__has_wc(device)
Which was added in this patch:
https://patchwork.freedesktop.org/patch/469465/?series=97981&rev=6
static void do_tests(const char *name, const char *prefix,
@@ -433,6 +490,8 @@ igt_main
igt_assert(sysfs != -1);
igt_require(has_error_state(sysfs));
+
+ gem_require_mmap_wc(device);
}
igt_describe("Basic error capture");
Do discrete device not support mmap_wc?
Matt
>
> Known issues
>
> Here are the changes found in IGTPW_6553 that come from known issues:
>
> IGT changes
>
> Issues hit
>
> • igt at amdgpu/amd_cs_nop at sync-fork-compute0:
>
> □ fi-snb-2600: NOTRUN -> SKIP (fdo#109271) +17 similar issues
> • igt at gem_exec_fence@basic-busy at bcs0:
>
> □ fi-kbl-soraka: NOTRUN -> SKIP (fdo#109271) +8 similar issues
> • igt at gem_huc_copy@huc-copy:
>
> □ fi-skl-6600u: NOTRUN -> SKIP (fdo#109271 / i915#2190)
>
> □ fi-kbl-soraka: NOTRUN -> SKIP (fdo#109271 / i915#2190)
>
> • igt at gem_lmem_swapping@basic:
>
> □ fi-kbl-soraka: NOTRUN -> SKIP (fdo#109271 / i915#4613) +3 similar
> issues
> • igt at gem_lmem_swapping@verify-random:
>
> □ fi-skl-6600u: NOTRUN -> SKIP (fdo#109271 / i915#4613) +3 similar issues
> • igt at i915_pm_rps@basic-api:
>
> □ bat-dg1-6: PASS -> FAIL (i915#4032)
> • igt at i915_selftest@live:
>
> □ fi-skl-6600u: NOTRUN -> INCOMPLETE (i915#4794)
> • igt at i915_selftest@live at gt_pm:
>
> □ fi-kbl-soraka: NOTRUN -> DMESG-FAIL (i915#1886 / i915#2291)
> • igt at i915_selftest@live at requests:
>
> □ fi-blb-e6850: PASS -> DMESG-FAIL (i915#4528)
> • igt at kms_chamelium@common-hpd-after-suspend:
>
> □ fi-kbl-soraka: NOTRUN -> SKIP (fdo#109271 / fdo#111827) +8 similar
> issues
> • igt at kms_chamelium@vga-edid-read:
>
> □ fi-skl-6600u: NOTRUN -> SKIP (fdo#109271 / fdo#111827) +8 similar
> issues
> • igt at kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
>
> □ fi-skl-6600u: NOTRUN -> SKIP (fdo#109271) +3 similar issues
> • igt at kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
>
> □ fi-skl-6600u: NOTRUN -> SKIP (fdo#109271 / i915#533)
>
> □ fi-kbl-soraka: NOTRUN -> SKIP (fdo#109271 / i915#533)
>
> • igt at runner@aborted:
>
> □ fi-blb-e6850: NOTRUN -> FAIL (fdo#109271 / i915#2403 / i915#4312)
>
> Possible fixes
>
> • igt at gem_exec_suspend@basic-s3 at smem:
>
> □ fi-skl-6600u: INCOMPLETE (i915#4547) -> PASS
> • igt at i915_selftest@live at execlists:
>
> □ {bat-jsl-1}: DMESG-FAIL -> PASS
> • igt at i915_selftest@live at hangcheck:
>
> □ fi-snb-2600: INCOMPLETE (i915#3921) -> PASS
>
> {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_6326 -> IGTPW_6553
>
> CI-20190529: 20190529
> CI_DRM_11080: 8f2355c95e279e57a962843e5d7ba38885b3cfb7 @ git://
> anongit.freedesktop.org/gfx-ci/linux
> IGTPW_6553: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6553/index.html
> IGT_6326: ec75f64fcbcf4aac58fbf1bf629e8f59b19db4ce @ https://
> gitlab.freedesktop.org/drm/igt-gpu-tools.git
>
> == Testlist changes ==
>
> +igt at i915_hangman@detector
> +igt at i915_hangman@engine-engine-error
> +igt at i915_hangman@engine-engine-hang
> +igt at i915_hangman@engine-error-state-capture
> +igt at i915_hangman@gt-engine-error
> +igt at i915_hangman@gt-engine-hang
> +igt at i915_hangman@gt-error-state-capture
> -igt at i915_hangman@engine-error
> -igt at i915_hangman@engine-hang
> -igt at i915_hangman@error-state-capture
>
> SECURITY NOTE: file ~/.netrc must not be accessible by others
More information about the igt-dev
mailing list