[php] Swoole had problems starting or stopping
Hello everyone, I recently discovered during tests that Swoole is showing a message saying it had problems starting or stopping. I would like to know where I can find the detailed logs. If my recent commit caused this issue (The CI tests passed when I submitted this PR), I would like to fix it as soon as possible. Thank you.
https://tfb-status.techempower.com/results/5fb2248e-cb24-4d86-9ee0-21b973f6f865
Hi @NathanFreeman - Unfortunately the logs aren't published until the run is completed. I might have some time later today or tomorrow morning to log into the machine remotely and look for them to give you some insights.
Looks like they all ran into this in the build log:
swoole-async-postgres: Step 1/14 : FROM ubuntu:24.04
swoole-async-postgres: Docker build failed; terminating
swoole-async-postgres: Traceback (most recent call last):
swoole-async-postgres: File "/FrameworkBenchmarks/toolset/utils/docker_helper.py", line 53, in __build
swoole-async-postgres: raise Exception(token['errorDetail']['message'])
swoole-async-postgres: Exception: unauthorized: authentication required
swoole-async-postgres: Build time: 1s
Thank you. Is this issue caused by the PR I recently submitted? If so, how can I fix it? Thank you.
Don't worry ! It was a temporal failure downloading ubuntu. It isn't from your PR.