The selftests net sctp_vrf.sh test case failed due to following errors. Do you see these errors / warnings at your end ?
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
# selftests: net: sctp_vrf.sh # modprobe: FATAL: Module sctp not found in directory /lib/modules/6.3.0-rc6 # modprobe: FATAL: Module sctp_diag not found in directory /lib/modules/6.3.0-rc6 [ 2932.967517] IPv6: ADDRCONF(NETDEV_CHANGE): veth1: link becomes ready [ 2933.005205] IPv6: ADDRCONF(NETDEV_CHANGE): veth2: link becomes ready [ 2933.012081] IPv6: ADDRCONF(NETDEV_CHANGE): veth1: link becomes ready # Testing For SCTP VRF: # sysctl: error: 'net.sctp/l3mdev_accept' is an unknown key # TEST 01: nobind, connect from client 1, l3mdev_accept=1, Y [ 2933.314163] IPv6: ADDRCONF(NETDEV_CHANGE): veth1: link becomes ready exec of "pkill" failed: No such file or directory # [FAIL] # exec of "pkill" failed: No such file or directory not ok 84 selftests: net: sctp_vrf.sh # exit=3
details: https://qa-reports.linaro.org/lkft/linux-mainline-master/build/v6.3-rc6-16-g... https://lkft.validation.linaro.org/scheduler/job/6339612#L8152
metadata: git_ref: master git_repo: https://gitlab.com/Linaro/lkft/mirrors/torvalds/linux-mainline git_sha: 0d3eb744aed40ffce820cded61d7eac515199165 git_describe: v6.3-rc6-16-g0d3eb744aed4 kernel_version: 6.3.0-rc6 kernel-config: https://storage.tuxsuite.com/public/linaro/lkft/builds/2OFj2KfCWPidsBVVNqWRh... build-url: https://gitlab.com/Linaro/lkft/mirrors/torvalds/linux-mainline/-/pipelines/8... artifact-location: https://storage.tuxsuite.com/public/linaro/lkft/builds/2OFj2KfCWPidsBVVNqWRh... toolchain: gcc-11
-- Linaro LKFT https://lkft.linaro.org
On Tue, Apr 11, 2023 at 1:00 PM Naresh Kamboju naresh.kamboju@linaro.org wrote:
The selftests net sctp_vrf.sh test case failed due to following errors. Do you see these errors / warnings at your end ?
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
# selftests: net: sctp_vrf.sh # modprobe: FATAL: Module sctp not found in directory /lib/modules/6.3.0-rc6 # modprobe: FATAL: Module sctp_diag not found in directory
# CONFIG_IP_SCTP is not set This is a test for SCTP module, you should enable it before running this test. I will add it in tools/testing/selftests/net/config
Thanks for reporting.
/lib/modules/6.3.0-rc6
[ 2932.967517] IPv6: ADDRCONF(NETDEV_CHANGE): veth1: link becomes ready [ 2933.005205] IPv6: ADDRCONF(NETDEV_CHANGE): veth2: link becomes ready [ 2933.012081] IPv6: ADDRCONF(NETDEV_CHANGE): veth1: link becomes ready # Testing For SCTP VRF: # sysctl: error: 'net.sctp/l3mdev_accept' is an unknown key # TEST 01: nobind, connect from client 1, l3mdev_accept=1, Y [ 2933.314163] IPv6: ADDRCONF(NETDEV_CHANGE): veth1: link becomes ready exec of "pkill" failed: No such file or directory # [FAIL] # exec of "pkill" failed: No such file or directory not ok 84 selftests: net: sctp_vrf.sh # exit=3
details:
https://qa-reports.linaro.org/lkft/linux-mainline-master/build/v6.3-rc6-16-g... https://lkft.validation.linaro.org/scheduler/job/6339612#L8152
metadata: git_ref: master git_repo: https://gitlab.com/Linaro/lkft/mirrors/torvalds/linux-mainline git_sha: 0d3eb744aed40ffce820cded61d7eac515199165 git_describe: v6.3-rc6-16-g0d3eb744aed4 kernel_version: 6.3.0-rc6 kernel-config:
https://storage.tuxsuite.com/public/linaro/lkft/builds/2OFj2KfCWPidsBVVNqWRh... build-url: https://gitlab.com/Linaro/lkft/mirrors/torvalds/linux-mainline/-/pipelines/8... artifact-location:
https://storage.tuxsuite.com/public/linaro/lkft/builds/2OFj2KfCWPidsBVVNqWRh... toolchain: gcc-11
-- Linaro LKFT https://lkft.linaro.org
On Wed, 12 Apr 2023 at 03:16, Xin Long lucien.xin@gmail.com wrote:
On Tue, Apr 11, 2023 at 1:00 PM Naresh Kamboju naresh.kamboju@linaro.org wrote:
The selftests net sctp_vrf.sh test case failed due to following errors. Do you see these errors / warnings at your end ?
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
# selftests: net: sctp_vrf.sh # modprobe: FATAL: Module sctp not found in directory /lib/modules/6.3.0-rc6 # modprobe: FATAL: Module sctp_diag not found in directory
# CONFIG_IP_SCTP is not set This is a test for SCTP module, you should enable it before running this test. I will add it in tools/testing/selftests/net/config
That would be the right place to add pre required configs.
Thanks for reporting.
I am happy to test your next / upcoming patches. Please share your development repo / branch or CC me on patches .
- Naresh