Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 752039 - x11-wm/i3-gaps-4.18.2: test suite hangs
Summary: x11-wm/i3-gaps-4.18.2: test suite hangs
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: John Helmert III
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2020-10-31 16:15 UTC by Thomas Deutschmann (RETIRED)
Modified: 2021-06-16 03:43 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,128.34 KB, text/plain)
2020-10-31 16:15 UTC, Thomas Deutschmann (RETIRED)
Details
test-suite.log (test-suite.log,1.47 KB, text/plain)
2020-10-31 16:17 UTC, Thomas Deutschmann (RETIRED)
Details
complete-run.log (complete-run.log,57.40 KB, text/plain)
2020-10-31 16:17 UTC, Thomas Deutschmann (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2020-10-31 16:15:43 UTC
Created attachment 669434 [details]
build.log

Last build.log lines:

> make[1]: 'testcases/complete-run.pl' is up to date.
> (cd /var/tmp/portage/x11-wm/i3-gaps-4.18.2/work/i3-4.18.2/../i3-4.18.2/AnyEvent-I3 && perl Makefile.PL && make)
> Checking if your kit is complete...
> Looks good
> Generating a Unix-style Makefile
> Writing Makefile for AnyEvent::I3
> Writing MYMETA.yml and MYMETA.json
> make[2]: Entering directory '/var/tmp/portage/x11-wm/i3-gaps-4.18.2/work/i3-4.18.2/AnyEvent-I3'
> cp lib/AnyEvent/I3.pm blib/lib/AnyEvent/I3.pm
> Manifying 1 pod document
> make[2]: Leaving directory '/var/tmp/portage/x11-wm/i3-gaps-4.18.2/work/i3-4.18.2/AnyEvent-I3'
> touch anyevent-i3.stamp
> make[1]: Leaving directory '/var/tmp/portage/x11-wm/i3-gaps-4.18.2/work/i3-gaps-4.18.2_build'
> make  check-TESTS
> make[1]: Entering directory '/var/tmp/portage/x11-wm/i3-gaps-4.18.2/work/i3-gaps-4.18.2_build'
> make[2]: Entering directory '/var/tmp/portage/x11-wm/i3-gaps-4.18.2/work/i3-gaps-4.18.2_build'

Process tree:

> root     14095  0.0  0.2  13116  7480 pts/2    S+   17:04   0:00  |       \_ /usr/bin/python3.7m /usr/lib/portage/python3.7/pid-ns-init 14096
> root     14096  0.0  0.2  13120  7620 pts/3    Ss+  17:04   0:00  |           \_ /usr/bin/python3.7m /usr/lib/portage/python3.7/pid-ns-init 250 250 250 18 0,1,2 /usr/bin/sandbox [x11-wm/i3-gaps-4.18.2] sandbox /usr/lib/portage/python3.7/ebuild.sh test
> portage  14099  0.0  0.0   2380  1636 pts/3    S+   17:04   0:00  |               \_ [x11-wm/i3-gaps-4.18.2] sandbox /usr/lib/portage/python3.7/ebuild.sh test
> portage  14100  0.0  0.1  11112  5708 pts/3    S+   17:04   0:00  |               |   \_ /bin/bash /usr/lib/portage/python3.7/ebuild.sh test
> portage  14116  0.0  0.1  11120  4908 pts/3    S+   17:04   0:00  |               |       \_ /bin/bash /usr/lib/portage/python3.7/ebuild.sh test
> portage  14148  0.0  0.1   8336  3160 pts/3    S+   17:04   0:00  |               |           \_ make -j1 check
> portage  14229  0.0  0.0   8316  3072 pts/3    S+   17:04   0:00  |               |               \_ make check-TESTS
> portage  14235  0.0  0.1   9148  3452 pts/3    S+   17:04   0:00  |               |                   \_ /bin/sh -c set +e; bases='testcases/complete-run.pl.log'; bases=`for i in $bases; do echo $i; done | sed 's/\.log$//'`; bases=`echo $bases`; \ log_list=`for i in $bases; do echo $i.log; done`; \ trs_list=`for i in $bases; do echo $i.trs; done`; \ log_list=`echo $log_list`; trs_list=`echo $trs_list`; \ make  test-suite.log TEST_LOGS="$log_list"; \ exit $?;
> portage  14244  0.0  0.0   8304  3016 pts/3    S+   17:04   0:00  |               |                       \_ make test-suite.log TEST_LOGS=testcases/complete-run.pl.log
> portage  14245  0.0  0.1   9148  3444 pts/3    S+   17:04   0:00  |               |                           \_ /bin/sh -c p='testcases/complete-run.pl'; \ b='testcases/complete-run.pl'; \ case $- in *e*) set +e;; esac; srcdirstrip=`echo "/var/tmp/portage/x11-wm/i3-gaps-4.18.2/work/i3-4.18.2/../i3-4.18.2" | sed 's|.|.|g'`; case $p in /var/tmp/portage/x11-wm/i3-gaps-4.18.2/work/i3-4.18.2/../i3-4.18.2/*) f=`echo "$p" | sed "s|^$srcdirstrip/||"`;; *) f=$p;; esac; { mgn= red= grn= lgn= blu= brg= std=; am__color_tests=no; if test "X" = Xno; then am__color_tests=no; elif test "X" = Xalways; then am__color_tests=yes; elif test "X$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then am__color_tests=yes; fi; if test $am__color_tests = yes; then red='?[0;31m'; grn='?[0;32m'; lgn='?[1;32m'; blu='?[1;34m'; mgn='?[0;35m'; brg='?[1m'; std='?[m'; fi; }; srcdir=/var/tmp/portage/x11-wm/i3-gaps-4.18.2/work/i3-4.18.2/../i3-4.18.2; export srcdir; case "testcases/complete-run.pl.log" in */*) am__odir=`echo "./testcases/complete-run.pl.log" | sed 's|/[^/]*$||'`;; *) am__odir=.;; esac; test "x$am__odir" = x"." || test -d "$am__odir" || /bin/mkdir -p "$am__odir" || exit $?; if test -f "./$f"; then dir=./; elif test -f "$f"; then dir=; else dir="/var/tmp/portage/x11-wm/i3-gaps-4.18.2/work/i3-4.18.2/../i3-4.18.2/"; fi; tst=$dir$f; log='testcases/complete-run.pl.log'; if test -n ''; then am__enable_hard_errors=no; else am__enable_hard_errors=yes; fi; case "  " in *[\ \?]$f[\ \?]* | *[\ \?]$dir$f[\ \?]*) am__expect_failure=yes;; *) am__expect_failure=no;; esac;   /bin/sh /var/tmp/portage/x11-wm/i3-gaps-4.18.2/work/i3-4.18.2/../i3-4.18.2/test-driver --test-name "$f" \ --log-file $b.log --trs-file $b.trs \ --color-tests "$am__color_tests" --enable-hard-errors "$am__enable_hard_errors" --expect-failure "$am__expect_failure"   --    \ "$tst"
> portage  14252  0.0  0.1   9148  3512 pts/3    S+   17:04   0:00  |               |                               \_ /bin/sh /var/tmp/portage/x11-wm/i3-gaps-4.18.2/work/i3-4.18.2/../i3-4.18.2/test-driver --test-name testcases/complete-run.pl --log-file testcases/complete-run.pl.log --trs-file testcases/complete-run.pl.trs --color-tests yes --enable-hard-errors yes --expect-failure no -- ./testcases/complete-run.pl
> portage  14253  0.1  0.6  25224 18744 pts/3    S+   17:04   0:00  |               |                                   \_ perl ./testcases/complete-run.pl
> portage  14261  0.0  0.1   9148  3432 pts/3    S+   17:04   0:00  |               |                                       \_ /bin/sh -c trap "exit" INT; trap : USR1; (trap '' USR1; exec Xvfb :99 -screen 0 640x480x8 -nolisten tcp) & PID=$!; wait; if ! kill -0 $PID 2>/dev/null; then echo 1:$PID > /var/tmp/portage/x11-wm/i3-gaps-4.18.2/temp/0p4DTW7T6V; else echo 0:$PID > /var/tmp/portage/x11-wm/i3-gaps-4.18.2/temp/0p4DTW7T6V; wait $PID; fi
> portage  14262  0.1  0.3  27148  9352 pts/3    S+   17:04   0:00  |               |                                       |   \_ Xvfb :99 -screen 0 640x480x8 -nolisten tcp
> portage  14264  0.0  0.5  25488 16316 pts/3    S+   17:04   0:00  |               |                                       \_ Xephyr :100 -screen 1280x800 -nolisten tcp -name i3test
> portage  14265  0.1  0.4  21760 14224 pts/3    S+   17:04   0:00  |               |                                       \_ Xephyr :101 -screen 1280x800 -nolisten tcp -name i3test
> portage  14266  0.4  0.4  20044 12624 pts/3    S+   17:04   0:02  |               |                                       \_ Xephyr :102 -screen 1280x800 -nolisten tcp -name i3test
> portage  14267  0.2  0.4  20824 13576 pts/3    S+   17:04   0:01  |               |                                       \_ Xephyr :103 -screen 1280x800 -nolisten tcp -name i3test
> portage  14268  0.2  0.5  24252 16928 pts/3    S+   17:04   0:01  |               |                                       \_ Xephyr :104 -screen 1280x800 -nolisten tcp -name i3test
> portage  14269  0.1  0.5  36072 17832 pts/3    S+   17:04   0:00  |               |                                       \_ Xephyr :105 -screen 1280x800 -nolisten tcp -name i3test
> portage  14270  0.1  0.4  21456 14200 pts/3    S+   17:04   0:00  |               |                                       \_ Xephyr :106 -screen 1280x800 -nolisten tcp -name i3test
> portage  14271  0.0  0.4  20520 13132 pts/3    S+   17:04   0:00  |               |                                       \_ Xephyr :107 -screen 1280x800 -nolisten tcp -name i3test
> portage  14272  0.0  0.4  21080 13500 pts/3    S+   17:04   0:00  |               |                                       \_ Xephyr :108 -screen 1280x800 -nolisten tcp -name i3test
> portage  14273  0.2  0.4  21720 14104 pts/3    S+   17:04   0:01  |               |                                       \_ Xephyr :109 -screen 1280x800 -nolisten tcp -name i3test
> portage  14274  0.2  0.6  28204 19848 pts/3    S+   17:04   0:01  |               |                                       \_ Xephyr :110 -screen 1280x800 -nolisten tcp -name i3test
> portage  14275  0.0  0.4  21276 13424 pts/3    S+   17:04   0:00  |               |                                       \_ Xephyr :111 -screen 1280x800 -nolisten tcp -name i3test
> portage  14289  0.0  0.6  28648 20704 pts/3    S+   17:04   0:00  |               |                                       \_ perl ./testcases/complete-run.pl
> portage  14290  0.0  0.6  28652 20724 pts/3    S+   17:04   0:00  |               |                                       \_ perl ./testcases/complete-run.pl
> portage  14291  0.0  0.6  28676 20748 pts/3    S+   17:04   0:00  |               |                                       \_ perl ./testcases/complete-run.pl
> portage  14292  0.0  0.6  28676 20776 pts/3    S+   17:04   0:00  |               |                                       \_ perl ./testcases/complete-run.pl
> portage  14293  0.0  0.6  28700 20800 pts/3    S+   17:04   0:00  |               |                                       \_ perl ./testcases/complete-run.pl
> portage  14294  0.0  0.6  28692 20732 pts/3    S+   17:04   0:00  |               |                                       \_ perl ./testcases/complete-run.pl
> portage  14295  0.0  0.6  28716 20808 pts/3    S+   17:04   0:00  |               |                                       \_ perl ./testcases/complete-run.pl
> portage  14296  0.0  0.6  28808 20852 pts/3    S+   17:04   0:00  |               |                                       \_ perl ./testcases/complete-run.pl
> portage  14297  0.0  0.6  28804 20800 pts/3    S+   17:04   0:00  |               |                                       \_ perl ./testcases/complete-run.pl
> portage  14298  0.0  0.6  28824 20872 pts/3    S+   17:04   0:00  |               |                                       \_ perl ./testcases/complete-run.pl
> portage  14299  0.0  0.6  28832 20920 pts/3    S+   17:04   0:00  |               |                                       \_ perl ./testcases/complete-run.pl
> portage  14300  0.0  0.6  28824 20944 pts/3    S+   17:04   0:00  |               |                                       \_ perl ./testcases/complete-run.pl
> portage  14449  0.0  0.2  20420  8516 pts/3    S    17:04   0:00  |               \_ i3 --shmlog-size=0 --disable-signalhandler --force-xinerama -V -d all -c i3-cfg-for-175-startup-notification.t-j0Tsz
> portage  14892  0.0  0.2  20416  8600 pts/3    S    17:04   0:00  |               \_ i3 --shmlog-size=0 --disable-signalhandler --force-xinerama -V -d all -c i3-cfg-for-257-keypress-group1-fallback.t-ndQPr
> portage  14895  0.0  0.2  20416  8616 pts/3    S    17:04   0:00  |               \_ i3 --shmlog-size=0 --disable-signalhandler --force-xinerama -V -d all -c i3-cfg-for-258-keypress-release.t-1rsCm
> portage  14982  0.0  0.2  20416  8452 pts/3    S    17:04   0:00  |               \_ i3 --shmlog-size=0 --disable-signalhandler --force-xinerama -V -d all -c i3-cfg-for-286-root-window-mouse-binding.t-2kdmm
> portage  15063  0.0  0.2  20420  8828 pts/3    S    17:04   0:00  |               \_ i3 --shmlog-size=0 --disable-signalhandler --force-xinerama -V -d all -c i3-cfg-for-297-scroll-tabbed.t-AmYIP
> portage  15085  0.0  0.2  20420  8744 pts/3    S    17:04   0:00  |               \_ i3 --shmlog-size=0 --disable-signalhandler --force-xinerama -V -d all -c i3-cfg-for-301-shape.t-b2QBX
> portage  15317  0.0  0.2  20416  8524 pts/3    S    17:04   0:00  |               \_ i3 --shmlog-size=0 --disable-signalhandler --force-xinerama -V -d all -c i3-cfg-for-525-i3bar-mouse-bindings.t-vzMaG
> portage  15324  0.0  0.2  14748  6672 ?        S    17:04   0:00  |               \_ i3bar --bar_id=bar-0 --socket=/tmp/nested-:103
Comment 1 Thomas Deutschmann (RETIRED) gentoo-dev 2020-10-31 16:17:20 UTC
Created attachment 669437 [details]
test-suite.log

Portage 3.0.8 (python 3.7.9-final-0, default/linux/x86/17.0, gcc-9.3.0, glibc-2.32-r2, 5.4.72-gentoo-x86 i686)
=================================================================
System uname: Linux-5.4.72-gentoo-x86-i686-with-gentoo-2.7
KiB Mem:     3106076 total,   2026784 free
KiB Swap:    8875836 total,   8871996 free
Timestamp of repository gentoo: Fri, 30 Oct 2020 19:35:21 +0000
Head commit of repository gentoo: 6f1c9dd8c4770b7914fab34209b46aec07ed30b3

sh bash 5.0_p18
ld GNU ld (Gentoo 2.34 p6) 2.34.0
app-shells/bash:          5.0_p18::gentoo
dev-java/java-config:     2.3.1::gentoo
dev-lang/perl:            5.30.3::gentoo
dev-lang/python:          2.7.18-r4::gentoo, 3.6.12::gentoo, 3.7.9::gentoo, 3.8.5::gentoo
dev-util/cmake:           3.17.4-r1::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.7::gentoo
sys-apps/openrc:          0.42.1::gentoo
sys-apps/sandbox:         2.20::gentoo
sys-devel/autoconf:       2.13-r1::gentoo, 2.69-r5::gentoo
sys-devel/automake:       1.16.1-r1::gentoo
sys-devel/binutils:       2.34-r2::gentoo
sys-devel/gcc:            9.3.0-r1::gentoo
sys-devel/gcc-config:     2.3.2::gentoo
sys-devel/libtool:        2.4.6-r6::gentoo
sys-devel/make:           4.2.1-r4::gentoo
sys-kernel/linux-headers: 5.4-r1::gentoo (virtual/os-headers)
sys-libs/glibc:           2.32-r2::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: git
    sync-uri: https://anongit.gentoo.org/git/repo/sync/gentoo.git
    priority: -1000

ABI="x86"
ABI_X86="32"
ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="*"
ACCEPT_PROPERTIES="*"
ACCEPT_RESTRICT="*"
ADA_TARGET="gnat_2018"
ANT_HOME="/usr/share/ant"
ARCH="x86"
BINPKG_COMPRESS="bzip2"
BROOT=""
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare"
CHOST="i686-pc-linux-gnu"
CHOST_x86="i686-pc-linux-gnu"
COLLISION_IGNORE="/lib/modules/*"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CPU_FLAGS_X86="mmx mmxext sse sse2"
CXXFLAGS="-O2 -pipe -march=pentium4m -mtune=pentium4m -Wno-error=jump-misses-init -Wno-error=sign-compare"
DEFAULT_ABI="x86"
EDITOR="/usr/bin/mcedit"
ELIBC="glibc"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
EPREFIX=""
EROOT="/"
ESYSROOT="/"
FCFLAGS="-O2 -march=i686 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs cgroup config-protect-if-modified distlocks downgrade-backup ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -march=i686 -pipe"
GCC_SPECS=""
GRUB_PLATFORMS="efi-32 pc"
GSETTINGS_BACKEND="dconf"
HOME="/root"
INFOPATH="/usr/share/gcc-data/i686-pc-linux-gnu/9.3.0/info:/usr/share/binutils-data/i686-pc-linux-gnu/2.34/info:/usr/share/info"
INPUT_DEVICES="libinput"
IUSE_IMPLICIT="abi_x86_32 prefix prefix-guest prefix-stack"
JAVAC="/etc/java-config-2/current-system-vm/bin/javac"
JAVA_HOME="/etc/java-config-2/current-system-vm"
JDK_HOME="/etc/java-config-2/current-system-vm"
KERNEL="linux"
L10N="en en-US de de-DE"
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
LC_MESSAGES="C"
LC_PAPER="de_DE.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LIBDIR_x86="lib"
LINGUAS="en de"
LOGNAME="root"
LUA_SINGLE_TARGET="lua5-1"
LUA_TARGETS="lua5-1"
MAIL="/var/mail/root"
MAKEOPTS="--jobs 5 --load-average 7.95"
MANPAGER="manpager"
MOTD_SHOWN="pam"
MULTILIB_ABIS="x86"
NOCOLOR="true"
OFFICE_IMPLEMENTATION="libreoffice"
OLDPWD="/var/tmp/portage"
OPENCL_PROFILE="ocl-icd"
OPENGL_PROFILE="xorg-x11"
PAGER="/usr/bin/less"
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/lib/llvm/10/bin"
PHP_TARGETS="php7-2 php7-3"
POSTGRES_TARGETS="postgres10 postgres11"
PWD="/var/tmp/portage/x11-wm/i3-gaps-4.18.2/work/i3-gaps-4.18.2_build"
PYTHONDONTWRITEBYTECODE="1"
PYTHON_SINGLE_TARGET="python3_7"
PYTHON_TARGETS="python2_7 python3_7"
QT_GRAPHICSSYSTEM="raster"
ROOT="/"
ROOTPATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/lib/llvm/10/bin"
RUBY_TARGETS="ruby25 ruby26"
SHELL="/bin/bash"
SHLVL="2"
SSH_TTY="/dev/pts/0"
SYSROOT="/"
TERM="tmux-256color"
TMUX="/tmp//tmux-0/default,3530,0"
TMUX_PANE="%3"
TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE="1"
USER="root"
USERLAND="GNU"
VIDEO_CARDS="vmware"
XDG_CONFIG_DIRS="/etc/xdg"
XDG_DATA_DIRS="/usr/local/share:/usr/share"
XDG_RUNTIME_DIR="/run/user/0"
XDG_SESSION_CLASS="user"
XDG_SESSION_ID="1"
XDG_SESSION_TYPE="tty"
Comment 2 Thomas Deutschmann (RETIRED) gentoo-dev 2020-10-31 16:17:37 UTC
Created attachment 669440 [details]
complete-run.log
Comment 3 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2020-11-14 16:01:58 UTC
I can't reproduce this, even in an i686 chroot, so please report upstream if this issue persists.
Comment 4 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2021-06-16 03:43:44 UTC
This version is gone and the new version has its own test problems.