Public bug reported: Seen in https://launchpad.net/ubuntu/+source/git/1:2.50.0-1ubuntu1
Not reproducible on local questing chroot (but I miss rust coreutils) Might be related to some sed command https://launchpadlibrarian.net/802624308/buildlog_ubuntu-questing-amd64.git_1%3A2.50.0-1ubuntu1_BUILDING.txt.gz rm: remove write-protected regular file 'a/submodule/.git/objects/d9/3acdf52f231f5c4eaa2e3a68758f8a9fc5e087'? rm: cannot remove 'a/submodule/.git/objects/d9': Directory not empty rm: remove write-protected regular file 'a/submodule/.git/objects/aa/ff74984cccd156a469afa7d9ab10e4777beb24'? rm: cannot remove 'a/submodule/.git/objects/aa': Directory not empty rm: remove write-protected regular file 'a/submodule/.git/objects/78/981922613b2afb6025042ff6bd878ac1994e85'? rm: cannot remove 'a/submodule/.git/objects/78': Directory not empty not ok 386 - exact prefix matching (with root) # # test_when_finished rm -r a && # mkdir -p a/git a/git-foo && # touch a/git/foo a/git-foo/bar && # echo /git/ >a/.gitignore && # git check-ignore a/git a/git/foo a/git-foo a/git-foo/bar >actual && # cat >expect <<-\EOF && # a/git # a/git/foo # EOF # test_cmp expect actual # expecting success of 0008.387 'exact prefix matching (without root)': test_when_finished rm -r a && mkdir -p a/git a/git-foo && touch a/git/foo a/git-foo/bar && echo git/ >a/.gitignore && git check-ignore a/git a/git/foo a/git-foo a/git-foo/bar >actual && cat >expect <<-\EOF && a/git a/git/foo EOF test_cmp expect actual rm: remove write-protected regular file 'a/submodule/.git/objects/d9/3acdf52f231f5c4eaa2e3a68758f8a9fc5e087'? rm: cannot remove 'a/submodule/.git/objects/d9': Directory not empty rm: remove write-protected regular file 'a/submodule/.git/objects/aa/ff74984cccd156a469afa7d9ab10e4777beb24'? rm: cannot remove 'a/submodule/.git/objects/aa': Directory not empty rm: remove write-protected regular file 'a/submodule/.git/objects/78/981922613b2afb6025042ff6bd878ac1994e85'? rm: cannot remove 'a/submodule/.git/objects/78': Directory not empty not ok 387 - exact prefix matching (without root) # # test_when_finished rm -r a && # mkdir -p a/git a/git-foo && # touch a/git/foo a/git-foo/bar && # echo git/ >a/.gitignore && # git check-ignore a/git a/git/foo a/git-foo a/git-foo/bar >actual && # cat >expect <<-\EOF && # a/git # a/git/foo # EOF # test_cmp expect actual # expecting success of 0008.388 'directories and ** matches': cat >.gitignore <<-\EOF && data/** !data/**/ !data/**/*.txt EOF git check-ignore file \ data/file data/data1/file1 data/data1/file1.txt \ data/data2/file2 data/data2/file2.txt >actual && cat >expect <<-\EOF && data/file data/data1/file1 data/data2/file2 EOF test_cmp expect actual ** Affects: coreutils-from (Ubuntu) Importance: Undecided Status: New ** Affects: git (Ubuntu) Importance: Undecided Status: New ** Affects: rust-coreutils (Ubuntu) Importance: Undecided Status: New ** Tags: ftbfs update-excuse ** Also affects: rust-coreutils (Ubuntu) Importance: Undecided Status: New ** Also affects: coreutils-from (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Debcrafters packages, which is subscribed to git in Ubuntu. https://bugs.launchpad.net/bugs/2115804 Title: git: FTBFS with coreutils-from Status in coreutils-from package in Ubuntu: New Status in git package in Ubuntu: New Status in rust-coreutils package in Ubuntu: New Bug description: Seen in https://launchpad.net/ubuntu/+source/git/1:2.50.0-1ubuntu1 Not reproducible on local questing chroot (but I miss rust coreutils) Might be related to some sed command https://launchpadlibrarian.net/802624308/buildlog_ubuntu-questing-amd64.git_1%3A2.50.0-1ubuntu1_BUILDING.txt.gz rm: remove write-protected regular file 'a/submodule/.git/objects/d9/3acdf52f231f5c4eaa2e3a68758f8a9fc5e087'? rm: cannot remove 'a/submodule/.git/objects/d9': Directory not empty rm: remove write-protected regular file 'a/submodule/.git/objects/aa/ff74984cccd156a469afa7d9ab10e4777beb24'? rm: cannot remove 'a/submodule/.git/objects/aa': Directory not empty rm: remove write-protected regular file 'a/submodule/.git/objects/78/981922613b2afb6025042ff6bd878ac1994e85'? rm: cannot remove 'a/submodule/.git/objects/78': Directory not empty not ok 386 - exact prefix matching (with root) # # test_when_finished rm -r a && # mkdir -p a/git a/git-foo && # touch a/git/foo a/git-foo/bar && # echo /git/ >a/.gitignore && # git check-ignore a/git a/git/foo a/git-foo a/git-foo/bar >actual && # cat >expect <<-\EOF && # a/git # a/git/foo # EOF # test_cmp expect actual # expecting success of 0008.387 'exact prefix matching (without root)': test_when_finished rm -r a && mkdir -p a/git a/git-foo && touch a/git/foo a/git-foo/bar && echo git/ >a/.gitignore && git check-ignore a/git a/git/foo a/git-foo a/git-foo/bar >actual && cat >expect <<-\EOF && a/git a/git/foo EOF test_cmp expect actual rm: remove write-protected regular file 'a/submodule/.git/objects/d9/3acdf52f231f5c4eaa2e3a68758f8a9fc5e087'? rm: cannot remove 'a/submodule/.git/objects/d9': Directory not empty rm: remove write-protected regular file 'a/submodule/.git/objects/aa/ff74984cccd156a469afa7d9ab10e4777beb24'? rm: cannot remove 'a/submodule/.git/objects/aa': Directory not empty rm: remove write-protected regular file 'a/submodule/.git/objects/78/981922613b2afb6025042ff6bd878ac1994e85'? rm: cannot remove 'a/submodule/.git/objects/78': Directory not empty not ok 387 - exact prefix matching (without root) # # test_when_finished rm -r a && # mkdir -p a/git a/git-foo && # touch a/git/foo a/git-foo/bar && # echo git/ >a/.gitignore && # git check-ignore a/git a/git/foo a/git-foo a/git-foo/bar >actual && # cat >expect <<-\EOF && # a/git # a/git/foo # EOF # test_cmp expect actual # expecting success of 0008.388 'directories and ** matches': cat >.gitignore <<-\EOF && data/** !data/**/ !data/**/*.txt EOF git check-ignore file \ data/file data/data1/file1 data/data1/file1.txt \ data/data2/file2 data/data2/file2.txt >actual && cat >expect <<-\EOF && data/file data/data1/file1 data/data2/file2 EOF test_cmp expect actual To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/coreutils-from/+bug/2115804/+subscriptions -- Mailing list: https://launchpad.net/~debcrafters-packages Post to : debcrafters-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~debcrafters-packages More help : https://help.launchpad.net/ListHelp