Package: autopkgtest
Version: 5.28
Severity: normal

When supplying autopkgtest with built binaries (-B) and using the
autopkgtest-virt-podman server, a umask of 0027 will lead to an early
failure, aborting the test.

I'll file an MR fixing this shortly.

Steps to reproduce:

  # Assuming .debs and .dscs from a recently built package
  $ autopkgtest -B *.dsc *.deb -- podman autopkgtest/debian:unstable

  | [...]
  | autopkgtest [23:41:08]: test executables: preparing testbed
  | Reading package lists...
  | Building dependency tree...
  | Reading state information...
  | The following NEW packages will be installed:
  |   apt-utils
  | 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  | Need to get 309 kB of archives.
  | After this operation, 1062 kB of additional disk space will be used.
  | Get:1 http://deb.debian.org/debian unstable/main amd64 apt-utils amd64 
2.6.0 [309 kB]
  | debconf: delaying package configuration, since apt-utils is not installed
  | Fetched 309 kB in 0s (1692 kB/s)
  | Selecting previously unselected package apt-utils.
  | (Reading database ... 9523 files and directories currently installed.)
  | Preparing to unpack .../apt-utils_2.6.0_amd64.deb ...
  | Unpacking apt-utils (2.6.0) ...
  | Setting up apt-utils (2.6.0) ...
  | Get:1 file:/tmp/autopkgtest-virt-docker.shared.bt1yg15k/downtmp/binaries  
InRelease
  | Ign:1 file:/tmp/autopkgtest-virt-docker.shared.bt1yg15k/downtmp/binaries  
InRelease
  | Get:2 file:/tmp/autopkgtest-virt-docker.shared.bt1yg15k/downtmp/binaries  
Release [816 B]
  | Get:2 file:/tmp/autopkgtest-virt-docker.shared.bt1yg15k/downtmp/binaries  
Release [816 B]
  | Get:3 file:/tmp/autopkgtest-virt-docker.shared.bt1yg15k/downtmp/binaries  
Release.gpg
  | Ign:3 file:/tmp/autopkgtest-virt-docker.shared.bt1yg15k/downtmp/binaries  
Release.gpg
  | Get:4 file:/tmp/autopkgtest-virt-docker.shared.bt1yg15k/downtmp/binaries  
Packages [2210 B]
  | Err:4 file:/tmp/autopkgtest-virt-docker.shared.bt1yg15k/downtmp/binaries  
Packages
  |   Could not open file 
/var/lib/apt/lists/partial/_tmp_autopkgtest-virt-docker.shared.bt1yg15k_downtmp_binaries_Packages
 - open (13: Permission denied)
  | Reading package lists...
  | E: Failed to fetch 
store:/var/lib/apt/lists/partial/_tmp_autopkgtest-virt-docker.shared.bt1yg15k_downtmp_binaries_Packages
  Could not open file 
/var/lib/apt/lists/partial/_tmp_autopkgtest-virt-docker.shared.bt1yg15k_downtmp_binaries_Packages
 - open (13: Permission denied)
  | E: Some index files failed to download. They have been ignored, or old ones 
used instead.
  | [...]

  • Bug#1032487: autopkgtest-virt-podman: fails early with u... Christian Kastner

Reply via email to