Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 758389 - [TEST] net-misc/frr-7.5 : ModuleNotFoundError: No module named pytest
Summary: [TEST] net-misc/frr-7.5 : ModuleNotFoundError: No module named pytest
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sergey Popov
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2020-12-04 13:36 UTC by Toralf Förster
Modified: 2020-12-05 15:00 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.82 KB, text/plain)
2020-12-04 13:36 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,185.28 KB, text/plain)
2020-12-04 13:36 UTC, Toralf Förster
Details
environment (environment,132.36 KB, text/plain)
2020-12-04 13:36 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,17.00 KB, application/x-bzip)
2020-12-04 13:36 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,34.57 KB, application/x-bzip)
2020-12-04 13:36 UTC, Toralf Förster
Details
net-misc:frr-7.5:20201204-123422.log (net-misc:frr-7.5:20201204-123422.log,562.60 KB, text/plain)
2020-12-04 13:36 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,48.88 KB, application/x-bzip)
2020-12-04 13:37 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-12-04 13:36:49 UTC
  File ".././tests/runtests.py", line 1, in <module>
    import pytest
ModuleNotFoundError: No module named 'pytest'
make: *** [Makefile:12150: tests/tests.xml] Error 1
 * ERROR: net-misc/frr-7.5::gentoo failed (test phase):
 *   Make check failed. See above for details.

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib_hardened-test-20201127-102027

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.2.0 *
clang version 11.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/11/bin
/usr/lib/llvm/11
11.0.0
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.9 (fallback)
  [3]   python3.8 (fallback)
Available Rust versions:
  [1]   rust-1.48.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.272_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.8.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Fri Dec  4 12:05:41 PM UTC 2020

emerge -qpvO net-misc/frr
[ebuild  N    ] net-misc/frr-7.5  USE="ipv6 pam -doc -fpm -grpc -nhrp -ospfapi -rpki -snmp -systemd" PYTHON_SINGLE_TARGET="python3_8 -python3_7"
Comment 1 Toralf Förster gentoo-dev 2020-12-04 13:36:52 UTC
Created attachment 676651 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-12-04 13:36:53 UTC
Created attachment 676654 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-12-04 13:36:55 UTC
Created attachment 676657 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-12-04 13:36:56 UTC
Created attachment 676660 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-12-04 13:36:58 UTC
Created attachment 676663 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-12-04 13:36:59 UTC
Created attachment 676666 [details]
net-misc:frr-7.5:20201204-123422.log
Comment 7 Toralf Förster gentoo-dev 2020-12-04 13:37:01 UTC
Created attachment 676669 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2020-12-05 15:00:00 UTC
The bug has been closed via the following commit(s):

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

commit 936f3aef981b99b77e8b1d0c71ad8546f27e8dd4
Author:     Sergey Popov <pinkbyte@gentoo.org>
AuthorDate: 2020-12-05 14:50:34 +0000
Commit:     Sergey Popov <pinkbyte@gentoo.org>
CommitDate: 2020-12-05 14:58:43 +0000

    net-misc/frr: correct dependencies
    
    Add missing dependencies for tests
    Fix collision with net-libs/libsmi
    
    Reported-by: Toralf Förster <toralf@gentoo.org>
    Closes: https://bugs.gentoo.org/758383
    Closes: https://bugs.gentoo.org/758389
    Package-Manager: Portage-3.0.8, Repoman-3.0.2
    Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>

 net-misc/frr/frr-7.5.ebuild | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)