All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] meson: Remove invalid required argument
@ 2019-05-20  9:39 Petri Latvala
  2019-05-20 10:02 ` Ser, Simon
  2019-05-20 10:31 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
  0 siblings, 2 replies; 4+ messages in thread
From: Petri Latvala @ 2019-05-20  9:39 UTC (permalink / raw)
  To: igt-dev; +Cc: Petri Latvala

declare_dependency doesn't take a 'required' argument.

meson.build:207: WARNING: Passed invalid keyword argument "required".
WARNING: This will become a hard error in the future.

Signed-off-by: Petri Latvala <petri.latvala@intel.com>
Cc: Simon Ser <simon.ser@intel.com>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index a05e912c..2af08f9a 100644
--- a/meson.build
+++ b/meson.build
@@ -210,7 +210,7 @@ if _build_chamelium
 		xmlrpc_client,
 		gsl,
 		alsa,
-	], required : _chamelium_required)
+	])
 	if xmlrpc.found() and xmlrpc_util.found() and xmlrpc_client.found() and gsl.found() and alsa.found() and libcurl.found()
 		config.set('HAVE_CHAMELIUM', 1)
 		chameliuminfo = 'Yes'
-- 
2.19.1

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

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

* Re: [igt-dev] [PATCH i-g-t] meson: Remove invalid required argument
  2019-05-20  9:39 [igt-dev] [PATCH i-g-t] meson: Remove invalid required argument Petri Latvala
@ 2019-05-20 10:02 ` Ser, Simon
  2019-05-20 10:31 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
  1 sibling, 0 replies; 4+ messages in thread
From: Ser, Simon @ 2019-05-20 10:02 UTC (permalink / raw)
  To: igt-dev, Latvala, Petri

On Mon, 2019-05-20 at 12:39 +0300, Petri Latvala wrote:
> declare_dependency doesn't take a 'required' argument.
> 
> meson.build:207: WARNING: Passed invalid keyword argument "required".
> WARNING: This will become a hard error in the future.
> 
> Signed-off-by: Petri Latvala <petri.latvala@intel.com>
> Cc: Simon Ser <simon.ser@intel.com>

Derp. Thanks for spotting this!

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

> ---
>  meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meson.build b/meson.build
> index a05e912c..2af08f9a 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -210,7 +210,7 @@ if _build_chamelium
>  		xmlrpc_client,
>  		gsl,
>  		alsa,
> -	], required : _chamelium_required)
> +	])
>  	if xmlrpc.found() and xmlrpc_util.found() and
> xmlrpc_client.found() and gsl.found() and alsa.found() and
> libcurl.found()
>  		config.set('HAVE_CHAMELIUM', 1)
>  		chameliuminfo = 'Yes'
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✗ Fi.CI.BAT: failure for meson: Remove invalid required argument
  2019-05-20  9:39 [igt-dev] [PATCH i-g-t] meson: Remove invalid required argument Petri Latvala
  2019-05-20 10:02 ` Ser, Simon
@ 2019-05-20 10:31 ` Patchwork
  2019-05-20 10:36   ` Petri Latvala
  1 sibling, 1 reply; 4+ messages in thread
From: Patchwork @ 2019-05-20 10:31 UTC (permalink / raw)
  To: Petri Latvala; +Cc: igt-dev

== Series Details ==

Series: meson: Remove invalid required argument
URL   : https://patchwork.freedesktop.org/series/60852/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_6098 -> IGTPW_3005
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with IGTPW_3005 absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_3005, please notify your bug team to allow them
  to document this new failure mode, which will reduce false positives in CI.

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

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in IGTPW_3005:

### IGT changes ###

#### Possible regressions ####

  * igt@gem_exec_gttfill@basic:
    - fi-whl-u:           NOTRUN -> [INCOMPLETE][1]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3005/fi-whl-u/igt@gem_exec_gttfill@basic.html

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

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

### IGT changes ###

#### Possible fixes ####

  * igt@i915_pm_rpm@module-reload:
    - fi-skl-6770hq:      [FAIL][2] ([fdo#108511]) -> [PASS][3]
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6098/fi-skl-6770hq/igt@i915_pm_rpm@module-reload.html
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3005/fi-skl-6770hq/igt@i915_pm_rpm@module-reload.html

  * igt@i915_selftest@live_contexts:
    - fi-skl-gvtdvm:      [DMESG-FAIL][4] ([fdo#110235]) -> [PASS][5]
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6098/fi-skl-gvtdvm/igt@i915_selftest@live_contexts.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3005/fi-skl-gvtdvm/igt@i915_selftest@live_contexts.html

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


Participating hosts (49 -> 44)
------------------------------

  Additional (2): fi-whl-u fi-icl-u3 
  Missing    (7): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-byt-clapper fi-icl-dsi fi-bdw-samus 


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

  * IGT: IGT_4996 -> IGTPW_3005

  CI_DRM_6098: 0b584605423c254721629dc8e65e28eaec1f3b5f @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_3005: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3005/
  IGT_4996: 6fe5d254ec1b9b47d61408e1b49a7339876bf1e7 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

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

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

* Re: [igt-dev] ✗ Fi.CI.BAT: failure for meson: Remove invalid required argument
  2019-05-20 10:31 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
@ 2019-05-20 10:36   ` Petri Latvala
  0 siblings, 0 replies; 4+ messages in thread
From: Petri Latvala @ 2019-05-20 10:36 UTC (permalink / raw)
  To: Martin Peres; +Cc: igt-dev

On Mon, May 20, 2019 at 10:31:59AM +0000, Patchwork wrote:
> == Series Details ==
> 
> Series: meson: Remove invalid required argument
> URL   : https://patchwork.freedesktop.org/series/60852/
> State : failure
> 
> == Summary ==
> 
> CI Bug Log - changes from CI_DRM_6098 -> IGTPW_3005
> ====================================================
> 
> Summary
> -------
> 
>   **FAILURE**
> 
>   Serious unknown changes coming with IGTPW_3005 absolutely need to be
>   verified manually.
>   
>   If you think the reported changes have nothing to do with the changes
>   introduced in IGTPW_3005, please notify your bug team to allow them
>   to document this new failure mode, which will reduce false positives in CI.
> 
>   External URL: https://patchwork.freedesktop.org/api/1.0/series/60852/revisions/1/mbox/
> 
> Possible new issues
> -------------------
> 
>   Here are the unknown changes that may have been introduced in IGTPW_3005:
> 
> ### IGT changes ###
> 
> #### Possible regressions ####
> 
>   * igt@gem_exec_gttfill@basic:
>     - fi-whl-u:           NOTRUN -> [INCOMPLETE][1]
>    [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3005/fi-whl-u/igt@gem_exec_gttfill@basic.html
> 


A definite false positive. Off to Martin you go!


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

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

end of thread, other threads:[~2019-05-20 10:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-20  9:39 [igt-dev] [PATCH i-g-t] meson: Remove invalid required argument Petri Latvala
2019-05-20 10:02 ` Ser, Simon
2019-05-20 10:31 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
2019-05-20 10:36   ` Petri Latvala

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.