Comment 3 for bug 2019858

Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

After some debugging work, Jesse found the root cause is because the fib_tests.sh was removed in the closing commit.

Take f/aws for example, it's been removed in:

commit f16d2ff29d31782255c5fe04cf374303298f5065
Author: Tim Gardner <email address hidden>
Date: Sun Apr 23 17:26:31 2023 -0600

    UBUNTU: Ubuntu-aws-5.4.0-1102.110

    Signed-off-by: Tim Gardner <email address hidden>

And for f/azure:
commit e5cd9600405416217de67ab2be410f1077732c71
Author: Tim Gardner <email address hidden>
Date: Mon Apr 24 09:58:24 2023 -0600

    UBUNTU: Ubuntu-azure-5.4.0-1108.114

    Signed-off-by: Tim Gardner <email address hidden>

For f/iot:
commit 292bf55da78f34f7213f5417c8dead0c0ed9b964
Author: Masahiro Yamada <email address hidden>
Date: Wed May 10 16:04:07 2023 +0900

    UBUNTU: Ubuntu-iot-5.4.0-1015.17

    Signed-off-by: Masahiro Yamada <email address hidden>

So when we're testing this, it will be tested with a very old version of fib_tests.sh that exists in the kernel tarball and thus failing like this.