On Sun, Oct 30, 2022 at 10:51 PM kernelci.org bot bot@kernelci.org wrote:
chrome-platform/for-kernelci baseline: 98 runs, 5 regressions (v6.1-rc1-5-g27b86a65cd16)
Does anybody look at these? It's a bit weird to see "5 regressions", and then to look back on the last few weeks (probably months) and see the same errors...
Regressions Summary
platform | arch | lab | compiler | defconfig | regressions -----------------------------+-------+---------------+----------+----------------------------+------------ mt8183-kukui-...uniper-sku16 | arm64 | lab-collabora | gcc-10 | defconfig+arm64-chromebook | 1 rk3399-gru-kevin | arm64 | lab-collabora | gcc-10 | defconfig+arm64-chromebook | 4
Details: https://kernelci.org/test/job/chrome-platform/branch/for-kernelci/kernel/v6....
Test: baseline Tree: chrome-platform Branch: for-kernelci Describe: v6.1-rc1-5-g27b86a65cd16 URL: https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git SHA: 27b86a65cd16b0e94ef69196b008d701a53feddb
Test Regressions
...
platform | arch | lab | compiler | defconfig | regressions -----------------------------+-------+---------------+----------+----------------------------+------------ rk3399-gru-kevin | arm64 | lab-collabora | gcc-10 | defconfig+arm64-chromebook | 4
Details: https://kernelci.org/test/plan/id/635f585b4cac8cb70ce7db4e
Results: 85 PASS, 7 FAIL, 0 SKIP Full config: defconfig+arm64-chromebook Compiler: gcc-10 (aarch64-linux-gnu-gcc (Debian 10.2.1-6) 10.2.1 20210110) Plain log: https://storage.kernelci.org//chrome-platform/for-kernelci/v6.1-rc1-5-g27b86... HTML log: https://storage.kernelci.org//chrome-platform/for-kernelci/v6.1-rc1-5-g27b86... Rootfs: http://storage.kernelci.org/images/rootfs/buildroot/buildroot-baseline/20221...
Where can I find the test cases? (i.e., what's determining a "failure" for one of these?)
As a small guess, I see that we're missing some common configs, like:
CONFIG_PHY_ROCKCHIP_DP
This sometimes means that the display subsystem (and therefore audio subsystem that relies on DP for one of its components) is not going to fully set itself up properly. Usually things can still sort of work, but I don't really know what the tests are looking for.
Brian