mikyll commented on PR #11675:
URL: https://github.com/apache/apisix/pull/11675#issuecomment-2461739094
The CI and HTTP/3 errors do not seem to be related to the change. The same 3
tests (files `t/plugin/opentelemetry.t`, `t/plugin/opentelemetry2.t`,
`t/plugin/opentelemetry5.t`) keep failing:
```lang-none
Test Summary Report
-------------------
t/plugin/opentelemetry.t (Wstat: 0 Tests: 74 Failed: 32)
Failed tests: 6-9, 11, 18-21, 23, 30-33, 35, 42-45, 47
54-57, 59, 66-71, 73
Parse errors: No plan found in TAP output
t/plugin/opentelemetry2.t (Wstat: 0 Tests: 11 Failed: 5)
Failed tests: 5-8, 10
Parse errors: No plan found in TAP output
t/plugin/opentelemetry5.t (Wstat: 0 Tests: 37 Failed: 12)
Failed tests: 6-7, 9, 12, 15, 18, 21, 24, 27, 30, 33
36
Parse errors: No plan found in TAP output
Files=6, Tests=245, 54 wallclock secs ( 0.06 usr 0.00 sys + 5.16 cusr
2.12 csys = 7.34 CPU)
Result: FAIL
Error: Process completed with exit code 1.
```
1. Job [build (ubuntu-20.04, linux_openresty, lua-resty-worker-events,
t/plugin/[l-z]*)](https://github.com/apache/apisix/actions/runs/11482481200/job/32608897109?pr=11675#logs)
2. Job [build (ubuntu-20.04, linux_openresty, lua-resty-events,
t/plugin/[l-z]*)](https://github.com/apache/apisix/actions/runs/11482481200/job/32608900671?pr=11675#logs)
3. Job [build (ubuntu-20.04, linux_openresty, lua-resty-worker-events,
t/plugin/[l-z]*)](https://github.com/apache/apisix/actions/runs/11482481203/job/32608898212?pr=11675#logs)
4. Job [build (ubuntu-20.04, linux_openresty, lua-resty-events,
t/plugin/[l-z]*)](https://github.com/apache/apisix/actions/runs/11482481203/job/32608901892?pr=11675#logs)
5. Job [build (ubuntu-20.04, linux_openresty, lua-resty-worker-events,
t/plugin/[l-z]*)](https://github.com/apache/apisix/actions/runs/11482481200/job/32608897109?pr=11675#logs)
6. Job [build (ubuntu-20.04, linux_openresty, lua-resty-events,
t/plugin/[l-z]*)](https://github.com/apache/apisix/actions/runs/11482481200/job/32608900671?pr=11675#logs)
7. Job [build (ubuntu-20.04, linux_openresty, lua-resty-worker-events,
t/plugin/[l-z]*)](https://github.com/apache/apisix/actions/runs/11482481203/job/32608898212?pr=11675#logs)
8. Job [build (ubuntu-20.04, linux_openresty, lua-resty-events,
t/plugin/[l-z]*)](https://github.com/apache/apisix/actions/runs/11482481203/job/32608901892?pr=11675#logs)
These seem to be caused by this other error from
[sc-lint](https://github.com/apache/apisix/actions/runs/11482481216/job/32608897406?pr=11675#logs):
```lang-none
In ci/linux_openresty_tongsuo_runner.sh line 48:
before_install
^------------^ SC2218 (error): This function is only defined later. Move
the definition up.
For more information:
https://www.shellcheck.net/wiki/SC2[21](https://github.com/apache/apisix/actions/runs/11482481216/job/32608897406?pr=11675#step:3:22)8
-- This function is only defined lat...
Error: Process completed with exit code
1[23](https://github.com/apache/apisix/actions/runs/11482481216/job/32608897406?pr=11675#step:3:24).
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]