** Description changed: fcgiwrap has been failing autopkgtest in proposed - https://autopkgtest.ubuntu.com/packages/fcgiwrap/oracular/amd64 Most likely related to the git upgrade. Can be reproduced in an LXC container easily: $ lxc launch ubuntu-daily:oracular o $ lxc shell o # wget https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/fcgiwrap/1.1.0-14build1/fcgiwrap_1.1.0-14build1.dsc # wget https://launchpad.net/ubuntu/+archive/primary/+files/fcgiwrap_1.1.0-14build1_amd64.deb # wget https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/fcgiwrap/1.1.0-14build1/fcgiwrap_1.1.0.orig.tar.xz # wget https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/fcgiwrap/1.1.0-14build1/fcgiwrap_1.1.0-14build1.debian.tar.xz # cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted main multiverse universe EOF # apt update -y # apt install git -t oracular-proposed # apt install fcgiwrap # autopkgtest -B ./fcgiwrap_1.1.0-14build1_amd64.deb ./fcgiwrap_1.1.0-14build1.dsc -- null autopkgtest [19:13:19]: test git-http-backend: [----------------------- + cd /tmp/autopkgtest.LbOXBv/autopkgtest_tmp + export GIT_AUTHOR_NAME=root + export GIT_AUTHOR_EMAIL=root@localhost + export GIT_AUTHOR_DATE=@1234567890 +0000 + export GIT_COMMITTER_NAME=root + export GIT_COMMITTER_EMAIL=root@localhost + export GIT_COMMITTER_DATE=@1234567890 +0000 + git init test1 hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> Initialized empty Git repository in /tmp/autopkgtest.LbOXBv/autopkgtest_tmp/test1/.git/ + git -C test1 commit --allow-empty -m test [master (root-commit) 0f8c7c0] test + tee /etc/nginx/sites-available/default server { listen 80; location / { fastcgi_pass unix:/run/fcgiwrap.socket; include fastcgi_params; fastcgi_param SCRIPT_FILENAME /usr/lib/git-core/git-http-backend; fastcgi_param GIT_PROJECT_ROOT "/tmp/autopkgtest.LbOXBv/autopkgtest_tmp"; fastcgi_param GIT_HTTP_EXPORT_ALL ""; fastcgi_param PATH_INFO $uri; fastcgi_param NO_BUFFERING ""; fastcgi_buffering off; gzip off; } } + systemctl restart nginx + git clone http://localhost/test1 test2 Cloning into 'test2'... fatal: unable to access 'http://localhost/test1/': The requested URL returned error: 500 autopkgtest [19:13:19]: test git-http-backend: -----------------------] autopkgtest [19:13:19]: test git-http-backend: - - - - - - - - - - results - - - - - - - - - - git-http-backend FAIL non-zero exit status 128 + + Also related to https://bugs.debian.org/cgi- + bin/bugreport.cgi?bug=1072394
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2067942 Title: autopkgtest failure in oracular To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fcgiwrap/+bug/2067942/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs