Public bug reported: A passing build looks like:
# https://autopkgtest.ubuntu.com/results/autopkgtest-jammy/jammy/amd64/u/uwsgi-plugin-php/20211211_111652_b92c0@/log.gz # ... autopkgtest [11:16:37]: test smoke: [----------------------- [uWSGI] getting INI configuration from debian/tests/php.ini % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13 0 13 0 0 1181 0 --:--:-- --:--:-- --:--:-- 1181 Got "Hello World!" # ... PHP 8.0.5 initialized your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 60 seconds mapped 72936 bytes (71 KB) for 1 cores *** Operational MODE: single process *** *** no app loaded. going in full dynamic mode *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI worker 1 (and the only) (pid: 7120, cores: 1) writing pidfile to /tmp/tmp.Tt51pLVzAA/uwsgi.pid [pid: 7120|app: -1|req: -1/1] 127.0.0.1 () {24 vars in 253 bytes} [Sat Dec 11 11:16:41 2021] GET / => generated 13 bytes in 0 msecs (HTTP/1.1 200) 5 headers in 227 bytes (0 switches on core 0) autopkgtest [11:16:42]: test smoke: -----------------------] autopkgtest [11:16:42]: test smoke: - - - - - - - - - - results - - - - - - - - - - smoke PASS However, with php8.1, this is happening: https://autopkgtest.ubuntu.com/results/autopkgtest-jammy/jammy/amd64/u/uwsgi-plugin-php/20211211_150424_52fc2@/log.gz # ... autopkgtest [15:04:09]: test smoke: [----------------------- [uWSGI] getting INI configuration from debian/tests/php.ini % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 500 Internal Server Error #... PHP 8.1.0RC4 initialized your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 60 seconds mapped 72920 bytes (71 KB) for 1 cores *** Operational MODE: single process *** *** no app loaded. going in full dynamic mode *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI worker 1 (and the only) (pid: 7132, cores: 1) writing pidfile to /tmp/tmp.wHVEaG3A8U/uwsgi.pid PHP Warning: Unknown: Failed to open stream: No such file or directory in Unknown on line 0 PHP Fatal error: Failed opening required 'build.5xl/src/debian/tests/htdocs/index.php' (include_path='.:/usr/share/php') in Unknown on line 0 [pid: 7132|app: -1|req: -1/1] 127.0.0.1 () {24 vars in 253 bytes} [Sat Dec 11 15:04:13 2021] GET / => generated 0 bytes in 0 msecs (HTTP/1.1 500) 1 headers in 78 bytes (0 switches on core 0) autopkgtest [15:04:13]: test smoke: -----------------------] autopkgtest [15:04:14]: test smoke: - - - - - - - - - - results - - - - - - - - - - smoke FAIL non-zero exit status 22 ** Affects: uwsgi-plugin-php (Ubuntu) Importance: Undecided Status: New ** Tags: update-excuse ** Tags added: update-excuse -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1955086 Title: FTBFS due to missing pidfile during test To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/uwsgi-plugin-php/+bug/1955086/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
