Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 729094 - sys-fs/unionfs-fuse-2.1 : [TEST] E subprocess.CalledProcessError: Command /.../unionfs ro1=ro:ro2=ro union returned non-zero exit
Summary: sys-fs/unionfs-fuse-2.1 : [TEST] E subprocess.CalledProcessError: Command /.....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sebastian Pipping
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2020-06-22 06:58 UTC by Toralf Förster
Modified: 2021-02-03 20:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,14.58 KB, text/plain)
2020-06-22 06:58 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,28.84 KB, text/plain)
2020-06-22 06:59 UTC, Toralf Förster
Details
environment (environment,84.54 KB, text/plain)
2020-06-22 06:59 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.34 KB, application/x-bzip)
2020-06-22 06:59 UTC, Toralf Förster
Details
sys-fs:unionfs-fuse-2.1:20200622-010539.log (sys-fs:unionfs-fuse-2.1:20200622-010539.log,291.90 KB, text/plain)
2020-06-22 06:59 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,34.61 KB, application/x-bzip)
2020-06-22 06:59 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-06-22 06:58:52 UTC
                raise CalledProcessError(retcode, process.args,
>                                        output=stdout, stderr=stderr)
E               subprocess.CalledProcessError: Command /var/tmp/portage/sys-fs/unionfs-fuse-2.1/work/unionfs-fuse-2.1/src/unionfs ro1=ro:ro2=ro union returned non-zero exit status 1.

/usr/lib/python3.7/subprocess.py:512: CalledProcessError
----------------------------- Captured stderr call -----------------------------

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd-test-20200620-211522

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.1.0 *
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.9 (fallback)
  [3]   python3.8 (fallback)
  [4]   python2.7 (fallback)
The Glorious Glasgow Haskell Compilation System, version 8.0.2

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sun 21 Jun 2020 11:35:15 PM UTC

emerge -qpvO sys-fs/unionfs-fuse
[ebuild  N    ] sys-fs/unionfs-fuse-2.1  USE="test"
Comment 1 Toralf Förster gentoo-dev 2020-06-22 06:58:59 UTC
Created attachment 645626 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-06-22 06:59:02 UTC
Created attachment 645628 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-06-22 06:59:07 UTC
Created attachment 645630 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-06-22 06:59:10 UTC
Created attachment 645632 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-06-22 06:59:13 UTC
Created attachment 645634 [details]
sys-fs:unionfs-fuse-2.1:20200622-010539.log
Comment 6 Toralf Förster gentoo-dev 2020-06-22 06:59:16 UTC
Created attachment 645636 [details]
temp.tbz2
Comment 7 Sebastian Pipping gentoo-dev 2020-06-23 20:35:13 UTC
Hi!

The first error causing the other errors seems to be:

  fuse: device not found, try 'modprobe fuse' first

Any ideas how to better handle absence of /dev/fuse during src_test?
Comment 8 Larry the Git Cow gentoo-dev 2021-02-03 20:17:28 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc02ef6bfb9ac2be37076939a7f120c2bfb373ba

commit cc02ef6bfb9ac2be37076939a7f120c2bfb373ba
Author:     Sebastian Pipping <sping@gentoo.org>
AuthorDate: 2021-02-03 20:14:08 +0000
Commit:     Sebastian Pipping <sping@gentoo.org>
CommitDate: 2021-02-03 20:17:11 +0000

    sys-fs/unionfs-fuse: Skip tests when missing /dev/fuse
    
    Closes: https://bugs.gentoo.org/729094
    Signed-off-by: Sebastian Pipping <sping@gentoo.org>
    Package-Manager: Portage-3.0.14, Repoman-3.0.2

 sys-fs/unionfs-fuse/unionfs-fuse-2.1.ebuild  | 3 ++-
 sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)