Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 915717 - app-misc/mosquitto-2.0.18 fails test - ModuleNotFoundError: No module named psutil
Summary: app-misc/mosquitto-2.0.18 fails test - ModuleNotFoundError: No module named p...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matt Turner
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2023-10-14 09:49 UTC by Toralf Förster
Modified: 2023-11-25 16:31 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.63 KB, text/plain)
2023-10-14 09:49 UTC, Toralf Förster
Details
app-misc:mosquitto-2.0.18:20231014-085945.log (app-misc:mosquitto-2.0.18:20231014-085945.log,214.20 KB, text/plain)
2023-10-14 09:49 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,184.12 KB, text/plain)
2023-10-14 09:49 UTC, Toralf Förster
Details
environment (environment,99.41 KB, text/plain)
2023-10-14 09:49 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.08 KB, application/x-xz)
2023-10-14 09:49 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,36.88 KB, application/x-xz)
2023-10-14 09:49 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,38.71 KB, application/x-xz)
2023-10-14 09:49 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 2023-10-14 09:49:20 UTC
1474 tests total
1474 tests succeeded
./01-bad-initial-packets.py
Traceback (most recent call last):
  File "/var/tmp/portage/app-misc/mosquitto-2.0.18/work/mosquitto-2.0.18/test/broker/./01-bad-initial-packets.py", line 6, in <module>
    import psutil
ModuleNotFoundError: No module named 'psutil'
make[2]: *** [Makefile:26: 01] Error 1
make[2]: Leaving directory '/var/tmp/portage/app-misc/mosquitto-2.0.18/work/mosquitto-2.0.18/test/broker'

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib_hardened_test-20231010-123509

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 17.0.2
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/17/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/17
17.0.2
Python 3.11.6
Available Rust versions:
  [1]   rust-bin-1.73.0 *
The following VMs are available for generation-2:
1)	OpenJDK 17.0.8.1_p1 [openjdk-17]
2)	OpenJDK 8.382_p05 [openjdk-8]
*)	Eclipse Temurin JDK 17.0.8.1_p1 [openjdk-bin-17]
4)	Eclipse Temurin JDK 8.382_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-8 
  [2]   openjdk-17 
  [3]   openjdk-bin-8 
  [4]   openjdk-bin-17  system-vm

php cli (if any):
go version go1.21.1 linux/amd64

  HEAD of ::gentoo
commit 4f7536c3d0b4b6ea1e86e593ff7d69ea73f5a267
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Oct 14 08:01:56 2023 +0000

    2023-10-14 08:01:55 UTC

emerge -qpvO app-misc/mosquitto
[ebuild  N    ] app-misc/mosquitto-2.0.18  USE="bridge persistence srv ssl tcpd test -examples -systemd -websockets"
Comment 1 Toralf Förster gentoo-dev 2023-10-14 09:49:21 UTC
Created attachment 872764 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-10-14 09:49:23 UTC
Created attachment 872765 [details]
app-misc:mosquitto-2.0.18:20231014-085945.log
Comment 3 Toralf Förster gentoo-dev 2023-10-14 09:49:24 UTC
Created attachment 872766 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2023-10-14 09:49:25 UTC
Created attachment 872767 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-10-14 09:49:26 UTC
Created attachment 872768 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-10-14 09:49:27 UTC
Created attachment 872769 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2023-10-14 09:49:28 UTC
Created attachment 872770 [details]
temp.tar.xz
Comment 8 Larry the Git Cow gentoo-dev 2023-11-25 16:31:51 UTC
The bug has been closed via the following commit(s):

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

commit d8d65ac221b73b44ae9043e6df84a537202b13dd
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2023-11-25 16:26:56 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2023-11-25 16:31:47 +0000

    app-misc/mosquitto: Add missing test dep on psutil
    
    Closes: https://bugs.gentoo.org/915717
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 app-misc/mosquitto/mosquitto-2.0.18.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)