* [igt-dev] [PATCH i-g-t] tests/kms_chamelium: Promote fail-indicating messages to critical level
@ 2019-11-07 14:15 Arkadiusz Hiler
2019-11-07 14:41 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Arkadiusz Hiler @ 2019-11-07 14:15 UTC (permalink / raw)
To: igt-dev
We test so many audio configurations that igt_debug's ring buffer gets
overflown which often puts the actual failure out of our reach.
Let's promote failure-indicating messages to critical log level, so we
see which exact configuration has borked.
Cc: Martin Peres <martin.peres@linux.intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111696
Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
---
tests/kms_chamelium.c | 29 ++++++++++++++++++-----------
1 file changed, 18 insertions(+), 11 deletions(-)
diff --git a/tests/kms_chamelium.c b/tests/kms_chamelium.c
index 52330098..af23c7f0 100644
--- a/tests/kms_chamelium.c
+++ b/tests/kms_chamelium.c
@@ -1444,6 +1444,7 @@ static void audio_state_stop(struct audio_state *state, bool success)
bool ok;
int ret;
struct chamelium_audio_file *audio_file;
+ enum igt_log_level log_level;
igt_debug("Stopping audio playback\n");
state->run = false;
@@ -1475,11 +1476,17 @@ static void audio_state_stop(struct audio_state *state, bool success)
state->dump_path = NULL;
}
- igt_debug("Audio %s test result for format %s, sampling rate %d Hz "
- "and %d channels: %s\n",
- state->name, snd_pcm_format_name(state->playback.format),
- state->playback.rate, state->playback.channels,
- success ? "ALL GREEN" : "FAILED");
+ if (success)
+ log_level = IGT_LOG_DEBUG;
+ else
+ log_level = IGT_LOG_CRITICAL;
+
+ igt_log(IGT_LOG_DOMAIN, log_level, "Audio %s test result for format %s, "
+ "sampling rate %d Hz and %d channels: %s\n",
+ state->name, snd_pcm_format_name(state->playback.format),
+ state->playback.rate, state->playback.channels,
+ success ? "ALL GREEN" : "FAILED");
+
}
static void check_audio_infoframe(struct audio_state *state)
@@ -1809,18 +1816,18 @@ static bool test_audio_flatline(struct audio_state *state)
align_success = true;
for (i = 0; i < state->playback.channels; i++) {
if (falling_edges[i] < 0) {
- igt_debug("Falling edge not detected for channel %zu\n",
- i);
+ igt_critical("Falling edge not detected for channel %zu\n",
+ i);
align_success = false;
continue;
}
if (abs(falling_edges[0] - falling_edges[i]) >
FLATLINE_ALIGN_ACCURACY) {
- igt_debug("Channel alignment mismatch: "
- "channel 0 has a falling edge at index %d "
- "while channel %zu has index %d\n",
- falling_edges[0], i, falling_edges[i]);
+ igt_critical("Channel alignment mismatch: "
+ "channel 0 has a falling edge at index %d "
+ "while channel %zu has index %d\n",
+ falling_edges[0], i, falling_edges[i]);
align_success = false;
}
}
--
2.23.0
_______________________________________________
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* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_chamelium: Promote fail-indicating messages to critical level 2019-11-07 14:15 [igt-dev] [PATCH i-g-t] tests/kms_chamelium: Promote fail-indicating messages to critical level Arkadiusz Hiler @ 2019-11-07 14:41 ` Patchwork 2019-11-08 17:52 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2019-11-21 12:12 ` [igt-dev] [PATCH i-g-t] " Martin Peres 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2019-11-07 14:41 UTC (permalink / raw) To: Arkadiusz Hiler; +Cc: igt-dev == Series Details == Series: tests/kms_chamelium: Promote fail-indicating messages to critical level URL : https://patchwork.freedesktop.org/series/69128/ State : success == Summary == CI Bug Log - changes from CI_DRM_7285 -> IGTPW_3662 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/index.html Known issues ------------ Here are the changes found in IGTPW_3662 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live_hangcheck: - fi-icl-u4: [PASS][1] -> [INCOMPLETE][2] ([fdo#107713] / [fdo#108569]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/fi-icl-u4/igt@i915_selftest@live_hangcheck.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/fi-icl-u4/igt@i915_selftest@live_hangcheck.html * igt@kms_frontbuffer_tracking@basic: - fi-icl-u3: [PASS][3] -> [FAIL][4] ([fdo#103167]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/fi-icl-u3/igt@kms_frontbuffer_tracking@basic.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/fi-icl-u3/igt@kms_frontbuffer_tracking@basic.html #### Possible fixes #### * igt@gem_exec_gttfill@basic: - {fi-tgl-u}: [INCOMPLETE][5] ([fdo#111593]) -> [PASS][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/fi-tgl-u/igt@gem_exec_gttfill@basic.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/fi-tgl-u/igt@gem_exec_gttfill@basic.html * igt@i915_pm_rpm@basic-pci-d3-state: - fi-hsw-4770: [SKIP][7] ([fdo#109271]) -> [PASS][8] +1 similar issue [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/fi-hsw-4770/igt@i915_pm_rpm@basic-pci-d3-state.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/fi-hsw-4770/igt@i915_pm_rpm@basic-pci-d3-state.html * igt@i915_selftest@live_gem_contexts: - fi-bsw-nick: [INCOMPLETE][9] ([fdo# 111542]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/fi-bsw-nick/igt@i915_selftest@live_gem_contexts.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/fi-bsw-nick/igt@i915_selftest@live_gem_contexts.html * igt@kms_frontbuffer_tracking@basic: - fi-icl-guc: [FAIL][11] ([fdo#103167]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/fi-icl-guc/igt@kms_frontbuffer_tracking@basic.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/fi-icl-guc/igt@kms_frontbuffer_tracking@basic.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo# 111542]: https://bugs.freedesktop.org/show_bug.cgi?id= 111542 [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167 [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713 [fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#111593]: https://bugs.freedesktop.org/show_bug.cgi?id=111593 Participating hosts (50 -> 45) ------------------------------ Additional (1): fi-gdg-551 Missing (6): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-byt-clapper Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_5265 -> IGTPW_3662 CI-20190529: 20190529 CI_DRM_7285: f9b1c63f033d2e2edf8da923ebe607916c40a4a0 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_3662: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/index.html IGT_5265: 99f04b14e224998abbb4ca60340fd97c9c5f33e8 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/index.html _______________________________________________ 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.IGT: failure for tests/kms_chamelium: Promote fail-indicating messages to critical level 2019-11-07 14:15 [igt-dev] [PATCH i-g-t] tests/kms_chamelium: Promote fail-indicating messages to critical level Arkadiusz Hiler 2019-11-07 14:41 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2019-11-08 17:52 ` Patchwork 2019-11-21 12:12 ` [igt-dev] [PATCH i-g-t] " Martin Peres 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2019-11-08 17:52 UTC (permalink / raw) To: Arkadiusz Hiler; +Cc: igt-dev == Series Details == Series: tests/kms_chamelium: Promote fail-indicating messages to critical level URL : https://patchwork.freedesktop.org/series/69128/ State : failure == Summary == CI Bug Log - changes from CI_DRM_7285_full -> IGTPW_3662_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_3662_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_3662_full, please notify your bug team to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/index.html Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_3662_full: ### IGT changes ### #### Possible regressions #### * igt@gem_ctx_persistence@smoketest: - shard-iclb: [PASS][1] -> [DMESG-WARN][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-iclb2/igt@gem_ctx_persistence@smoketest.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-iclb4/igt@gem_ctx_persistence@smoketest.html Known issues ------------ Here are the changes found in IGTPW_3662_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_ctx_isolation@rcs0-s3: - shard-tglb: [PASS][3] -> [INCOMPLETE][4] ([fdo#111832]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-tglb9/igt@gem_ctx_isolation@rcs0-s3.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-tglb8/igt@gem_ctx_isolation@rcs0-s3.html * igt@gem_ctx_persistence@vcs1-queued: - shard-iclb: [PASS][5] -> [SKIP][6] ([fdo#109276] / [fdo#112080]) +2 similar issues [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-iclb4/igt@gem_ctx_persistence@vcs1-queued.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-iclb8/igt@gem_ctx_persistence@vcs1-queued.html * igt@gem_ctx_shared@q-smoketest-all: - shard-tglb: [PASS][7] -> [INCOMPLETE][8] ([fdo#111735]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-tglb7/igt@gem_ctx_shared@q-smoketest-all.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-tglb6/igt@gem_ctx_shared@q-smoketest-all.html * igt@gem_exec_basic@basic-vcs1: - shard-iclb: [PASS][9] -> [SKIP][10] ([fdo#112080]) +6 similar issues [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-iclb4/igt@gem_exec_basic@basic-vcs1.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-iclb5/igt@gem_exec_basic@basic-vcs1.html * igt@gem_exec_schedule@preempt-other-chain-bsd: - shard-iclb: [PASS][11] -> [SKIP][12] ([fdo#112146]) +5 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-iclb3/igt@gem_exec_schedule@preempt-other-chain-bsd.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-iclb1/igt@gem_exec_schedule@preempt-other-chain-bsd.html * igt@gem_exec_schedule@preempt-queue-bsd1: - shard-iclb: [PASS][13] -> [SKIP][14] ([fdo#109276]) +13 similar issues [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-iclb1/igt@gem_exec_schedule@preempt-queue-bsd1.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-iclb8/igt@gem_exec_schedule@preempt-queue-bsd1.html - shard-tglb: [PASS][15] -> [INCOMPLETE][16] ([fdo#111677]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-tglb9/igt@gem_exec_schedule@preempt-queue-bsd1.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-tglb6/igt@gem_exec_schedule@preempt-queue-bsd1.html * igt@gem_persistent_relocs@forked-faulting-reloc-thrashing: - shard-iclb: [PASS][17] -> [TIMEOUT][18] ([fdo#112068 ]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-iclb5/igt@gem_persistent_relocs@forked-faulting-reloc-thrashing.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-iclb7/igt@gem_persistent_relocs@forked-faulting-reloc-thrashing.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup: - shard-hsw: [PASS][19] -> [DMESG-WARN][20] ([fdo#111870]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-hsw1/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-hsw4/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html * igt@gem_userptr_blits@sync-unmap-cycles: - shard-snb: [PASS][21] -> [DMESG-WARN][22] ([fdo#111870]) +1 similar issue [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-snb1/igt@gem_userptr_blits@sync-unmap-cycles.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-snb5/igt@gem_userptr_blits@sync-unmap-cycles.html * igt@gem_workarounds@suspend-resume: - shard-tglb: [PASS][23] -> [INCOMPLETE][24] ([fdo#111832] / [fdo#111850]) +3 similar issues [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-tglb6/igt@gem_workarounds@suspend-resume.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-tglb3/igt@gem_workarounds@suspend-resume.html - shard-kbl: [PASS][25] -> [DMESG-WARN][26] ([fdo#108566]) +1 similar issue [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-kbl3/igt@gem_workarounds@suspend-resume.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-kbl2/igt@gem_workarounds@suspend-resume.html * igt@i915_pm_rpm@system-suspend: - shard-tglb: [PASS][27] -> [INCOMPLETE][28] ([fdo#111747] / [fdo#111850]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-tglb4/igt@i915_pm_rpm@system-suspend.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-tglb5/igt@i915_pm_rpm@system-suspend.html * igt@i915_selftest@live_hangcheck: - shard-hsw: [PASS][29] -> [DMESG-FAIL][30] ([fdo#111991]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-hsw4/igt@i915_selftest@live_hangcheck.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-hsw6/igt@i915_selftest@live_hangcheck.html * igt@kms_cursor_edge_walk@pipe-c-256x256-left-edge: - shard-kbl: [PASS][31] -> [FAIL][32] ([fdo#104671]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-kbl2/igt@kms_cursor_edge_walk@pipe-c-256x256-left-edge.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-kbl1/igt@kms_cursor_edge_walk@pipe-c-256x256-left-edge.html * igt@kms_flip@flip-vs-suspend-interruptible: - shard-apl: [PASS][33] -> [DMESG-WARN][34] ([fdo#108566]) +1 similar issue [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-apl3/igt@kms_flip@flip-vs-suspend-interruptible.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-apl4/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-render: - shard-iclb: [PASS][35] -> [FAIL][36] ([fdo#103167]) +1 similar issue [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-iclb5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-render.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-iclb5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt: - shard-tglb: [PASS][37] -> [FAIL][38] ([fdo#103167]) +4 similar issues [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-tglb8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-tglb2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-wc: - shard-glk: [PASS][39] -> [FAIL][40] ([fdo#103167]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-glk1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-wc.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-glk2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-wc.html * igt@kms_psr@psr2_cursor_mmap_gtt: - shard-iclb: [PASS][41] -> [SKIP][42] ([fdo#109441]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-iclb2/igt@kms_psr@psr2_cursor_mmap_gtt.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-iclb1/igt@kms_psr@psr2_cursor_mmap_gtt.html * igt@kms_sequence@queue-busy: - shard-snb: [PASS][43] -> [SKIP][44] ([fdo#109271]) +2 similar issues [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-snb1/igt@kms_sequence@queue-busy.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-snb6/igt@kms_sequence@queue-busy.html #### Possible fixes #### * igt@gem_busy@busy-vcs1: - shard-iclb: [SKIP][45] ([fdo#112080]) -> [PASS][46] +15 similar issues [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-iclb3/igt@gem_busy@busy-vcs1.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-iclb4/igt@gem_busy@busy-vcs1.html * igt@gem_ctx_isolation@bcs0-s3: - shard-tglb: [INCOMPLETE][47] ([fdo#111832]) -> [PASS][48] [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-tglb5/igt@gem_ctx_isolation@bcs0-s3.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-tglb9/igt@gem_ctx_isolation@bcs0-s3.html * igt@gem_ctx_persistence@vcs1-mixed-process: - shard-iclb: [SKIP][49] ([fdo#109276] / [fdo#112080]) -> [PASS][50] +3 similar issues [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-iclb3/igt@gem_ctx_persistence@vcs1-mixed-process.html [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-iclb2/igt@gem_ctx_persistence@vcs1-mixed-process.html * igt@gem_ctx_shared@exec-single-timeline-bsd: - shard-iclb: [SKIP][51] ([fdo#110841]) -> [PASS][52] [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-iclb4/igt@gem_ctx_shared@exec-single-timeline-bsd.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-iclb3/igt@gem_ctx_shared@exec-single-timeline-bsd.html * igt@gem_eio@in-flight-suspend: - shard-iclb: [DMESG-WARN][53] ([fdo#111764]) -> [PASS][54] [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-iclb6/igt@gem_eio@in-flight-suspend.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-iclb1/igt@gem_eio@in-flight-suspend.html * igt@gem_exec_balancer@smoke: - shard-iclb: [SKIP][55] ([fdo#110854]) -> [PASS][56] [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-iclb3/igt@gem_exec_balancer@smoke.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-iclb4/igt@gem_exec_balancer@smoke.html * igt@gem_exec_create@forked: - shard-tglb: [INCOMPLETE][57] ([fdo#108838] / [fdo#111747]) -> [PASS][58] [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-tglb4/igt@gem_exec_create@forked.html [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-tglb5/igt@gem_exec_create@forked.html * igt@gem_exec_schedule@wide-bsd: - shard-iclb: [SKIP][59] ([fdo#112146]) -> [PASS][60] [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-iclb2/igt@gem_exec_schedule@wide-bsd.html [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-iclb5/igt@gem_exec_schedule@wide-bsd.html * igt@gem_persistent_relocs@forked-thrashing: - shard-iclb: [TIMEOUT][61] ([fdo#112068 ]) -> [PASS][62] [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-iclb6/igt@gem_persistent_relocs@forked-thrashing.html [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-iclb4/igt@gem_persistent_relocs@forked-thrashing.html * igt@gem_softpin@noreloc-s3: - shard-apl: [DMESG-WARN][63] ([fdo#108566]) -> [PASS][64] +1 similar issue [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-apl8/igt@gem_softpin@noreloc-s3.html [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-apl3/igt@gem_softpin@noreloc-s3.html * igt@gem_userptr_blits@map-fixed-invalidate-busy: - shard-hsw: [DMESG-WARN][65] ([fdo#110789] / [fdo#111870]) -> [PASS][66] [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-hsw5/igt@gem_userptr_blits@map-fixed-invalidate-busy.html [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-hsw5/igt@gem_userptr_blits@map-fixed-invalidate-busy.html * igt@gem_userptr_blits@map-fixed-invalidate-busy-gup: - shard-snb: [DMESG-WARN][67] ([fdo#111870]) -> [PASS][68] +1 similar issue [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-snb5/igt@gem_userptr_blits@map-fixed-invalidate-busy-gup.html [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-snb4/igt@gem_userptr_blits@map-fixed-invalidate-busy-gup.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy: - shard-hsw: [DMESG-WARN][69] ([fdo#111870]) -> [PASS][70] +2 similar issues [69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-hsw4/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-hsw1/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html * igt@i915_suspend@fence-restore-tiled2untiled: - shard-tglb: [INCOMPLETE][71] ([fdo#111832] / [fdo#111850]) -> [PASS][72] [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-tglb2/igt@i915_suspend@fence-restore-tiled2untiled.html [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-tglb9/igt@i915_suspend@fence-restore-tiled2untiled.html * igt@kms_color@pipe-a-ctm-0-75: - shard-tglb: [FAIL][73] ([fdo#110920]) -> [PASS][74] [73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-tglb3/igt@kms_color@pipe-a-ctm-0-75.html [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-tglb7/igt@kms_color@pipe-a-ctm-0-75.html * igt@kms_cursor_legacy@flip-vs-cursor-legacy: - shard-hsw: [FAIL][75] ([fdo#102670]) -> [PASS][76] [75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-hsw6/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-hsw4/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html * igt@kms_flip@flip-vs-suspend-interruptible: - shard-kbl: [DMESG-WARN][77] ([fdo#108566]) -> [PASS][78] +2 similar issues [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-kbl7/igt@kms_flip@flip-vs-suspend-interruptible.html [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-kbl6/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render: - shard-iclb: [FAIL][79] ([fdo#103167]) -> [PASS][80] +3 similar issues [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-iclb2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-iclb3/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html * igt@kms_psr2_su@frontbuffer: - shard-iclb: [SKIP][81] ([fdo#109642] / [fdo#111068]) -> [PASS][82] [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-iclb8/igt@kms_psr2_su@frontbuffer.html [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-iclb2/igt@kms_psr2_su@frontbuffer.html * igt@kms_psr@psr2_sprite_mmap_gtt: - shard-iclb: [SKIP][83] ([fdo#109441]) -> [PASS][84] +1 similar issue [83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-iclb7/igt@kms_psr@psr2_sprite_mmap_gtt.html [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_gtt.html * igt@kms_setmode@basic: - shard-kbl: [FAIL][85] ([fdo#99912]) -> [PASS][86] [85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-kbl4/igt@kms_setmode@basic.html [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-kbl6/igt@kms_setmode@basic.html * igt@kms_vblank@pipe-d-ts-continuation-dpms-suspend: - shard-tglb: [INCOMPLETE][87] ([fdo#111850]) -> [PASS][88] [87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-tglb2/igt@kms_vblank@pipe-d-ts-continuation-dpms-suspend.html [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-tglb9/igt@kms_vblank@pipe-d-ts-continuation-dpms-suspend.html * igt@prime_busy@hang-bsd2: - shard-iclb: [SKIP][89] ([fdo#109276]) -> [PASS][90] +17 similar issues [89]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-iclb6/igt@prime_busy@hang-bsd2.html [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-iclb4/igt@prime_busy@hang-bsd2.html #### Warnings #### * igt@gem_ctx_isolation@vcs1-nonpriv: - shard-iclb: [FAIL][91] ([fdo#111329]) -> [SKIP][92] ([fdo#109276] / [fdo#112080]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-iclb4/igt@gem_ctx_isolation@vcs1-nonpriv.html [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-iclb3/igt@gem_ctx_isolation@vcs1-nonpriv.html * igt@gem_ctx_isolation@vcs1-nonpriv-switch: - shard-iclb: [SKIP][93] ([fdo#109276] / [fdo#112080]) -> [FAIL][94] ([fdo#111329]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-iclb5/igt@gem_ctx_isolation@vcs1-nonpriv-switch.html [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-iclb4/igt@gem_ctx_isolation@vcs1-nonpriv-switch.html * igt@gem_exec_schedule@deep-blt: - shard-tglb: [INCOMPLETE][95] ([fdo#111671]) -> [FAIL][96] ([fdo#111646]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-tglb3/igt@gem_exec_schedule@deep-blt.html [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-tglb3/igt@gem_exec_schedule@deep-blt.html * igt@gem_exec_schedule@deep-vebox: - shard-tglb: [FAIL][97] ([fdo#111646]) -> [INCOMPLETE][98] ([fdo#111671]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-tglb7/igt@gem_exec_schedule@deep-vebox.html [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-tglb1/igt@gem_exec_schedule@deep-vebox.html * igt@gem_mocs_settings@mocs-isolation-bsd2: - shard-iclb: [FAIL][99] ([fdo#111330]) -> [SKIP][100] ([fdo#109276]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-iclb2/igt@gem_mocs_settings@mocs-isolation-bsd2.html [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-iclb8/igt@gem_mocs_settings@mocs-isolation-bsd2.html * igt@gem_mocs_settings@mocs-settings-bsd2: - shard-iclb: [SKIP][101] ([fdo#109276]) -> [FAIL][102] ([fdo#111330]) +1 similar issue [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-iclb8/igt@gem_mocs_settings@mocs-settings-bsd2.html [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-iclb1/igt@gem_mocs_settings@mocs-settings-bsd2.html * igt@gem_userptr_blits@map-fixed-invalidate-busy: - shard-snb: [DMESG-WARN][103] ([fdo#110789] / [fdo#111870]) -> [DMESG-WARN][104] ([fdo#111870]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-snb7/igt@gem_userptr_blits@map-fixed-invalidate-busy.html [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/shard-snb6/igt@gem_userptr_blits@map-fixed-invalidate-busy.html * igt@kms_atomic_transition@6x-modeset-transitions: - shard-tglb: [SKIP][105] ([fdo#112021 ]) -> [SKIP][106] ([fdo#112016 ] / [fdo#112021 ]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7285/shard-tglb9/igt@kms_atomic_transition@6x- == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3662/index.html _______________________________________________ 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] [PATCH i-g-t] tests/kms_chamelium: Promote fail-indicating messages to critical level 2019-11-07 14:15 [igt-dev] [PATCH i-g-t] tests/kms_chamelium: Promote fail-indicating messages to critical level Arkadiusz Hiler 2019-11-07 14:41 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2019-11-08 17:52 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork @ 2019-11-21 12:12 ` Martin Peres 2 siblings, 0 replies; 4+ messages in thread From: Martin Peres @ 2019-11-21 12:12 UTC (permalink / raw) To: Arkadiusz Hiler, igt-dev On 07/11/2019 16:15, Arkadiusz Hiler wrote: > We test so many audio configurations that igt_debug's ring buffer gets > overflown which often puts the actual failure out of our reach. > > Let's promote failure-indicating messages to critical log level, so we > see which exact configuration has borked. Reviewed-by: Martin Peres <martin.peres@linux.intel.com> > > Cc: Martin Peres <martin.peres@linux.intel.com> > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111696 > Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> > --- > tests/kms_chamelium.c | 29 ++++++++++++++++++----------- > 1 file changed, 18 insertions(+), 11 deletions(-) > > diff --git a/tests/kms_chamelium.c b/tests/kms_chamelium.c > index 52330098..af23c7f0 100644 > --- a/tests/kms_chamelium.c > +++ b/tests/kms_chamelium.c > @@ -1444,6 +1444,7 @@ static void audio_state_stop(struct audio_state *state, bool success) > bool ok; > int ret; > struct chamelium_audio_file *audio_file; > + enum igt_log_level log_level; > > igt_debug("Stopping audio playback\n"); > state->run = false; > @@ -1475,11 +1476,17 @@ static void audio_state_stop(struct audio_state *state, bool success) > state->dump_path = NULL; > } > > - igt_debug("Audio %s test result for format %s, sampling rate %d Hz " > - "and %d channels: %s\n", > - state->name, snd_pcm_format_name(state->playback.format), > - state->playback.rate, state->playback.channels, > - success ? "ALL GREEN" : "FAILED"); > + if (success) > + log_level = IGT_LOG_DEBUG; > + else > + log_level = IGT_LOG_CRITICAL; > + > + igt_log(IGT_LOG_DOMAIN, log_level, "Audio %s test result for format %s, " > + "sampling rate %d Hz and %d channels: %s\n", > + state->name, snd_pcm_format_name(state->playback.format), > + state->playback.rate, state->playback.channels, > + success ? "ALL GREEN" : "FAILED"); > + > } > > static void check_audio_infoframe(struct audio_state *state) > @@ -1809,18 +1816,18 @@ static bool test_audio_flatline(struct audio_state *state) > align_success = true; > for (i = 0; i < state->playback.channels; i++) { > if (falling_edges[i] < 0) { > - igt_debug("Falling edge not detected for channel %zu\n", > - i); > + igt_critical("Falling edge not detected for channel %zu\n", > + i); > align_success = false; > continue; > } > > if (abs(falling_edges[0] - falling_edges[i]) > > FLATLINE_ALIGN_ACCURACY) { > - igt_debug("Channel alignment mismatch: " > - "channel 0 has a falling edge at index %d " > - "while channel %zu has index %d\n", > - falling_edges[0], i, falling_edges[i]); > + igt_critical("Channel alignment mismatch: " > + "channel 0 has a falling edge at index %d " > + "while channel %zu has index %d\n", > + falling_edges[0], i, falling_edges[i]); > align_success = false; > } > } > _______________________________________________ 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-11-21 12:12 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-11-07 14:15 [igt-dev] [PATCH i-g-t] tests/kms_chamelium: Promote fail-indicating messages to critical level Arkadiusz Hiler 2019-11-07 14:41 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2019-11-08 17:52 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2019-11-21 12:12 ` [igt-dev] [PATCH i-g-t] " Martin Peres
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox