masaori335 commented on issue #12094: URL: https://github.com/apache/trafficserver/issues/12094#issuecomment-2715924129
It looks like making the `watcher` process is failed. https://github.com/apache/trafficserver/blob/9a1ef119f3b7a017583c9aa5d088b2437101b92a/tests/gold_tests/remap/remap_acl.test.py#L183-L190 Is there any error logs in your `_sandbox`? The watcher process outputs should be in the `_sandbox/remap_acl/_output/0-tr-watcher/` dir and ATS logs are in `_sandbox/remap_acl/ts-old-action-0/log/` like below. ``` $ ls _sandbox/remap_acl/_output/0-tr-watcher/ command.txt stream.all.txt stream.error.txt stream.stdout.txt stream.warning.txt replay.sh stream.debug.txt stream.stderr.txt stream.verbose.txt $ ls _sandbox/remap_acl/ts-old-action-0/log/ diags.log traffic.out ``` The ubuntu22.04 CI job is failed by a flaky unit test. It intermittently happens and the job is back now. It's not relates to this issue. -- 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]
