Activity log for bug #2067942

Date Who What changed Old value New value Message
2024-06-03 19:18:15 Mitchell Dzurick bug added bug
2024-06-03 19:19:22 Mitchell Dzurick description 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 # 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 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
2024-06-03 19:44:14 Mitchell Dzurick description 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 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
2024-06-04 07:02:56 Gianfranco Costamagna bug watch added https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1072394
2024-06-04 07:02:56 Gianfranco Costamagna bug task added fcgiwrap (Debian)
2024-06-04 07:38:52 Bug Watch Updater fcgiwrap (Debian): status Unknown New
2024-06-04 09:47:50 Gianfranco Costamagna tags block-proposed
2024-06-04 18:12:34 Mitchell Dzurick merge proposal linked https://code.launchpad.net/~mitchdz/ubuntu/+source/fcgiwrap/+git/fcgiwrap/+merge/466889
2024-06-04 20:07:47 Mitchell Dzurick fcgiwrap (Ubuntu): assignee Mitchell Dzurick (mitchdz)
2024-06-04 20:07:55 Mitchell Dzurick fcgiwrap (Ubuntu): status New Triaged
2024-06-04 20:07:57 Mitchell Dzurick fcgiwrap (Ubuntu): importance Undecided High
2024-06-05 07:30:47 Gianfranco Costamagna tags block-proposed
2024-06-05 08:52:08 Launchpad Janitor fcgiwrap (Ubuntu): status Triaged Fix Released
2024-06-06 08:31:43 Bug Watch Updater fcgiwrap (Debian): status New Fix Released