Bug 108767 - [CI][Runner] Abort on network down
Summary: [CI][Runner] Abort on network down
Status: RESOLVED MOVED
Alias: None
Product: DRI
Classification: Unclassified
Component: IGT (show other bugs)
Version: XOrg git
Hardware: Other All
: high normal
Assignee: Petri Latvala
QA Contact:
URL:
Whiteboard: ReadyForDev
Keywords:
: 108680 108953 (view as bug list)
Depends on:
Blocks:
 
Reported: 2018-11-16 14:38 UTC by Martin Peres
Modified: 2019-11-12 07:39 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Martin Peres 2018-11-16 14:38:02 UTC
When the network is down, the external watchdogs are bound to come and kill the machine.

Protect ourselves against these random incompletes by stopping the execution early and exiting.

The current plan was to allow the configuration of a host to ping before executing a new binary to make sure that the network is still up. The host to ping should be specified in igtrc. If none are specified, no pings should be made.
Comment 2 Jani Saarinen 2018-11-21 11:43:35 UTC
Dropping priority, new feature request.
Comment 3 Martin Peres 2018-12-03 16:26:11 UTC
https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5244/fi-kbl-7560u/igt@gem_basic@create-close.html

No logs, but it seems like it got stuck very early on, as can be seen in the run log:

[001/332] (960s left) core_auth (basic-auth)
FATAL: command execution failed
java.io.EOFException
	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2681)
	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3156)
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:862)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:358)
	at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:49)
	at hudson.remoting.Command.readFrom(Command.java:140)
	at hudson.remoting.Command.readFrom(Command.java:126)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:36)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63)
Caused: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:77)
Caused: java.io.IOException: Backing channel 'fi-kbl-7560u' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:214)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
	at com.sun.proxy.$Proxy64.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1144)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1136)
	at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:155)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:109)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.Build$BuildExecution.build(Build.java:206)
	at hudson.model.Build$BuildExecution.doRun(Build.java:163)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
	at hudson.model.Run.execute(Run.java:1810)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
FATAL: Unable to delete script file /tmp/jenkins3295738120970564664.sh
java.io.EOFException
	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2681)
	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3156)
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:862)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:358)
	at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:49)
	at hudson.remoting.Command.readFrom(Command.java:140)
	at hudson.remoting.Command.readFrom(Command.java:126)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:36)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63)
Caused: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:77)
Caused: hudson.remoting.ChannelClosedException: Channel "unknown": Remote call on fi-kbl-7560u failed. The channel is closing down or has closed down
	at hudson.remoting.Channel.call(Channel.java:948)
	at hudson.FilePath.act(FilePath.java:1070)
	at hudson.FilePath.act(FilePath.java:1059)
	at hudson.FilePath.delete(FilePath.java:1563)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:123)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.Build$BuildExecution.build(Build.java:206)
	at hudson.model.Build$BuildExecution.doRun(Build.java:163)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
	at hudson.model.Run.execute(Run.java:1810)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Build step 'Execute shell' marked build as failure
Set build name.
Workspace is not accessible
ERROR: no workspace for CI_IGT_test #2662333
Notifying upstream projects of job completion
Finished: FAILURE
Completed CI_IGT_test CI_DRM_5244/fi-kbl-7560u/0 : FAILURE
CI_IGT_test runtime 6 seconds
Rebooting fi-kbl-7560u
Comment 4 Lakshmi 2018-12-07 16:16:09 UTC
*** Bug 108953 has been marked as a duplicate of this bug. ***
Comment 5 Lakshmi 2018-12-07 16:19:58 UTC
*** Bug 108680 has been marked as a duplicate of this bug. ***
Comment 6 CI Bug Log 2018-12-31 14:56:34 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-kbl-7560u: random tests - incomplete -}
{+ fi-kbl-7560u: random tests - incomplete +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_172/fi-kbl-7560u/igt@pm_lpsp@edp-panel-fitter.html
Comment 7 CI Bug Log 2019-01-04 15:19:52 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-kbl-7560u: random tests - incomplete -}
{+ fi-kbl-7560u: random tests - incomplete +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_175/fi-kbl-7560u/igt@kms_cursor_crc@cursor-128x128-offscreen.html
Comment 8 CI Bug Log 2019-01-14 17:20:53 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-kbl-7560u: random tests - incomplete -}
{+ fi-kbl-7560u: random tests - incomplete +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5403/fi-kbl-7560u/igt@gem_close_race@basic-threads.html
Comment 9 CI Bug Log 2019-01-24 13:17:09 UTC
The CI Bug Log issue associated to this bug has been updated.

### New filters associated

* SKL: random tests - incomplete
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5464/shard-skl8/igt@kms_flip@flip-vs-panning-vs-hang-interruptible.html
Comment 10 CI Bug Log 2019-01-24 13:18:28 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-kbl-7560u: random tests - incomplete -}
{+ fi-kbl-7560u: random tests - incomplete +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4783/fi-kbl-7560u/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html
* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_194/fi-kbl-7560u/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b.html
Comment 11 CI Bug Log 2019-01-28 10:37:58 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-kbl-7560u: random tests - incomplete -}
{+ fi-kbl-7560u: random tests - incomplete +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_177/fi-kbl-7560u/igt@prime_busy@wait-hang-render.html
Comment 12 CI Bug Log 2019-01-28 10:43:06 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-kbl-7560u: random tests - incomplete -}
{+ fi-kbl-7560u: random tests - incomplete +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_180/fi-kbl-7560u/igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes.html
Comment 13 CI Bug Log 2019-01-28 12:45:59 UTC
A CI Bug Log filter associated to this bug has been updated:

{- CHAMELIUM: igt@kms_chamelium@* - fail - Last errno: 113, No route to host -}
{+ CHAMELIUM: igt@kms_chamelium@* - fail - Last errno: 113, No route to host +}

 No new failures caught with the new filter
Comment 14 CI Bug Log 2019-01-29 12:01:51 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-cfl-8109u: random tests - incomplete -}
{+ fi-cfl-8109u: random tests - incomplete +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_178/fi-cfl-8109u/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html
Comment 15 CI Bug Log 2019-01-29 12:08:25 UTC
The CI Bug Log issue associated to this bug has been updated.

### New filters associated

* fi-blb-e6850: random tests - incomplete
  - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_178/fi-blb-e6850/igt@kms_atomic_interruptible@universal-setplane-cursor.html
Comment 16 CI Bug Log 2019-01-29 14:53:44 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-kbl-7560u: random tests - incomplete -}
{+ fi-kbl-7560u: random tests - incomplete +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_198/fi-kbl-7560u/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html
* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_200/fi-kbl-7560u/igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-gtt.html
Comment 17 CI Bug Log 2019-01-29 16:28:51 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-cfl-8109u: random tests - incomplete -}
{+ fi-cfl-8109u: random tests - incomplete +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_187/fi-cfl-8109u/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html
Comment 18 CI Bug Log 2019-01-31 11:22:38 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-cfl-8109u: random tests - incomplete -}
{+ fi-cfl-8109u: random tests - incomplete +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_192/fi-cfl-8109u/igt@kms_busy@basic-modeset-c.html
Comment 19 CI Bug Log 2019-01-31 11:45:17 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-cfl-8109u: random tests - incomplete -}
{+ fi-cfl-8109u: random tests - incomplete +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_195/fi-cfl-8109u/igt@perf_pmu@enable-race-vcs1.html
Comment 20 CI Bug Log 2019-01-31 14:11:16 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-blb-e6850: random tests - incomplete -}
{+ fi-blb-e6850: random tests - incomplete +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_202/fi-blb-e6850/igt@kms_flip@flip-vs-suspend.html
Comment 21 CI Bug Log 2019-01-31 15:06:54 UTC
The CI Bug Log issue associated to this bug has been updated.

### New filters associated

* fi-snb-2520m: igt@gem_eio@throttle - incomplete - empty logs
  - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_202/fi-snb-2520m/igt@gem_eio@throttle.html
Comment 22 CI Bug Log 2019-01-31 16:18:09 UTC
The CI Bug Log issue associated to this bug has been updated.

### New filters associated

* fi-kbl-guc: igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack - incomplete - empty logs
  - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_201/fi-kbl-guc/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack.html
Comment 23 CI Bug Log 2019-02-07 12:28:49 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-kbl-7560u: random tests - incomplete -}
{+ fi-kbl-7560u: random tests - incomplete +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_203/fi-kbl-7560u/igt@gem_pwrite_pread@display-pwrite-blt-gtt_mmap-performance.html
Comment 24 CI Bug Log 2019-02-07 16:49:11 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-snb-2520m: igt@gem_eio@throttle - incomplete - empty logs -}
{+ fi-snb-2520m: igt@* - incomplete - empty logs +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_203/fi-snb-2520m/igt@kms_color@pipe-a-legacy-gamma.html
Comment 25 CI Bug Log 2019-02-08 14:34:47 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-snb-2520m: igt@* - incomplete - empty logs -}
{+ fi-snb-2520m: igt@* - incomplete - empty logs +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_211/fi-snb-2520m/igt@kms_busy@extended-pageflip-modeset-hang-oldfb-render-a.html
Comment 26 CI Bug Log 2019-02-08 14:40:56 UTC
The CI Bug Log issue associated to this bug has been updated.

### New filters associated

* fi-kbl-8809g: igt@* - incomplete - empty logs
  - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_211/fi-kbl-8809g/igt@kms_busy@extended-pageflip-modeset-hang-oldfb-render-a.html
Comment 27 CI Bug Log 2019-02-11 12:36:45 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-kbl-guc: igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack - incomplete - empty logs -}
{+ fi-kbl-guc: i random tests - incomplete +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_213/fi-kbl-guc/igt@gem_exec_basic@basic-vebox.html
* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_215/fi-kbl-guc/igt@gem_exec_basic@basic-vebox.html
Comment 28 CI Bug Log 2019-02-11 12:39:30 UTC
The CI Bug Log issue associated to this bug has been updated.

### New filters associated

* fi-skl-6770: random tests - incomplete
  - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_215/fi-skl-6770hq/igt@gem_exec_basic@basic-vebox.html
Comment 29 CI Bug Log 2019-02-12 09:02:36 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-kbl-guc: i random tests - incomplete -}
{+ fi-kbl-guc: random tests - incomplete +}

 No new failures caught with the new filter
Comment 30 CI Bug Log 2019-02-12 09:03:39 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-kbl-guc: random tests - incomplete -}
{+ fi-kbl-guc: random tests - incomplete +}

 No new failures caught with the new filter
Comment 31 CI Bug Log 2019-02-12 09:03:52 UTC
The CI Bug Log issue associated to this bug has been updated.

### New filters associated

* fi-kbl-guc: random tests - incomplete - empty logs
  - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_209/fi-kbl-guc/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite.html
Comment 32 CI Bug Log 2019-02-12 09:27:24 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-cfl-8109u: random tests - incomplete -}
{+ fi-cfl-8109u: random tests - incomplete +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_210/fi-cfl-8109u/igt@kms_busy@extended-modeset-hang-newfb-with-reset-render-b.html
Comment 33 CI Bug Log 2019-02-12 11:28:36 UTC
The CI Bug Log issue associated to this bug has been updated.

### New filters associated

* fi-ilk-650: random tests - incomplete
  - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_217/fi-ilk-650/igt@gem_exec_await@wide-all.html
Comment 34 CI Bug Log 2019-02-15 14:16:06 UTC
The CI Bug Log issue associated to this bug has been updated.

### New filters associated

* BDW: random tests - incomplete
  - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_218/fi-bdw-5557u/igt@perf_pmu@enable-race-vecs0.html
Comment 35 CI Bug Log 2019-02-15 14:18:50 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-cfl-8109u: random tests - incomplete -}
{+ fi-cfl-8109u: random tests - incomplete +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_218/fi-cfl-8109u/igt@kms_busy@extended-modeset-hang-oldfb-with-reset-render-b.html
Comment 36 CI Bug Log 2019-02-15 14:20:33 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-kbl-guc: random tests - incomplete - empty logs -}
{+ fi-kbl-guc: random tests - incomplete - empty logs +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_218/fi-kbl-guc/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-gtt.html
Comment 37 CI Bug Log 2019-02-18 16:22:15 UTC
A CI Bug Log filter associated to this bug has been updated:

{- CHAMELIUM: igt@kms_chamelium@* - fail - Last errno: 113, No route to host -}
{+ CHAMELIUM: igt@kms_chamelium@* - fail - Last errno: 113, No route to host +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_222/fi-kbl-7500u/igt@kms_chamelium@hdmi-cmp-yu16.html
* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_223/fi-kbl-7500u/igt@kms_chamelium@hdmi-cmp-yu16.html
* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_223/fi-kbl-7567u/igt@kms_chamelium@hdmi-cmp-yu16.html
Comment 38 CI Bug Log 2019-02-21 12:44:31 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-snb-2520m: igt@* - incomplete - empty logs -}
{+ fi-snb-2520m: igt@* - random tests - incomplete  +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_221/fi-snb-2520m/igt@kms_plane@plane-position-covered-pipe-a-planes.html
Comment 39 CI Bug Log 2019-02-21 14:41:18 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-cfl-8109u: random tests - incomplete -}
{+ fi-cfl-8109u: random tests - incomplete +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_224/fi-cfl-8109u/igt@kms_rotation_crc@multiplane-rotation.html
Comment 40 CI Bug Log 2019-02-21 15:19:11 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-kbl-7560u: random tests - incomplete -}
{+ fi-kbl-7560u: random tests - incomplete +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_225/fi-kbl-7560u/igt@gem_exec_parallel@default.html
Comment 41 CI Bug Log 2019-02-25 12:17:58 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-cfl-8109u: random tests - incomplete -}
{+ fi-cfl-8109u: random tests - incomplete +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_227/fi-cfl-8109u/igt@kms_flip@flip-vs-rmfb.html
Comment 42 CI Bug Log 2019-02-25 12:19:21 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-cfl-8109u: random tests - incomplete -}
{+ fi-cfl-8109u: random tests - incomplete +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_228/fi-cfl-8109u/igt@kms_rotation_crc@multiplane-rotation-cropping-top.html
Comment 43 CI Bug Log 2019-02-25 12:28:40 UTC
The CI Bug Log issue associated to this bug has been updated.

### New filters associated

* HSW: Random tests - incomplete
  - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_227/fi-hsw-4770/igt@perf_pmu@busy-double-start-vcs0.html
Comment 44 CI Bug Log 2019-02-28 15:06:47 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-snb-2520m: igt@* - random tests - incomplete  -}
{+ fi-snb-2520m: igt@* - random tests - incomplete  +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_232/fi-snb-2520m/igt@kms_flip@basic-plain-flip.html
Comment 45 CI Bug Log 2019-03-04 09:06:32 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-kbl-7560u: random tests - incomplete -}
{+ fi-kbl-7560u: random tests - incomplete +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_234/fi-kbl-7560u/igt@kms_flip@plain-flip-interruptible.html
Comment 46 CI Bug Log 2019-03-05 09:50:51 UTC
The CI Bug Log issue associated to this bug has been updated.

### New filters associated

* fi-icl-y : random tests - incomplete
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5698/fi-icl-y/igt@debugfs_test@read_all_entries.html
Comment 47 CI Bug Log 2019-03-12 12:01:37 UTC
A CI Bug Log filter associated to this bug has been updated:

{- SKL: random tests - incomplete -}
{+ SKL: random tests - incomplete +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5717/shard-skl8/igt@kms_vblank@pipe-c-query-forked-hang.html
Comment 48 CI Bug Log 2019-03-20 11:50:10 UTC
The CI Bug Log issue associated to this bug has been updated.

### New filters associated

* fi-icl-u2: Random tests - incomplete
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5776/fi-icl-u2/igt@gem_basic@create-close.html
Comment 49 CI Bug Log 2019-03-21 08:51:54 UTC
The CI Bug Log issue associated to this bug has been updated.

### New filters associated

* shard-iclb1: Random tests - in complete- empty logs
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5784/shard-iclb1/igt@kms_plane_scaling@pipe-c-scaler-with-pixel-format.html
Comment 50 CI Bug Log 2019-03-21 09:17:52 UTC
The CI Bug Log issue associated to this bug has been updated.

### New filters associated

* shard-iclb8: Random tests - in complete - empty logs
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5782/shard-iclb8/igt@kms_chamelium@dp-hpd.html
Comment 51 CI Bug Log 2019-03-25 08:54:53 UTC
The CI Bug Log issue associated to this bug has been updated.

### New filters associated

* shard-iclb5: Random tests - in complete - Empty logs
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5794/shard-iclb5/igt@syncobj_wait@single-wait-signaled.html
  - https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4900/shard-iclb5/igt@kms_draw_crc@fill-fb.html
Comment 52 CI Bug Log 2019-03-25 09:39:53 UTC
The CI Bug Log issue associated to this bug has been updated.

### New filters associated

* fi-pnv-d510: Random tests - incomplete - empty logs
  - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5798/fi-pnv-d510/igt@gem_ctx_param@basic-default.html
Comment 53 CI Bug Log 2019-04-03 06:32:19 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-icl-y : random tests - incomplete -}
{+ fi-icl-y : random tests - incomplete +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4921/fi-icl-y/igt@gem_exec_basic@basic-blt.html
Comment 54 CI Bug Log 2019-04-03 06:34:38 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-icl-y : random tests - incomplete -}
{+ fi-icl-y : random tests - incomplete +}

New failures caught by the filter:

* https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4919/shard-iclb8/igt@drm_import_export@prime.html
* https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5855/shard-iclb8/igt@kms_lease@lease-uevent.html
Comment 55 CI Bug Log 2019-04-03 06:39:17 UTC
The CI Bug Log issue associated to this bug has been updated.

### Removed filters

* shard-iclb5: Random tests - in complete - Empty logs (added on 1 week, 1 day ago)
* fi-icl-u2: Random tests - incomplete (added on 1 week, 6 days ago)
* fi-icl-y : random tests - incomplete (added on 6 minutes ago)
* shard-iclb1: Random tests - in complete- empty logs (added on 1 week, 5 days ago)
* shard-iclb8: Random tests - in complete - empty logs (added on 1 week, 5 days ago)
Comment 56 Lakshmi 2019-04-03 06:41:05 UTC
(In reply to CI Bug Log from comment #55)
> The CI Bug Log issue associated to this bug has been updated.
> 
> ### Removed filters
> 
> * shard-iclb5: Random tests - in complete - Empty logs (added on 1 week, 1
> day ago)
> * fi-icl-u2: Random tests - incomplete (added on 1 week, 6 days ago)
> * fi-icl-y : random tests - incomplete (added on 6 minutes ago)
> * shard-iclb1: Random tests - in complete- empty logs (added on 1 week, 5
> days ago)
> * shard-iclb8: Random tests - in complete - empty logs (added on 1 week, 5
> days ago)

All these failures are related to Bug 110246 (watchdog0: watchdog did not stop). So updated the filters accordingly.
Comment 57 Lakshmi 2019-04-03 09:47:03 UTC
(In reply to CI Bug Log from comment #54)
> A CI Bug Log filter associated to this bug has been updated:
> 
> {- fi-icl-y : random tests - incomplete -}
> {+ fi-icl-y : random tests - incomplete +}
> 
> New failures caught by the filter:
> 
> *
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5855/shard-iclb8/
> igt@kms_lease@lease-uevent.html
This failure is part of bug 110313.
Comment 58 CI Bug Log 2019-04-11 05:38:27 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-cfl-8109u: random tests - incomplete -}
{+ fi-cfl-8109u: random tests - incomplete +}

New failures caught by the filter:


* https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_249/fi-cfl-8109u/igt@kms_flip@flip-vs-panning-interruptible.html
Comment 59 CI Bug Log 2019-04-11 07:57:03 UTC
A CI Bug Log filter associated to this bug has been updated:

{- SKL: random tests - incomplete -}
{+ SKL: random tests - incomplete +}

New failures caught by the filter:

  * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4938/shard-skl4/igt@kms_cursor_crc@cursor-64x21-offscreen.html
Comment 60 CI Bug Log 2019-04-16 07:11:06 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-ilk-650: random tests - incomplete -}
{+ fi-ilk-650: random tests - incomplete +}

New failures caught by the filter:

  * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_253/fi-ilk-650/igt@kms_flip@flip-vs-suspend-interruptible.html

  * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_254/fi-ilk-650/igt@kms_flip@flip-vs-suspend-interruptible.html
Comment 61 CI Bug Log 2019-04-17 11:27:27 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-pnv-d510: Random tests - incomplete - empty logs -}
{+ fi-pnv-d510: Random tests - incomplete - empty logs +}

New failures caught by the filter:

  * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5941/fi-pnv-d510/igt@gem_exec_basic@gtt-vebox.html
Comment 62 CI Bug Log 2019-04-30 10:09:50 UTC
A CI Bug Log filter associated to this bug has been updated:

{- SKL: random tests - incomplete -}
{+ SKL: random tests - incomplete +}

New failures caught by the filter:

  * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4970/shard-skl6/igt@kms_plane_cursor@pipe-c-primary-size-256.html
  * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_4970/shard-skl7/igt@gem_userptr_blits@map-fixed-invalidate-busy-gup.html
Comment 64 CI Bug Log 2019-04-30 10:47:21 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-cfl-8109u: random tests - incomplete -}
{+ fi-cfl-8109u: random tests - incomplete +}


  No new failures caught with the new filter
Comment 65 CI Bug Log 2019-05-02 08:51:37 UTC
A CI Bug Log filter associated to this bug has been updated:

{- BDW: random tests - incomplete -}
{+ BDW: random tests - incomplete +}

New failures caught by the filter:

  * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_271/fi-bdw-5557u/igt@kms_cursor_legacy@pipe-a-single-bo.html
Comment 66 CI Bug Log 2019-05-02 08:51:39 UTC
A CI Bug Log filter associated to this bug has been updated:

{- BDW: random tests - incomplete -}
{+ BDW: random tests - incomplete +}

New failures caught by the filter:

  * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_271/fi-bdw-5557u/igt@kms_cursor_legacy@pipe-a-single-bo.html
Comment 67 CI Bug Log 2019-05-13 06:31:03 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-pnv-d510: Random tests - incomplete - empty logs -}
{+ fi-pnv-d510: Random tests - incomplete - empty logs +}

New failures caught by the filter:

  * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_283/fi-pnv-d510/igt@gem_exec_reloc@basic-cpu-wc.html
Comment 68 CI Bug Log 2019-05-23 17:02:03 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-kbl-guc: random tests - incomplete -}
{+ fi-kbl-guc: random tests - incomplete +}

New failures caught by the filter:

  * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_289/fi-kbl-guc/igt@i915_suspend@sysfs-reader.html
Comment 69 CI Bug Log 2019-05-23 17:13:09 UTC
A CI Bug Log filter associated to this bug has been updated:

{- HSW: Random tests - incomplete -}
{+ HSW: Random tests - incomplete +}

New failures caught by the filter:

  * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_292/fi-hsw-4770r/igt@perf@oa-formats.html
Comment 70 CI Bug Log 2019-05-29 08:05:48 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-snb-2520m: igt@* - random tests - incomplete  -}
{+ fi-snb-2520m: igt@* - random tests - incomplete  +}

New failures caught by the filter:

  * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_295/fi-snb-2520m/igt@prime_vgem@sync-bsd1.html
  * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_295/fi-snb-2520m/igt@prime_vgem@busy-bsd1.html
  * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_295/fi-snb-2520m/igt@prime_vgem@wait-bsd1.html
Comment 71 CI Bug Log 2019-06-10 08:34:46 UTC
A CI Bug Log filter associated to this bug has been updated:

{- SKL: random tests - incomplete -}
{+ SKL: random tests - incomplete +}

New failures caught by the filter:

  * https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5041/shard-skl8/igt@gem_wait@await-bcs0.html
Comment 72 CI Bug Log 2019-07-08 09:10:23 UTC
A CI Bug Log filter associated to this bug has been updated:

{- BDW: random tests - incomplete -}
{+ BDW: random tests - incomplete +}

New failures caught by the filter:

  * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_321/fi-bdw-5557u/igt@kms_flip@flip-vs-rmfb.html
Comment 73 CI Bug Log 2019-07-12 09:17:34 UTC
A CI Bug Log filter associated to this bug has been updated:

{- SKL: random tests - incomplete -}
{+ SKL: random tests - incomplete +}

New failures caught by the filter:

  * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6452/shard-skl5/igt@gem_softpin@softpin.html
Comment 74 CI Bug Log 2019-08-16 14:29:17 UTC
A CI Bug Log filter associated to this bug has been updated:

{- SKL: random tests - incomplete -}
{+ SKL: random tests - incomplete +}

New failures caught by the filter:

  * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6713/shard-skl3/igt@kms_cursor_legacy@pipe-a-forked-move.html
Comment 75 CI Bug Log 2019-08-23 11:15:09 UTC
A CI Bug Log filter associated to this bug has been updated:

{- SKL: random tests - incomplete -}
{+ SKL: random tests - incomplete +}

New failures caught by the filter:

  * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6737/shard-skl3/igt@sw_sync@sync_multi_consumer_producer.html
  * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6753/shard-skl3/igt@kms_flip@plain-flip-fb-recreate.html
Comment 76 CI Bug Log 2019-08-23 11:28:49 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-kbl-8809g: igt@* - incomplete - empty logs -}
{+ fi-kbl-8809g: random tests - incomplete +}

New failures caught by the filter:

  * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6744/fi-kbl-8809g/igt@amdgpu/amd_cs_nop@nop-gfx0.html
Comment 77 CI Bug Log 2019-08-23 11:29:12 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-kbl-8809g: random tests - incomplete -}
{+ fi-kbl-8809g: random tests - incomplete +}

New failures caught by the filter:

  * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6743/fi-kbl-8809g/igt@i915_selftest@live_execlists.html
Comment 78 CI Bug Log 2019-09-02 09:59:36 UTC
A CI Bug Log filter associated to this bug has been updated:

{- SKL: random tests - incomplete -}
{+ SKL: random tests - incomplete +}

New failures caught by the filter:

  * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6817/shard-skl4/igt@gem_ctx_switch@legacy-blt-heavy.html
Comment 79 CI Bug Log 2019-10-03 13:30:28 UTC
A CI Bug Log filter associated to this bug has been updated:

{- fi-cfl-8109u: random tests - incomplete -}
{+ fi-cfl-8109u: random tests - incomplete +}

New failures caught by the filter:

  * https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_381/fi-cfl-8109u/igt@gem_ctx_switch@bcs0-heavy-queue.html
Comment 80 CI Bug Log 2019-10-03 13:38:20 UTC
The CI Bug Log issue associated to this bug has been updated.

### New filters associated

*  fi-cfl-8700k: igt@syncobj_wait@wait-any-complex - incomplete - Abort requested by .* terminating children
  - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_381/fi-cfl-8700k/igt@syncobj_wait@wait-any-complex.html
Comment 81 Martin Peres 2019-11-12 07:39:18 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/10.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.