← Back to team overview

debcrafters-packages team mailing list archive

[Bug 2118905] Re: Autopkgtest issues with the current build

 

Indeed that's a rust-coreutils "cp" issue, I've reported it upstream now
on https://github.com/uutils/coreutils/issues/8407

basically

# ls -l test-images/
total 11
drwxr-xr-x 2 root root  43 Jul 28 15:07 fail
drwxr-xr-x 2 root root 232 Jul 28 15:07 gif-test-suite
drwxr-xr-x 2 root root  28 Jul 28 15:07 randomly-modified
drwxr-xr-x 3 root root  19 Jul 28 15:07 reftests

# cp -a test-images test-images-coreutils

# ls -l test-images-coreutils/
total 11
drwx------ 2 root root  43 Jul 28 22:08 fail
drwx------ 2 root root 232 Jul 28 22:08 gif-test-suite
drwxr-xr-x 2 root root  28 Jul 28 15:07 randomly-modified
drwx------ 3 root root  19 Jul 28 22:08 reftests


The assets used in the installed tests are not accessible to the normal users anymore after the copy, which is creating the issue

** Also affects: rust-coreutils (Ubuntu)
   Importance: Undecided
       Status: New

** Bug watch added: github.com/uutils/coreutils/issues #8407
   https://github.com/uutils/coreutils/issues/8407

** Also affects: coreutils via
   https://github.com/uutils/coreutils/issues/8407
   Importance: Unknown
       Status: Unknown

** Also affects: coreutils-from (Ubuntu)
   Importance: Undecided
       Status: New

** Summary changed:

- Autopkgtest issues with the current build
+ cp -a doesn't preserve subdirectories permissions

** Changed in: rust-coreutils (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of
Debcrafters packages, which is subscribed to gdk-pixbuf in Ubuntu.
https://bugs.launchpad.net/bugs/2118905

Title:
  cp -a doesn't preserve subdirectories permissions

Status in coreutils:
  Unknown
Status in coreutils-from package in Ubuntu:
  New
Status in gdk-pixbuf package in Ubuntu:
  New
Status in rust-coreutils package in Ubuntu:
  New

Bug description:
  The installed tests are not happy in Questing,
  https://autopkgtest.ubuntu.com/packages/g/gdk-pixbuf

  Debugging it seems like something went weird with the build

  $ ls -ld /usr/libexec/installed-tests/gdk-pixbuf/test-images/*
  drwx------ 2 root root  4096 Jul 28 12:15 /usr/libexec/installed-tests/gdk-pixbuf/test-images/fail
  drwx------ 2 root root 16384 Jul 28 12:15 /usr/libexec/installed-tests/gdk-pixbuf/test-images/gif-test-suite
  drwx------ 2 root root  4096 Jul 28 12:15 /usr/libexec/installed-tests/gdk-pixbuf/test-images/randomly-modified

  
  Those directories are 700, but they are 775 in Debian for the same source and in the previous Ubuntu build. Unsure what went wrong, maybe some rust coreutils problem?

  Rebuilding in a ppa shows the same result...

To manage notifications about this bug go to:
https://bugs.launchpad.net/coreutils/+bug/2118905/+subscriptions



References