You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to warnings printed to stderr during test-nginx container bringup
TASK [reload-nginx : debug] ****************************************************
ok: [threes-game.eastus.cloudapp.azure.com] => {
"nginx_reload_output": {
"changed": true,
"cmd": "docker-compose exec test-nginx nginx -s reload",
"delta": "0:00:00.961441",
"end": "2023-06-21 14:45:21.329[81](https://github.com/nathan815/threes-scorekeeper/actions/runs/5335520811/jobs/9668870524#step:7:82)0",
"failed": false,
"msg": "",
"rc": 0,
"start": "2023-06-21 14:45:20.36[83](https://github.com/nathan815/threes-scorekeeper/actions/runs/5335520811/jobs/9668870524#step:7:84)69",
Notice: "stderr": "2023/06/21 14:45:21 [warn] 28#28: the \"listen ... http2\" directive is deprecated, use the \"http2\" directive instead in /etc/nginx/conf.d/default.conf:25\nnginx: [warn] the \"listen ... http2\" directive is deprecated, use the \"http2\" directive instead in /etc/nginx/conf.d/default.conf:25\n2023/06/21 14:45:21 [warn] 28#28: the \"listen ... http2\" directive is deprecated, use the \"http2\" directive instead in /etc/nginx/conf.d/default.conf:26\nnginx: [warn] the \"listen ... http2\" directive is deprecated, use the \"http2\" directive instead in /etc/nginx/conf.d/default.conf:26\n2023/06/21 14:45:21 [notice] 28#28: signal process started",
"stderr_lines": [
"2023/06/21 14:45:21 [warn] 28#28: the \"listen ... http2\" directive is deprecated, use the \"http2\" directive instead in /etc/nginx/conf.d/default.conf:25",
"nginx: [warn] the \"listen ... http2\" directive is deprecated, use the \"http2\" directive instead in /etc/nginx/conf.d/default.conf:25",
"2023/06/21 14:45:21 [warn] 28#28: the \"listen ... http2\" directive is deprecated, use the \"http2\" directive instead in /etc/nginx/conf.d/default.conf:26",
"nginx: [warn] the \"listen ... http2\" directive is deprecated, use the \"http2\" directive instead in /etc/nginx/conf.d/default.conf:26",
Notice: "2023/06/21 14:45:21 [notice] 28#28: signal process started"
],
"stdout": "",
"stdout_lines": []
}
}
TASK [reload-nginx : Ensure that test-nginx is up and no error from reload] ****
fatal: [threes-game.eastus.cloudapp.azure.com]: FAILED! => {
"assertion": "nginx_reload_ok",
"changed": false,
"evaluated_to": false,
"msg": "Assertion failed"
}
The text was updated successfully, but these errors were encountered:
Due to warnings printed to stderr during test-nginx container bringup
The text was updated successfully, but these errors were encountered: