From: Michal Wajdeczko <michal.wajdeczko@intel.com>
To: intel-xe@lists.freedesktop.org
Subject: Re: ✗ CI.BAT: failure for drm/xe: Allow to exclude part of GGTT from allocations
Date: Thu, 11 Jan 2024 20:53:48 +0100 [thread overview]
Message-ID: <6323ffbf-6b7b-46ab-9101-02807f0d0b5a@intel.com> (raw)
In-Reply-To: <170500039807.290000.12393143665221931404@5338d5abeb45>
On 11.01.2024 20:13, Patchwork wrote:
> == Series Details ==
>
> Series: drm/xe: Allow to exclude part of GGTT from allocations
> URL : https://patchwork.freedesktop.org/series/128686/
> State : failure
>
> == Summary ==
>
> CI Bug Log - changes from xe-618-79184e72263e91528195db01783148435c7e4fad_BAT -> xe-pw-128686v1_BAT
> ====================================================
>
> Summary
> -------
>
> **FAILURE**
>
> Serious unknown changes coming with xe-pw-128686v1_BAT absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in xe-pw-128686v1_BAT, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
> to document this new failure mode, which will reduce false positives in CI.
>
>
>
> Participating hosts (4 -> 4)
> ------------------------------
>
> No changes in participating hosts
>
> Possible new issues
> -------------------
>
> Here are the unknown changes that may have been introduced in xe-pw-128686v1_BAT:
>
> ### IGT changes ###
>
> #### Possible regressions ####
hmm, this must be a CI glitch, as new functions from this patch are not
used yet by any driver code paths, so they can't cause real regressions
>
> * igt@kms_pipe_crc_basic@read-crc-frame-sequence:
> - bat-dg2-oem2: [PASS][1] -> [SKIP][2] +1 other test skip
> [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-618-79184e72263e91528195db01783148435c7e4fad/bat-dg2-oem2/igt@kms_pipe_crc_basic@read-crc-frame-sequence.html
> [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-128686v1/bat-dg2-oem2/igt@kms_pipe_crc_basic@read-crc-frame-sequence.html
>
> * igt@xe_exec_threads@threads-mixed-fd-basic:
> - bat-dg2-oem2: [PASS][3] -> [INCOMPLETE][4]
> [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-618-79184e72263e91528195db01783148435c7e4fad/bat-dg2-oem2/igt@xe_exec_threads@threads-mixed-fd-basic.html
> [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-128686v1/bat-dg2-oem2/igt@xe_exec_threads@threads-mixed-fd-basic.html
>
>
> Known issues
> ------------
>
> Here are the changes found in xe-pw-128686v1_BAT that come from known issues:
>
> ### IGT changes ###
>
> #### Issues hit ####
>
> * igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-prefetch:
> - bat-atsm-2: NOTRUN -> [SKIP][5] ([Intel XE#288]) +6 other tests skip
> [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-128686v1/bat-atsm-2/igt@xe_exec_fault_mode@twice-bindexecqueue-userptr-prefetch.html
>
>
> #### Possible fixes ####
>
> * igt@xe_create@create-execqueues-noleak:
> - bat-atsm-2: [FAIL][6] ([Intel XE#1099]) -> [PASS][7]
> [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-618-79184e72263e91528195db01783148435c7e4fad/bat-atsm-2/igt@xe_create@create-execqueues-noleak.html
> [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-128686v1/bat-atsm-2/igt@xe_create@create-execqueues-noleak.html
>
>
> #### Warnings ####
>
> * igt@xe_exec_fault_mode@twice-userptr-invalidate-prefetch:
> - bat-atsm-2: [INCOMPLETE][8] ([Intel XE#506]) -> [SKIP][9] ([Intel XE#288])
> [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-618-79184e72263e91528195db01783148435c7e4fad/bat-atsm-2/igt@xe_exec_fault_mode@twice-userptr-invalidate-prefetch.html
> [9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-128686v1/bat-atsm-2/igt@xe_exec_fault_mode@twice-userptr-invalidate-prefetch.html
>
>
> [Intel XE#1099]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1099
> [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
> [Intel XE#506]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/506
>
>
> Build changes
> -------------
>
> * IGT: IGT_7669 -> IGT_7670
> * Linux: xe-618-79184e72263e91528195db01783148435c7e4fad -> xe-pw-128686v1
>
> IGT_7669: 418064e40ca6399700b0548983fdb679be4d855b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
> IGT_7670: 1b32bcdb2d9965090234739aba891a90743e01c4 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
> xe-618-79184e72263e91528195db01783148435c7e4fad: 79184e72263e91528195db01783148435c7e4fad
> xe-pw-128686v1: 128686v1
>
> == Logs ==
>
> For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-128686v1/index.html
>
next prev parent reply other threads:[~2024-01-11 19:53 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-11 18:25 [PATCH] drm/xe: Allow to exclude part of GGTT from allocations Michal Wajdeczko
2024-01-11 18:33 ` ✓ CI.Patch_applied: success for " Patchwork
2024-01-11 18:34 ` ✓ CI.checkpatch: " Patchwork
2024-01-11 18:34 ` ✓ CI.KUnit: " Patchwork
2024-01-11 18:42 ` ✓ CI.Build: " Patchwork
2024-01-11 18:42 ` ✓ CI.Hooks: " Patchwork
2024-01-11 18:43 ` ✓ CI.checksparse: " Patchwork
2024-01-11 19:13 ` ✗ CI.BAT: failure " Patchwork
2024-01-11 19:53 ` Michal Wajdeczko [this message]
2024-01-12 9:25 ` [PATCH] " Piotr Piórkowski
2024-01-12 11:05 ` Michal Wajdeczko
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=6323ffbf-6b7b-46ab-9101-02807f0d0b5a@intel.com \
--to=michal.wajdeczko@intel.com \
--cc=intel-xe@lists.freedesktop.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox