✗ Fi.CI.BAT: failure for series starting with [01/29] drm/i915: Mark up clflushes as belonging to an unordered timeline

Patchwork patchwork at emeril.freedesktop.org
Thu Apr 13 09:17:22 UTC 2017


== Series Details ==

Series: series starting with [01/29] drm/i915: Mark up clflushes as belonging to an unordered timeline
URL   : https://patchwork.freedesktop.org/series/22975/
State : failure

== Summary ==

Series 22975v1 Series without cover letter
https://patchwork.freedesktop.org/api/1.0/series/22975/revisions/1/mbox/

Test gem_exec_fence:
        Subgroup await-hang-default:
                pass       -> INCOMPLETE (fi-ilk-650)
Test gem_exec_flush:
        Subgroup basic-batch-kernel-default-uc:
                pass       -> FAIL       (fi-snb-2600) fdo#100007
Test gem_exec_suspend:
        Subgroup basic-s4-devices:
                pass       -> DMESG-WARN (fi-kbl-7560u) fdo#100125
Test kms_frontbuffer_tracking:
        Subgroup basic:
                pass       -> FAIL       (fi-skl-6700k)
                pass       -> FAIL       (fi-snb-2600)
                pass       -> FAIL       (fi-bdw-5557u)
                pass       -> FAIL       (fi-hsw-4770r)
                pass       -> FAIL       (fi-bdw-gvtdvm)
                pass       -> FAIL       (fi-ivb-3770)
Test pm_rpm:
        Subgroup basic-rte:
                pass       -> INCOMPLETE (fi-bsw-n3050)

fdo#100007 https://bugs.freedesktop.org/show_bug.cgi?id=100007
fdo#100125 https://bugs.freedesktop.org/show_bug.cgi?id=100125

fi-bdw-5557u     total:278  pass:266  dwarn:0   dfail:0   fail:1   skip:11  time:433s
fi-bdw-gvtdvm    total:278  pass:255  dwarn:8   dfail:0   fail:1   skip:14  time:419s
fi-bsw-n3050     total:242  pass:207  dwarn:0   dfail:0   fail:0   skip:34 
fi-bxt-j4205     total:278  pass:259  dwarn:0   dfail:0   fail:0   skip:19  time:501s
fi-bxt-t5700     total:278  pass:258  dwarn:0   dfail:0   fail:0   skip:20  time:565s
fi-byt-j1900     total:278  pass:254  dwarn:0   dfail:0   fail:0   skip:24  time:483s
fi-hsw-4770      total:278  pass:262  dwarn:0   dfail:0   fail:0   skip:16  time:413s
fi-hsw-4770r     total:278  pass:261  dwarn:0   dfail:0   fail:1   skip:16  time:402s
fi-ilk-650       total:48   pass:27   dwarn:0   dfail:0   fail:0   skip:20 
fi-ivb-3520m     total:278  pass:260  dwarn:0   dfail:0   fail:0   skip:18  time:495s
fi-ivb-3770      total:278  pass:259  dwarn:0   dfail:0   fail:1   skip:18  time:495s
fi-kbl-7500u     total:278  pass:260  dwarn:0   dfail:0   fail:0   skip:18  time:453s
fi-kbl-7560u     total:278  pass:267  dwarn:1   dfail:0   fail:0   skip:10  time:566s
fi-skl-6260u     total:278  pass:268  dwarn:0   dfail:0   fail:0   skip:10  time:449s
fi-skl-6700hq    total:278  pass:261  dwarn:0   dfail:0   fail:0   skip:17  time:568s
fi-skl-6700k     total:278  pass:255  dwarn:4   dfail:0   fail:1   skip:18  time:450s
fi-skl-6770hq    total:278  pass:268  dwarn:0   dfail:0   fail:0   skip:10  time:486s
fi-skl-gvtdvm    total:278  pass:265  dwarn:0   dfail:0   fail:0   skip:13  time:422s
fi-snb-2520m     total:278  pass:250  dwarn:0   dfail:0   fail:0   skip:28  time:535s
fi-snb-2600      total:278  pass:247  dwarn:0   dfail:0   fail:2   skip:29  time:408s
fi-byt-n2820 failed to collect. IGT log at Trybot_731/fi-byt-n2820/igt.log

6184edce6665aee9c9131149a7b9314a1313eaf9 drm-tip: 2017y-04m-13d-08h-27m-10s UTC integration manifest
8f11800 drm/i915: Mark CPU cache as dirty on every transition for CPU writes
efa83ab drm/i915: Enable rcu-only context lookups
d8db829 drm/i915: Allow contexts to be unreferenced locklessly
6552375 drm/i915: Group all the global context information together
8a9dcd6 drm/i915/scheduler: Support user-defined priorities
0990a94 drm/i915: Async GPU relocation processing
be02404 drm/i915: Allow execbuffer to use the first object as the batch
960b5f1 drm/i915: Wait upon userptr get-user-pages within execbuffer
3a02e65 drm/i915: First try the previous execbuffer location
bb79547 drm/i915: Eliminate lots of iterations over the execobjects array
e32f313 drm/i915: Pass vma to relocate entry
e89b1f4 drm/i915: Store a direct lookup from object handle to vma
23d5bde drm/i915: Split vma exec_link/evict_link
9368c26 drm/i915: Use vma->exec_entry as our double-entry placeholder
cc176e9 drm/i915: Amalgamate execbuffer parameter structures
27d93d3 drm/i915: Copy user requested buffers into the error state
75c962f drm/i915: Reinstate reservation_object zapping for batch_pool objects
488ad78 drm/i915: Don't mark an execlists context-switch when idle
faf8c07 drm/i915/execlists: Pack the count into the low bits of the port.request
adab175 drm/i915: Only report a wakeup if the waiter was truly asleep
c490443 drm/i915: Switch the global i915.semaphores check to a local predicate
e331e4f drm/i915: Do not record a successful syncpoint for a dma-await
c30a572 drm/i915: Confirm the request is still active before adding it to the await
60dba7e drm/i915: Rename intel_timeline.sync_seqno[] to .global_sync[]
0800177 drm/i915: Squash repeated awaits on the same fence
69774af drm/i915: Redefine ptr_pack_bits() and friends
5cacef8 drm/i915: Make ptr_unpack_bits() more function-like
8ddb5b1 drm/i915: Lift timeline ordering to await_dma_fence
697ad6d drm/i915: Mark up clflushes as belonging to an unordered timeline

== Logs ==

For more details see: https://intel-gfx-ci.01.org/CI/Trybot_731/


More information about the Intel-gfx-trybot mailing list