From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 173BAC5472E for ; Mon, 26 Aug 2024 09:31:00 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C516410E165; Mon, 26 Aug 2024 09:30:59 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (1024-bit key; unprotected) header.d=collabora.com header.i=vignesh.raman@collabora.com header.b="iriJcnpv"; dkim-atps=neutral Received: from sender4-pp-f112.zoho.com (sender4-pp-f112.zoho.com [136.143.188.112]) by gabe.freedesktop.org (Postfix) with ESMTPS id 41DB910E18B for ; Mon, 26 Aug 2024 09:30:58 +0000 (UTC) ARC-Seal: i=1; a=rsa-sha256; t=1724664655; cv=none; d=zohomail.com; s=zohoarc; b=VAdZ8z3GRMWF9Gl7MsiC9Tsd4dchg8eQBTHnt8q2qAkaDhvV2eJ+Iff6BQYjfexYa9OvG5ccBLTVVpDn9KfjJmRMA6KiMgbny7Qu6NsxZf8rrv13wuYKPB4M2P/e8FxejD0+1uwSmoRAoBNVfI8/QUHZBReeLBfbQTBHuyQIp3s= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1724664655; h=Content-Type:Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To; bh=rJlIO6zAT2t5qZOyxn1iixhDdWvUW84OxzFYKPffrRU=; b=B3+Hh7N8NhxtsEeq4kMoEdkmYQel22y0XU0kSqUjelcwscKaR4n6RP+hvWfdXWSHliEcDwnrIMniAXhatMC9hQTqF4UgmAIO4Pt3Eu3kaKL0ev0k84NdNEj/qBd7OoRu9whcIB2sre4QH9nPt5pPRRWT6gtJWEoir4uYLxZdyR8= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=collabora.com; spf=pass smtp.mailfrom=vignesh.raman@collabora.com; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1724664655; s=zohomail; d=collabora.com; i=vignesh.raman@collabora.com; h=Message-ID:Date:Date:MIME-Version:Subject:Subject:To:To:References:Cc:Cc:From:From:In-Reply-To:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To; bh=rJlIO6zAT2t5qZOyxn1iixhDdWvUW84OxzFYKPffrRU=; b=iriJcnpvY2RqMJRcMZpY4YdsS+Pviq2N+6L18sIcrnu90fYpiGwwTDJ7TJzYM+bQ UMckR1YlX2MaIw/DoOH+AilaC9KkZzGhB/r7POdvzQ/igR/0lu02VlMkfL92PSQSJ3E GnfvsAmNp9TsvwN9GpOkpXL3Y35qxbReOacxH7uw= Received: by mx.zohomail.com with SMTPS id 1724664654334701.3142360070684; Mon, 26 Aug 2024 02:30:54 -0700 (PDT) Message-ID: <949380f8-0c5b-49d4-b314-d4c087a3fe4e@collabora.com> Date: Mon, 26 Aug 2024 15:00:51 +0530 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: =?UTF-8?Q?Re=3A_=E2=9C=97_Fi=2ECI=2EBUILD=3A_failure_for_tests/cham?= =?UTF-8?Q?elium=3A_Integrate_the_chamelium_v3?= To: Louis Chauvet , igt-dev@lists.freedesktop.org References: <20240709-dev-remove-static-ports-v2-0-5adfc6985778@bootlin.com> <172054176637.86477.2526307237145811654@2413ebb6fbb6> Content-Language: en-US Cc: daniels From: Vignesh Raman In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-ZohoMailClient: External X-BeenThere: igt-dev@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development mailing list for IGT GPU Tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" Hi Louis, On 10/07/24 15:18, Louis Chauvet wrote: > Hi all, > > It seems like I forgot to include errno.h. Should I send a new version or > wait for comments before? > > diff --git a/lib/chamelium/v3/igt_chamelium.c b/lib/chamelium/v3/igt_chamelium.c > index fa70e2c1e296..4ed408a49afb 100644 > --- a/lib/chamelium/v3/igt_chamelium.c > +++ b/lib/chamelium/v3/igt_chamelium.c > @@ -1,5 +1,7 @@ > // SPDX-License-Identifier: GPL-2.0 > > +#include > + > #include > #include > > > This morning I attempted to run the CI locally to avoid more errors, it > was a bit tricky (gitlab-runner deprecated the exec option to run the CI > locally, the images used are in the private docker repository, I had to > rebuild docker image myself). > > With the following diff, the fedora build seems to pass, but I have some > timeout on tests, this timeout is also present on master. > > PASS build:tests-fedora > PASS build:tests-fedora-no-libunwind > PASS build:tests-fedora-oldest-meson > PASS build:tests-fedora-no-libdrm-nouveau > PASS build:tests-fedora-clang > PASS test:list-undocumented-tests > PASS test:verify-blacklists > FAIL test:ninja-test > > Skipped: 0 > > Timeout: 1 > > Full log written to /gcl-builds/build/meson-logs/testlog.txt > FAIL test:ninja-test-clang > > Skipped: 0 > > Timeout: 1 > > Full log written to /gcl-builds/build/meson-logs/testlog.txt > > For test:ninja-test > 419/431 runner TIMEOUT 300.01 s > > For test:ninja-test-clang > 419/431 runner TIMEOUT 300.00 s > > I am not able to run debian images, I tried to build the Dockerfile, but > the debian version seems too old (404 during apt update), and I am not > able to fetch prebuild images from gitlab (it seems to require API keys). Thanks for this series. I'm able to add your patches in a test branch and build it in drm-ci using debian images. There are some failures seen in lib/igt_kms.c and I sent some review comments for your patches. Please could you send an updated series. Thank you. Regards, Vignesh > > I will send a series to explain how to run the CI locally. > >> == Series Details == >> >> Series: tests/chamelium: Integrate the chamelium v3 >> URL : https://patchwork.freedesktop.org/series/135910/ >> State : failure >> >> == Summary == >> >> IGT patchset build failed on latest successful build >> a7ef4e2bacb168f19605851986629d462b097df6 lib/i915/perf: Add ARL support in IGT perf library >> >> Tail of build.log: >> [381/1759] Compiling C object 'lib/76b5a35@@igt-igt_v3d_c@sta/igt_v3d.c.o'. >> [382/1759] Compiling C object 'lib/76b5a35@@igt-gpu_cmds_c@sta/gpu_cmds.c.o'. >> [383/1759] Compiling C object 'tests/59830eb@@kms_selftest@exe/kms_selftest.c.o'. >> [384/1759] Compiling C object 'lib/76b5a35@@igt-rendercopy_gen7_c@sta/rendercopy_gen7.c.o'. >> [385/1759] Compiling C object 'tests/59830eb@@kms_sysfs_edid_timing@exe/kms_sysfs_edid_timing.c.o'. >> [386/1759] Compiling C object 'tests/59830eb@@gem_softpin@exe/intel_gem_softpin.c.o'. >> [387/1759] Compiling C object 'tests/59830eb@@kms_scaling_modes@exe/kms_scaling_modes.c.o'. >> [388/1759] Compiling C object 'lib/76b5a35@@igt-igt_draw_c@sta/igt_draw.c.o'. >> [389/1759] Compiling C object 'lib/76b5a35@@igt-rendercopy_gen6_c@sta/rendercopy_gen6.c.o'. >> [390/1759] Compiling C object 'lib/76b5a35@@igt-intel_compute_c@sta/intel_compute.c.o'. >> [391/1759] Compiling C object 'tests/59830eb@@kms_plane_multiple@exe/kms_plane_multiple.c.o'. >> [392/1759] Compiling C object 'tests/59830eb@@kms_tv_load_detect@exe/kms_tv_load_detect.c.o'. >> [393/1759] Compiling C object 'tests/59830eb@@kms_rmfb@exe/kms_rmfb.c.o'. >> [394/1759] Compiling C object 'tests/59830eb@@kms_plane_cursor@exe/kms_plane_cursor.c.o'. >> [395/1759] Compiling C object 'tests/59830eb@@kms_plane_lowres@exe/kms_plane_lowres.c.o'. >> [396/1759] Compiling C object 'lib/76b5a35@@igt-intel_bufops_c@sta/intel_bufops.c.o'. >> [397/1759] Compiling C object 'tests/59830eb@@kms_pipe_crc_basic@exe/kms_pipe_crc_basic.c.o'. >> [398/1759] Compiling C object 'lib/76b5a35@@igt-igt_pm_c@sta/igt_pm.c.o'. >> [399/1759] Compiling C object 'tests/59830eb@@kms_prop_blob@exe/kms_prop_blob.c.o'. >> [400/1759] Compiling C object 'tests/59830eb@@kms_plane_alpha_blend@exe/kms_plane_alpha_blend.c.o'. >> [401/1759] Compiling C object 'tests/59830eb@@kms_prime@exe/kms_prime.c.o'. >> [402/1759] Compiling C object 'lib/76b5a35@@igt-igt_amd_c@sta/igt_amd.c.o'. >> [403/1759] Generating i915-perf-registers-acmgt3 with a custom command. >> [404/1759] Compiling C object 'lib/76b5a35@@igt-igt_vmwgfx_c@sta/igt_vmwgfx.c.o'. >> [405/1759] Compiling C object 'tests/59830eb@@kms_tiled_display@exe/kms_tiled_display.c.o'. >> [406/1759] Compiling C object 'tests/59830eb@@kms_sequence@exe/kms_sequence.c.o'. >> [407/1759] Compiling C object 'tests/59830eb@@gem_concurrent_blit@exe/intel_gem_concurrent_blit.c.o'. >> [408/1759] Compiling C object 'lib/76b5a35@@xe_oa@sha/meson-generated_.._xe_oa_equations.c.o'. >> [409/1759] Compiling C object 'tests/59830eb@@kms_flip@exe/kms_flip.c.o'. >> [410/1759] Compiling C object 'lib/76b5a35@@igt-intel_blt_c@sta/intel_blt.c.o'. >> [411/1759] Compiling C object 'tests/59830eb@@kms_plane@exe/kms_plane.c.o'. >> [412/1759] Generating i915-perf-metrics-acmgt3 with a custom command. >> [413/1759] Compiling C object 'lib/76b5a35@@igt-igt_kmod_c@sta/igt_kmod.c.o'. >> [414/1759] Compiling C object 'tests/59830eb@@kms_properties@exe/kms_properties.c.o'. >> [415/1759] Compiling C object 'tests/59830eb@@kms_setmode@exe/kms_setmode.c.o'. >> [416/1759] Compiling C object 'tests/59830eb@@kms_plane_scaling@exe/kms_plane_scaling.c.o'. >> [417/1759] Compiling C object 'tests/59830eb@@kms_lease@exe/kms_lease.c.o'. >> [418/1759] Compiling C object 'lib/76b5a35@@igt-chamelium_v2_igt_chamelium_c@sta/chamelium_v2_igt_chamelium.c.o'. >> [419/1759] Compiling C object 'tests/59830eb@@kms_rotation_crc@exe/kms_rotation_crc.c.o'. >> [420/1759] Compiling C object 'tests/59830eb@@kms_atomic@exe/kms_atomic.c.o'. >> [421/1759] Compiling C object 'lib/76b5a35@@igt-rendercopy_gen8_c@sta/rendercopy_gen8.c.o'. >> [422/1759] Compiling C object 'tests/59830eb@@kms_cursor_legacy@exe/kms_cursor_legacy.c.o'. >> [423/1759] Compiling C object 'lib/76b5a35@@igt-igt_core_c@sta/igt_core.c.o'. >> [424/1759] Compiling C object 'lib/76b5a35@@igt-intel_batchbuffer_c@sta/intel_batchbuffer.c.o'. >> [425/1759] Compiling C object 'lib/76b5a35@@igt-rendercopy_gen9_c@sta/rendercopy_gen9.c.o'. >> [426/1759] Compiling C object 'lib/76b5a35@@igt-igt_fb_c@sta/igt_fb.c.o'. >> [427/1759] Compiling C object 'lib/76b5a35@@igt-i915_intel_decode_c@sta/i915_intel_decode.c.o'. >> [428/1759] Compiling C object 'lib/76b5a35@@igt-igt_kms_c@sta/igt_kms.c.o'. >> [429/1759] Generating i915-perf-equations with a custom command. >> ninja: build stopped: subcommand failed. >> >> >