Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy pipeline is broken #22

Open
nathan815 opened this issue Jun 21, 2023 · 0 comments
Open

Deploy pipeline is broken #22

nathan815 opened this issue Jun 21, 2023 · 0 comments

Comments

@nathan815
Copy link
Owner

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"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant