Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 699664 - dev-perl/Fuse-0.16.1-r1 : [TEST] # Failed test mount succeeded
Summary: dev-perl/Fuse-0.16.1-r1 : [TEST] # Failed test mount succeeded
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-09 13:33 UTC by Toralf Förster
Modified: 2021-10-09 20:55 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.59 KB, text/plain)
2019-11-09 13:33 UTC, Toralf Förster
Details
dev-perl:Fuse-0.16.1-r1:20191109-122353.log (dev-perl:Fuse-0.16.1-r1:20191109-122353.log,11.67 KB, text/plain)
2019-11-09 13:33 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,169.84 KB, text/plain)
2019-11-09 13:34 UTC, Toralf Förster
Details
environment (environment,38.27 KB, text/plain)
2019-11-09 13:34 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,20.89 KB, application/x-bzip)
2019-11-09 13:34 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,13.35 KB, application/x-bzip)
2019-11-09 13:34 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 2019-11-09 13:33:53 UTC
test/s/mount.t ... 3/3 
#   Failed test 'mount succeeded'
#   at test/s/mount.t line 34.
# Looks like you failed 1 test of 3.


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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-libressl_test-20191105-191648

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *

clang:
clang version 9.0.0 (tags/RELEASE_900/final)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/9/bin
llvm:
9.0.0
Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
  [3]   pypy3 (fallback)

Available Rust versions:
  [1]   rust-1.38.0 *



repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Sat, 09 Nov 2019 12:06:25 +0000

emerge -qpvO dev-perl/Fuse
[ebuild  N    ] dev-perl/Fuse-0.16.1-r1  USE="test"
Comment 1 Toralf Förster gentoo-dev 2019-11-09 13:33:56 UTC
Created attachment 595566 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-11-09 13:33:59 UTC
Created attachment 595568 [details]
dev-perl:Fuse-0.16.1-r1:20191109-122353.log
Comment 3 Toralf Förster gentoo-dev 2019-11-09 13:34:02 UTC
Created attachment 595570 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-11-09 13:34:04 UTC
Created attachment 595572 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-11-09 13:34:07 UTC
Created attachment 595574 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-11-09 13:34:10 UTC
Created attachment 595576 [details]
temp.tbz2
Comment 7 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2020-09-18 04:18:17 UTC
> FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs cgroup config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox parallel-fetch pid-sandbox preserve-libs protect-owned sandbox sfperms strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"

Can't work with FEATURES="usersandbox" due to trying to mount things. Got patches incomming though that:
- At least isolates the work to "${T}" instead of crapping all over '/tmp'
- Guards you from running tests with FEATURES=usersandbox
Comment 8 Larry the Git Cow gentoo-dev 2020-09-18 04:32:01 UTC
The bug has been referenced in the following commit(s):

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

commit b4afbc116a7b929211e8bb9d9ddbcbec8ea3c1cd
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2020-09-18 04:29:58 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2020-09-18 04:30:49 +0000

    dev-perl/Fuse: -r bump for various toolchain love and bug fixes
    
    - Fix incorrect LICENSE
    - Use sys-fs/fuse:0 as the code doesn't bind against fuse:3, even if
      present.
    - Strip unwanted tests
    - Disable parallel testing (has a defined order where an script ensures
      the "mount" test is run before all others, and an "unmount" script run
      at the end for cleanup, and jumbling this order messes everything up.
    - Fix tests failing to load without '.' in @INC
    - Patch test code to work in "${T}" instead of /tmp/, and guard against
      lots of problems with bad path handling that could fail due to shell
      interpolation, as well as avoiding a few unneeded calls to dumb things
      like qx{cat foo} which works better done natively in perl
    - Borrow debians ioctl patch which may be tripping up musl
    - Ensure CFLAGS passed to make/compiler
    - Avoid running test suite under FEATURES="usersandbox" as the need to
      run fuse and mount filesystems for testing
    
    Bug: https://bugs.gentoo.org/699664
    Bug: https://bugs.gentoo.org/712738
    Bug: https://bugs.gentoo.org/720770
    Package-Manager: Portage-3.0.4, Repoman-3.0.1
    Signed-off-by: Kent Fredric <kentnl@gentoo.org>

 dev-perl/Fuse/Fuse-0.16.1-r2.ebuild                |  62 +++++
 dev-perl/Fuse/files/Fuse-0.16.1-ioctl-header.patch |  22 ++
 .../Fuse/files/Fuse-0.16.1-no-dot-inc-tests.patch  | 286 +++++++++++++++++++++
 .../Fuse/files/Fuse-0.16.1-tempdir-override.patch  | 162 ++++++++++++
 4 files changed, 532 insertions(+)
Comment 9 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2020-09-18 05:25:10 UTC
Please retest with -r2