public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Dave Gordon <david.s.gordon@intel.com>
To: intel-gfx@lists.freedesktop.org, Chris Wilson <chris@chris-wilson.co.uk>
Subject: Re: ✗ Ro.CI.BAT: failure for series starting with [CI,1/9] drm/i915: Rename request reference/unreference to get/put
Date: Wed, 20 Jul 2016 16:51:31 +0100	[thread overview]
Message-ID: <578F9E03.3030503@intel.com> (raw)
In-Reply-To: <20160720130214.25895.60523@emeril.freedesktop.org>

On 20/07/16 14:02, Patchwork wrote:
> == Series Details ==
>
> Series: series starting with [CI,1/9] drm/i915: Rename request reference/unreference to get/put
> URL   : https://patchwork.freedesktop.org/series/10089/
> State : failure
>
> == Summary ==
>
> Series 10089v1 Series without cover letter
> http://patchwork.freedesktop.org/api/1.0/series/10089/revisions/1/mbox
>
> Test gem_sync:
>          Subgroup basic-store-each:
>                  pass       -> FAIL       (ro-bdw-i7-5600u)

That's
Bug 96974 - [BAT BDW] gem_sync / basic-store-each fails sporadically

It claims that some interrupts were missed during the test but it 
doesn't happen on any other BDW (or any other machine at all).
Perhaps we need another one "exactly the same" to see whether it's at 
all reproducible anywhere but that one system?

.Dave.

> fi-hsw-i7-4770k  total:244  pass:216  dwarn:0   dfail:0   fail:8   skip:20
> fi-kbl-qkkr      total:244  pass:180  dwarn:28  dfail:1   fail:8   skip:27
> fi-skl-i5-6260u  total:244  pass:224  dwarn:0   dfail:0   fail:8   skip:12
> fi-skl-i7-6700k  total:244  pass:210  dwarn:0   dfail:0   fail:8   skip:26
> fi-snb-i7-2600   total:244  pass:196  dwarn:0   dfail:0   fail:8   skip:40
> ro-bdw-i5-5250u  total:244  pass:219  dwarn:4   dfail:0   fail:8   skip:13
> ro-bdw-i7-5600u  total:244  pass:203  dwarn:0   dfail:0   fail:9   skip:32
> ro-bsw-n3050     total:218  pass:173  dwarn:0   dfail:0   fail:2   skip:42
> ro-byt-n2820     total:244  pass:197  dwarn:0   dfail:0   fail:9   skip:38
> ro-hsw-i3-4010u  total:244  pass:212  dwarn:0   dfail:0   fail:8   skip:24
> ro-hsw-i7-4770r  total:244  pass:212  dwarn:0   dfail:0   fail:8   skip:24
> ro-ilk-i7-620lm  total:244  pass:172  dwarn:0   dfail:0   fail:9   skip:63
> ro-ilk1-i5-650   total:239  pass:172  dwarn:0   dfail:0   fail:9   skip:58
> ro-ivb-i7-3770   total:244  pass:203  dwarn:0   dfail:0   fail:8   skip:33
> ro-skl3-i5-6260u total:244  pass:224  dwarn:0   dfail:0   fail:8   skip:12
> ro-snb-i7-2620M  total:244  pass:193  dwarn:0   dfail:0   fail:9   skip:42
> ro-bdw-i7-5557U failed to connect after reboot
>
> Results at /archive/results/CI_IGT_test/RO_Patchwork_1543/
>
> cafe8a2 drm-intel-nightly: 2016y-07m-20d-08h-45m-03s UTC integration manifest
> 1f14a4a drm/i915: Convert i915_semaphores_is_enabled over to early sanitize
> b2c39d7 drm/i915: Rename ring->virtual_start as ring->vaddr
> 170ddd1 drm/i915: Treat ringbuffer writes as write to normal memory
> 5118b49 drm/i915: Rename drm_gem_object_unreference_unlocked in preparation for lockless free
> 9e842dc drm/i915: Rename drm_gem_object_unreference in preparation for lockless free
> cc3c3c5 drm/i915: Wrap drm_gem_object_reference in i915_gem_object_get
> dd5b89e drm/i915: Wrap drm_gem_object_lookup in i915_gem_object_lookup
> 9794f2d drm/i915: Rename i915_gem_context_reference/unreference()
> e08379e drm/i915: Rename request reference/unreference to get/put
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
>

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2016-07-20 15:51 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-20 12:31 [CI 1/9] drm/i915: Rename request reference/unreference to get/put Chris Wilson
2016-07-20 12:31 ` [CI 2/9] drm/i915: Rename i915_gem_context_reference/unreference() Chris Wilson
2016-07-20 12:31 ` [CI 3/9] drm/i915: Wrap drm_gem_object_lookup in i915_gem_object_lookup Chris Wilson
2016-07-20 12:31 ` [CI 4/9] drm/i915: Wrap drm_gem_object_reference in i915_gem_object_get Chris Wilson
2016-07-20 12:31 ` [CI 5/9] drm/i915: Rename drm_gem_object_unreference in preparation for lockless free Chris Wilson
2016-07-20 12:31 ` [CI 6/9] drm/i915: Rename drm_gem_object_unreference_unlocked " Chris Wilson
2016-07-20 12:31 ` [CI 7/9] drm/i915: Treat ringbuffer writes as write to normal memory Chris Wilson
2016-07-20 12:31 ` [CI 8/9] drm/i915: Rename ring->virtual_start as ring->vaddr Chris Wilson
2016-07-20 12:31 ` [CI 9/9] drm/i915: Convert i915_semaphores_is_enabled over to early sanitize Chris Wilson
2016-07-20 13:02 ` ✗ Ro.CI.BAT: failure for series starting with [CI,1/9] drm/i915: Rename request reference/unreference to get/put Patchwork
2016-07-20 15:51   ` Dave Gordon [this message]
2016-07-20 16:03     ` Tvrtko Ursulin
2016-07-20 16:14       ` Chris Wilson

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=578F9E03.3030503@intel.com \
    --to=david.s.gordon@intel.com \
    --cc=chris@chris-wilson.co.uk \
    --cc=intel-gfx@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