All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] Dockerfile.debian*: Switch over to buster
@ 2019-07-08  6:57 Arkadiusz Hiler
  2019-07-08  7:25 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Arkadiusz Hiler @ 2019-07-08  6:57 UTC (permalink / raw)
  To: igt-dev; +Cc: Petri Latvala

Debian Busters is the new stable so let's upgrade.
No backports for now :-)

Cc: Guillaume Tucker <guillaume.tucker@collabora.com>
Cc: Simon Ser <simon.ser@intel.com>
Cc: Petri Latvala <petri.latvala@intel.com>
Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
---
 Dockerfile.debian         |  6 ++----
 Dockerfile.debian-arm64   | 14 ++++++--------
 Dockerfile.debian-armhf   | 14 ++++++--------
 Dockerfile.debian-minimal | 10 ++++------
 Dockerfile.debian-mips    |  6 ++----
 5 files changed, 20 insertions(+), 30 deletions(-)

diff --git a/Dockerfile.debian b/Dockerfile.debian
index 717630e1..686a0ce0 100644
--- a/Dockerfile.debian
+++ b/Dockerfile.debian
@@ -10,10 +10,8 @@ RUN apt-get install -y \
 			libcurl4-openssl-dev \
 			python-docutils \
 			valgrind \
-			peg
-
-RUN apt-get install -t stretch-backports -y \
-					libdrm-intel1
+			peg \
+			libdrm-intel1
 
 # autotools build deps
 RUN apt-get install -y \
diff --git a/Dockerfile.debian-arm64 b/Dockerfile.debian-arm64
index c9fb28c8..cf570ca3 100644
--- a/Dockerfile.debian-arm64
+++ b/Dockerfile.debian-arm64
@@ -1,4 +1,4 @@
-FROM debian:stretch-backports
+FROM debian:buster
 
 RUN apt-get update
 RUN apt-get install -y \
@@ -30,10 +30,8 @@ RUN apt-get install -y \
 			libjson-c-dev:arm64 \
 			libcurl4-openssl-dev:arm64 \
 			libxrandr-dev:arm64 \
-			libxv-dev:arm64
-
-RUN apt-get install -t stretch-backports -y \
-					meson \
-					libdrm-dev:arm64 \
-					qemu-user \
-					qemu-user-static
+			libxv-dev:arm64 \
+			meson \
+			libdrm-dev:arm64 \
+			qemu-user \
+			qemu-user-static
diff --git a/Dockerfile.debian-armhf b/Dockerfile.debian-armhf
index 3a133d84..393acda9 100644
--- a/Dockerfile.debian-armhf
+++ b/Dockerfile.debian-armhf
@@ -1,4 +1,4 @@
-FROM debian:stretch-backports
+FROM debian:buster
 
 RUN apt-get update
 RUN apt-get install -y \
@@ -30,10 +30,8 @@ RUN apt-get install -y \
 			libjson-c-dev:armhf \
 			libcurl4-openssl-dev:armhf \
 			libxrandr-dev:armhf \
-			libxv-dev:armhf
-
-RUN apt-get install -t stretch-backports -y \
-					meson \
-					libdrm-dev:armhf \
-					qemu-user \
-					qemu-user-static
+			libxv-dev:armhf \
+			meson \
+			libdrm-dev:armhf \
+			qemu-user \
+			qemu-user-static
diff --git a/Dockerfile.debian-minimal b/Dockerfile.debian-minimal
index 63844694..491cbc41 100644
--- a/Dockerfile.debian-minimal
+++ b/Dockerfile.debian-minimal
@@ -1,4 +1,4 @@
-FROM debian:stretch-backports
+FROM debian:buster
 
 RUN apt-get update
 RUN apt-get install -y \
@@ -18,8 +18,6 @@ RUN apt-get install -y \
 			libudev-dev \
 			libxrandr-dev \
 			libxv-dev \
-			x11proto-dri2-dev
-
-RUN apt-get install -t stretch-backports -y \
-					meson \
-					libdrm-dev
+			x11proto-dri2-dev \
+			meson \
+			libdrm-dev
diff --git a/Dockerfile.debian-mips b/Dockerfile.debian-mips
index ee29f5f4..0c150dde 100644
--- a/Dockerfile.debian-mips
+++ b/Dockerfile.debian-mips
@@ -1,4 +1,4 @@
-FROM debian:stretch-backports
+FROM debian:buster
 
 RUN apt-get update
 RUN apt-get install -y \
@@ -30,9 +30,7 @@ RUN apt-get install -y \
 			libjson-c-dev:mips \
 			libcurl4-openssl-dev:mips \
 			libxrandr-dev:mips \
-			libxv-dev:mips
-
-RUN apt-get install -t stretch-backports -y \
+			libxv-dev:mips \
 			meson \
 			libdrm-dev:mips \
 			qemu-user \
-- 
2.21.0

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [igt-dev] ✗ GitLab.Pipeline: warning for Dockerfile.debian*: Switch over to buster
  2019-07-08  6:57 [igt-dev] [PATCH i-g-t] Dockerfile.debian*: Switch over to buster Arkadiusz Hiler
@ 2019-07-08  7:25 ` Patchwork
  2019-07-08 12:21   ` Arkadiusz Hiler
  2019-07-08  7:29 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 11+ messages in thread
From: Patchwork @ 2019-07-08  7:25 UTC (permalink / raw)
  To: Arkadiusz Hiler; +Cc: igt-dev

== Series Details ==

Series: Dockerfile.debian*: Switch over to buster
URL   : https://patchwork.freedesktop.org/series/63339/
State : warning

== Summary ==

Pipeline status: FAILED.

See https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/pipelines/47180 for more details.

== Logs ==

For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/pipelines/47180
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [igt-dev] ✓ Fi.CI.BAT: success for Dockerfile.debian*: Switch over to buster
  2019-07-08  6:57 [igt-dev] [PATCH i-g-t] Dockerfile.debian*: Switch over to buster Arkadiusz Hiler
  2019-07-08  7:25 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
@ 2019-07-08  7:29 ` Patchwork
  2019-07-08  7:42 ` [igt-dev] [PATCH i-g-t] " Ser, Simon
  2019-07-08  9:43 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork
  3 siblings, 0 replies; 11+ messages in thread
From: Patchwork @ 2019-07-08  7:29 UTC (permalink / raw)
  To: Arkadiusz Hiler; +Cc: igt-dev

== Series Details ==

Series: Dockerfile.debian*: Switch over to buster
URL   : https://patchwork.freedesktop.org/series/63339/
State : success

== Summary ==

CI Bug Log - changes from IGT_5089 -> IGTPW_3248
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/63339/revisions/1/mbox/

Known issues
------------

  Here are the changes found in IGTPW_3248 that come from known issues:

### IGT changes ###

#### Possible fixes ####

  * igt@i915_selftest@live_timelines:
    - fi-bxt-dsi:         [INCOMPLETE][1] ([fdo#103927]) -> [PASS][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5089/fi-bxt-dsi/igt@i915_selftest@live_timelines.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3248/fi-bxt-dsi/igt@i915_selftest@live_timelines.html

  
  [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927


Participating hosts (2 -> 42)
------------------------------

  Additional (40): fi-skl-6770hq fi-bdw-gvtdvm fi-skl-6260u fi-snb-2520m fi-apl-guc fi-bxt-j4205 fi-icl-u3 fi-skl-lmem fi-blb-e6850 fi-icl-guc fi-byt-n2820 fi-icl-dsi fi-skl-6600u fi-cml-u fi-hsw-4770r fi-cml-u2 fi-snb-2600 fi-bdw-5557u fi-bsw-n3050 fi-byt-j1900 fi-glk-dsi fi-bwr-2160 fi-ilk-650 fi-kbl-7500u fi-hsw-4770 fi-gdg-551 fi-ivb-3770 fi-elk-e7500 fi-kbl-r fi-kbl-7567u fi-skl-gvtdvm fi-skl-guc fi-cfl-8700k fi-cfl-guc fi-kbl-guc fi-whl-u fi-kbl-x1275 fi-cfl-8109u fi-kbl-8809g fi-bsw-kefka 


Build changes
-------------

  * IGT: IGT_5089 -> IGTPW_3248

  CI_DRM_6428: b48155ed6d4d6bdfb48ef317f8da109c11c98110 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_3248: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3248/
  IGT_5089: d2a10fb734c34b72eb17c58d9dae813321112ee6 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3248/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [igt-dev] [PATCH i-g-t] Dockerfile.debian*: Switch over to buster
  2019-07-08  6:57 [igt-dev] [PATCH i-g-t] Dockerfile.debian*: Switch over to buster Arkadiusz Hiler
  2019-07-08  7:25 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
  2019-07-08  7:29 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
@ 2019-07-08  7:42 ` Ser, Simon
  2019-07-08  9:43 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork
  3 siblings, 0 replies; 11+ messages in thread
From: Ser, Simon @ 2019-07-08  7:42 UTC (permalink / raw)
  To: Hiler, Arkadiusz, igt-dev; +Cc: Latvala, Petri

On Mon, 2019-07-08 at 09:57 +0300, Arkadiusz Hiler wrote:
> Debian Busters is the new stable so let's upgrade.
> No backports for now :-)
> 
> Cc: Guillaume Tucker <guillaume.tucker@collabora.com>
> Cc: Simon Ser <simon.ser@intel.com>
> Cc: Petri Latvala <petri.latvala@intel.com>
> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>

Nice.

Reviewed-by: Simon Ser <simon.ser@intel.com>

> ---
>  Dockerfile.debian         |  6 ++----
>  Dockerfile.debian-arm64   | 14 ++++++--------
>  Dockerfile.debian-armhf   | 14 ++++++--------
>  Dockerfile.debian-minimal | 10 ++++------
>  Dockerfile.debian-mips    |  6 ++----
>  5 files changed, 20 insertions(+), 30 deletions(-)
> 
> diff --git a/Dockerfile.debian b/Dockerfile.debian
> index 717630e1..686a0ce0 100644
> --- a/Dockerfile.debian
> +++ b/Dockerfile.debian
> @@ -10,10 +10,8 @@ RUN apt-get install -y \
>  			libcurl4-openssl-dev \
>  			python-docutils \
>  			valgrind \
> -			peg
> -
> -RUN apt-get install -t stretch-backports -y \
> -					libdrm-intel1
> +			peg \
> +			libdrm-intel1
>  
>  # autotools build deps
>  RUN apt-get install -y \
> diff --git a/Dockerfile.debian-arm64 b/Dockerfile.debian-arm64
> index c9fb28c8..cf570ca3 100644
> --- a/Dockerfile.debian-arm64
> +++ b/Dockerfile.debian-arm64
> @@ -1,4 +1,4 @@
> -FROM debian:stretch-backports
> +FROM debian:buster
>  
>  RUN apt-get update
>  RUN apt-get install -y \
> @@ -30,10 +30,8 @@ RUN apt-get install -y \
>  			libjson-c-dev:arm64 \
>  			libcurl4-openssl-dev:arm64 \
>  			libxrandr-dev:arm64 \
> -			libxv-dev:arm64
> -
> -RUN apt-get install -t stretch-backports -y \
> -					meson \
> -					libdrm-dev:arm64 \
> -					qemu-user \
> -					qemu-user-static
> +			libxv-dev:arm64 \
> +			meson \
> +			libdrm-dev:arm64 \
> +			qemu-user \
> +			qemu-user-static
> diff --git a/Dockerfile.debian-armhf b/Dockerfile.debian-armhf
> index 3a133d84..393acda9 100644
> --- a/Dockerfile.debian-armhf
> +++ b/Dockerfile.debian-armhf
> @@ -1,4 +1,4 @@
> -FROM debian:stretch-backports
> +FROM debian:buster
>  
>  RUN apt-get update
>  RUN apt-get install -y \
> @@ -30,10 +30,8 @@ RUN apt-get install -y \
>  			libjson-c-dev:armhf \
>  			libcurl4-openssl-dev:armhf \
>  			libxrandr-dev:armhf \
> -			libxv-dev:armhf
> -
> -RUN apt-get install -t stretch-backports -y \
> -					meson \
> -					libdrm-dev:armhf \
> -					qemu-user \
> -					qemu-user-static
> +			libxv-dev:armhf \
> +			meson \
> +			libdrm-dev:armhf \
> +			qemu-user \
> +			qemu-user-static
> diff --git a/Dockerfile.debian-minimal b/Dockerfile.debian-minimal
> index 63844694..491cbc41 100644
> --- a/Dockerfile.debian-minimal
> +++ b/Dockerfile.debian-minimal
> @@ -1,4 +1,4 @@
> -FROM debian:stretch-backports
> +FROM debian:buster
>  
>  RUN apt-get update
>  RUN apt-get install -y \
> @@ -18,8 +18,6 @@ RUN apt-get install -y \
>  			libudev-dev \
>  			libxrandr-dev \
>  			libxv-dev \
> -			x11proto-dri2-dev
> -
> -RUN apt-get install -t stretch-backports -y \
> -					meson \
> -					libdrm-dev
> +			x11proto-dri2-dev \
> +			meson \
> +			libdrm-dev
> diff --git a/Dockerfile.debian-mips b/Dockerfile.debian-mips
> index ee29f5f4..0c150dde 100644
> --- a/Dockerfile.debian-mips
> +++ b/Dockerfile.debian-mips
> @@ -1,4 +1,4 @@
> -FROM debian:stretch-backports
> +FROM debian:buster
>  
>  RUN apt-get update
>  RUN apt-get install -y \
> @@ -30,9 +30,7 @@ RUN apt-get install -y \
>  			libjson-c-dev:mips \
>  			libcurl4-openssl-dev:mips \
>  			libxrandr-dev:mips \
> -			libxv-dev:mips
> -
> -RUN apt-get install -t stretch-backports -y \
> +			libxv-dev:mips \
>  			meson \
>  			libdrm-dev:mips \
>  			qemu-user \
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [igt-dev] ✓ Fi.CI.IGT: success for Dockerfile.debian*: Switch over to buster
  2019-07-08  6:57 [igt-dev] [PATCH i-g-t] Dockerfile.debian*: Switch over to buster Arkadiusz Hiler
                   ` (2 preceding siblings ...)
  2019-07-08  7:42 ` [igt-dev] [PATCH i-g-t] " Ser, Simon
@ 2019-07-08  9:43 ` Patchwork
  3 siblings, 0 replies; 11+ messages in thread
From: Patchwork @ 2019-07-08  9:43 UTC (permalink / raw)
  To: Arkadiusz Hiler; +Cc: igt-dev

== Series Details ==

Series: Dockerfile.debian*: Switch over to buster
URL   : https://patchwork.freedesktop.org/series/63339/
State : success

== Summary ==

CI Bug Log - changes from IGT_5089_full -> IGTPW_3248_full
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/63339/revisions/1/mbox/

Known issues
------------

  Here are the changes found in IGTPW_3248_full that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@i915_selftest@live_hangcheck:
    - shard-iclb:         [PASS][1] -> [INCOMPLETE][2] ([fdo#107713] / [fdo#108569])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5089/shard-iclb4/igt@i915_selftest@live_hangcheck.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3248/shard-iclb7/igt@i915_selftest@live_hangcheck.html

  * igt@i915_suspend@fence-restore-tiled2untiled:
    - shard-apl:          [PASS][3] -> [DMESG-WARN][4] ([fdo#108566]) +2 similar issues
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5089/shard-apl4/igt@i915_suspend@fence-restore-tiled2untiled.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3248/shard-apl6/igt@i915_suspend@fence-restore-tiled2untiled.html

  * igt@kms_cursor_crc@pipe-c-cursor-256x85-random:
    - shard-apl:          [PASS][5] -> [FAIL][6] ([fdo#103232])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5089/shard-apl2/igt@kms_cursor_crc@pipe-c-cursor-256x85-random.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3248/shard-apl2/igt@kms_cursor_crc@pipe-c-cursor-256x85-random.html
    - shard-kbl:          [PASS][7] -> [FAIL][8] ([fdo#103232])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5089/shard-kbl6/igt@kms_cursor_crc@pipe-c-cursor-256x85-random.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3248/shard-kbl1/igt@kms_cursor_crc@pipe-c-cursor-256x85-random.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render:
    - shard-iclb:         [PASS][9] -> [FAIL][10] ([fdo#103167]) +2 similar issues
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5089/shard-iclb6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3248/shard-iclb1/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html

  * igt@kms_psr@psr2_sprite_plane_move:
    - shard-iclb:         [PASS][11] -> [SKIP][12] ([fdo#109441]) +1 similar issue
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5089/shard-iclb2/igt@kms_psr@psr2_sprite_plane_move.html
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3248/shard-iclb5/igt@kms_psr@psr2_sprite_plane_move.html

  
#### Possible fixes ####

  * igt@i915_pm_rc6_residency@rc6-accuracy:
    - shard-kbl:          [SKIP][13] ([fdo#109271]) -> [PASS][14]
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5089/shard-kbl2/igt@i915_pm_rc6_residency@rc6-accuracy.html
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3248/shard-kbl3/igt@i915_pm_rc6_residency@rc6-accuracy.html

  * igt@i915_suspend@debugfs-reader:
    - shard-apl:          [DMESG-WARN][15] ([fdo#108566]) -> [PASS][16] +3 similar issues
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5089/shard-apl5/igt@i915_suspend@debugfs-reader.html
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3248/shard-apl7/igt@i915_suspend@debugfs-reader.html

  * igt@kms_flip@flip-vs-suspend-interruptible:
    - shard-snb:          [INCOMPLETE][17] ([fdo#105411]) -> [PASS][18]
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5089/shard-snb1/igt@kms_flip@flip-vs-suspend-interruptible.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3248/shard-snb6/igt@kms_flip@flip-vs-suspend-interruptible.html

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-wc:
    - shard-iclb:         [FAIL][19] ([fdo#103167]) -> [PASS][20] +2 similar issues
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5089/shard-iclb2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-wc.html
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3248/shard-iclb4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-wc.html

  * igt@kms_plane_lowres@pipe-a-tiling-y:
    - shard-iclb:         [FAIL][21] ([fdo#103166]) -> [PASS][22]
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5089/shard-iclb5/igt@kms_plane_lowres@pipe-a-tiling-y.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3248/shard-iclb7/igt@kms_plane_lowres@pipe-a-tiling-y.html

  * igt@kms_psr@psr2_basic:
    - shard-iclb:         [SKIP][23] ([fdo#109441]) -> [PASS][24] +1 similar issue
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5089/shard-iclb7/igt@kms_psr@psr2_basic.html
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3248/shard-iclb2/igt@kms_psr@psr2_basic.html

  * igt@kms_setmode@basic:
    - shard-apl:          [FAIL][25] ([fdo#99912]) -> [PASS][26]
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5089/shard-apl7/igt@kms_setmode@basic.html
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3248/shard-apl4/igt@kms_setmode@basic.html
    - shard-kbl:          [FAIL][27] ([fdo#99912]) -> [PASS][28]
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5089/shard-kbl4/igt@kms_setmode@basic.html
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3248/shard-kbl3/igt@kms_setmode@basic.html

  * igt@kms_vblank@pipe-a-ts-continuation-suspend:
    - shard-kbl:          [DMESG-WARN][29] ([fdo#108566]) -> [PASS][30] +1 similar issue
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5089/shard-kbl2/igt@kms_vblank@pipe-a-ts-continuation-suspend.html
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3248/shard-kbl3/igt@kms_vblank@pipe-a-ts-continuation-suspend.html

  
  [fdo#103166]: https://bugs.freedesktop.org/show_bug.cgi?id=103166
  [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
  [fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232
  [fdo#105411]: https://bugs.freedesktop.org/show_bug.cgi?id=105411
  [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713
  [fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566
  [fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
  [fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912


Participating hosts (7 -> 6)
------------------------------

  Missing    (1): shard-skl 


Build changes
-------------

  * IGT: IGT_5089 -> IGTPW_3248

  CI_DRM_6428: b48155ed6d4d6bdfb48ef317f8da109c11c98110 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_3248: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3248/
  IGT_5089: d2a10fb734c34b72eb17c58d9dae813321112ee6 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3248/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [igt-dev] ✗ GitLab.Pipeline: warning for Dockerfile.debian*: Switch over to buster
  2019-07-08  7:25 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
@ 2019-07-08 12:21   ` Arkadiusz Hiler
  2019-07-12  8:57     ` Guillaume Tucker
  0 siblings, 1 reply; 11+ messages in thread
From: Arkadiusz Hiler @ 2019-07-08 12:21 UTC (permalink / raw)
  To: igt-dev

On Mon, Jul 08, 2019 at 07:25:14AM +0000, Patchwork wrote:
> == Series Details ==
> 
> Series: Dockerfile.debian*: Switch over to buster
> URL   : https://patchwork.freedesktop.org/series/63339/
> State : warning
> 
> == Summary ==
> 
> Pipeline status: FAILED.
> 
> See https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/pipelines/47180 for more details.
> 
> == Logs ==
> 

> For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/pipelines/47180

Seems like it's failing for MIPS realiably:

https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/405401


One example of many sigsegvs:
--- command ---
/usr/bin/qemu-mips /builds/gfx-ci/igt-ci-tags/build/lib/tests/igt_invalid_subtest_name
--- stdout ---
IGT-Version: 1.24-NO-GIT (mips) (Linux: 4.9.0-9-amd64 mips)
--- stderr ---
(igt_invalid_subtest_name:92) igt_core-CRITICAL: Invalid subtest name "# invalid name !".
igt_invalid_subtest_name: ../lib/igt_core.c:1714: igt_exit: Assertion `!test_with_subtests || skipped_one || succeeded_one || failed_one' failed.
Received signal SIGABRT.
Stack trace: 
Received signal SIGSEGV.
Stack trace: 
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
igt_invalid_subtest_name: ../lib/tests/igt_tests_common.h:46: internal_assert_wsignaled: Assertion `WIFSIGNALED(wstatus) && WTERMSIG(wstatus) == signal' failed.
qemu: uncaught target signal 6 (Aborted) - core dumped
-------

Other architectures seem to be fine and the same thing is passing on
stretch.

Guillaume, do you have any idea what may be going on before I dig into
it?

-- 
Cheers,
Arek
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [igt-dev] ✗ GitLab.Pipeline: warning for Dockerfile.debian*: Switch over to buster
  2019-07-08 12:21   ` Arkadiusz Hiler
@ 2019-07-12  8:57     ` Guillaume Tucker
  2019-07-15  8:13       ` Arkadiusz Hiler
  0 siblings, 1 reply; 11+ messages in thread
From: Guillaume Tucker @ 2019-07-12  8:57 UTC (permalink / raw)
  To: Arkadiusz Hiler, igt-dev

On 08/07/2019 13:21, Arkadiusz Hiler wrote:
> On Mon, Jul 08, 2019 at 07:25:14AM +0000, Patchwork wrote:
>> == Series Details ==
>>
>> Series: Dockerfile.debian*: Switch over to buster
>> URL   : https://patchwork.freedesktop.org/series/63339/
>> State : warning
>>
>> == Summary ==
>>
>> Pipeline status: FAILED.
>>
>> See https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/pipelines/47180 for more details.
>>
>> == Logs ==
>>
> 
>> For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/pipelines/47180
> 
> Seems like it's failing for MIPS realiably:
> 
> https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/405401
> 
> 
> One example of many sigsegvs:
> --- command ---
> /usr/bin/qemu-mips /builds/gfx-ci/igt-ci-tags/build/lib/tests/igt_invalid_subtest_name
> --- stdout ---
> IGT-Version: 1.24-NO-GIT (mips) (Linux: 4.9.0-9-amd64 mips)
> --- stderr ---
> (igt_invalid_subtest_name:92) igt_core-CRITICAL: Invalid subtest name "# invalid name !".
> igt_invalid_subtest_name: ../lib/igt_core.c:1714: igt_exit: Assertion `!test_with_subtests || skipped_one || succeeded_one || failed_one' failed.
> Received signal SIGABRT.
> Stack trace: 
> Received signal SIGSEGV.
> Stack trace: 
> qemu: uncaught target signal 11 (Segmentation fault) - core dumped
> igt_invalid_subtest_name: ../lib/tests/igt_tests_common.h:46: internal_assert_wsignaled: Assertion `WIFSIGNALED(wstatus) && WTERMSIG(wstatus) == signal' failed.
> qemu: uncaught target signal 6 (Aborted) - core dumped
> -------
> 
> Other architectures seem to be fine and the same thing is passing on
> stretch.
> 
> Guillaume, do you have any idea what may be going on before I dig into
> it?

I've had a look, the segfault is coming from libunwind when
trying to do a stack trace.  The version of libunwind in Debian
Stretch (1.1) had large parts unimplemented for MIPS, and while
the one in Buster (1.2.1) seems to be able to fully support that
it also appears to have a bug causing the segfault.

There have been a few fixes upstream in libunwind for MIPS, maybe
some of these need to be back-ported to the package in Debian.
I've built the 1.2.1 version from source and can reproduce the
problem, I can try the latest version to see if there has been a
fix for that next week.  And if that's the case, ask the Debian
package maintainer to add some fixes.  If the latest upstream
version still doesn't work, well I guess that would be something
to report to the MIPS people who worked on libunwind.

Guillaume
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [igt-dev] ✗ GitLab.Pipeline: warning for Dockerfile.debian*: Switch over to buster
  2019-07-12  8:57     ` Guillaume Tucker
@ 2019-07-15  8:13       ` Arkadiusz Hiler
  2019-07-22  8:03         ` Guillaume Tucker
  0 siblings, 1 reply; 11+ messages in thread
From: Arkadiusz Hiler @ 2019-07-15  8:13 UTC (permalink / raw)
  To: Guillaume Tucker; +Cc: igt-dev

On Fri, Jul 12, 2019 at 09:57:17AM +0100, Guillaume Tucker wrote:
> On 08/07/2019 13:21, Arkadiusz Hiler wrote:
> > On Mon, Jul 08, 2019 at 07:25:14AM +0000, Patchwork wrote:
> >> == Series Details ==
> >>
> >> Series: Dockerfile.debian*: Switch over to buster
> >> URL   : https://patchwork.freedesktop.org/series/63339/
> >> State : warning
> >>
> >> == Summary ==
> >>
> >> Pipeline status: FAILED.
> >>
> >> See https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/pipelines/47180 for more details.
> >>
> >> == Logs ==
> >>
> > 
> >> For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/pipelines/47180
> > 
> > Seems like it's failing for MIPS realiably:
> > 
> > https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/405401
> > 
> > 
> > One example of many sigsegvs:
> > --- command ---
> > /usr/bin/qemu-mips /builds/gfx-ci/igt-ci-tags/build/lib/tests/igt_invalid_subtest_name
> > --- stdout ---
> > IGT-Version: 1.24-NO-GIT (mips) (Linux: 4.9.0-9-amd64 mips)
> > --- stderr ---
> > (igt_invalid_subtest_name:92) igt_core-CRITICAL: Invalid subtest name "# invalid name !".
> > igt_invalid_subtest_name: ../lib/igt_core.c:1714: igt_exit: Assertion `!test_with_subtests || skipped_one || succeeded_one || failed_one' failed.
> > Received signal SIGABRT.
> > Stack trace: 
> > Received signal SIGSEGV.
> > Stack trace: 
> > qemu: uncaught target signal 11 (Segmentation fault) - core dumped
> > igt_invalid_subtest_name: ../lib/tests/igt_tests_common.h:46: internal_assert_wsignaled: Assertion `WIFSIGNALED(wstatus) && WTERMSIG(wstatus) == signal' failed.
> > qemu: uncaught target signal 6 (Aborted) - core dumped
> > -------
> > 
> > Other architectures seem to be fine and the same thing is passing on
> > stretch.
> > 
> > Guillaume, do you have any idea what may be going on before I dig into
> > it?
> 
> I've had a look, the segfault is coming from libunwind when
> trying to do a stack trace.  The version of libunwind in Debian
> Stretch (1.1) had large parts unimplemented for MIPS, and while
> the one in Buster (1.2.1) seems to be able to fully support that
> it also appears to have a bug causing the segfault.
> 
> There have been a few fixes upstream in libunwind for MIPS, maybe
> some of these need to be back-ported to the package in Debian.
> I've built the 1.2.1 version from source and can reproduce the
> problem, I can try the latest version to see if there has been a
> fix for that next week.  And if that's the case, ask the Debian
> package maintainer to add some fixes.  If the latest upstream
> version still doesn't work, well I guess that would be something
> to report to the MIPS people who worked on libunwind.
> 
> Guillaume

Thanks for investigating this! Poke me here or on the IRC (ivyl) when
you think it might be working with buster. I'll give the series another
spin.

-- 
Cheers,
Arek
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [igt-dev] ✗ GitLab.Pipeline: warning for Dockerfile.debian*: Switch over to buster
  2019-07-15  8:13       ` Arkadiusz Hiler
@ 2019-07-22  8:03         ` Guillaume Tucker
  2019-07-22  8:17           ` Ser, Simon
  0 siblings, 1 reply; 11+ messages in thread
From: Guillaume Tucker @ 2019-07-22  8:03 UTC (permalink / raw)
  To: Arkadiusz Hiler; +Cc: igt-dev

On 15/07/2019 09:13, Arkadiusz Hiler wrote:
> On Fri, Jul 12, 2019 at 09:57:17AM +0100, Guillaume Tucker wrote:
>> On 08/07/2019 13:21, Arkadiusz Hiler wrote:
>>> On Mon, Jul 08, 2019 at 07:25:14AM +0000, Patchwork wrote:
>>>> == Series Details ==
>>>>
>>>> Series: Dockerfile.debian*: Switch over to buster
>>>> URL   : https://patchwork.freedesktop.org/series/63339/
>>>> State : warning
>>>>
>>>> == Summary ==
>>>>
>>>> Pipeline status: FAILED.
>>>>
>>>> See https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/pipelines/47180 for more details.
>>>>
>>>> == Logs ==
>>>>
>>>
>>>> For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/pipelines/47180
>>>
>>> Seems like it's failing for MIPS realiably:
>>>
>>> https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/405401
>>>
>>>
>>> One example of many sigsegvs:
>>> --- command ---
>>> /usr/bin/qemu-mips /builds/gfx-ci/igt-ci-tags/build/lib/tests/igt_invalid_subtest_name
>>> --- stdout ---
>>> IGT-Version: 1.24-NO-GIT (mips) (Linux: 4.9.0-9-amd64 mips)
>>> --- stderr ---
>>> (igt_invalid_subtest_name:92) igt_core-CRITICAL: Invalid subtest name "# invalid name !".
>>> igt_invalid_subtest_name: ../lib/igt_core.c:1714: igt_exit: Assertion `!test_with_subtests || skipped_one || succeeded_one || failed_one' failed.
>>> Received signal SIGABRT.
>>> Stack trace: 
>>> Received signal SIGSEGV.
>>> Stack trace: 
>>> qemu: uncaught target signal 11 (Segmentation fault) - core dumped
>>> igt_invalid_subtest_name: ../lib/tests/igt_tests_common.h:46: internal_assert_wsignaled: Assertion `WIFSIGNALED(wstatus) && WTERMSIG(wstatus) == signal' failed.
>>> qemu: uncaught target signal 6 (Aborted) - core dumped
>>> -------
>>>
>>> Other architectures seem to be fine and the same thing is passing on
>>> stretch.
>>>
>>> Guillaume, do you have any idea what may be going on before I dig into
>>> it?
>>
>> I've had a look, the segfault is coming from libunwind when
>> trying to do a stack trace.  The version of libunwind in Debian
>> Stretch (1.1) had large parts unimplemented for MIPS, and while
>> the one in Buster (1.2.1) seems to be able to fully support that
>> it also appears to have a bug causing the segfault.
>>
>> There have been a few fixes upstream in libunwind for MIPS, maybe
>> some of these need to be back-ported to the package in Debian.
>> I've built the 1.2.1 version from source and can reproduce the
>> problem, I can try the latest version to see if there has been a
>> fix for that next week.  And if that's the case, ask the Debian
>> package maintainer to add some fixes.  If the latest upstream
>> version still doesn't work, well I guess that would be something
>> to report to the MIPS people who worked on libunwind.
>>
>> Guillaume
> 
> Thanks for investigating this! Poke me here or on the IRC (ivyl) when
> you think it might be working with buster. I'll give the series another
> spin.

Sorry for the slow reply, I've now found a fix for it upstream:

  https://github.com/libunwind/libunwind/commit/fd44f596b2dad70acdc81cc76983585f888e045d

and I've sent a bug report in Debian to ask for this patch to be
added to the package in Buster.  I don't know how long it will
take for this to land but I'll ping you when I get some news.

Guillaume
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [igt-dev] ✗ GitLab.Pipeline: warning for Dockerfile.debian*: Switch over to buster
  2019-07-22  8:03         ` Guillaume Tucker
@ 2019-07-22  8:17           ` Ser, Simon
  2020-08-11  9:41             ` Guillaume Tucker
  0 siblings, 1 reply; 11+ messages in thread
From: Ser, Simon @ 2019-07-22  8:17 UTC (permalink / raw)
  To: guillaume.tucker, Hiler, Arkadiusz; +Cc: igt-dev

On Mon, 2019-07-22 at 09:03 +0100, Guillaume Tucker wrote:
> On 15/07/2019 09:13, Arkadiusz Hiler wrote:
> > On Fri, Jul 12, 2019 at 09:57:17AM +0100, Guillaume Tucker wrote:
> > > On 08/07/2019 13:21, Arkadiusz Hiler wrote:
> > > > On Mon, Jul 08, 2019 at 07:25:14AM +0000, Patchwork wrote:
> > > > > == Series Details ==
> > > > > 
> > > > > Series: Dockerfile.debian*: Switch over to buster
> > > > > URL   : https://patchwork.freedesktop.org/series/63339/
> > > > > State : warning
> > > > > 
> > > > > == Summary ==
> > > > > 
> > > > > Pipeline status: FAILED.
> > > > > 
> > > > > See https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/pipelines/47180 for more details.
> > > > > 
> > > > > == Logs ==
> > > > > 
> > > > > For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/pipelines/47180
> > > > 
> > > > Seems like it's failing for MIPS realiably:
> > > > 
> > > > https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/405401
> > > > 
> > > > 
> > > > One example of many sigsegvs:
> > > > --- command ---
> > > > /usr/bin/qemu-mips /builds/gfx-ci/igt-ci-tags/build/lib/tests/igt_invalid_subtest_name
> > > > --- stdout ---
> > > > IGT-Version: 1.24-NO-GIT (mips) (Linux: 4.9.0-9-amd64 mips)
> > > > --- stderr ---
> > > > (igt_invalid_subtest_name:92) igt_core-CRITICAL: Invalid subtest name "# invalid name !".
> > > > igt_invalid_subtest_name: ../lib/igt_core.c:1714: igt_exit: Assertion `!test_with_subtests || skipped_one || succeeded_one || failed_one' failed.
> > > > Received signal SIGABRT.
> > > > Stack trace: 
> > > > Received signal SIGSEGV.
> > > > Stack trace: 
> > > > qemu: uncaught target signal 11 (Segmentation fault) - core dumped
> > > > igt_invalid_subtest_name: ../lib/tests/igt_tests_common.h:46: internal_assert_wsignaled: Assertion `WIFSIGNALED(wstatus) && WTERMSIG(wstatus) == signal' failed.
> > > > qemu: uncaught target signal 6 (Aborted) - core dumped
> > > > -------
> > > > 
> > > > Other architectures seem to be fine and the same thing is passing on
> > > > stretch.
> > > > 
> > > > Guillaume, do you have any idea what may be going on before I dig into
> > > > it?
> > > 
> > > I've had a look, the segfault is coming from libunwind when
> > > trying to do a stack trace.  The version of libunwind in Debian
> > > Stretch (1.1) had large parts unimplemented for MIPS, and while
> > > the one in Buster (1.2.1) seems to be able to fully support that
> > > it also appears to have a bug causing the segfault.
> > > 
> > > There have been a few fixes upstream in libunwind for MIPS, maybe
> > > some of these need to be back-ported to the package in Debian.
> > > I've built the 1.2.1 version from source and can reproduce the
> > > problem, I can try the latest version to see if there has been a
> > > fix for that next week.  And if that's the case, ask the Debian
> > > package maintainer to add some fixes.  If the latest upstream
> > > version still doesn't work, well I guess that would be something
> > > to report to the MIPS people who worked on libunwind.
> > > 
> > > Guillaume
> > 
> > Thanks for investigating this! Poke me here or on the IRC (ivyl) when
> > you think it might be working with buster. I'll give the series another
> > spin.
> 
> Sorry for the slow reply, I've now found a fix for it upstream:
> 
>   https://github.com/libunwind/libunwind/commit/fd44f596b2dad70acdc81cc76983585f888e045d
> 
> and I've sent a bug report in Debian to ask for this patch to be
> added to the package in Buster.  I don't know how long it will
> take for this to land but I'll ping you when I get some news.

Excellent. Thanks for this fix and the heads-up! :)

> Guillaume
> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [igt-dev] ✗ GitLab.Pipeline: warning for Dockerfile.debian*: Switch over to buster
  2019-07-22  8:17           ` Ser, Simon
@ 2020-08-11  9:41             ` Guillaume Tucker
  0 siblings, 0 replies; 11+ messages in thread
From: Guillaume Tucker @ 2020-08-11  9:41 UTC (permalink / raw)
  To: Ser, Simon, Hiler, Arkadiusz; +Cc: igt-dev

On 22/07/2019 09:17, Ser, Simon wrote:
> On Mon, 2019-07-22 at 09:03 +0100, Guillaume Tucker wrote:
>> On 15/07/2019 09:13, Arkadiusz Hiler wrote:
>>> On Fri, Jul 12, 2019 at 09:57:17AM +0100, Guillaume Tucker wrote:
>>>> On 08/07/2019 13:21, Arkadiusz Hiler wrote:
>>>>> On Mon, Jul 08, 2019 at 07:25:14AM +0000, Patchwork wrote:
>>>>>> == Series Details ==
>>>>>>
>>>>>> Series: Dockerfile.debian*: Switch over to buster
>>>>>> URL   : https://patchwork.freedesktop.org/series/63339/
>>>>>> State : warning
>>>>>>
>>>>>> == Summary ==
>>>>>>
>>>>>> Pipeline status: FAILED.
>>>>>>
>>>>>> See https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/pipelines/47180 for more details.
>>>>>>
>>>>>> == Logs ==
>>>>>>
>>>>>> For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/pipelines/47180
>>>>>
>>>>> Seems like it's failing for MIPS realiably:
>>>>>
>>>>> https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/405401
>>>>>
>>>>>
>>>>> One example of many sigsegvs:
>>>>> --- command ---
>>>>> /usr/bin/qemu-mips /builds/gfx-ci/igt-ci-tags/build/lib/tests/igt_invalid_subtest_name
>>>>> --- stdout ---
>>>>> IGT-Version: 1.24-NO-GIT (mips) (Linux: 4.9.0-9-amd64 mips)
>>>>> --- stderr ---
>>>>> (igt_invalid_subtest_name:92) igt_core-CRITICAL: Invalid subtest name "# invalid name !".
>>>>> igt_invalid_subtest_name: ../lib/igt_core.c:1714: igt_exit: Assertion `!test_with_subtests || skipped_one || succeeded_one || failed_one' failed.
>>>>> Received signal SIGABRT.
>>>>> Stack trace: 
>>>>> Received signal SIGSEGV.
>>>>> Stack trace: 
>>>>> qemu: uncaught target signal 11 (Segmentation fault) - core dumped
>>>>> igt_invalid_subtest_name: ../lib/tests/igt_tests_common.h:46: internal_assert_wsignaled: Assertion `WIFSIGNALED(wstatus) && WTERMSIG(wstatus) == signal' failed.
>>>>> qemu: uncaught target signal 6 (Aborted) - core dumped
>>>>> -------
>>>>>
>>>>> Other architectures seem to be fine and the same thing is passing on
>>>>> stretch.
>>>>>
>>>>> Guillaume, do you have any idea what may be going on before I dig into
>>>>> it?
>>>>
>>>> I've had a look, the segfault is coming from libunwind when
>>>> trying to do a stack trace.  The version of libunwind in Debian
>>>> Stretch (1.1) had large parts unimplemented for MIPS, and while
>>>> the one in Buster (1.2.1) seems to be able to fully support that
>>>> it also appears to have a bug causing the segfault.
>>>>
>>>> There have been a few fixes upstream in libunwind for MIPS, maybe
>>>> some of these need to be back-ported to the package in Debian.
>>>> I've built the 1.2.1 version from source and can reproduce the
>>>> problem, I can try the latest version to see if there has been a
>>>> fix for that next week.  And if that's the case, ask the Debian
>>>> package maintainer to add some fixes.  If the latest upstream
>>>> version still doesn't work, well I guess that would be something
>>>> to report to the MIPS people who worked on libunwind.
>>>>
>>>> Guillaume
>>>
>>> Thanks for investigating this! Poke me here or on the IRC (ivyl) when
>>> you think it might be working with buster. I'll give the series another
>>> spin.
>>
>> Sorry for the slow reply, I've now found a fix for it upstream:
>>
>>   https://github.com/libunwind/libunwind/commit/fd44f596b2dad70acdc81cc76983585f888e045d
>>
>> and I've sent a bug report in Debian to ask for this patch to be
>> added to the package in Buster.  I don't know how long it will
>> take for this to land but I'll ping you when I get some news.
> 
> Excellent. Thanks for this fix and the heads-up! :)

Turned out, it took precisely one year to the day for the
backported fix to get added to the Debian package.  I didn't
chase it too hard though as it wasn't a blocker for i-g-t, I
think I could have tried to upload a new package version myself
to speed things up... but I'm not too familiar with that.

So I've just sent a patch to use Buster with the MIPS Docker
image, it passed the pipeline:

  https://gitlab.freedesktop.org/gtucker/igt-gpu-tools/-/pipelines/188572

Thanks,
Guillaume
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-08-11  9:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-08  6:57 [igt-dev] [PATCH i-g-t] Dockerfile.debian*: Switch over to buster Arkadiusz Hiler
2019-07-08  7:25 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
2019-07-08 12:21   ` Arkadiusz Hiler
2019-07-12  8:57     ` Guillaume Tucker
2019-07-15  8:13       ` Arkadiusz Hiler
2019-07-22  8:03         ` Guillaume Tucker
2019-07-22  8:17           ` Ser, Simon
2020-08-11  9:41             ` Guillaume Tucker
2019-07-08  7:29 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2019-07-08  7:42 ` [igt-dev] [PATCH i-g-t] " Ser, Simon
2019-07-08  9:43 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.