aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Roman <davidroman96@gmail.com>2020-11-22 19:10:42 +0100
committerDavid Roman <davidroman96@gmail.com>2020-11-22 19:10:42 +0100
commitf94f590cd46c0ca744bfbfca124a09ee486fa887 (patch)
tree2e111d313bed02b83228514660138b9c9d1ec1e7 /app-text
parentwww-apps/uwebsockets: version bump to 18.15.0 (diff)
downloadguru-f94f590cd46c0ca744bfbfca124a09ee486fa887.tar.gz
guru-f94f590cd46c0ca744bfbfca124a09ee486fa887.tar.bz2
guru-f94f590cd46c0ca744bfbfca124a09ee486fa887.zip
app-text/lizard: new package
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: David Roman <davidroman96@gmail.com>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/lizard/Manifest1
-rw-r--r--app-text/lizard/lizard-1.17.7.ebuild26
-rw-r--r--app-text/lizard/metadata.xml8
-rw-r--r--app-text/lizard/tester.log10090
4 files changed, 10125 insertions, 0 deletions
diff --git a/app-text/lizard/Manifest b/app-text/lizard/Manifest
new file mode 100644
index 000000000..23a178c0e
--- /dev/null
+++ b/app-text/lizard/Manifest
@@ -0,0 +1 @@
+DIST lizard-1.17.7.tar.gz 1223565 BLAKE2B d49b7c05d459ff2c24a6c252840fd411a6fa720327d1ef0a7d0bb7fda6684210cca20f5d6e675c2e80f7edf9d4703c31b0e0aca267222037a6167a0265385169 SHA512 c47079e3077ebf87ee42dc361ffa4b68100408215f76d110ba20eaa44de51fbe54d695cefdd0a9e20752aafade865b7ed24551db4d34466b6e2d25df80806e79
diff --git a/app-text/lizard/lizard-1.17.7.ebuild b/app-text/lizard/lizard-1.17.7.ebuild
new file mode 100644
index 000000000..af5dd7e92
--- /dev/null
+++ b/app-text/lizard/lizard-1.17.7.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A simple code complexity analyser, supports most of the popular languages."
+HOMEPAGE="http://www.lizard.ws/"
+SRC_URI="https://github.com/terryyin/lizard/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64"
+LICENSE="MIT"
+SLOT="0"
+
+DEPEND="
+ test? (
+ dev-python/jinja[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/nose[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
diff --git a/app-text/lizard/metadata.xml b/app-text/lizard/metadata.xml
new file mode 100644
index 000000000..01c1fc848
--- /dev/null
+++ b/app-text/lizard/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>davidroman96@gmail.com</email>
+ <name>David Roman</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-text/lizard/tester.log b/app-text/lizard/tester.log
new file mode 100644
index 000000000..e7ea20e1d
--- /dev/null
+++ b/app-text/lizard/tester.log
@@ -0,0 +1,10090 @@
+2020-11-22 19:00:54,052 - creating container
+2020-11-22 19:00:55,758 - creating docker container with: docker create --tty --cap-add SYS_ADMIN --device /dev/fuse --workdir /root --volume /home/david/Develop/Projects/gentoo:/var/db/repos/gentoo --volume /home/david/Develop/Projects/gentoo/distfiles:/var/cache/distfiles --volume /home/david/Develop/Projects/gentoo/packages:/var/cache/binpkgs --volume=/home/david/Develop/Projects/guru:/var/lib/overlays/guru gentoo/stage3-amd64
+2020-11-22 19:00:57,857 - creating container
+2020-11-22 19:00:59,375 - creating docker container with: docker create --tty --cap-add SYS_ADMIN --device /dev/fuse --workdir /root --volume /home/david/Develop/Projects/gentoo:/var/db/repos/gentoo --volume /home/david/Develop/Projects/gentoo/distfiles:/var/cache/distfiles --volume /home/david/Develop/Projects/gentoo/packages:/var/cache/binpkgs --volume=/home/david/Develop/Projects/guru:/var/lib/overlays/guru gentoo/stage3-amd64
+2020-11-22 19:01:01,079 - container id b177aa6396295c35336f4dfb816eec920492daef432af65bcedc8a372d7e949e
+2020-11-22 19:01:02,736 - setting Gentoo profile to default/linux/amd64/17.1
+2020-11-22 19:01:02,737 - b177aa eselect profile set default/linux/amd64/17.1
+2020-11-22 19:01:09,201 - tweaking portage settings
+2020-11-22 19:01:09,201 - b177aa echo FEATURES=\"-sandbox -usersandbox\" >> /etc/portage/make.conf
+2020-11-22 19:01:09,316 - b177aa echo MAKEOPTS=\"-j8\" >> /etc/portage/make.conf
+2020-11-22 19:01:09,409 - b177aa echo ACCEPT_KEYWORDS=\"~amd64\" >> /etc/portage/make.conf
+2020-11-22 19:01:09,508 - b177aa mkdir -p /etc/portage/repos.conf && echo -e "[guru]\nlocation = /var/lib/overlays/guru\nmaster = gentoo" >> /etc/portage/repos.conf/overlays.conf
+2020-11-22 19:01:09,618 - enabling test feature for [Atom("=app-text/lizard-1.17.7")]
+2020-11-22 19:01:09,618 - b177aa mkdir -p /etc/portage/env
+2020-11-22 19:01:09,718 - b177aa echo "=app-text/lizard-1.17.7 tester.conf" >> /etc/portage/package.env
+2020-11-22 19:01:09,814 - b177aa echo "FEATURES=\"test splitdebug\"" > /etc/portage/env/tester.conf
+2020-11-22 19:01:09,908 - unmasking [Atom("=app-text/lizard-1.17.7")]
+2020-11-22 19:01:09,909 - b177aa mkdir -p /etc/portage/package.accept_keywords
+2020-11-22 19:01:10,007 - b177aa echo "=app-text/lizard-1.17.7" ~amd64 >> /etc/portage/package.accept_keywords/testbuild
+2020-11-22 19:01:10,104 - unmasking additional atoms
+2020-11-22 19:01:10,104 - skipping update
+2020-11-22 19:01:10,104 - installing basic packages: [Atom("app-portage/gentoolkit"), Atom("app-portage/flaggie")]
+2020-11-22 19:01:10,105 - b177aa emerge --verbose app-portage/gentoolkit app-portage/flaggie
+2020-11-22 19:01:12,275 - b177aa (stdout):
+2020-11-22 19:01:12,276 - b177aa (stdout): Performing Global Updates
+2020-11-22 19:01:12,276 - b177aa (stdout): (Could take a couple of minutes if you have a lot of binary packages.)
+2020-11-22 19:01:12,276 - b177aa (stdout): .='update pass' *='binary update' #='/var/db update' @='/var/db move'
+2020-11-22 19:01:12,276 - b177aa (stdout): s='/var/db SLOT move' %='binary move' S='binary SLOT move'
+2020-11-22 19:01:12,277 - b177aa (stdout): p='update /etc/portage/package.*'
+2020-11-22 19:01:12,277 - b177aa (stdout): /var/lib/overlays/guru/profiles/updates/1Q-2020.
+2020-11-22 19:01:12,277 - b177aa (stdout): /var/lib/overlays/guru/profiles/updates/2Q-2020..
+2020-11-22 19:01:12,277 - b177aa (stdout): /var/lib/overlays/guru/profiles/updates/3Q-2020.
+2020-11-22 19:01:12,277 - b177aa (stdout): /var/lib/overlays/guru/profiles/updates/4Q-2020..
+2020-11-22 19:01:12,293 - b177aa (stdout): /var/db/repos/gentoo/profiles/updates/3Q-2015.....................
+2020-11-22 19:01:12,294 - b177aa (stdout): /var/db/repos/gentoo/profiles/updates/4Q-2015..........................
+2020-11-22 19:01:12,296 - b177aa (stdout): /var/db/repos/gentoo/profiles/updates/1Q-2016............................................
+2020-11-22 19:01:12,299 - b177aa (stdout): /var/db/repos/gentoo/profiles/updates/2Q-2016.........................................................
+2020-11-22 19:01:12,300 - b177aa (stdout): /var/db/repos/gentoo/profiles/updates/3Q-2016.......................
+2020-11-22 19:01:12,301 - b177aa (stdout): /var/db/repos/gentoo/profiles/updates/4Q-2016.............................
+2020-11-22 19:01:12,302 - b177aa (stdout): /var/db/repos/gentoo/profiles/updates/1Q-2017..............................
+2020-11-22 19:01:12,302 - b177aa (stdout): /var/db/repos/gentoo/profiles/updates/2Q-2017....
+2020-11-22 19:01:12,303 - b177aa (stdout): /var/db/repos/gentoo/profiles/updates/3Q-2017........................
+2020-11-22 19:01:12,303 - b177aa (stdout): /var/db/repos/gentoo/profiles/updates/4Q-2017.......
+2020-11-22 19:01:12,304 - b177aa (stdout): /var/db/repos/gentoo/profiles/updates/1Q-2018.....................
+2020-11-22 19:01:12,304 - b177aa (stdout): /var/db/repos/gentoo/profiles/updates/2Q-2018..................
+2020-11-22 19:01:12,304 - b177aa (stdout): /var/db/repos/gentoo/profiles/updates/3Q-2018...
+2020-11-22 19:01:12,305 - b177aa (stdout): /var/db/repos/gentoo/profiles/updates/4Q-2018.......
+2020-11-22 19:01:12,305 - b177aa (stdout): /var/db/repos/gentoo/profiles/updates/1Q-2019.................
+2020-11-22 19:01:12,306 - b177aa (stdout): /var/db/repos/gentoo/profiles/updates/2Q-2019...
+2020-11-22 19:01:12,306 - b177aa (stdout): /var/db/repos/gentoo/profiles/updates/3Q-2019.......
+2020-11-22 19:01:12,306 - b177aa (stdout): /var/db/repos/gentoo/profiles/updates/4Q-2019.......
+2020-11-22 19:01:12,307 - b177aa (stdout): /var/db/repos/gentoo/profiles/updates/1Q-2020............
+2020-11-22 19:01:12,308 - b177aa (stdout): /var/db/repos/gentoo/profiles/updates/2Q-2020...........
+2020-11-22 19:01:12,314 - b177aa (stdout): /var/db/repos/gentoo/profiles/updates/3Q-2020....................................................................................................................................................
+2020-11-22 19:01:12,314 - b177aa (stdout): /var/db/repos/gentoo/profiles/updates/4Q-2020.......
+2020-11-22 19:01:13,114 - b177aa (stdout):
+2020-11-22 19:01:13,114 - b177aa (stdout):
+2020-11-22 19:01:13,338 - b177aa (stdout):
+2020-11-22 19:01:13,338 - b177aa (stdout): These are the packages that would be merged, in order:
+2020-11-22 19:01:13,338 - b177aa (stdout):
+2020-11-22 19:01:13,420 - b177aa (stdout): Calculating dependencies
+2020-11-22 19:01:13,420 - b177aa (stdout): * IMPORTANT: 7 news items need reading for repository 'gentoo'.
+2020-11-22 19:01:13,420 - b177aa (stdout): * Use eselect news read to view new items.
+2020-11-22 19:01:13,420 - b177aa (stdout):
+2020-11-22 19:01:13,559 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:13,756 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:13,804 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:13,936 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:14,057 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:14,102 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:14,153 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:14,248 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:14,333 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:14,366 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:14,470 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:14,562 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:14,641 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:14,754 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:14,789 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:14,860 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:14,895 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:15,005 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:15,052 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:15,111 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:15,177 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:15,257 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:15,345 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:15,383 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:15,449 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:15,548 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:15,630 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:15,669 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:15,729 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:15,767 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:15,820 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:15,902 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:15,962 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:16,016 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:16,090 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:16,152 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:16,248 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:16,340 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:16,403 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:16,470 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:16,549 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:16,620 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:16,713 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:16,808 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:16,908 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:16,944 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:16,983 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:17,025 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:17,145 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:17,205 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:17,248 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:17,305 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:17,355 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:17,401 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:17,461 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:17,561 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:17,672 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:17,737 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:17,786 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:17,855 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:17,965 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:18,058 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:18,166 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:18,219 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:18,306 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:18,341 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:18,423 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:18,474 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:18,519 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:18,568 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:18,615 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:18,648 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:18,738 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:18,855 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:18,909 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:18,990 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:19,132 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:19,281 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:19,362 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:19,410 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:19,504 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:19,557 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:19,622 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:19,658 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:19,696 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:19,734 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:19,768 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:19,802 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:19,862 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:19,899 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:19,947 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:20,037 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:20,087 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:20,146 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:20,179 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:20,220 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:20,268 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:20,366 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:20,400 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:20,434 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:20,478 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:20,585 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:20,625 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:20,671 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:20,753 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:20,819 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:20,901 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:21,008 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:21,072 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:21,141 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:21,176 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:21,268 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:21,306 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:21,395 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:21,494 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:21,530 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:21,595 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:21,684 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:21,783 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:21,877 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:21,934 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:22,007 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:22,084 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:22,125 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:22,165 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:22,238 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:22,309 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:22,353 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:22,414 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:22,469 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:22,548 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:22,583 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:22,617 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:22,667 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:22,747 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:22,788 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:22,847 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:22,879 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:22,914 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:22,992 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:23,133 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:23,198 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:23,269 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:23,317 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:23,352 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:23,391 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:23,469 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:23,514 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:23,550 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:23,583 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:23,624 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:23,666 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:23,770 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:23,858 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:23,919 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:23,968 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:24,049 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:24,100 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:24,187 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:24,300 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:24,362 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:24,407 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:24,460 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:24,505 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:24,544 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:24,581 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:24,627 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:24,737 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:24,920 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:25,016 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:25,081 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:25,115 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:25,162 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:25,209 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:25,293 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:25,332 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:25,369 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:25,431 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:25,523 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:25,563 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:25,613 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:25,673 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:25,710 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:25,745 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:25,781 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:25,813 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:25,898 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:25,933 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:26,004 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:26,058 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:26,097 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:26,131 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:26,167 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:26,218 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:26,312 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:26,411 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:26,489 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:26,574 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:26,705 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:26,814 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:26,905 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:27,000 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:27,095 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:27,191 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:27,287 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:27,382 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:27,468 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:27,518 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:27,828 - b177aa (stdout): . . ..... done!
+2020-11-22 19:01:27,865 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:27,931 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:28,002 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:28,071 - b177aa (stdout): [ebuild N ] app-portage/gentoolkit-0.5.0-r2::gentoo USE="-test" PYTHON_TARGETS="python3_7 -pypy3 -python3_6 -python3_8 -python3_9" 0 KiB
+2020-11-22 19:01:28,071 - b177aa (stdout): [ebuild N ] app-portage/flaggie-0.2.1-r1::gentoo PYTHON_TARGETS="python3_7 -python3_6 -python3_8" 0 KiB
+2020-11-22 19:01:28,071 - b177aa (stdout):
+2020-11-22 19:01:28,071 - b177aa (stdout): Total: 2 packages (2 new), Size of downloads: 0 KiB
+2020-11-22 19:01:28,099 - b177aa (stdout):
+2020-11-22 19:01:28,099 - b177aa (stdout): >>> Verifying ebuild manifests
+2020-11-22 19:01:28,099 - b177aa (stdout):
+2020-11-22 19:01:28,104 - b177aa (stdout):
+2020-11-22 19:01:28,104 - b177aa (stdout): >>> Emerging (1 of 2) app-portage/gentoolkit-0.5.0-r2::gentoo
+2020-11-22 19:01:28,107 - b177aa (stdout): * Fetching files in the background.
+2020-11-22 19:01:28,107 - b177aa (stdout): * To view fetch progress, run in another terminal:
+2020-11-22 19:01:28,107 - b177aa (stdout): * tail -f /var/log/emerge-fetch.log
+2020-11-22 19:01:28,194 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:28,310 - b177aa (stdout): * gentoolkit-0.5.0.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
+2020-11-22 19:01:28,707 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:28,768 - b177aa (stdout): >>> Unpacking source...
+2020-11-22 19:01:28,769 - b177aa (stdout): >>> Unpacking gentoolkit-0.5.0.tar.gz to /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work
+2020-11-22 19:01:28,939 - b177aa (stdout): >>> Source unpacked in /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work
+2020-11-22 19:01:29,072 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:29,134 - b177aa (stdout): >>> Preparing source in /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0 ...
+2020-11-22 19:01:29,208 - b177aa (stdout): * Using python3.7 in global scope
+2020-11-22 19:01:29,208 - b177aa (stdout): VERSION=0.5.0-r2 /usr/bin/python3.7 setup.py set_version
+2020-11-22 19:01:29,506 - b177aa (stdout): running set_version
+2020-11-22 19:01:29,507 - b177aa (stdout): Setting version to 0.5.0-r2
+2020-11-22 19:01:29,551 - b177aa (stdout): * Applying gentoolkit-0.5.0-python3_9.patch ...
+2020-11-22 19:01:29,605 - b177aa (stdout): [ ok ]
+2020-11-22 19:01:29,605 - b177aa (stdout): * Applying gentoolkit-0.5.0-r1-python3_9.patch ...
+2020-11-22 19:01:29,607 - b177aa (stdout): [ ok ]
+2020-11-22 19:01:29,609 - b177aa (stdout): >>> Source prepared.
+2020-11-22 19:01:29,754 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:29,812 - b177aa (stdout): >>> Configuring source in /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0 ...
+2020-11-22 19:01:29,828 - b177aa (stdout): >>> Source configured.
+2020-11-22 19:01:29,963 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:30,022 - b177aa (stdout): >>> Compiling source in /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0 ...
+2020-11-22 19:01:30,043 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_compile
+2020-11-22 19:01:30,076 - b177aa (stdout): python3.7 setup.py build -j 8
+2020-11-22 19:01:30,135 - b177aa (stdout): running build
+2020-11-22 19:01:30,136 - b177aa (stdout): running build_py
+2020-11-22 19:01:30,165 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit
+2020-11-22 19:01:30,165 - b177aa (stdout): copying pym/gentoolkit/__init__.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit
+2020-11-22 19:01:30,165 - b177aa (stdout): copying pym/gentoolkit/atom.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit
+2020-11-22 19:01:30,165 - b177aa (stdout): copying pym/gentoolkit/base.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit
+2020-11-22 19:01:30,166 - b177aa (stdout): copying pym/gentoolkit/cpv.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit
+2020-11-22 19:01:30,166 - b177aa (stdout): copying pym/gentoolkit/dbapi.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit
+2020-11-22 19:01:30,166 - b177aa (stdout): copying pym/gentoolkit/dependencies.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit
+2020-11-22 19:01:30,166 - b177aa (stdout): copying pym/gentoolkit/eprefix.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit
+2020-11-22 19:01:30,166 - b177aa (stdout): copying pym/gentoolkit/errors.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit
+2020-11-22 19:01:30,166 - b177aa (stdout): copying pym/gentoolkit/flag.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit
+2020-11-22 19:01:30,166 - b177aa (stdout): copying pym/gentoolkit/formatters.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit
+2020-11-22 19:01:30,166 - b177aa (stdout): copying pym/gentoolkit/helpers.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit
+2020-11-22 19:01:30,166 - b177aa (stdout): copying pym/gentoolkit/keyword.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit
+2020-11-22 19:01:30,166 - b177aa (stdout): copying pym/gentoolkit/module_base.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit
+2020-11-22 19:01:30,167 - b177aa (stdout): copying pym/gentoolkit/package.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit
+2020-11-22 19:01:30,167 - b177aa (stdout): copying pym/gentoolkit/pprinter.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit
+2020-11-22 19:01:30,167 - b177aa (stdout): copying pym/gentoolkit/profile.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit
+2020-11-22 19:01:30,167 - b177aa (stdout): copying pym/gentoolkit/query.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit
+2020-11-22 19:01:30,167 - b177aa (stdout): copying pym/gentoolkit/sets.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit
+2020-11-22 19:01:30,167 - b177aa (stdout): copying pym/gentoolkit/textwrap_.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit
+2020-11-22 19:01:30,167 - b177aa (stdout): copying pym/gentoolkit/versionmatch.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit
+2020-11-22 19:01:30,167 - b177aa (stdout): copying pym/gentoolkit/metadata.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit
+2020-11-22 19:01:30,167 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/eclean
+2020-11-22 19:01:30,168 - b177aa (stdout): copying pym/gentoolkit/eclean/__init__.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/eclean
+2020-11-22 19:01:30,168 - b177aa (stdout): copying pym/gentoolkit/eclean/clean.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/eclean
+2020-11-22 19:01:30,168 - b177aa (stdout): copying pym/gentoolkit/eclean/cli.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/eclean
+2020-11-22 19:01:30,168 - b177aa (stdout): copying pym/gentoolkit/eclean/exclude.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/eclean
+2020-11-22 19:01:30,168 - b177aa (stdout): copying pym/gentoolkit/eclean/output.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/eclean
+2020-11-22 19:01:30,168 - b177aa (stdout): copying pym/gentoolkit/eclean/pkgindex.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/eclean
+2020-11-22 19:01:30,168 - b177aa (stdout): copying pym/gentoolkit/eclean/search.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/eclean
+2020-11-22 19:01:30,169 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/ekeyword
+2020-11-22 19:01:30,169 - b177aa (stdout): copying pym/gentoolkit/ekeyword/__init__.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/ekeyword
+2020-11-22 19:01:30,169 - b177aa (stdout): copying pym/gentoolkit/ekeyword/ekeyword.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/ekeyword
+2020-11-22 19:01:30,169 - b177aa (stdout): copying pym/gentoolkit/ekeyword/ekeyword_unittest.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/ekeyword
+2020-11-22 19:01:30,169 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/enalyze
+2020-11-22 19:01:30,169 - b177aa (stdout): copying pym/gentoolkit/enalyze/__init__.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/enalyze
+2020-11-22 19:01:30,169 - b177aa (stdout): copying pym/gentoolkit/enalyze/analyze.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/enalyze
+2020-11-22 19:01:30,169 - b177aa (stdout): copying pym/gentoolkit/enalyze/lib.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/enalyze
+2020-11-22 19:01:30,170 - b177aa (stdout): copying pym/gentoolkit/enalyze/output.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/enalyze
+2020-11-22 19:01:30,170 - b177aa (stdout): copying pym/gentoolkit/enalyze/rebuild.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/enalyze
+2020-11-22 19:01:30,170 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery
+2020-11-22 19:01:30,170 - b177aa (stdout): copying pym/gentoolkit/equery/__init__.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery
+2020-11-22 19:01:30,170 - b177aa (stdout): copying pym/gentoolkit/equery/belongs.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery
+2020-11-22 19:01:30,170 - b177aa (stdout): copying pym/gentoolkit/equery/changes.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery
+2020-11-22 19:01:30,170 - b177aa (stdout): copying pym/gentoolkit/equery/check.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery
+2020-11-22 19:01:30,171 - b177aa (stdout): copying pym/gentoolkit/equery/depends.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery
+2020-11-22 19:01:30,171 - b177aa (stdout): copying pym/gentoolkit/equery/depgraph.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery
+2020-11-22 19:01:30,171 - b177aa (stdout): copying pym/gentoolkit/equery/files.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery
+2020-11-22 19:01:30,171 - b177aa (stdout): copying pym/gentoolkit/equery/has.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery
+2020-11-22 19:01:30,171 - b177aa (stdout): copying pym/gentoolkit/equery/hasuse.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery
+2020-11-22 19:01:30,171 - b177aa (stdout): copying pym/gentoolkit/equery/keywords.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery
+2020-11-22 19:01:30,171 - b177aa (stdout): copying pym/gentoolkit/equery/list_.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery
+2020-11-22 19:01:30,171 - b177aa (stdout): copying pym/gentoolkit/equery/meta.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery
+2020-11-22 19:01:30,171 - b177aa (stdout): copying pym/gentoolkit/equery/size.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery
+2020-11-22 19:01:30,172 - b177aa (stdout): copying pym/gentoolkit/equery/uses.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery
+2020-11-22 19:01:30,172 - b177aa (stdout): copying pym/gentoolkit/equery/which.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery
+2020-11-22 19:01:30,172 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/eshowkw
+2020-11-22 19:01:30,172 - b177aa (stdout): copying pym/gentoolkit/eshowkw/__init__.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/eshowkw
+2020-11-22 19:01:30,172 - b177aa (stdout): copying pym/gentoolkit/eshowkw/display_pretty.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/eshowkw
+2020-11-22 19:01:30,172 - b177aa (stdout): copying pym/gentoolkit/eshowkw/keywords_content.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/eshowkw
+2020-11-22 19:01:30,172 - b177aa (stdout): copying pym/gentoolkit/eshowkw/keywords_header.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/eshowkw
+2020-11-22 19:01:30,172 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/imlate
+2020-11-22 19:01:30,173 - b177aa (stdout): copying pym/gentoolkit/imlate/__init__.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/imlate
+2020-11-22 19:01:30,173 - b177aa (stdout): copying pym/gentoolkit/imlate/imlate.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/imlate
+2020-11-22 19:01:30,173 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/revdep_rebuild
+2020-11-22 19:01:30,173 - b177aa (stdout): copying pym/gentoolkit/revdep_rebuild/__init__.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/revdep_rebuild
+2020-11-22 19:01:30,173 - b177aa (stdout): copying pym/gentoolkit/revdep_rebuild/analyse.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/revdep_rebuild
+2020-11-22 19:01:30,173 - b177aa (stdout): copying pym/gentoolkit/revdep_rebuild/assign.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/revdep_rebuild
+2020-11-22 19:01:30,173 - b177aa (stdout): copying pym/gentoolkit/revdep_rebuild/cache.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/revdep_rebuild
+2020-11-22 19:01:30,173 - b177aa (stdout): copying pym/gentoolkit/revdep_rebuild/collect.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/revdep_rebuild
+2020-11-22 19:01:30,174 - b177aa (stdout): copying pym/gentoolkit/revdep_rebuild/rebuild.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/revdep_rebuild
+2020-11-22 19:01:30,174 - b177aa (stdout): copying pym/gentoolkit/revdep_rebuild/runner.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/revdep_rebuild
+2020-11-22 19:01:30,174 - b177aa (stdout): copying pym/gentoolkit/revdep_rebuild/settings.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/revdep_rebuild
+2020-11-22 19:01:30,174 - b177aa (stdout): copying pym/gentoolkit/revdep_rebuild/stuff.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/revdep_rebuild
+2020-11-22 19:01:30,174 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test
+2020-11-22 19:01:30,174 - b177aa (stdout): copying pym/gentoolkit/test/__init__.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test
+2020-11-22 19:01:30,175 - b177aa (stdout): copying pym/gentoolkit/test/test_atom.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test
+2020-11-22 19:01:30,175 - b177aa (stdout): copying pym/gentoolkit/test/test_cpv.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test
+2020-11-22 19:01:30,175 - b177aa (stdout): copying pym/gentoolkit/test/test_helpers.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test
+2020-11-22 19:01:30,175 - b177aa (stdout): copying pym/gentoolkit/test/test_keyword.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test
+2020-11-22 19:01:30,175 - b177aa (stdout): copying pym/gentoolkit/test/test_profile.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test
+2020-11-22 19:01:30,175 - b177aa (stdout): copying pym/gentoolkit/test/test_query.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test
+2020-11-22 19:01:30,176 - b177aa (stdout): copying pym/gentoolkit/test/test_syntax.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test
+2020-11-22 19:01:30,176 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/eclean
+2020-11-22 19:01:30,176 - b177aa (stdout): copying pym/gentoolkit/test/eclean/__init__.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/eclean
+2020-11-22 19:01:30,176 - b177aa (stdout): copying pym/gentoolkit/test/eclean/creator.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/eclean
+2020-11-22 19:01:30,176 - b177aa (stdout): copying pym/gentoolkit/test/eclean/distsupport.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/eclean
+2020-11-22 19:01:30,177 - b177aa (stdout): copying pym/gentoolkit/test/eclean/test_clean.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/eclean
+2020-11-22 19:01:30,177 - b177aa (stdout): copying pym/gentoolkit/test/eclean/test_search.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/eclean
+2020-11-22 19:01:30,177 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/equery
+2020-11-22 19:01:30,177 - b177aa (stdout): copying pym/gentoolkit/test/equery/__init__.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/equery
+2020-11-22 19:01:30,177 - b177aa (stdout): copying pym/gentoolkit/test/equery/test_init.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/equery
+2020-11-22 19:01:30,177 - b177aa (stdout): copying pym/gentoolkit/test/eclean/Packages -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/eclean
+2020-11-22 19:01:30,178 - b177aa (stdout): copying pym/gentoolkit/test/eclean/testdistfiles.tar.gz -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/eclean
+2020-11-22 19:01:30,180 - b177aa (stdout): copying pym/gentoolkit/test/eclean/distfiles.exclude -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/eclean
+2020-11-22 19:01:30,182 - b177aa (stdout): warning: build_py: byte-compiling is disabled, skipping.
+2020-11-22 19:01:30,182 - b177aa (stdout):
+2020-11-22 19:01:30,182 - b177aa (stdout): running build_scripts
+2020-11-22 19:01:30,195 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts
+2020-11-22 19:01:30,195 - b177aa (stdout): copying bin/ebump -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts
+2020-11-22 19:01:30,195 - b177aa (stdout): copying and adjusting bin/eclean -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts
+2020-11-22 19:01:30,195 - b177aa (stdout): copying and adjusting bin/eclean-dist -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts
+2020-11-22 19:01:30,195 - b177aa (stdout): copying and adjusting bin/eclean-pkg -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts
+2020-11-22 19:01:30,195 - b177aa (stdout): copying and adjusting bin/ekeyword -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts
+2020-11-22 19:01:30,195 - b177aa (stdout): copying and adjusting bin/enalyze -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts
+2020-11-22 19:01:30,196 - b177aa (stdout): copying and adjusting bin/epkginfo -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts
+2020-11-22 19:01:30,196 - b177aa (stdout): copying and adjusting bin/equery -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts
+2020-11-22 19:01:30,196 - b177aa (stdout): copying bin/eread -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts
+2020-11-22 19:01:30,196 - b177aa (stdout): copying and adjusting bin/eshowkw -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts
+2020-11-22 19:01:30,196 - b177aa (stdout): copying bin/euse -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts
+2020-11-22 19:01:30,196 - b177aa (stdout): copying and adjusting bin/imlate -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts
+2020-11-22 19:01:30,196 - b177aa (stdout): copying and adjusting bin/revdep-rebuild -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts
+2020-11-22 19:01:30,197 - b177aa (stdout): copying bin/revdep-rebuild.sh -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts
+2020-11-22 19:01:30,197 - b177aa (stdout): changing mode of /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts/eclean from 644 to 755
+2020-11-22 19:01:30,197 - b177aa (stdout): changing mode of /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts/eclean-dist from 644 to 755
+2020-11-22 19:01:30,197 - b177aa (stdout): changing mode of /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts/eclean-pkg from 644 to 755
+2020-11-22 19:01:30,197 - b177aa (stdout): changing mode of /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts/ekeyword from 644 to 755
+2020-11-22 19:01:30,197 - b177aa (stdout): changing mode of /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts/enalyze from 644 to 755
+2020-11-22 19:01:30,197 - b177aa (stdout): changing mode of /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts/epkginfo from 644 to 755
+2020-11-22 19:01:30,197 - b177aa (stdout): changing mode of /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts/equery from 644 to 755
+2020-11-22 19:01:30,197 - b177aa (stdout): changing mode of /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts/eshowkw from 644 to 755
+2020-11-22 19:01:30,197 - b177aa (stdout): changing mode of /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts/imlate from 644 to 755
+2020-11-22 19:01:30,197 - b177aa (stdout): changing mode of /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts/revdep-rebuild from 644 to 755
+2020-11-22 19:01:30,203 - b177aa (stdout): >>> Source compiled.
+2020-11-22 19:01:30,339 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:30,398 - b177aa (stdout): * Skipping make test/check due to ebuild restriction.
+2020-11-22 19:01:30,399 - b177aa (stdout): >>> Test phase [disabled because of RESTRICT=test]: app-portage/gentoolkit-0.5.0-r2
+2020-11-22 19:01:30,547 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:30,608 - b177aa (stdout):
+2020-11-22 19:01:30,608 - b177aa (stdout): >>> Install app-portage/gentoolkit-0.5.0-r2 into /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image
+2020-11-22 19:01:30,619 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install
+2020-11-22 19:01:30,647 - b177aa (stdout): python3.7 setup.py install --skip-build --root=/var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7
+2020-11-22 19:01:30,702 - b177aa (stdout): running install
+2020-11-22 19:01:30,713 - b177aa (stdout): running install_lib
+2020-11-22 19:01:30,760 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7
+2020-11-22 19:01:30,760 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr
+2020-11-22 19:01:30,760 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib
+2020-11-22 19:01:30,760 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7
+2020-11-22 19:01:30,761 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages
+2020-11-22 19:01:30,761 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit
+2020-11-22 19:01:30,761 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/__init__.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit
+2020-11-22 19:01:30,761 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/atom.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit
+2020-11-22 19:01:30,761 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/base.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit
+2020-11-22 19:01:30,761 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/cpv.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit
+2020-11-22 19:01:30,761 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/dbapi.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit
+2020-11-22 19:01:30,761 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/dependencies.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit
+2020-11-22 19:01:30,761 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/eprefix.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit
+2020-11-22 19:01:30,761 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/errors.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit
+2020-11-22 19:01:30,762 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/flag.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit
+2020-11-22 19:01:30,762 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/formatters.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit
+2020-11-22 19:01:30,762 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/helpers.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit
+2020-11-22 19:01:30,762 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/keyword.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit
+2020-11-22 19:01:30,762 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/module_base.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit
+2020-11-22 19:01:30,762 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/package.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit
+2020-11-22 19:01:30,762 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/pprinter.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit
+2020-11-22 19:01:30,762 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/profile.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit
+2020-11-22 19:01:30,763 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/query.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit
+2020-11-22 19:01:30,763 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/sets.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit
+2020-11-22 19:01:30,763 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/textwrap_.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit
+2020-11-22 19:01:30,763 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/versionmatch.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit
+2020-11-22 19:01:30,763 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/metadata.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit
+2020-11-22 19:01:30,764 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/eclean
+2020-11-22 19:01:30,764 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/eclean/__init__.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/eclean
+2020-11-22 19:01:30,764 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/eclean/clean.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/eclean
+2020-11-22 19:01:30,764 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/eclean/cli.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/eclean
+2020-11-22 19:01:30,764 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/eclean/exclude.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/eclean
+2020-11-22 19:01:30,764 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/eclean/output.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/eclean
+2020-11-22 19:01:30,764 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/eclean/pkgindex.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/eclean
+2020-11-22 19:01:30,764 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/eclean/search.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/eclean
+2020-11-22 19:01:30,765 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/ekeyword
+2020-11-22 19:01:30,765 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/ekeyword/__init__.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/ekeyword
+2020-11-22 19:01:30,765 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/ekeyword/ekeyword.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/ekeyword
+2020-11-22 19:01:30,765 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/ekeyword/ekeyword_unittest.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/ekeyword
+2020-11-22 19:01:30,765 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/enalyze
+2020-11-22 19:01:30,765 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/enalyze/__init__.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/enalyze
+2020-11-22 19:01:30,765 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/enalyze/analyze.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/enalyze
+2020-11-22 19:01:30,766 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/enalyze/lib.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/enalyze
+2020-11-22 19:01:30,766 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/enalyze/output.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/enalyze
+2020-11-22 19:01:30,766 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/enalyze/rebuild.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/enalyze
+2020-11-22 19:01:30,766 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery
+2020-11-22 19:01:30,766 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery/__init__.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery
+2020-11-22 19:01:30,766 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery/belongs.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery
+2020-11-22 19:01:30,766 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery/changes.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery
+2020-11-22 19:01:30,767 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery/check.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery
+2020-11-22 19:01:30,767 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery/depends.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery
+2020-11-22 19:01:30,767 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery/depgraph.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery
+2020-11-22 19:01:30,767 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery/files.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery
+2020-11-22 19:01:30,767 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery/has.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery
+2020-11-22 19:01:30,767 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery/hasuse.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery
+2020-11-22 19:01:30,767 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery/keywords.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery
+2020-11-22 19:01:30,768 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery/list_.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery
+2020-11-22 19:01:30,768 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery/meta.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery
+2020-11-22 19:01:30,768 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery/size.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery
+2020-11-22 19:01:30,768 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery/uses.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery
+2020-11-22 19:01:30,768 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/equery/which.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery
+2020-11-22 19:01:30,768 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/eshowkw
+2020-11-22 19:01:30,769 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/eshowkw/__init__.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/eshowkw
+2020-11-22 19:01:30,769 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/eshowkw/display_pretty.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/eshowkw
+2020-11-22 19:01:30,769 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/eshowkw/keywords_content.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/eshowkw
+2020-11-22 19:01:30,769 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/eshowkw/keywords_header.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/eshowkw
+2020-11-22 19:01:30,769 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/imlate
+2020-11-22 19:01:30,769 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/imlate/__init__.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/imlate
+2020-11-22 19:01:30,769 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/imlate/imlate.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/imlate
+2020-11-22 19:01:30,769 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild
+2020-11-22 19:01:30,770 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/revdep_rebuild/__init__.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild
+2020-11-22 19:01:30,770 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/revdep_rebuild/analyse.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild
+2020-11-22 19:01:30,770 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/revdep_rebuild/assign.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild
+2020-11-22 19:01:30,770 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/revdep_rebuild/cache.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild
+2020-11-22 19:01:30,770 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/revdep_rebuild/collect.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild
+2020-11-22 19:01:30,770 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/revdep_rebuild/rebuild.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild
+2020-11-22 19:01:30,771 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/revdep_rebuild/runner.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild
+2020-11-22 19:01:30,771 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/revdep_rebuild/settings.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild
+2020-11-22 19:01:30,771 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/revdep_rebuild/stuff.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild
+2020-11-22 19:01:30,771 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test
+2020-11-22 19:01:30,771 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/__init__.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test
+2020-11-22 19:01:30,771 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/test_atom.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test
+2020-11-22 19:01:30,771 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/test_cpv.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test
+2020-11-22 19:01:30,772 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/test_helpers.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test
+2020-11-22 19:01:30,772 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/test_keyword.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test
+2020-11-22 19:01:30,772 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/test_profile.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test
+2020-11-22 19:01:30,772 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/test_query.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test
+2020-11-22 19:01:30,772 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/test_syntax.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test
+2020-11-22 19:01:30,772 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/eclean
+2020-11-22 19:01:30,772 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/eclean/__init__.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/eclean
+2020-11-22 19:01:30,773 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/eclean/creator.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/eclean
+2020-11-22 19:01:30,773 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/eclean/distsupport.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/eclean
+2020-11-22 19:01:30,773 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/eclean/test_clean.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/eclean
+2020-11-22 19:01:30,773 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/eclean/test_search.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/eclean
+2020-11-22 19:01:30,773 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/eclean/Packages -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/eclean
+2020-11-22 19:01:30,773 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/eclean/testdistfiles.tar.gz -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/eclean
+2020-11-22 19:01:30,775 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/eclean/distfiles.exclude -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/eclean
+2020-11-22 19:01:30,776 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/equery
+2020-11-22 19:01:30,776 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/equery/__init__.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/equery
+2020-11-22 19:01:30,776 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/lib/gentoolkit/test/equery/test_init.py -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/equery
+2020-11-22 19:01:30,842 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:01:30,844 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/atom.py to atom.cpython-37.pyc
+2020-11-22 19:01:30,846 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/base.py to base.cpython-37.pyc
+2020-11-22 19:01:30,847 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/cpv.py to cpv.cpython-37.pyc
+2020-11-22 19:01:30,848 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/dbapi.py to dbapi.cpython-37.pyc
+2020-11-22 19:01:30,848 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/dependencies.py to dependencies.cpython-37.pyc
+2020-11-22 19:01:30,849 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/eprefix.py to eprefix.cpython-37.pyc
+2020-11-22 19:01:30,849 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/errors.py to errors.cpython-37.pyc
+2020-11-22 19:01:30,850 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/flag.py to flag.cpython-37.pyc
+2020-11-22 19:01:30,851 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/formatters.py to formatters.cpython-37.pyc
+2020-11-22 19:01:30,852 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/helpers.py to helpers.cpython-37.pyc
+2020-11-22 19:01:30,854 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/keyword.py to keyword.cpython-37.pyc
+2020-11-22 19:01:30,855 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/module_base.py to module_base.cpython-37.pyc
+2020-11-22 19:01:30,856 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/package.py to package.cpython-37.pyc
+2020-11-22 19:01:30,858 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/pprinter.py to pprinter.cpython-37.pyc
+2020-11-22 19:01:30,859 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/profile.py to profile.cpython-37.pyc
+2020-11-22 19:01:30,860 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/query.py to query.cpython-37.pyc
+2020-11-22 19:01:30,862 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/sets.py to sets.cpython-37.pyc
+2020-11-22 19:01:30,862 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/textwrap_.py to textwrap_.cpython-37.pyc
+2020-11-22 19:01:30,862 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/versionmatch.py to versionmatch.cpython-37.pyc
+2020-11-22 19:01:30,863 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/metadata.py to metadata.cpython-37.pyc
+2020-11-22 19:01:30,864 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/eclean/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:01:30,864 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/eclean/clean.py to clean.cpython-37.pyc
+2020-11-22 19:01:30,865 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/eclean/cli.py to cli.cpython-37.pyc
+2020-11-22 19:01:30,868 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/eclean/exclude.py to exclude.cpython-37.pyc
+2020-11-22 19:01:30,869 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/eclean/output.py to output.cpython-37.pyc
+2020-11-22 19:01:30,870 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/eclean/pkgindex.py to pkgindex.cpython-37.pyc
+2020-11-22 19:01:30,870 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/eclean/search.py to search.cpython-37.pyc
+2020-11-22 19:01:30,872 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/ekeyword/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:01:30,873 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/ekeyword/ekeyword.py to ekeyword.cpython-37.pyc
+2020-11-22 19:01:30,875 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/ekeyword/ekeyword_unittest.py to ekeyword_unittest.cpython-37.pyc
+2020-11-22 19:01:30,877 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/enalyze/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:01:30,878 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/enalyze/analyze.py to analyze.cpython-37.pyc
+2020-11-22 19:01:30,880 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/enalyze/lib.py to lib.cpython-37.pyc
+2020-11-22 19:01:30,882 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/enalyze/output.py to output.cpython-37.pyc
+2020-11-22 19:01:30,883 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/enalyze/rebuild.py to rebuild.cpython-37.pyc
+2020-11-22 19:01:30,885 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:01:30,887 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery/belongs.py to belongs.cpython-37.pyc
+2020-11-22 19:01:30,888 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery/changes.py to changes.cpython-37.pyc
+2020-11-22 19:01:30,889 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery/check.py to check.cpython-37.pyc
+2020-11-22 19:01:30,890 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery/depends.py to depends.cpython-37.pyc
+2020-11-22 19:01:30,891 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery/depgraph.py to depgraph.cpython-37.pyc
+2020-11-22 19:01:30,893 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery/files.py to files.cpython-37.pyc
+2020-11-22 19:01:30,895 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery/has.py to has.cpython-37.pyc
+2020-11-22 19:01:30,895 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery/hasuse.py to hasuse.cpython-37.pyc
+2020-11-22 19:01:30,896 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery/keywords.py to keywords.cpython-37.pyc
+2020-11-22 19:01:30,897 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery/list_.py to list_.cpython-37.pyc
+2020-11-22 19:01:30,898 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery/meta.py to meta.cpython-37.pyc
+2020-11-22 19:01:30,900 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery/size.py to size.cpython-37.pyc
+2020-11-22 19:01:30,901 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery/uses.py to uses.cpython-37.pyc
+2020-11-22 19:01:30,902 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/equery/which.py to which.cpython-37.pyc
+2020-11-22 19:01:30,903 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/eshowkw/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:01:30,904 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/eshowkw/display_pretty.py to display_pretty.cpython-37.pyc
+2020-11-22 19:01:30,904 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/eshowkw/keywords_content.py to keywords_content.cpython-37.pyc
+2020-11-22 19:01:30,907 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/eshowkw/keywords_header.py to keywords_header.cpython-37.pyc
+2020-11-22 19:01:30,909 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/imlate/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:01:30,909 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/imlate/imlate.py to imlate.cpython-37.pyc
+2020-11-22 19:01:30,912 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:01:30,912 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/analyse.py to analyse.cpython-37.pyc
+2020-11-22 19:01:30,914 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/assign.py to assign.cpython-37.pyc
+2020-11-22 19:01:30,915 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/cache.py to cache.cpython-37.pyc
+2020-11-22 19:01:30,916 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/collect.py to collect.cpython-37.pyc
+2020-11-22 19:01:30,917 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/rebuild.py to rebuild.cpython-37.pyc
+2020-11-22 19:01:30,918 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/runner.py to runner.cpython-37.pyc
+2020-11-22 19:01:30,918 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/settings.py to settings.cpython-37.pyc
+2020-11-22 19:01:30,920 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/stuff.py to stuff.cpython-37.pyc
+2020-11-22 19:01:30,920 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:01:30,921 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/test_atom.py to test_atom.cpython-37.pyc
+2020-11-22 19:01:30,922 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/test_cpv.py to test_cpv.cpython-37.pyc
+2020-11-22 19:01:30,923 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/test_helpers.py to test_helpers.cpython-37.pyc
+2020-11-22 19:01:30,924 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/test_keyword.py to test_keyword.cpython-37.pyc
+2020-11-22 19:01:30,924 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/test_profile.py to test_profile.cpython-37.pyc
+2020-11-22 19:01:30,924 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/test_query.py to test_query.cpython-37.pyc
+2020-11-22 19:01:30,925 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/test_syntax.py to test_syntax.cpython-37.pyc
+2020-11-22 19:01:30,925 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/eclean/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:01:30,926 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/eclean/creator.py to creator.cpython-37.pyc
+2020-11-22 19:01:30,927 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/eclean/distsupport.py to distsupport.cpython-37.pyc
+2020-11-22 19:01:30,928 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/eclean/test_clean.py to test_clean.cpython-37.pyc
+2020-11-22 19:01:30,929 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/eclean/test_search.py to test_search.cpython-37.pyc
+2020-11-22 19:01:30,932 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/equery/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:01:30,932 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit/test/equery/test_init.py to test_init.cpython-37.pyc
+2020-11-22 19:01:30,935 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/temp/tmps0sj0sqy.py'
+2020-11-22 19:01:30,935 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/temp/tmps0sj0sqy.py
+2020-11-22 19:01:31,087 - b177aa (stdout): removing /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/temp/tmps0sj0sqy.py
+2020-11-22 19:01:31,087 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/temp/tmp7n35xy0y.py'
+2020-11-22 19:01:31,087 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/temp/tmp7n35xy0y.py
+2020-11-22 19:01:31,199 - b177aa (stdout): removing /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/temp/tmp7n35xy0y.py
+2020-11-22 19:01:31,199 - b177aa (stdout): running install_scripts
+2020-11-22 19:01:31,401 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec
+2020-11-22 19:01:31,401 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7
+2020-11-22 19:01:31,401 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts/ebump -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7
+2020-11-22 19:01:31,401 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts/eclean -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7
+2020-11-22 19:01:31,401 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts/eclean-dist -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7
+2020-11-22 19:01:31,401 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts/eclean-pkg -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7
+2020-11-22 19:01:31,402 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts/ekeyword -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7
+2020-11-22 19:01:31,402 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts/enalyze -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7
+2020-11-22 19:01:31,402 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts/epkginfo -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7
+2020-11-22 19:01:31,402 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts/equery -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7
+2020-11-22 19:01:31,402 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts/eread -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7
+2020-11-22 19:01:31,402 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts/eshowkw -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7
+2020-11-22 19:01:31,403 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts/euse -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7
+2020-11-22 19:01:31,403 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts/imlate -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7
+2020-11-22 19:01:31,403 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts/revdep-rebuild -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7
+2020-11-22 19:01:31,403 - b177aa (stdout): copying /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/work/gentoolkit-0.5.0-python3_7/scripts/revdep-rebuild.sh -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7
+2020-11-22 19:01:31,403 - b177aa (stdout): changing mode of /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7/ebump to 755
+2020-11-22 19:01:31,403 - b177aa (stdout): changing mode of /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7/eclean to 755
+2020-11-22 19:01:31,403 - b177aa (stdout): changing mode of /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7/eclean-dist to 755
+2020-11-22 19:01:31,404 - b177aa (stdout): changing mode of /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7/eclean-pkg to 755
+2020-11-22 19:01:31,404 - b177aa (stdout): changing mode of /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7/ekeyword to 755
+2020-11-22 19:01:31,404 - b177aa (stdout): changing mode of /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7/enalyze to 755
+2020-11-22 19:01:31,404 - b177aa (stdout): changing mode of /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7/epkginfo to 755
+2020-11-22 19:01:31,404 - b177aa (stdout): changing mode of /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7/equery to 755
+2020-11-22 19:01:31,404 - b177aa (stdout): changing mode of /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7/eread to 755
+2020-11-22 19:01:31,404 - b177aa (stdout): changing mode of /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7/eshowkw to 755
+2020-11-22 19:01:31,404 - b177aa (stdout): changing mode of /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7/euse to 755
+2020-11-22 19:01:31,404 - b177aa (stdout): changing mode of /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7/imlate to 755
+2020-11-22 19:01:31,404 - b177aa (stdout): changing mode of /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7/revdep-rebuild to 755
+2020-11-22 19:01:31,404 - b177aa (stdout): changing mode of /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python-exec/python3.7/revdep-rebuild.sh to 755
+2020-11-22 19:01:31,404 - b177aa (stdout): running install_data
+2020-11-22 19:01:31,413 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/etc
+2020-11-22 19:01:31,414 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/etc/env.d
+2020-11-22 19:01:31,414 - b177aa (stdout): copying data/99gentoolkit-env -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/etc/env.d
+2020-11-22 19:01:31,414 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/etc/revdep-rebuild
+2020-11-22 19:01:31,414 - b177aa (stdout): copying data/revdep-rebuild/99revdep-rebuild -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/etc/revdep-rebuild
+2020-11-22 19:01:31,414 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/etc/eclean
+2020-11-22 19:01:31,414 - b177aa (stdout): copying data/eclean/distfiles.exclude -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/etc/eclean
+2020-11-22 19:01:31,414 - b177aa (stdout): copying data/eclean/packages.exclude -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/etc/eclean
+2020-11-22 19:01:31,414 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/share
+2020-11-22 19:01:31,414 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/share/man
+2020-11-22 19:01:31,414 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/share/man/man1
+2020-11-22 19:01:31,415 - b177aa (stdout): copying man/ebump.1 -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/share/man/man1
+2020-11-22 19:01:31,415 - b177aa (stdout): copying man/eclean.1 -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/share/man/man1
+2020-11-22 19:01:31,415 - b177aa (stdout): copying man/enalyze.1 -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/share/man/man1
+2020-11-22 19:01:31,415 - b177aa (stdout): copying man/epkginfo.1 -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/share/man/man1
+2020-11-22 19:01:31,415 - b177aa (stdout): copying man/equery.1 -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/share/man/man1
+2020-11-22 19:01:31,415 - b177aa (stdout): copying man/eread.1 -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/share/man/man1
+2020-11-22 19:01:31,415 - b177aa (stdout): copying man/eshowkw.1 -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/share/man/man1
+2020-11-22 19:01:31,416 - b177aa (stdout): copying man/euse.1 -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/share/man/man1
+2020-11-22 19:01:31,416 - b177aa (stdout): copying man/imlate.1 -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/share/man/man1
+2020-11-22 19:01:31,416 - b177aa (stdout): copying man/revdep-rebuild.1 -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/share/man/man1
+2020-11-22 19:01:31,416 - b177aa (stdout): creating /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/tmpfiles.d
+2020-11-22 19:01:31,416 - b177aa (stdout): copying data/tmpfiles.d/revdep-rebuild.conf -> /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/tmpfiles.d
+2020-11-22 19:01:31,416 - b177aa (stdout): running install_egg_info
+2020-11-22 19:01:31,427 - b177aa (stdout): Writing /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image/_python3.7/usr/lib/python3.7/site-packages/gentoolkit-0.5.0_r2-py3.7.egg-info
+2020-11-22 19:01:34,604 - b177aa (stdout): * Using python3.7 in global scope
+2020-11-22 19:01:34,609 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install_all
+2020-11-22 19:01:35,659 - b177aa (stdout): >>> Completed installing app-portage/gentoolkit-0.5.0-r2 into /var/tmp/portage/app-portage/gentoolkit-0.5.0-r2/image
+2020-11-22 19:01:35,659 - b177aa (stdout):
+2020-11-22 19:01:35,701 - b177aa (stdout): * Final size of build directory: 7868 KiB (7.6 MiB)
+2020-11-22 19:01:35,705 - b177aa (stdout): * Final size of installed tree: 5888 KiB (5.7 MiB)
+2020-11-22 19:01:35,705 - b177aa (stdout):
+2020-11-22 19:01:39,563 - b177aa (stdout): * Verifying compiled files in /usr/lib/python3.7/site-packages
+2020-11-22 19:01:40,248 - b177aa (stdout):
+2020-11-22 19:01:40,248 - b177aa (stdout): >>> Installing (1 of 2) app-portage/gentoolkit-0.5.0-r2::gentoo
+2020-11-22 19:01:40,285 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:40,561 - b177aa (stdout): * checking 374 files for package collisions
+2020-11-22 19:01:40,653 - b177aa (stdout): >>> Merging app-portage/gentoolkit-0.5.0-r2 to /
+2020-11-22 19:01:41,024 - b177aa (stdout): --- /etc/
+2020-11-22 19:01:41,025 - b177aa (stdout): >>> /etc/eclean/
+2020-11-22 19:01:41,028 - b177aa (stdout): >>> /etc/eclean/packages.exclude
+2020-11-22 19:01:41,028 - b177aa (stdout): >>> /etc/eclean/distfiles.exclude
+2020-11-22 19:01:41,028 - b177aa (stdout): >>> /etc/revdep-rebuild/
+2020-11-22 19:01:41,028 - b177aa (stdout): >>> /etc/revdep-rebuild/99revdep-rebuild
+2020-11-22 19:01:41,028 - b177aa (stdout): --- /etc/env.d/
+2020-11-22 19:01:41,028 - b177aa (stdout): >>> /etc/env.d/99gentoolkit-env
+2020-11-22 19:01:41,028 - b177aa (stdout): --- /usr/
+2020-11-22 19:01:41,028 - b177aa (stdout): --- /usr/bin/
+2020-11-22 19:01:41,029 - b177aa (stdout): >>> /usr/bin/revdep-rebuild -> ../lib/python-exec/python-exec2
+2020-11-22 19:01:41,029 - b177aa (stdout): >>> /usr/bin/imlate -> ../lib/python-exec/python-exec2
+2020-11-22 19:01:41,030 - b177aa (stdout): >>> /usr/bin/eshowkw -> ../lib/python-exec/python-exec2
+2020-11-22 19:01:41,030 - b177aa (stdout): >>> /usr/bin/equery -> ../lib/python-exec/python-exec2
+2020-11-22 19:01:41,030 - b177aa (stdout): >>> /usr/bin/epkginfo -> ../lib/python-exec/python-exec2
+2020-11-22 19:01:41,031 - b177aa (stdout): >>> /usr/bin/enalyze -> ../lib/python-exec/python-exec2
+2020-11-22 19:01:41,031 - b177aa (stdout): >>> /usr/bin/ekeyword -> ../lib/python-exec/python-exec2
+2020-11-22 19:01:41,031 - b177aa (stdout): >>> /usr/bin/eclean-pkg -> ../lib/python-exec/python-exec2
+2020-11-22 19:01:41,032 - b177aa (stdout): >>> /usr/bin/eclean-dist -> ../lib/python-exec/python-exec2
+2020-11-22 19:01:41,032 - b177aa (stdout): >>> /usr/bin/eclean -> ../lib/python-exec/python-exec2
+2020-11-22 19:01:41,032 - b177aa (stdout): >>> /usr/bin/revdep-rebuild.sh
+2020-11-22 19:01:41,032 - b177aa (stdout): >>> /usr/bin/euse
+2020-11-22 19:01:41,033 - b177aa (stdout): >>> /usr/bin/eread
+2020-11-22 19:01:41,046 - b177aa (stdout): >>> /usr/bin/ebump
+2020-11-22 19:01:41,046 - b177aa (stdout): --- /usr/share/
+2020-11-22 19:01:41,046 - b177aa (stdout): --- /usr/share/doc/
+2020-11-22 19:01:41,047 - b177aa (stdout): >>> /usr/share/doc/gentoolkit-0.5.0-r2/
+2020-11-22 19:01:41,047 - b177aa (stdout): >>> /usr/share/doc/gentoolkit-0.5.0-r2/CREDITS.bz2
+2020-11-22 19:01:41,047 - b177aa (stdout): >>> /usr/share/doc/gentoolkit-0.5.0-r2/ChangeLog.bz2
+2020-11-22 19:01:41,048 - b177aa (stdout): >>> /usr/share/doc/gentoolkit-0.5.0-r2/NEWS.bz2
+2020-11-22 19:01:41,048 - b177aa (stdout): >>> /usr/share/doc/gentoolkit-0.5.0-r2/THANKS.bz2
+2020-11-22 19:01:41,048 - b177aa (stdout): >>> /usr/share/doc/gentoolkit-0.5.0-r2/AUTHORS.bz2
+2020-11-22 19:01:41,048 - b177aa (stdout): >>> /usr/share/doc/gentoolkit-0.5.0-r2/README.dev.bz2
+2020-11-22 19:01:41,048 - b177aa (stdout): >>> /usr/share/doc/gentoolkit-0.5.0-r2/README.bz2
+2020-11-22 19:01:41,048 - b177aa (stdout): --- /usr/share/man/
+2020-11-22 19:01:41,049 - b177aa (stdout): --- /usr/share/man/man1/
+2020-11-22 19:01:41,049 - b177aa (stdout): >>> /usr/share/man/man1/revdep-rebuild.1.bz2
+2020-11-22 19:01:41,049 - b177aa (stdout): >>> /usr/share/man/man1/imlate.1.bz2
+2020-11-22 19:01:41,050 - b177aa (stdout): >>> /usr/share/man/man1/ebump.1.bz2
+2020-11-22 19:01:41,050 - b177aa (stdout): >>> /usr/share/man/man1/eread.1.bz2
+2020-11-22 19:01:41,050 - b177aa (stdout): >>> /usr/share/man/man1/enalyze.1.bz2
+2020-11-22 19:01:41,050 - b177aa (stdout): >>> /usr/share/man/man1/epkginfo.1.bz2
+2020-11-22 19:01:41,050 - b177aa (stdout): >>> /usr/share/man/man1/euse.1.bz2
+2020-11-22 19:01:41,050 - b177aa (stdout): >>> /usr/share/man/man1/eshowkw.1.bz2
+2020-11-22 19:01:41,051 - b177aa (stdout): >>> /usr/share/man/man1/equery.1.bz2
+2020-11-22 19:01:41,051 - b177aa (stdout): >>> /usr/share/man/man1/eclean.1.bz2
+2020-11-22 19:01:41,051 - b177aa (stdout): --- /usr/lib/
+2020-11-22 19:01:41,051 - b177aa (stdout): --- /usr/lib/tmpfiles.d/
+2020-11-22 19:01:41,051 - b177aa (stdout): >>> /usr/lib/tmpfiles.d/revdep-rebuild.conf
+2020-11-22 19:01:41,051 - b177aa (stdout): --- /usr/lib/python-exec/
+2020-11-22 19:01:41,051 - b177aa (stdout): --- /usr/lib/python-exec/python3.7/
+2020-11-22 19:01:41,052 - b177aa (stdout): >>> /usr/lib/python-exec/python3.7/revdep-rebuild
+2020-11-22 19:01:41,052 - b177aa (stdout): >>> /usr/lib/python-exec/python3.7/imlate
+2020-11-22 19:01:41,052 - b177aa (stdout): >>> /usr/lib/python-exec/python3.7/eshowkw
+2020-11-22 19:01:41,052 - b177aa (stdout): >>> /usr/lib/python-exec/python3.7/equery
+2020-11-22 19:01:41,053 - b177aa (stdout): >>> /usr/lib/python-exec/python3.7/epkginfo
+2020-11-22 19:01:41,053 - b177aa (stdout): >>> /usr/lib/python-exec/python3.7/enalyze
+2020-11-22 19:01:41,053 - b177aa (stdout): >>> /usr/lib/python-exec/python3.7/ekeyword
+2020-11-22 19:01:41,053 - b177aa (stdout): >>> /usr/lib/python-exec/python3.7/eclean-pkg
+2020-11-22 19:01:41,053 - b177aa (stdout): >>> /usr/lib/python-exec/python3.7/eclean-dist
+2020-11-22 19:01:41,054 - b177aa (stdout): >>> /usr/lib/python-exec/python3.7/eclean
+2020-11-22 19:01:41,054 - b177aa (stdout): --- /usr/lib/python3.7/
+2020-11-22 19:01:41,054 - b177aa (stdout): --- /usr/lib/python3.7/site-packages/
+2020-11-22 19:01:41,054 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit-0.5.0_r2-py3.7.egg-info
+2020-11-22 19:01:41,054 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/
+2020-11-22 19:01:41,055 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/
+2020-11-22 19:01:41,055 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/metadata.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,056 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/versionmatch.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,056 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/textwrap_.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,056 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/sets.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,056 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/query.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,057 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/profile.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,057 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/pprinter.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,057 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/package.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,057 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/module_base.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,058 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/keyword.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,058 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/helpers.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,058 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/formatters.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,058 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/flag.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,059 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/errors.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,059 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/eprefix.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,059 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/dependencies.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,059 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/dbapi.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,059 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/cpv.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,060 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/base.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,060 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/atom.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,060 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,060 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/metadata.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,061 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/versionmatch.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,061 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/textwrap_.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,061 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/sets.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,061 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/query.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,062 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/profile.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,062 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/pprinter.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,062 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/package.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,062 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/module_base.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,063 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/keyword.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,063 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/helpers.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,063 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/formatters.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,064 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/flag.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,064 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/errors.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,064 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/eprefix.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,064 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/dependencies.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,064 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/dbapi.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,065 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/cpv.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,065 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/base.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,065 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/atom.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,065 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,066 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/metadata.cpython-37.pyc
+2020-11-22 19:01:41,066 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/versionmatch.cpython-37.pyc
+2020-11-22 19:01:41,066 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/textwrap_.cpython-37.pyc
+2020-11-22 19:01:41,066 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/sets.cpython-37.pyc
+2020-11-22 19:01:41,066 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/query.cpython-37.pyc
+2020-11-22 19:01:41,067 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/profile.cpython-37.pyc
+2020-11-22 19:01:41,067 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/pprinter.cpython-37.pyc
+2020-11-22 19:01:41,067 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/package.cpython-37.pyc
+2020-11-22 19:01:41,068 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/module_base.cpython-37.pyc
+2020-11-22 19:01:41,068 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/keyword.cpython-37.pyc
+2020-11-22 19:01:41,068 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/helpers.cpython-37.pyc
+2020-11-22 19:01:41,068 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/formatters.cpython-37.pyc
+2020-11-22 19:01:41,069 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/flag.cpython-37.pyc
+2020-11-22 19:01:41,069 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/errors.cpython-37.pyc
+2020-11-22 19:01:41,069 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/eprefix.cpython-37.pyc
+2020-11-22 19:01:41,069 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/dependencies.cpython-37.pyc
+2020-11-22 19:01:41,070 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/dbapi.cpython-37.pyc
+2020-11-22 19:01:41,070 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/cpv.cpython-37.pyc
+2020-11-22 19:01:41,070 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/base.cpython-37.pyc
+2020-11-22 19:01:41,070 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/atom.cpython-37.pyc
+2020-11-22 19:01:41,071 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:01:41,071 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/
+2020-11-22 19:01:41,071 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/__pycache__/
+2020-11-22 19:01:41,072 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/__pycache__/test_syntax.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,072 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/__pycache__/test_query.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,072 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/__pycache__/test_profile.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,072 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/__pycache__/test_keyword.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,072 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/__pycache__/test_helpers.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,073 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/__pycache__/test_cpv.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,073 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/__pycache__/test_atom.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,073 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,073 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/__pycache__/test_syntax.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,074 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/__pycache__/test_query.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,074 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/__pycache__/test_profile.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,074 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/__pycache__/test_keyword.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,074 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/__pycache__/test_helpers.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,075 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/__pycache__/test_cpv.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,075 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/__pycache__/test_atom.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,075 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,075 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/__pycache__/test_syntax.cpython-37.pyc
+2020-11-22 19:01:41,076 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/__pycache__/test_query.cpython-37.pyc
+2020-11-22 19:01:41,076 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/__pycache__/test_profile.cpython-37.pyc
+2020-11-22 19:01:41,076 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/__pycache__/test_keyword.cpython-37.pyc
+2020-11-22 19:01:41,076 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/__pycache__/test_helpers.cpython-37.pyc
+2020-11-22 19:01:41,077 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/__pycache__/test_cpv.cpython-37.pyc
+2020-11-22 19:01:41,077 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/__pycache__/test_atom.cpython-37.pyc
+2020-11-22 19:01:41,077 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:01:41,077 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/equery/
+2020-11-22 19:01:41,077 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/equery/__pycache__/
+2020-11-22 19:01:41,078 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/equery/__pycache__/test_init.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,078 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/equery/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,078 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/equery/__pycache__/test_init.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,078 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/equery/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,079 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/equery/__pycache__/test_init.cpython-37.pyc
+2020-11-22 19:01:41,079 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/equery/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:01:41,079 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/equery/test_init.py
+2020-11-22 19:01:41,079 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/equery/__init__.py
+2020-11-22 19:01:41,080 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/eclean/
+2020-11-22 19:01:41,080 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/eclean/__pycache__/
+2020-11-22 19:01:41,080 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/eclean/__pycache__/test_search.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,081 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/eclean/__pycache__/test_clean.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,081 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/eclean/__pycache__/distsupport.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,081 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/eclean/__pycache__/creator.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,081 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/eclean/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,081 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/eclean/__pycache__/test_search.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,082 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/eclean/__pycache__/test_clean.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,082 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/eclean/__pycache__/distsupport.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,082 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/eclean/__pycache__/creator.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,082 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/eclean/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,083 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/eclean/__pycache__/test_search.cpython-37.pyc
+2020-11-22 19:01:41,083 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/eclean/__pycache__/test_clean.cpython-37.pyc
+2020-11-22 19:01:41,083 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/eclean/__pycache__/distsupport.cpython-37.pyc
+2020-11-22 19:01:41,084 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/eclean/__pycache__/creator.cpython-37.pyc
+2020-11-22 19:01:41,084 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/eclean/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:01:41,084 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/eclean/distfiles.exclude
+2020-11-22 19:01:41,089 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/eclean/testdistfiles.tar.gz
+2020-11-22 19:01:41,089 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/eclean/Packages
+2020-11-22 19:01:41,090 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/eclean/test_search.py
+2020-11-22 19:01:41,090 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/eclean/test_clean.py
+2020-11-22 19:01:41,090 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/eclean/distsupport.py
+2020-11-22 19:01:41,091 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/eclean/creator.py
+2020-11-22 19:01:41,091 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/eclean/__init__.py
+2020-11-22 19:01:41,091 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/test_syntax.py
+2020-11-22 19:01:41,091 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/test_query.py
+2020-11-22 19:01:41,091 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/test_profile.py
+2020-11-22 19:01:41,092 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/test_keyword.py
+2020-11-22 19:01:41,092 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/test_helpers.py
+2020-11-22 19:01:41,092 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/test_cpv.py
+2020-11-22 19:01:41,092 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/test_atom.py
+2020-11-22 19:01:41,093 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/test/__init__.py
+2020-11-22 19:01:41,093 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/
+2020-11-22 19:01:41,093 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/
+2020-11-22 19:01:41,093 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/stuff.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,094 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/settings.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,094 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/runner.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,094 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/rebuild.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,094 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/collect.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,095 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/cache.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,095 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/assign.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,095 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/analyse.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,095 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,095 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/stuff.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,096 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/settings.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,096 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/runner.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,096 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/rebuild.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,096 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/collect.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,096 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/cache.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,097 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/assign.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,097 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/analyse.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,097 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,097 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/stuff.cpython-37.pyc
+2020-11-22 19:01:41,097 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/settings.cpython-37.pyc
+2020-11-22 19:01:41,097 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/runner.cpython-37.pyc
+2020-11-22 19:01:41,098 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/rebuild.cpython-37.pyc
+2020-11-22 19:01:41,098 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/collect.cpython-37.pyc
+2020-11-22 19:01:41,098 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/cache.cpython-37.pyc
+2020-11-22 19:01:41,098 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/assign.cpython-37.pyc
+2020-11-22 19:01:41,098 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/analyse.cpython-37.pyc
+2020-11-22 19:01:41,098 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:01:41,099 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/stuff.py
+2020-11-22 19:01:41,099 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/settings.py
+2020-11-22 19:01:41,099 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/runner.py
+2020-11-22 19:01:41,099 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/rebuild.py
+2020-11-22 19:01:41,099 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/collect.py
+2020-11-22 19:01:41,099 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/cache.py
+2020-11-22 19:01:41,100 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/assign.py
+2020-11-22 19:01:41,100 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/analyse.py
+2020-11-22 19:01:41,100 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/revdep_rebuild/__init__.py
+2020-11-22 19:01:41,100 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/imlate/
+2020-11-22 19:01:41,100 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/imlate/__pycache__/
+2020-11-22 19:01:41,100 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/imlate/__pycache__/imlate.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,101 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/imlate/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,101 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/imlate/__pycache__/imlate.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,101 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/imlate/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,101 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/imlate/__pycache__/imlate.cpython-37.pyc
+2020-11-22 19:01:41,101 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/imlate/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:01:41,102 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/imlate/imlate.py
+2020-11-22 19:01:41,102 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/imlate/__init__.py
+2020-11-22 19:01:41,102 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eshowkw/
+2020-11-22 19:01:41,102 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eshowkw/__pycache__/
+2020-11-22 19:01:41,102 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eshowkw/__pycache__/keywords_header.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,102 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eshowkw/__pycache__/keywords_content.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,103 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eshowkw/__pycache__/display_pretty.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,103 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eshowkw/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,103 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eshowkw/__pycache__/keywords_header.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,103 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eshowkw/__pycache__/keywords_content.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,104 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eshowkw/__pycache__/display_pretty.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,104 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eshowkw/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,104 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eshowkw/__pycache__/keywords_header.cpython-37.pyc
+2020-11-22 19:01:41,104 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eshowkw/__pycache__/keywords_content.cpython-37.pyc
+2020-11-22 19:01:41,104 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eshowkw/__pycache__/display_pretty.cpython-37.pyc
+2020-11-22 19:01:41,105 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eshowkw/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:01:41,105 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eshowkw/keywords_header.py
+2020-11-22 19:01:41,105 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eshowkw/keywords_content.py
+2020-11-22 19:01:41,105 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eshowkw/display_pretty.py
+2020-11-22 19:01:41,105 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eshowkw/__init__.py
+2020-11-22 19:01:41,106 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/
+2020-11-22 19:01:41,106 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/
+2020-11-22 19:01:41,106 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/which.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,107 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/uses.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,107 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/size.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,107 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/meta.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,107 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/list_.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,107 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/keywords.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,108 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/hasuse.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,108 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/has.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,108 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/files.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,109 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/depgraph.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,109 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/depends.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,109 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/check.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,109 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/changes.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,109 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/belongs.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,110 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,110 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/which.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,110 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/uses.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,110 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/size.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,111 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/meta.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,111 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/list_.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,111 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/keywords.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,111 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/hasuse.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,112 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/has.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,112 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/files.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,112 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/depgraph.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,112 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/depends.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,112 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/check.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,112 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/changes.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,113 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/belongs.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,113 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,113 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/which.cpython-37.pyc
+2020-11-22 19:01:41,113 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/uses.cpython-37.pyc
+2020-11-22 19:01:41,113 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/size.cpython-37.pyc
+2020-11-22 19:01:41,114 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/meta.cpython-37.pyc
+2020-11-22 19:01:41,114 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/list_.cpython-37.pyc
+2020-11-22 19:01:41,114 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/keywords.cpython-37.pyc
+2020-11-22 19:01:41,114 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/hasuse.cpython-37.pyc
+2020-11-22 19:01:41,115 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/has.cpython-37.pyc
+2020-11-22 19:01:41,115 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/files.cpython-37.pyc
+2020-11-22 19:01:41,115 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/depgraph.cpython-37.pyc
+2020-11-22 19:01:41,115 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/depends.cpython-37.pyc
+2020-11-22 19:01:41,115 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/check.cpython-37.pyc
+2020-11-22 19:01:41,115 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/changes.cpython-37.pyc
+2020-11-22 19:01:41,116 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/belongs.cpython-37.pyc
+2020-11-22 19:01:41,116 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:01:41,116 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/which.py
+2020-11-22 19:01:41,116 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/uses.py
+2020-11-22 19:01:41,117 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/size.py
+2020-11-22 19:01:41,117 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/meta.py
+2020-11-22 19:01:41,117 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/list_.py
+2020-11-22 19:01:41,117 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/keywords.py
+2020-11-22 19:01:41,117 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/hasuse.py
+2020-11-22 19:01:41,118 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/has.py
+2020-11-22 19:01:41,118 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/files.py
+2020-11-22 19:01:41,118 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/depgraph.py
+2020-11-22 19:01:41,118 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/depends.py
+2020-11-22 19:01:41,118 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/check.py
+2020-11-22 19:01:41,119 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/changes.py
+2020-11-22 19:01:41,119 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/belongs.py
+2020-11-22 19:01:41,119 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/equery/__init__.py
+2020-11-22 19:01:41,119 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/enalyze/
+2020-11-22 19:01:41,119 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/enalyze/__pycache__/
+2020-11-22 19:01:41,120 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/enalyze/__pycache__/rebuild.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,120 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/enalyze/__pycache__/output.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,120 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/enalyze/__pycache__/lib.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,120 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/enalyze/__pycache__/analyze.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,120 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/enalyze/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,121 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/enalyze/__pycache__/rebuild.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,121 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/enalyze/__pycache__/output.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,121 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/enalyze/__pycache__/lib.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,121 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/enalyze/__pycache__/analyze.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,122 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/enalyze/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,122 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/enalyze/__pycache__/rebuild.cpython-37.pyc
+2020-11-22 19:01:41,122 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/enalyze/__pycache__/output.cpython-37.pyc
+2020-11-22 19:01:41,122 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/enalyze/__pycache__/lib.cpython-37.pyc
+2020-11-22 19:01:41,123 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/enalyze/__pycache__/analyze.cpython-37.pyc
+2020-11-22 19:01:41,123 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/enalyze/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:01:41,123 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/enalyze/rebuild.py
+2020-11-22 19:01:41,124 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/enalyze/output.py
+2020-11-22 19:01:41,124 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/enalyze/lib.py
+2020-11-22 19:01:41,124 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/enalyze/analyze.py
+2020-11-22 19:01:41,124 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/enalyze/__init__.py
+2020-11-22 19:01:41,124 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/ekeyword/
+2020-11-22 19:01:41,125 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/ekeyword/__pycache__/
+2020-11-22 19:01:41,125 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/ekeyword/__pycache__/ekeyword_unittest.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,125 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/ekeyword/__pycache__/ekeyword.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,125 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/ekeyword/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,126 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/ekeyword/__pycache__/ekeyword_unittest.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,126 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/ekeyword/__pycache__/ekeyword.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,126 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/ekeyword/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,126 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/ekeyword/__pycache__/ekeyword_unittest.cpython-37.pyc
+2020-11-22 19:01:41,126 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/ekeyword/__pycache__/ekeyword.cpython-37.pyc
+2020-11-22 19:01:41,127 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/ekeyword/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:01:41,127 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/ekeyword/ekeyword_unittest.py
+2020-11-22 19:01:41,127 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/ekeyword/ekeyword.py
+2020-11-22 19:01:41,127 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/ekeyword/__init__.py
+2020-11-22 19:01:41,127 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/
+2020-11-22 19:01:41,127 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/__pycache__/
+2020-11-22 19:01:41,128 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/__pycache__/search.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,128 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/__pycache__/pkgindex.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,128 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/__pycache__/output.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,129 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/__pycache__/exclude.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,129 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/__pycache__/cli.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,129 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/__pycache__/clean.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,129 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:01:41,130 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/__pycache__/search.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,130 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/__pycache__/pkgindex.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,130 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/__pycache__/output.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,130 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/__pycache__/exclude.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,131 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/__pycache__/cli.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,131 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/__pycache__/clean.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,131 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:01:41,131 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/__pycache__/search.cpython-37.pyc
+2020-11-22 19:01:41,131 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/__pycache__/pkgindex.cpython-37.pyc
+2020-11-22 19:01:41,132 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/__pycache__/output.cpython-37.pyc
+2020-11-22 19:01:41,132 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/__pycache__/exclude.cpython-37.pyc
+2020-11-22 19:01:41,132 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/__pycache__/cli.cpython-37.pyc
+2020-11-22 19:01:41,132 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/__pycache__/clean.cpython-37.pyc
+2020-11-22 19:01:41,133 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:01:41,133 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/search.py
+2020-11-22 19:01:41,133 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/pkgindex.py
+2020-11-22 19:01:41,133 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/output.py
+2020-11-22 19:01:41,133 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/exclude.py
+2020-11-22 19:01:41,133 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/cli.py
+2020-11-22 19:01:41,134 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/clean.py
+2020-11-22 19:01:41,134 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eclean/__init__.py
+2020-11-22 19:01:41,134 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/metadata.py
+2020-11-22 19:01:41,134 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/versionmatch.py
+2020-11-22 19:01:41,134 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/textwrap_.py
+2020-11-22 19:01:41,134 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/sets.py
+2020-11-22 19:01:41,134 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/query.py
+2020-11-22 19:01:41,135 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/profile.py
+2020-11-22 19:01:41,135 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/pprinter.py
+2020-11-22 19:01:41,135 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/package.py
+2020-11-22 19:01:41,135 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/module_base.py
+2020-11-22 19:01:41,135 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/keyword.py
+2020-11-22 19:01:41,136 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/helpers.py
+2020-11-22 19:01:41,136 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/formatters.py
+2020-11-22 19:01:41,136 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/flag.py
+2020-11-22 19:01:41,136 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/errors.py
+2020-11-22 19:01:41,136 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/eprefix.py
+2020-11-22 19:01:41,136 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/dependencies.py
+2020-11-22 19:01:41,137 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/dbapi.py
+2020-11-22 19:01:41,137 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/cpv.py
+2020-11-22 19:01:41,137 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/base.py
+2020-11-22 19:01:41,137 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/atom.py
+2020-11-22 19:01:41,137 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/gentoolkit/__init__.py
+2020-11-22 19:01:41,947 - b177aa (stdout): *
+2020-11-22 19:01:41,948 - b177aa (stdout): * For further information on gentoolkit, please read the gentoolkit
+2020-11-22 19:01:41,949 - b177aa (stdout): * guide: https://wiki.gentoo.org/wiki/Gentoolkit
+2020-11-22 19:01:41,950 - b177aa (stdout): *
+2020-11-22 19:01:41,951 - b177aa (stdout): * Another alternative to equery is app-portage/portage-utils
+2020-11-22 19:01:41,952 - b177aa (stdout): *
+2020-11-22 19:01:41,954 - b177aa (stdout): * Additional tools that may be of interest:
+2020-11-22 19:01:41,955 - b177aa (stdout): *
+2020-11-22 19:01:41,956 - b177aa (stdout): * app-admin/eclean-kernel
+2020-11-22 19:01:41,958 - b177aa (stdout): * app-portage/diffmask
+2020-11-22 19:01:41,959 - b177aa (stdout): * app-portage/flaggie
+2020-11-22 19:01:41,961 - b177aa (stdout): * app-portage/portpeek
+2020-11-22 19:01:41,962 - b177aa (stdout): * app-portage/smart-live-rebuild
+2020-11-22 19:01:42,250 - b177aa (stdout): >>> app-portage/gentoolkit-0.5.0-r2 merged.
+2020-11-22 19:01:53,318 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:53,419 - b177aa (stdout):
+2020-11-22 19:01:53,419 - b177aa (stdout): >>> Recording app-portage/gentoolkit in "world" favorites file...
+2020-11-22 19:01:53,425 - b177aa (stdout):
+2020-11-22 19:01:53,426 - b177aa (stdout): >>> Emerging (2 of 2) app-portage/flaggie-0.2.1-r1::gentoo
+2020-11-22 19:01:53,439 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:53,500 - b177aa (stdout): * flaggie-0.2.1.tar.bz2 BLAKE2B SHA512 size ;-) ... [ ok ]
+2020-11-22 19:01:53,789 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:53,846 - b177aa (stdout): >>> Unpacking source...
+2020-11-22 19:01:53,846 - b177aa (stdout): >>> Unpacking flaggie-0.2.1.tar.bz2 to /var/tmp/portage/app-portage/flaggie-0.2.1-r1/work
+2020-11-22 19:01:53,897 - b177aa (stdout): >>> Source unpacked in /var/tmp/portage/app-portage/flaggie-0.2.1-r1/work
+2020-11-22 19:01:54,024 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:54,081 - b177aa (stdout): >>> Preparing source in /var/tmp/portage/app-portage/flaggie-0.2.1-r1/work/flaggie-0.2.1 ...
+2020-11-22 19:01:54,085 - b177aa (stdout): >>> Source prepared.
+2020-11-22 19:01:54,245 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:54,307 - b177aa (stdout): >>> Configuring source in /var/tmp/portage/app-portage/flaggie-0.2.1-r1/work/flaggie-0.2.1 ...
+2020-11-22 19:01:54,310 - b177aa (stdout): >>> Source configured.
+2020-11-22 19:01:54,433 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:54,502 - b177aa (stdout): >>> Compiling source in /var/tmp/portage/app-portage/flaggie-0.2.1-r1/work/flaggie-0.2.1 ...
+2020-11-22 19:01:54,513 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_compile
+2020-11-22 19:01:54,550 - b177aa (stdout): python3.7 setup.py build -j 8
+2020-11-22 19:01:54,585 - b177aa (stdout): running build
+2020-11-22 19:01:54,585 - b177aa (stdout): running build_py
+2020-11-22 19:01:54,586 - b177aa (stdout): creating /var/tmp/portage/app-portage/flaggie-0.2.1-r1/work/flaggie-0.2.1-python3_7/lib/flaggie
+2020-11-22 19:01:54,586 - b177aa (stdout): copying lib/flaggie/makeconf.py -> /var/tmp/portage/app-portage/flaggie-0.2.1-r1/work/flaggie-0.2.1-python3_7/lib/flaggie
+2020-11-22 19:01:54,587 - b177aa (stdout): copying lib/flaggie/cache.py -> /var/tmp/portage/app-portage/flaggie-0.2.1-r1/work/flaggie-0.2.1-python3_7/lib/flaggie
+2020-11-22 19:01:54,587 - b177aa (stdout): copying lib/flaggie/packagefile.py -> /var/tmp/portage/app-portage/flaggie-0.2.1-r1/work/flaggie-0.2.1-python3_7/lib/flaggie
+2020-11-22 19:01:54,587 - b177aa (stdout): copying lib/flaggie/cli.py -> /var/tmp/portage/app-portage/flaggie-0.2.1-r1/work/flaggie-0.2.1-python3_7/lib/flaggie
+2020-11-22 19:01:54,587 - b177aa (stdout): copying lib/flaggie/__init__.py -> /var/tmp/portage/app-portage/flaggie-0.2.1-r1/work/flaggie-0.2.1-python3_7/lib/flaggie
+2020-11-22 19:01:54,587 - b177aa (stdout): copying lib/flaggie/cleanup.py -> /var/tmp/portage/app-portage/flaggie-0.2.1-r1/work/flaggie-0.2.1-python3_7/lib/flaggie
+2020-11-22 19:01:54,588 - b177aa (stdout): copying lib/flaggie/action.py -> /var/tmp/portage/app-portage/flaggie-0.2.1-r1/work/flaggie-0.2.1-python3_7/lib/flaggie
+2020-11-22 19:01:54,588 - b177aa (stdout): warning: build_py: byte-compiling is disabled, skipping.
+2020-11-22 19:01:54,588 - b177aa (stdout):
+2020-11-22 19:01:54,588 - b177aa (stdout): running build_scripts
+2020-11-22 19:01:54,589 - b177aa (stdout): creating /var/tmp/portage/app-portage/flaggie-0.2.1-r1/work/flaggie-0.2.1-python3_7/scripts
+2020-11-22 19:01:54,589 - b177aa (stdout): copying and adjusting flaggie -> /var/tmp/portage/app-portage/flaggie-0.2.1-r1/work/flaggie-0.2.1-python3_7/scripts
+2020-11-22 19:01:54,589 - b177aa (stdout): changing mode of /var/tmp/portage/app-portage/flaggie-0.2.1-r1/work/flaggie-0.2.1-python3_7/scripts/flaggie from 644 to 755
+2020-11-22 19:01:54,596 - b177aa (stdout): >>> Source compiled.
+2020-11-22 19:01:54,724 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:54,786 - b177aa (stdout): >>> Test phase [not enabled]: app-portage/flaggie-0.2.1-r1
+2020-11-22 19:01:54,917 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:54,976 - b177aa (stdout):
+2020-11-22 19:01:54,976 - b177aa (stdout): >>> Install app-portage/flaggie-0.2.1-r1 into /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image
+2020-11-22 19:01:54,987 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install
+2020-11-22 19:01:55,017 - b177aa (stdout): python3.7 setup.py install --skip-build --root=/var/tmp/portage/app-portage/flaggie-0.2.1-r1/image/_python3.7
+2020-11-22 19:01:55,055 - b177aa (stdout): running install
+2020-11-22 19:01:55,056 - b177aa (stdout): running install_lib
+2020-11-22 19:01:55,056 - b177aa (stdout): creating /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image/_python3.7
+2020-11-22 19:01:55,056 - b177aa (stdout): creating /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image/_python3.7/usr
+2020-11-22 19:01:55,056 - b177aa (stdout): creating /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image/_python3.7/usr/lib
+2020-11-22 19:01:55,056 - b177aa (stdout): creating /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image/_python3.7/usr/lib/python3.7
+2020-11-22 19:01:55,056 - b177aa (stdout): creating /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image/_python3.7/usr/lib/python3.7/site-packages
+2020-11-22 19:01:55,056 - b177aa (stdout): creating /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/flaggie
+2020-11-22 19:01:55,056 - b177aa (stdout): copying /var/tmp/portage/app-portage/flaggie-0.2.1-r1/work/flaggie-0.2.1-python3_7/lib/flaggie/makeconf.py -> /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/flaggie
+2020-11-22 19:01:55,056 - b177aa (stdout): copying /var/tmp/portage/app-portage/flaggie-0.2.1-r1/work/flaggie-0.2.1-python3_7/lib/flaggie/cache.py -> /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/flaggie
+2020-11-22 19:01:55,056 - b177aa (stdout): copying /var/tmp/portage/app-portage/flaggie-0.2.1-r1/work/flaggie-0.2.1-python3_7/lib/flaggie/packagefile.py -> /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/flaggie
+2020-11-22 19:01:55,056 - b177aa (stdout): copying /var/tmp/portage/app-portage/flaggie-0.2.1-r1/work/flaggie-0.2.1-python3_7/lib/flaggie/cli.py -> /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/flaggie
+2020-11-22 19:01:55,057 - b177aa (stdout): copying /var/tmp/portage/app-portage/flaggie-0.2.1-r1/work/flaggie-0.2.1-python3_7/lib/flaggie/__init__.py -> /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/flaggie
+2020-11-22 19:01:55,057 - b177aa (stdout): copying /var/tmp/portage/app-portage/flaggie-0.2.1-r1/work/flaggie-0.2.1-python3_7/lib/flaggie/cleanup.py -> /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/flaggie
+2020-11-22 19:01:55,057 - b177aa (stdout): copying /var/tmp/portage/app-portage/flaggie-0.2.1-r1/work/flaggie-0.2.1-python3_7/lib/flaggie/action.py -> /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/flaggie
+2020-11-22 19:01:55,060 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/flaggie/makeconf.py to makeconf.cpython-37.pyc
+2020-11-22 19:01:55,064 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/flaggie/cache.py to cache.cpython-37.pyc
+2020-11-22 19:01:55,066 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/flaggie/packagefile.py to packagefile.cpython-37.pyc
+2020-11-22 19:01:55,068 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/flaggie/cli.py to cli.cpython-37.pyc
+2020-11-22 19:01:55,069 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/flaggie/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:01:55,069 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/flaggie/cleanup.py to cleanup.cpython-37.pyc
+2020-11-22 19:01:55,070 - b177aa (stdout): byte-compiling /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/flaggie/action.py to action.cpython-37.pyc
+2020-11-22 19:01:55,075 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/app-portage/flaggie-0.2.1-r1/temp/tmp96q63ujw.py'
+2020-11-22 19:01:55,075 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/app-portage/flaggie-0.2.1-r1/temp/tmp96q63ujw.py
+2020-11-22 19:01:55,119 - b177aa (stdout): removing /var/tmp/portage/app-portage/flaggie-0.2.1-r1/temp/tmp96q63ujw.py
+2020-11-22 19:01:55,119 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/app-portage/flaggie-0.2.1-r1/temp/tmp1kke228d.py'
+2020-11-22 19:01:55,119 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/app-portage/flaggie-0.2.1-r1/temp/tmp1kke228d.py
+2020-11-22 19:01:55,161 - b177aa (stdout): removing /var/tmp/portage/app-portage/flaggie-0.2.1-r1/temp/tmp1kke228d.py
+2020-11-22 19:01:55,161 - b177aa (stdout): running install_scripts
+2020-11-22 19:01:55,162 - b177aa (stdout): creating /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image/_python3.7/usr/lib/python-exec
+2020-11-22 19:01:55,162 - b177aa (stdout): creating /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image/_python3.7/usr/lib/python-exec/python3.7
+2020-11-22 19:01:55,162 - b177aa (stdout): copying /var/tmp/portage/app-portage/flaggie-0.2.1-r1/work/flaggie-0.2.1-python3_7/scripts/flaggie -> /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image/_python3.7/usr/lib/python-exec/python3.7
+2020-11-22 19:01:55,162 - b177aa (stdout): changing mode of /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image/_python3.7/usr/lib/python-exec/python3.7/flaggie to 755
+2020-11-22 19:01:55,162 - b177aa (stdout): running install_egg_info
+2020-11-22 19:01:55,163 - b177aa (stdout): Writing /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/flaggie-0.2.1-py3.7.egg-info
+2020-11-22 19:01:55,316 - b177aa (stdout): * Using python3.7 in global scope
+2020-11-22 19:01:55,320 - b177aa (stdout): * python3_7: running distutils-r1_run_phase python_install_all
+2020-11-22 19:01:55,557 - b177aa (stdout): >>> Completed installing app-portage/flaggie-0.2.1-r1 into /var/tmp/portage/app-portage/flaggie-0.2.1-r1/image
+2020-11-22 19:01:55,557 - b177aa (stdout):
+2020-11-22 19:01:55,563 - b177aa (stdout): * Final size of build directory: 168 KiB
+2020-11-22 19:01:55,565 - b177aa (stdout): * Final size of installed tree: 308 KiB
+2020-11-22 19:01:55,565 - b177aa (stdout):
+2020-11-22 19:01:55,956 - b177aa (stdout): * Verifying compiled files in /usr/lib/python3.7/site-packages
+2020-11-22 19:01:56,230 - b177aa (stdout):
+2020-11-22 19:01:56,230 - b177aa (stdout): >>> Installing (2 of 2) app-portage/flaggie-0.2.1-r1::gentoo
+2020-11-22 19:01:56,254 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:01:56,523 - b177aa (stdout): * checking 33 files for package collisions
+2020-11-22 19:01:56,527 - b177aa (stdout): >>> Merging app-portage/flaggie-0.2.1-r1 to /
+2020-11-22 19:01:56,808 - b177aa (stdout): --- /usr/
+2020-11-22 19:01:56,808 - b177aa (stdout): --- /usr/share/
+2020-11-22 19:01:56,808 - b177aa (stdout): --- /usr/share/doc/
+2020-11-22 19:01:56,808 - b177aa (stdout): >>> /usr/share/doc/flaggie-0.2.1-r1/
+2020-11-22 19:01:56,810 - b177aa (stdout): >>> /usr/share/doc/flaggie-0.2.1-r1/README.bz2
+2020-11-22 19:01:56,810 - b177aa (stdout): --- /usr/share/bash-completion/
+2020-11-22 19:01:56,810 - b177aa (stdout): --- /usr/share/bash-completion/completions/
+2020-11-22 19:01:56,810 - b177aa (stdout): >>> /usr/share/bash-completion/completions/flaggie
+2020-11-22 19:01:56,811 - b177aa (stdout): --- /usr/bin/
+2020-11-22 19:01:56,811 - b177aa (stdout): >>> /usr/bin/flaggie -> ../lib/python-exec/python-exec2
+2020-11-22 19:01:56,812 - b177aa (stdout): --- /usr/lib/
+2020-11-22 19:01:56,812 - b177aa (stdout): --- /usr/lib/python-exec/
+2020-11-22 19:01:56,812 - b177aa (stdout): --- /usr/lib/python-exec/python3.7/
+2020-11-22 19:01:56,812 - b177aa (stdout): >>> /usr/lib/python-exec/python3.7/flaggie
+2020-11-22 19:01:56,812 - b177aa (stdout): --- /usr/lib/python3.7/
+2020-11-22 19:01:56,813 - b177aa (stdout): --- /usr/lib/python3.7/site-packages/
+2020-11-22 19:01:56,813 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie-0.2.1-py3.7.egg-info
+2020-11-22 19:01:56,813 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/
+2020-11-22 19:01:56,813 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/__pycache__/
+2020-11-22 19:01:56,813 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/__pycache__/action.cpython-37.opt-2.pyc
+2020-11-22 19:01:56,813 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/__pycache__/cleanup.cpython-37.opt-2.pyc
+2020-11-22 19:01:56,814 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:01:56,814 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/__pycache__/cli.cpython-37.opt-2.pyc
+2020-11-22 19:01:56,814 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/__pycache__/packagefile.cpython-37.opt-2.pyc
+2020-11-22 19:01:56,814 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/__pycache__/cache.cpython-37.opt-2.pyc
+2020-11-22 19:01:56,815 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/__pycache__/makeconf.cpython-37.opt-2.pyc
+2020-11-22 19:01:56,815 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/__pycache__/action.cpython-37.opt-1.pyc
+2020-11-22 19:01:56,815 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/__pycache__/cleanup.cpython-37.opt-1.pyc
+2020-11-22 19:01:56,815 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:01:56,815 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/__pycache__/cli.cpython-37.opt-1.pyc
+2020-11-22 19:01:56,816 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/__pycache__/packagefile.cpython-37.opt-1.pyc
+2020-11-22 19:01:56,816 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/__pycache__/cache.cpython-37.opt-1.pyc
+2020-11-22 19:01:56,816 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/__pycache__/makeconf.cpython-37.opt-1.pyc
+2020-11-22 19:01:56,816 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/__pycache__/action.cpython-37.pyc
+2020-11-22 19:01:56,817 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/__pycache__/cleanup.cpython-37.pyc
+2020-11-22 19:01:56,817 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:01:56,817 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/__pycache__/cli.cpython-37.pyc
+2020-11-22 19:01:56,817 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/__pycache__/packagefile.cpython-37.pyc
+2020-11-22 19:01:56,818 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/__pycache__/cache.cpython-37.pyc
+2020-11-22 19:01:56,818 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/__pycache__/makeconf.cpython-37.pyc
+2020-11-22 19:01:56,818 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/action.py
+2020-11-22 19:01:56,818 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/cleanup.py
+2020-11-22 19:01:56,818 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/__init__.py
+2020-11-22 19:01:56,819 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/cli.py
+2020-11-22 19:01:56,819 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/packagefile.py
+2020-11-22 19:01:56,819 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/cache.py
+2020-11-22 19:01:56,820 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/flaggie/makeconf.py
+2020-11-22 19:01:56,968 - b177aa (stdout): * Please note that flaggie creates backups of your package.* files
+2020-11-22 19:01:56,970 - b177aa (stdout): * before performing each change through appending a single '~'.
+2020-11-22 19:01:56,971 - b177aa (stdout): * If you'd like to keep your own backup of them, please use another
+2020-11-22 19:01:56,972 - b177aa (stdout): * naming scheme (or even better some VCS).
+2020-11-22 19:01:57,055 - b177aa (stdout): *
+2020-11-22 19:01:57,056 - b177aa (stdout): * If you want to use bash-completion, you need to install:
+2020-11-22 19:01:57,057 - b177aa (stdout): * app-shells/gentoo-bashcomp
+2020-11-22 19:01:57,326 - b177aa (stdout): >>> app-portage/flaggie-0.2.1-r1 merged.
+2020-11-22 19:02:00,447 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:00,507 - b177aa (stdout):
+2020-11-22 19:02:00,507 - b177aa (stdout): >>> Recording app-portage/flaggie in "world" favorites file...
+2020-11-22 19:02:00,510 - b177aa (stdout): * Messages for package app-portage/gentoolkit-0.5.0-r2:
+2020-11-22 19:02:00,510 - b177aa (stdout): *
+2020-11-22 19:02:00,510 - b177aa (stdout): * For further information on gentoolkit, please read the gentoolkit
+2020-11-22 19:02:00,510 - b177aa (stdout): * guide: https://wiki.gentoo.org/wiki/Gentoolkit
+2020-11-22 19:02:00,510 - b177aa (stdout): *
+2020-11-22 19:02:00,510 - b177aa (stdout): * Another alternative to equery is app-portage/portage-utils
+2020-11-22 19:02:00,510 - b177aa (stdout): *
+2020-11-22 19:02:00,511 - b177aa (stdout): * Additional tools that may be of interest:
+2020-11-22 19:02:00,511 - b177aa (stdout): *
+2020-11-22 19:02:00,511 - b177aa (stdout): * app-admin/eclean-kernel
+2020-11-22 19:02:00,511 - b177aa (stdout): * app-portage/diffmask
+2020-11-22 19:02:00,511 - b177aa (stdout): * app-portage/flaggie
+2020-11-22 19:02:00,511 - b177aa (stdout): * app-portage/portpeek
+2020-11-22 19:02:00,511 - b177aa (stdout): * app-portage/smart-live-rebuild
+2020-11-22 19:02:00,511 - b177aa (stdout): * Messages for package app-portage/flaggie-0.2.1-r1:
+2020-11-22 19:02:00,511 - b177aa (stdout): * Please note that flaggie creates backups of your package.* files
+2020-11-22 19:02:00,511 - b177aa (stdout): * before performing each change through appending a single '~'.
+2020-11-22 19:02:00,511 - b177aa (stdout): * If you'd like to keep your own backup of them, please use another
+2020-11-22 19:02:00,511 - b177aa (stdout): * naming scheme (or even better some VCS).
+2020-11-22 19:02:00,511 - b177aa (stdout): *
+2020-11-22 19:02:00,512 - b177aa (stdout): * If you want to use bash-completion, you need to install:
+2020-11-22 19:02:00,512 - b177aa (stdout): * app-shells/gentoo-bashcomp
+2020-11-22 19:02:00,512 - b177aa (stdout):
+2020-11-22 19:02:00,512 - b177aa (stdout):
+2020-11-22 19:02:00,512 - b177aa (stdout):
+2020-11-22 19:02:00,512 - b177aa (stdout):
+2020-11-22 19:02:00,512 - b177aa (stdout): >>> Auto-cleaning packages...
+2020-11-22 19:02:00,609 - b177aa (stdout):
+2020-11-22 19:02:00,609 - b177aa (stdout): >>> No outdated packages were found on your system.
+2020-11-22 19:02:00,640 - b177aa (stdout):
+2020-11-22 19:02:00,640 - b177aa (stdout): * GNU info directory index is up-to-date.
+2020-11-22 19:02:00,661 - b177aa (stdout):
+2020-11-22 19:02:00,661 - b177aa (stdout): * IMPORTANT: 7 news items need reading for repository 'gentoo'.
+2020-11-22 19:02:00,661 - b177aa (stdout): * Use eselect news read to view new items.
+2020-11-22 19:02:00,661 - b177aa (stdout):
+2020-11-22 19:02:00,757 - no global USE flags given, skipping
+2020-11-22 19:02:00,757 - setting gcc
+2020-11-22 19:02:00,757 - summary
+2020-11-22 19:02:00,757 - b177aa if [[ -d /etc/portage/package.accept_keywords ]]; then cat /etc/portage/package.accept_keywords/*; fi
+2020-11-22 19:02:00,811 - b177aa (stdout): =app-text/lizard-1.17.7 ~amd64
+2020-11-22 19:02:00,848 - b177aa if [[ -f /etc/portage/package.use/testbuild ]]; then cat /etc/portage/package.use/testbuild; fi
+2020-11-22 19:02:00,939 - b177aa emerge --info
+2020-11-22 19:02:01,823 - b177aa (stdout): Portage 2.3.103 (python 3.7.8-final-0, default/linux/amd64/17.1, gcc-9.3.0, glibc-2.31-r6, 5.9.0-gentoo-x86_64 x86_64)
+2020-11-22 19:02:01,823 - b177aa (stdout): =================================================================
+2020-11-22 19:02:01,823 - b177aa (stdout): System uname: Linux-5.9.0-gentoo-x86_64-x86_64-Intel-R-_Core-TM-_i7-6700_CPU_@_3.40GHz-with-gentoo-2.6
+2020-11-22 19:02:01,823 - b177aa (stdout): KiB Mem: 32836532 total, 15832172 free
+2020-11-22 19:02:01,823 - b177aa (stdout): KiB Swap: 5242876 total, 5242876 free
+2020-11-22 19:02:01,823 - b177aa (stdout): sh bash 5.0_p18
+2020-11-22 19:02:01,823 - b177aa (stdout): ld GNU ld (Gentoo 2.33.1 p2) 2.33.1
+2020-11-22 19:02:01,823 - b177aa (stdout): app-shells/bash: 5.0_p18::gentoo
+2020-11-22 19:02:01,823 - b177aa (stdout): dev-lang/perl: 5.30.3::gentoo
+2020-11-22 19:02:01,824 - b177aa (stdout): dev-lang/python: 2.7.18-r1::gentoo, 3.7.8-r2::gentoo, 3.8.5::gentoo
+2020-11-22 19:02:01,824 - b177aa (stdout): sys-apps/baselayout: 2.6-r1::gentoo
+2020-11-22 19:02:01,824 - b177aa (stdout): sys-apps/openrc: 0.42.1::gentoo
+2020-11-22 19:02:01,824 - b177aa (stdout): sys-apps/sandbox: 2.18::gentoo
+2020-11-22 19:02:01,824 - b177aa (stdout): sys-devel/autoconf: 2.69-r4::gentoo
+2020-11-22 19:02:01,824 - b177aa (stdout): sys-devel/automake: 1.16.1-r1::gentoo
+2020-11-22 19:02:01,824 - b177aa (stdout): sys-devel/binutils: 2.33.1-r1::gentoo
+2020-11-22 19:02:01,824 - b177aa (stdout): sys-devel/gcc: 9.3.0-r1::gentoo
+2020-11-22 19:02:01,824 - b177aa (stdout): sys-devel/gcc-config: 2.3.1::gentoo
+2020-11-22 19:02:01,824 - b177aa (stdout): sys-devel/libtool: 2.4.6-r6::gentoo
+2020-11-22 19:02:01,825 - b177aa (stdout): sys-devel/make: 4.2.1-r4::gentoo
+2020-11-22 19:02:01,825 - b177aa (stdout): sys-kernel/linux-headers: 5.4-r1::gentoo (virtual/os-headers)
+2020-11-22 19:02:01,825 - b177aa (stdout): sys-libs/glibc: 2.31-r6::gentoo
+2020-11-22 19:02:01,825 - b177aa (stdout): Repositories:
+2020-11-22 19:02:01,825 - b177aa (stdout):
+2020-11-22 19:02:01,825 - b177aa (stdout): gentoo
+2020-11-22 19:02:01,825 - b177aa (stdout): location: /var/db/repos/gentoo
+2020-11-22 19:02:01,825 - b177aa (stdout): sync-type: rsync
+2020-11-22 19:02:01,825 - b177aa (stdout): sync-uri: rsync://rsync.gentoo.org/gentoo-portage
+2020-11-22 19:02:01,825 - b177aa (stdout): priority: -1000
+2020-11-22 19:02:01,826 - b177aa (stdout): sync-rsync-verify-max-age: 24
+2020-11-22 19:02:01,826 - b177aa (stdout): sync-rsync-verify-metamanifest: yes
+2020-11-22 19:02:01,826 - b177aa (stdout): sync-rsync-verify-jobs: 1
+2020-11-22 19:02:01,826 - b177aa (stdout): sync-rsync-extra-opts:
+2020-11-22 19:02:01,826 - b177aa (stdout):
+2020-11-22 19:02:01,826 - b177aa (stdout): guru
+2020-11-22 19:02:01,826 - b177aa (stdout): location: /var/lib/overlays/guru
+2020-11-22 19:02:01,826 - b177aa (stdout): masters: gentoo
+2020-11-22 19:02:01,826 - b177aa (stdout):
+2020-11-22 19:02:01,827 - b177aa (stdout): ACCEPT_KEYWORDS="amd64 ~amd64"
+2020-11-22 19:02:01,827 - b177aa (stdout): ACCEPT_LICENSE="@FREE"
+2020-11-22 19:02:01,827 - b177aa (stdout): CBUILD="x86_64-pc-linux-gnu"
+2020-11-22 19:02:01,827 - b177aa (stdout): CFLAGS="-O2 -pipe"
+2020-11-22 19:02:01,827 - b177aa (stdout): CHOST="x86_64-pc-linux-gnu"
+2020-11-22 19:02:01,827 - b177aa (stdout): CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
+2020-11-22 19:02:01,827 - b177aa (stdout): CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
+2020-11-22 19:02:01,827 - b177aa (stdout): CXXFLAGS="-O2 -pipe"
+2020-11-22 19:02:01,827 - b177aa (stdout): DISTDIR="/var/cache/distfiles"
+2020-11-22 19:02:01,827 - b177aa (stdout): 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"
+2020-11-22 19:02:01,828 - b177aa (stdout): FCFLAGS="-O2 -pipe"
+2020-11-22 19:02:01,828 - b177aa (stdout): FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersync xattr"
+2020-11-22 19:02:01,828 - b177aa (stdout): FFLAGS="-O2 -pipe"
+2020-11-22 19:02:01,828 - b177aa (stdout): GENTOO_MIRRORS="http://distfiles.gentoo.org"
+2020-11-22 19:02:01,828 - b177aa (stdout): LANG="C.UTF8"
+2020-11-22 19:02:01,828 - b177aa (stdout): LDFLAGS="-Wl,-O1 -Wl,--as-needed"
+2020-11-22 19:02:01,828 - b177aa (stdout): MAKEOPTS="-j8"
+2020-11-22 19:02:01,828 - b177aa (stdout): PKGDIR="/var/cache/binpkgs"
+2020-11-22 19:02:01,828 - b177aa (stdout): PORTAGE_CONFIGROOT="/"
+2020-11-22 19:02:01,828 - b177aa (stdout): PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
+2020-11-22 19:02:01,829 - b177aa (stdout): PORTAGE_TMPDIR="/var/tmp"
+2020-11-22 19:02:01,829 - b177aa (stdout): USE="acl amd64 berkdb bzip2 cli crypt dri fortran gdbm iconv ipv6 libglvnd libtirpc multilib ncurses nls nptl openmp pam pcre readline seccomp split-usr ssl tcpd unicode xattr zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2 php7-3 php7-4" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python2_7 python3_7" RUBY_TARGETS="ruby25 ruby26" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
+2020-11-22 19:02:01,829 - b177aa (stdout): Unset: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
+2020-11-22 19:02:01,829 - b177aa (stdout):
+2020-11-22 19:02:01,907 - b177aa qlop
+2020-11-22 19:02:02,125 - b177aa (stdout): 2020-11-22T18:01:28 >>> app-portage/gentoolkit: 25s
+2020-11-22 19:02:02,125 - b177aa (stdout): 2020-11-22T18:01:53 >>> app-portage/flaggie: 8s
+2020-11-22 19:02:02,169 - created container b177aa6396295c35336f4dfb816eec920492daef432af65bcedc8a372d7e949e
+2020-11-22 19:02:02,169 - b177aa echo emerge --ask --autounmask-write=y --verbose =app-text/lizard-1.17.7 >> ~/.bash_history
+2020-11-22 19:02:02,267 - emerge attempt 1 (of 5)
+2020-11-22 19:02:02,268 - b177aa emerge --autounmask-write=y --verbose =app-text/lizard-1.17.7
+2020-11-22 19:02:02,594 - b177aa (stdout):
+2020-11-22 19:02:02,594 - b177aa (stdout): These are the packages that would be merged, in order:
+2020-11-22 19:02:02,594 - b177aa (stdout):
+2020-11-22 19:02:02,685 - b177aa (stdout): Calculating dependencies
+2020-11-22 19:02:02,685 - b177aa (stdout): * IMPORTANT: 7 news items need reading for repository 'gentoo'.
+2020-11-22 19:02:02,685 - b177aa (stdout): * Use eselect news read to view new items.
+2020-11-22 19:02:02,685 - b177aa (stdout):
+2020-11-22 19:02:03,036 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:03,153 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:03,266 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:03,351 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:03,445 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:03,524 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:03,604 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:03,680 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:03,760 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:03,836 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:03,916 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:03,995 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:04,074 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:04,156 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:04,254 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:04,324 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:04,410 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:04,494 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:04,589 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:04,803 - b177aa (stdout): .... done!
+2020-11-22 19:02:04,859 - b177aa (stdout): [ebuild N ] dev-python/setuptools_scm-4.1.2-r1::gentoo USE="-test" PYTHON_TARGETS="python3_7 -pypy3 -python3_6 -python3_8 -python3_9" 0 KiB
+2020-11-22 19:02:04,859 - b177aa (stdout): [ebuild N ] dev-python/toml-0.10.2::gentoo USE="-test" PYTHON_TARGETS="python3_7 -pypy3 -python3_6 -python3_8 -python3_9" 23 KiB
+2020-11-22 19:02:04,859 - b177aa (stdout): [ebuild N ] dev-python/six-1.15.0-r1::gentoo USE="-doc -test" PYTHON_TARGETS="python3_7 -pypy3 -python3_6 -python3_8 -python3_9" 0 KiB
+2020-11-22 19:02:04,859 - b177aa (stdout): [ebuild N ] dev-python/nose-1.3.7-r7::gentoo USE="-coverage -examples -test" PYTHON_TARGETS="python3_7 -pypy3 -python3_6 -python3_8 -python3_9" 0 KiB
+2020-11-22 19:02:04,859 - b177aa (stdout): [ebuild N ] dev-python/more-itertools-8.6.0::gentoo USE="-doc" PYTHON_TARGETS="python3_7 -pypy3 -python3_6 -python3_8 -python3_9" 87 KiB
+2020-11-22 19:02:04,859 - b177aa (stdout): [ebuild N ] dev-python/pyparsing-2.4.7-r1::gentoo USE="-examples" PYTHON_TARGETS="python3_7 -pypy3 -python3_6 -python3_8 -python3_9" 0 KiB
+2020-11-22 19:02:04,859 - b177aa (stdout): [ebuild N ] dev-python/namespace-zope-1-r1::gentoo PYTHON_TARGETS="python3_7 -pypy3 -python3_6 -python3_8 -python3_9" 0 KiB
+2020-11-22 19:02:04,859 - b177aa (stdout): [ebuild N ] dev-python/mock-3.0.5-r2::gentoo PYTHON_TARGETS="python3_7 -pypy3 -python3_6 -python3_8 -python3_9" 0 KiB
+2020-11-22 19:02:04,859 - b177aa (stdout): [ebuild N ] dev-python/iniconfig-1.0.0::gentoo USE="-test" PYTHON_TARGETS="python3_7 -pypy3 -python3_6 -python3_8 -python3_9" 0 KiB
+2020-11-22 19:02:04,859 - b177aa (stdout): [ebuild N ] dev-python/packaging-20.4-r1::gentoo USE="-test" PYTHON_TARGETS="python3_7 -pypy3 -python3_6 -python3_8 -python3_9" 0 KiB
+2020-11-22 19:02:04,859 - b177aa (stdout): [ebuild N ] dev-python/py-1.9.0-r1::gentoo USE="-doc -test" PYTHON_TARGETS="python3_7 -pypy3 -python3_6 -python3_8 -python3_9" 0 KiB
+2020-11-22 19:02:04,860 - b177aa (stdout): [ebuild N ] dev-python/zipp-3.4.0::gentoo USE="-doc -test" PYTHON_TARGETS="python3_7 -pypy3 -python3_6 -python3_8 -python3_9" 16 KiB
+2020-11-22 19:02:04,860 - b177aa (stdout): [ebuild N ] dev-python/zope-interface-5.2.0::gentoo USE="-test" PYTHON_TARGETS="python3_7 -pypy3 -python3_6 -python3_8 -python3_9" 222 KiB
+2020-11-22 19:02:04,860 - b177aa (stdout): [ebuild N ] dev-python/importlib_metadata-2.0.0::gentoo USE="-doc -test" PYTHON_TARGETS="python3_7 -pypy3 -python3_6 -python3_8" 0 KiB
+2020-11-22 19:02:04,860 - b177aa (stdout): [ebuild N ] dev-python/attrs-20.3.0::gentoo USE="-test" PYTHON_TARGETS="python3_7 -pypy3 -python3_6 -python3_8 -python3_9" 161 KiB
+2020-11-22 19:02:04,860 - b177aa (stdout): [ebuild N ] dev-python/pluggy-0.13.1-r1::gentoo USE="-test" PYTHON_TARGETS="python3_7 -pypy3 -python3_6 -python3_8 -python3_9" 0 KiB
+2020-11-22 19:02:04,860 - b177aa (stdout): [ebuild N ] dev-python/pytest-6.1.2::gentoo USE="-test" PYTHON_TARGETS="python3_7 -pypy3 -python3_6 -python3_8 -python3_9" 1060 KiB
+2020-11-22 19:02:04,860 - b177aa (stdout): [ebuild N ] app-text/lizard-1.17.7::guru USE="test" PYTHON_TARGETS="python3_7 -python3_8 -python3_9" 1195 KiB
+2020-11-22 19:02:04,860 - b177aa (stdout):
+2020-11-22 19:02:04,860 - b177aa (stdout): Total: 18 packages (18 new), Size of downloads: 2762 KiB
+2020-11-22 19:02:04,885 - b177aa (stdout):
+2020-11-22 19:02:04,885 - b177aa (stdout): >>> Verifying ebuild manifests
+2020-11-22 19:02:04,885 - b177aa (stdout):
+2020-11-22 19:02:04,894 - b177aa (stdout):
+2020-11-22 19:02:04,894 - b177aa (stdout): >>> Emerging (1 of 18) dev-python/setuptools_scm-4.1.2-r1::gentoo
+2020-11-22 19:02:04,897 - b177aa (stdout): * Fetching files in the background.
+2020-11-22 19:02:04,897 - b177aa (stdout): * To view fetch progress, run in another terminal:
+2020-11-22 19:02:04,897 - b177aa (stdout): * tail -f /var/log/emerge-fetch.log
+2020-11-22 19:02:04,928 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:05,008 - b177aa (stdout): * setuptools_scm-4.1.2.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
+2020-11-22 19:02:05,301 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:05,356 - b177aa (stdout): >>> Unpacking source...
+2020-11-22 19:02:05,356 - b177aa (stdout): >>> Unpacking setuptools_scm-4.1.2.tar.gz to /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work
+2020-11-22 19:02:05,410 - b177aa (stdout): >>> Source unpacked in /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work
+2020-11-22 19:02:05,539 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:05,596 - b177aa (stdout): >>> Preparing source in /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2 ...
+2020-11-22 19:02:05,602 - b177aa (stdout): >>> Source prepared.
+2020-11-22 19:02:05,738 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:05,796 - b177aa (stdout): >>> Configuring source in /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2 ...
+2020-11-22 19:02:05,800 - b177aa (stdout): >>> Source configured.
+2020-11-22 19:02:06,420 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:06,477 - b177aa (stdout): >>> Compiling source in /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2 ...
+2020-11-22 19:02:06,489 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_compile
+2020-11-22 19:02:06,533 - b177aa (stdout): python3.7 setup.py build -j 8
+2020-11-22 19:02:07,341 - b177aa (stdout): /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2/src
+2020-11-22 19:02:07,341 - b177aa (stdout): <pkg_resources.WorkingSet object at 0x7f6d608ec3d0>
+2020-11-22 19:02:07,341 - b177aa (stdout): running build
+2020-11-22 19:02:07,341 - b177aa (stdout): running build_py
+2020-11-22 19:02:07,566 - b177aa (stdout): creating /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm
+2020-11-22 19:02:07,566 - b177aa (stdout): copying src/setuptools_scm/__init__.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm
+2020-11-22 19:02:07,566 - b177aa (stdout): copying src/setuptools_scm/__main__.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm
+2020-11-22 19:02:07,566 - b177aa (stdout): copying src/setuptools_scm/config.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm
+2020-11-22 19:02:07,566 - b177aa (stdout): copying src/setuptools_scm/discover.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm
+2020-11-22 19:02:07,566 - b177aa (stdout): copying src/setuptools_scm/file_finder.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm
+2020-11-22 19:02:07,566 - b177aa (stdout): copying src/setuptools_scm/file_finder_git.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm
+2020-11-22 19:02:07,567 - b177aa (stdout): copying src/setuptools_scm/file_finder_hg.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm
+2020-11-22 19:02:07,567 - b177aa (stdout): copying src/setuptools_scm/git.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm
+2020-11-22 19:02:07,567 - b177aa (stdout): copying src/setuptools_scm/hacks.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm
+2020-11-22 19:02:07,567 - b177aa (stdout): copying src/setuptools_scm/hg.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm
+2020-11-22 19:02:07,567 - b177aa (stdout): copying src/setuptools_scm/integration.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm
+2020-11-22 19:02:07,567 - b177aa (stdout): copying src/setuptools_scm/utils.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm
+2020-11-22 19:02:07,567 - b177aa (stdout): copying src/setuptools_scm/version.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm
+2020-11-22 19:02:07,568 - b177aa (stdout): copying src/setuptools_scm/win_py31_compat.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm
+2020-11-22 19:02:07,568 - b177aa (stdout): warning: build_py: byte-compiling is disabled, skipping.
+2020-11-22 19:02:07,568 - b177aa (stdout):
+2020-11-22 19:02:07,589 - b177aa (stdout): >>> Source compiled.
+2020-11-22 19:02:07,955 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:08,015 - b177aa (stdout): * Skipping make test/check due to ebuild restriction.
+2020-11-22 19:02:08,015 - b177aa (stdout): >>> Test phase [disabled because of RESTRICT=test]: dev-python/setuptools_scm-4.1.2-r1
+2020-11-22 19:02:08,769 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:08,828 - b177aa (stdout):
+2020-11-22 19:02:08,828 - b177aa (stdout): >>> Install dev-python/setuptools_scm-4.1.2-r1 into /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image
+2020-11-22 19:02:08,840 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install
+2020-11-22 19:02:08,868 - b177aa (stdout): python3.7 setup.py install --skip-build --root=/var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7
+2020-11-22 19:02:09,030 - b177aa (stdout): /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2/src
+2020-11-22 19:02:09,030 - b177aa (stdout): <pkg_resources.WorkingSet object at 0x7f2db0a27550>
+2020-11-22 19:02:09,030 - b177aa (stdout): running install
+2020-11-22 19:02:09,031 - b177aa (stdout): running install_lib
+2020-11-22 19:02:09,034 - b177aa (stdout): creating /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7
+2020-11-22 19:02:09,034 - b177aa (stdout): creating /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr
+2020-11-22 19:02:09,034 - b177aa (stdout): creating /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib
+2020-11-22 19:02:09,034 - b177aa (stdout): creating /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7
+2020-11-22 19:02:09,034 - b177aa (stdout): creating /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages
+2020-11-22 19:02:09,034 - b177aa (stdout): creating /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm
+2020-11-22 19:02:09,034 - b177aa (stdout): copying /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm/__init__.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm
+2020-11-22 19:02:09,034 - b177aa (stdout): copying /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm/__main__.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm
+2020-11-22 19:02:09,034 - b177aa (stdout): copying /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm/config.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm
+2020-11-22 19:02:09,034 - b177aa (stdout): copying /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm/discover.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm
+2020-11-22 19:02:09,034 - b177aa (stdout): copying /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm/file_finder.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm
+2020-11-22 19:02:09,035 - b177aa (stdout): copying /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm/file_finder_git.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm
+2020-11-22 19:02:09,035 - b177aa (stdout): copying /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm/file_finder_hg.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm
+2020-11-22 19:02:09,035 - b177aa (stdout): copying /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm/git.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm
+2020-11-22 19:02:09,035 - b177aa (stdout): copying /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm/hacks.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm
+2020-11-22 19:02:09,035 - b177aa (stdout): copying /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm/hg.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm
+2020-11-22 19:02:09,035 - b177aa (stdout): copying /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm/integration.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm
+2020-11-22 19:02:09,035 - b177aa (stdout): copying /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm/utils.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm
+2020-11-22 19:02:09,035 - b177aa (stdout): copying /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm/version.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm
+2020-11-22 19:02:09,035 - b177aa (stdout): copying /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/work/setuptools_scm-4.1.2-python3_7/lib/setuptools_scm/win_py31_compat.py -> /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm
+2020-11-22 19:02:09,036 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:02:09,036 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm/__main__.py to __main__.cpython-37.pyc
+2020-11-22 19:02:09,037 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm/config.py to config.cpython-37.pyc
+2020-11-22 19:02:09,037 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm/discover.py to discover.cpython-37.pyc
+2020-11-22 19:02:09,037 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm/file_finder.py to file_finder.cpython-37.pyc
+2020-11-22 19:02:09,038 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm/file_finder_git.py to file_finder_git.cpython-37.pyc
+2020-11-22 19:02:09,038 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm/file_finder_hg.py to file_finder_hg.cpython-37.pyc
+2020-11-22 19:02:09,039 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm/git.py to git.cpython-37.pyc
+2020-11-22 19:02:09,039 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm/hacks.py to hacks.cpython-37.pyc
+2020-11-22 19:02:09,040 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm/hg.py to hg.cpython-37.pyc
+2020-11-22 19:02:09,040 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm/integration.py to integration.cpython-37.pyc
+2020-11-22 19:02:09,041 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm/utils.py to utils.cpython-37.pyc
+2020-11-22 19:02:09,042 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm/version.py to version.cpython-37.pyc
+2020-11-22 19:02:09,044 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm/win_py31_compat.py to win_py31_compat.cpython-37.pyc
+2020-11-22 19:02:09,046 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/temp/tmpx2vkl57c.py'
+2020-11-22 19:02:09,046 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/temp/tmpx2vkl57c.py
+2020-11-22 19:02:09,085 - b177aa (stdout): removing /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/temp/tmpx2vkl57c.py
+2020-11-22 19:02:09,085 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/temp/tmp8k1z25i5.py'
+2020-11-22 19:02:09,085 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/temp/tmp8k1z25i5.py
+2020-11-22 19:02:09,124 - b177aa (stdout): removing /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/temp/tmp8k1z25i5.py
+2020-11-22 19:02:09,125 - b177aa (stdout): running install_egg_info
+2020-11-22 19:02:09,266 - b177aa (stdout): running egg_info
+2020-11-22 19:02:09,266 - b177aa (stdout): writing src/setuptools_scm.egg-info/PKG-INFO
+2020-11-22 19:02:09,266 - b177aa (stdout): writing dependency_links to src/setuptools_scm.egg-info/dependency_links.txt
+2020-11-22 19:02:09,266 - b177aa (stdout): writing entry points to src/setuptools_scm.egg-info/entry_points.txt
+2020-11-22 19:02:09,266 - b177aa (stdout): writing requirements to src/setuptools_scm.egg-info/requires.txt
+2020-11-22 19:02:09,267 - b177aa (stdout): writing top-level names to src/setuptools_scm.egg-info/top_level.txt
+2020-11-22 19:02:09,288 - b177aa (stdout): reading manifest file 'src/setuptools_scm.egg-info/SOURCES.txt'
+2020-11-22 19:02:09,288 - b177aa (stdout): reading manifest template 'MANIFEST.in'
+2020-11-22 19:02:09,288 - b177aa (stdout): warning: no previously-included files found matching '*.nix'
+2020-11-22 19:02:09,288 - b177aa (stdout): warning: no previously-included files found matching '.travis.yaml'
+2020-11-22 19:02:09,288 - b177aa (stdout): warning: no previously-included files found matching '.pre-commit-config.yaml'
+2020-11-22 19:02:09,291 - b177aa (stdout): writing manifest file 'src/setuptools_scm.egg-info/SOURCES.txt'
+2020-11-22 19:02:09,291 - b177aa (stdout): Copying src/setuptools_scm.egg-info to /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image/_python3.7/usr/lib/python3.7/site-packages/setuptools_scm-4.1.2-py3.7.egg-info
+2020-11-22 19:02:09,292 - b177aa (stdout): running install_scripts
+2020-11-22 19:02:09,554 - b177aa (stdout): * Using python3.7 in global scope
+2020-11-22 19:02:09,558 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install_all
+2020-11-22 19:02:09,645 - b177aa (stdout): >>> Completed installing dev-python/setuptools_scm-4.1.2-r1 into /var/tmp/portage/dev-python/setuptools_scm-4.1.2-r1/image
+2020-11-22 19:02:09,645 - b177aa (stdout):
+2020-11-22 19:02:09,650 - b177aa (stdout): * Final size of build directory: 480 KiB
+2020-11-22 19:02:09,652 - b177aa (stdout): * Final size of installed tree: 372 KiB
+2020-11-22 19:02:09,652 - b177aa (stdout):
+2020-11-22 19:02:10,226 - b177aa (stdout): * Verifying compiled files in /usr/lib/python3.7/site-packages
+2020-11-22 19:02:11,447 - b177aa (stdout):
+2020-11-22 19:02:11,448 - b177aa (stdout): >>> Installing (1 of 18) dev-python/setuptools_scm-4.1.2-r1::gentoo
+2020-11-22 19:02:11,484 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:11,776 - b177aa (stdout): * checking 64 files for package collisions
+2020-11-22 19:02:11,782 - b177aa (stdout): >>> Merging dev-python/setuptools_scm-4.1.2-r1 to /
+2020-11-22 19:02:12,048 - b177aa (stdout): --- /usr/
+2020-11-22 19:02:12,048 - b177aa (stdout): --- /usr/share/
+2020-11-22 19:02:12,048 - b177aa (stdout): --- /usr/share/doc/
+2020-11-22 19:02:12,048 - b177aa (stdout): >>> /usr/share/doc/setuptools_scm-4.1.2-r1/
+2020-11-22 19:02:12,049 - b177aa (stdout): >>> /usr/share/doc/setuptools_scm-4.1.2-r1/README.rst.bz2
+2020-11-22 19:02:12,049 - b177aa (stdout): --- /usr/lib/
+2020-11-22 19:02:12,049 - b177aa (stdout): --- /usr/lib/python3.7/
+2020-11-22 19:02:12,050 - b177aa (stdout): --- /usr/lib/python3.7/site-packages/
+2020-11-22 19:02:12,050 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm-4.1.2-py3.7.egg-info/
+2020-11-22 19:02:12,050 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm-4.1.2-py3.7.egg-info/zip-safe
+2020-11-22 19:02:12,050 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm-4.1.2-py3.7.egg-info/top_level.txt
+2020-11-22 19:02:12,050 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm-4.1.2-py3.7.egg-info/requires.txt
+2020-11-22 19:02:12,050 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm-4.1.2-py3.7.egg-info/entry_points.txt
+2020-11-22 19:02:12,050 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm-4.1.2-py3.7.egg-info/dependency_links.txt
+2020-11-22 19:02:12,051 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm-4.1.2-py3.7.egg-info/SOURCES.txt
+2020-11-22 19:02:12,051 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm-4.1.2-py3.7.egg-info/PKG-INFO
+2020-11-22 19:02:12,051 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/
+2020-11-22 19:02:12,051 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/
+2020-11-22 19:02:12,052 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/win_py31_compat.cpython-37.opt-2.pyc
+2020-11-22 19:02:12,052 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/version.cpython-37.opt-2.pyc
+2020-11-22 19:02:12,052 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/utils.cpython-37.opt-2.pyc
+2020-11-22 19:02:12,052 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/integration.cpython-37.opt-2.pyc
+2020-11-22 19:02:12,052 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/hg.cpython-37.opt-2.pyc
+2020-11-22 19:02:12,052 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/hacks.cpython-37.opt-2.pyc
+2020-11-22 19:02:12,053 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/git.cpython-37.opt-2.pyc
+2020-11-22 19:02:12,053 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/file_finder_hg.cpython-37.opt-2.pyc
+2020-11-22 19:02:12,053 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/file_finder_git.cpython-37.opt-2.pyc
+2020-11-22 19:02:12,053 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/file_finder.cpython-37.opt-2.pyc
+2020-11-22 19:02:12,053 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/discover.cpython-37.opt-2.pyc
+2020-11-22 19:02:12,053 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/config.cpython-37.opt-2.pyc
+2020-11-22 19:02:12,054 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/__main__.cpython-37.opt-2.pyc
+2020-11-22 19:02:12,054 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:02:12,054 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/win_py31_compat.cpython-37.opt-1.pyc
+2020-11-22 19:02:12,054 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/version.cpython-37.opt-1.pyc
+2020-11-22 19:02:12,054 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/utils.cpython-37.opt-1.pyc
+2020-11-22 19:02:12,054 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/integration.cpython-37.opt-1.pyc
+2020-11-22 19:02:12,054 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/hg.cpython-37.opt-1.pyc
+2020-11-22 19:02:12,055 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/hacks.cpython-37.opt-1.pyc
+2020-11-22 19:02:12,055 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/git.cpython-37.opt-1.pyc
+2020-11-22 19:02:12,055 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/file_finder_hg.cpython-37.opt-1.pyc
+2020-11-22 19:02:12,055 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/file_finder_git.cpython-37.opt-1.pyc
+2020-11-22 19:02:12,055 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/file_finder.cpython-37.opt-1.pyc
+2020-11-22 19:02:12,055 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/discover.cpython-37.opt-1.pyc
+2020-11-22 19:02:12,056 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/config.cpython-37.opt-1.pyc
+2020-11-22 19:02:12,056 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/__main__.cpython-37.opt-1.pyc
+2020-11-22 19:02:12,056 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:02:12,056 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/win_py31_compat.cpython-37.pyc
+2020-11-22 19:02:12,056 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/version.cpython-37.pyc
+2020-11-22 19:02:12,056 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/utils.cpython-37.pyc
+2020-11-22 19:02:12,057 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/integration.cpython-37.pyc
+2020-11-22 19:02:12,057 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/hg.cpython-37.pyc
+2020-11-22 19:02:12,057 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/hacks.cpython-37.pyc
+2020-11-22 19:02:12,057 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/git.cpython-37.pyc
+2020-11-22 19:02:12,057 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/file_finder_hg.cpython-37.pyc
+2020-11-22 19:02:12,057 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/file_finder_git.cpython-37.pyc
+2020-11-22 19:02:12,058 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/file_finder.cpython-37.pyc
+2020-11-22 19:02:12,058 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/discover.cpython-37.pyc
+2020-11-22 19:02:12,058 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/config.cpython-37.pyc
+2020-11-22 19:02:12,058 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/__main__.cpython-37.pyc
+2020-11-22 19:02:12,058 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:02:12,058 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/win_py31_compat.py
+2020-11-22 19:02:12,059 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/version.py
+2020-11-22 19:02:12,060 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/utils.py
+2020-11-22 19:02:12,060 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/integration.py
+2020-11-22 19:02:12,060 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/hg.py
+2020-11-22 19:02:12,061 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/hacks.py
+2020-11-22 19:02:12,061 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/git.py
+2020-11-22 19:02:12,061 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/file_finder_hg.py
+2020-11-22 19:02:12,061 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/file_finder_git.py
+2020-11-22 19:02:12,061 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/file_finder.py
+2020-11-22 19:02:12,061 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/discover.py
+2020-11-22 19:02:12,061 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/config.py
+2020-11-22 19:02:12,061 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__main__.py
+2020-11-22 19:02:12,061 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/setuptools_scm/__init__.py
+2020-11-22 19:02:12,476 - b177aa (stdout): >>> dev-python/setuptools_scm-4.1.2-r1 merged.
+2020-11-22 19:02:20,420 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:20,496 - b177aa (stdout):
+2020-11-22 19:02:20,496 - b177aa (stdout): >>> Emerging (2 of 18) dev-python/toml-0.10.2::gentoo
+2020-11-22 19:02:20,516 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:20,576 - b177aa (stdout): * toml-0.10.2-1.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
+2020-11-22 19:02:20,900 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:20,963 - b177aa (stdout): >>> Unpacking source...
+2020-11-22 19:02:20,963 - b177aa (stdout): >>> Unpacking toml-0.10.2-1.tar.gz to /var/tmp/portage/dev-python/toml-0.10.2/work
+2020-11-22 19:02:21,016 - b177aa (stdout): >>> Source unpacked in /var/tmp/portage/dev-python/toml-0.10.2/work
+2020-11-22 19:02:21,148 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:21,204 - b177aa (stdout): >>> Preparing source in /var/tmp/portage/dev-python/toml-0.10.2/work/toml-0.10.2 ...
+2020-11-22 19:02:21,209 - b177aa (stdout): >>> Source prepared.
+2020-11-22 19:02:21,338 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:21,393 - b177aa (stdout): >>> Configuring source in /var/tmp/portage/dev-python/toml-0.10.2/work/toml-0.10.2 ...
+2020-11-22 19:02:21,397 - b177aa (stdout): >>> Source configured.
+2020-11-22 19:02:21,545 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:21,617 - b177aa (stdout): >>> Compiling source in /var/tmp/portage/dev-python/toml-0.10.2/work/toml-0.10.2 ...
+2020-11-22 19:02:21,629 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_compile
+2020-11-22 19:02:21,671 - b177aa (stdout): python3.7 setup.py build -j 8
+2020-11-22 19:02:21,842 - b177aa (stdout): running build
+2020-11-22 19:02:21,842 - b177aa (stdout): running build_py
+2020-11-22 19:02:21,864 - b177aa (stdout): creating /var/tmp/portage/dev-python/toml-0.10.2/work/toml-0.10.2-python3_7/lib/toml
+2020-11-22 19:02:21,864 - b177aa (stdout): copying toml/__init__.py -> /var/tmp/portage/dev-python/toml-0.10.2/work/toml-0.10.2-python3_7/lib/toml
+2020-11-22 19:02:21,864 - b177aa (stdout): copying toml/decoder.py -> /var/tmp/portage/dev-python/toml-0.10.2/work/toml-0.10.2-python3_7/lib/toml
+2020-11-22 19:02:21,864 - b177aa (stdout): copying toml/encoder.py -> /var/tmp/portage/dev-python/toml-0.10.2/work/toml-0.10.2-python3_7/lib/toml
+2020-11-22 19:02:21,864 - b177aa (stdout): copying toml/ordered.py -> /var/tmp/portage/dev-python/toml-0.10.2/work/toml-0.10.2-python3_7/lib/toml
+2020-11-22 19:02:21,864 - b177aa (stdout): copying toml/tz.py -> /var/tmp/portage/dev-python/toml-0.10.2/work/toml-0.10.2-python3_7/lib/toml
+2020-11-22 19:02:21,865 - b177aa (stdout): warning: build_py: byte-compiling is disabled, skipping.
+2020-11-22 19:02:21,865 - b177aa (stdout):
+2020-11-22 19:02:21,892 - b177aa (stdout): >>> Source compiled.
+2020-11-22 19:02:22,045 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:22,105 - b177aa (stdout): * Skipping make test/check due to ebuild restriction.
+2020-11-22 19:02:22,105 - b177aa (stdout): >>> Test phase [disabled because of RESTRICT=test]: dev-python/toml-0.10.2
+2020-11-22 19:02:22,246 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:22,299 - b177aa (stdout):
+2020-11-22 19:02:22,299 - b177aa (stdout): >>> Install dev-python/toml-0.10.2 into /var/tmp/portage/dev-python/toml-0.10.2/image
+2020-11-22 19:02:22,310 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install
+2020-11-22 19:02:22,337 - b177aa (stdout): python3.7 setup.py install --skip-build --root=/var/tmp/portage/dev-python/toml-0.10.2/image/_python3.7
+2020-11-22 19:02:22,479 - b177aa (stdout): running install
+2020-11-22 19:02:22,480 - b177aa (stdout): running install_lib
+2020-11-22 19:02:22,481 - b177aa (stdout): creating /var/tmp/portage/dev-python/toml-0.10.2/image/_python3.7
+2020-11-22 19:02:22,481 - b177aa (stdout): creating /var/tmp/portage/dev-python/toml-0.10.2/image/_python3.7/usr
+2020-11-22 19:02:22,481 - b177aa (stdout): creating /var/tmp/portage/dev-python/toml-0.10.2/image/_python3.7/usr/lib
+2020-11-22 19:02:22,481 - b177aa (stdout): creating /var/tmp/portage/dev-python/toml-0.10.2/image/_python3.7/usr/lib/python3.7
+2020-11-22 19:02:22,481 - b177aa (stdout): creating /var/tmp/portage/dev-python/toml-0.10.2/image/_python3.7/usr/lib/python3.7/site-packages
+2020-11-22 19:02:22,482 - b177aa (stdout): creating /var/tmp/portage/dev-python/toml-0.10.2/image/_python3.7/usr/lib/python3.7/site-packages/toml
+2020-11-22 19:02:22,482 - b177aa (stdout): copying /var/tmp/portage/dev-python/toml-0.10.2/work/toml-0.10.2-python3_7/lib/toml/__init__.py -> /var/tmp/portage/dev-python/toml-0.10.2/image/_python3.7/usr/lib/python3.7/site-packages/toml
+2020-11-22 19:02:22,482 - b177aa (stdout): copying /var/tmp/portage/dev-python/toml-0.10.2/work/toml-0.10.2-python3_7/lib/toml/decoder.py -> /var/tmp/portage/dev-python/toml-0.10.2/image/_python3.7/usr/lib/python3.7/site-packages/toml
+2020-11-22 19:02:22,482 - b177aa (stdout): copying /var/tmp/portage/dev-python/toml-0.10.2/work/toml-0.10.2-python3_7/lib/toml/encoder.py -> /var/tmp/portage/dev-python/toml-0.10.2/image/_python3.7/usr/lib/python3.7/site-packages/toml
+2020-11-22 19:02:22,482 - b177aa (stdout): copying /var/tmp/portage/dev-python/toml-0.10.2/work/toml-0.10.2-python3_7/lib/toml/ordered.py -> /var/tmp/portage/dev-python/toml-0.10.2/image/_python3.7/usr/lib/python3.7/site-packages/toml
+2020-11-22 19:02:22,482 - b177aa (stdout): copying /var/tmp/portage/dev-python/toml-0.10.2/work/toml-0.10.2-python3_7/lib/toml/tz.py -> /var/tmp/portage/dev-python/toml-0.10.2/image/_python3.7/usr/lib/python3.7/site-packages/toml
+2020-11-22 19:02:22,482 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/toml-0.10.2/image/_python3.7/usr/lib/python3.7/site-packages/toml/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:02:22,483 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/toml-0.10.2/image/_python3.7/usr/lib/python3.7/site-packages/toml/decoder.py to decoder.cpython-37.pyc
+2020-11-22 19:02:22,491 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/toml-0.10.2/image/_python3.7/usr/lib/python3.7/site-packages/toml/encoder.py to encoder.cpython-37.pyc
+2020-11-22 19:02:22,493 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/toml-0.10.2/image/_python3.7/usr/lib/python3.7/site-packages/toml/ordered.py to ordered.cpython-37.pyc
+2020-11-22 19:02:22,494 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/toml-0.10.2/image/_python3.7/usr/lib/python3.7/site-packages/toml/tz.py to tz.cpython-37.pyc
+2020-11-22 19:02:22,494 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/toml-0.10.2/temp/tmphhpy55ad.py'
+2020-11-22 19:02:22,494 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/toml-0.10.2/temp/tmphhpy55ad.py
+2020-11-22 19:02:22,532 - b177aa (stdout): removing /var/tmp/portage/dev-python/toml-0.10.2/temp/tmphhpy55ad.py
+2020-11-22 19:02:22,532 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/toml-0.10.2/temp/tmpftxpb1wv.py'
+2020-11-22 19:02:22,532 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/toml-0.10.2/temp/tmpftxpb1wv.py
+2020-11-22 19:02:22,568 - b177aa (stdout): removing /var/tmp/portage/dev-python/toml-0.10.2/temp/tmpftxpb1wv.py
+2020-11-22 19:02:22,568 - b177aa (stdout): running install_egg_info
+2020-11-22 19:02:22,574 - b177aa (stdout): running egg_info
+2020-11-22 19:02:22,574 - b177aa (stdout): creating toml.egg-info
+2020-11-22 19:02:22,574 - b177aa (stdout): writing toml.egg-info/PKG-INFO
+2020-11-22 19:02:22,575 - b177aa (stdout): writing dependency_links to toml.egg-info/dependency_links.txt
+2020-11-22 19:02:22,575 - b177aa (stdout): writing top-level names to toml.egg-info/top_level.txt
+2020-11-22 19:02:22,575 - b177aa (stdout): writing manifest file 'toml.egg-info/SOURCES.txt'
+2020-11-22 19:02:22,599 - b177aa (stdout): reading manifest file 'toml.egg-info/SOURCES.txt'
+2020-11-22 19:02:22,599 - b177aa (stdout): reading manifest template 'MANIFEST.in'
+2020-11-22 19:02:22,601 - b177aa (stdout): writing manifest file 'toml.egg-info/SOURCES.txt'
+2020-11-22 19:02:22,601 - b177aa (stdout): Copying toml.egg-info to /var/tmp/portage/dev-python/toml-0.10.2/image/_python3.7/usr/lib/python3.7/site-packages/toml-0.10.2-py3.7.egg-info
+2020-11-22 19:02:22,602 - b177aa (stdout): running install_scripts
+2020-11-22 19:02:22,833 - b177aa (stdout): * Using python3.7 in global scope
+2020-11-22 19:02:22,847 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install_all
+2020-11-22 19:02:22,965 - b177aa (stdout): >>> Completed installing dev-python/toml-0.10.2 into /var/tmp/portage/dev-python/toml-0.10.2/image
+2020-11-22 19:02:22,965 - b177aa (stdout):
+2020-11-22 19:02:22,970 - b177aa (stdout): * Final size of build directory: 308 KiB
+2020-11-22 19:02:22,973 - b177aa (stdout): * Final size of installed tree: 240 KiB
+2020-11-22 19:02:22,973 - b177aa (stdout):
+2020-11-22 19:02:23,343 - b177aa (stdout): * Verifying compiled files in /usr/lib/python3.7/site-packages
+2020-11-22 19:02:23,608 - b177aa (stdout):
+2020-11-22 19:02:23,608 - b177aa (stdout): >>> Installing (2 of 18) dev-python/toml-0.10.2::gentoo
+2020-11-22 19:02:23,634 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:23,939 - b177aa (stdout): * checking 25 files for package collisions
+2020-11-22 19:02:23,942 - b177aa (stdout): >>> Merging dev-python/toml-0.10.2 to /
+2020-11-22 19:02:24,195 - b177aa (stdout): --- /usr/
+2020-11-22 19:02:24,195 - b177aa (stdout): --- /usr/share/
+2020-11-22 19:02:24,195 - b177aa (stdout): --- /usr/share/doc/
+2020-11-22 19:02:24,195 - b177aa (stdout): >>> /usr/share/doc/toml-0.10.2/
+2020-11-22 19:02:24,197 - b177aa (stdout): >>> /usr/share/doc/toml-0.10.2/README.rst.bz2
+2020-11-22 19:02:24,197 - b177aa (stdout): --- /usr/lib/
+2020-11-22 19:02:24,197 - b177aa (stdout): --- /usr/lib/python3.7/
+2020-11-22 19:02:24,197 - b177aa (stdout): --- /usr/lib/python3.7/site-packages/
+2020-11-22 19:02:24,197 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml-0.10.2-py3.7.egg-info/
+2020-11-22 19:02:24,197 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml-0.10.2-py3.7.egg-info/SOURCES.txt
+2020-11-22 19:02:24,198 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml-0.10.2-py3.7.egg-info/top_level.txt
+2020-11-22 19:02:24,198 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml-0.10.2-py3.7.egg-info/dependency_links.txt
+2020-11-22 19:02:24,198 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml-0.10.2-py3.7.egg-info/PKG-INFO
+2020-11-22 19:02:24,198 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml/
+2020-11-22 19:02:24,198 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml/__pycache__/
+2020-11-22 19:02:24,199 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml/__pycache__/tz.cpython-37.opt-2.pyc
+2020-11-22 19:02:24,199 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml/__pycache__/ordered.cpython-37.opt-2.pyc
+2020-11-22 19:02:24,199 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml/__pycache__/encoder.cpython-37.opt-2.pyc
+2020-11-22 19:02:24,199 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml/__pycache__/decoder.cpython-37.opt-2.pyc
+2020-11-22 19:02:24,200 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:02:24,200 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml/__pycache__/tz.cpython-37.opt-1.pyc
+2020-11-22 19:02:24,200 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml/__pycache__/ordered.cpython-37.opt-1.pyc
+2020-11-22 19:02:24,200 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml/__pycache__/encoder.cpython-37.opt-1.pyc
+2020-11-22 19:02:24,200 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml/__pycache__/decoder.cpython-37.opt-1.pyc
+2020-11-22 19:02:24,201 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:02:24,201 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml/__pycache__/tz.cpython-37.pyc
+2020-11-22 19:02:24,201 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml/__pycache__/ordered.cpython-37.pyc
+2020-11-22 19:02:24,201 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml/__pycache__/encoder.cpython-37.pyc
+2020-11-22 19:02:24,202 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml/__pycache__/decoder.cpython-37.pyc
+2020-11-22 19:02:24,202 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:02:24,202 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml/tz.py
+2020-11-22 19:02:24,202 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml/ordered.py
+2020-11-22 19:02:24,202 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml/encoder.py
+2020-11-22 19:02:24,203 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml/decoder.py
+2020-11-22 19:02:24,203 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/toml/__init__.py
+2020-11-22 19:02:24,606 - b177aa (stdout): >>> dev-python/toml-0.10.2 merged.
+2020-11-22 19:02:28,173 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:28,237 - b177aa (stdout):
+2020-11-22 19:02:28,238 - b177aa (stdout): >>> Emerging (3 of 18) dev-python/six-1.15.0-r1::gentoo
+2020-11-22 19:02:28,250 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:28,315 - b177aa (stdout): * six-1.15.0.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
+2020-11-22 19:02:28,584 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:28,637 - b177aa (stdout): >>> Unpacking source...
+2020-11-22 19:02:28,638 - b177aa (stdout): >>> Unpacking six-1.15.0.tar.gz to /var/tmp/portage/dev-python/six-1.15.0-r1/work
+2020-11-22 19:02:28,685 - b177aa (stdout): >>> Source unpacked in /var/tmp/portage/dev-python/six-1.15.0-r1/work
+2020-11-22 19:02:28,804 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:28,858 - b177aa (stdout): >>> Preparing source in /var/tmp/portage/dev-python/six-1.15.0-r1/work/six-1.15.0 ...
+2020-11-22 19:02:28,863 - b177aa (stdout): >>> Source prepared.
+2020-11-22 19:02:28,988 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:29,043 - b177aa (stdout): >>> Configuring source in /var/tmp/portage/dev-python/six-1.15.0-r1/work/six-1.15.0 ...
+2020-11-22 19:02:29,047 - b177aa (stdout): >>> Source configured.
+2020-11-22 19:02:29,169 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:29,223 - b177aa (stdout): >>> Compiling source in /var/tmp/portage/dev-python/six-1.15.0-r1/work/six-1.15.0 ...
+2020-11-22 19:02:29,234 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_compile
+2020-11-22 19:02:29,273 - b177aa (stdout): python3.7 setup.py build -j 8
+2020-11-22 19:02:29,405 - b177aa (stdout): running build
+2020-11-22 19:02:29,405 - b177aa (stdout): running build_py
+2020-11-22 19:02:29,423 - b177aa (stdout): copying six.py -> /var/tmp/portage/dev-python/six-1.15.0-r1/work/six-1.15.0-python3_7/lib
+2020-11-22 19:02:29,423 - b177aa (stdout): warning: build_py: byte-compiling is disabled, skipping.
+2020-11-22 19:02:29,424 - b177aa (stdout):
+2020-11-22 19:02:29,452 - b177aa (stdout): * Using python3.7 in global scope
+2020-11-22 19:02:29,457 - b177aa (stdout): * python3_7: running distutils-r1_run_phase python_compile_all
+2020-11-22 19:02:29,465 - b177aa (stdout): >>> Source compiled.
+2020-11-22 19:02:29,584 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:29,637 - b177aa (stdout): * Skipping make test/check due to ebuild restriction.
+2020-11-22 19:02:29,637 - b177aa (stdout): >>> Test phase [disabled because of RESTRICT=test]: dev-python/six-1.15.0-r1
+2020-11-22 19:02:29,756 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:29,811 - b177aa (stdout):
+2020-11-22 19:02:29,811 - b177aa (stdout): >>> Install dev-python/six-1.15.0-r1 into /var/tmp/portage/dev-python/six-1.15.0-r1/image
+2020-11-22 19:02:29,822 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install
+2020-11-22 19:02:29,849 - b177aa (stdout): python3.7 setup.py install --skip-build --root=/var/tmp/portage/dev-python/six-1.15.0-r1/image/_python3.7
+2020-11-22 19:02:29,982 - b177aa (stdout): running install
+2020-11-22 19:02:29,982 - b177aa (stdout): running install_lib
+2020-11-22 19:02:29,983 - b177aa (stdout): creating /var/tmp/portage/dev-python/six-1.15.0-r1/image/_python3.7
+2020-11-22 19:02:29,983 - b177aa (stdout): creating /var/tmp/portage/dev-python/six-1.15.0-r1/image/_python3.7/usr
+2020-11-22 19:02:29,983 - b177aa (stdout): creating /var/tmp/portage/dev-python/six-1.15.0-r1/image/_python3.7/usr/lib
+2020-11-22 19:02:29,983 - b177aa (stdout): creating /var/tmp/portage/dev-python/six-1.15.0-r1/image/_python3.7/usr/lib/python3.7
+2020-11-22 19:02:29,983 - b177aa (stdout): creating /var/tmp/portage/dev-python/six-1.15.0-r1/image/_python3.7/usr/lib/python3.7/site-packages
+2020-11-22 19:02:29,983 - b177aa (stdout): copying /var/tmp/portage/dev-python/six-1.15.0-r1/work/six-1.15.0-python3_7/lib/six.py -> /var/tmp/portage/dev-python/six-1.15.0-r1/image/_python3.7/usr/lib/python3.7/site-packages
+2020-11-22 19:02:29,984 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/six-1.15.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/six.py to six.cpython-37.pyc
+2020-11-22 19:02:29,989 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/six-1.15.0-r1/temp/tmpt1fd1cum.py'
+2020-11-22 19:02:29,990 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/six-1.15.0-r1/temp/tmpt1fd1cum.py
+2020-11-22 19:02:30,024 - b177aa (stdout): removing /var/tmp/portage/dev-python/six-1.15.0-r1/temp/tmpt1fd1cum.py
+2020-11-22 19:02:30,024 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/six-1.15.0-r1/temp/tmps28y6rub.py'
+2020-11-22 19:02:30,024 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/six-1.15.0-r1/temp/tmps28y6rub.py
+2020-11-22 19:02:30,059 - b177aa (stdout): removing /var/tmp/portage/dev-python/six-1.15.0-r1/temp/tmps28y6rub.py
+2020-11-22 19:02:30,059 - b177aa (stdout): running install_egg_info
+2020-11-22 19:02:30,064 - b177aa (stdout): running egg_info
+2020-11-22 19:02:30,064 - b177aa (stdout): writing six.egg-info/PKG-INFO
+2020-11-22 19:02:30,064 - b177aa (stdout): writing dependency_links to six.egg-info/dependency_links.txt
+2020-11-22 19:02:30,064 - b177aa (stdout): writing top-level names to six.egg-info/top_level.txt
+2020-11-22 19:02:30,081 - b177aa (stdout): reading manifest file 'six.egg-info/SOURCES.txt'
+2020-11-22 19:02:30,082 - b177aa (stdout): reading manifest template 'MANIFEST.in'
+2020-11-22 19:02:30,082 - b177aa (stdout): no previously-included directories found matching 'documentation/_build'
+2020-11-22 19:02:30,083 - b177aa (stdout): writing manifest file 'six.egg-info/SOURCES.txt'
+2020-11-22 19:02:30,083 - b177aa (stdout): Copying six.egg-info to /var/tmp/portage/dev-python/six-1.15.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/six-1.15.0-py3.7.egg-info
+2020-11-22 19:02:30,084 - b177aa (stdout): running install_scripts
+2020-11-22 19:02:30,245 - b177aa (stdout): * Using python3.7 in global scope
+2020-11-22 19:02:30,249 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install_all
+2020-11-22 19:02:30,393 - b177aa (stdout): >>> Completed installing dev-python/six-1.15.0-r1 into /var/tmp/portage/dev-python/six-1.15.0-r1/image
+2020-11-22 19:02:30,393 - b177aa (stdout):
+2020-11-22 19:02:30,398 - b177aa (stdout): * Final size of build directory: 256 KiB
+2020-11-22 19:02:30,400 - b177aa (stdout): * Final size of installed tree: 152 KiB
+2020-11-22 19:02:30,400 - b177aa (stdout):
+2020-11-22 19:02:30,779 - b177aa (stdout): * Verifying compiled files in /usr/lib/python3.7/site-packages
+2020-11-22 19:02:31,031 - b177aa (stdout):
+2020-11-22 19:02:31,031 - b177aa (stdout): >>> Installing (3 of 18) dev-python/six-1.15.0-r1::gentoo
+2020-11-22 19:02:31,055 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:31,325 - b177aa (stdout): * checking 10 files for package collisions
+2020-11-22 19:02:31,327 - b177aa (stdout): >>> Merging dev-python/six-1.15.0-r1 to /
+2020-11-22 19:02:31,605 - b177aa (stdout): --- /usr/
+2020-11-22 19:02:31,605 - b177aa (stdout): --- /usr/share/
+2020-11-22 19:02:31,605 - b177aa (stdout): --- /usr/share/doc/
+2020-11-22 19:02:31,605 - b177aa (stdout): >>> /usr/share/doc/six-1.15.0-r1/
+2020-11-22 19:02:31,606 - b177aa (stdout): >>> /usr/share/doc/six-1.15.0-r1/CHANGES.bz2
+2020-11-22 19:02:31,606 - b177aa (stdout): >>> /usr/share/doc/six-1.15.0-r1/README.rst.bz2
+2020-11-22 19:02:31,606 - b177aa (stdout): --- /usr/lib/
+2020-11-22 19:02:31,606 - b177aa (stdout): --- /usr/lib/python3.7/
+2020-11-22 19:02:31,607 - b177aa (stdout): --- /usr/lib/python3.7/site-packages/
+2020-11-22 19:02:31,607 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/six-1.15.0-py3.7.egg-info/
+2020-11-22 19:02:31,607 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/six-1.15.0-py3.7.egg-info/top_level.txt
+2020-11-22 19:02:31,607 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/six-1.15.0-py3.7.egg-info/dependency_links.txt
+2020-11-22 19:02:31,607 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/six-1.15.0-py3.7.egg-info/SOURCES.txt
+2020-11-22 19:02:31,607 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/six-1.15.0-py3.7.egg-info/PKG-INFO
+2020-11-22 19:02:31,607 - b177aa (stdout): --- /usr/lib/python3.7/site-packages/__pycache__/
+2020-11-22 19:02:31,608 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/__pycache__/six.cpython-37.opt-2.pyc
+2020-11-22 19:02:31,608 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/__pycache__/six.cpython-37.opt-1.pyc
+2020-11-22 19:02:31,608 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/__pycache__/six.cpython-37.pyc
+2020-11-22 19:02:31,608 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/six.py
+2020-11-22 19:02:32,013 - b177aa (stdout): >>> dev-python/six-1.15.0-r1 merged.
+2020-11-22 19:02:36,176 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:36,239 - b177aa (stdout):
+2020-11-22 19:02:36,239 - b177aa (stdout): >>> Emerging (4 of 18) dev-python/nose-1.3.7-r7::gentoo
+2020-11-22 19:02:36,252 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:36,314 - b177aa (stdout): * nose-1.3.7.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
+2020-11-22 19:02:36,594 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:36,648 - b177aa (stdout): >>> Unpacking source...
+2020-11-22 19:02:36,648 - b177aa (stdout): >>> Unpacking nose-1.3.7.tar.gz to /var/tmp/portage/dev-python/nose-1.3.7-r7/work
+2020-11-22 19:02:36,711 - b177aa (stdout): >>> Source unpacked in /var/tmp/portage/dev-python/nose-1.3.7-r7/work
+2020-11-22 19:02:36,831 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:36,883 - b177aa (stdout): >>> Preparing source in /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7 ...
+2020-11-22 19:02:36,890 - b177aa (stdout): * Applying nose-1.3.7-python-3.5-backport.patch ...
+2020-11-22 19:02:36,892 - b177aa (stdout): [ ok ]
+2020-11-22 19:02:36,893 - b177aa (stdout): * Applying nose-1.3.7-coverage-4.1-support.patch ...
+2020-11-22 19:02:36,895 - b177aa (stdout): [ ok ]
+2020-11-22 19:02:36,895 - b177aa (stdout): * Applying nose-1.3.7-python-3.6-test.patch ...
+2020-11-22 19:02:36,931 - b177aa (stdout): [ ok ]
+2020-11-22 19:02:36,933 - b177aa (stdout): >>> Source prepared.
+2020-11-22 19:02:37,052 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:37,106 - b177aa (stdout): >>> Configuring source in /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7 ...
+2020-11-22 19:02:37,109 - b177aa (stdout): >>> Source configured.
+2020-11-22 19:02:37,230 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:37,285 - b177aa (stdout): >>> Compiling source in /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7 ...
+2020-11-22 19:02:37,297 - b177aa (stdout): * python3_7: running distutils-r1_run_phase python_compile
+2020-11-22 19:02:37,339 - b177aa (stdout): python3.7 setup.py build -j 8
+2020-11-22 19:02:37,711 - b177aa (stdout): running build
+2020-11-22 19:02:37,711 - b177aa (stdout): running build_py
+2020-11-22 19:02:37,712 - b177aa (stdout): creating /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose
+2020-11-22 19:02:37,712 - b177aa (stdout): copying nose/__init__.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose
+2020-11-22 19:02:37,712 - b177aa (stdout): copying nose/__main__.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose
+2020-11-22 19:02:37,712 - b177aa (stdout): copying nose/case.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose
+2020-11-22 19:02:37,712 - b177aa (stdout): copying nose/commands.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose
+2020-11-22 19:02:37,712 - b177aa (stdout): copying nose/config.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose
+2020-11-22 19:02:37,713 - b177aa (stdout): copying nose/core.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose
+2020-11-22 19:02:37,713 - b177aa (stdout): copying nose/exc.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose
+2020-11-22 19:02:37,713 - b177aa (stdout): copying nose/failure.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose
+2020-11-22 19:02:37,713 - b177aa (stdout): copying nose/importer.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose
+2020-11-22 19:02:37,713 - b177aa (stdout): copying nose/inspector.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose
+2020-11-22 19:02:37,713 - b177aa (stdout): copying nose/loader.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose
+2020-11-22 19:02:37,713 - b177aa (stdout): copying nose/proxy.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose
+2020-11-22 19:02:37,714 - b177aa (stdout): copying nose/pyversion.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose
+2020-11-22 19:02:37,714 - b177aa (stdout): copying nose/result.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose
+2020-11-22 19:02:37,714 - b177aa (stdout): copying nose/selector.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose
+2020-11-22 19:02:37,714 - b177aa (stdout): copying nose/suite.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose
+2020-11-22 19:02:37,714 - b177aa (stdout): copying nose/twistedtools.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose
+2020-11-22 19:02:37,714 - b177aa (stdout): copying nose/util.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose
+2020-11-22 19:02:37,715 - b177aa (stdout): creating /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/ext
+2020-11-22 19:02:37,715 - b177aa (stdout): copying nose/ext/__init__.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/ext
+2020-11-22 19:02:37,715 - b177aa (stdout): copying nose/ext/dtcompat.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/ext
+2020-11-22 19:02:37,715 - b177aa (stdout): creating /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins
+2020-11-22 19:02:37,716 - b177aa (stdout): copying nose/plugins/__init__.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins
+2020-11-22 19:02:37,716 - b177aa (stdout): copying nose/plugins/allmodules.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins
+2020-11-22 19:02:37,716 - b177aa (stdout): copying nose/plugins/attrib.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins
+2020-11-22 19:02:37,716 - b177aa (stdout): copying nose/plugins/base.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins
+2020-11-22 19:02:37,716 - b177aa (stdout): copying nose/plugins/builtin.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins
+2020-11-22 19:02:37,716 - b177aa (stdout): copying nose/plugins/capture.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins
+2020-11-22 19:02:37,716 - b177aa (stdout): copying nose/plugins/collect.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins
+2020-11-22 19:02:37,716 - b177aa (stdout): copying nose/plugins/debug.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins
+2020-11-22 19:02:37,716 - b177aa (stdout): copying nose/plugins/deprecated.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins
+2020-11-22 19:02:37,717 - b177aa (stdout): copying nose/plugins/doctests.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins
+2020-11-22 19:02:37,717 - b177aa (stdout): copying nose/plugins/errorclass.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins
+2020-11-22 19:02:37,717 - b177aa (stdout): copying nose/plugins/failuredetail.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins
+2020-11-22 19:02:37,717 - b177aa (stdout): copying nose/plugins/isolate.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins
+2020-11-22 19:02:37,717 - b177aa (stdout): copying nose/plugins/logcapture.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins
+2020-11-22 19:02:37,717 - b177aa (stdout): copying nose/plugins/manager.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins
+2020-11-22 19:02:37,717 - b177aa (stdout): copying nose/plugins/multiprocess.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins
+2020-11-22 19:02:37,718 - b177aa (stdout): copying nose/plugins/plugintest.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins
+2020-11-22 19:02:37,718 - b177aa (stdout): copying nose/plugins/prof.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins
+2020-11-22 19:02:37,718 - b177aa (stdout): copying nose/plugins/skip.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins
+2020-11-22 19:02:37,718 - b177aa (stdout): copying nose/plugins/testid.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins
+2020-11-22 19:02:37,718 - b177aa (stdout): copying nose/plugins/xunit.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins
+2020-11-22 19:02:37,718 - b177aa (stdout): copying nose/plugins/cover.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins
+2020-11-22 19:02:37,718 - b177aa (stdout): creating /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/sphinx
+2020-11-22 19:02:37,719 - b177aa (stdout): copying nose/sphinx/__init__.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/sphinx
+2020-11-22 19:02:37,719 - b177aa (stdout): copying nose/sphinx/pluginopts.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/sphinx
+2020-11-22 19:02:37,719 - b177aa (stdout): creating /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/tools
+2020-11-22 19:02:37,719 - b177aa (stdout): copying nose/tools/__init__.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/tools
+2020-11-22 19:02:37,719 - b177aa (stdout): copying nose/tools/nontrivial.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/tools
+2020-11-22 19:02:37,719 - b177aa (stdout): copying nose/tools/trivial.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/tools
+2020-11-22 19:02:37,720 - b177aa (stdout): copying nose/usage.txt -> /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose
+2020-11-22 19:02:37,757 - b177aa (stdout): Fixing /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/__init__.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/__main__.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/case.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/commands.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/config.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/core.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/exc.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/failure.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/importer.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/inspector.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/loader.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/proxy.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/pyversion.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/result.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/selector.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/suite.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/twistedtools.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/util.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/ext/__init__.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/ext/dtcompat.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/__init__.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/allmodules.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/attrib.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/base.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/builtin.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/capture.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/collect.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/debug.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/deprecated.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/doctests.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/errorclass.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/failuredetail.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/isolate.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/logcapture.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/manager.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/multiprocess.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/plugintest.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/prof.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/skip.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/testid.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/xunit.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/cover.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/sphinx/__init__.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/sphinx/pluginopts.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/tools/__init__.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/tools/nontrivial.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/tools/trivial.py
+2020-11-22 19:02:37,816 - b177aa (stdout): Skipping optional fixer: buffer
+2020-11-22 19:02:37,873 - b177aa (stdout): Skipping optional fixer: idioms
+2020-11-22 19:02:38,011 - b177aa (stdout): Skipping optional fixer: set_literal
+2020-11-22 19:02:38,075 - b177aa (stdout): Skipping optional fixer: ws_comma
+2020-11-22 19:02:41,112 - b177aa (stdout): Fixing /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/__init__.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/__main__.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/case.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/commands.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/config.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/core.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/exc.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/failure.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/importer.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/inspector.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/loader.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/proxy.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/pyversion.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/result.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/selector.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/suite.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/twistedtools.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/util.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/ext/__init__.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/ext/dtcompat.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/__init__.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/allmodules.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/attrib.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/base.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/builtin.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/capture.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/collect.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/debug.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/deprecated.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/doctests.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/errorclass.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/failuredetail.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/isolate.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/logcapture.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/manager.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/multiprocess.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/plugintest.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/prof.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/skip.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/testid.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/xunit.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/cover.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/sphinx/__init__.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/sphinx/pluginopts.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/tools/__init__.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/tools/nontrivial.py /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/tools/trivial.py
+2020-11-22 19:02:41,114 - b177aa (stdout): Skipping optional fixer: buffer
+2020-11-22 19:02:41,127 - b177aa (stdout): Skipping optional fixer: idioms
+2020-11-22 19:02:41,162 - b177aa (stdout): Skipping optional fixer: set_literal
+2020-11-22 19:02:41,184 - b177aa (stdout): Skipping optional fixer: ws_comma
+2020-11-22 19:02:41,296 - b177aa (stdout): /usr/lib/python3.7/site-packages/setuptools/lib2to3_ex.py:44: SetuptoolsDeprecationWarning: 2to3 support is deprecated. If the project still requires Python 2 support, please migrate to a single-codebase solution or employ an independent conversion process.
+2020-11-22 19:02:41,296 - b177aa (stdout): SetuptoolsDeprecationWarning)
+2020-11-22 19:02:41,296 - b177aa (stdout): warning: build_py: byte-compiling is disabled, skipping.
+2020-11-22 19:02:41,296 - b177aa (stdout):
+2020-11-22 19:02:41,337 - b177aa (stdout): >>> Source compiled.
+2020-11-22 19:02:41,462 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:41,519 - b177aa (stdout): * Skipping make test/check due to ebuild restriction.
+2020-11-22 19:02:41,520 - b177aa (stdout): >>> Test phase [disabled because of RESTRICT=test]: dev-python/nose-1.3.7-r7
+2020-11-22 19:02:41,642 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:41,698 - b177aa (stdout):
+2020-11-22 19:02:41,698 - b177aa (stdout): >>> Install dev-python/nose-1.3.7-r7 into /var/tmp/portage/dev-python/nose-1.3.7-r7/image
+2020-11-22 19:02:41,710 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install
+2020-11-22 19:02:41,742 - b177aa (stdout): python3.7 setup.py install --skip-build --root=/var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7
+2020-11-22 19:02:41,890 - b177aa (stdout): running install
+2020-11-22 19:02:41,891 - b177aa (stdout): running install_lib
+2020-11-22 19:02:41,892 - b177aa (stdout): creating /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7
+2020-11-22 19:02:41,892 - b177aa (stdout): creating /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr
+2020-11-22 19:02:41,892 - b177aa (stdout): creating /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib
+2020-11-22 19:02:41,892 - b177aa (stdout): creating /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7
+2020-11-22 19:02:41,892 - b177aa (stdout): creating /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages
+2020-11-22 19:02:41,892 - b177aa (stdout): creating /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose
+2020-11-22 19:02:41,892 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/__init__.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose
+2020-11-22 19:02:41,892 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/__main__.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose
+2020-11-22 19:02:41,892 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/case.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose
+2020-11-22 19:02:41,893 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/commands.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose
+2020-11-22 19:02:41,893 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/config.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose
+2020-11-22 19:02:41,893 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/core.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose
+2020-11-22 19:02:41,893 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/exc.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose
+2020-11-22 19:02:41,893 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/failure.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose
+2020-11-22 19:02:41,893 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/importer.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose
+2020-11-22 19:02:41,893 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/inspector.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose
+2020-11-22 19:02:41,893 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/loader.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose
+2020-11-22 19:02:41,893 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/proxy.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose
+2020-11-22 19:02:41,893 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/pyversion.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose
+2020-11-22 19:02:41,894 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/result.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose
+2020-11-22 19:02:41,894 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/selector.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose
+2020-11-22 19:02:41,894 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/suite.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose
+2020-11-22 19:02:41,894 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/twistedtools.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose
+2020-11-22 19:02:41,894 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/util.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose
+2020-11-22 19:02:41,894 - b177aa (stdout): creating /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/ext
+2020-11-22 19:02:41,894 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/ext/__init__.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/ext
+2020-11-22 19:02:41,894 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/ext/dtcompat.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/ext
+2020-11-22 19:02:41,895 - b177aa (stdout): creating /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins
+2020-11-22 19:02:41,895 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/__init__.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins
+2020-11-22 19:02:41,895 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/allmodules.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins
+2020-11-22 19:02:41,895 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/attrib.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins
+2020-11-22 19:02:41,895 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/base.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins
+2020-11-22 19:02:41,895 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/builtin.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins
+2020-11-22 19:02:41,895 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/capture.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins
+2020-11-22 19:02:41,895 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/collect.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins
+2020-11-22 19:02:41,895 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/debug.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins
+2020-11-22 19:02:41,896 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/deprecated.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins
+2020-11-22 19:02:41,896 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/doctests.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins
+2020-11-22 19:02:41,896 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/errorclass.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins
+2020-11-22 19:02:41,896 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/failuredetail.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins
+2020-11-22 19:02:41,896 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/isolate.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins
+2020-11-22 19:02:41,896 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/logcapture.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins
+2020-11-22 19:02:41,896 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/manager.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins
+2020-11-22 19:02:41,896 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/multiprocess.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins
+2020-11-22 19:02:41,897 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/plugintest.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins
+2020-11-22 19:02:41,897 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/prof.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins
+2020-11-22 19:02:41,897 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/skip.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins
+2020-11-22 19:02:41,897 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/testid.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins
+2020-11-22 19:02:41,897 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/xunit.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins
+2020-11-22 19:02:41,897 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/plugins/cover.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins
+2020-11-22 19:02:41,897 - b177aa (stdout): creating /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/sphinx
+2020-11-22 19:02:41,897 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/sphinx/__init__.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/sphinx
+2020-11-22 19:02:41,897 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/sphinx/pluginopts.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/sphinx
+2020-11-22 19:02:41,898 - b177aa (stdout): creating /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/tools
+2020-11-22 19:02:41,898 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/tools/__init__.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/tools
+2020-11-22 19:02:41,898 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/tools/nontrivial.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/tools
+2020-11-22 19:02:41,898 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/tools/trivial.py -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/tools
+2020-11-22 19:02:41,898 - b177aa (stdout): copying /var/tmp/portage/dev-python/nose-1.3.7-r7/work/nose-1.3.7-python3_7/lib/nose/usage.txt -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose
+2020-11-22 19:02:41,899 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:02:41,899 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/__main__.py to __main__.cpython-37.pyc
+2020-11-22 19:02:41,899 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/case.py to case.cpython-37.pyc
+2020-11-22 19:02:41,901 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/commands.py to commands.cpython-37.pyc
+2020-11-22 19:02:41,901 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/config.py to config.cpython-37.pyc
+2020-11-22 19:02:41,905 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/core.py to core.cpython-37.pyc
+2020-11-22 19:02:41,906 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/exc.py to exc.cpython-37.pyc
+2020-11-22 19:02:41,906 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/failure.py to failure.cpython-37.pyc
+2020-11-22 19:02:41,907 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/importer.py to importer.cpython-37.pyc
+2020-11-22 19:02:41,908 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/inspector.py to inspector.cpython-37.pyc
+2020-11-22 19:02:41,909 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/loader.py to loader.cpython-37.pyc
+2020-11-22 19:02:41,912 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/proxy.py to proxy.cpython-37.pyc
+2020-11-22 19:02:41,913 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/pyversion.py to pyversion.cpython-37.pyc
+2020-11-22 19:02:41,914 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/result.py to result.cpython-37.pyc
+2020-11-22 19:02:41,915 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/selector.py to selector.cpython-37.pyc
+2020-11-22 19:02:41,917 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/suite.py to suite.cpython-37.pyc
+2020-11-22 19:02:41,920 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/twistedtools.py to twistedtools.cpython-37.pyc
+2020-11-22 19:02:41,921 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/util.py to util.cpython-37.pyc
+2020-11-22 19:02:41,924 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/ext/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:02:41,924 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/ext/dtcompat.py to dtcompat.cpython-37.pyc
+2020-11-22 19:02:41,931 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:02:41,931 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins/allmodules.py to allmodules.cpython-37.pyc
+2020-11-22 19:02:41,932 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins/attrib.py to attrib.cpython-37.pyc
+2020-11-22 19:02:41,933 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins/base.py to base.cpython-37.pyc
+2020-11-22 19:02:41,934 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins/builtin.py to builtin.cpython-37.pyc
+2020-11-22 19:02:41,934 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins/capture.py to capture.cpython-37.pyc
+2020-11-22 19:02:41,935 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins/collect.py to collect.cpython-37.pyc
+2020-11-22 19:02:41,936 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins/debug.py to debug.cpython-37.pyc
+2020-11-22 19:02:41,936 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins/deprecated.py to deprecated.cpython-37.pyc
+2020-11-22 19:02:41,936 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins/doctests.py to doctests.cpython-37.pyc
+2020-11-22 19:02:41,939 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins/errorclass.py to errorclass.cpython-37.pyc
+2020-11-22 19:02:41,939 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins/failuredetail.py to failuredetail.cpython-37.pyc
+2020-11-22 19:02:41,940 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins/isolate.py to isolate.cpython-37.pyc
+2020-11-22 19:02:41,940 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins/logcapture.py to logcapture.cpython-37.pyc
+2020-11-22 19:02:41,941 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins/manager.py to manager.cpython-37.pyc
+2020-11-22 19:02:41,944 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins/multiprocess.py to multiprocess.cpython-37.pyc
+2020-11-22 19:02:41,948 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins/plugintest.py to plugintest.cpython-37.pyc
+2020-11-22 19:02:41,949 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins/prof.py to prof.cpython-37.pyc
+2020-11-22 19:02:41,949 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins/skip.py to skip.cpython-37.pyc
+2020-11-22 19:02:41,950 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins/testid.py to testid.cpython-37.pyc
+2020-11-22 19:02:41,951 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins/xunit.py to xunit.cpython-37.pyc
+2020-11-22 19:02:41,952 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/plugins/cover.py to cover.cpython-37.pyc
+2020-11-22 19:02:41,954 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/sphinx/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:02:41,954 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/sphinx/pluginopts.py to pluginopts.cpython-37.pyc
+2020-11-22 19:02:41,955 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/tools/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:02:41,955 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/tools/nontrivial.py to nontrivial.cpython-37.pyc
+2020-11-22 19:02:41,956 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose/tools/trivial.py to trivial.cpython-37.pyc
+2020-11-22 19:02:41,956 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/nose-1.3.7-r7/temp/tmpj78neinf.py'
+2020-11-22 19:02:41,956 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/nose-1.3.7-r7/temp/tmpj78neinf.py
+2020-11-22 19:02:42,036 - b177aa (stdout): removing /var/tmp/portage/dev-python/nose-1.3.7-r7/temp/tmpj78neinf.py
+2020-11-22 19:02:42,036 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/nose-1.3.7-r7/temp/tmpaqomu4e2.py'
+2020-11-22 19:02:42,036 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/nose-1.3.7-r7/temp/tmpaqomu4e2.py
+2020-11-22 19:02:42,112 - b177aa (stdout): removing /var/tmp/portage/dev-python/nose-1.3.7-r7/temp/tmpaqomu4e2.py
+2020-11-22 19:02:42,113 - b177aa (stdout): running install_data
+2020-11-22 19:02:42,113 - b177aa (stdout): creating /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/share
+2020-11-22 19:02:42,113 - b177aa (stdout): creating /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/share/man
+2020-11-22 19:02:42,113 - b177aa (stdout): creating /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/share/man/man1
+2020-11-22 19:02:42,114 - b177aa (stdout): copying nosetests.1 -> /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/share/man/man1
+2020-11-22 19:02:42,114 - b177aa (stdout): running install_egg_info
+2020-11-22 19:02:42,118 - b177aa (stdout): running egg_info
+2020-11-22 19:02:42,118 - b177aa (stdout): writing nose.egg-info/PKG-INFO
+2020-11-22 19:02:42,118 - b177aa (stdout): writing dependency_links to nose.egg-info/dependency_links.txt
+2020-11-22 19:02:42,119 - b177aa (stdout): writing entry points to nose.egg-info/entry_points.txt
+2020-11-22 19:02:42,119 - b177aa (stdout): writing top-level names to nose.egg-info/top_level.txt
+2020-11-22 19:02:42,124 - b177aa (stdout): reading manifest file 'nose.egg-info/SOURCES.txt'
+2020-11-22 19:02:42,126 - b177aa (stdout): reading manifest template 'MANIFEST.in'
+2020-11-22 19:02:42,131 - b177aa (stdout): no previously-included directories found matching 'doc/.build'
+2020-11-22 19:02:42,136 - b177aa (stdout): writing manifest file 'nose.egg-info/SOURCES.txt'
+2020-11-22 19:02:42,136 - b177aa (stdout): Copying nose.egg-info to /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python3.7/site-packages/nose-1.3.7-py3.7.egg-info
+2020-11-22 19:02:42,137 - b177aa (stdout): running install_scripts
+2020-11-22 19:02:42,152 - b177aa (stdout): Installing nosetests script to /var/tmp/portage/dev-python/nose-1.3.7-r7/image/_python3.7/usr/lib/python-exec/python3.7
+2020-11-22 19:02:42,482 - b177aa (stdout): * Using python3.7 in global scope
+2020-11-22 19:02:42,493 - b177aa (stdout): * python3_7: running distutils-r1_run_phase python_install_all
+2020-11-22 19:02:42,780 - b177aa (stdout): >>> Completed installing dev-python/nose-1.3.7-r7 into /var/tmp/portage/dev-python/nose-1.3.7-r7/image
+2020-11-22 19:02:42,780 - b177aa (stdout):
+2020-11-22 19:02:42,788 - b177aa (stdout): * Final size of build directory: 3084 KiB (3.0 MiB)
+2020-11-22 19:02:42,793 - b177aa (stdout): * Final size of installed tree: 2224 KiB (2.1 MiB)
+2020-11-22 19:02:42,793 - b177aa (stdout):
+2020-11-22 19:02:43,266 - b177aa (stdout): * Verifying compiled files in /usr/lib/python3.7/site-packages
+2020-11-22 19:02:43,542 - b177aa (stdout):
+2020-11-22 19:02:43,542 - b177aa (stdout): >>> Installing (4 of 18) dev-python/nose-1.3.7-r7::gentoo
+2020-11-22 19:02:46,493 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:46,745 - b177aa (stdout): * checking 202 files for package collisions
+2020-11-22 19:02:46,761 - b177aa (stdout): >>> Merging dev-python/nose-1.3.7-r7 to /
+2020-11-22 19:02:47,013 - b177aa (stdout): --- /usr/
+2020-11-22 19:02:47,013 - b177aa (stdout): --- /usr/bin/
+2020-11-22 19:02:47,015 - b177aa (stdout): >>> /usr/bin/nosetests -> ../lib/python-exec/python-exec2
+2020-11-22 19:02:47,015 - b177aa (stdout): --- /usr/share/
+2020-11-22 19:02:47,015 - b177aa (stdout): --- /usr/share/doc/
+2020-11-22 19:02:47,015 - b177aa (stdout): >>> /usr/share/doc/nose-1.3.7-r7/
+2020-11-22 19:02:47,015 - b177aa (stdout): >>> /usr/share/doc/nose-1.3.7-r7/CHANGELOG.bz2
+2020-11-22 19:02:47,015 - b177aa (stdout): >>> /usr/share/doc/nose-1.3.7-r7/NEWS.bz2
+2020-11-22 19:02:47,015 - b177aa (stdout): >>> /usr/share/doc/nose-1.3.7-r7/README.txt.bz2
+2020-11-22 19:02:47,016 - b177aa (stdout): >>> /usr/share/doc/nose-1.3.7-r7/AUTHORS.bz2
+2020-11-22 19:02:47,016 - b177aa (stdout): --- /usr/share/man/
+2020-11-22 19:02:47,016 - b177aa (stdout): --- /usr/share/man/man1/
+2020-11-22 19:02:47,016 - b177aa (stdout): >>> /usr/share/man/man1/nosetests.1.bz2
+2020-11-22 19:02:47,016 - b177aa (stdout): --- /usr/lib/
+2020-11-22 19:02:47,016 - b177aa (stdout): --- /usr/lib/python-exec/
+2020-11-22 19:02:47,016 - b177aa (stdout): --- /usr/lib/python-exec/python3.7/
+2020-11-22 19:02:47,016 - b177aa (stdout): >>> /usr/lib/python-exec/python3.7/nosetests
+2020-11-22 19:02:47,017 - b177aa (stdout): --- /usr/lib/python3.7/
+2020-11-22 19:02:47,017 - b177aa (stdout): --- /usr/lib/python3.7/site-packages/
+2020-11-22 19:02:47,017 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose-1.3.7-py3.7.egg-info/
+2020-11-22 19:02:47,017 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose-1.3.7-py3.7.egg-info/top_level.txt
+2020-11-22 19:02:47,017 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose-1.3.7-py3.7.egg-info/SOURCES.txt
+2020-11-22 19:02:47,017 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose-1.3.7-py3.7.egg-info/PKG-INFO
+2020-11-22 19:02:47,017 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose-1.3.7-py3.7.egg-info/not-zip-safe
+2020-11-22 19:02:47,018 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose-1.3.7-py3.7.egg-info/entry_points.txt
+2020-11-22 19:02:47,018 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose-1.3.7-py3.7.egg-info/dependency_links.txt
+2020-11-22 19:02:47,018 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/
+2020-11-22 19:02:47,018 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/
+2020-11-22 19:02:47,019 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/util.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,019 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/twistedtools.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,019 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/suite.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,019 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/selector.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,019 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/result.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,020 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/pyversion.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,020 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/proxy.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,020 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/loader.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,020 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/inspector.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,020 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/importer.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,021 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/failure.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,021 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/exc.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,021 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/core.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,021 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/config.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,021 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/commands.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,022 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/case.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,022 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/__main__.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,022 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,022 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/util.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,022 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/twistedtools.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,022 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/suite.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,023 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/selector.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,023 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/result.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,023 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/pyversion.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,023 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/proxy.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,023 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/loader.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,024 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/inspector.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,024 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/importer.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,024 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/failure.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,024 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/exc.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,024 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/core.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,025 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/config.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,025 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/commands.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,025 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/case.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,025 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/__main__.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,025 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,025 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/util.cpython-37.pyc
+2020-11-22 19:02:47,026 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/twistedtools.cpython-37.pyc
+2020-11-22 19:02:47,026 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/suite.cpython-37.pyc
+2020-11-22 19:02:47,026 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/selector.cpython-37.pyc
+2020-11-22 19:02:47,026 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/result.cpython-37.pyc
+2020-11-22 19:02:47,026 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/pyversion.cpython-37.pyc
+2020-11-22 19:02:47,026 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/proxy.cpython-37.pyc
+2020-11-22 19:02:47,026 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/loader.cpython-37.pyc
+2020-11-22 19:02:47,026 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/inspector.cpython-37.pyc
+2020-11-22 19:02:47,027 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/importer.cpython-37.pyc
+2020-11-22 19:02:47,027 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/failure.cpython-37.pyc
+2020-11-22 19:02:47,027 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/exc.cpython-37.pyc
+2020-11-22 19:02:47,027 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/core.cpython-37.pyc
+2020-11-22 19:02:47,027 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/config.cpython-37.pyc
+2020-11-22 19:02:47,027 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/commands.cpython-37.pyc
+2020-11-22 19:02:47,028 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/case.cpython-37.pyc
+2020-11-22 19:02:47,028 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/__main__.cpython-37.pyc
+2020-11-22 19:02:47,028 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:02:47,028 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/usage.txt
+2020-11-22 19:02:47,028 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/tools/
+2020-11-22 19:02:47,028 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/tools/__pycache__/
+2020-11-22 19:02:47,028 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/tools/__pycache__/trivial.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,029 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/tools/__pycache__/nontrivial.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,029 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/tools/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,029 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/tools/__pycache__/trivial.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,029 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/tools/__pycache__/nontrivial.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,029 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/tools/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,029 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/tools/__pycache__/trivial.cpython-37.pyc
+2020-11-22 19:02:47,030 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/tools/__pycache__/nontrivial.cpython-37.pyc
+2020-11-22 19:02:47,030 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/tools/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:02:47,030 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/tools/trivial.py
+2020-11-22 19:02:47,030 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/tools/nontrivial.py
+2020-11-22 19:02:47,030 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/tools/__init__.py
+2020-11-22 19:02:47,030 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/sphinx/
+2020-11-22 19:02:47,030 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/sphinx/__pycache__/
+2020-11-22 19:02:47,031 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/sphinx/__pycache__/pluginopts.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,031 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/sphinx/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,031 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/sphinx/__pycache__/pluginopts.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,031 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/sphinx/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,031 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/sphinx/__pycache__/pluginopts.cpython-37.pyc
+2020-11-22 19:02:47,031 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/sphinx/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:02:47,031 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/sphinx/pluginopts.py
+2020-11-22 19:02:47,032 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/sphinx/__init__.py
+2020-11-22 19:02:47,032 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/
+2020-11-22 19:02:47,032 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/
+2020-11-22 19:02:47,033 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/cover.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,033 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/xunit.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,033 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/testid.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,033 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/skip.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,033 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/prof.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,034 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/plugintest.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,034 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/multiprocess.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,034 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/manager.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,034 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/logcapture.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,034 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/isolate.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,034 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/failuredetail.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,035 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/errorclass.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,035 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/doctests.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,035 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/deprecated.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,035 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/debug.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,035 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/collect.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,035 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/capture.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,036 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/builtin.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,036 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/base.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,036 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/attrib.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,036 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/allmodules.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,036 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,036 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/cover.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,037 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/xunit.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,037 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/testid.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,037 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/skip.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,037 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/prof.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,037 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/plugintest.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,038 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/multiprocess.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,038 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/manager.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,038 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/logcapture.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,038 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/isolate.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,039 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/failuredetail.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,039 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/errorclass.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,039 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/doctests.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,039 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/deprecated.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,039 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/debug.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,039 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/collect.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,039 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/capture.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,040 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/builtin.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,040 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/base.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,040 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/attrib.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,040 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/allmodules.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,040 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,040 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/cover.cpython-37.pyc
+2020-11-22 19:02:47,041 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/xunit.cpython-37.pyc
+2020-11-22 19:02:47,041 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/testid.cpython-37.pyc
+2020-11-22 19:02:47,041 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/skip.cpython-37.pyc
+2020-11-22 19:02:47,041 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/prof.cpython-37.pyc
+2020-11-22 19:02:47,041 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/plugintest.cpython-37.pyc
+2020-11-22 19:02:47,041 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/multiprocess.cpython-37.pyc
+2020-11-22 19:02:47,042 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/manager.cpython-37.pyc
+2020-11-22 19:02:47,042 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/logcapture.cpython-37.pyc
+2020-11-22 19:02:47,042 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/isolate.cpython-37.pyc
+2020-11-22 19:02:47,042 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/failuredetail.cpython-37.pyc
+2020-11-22 19:02:47,042 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/errorclass.cpython-37.pyc
+2020-11-22 19:02:47,042 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/doctests.cpython-37.pyc
+2020-11-22 19:02:47,043 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/deprecated.cpython-37.pyc
+2020-11-22 19:02:47,043 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/debug.cpython-37.pyc
+2020-11-22 19:02:47,043 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/collect.cpython-37.pyc
+2020-11-22 19:02:47,043 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/capture.cpython-37.pyc
+2020-11-22 19:02:47,043 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/builtin.cpython-37.pyc
+2020-11-22 19:02:47,044 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/base.cpython-37.pyc
+2020-11-22 19:02:47,044 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/attrib.cpython-37.pyc
+2020-11-22 19:02:47,044 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/allmodules.cpython-37.pyc
+2020-11-22 19:02:47,044 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:02:47,044 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/cover.py
+2020-11-22 19:02:47,045 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/xunit.py
+2020-11-22 19:02:47,045 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/testid.py
+2020-11-22 19:02:47,045 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/skip.py
+2020-11-22 19:02:47,045 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/prof.py
+2020-11-22 19:02:47,046 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/plugintest.py
+2020-11-22 19:02:47,046 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/multiprocess.py
+2020-11-22 19:02:47,046 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/manager.py
+2020-11-22 19:02:47,046 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/logcapture.py
+2020-11-22 19:02:47,046 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/isolate.py
+2020-11-22 19:02:47,046 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/failuredetail.py
+2020-11-22 19:02:47,046 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/errorclass.py
+2020-11-22 19:02:47,047 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/doctests.py
+2020-11-22 19:02:47,047 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/deprecated.py
+2020-11-22 19:02:47,047 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/debug.py
+2020-11-22 19:02:47,047 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/collect.py
+2020-11-22 19:02:47,047 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/capture.py
+2020-11-22 19:02:47,047 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/builtin.py
+2020-11-22 19:02:47,048 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/base.py
+2020-11-22 19:02:47,048 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/attrib.py
+2020-11-22 19:02:47,048 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/allmodules.py
+2020-11-22 19:02:47,048 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/plugins/__init__.py
+2020-11-22 19:02:47,048 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/ext/
+2020-11-22 19:02:47,049 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/ext/__pycache__/
+2020-11-22 19:02:47,049 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/ext/__pycache__/dtcompat.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,049 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/ext/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:02:47,049 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/ext/__pycache__/dtcompat.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,049 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/ext/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:02:47,049 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/ext/__pycache__/dtcompat.cpython-37.pyc
+2020-11-22 19:02:47,050 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/ext/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:02:47,050 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/ext/dtcompat.py
+2020-11-22 19:02:47,050 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/ext/__init__.py
+2020-11-22 19:02:47,050 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/util.py
+2020-11-22 19:02:47,050 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/twistedtools.py
+2020-11-22 19:02:47,050 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/suite.py
+2020-11-22 19:02:47,051 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/selector.py
+2020-11-22 19:02:47,051 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/result.py
+2020-11-22 19:02:47,051 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/pyversion.py
+2020-11-22 19:02:47,051 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/proxy.py
+2020-11-22 19:02:47,051 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/loader.py
+2020-11-22 19:02:47,051 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/inspector.py
+2020-11-22 19:02:47,051 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/importer.py
+2020-11-22 19:02:47,052 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/failure.py
+2020-11-22 19:02:47,052 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/exc.py
+2020-11-22 19:02:47,052 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/core.py
+2020-11-22 19:02:47,052 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/config.py
+2020-11-22 19:02:47,052 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/commands.py
+2020-11-22 19:02:47,052 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/case.py
+2020-11-22 19:02:47,053 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__main__.py
+2020-11-22 19:02:47,053 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/nose/__init__.py
+2020-11-22 19:02:47,442 - b177aa (stdout): >>> dev-python/nose-1.3.7-r7 merged.
+2020-11-22 19:02:51,819 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:51,890 - b177aa (stdout):
+2020-11-22 19:02:51,890 - b177aa (stdout): >>> Emerging (5 of 18) dev-python/more-itertools-8.6.0::gentoo
+2020-11-22 19:02:51,903 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:51,953 - b177aa (stdout): * more-itertools-8.6.0.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
+2020-11-22 19:02:52,244 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:52,299 - b177aa (stdout): >>> Unpacking source...
+2020-11-22 19:02:52,300 - b177aa (stdout): >>> Unpacking more-itertools-8.6.0.tar.gz to /var/tmp/portage/dev-python/more-itertools-8.6.0/work
+2020-11-22 19:02:52,346 - b177aa (stdout): >>> Source unpacked in /var/tmp/portage/dev-python/more-itertools-8.6.0/work
+2020-11-22 19:02:52,466 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:52,520 - b177aa (stdout): >>> Preparing source in /var/tmp/portage/dev-python/more-itertools-8.6.0/work/more-itertools-8.6.0 ...
+2020-11-22 19:02:52,525 - b177aa (stdout): >>> Source prepared.
+2020-11-22 19:02:52,646 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:52,701 - b177aa (stdout): >>> Configuring source in /var/tmp/portage/dev-python/more-itertools-8.6.0/work/more-itertools-8.6.0 ...
+2020-11-22 19:02:52,704 - b177aa (stdout): >>> Source configured.
+2020-11-22 19:02:52,831 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:52,886 - b177aa (stdout): >>> Compiling source in /var/tmp/portage/dev-python/more-itertools-8.6.0/work/more-itertools-8.6.0 ...
+2020-11-22 19:02:52,897 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_compile
+2020-11-22 19:02:52,937 - b177aa (stdout): python3.7 setup.py build -j 8
+2020-11-22 19:02:53,148 - b177aa (stdout): running build
+2020-11-22 19:02:53,148 - b177aa (stdout): running build_py
+2020-11-22 19:02:53,166 - b177aa (stdout): creating /var/tmp/portage/dev-python/more-itertools-8.6.0/work/more-itertools-8.6.0-python3_7/lib/more_itertools
+2020-11-22 19:02:53,167 - b177aa (stdout): copying more_itertools/__init__.py -> /var/tmp/portage/dev-python/more-itertools-8.6.0/work/more-itertools-8.6.0-python3_7/lib/more_itertools
+2020-11-22 19:02:53,167 - b177aa (stdout): copying more_itertools/more.py -> /var/tmp/portage/dev-python/more-itertools-8.6.0/work/more-itertools-8.6.0-python3_7/lib/more_itertools
+2020-11-22 19:02:53,167 - b177aa (stdout): copying more_itertools/recipes.py -> /var/tmp/portage/dev-python/more-itertools-8.6.0/work/more-itertools-8.6.0-python3_7/lib/more_itertools
+2020-11-22 19:02:53,167 - b177aa (stdout): running egg_info
+2020-11-22 19:02:53,169 - b177aa (stdout): writing more_itertools.egg-info/PKG-INFO
+2020-11-22 19:02:53,170 - b177aa (stdout): writing dependency_links to more_itertools.egg-info/dependency_links.txt
+2020-11-22 19:02:53,170 - b177aa (stdout): writing top-level names to more_itertools.egg-info/top_level.txt
+2020-11-22 19:02:53,175 - b177aa (stdout): reading manifest file 'more_itertools.egg-info/SOURCES.txt'
+2020-11-22 19:02:53,175 - b177aa (stdout): reading manifest template 'MANIFEST.in'
+2020-11-22 19:02:53,176 - b177aa (stdout): warning: no files found matching 'fabfile.py'
+2020-11-22 19:02:53,177 - b177aa (stdout): writing manifest file 'more_itertools.egg-info/SOURCES.txt'
+2020-11-22 19:02:53,178 - b177aa (stdout): warning: build_py: byte-compiling is disabled, skipping.
+2020-11-22 19:02:53,178 - b177aa (stdout):
+2020-11-22 19:02:53,419 - b177aa (stdout): * Using python3.8 in global scope
+2020-11-22 19:02:53,423 - b177aa (stdout): * python3_8: running distutils-r1_run_phase python_compile_all
+2020-11-22 19:02:53,432 - b177aa (stdout): >>> Source compiled.
+2020-11-22 19:02:53,552 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:53,605 - b177aa (stdout): >>> Test phase [not enabled]: dev-python/more-itertools-8.6.0
+2020-11-22 19:02:53,725 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:53,787 - b177aa (stdout):
+2020-11-22 19:02:53,787 - b177aa (stdout): >>> Install dev-python/more-itertools-8.6.0 into /var/tmp/portage/dev-python/more-itertools-8.6.0/image
+2020-11-22 19:02:53,800 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install
+2020-11-22 19:02:53,829 - b177aa (stdout): python3.7 setup.py install --skip-build --root=/var/tmp/portage/dev-python/more-itertools-8.6.0/image/_python3.7
+2020-11-22 19:02:53,973 - b177aa (stdout): running install
+2020-11-22 19:02:53,974 - b177aa (stdout): running install_lib
+2020-11-22 19:02:53,974 - b177aa (stdout): creating /var/tmp/portage/dev-python/more-itertools-8.6.0/image/_python3.7
+2020-11-22 19:02:53,974 - b177aa (stdout): creating /var/tmp/portage/dev-python/more-itertools-8.6.0/image/_python3.7/usr
+2020-11-22 19:02:53,974 - b177aa (stdout): creating /var/tmp/portage/dev-python/more-itertools-8.6.0/image/_python3.7/usr/lib
+2020-11-22 19:02:53,975 - b177aa (stdout): creating /var/tmp/portage/dev-python/more-itertools-8.6.0/image/_python3.7/usr/lib/python3.7
+2020-11-22 19:02:53,975 - b177aa (stdout): creating /var/tmp/portage/dev-python/more-itertools-8.6.0/image/_python3.7/usr/lib/python3.7/site-packages
+2020-11-22 19:02:53,975 - b177aa (stdout): creating /var/tmp/portage/dev-python/more-itertools-8.6.0/image/_python3.7/usr/lib/python3.7/site-packages/more_itertools
+2020-11-22 19:02:53,975 - b177aa (stdout): copying /var/tmp/portage/dev-python/more-itertools-8.6.0/work/more-itertools-8.6.0-python3_7/lib/more_itertools/__init__.py -> /var/tmp/portage/dev-python/more-itertools-8.6.0/image/_python3.7/usr/lib/python3.7/site-packages/more_itertools
+2020-11-22 19:02:53,975 - b177aa (stdout): copying /var/tmp/portage/dev-python/more-itertools-8.6.0/work/more-itertools-8.6.0-python3_7/lib/more_itertools/more.py -> /var/tmp/portage/dev-python/more-itertools-8.6.0/image/_python3.7/usr/lib/python3.7/site-packages/more_itertools
+2020-11-22 19:02:53,975 - b177aa (stdout): copying /var/tmp/portage/dev-python/more-itertools-8.6.0/work/more-itertools-8.6.0-python3_7/lib/more_itertools/recipes.py -> /var/tmp/portage/dev-python/more-itertools-8.6.0/image/_python3.7/usr/lib/python3.7/site-packages/more_itertools
+2020-11-22 19:02:53,975 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/more-itertools-8.6.0/image/_python3.7/usr/lib/python3.7/site-packages/more_itertools/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:02:53,975 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/more-itertools-8.6.0/image/_python3.7/usr/lib/python3.7/site-packages/more_itertools/more.py to more.cpython-37.pyc
+2020-11-22 19:02:53,984 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/more-itertools-8.6.0/image/_python3.7/usr/lib/python3.7/site-packages/more_itertools/recipes.py to recipes.cpython-37.pyc
+2020-11-22 19:02:53,986 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/more-itertools-8.6.0/temp/tmp603msiy2.py'
+2020-11-22 19:02:53,986 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/more-itertools-8.6.0/temp/tmp603msiy2.py
+2020-11-22 19:02:54,029 - b177aa (stdout): removing /var/tmp/portage/dev-python/more-itertools-8.6.0/temp/tmp603msiy2.py
+2020-11-22 19:02:54,029 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/more-itertools-8.6.0/temp/tmpg62gbcpd.py'
+2020-11-22 19:02:54,029 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/more-itertools-8.6.0/temp/tmpg62gbcpd.py
+2020-11-22 19:02:54,069 - b177aa (stdout): removing /var/tmp/portage/dev-python/more-itertools-8.6.0/temp/tmpg62gbcpd.py
+2020-11-22 19:02:54,069 - b177aa (stdout): running install_egg_info
+2020-11-22 19:02:54,073 - b177aa (stdout): running egg_info
+2020-11-22 19:02:54,074 - b177aa (stdout): writing more_itertools.egg-info/PKG-INFO
+2020-11-22 19:02:54,074 - b177aa (stdout): writing dependency_links to more_itertools.egg-info/dependency_links.txt
+2020-11-22 19:02:54,074 - b177aa (stdout): writing top-level names to more_itertools.egg-info/top_level.txt
+2020-11-22 19:02:54,092 - b177aa (stdout): reading manifest file 'more_itertools.egg-info/SOURCES.txt'
+2020-11-22 19:02:54,092 - b177aa (stdout): reading manifest template 'MANIFEST.in'
+2020-11-22 19:02:54,093 - b177aa (stdout): warning: no files found matching 'fabfile.py'
+2020-11-22 19:02:54,094 - b177aa (stdout): writing manifest file 'more_itertools.egg-info/SOURCES.txt'
+2020-11-22 19:02:54,094 - b177aa (stdout): Copying more_itertools.egg-info to /var/tmp/portage/dev-python/more-itertools-8.6.0/image/_python3.7/usr/lib/python3.7/site-packages/more_itertools-8.6.0-py3.7.egg-info
+2020-11-22 19:02:54,095 - b177aa (stdout): running install_scripts
+2020-11-22 19:02:54,446 - b177aa (stdout): * Using python3.8 in global scope
+2020-11-22 19:02:54,450 - b177aa (stdout): * python3_8: running distutils-r1_run_phase distutils-r1_python_install_all
+2020-11-22 19:02:54,540 - b177aa (stdout): >>> Completed installing dev-python/more-itertools-8.6.0 into /var/tmp/portage/dev-python/more-itertools-8.6.0/image
+2020-11-22 19:02:54,540 - b177aa (stdout):
+2020-11-22 19:02:54,547 - b177aa (stdout): * Final size of build directory: 820 KiB
+2020-11-22 19:02:54,550 - b177aa (stdout): * Final size of installed tree: 596 KiB
+2020-11-22 19:02:54,551 - b177aa (stdout):
+2020-11-22 19:02:54,921 - b177aa (stdout): * Verifying compiled files in /usr/lib/python3.7/site-packages
+2020-11-22 19:02:55,187 - b177aa (stdout):
+2020-11-22 19:02:55,188 - b177aa (stdout): >>> Installing (5 of 18) dev-python/more-itertools-8.6.0::gentoo
+2020-11-22 19:02:55,216 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:55,478 - b177aa (stdout): * checking 17 files for package collisions
+2020-11-22 19:02:55,480 - b177aa (stdout): >>> Merging dev-python/more-itertools-8.6.0 to /
+2020-11-22 19:02:55,751 - b177aa (stdout): --- /usr/
+2020-11-22 19:02:55,751 - b177aa (stdout): --- /usr/share/
+2020-11-22 19:02:55,752 - b177aa (stdout): --- /usr/share/doc/
+2020-11-22 19:02:55,752 - b177aa (stdout): >>> /usr/share/doc/more-itertools-8.6.0/
+2020-11-22 19:02:55,754 - b177aa (stdout): >>> /usr/share/doc/more-itertools-8.6.0/README.rst.bz2
+2020-11-22 19:02:55,754 - b177aa (stdout): --- /usr/lib/
+2020-11-22 19:02:55,754 - b177aa (stdout): --- /usr/lib/python3.7/
+2020-11-22 19:02:55,754 - b177aa (stdout): --- /usr/lib/python3.7/site-packages/
+2020-11-22 19:02:55,754 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/more_itertools-8.6.0-py3.7.egg-info/
+2020-11-22 19:02:55,754 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/more_itertools-8.6.0-py3.7.egg-info/top_level.txt
+2020-11-22 19:02:55,754 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/more_itertools-8.6.0-py3.7.egg-info/dependency_links.txt
+2020-11-22 19:02:55,755 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/more_itertools-8.6.0-py3.7.egg-info/SOURCES.txt
+2020-11-22 19:02:55,755 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/more_itertools-8.6.0-py3.7.egg-info/PKG-INFO
+2020-11-22 19:02:55,755 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/more_itertools/
+2020-11-22 19:02:55,755 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/more_itertools/__pycache__/
+2020-11-22 19:02:55,755 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/more_itertools/__pycache__/recipes.cpython-37.opt-2.pyc
+2020-11-22 19:02:55,756 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/more_itertools/__pycache__/more.cpython-37.opt-2.pyc
+2020-11-22 19:02:55,756 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/more_itertools/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:02:55,756 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/more_itertools/__pycache__/recipes.cpython-37.opt-1.pyc
+2020-11-22 19:02:55,756 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/more_itertools/__pycache__/more.cpython-37.opt-1.pyc
+2020-11-22 19:02:55,756 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/more_itertools/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:02:55,757 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/more_itertools/__pycache__/recipes.cpython-37.pyc
+2020-11-22 19:02:55,757 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/more_itertools/__pycache__/more.cpython-37.pyc
+2020-11-22 19:02:55,757 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/more_itertools/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:02:55,757 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/more_itertools/recipes.py
+2020-11-22 19:02:55,758 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/more_itertools/more.py
+2020-11-22 19:02:55,758 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/more_itertools/__init__.py
+2020-11-22 19:02:56,193 - b177aa (stdout): >>> dev-python/more-itertools-8.6.0 merged.
+2020-11-22 19:02:58,032 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:58,103 - b177aa (stdout):
+2020-11-22 19:02:58,103 - b177aa (stdout): >>> Emerging (6 of 18) dev-python/pyparsing-2.4.7-r1::gentoo
+2020-11-22 19:02:58,121 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:58,186 - b177aa (stdout): * pyparsing_2.4.7.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
+2020-11-22 19:02:58,487 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:58,550 - b177aa (stdout): >>> Unpacking source...
+2020-11-22 19:02:58,550 - b177aa (stdout): >>> Unpacking pyparsing_2.4.7.tar.gz to /var/tmp/portage/dev-python/pyparsing-2.4.7-r1/work
+2020-11-22 19:02:58,614 - b177aa (stdout): >>> Source unpacked in /var/tmp/portage/dev-python/pyparsing-2.4.7-r1/work
+2020-11-22 19:02:58,746 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:58,802 - b177aa (stdout): >>> Preparing source in /var/tmp/portage/dev-python/pyparsing-2.4.7-r1/work/pyparsing-pyparsing_2.4.7 ...
+2020-11-22 19:02:58,807 - b177aa (stdout): >>> Source prepared.
+2020-11-22 19:02:58,969 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:59,034 - b177aa (stdout): >>> Configuring source in /var/tmp/portage/dev-python/pyparsing-2.4.7-r1/work/pyparsing-pyparsing_2.4.7 ...
+2020-11-22 19:02:59,037 - b177aa (stdout): >>> Source configured.
+2020-11-22 19:02:59,161 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:59,218 - b177aa (stdout): >>> Compiling source in /var/tmp/portage/dev-python/pyparsing-2.4.7-r1/work/pyparsing-pyparsing_2.4.7 ...
+2020-11-22 19:02:59,230 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_compile
+2020-11-22 19:02:59,271 - b177aa (stdout): python3.7 setup.py build -j 8
+2020-11-22 19:02:59,441 - b177aa (stdout): running build
+2020-11-22 19:02:59,441 - b177aa (stdout): running build_py
+2020-11-22 19:02:59,454 - b177aa (stdout): copying pyparsing.py -> /var/tmp/portage/dev-python/pyparsing-2.4.7-r1/work/pyparsing-pyparsing_2.4.7-python3_7/lib
+2020-11-22 19:02:59,455 - b177aa (stdout): warning: build_py: byte-compiling is disabled, skipping.
+2020-11-22 19:02:59,455 - b177aa (stdout):
+2020-11-22 19:02:59,470 - b177aa (stdout): >>> Source compiled.
+2020-11-22 19:02:59,597 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:59,663 - b177aa (stdout): >>> Test phase [not enabled]: dev-python/pyparsing-2.4.7-r1
+2020-11-22 19:02:59,799 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:02:59,857 - b177aa (stdout):
+2020-11-22 19:02:59,857 - b177aa (stdout): >>> Install dev-python/pyparsing-2.4.7-r1 into /var/tmp/portage/dev-python/pyparsing-2.4.7-r1/image
+2020-11-22 19:02:59,870 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install
+2020-11-22 19:02:59,899 - b177aa (stdout): python3.7 setup.py install --skip-build --root=/var/tmp/portage/dev-python/pyparsing-2.4.7-r1/image/_python3.7
+2020-11-22 19:03:00,093 - b177aa (stdout): running install
+2020-11-22 19:03:00,094 - b177aa (stdout): running install_lib
+2020-11-22 19:03:00,095 - b177aa (stdout): creating /var/tmp/portage/dev-python/pyparsing-2.4.7-r1/image/_python3.7
+2020-11-22 19:03:00,095 - b177aa (stdout): creating /var/tmp/portage/dev-python/pyparsing-2.4.7-r1/image/_python3.7/usr
+2020-11-22 19:03:00,095 - b177aa (stdout): creating /var/tmp/portage/dev-python/pyparsing-2.4.7-r1/image/_python3.7/usr/lib
+2020-11-22 19:03:00,095 - b177aa (stdout): creating /var/tmp/portage/dev-python/pyparsing-2.4.7-r1/image/_python3.7/usr/lib/python3.7
+2020-11-22 19:03:00,095 - b177aa (stdout): creating /var/tmp/portage/dev-python/pyparsing-2.4.7-r1/image/_python3.7/usr/lib/python3.7/site-packages
+2020-11-22 19:03:00,095 - b177aa (stdout): copying /var/tmp/portage/dev-python/pyparsing-2.4.7-r1/work/pyparsing-pyparsing_2.4.7-python3_7/lib/pyparsing.py -> /var/tmp/portage/dev-python/pyparsing-2.4.7-r1/image/_python3.7/usr/lib/python3.7/site-packages
+2020-11-22 19:03:00,096 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pyparsing-2.4.7-r1/image/_python3.7/usr/lib/python3.7/site-packages/pyparsing.py to pyparsing.cpython-37.pyc
+2020-11-22 19:03:00,126 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/pyparsing-2.4.7-r1/temp/tmp9oz6hz0m.py'
+2020-11-22 19:03:00,127 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/pyparsing-2.4.7-r1/temp/tmp9oz6hz0m.py
+2020-11-22 19:03:00,187 - b177aa (stdout): removing /var/tmp/portage/dev-python/pyparsing-2.4.7-r1/temp/tmp9oz6hz0m.py
+2020-11-22 19:03:00,187 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/pyparsing-2.4.7-r1/temp/tmp7zzln546.py'
+2020-11-22 19:03:00,187 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/pyparsing-2.4.7-r1/temp/tmp7zzln546.py
+2020-11-22 19:03:00,244 - b177aa (stdout): removing /var/tmp/portage/dev-python/pyparsing-2.4.7-r1/temp/tmp7zzln546.py
+2020-11-22 19:03:00,244 - b177aa (stdout): running install_egg_info
+2020-11-22 19:03:00,248 - b177aa (stdout): running egg_info
+2020-11-22 19:03:00,249 - b177aa (stdout): creating pyparsing.egg-info
+2020-11-22 19:03:00,249 - b177aa (stdout): writing pyparsing.egg-info/PKG-INFO
+2020-11-22 19:03:00,249 - b177aa (stdout): writing dependency_links to pyparsing.egg-info/dependency_links.txt
+2020-11-22 19:03:00,249 - b177aa (stdout): writing top-level names to pyparsing.egg-info/top_level.txt
+2020-11-22 19:03:00,249 - b177aa (stdout): writing manifest file 'pyparsing.egg-info/SOURCES.txt'
+2020-11-22 19:03:00,266 - b177aa (stdout): reading manifest file 'pyparsing.egg-info/SOURCES.txt'
+2020-11-22 19:03:00,266 - b177aa (stdout): reading manifest template 'MANIFEST.in'
+2020-11-22 19:03:00,266 - b177aa (stdout): warning: no files found matching 'HowToUsePyparsing.rst'
+2020-11-22 19:03:00,267 - b177aa (stdout): warning: no files found matching 'pyparsingClassDiagram.*'
+2020-11-22 19:03:00,267 - b177aa (stdout): warning: no files found matching 'README.md'
+2020-11-22 19:03:00,267 - b177aa (stdout): warning: no files found matching 'modules.rst'
+2020-11-22 19:03:00,269 - b177aa (stdout): no previously-included directories found matching 'docs/_build/*'
+2020-11-22 19:03:00,271 - b177aa (stdout): writing manifest file 'pyparsing.egg-info/SOURCES.txt'
+2020-11-22 19:03:00,271 - b177aa (stdout): Copying pyparsing.egg-info to /var/tmp/portage/dev-python/pyparsing-2.4.7-r1/image/_python3.7/usr/lib/python3.7/site-packages/pyparsing-2.4.7-py3.7.egg-info
+2020-11-22 19:03:00,271 - b177aa (stdout): running install_scripts
+2020-11-22 19:03:00,431 - b177aa (stdout): * Using python3.7 in global scope
+2020-11-22 19:03:00,436 - b177aa (stdout): * python3_7: running distutils-r1_run_phase python_install_all
+2020-11-22 19:03:00,577 - b177aa (stdout): >>> Completed installing dev-python/pyparsing-2.4.7-r1 into /var/tmp/portage/dev-python/pyparsing-2.4.7-r1/image
+2020-11-22 19:03:00,577 - b177aa (stdout):
+2020-11-22 19:03:00,583 - b177aa (stdout): * Final size of build directory: 2600 KiB (2.5 MiB)
+2020-11-22 19:03:00,587 - b177aa (stdout): * Final size of installed tree: 1140 KiB (1.1 MiB)
+2020-11-22 19:03:00,588 - b177aa (stdout):
+2020-11-22 19:03:00,949 - b177aa (stdout): * Verifying compiled files in /usr/lib/python3.7/site-packages
+2020-11-22 19:03:01,211 - b177aa (stdout):
+2020-11-22 19:03:01,211 - b177aa (stdout): >>> Installing (6 of 18) dev-python/pyparsing-2.4.7-r1::gentoo
+2020-11-22 19:03:01,234 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:01,477 - b177aa (stdout): * checking 10 files for package collisions
+2020-11-22 19:03:01,478 - b177aa (stdout): >>> Merging dev-python/pyparsing-2.4.7-r1 to /
+2020-11-22 19:03:01,728 - b177aa (stdout): --- /usr/
+2020-11-22 19:03:01,728 - b177aa (stdout): --- /usr/share/
+2020-11-22 19:03:01,728 - b177aa (stdout): --- /usr/share/doc/
+2020-11-22 19:03:01,742 - b177aa (stdout): >>> /usr/share/doc/pyparsing-2.4.7-r1/
+2020-11-22 19:03:01,744 - b177aa (stdout): >>> /usr/share/doc/pyparsing-2.4.7-r1/CHANGES.bz2
+2020-11-22 19:03:01,744 - b177aa (stdout): >>> /usr/share/doc/pyparsing-2.4.7-r1/README.rst.bz2
+2020-11-22 19:03:01,744 - b177aa (stdout): --- /usr/lib/
+2020-11-22 19:03:01,745 - b177aa (stdout): --- /usr/lib/python3.7/
+2020-11-22 19:03:01,745 - b177aa (stdout): --- /usr/lib/python3.7/site-packages/
+2020-11-22 19:03:01,745 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pyparsing-2.4.7-py3.7.egg-info/
+2020-11-22 19:03:01,745 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pyparsing-2.4.7-py3.7.egg-info/SOURCES.txt
+2020-11-22 19:03:01,745 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pyparsing-2.4.7-py3.7.egg-info/top_level.txt
+2020-11-22 19:03:01,745 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pyparsing-2.4.7-py3.7.egg-info/dependency_links.txt
+2020-11-22 19:03:01,746 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pyparsing-2.4.7-py3.7.egg-info/PKG-INFO
+2020-11-22 19:03:01,746 - b177aa (stdout): --- /usr/lib/python3.7/site-packages/__pycache__/
+2020-11-22 19:03:01,746 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/__pycache__/pyparsing.cpython-37.opt-2.pyc
+2020-11-22 19:03:01,747 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/__pycache__/pyparsing.cpython-37.opt-1.pyc
+2020-11-22 19:03:01,748 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/__pycache__/pyparsing.cpython-37.pyc
+2020-11-22 19:03:01,748 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pyparsing.py
+2020-11-22 19:03:02,138 - b177aa (stdout): >>> dev-python/pyparsing-2.4.7-r1 merged.
+2020-11-22 19:03:04,406 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:04,474 - b177aa (stdout):
+2020-11-22 19:03:04,474 - b177aa (stdout): >>> Emerging (7 of 18) dev-python/namespace-zope-1-r1::gentoo
+2020-11-22 19:03:04,486 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:04,771 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:04,820 - b177aa (stdout): >>> Unpacking source...
+2020-11-22 19:03:04,823 - b177aa (stdout): >>> Source unpacked in /var/tmp/portage/dev-python/namespace-zope-1-r1/work
+2020-11-22 19:03:04,942 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:04,992 - b177aa (stdout): >>> Preparing source in /var/tmp/portage/dev-python/namespace-zope-1-r1/work/namespace-zope-1 ...
+2020-11-22 19:03:04,994 - b177aa (stdout): >>> Source prepared.
+2020-11-22 19:03:05,112 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:05,165 - b177aa (stdout): >>> Configuring source in /var/tmp/portage/dev-python/namespace-zope-1-r1/work/namespace-zope-1 ...
+2020-11-22 19:03:05,166 - b177aa (stdout): >>> Source configured.
+2020-11-22 19:03:05,285 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:05,337 - b177aa (stdout): >>> Compiling source in /var/tmp/portage/dev-python/namespace-zope-1-r1/work/namespace-zope-1 ...
+2020-11-22 19:03:05,338 - b177aa (stdout): >>> Source compiled.
+2020-11-22 19:03:05,454 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:05,506 - b177aa (stdout): >>> Test phase [not enabled]: dev-python/namespace-zope-1-r1
+2020-11-22 19:03:05,622 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:05,674 - b177aa (stdout):
+2020-11-22 19:03:05,674 - b177aa (stdout): >>> Install dev-python/namespace-zope-1-r1 into /var/tmp/portage/dev-python/namespace-zope-1-r1/image
+2020-11-22 19:03:05,683 - b177aa (stdout): * python3_7: running python_domodule zope
+2020-11-22 19:03:07,001 - b177aa (stdout): >>> Completed installing dev-python/namespace-zope-1-r1 into /var/tmp/portage/dev-python/namespace-zope-1-r1/image
+2020-11-22 19:03:07,001 - b177aa (stdout):
+2020-11-22 19:03:07,012 - b177aa (stdout): * Final size of build directory: 4 KiB
+2020-11-22 19:03:07,016 - b177aa (stdout): * Final size of installed tree: 16 KiB
+2020-11-22 19:03:07,018 - b177aa (stdout):
+2020-11-22 19:03:07,312 - b177aa (stdout): * Verifying compiled files in /usr/lib/python3.7/site-packages
+2020-11-22 19:03:07,554 - b177aa (stdout):
+2020-11-22 19:03:07,554 - b177aa (stdout): >>> Installing (7 of 18) dev-python/namespace-zope-1-r1::gentoo
+2020-11-22 19:03:07,578 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:07,855 - b177aa (stdout): * checking 4 files for package collisions
+2020-11-22 19:03:07,856 - b177aa (stdout): >>> Merging dev-python/namespace-zope-1-r1 to /
+2020-11-22 19:03:08,125 - b177aa (stdout): --- /usr/
+2020-11-22 19:03:08,125 - b177aa (stdout): --- /usr/lib/
+2020-11-22 19:03:08,125 - b177aa (stdout): --- /usr/lib/python3.7/
+2020-11-22 19:03:08,125 - b177aa (stdout): --- /usr/lib/python3.7/site-packages/
+2020-11-22 19:03:08,125 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/
+2020-11-22 19:03:08,125 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/__pycache__/
+2020-11-22 19:03:08,127 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:03:08,127 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:03:08,127 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:03:08,127 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/__init__.py
+2020-11-22 19:03:08,558 - b177aa (stdout): >>> dev-python/namespace-zope-1-r1 merged.
+2020-11-22 19:03:10,559 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:10,628 - b177aa (stdout):
+2020-11-22 19:03:10,628 - b177aa (stdout): >>> Emerging (8 of 18) dev-python/mock-3.0.5-r2::gentoo
+2020-11-22 19:03:10,643 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:10,894 - b177aa (stdout): * mock-3.0.5.gh.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
+2020-11-22 19:03:11,364 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:11,425 - b177aa (stdout): >>> Unpacking source...
+2020-11-22 19:03:11,426 - b177aa (stdout): >>> Unpacking mock-3.0.5.gh.tar.gz to /var/tmp/portage/dev-python/mock-3.0.5-r2/work
+2020-11-22 19:03:11,473 - b177aa (stdout): >>> Source unpacked in /var/tmp/portage/dev-python/mock-3.0.5-r2/work
+2020-11-22 19:03:11,599 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:11,652 - b177aa (stdout): >>> Preparing source in /var/tmp/portage/dev-python/mock-3.0.5-r2/work/mock-3.0.5 ...
+2020-11-22 19:03:11,657 - b177aa (stdout): >>> Source prepared.
+2020-11-22 19:03:11,781 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:11,838 - b177aa (stdout): >>> Configuring source in /var/tmp/portage/dev-python/mock-3.0.5-r2/work/mock-3.0.5 ...
+2020-11-22 19:03:11,843 - b177aa (stdout): >>> Source configured.
+2020-11-22 19:03:11,966 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:12,025 - b177aa (stdout): >>> Compiling source in /var/tmp/portage/dev-python/mock-3.0.5-r2/work/mock-3.0.5 ...
+2020-11-22 19:03:12,037 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_compile
+2020-11-22 19:03:12,077 - b177aa (stdout): python3.7 setup.py build -j 8
+2020-11-22 19:03:12,210 - b177aa (stdout): running build
+2020-11-22 19:03:12,210 - b177aa (stdout): running build_py
+2020-11-22 19:03:12,224 - b177aa (stdout): creating /var/tmp/portage/dev-python/mock-3.0.5-r2/work/mock-3.0.5-python3_7/lib/mock
+2020-11-22 19:03:12,224 - b177aa (stdout): copying mock/__init__.py -> /var/tmp/portage/dev-python/mock-3.0.5-r2/work/mock-3.0.5-python3_7/lib/mock
+2020-11-22 19:03:12,224 - b177aa (stdout): copying mock/mock.py -> /var/tmp/portage/dev-python/mock-3.0.5-r2/work/mock-3.0.5-python3_7/lib/mock
+2020-11-22 19:03:12,224 - b177aa (stdout): warning: build_py: byte-compiling is disabled, skipping.
+2020-11-22 19:03:12,224 - b177aa (stdout):
+2020-11-22 19:03:12,239 - b177aa (stdout): >>> Source compiled.
+2020-11-22 19:03:12,361 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:12,415 - b177aa (stdout): >>> Test phase [not enabled]: dev-python/mock-3.0.5-r2
+2020-11-22 19:03:12,534 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:12,589 - b177aa (stdout):
+2020-11-22 19:03:12,589 - b177aa (stdout): >>> Install dev-python/mock-3.0.5-r2 into /var/tmp/portage/dev-python/mock-3.0.5-r2/image/
+2020-11-22 19:03:12,601 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install
+2020-11-22 19:03:12,629 - b177aa (stdout): python3.7 setup.py install --skip-build --root=/var/tmp/portage/dev-python/mock-3.0.5-r2/image/_python3.7
+2020-11-22 19:03:12,762 - b177aa (stdout): running install
+2020-11-22 19:03:12,764 - b177aa (stdout): running install_lib
+2020-11-22 19:03:12,765 - b177aa (stdout): creating /var/tmp/portage/dev-python/mock-3.0.5-r2/image/_python3.7
+2020-11-22 19:03:12,765 - b177aa (stdout): creating /var/tmp/portage/dev-python/mock-3.0.5-r2/image/_python3.7/usr
+2020-11-22 19:03:12,765 - b177aa (stdout): creating /var/tmp/portage/dev-python/mock-3.0.5-r2/image/_python3.7/usr/lib
+2020-11-22 19:03:12,765 - b177aa (stdout): creating /var/tmp/portage/dev-python/mock-3.0.5-r2/image/_python3.7/usr/lib/python3.7
+2020-11-22 19:03:12,765 - b177aa (stdout): creating /var/tmp/portage/dev-python/mock-3.0.5-r2/image/_python3.7/usr/lib/python3.7/site-packages
+2020-11-22 19:03:12,765 - b177aa (stdout): creating /var/tmp/portage/dev-python/mock-3.0.5-r2/image/_python3.7/usr/lib/python3.7/site-packages/mock
+2020-11-22 19:03:12,765 - b177aa (stdout): copying /var/tmp/portage/dev-python/mock-3.0.5-r2/work/mock-3.0.5-python3_7/lib/mock/__init__.py -> /var/tmp/portage/dev-python/mock-3.0.5-r2/image/_python3.7/usr/lib/python3.7/site-packages/mock
+2020-11-22 19:03:12,765 - b177aa (stdout): copying /var/tmp/portage/dev-python/mock-3.0.5-r2/work/mock-3.0.5-python3_7/lib/mock/mock.py -> /var/tmp/portage/dev-python/mock-3.0.5-r2/image/_python3.7/usr/lib/python3.7/site-packages/mock
+2020-11-22 19:03:12,766 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/mock-3.0.5-r2/image/_python3.7/usr/lib/python3.7/site-packages/mock/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:03:12,766 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/mock-3.0.5-r2/image/_python3.7/usr/lib/python3.7/site-packages/mock/mock.py to mock.cpython-37.pyc
+2020-11-22 19:03:12,781 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/mock-3.0.5-r2/temp/tmp7mod4fcv.py'
+2020-11-22 19:03:12,781 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/mock-3.0.5-r2/temp/tmp7mod4fcv.py
+2020-11-22 19:03:12,821 - b177aa (stdout): removing /var/tmp/portage/dev-python/mock-3.0.5-r2/temp/tmp7mod4fcv.py
+2020-11-22 19:03:12,821 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/mock-3.0.5-r2/temp/tmpy55_5_5o.py'
+2020-11-22 19:03:12,821 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/mock-3.0.5-r2/temp/tmpy55_5_5o.py
+2020-11-22 19:03:12,860 - b177aa (stdout): removing /var/tmp/portage/dev-python/mock-3.0.5-r2/temp/tmpy55_5_5o.py
+2020-11-22 19:03:12,860 - b177aa (stdout): running install_egg_info
+2020-11-22 19:03:12,866 - b177aa (stdout): running egg_info
+2020-11-22 19:03:12,866 - b177aa (stdout): creating mock.egg-info
+2020-11-22 19:03:12,866 - b177aa (stdout): writing mock.egg-info/PKG-INFO
+2020-11-22 19:03:12,867 - b177aa (stdout): writing dependency_links to mock.egg-info/dependency_links.txt
+2020-11-22 19:03:12,867 - b177aa (stdout): writing requirements to mock.egg-info/requires.txt
+2020-11-22 19:03:12,867 - b177aa (stdout): writing top-level names to mock.egg-info/top_level.txt
+2020-11-22 19:03:12,867 - b177aa (stdout): writing manifest file 'mock.egg-info/SOURCES.txt'
+2020-11-22 19:03:12,890 - b177aa (stdout): reading manifest file 'mock.egg-info/SOURCES.txt'
+2020-11-22 19:03:12,890 - b177aa (stdout): reading manifest template 'MANIFEST.in'
+2020-11-22 19:03:12,891 - b177aa (stdout): writing manifest file 'mock.egg-info/SOURCES.txt'
+2020-11-22 19:03:12,891 - b177aa (stdout): Copying mock.egg-info to /var/tmp/portage/dev-python/mock-3.0.5-r2/image/_python3.7/usr/lib/python3.7/site-packages/mock-3.0.5-py3.7.egg-info
+2020-11-22 19:03:12,892 - b177aa (stdout): running install_scripts
+2020-11-22 19:03:13,059 - b177aa (stdout): * Using python3.7 in global scope
+2020-11-22 19:03:13,064 - b177aa (stdout): * python3_7: running distutils-r1_run_phase python_install_all
+2020-11-22 19:03:13,146 - b177aa (stdout): >>> Completed installing dev-python/mock-3.0.5-r2 into /var/tmp/portage/dev-python/mock-3.0.5-r2/image/
+2020-11-22 19:03:13,146 - b177aa (stdout):
+2020-11-22 19:03:13,151 - b177aa (stdout): * Final size of build directory: 524 KiB
+2020-11-22 19:03:13,153 - b177aa (stdout): * Final size of installed tree: 340 KiB
+2020-11-22 19:03:13,154 - b177aa (stdout):
+2020-11-22 19:03:13,535 - b177aa (stdout): * Verifying compiled files in /usr/lib/python3.7/site-packages
+2020-11-22 19:03:13,784 - b177aa (stdout):
+2020-11-22 19:03:13,784 - b177aa (stdout): >>> Installing (8 of 18) dev-python/mock-3.0.5-r2::gentoo
+2020-11-22 19:03:13,809 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:14,063 - b177aa (stdout): * checking 15 files for package collisions
+2020-11-22 19:03:14,066 - b177aa (stdout): >>> Merging dev-python/mock-3.0.5-r2 to /
+2020-11-22 19:03:14,328 - b177aa (stdout): --- /usr/
+2020-11-22 19:03:14,328 - b177aa (stdout): --- /usr/share/
+2020-11-22 19:03:14,329 - b177aa (stdout): --- /usr/share/doc/
+2020-11-22 19:03:14,329 - b177aa (stdout): >>> /usr/share/doc/mock-3.0.5-r2/
+2020-11-22 19:03:14,330 - b177aa (stdout): >>> /usr/share/doc/mock-3.0.5-r2/README.rst.bz2
+2020-11-22 19:03:14,330 - b177aa (stdout): >>> /usr/share/doc/mock-3.0.5-r2/CHANGELOG.rst.bz2
+2020-11-22 19:03:14,331 - b177aa (stdout): --- /usr/lib/
+2020-11-22 19:03:14,331 - b177aa (stdout): --- /usr/lib/python3.7/
+2020-11-22 19:03:14,331 - b177aa (stdout): --- /usr/lib/python3.7/site-packages/
+2020-11-22 19:03:14,331 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/mock-3.0.5-py3.7.egg-info/
+2020-11-22 19:03:14,331 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/mock-3.0.5-py3.7.egg-info/SOURCES.txt
+2020-11-22 19:03:14,332 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/mock-3.0.5-py3.7.egg-info/top_level.txt
+2020-11-22 19:03:14,332 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/mock-3.0.5-py3.7.egg-info/requires.txt
+2020-11-22 19:03:14,332 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/mock-3.0.5-py3.7.egg-info/dependency_links.txt
+2020-11-22 19:03:14,332 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/mock-3.0.5-py3.7.egg-info/PKG-INFO
+2020-11-22 19:03:14,332 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/mock/
+2020-11-22 19:03:14,332 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/mock/__pycache__/
+2020-11-22 19:03:14,333 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/mock/__pycache__/mock.cpython-37.opt-2.pyc
+2020-11-22 19:03:14,333 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/mock/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:03:14,333 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/mock/__pycache__/mock.cpython-37.opt-1.pyc
+2020-11-22 19:03:14,334 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/mock/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:03:14,334 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/mock/__pycache__/mock.cpython-37.pyc
+2020-11-22 19:03:14,334 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/mock/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:03:14,335 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/mock/mock.py
+2020-11-22 19:03:14,335 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/mock/__init__.py
+2020-11-22 19:03:14,731 - b177aa (stdout): >>> dev-python/mock-3.0.5-r2 merged.
+2020-11-22 19:03:16,692 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:16,753 - b177aa (stdout):
+2020-11-22 19:03:16,753 - b177aa (stdout): >>> Emerging (9 of 18) dev-python/iniconfig-1.0.0::gentoo
+2020-11-22 19:03:16,765 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:16,818 - b177aa (stdout): * iniconfig-1.0.0.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
+2020-11-22 19:03:17,087 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:17,143 - b177aa (stdout): >>> Unpacking source...
+2020-11-22 19:03:17,144 - b177aa (stdout): >>> Unpacking iniconfig-1.0.0.tar.gz to /var/tmp/portage/dev-python/iniconfig-1.0.0/work
+2020-11-22 19:03:17,191 - b177aa (stdout): >>> Source unpacked in /var/tmp/portage/dev-python/iniconfig-1.0.0/work
+2020-11-22 19:03:17,318 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:17,374 - b177aa (stdout): >>> Preparing source in /var/tmp/portage/dev-python/iniconfig-1.0.0/work/iniconfig-1.0.0 ...
+2020-11-22 19:03:17,380 - b177aa (stdout): * Applying iniconfig-1.0.0-pytest-5.patch ...
+2020-11-22 19:03:17,381 - b177aa (stdout): [ ok ]
+2020-11-22 19:03:17,383 - b177aa (stdout): >>> Source prepared.
+2020-11-22 19:03:17,505 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:17,559 - b177aa (stdout): >>> Configuring source in /var/tmp/portage/dev-python/iniconfig-1.0.0/work/iniconfig-1.0.0 ...
+2020-11-22 19:03:17,562 - b177aa (stdout): >>> Source configured.
+2020-11-22 19:03:17,680 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:17,733 - b177aa (stdout): >>> Compiling source in /var/tmp/portage/dev-python/iniconfig-1.0.0/work/iniconfig-1.0.0 ...
+2020-11-22 19:03:17,745 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_compile
+2020-11-22 19:03:17,785 - b177aa (stdout): python3.7 setup.py build -j 8
+2020-11-22 19:03:17,912 - b177aa (stdout): running build
+2020-11-22 19:03:17,912 - b177aa (stdout): running build_py
+2020-11-22 19:03:17,925 - b177aa (stdout): copying iniconfig.py -> /var/tmp/portage/dev-python/iniconfig-1.0.0/work/iniconfig-1.0.0-python3_7/lib
+2020-11-22 19:03:17,925 - b177aa (stdout): warning: build_py: byte-compiling is disabled, skipping.
+2020-11-22 19:03:17,925 - b177aa (stdout):
+2020-11-22 19:03:17,943 - b177aa (stdout): >>> Source compiled.
+2020-11-22 19:03:18,063 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:18,117 - b177aa (stdout): * Skipping make test/check due to ebuild restriction.
+2020-11-22 19:03:18,117 - b177aa (stdout): >>> Test phase [disabled because of RESTRICT=test]: dev-python/iniconfig-1.0.0
+2020-11-22 19:03:18,237 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:18,292 - b177aa (stdout):
+2020-11-22 19:03:18,292 - b177aa (stdout): >>> Install dev-python/iniconfig-1.0.0 into /var/tmp/portage/dev-python/iniconfig-1.0.0/image
+2020-11-22 19:03:18,303 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install
+2020-11-22 19:03:18,330 - b177aa (stdout): python3.7 setup.py install --skip-build --root=/var/tmp/portage/dev-python/iniconfig-1.0.0/image/_python3.7
+2020-11-22 19:03:18,456 - b177aa (stdout): running install
+2020-11-22 19:03:18,457 - b177aa (stdout): running install_lib
+2020-11-22 19:03:18,457 - b177aa (stdout): creating /var/tmp/portage/dev-python/iniconfig-1.0.0/image/_python3.7
+2020-11-22 19:03:18,458 - b177aa (stdout): creating /var/tmp/portage/dev-python/iniconfig-1.0.0/image/_python3.7/usr
+2020-11-22 19:03:18,458 - b177aa (stdout): creating /var/tmp/portage/dev-python/iniconfig-1.0.0/image/_python3.7/usr/lib
+2020-11-22 19:03:18,458 - b177aa (stdout): creating /var/tmp/portage/dev-python/iniconfig-1.0.0/image/_python3.7/usr/lib/python3.7
+2020-11-22 19:03:18,458 - b177aa (stdout): creating /var/tmp/portage/dev-python/iniconfig-1.0.0/image/_python3.7/usr/lib/python3.7/site-packages
+2020-11-22 19:03:18,458 - b177aa (stdout): copying /var/tmp/portage/dev-python/iniconfig-1.0.0/work/iniconfig-1.0.0-python3_7/lib/iniconfig.py -> /var/tmp/portage/dev-python/iniconfig-1.0.0/image/_python3.7/usr/lib/python3.7/site-packages
+2020-11-22 19:03:18,458 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/iniconfig-1.0.0/image/_python3.7/usr/lib/python3.7/site-packages/iniconfig.py to iniconfig.cpython-37.pyc
+2020-11-22 19:03:18,460 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/iniconfig-1.0.0/temp/tmptqhnitg2.py'
+2020-11-22 19:03:18,460 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/iniconfig-1.0.0/temp/tmptqhnitg2.py
+2020-11-22 19:03:18,491 - b177aa (stdout): removing /var/tmp/portage/dev-python/iniconfig-1.0.0/temp/tmptqhnitg2.py
+2020-11-22 19:03:18,491 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/iniconfig-1.0.0/temp/tmp2fzgvt6v.py'
+2020-11-22 19:03:18,491 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/iniconfig-1.0.0/temp/tmp2fzgvt6v.py
+2020-11-22 19:03:18,521 - b177aa (stdout): removing /var/tmp/portage/dev-python/iniconfig-1.0.0/temp/tmp2fzgvt6v.py
+2020-11-22 19:03:18,521 - b177aa (stdout): running install_egg_info
+2020-11-22 19:03:18,527 - b177aa (stdout): running egg_info
+2020-11-22 19:03:18,527 - b177aa (stdout): writing iniconfig.egg-info/PKG-INFO
+2020-11-22 19:03:18,527 - b177aa (stdout): writing dependency_links to iniconfig.egg-info/dependency_links.txt
+2020-11-22 19:03:18,527 - b177aa (stdout): writing top-level names to iniconfig.egg-info/top_level.txt
+2020-11-22 19:03:18,545 - b177aa (stdout): reading manifest file 'iniconfig.egg-info/SOURCES.txt'
+2020-11-22 19:03:18,545 - b177aa (stdout): reading manifest template 'MANIFEST.in'
+2020-11-22 19:03:18,545 - b177aa (stdout): warning: manifest_maker: MANIFEST.in, line 3: unknown action 'inclide'
+2020-11-22 19:03:18,545 - b177aa (stdout):
+2020-11-22 19:03:18,546 - b177aa (stdout): writing manifest file 'iniconfig.egg-info/SOURCES.txt'
+2020-11-22 19:03:18,546 - b177aa (stdout): Copying iniconfig.egg-info to /var/tmp/portage/dev-python/iniconfig-1.0.0/image/_python3.7/usr/lib/python3.7/site-packages/iniconfig-1.0.0-py3.7.egg-info
+2020-11-22 19:03:18,547 - b177aa (stdout): running install_scripts
+2020-11-22 19:03:18,703 - b177aa (stdout): * Using python3.7 in global scope
+2020-11-22 19:03:18,707 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install_all
+2020-11-22 19:03:18,847 - b177aa (stdout): >>> Completed installing dev-python/iniconfig-1.0.0 into /var/tmp/portage/dev-python/iniconfig-1.0.0/image
+2020-11-22 19:03:18,847 - b177aa (stdout):
+2020-11-22 19:03:18,852 - b177aa (stdout): * Final size of build directory: 112 KiB
+2020-11-22 19:03:18,854 - b177aa (stdout): * Final size of installed tree: 56 KiB
+2020-11-22 19:03:18,854 - b177aa (stdout):
+2020-11-22 19:03:19,213 - b177aa (stdout): * Verifying compiled files in /usr/lib/python3.7/site-packages
+2020-11-22 19:03:19,462 - b177aa (stdout):
+2020-11-22 19:03:19,462 - b177aa (stdout): >>> Installing (9 of 18) dev-python/iniconfig-1.0.0::gentoo
+2020-11-22 19:03:19,534 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:19,792 - b177aa (stdout): * checking 10 files for package collisions
+2020-11-22 19:03:19,793 - b177aa (stdout): >>> Merging dev-python/iniconfig-1.0.0 to /
+2020-11-22 19:03:20,043 - b177aa (stdout): --- /usr/
+2020-11-22 19:03:20,044 - b177aa (stdout): --- /usr/share/
+2020-11-22 19:03:20,044 - b177aa (stdout): --- /usr/share/doc/
+2020-11-22 19:03:20,044 - b177aa (stdout): >>> /usr/share/doc/iniconfig-1.0.0/
+2020-11-22 19:03:20,045 - b177aa (stdout): >>> /usr/share/doc/iniconfig-1.0.0/CHANGELOG.bz2
+2020-11-22 19:03:20,045 - b177aa (stdout): >>> /usr/share/doc/iniconfig-1.0.0/README.txt.bz2
+2020-11-22 19:03:20,046 - b177aa (stdout): --- /usr/lib/
+2020-11-22 19:03:20,046 - b177aa (stdout): --- /usr/lib/python3.7/
+2020-11-22 19:03:20,046 - b177aa (stdout): --- /usr/lib/python3.7/site-packages/
+2020-11-22 19:03:20,046 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/iniconfig-1.0.0-py3.7.egg-info/
+2020-11-22 19:03:20,046 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/iniconfig-1.0.0-py3.7.egg-info/top_level.txt
+2020-11-22 19:03:20,046 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/iniconfig-1.0.0-py3.7.egg-info/dependency_links.txt
+2020-11-22 19:03:20,046 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/iniconfig-1.0.0-py3.7.egg-info/SOURCES.txt
+2020-11-22 19:03:20,046 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/iniconfig-1.0.0-py3.7.egg-info/PKG-INFO
+2020-11-22 19:03:20,046 - b177aa (stdout): --- /usr/lib/python3.7/site-packages/__pycache__/
+2020-11-22 19:03:20,047 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/__pycache__/iniconfig.cpython-37.opt-2.pyc
+2020-11-22 19:03:20,047 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/__pycache__/iniconfig.cpython-37.opt-1.pyc
+2020-11-22 19:03:20,047 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/__pycache__/iniconfig.cpython-37.pyc
+2020-11-22 19:03:20,047 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/iniconfig.py
+2020-11-22 19:03:20,444 - b177aa (stdout): >>> dev-python/iniconfig-1.0.0 merged.
+2020-11-22 19:03:22,395 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:22,461 - b177aa (stdout):
+2020-11-22 19:03:22,461 - b177aa (stdout): >>> Emerging (10 of 18) dev-python/packaging-20.4-r1::gentoo
+2020-11-22 19:03:22,474 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:22,539 - b177aa (stdout): * packaging-20.4.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
+2020-11-22 19:03:22,805 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:22,857 - b177aa (stdout): >>> Unpacking source...
+2020-11-22 19:03:22,858 - b177aa (stdout): >>> Unpacking packaging-20.4.tar.gz to /var/tmp/portage/dev-python/packaging-20.4-r1/work
+2020-11-22 19:03:22,906 - b177aa (stdout): >>> Source unpacked in /var/tmp/portage/dev-python/packaging-20.4-r1/work
+2020-11-22 19:03:23,025 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:23,078 - b177aa (stdout): >>> Preparing source in /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4 ...
+2020-11-22 19:03:23,082 - b177aa (stdout): * Applying packaging-16.8-distutils.patch ...
+2020-11-22 19:03:23,084 - b177aa (stdout): [ ok ]
+2020-11-22 19:03:23,085 - b177aa (stdout): >>> Source prepared.
+2020-11-22 19:03:23,208 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:23,266 - b177aa (stdout): >>> Configuring source in /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4 ...
+2020-11-22 19:03:23,270 - b177aa (stdout): >>> Source configured.
+2020-11-22 19:03:23,393 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:23,447 - b177aa (stdout): >>> Compiling source in /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4 ...
+2020-11-22 19:03:23,458 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_compile
+2020-11-22 19:03:23,499 - b177aa (stdout): python3.7 setup.py build -j 8
+2020-11-22 19:03:23,540 - b177aa (stdout): running build
+2020-11-22 19:03:23,540 - b177aa (stdout): running build_py
+2020-11-22 19:03:23,541 - b177aa (stdout): creating /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4-python3_7/lib/packaging
+2020-11-22 19:03:23,541 - b177aa (stdout): copying packaging/__about__.py -> /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4-python3_7/lib/packaging
+2020-11-22 19:03:23,542 - b177aa (stdout): copying packaging/__init__.py -> /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4-python3_7/lib/packaging
+2020-11-22 19:03:23,542 - b177aa (stdout): copying packaging/_compat.py -> /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4-python3_7/lib/packaging
+2020-11-22 19:03:23,542 - b177aa (stdout): copying packaging/_structures.py -> /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4-python3_7/lib/packaging
+2020-11-22 19:03:23,542 - b177aa (stdout): copying packaging/_typing.py -> /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4-python3_7/lib/packaging
+2020-11-22 19:03:23,542 - b177aa (stdout): copying packaging/markers.py -> /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4-python3_7/lib/packaging
+2020-11-22 19:03:23,542 - b177aa (stdout): copying packaging/requirements.py -> /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4-python3_7/lib/packaging
+2020-11-22 19:03:23,542 - b177aa (stdout): copying packaging/specifiers.py -> /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4-python3_7/lib/packaging
+2020-11-22 19:03:23,542 - b177aa (stdout): copying packaging/tags.py -> /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4-python3_7/lib/packaging
+2020-11-22 19:03:23,542 - b177aa (stdout): copying packaging/utils.py -> /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4-python3_7/lib/packaging
+2020-11-22 19:03:23,543 - b177aa (stdout): copying packaging/version.py -> /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4-python3_7/lib/packaging
+2020-11-22 19:03:23,543 - b177aa (stdout): copying packaging/py.typed -> /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4-python3_7/lib/packaging
+2020-11-22 19:03:23,543 - b177aa (stdout): /usr/lib/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'long_description_content_type'
+2020-11-22 19:03:23,543 - b177aa (stdout): warnings.warn(msg)
+2020-11-22 19:03:23,543 - b177aa (stdout): /usr/lib/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'python_requires'
+2020-11-22 19:03:23,543 - b177aa (stdout): warnings.warn(msg)
+2020-11-22 19:03:23,543 - b177aa (stdout): /usr/lib/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install_requires'
+2020-11-22 19:03:23,543 - b177aa (stdout): warnings.warn(msg)
+2020-11-22 19:03:23,543 - b177aa (stdout): warning: build_py: byte-compiling is disabled, skipping.
+2020-11-22 19:03:23,544 - b177aa (stdout):
+2020-11-22 19:03:23,549 - b177aa (stdout): >>> Source compiled.
+2020-11-22 19:03:23,668 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:23,722 - b177aa (stdout): * Skipping make test/check due to ebuild restriction.
+2020-11-22 19:03:23,722 - b177aa (stdout): >>> Test phase [disabled because of RESTRICT=test]: dev-python/packaging-20.4-r1
+2020-11-22 19:03:23,841 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:23,895 - b177aa (stdout):
+2020-11-22 19:03:23,895 - b177aa (stdout): >>> Install dev-python/packaging-20.4-r1 into /var/tmp/portage/dev-python/packaging-20.4-r1/image
+2020-11-22 19:03:23,907 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install
+2020-11-22 19:03:23,934 - b177aa (stdout): python3.7 setup.py install --skip-build --root=/var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7
+2020-11-22 19:03:23,969 - b177aa (stdout): running install
+2020-11-22 19:03:23,970 - b177aa (stdout): running install_lib
+2020-11-22 19:03:23,972 - b177aa (stdout): creating /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7
+2020-11-22 19:03:23,972 - b177aa (stdout): creating /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr
+2020-11-22 19:03:23,972 - b177aa (stdout): creating /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib
+2020-11-22 19:03:23,972 - b177aa (stdout): creating /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7
+2020-11-22 19:03:23,972 - b177aa (stdout): creating /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7/site-packages
+2020-11-22 19:03:23,972 - b177aa (stdout): creating /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7/site-packages/packaging
+2020-11-22 19:03:23,972 - b177aa (stdout): copying /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4-python3_7/lib/packaging/__about__.py -> /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7/site-packages/packaging
+2020-11-22 19:03:23,972 - b177aa (stdout): copying /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4-python3_7/lib/packaging/__init__.py -> /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7/site-packages/packaging
+2020-11-22 19:03:23,972 - b177aa (stdout): copying /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4-python3_7/lib/packaging/_compat.py -> /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7/site-packages/packaging
+2020-11-22 19:03:23,973 - b177aa (stdout): copying /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4-python3_7/lib/packaging/_structures.py -> /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7/site-packages/packaging
+2020-11-22 19:03:23,973 - b177aa (stdout): copying /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4-python3_7/lib/packaging/_typing.py -> /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7/site-packages/packaging
+2020-11-22 19:03:23,973 - b177aa (stdout): copying /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4-python3_7/lib/packaging/markers.py -> /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7/site-packages/packaging
+2020-11-22 19:03:23,973 - b177aa (stdout): copying /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4-python3_7/lib/packaging/requirements.py -> /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7/site-packages/packaging
+2020-11-22 19:03:23,973 - b177aa (stdout): copying /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4-python3_7/lib/packaging/specifiers.py -> /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7/site-packages/packaging
+2020-11-22 19:03:23,973 - b177aa (stdout): copying /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4-python3_7/lib/packaging/tags.py -> /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7/site-packages/packaging
+2020-11-22 19:03:23,973 - b177aa (stdout): copying /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4-python3_7/lib/packaging/utils.py -> /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7/site-packages/packaging
+2020-11-22 19:03:23,973 - b177aa (stdout): copying /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4-python3_7/lib/packaging/version.py -> /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7/site-packages/packaging
+2020-11-22 19:03:23,973 - b177aa (stdout): copying /var/tmp/portage/dev-python/packaging-20.4-r1/work/packaging-20.4-python3_7/lib/packaging/py.typed -> /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7/site-packages/packaging
+2020-11-22 19:03:23,978 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7/site-packages/packaging/__about__.py to __about__.cpython-37.pyc
+2020-11-22 19:03:23,980 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7/site-packages/packaging/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:03:23,980 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7/site-packages/packaging/_compat.py to _compat.cpython-37.pyc
+2020-11-22 19:03:23,980 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7/site-packages/packaging/_structures.py to _structures.cpython-37.pyc
+2020-11-22 19:03:23,981 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7/site-packages/packaging/_typing.py to _typing.cpython-37.pyc
+2020-11-22 19:03:23,981 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7/site-packages/packaging/markers.py to markers.cpython-37.pyc
+2020-11-22 19:03:23,983 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7/site-packages/packaging/requirements.py to requirements.cpython-37.pyc
+2020-11-22 19:03:23,984 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7/site-packages/packaging/specifiers.py to specifiers.cpython-37.pyc
+2020-11-22 19:03:23,988 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7/site-packages/packaging/tags.py to tags.cpython-37.pyc
+2020-11-22 19:03:23,991 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7/site-packages/packaging/utils.py to utils.cpython-37.pyc
+2020-11-22 19:03:23,992 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7/site-packages/packaging/version.py to version.cpython-37.pyc
+2020-11-22 19:03:23,997 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/packaging-20.4-r1/temp/tmp7bspzezc.py'
+2020-11-22 19:03:23,997 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/packaging-20.4-r1/temp/tmp7bspzezc.py
+2020-11-22 19:03:24,038 - b177aa (stdout): removing /var/tmp/portage/dev-python/packaging-20.4-r1/temp/tmp7bspzezc.py
+2020-11-22 19:03:24,038 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/packaging-20.4-r1/temp/tmp31bqh9rx.py'
+2020-11-22 19:03:24,038 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/packaging-20.4-r1/temp/tmp31bqh9rx.py
+2020-11-22 19:03:24,081 - b177aa (stdout): removing /var/tmp/portage/dev-python/packaging-20.4-r1/temp/tmp31bqh9rx.py
+2020-11-22 19:03:24,081 - b177aa (stdout): running install_egg_info
+2020-11-22 19:03:24,082 - b177aa (stdout): Writing /var/tmp/portage/dev-python/packaging-20.4-r1/image/_python3.7/usr/lib/python3.7/site-packages/packaging-20.4-py3.7.egg-info
+2020-11-22 19:03:24,082 - b177aa (stdout): /usr/lib/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'long_description_content_type'
+2020-11-22 19:03:24,082 - b177aa (stdout): warnings.warn(msg)
+2020-11-22 19:03:24,082 - b177aa (stdout): /usr/lib/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'python_requires'
+2020-11-22 19:03:24,082 - b177aa (stdout): warnings.warn(msg)
+2020-11-22 19:03:24,082 - b177aa (stdout): /usr/lib/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install_requires'
+2020-11-22 19:03:24,082 - b177aa (stdout): warnings.warn(msg)
+2020-11-22 19:03:24,219 - b177aa (stdout): * Using python3.7 in global scope
+2020-11-22 19:03:24,223 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install_all
+2020-11-22 19:03:24,300 - b177aa (stdout): >>> Completed installing dev-python/packaging-20.4-r1 into /var/tmp/portage/dev-python/packaging-20.4-r1/image
+2020-11-22 19:03:24,300 - b177aa (stdout):
+2020-11-22 19:03:24,305 - b177aa (stdout): * Final size of build directory: 652 KiB
+2020-11-22 19:03:24,307 - b177aa (stdout): * Final size of installed tree: 436 KiB
+2020-11-22 19:03:24,307 - b177aa (stdout):
+2020-11-22 19:03:24,640 - b177aa (stdout): * DISTUTILS_USE_SETUPTOOLS value is probably incorrect
+2020-11-22 19:03:24,641 - b177aa (stdout): * have: DISTUTILS_USE_SETUPTOOLS=bdepend (or unset)
+2020-11-22 19:03:24,642 - b177aa (stdout): * expected: DISTUTILS_USE_SETUPTOOLS=no
+2020-11-22 19:03:24,710 - b177aa (stdout): * Verifying compiled files in /usr/lib/python3.7/site-packages
+2020-11-22 19:03:24,975 - b177aa (stdout):
+2020-11-22 19:03:24,975 - b177aa (stdout): >>> Installing (10 of 18) dev-python/packaging-20.4-r1::gentoo
+2020-11-22 19:03:25,004 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:25,249 - b177aa (stdout): * checking 47 files for package collisions
+2020-11-22 19:03:25,254 - b177aa (stdout): >>> Merging dev-python/packaging-20.4-r1 to /
+2020-11-22 19:03:25,563 - b177aa (stdout): --- /usr/
+2020-11-22 19:03:25,563 - b177aa (stdout): --- /usr/share/
+2020-11-22 19:03:25,563 - b177aa (stdout): --- /usr/share/doc/
+2020-11-22 19:03:25,563 - b177aa (stdout): >>> /usr/share/doc/packaging-20.4-r1/
+2020-11-22 19:03:25,564 - b177aa (stdout): >>> /usr/share/doc/packaging-20.4-r1/README.rst.bz2
+2020-11-22 19:03:25,564 - b177aa (stdout): --- /usr/lib/
+2020-11-22 19:03:25,564 - b177aa (stdout): --- /usr/lib/python3.7/
+2020-11-22 19:03:25,564 - b177aa (stdout): --- /usr/lib/python3.7/site-packages/
+2020-11-22 19:03:25,565 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging-20.4-py3.7.egg-info
+2020-11-22 19:03:25,565 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/
+2020-11-22 19:03:25,565 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/
+2020-11-22 19:03:25,565 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/version.cpython-37.opt-2.pyc
+2020-11-22 19:03:25,565 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/utils.cpython-37.opt-2.pyc
+2020-11-22 19:03:25,566 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/tags.cpython-37.opt-2.pyc
+2020-11-22 19:03:25,566 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/specifiers.cpython-37.opt-2.pyc
+2020-11-22 19:03:25,566 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/requirements.cpython-37.opt-2.pyc
+2020-11-22 19:03:25,566 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/markers.cpython-37.opt-2.pyc
+2020-11-22 19:03:25,566 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/_typing.cpython-37.opt-2.pyc
+2020-11-22 19:03:25,566 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/_structures.cpython-37.opt-2.pyc
+2020-11-22 19:03:25,567 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/_compat.cpython-37.opt-2.pyc
+2020-11-22 19:03:25,567 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:03:25,567 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/__about__.cpython-37.opt-2.pyc
+2020-11-22 19:03:25,567 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/version.cpython-37.opt-1.pyc
+2020-11-22 19:03:25,567 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/utils.cpython-37.opt-1.pyc
+2020-11-22 19:03:25,567 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/tags.cpython-37.opt-1.pyc
+2020-11-22 19:03:25,568 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/specifiers.cpython-37.opt-1.pyc
+2020-11-22 19:03:25,568 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/requirements.cpython-37.opt-1.pyc
+2020-11-22 19:03:25,568 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/markers.cpython-37.opt-1.pyc
+2020-11-22 19:03:25,568 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/_typing.cpython-37.opt-1.pyc
+2020-11-22 19:03:25,568 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/_structures.cpython-37.opt-1.pyc
+2020-11-22 19:03:25,568 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/_compat.cpython-37.opt-1.pyc
+2020-11-22 19:03:25,569 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:03:25,569 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/__about__.cpython-37.opt-1.pyc
+2020-11-22 19:03:25,569 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/version.cpython-37.pyc
+2020-11-22 19:03:25,569 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/utils.cpython-37.pyc
+2020-11-22 19:03:25,569 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/tags.cpython-37.pyc
+2020-11-22 19:03:25,569 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/specifiers.cpython-37.pyc
+2020-11-22 19:03:25,569 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/requirements.cpython-37.pyc
+2020-11-22 19:03:25,570 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/markers.cpython-37.pyc
+2020-11-22 19:03:25,570 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/_typing.cpython-37.pyc
+2020-11-22 19:03:25,570 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/_structures.cpython-37.pyc
+2020-11-22 19:03:25,570 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/_compat.cpython-37.pyc
+2020-11-22 19:03:25,570 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:03:25,570 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__pycache__/__about__.cpython-37.pyc
+2020-11-22 19:03:25,571 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/py.typed
+2020-11-22 19:03:25,571 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/version.py
+2020-11-22 19:03:25,571 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/utils.py
+2020-11-22 19:03:25,571 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/tags.py
+2020-11-22 19:03:25,571 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/specifiers.py
+2020-11-22 19:03:25,572 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/requirements.py
+2020-11-22 19:03:25,572 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/markers.py
+2020-11-22 19:03:25,572 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/_typing.py
+2020-11-22 19:03:25,572 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/_structures.py
+2020-11-22 19:03:25,572 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/_compat.py
+2020-11-22 19:03:25,572 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__init__.py
+2020-11-22 19:03:25,573 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/packaging/__about__.py
+2020-11-22 19:03:25,976 - b177aa (stdout): >>> dev-python/packaging-20.4-r1 merged.
+2020-11-22 19:03:28,713 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:28,777 - b177aa (stdout):
+2020-11-22 19:03:28,777 - b177aa (stdout): >>> Emerging (11 of 18) dev-python/py-1.9.0-r1::gentoo
+2020-11-22 19:03:28,790 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:28,849 - b177aa (stdout): * py-1.9.0.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
+2020-11-22 19:03:29,138 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:29,189 - b177aa (stdout): >>> Unpacking source...
+2020-11-22 19:03:29,190 - b177aa (stdout): >>> Unpacking py-1.9.0.tar.gz to /var/tmp/portage/dev-python/py-1.9.0-r1/work
+2020-11-22 19:03:29,240 - b177aa (stdout): >>> Source unpacked in /var/tmp/portage/dev-python/py-1.9.0-r1/work
+2020-11-22 19:03:29,360 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:29,412 - b177aa (stdout): >>> Preparing source in /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0 ...
+2020-11-22 19:03:29,419 - b177aa (stdout): * Applying py-1.5.2-skip-apiwarn-pytest31.patch ...
+2020-11-22 19:03:29,420 - b177aa (stdout): [ ok ]
+2020-11-22 19:03:29,421 - b177aa (stdout): * Applying py-1.8.0-pytest-4.patch ...
+2020-11-22 19:03:29,447 - b177aa (stdout): [ ok ]
+2020-11-22 19:03:29,449 - b177aa (stdout): >>> Source prepared.
+2020-11-22 19:03:29,568 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:29,622 - b177aa (stdout): >>> Configuring source in /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0 ...
+2020-11-22 19:03:29,625 - b177aa (stdout): >>> Source configured.
+2020-11-22 19:03:29,744 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:29,797 - b177aa (stdout): >>> Compiling source in /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0 ...
+2020-11-22 19:03:29,809 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_compile
+2020-11-22 19:03:29,848 - b177aa (stdout): python3.7 setup.py build -j 8
+2020-11-22 19:03:29,977 - b177aa (stdout): running build
+2020-11-22 19:03:29,977 - b177aa (stdout): running build_py
+2020-11-22 19:03:29,991 - b177aa (stdout): creating /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py
+2020-11-22 19:03:29,991 - b177aa (stdout): copying py/__metainfo.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py
+2020-11-22 19:03:29,991 - b177aa (stdout): copying py/_version.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py
+2020-11-22 19:03:29,992 - b177aa (stdout): copying py/_builtin.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py
+2020-11-22 19:03:29,992 - b177aa (stdout): copying py/test.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py
+2020-11-22 19:03:29,992 - b177aa (stdout): copying py/_xmlgen.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py
+2020-11-22 19:03:29,992 - b177aa (stdout): copying py/_std.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py
+2020-11-22 19:03:29,992 - b177aa (stdout): copying py/_error.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py
+2020-11-22 19:03:29,992 - b177aa (stdout): copying py/__init__.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py
+2020-11-22 19:03:29,993 - b177aa (stdout): creating /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_process
+2020-11-22 19:03:29,993 - b177aa (stdout): copying py/_process/cmdexec.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_process
+2020-11-22 19:03:29,993 - b177aa (stdout): copying py/_process/forkedfunc.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_process
+2020-11-22 19:03:29,993 - b177aa (stdout): copying py/_process/killproc.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_process
+2020-11-22 19:03:29,993 - b177aa (stdout): copying py/_process/__init__.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_process
+2020-11-22 19:03:29,994 - b177aa (stdout): creating /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_code
+2020-11-22 19:03:29,994 - b177aa (stdout): copying py/_code/code.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_code
+2020-11-22 19:03:29,994 - b177aa (stdout): copying py/_code/_assertionnew.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_code
+2020-11-22 19:03:29,994 - b177aa (stdout): copying py/_code/source.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_code
+2020-11-22 19:03:29,994 - b177aa (stdout): copying py/_code/_py2traceback.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_code
+2020-11-22 19:03:29,995 - b177aa (stdout): copying py/_code/assertion.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_code
+2020-11-22 19:03:29,995 - b177aa (stdout): copying py/_code/__init__.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_code
+2020-11-22 19:03:29,995 - b177aa (stdout): copying py/_code/_assertionold.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_code
+2020-11-22 19:03:29,995 - b177aa (stdout): creating /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_path
+2020-11-22 19:03:29,995 - b177aa (stdout): copying py/_path/cacheutil.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_path
+2020-11-22 19:03:29,996 - b177aa (stdout): copying py/_path/svnwc.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_path
+2020-11-22 19:03:29,996 - b177aa (stdout): copying py/_path/common.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_path
+2020-11-22 19:03:29,996 - b177aa (stdout): copying py/_path/local.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_path
+2020-11-22 19:03:29,996 - b177aa (stdout): copying py/_path/__init__.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_path
+2020-11-22 19:03:29,997 - b177aa (stdout): copying py/_path/svnurl.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_path
+2020-11-22 19:03:29,997 - b177aa (stdout): creating /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages
+2020-11-22 19:03:29,997 - b177aa (stdout): copying py/_vendored_packages/iniconfig.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages
+2020-11-22 19:03:29,997 - b177aa (stdout): copying py/_vendored_packages/apipkg.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages
+2020-11-22 19:03:29,997 - b177aa (stdout): copying py/_vendored_packages/__init__.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages
+2020-11-22 19:03:29,998 - b177aa (stdout): creating /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_io
+2020-11-22 19:03:29,998 - b177aa (stdout): copying py/_io/terminalwriter.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_io
+2020-11-22 19:03:29,998 - b177aa (stdout): copying py/_io/saferepr.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_io
+2020-11-22 19:03:29,998 - b177aa (stdout): copying py/_io/capture.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_io
+2020-11-22 19:03:29,998 - b177aa (stdout): copying py/_io/__init__.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_io
+2020-11-22 19:03:29,999 - b177aa (stdout): creating /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_log
+2020-11-22 19:03:29,999 - b177aa (stdout): copying py/_log/warning.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_log
+2020-11-22 19:03:29,999 - b177aa (stdout): copying py/_log/__init__.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_log
+2020-11-22 19:03:29,999 - b177aa (stdout): copying py/_log/log.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_log
+2020-11-22 19:03:29,999 - b177aa (stdout): running egg_info
+2020-11-22 19:03:30,003 - b177aa (stdout): writing py.egg-info/PKG-INFO
+2020-11-22 19:03:30,004 - b177aa (stdout): writing dependency_links to py.egg-info/dependency_links.txt
+2020-11-22 19:03:30,004 - b177aa (stdout): writing top-level names to py.egg-info/top_level.txt
+2020-11-22 19:03:30,010 - b177aa (stdout): reading manifest file 'py.egg-info/SOURCES.txt'
+2020-11-22 19:03:30,011 - b177aa (stdout): reading manifest template 'MANIFEST.in'
+2020-11-22 19:03:30,013 - b177aa (stdout): warning: no previously-included files matching '*.pyc' found anywhere in distribution
+2020-11-22 19:03:30,015 - b177aa (stdout): writing manifest file 'py.egg-info/SOURCES.txt'
+2020-11-22 19:03:30,017 - b177aa (stdout): copying py/__init__.pyi -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py
+2020-11-22 19:03:30,017 - b177aa (stdout): copying py/error.pyi -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py
+2020-11-22 19:03:30,017 - b177aa (stdout): copying py/iniconfig.pyi -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py
+2020-11-22 19:03:30,017 - b177aa (stdout): copying py/io.pyi -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py
+2020-11-22 19:03:30,018 - b177aa (stdout): copying py/path.pyi -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py
+2020-11-22 19:03:30,018 - b177aa (stdout): copying py/py.typed -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py
+2020-11-22 19:03:30,018 - b177aa (stdout): copying py/xml.pyi -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py
+2020-11-22 19:03:30,018 - b177aa (stdout): creating /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/apipkg-1.4.dist-info
+2020-11-22 19:03:30,018 - b177aa (stdout): copying py/_vendored_packages/apipkg-1.4.dist-info/DESCRIPTION.rst -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/apipkg-1.4.dist-info
+2020-11-22 19:03:30,019 - b177aa (stdout): copying py/_vendored_packages/apipkg-1.4.dist-info/INSTALLER -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/apipkg-1.4.dist-info
+2020-11-22 19:03:30,019 - b177aa (stdout): copying py/_vendored_packages/apipkg-1.4.dist-info/METADATA -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/apipkg-1.4.dist-info
+2020-11-22 19:03:30,019 - b177aa (stdout): copying py/_vendored_packages/apipkg-1.4.dist-info/RECORD -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/apipkg-1.4.dist-info
+2020-11-22 19:03:30,019 - b177aa (stdout): copying py/_vendored_packages/apipkg-1.4.dist-info/WHEEL -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/apipkg-1.4.dist-info
+2020-11-22 19:03:30,019 - b177aa (stdout): copying py/_vendored_packages/apipkg-1.4.dist-info/metadata.json -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/apipkg-1.4.dist-info
+2020-11-22 19:03:30,019 - b177aa (stdout): copying py/_vendored_packages/apipkg-1.4.dist-info/top_level.txt -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/apipkg-1.4.dist-info
+2020-11-22 19:03:30,020 - b177aa (stdout): creating /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/iniconfig-1.0.0.dist-info
+2020-11-22 19:03:30,020 - b177aa (stdout): copying py/_vendored_packages/iniconfig-1.0.0.dist-info/DESCRIPTION.rst -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/iniconfig-1.0.0.dist-info
+2020-11-22 19:03:30,020 - b177aa (stdout): copying py/_vendored_packages/iniconfig-1.0.0.dist-info/INSTALLER -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/iniconfig-1.0.0.dist-info
+2020-11-22 19:03:30,020 - b177aa (stdout): copying py/_vendored_packages/iniconfig-1.0.0.dist-info/METADATA -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/iniconfig-1.0.0.dist-info
+2020-11-22 19:03:30,020 - b177aa (stdout): copying py/_vendored_packages/iniconfig-1.0.0.dist-info/RECORD -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/iniconfig-1.0.0.dist-info
+2020-11-22 19:03:30,021 - b177aa (stdout): copying py/_vendored_packages/iniconfig-1.0.0.dist-info/WHEEL -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/iniconfig-1.0.0.dist-info
+2020-11-22 19:03:30,021 - b177aa (stdout): copying py/_vendored_packages/iniconfig-1.0.0.dist-info/metadata.json -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/iniconfig-1.0.0.dist-info
+2020-11-22 19:03:30,021 - b177aa (stdout): copying py/_vendored_packages/iniconfig-1.0.0.dist-info/top_level.txt -> /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/iniconfig-1.0.0.dist-info
+2020-11-22 19:03:30,022 - b177aa (stdout): warning: build_py: byte-compiling is disabled, skipping.
+2020-11-22 19:03:30,022 - b177aa (stdout):
+2020-11-22 19:03:30,239 - b177aa (stdout): * Using python3.8 in global scope
+2020-11-22 19:03:30,244 - b177aa (stdout): * python3_8: running distutils-r1_run_phase python_compile_all
+2020-11-22 19:03:30,252 - b177aa (stdout): >>> Source compiled.
+2020-11-22 19:03:30,375 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:30,429 - b177aa (stdout): * Skipping make test/check due to ebuild restriction.
+2020-11-22 19:03:30,429 - b177aa (stdout): >>> Test phase [disabled because of RESTRICT=test]: dev-python/py-1.9.0-r1
+2020-11-22 19:03:30,551 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:30,604 - b177aa (stdout):
+2020-11-22 19:03:30,604 - b177aa (stdout): >>> Install dev-python/py-1.9.0-r1 into /var/tmp/portage/dev-python/py-1.9.0-r1/image
+2020-11-22 19:03:30,616 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install
+2020-11-22 19:03:30,644 - b177aa (stdout): python3.7 setup.py install --skip-build --root=/var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7
+2020-11-22 19:03:30,774 - b177aa (stdout): running install
+2020-11-22 19:03:30,775 - b177aa (stdout): running install_lib
+2020-11-22 19:03:30,776 - b177aa (stdout): creating /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7
+2020-11-22 19:03:30,776 - b177aa (stdout): creating /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr
+2020-11-22 19:03:30,776 - b177aa (stdout): creating /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib
+2020-11-22 19:03:30,776 - b177aa (stdout): creating /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7
+2020-11-22 19:03:30,776 - b177aa (stdout): creating /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages
+2020-11-22 19:03:30,776 - b177aa (stdout): creating /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py
+2020-11-22 19:03:30,776 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/__metainfo.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py
+2020-11-22 19:03:30,776 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_version.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py
+2020-11-22 19:03:30,777 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_builtin.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py
+2020-11-22 19:03:30,777 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/test.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py
+2020-11-22 19:03:30,777 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_xmlgen.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py
+2020-11-22 19:03:30,777 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_std.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py
+2020-11-22 19:03:30,777 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_error.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py
+2020-11-22 19:03:30,777 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/__init__.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py
+2020-11-22 19:03:30,778 - b177aa (stdout): creating /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_process
+2020-11-22 19:03:30,778 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_process/cmdexec.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_process
+2020-11-22 19:03:30,778 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_process/forkedfunc.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_process
+2020-11-22 19:03:30,778 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_process/killproc.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_process
+2020-11-22 19:03:30,778 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_process/__init__.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_process
+2020-11-22 19:03:30,778 - b177aa (stdout): creating /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_code
+2020-11-22 19:03:30,778 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_code/code.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_code
+2020-11-22 19:03:30,778 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_code/_assertionnew.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_code
+2020-11-22 19:03:30,779 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_code/source.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_code
+2020-11-22 19:03:30,779 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_code/_py2traceback.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_code
+2020-11-22 19:03:30,779 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_code/assertion.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_code
+2020-11-22 19:03:30,779 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_code/__init__.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_code
+2020-11-22 19:03:30,779 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_code/_assertionold.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_code
+2020-11-22 19:03:30,780 - b177aa (stdout): creating /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_path
+2020-11-22 19:03:30,780 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_path/cacheutil.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_path
+2020-11-22 19:03:30,780 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_path/svnwc.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_path
+2020-11-22 19:03:30,780 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_path/common.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_path
+2020-11-22 19:03:30,780 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_path/local.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_path
+2020-11-22 19:03:30,780 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_path/__init__.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_path
+2020-11-22 19:03:30,780 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_path/svnurl.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_path
+2020-11-22 19:03:30,781 - b177aa (stdout): creating /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_vendored_packages
+2020-11-22 19:03:30,781 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/iniconfig.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_vendored_packages
+2020-11-22 19:03:30,781 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/apipkg.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_vendored_packages
+2020-11-22 19:03:30,781 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/__init__.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_vendored_packages
+2020-11-22 19:03:30,781 - b177aa (stdout): creating /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_vendored_packages/apipkg-1.4.dist-info
+2020-11-22 19:03:30,781 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/apipkg-1.4.dist-info/DESCRIPTION.rst -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_vendored_packages/apipkg-1.4.dist-info
+2020-11-22 19:03:30,781 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/apipkg-1.4.dist-info/INSTALLER -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_vendored_packages/apipkg-1.4.dist-info
+2020-11-22 19:03:30,782 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/apipkg-1.4.dist-info/METADATA -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_vendored_packages/apipkg-1.4.dist-info
+2020-11-22 19:03:30,782 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/apipkg-1.4.dist-info/RECORD -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_vendored_packages/apipkg-1.4.dist-info
+2020-11-22 19:03:30,782 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/apipkg-1.4.dist-info/WHEEL -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_vendored_packages/apipkg-1.4.dist-info
+2020-11-22 19:03:30,782 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/apipkg-1.4.dist-info/metadata.json -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_vendored_packages/apipkg-1.4.dist-info
+2020-11-22 19:03:30,782 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/apipkg-1.4.dist-info/top_level.txt -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_vendored_packages/apipkg-1.4.dist-info
+2020-11-22 19:03:30,782 - b177aa (stdout): creating /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_vendored_packages/iniconfig-1.0.0.dist-info
+2020-11-22 19:03:30,782 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/iniconfig-1.0.0.dist-info/DESCRIPTION.rst -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_vendored_packages/iniconfig-1.0.0.dist-info
+2020-11-22 19:03:30,783 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/iniconfig-1.0.0.dist-info/INSTALLER -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_vendored_packages/iniconfig-1.0.0.dist-info
+2020-11-22 19:03:30,783 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/iniconfig-1.0.0.dist-info/METADATA -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_vendored_packages/iniconfig-1.0.0.dist-info
+2020-11-22 19:03:30,783 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/iniconfig-1.0.0.dist-info/RECORD -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_vendored_packages/iniconfig-1.0.0.dist-info
+2020-11-22 19:03:30,783 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/iniconfig-1.0.0.dist-info/WHEEL -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_vendored_packages/iniconfig-1.0.0.dist-info
+2020-11-22 19:03:30,783 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/iniconfig-1.0.0.dist-info/metadata.json -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_vendored_packages/iniconfig-1.0.0.dist-info
+2020-11-22 19:03:30,784 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_vendored_packages/iniconfig-1.0.0.dist-info/top_level.txt -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_vendored_packages/iniconfig-1.0.0.dist-info
+2020-11-22 19:03:30,784 - b177aa (stdout): creating /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_io
+2020-11-22 19:03:30,784 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_io/terminalwriter.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_io
+2020-11-22 19:03:30,784 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_io/saferepr.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_io
+2020-11-22 19:03:30,784 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_io/capture.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_io
+2020-11-22 19:03:30,784 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_io/__init__.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_io
+2020-11-22 19:03:30,784 - b177aa (stdout): creating /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_log
+2020-11-22 19:03:30,784 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_log/warning.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_log
+2020-11-22 19:03:30,785 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_log/__init__.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_log
+2020-11-22 19:03:30,785 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/_log/log.py -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_log
+2020-11-22 19:03:30,785 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/__init__.pyi -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py
+2020-11-22 19:03:30,785 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/error.pyi -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py
+2020-11-22 19:03:30,785 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/iniconfig.pyi -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py
+2020-11-22 19:03:30,786 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/io.pyi -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py
+2020-11-22 19:03:30,786 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/path.pyi -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py
+2020-11-22 19:03:30,786 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/py.typed -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py
+2020-11-22 19:03:30,786 - b177aa (stdout): copying /var/tmp/portage/dev-python/py-1.9.0-r1/work/py-1.9.0-python3_7/lib/py/xml.pyi -> /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py
+2020-11-22 19:03:30,787 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/__metainfo.py to __metainfo.cpython-37.pyc
+2020-11-22 19:03:30,787 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_version.py to _version.cpython-37.pyc
+2020-11-22 19:03:30,787 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_builtin.py to _builtin.cpython-37.pyc
+2020-11-22 19:03:30,788 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/test.py to test.cpython-37.pyc
+2020-11-22 19:03:30,789 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_xmlgen.py to _xmlgen.cpython-37.pyc
+2020-11-22 19:03:30,791 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_std.py to _std.cpython-37.pyc
+2020-11-22 19:03:30,791 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_error.py to _error.cpython-37.pyc
+2020-11-22 19:03:30,792 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:03:30,792 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_process/cmdexec.py to cmdexec.cpython-37.pyc
+2020-11-22 19:03:30,793 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_process/forkedfunc.py to forkedfunc.cpython-37.pyc
+2020-11-22 19:03:30,794 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_process/killproc.py to killproc.cpython-37.pyc
+2020-11-22 19:03:30,794 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_process/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:03:30,795 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_code/code.py to code.cpython-37.pyc
+2020-11-22 19:03:30,799 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_code/_assertionnew.py to _assertionnew.cpython-37.pyc
+2020-11-22 19:03:30,801 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_code/source.py to source.cpython-37.pyc
+2020-11-22 19:03:30,803 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_code/_py2traceback.py to _py2traceback.cpython-37.pyc
+2020-11-22 19:03:30,804 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_code/assertion.py to assertion.cpython-37.pyc
+2020-11-22 19:03:30,805 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_code/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:03:30,805 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_code/_assertionold.py to _assertionold.cpython-37.pyc
+2020-11-22 19:03:30,808 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_path/cacheutil.py to cacheutil.cpython-37.pyc
+2020-11-22 19:03:30,808 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_path/svnwc.py to svnwc.cpython-37.pyc
+2020-11-22 19:03:30,815 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_path/common.py to common.cpython-37.pyc
+2020-11-22 19:03:30,817 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_path/local.py to local.cpython-37.pyc
+2020-11-22 19:03:30,821 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_path/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:03:30,821 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_path/svnurl.py to svnurl.cpython-37.pyc
+2020-11-22 19:03:30,824 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_vendored_packages/iniconfig.py to iniconfig.cpython-37.pyc
+2020-11-22 19:03:30,825 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_vendored_packages/apipkg.py to apipkg.cpython-37.pyc
+2020-11-22 19:03:30,826 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_vendored_packages/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:03:30,826 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_io/terminalwriter.py to terminalwriter.cpython-37.pyc
+2020-11-22 19:03:30,828 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_io/saferepr.py to saferepr.cpython-37.pyc
+2020-11-22 19:03:30,829 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_io/capture.py to capture.cpython-37.pyc
+2020-11-22 19:03:30,831 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_io/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:03:30,831 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_log/warning.py to warning.cpython-37.pyc
+2020-11-22 19:03:30,832 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_log/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:03:30,832 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py/_log/log.py to log.cpython-37.pyc
+2020-11-22 19:03:30,833 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/py-1.9.0-r1/temp/tmprjthi4du.py'
+2020-11-22 19:03:30,833 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/py-1.9.0-r1/temp/tmprjthi4du.py
+2020-11-22 19:03:30,900 - b177aa (stdout): removing /var/tmp/portage/dev-python/py-1.9.0-r1/temp/tmprjthi4du.py
+2020-11-22 19:03:30,900 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/py-1.9.0-r1/temp/tmpmd_dku91.py'
+2020-11-22 19:03:30,900 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/py-1.9.0-r1/temp/tmpmd_dku91.py
+2020-11-22 19:03:30,967 - b177aa (stdout): removing /var/tmp/portage/dev-python/py-1.9.0-r1/temp/tmpmd_dku91.py
+2020-11-22 19:03:30,967 - b177aa (stdout): running install_egg_info
+2020-11-22 19:03:30,972 - b177aa (stdout): running egg_info
+2020-11-22 19:03:30,972 - b177aa (stdout): writing py.egg-info/PKG-INFO
+2020-11-22 19:03:30,972 - b177aa (stdout): writing dependency_links to py.egg-info/dependency_links.txt
+2020-11-22 19:03:30,972 - b177aa (stdout): writing top-level names to py.egg-info/top_level.txt
+2020-11-22 19:03:30,989 - b177aa (stdout): reading manifest file 'py.egg-info/SOURCES.txt'
+2020-11-22 19:03:30,990 - b177aa (stdout): reading manifest template 'MANIFEST.in'
+2020-11-22 19:03:30,992 - b177aa (stdout): warning: no previously-included files matching '*.pyc' found anywhere in distribution
+2020-11-22 19:03:30,994 - b177aa (stdout): writing manifest file 'py.egg-info/SOURCES.txt'
+2020-11-22 19:03:30,995 - b177aa (stdout): Copying py.egg-info to /var/tmp/portage/dev-python/py-1.9.0-r1/image/_python3.7/usr/lib/python3.7/site-packages/py-1.9.0-py3.7.egg-info
+2020-11-22 19:03:30,995 - b177aa (stdout): running install_scripts
+2020-11-22 19:03:31,366 - b177aa (stdout): * Using python3.8 in global scope
+2020-11-22 19:03:31,371 - b177aa (stdout): * python3_8: running distutils-r1_run_phase distutils-r1_python_install_all
+2020-11-22 19:03:31,574 - b177aa (stdout): >>> Completed installing dev-python/py-1.9.0-r1 into /var/tmp/portage/dev-python/py-1.9.0-r1/image
+2020-11-22 19:03:31,574 - b177aa (stdout):
+2020-11-22 19:03:31,581 - b177aa (stdout): * Final size of build directory: 1552 KiB (1.5 MiB)
+2020-11-22 19:03:31,585 - b177aa (stdout): * Final size of installed tree: 1448 KiB (1.4 MiB)
+2020-11-22 19:03:31,585 - b177aa (stdout):
+2020-11-22 19:03:31,970 - b177aa (stdout): * Verifying compiled files in /usr/lib/python3.7/site-packages
+2020-11-22 19:03:32,232 - b177aa (stdout):
+2020-11-22 19:03:32,232 - b177aa (stdout): >>> Installing (11 of 18) dev-python/py-1.9.0-r1::gentoo
+2020-11-22 19:03:32,255 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:32,504 - b177aa (stdout): * checking 169 files for package collisions
+2020-11-22 19:03:32,518 - b177aa (stdout): >>> Merging dev-python/py-1.9.0-r1 to /
+2020-11-22 19:03:32,770 - b177aa (stdout): --- /usr/
+2020-11-22 19:03:32,770 - b177aa (stdout): --- /usr/share/
+2020-11-22 19:03:32,770 - b177aa (stdout): --- /usr/share/doc/
+2020-11-22 19:03:32,770 - b177aa (stdout): >>> /usr/share/doc/py-1.9.0-r1/
+2020-11-22 19:03:32,772 - b177aa (stdout): >>> /usr/share/doc/py-1.9.0-r1/CHANGELOG.bz2
+2020-11-22 19:03:32,772 - b177aa (stdout): >>> /usr/share/doc/py-1.9.0-r1/AUTHORS.bz2
+2020-11-22 19:03:32,772 - b177aa (stdout): >>> /usr/share/doc/py-1.9.0-r1/README.rst.bz2
+2020-11-22 19:03:32,772 - b177aa (stdout): --- /usr/lib/
+2020-11-22 19:03:32,772 - b177aa (stdout): --- /usr/lib/python3.7/
+2020-11-22 19:03:32,772 - b177aa (stdout): --- /usr/lib/python3.7/site-packages/
+2020-11-22 19:03:32,772 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py-1.9.0-py3.7.egg-info/
+2020-11-22 19:03:32,772 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py-1.9.0-py3.7.egg-info/SOURCES.txt
+2020-11-22 19:03:32,773 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py-1.9.0-py3.7.egg-info/not-zip-safe
+2020-11-22 19:03:32,773 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py-1.9.0-py3.7.egg-info/top_level.txt
+2020-11-22 19:03:32,773 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py-1.9.0-py3.7.egg-info/dependency_links.txt
+2020-11-22 19:03:32,773 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py-1.9.0-py3.7.egg-info/PKG-INFO
+2020-11-22 19:03:32,773 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/
+2020-11-22 19:03:32,773 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__pycache__/
+2020-11-22 19:03:32,774 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,774 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__pycache__/_error.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,774 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__pycache__/_std.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,774 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__pycache__/_xmlgen.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,774 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__pycache__/test.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,775 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__pycache__/_builtin.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,775 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__pycache__/_version.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,775 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__pycache__/__metainfo.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,775 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,775 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__pycache__/_error.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,775 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__pycache__/_std.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,775 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__pycache__/_xmlgen.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,776 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__pycache__/test.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,776 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__pycache__/_builtin.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,776 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__pycache__/_version.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,776 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__pycache__/__metainfo.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,776 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:03:32,776 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__pycache__/_error.cpython-37.pyc
+2020-11-22 19:03:32,776 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__pycache__/_std.cpython-37.pyc
+2020-11-22 19:03:32,777 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__pycache__/_xmlgen.cpython-37.pyc
+2020-11-22 19:03:32,777 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__pycache__/test.cpython-37.pyc
+2020-11-22 19:03:32,777 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__pycache__/_builtin.cpython-37.pyc
+2020-11-22 19:03:32,777 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__pycache__/_version.cpython-37.pyc
+2020-11-22 19:03:32,777 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__pycache__/__metainfo.cpython-37.pyc
+2020-11-22 19:03:32,777 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/xml.pyi
+2020-11-22 19:03:32,777 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/py.typed
+2020-11-22 19:03:32,778 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/path.pyi
+2020-11-22 19:03:32,778 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/io.pyi
+2020-11-22 19:03:32,778 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/iniconfig.pyi
+2020-11-22 19:03:32,778 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/error.pyi
+2020-11-22 19:03:32,778 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__init__.pyi
+2020-11-22 19:03:32,778 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_log/
+2020-11-22 19:03:32,778 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_log/__pycache__/
+2020-11-22 19:03:32,779 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_log/__pycache__/log.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,779 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_log/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,779 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_log/__pycache__/warning.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,779 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_log/__pycache__/log.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,779 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_log/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,780 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_log/__pycache__/warning.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,780 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_log/__pycache__/log.cpython-37.pyc
+2020-11-22 19:03:32,780 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_log/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:03:32,780 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_log/__pycache__/warning.cpython-37.pyc
+2020-11-22 19:03:32,780 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_log/log.py
+2020-11-22 19:03:32,780 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_log/__init__.py
+2020-11-22 19:03:32,781 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_log/warning.py
+2020-11-22 19:03:32,781 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_io/
+2020-11-22 19:03:32,781 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_io/__pycache__/
+2020-11-22 19:03:32,781 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_io/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,781 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_io/__pycache__/capture.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,781 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_io/__pycache__/saferepr.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,781 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_io/__pycache__/terminalwriter.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,782 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_io/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,782 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_io/__pycache__/capture.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,782 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_io/__pycache__/saferepr.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,782 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_io/__pycache__/terminalwriter.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,782 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_io/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:03:32,782 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_io/__pycache__/capture.cpython-37.pyc
+2020-11-22 19:03:32,782 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_io/__pycache__/saferepr.cpython-37.pyc
+2020-11-22 19:03:32,783 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_io/__pycache__/terminalwriter.cpython-37.pyc
+2020-11-22 19:03:32,783 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_io/__init__.py
+2020-11-22 19:03:32,783 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_io/capture.py
+2020-11-22 19:03:32,783 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_io/saferepr.py
+2020-11-22 19:03:32,783 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_io/terminalwriter.py
+2020-11-22 19:03:32,783 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/
+2020-11-22 19:03:32,783 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/__pycache__/
+2020-11-22 19:03:32,784 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,784 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/__pycache__/apipkg.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,784 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/__pycache__/iniconfig.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,784 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,784 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/__pycache__/apipkg.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,784 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/__pycache__/iniconfig.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,785 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:03:32,785 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/__pycache__/apipkg.cpython-37.pyc
+2020-11-22 19:03:32,785 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/__pycache__/iniconfig.cpython-37.pyc
+2020-11-22 19:03:32,785 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/iniconfig-1.0.0.dist-info/
+2020-11-22 19:03:32,785 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/iniconfig-1.0.0.dist-info/top_level.txt
+2020-11-22 19:03:32,785 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/iniconfig-1.0.0.dist-info/metadata.json
+2020-11-22 19:03:32,785 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/iniconfig-1.0.0.dist-info/WHEEL
+2020-11-22 19:03:32,786 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/iniconfig-1.0.0.dist-info/RECORD
+2020-11-22 19:03:32,786 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/iniconfig-1.0.0.dist-info/METADATA
+2020-11-22 19:03:32,786 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/iniconfig-1.0.0.dist-info/INSTALLER
+2020-11-22 19:03:32,786 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/iniconfig-1.0.0.dist-info/DESCRIPTION.rst
+2020-11-22 19:03:32,786 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/apipkg-1.4.dist-info/
+2020-11-22 19:03:32,786 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/apipkg-1.4.dist-info/top_level.txt
+2020-11-22 19:03:32,786 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/apipkg-1.4.dist-info/metadata.json
+2020-11-22 19:03:32,787 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/apipkg-1.4.dist-info/WHEEL
+2020-11-22 19:03:32,787 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/apipkg-1.4.dist-info/RECORD
+2020-11-22 19:03:32,787 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/apipkg-1.4.dist-info/METADATA
+2020-11-22 19:03:32,787 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/apipkg-1.4.dist-info/INSTALLER
+2020-11-22 19:03:32,787 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/apipkg-1.4.dist-info/DESCRIPTION.rst
+2020-11-22 19:03:32,787 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/__init__.py
+2020-11-22 19:03:32,787 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/apipkg.py
+2020-11-22 19:03:32,788 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_vendored_packages/iniconfig.py
+2020-11-22 19:03:32,788 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_path/
+2020-11-22 19:03:32,788 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_path/__pycache__/
+2020-11-22 19:03:32,788 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_path/__pycache__/svnurl.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,788 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_path/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,788 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_path/__pycache__/local.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,789 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_path/__pycache__/common.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,789 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_path/__pycache__/svnwc.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,789 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_path/__pycache__/cacheutil.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,789 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_path/__pycache__/svnurl.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,789 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_path/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,789 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_path/__pycache__/local.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,790 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_path/__pycache__/common.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,790 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_path/__pycache__/svnwc.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,790 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_path/__pycache__/cacheutil.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,790 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_path/__pycache__/svnurl.cpython-37.pyc
+2020-11-22 19:03:32,790 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_path/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:03:32,790 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_path/__pycache__/local.cpython-37.pyc
+2020-11-22 19:03:32,791 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_path/__pycache__/common.cpython-37.pyc
+2020-11-22 19:03:32,791 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_path/__pycache__/svnwc.cpython-37.pyc
+2020-11-22 19:03:32,791 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_path/__pycache__/cacheutil.cpython-37.pyc
+2020-11-22 19:03:32,791 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_path/svnurl.py
+2020-11-22 19:03:32,791 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_path/__init__.py
+2020-11-22 19:03:32,792 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_path/local.py
+2020-11-22 19:03:32,792 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_path/common.py
+2020-11-22 19:03:32,792 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_path/svnwc.py
+2020-11-22 19:03:32,792 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_path/cacheutil.py
+2020-11-22 19:03:32,792 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/
+2020-11-22 19:03:32,792 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/__pycache__/
+2020-11-22 19:03:32,793 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/__pycache__/_assertionold.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,793 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,793 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/__pycache__/assertion.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,793 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/__pycache__/_py2traceback.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,793 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/__pycache__/source.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,794 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/__pycache__/_assertionnew.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,794 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/__pycache__/code.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,794 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/__pycache__/_assertionold.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,794 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,794 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/__pycache__/assertion.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,794 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/__pycache__/_py2traceback.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,795 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/__pycache__/source.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,795 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/__pycache__/_assertionnew.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,795 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/__pycache__/code.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,795 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/__pycache__/_assertionold.cpython-37.pyc
+2020-11-22 19:03:32,795 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:03:32,795 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/__pycache__/assertion.cpython-37.pyc
+2020-11-22 19:03:32,796 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/__pycache__/_py2traceback.cpython-37.pyc
+2020-11-22 19:03:32,796 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/__pycache__/source.cpython-37.pyc
+2020-11-22 19:03:32,796 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/__pycache__/_assertionnew.cpython-37.pyc
+2020-11-22 19:03:32,796 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/__pycache__/code.cpython-37.pyc
+2020-11-22 19:03:32,796 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/_assertionold.py
+2020-11-22 19:03:32,797 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/__init__.py
+2020-11-22 19:03:32,797 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/assertion.py
+2020-11-22 19:03:32,797 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/_py2traceback.py
+2020-11-22 19:03:32,797 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/source.py
+2020-11-22 19:03:32,797 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/_assertionnew.py
+2020-11-22 19:03:32,797 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_code/code.py
+2020-11-22 19:03:32,797 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_process/
+2020-11-22 19:03:32,798 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_process/__pycache__/
+2020-11-22 19:03:32,798 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_process/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,798 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_process/__pycache__/killproc.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,798 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_process/__pycache__/forkedfunc.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,798 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_process/__pycache__/cmdexec.cpython-37.opt-2.pyc
+2020-11-22 19:03:32,799 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_process/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,799 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_process/__pycache__/killproc.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,799 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_process/__pycache__/forkedfunc.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,799 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_process/__pycache__/cmdexec.cpython-37.opt-1.pyc
+2020-11-22 19:03:32,799 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_process/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:03:32,799 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_process/__pycache__/killproc.cpython-37.pyc
+2020-11-22 19:03:32,800 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_process/__pycache__/forkedfunc.cpython-37.pyc
+2020-11-22 19:03:32,800 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_process/__pycache__/cmdexec.cpython-37.pyc
+2020-11-22 19:03:32,800 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_process/__init__.py
+2020-11-22 19:03:32,800 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_process/killproc.py
+2020-11-22 19:03:32,800 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_process/forkedfunc.py
+2020-11-22 19:03:32,800 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_process/cmdexec.py
+2020-11-22 19:03:32,801 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__init__.py
+2020-11-22 19:03:32,801 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_error.py
+2020-11-22 19:03:32,801 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_std.py
+2020-11-22 19:03:32,801 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_xmlgen.py
+2020-11-22 19:03:32,801 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/test.py
+2020-11-22 19:03:32,801 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_builtin.py
+2020-11-22 19:03:32,801 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/_version.py
+2020-11-22 19:03:32,802 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/py/__metainfo.py
+2020-11-22 19:03:33,202 - b177aa (stdout): >>> dev-python/py-1.9.0-r1 merged.
+2020-11-22 19:03:36,490 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:36,557 - b177aa (stdout):
+2020-11-22 19:03:36,557 - b177aa (stdout): >>> Emerging (12 of 18) dev-python/zipp-3.4.0::gentoo
+2020-11-22 19:03:36,569 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:36,617 - b177aa (stdout): * zipp-3.4.0.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
+2020-11-22 19:03:36,908 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:36,959 - b177aa (stdout): >>> Unpacking source...
+2020-11-22 19:03:36,960 - b177aa (stdout): >>> Unpacking zipp-3.4.0.tar.gz to /var/tmp/portage/dev-python/zipp-3.4.0/work
+2020-11-22 19:03:37,005 - b177aa (stdout): >>> Source unpacked in /var/tmp/portage/dev-python/zipp-3.4.0/work
+2020-11-22 19:03:37,123 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:37,176 - b177aa (stdout): >>> Preparing source in /var/tmp/portage/dev-python/zipp-3.4.0/work/zipp-3.4.0 ...
+2020-11-22 19:03:37,182 - b177aa (stdout): >>> Source prepared.
+2020-11-22 19:03:37,300 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:37,355 - b177aa (stdout): >>> Configuring source in /var/tmp/portage/dev-python/zipp-3.4.0/work/zipp-3.4.0 ...
+2020-11-22 19:03:37,359 - b177aa (stdout): >>> Source configured.
+2020-11-22 19:03:37,478 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:37,533 - b177aa (stdout): >>> Compiling source in /var/tmp/portage/dev-python/zipp-3.4.0/work/zipp-3.4.0 ...
+2020-11-22 19:03:37,545 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_compile
+2020-11-22 19:03:37,585 - b177aa (stdout): python3.7 setup.py build -j 8
+2020-11-22 19:03:37,725 - b177aa (stdout): running build
+2020-11-22 19:03:37,726 - b177aa (stdout): running build_py
+2020-11-22 19:03:37,739 - b177aa (stdout): copying zipp.py -> /var/tmp/portage/dev-python/zipp-3.4.0/work/zipp-3.4.0-python3_7/lib
+2020-11-22 19:03:37,739 - b177aa (stdout): running egg_info
+2020-11-22 19:03:37,743 - b177aa (stdout): writing zipp.egg-info/PKG-INFO
+2020-11-22 19:03:37,743 - b177aa (stdout): writing dependency_links to zipp.egg-info/dependency_links.txt
+2020-11-22 19:03:37,743 - b177aa (stdout): writing requirements to zipp.egg-info/requires.txt
+2020-11-22 19:03:37,744 - b177aa (stdout): writing top-level names to zipp.egg-info/top_level.txt
+2020-11-22 19:03:37,749 - b177aa (stdout): reading manifest file 'zipp.egg-info/SOURCES.txt'
+2020-11-22 19:03:37,750 - b177aa (stdout): writing manifest file 'zipp.egg-info/SOURCES.txt'
+2020-11-22 19:03:37,750 - b177aa (stdout): warning: build_py: byte-compiling is disabled, skipping.
+2020-11-22 19:03:37,750 - b177aa (stdout):
+2020-11-22 19:03:37,959 - b177aa (stdout): * Using python3.8 in global scope
+2020-11-22 19:03:37,964 - b177aa (stdout): * python3_8: running distutils-r1_run_phase python_compile_all
+2020-11-22 19:03:37,972 - b177aa (stdout): >>> Source compiled.
+2020-11-22 19:03:38,090 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:38,143 - b177aa (stdout): * Skipping make test/check due to ebuild restriction.
+2020-11-22 19:03:38,144 - b177aa (stdout): >>> Test phase [disabled because of RESTRICT=test]: dev-python/zipp-3.4.0
+2020-11-22 19:03:38,263 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:38,319 - b177aa (stdout):
+2020-11-22 19:03:38,319 - b177aa (stdout): >>> Install dev-python/zipp-3.4.0 into /var/tmp/portage/dev-python/zipp-3.4.0/image
+2020-11-22 19:03:38,331 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install
+2020-11-22 19:03:38,359 - b177aa (stdout): python3.7 setup.py install --skip-build --root=/var/tmp/portage/dev-python/zipp-3.4.0/image/_python3.7
+2020-11-22 19:03:38,501 - b177aa (stdout): running install
+2020-11-22 19:03:38,502 - b177aa (stdout): running install_lib
+2020-11-22 19:03:38,503 - b177aa (stdout): creating /var/tmp/portage/dev-python/zipp-3.4.0/image/_python3.7
+2020-11-22 19:03:38,503 - b177aa (stdout): creating /var/tmp/portage/dev-python/zipp-3.4.0/image/_python3.7/usr
+2020-11-22 19:03:38,503 - b177aa (stdout): creating /var/tmp/portage/dev-python/zipp-3.4.0/image/_python3.7/usr/lib
+2020-11-22 19:03:38,503 - b177aa (stdout): creating /var/tmp/portage/dev-python/zipp-3.4.0/image/_python3.7/usr/lib/python3.7
+2020-11-22 19:03:38,503 - b177aa (stdout): creating /var/tmp/portage/dev-python/zipp-3.4.0/image/_python3.7/usr/lib/python3.7/site-packages
+2020-11-22 19:03:38,503 - b177aa (stdout): copying /var/tmp/portage/dev-python/zipp-3.4.0/work/zipp-3.4.0-python3_7/lib/zipp.py -> /var/tmp/portage/dev-python/zipp-3.4.0/image/_python3.7/usr/lib/python3.7/site-packages
+2020-11-22 19:03:38,504 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zipp-3.4.0/image/_python3.7/usr/lib/python3.7/site-packages/zipp.py to zipp.cpython-37.pyc
+2020-11-22 19:03:38,505 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/zipp-3.4.0/temp/tmpvwhhz3le.py'
+2020-11-22 19:03:38,506 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/zipp-3.4.0/temp/tmpvwhhz3le.py
+2020-11-22 19:03:38,535 - b177aa (stdout): removing /var/tmp/portage/dev-python/zipp-3.4.0/temp/tmpvwhhz3le.py
+2020-11-22 19:03:38,536 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/zipp-3.4.0/temp/tmp202yu_0x.py'
+2020-11-22 19:03:38,536 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/zipp-3.4.0/temp/tmp202yu_0x.py
+2020-11-22 19:03:38,566 - b177aa (stdout): removing /var/tmp/portage/dev-python/zipp-3.4.0/temp/tmp202yu_0x.py
+2020-11-22 19:03:38,566 - b177aa (stdout): running install_egg_info
+2020-11-22 19:03:38,571 - b177aa (stdout): running egg_info
+2020-11-22 19:03:38,571 - b177aa (stdout): writing zipp.egg-info/PKG-INFO
+2020-11-22 19:03:38,571 - b177aa (stdout): writing dependency_links to zipp.egg-info/dependency_links.txt
+2020-11-22 19:03:38,571 - b177aa (stdout): writing requirements to zipp.egg-info/requires.txt
+2020-11-22 19:03:38,571 - b177aa (stdout): writing top-level names to zipp.egg-info/top_level.txt
+2020-11-22 19:03:38,588 - b177aa (stdout): reading manifest file 'zipp.egg-info/SOURCES.txt'
+2020-11-22 19:03:38,589 - b177aa (stdout): writing manifest file 'zipp.egg-info/SOURCES.txt'
+2020-11-22 19:03:38,589 - b177aa (stdout): Copying zipp.egg-info to /var/tmp/portage/dev-python/zipp-3.4.0/image/_python3.7/usr/lib/python3.7/site-packages/zipp-3.4.0-py3.7.egg-info
+2020-11-22 19:03:38,589 - b177aa (stdout): running install_scripts
+2020-11-22 19:03:38,905 - b177aa (stdout): * Using python3.8 in global scope
+2020-11-22 19:03:38,909 - b177aa (stdout): * python3_8: running distutils-r1_run_phase distutils-r1_python_install_all
+2020-11-22 19:03:38,986 - b177aa (stdout): >>> Completed installing dev-python/zipp-3.4.0 into /var/tmp/portage/dev-python/zipp-3.4.0/image
+2020-11-22 19:03:38,986 - b177aa (stdout):
+2020-11-22 19:03:38,990 - b177aa (stdout): * Final size of build directory: 152 KiB
+2020-11-22 19:03:38,993 - b177aa (stdout): * Final size of installed tree: 68 KiB
+2020-11-22 19:03:38,993 - b177aa (stdout):
+2020-11-22 19:03:39,353 - b177aa (stdout): * Verifying compiled files in /usr/lib/python3.7/site-packages
+2020-11-22 19:03:39,603 - b177aa (stdout):
+2020-11-22 19:03:39,603 - b177aa (stdout): >>> Installing (12 of 18) dev-python/zipp-3.4.0::gentoo
+2020-11-22 19:03:39,627 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:39,873 - b177aa (stdout): * checking 10 files for package collisions
+2020-11-22 19:03:39,875 - b177aa (stdout): >>> Merging dev-python/zipp-3.4.0 to /
+2020-11-22 19:03:40,138 - b177aa (stdout): --- /usr/
+2020-11-22 19:03:40,138 - b177aa (stdout): --- /usr/share/
+2020-11-22 19:03:40,138 - b177aa (stdout): --- /usr/share/doc/
+2020-11-22 19:03:40,138 - b177aa (stdout): >>> /usr/share/doc/zipp-3.4.0/
+2020-11-22 19:03:40,140 - b177aa (stdout): >>> /usr/share/doc/zipp-3.4.0/README.rst.bz2
+2020-11-22 19:03:40,140 - b177aa (stdout): --- /usr/lib/
+2020-11-22 19:03:40,140 - b177aa (stdout): --- /usr/lib/python3.7/
+2020-11-22 19:03:40,140 - b177aa (stdout): --- /usr/lib/python3.7/site-packages/
+2020-11-22 19:03:40,140 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zipp-3.4.0-py3.7.egg-info/
+2020-11-22 19:03:40,141 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zipp-3.4.0-py3.7.egg-info/top_level.txt
+2020-11-22 19:03:40,141 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zipp-3.4.0-py3.7.egg-info/requires.txt
+2020-11-22 19:03:40,142 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zipp-3.4.0-py3.7.egg-info/dependency_links.txt
+2020-11-22 19:03:40,142 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zipp-3.4.0-py3.7.egg-info/SOURCES.txt
+2020-11-22 19:03:40,142 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zipp-3.4.0-py3.7.egg-info/PKG-INFO
+2020-11-22 19:03:40,142 - b177aa (stdout): --- /usr/lib/python3.7/site-packages/__pycache__/
+2020-11-22 19:03:40,142 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/__pycache__/zipp.cpython-37.opt-2.pyc
+2020-11-22 19:03:40,142 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/__pycache__/zipp.cpython-37.opt-1.pyc
+2020-11-22 19:03:40,143 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/__pycache__/zipp.cpython-37.pyc
+2020-11-22 19:03:40,143 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zipp.py
+2020-11-22 19:03:40,553 - b177aa (stdout): >>> dev-python/zipp-3.4.0 merged.
+2020-11-22 19:03:43,473 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:43,546 - b177aa (stdout):
+2020-11-22 19:03:43,546 - b177aa (stdout): >>> Emerging (13 of 18) dev-python/zope-interface-5.2.0::gentoo
+2020-11-22 19:03:43,559 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:43,614 - b177aa (stdout): * zope.interface-5.2.0.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
+2020-11-22 19:03:43,938 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:43,993 - b177aa (stdout): >>> Unpacking source...
+2020-11-22 19:03:43,994 - b177aa (stdout): >>> Unpacking zope.interface-5.2.0.tar.gz to /var/tmp/portage/dev-python/zope-interface-5.2.0/work
+2020-11-22 19:03:44,048 - b177aa (stdout): >>> Source unpacked in /var/tmp/portage/dev-python/zope-interface-5.2.0/work
+2020-11-22 19:03:44,172 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:44,228 - b177aa (stdout): >>> Preparing source in /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0 ...
+2020-11-22 19:03:44,233 - b177aa (stdout): * Applying 5.1.0-drop-coverage.patch ...
+2020-11-22 19:03:44,235 - b177aa (stdout): [ ok ]
+2020-11-22 19:03:44,236 - b177aa (stdout): >>> Source prepared.
+2020-11-22 19:03:44,363 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:44,418 - b177aa (stdout): >>> Configuring source in /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0 ...
+2020-11-22 19:03:44,421 - b177aa (stdout): >>> Source configured.
+2020-11-22 19:03:44,543 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:44,600 - b177aa (stdout): >>> Compiling source in /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0 ...
+2020-11-22 19:03:44,611 - b177aa (stdout): * python3_7: running distutils-r1_run_phase python_compile
+2020-11-22 19:03:44,651 - b177aa (stdout): python3.7 setup.py build -j 8
+2020-11-22 19:03:44,810 - b177aa (stdout): running build
+2020-11-22 19:03:44,810 - b177aa (stdout): running build_py
+2020-11-22 19:03:44,823 - b177aa (stdout): creating /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope
+2020-11-22 19:03:44,823 - b177aa (stdout): copying src/zope/__init__.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope
+2020-11-22 19:03:44,823 - b177aa (stdout): creating /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface
+2020-11-22 19:03:44,823 - b177aa (stdout): copying src/zope/interface/__init__.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface
+2020-11-22 19:03:44,823 - b177aa (stdout): copying src/zope/interface/_compat.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface
+2020-11-22 19:03:44,823 - b177aa (stdout): copying src/zope/interface/_flatten.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface
+2020-11-22 19:03:44,823 - b177aa (stdout): copying src/zope/interface/adapter.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface
+2020-11-22 19:03:44,824 - b177aa (stdout): copying src/zope/interface/advice.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface
+2020-11-22 19:03:44,824 - b177aa (stdout): copying src/zope/interface/declarations.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface
+2020-11-22 19:03:44,824 - b177aa (stdout): copying src/zope/interface/document.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface
+2020-11-22 19:03:44,824 - b177aa (stdout): copying src/zope/interface/exceptions.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface
+2020-11-22 19:03:44,824 - b177aa (stdout): copying src/zope/interface/interface.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface
+2020-11-22 19:03:44,824 - b177aa (stdout): copying src/zope/interface/interfaces.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface
+2020-11-22 19:03:44,824 - b177aa (stdout): copying src/zope/interface/registry.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface
+2020-11-22 19:03:44,825 - b177aa (stdout): copying src/zope/interface/ro.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface
+2020-11-22 19:03:44,825 - b177aa (stdout): copying src/zope/interface/verify.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface
+2020-11-22 19:03:44,825 - b177aa (stdout): creating /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/common
+2020-11-22 19:03:44,825 - b177aa (stdout): copying src/zope/interface/common/__init__.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/common
+2020-11-22 19:03:44,825 - b177aa (stdout): copying src/zope/interface/common/builtins.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/common
+2020-11-22 19:03:44,826 - b177aa (stdout): copying src/zope/interface/common/collections.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/common
+2020-11-22 19:03:44,826 - b177aa (stdout): copying src/zope/interface/common/idatetime.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/common
+2020-11-22 19:03:44,826 - b177aa (stdout): copying src/zope/interface/common/interfaces.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/common
+2020-11-22 19:03:44,826 - b177aa (stdout): copying src/zope/interface/common/io.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/common
+2020-11-22 19:03:44,826 - b177aa (stdout): copying src/zope/interface/common/mapping.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/common
+2020-11-22 19:03:44,827 - b177aa (stdout): copying src/zope/interface/common/numbers.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/common
+2020-11-22 19:03:44,827 - b177aa (stdout): copying src/zope/interface/common/sequence.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/common
+2020-11-22 19:03:44,827 - b177aa (stdout): creating /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/tests
+2020-11-22 19:03:44,827 - b177aa (stdout): copying src/zope/interface/tests/__init__.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/tests
+2020-11-22 19:03:44,827 - b177aa (stdout): copying src/zope/interface/tests/advisory_testing.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/tests
+2020-11-22 19:03:44,827 - b177aa (stdout): copying src/zope/interface/tests/dummy.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/tests
+2020-11-22 19:03:44,828 - b177aa (stdout): copying src/zope/interface/tests/idummy.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/tests
+2020-11-22 19:03:44,828 - b177aa (stdout): copying src/zope/interface/tests/m1.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/tests
+2020-11-22 19:03:44,828 - b177aa (stdout): copying src/zope/interface/tests/odd.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/tests
+2020-11-22 19:03:44,828 - b177aa (stdout): copying src/zope/interface/tests/test_adapter.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/tests
+2020-11-22 19:03:44,828 - b177aa (stdout): copying src/zope/interface/tests/test_advice.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/tests
+2020-11-22 19:03:44,828 - b177aa (stdout): copying src/zope/interface/tests/test_declarations.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/tests
+2020-11-22 19:03:44,828 - b177aa (stdout): copying src/zope/interface/tests/test_document.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/tests
+2020-11-22 19:03:44,828 - b177aa (stdout): copying src/zope/interface/tests/test_element.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/tests
+2020-11-22 19:03:44,828 - b177aa (stdout): copying src/zope/interface/tests/test_exceptions.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/tests
+2020-11-22 19:03:44,829 - b177aa (stdout): copying src/zope/interface/tests/test_interface.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/tests
+2020-11-22 19:03:44,829 - b177aa (stdout): copying src/zope/interface/tests/test_interfaces.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/tests
+2020-11-22 19:03:44,829 - b177aa (stdout): copying src/zope/interface/tests/test_odd_declarations.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/tests
+2020-11-22 19:03:44,829 - b177aa (stdout): copying src/zope/interface/tests/test_registry.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/tests
+2020-11-22 19:03:44,829 - b177aa (stdout): copying src/zope/interface/tests/test_ro.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/tests
+2020-11-22 19:03:44,829 - b177aa (stdout): copying src/zope/interface/tests/test_sorting.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/tests
+2020-11-22 19:03:44,829 - b177aa (stdout): copying src/zope/interface/tests/test_verify.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/tests
+2020-11-22 19:03:44,830 - b177aa (stdout): creating /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/common/tests
+2020-11-22 19:03:44,830 - b177aa (stdout): copying src/zope/interface/common/tests/__init__.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/common/tests
+2020-11-22 19:03:44,830 - b177aa (stdout): copying src/zope/interface/common/tests/basemapping.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/common/tests
+2020-11-22 19:03:44,830 - b177aa (stdout): copying src/zope/interface/common/tests/test_builtins.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/common/tests
+2020-11-22 19:03:44,830 - b177aa (stdout): copying src/zope/interface/common/tests/test_collections.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/common/tests
+2020-11-22 19:03:44,830 - b177aa (stdout): copying src/zope/interface/common/tests/test_idatetime.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/common/tests
+2020-11-22 19:03:44,830 - b177aa (stdout): copying src/zope/interface/common/tests/test_import_interfaces.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/common/tests
+2020-11-22 19:03:44,831 - b177aa (stdout): copying src/zope/interface/common/tests/test_io.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/common/tests
+2020-11-22 19:03:44,831 - b177aa (stdout): copying src/zope/interface/common/tests/test_numbers.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/common/tests
+2020-11-22 19:03:44,831 - b177aa (stdout): running egg_info
+2020-11-22 19:03:44,834 - b177aa (stdout): writing src/zope.interface.egg-info/PKG-INFO
+2020-11-22 19:03:44,834 - b177aa (stdout): writing dependency_links to src/zope.interface.egg-info/dependency_links.txt
+2020-11-22 19:03:44,834 - b177aa (stdout): writing namespace_packages to src/zope.interface.egg-info/namespace_packages.txt
+2020-11-22 19:03:44,835 - b177aa (stdout): writing requirements to src/zope.interface.egg-info/requires.txt
+2020-11-22 19:03:44,835 - b177aa (stdout): writing top-level names to src/zope.interface.egg-info/top_level.txt
+2020-11-22 19:03:44,840 - b177aa (stdout): reading manifest file 'src/zope.interface.egg-info/SOURCES.txt'
+2020-11-22 19:03:44,841 - b177aa (stdout): reading manifest template 'MANIFEST.in'
+2020-11-22 19:03:44,844 - b177aa (stdout): warning: no previously-included files matching '*.dll' found anywhere in distribution
+2020-11-22 19:03:44,844 - b177aa (stdout): warning: no previously-included files matching '*.pyc' found anywhere in distribution
+2020-11-22 19:03:44,844 - b177aa (stdout): warning: no previously-included files matching '*.pyo' found anywhere in distribution
+2020-11-22 19:03:44,844 - b177aa (stdout): warning: no previously-included files matching '*.so' found anywhere in distribution
+2020-11-22 19:03:44,845 - b177aa (stdout): warning: no previously-included files matching 'coverage.xml' found anywhere in distribution
+2020-11-22 19:03:44,845 - b177aa (stdout): warning: no previously-included files matching 'appveyor.yml' found anywhere in distribution
+2020-11-22 19:03:44,845 - b177aa (stdout): no previously-included directories found matching 'docs/_build'
+2020-11-22 19:03:44,845 - b177aa (stdout): no previously-included directories found matching 'benchmarks'
+2020-11-22 19:03:44,847 - b177aa (stdout): writing manifest file 'src/zope.interface.egg-info/SOURCES.txt'
+2020-11-22 19:03:44,848 - b177aa (stdout): copying src/zope/interface/_zope_interface_coptimizations.c -> /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface
+2020-11-22 19:03:44,849 - b177aa (stdout): warning: build_py: byte-compiling is disabled, skipping.
+2020-11-22 19:03:44,849 - b177aa (stdout):
+2020-11-22 19:03:44,849 - b177aa (stdout): running build_ext
+2020-11-22 19:03:44,863 - b177aa (stdout): building 'zope.interface._zope_interface_coptimizations' extension
+2020-11-22 19:03:44,863 - b177aa (stdout): creating /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/temp.linux-x86_64-3.7
+2020-11-22 19:03:44,863 - b177aa (stdout): creating /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/temp.linux-x86_64-3.7/src
+2020-11-22 19:03:44,863 - b177aa (stdout): creating /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/temp.linux-x86_64-3.7/src/zope
+2020-11-22 19:03:44,863 - b177aa (stdout): creating /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/temp.linux-x86_64-3.7/src/zope/interface
+2020-11-22 19:03:44,863 - b177aa (stdout): x86_64-pc-linux-gnu-gcc -O2 -pipe -fPIC -I/usr/include/python3.7m -c src/zope/interface/_zope_interface_coptimizations.c -o /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/temp.linux-x86_64-3.7/src/zope/interface/_zope_interface_coptimizations.o
+2020-11-22 19:03:47,224 - b177aa (stdout): x86_64-pc-linux-gnu-gcc -shared -Wl,-O1 -Wl,--as-needed -O2 -pipe /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/temp.linux-x86_64-3.7/src/zope/interface/_zope_interface_coptimizations.o -L/usr/lib64 -lpython3.7m -o /var/tmp/portage/dev-python/zope-interface-5.2.0/work/zope.interface-5.2.0-python3_7/lib/zope/interface/_zope_interface_coptimizations.cpython-37m-x86_64-linux-gnu.so
+2020-11-22 19:03:47,385 - b177aa (stdout): >>> Source compiled.
+2020-11-22 19:03:47,523 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:47,579 - b177aa (stdout): * Skipping make test/check due to ebuild restriction.
+2020-11-22 19:03:47,579 - b177aa (stdout): >>> Test phase [disabled because of RESTRICT=test]: dev-python/zope-interface-5.2.0
+2020-11-22 19:03:47,705 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:47,763 - b177aa (stdout):
+2020-11-22 19:03:47,763 - b177aa (stdout): >>> Install dev-python/zope-interface-5.2.0 into /var/tmp/portage/dev-python/zope-interface-5.2.0/image
+2020-11-22 19:03:47,774 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install
+2020-11-22 19:03:47,802 - b177aa (stdout): python3.7 setup.py install --skip-build --root=/var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7
+2020-11-22 19:03:47,942 - b177aa (stdout): running install
+2020-11-22 19:03:47,943 - b177aa (stdout): running install_lib
+2020-11-22 19:03:47,945 - b177aa (stdout): Skipping installation of /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/__init__.py (namespace package)
+2020-11-22 19:03:47,945 - b177aa (stdout): copying zope/interface/__init__.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface
+2020-11-22 19:03:47,945 - b177aa (stdout): copying zope/interface/_compat.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface
+2020-11-22 19:03:47,945 - b177aa (stdout): copying zope/interface/_flatten.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface
+2020-11-22 19:03:47,945 - b177aa (stdout): copying zope/interface/adapter.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface
+2020-11-22 19:03:47,945 - b177aa (stdout): copying zope/interface/advice.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface
+2020-11-22 19:03:47,945 - b177aa (stdout): copying zope/interface/declarations.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface
+2020-11-22 19:03:47,946 - b177aa (stdout): copying zope/interface/document.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface
+2020-11-22 19:03:47,946 - b177aa (stdout): copying zope/interface/exceptions.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface
+2020-11-22 19:03:47,946 - b177aa (stdout): copying zope/interface/interface.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface
+2020-11-22 19:03:47,946 - b177aa (stdout): copying zope/interface/interfaces.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface
+2020-11-22 19:03:47,946 - b177aa (stdout): copying zope/interface/registry.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface
+2020-11-22 19:03:47,946 - b177aa (stdout): copying zope/interface/ro.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface
+2020-11-22 19:03:47,946 - b177aa (stdout): copying zope/interface/verify.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface
+2020-11-22 19:03:47,947 - b177aa (stdout): copying zope/interface/_zope_interface_coptimizations.c -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface
+2020-11-22 19:03:47,947 - b177aa (stdout): copying zope/interface/_zope_interface_coptimizations.cpython-37m-x86_64-linux-gnu.so -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface
+2020-11-22 19:03:47,947 - b177aa (stdout): copying zope/interface/common/__init__.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common
+2020-11-22 19:03:47,947 - b177aa (stdout): copying zope/interface/common/builtins.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common
+2020-11-22 19:03:47,947 - b177aa (stdout): copying zope/interface/common/collections.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common
+2020-11-22 19:03:47,947 - b177aa (stdout): copying zope/interface/common/idatetime.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common
+2020-11-22 19:03:47,947 - b177aa (stdout): copying zope/interface/common/interfaces.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common
+2020-11-22 19:03:47,947 - b177aa (stdout): copying zope/interface/common/io.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common
+2020-11-22 19:03:47,947 - b177aa (stdout): copying zope/interface/common/mapping.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common
+2020-11-22 19:03:47,948 - b177aa (stdout): copying zope/interface/common/numbers.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common
+2020-11-22 19:03:47,948 - b177aa (stdout): copying zope/interface/common/sequence.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common
+2020-11-22 19:03:47,948 - b177aa (stdout): copying zope/interface/common/tests/__init__.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common/tests
+2020-11-22 19:03:47,948 - b177aa (stdout): copying zope/interface/common/tests/basemapping.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common/tests
+2020-11-22 19:03:47,948 - b177aa (stdout): copying zope/interface/common/tests/test_builtins.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common/tests
+2020-11-22 19:03:47,948 - b177aa (stdout): copying zope/interface/common/tests/test_collections.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common/tests
+2020-11-22 19:03:47,948 - b177aa (stdout): copying zope/interface/common/tests/test_idatetime.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common/tests
+2020-11-22 19:03:47,948 - b177aa (stdout): copying zope/interface/common/tests/test_import_interfaces.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common/tests
+2020-11-22 19:03:47,948 - b177aa (stdout): copying zope/interface/common/tests/test_io.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common/tests
+2020-11-22 19:03:47,949 - b177aa (stdout): copying zope/interface/common/tests/test_numbers.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common/tests
+2020-11-22 19:03:47,949 - b177aa (stdout): copying zope/interface/tests/__init__.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests
+2020-11-22 19:03:47,949 - b177aa (stdout): copying zope/interface/tests/advisory_testing.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests
+2020-11-22 19:03:47,949 - b177aa (stdout): copying zope/interface/tests/dummy.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests
+2020-11-22 19:03:47,949 - b177aa (stdout): copying zope/interface/tests/idummy.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests
+2020-11-22 19:03:47,949 - b177aa (stdout): copying zope/interface/tests/m1.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests
+2020-11-22 19:03:47,949 - b177aa (stdout): copying zope/interface/tests/odd.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests
+2020-11-22 19:03:47,949 - b177aa (stdout): copying zope/interface/tests/test_adapter.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests
+2020-11-22 19:03:47,950 - b177aa (stdout): copying zope/interface/tests/test_advice.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests
+2020-11-22 19:03:47,950 - b177aa (stdout): copying zope/interface/tests/test_declarations.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests
+2020-11-22 19:03:47,950 - b177aa (stdout): copying zope/interface/tests/test_document.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests
+2020-11-22 19:03:47,950 - b177aa (stdout): copying zope/interface/tests/test_element.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests
+2020-11-22 19:03:47,950 - b177aa (stdout): copying zope/interface/tests/test_exceptions.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests
+2020-11-22 19:03:47,950 - b177aa (stdout): copying zope/interface/tests/test_interface.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests
+2020-11-22 19:03:47,950 - b177aa (stdout): copying zope/interface/tests/test_interfaces.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests
+2020-11-22 19:03:47,950 - b177aa (stdout): copying zope/interface/tests/test_odd_declarations.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests
+2020-11-22 19:03:47,950 - b177aa (stdout): copying zope/interface/tests/test_registry.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests
+2020-11-22 19:03:47,951 - b177aa (stdout): copying zope/interface/tests/test_ro.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests
+2020-11-22 19:03:47,951 - b177aa (stdout): copying zope/interface/tests/test_sorting.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests
+2020-11-22 19:03:47,951 - b177aa (stdout): copying zope/interface/tests/test_verify.py -> /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests
+2020-11-22 19:03:47,951 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:03:47,952 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/_compat.py to _compat.cpython-37.pyc
+2020-11-22 19:03:47,953 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/_flatten.py to _flatten.cpython-37.pyc
+2020-11-22 19:03:47,953 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/adapter.py to adapter.cpython-37.pyc
+2020-11-22 19:03:47,956 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/advice.py to advice.cpython-37.pyc
+2020-11-22 19:03:47,957 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/declarations.py to declarations.cpython-37.pyc
+2020-11-22 19:03:47,961 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/document.py to document.cpython-37.pyc
+2020-11-22 19:03:47,962 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/exceptions.py to exceptions.cpython-37.pyc
+2020-11-22 19:03:47,963 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/interface.py to interface.cpython-37.pyc
+2020-11-22 19:03:47,966 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/interfaces.py to interfaces.cpython-37.pyc
+2020-11-22 19:03:47,968 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/registry.py to registry.cpython-37.pyc
+2020-11-22 19:03:47,971 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/ro.py to ro.cpython-37.pyc
+2020-11-22 19:03:47,974 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/verify.py to verify.cpython-37.pyc
+2020-11-22 19:03:47,974 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:03:47,976 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common/builtins.py to builtins.cpython-37.pyc
+2020-11-22 19:03:47,976 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common/collections.py to collections.cpython-37.pyc
+2020-11-22 19:03:47,977 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common/idatetime.py to idatetime.cpython-37.pyc
+2020-11-22 19:03:47,979 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common/interfaces.py to interfaces.cpython-37.pyc
+2020-11-22 19:03:47,980 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common/io.py to io.cpython-37.pyc
+2020-11-22 19:03:47,980 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common/mapping.py to mapping.cpython-37.pyc
+2020-11-22 19:03:47,980 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common/numbers.py to numbers.cpython-37.pyc
+2020-11-22 19:03:47,981 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common/sequence.py to sequence.cpython-37.pyc
+2020-11-22 19:03:47,981 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common/tests/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:03:47,982 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common/tests/basemapping.py to basemapping.cpython-37.pyc
+2020-11-22 19:03:47,983 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common/tests/test_builtins.py to test_builtins.cpython-37.pyc
+2020-11-22 19:03:47,983 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common/tests/test_collections.py to test_collections.cpython-37.pyc
+2020-11-22 19:03:47,984 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common/tests/test_idatetime.py to test_idatetime.cpython-37.pyc
+2020-11-22 19:03:47,984 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common/tests/test_import_interfaces.py to test_import_interfaces.cpython-37.pyc
+2020-11-22 19:03:47,985 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common/tests/test_io.py to test_io.cpython-37.pyc
+2020-11-22 19:03:47,985 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/common/tests/test_numbers.py to test_numbers.cpython-37.pyc
+2020-11-22 19:03:47,985 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:03:47,986 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests/advisory_testing.py to advisory_testing.cpython-37.pyc
+2020-11-22 19:03:47,986 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests/dummy.py to dummy.cpython-37.pyc
+2020-11-22 19:03:47,987 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests/idummy.py to idummy.cpython-37.pyc
+2020-11-22 19:03:47,987 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests/m1.py to m1.cpython-37.pyc
+2020-11-22 19:03:47,987 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests/odd.py to odd.cpython-37.pyc
+2020-11-22 19:03:47,987 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests/test_adapter.py to test_adapter.cpython-37.pyc
+2020-11-22 19:03:47,999 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests/test_advice.py to test_advice.cpython-37.pyc
+2020-11-22 19:03:48,001 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests/test_declarations.py to test_declarations.cpython-37.pyc
+2020-11-22 19:03:48,013 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests/test_document.py to test_document.cpython-37.pyc
+2020-11-22 19:03:48,015 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests/test_element.py to test_element.cpython-37.pyc
+2020-11-22 19:03:48,015 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests/test_exceptions.py to test_exceptions.cpython-37.pyc
+2020-11-22 19:03:48,016 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests/test_interface.py to test_interface.cpython-37.pyc
+2020-11-22 19:03:48,032 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests/test_interfaces.py to test_interfaces.cpython-37.pyc
+2020-11-22 19:03:48,033 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests/test_odd_declarations.py to test_odd_declarations.cpython-37.pyc
+2020-11-22 19:03:48,034 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests/test_registry.py to test_registry.cpython-37.pyc
+2020-11-22 19:03:48,053 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests/test_ro.py to test_ro.cpython-37.pyc
+2020-11-22 19:03:48,055 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests/test_sorting.py to test_sorting.cpython-37.pyc
+2020-11-22 19:03:48,056 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope/interface/tests/test_verify.py to test_verify.cpython-37.pyc
+2020-11-22 19:03:48,059 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/zope-interface-5.2.0/temp/tmp6prsqd2y.py'
+2020-11-22 19:03:48,059 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/zope-interface-5.2.0/temp/tmp6prsqd2y.py
+2020-11-22 19:03:48,183 - b177aa (stdout): removing /var/tmp/portage/dev-python/zope-interface-5.2.0/temp/tmp6prsqd2y.py
+2020-11-22 19:03:48,183 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/zope-interface-5.2.0/temp/tmpgxxbqfh6.py'
+2020-11-22 19:03:48,183 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/zope-interface-5.2.0/temp/tmpgxxbqfh6.py
+2020-11-22 19:03:48,301 - b177aa (stdout): removing /var/tmp/portage/dev-python/zope-interface-5.2.0/temp/tmpgxxbqfh6.py
+2020-11-22 19:03:48,301 - b177aa (stdout): running install_egg_info
+2020-11-22 19:03:48,305 - b177aa (stdout): running egg_info
+2020-11-22 19:03:48,305 - b177aa (stdout): writing src/zope.interface.egg-info/PKG-INFO
+2020-11-22 19:03:48,306 - b177aa (stdout): writing dependency_links to src/zope.interface.egg-info/dependency_links.txt
+2020-11-22 19:03:48,306 - b177aa (stdout): writing namespace_packages to src/zope.interface.egg-info/namespace_packages.txt
+2020-11-22 19:03:48,306 - b177aa (stdout): writing requirements to src/zope.interface.egg-info/requires.txt
+2020-11-22 19:03:48,306 - b177aa (stdout): writing top-level names to src/zope.interface.egg-info/top_level.txt
+2020-11-22 19:03:48,324 - b177aa (stdout): reading manifest file 'src/zope.interface.egg-info/SOURCES.txt'
+2020-11-22 19:03:48,325 - b177aa (stdout): reading manifest template 'MANIFEST.in'
+2020-11-22 19:03:48,328 - b177aa (stdout): warning: no previously-included files matching '*.dll' found anywhere in distribution
+2020-11-22 19:03:48,328 - b177aa (stdout): warning: no previously-included files matching '*.pyc' found anywhere in distribution
+2020-11-22 19:03:48,328 - b177aa (stdout): warning: no previously-included files matching '*.pyo' found anywhere in distribution
+2020-11-22 19:03:48,329 - b177aa (stdout): warning: no previously-included files matching '*.so' found anywhere in distribution
+2020-11-22 19:03:48,329 - b177aa (stdout): warning: no previously-included files matching 'coverage.xml' found anywhere in distribution
+2020-11-22 19:03:48,329 - b177aa (stdout): warning: no previously-included files matching 'appveyor.yml' found anywhere in distribution
+2020-11-22 19:03:48,330 - b177aa (stdout): no previously-included directories found matching 'docs/_build'
+2020-11-22 19:03:48,330 - b177aa (stdout): no previously-included directories found matching 'benchmarks'
+2020-11-22 19:03:48,332 - b177aa (stdout): writing manifest file 'src/zope.interface.egg-info/SOURCES.txt'
+2020-11-22 19:03:48,332 - b177aa (stdout): Copying src/zope.interface.egg-info to /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope.interface-5.2.0-py3.7.egg-info
+2020-11-22 19:03:48,333 - b177aa (stdout): Installing /var/tmp/portage/dev-python/zope-interface-5.2.0/image/_python3.7/usr/lib/python3.7/site-packages/zope.interface-5.2.0-py3.7-nspkg.pth
+2020-11-22 19:03:48,333 - b177aa (stdout): running install_scripts
+2020-11-22 19:03:48,703 - b177aa (stdout): * Using python3.7 in global scope
+2020-11-22 19:03:48,715 - b177aa (stdout): * python3_7: running distutils-r1_run_phase python_install_all
+2020-11-22 19:03:48,807 - b177aa (stdout): >>> Completed installing dev-python/zope-interface-5.2.0 into /var/tmp/portage/dev-python/zope-interface-5.2.0/image
+2020-11-22 19:03:48,808 - b177aa (stdout):
+2020-11-22 19:03:48,815 - b177aa (stdout): * Final size of build directory: 2424 KiB (2.3 MiB)
+2020-11-22 19:03:48,819 - b177aa (stdout): * Final size of installed tree: 3752 KiB (3.6 MiB)
+2020-11-22 19:03:48,819 - b177aa (stdout):
+2020-11-22 19:03:49,273 - b177aa (stdout): * Verifying compiled files in /usr/lib/python3.7/site-packages
+2020-11-22 19:03:49,469 - b177aa (stdout): strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version
+2020-11-22 19:03:49,562 - b177aa (stdout): /usr/lib/python3.7/site-packages/zope/interface/_zope_interface_coptimizations.cpython-37m-x86_64-linux-gnu.so
+2020-11-22 19:03:49,770 - b177aa (stdout):
+2020-11-22 19:03:49,770 - b177aa (stdout): >>> Installing (13 of 18) dev-python/zope-interface-5.2.0::gentoo
+2020-11-22 19:03:49,796 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:50,045 - b177aa (stdout): * checking 206 files for package collisions
+2020-11-22 19:03:50,063 - b177aa (stdout): >>> Merging dev-python/zope-interface-5.2.0 to /
+2020-11-22 19:03:50,321 - b177aa (stdout): --- /usr/
+2020-11-22 19:03:50,321 - b177aa (stdout): --- /usr/share/
+2020-11-22 19:03:50,321 - b177aa (stdout): --- /usr/share/doc/
+2020-11-22 19:03:50,321 - b177aa (stdout): >>> /usr/share/doc/zope-interface-5.2.0/
+2020-11-22 19:03:50,324 - b177aa (stdout): >>> /usr/share/doc/zope-interface-5.2.0/README.rst.bz2
+2020-11-22 19:03:50,324 - b177aa (stdout): --- /usr/lib/
+2020-11-22 19:03:50,324 - b177aa (stdout): --- /usr/lib/python3.7/
+2020-11-22 19:03:50,324 - b177aa (stdout): --- /usr/lib/python3.7/site-packages/
+2020-11-22 19:03:50,324 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope.interface-5.2.0-py3.7.egg-info/
+2020-11-22 19:03:50,324 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope.interface-5.2.0-py3.7.egg-info/top_level.txt
+2020-11-22 19:03:50,324 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope.interface-5.2.0-py3.7.egg-info/requires.txt
+2020-11-22 19:03:50,324 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope.interface-5.2.0-py3.7.egg-info/not-zip-safe
+2020-11-22 19:03:50,325 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope.interface-5.2.0-py3.7.egg-info/namespace_packages.txt
+2020-11-22 19:03:50,325 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope.interface-5.2.0-py3.7.egg-info/dependency_links.txt
+2020-11-22 19:03:50,325 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope.interface-5.2.0-py3.7.egg-info/SOURCES.txt
+2020-11-22 19:03:50,325 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope.interface-5.2.0-py3.7.egg-info/PKG-INFO
+2020-11-22 19:03:50,325 - b177aa (stdout): --- /usr/lib/python3.7/site-packages/zope/
+2020-11-22 19:03:50,326 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/
+2020-11-22 19:03:50,326 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/_zope_interface_coptimizations.cpython-37m-x86_64-linux-gnu.so
+2020-11-22 19:03:50,326 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/
+2020-11-22 19:03:50,326 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/verify.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,327 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/ro.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,327 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/registry.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,327 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/interfaces.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,327 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/interface.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,328 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/exceptions.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,328 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/document.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,328 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/declarations.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,328 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/advice.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,328 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/adapter.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,329 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/_flatten.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,329 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/_compat.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,329 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,329 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/verify.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,329 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/ro.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,329 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/registry.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,329 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/interfaces.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,330 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/interface.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,330 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/exceptions.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,330 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/document.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,330 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/declarations.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,330 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/advice.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,330 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/adapter.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,331 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/_flatten.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,331 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/_compat.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,331 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,331 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/verify.cpython-37.pyc
+2020-11-22 19:03:50,331 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/ro.cpython-37.pyc
+2020-11-22 19:03:50,331 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/registry.cpython-37.pyc
+2020-11-22 19:03:50,332 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/interfaces.cpython-37.pyc
+2020-11-22 19:03:50,332 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/interface.cpython-37.pyc
+2020-11-22 19:03:50,332 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/exceptions.cpython-37.pyc
+2020-11-22 19:03:50,332 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/document.cpython-37.pyc
+2020-11-22 19:03:50,332 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/declarations.cpython-37.pyc
+2020-11-22 19:03:50,332 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/advice.cpython-37.pyc
+2020-11-22 19:03:50,333 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/adapter.cpython-37.pyc
+2020-11-22 19:03:50,333 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/_flatten.cpython-37.pyc
+2020-11-22 19:03:50,333 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/_compat.cpython-37.pyc
+2020-11-22 19:03:50,333 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:03:50,333 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/
+2020-11-22 19:03:50,333 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/
+2020-11-22 19:03:50,334 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_verify.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,334 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_sorting.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,334 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_ro.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,334 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_registry.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,335 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_odd_declarations.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,335 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_interfaces.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,335 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_interface.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,335 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_exceptions.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,335 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_element.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,336 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_document.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,336 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_declarations.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,336 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_advice.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,336 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_adapter.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,336 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/odd.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,337 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/m1.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,337 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/idummy.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,337 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/dummy.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,337 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/advisory_testing.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,337 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,337 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_verify.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,338 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_sorting.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,338 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_ro.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,338 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_registry.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,338 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_odd_declarations.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,338 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_interfaces.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,339 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_interface.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,339 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_exceptions.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,339 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_element.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,339 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_document.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,340 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_declarations.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,340 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_advice.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,340 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_adapter.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,340 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/odd.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,341 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/m1.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,341 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/idummy.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,341 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/dummy.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,341 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/advisory_testing.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,341 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,342 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_verify.cpython-37.pyc
+2020-11-22 19:03:50,342 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_sorting.cpython-37.pyc
+2020-11-22 19:03:50,342 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_ro.cpython-37.pyc
+2020-11-22 19:03:50,342 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_registry.cpython-37.pyc
+2020-11-22 19:03:50,343 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_odd_declarations.cpython-37.pyc
+2020-11-22 19:03:50,343 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_interfaces.cpython-37.pyc
+2020-11-22 19:03:50,343 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_interface.cpython-37.pyc
+2020-11-22 19:03:50,343 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_exceptions.cpython-37.pyc
+2020-11-22 19:03:50,344 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_element.cpython-37.pyc
+2020-11-22 19:03:50,344 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_document.cpython-37.pyc
+2020-11-22 19:03:50,344 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_declarations.cpython-37.pyc
+2020-11-22 19:03:50,344 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_advice.cpython-37.pyc
+2020-11-22 19:03:50,345 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/test_adapter.cpython-37.pyc
+2020-11-22 19:03:50,345 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/odd.cpython-37.pyc
+2020-11-22 19:03:50,345 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/m1.cpython-37.pyc
+2020-11-22 19:03:50,345 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/idummy.cpython-37.pyc
+2020-11-22 19:03:50,345 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/dummy.cpython-37.pyc
+2020-11-22 19:03:50,346 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/advisory_testing.cpython-37.pyc
+2020-11-22 19:03:50,346 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:03:50,346 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/test_verify.py
+2020-11-22 19:03:50,346 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/test_sorting.py
+2020-11-22 19:03:50,346 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/test_ro.py
+2020-11-22 19:03:50,346 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/test_registry.py
+2020-11-22 19:03:50,347 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/test_odd_declarations.py
+2020-11-22 19:03:50,347 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/test_interfaces.py
+2020-11-22 19:03:50,347 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/test_interface.py
+2020-11-22 19:03:50,347 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/test_exceptions.py
+2020-11-22 19:03:50,347 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/test_element.py
+2020-11-22 19:03:50,348 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/test_document.py
+2020-11-22 19:03:50,348 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/test_declarations.py
+2020-11-22 19:03:50,348 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/test_advice.py
+2020-11-22 19:03:50,348 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/test_adapter.py
+2020-11-22 19:03:50,348 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/odd.py
+2020-11-22 19:03:50,349 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/m1.py
+2020-11-22 19:03:50,349 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/idummy.py
+2020-11-22 19:03:50,349 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/dummy.py
+2020-11-22 19:03:50,349 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/advisory_testing.py
+2020-11-22 19:03:50,349 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/tests/__init__.py
+2020-11-22 19:03:50,349 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/
+2020-11-22 19:03:50,349 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/
+2020-11-22 19:03:50,350 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/sequence.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,350 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/numbers.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,350 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/mapping.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,350 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/io.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,350 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/interfaces.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,351 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/idatetime.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,351 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/collections.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,351 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/builtins.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,351 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,351 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/sequence.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,351 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/numbers.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,351 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/mapping.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,352 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/io.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,352 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/interfaces.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,352 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/idatetime.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,352 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/collections.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,352 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/builtins.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,352 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,353 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/sequence.cpython-37.pyc
+2020-11-22 19:03:50,353 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/numbers.cpython-37.pyc
+2020-11-22 19:03:50,353 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/mapping.cpython-37.pyc
+2020-11-22 19:03:50,353 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/io.cpython-37.pyc
+2020-11-22 19:03:50,353 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/interfaces.cpython-37.pyc
+2020-11-22 19:03:50,353 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/idatetime.cpython-37.pyc
+2020-11-22 19:03:50,354 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/collections.cpython-37.pyc
+2020-11-22 19:03:50,354 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/builtins.cpython-37.pyc
+2020-11-22 19:03:50,354 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:03:50,354 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/
+2020-11-22 19:03:50,354 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/__pycache__/
+2020-11-22 19:03:50,354 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/__pycache__/test_numbers.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,355 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/__pycache__/test_io.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,355 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/__pycache__/test_import_interfaces.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,355 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/__pycache__/test_idatetime.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,355 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/__pycache__/test_collections.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,355 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/__pycache__/test_builtins.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,355 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/__pycache__/basemapping.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,355 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:03:50,356 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/__pycache__/test_numbers.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,356 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/__pycache__/test_io.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,356 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/__pycache__/test_import_interfaces.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,356 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/__pycache__/test_idatetime.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,356 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/__pycache__/test_collections.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,357 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/__pycache__/test_builtins.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,357 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/__pycache__/basemapping.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,357 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:03:50,357 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/__pycache__/test_numbers.cpython-37.pyc
+2020-11-22 19:03:50,357 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/__pycache__/test_io.cpython-37.pyc
+2020-11-22 19:03:50,358 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/__pycache__/test_import_interfaces.cpython-37.pyc
+2020-11-22 19:03:50,358 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/__pycache__/test_idatetime.cpython-37.pyc
+2020-11-22 19:03:50,358 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/__pycache__/test_collections.cpython-37.pyc
+2020-11-22 19:03:50,358 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/__pycache__/test_builtins.cpython-37.pyc
+2020-11-22 19:03:50,359 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/__pycache__/basemapping.cpython-37.pyc
+2020-11-22 19:03:50,359 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:03:50,359 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/test_numbers.py
+2020-11-22 19:03:50,359 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/test_io.py
+2020-11-22 19:03:50,359 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/test_import_interfaces.py
+2020-11-22 19:03:50,359 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/test_idatetime.py
+2020-11-22 19:03:50,360 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/test_collections.py
+2020-11-22 19:03:50,360 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/test_builtins.py
+2020-11-22 19:03:50,360 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/basemapping.py
+2020-11-22 19:03:50,360 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/tests/__init__.py
+2020-11-22 19:03:50,360 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/sequence.py
+2020-11-22 19:03:50,360 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/numbers.py
+2020-11-22 19:03:50,360 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/mapping.py
+2020-11-22 19:03:50,361 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/io.py
+2020-11-22 19:03:50,361 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/interfaces.py
+2020-11-22 19:03:50,361 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/idatetime.py
+2020-11-22 19:03:50,361 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/collections.py
+2020-11-22 19:03:50,361 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/builtins.py
+2020-11-22 19:03:50,361 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/common/__init__.py
+2020-11-22 19:03:50,362 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/_zope_interface_coptimizations.c
+2020-11-22 19:03:50,362 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/verify.py
+2020-11-22 19:03:50,362 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/ro.py
+2020-11-22 19:03:50,362 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/registry.py
+2020-11-22 19:03:50,363 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/interfaces.py
+2020-11-22 19:03:50,363 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/interface.py
+2020-11-22 19:03:50,363 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/exceptions.py
+2020-11-22 19:03:50,363 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/document.py
+2020-11-22 19:03:50,364 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/declarations.py
+2020-11-22 19:03:50,364 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/advice.py
+2020-11-22 19:03:50,364 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/adapter.py
+2020-11-22 19:03:50,364 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/_flatten.py
+2020-11-22 19:03:50,364 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/_compat.py
+2020-11-22 19:03:50,365 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/zope/interface/__init__.py
+2020-11-22 19:03:50,758 - b177aa (stdout): >>> dev-python/zope-interface-5.2.0 merged.
+2020-11-22 19:03:54,746 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:54,811 - b177aa (stdout):
+2020-11-22 19:03:54,811 - b177aa (stdout): >>> Emerging (14 of 18) dev-python/importlib_metadata-2.0.0::gentoo
+2020-11-22 19:03:54,824 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:54,904 - b177aa (stdout): * importlib_metadata-2.0.0.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
+2020-11-22 19:03:55,192 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:55,244 - b177aa (stdout): >>> Unpacking source...
+2020-11-22 19:03:55,244 - b177aa (stdout): >>> Unpacking importlib_metadata-2.0.0.tar.gz to /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work
+2020-11-22 19:03:55,291 - b177aa (stdout): >>> Source unpacked in /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work
+2020-11-22 19:03:55,410 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:55,461 - b177aa (stdout): >>> Preparing source in /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0 ...
+2020-11-22 19:03:55,467 - b177aa (stdout): >>> Source prepared.
+2020-11-22 19:03:55,588 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:55,641 - b177aa (stdout): >>> Configuring source in /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0 ...
+2020-11-22 19:03:55,645 - b177aa (stdout): >>> Source configured.
+2020-11-22 19:03:55,769 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:55,821 - b177aa (stdout): >>> Compiling source in /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0 ...
+2020-11-22 19:03:55,832 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_compile
+2020-11-22 19:03:55,871 - b177aa (stdout): python3.7 setup.py build -j 8
+2020-11-22 19:03:56,011 - b177aa (stdout): running build
+2020-11-22 19:03:56,011 - b177aa (stdout): running build_py
+2020-11-22 19:03:56,025 - b177aa (stdout): creating /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata
+2020-11-22 19:03:56,025 - b177aa (stdout): copying importlib_metadata/__init__.py -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata
+2020-11-22 19:03:56,025 - b177aa (stdout): copying importlib_metadata/_compat.py -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata
+2020-11-22 19:03:56,025 - b177aa (stdout): creating /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/docs
+2020-11-22 19:03:56,025 - b177aa (stdout): copying importlib_metadata/docs/__init__.py -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/docs
+2020-11-22 19:03:56,025 - b177aa (stdout): copying importlib_metadata/docs/conf.py -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/docs
+2020-11-22 19:03:56,026 - b177aa (stdout): creating /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/tests
+2020-11-22 19:03:56,026 - b177aa (stdout): copying importlib_metadata/tests/__init__.py -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/tests
+2020-11-22 19:03:56,026 - b177aa (stdout): copying importlib_metadata/tests/fixtures.py -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/tests
+2020-11-22 19:03:56,026 - b177aa (stdout): copying importlib_metadata/tests/test_api.py -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/tests
+2020-11-22 19:03:56,026 - b177aa (stdout): copying importlib_metadata/tests/test_main.py -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/tests
+2020-11-22 19:03:56,026 - b177aa (stdout): copying importlib_metadata/tests/test_zip.py -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/tests
+2020-11-22 19:03:56,026 - b177aa (stdout): copying importlib_metadata/tests/test_integration.py -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/tests
+2020-11-22 19:03:56,027 - b177aa (stdout): creating /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/tests/data
+2020-11-22 19:03:56,027 - b177aa (stdout): copying importlib_metadata/tests/data/__init__.py -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/tests/data
+2020-11-22 19:03:56,028 - b177aa (stdout): copying importlib_metadata/docs/changelog.rst -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/docs
+2020-11-22 19:03:56,029 - b177aa (stdout): copying importlib_metadata/docs/index.rst -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/docs
+2020-11-22 19:03:56,029 - b177aa (stdout): copying importlib_metadata/docs/using.rst -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/docs
+2020-11-22 19:03:56,029 - b177aa (stdout): copying importlib_metadata/tests/data/example-21.12-py3.6.egg -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/tests/data
+2020-11-22 19:03:56,029 - b177aa (stdout): copying importlib_metadata/tests/data/example-21.12-py3-none-any.whl -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/tests/data
+2020-11-22 19:03:56,030 - b177aa (stdout): warning: build_py: byte-compiling is disabled, skipping.
+2020-11-22 19:03:56,030 - b177aa (stdout):
+2020-11-22 19:03:56,153 - b177aa (stdout): * Using python3.8 in global scope
+2020-11-22 19:03:56,157 - b177aa (stdout): * python3_8: running distutils-r1_run_phase python_compile_all
+2020-11-22 19:03:56,165 - b177aa (stdout): >>> Source compiled.
+2020-11-22 19:03:56,284 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:56,338 - b177aa (stdout): * Skipping make test/check due to ebuild restriction.
+2020-11-22 19:03:56,338 - b177aa (stdout): >>> Test phase [disabled because of RESTRICT=test]: dev-python/importlib_metadata-2.0.0
+2020-11-22 19:03:56,457 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:56,514 - b177aa (stdout):
+2020-11-22 19:03:56,514 - b177aa (stdout): >>> Install dev-python/importlib_metadata-2.0.0 into /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image
+2020-11-22 19:03:56,525 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install
+2020-11-22 19:03:56,553 - b177aa (stdout): python3.7 setup.py install --skip-build --root=/var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7
+2020-11-22 19:03:56,697 - b177aa (stdout): running install
+2020-11-22 19:03:56,698 - b177aa (stdout): running install_lib
+2020-11-22 19:03:56,699 - b177aa (stdout): creating /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7
+2020-11-22 19:03:56,699 - b177aa (stdout): creating /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr
+2020-11-22 19:03:56,699 - b177aa (stdout): creating /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib
+2020-11-22 19:03:56,699 - b177aa (stdout): creating /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7
+2020-11-22 19:03:56,699 - b177aa (stdout): creating /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages
+2020-11-22 19:03:56,699 - b177aa (stdout): creating /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata
+2020-11-22 19:03:56,699 - b177aa (stdout): copying /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/__init__.py -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata
+2020-11-22 19:03:56,699 - b177aa (stdout): copying /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/_compat.py -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata
+2020-11-22 19:03:56,699 - b177aa (stdout): creating /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/docs
+2020-11-22 19:03:56,699 - b177aa (stdout): copying /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/docs/__init__.py -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/docs
+2020-11-22 19:03:56,699 - b177aa (stdout): copying /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/docs/conf.py -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/docs
+2020-11-22 19:03:56,699 - b177aa (stdout): copying /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/docs/changelog.rst -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/docs
+2020-11-22 19:03:56,700 - b177aa (stdout): copying /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/docs/index.rst -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/docs
+2020-11-22 19:03:56,700 - b177aa (stdout): copying /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/docs/using.rst -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/docs
+2020-11-22 19:03:56,700 - b177aa (stdout): creating /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/tests
+2020-11-22 19:03:56,700 - b177aa (stdout): copying /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/tests/__init__.py -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/tests
+2020-11-22 19:03:56,700 - b177aa (stdout): copying /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/tests/fixtures.py -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/tests
+2020-11-22 19:03:56,700 - b177aa (stdout): copying /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/tests/test_api.py -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/tests
+2020-11-22 19:03:56,700 - b177aa (stdout): copying /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/tests/test_main.py -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/tests
+2020-11-22 19:03:56,700 - b177aa (stdout): copying /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/tests/test_zip.py -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/tests
+2020-11-22 19:03:56,700 - b177aa (stdout): copying /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/tests/test_integration.py -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/tests
+2020-11-22 19:03:56,700 - b177aa (stdout): creating /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/tests/data
+2020-11-22 19:03:56,701 - b177aa (stdout): copying /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/tests/data/__init__.py -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/tests/data
+2020-11-22 19:03:56,701 - b177aa (stdout): copying /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/tests/data/example-21.12-py3.6.egg -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/tests/data
+2020-11-22 19:03:56,701 - b177aa (stdout): copying /var/tmp/portage/dev-python/importlib_metadata-2.0.0/work/importlib_metadata-2.0.0-python3_7/lib/importlib_metadata/tests/data/example-21.12-py3-none-any.whl -> /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/tests/data
+2020-11-22 19:03:56,701 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:03:56,704 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/_compat.py to _compat.cpython-37.pyc
+2020-11-22 19:03:56,705 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/docs/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:03:56,705 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/docs/conf.py to conf.cpython-37.pyc
+2020-11-22 19:03:56,705 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/tests/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:03:56,705 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/tests/fixtures.py to fixtures.cpython-37.pyc
+2020-11-22 19:03:56,706 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/tests/test_api.py to test_api.cpython-37.pyc
+2020-11-22 19:03:56,707 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/tests/test_main.py to test_main.cpython-37.pyc
+2020-11-22 19:03:56,708 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/tests/test_zip.py to test_zip.cpython-37.pyc
+2020-11-22 19:03:56,709 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/tests/test_integration.py to test_integration.cpython-37.pyc
+2020-11-22 19:03:56,710 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata/tests/data/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:03:56,710 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/importlib_metadata-2.0.0/temp/tmp7gz96tdn.py'
+2020-11-22 19:03:56,710 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/importlib_metadata-2.0.0/temp/tmp7gz96tdn.py
+2020-11-22 19:03:56,747 - b177aa (stdout): removing /var/tmp/portage/dev-python/importlib_metadata-2.0.0/temp/tmp7gz96tdn.py
+2020-11-22 19:03:56,748 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/importlib_metadata-2.0.0/temp/tmp4cmmeq1h.py'
+2020-11-22 19:03:56,748 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/importlib_metadata-2.0.0/temp/tmp4cmmeq1h.py
+2020-11-22 19:03:56,785 - b177aa (stdout): removing /var/tmp/portage/dev-python/importlib_metadata-2.0.0/temp/tmp4cmmeq1h.py
+2020-11-22 19:03:56,785 - b177aa (stdout): running install_egg_info
+2020-11-22 19:03:56,789 - b177aa (stdout): running egg_info
+2020-11-22 19:03:56,789 - b177aa (stdout): writing importlib_metadata.egg-info/PKG-INFO
+2020-11-22 19:03:56,790 - b177aa (stdout): writing dependency_links to importlib_metadata.egg-info/dependency_links.txt
+2020-11-22 19:03:56,790 - b177aa (stdout): writing requirements to importlib_metadata.egg-info/requires.txt
+2020-11-22 19:03:56,790 - b177aa (stdout): writing top-level names to importlib_metadata.egg-info/top_level.txt
+2020-11-22 19:03:56,809 - b177aa (stdout): reading manifest file 'importlib_metadata.egg-info/SOURCES.txt'
+2020-11-22 19:03:56,809 - b177aa (stdout): reading manifest template 'MANIFEST.in'
+2020-11-22 19:03:56,812 - b177aa (stdout): warning: no previously-included files found matching '.gitignore'
+2020-11-22 19:03:56,812 - b177aa (stdout): no previously-included directories found matching 'build'
+2020-11-22 19:03:56,812 - b177aa (stdout): no previously-included directories found matching '.tox'
+2020-11-22 19:03:56,813 - b177aa (stdout): writing manifest file 'importlib_metadata.egg-info/SOURCES.txt'
+2020-11-22 19:03:56,813 - b177aa (stdout): Copying importlib_metadata.egg-info to /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image/_python3.7/usr/lib/python3.7/site-packages/importlib_metadata-2.0.0-py3.7.egg-info
+2020-11-22 19:03:56,814 - b177aa (stdout): running install_scripts
+2020-11-22 19:03:57,055 - b177aa (stdout): * Using python3.8 in global scope
+2020-11-22 19:03:57,060 - b177aa (stdout): * python3_8: running distutils-r1_run_phase distutils-r1_python_install_all
+2020-11-22 19:03:57,138 - b177aa (stdout): >>> Completed installing dev-python/importlib_metadata-2.0.0 into /var/tmp/portage/dev-python/importlib_metadata-2.0.0/image
+2020-11-22 19:03:57,139 - b177aa (stdout):
+2020-11-22 19:03:57,144 - b177aa (stdout): * Final size of build directory: 316 KiB
+2020-11-22 19:03:57,146 - b177aa (stdout): * Final size of installed tree: 372 KiB
+2020-11-22 19:03:57,147 - b177aa (stdout):
+2020-11-22 19:03:57,531 - b177aa (stdout): * Verifying compiled files in /usr/lib/python3.7/site-packages
+2020-11-22 19:03:57,786 - b177aa (stdout):
+2020-11-22 19:03:57,786 - b177aa (stdout): >>> Installing (14 of 18) dev-python/importlib_metadata-2.0.0::gentoo
+2020-11-22 19:03:57,859 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:03:58,125 - b177aa (stdout): * checking 55 files for package collisions
+2020-11-22 19:03:58,130 - b177aa (stdout): >>> Merging dev-python/importlib_metadata-2.0.0 to /
+2020-11-22 19:03:58,415 - b177aa (stdout): --- /usr/
+2020-11-22 19:03:58,415 - b177aa (stdout): --- /usr/share/
+2020-11-22 19:03:58,415 - b177aa (stdout): --- /usr/share/doc/
+2020-11-22 19:03:58,415 - b177aa (stdout): >>> /usr/share/doc/importlib_metadata-2.0.0/
+2020-11-22 19:03:58,417 - b177aa (stdout): >>> /usr/share/doc/importlib_metadata-2.0.0/README.rst.bz2
+2020-11-22 19:03:58,417 - b177aa (stdout): --- /usr/lib/
+2020-11-22 19:03:58,417 - b177aa (stdout): --- /usr/lib/python3.7/
+2020-11-22 19:03:58,417 - b177aa (stdout): --- /usr/lib/python3.7/site-packages/
+2020-11-22 19:03:58,417 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata-2.0.0-py3.7.egg-info/
+2020-11-22 19:03:58,417 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata-2.0.0-py3.7.egg-info/top_level.txt
+2020-11-22 19:03:58,417 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata-2.0.0-py3.7.egg-info/requires.txt
+2020-11-22 19:03:58,418 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata-2.0.0-py3.7.egg-info/dependency_links.txt
+2020-11-22 19:03:58,418 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata-2.0.0-py3.7.egg-info/SOURCES.txt
+2020-11-22 19:03:58,418 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata-2.0.0-py3.7.egg-info/PKG-INFO
+2020-11-22 19:03:58,418 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/
+2020-11-22 19:03:58,418 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/__pycache__/
+2020-11-22 19:03:58,418 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/__pycache__/_compat.cpython-37.opt-2.pyc
+2020-11-22 19:03:58,419 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:03:58,419 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/__pycache__/_compat.cpython-37.opt-1.pyc
+2020-11-22 19:03:58,419 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:03:58,419 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/__pycache__/_compat.cpython-37.pyc
+2020-11-22 19:03:58,419 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:03:58,420 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/
+2020-11-22 19:03:58,420 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/__pycache__/
+2020-11-22 19:03:58,420 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/__pycache__/test_integration.cpython-37.opt-2.pyc
+2020-11-22 19:03:58,420 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/__pycache__/test_zip.cpython-37.opt-2.pyc
+2020-11-22 19:03:58,421 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/__pycache__/test_main.cpython-37.opt-2.pyc
+2020-11-22 19:03:58,421 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/__pycache__/test_api.cpython-37.opt-2.pyc
+2020-11-22 19:03:58,421 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/__pycache__/fixtures.cpython-37.opt-2.pyc
+2020-11-22 19:03:58,421 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:03:58,421 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/__pycache__/test_integration.cpython-37.opt-1.pyc
+2020-11-22 19:03:58,421 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/__pycache__/test_zip.cpython-37.opt-1.pyc
+2020-11-22 19:03:58,421 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/__pycache__/test_main.cpython-37.opt-1.pyc
+2020-11-22 19:03:58,422 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/__pycache__/test_api.cpython-37.opt-1.pyc
+2020-11-22 19:03:58,422 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/__pycache__/fixtures.cpython-37.opt-1.pyc
+2020-11-22 19:03:58,422 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:03:58,422 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/__pycache__/test_integration.cpython-37.pyc
+2020-11-22 19:03:58,422 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/__pycache__/test_zip.cpython-37.pyc
+2020-11-22 19:03:58,422 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/__pycache__/test_main.cpython-37.pyc
+2020-11-22 19:03:58,423 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/__pycache__/test_api.cpython-37.pyc
+2020-11-22 19:03:58,423 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/__pycache__/fixtures.cpython-37.pyc
+2020-11-22 19:03:58,423 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:03:58,423 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/data/
+2020-11-22 19:03:58,423 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/data/__pycache__/
+2020-11-22 19:03:58,423 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/data/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:03:58,423 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/data/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:03:58,424 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/data/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:03:58,424 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/data/example-21.12-py3-none-any.whl
+2020-11-22 19:03:58,424 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/data/example-21.12-py3.6.egg
+2020-11-22 19:03:58,424 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/data/__init__.py
+2020-11-22 19:03:58,424 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/test_integration.py
+2020-11-22 19:03:58,424 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/test_zip.py
+2020-11-22 19:03:58,424 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/test_main.py
+2020-11-22 19:03:58,425 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/test_api.py
+2020-11-22 19:03:58,425 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/fixtures.py
+2020-11-22 19:03:58,425 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/tests/__init__.py
+2020-11-22 19:03:58,425 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/docs/
+2020-11-22 19:03:58,425 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/docs/__pycache__/
+2020-11-22 19:03:58,425 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/docs/__pycache__/conf.cpython-37.opt-2.pyc
+2020-11-22 19:03:58,426 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/docs/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:03:58,426 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/docs/__pycache__/conf.cpython-37.opt-1.pyc
+2020-11-22 19:03:58,426 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/docs/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:03:58,426 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/docs/__pycache__/conf.cpython-37.pyc
+2020-11-22 19:03:58,426 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/docs/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:03:58,427 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/docs/using.rst
+2020-11-22 19:03:58,427 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/docs/index.rst
+2020-11-22 19:03:58,427 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/docs/changelog.rst
+2020-11-22 19:03:58,427 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/docs/conf.py
+2020-11-22 19:03:58,427 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/docs/__init__.py
+2020-11-22 19:03:58,428 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/_compat.py
+2020-11-22 19:03:58,428 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/importlib_metadata/__init__.py
+2020-11-22 19:03:58,853 - b177aa (stdout): >>> dev-python/importlib_metadata-2.0.0 merged.
+2020-11-22 19:04:02,509 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:02,575 - b177aa (stdout):
+2020-11-22 19:04:02,575 - b177aa (stdout): >>> Emerging (15 of 18) dev-python/attrs-20.3.0::gentoo
+2020-11-22 19:04:02,587 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:02,636 - b177aa (stdout): * attrs-20.3.0.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
+2020-11-22 19:04:02,928 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:02,980 - b177aa (stdout): >>> Unpacking source...
+2020-11-22 19:04:02,981 - b177aa (stdout): >>> Unpacking attrs-20.3.0.tar.gz to /var/tmp/portage/dev-python/attrs-20.3.0/work
+2020-11-22 19:04:03,032 - b177aa (stdout): >>> Source unpacked in /var/tmp/portage/dev-python/attrs-20.3.0/work
+2020-11-22 19:04:03,153 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:03,206 - b177aa (stdout): >>> Preparing source in /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0 ...
+2020-11-22 19:04:03,210 - b177aa (stdout): >>> Source prepared.
+2020-11-22 19:04:03,330 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:03,385 - b177aa (stdout): >>> Configuring source in /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0 ...
+2020-11-22 19:04:03,388 - b177aa (stdout): >>> Source configured.
+2020-11-22 19:04:03,511 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:03,565 - b177aa (stdout): >>> Compiling source in /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0 ...
+2020-11-22 19:04:03,576 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_compile
+2020-11-22 19:04:03,615 - b177aa (stdout): python3.7 setup.py build -j 8
+2020-11-22 19:04:03,767 - b177aa (stdout): running build
+2020-11-22 19:04:03,767 - b177aa (stdout): running build_py
+2020-11-22 19:04:03,782 - b177aa (stdout): creating /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr
+2020-11-22 19:04:03,782 - b177aa (stdout): copying src/attr/__init__.py -> /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr
+2020-11-22 19:04:03,782 - b177aa (stdout): copying src/attr/_compat.py -> /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr
+2020-11-22 19:04:03,782 - b177aa (stdout): copying src/attr/_config.py -> /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr
+2020-11-22 19:04:03,782 - b177aa (stdout): copying src/attr/_funcs.py -> /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr
+2020-11-22 19:04:03,782 - b177aa (stdout): copying src/attr/_make.py -> /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr
+2020-11-22 19:04:03,782 - b177aa (stdout): copying src/attr/_next_gen.py -> /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr
+2020-11-22 19:04:03,782 - b177aa (stdout): copying src/attr/_version_info.py -> /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr
+2020-11-22 19:04:03,782 - b177aa (stdout): copying src/attr/converters.py -> /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr
+2020-11-22 19:04:03,783 - b177aa (stdout): copying src/attr/exceptions.py -> /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr
+2020-11-22 19:04:03,783 - b177aa (stdout): copying src/attr/filters.py -> /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr
+2020-11-22 19:04:03,783 - b177aa (stdout): copying src/attr/setters.py -> /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr
+2020-11-22 19:04:03,783 - b177aa (stdout): copying src/attr/validators.py -> /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr
+2020-11-22 19:04:03,783 - b177aa (stdout): running egg_info
+2020-11-22 19:04:03,786 - b177aa (stdout): writing src/attrs.egg-info/PKG-INFO
+2020-11-22 19:04:03,786 - b177aa (stdout): writing dependency_links to src/attrs.egg-info/dependency_links.txt
+2020-11-22 19:04:03,786 - b177aa (stdout): writing requirements to src/attrs.egg-info/requires.txt
+2020-11-22 19:04:03,786 - b177aa (stdout): writing top-level names to src/attrs.egg-info/top_level.txt
+2020-11-22 19:04:03,791 - b177aa (stdout): reading manifest file 'src/attrs.egg-info/SOURCES.txt'
+2020-11-22 19:04:03,792 - b177aa (stdout): reading manifest template 'MANIFEST.in'
+2020-11-22 19:04:03,795 - b177aa (stdout): no previously-included directories found matching 'docs/_build'
+2020-11-22 19:04:03,797 - b177aa (stdout): writing manifest file 'src/attrs.egg-info/SOURCES.txt'
+2020-11-22 19:04:03,798 - b177aa (stdout): copying src/attr/__init__.pyi -> /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr
+2020-11-22 19:04:03,798 - b177aa (stdout): copying src/attr/_version_info.pyi -> /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr
+2020-11-22 19:04:03,798 - b177aa (stdout): copying src/attr/converters.pyi -> /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr
+2020-11-22 19:04:03,798 - b177aa (stdout): copying src/attr/exceptions.pyi -> /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr
+2020-11-22 19:04:03,798 - b177aa (stdout): copying src/attr/filters.pyi -> /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr
+2020-11-22 19:04:03,798 - b177aa (stdout): copying src/attr/py.typed -> /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr
+2020-11-22 19:04:03,799 - b177aa (stdout): copying src/attr/setters.pyi -> /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr
+2020-11-22 19:04:03,799 - b177aa (stdout): copying src/attr/validators.pyi -> /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr
+2020-11-22 19:04:03,799 - b177aa (stdout): warning: build_py: byte-compiling is disabled, skipping.
+2020-11-22 19:04:03,799 - b177aa (stdout):
+2020-11-22 19:04:03,816 - b177aa (stdout): >>> Source compiled.
+2020-11-22 19:04:03,939 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:03,993 - b177aa (stdout): * Skipping make test/check due to ebuild restriction.
+2020-11-22 19:04:03,994 - b177aa (stdout): >>> Test phase [disabled because of RESTRICT=test]: dev-python/attrs-20.3.0
+2020-11-22 19:04:04,114 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:04,171 - b177aa (stdout):
+2020-11-22 19:04:04,171 - b177aa (stdout): >>> Install dev-python/attrs-20.3.0 into /var/tmp/portage/dev-python/attrs-20.3.0/image
+2020-11-22 19:04:04,182 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install
+2020-11-22 19:04:04,209 - b177aa (stdout): python3.7 setup.py install --skip-build --root=/var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7
+2020-11-22 19:04:04,366 - b177aa (stdout): running install
+2020-11-22 19:04:04,367 - b177aa (stdout): running install_lib
+2020-11-22 19:04:04,367 - b177aa (stdout): creating /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7
+2020-11-22 19:04:04,367 - b177aa (stdout): creating /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr
+2020-11-22 19:04:04,367 - b177aa (stdout): creating /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib
+2020-11-22 19:04:04,367 - b177aa (stdout): creating /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7
+2020-11-22 19:04:04,368 - b177aa (stdout): creating /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages
+2020-11-22 19:04:04,368 - b177aa (stdout): creating /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr
+2020-11-22 19:04:04,368 - b177aa (stdout): copying /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr/__init__.py -> /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr
+2020-11-22 19:04:04,368 - b177aa (stdout): copying /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr/_compat.py -> /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr
+2020-11-22 19:04:04,368 - b177aa (stdout): copying /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr/_config.py -> /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr
+2020-11-22 19:04:04,368 - b177aa (stdout): copying /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr/_funcs.py -> /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr
+2020-11-22 19:04:04,368 - b177aa (stdout): copying /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr/_make.py -> /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr
+2020-11-22 19:04:04,368 - b177aa (stdout): copying /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr/_next_gen.py -> /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr
+2020-11-22 19:04:04,368 - b177aa (stdout): copying /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr/_version_info.py -> /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr
+2020-11-22 19:04:04,368 - b177aa (stdout): copying /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr/converters.py -> /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr
+2020-11-22 19:04:04,368 - b177aa (stdout): copying /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr/exceptions.py -> /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr
+2020-11-22 19:04:04,369 - b177aa (stdout): copying /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr/filters.py -> /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr
+2020-11-22 19:04:04,369 - b177aa (stdout): copying /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr/setters.py -> /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr
+2020-11-22 19:04:04,369 - b177aa (stdout): copying /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr/validators.py -> /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr
+2020-11-22 19:04:04,369 - b177aa (stdout): copying /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr/__init__.pyi -> /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr
+2020-11-22 19:04:04,369 - b177aa (stdout): copying /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr/_version_info.pyi -> /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr
+2020-11-22 19:04:04,369 - b177aa (stdout): copying /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr/converters.pyi -> /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr
+2020-11-22 19:04:04,369 - b177aa (stdout): copying /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr/exceptions.pyi -> /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr
+2020-11-22 19:04:04,369 - b177aa (stdout): copying /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr/filters.pyi -> /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr
+2020-11-22 19:04:04,369 - b177aa (stdout): copying /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr/py.typed -> /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr
+2020-11-22 19:04:04,370 - b177aa (stdout): copying /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr/setters.pyi -> /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr
+2020-11-22 19:04:04,370 - b177aa (stdout): copying /var/tmp/portage/dev-python/attrs-20.3.0/work/attrs-20.3.0-python3_7/lib/attr/validators.pyi -> /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr
+2020-11-22 19:04:04,370 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:04:04,370 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr/_compat.py to _compat.cpython-37.pyc
+2020-11-22 19:04:04,371 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr/_config.py to _config.cpython-37.pyc
+2020-11-22 19:04:04,371 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr/_funcs.py to _funcs.cpython-37.pyc
+2020-11-22 19:04:04,373 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr/_make.py to _make.cpython-37.pyc
+2020-11-22 19:04:04,383 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr/_next_gen.py to _next_gen.cpython-37.pyc
+2020-11-22 19:04:04,384 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr/_version_info.py to _version_info.cpython-37.pyc
+2020-11-22 19:04:04,385 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr/converters.py to converters.cpython-37.pyc
+2020-11-22 19:04:04,385 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr/exceptions.py to exceptions.cpython-37.pyc
+2020-11-22 19:04:04,385 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr/filters.py to filters.cpython-37.pyc
+2020-11-22 19:04:04,386 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr/setters.py to setters.cpython-37.pyc
+2020-11-22 19:04:04,386 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attr/validators.py to validators.cpython-37.pyc
+2020-11-22 19:04:04,389 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/attrs-20.3.0/temp/tmp07sjj0sf.py'
+2020-11-22 19:04:04,389 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/attrs-20.3.0/temp/tmp07sjj0sf.py
+2020-11-22 19:04:04,449 - b177aa (stdout): removing /var/tmp/portage/dev-python/attrs-20.3.0/temp/tmp07sjj0sf.py
+2020-11-22 19:04:04,449 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/attrs-20.3.0/temp/tmp8lv7bkcy.py'
+2020-11-22 19:04:04,450 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/attrs-20.3.0/temp/tmp8lv7bkcy.py
+2020-11-22 19:04:04,492 - b177aa (stdout): removing /var/tmp/portage/dev-python/attrs-20.3.0/temp/tmp8lv7bkcy.py
+2020-11-22 19:04:04,492 - b177aa (stdout): running install_egg_info
+2020-11-22 19:04:04,497 - b177aa (stdout): running egg_info
+2020-11-22 19:04:04,497 - b177aa (stdout): writing src/attrs.egg-info/PKG-INFO
+2020-11-22 19:04:04,498 - b177aa (stdout): writing dependency_links to src/attrs.egg-info/dependency_links.txt
+2020-11-22 19:04:04,498 - b177aa (stdout): writing requirements to src/attrs.egg-info/requires.txt
+2020-11-22 19:04:04,498 - b177aa (stdout): writing top-level names to src/attrs.egg-info/top_level.txt
+2020-11-22 19:04:04,515 - b177aa (stdout): reading manifest file 'src/attrs.egg-info/SOURCES.txt'
+2020-11-22 19:04:04,516 - b177aa (stdout): reading manifest template 'MANIFEST.in'
+2020-11-22 19:04:04,519 - b177aa (stdout): no previously-included directories found matching 'docs/_build'
+2020-11-22 19:04:04,521 - b177aa (stdout): writing manifest file 'src/attrs.egg-info/SOURCES.txt'
+2020-11-22 19:04:04,522 - b177aa (stdout): Copying src/attrs.egg-info to /var/tmp/portage/dev-python/attrs-20.3.0/image/_python3.7/usr/lib/python3.7/site-packages/attrs-20.3.0-py3.7.egg-info
+2020-11-22 19:04:04,522 - b177aa (stdout): running install_scripts
+2020-11-22 19:04:04,694 - b177aa (stdout): * Using python3.7 in global scope
+2020-11-22 19:04:04,698 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install_all
+2020-11-22 19:04:04,778 - b177aa (stdout): >>> Completed installing dev-python/attrs-20.3.0 into /var/tmp/portage/dev-python/attrs-20.3.0/image
+2020-11-22 19:04:04,778 - b177aa (stdout):
+2020-11-22 19:04:04,784 - b177aa (stdout): * Final size of build directory: 1036 KiB (1.0 MiB)
+2020-11-22 19:04:04,786 - b177aa (stdout): * Final size of installed tree: 636 KiB
+2020-11-22 19:04:04,786 - b177aa (stdout):
+2020-11-22 19:04:05,162 - b177aa (stdout): * Verifying compiled files in /usr/lib/python3.7/site-packages
+2020-11-22 19:04:05,475 - b177aa (stdout):
+2020-11-22 19:04:05,475 - b177aa (stdout): >>> Installing (15 of 18) dev-python/attrs-20.3.0::gentoo
+2020-11-22 19:04:05,501 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:05,764 - b177aa (stdout): * checking 63 files for package collisions
+2020-11-22 19:04:05,769 - b177aa (stdout): >>> Merging dev-python/attrs-20.3.0 to /
+2020-11-22 19:04:06,028 - b177aa (stdout): --- /usr/
+2020-11-22 19:04:06,028 - b177aa (stdout): --- /usr/share/
+2020-11-22 19:04:06,028 - b177aa (stdout): --- /usr/share/doc/
+2020-11-22 19:04:06,028 - b177aa (stdout): >>> /usr/share/doc/attrs-20.3.0/
+2020-11-22 19:04:06,031 - b177aa (stdout): >>> /usr/share/doc/attrs-20.3.0/README.rst.bz2
+2020-11-22 19:04:06,031 - b177aa (stdout): --- /usr/lib/
+2020-11-22 19:04:06,031 - b177aa (stdout): --- /usr/lib/python3.7/
+2020-11-22 19:04:06,031 - b177aa (stdout): --- /usr/lib/python3.7/site-packages/
+2020-11-22 19:04:06,031 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attrs-20.3.0-py3.7.egg-info/
+2020-11-22 19:04:06,031 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attrs-20.3.0-py3.7.egg-info/top_level.txt
+2020-11-22 19:04:06,031 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attrs-20.3.0-py3.7.egg-info/requires.txt
+2020-11-22 19:04:06,032 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attrs-20.3.0-py3.7.egg-info/not-zip-safe
+2020-11-22 19:04:06,032 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attrs-20.3.0-py3.7.egg-info/dependency_links.txt
+2020-11-22 19:04:06,032 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attrs-20.3.0-py3.7.egg-info/SOURCES.txt
+2020-11-22 19:04:06,032 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attrs-20.3.0-py3.7.egg-info/PKG-INFO
+2020-11-22 19:04:06,032 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/
+2020-11-22 19:04:06,033 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/
+2020-11-22 19:04:06,033 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/validators.cpython-37.opt-2.pyc
+2020-11-22 19:04:06,033 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/setters.cpython-37.opt-2.pyc
+2020-11-22 19:04:06,034 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/filters.cpython-37.opt-2.pyc
+2020-11-22 19:04:06,034 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/exceptions.cpython-37.opt-2.pyc
+2020-11-22 19:04:06,034 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/converters.cpython-37.opt-2.pyc
+2020-11-22 19:04:06,034 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/_version_info.cpython-37.opt-2.pyc
+2020-11-22 19:04:06,034 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/_next_gen.cpython-37.opt-2.pyc
+2020-11-22 19:04:06,035 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/_make.cpython-37.opt-2.pyc
+2020-11-22 19:04:06,035 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/_funcs.cpython-37.opt-2.pyc
+2020-11-22 19:04:06,035 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/_config.cpython-37.opt-2.pyc
+2020-11-22 19:04:06,035 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/_compat.cpython-37.opt-2.pyc
+2020-11-22 19:04:06,035 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:04:06,036 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/validators.cpython-37.opt-1.pyc
+2020-11-22 19:04:06,036 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/setters.cpython-37.opt-1.pyc
+2020-11-22 19:04:06,036 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/filters.cpython-37.opt-1.pyc
+2020-11-22 19:04:06,036 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/exceptions.cpython-37.opt-1.pyc
+2020-11-22 19:04:06,036 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/converters.cpython-37.opt-1.pyc
+2020-11-22 19:04:06,037 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/_version_info.cpython-37.opt-1.pyc
+2020-11-22 19:04:06,037 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/_next_gen.cpython-37.opt-1.pyc
+2020-11-22 19:04:06,037 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/_make.cpython-37.opt-1.pyc
+2020-11-22 19:04:06,037 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/_funcs.cpython-37.opt-1.pyc
+2020-11-22 19:04:06,037 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/_config.cpython-37.opt-1.pyc
+2020-11-22 19:04:06,038 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/_compat.cpython-37.opt-1.pyc
+2020-11-22 19:04:06,038 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:04:06,038 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/validators.cpython-37.pyc
+2020-11-22 19:04:06,038 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/setters.cpython-37.pyc
+2020-11-22 19:04:06,038 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/filters.cpython-37.pyc
+2020-11-22 19:04:06,039 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/exceptions.cpython-37.pyc
+2020-11-22 19:04:06,039 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/converters.cpython-37.pyc
+2020-11-22 19:04:06,039 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/_version_info.cpython-37.pyc
+2020-11-22 19:04:06,039 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/_next_gen.cpython-37.pyc
+2020-11-22 19:04:06,039 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/_make.cpython-37.pyc
+2020-11-22 19:04:06,040 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/_funcs.cpython-37.pyc
+2020-11-22 19:04:06,040 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/_config.cpython-37.pyc
+2020-11-22 19:04:06,040 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/_compat.cpython-37.pyc
+2020-11-22 19:04:06,040 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:04:06,040 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/validators.pyi
+2020-11-22 19:04:06,041 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/setters.pyi
+2020-11-22 19:04:06,041 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/py.typed
+2020-11-22 19:04:06,041 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/filters.pyi
+2020-11-22 19:04:06,041 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/exceptions.pyi
+2020-11-22 19:04:06,041 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/converters.pyi
+2020-11-22 19:04:06,042 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/_version_info.pyi
+2020-11-22 19:04:06,042 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__init__.pyi
+2020-11-22 19:04:06,042 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/validators.py
+2020-11-22 19:04:06,042 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/setters.py
+2020-11-22 19:04:06,042 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/filters.py
+2020-11-22 19:04:06,043 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/exceptions.py
+2020-11-22 19:04:06,043 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/converters.py
+2020-11-22 19:04:06,043 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/_version_info.py
+2020-11-22 19:04:06,043 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/_next_gen.py
+2020-11-22 19:04:06,044 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/_make.py
+2020-11-22 19:04:06,044 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/_funcs.py
+2020-11-22 19:04:06,044 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/_config.py
+2020-11-22 19:04:06,045 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/_compat.py
+2020-11-22 19:04:06,045 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/attr/__init__.py
+2020-11-22 19:04:06,443 - b177aa (stdout): >>> dev-python/attrs-20.3.0 merged.
+2020-11-22 19:04:09,302 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:09,370 - b177aa (stdout):
+2020-11-22 19:04:09,370 - b177aa (stdout): >>> Emerging (16 of 18) dev-python/pluggy-0.13.1-r1::gentoo
+2020-11-22 19:04:09,382 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:09,438 - b177aa (stdout): * pluggy-0.13.1.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
+2020-11-22 19:04:09,717 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:09,772 - b177aa (stdout): >>> Unpacking source...
+2020-11-22 19:04:09,773 - b177aa (stdout): >>> Unpacking pluggy-0.13.1.tar.gz to /var/tmp/portage/dev-python/pluggy-0.13.1-r1/work
+2020-11-22 19:04:09,820 - b177aa (stdout): >>> Source unpacked in /var/tmp/portage/dev-python/pluggy-0.13.1-r1/work
+2020-11-22 19:04:09,957 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:10,012 - b177aa (stdout): >>> Preparing source in /var/tmp/portage/dev-python/pluggy-0.13.1-r1/work/pluggy-0.13.1 ...
+2020-11-22 19:04:10,017 - b177aa (stdout): * Applying pluggy-0.12.0-strip-setuptools_scm.patch ...
+2020-11-22 19:04:10,019 - b177aa (stdout): [ ok ]
+2020-11-22 19:04:10,020 - b177aa (stdout): >>> Source prepared.
+2020-11-22 19:04:10,152 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:10,210 - b177aa (stdout): >>> Configuring source in /var/tmp/portage/dev-python/pluggy-0.13.1-r1/work/pluggy-0.13.1 ...
+2020-11-22 19:04:10,214 - b177aa (stdout): >>> Source configured.
+2020-11-22 19:04:10,339 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:10,394 - b177aa (stdout): >>> Compiling source in /var/tmp/portage/dev-python/pluggy-0.13.1-r1/work/pluggy-0.13.1 ...
+2020-11-22 19:04:10,405 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_compile
+2020-11-22 19:04:10,446 - b177aa (stdout): python3.7 setup.py build -j 8
+2020-11-22 19:04:10,586 - b177aa (stdout): running build
+2020-11-22 19:04:10,586 - b177aa (stdout): running build_py
+2020-11-22 19:04:10,601 - b177aa (stdout): creating /var/tmp/portage/dev-python/pluggy-0.13.1-r1/work/pluggy-0.13.1-python3_7/lib/pluggy
+2020-11-22 19:04:10,601 - b177aa (stdout): copying src/pluggy/callers.py -> /var/tmp/portage/dev-python/pluggy-0.13.1-r1/work/pluggy-0.13.1-python3_7/lib/pluggy
+2020-11-22 19:04:10,601 - b177aa (stdout): copying src/pluggy/hooks.py -> /var/tmp/portage/dev-python/pluggy-0.13.1-r1/work/pluggy-0.13.1-python3_7/lib/pluggy
+2020-11-22 19:04:10,601 - b177aa (stdout): copying src/pluggy/_version.py -> /var/tmp/portage/dev-python/pluggy-0.13.1-r1/work/pluggy-0.13.1-python3_7/lib/pluggy
+2020-11-22 19:04:10,601 - b177aa (stdout): copying src/pluggy/manager.py -> /var/tmp/portage/dev-python/pluggy-0.13.1-r1/work/pluggy-0.13.1-python3_7/lib/pluggy
+2020-11-22 19:04:10,601 - b177aa (stdout): copying src/pluggy/__init__.py -> /var/tmp/portage/dev-python/pluggy-0.13.1-r1/work/pluggy-0.13.1-python3_7/lib/pluggy
+2020-11-22 19:04:10,602 - b177aa (stdout): copying src/pluggy/_tracing.py -> /var/tmp/portage/dev-python/pluggy-0.13.1-r1/work/pluggy-0.13.1-python3_7/lib/pluggy
+2020-11-22 19:04:10,602 - b177aa (stdout): warning: build_py: byte-compiling is disabled, skipping.
+2020-11-22 19:04:10,602 - b177aa (stdout):
+2020-11-22 19:04:10,617 - b177aa (stdout): >>> Source compiled.
+2020-11-22 19:04:10,738 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:10,793 - b177aa (stdout): * Skipping make test/check due to ebuild restriction.
+2020-11-22 19:04:10,793 - b177aa (stdout): >>> Test phase [disabled because of RESTRICT=test]: dev-python/pluggy-0.13.1-r1
+2020-11-22 19:04:10,915 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:10,977 - b177aa (stdout):
+2020-11-22 19:04:10,977 - b177aa (stdout): >>> Install dev-python/pluggy-0.13.1-r1 into /var/tmp/portage/dev-python/pluggy-0.13.1-r1/image
+2020-11-22 19:04:10,990 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install
+2020-11-22 19:04:11,018 - b177aa (stdout): python3.7 setup.py install --skip-build --root=/var/tmp/portage/dev-python/pluggy-0.13.1-r1/image/_python3.7
+2020-11-22 19:04:11,159 - b177aa (stdout): running install
+2020-11-22 19:04:11,160 - b177aa (stdout): running install_lib
+2020-11-22 19:04:11,160 - b177aa (stdout): creating /var/tmp/portage/dev-python/pluggy-0.13.1-r1/image/_python3.7
+2020-11-22 19:04:11,160 - b177aa (stdout): creating /var/tmp/portage/dev-python/pluggy-0.13.1-r1/image/_python3.7/usr
+2020-11-22 19:04:11,160 - b177aa (stdout): creating /var/tmp/portage/dev-python/pluggy-0.13.1-r1/image/_python3.7/usr/lib
+2020-11-22 19:04:11,160 - b177aa (stdout): creating /var/tmp/portage/dev-python/pluggy-0.13.1-r1/image/_python3.7/usr/lib/python3.7
+2020-11-22 19:04:11,161 - b177aa (stdout): creating /var/tmp/portage/dev-python/pluggy-0.13.1-r1/image/_python3.7/usr/lib/python3.7/site-packages
+2020-11-22 19:04:11,161 - b177aa (stdout): creating /var/tmp/portage/dev-python/pluggy-0.13.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/pluggy
+2020-11-22 19:04:11,161 - b177aa (stdout): copying /var/tmp/portage/dev-python/pluggy-0.13.1-r1/work/pluggy-0.13.1-python3_7/lib/pluggy/callers.py -> /var/tmp/portage/dev-python/pluggy-0.13.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/pluggy
+2020-11-22 19:04:11,161 - b177aa (stdout): copying /var/tmp/portage/dev-python/pluggy-0.13.1-r1/work/pluggy-0.13.1-python3_7/lib/pluggy/hooks.py -> /var/tmp/portage/dev-python/pluggy-0.13.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/pluggy
+2020-11-22 19:04:11,161 - b177aa (stdout): copying /var/tmp/portage/dev-python/pluggy-0.13.1-r1/work/pluggy-0.13.1-python3_7/lib/pluggy/_version.py -> /var/tmp/portage/dev-python/pluggy-0.13.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/pluggy
+2020-11-22 19:04:11,161 - b177aa (stdout): copying /var/tmp/portage/dev-python/pluggy-0.13.1-r1/work/pluggy-0.13.1-python3_7/lib/pluggy/manager.py -> /var/tmp/portage/dev-python/pluggy-0.13.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/pluggy
+2020-11-22 19:04:11,161 - b177aa (stdout): copying /var/tmp/portage/dev-python/pluggy-0.13.1-r1/work/pluggy-0.13.1-python3_7/lib/pluggy/__init__.py -> /var/tmp/portage/dev-python/pluggy-0.13.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/pluggy
+2020-11-22 19:04:11,161 - b177aa (stdout): copying /var/tmp/portage/dev-python/pluggy-0.13.1-r1/work/pluggy-0.13.1-python3_7/lib/pluggy/_tracing.py -> /var/tmp/portage/dev-python/pluggy-0.13.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/pluggy
+2020-11-22 19:04:11,162 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pluggy-0.13.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/pluggy/callers.py to callers.cpython-37.pyc
+2020-11-22 19:04:11,163 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pluggy-0.13.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/pluggy/hooks.py to hooks.cpython-37.pyc
+2020-11-22 19:04:11,165 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pluggy-0.13.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/pluggy/_version.py to _version.cpython-37.pyc
+2020-11-22 19:04:11,165 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pluggy-0.13.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/pluggy/manager.py to manager.cpython-37.pyc
+2020-11-22 19:04:11,167 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pluggy-0.13.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/pluggy/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:04:11,167 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pluggy-0.13.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/pluggy/_tracing.py to _tracing.cpython-37.pyc
+2020-11-22 19:04:11,168 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/pluggy-0.13.1-r1/temp/tmppg2lcf_o.py'
+2020-11-22 19:04:11,168 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/pluggy-0.13.1-r1/temp/tmppg2lcf_o.py
+2020-11-22 19:04:11,202 - b177aa (stdout): removing /var/tmp/portage/dev-python/pluggy-0.13.1-r1/temp/tmppg2lcf_o.py
+2020-11-22 19:04:11,203 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/pluggy-0.13.1-r1/temp/tmpabfupuxz.py'
+2020-11-22 19:04:11,203 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/pluggy-0.13.1-r1/temp/tmpabfupuxz.py
+2020-11-22 19:04:11,236 - b177aa (stdout): removing /var/tmp/portage/dev-python/pluggy-0.13.1-r1/temp/tmpabfupuxz.py
+2020-11-22 19:04:11,237 - b177aa (stdout): running install_egg_info
+2020-11-22 19:04:11,241 - b177aa (stdout): running egg_info
+2020-11-22 19:04:11,242 - b177aa (stdout): writing src/pluggy.egg-info/PKG-INFO
+2020-11-22 19:04:11,242 - b177aa (stdout): writing dependency_links to src/pluggy.egg-info/dependency_links.txt
+2020-11-22 19:04:11,242 - b177aa (stdout): writing requirements to src/pluggy.egg-info/requires.txt
+2020-11-22 19:04:11,243 - b177aa (stdout): writing top-level names to src/pluggy.egg-info/top_level.txt
+2020-11-22 19:04:11,260 - b177aa (stdout): reading manifest file 'src/pluggy.egg-info/SOURCES.txt'
+2020-11-22 19:04:11,260 - b177aa (stdout): reading manifest template 'MANIFEST.in'
+2020-11-22 19:04:11,261 - b177aa (stdout): warning: no files found matching 'CHANGELOG'
+2020-11-22 19:04:11,261 - b177aa (stdout): warning: no previously-included files matching '*.pyc' found under directory '*'
+2020-11-22 19:04:11,261 - b177aa (stdout): warning: no previously-included files matching '*.pyo' found under directory '*'
+2020-11-22 19:04:11,263 - b177aa (stdout): writing manifest file 'src/pluggy.egg-info/SOURCES.txt'
+2020-11-22 19:04:11,263 - b177aa (stdout): Copying src/pluggy.egg-info to /var/tmp/portage/dev-python/pluggy-0.13.1-r1/image/_python3.7/usr/lib/python3.7/site-packages/pluggy-0.13.1-py3.7.egg-info
+2020-11-22 19:04:11,263 - b177aa (stdout): running install_scripts
+2020-11-22 19:04:11,432 - b177aa (stdout): * Using python3.7 in global scope
+2020-11-22 19:04:11,436 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install_all
+2020-11-22 19:04:11,517 - b177aa (stdout): >>> Completed installing dev-python/pluggy-0.13.1-r1 into /var/tmp/portage/dev-python/pluggy-0.13.1-r1/image
+2020-11-22 19:04:11,517 - b177aa (stdout):
+2020-11-22 19:04:11,522 - b177aa (stdout): * Final size of build directory: 420 KiB
+2020-11-22 19:04:11,524 - b177aa (stdout): * Final size of installed tree: 236 KiB
+2020-11-22 19:04:11,525 - b177aa (stdout):
+2020-11-22 19:04:11,890 - b177aa (stdout): * Verifying compiled files in /usr/lib/python3.7/site-packages
+2020-11-22 19:04:12,147 - b177aa (stdout):
+2020-11-22 19:04:12,147 - b177aa (stdout): >>> Installing (16 of 18) dev-python/pluggy-0.13.1-r1::gentoo
+2020-11-22 19:04:12,171 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:12,426 - b177aa (stdout): * checking 30 files for package collisions
+2020-11-22 19:04:12,429 - b177aa (stdout): >>> Merging dev-python/pluggy-0.13.1-r1 to /
+2020-11-22 19:04:12,680 - b177aa (stdout): --- /usr/
+2020-11-22 19:04:12,680 - b177aa (stdout): --- /usr/share/
+2020-11-22 19:04:12,680 - b177aa (stdout): --- /usr/share/doc/
+2020-11-22 19:04:12,680 - b177aa (stdout): >>> /usr/share/doc/pluggy-0.13.1-r1/
+2020-11-22 19:04:12,682 - b177aa (stdout): >>> /usr/share/doc/pluggy-0.13.1-r1/README.rst.bz2
+2020-11-22 19:04:12,682 - b177aa (stdout): --- /usr/lib/
+2020-11-22 19:04:12,682 - b177aa (stdout): --- /usr/lib/python3.7/
+2020-11-22 19:04:12,682 - b177aa (stdout): --- /usr/lib/python3.7/site-packages/
+2020-11-22 19:04:12,682 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy-0.13.1-py3.7.egg-info/
+2020-11-22 19:04:12,682 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy-0.13.1-py3.7.egg-info/requires.txt
+2020-11-22 19:04:12,682 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy-0.13.1-py3.7.egg-info/SOURCES.txt
+2020-11-22 19:04:12,683 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy-0.13.1-py3.7.egg-info/top_level.txt
+2020-11-22 19:04:12,683 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy-0.13.1-py3.7.egg-info/dependency_links.txt
+2020-11-22 19:04:12,683 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy-0.13.1-py3.7.egg-info/PKG-INFO
+2020-11-22 19:04:12,683 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy/
+2020-11-22 19:04:12,683 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy/__pycache__/
+2020-11-22 19:04:12,683 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy/__pycache__/_tracing.cpython-37.opt-2.pyc
+2020-11-22 19:04:12,684 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:04:12,684 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy/__pycache__/manager.cpython-37.opt-2.pyc
+2020-11-22 19:04:12,684 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy/__pycache__/_version.cpython-37.opt-2.pyc
+2020-11-22 19:04:12,684 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy/__pycache__/hooks.cpython-37.opt-2.pyc
+2020-11-22 19:04:12,684 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy/__pycache__/callers.cpython-37.opt-2.pyc
+2020-11-22 19:04:12,684 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy/__pycache__/_tracing.cpython-37.opt-1.pyc
+2020-11-22 19:04:12,684 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:04:12,685 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy/__pycache__/manager.cpython-37.opt-1.pyc
+2020-11-22 19:04:12,685 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy/__pycache__/_version.cpython-37.opt-1.pyc
+2020-11-22 19:04:12,685 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy/__pycache__/hooks.cpython-37.opt-1.pyc
+2020-11-22 19:04:12,685 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy/__pycache__/callers.cpython-37.opt-1.pyc
+2020-11-22 19:04:12,685 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy/__pycache__/_tracing.cpython-37.pyc
+2020-11-22 19:04:12,685 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:04:12,685 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy/__pycache__/manager.cpython-37.pyc
+2020-11-22 19:04:12,686 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy/__pycache__/_version.cpython-37.pyc
+2020-11-22 19:04:12,686 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy/__pycache__/hooks.cpython-37.pyc
+2020-11-22 19:04:12,686 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy/__pycache__/callers.cpython-37.pyc
+2020-11-22 19:04:12,686 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy/_tracing.py
+2020-11-22 19:04:12,686 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy/__init__.py
+2020-11-22 19:04:12,686 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy/manager.py
+2020-11-22 19:04:12,687 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy/_version.py
+2020-11-22 19:04:12,687 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy/hooks.py
+2020-11-22 19:04:12,687 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pluggy/callers.py
+2020-11-22 19:04:13,071 - b177aa (stdout): >>> dev-python/pluggy-0.13.1-r1 merged.
+2020-11-22 19:04:16,371 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:16,434 - b177aa (stdout):
+2020-11-22 19:04:16,435 - b177aa (stdout): >>> Emerging (17 of 18) dev-python/pytest-6.1.2::gentoo
+2020-11-22 19:04:16,448 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:16,500 - b177aa (stdout): * pytest-6.1.2.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
+2020-11-22 19:04:16,773 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:16,826 - b177aa (stdout): >>> Unpacking source...
+2020-11-22 19:04:16,826 - b177aa (stdout): >>> Unpacking pytest-6.1.2.tar.gz to /var/tmp/portage/dev-python/pytest-6.1.2/work
+2020-11-22 19:04:16,900 - b177aa (stdout): >>> Source unpacked in /var/tmp/portage/dev-python/pytest-6.1.2/work
+2020-11-22 19:04:17,021 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:17,073 - b177aa (stdout): >>> Preparing source in /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2 ...
+2020-11-22 19:04:17,078 - b177aa (stdout): >>> Source prepared.
+2020-11-22 19:04:17,196 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:17,252 - b177aa (stdout): >>> Configuring source in /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2 ...
+2020-11-22 19:04:17,256 - b177aa (stdout): >>> Source configured.
+2020-11-22 19:04:17,374 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:17,427 - b177aa (stdout): >>> Compiling source in /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2 ...
+2020-11-22 19:04:17,438 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_compile
+2020-11-22 19:04:17,478 - b177aa (stdout): python3.7 setup.py build -j 8
+2020-11-22 19:04:17,629 - b177aa (stdout): running build
+2020-11-22 19:04:17,629 - b177aa (stdout): running build_py
+2020-11-22 19:04:17,644 - b177aa (stdout): creating /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,644 - b177aa (stdout): copying src/_pytest/__init__.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,644 - b177aa (stdout): copying src/_pytest/_argcomplete.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,644 - b177aa (stdout): copying src/_pytest/_version.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,644 - b177aa (stdout): copying src/_pytest/cacheprovider.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,644 - b177aa (stdout): copying src/_pytest/capture.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,644 - b177aa (stdout): copying src/_pytest/compat.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,644 - b177aa (stdout): copying src/_pytest/debugging.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,644 - b177aa (stdout): copying src/_pytest/deprecated.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,644 - b177aa (stdout): copying src/_pytest/doctest.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,645 - b177aa (stdout): copying src/_pytest/faulthandler.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,645 - b177aa (stdout): copying src/_pytest/fixtures.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,645 - b177aa (stdout): copying src/_pytest/freeze_support.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,645 - b177aa (stdout): copying src/_pytest/helpconfig.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,645 - b177aa (stdout): copying src/_pytest/hookspec.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,645 - b177aa (stdout): copying src/_pytest/junitxml.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,645 - b177aa (stdout): copying src/_pytest/logging.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,646 - b177aa (stdout): copying src/_pytest/main.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,646 - b177aa (stdout): copying src/_pytest/monkeypatch.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,646 - b177aa (stdout): copying src/_pytest/nodes.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,646 - b177aa (stdout): copying src/_pytest/nose.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,646 - b177aa (stdout): copying src/_pytest/outcomes.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,646 - b177aa (stdout): copying src/_pytest/pastebin.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,646 - b177aa (stdout): copying src/_pytest/pathlib.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,646 - b177aa (stdout): copying src/_pytest/pytester.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,646 - b177aa (stdout): copying src/_pytest/python.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,647 - b177aa (stdout): copying src/_pytest/python_api.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,647 - b177aa (stdout): copying src/_pytest/recwarn.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,647 - b177aa (stdout): copying src/_pytest/reports.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,647 - b177aa (stdout): copying src/_pytest/runner.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,647 - b177aa (stdout): copying src/_pytest/setuponly.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,647 - b177aa (stdout): copying src/_pytest/setupplan.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,647 - b177aa (stdout): copying src/_pytest/skipping.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,647 - b177aa (stdout): copying src/_pytest/stepwise.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,648 - b177aa (stdout): copying src/_pytest/store.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,648 - b177aa (stdout): copying src/_pytest/terminal.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,648 - b177aa (stdout): copying src/_pytest/timing.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,648 - b177aa (stdout): copying src/_pytest/tmpdir.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,648 - b177aa (stdout): copying src/_pytest/unittest.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,648 - b177aa (stdout): copying src/_pytest/warning_types.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,648 - b177aa (stdout): copying src/_pytest/warnings.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,649 - b177aa (stdout): creating /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/_code
+2020-11-22 19:04:17,649 - b177aa (stdout): copying src/_pytest/_code/__init__.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/_code
+2020-11-22 19:04:17,649 - b177aa (stdout): copying src/_pytest/_code/code.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/_code
+2020-11-22 19:04:17,649 - b177aa (stdout): copying src/_pytest/_code/source.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/_code
+2020-11-22 19:04:17,649 - b177aa (stdout): creating /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/_io
+2020-11-22 19:04:17,649 - b177aa (stdout): copying src/_pytest/_io/__init__.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/_io
+2020-11-22 19:04:17,649 - b177aa (stdout): copying src/_pytest/_io/saferepr.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/_io
+2020-11-22 19:04:17,650 - b177aa (stdout): copying src/_pytest/_io/terminalwriter.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/_io
+2020-11-22 19:04:17,650 - b177aa (stdout): copying src/_pytest/_io/wcwidth.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/_io
+2020-11-22 19:04:17,650 - b177aa (stdout): creating /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/assertion
+2020-11-22 19:04:17,650 - b177aa (stdout): copying src/_pytest/assertion/__init__.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/assertion
+2020-11-22 19:04:17,650 - b177aa (stdout): copying src/_pytest/assertion/rewrite.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/assertion
+2020-11-22 19:04:17,650 - b177aa (stdout): copying src/_pytest/assertion/truncate.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/assertion
+2020-11-22 19:04:17,650 - b177aa (stdout): copying src/_pytest/assertion/util.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/assertion
+2020-11-22 19:04:17,651 - b177aa (stdout): creating /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/config
+2020-11-22 19:04:17,651 - b177aa (stdout): copying src/_pytest/config/__init__.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/config
+2020-11-22 19:04:17,651 - b177aa (stdout): copying src/_pytest/config/argparsing.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/config
+2020-11-22 19:04:17,651 - b177aa (stdout): copying src/_pytest/config/exceptions.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/config
+2020-11-22 19:04:17,651 - b177aa (stdout): copying src/_pytest/config/findpaths.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/config
+2020-11-22 19:04:17,651 - b177aa (stdout): creating /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/mark
+2020-11-22 19:04:17,651 - b177aa (stdout): copying src/_pytest/mark/__init__.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/mark
+2020-11-22 19:04:17,652 - b177aa (stdout): copying src/_pytest/mark/expression.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/mark
+2020-11-22 19:04:17,652 - b177aa (stdout): copying src/_pytest/mark/structures.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/mark
+2020-11-22 19:04:17,652 - b177aa (stdout): creating /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/pytest
+2020-11-22 19:04:17,652 - b177aa (stdout): copying src/pytest/__init__.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/pytest
+2020-11-22 19:04:17,652 - b177aa (stdout): copying src/pytest/__main__.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/pytest
+2020-11-22 19:04:17,652 - b177aa (stdout): copying src/pytest/collect.py -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/pytest
+2020-11-22 19:04:17,653 - b177aa (stdout): copying src/_pytest/py.typed -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest
+2020-11-22 19:04:17,653 - b177aa (stdout): copying src/pytest/py.typed -> /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/pytest
+2020-11-22 19:04:17,654 - b177aa (stdout): warning: build_py: byte-compiling is disabled, skipping.
+2020-11-22 19:04:17,654 - b177aa (stdout):
+2020-11-22 19:04:17,669 - b177aa (stdout): >>> Source compiled.
+2020-11-22 19:04:17,788 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:17,842 - b177aa (stdout): * Skipping make test/check due to ebuild restriction.
+2020-11-22 19:04:17,842 - b177aa (stdout): >>> Test phase [disabled because of RESTRICT=test]: dev-python/pytest-6.1.2
+2020-11-22 19:04:17,972 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:18,034 - b177aa (stdout):
+2020-11-22 19:04:18,034 - b177aa (stdout): >>> Install dev-python/pytest-6.1.2 into /var/tmp/portage/dev-python/pytest-6.1.2/image
+2020-11-22 19:04:18,045 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install
+2020-11-22 19:04:18,073 - b177aa (stdout): python3.7 setup.py install --skip-build --root=/var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7
+2020-11-22 19:04:18,233 - b177aa (stdout): running install
+2020-11-22 19:04:18,234 - b177aa (stdout): running install_lib
+2020-11-22 19:04:18,235 - b177aa (stdout): creating /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7
+2020-11-22 19:04:18,235 - b177aa (stdout): creating /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr
+2020-11-22 19:04:18,235 - b177aa (stdout): creating /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib
+2020-11-22 19:04:18,235 - b177aa (stdout): creating /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7
+2020-11-22 19:04:18,235 - b177aa (stdout): creating /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages
+2020-11-22 19:04:18,235 - b177aa (stdout): creating /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,236 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/__init__.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,236 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/_argcomplete.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,236 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/_version.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,236 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/cacheprovider.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,236 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/capture.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,236 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/compat.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,236 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/debugging.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,236 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/deprecated.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,236 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/doctest.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,236 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/faulthandler.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,236 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/fixtures.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,237 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/freeze_support.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,237 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/helpconfig.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,237 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/hookspec.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,237 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/junitxml.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,237 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/logging.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,237 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/main.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,237 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/monkeypatch.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,237 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/nodes.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,237 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/nose.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,238 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/outcomes.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,238 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/pastebin.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,238 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/pathlib.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,238 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/pytester.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,238 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/python.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,238 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/python_api.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,238 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/recwarn.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,238 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/reports.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,238 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/runner.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,238 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/setuponly.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,239 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/setupplan.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,239 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/skipping.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,239 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/stepwise.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,239 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/store.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,239 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/terminal.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,239 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/timing.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,239 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/tmpdir.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,239 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/unittest.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,239 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/warning_types.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,239 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/warnings.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,240 - b177aa (stdout): creating /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/_code
+2020-11-22 19:04:18,240 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/_code/__init__.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/_code
+2020-11-22 19:04:18,240 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/_code/code.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/_code
+2020-11-22 19:04:18,240 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/_code/source.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/_code
+2020-11-22 19:04:18,240 - b177aa (stdout): creating /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/_io
+2020-11-22 19:04:18,240 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/_io/__init__.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/_io
+2020-11-22 19:04:18,240 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/_io/saferepr.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/_io
+2020-11-22 19:04:18,240 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/_io/terminalwriter.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/_io
+2020-11-22 19:04:18,240 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/_io/wcwidth.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/_io
+2020-11-22 19:04:18,240 - b177aa (stdout): creating /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/assertion
+2020-11-22 19:04:18,240 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/assertion/__init__.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/assertion
+2020-11-22 19:04:18,241 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/assertion/rewrite.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/assertion
+2020-11-22 19:04:18,241 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/assertion/truncate.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/assertion
+2020-11-22 19:04:18,241 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/assertion/util.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/assertion
+2020-11-22 19:04:18,241 - b177aa (stdout): creating /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/config
+2020-11-22 19:04:18,241 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/config/__init__.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/config
+2020-11-22 19:04:18,241 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/config/argparsing.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/config
+2020-11-22 19:04:18,241 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/config/exceptions.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/config
+2020-11-22 19:04:18,241 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/config/findpaths.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/config
+2020-11-22 19:04:18,241 - b177aa (stdout): creating /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/mark
+2020-11-22 19:04:18,241 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/mark/__init__.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/mark
+2020-11-22 19:04:18,242 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/mark/expression.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/mark
+2020-11-22 19:04:18,242 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/mark/structures.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/mark
+2020-11-22 19:04:18,242 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/_pytest/py.typed -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest
+2020-11-22 19:04:18,242 - b177aa (stdout): creating /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/pytest
+2020-11-22 19:04:18,242 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/pytest/__init__.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/pytest
+2020-11-22 19:04:18,242 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/pytest/__main__.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/pytest
+2020-11-22 19:04:18,242 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/pytest/collect.py -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/pytest
+2020-11-22 19:04:18,242 - b177aa (stdout): copying /var/tmp/portage/dev-python/pytest-6.1.2/work/pytest-6.1.2-python3_7/lib/pytest/py.typed -> /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/pytest
+2020-11-22 19:04:18,243 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:04:18,243 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/_argcomplete.py to _argcomplete.cpython-37.pyc
+2020-11-22 19:04:18,244 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/_version.py to _version.cpython-37.pyc
+2020-11-22 19:04:18,244 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/cacheprovider.py to cacheprovider.cpython-37.pyc
+2020-11-22 19:04:18,247 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/capture.py to capture.cpython-37.pyc
+2020-11-22 19:04:18,251 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/compat.py to compat.cpython-37.pyc
+2020-11-22 19:04:18,252 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/debugging.py to debugging.cpython-37.pyc
+2020-11-22 19:04:18,254 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/deprecated.py to deprecated.cpython-37.pyc
+2020-11-22 19:04:18,254 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/doctest.py to doctest.cpython-37.pyc
+2020-11-22 19:04:18,258 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/faulthandler.py to faulthandler.cpython-37.pyc
+2020-11-22 19:04:18,258 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/fixtures.py to fixtures.cpython-37.pyc
+2020-11-22 19:04:18,265 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/freeze_support.py to freeze_support.cpython-37.pyc
+2020-11-22 19:04:18,266 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/helpconfig.py to helpconfig.cpython-37.pyc
+2020-11-22 19:04:18,267 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/hookspec.py to hookspec.cpython-37.pyc
+2020-11-22 19:04:18,268 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/junitxml.py to junitxml.cpython-37.pyc
+2020-11-22 19:04:18,271 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/logging.py to logging.cpython-37.pyc
+2020-11-22 19:04:18,274 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/main.py to main.cpython-37.pyc
+2020-11-22 19:04:18,278 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/monkeypatch.py to monkeypatch.cpython-37.pyc
+2020-11-22 19:04:18,280 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/nodes.py to nodes.cpython-37.pyc
+2020-11-22 19:04:18,282 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/nose.py to nose.cpython-37.pyc
+2020-11-22 19:04:18,283 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/outcomes.py to outcomes.cpython-37.pyc
+2020-11-22 19:04:18,283 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/pastebin.py to pastebin.cpython-37.pyc
+2020-11-22 19:04:18,284 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/pathlib.py to pathlib.cpython-37.pyc
+2020-11-22 19:04:18,287 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/pytester.py to pytester.cpython-37.pyc
+2020-11-22 19:04:18,293 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/python.py to python.cpython-37.pyc
+2020-11-22 19:04:18,301 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/python_api.py to python_api.cpython-37.pyc
+2020-11-22 19:04:18,303 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/recwarn.py to recwarn.cpython-37.pyc
+2020-11-22 19:04:18,304 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/reports.py to reports.cpython-37.pyc
+2020-11-22 19:04:18,306 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/runner.py to runner.cpython-37.pyc
+2020-11-22 19:04:18,308 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/setuponly.py to setuponly.cpython-37.pyc
+2020-11-22 19:04:18,309 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/setupplan.py to setupplan.cpython-37.pyc
+2020-11-22 19:04:18,309 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/skipping.py to skipping.cpython-37.pyc
+2020-11-22 19:04:18,311 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/stepwise.py to stepwise.cpython-37.pyc
+2020-11-22 19:04:18,312 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/store.py to store.cpython-37.pyc
+2020-11-22 19:04:18,312 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/terminal.py to terminal.cpython-37.pyc
+2020-11-22 19:04:18,323 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/timing.py to timing.cpython-37.pyc
+2020-11-22 19:04:18,323 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/tmpdir.py to tmpdir.cpython-37.pyc
+2020-11-22 19:04:18,324 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/unittest.py to unittest.cpython-37.pyc
+2020-11-22 19:04:18,327 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/warning_types.py to warning_types.cpython-37.pyc
+2020-11-22 19:04:18,328 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/warnings.py to warnings.cpython-37.pyc
+2020-11-22 19:04:18,329 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/_code/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:04:18,329 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/_code/code.py to code.cpython-37.pyc
+2020-11-22 19:04:18,337 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/_code/source.py to source.cpython-37.pyc
+2020-11-22 19:04:18,338 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/_io/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:04:18,338 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/_io/saferepr.py to saferepr.cpython-37.pyc
+2020-11-22 19:04:18,339 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/_io/terminalwriter.py to terminalwriter.cpython-37.pyc
+2020-11-22 19:04:18,340 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/_io/wcwidth.py to wcwidth.cpython-37.pyc
+2020-11-22 19:04:18,340 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/assertion/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:04:18,341 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/assertion/rewrite.py to rewrite.cpython-37.pyc
+2020-11-22 19:04:18,347 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/assertion/truncate.py to truncate.cpython-37.pyc
+2020-11-22 19:04:18,347 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/assertion/util.py to util.cpython-37.pyc
+2020-11-22 19:04:18,350 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/config/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:04:18,356 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/config/argparsing.py to argparsing.cpython-37.pyc
+2020-11-22 19:04:18,359 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/config/exceptions.py to exceptions.cpython-37.pyc
+2020-11-22 19:04:18,359 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/config/findpaths.py to findpaths.cpython-37.pyc
+2020-11-22 19:04:18,360 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/mark/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:04:18,361 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/mark/expression.py to expression.cpython-37.pyc
+2020-11-22 19:04:18,362 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/_pytest/mark/structures.py to structures.cpython-37.pyc
+2020-11-22 19:04:18,365 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/pytest/__init__.py to __init__.cpython-37.pyc
+2020-11-22 19:04:18,365 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/pytest/__main__.py to __main__.cpython-37.pyc
+2020-11-22 19:04:18,366 - b177aa (stdout): byte-compiling /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/pytest/collect.py to collect.cpython-37.pyc
+2020-11-22 19:04:18,366 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/pytest-6.1.2/temp/tmpy73gs53j.py'
+2020-11-22 19:04:18,366 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/pytest-6.1.2/temp/tmpy73gs53j.py
+2020-11-22 19:04:18,506 - b177aa (stdout): removing /var/tmp/portage/dev-python/pytest-6.1.2/temp/tmpy73gs53j.py
+2020-11-22 19:04:18,507 - b177aa (stdout): writing byte-compilation script '/var/tmp/portage/dev-python/pytest-6.1.2/temp/tmpju4rpiyn.py'
+2020-11-22 19:04:18,507 - b177aa (stdout): /usr/bin/python3.7 /var/tmp/portage/dev-python/pytest-6.1.2/temp/tmpju4rpiyn.py
+2020-11-22 19:04:18,649 - b177aa (stdout): removing /var/tmp/portage/dev-python/pytest-6.1.2/temp/tmpju4rpiyn.py
+2020-11-22 19:04:18,649 - b177aa (stdout): running install_egg_info
+2020-11-22 19:04:18,654 - b177aa (stdout): running egg_info
+2020-11-22 19:04:18,654 - b177aa (stdout): writing src/pytest.egg-info/PKG-INFO
+2020-11-22 19:04:18,655 - b177aa (stdout): writing dependency_links to src/pytest.egg-info/dependency_links.txt
+2020-11-22 19:04:18,655 - b177aa (stdout): writing entry points to src/pytest.egg-info/entry_points.txt
+2020-11-22 19:04:18,655 - b177aa (stdout): writing requirements to src/pytest.egg-info/requires.txt
+2020-11-22 19:04:18,655 - b177aa (stdout): writing top-level names to src/pytest.egg-info/top_level.txt
+2020-11-22 19:04:18,673 - b177aa (stdout): reading manifest file 'src/pytest.egg-info/SOURCES.txt'
+2020-11-22 19:04:18,680 - b177aa (stdout): writing manifest file 'src/pytest.egg-info/SOURCES.txt'
+2020-11-22 19:04:18,680 - b177aa (stdout): Copying src/pytest.egg-info to /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python3.7/site-packages/pytest-6.1.2-py3.7.egg-info
+2020-11-22 19:04:18,681 - b177aa (stdout): running install_scripts
+2020-11-22 19:04:18,696 - b177aa (stdout): Installing py.test script to /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python-exec/python3.7
+2020-11-22 19:04:18,696 - b177aa (stdout): Installing pytest script to /var/tmp/portage/dev-python/pytest-6.1.2/image/_python3.7/usr/lib/python-exec/python3.7
+2020-11-22 19:04:19,329 - b177aa (stdout): * Using python3.7 in global scope
+2020-11-22 19:04:19,341 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_install_all
+2020-11-22 19:04:19,864 - b177aa (stdout): >>> Completed installing dev-python/pytest-6.1.2 into /var/tmp/portage/dev-python/pytest-6.1.2/image
+2020-11-22 19:04:19,864 - b177aa (stdout):
+2020-11-22 19:04:19,872 - b177aa (stdout): * Final size of build directory: 6168 KiB (6.0 MiB)
+2020-11-22 19:04:19,876 - b177aa (stdout): * Final size of installed tree: 3796 KiB (3.7 MiB)
+2020-11-22 19:04:19,876 - b177aa (stdout):
+2020-11-22 19:04:20,431 - b177aa (stdout): * Verifying compiled files in /usr/lib/python3.7/site-packages
+2020-11-22 19:04:20,705 - b177aa (stdout):
+2020-11-22 19:04:20,705 - b177aa (stdout): >>> Installing (17 of 18) dev-python/pytest-6.1.2::gentoo
+2020-11-22 19:04:20,730 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:20,998 - b177aa (stdout): * checking 259 files for package collisions
+2020-11-22 19:04:21,018 - b177aa (stdout): >>> Merging dev-python/pytest-6.1.2 to /
+2020-11-22 19:04:21,280 - b177aa (stdout): --- /usr/
+2020-11-22 19:04:21,280 - b177aa (stdout): --- /usr/share/
+2020-11-22 19:04:21,280 - b177aa (stdout): --- /usr/share/doc/
+2020-11-22 19:04:21,280 - b177aa (stdout): >>> /usr/share/doc/pytest-6.1.2/
+2020-11-22 19:04:21,281 - b177aa (stdout): >>> /usr/share/doc/pytest-6.1.2/AUTHORS.bz2
+2020-11-22 19:04:21,282 - b177aa (stdout): >>> /usr/share/doc/pytest-6.1.2/README.rst.bz2
+2020-11-22 19:04:21,282 - b177aa (stdout): --- /usr/bin/
+2020-11-22 19:04:21,282 - b177aa (stdout): >>> /usr/bin/pytest -> ../lib/python-exec/python-exec2
+2020-11-22 19:04:21,282 - b177aa (stdout): >>> /usr/bin/py.test -> ../lib/python-exec/python-exec2
+2020-11-22 19:04:21,282 - b177aa (stdout): --- /usr/lib/
+2020-11-22 19:04:21,283 - b177aa (stdout): --- /usr/lib/python-exec/
+2020-11-22 19:04:21,283 - b177aa (stdout): --- /usr/lib/python-exec/python3.7/
+2020-11-22 19:04:21,283 - b177aa (stdout): >>> /usr/lib/python-exec/python3.7/pytest
+2020-11-22 19:04:21,283 - b177aa (stdout): >>> /usr/lib/python-exec/python3.7/py.test
+2020-11-22 19:04:21,283 - b177aa (stdout): --- /usr/lib/python3.7/
+2020-11-22 19:04:21,283 - b177aa (stdout): --- /usr/lib/python3.7/site-packages/
+2020-11-22 19:04:21,284 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pytest-6.1.2-py3.7.egg-info/
+2020-11-22 19:04:21,284 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pytest-6.1.2-py3.7.egg-info/top_level.txt
+2020-11-22 19:04:21,284 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pytest-6.1.2-py3.7.egg-info/requires.txt
+2020-11-22 19:04:21,284 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pytest-6.1.2-py3.7.egg-info/not-zip-safe
+2020-11-22 19:04:21,284 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pytest-6.1.2-py3.7.egg-info/entry_points.txt
+2020-11-22 19:04:21,285 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pytest-6.1.2-py3.7.egg-info/dependency_links.txt
+2020-11-22 19:04:21,285 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pytest-6.1.2-py3.7.egg-info/SOURCES.txt
+2020-11-22 19:04:21,285 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pytest-6.1.2-py3.7.egg-info/PKG-INFO
+2020-11-22 19:04:21,285 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pytest/
+2020-11-22 19:04:21,285 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pytest/__pycache__/
+2020-11-22 19:04:21,285 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pytest/__pycache__/collect.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,285 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pytest/__pycache__/__main__.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,286 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pytest/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,286 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pytest/__pycache__/collect.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,286 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pytest/__pycache__/__main__.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,286 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pytest/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,286 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pytest/__pycache__/collect.cpython-37.pyc
+2020-11-22 19:04:21,286 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pytest/__pycache__/__main__.cpython-37.pyc
+2020-11-22 19:04:21,287 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pytest/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:04:21,287 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pytest/py.typed
+2020-11-22 19:04:21,287 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pytest/collect.py
+2020-11-22 19:04:21,287 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pytest/__main__.py
+2020-11-22 19:04:21,287 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/pytest/__init__.py
+2020-11-22 19:04:21,287 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/
+2020-11-22 19:04:21,288 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/
+2020-11-22 19:04:21,289 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/warnings.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,289 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/warning_types.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,289 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/unittest.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,289 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/tmpdir.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,289 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/timing.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,290 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/terminal.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,290 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/store.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,290 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/stepwise.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,290 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/skipping.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,290 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/setupplan.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,290 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/setuponly.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,290 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/runner.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,291 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/reports.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,291 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/recwarn.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,291 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/python_api.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,291 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/python.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,292 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/pytester.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,292 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/pathlib.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,292 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/pastebin.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,292 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/outcomes.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,292 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/nose.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,292 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/nodes.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,293 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/monkeypatch.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,293 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/main.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,293 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/logging.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,294 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/junitxml.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,294 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/hookspec.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,294 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/helpconfig.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,294 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/freeze_support.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,294 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/fixtures.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,294 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/faulthandler.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,294 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/doctest.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,295 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/deprecated.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,295 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/debugging.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,295 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/compat.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,295 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/capture.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,295 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/cacheprovider.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,295 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/_version.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,296 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/_argcomplete.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,296 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,296 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/warnings.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,296 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/warning_types.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,296 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/unittest.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,297 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/tmpdir.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,297 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/timing.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,297 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/terminal.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,297 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/store.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,297 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/stepwise.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,297 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/skipping.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,298 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/setupplan.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,298 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/setuponly.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,298 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/runner.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,298 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/reports.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,298 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/recwarn.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,299 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/python_api.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,299 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/python.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,299 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/pytester.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,299 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/pathlib.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,299 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/pastebin.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,300 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/outcomes.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,300 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/nose.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,300 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/nodes.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,300 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/monkeypatch.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,300 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/main.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,301 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/logging.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,301 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/junitxml.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,301 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/hookspec.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,301 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/helpconfig.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,301 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/freeze_support.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,302 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/fixtures.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,302 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/faulthandler.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,302 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/doctest.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,302 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/deprecated.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,302 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/debugging.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,303 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/compat.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,303 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/capture.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,303 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/cacheprovider.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,303 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/_version.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,303 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/_argcomplete.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,304 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,304 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/warnings.cpython-37.pyc
+2020-11-22 19:04:21,304 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/warning_types.cpython-37.pyc
+2020-11-22 19:04:21,304 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/unittest.cpython-37.pyc
+2020-11-22 19:04:21,304 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/tmpdir.cpython-37.pyc
+2020-11-22 19:04:21,304 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/timing.cpython-37.pyc
+2020-11-22 19:04:21,304 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/terminal.cpython-37.pyc
+2020-11-22 19:04:21,305 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/store.cpython-37.pyc
+2020-11-22 19:04:21,305 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/stepwise.cpython-37.pyc
+2020-11-22 19:04:21,305 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/skipping.cpython-37.pyc
+2020-11-22 19:04:21,305 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/setupplan.cpython-37.pyc
+2020-11-22 19:04:21,305 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/setuponly.cpython-37.pyc
+2020-11-22 19:04:21,306 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/runner.cpython-37.pyc
+2020-11-22 19:04:21,306 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/reports.cpython-37.pyc
+2020-11-22 19:04:21,306 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/recwarn.cpython-37.pyc
+2020-11-22 19:04:21,306 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/python_api.cpython-37.pyc
+2020-11-22 19:04:21,307 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/python.cpython-37.pyc
+2020-11-22 19:04:21,307 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/pytester.cpython-37.pyc
+2020-11-22 19:04:21,307 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/pathlib.cpython-37.pyc
+2020-11-22 19:04:21,307 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/pastebin.cpython-37.pyc
+2020-11-22 19:04:21,308 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/outcomes.cpython-37.pyc
+2020-11-22 19:04:21,308 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/nose.cpython-37.pyc
+2020-11-22 19:04:21,308 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/nodes.cpython-37.pyc
+2020-11-22 19:04:21,308 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/monkeypatch.cpython-37.pyc
+2020-11-22 19:04:21,308 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/main.cpython-37.pyc
+2020-11-22 19:04:21,308 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/logging.cpython-37.pyc
+2020-11-22 19:04:21,309 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/junitxml.cpython-37.pyc
+2020-11-22 19:04:21,309 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/hookspec.cpython-37.pyc
+2020-11-22 19:04:21,309 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/helpconfig.cpython-37.pyc
+2020-11-22 19:04:21,309 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/freeze_support.cpython-37.pyc
+2020-11-22 19:04:21,309 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/fixtures.cpython-37.pyc
+2020-11-22 19:04:21,309 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/faulthandler.cpython-37.pyc
+2020-11-22 19:04:21,310 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/doctest.cpython-37.pyc
+2020-11-22 19:04:21,310 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/deprecated.cpython-37.pyc
+2020-11-22 19:04:21,310 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/debugging.cpython-37.pyc
+2020-11-22 19:04:21,310 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/compat.cpython-37.pyc
+2020-11-22 19:04:21,310 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/capture.cpython-37.pyc
+2020-11-22 19:04:21,311 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/cacheprovider.cpython-37.pyc
+2020-11-22 19:04:21,311 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/_version.cpython-37.pyc
+2020-11-22 19:04:21,311 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/_argcomplete.cpython-37.pyc
+2020-11-22 19:04:21,311 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:04:21,312 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/py.typed
+2020-11-22 19:04:21,312 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/mark/
+2020-11-22 19:04:21,312 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/mark/__pycache__/
+2020-11-22 19:04:21,312 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/mark/__pycache__/structures.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,312 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/mark/__pycache__/expression.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,312 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/mark/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,313 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/mark/__pycache__/structures.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,313 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/mark/__pycache__/expression.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,313 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/mark/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,313 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/mark/__pycache__/structures.cpython-37.pyc
+2020-11-22 19:04:21,313 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/mark/__pycache__/expression.cpython-37.pyc
+2020-11-22 19:04:21,313 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/mark/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:04:21,314 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/mark/structures.py
+2020-11-22 19:04:21,314 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/mark/expression.py
+2020-11-22 19:04:21,314 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/mark/__init__.py
+2020-11-22 19:04:21,314 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/config/
+2020-11-22 19:04:21,314 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/config/__pycache__/
+2020-11-22 19:04:21,314 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/config/__pycache__/findpaths.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,315 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/config/__pycache__/exceptions.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,315 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/config/__pycache__/argparsing.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,315 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/config/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,315 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/config/__pycache__/findpaths.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,315 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/config/__pycache__/exceptions.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,315 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/config/__pycache__/argparsing.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,316 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/config/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,316 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/config/__pycache__/findpaths.cpython-37.pyc
+2020-11-22 19:04:21,316 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/config/__pycache__/exceptions.cpython-37.pyc
+2020-11-22 19:04:21,316 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/config/__pycache__/argparsing.cpython-37.pyc
+2020-11-22 19:04:21,316 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/config/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:04:21,316 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/config/findpaths.py
+2020-11-22 19:04:21,316 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/config/exceptions.py
+2020-11-22 19:04:21,317 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/config/argparsing.py
+2020-11-22 19:04:21,317 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/config/__init__.py
+2020-11-22 19:04:21,317 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/assertion/
+2020-11-22 19:04:21,317 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/assertion/__pycache__/
+2020-11-22 19:04:21,317 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/assertion/__pycache__/util.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,318 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/assertion/__pycache__/truncate.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,318 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/assertion/__pycache__/rewrite.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,318 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/assertion/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,318 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/assertion/__pycache__/util.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,318 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/assertion/__pycache__/truncate.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,318 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/assertion/__pycache__/rewrite.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,319 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/assertion/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,319 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/assertion/__pycache__/util.cpython-37.pyc
+2020-11-22 19:04:21,319 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/assertion/__pycache__/truncate.cpython-37.pyc
+2020-11-22 19:04:21,319 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/assertion/__pycache__/rewrite.cpython-37.pyc
+2020-11-22 19:04:21,319 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/assertion/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:04:21,320 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/assertion/util.py
+2020-11-22 19:04:21,320 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/assertion/truncate.py
+2020-11-22 19:04:21,320 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/assertion/rewrite.py
+2020-11-22 19:04:21,320 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/assertion/__init__.py
+2020-11-22 19:04:21,320 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_io/
+2020-11-22 19:04:21,320 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_io/__pycache__/
+2020-11-22 19:04:21,321 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_io/__pycache__/wcwidth.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,321 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_io/__pycache__/terminalwriter.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,321 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_io/__pycache__/saferepr.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,321 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_io/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,321 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_io/__pycache__/wcwidth.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,321 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_io/__pycache__/terminalwriter.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,321 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_io/__pycache__/saferepr.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,322 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_io/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,322 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_io/__pycache__/wcwidth.cpython-37.pyc
+2020-11-22 19:04:21,322 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_io/__pycache__/terminalwriter.cpython-37.pyc
+2020-11-22 19:04:21,322 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_io/__pycache__/saferepr.cpython-37.pyc
+2020-11-22 19:04:21,322 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_io/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:04:21,322 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_io/wcwidth.py
+2020-11-22 19:04:21,323 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_io/terminalwriter.py
+2020-11-22 19:04:21,323 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_io/saferepr.py
+2020-11-22 19:04:21,323 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_io/__init__.py
+2020-11-22 19:04:21,323 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_code/
+2020-11-22 19:04:21,323 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_code/__pycache__/
+2020-11-22 19:04:21,323 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_code/__pycache__/source.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,324 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_code/__pycache__/code.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,324 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_code/__pycache__/__init__.cpython-37.opt-2.pyc
+2020-11-22 19:04:21,324 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_code/__pycache__/source.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,324 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_code/__pycache__/code.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,324 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_code/__pycache__/__init__.cpython-37.opt-1.pyc
+2020-11-22 19:04:21,325 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_code/__pycache__/source.cpython-37.pyc
+2020-11-22 19:04:21,325 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_code/__pycache__/code.cpython-37.pyc
+2020-11-22 19:04:21,325 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_code/__pycache__/__init__.cpython-37.pyc
+2020-11-22 19:04:21,325 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_code/source.py
+2020-11-22 19:04:21,325 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_code/code.py
+2020-11-22 19:04:21,326 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_code/__init__.py
+2020-11-22 19:04:21,326 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/warnings.py
+2020-11-22 19:04:21,326 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/warning_types.py
+2020-11-22 19:04:21,326 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/unittest.py
+2020-11-22 19:04:21,326 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/tmpdir.py
+2020-11-22 19:04:21,326 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/timing.py
+2020-11-22 19:04:21,327 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/terminal.py
+2020-11-22 19:04:21,327 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/store.py
+2020-11-22 19:04:21,327 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/stepwise.py
+2020-11-22 19:04:21,327 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/skipping.py
+2020-11-22 19:04:21,327 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/setupplan.py
+2020-11-22 19:04:21,328 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/setuponly.py
+2020-11-22 19:04:21,328 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/runner.py
+2020-11-22 19:04:21,329 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/reports.py
+2020-11-22 19:04:21,329 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/recwarn.py
+2020-11-22 19:04:21,329 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/python_api.py
+2020-11-22 19:04:21,329 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/python.py
+2020-11-22 19:04:21,329 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/pytester.py
+2020-11-22 19:04:21,329 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/pathlib.py
+2020-11-22 19:04:21,329 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/pastebin.py
+2020-11-22 19:04:21,329 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/outcomes.py
+2020-11-22 19:04:21,330 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/nose.py
+2020-11-22 19:04:21,330 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/nodes.py
+2020-11-22 19:04:21,330 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/monkeypatch.py
+2020-11-22 19:04:21,330 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/main.py
+2020-11-22 19:04:21,331 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/logging.py
+2020-11-22 19:04:21,331 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/junitxml.py
+2020-11-22 19:04:21,331 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/hookspec.py
+2020-11-22 19:04:21,331 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/helpconfig.py
+2020-11-22 19:04:21,331 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/freeze_support.py
+2020-11-22 19:04:21,332 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/fixtures.py
+2020-11-22 19:04:21,332 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/faulthandler.py
+2020-11-22 19:04:21,332 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/doctest.py
+2020-11-22 19:04:21,332 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/deprecated.py
+2020-11-22 19:04:21,332 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/debugging.py
+2020-11-22 19:04:21,333 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/compat.py
+2020-11-22 19:04:21,333 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/capture.py
+2020-11-22 19:04:21,333 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/cacheprovider.py
+2020-11-22 19:04:21,333 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_version.py
+2020-11-22 19:04:21,333 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/_argcomplete.py
+2020-11-22 19:04:21,334 - b177aa (stdout): >>> /usr/lib/python3.7/site-packages/_pytest/__init__.py
+2020-11-22 19:04:21,720 - b177aa (stdout): >>> dev-python/pytest-6.1.2 merged.
+2020-11-22 19:04:28,185 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:28,257 - b177aa (stdout):
+2020-11-22 19:04:28,257 - b177aa (stdout): >>> Emerging (18 of 18) app-text/lizard-1.17.7::guru
+2020-11-22 19:04:28,269 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:28,321 - b177aa (stdout): * lizard-1.17.7.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
+2020-11-22 19:04:28,575 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:28,631 - b177aa (stdout): >>> Unpacking source...
+2020-11-22 19:04:28,631 - b177aa (stdout): >>> Unpacking lizard-1.17.7.tar.gz to /var/tmp/portage/app-text/lizard-1.17.7/work
+2020-11-22 19:04:28,705 - b177aa (stdout): >>> Source unpacked in /var/tmp/portage/app-text/lizard-1.17.7/work
+2020-11-22 19:04:28,823 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:28,880 - b177aa (stdout): >>> Preparing source in /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7 ...
+2020-11-22 19:04:28,884 - b177aa (stdout): >>> Source prepared.
+2020-11-22 19:04:29,004 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:29,059 - b177aa (stdout): >>> Configuring source in /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7 ...
+2020-11-22 19:04:29,062 - b177aa (stdout): >>> Source configured.
+2020-11-22 19:04:29,180 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:29,237 - b177aa (stdout): >>> Compiling source in /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7 ...
+2020-11-22 19:04:29,247 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_compile
+2020-11-22 19:04:29,286 - b177aa (stdout): python3.7 setup.py build -j 8
+2020-11-22 19:04:29,414 - b177aa (stdout): running build
+2020-11-22 19:04:29,414 - b177aa (stdout): running build_py
+2020-11-22 19:04:29,427 - b177aa (stdout): copying lizard.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib
+2020-11-22 19:04:29,428 - b177aa (stdout): creating /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,428 - b177aa (stdout): copying lizard_ext/__init__.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,428 - b177aa (stdout): copying lizard_ext/auto_open.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,428 - b177aa (stdout): copying lizard_ext/csvoutput.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,428 - b177aa (stdout): copying lizard_ext/default_ordered_dict.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,428 - b177aa (stdout): copying lizard_ext/extension_base.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,428 - b177aa (stdout): copying lizard_ext/htmloutput.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,428 - b177aa (stdout): copying lizard_ext/keywords.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,429 - b177aa (stdout): copying lizard_ext/lizardboolcount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,429 - b177aa (stdout): copying lizard_ext/lizardcomplextags.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,429 - b177aa (stdout): copying lizard_ext/lizardcpre.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,429 - b177aa (stdout): copying lizard_ext/lizarddependencycount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,429 - b177aa (stdout): copying lizard_ext/lizarddumpcomments.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,429 - b177aa (stdout): copying lizard_ext/lizardduplicate.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,429 - b177aa (stdout): copying lizard_ext/lizardduplicated_param_list.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,429 - b177aa (stdout): copying lizard_ext/lizardexitcount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,430 - b177aa (stdout): copying lizard_ext/lizardgotocount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,430 - b177aa (stdout): copying lizard_ext/lizardignoreassert.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,430 - b177aa (stdout): copying lizard_ext/lizardio.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,430 - b177aa (stdout): copying lizard_ext/lizardmccabe.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,430 - b177aa (stdout): copying lizard_ext/lizardmodified.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,430 - b177aa (stdout): copying lizard_ext/lizardnd.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,430 - b177aa (stdout): copying lizard_ext/lizardnonstrict.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,430 - b177aa (stdout): copying lizard_ext/lizardns.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,431 - b177aa (stdout): copying lizard_ext/lizardoutside.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,431 - b177aa (stdout): copying lizard_ext/lizardstatementcount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,431 - b177aa (stdout): copying lizard_ext/lizardwordcount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,431 - b177aa (stdout): copying lizard_ext/version.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,431 - b177aa (stdout): copying lizard_ext/xmloutput.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:29,431 - b177aa (stdout): creating /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:29,432 - b177aa (stdout): copying lizard_languages/__init__.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:29,432 - b177aa (stdout): copying lizard_languages/clike.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:29,432 - b177aa (stdout): copying lizard_languages/code_reader.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:29,432 - b177aa (stdout): copying lizard_languages/csharp.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:29,432 - b177aa (stdout): copying lizard_languages/gdscript.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:29,432 - b177aa (stdout): copying lizard_languages/go.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:29,432 - b177aa (stdout): copying lizard_languages/golike.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:29,432 - b177aa (stdout): copying lizard_languages/java.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:29,433 - b177aa (stdout): copying lizard_languages/javascript.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:29,433 - b177aa (stdout): copying lizard_languages/js_style_language_states.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:29,433 - b177aa (stdout): copying lizard_languages/js_style_regex_expression.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:29,433 - b177aa (stdout): copying lizard_languages/lua.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:29,433 - b177aa (stdout): copying lizard_languages/objc.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:29,433 - b177aa (stdout): copying lizard_languages/php.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:29,433 - b177aa (stdout): copying lizard_languages/python.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:29,433 - b177aa (stdout): copying lizard_languages/ruby.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:29,434 - b177aa (stdout): copying lizard_languages/rubylike.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:29,434 - b177aa (stdout): copying lizard_languages/rust.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:29,434 - b177aa (stdout): copying lizard_languages/scala.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:29,434 - b177aa (stdout): copying lizard_languages/script_language.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:29,434 - b177aa (stdout): copying lizard_languages/swift.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:29,434 - b177aa (stdout): copying lizard_languages/tnsdl.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:29,434 - b177aa (stdout): copying lizard_languages/ttcn.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:29,435 - b177aa (stdout): copying lizard_languages/typescript.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:29,436 - b177aa (stdout): warning: build_py: byte-compiling is disabled, skipping.
+2020-11-22 19:04:29,436 - b177aa (stdout):
+2020-11-22 19:04:29,450 - b177aa (stdout): >>> Source compiled.
+2020-11-22 19:04:29,569 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:29,622 - b177aa (stdout): >>> Test phase: app-text/lizard-1.17.7
+2020-11-22 19:04:29,632 - b177aa (stdout): * python3_7: running distutils-r1_run_phase python_test
+2020-11-22 19:04:30,007 - b177aa (stdout): ============================= test session starts ==============================
+2020-11-22 19:04:30,007 - b177aa (stdout): platform linux -- Python 3.7.8, pytest-6.1.2, py-1.9.0, pluggy-0.13.1 -- /usr/bin/python3.7
+2020-11-22 19:04:30,007 - b177aa (stdout): cachedir: .pytest_cache
+2020-11-22 19:04:30,007 - b177aa (stdout): rootdir: /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7, configfile: setup.cfg
+2020-11-22 19:04:30,474 - b177aa (stdout): collecting ... collected 686 items
+2020-11-22 19:04:30,474 - b177aa (stdout):
+2020-11-22 19:04:30,477 - b177aa (stdout): test/testApplication.py::TestApplication::testEmptyResult PASSED [ 0%]
+2020-11-22 19:04:30,482 - b177aa (stdout): test/testApplication.py::TestApplication::testFilesWithFunction PASSED [ 0%]
+2020-11-22 19:04:30,488 - b177aa (stdout): test/testApplication.py::IntegrationTests::test_exit_code PASSED [ 0%]
+2020-11-22 19:04:30,495 - b177aa (stdout): test/testApplication.py::IntegrationTests::test_exit_code_ignore_warnings PASSED [ 0%]
+2020-11-22 19:04:30,499 - b177aa (stdout): test/testApplication.py::IntegrationTests::test_using_modified_ccn PASSED [ 0%]
+2020-11-22 19:04:30,503 - b177aa (stdout): test/testApplication.py::IntegrationTests::test_using_the_WordCount_plugin PASSED [ 0%]
+2020-11-22 19:04:30,507 - b177aa (stdout): test/testApplication.py::IntegrationTests::test_with_preprocessor_counted_in_CCN PASSED [ 1%]
+2020-11-22 19:04:30,509 - b177aa (stdout): test/testAssertionExtension.py::TestAssertionExtension::test_assert_with_ternary_operator PASSED [ 1%]
+2020-11-22 19:04:30,510 - b177aa (stdout): test/testAssertionExtension.py::TestAssertionExtension::test_exclusion_of_assert PASSED [ 1%]
+2020-11-22 19:04:30,511 - b177aa (stdout): test/testAssertionExtension.py::TestAssertionExtension::test_exclusion_of_static_assert PASSED [ 1%]
+2020-11-22 19:04:30,513 - b177aa (stdout): test/testAssertionExtension.py::TestAssertionExtension::test_ignore_all_code_in_assert PASSED [ 1%]
+2020-11-22 19:04:30,515 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_include_is_counted_as_2 PASSED [ 1%]
+2020-11-22 19:04:30,516 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_include_with_lg_and_gg_is_counted_as_2 PASSED [ 1%]
+2020-11-22 19:04:30,517 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_non_function_tokens_are_counted PASSED [ 2%]
+2020-11-22 19:04:30,519 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_one_function_with_comments_only PASSED [ 2%]
+2020-11-22 19:04:30,520 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_one_function_with_content PASSED [ 2%]
+2020-11-22 19:04:30,521 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_one_function_with_no_token PASSED [ 2%]
+2020-11-22 19:04:30,522 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_one_function_with_one_token PASSED [ 2%]
+2020-11-22 19:04:30,524 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_last_line_without_return_should_be_counted_in_fileinfo PASSED [ 2%]
+2020-11-22 19:04:30,526 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_nloc PASSED [ 2%]
+2020-11-22 19:04:30,527 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_nloc2 PASSED [ 3%]
+2020-11-22 19:04:30,528 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_nloc_of_empty_function PASSED [ 3%]
+2020-11-22 19:04:30,529 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_nloc_with_comment_between_new_lines PASSED [ 3%]
+2020-11-22 19:04:30,531 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_nloc_with_new_line_in_comment PASSED [ 3%]
+2020-11-22 19:04:30,532 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_one_function_with_content PASSED [ 3%]
+2020-11-22 19:04:30,533 - b177aa (stdout): test/testBasicFunctionInfo.py::TestLOC::test_having_empty_line PASSED [ 3%]
+2020-11-22 19:04:30,535 - b177aa (stdout): test/testBasicFunctionInfo.py::TestLOC::test_having_empty_line_that_has_spaces PASSED [ 3%]
+2020-11-22 19:04:30,536 - b177aa (stdout): test/testBasicFunctionInfo.py::TestLOC::test_having_multiple_line_comments PASSED [ 4%]
+2020-11-22 19:04:30,537 - b177aa (stdout): test/testBasicFunctionInfo.py::TestLOC::test_newline_in_macro PASSED [ 4%]
+2020-11-22 19:04:30,539 - b177aa (stdout): test/testBasicFunctionInfo.py::TestFileNLOC::test_comment_should_not_count PASSED [ 4%]
+2020-11-22 19:04:30,540 - b177aa (stdout): test/testBasicFunctionInfo.py::TestFileNLOC::test_empty_file_should_has_0_nloc PASSED [ 4%]
+2020-11-22 19:04:30,541 - b177aa (stdout): test/testBasicFunctionInfo.py::TestFileNLOC::test_one_line_file_should_has_1_nloc PASSED [ 4%]
+2020-11-22 19:04:30,542 - b177aa (stdout): test/testBasicFunctionInfo.py::TestFileNLOC::test_one_line_file_with_newline_at_the_end_should_has_1_nloc PASSED [ 4%]
+2020-11-22 19:04:30,544 - b177aa (stdout): test/testBasicFunctionInfo.py::TestFileNLOC::test_two_one_line_file_should_has_2_nloc PASSED [ 4%]
+2020-11-22 19:04:30,545 - b177aa (stdout): test/testCOutsideComplexity.py::Test_complexity_in_c_marco::test_complexity_outside_should_be_counted PASSED [ 5%]
+2020-11-22 19:04:30,546 - b177aa (stdout): test/testCOutsideComplexity.py::Test_complexity_in_c_marco::test_complexity_outside_should_be_counted_when_there_is_function PASSED [ 5%]
+2020-11-22 19:04:30,548 - b177aa (stdout): test/testCOutsideComplexity.py::Test_complexity_in_c_marco::test_no_complexity_outside_function_global_cc_should_be_one PASSED [ 5%]
+2020-11-22 19:04:30,549 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_be_after_line_counter PASSED [ 5%]
+2020-11-22 19:04:30,550 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_handle_multiple_elifs PASSED [ 5%]
+2020-11-22 19:04:30,551 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_handle_nested_ifs PASSED [ 5%]
+2020-11-22 19:04:30,552 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_ignore_tokens_in_else PASSED [ 5%]
+2020-11-22 19:04:30,554 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_remove_preprocessor_tokens PASSED [ 6%]
+2020-11-22 19:04:30,555 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_repeat_tokens PASSED [ 6%]
+2020-11-22 19:04:30,556 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_work_only_for_clike_reader PASSED [ 6%]
+2020-11-22 19:04:30,557 - b177aa (stdout): test/testCPreprocessorExtension.py::Test_end_2_end::test_extension_in_user PASSED [ 6%]
+2020-11-22 19:04:30,559 - b177aa (stdout): test/testCPreprocessorExtension.py::Test_end_2_end::test_line_counting PASSED [ 6%]
+2020-11-22 19:04:30,560 - b177aa (stdout): test/testCommentOptions.py::TestCommentOptions::test_function_after_comment_option_should_not_be_forgiven PASSED [ 6%]
+2020-11-22 19:04:30,561 - b177aa (stdout): test/testCommentOptions.py::TestCommentOptions::test_function_with_comment_option_before_it_should_be_forgiven PASSED [ 6%]
+2020-11-22 19:04:30,563 - b177aa (stdout): test/testCommentOptions.py::TestCommentOptions::test_function_with_comment_option_should_be_forgiven PASSED [ 7%]
+2020-11-22 19:04:30,564 - b177aa (stdout): test/testCommentOptions.py::TestCommentOptions::test_generated_code_should_be_ignored PASSED [ 7%]
+2020-11-22 19:04:30,565 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[no condition-int fun() {}-ccn0] PASSED [ 7%]
+2020-11-22 19:04:30,567 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[one condition-int fun(){if(a){xx;}}-ccn1] PASSED [ 7%]
+2020-11-22 19:04:30,568 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[ternary operator-int fun(){return (a)?b:c;}-ccn2] PASSED [ 7%]
+2020-11-22 19:04:30,570 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[forever_loop-int fun(){for(;;){dosomething();}}-ccn3] PASSED [ 7%]
+2020-11-22 19:04:30,571 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[and operator-int fun(){if(a&&b){xx;}}-ccn4] PASSED [ 8%]
+2020-11-22 19:04:30,573 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[if-else-if-int fun(){if(a)b;else if (c) d;}-ccn5] PASSED [ 8%]
+2020-11-22 19:04:30,574 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[macro if-elif-int main(){\n #ifdef A\n #elif (defined E)\n #endif\n }-ccn6] PASSED [ 8%]
+2020-11-22 19:04:30,576 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[r-value reference in parameter-int make(Args&&... args){}-ccn7] PASSED [ 8%]
+2020-11-22 19:04:30,577 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[r-value reference in body-int f() {Args&& a=b;}-ccn8] PASSED [ 8%]
+2020-11-22 19:04:30,579 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[non r-value reference in body-int f() {a && b==c;}-ccn9] PASSED [ 8%]
+2020-11-22 19:04:30,580 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[typedef with r-value reference-int f() {typedef int&& rref;}-ccn10] PASSED [ 8%]
+2020-11-22 19:04:30,582 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[brace-less control structures-void c() {\n if (a > -1 && b>= 0 )\n if(a != 0)\n a = b;\n }-ccn11] PASSED [ 9%]
+2020-11-22 19:04:30,583 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[function ref qualifier-struct A { void foo() && { return bar() && baz(); } };-ccn12] PASSED [ 9%]
+2020-11-22 19:04:30,585 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[function const ref qualifier-struct A { void foo() const && { return bar() && baz(); } };-ccn13] PASSED [ 9%]
+2020-11-22 19:04:30,587 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[two functions-x c() {\n if (a && b) {}\n }\n x a() {\n inputs = c;\n }-ccn14] PASSED [ 9%]
+2020-11-22 19:04:30,588 - b177aa (stdout): test/testExtension.py::Test_mounting_extensions::test_should_append_extension_at_the_end_by_default PASSED [ 9%]
+2020-11-22 19:04:30,589 - b177aa (stdout): test/testExtension.py::Test_mounting_extensions::test_should_insert_extension_at_the_index_when_specified PASSED [ 9%]
+2020-11-22 19:04:30,590 - b177aa (stdout): test/testExtension.py::Test_using_extensions::test_should_generate_property_for_file_info PASSED [ 9%]
+2020-11-22 19:04:30,592 - b177aa (stdout): test/testExtension.py::Test_using_multiple_base_extensions::test_all_extension_simultaneously PASSED [ 10%]
+2020-11-22 19:04:30,594 - b177aa (stdout): test/testExtension.py::Test_using_multiple_base_extensions::test_reduce_func_in_lizardio PASSED [ 10%]
+2020-11-22 19:04:30,597 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_assigned_languages PASSED [ 10%]
+2020-11-22 19:04:30,599 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_duplicates PASSED [ 10%]
+2020-11-22 19:04:30,601 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_exclude_file_name PASSED [ 10%]
+2020-11-22 19:04:30,602 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_exclude_folder PASSED [ 10%]
+2020-11-22 19:04:30,604 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_exclude_folder_recursively PASSED [ 10%]
+2020-11-22 19:04:30,606 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_exclude_none_supported_files PASSED [ 11%]
+2020-11-22 19:04:30,607 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_explicit_file_names PASSED [ 11%]
+2020-11-22 19:04:30,609 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_fail_to_open_file_should_be_allowed PASSED [ 11%]
+2020-11-22 19:04:30,610 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_no_matching PASSED [ 11%]
+2020-11-22 19:04:30,613 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_nonduplicates PASSED [ 11%]
+2020-11-22 19:04:30,614 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_specific_filenames_should_not_be_excluded PASSED [ 11%]
+2020-11-22 19:04:30,615 - b177aa (stdout): test/testFunctionDependencyCount.py::TestFunctionDependencyCount::test_import_dependency PASSED [ 11%]
+2020-11-22 19:04:30,617 - b177aa (stdout): test/testFunctionDependencyCount.py::TestFunctionDependencyCount::test_no_return PASSED [ 12%]
+2020-11-22 19:04:30,619 - b177aa (stdout): test/testFunctionDependencyCount.py::TestFunctionDependencyCount::test_python_import_as PASSED [ 12%]
+2020-11-22 19:04:30,620 - b177aa (stdout): test/testFunctionExitCount.py::TestFunctionExitCount::test_no_return_should_count_as_1 PASSED [ 12%]
+2020-11-22 19:04:30,622 - b177aa (stdout): test/testFunctionExitCount.py::TestFunctionExitCount::test_one_return_should_count_as_1 PASSED [ 12%]
+2020-11-22 19:04:30,623 - b177aa (stdout): test/testFunctionExitCount.py::TestFunctionExitCount::test_three_returns_should_count_as_3 PASSED [ 12%]
+2020-11-22 19:04:30,625 - b177aa (stdout): test/testFunctionExitCount.py::TestFunctionExitCount::test_two_returns_should_count_as_2 PASSED [ 12%]
+2020-11-22 19:04:30,626 - b177aa (stdout): test/testFunctionGotoCount.py::TestFunctionGotoCount::test_empty_function_should_count_as_0 PASSED [ 12%]
+2020-11-22 19:04:30,627 - b177aa (stdout): test/testFunctionGotoCount.py::TestFunctionGotoCount::test_function_name_contains_goto_count_as_0 PASSED [ 13%]
+2020-11-22 19:04:30,629 - b177aa (stdout): test/testFunctionGotoCount.py::TestFunctionGotoCount::test_function_with_goto_count_as_1 PASSED [ 13%]
+2020-11-22 19:04:30,630 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_empty_function_should_count_as_0 PASSED [ 13%]
+2020-11-22 19:04:30,632 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_function_with_for_count_as_7 PASSED [ 13%]
+2020-11-22 19:04:30,633 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_function_with_if_else_count_as_5 PASSED [ 13%]
+2020-11-22 19:04:30,634 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_function_with_return_count_as_1 PASSED [ 13%]
+2020-11-22 19:04:30,636 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_function_with_while_count_as_10 PASSED [ 13%]
+2020-11-22 19:04:30,637 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_function_with_while_count_as_6 PASSED [ 14%]
+2020-11-22 19:04:30,640 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_unsupported_language PASSED [ 14%]
+2020-11-22 19:04:30,641 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_GDScript PASSED [ 14%]
+2020-11-22 19:04:30,642 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_JavaScript PASSED [ 14%]
+2020-11-22 19:04:30,643 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_c_cpp PASSED [ 14%]
+2020-11-22 19:04:30,644 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_java PASSED [ 14%]
+2020-11-22 19:04:30,645 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_not_case_sensitive PASSED [ 15%]
+2020-11-22 19:04:30,647 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_objectiveC PASSED [ 15%]
+2020-11-22 19:04:30,648 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_scala PASSED [ 15%]
+2020-11-22 19:04:30,649 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_unknown_extension PASSED [ 15%]
+2020-11-22 19:04:30,651 - b177aa (stdout): test/testMcCabe.py::TestFunctionExitCount::test_fall_through PASSED [ 15%]
+2020-11-22 19:04:30,652 - b177aa (stdout): test/testMcCabe.py::TestFunctionExitCount::test_more PASSED [ 15%]
+2020-11-22 19:04:30,654 - b177aa (stdout): test/testMcCabe.py::TestFunctionExitCount::test_normal_case PASSED [ 15%]
+2020-11-22 19:04:30,655 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_and_condition_in_if_structure PASSED [ 16%]
+2020-11-22 19:04:30,656 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_consecutive_for_if_structures PASSED [ 16%]
+2020-11-22 19:04:30,658 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_consecutive_if_structures PASSED [ 16%]
+2020-11-22 19:04:30,659 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_consecutive_if_structures_with_return PASSED [ 16%]
+2020-11-22 19:04:30,661 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_nested_for_try_structures PASSED [ 16%]
+2020-11-22 19:04:30,662 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_nested_if_and_for PASSED [ 16%]
+2020-11-22 19:04:30,664 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_nested_if_else_structures PASSED [ 16%]
+2020-11-22 19:04:30,665 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_nested_if_try_structures PASSED [ 17%]
+2020-11-22 19:04:30,666 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_do PASSED [ 17%]
+2020-11-22 19:04:30,668 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_else_if PASSED [ 17%]
+2020-11-22 19:04:30,669 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_equal_metric_structures PASSED [ 17%]
+2020-11-22 19:04:30,671 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_forever_loop PASSED [ 17%]
+2020-11-22 19:04:30,672 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_gotcha_if_else PASSED [ 17%]
+2020-11-22 19:04:30,673 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_if_structure PASSED [ 17%]
+2020-11-22 19:04:30,675 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_nested_if_structures PASSED [ 18%]
+2020-11-22 19:04:30,677 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_nested_if_structures_in_2_functions PASSED [ 18%]
+2020-11-22 19:04:30,679 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_nested_loop_mixed_brackets PASSED [ 18%]
+2020-11-22 19:04:30,680 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_no_structures PASSED [ 18%]
+2020-11-22 19:04:30,682 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_non_block_if PASSED [ 18%]
+2020-11-22 19:04:30,684 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_non_r_value_ref_in_body PASSED [ 18%]
+2020-11-22 19:04:30,685 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_non_structure_braces PASSED [ 18%]
+2020-11-22 19:04:30,687 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_scope PASSED [ 19%]
+2020-11-22 19:04:30,688 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_struct_inside_declaration SKIPPED [ 19%]
+2020-11-22 19:04:30,689 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_struct_inside_definition SKIPPED [ 19%]
+2020-11-22 19:04:30,690 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_switch_case PASSED [ 19%]
+2020-11-22 19:04:30,692 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_terminator_in_parentheses PASSED [ 19%]
+2020-11-22 19:04:30,693 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_ternary_operator PASSED [ 19%]
+2020-11-22 19:04:30,695 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_try_catch PASSED [ 19%]
+2020-11-22 19:04:30,697 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_while PASSED [ 20%]
+2020-11-22 19:04:30,699 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_ignoring_explicit_forever_loop PASSED [ 20%]
+2020-11-22 19:04:30,701 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_addl_statement_in_if PASSED [ 20%]
+2020-11-22 19:04:30,702 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_and PASSED [ 20%]
+2020-11-22 19:04:30,703 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_else PASSED [ 20%]
+2020-11-22 19:04:30,705 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_else_and_curly_bracket PASSED [ 20%]
+2020-11-22 19:04:30,706 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_else_if PASSED [ 20%]
+2020-11-22 19:04:30,707 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_forever_loop PASSED [ 21%]
+2020-11-22 19:04:30,709 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_nested_loop_statement_minus_curly_brackets PASSED [ 21%]
+2020-11-22 19:04:30,711 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_nested_loop_statement_mixed_curly_brackets PASSED [ 21%]
+2020-11-22 19:04:30,712 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_nested_loop_statement_plus_curly_brackets PASSED [ 21%]
+2020-11-22 19:04:30,714 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_non_r_value_ref_in_body PASSED [ 21%]
+2020-11-22 19:04:30,715 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_question_mark PASSED [ 21%]
+2020-11-22 19:04:30,716 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_with_no_nd_condition PASSED [ 22%]
+2020-11-22 19:04:30,718 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_with_one_nd_condition PASSED [ 22%]
+2020-11-22 19:04:30,719 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_with_one_nd_condition_no_curly_bracket PASSED [ 22%]
+2020-11-22 19:04:30,721 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_two_function_nd_with_non_r_value_ref_in_body PASSED [ 22%]
+2020-11-22 19:04:30,722 - b177aa (stdout): test/testOutput.py::TestFunctionOutput::test_function_info_header_should_have_a_box PASSED [ 22%]
+2020-11-22 19:04:30,723 - b177aa (stdout): test/testOutput.py::TestFunctionOutput::test_function_info_header_should_have_the_captions PASSED [ 22%]
+2020-11-22 19:04:30,724 - b177aa (stdout): test/testOutput.py::TestFunctionOutput::test_function_info_header_should_have_the_captions_of_external_extensions PASSED [ 22%]
+2020-11-22 19:04:30,725 - b177aa (stdout): test/testOutput.py::TestFunctionOutput::test_print_fileinfo PASSED [ 23%]
+2020-11-22 19:04:30,727 - b177aa (stdout): test/testOutput.py::TestWarningOutput::test_no_news_is_good_news PASSED [ 23%]
+2020-11-22 19:04:30,729 - b177aa (stdout): test/testOutput.py::TestWarningOutput::test_should_have_header_when_warning_only_is_off PASSED [ 23%]
+2020-11-22 19:04:30,731 - b177aa (stdout): test/testOutput.py::TestWarningOutput::test_should_use_clang_format_for_warning PASSED [ 23%]
+2020-11-22 19:04:30,733 - b177aa (stdout): test/testOutput.py::TestWarningOutput::test_sort_warning PASSED [ 23%]
+2020-11-22 19:04:30,736 - b177aa (stdout): test/testOutput.py::TestWarningOutput::test_sort_warning_with_generator PASSED [ 23%]
+2020-11-22 19:04:30,737 - b177aa (stdout): test/testOutput.py::TestFileInformationOutput::test_print_and_save_detail_information PASSED [ 23%]
+2020-11-22 19:04:30,738 - b177aa (stdout): test/testOutput.py::TestFileInformationOutput::test_print_and_save_detail_information_with_ext PASSED [ 24%]
+2020-11-22 19:04:30,739 - b177aa (stdout): test/testOutput.py::TestFileInformationOutput::test_print_file_summary_only_once PASSED [ 24%]
+2020-11-22 19:04:30,741 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_exit_with_non_zero_when_more_warning_than_ignored_number PASSED [ 24%]
+2020-11-22 19:04:30,743 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_null_result PASSED [ 24%]
+2020-11-22 19:04:30,745 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_print_extension_results PASSED [ 24%]
+2020-11-22 19:04:30,746 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_print_result PASSED [ 24%]
+2020-11-22 19:04:30,747 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_should_not_print_extension_results_when_not_implemented PASSED [ 24%]
+2020-11-22 19:04:30,750 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_whitelist PASSED [ 25%]
+2020-11-22 19:04:30,751 - b177aa (stdout): test/testOutput.py::TestXMLOutput::test_xml_output PASSED [ 25%]
+2020-11-22 19:04:30,753 - b177aa (stdout): test/testOutput.py::TestXMLOutput::test_xml_output_on_empty_folder PASSED [ 25%]
+2020-11-22 19:04:30,754 - b177aa (stdout): test/testOutput.py::TestXMLOutput::test_xml_stylesheet PASSED [ 25%]
+2020-11-22 19:04:30,757 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_header PASSED [ 25%]
+2020-11-22 19:04:30,759 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_header_with_extension PASSED [ 25%]
+2020-11-22 19:04:30,761 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_no_header PASSED [ 25%]
+2020-11-22 19:04:30,763 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_no_header_with_extension PASSED [ 26%]
+2020-11-22 19:04:30,765 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_print_extension PASSED [ 26%]
+2020-11-22 19:04:30,767 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_print_fileinfo PASSED [ 26%]
+2020-11-22 19:04:30,769 - b177aa (stdout): test/testOutputFile.py::TestFileOutputArgParsing::test_long PASSED [ 26%]
+2020-11-22 19:04:30,771 - b177aa (stdout): test/testOutputFile.py::TestFileOutputArgParsing::test_override PASSED [ 26%]
+2020-11-22 19:04:30,773 - b177aa (stdout): test/testOutputFile.py::TestFileOutputArgParsing::test_short PASSED [ 26%]
+2020-11-22 19:04:30,775 - b177aa (stdout): test/testOutputFile.py::TestFileOutputArgParsing::test_standalone PASSED [ 26%]
+2020-11-22 19:04:30,778 - b177aa (stdout): test/testOutputFile.py::TestFileOutputIntegration::test_csv PASSED [ 27%]
+2020-11-22 19:04:30,780 - b177aa (stdout): test/testOutputFile.py::TestFileOutputIntegration::test_default PASSED [ 27%]
+2020-11-22 19:04:30,818 - b177aa (stdout): test/testOutputFile.py::TestFileOutputIntegration::test_html FAILED [ 27%]
+2020-11-22 19:04:30,822 - b177aa (stdout): test/testOutputFile.py::TestFileOutputIntegration::test_xml PASSED [ 27%]
+2020-11-22 19:04:30,827 - b177aa (stdout): test/testOutputHTML.py::TestHTMLOutput::test_should_have_html_body FAILED [ 27%]
+2020-11-22 19:04:30,828 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_digits PASSED [ 27%]
+2020-11-22 19:04:30,829 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_empty_string PASSED [ 27%]
+2020-11-22 19:04:30,830 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_line_number PASSED [ 28%]
+2020-11-22 19:04:30,831 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_line_number2 PASSED [ 28%]
+2020-11-22 19:04:30,832 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_more PASSED [ 28%]
+2020-11-22 19:04:30,834 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_operators PASSED [ 28%]
+2020-11-22 19:04:30,835 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_spaces PASSED [ 28%]
+2020-11-22 19:04:30,836 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_string PASSED [ 28%]
+2020-11-22 19:04:30,837 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_with_multiple_line_string PASSED [ 29%]
+2020-11-22 19:04:30,838 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_block_comment_in_define PASSED [ 29%]
+2020-11-22 19:04:30,840 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_define PASSED [ 29%]
+2020-11-22 19:04:30,841 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_define2 PASSED [ 29%]
+2020-11-22 19:04:30,842 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_half_comment_following PASSED [ 29%]
+2020-11-22 19:04:30,843 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_if PASSED [ 29%]
+2020-11-22 19:04:30,845 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_ifdef PASSED [ 29%]
+2020-11-22 19:04:30,846 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_include PASSED [ 30%]
+2020-11-22 19:04:30,848 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_with_line_continuer_define PASSED [ 30%]
+2020-11-22 19:04:30,849 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_c_style_comment PASSED [ 30%]
+2020-11-22 19:04:30,851 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_commentedComment PASSED [ 30%]
+2020-11-22 19:04:30,852 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_cpp_style_comment PASSED [ 30%]
+2020-11-22 19:04:30,853 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_cpp_style_comment_with_multiple_lines PASSED [ 30%]
+2020-11-22 19:04:30,855 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_with_c_comments PASSED [ 30%]
+2020-11-22 19:04:30,856 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_with_c_comments_with_backslash_in_it PASSED [ 31%]
+2020-11-22 19:04:30,857 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_with_cpp_comments PASSED [ 31%]
+2020-11-22 19:04:30,858 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_MoreFiles PASSED [ 31%]
+2020-11-22 19:04:30,925 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_MoreFilesMultipleThread PASSED [ 31%]
+2020-11-22 19:04:30,926 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_NoFiles PASSED [ 31%]
+2020-11-22 19:04:30,931 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_NoFilesMultipleThread PASSED [ 31%]
+2020-11-22 19:04:30,933 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_OneFile PASSED [ 31%]
+2020-11-22 19:04:30,938 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_OneFileMultipleThread PASSED [ 32%]
+2020-11-22 19:04:30,940 - b177aa (stdout): test/test_analyzer.py::Test_FileAnalyzer::test_analyze_c_file PASSED [ 32%]
+2020-11-22 19:04:30,948 - b177aa (stdout): test/test_analyzer.py::Test_FileAnalyzer::test_analyze_c_file_with_multiple_thread PASSED [ 32%]
+2020-11-22 19:04:30,950 - b177aa (stdout): test/test_analyzer.py::Test_FileAnalyzer::test_fileInformation PASSED [ 32%]
+2020-11-22 19:04:30,951 - b177aa (stdout): test/test_analyzer.py::Test_FileAnalyzer::test_should_report_when_having_other_problem_and_continue PASSED [ 32%]
+2020-11-22 19:04:30,953 - b177aa (stdout): test/test_analyzer.py::Test_Picklability::test_FileInfo_ShouldBePicklable PASSED [ 32%]
+2020-11-22 19:04:30,954 - b177aa (stdout): test/test_analyzer.py::Test_Picklability::test_FunctionInfo_ShouldBePicklable PASSED [ 32%]
+2020-11-22 19:04:30,955 - b177aa (stdout): test/test_analyzer.py::TestWarningFilter::test_should_filter_the_warnings PASSED [ 33%]
+2020-11-22 19:04:30,956 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_filter_function_in_the_right_file_when_specified PASSED [ 33%]
+2020-11-22 19:04:30,957 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_filter_multiple_functions_defined_on_one_line PASSED [ 33%]
+2020-11-22 19:04:30,958 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_filter_multiple_lines_of_whitelist PASSED [ 33%]
+2020-11-22 19:04:30,960 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_filter_out_the_whitelist PASSED [ 33%]
+2020-11-22 19:04:30,961 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_ignore_comments_in_whitelist PASSED [ 33%]
+2020-11-22 19:04:30,962 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_work_with_class_member PASSED [ 33%]
+2020-11-22 19:04:30,964 - b177aa (stdout): test/test_auto_open.py::TestAutoOpen::test_ascii PASSED [ 34%]
+2020-11-22 19:04:30,966 - b177aa (stdout): test/test_auto_open.py::TestAutoOpen::test_utf_8 PASSED [ 34%]
+2020-11-22 19:04:30,977 - b177aa (stdout): test/test_auto_open.py::TestAutoOpen::test_utf_8_with_bom PASSED [ 34%]
+2020-11-22 19:04:30,978 - b177aa (stdout): test/test_auto_open.py::TestAutoOpen::test_utf_8_with_unexpected_bom PASSED [ 34%]
+2020-11-22 19:04:30,980 - b177aa (stdout): test/test_auto_open.py::TestAutoRead::test_at PASSED [ 34%]
+2020-11-22 19:04:30,982 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_arguments PASSED [ 34%]
+2020-11-22 19:04:30,984 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_ccn PASSED [ 34%]
+2020-11-22 19:04:30,986 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_default_sorting PASSED [ 35%]
+2020-11-22 19:04:30,988 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_length PASSED [ 35%]
+2020-11-22 19:04:30,990 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_more_threshold PASSED [ 35%]
+2020-11-22 19:04:30,992 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_should_use_current_folder_as_default_path PASSED [ 35%]
+2020-11-22 19:04:30,994 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_sorting_factor PASSED [ 35%]
+2020-11-22 19:04:30,997 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_sorting_factor_does_not_exist PASSED [ 35%]
+2020-11-22 19:04:31,000 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_sorting_factor_does_not_exist1 PASSED [ 36%]
+2020-11-22 19:04:31,003 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_sorting_factor_does_not_exist_error_message PASSED [ 36%]
+2020-11-22 19:04:31,005 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_sorting_factor_does_not_exist_error_message_with_ext PASSED [ 36%]
+2020-11-22 19:04:31,007 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_threshold PASSED [ 36%]
+2020-11-22 19:04:31,010 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_unknown_argument_exit PASSED [ 36%]
+2020-11-22 19:04:31,012 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_will_include_ext_args PASSED [ 36%]
+2020-11-22 19:04:31,014 - b177aa (stdout): test/test_extensions/testComplexityTags.py::TestNonStrictExtension::test_empty_function PASSED [ 36%]
+2020-11-22 19:04:31,015 - b177aa (stdout): test/test_extensions/testComplexityTags.py::TestNonStrictExtension::test_function_with_one_condition PASSED [ 37%]
+2020-11-22 19:04:31,017 - b177aa (stdout): test/test_extensions/testComplexityTags.py::TestNonStrictExtension::test_multiple_lines PASSED [ 37%]
+2020-11-22 19:04:31,022 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_2_duplicates PASSED [ 37%]
+2020-11-22 19:04:31,032 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_2_big_blocks PASSED [ 37%]
+2020-11-22 19:04:31,035 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_different_integer_value PASSED [ 37%]
+2020-11-22 19:04:31,038 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_different_operator PASSED [ 37%]
+2020-11-22 19:04:31,041 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_different_string_value PASSED [ 37%]
+2020-11-22 19:04:31,044 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_different_variable_name PASSED [ 38%]
+2020-11-22 19:04:31,053 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_value_dense_block PASSED [ 38%]
+2020-11-22 19:04:31,071 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_value_dense_block_in_brackets PASSED [ 38%]
+2020-11-22 19:04:31,073 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_empty_file PASSED [ 38%]
+2020-11-22 19:04:31,076 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_identifier_after_arrow_should_not_be_commonized PASSED [ 38%]
+2020-11-22 19:04:31,079 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_identifier_after_dot_should_not_be_commonized PASSED [ 38%]
+2020-11-22 19:04:31,083 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_many_identifiers_together PASSED [ 38%]
+2020-11-22 19:04:31,088 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_no_duplicate_with_1_big_blocks_of_the_same_number PASSED [ 39%]
+2020-11-22 19:04:31,093 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_repeating_patterns PASSED [ 39%]
+2020-11-22 19:04:31,099 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_repeating_patterns_multiple_matches PASSED [ 39%]
+2020-11-22 19:04:31,103 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_three_functions_that_are_the_same PASSED [ 39%]
+2020-11-22 19:04:31,106 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_threshold PASSED [ 39%]
+2020-11-22 19:04:31,111 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_threshold_exceeded PASSED [ 39%]
+2020-11-22 19:04:31,114 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_threshold_with_too_many_repeatings PASSED [ 39%]
+2020-11-22 19:04:31,117 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_two_5_line_functions_that_are_exactly_the_same_detail PASSED [ 40%]
+2020-11-22 19:04:31,120 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_two_functions_that_are_exactly_the_same PASSED [ 40%]
+2020-11-22 19:04:31,123 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_two_functions_that_are_exactly_the_same_detail PASSED [ 40%]
+2020-11-22 19:04:31,126 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_two_functions_that_are_not_the_same PASSED [ 40%]
+2020-11-22 19:04:31,130 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtensionAcrossFiles::test_basic_duplicate PASSED [ 40%]
+2020-11-22 19:04:31,134 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtensionAcrossFiles::test_more_duplicate PASSED [ 40%]
+2020-11-22 19:04:31,135 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_3_nodes_duplicate PASSED [ 40%]
+2020-11-22 19:04:31,136 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_multiple_nodes_duplicate PASSED [ 41%]
+2020-11-22 19:04:31,137 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_multiple_nodes_duplicate_and_single_node PASSED [ 41%]
+2020-11-22 19:04:31,138 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_no_duplicate PASSED [ 41%]
+2020-11-22 19:04:31,140 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_not_multiple_nodes_duplicate PASSED [ 41%]
+2020-11-22 19:04:31,141 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_partial_different_purpose PASSED [ 41%]
+2020-11-22 19:04:31,142 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_simple_3_duplicates_in_different_places PASSED [ 41%]
+2020-11-22 19:04:31,144 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_simple_duplicate PASSED [ 41%]
+2020-11-22 19:04:31,145 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_simple_duplicate_3_times PASSED [ 42%]
+2020-11-22 19:04:31,147 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_simple_two_duplicates PASSED [ 42%]
+2020-11-22 19:04:31,149 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_0_fan_out PASSED [ 42%]
+2020-11-22 19:04:31,150 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_1_fan_out PASSED [ 42%]
+2020-11-22 19:04:31,152 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_1_fan_out_with_2_calls_of_the_same_function PASSED [ 42%]
+2020-11-22 19:04:31,153 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_1_fan_out_with_namespace PASSED [ 42%]
+2020-11-22 19:04:31,155 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_1_fan_out_with_recursive_call PASSED [ 43%]
+2020-11-22 19:04:31,157 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_ref_to_something_not_defined PASSED [ 43%]
+2020-11-22 19:04:31,158 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanIn::test_0_fan_in PASSED [ 43%]
+2020-11-22 19:04:31,159 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanIn::test_1_fan_in PASSED [ 43%]
+2020-11-22 19:04:31,161 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanIn::test_1_fan_in_if_it_is_called_twice_in_the_same_function PASSED [ 43%]
+2020-11-22 19:04:31,162 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestCombinedResult::test_1_fan_in_from_another_source_file PASSED [ 43%]
+2020-11-22 19:04:31,164 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestCombinedResult::test_1_fan_out_to_another_source_file PASSED [ 43%]
+2020-11-22 19:04:31,166 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_0_general_fan_out PASSED [ 44%]
+2020-11-22 19:04:31,167 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_1_general_fan_out_multiple_punctuations PASSED [ 44%]
+2020-11-22 19:04:31,168 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_1_general_fan_out_with_2_calls_of_the_same_function PASSED [ 44%]
+2020-11-22 19:04:31,170 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_1_general_fan_out_with_namespace PASSED [ 44%]
+2020-11-22 19:04:31,171 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_1_general_fan_out_with_recursive_call PASSED [ 44%]
+2020-11-22 19:04:31,172 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_1_general_fan_out_with_space PASSED [ 44%]
+2020-11-22 19:04:31,174 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_ref_to_something_not_defined PASSED [ 44%]
+2020-11-22 19:04:31,176 - b177aa (stdout): test/test_extensions/testNonStrict.py::TestNonStrictExtension::test_normal_function_with_boolean_operators PASSED [ 45%]
+2020-11-22 19:04:31,177 - b177aa (stdout): test/test_extensions/testNonStrict.py::TestNonStrictExtension::test_normal_function_without_boolean_operators PASSED [ 45%]
+2020-11-22 19:04:31,178 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_count_one_word PASSED [ 45%]
+2020-11-22 19:04:31,179 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_count_one_word_multiple_times PASSED [ 45%]
+2020-11-22 19:04:31,181 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_reduce_the_result PASSED [ 45%]
+2020-11-22 19:04:31,182 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_should_count_non_keyword PASSED [ 45%]
+2020-11-22 19:04:31,183 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_should_not_count_keywords PASSED [ 45%]
+2020-11-22 19:04:31,184 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_should_not_count_string PASSED [ 46%]
+2020-11-22 19:04:31,185 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_should_not_line_continuer PASSED [ 46%]
+2020-11-22 19:04:31,188 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountOutput::test_should_open_the_browser PASSED [ 46%]
+2020-11-22 19:04:31,190 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountOutput::test_should_output_html PASSED [ 46%]
+2020-11-22 19:04:31,192 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_C_Token_extension::test_connecting_macro PASSED [ 46%]
+2020-11-22 19:04:31,193 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_1 PASSED [ 46%]
+2020-11-22 19:04:31,195 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_bracket_that_is_not_a_namespace PASSED [ 46%]
+2020-11-22 19:04:31,196 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_class_as_an_attribute PASSED [ 47%]
+2020-11-22 19:04:31,197 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_class_with_inheritance PASSED [ 47%]
+2020-11-22 19:04:31,198 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_complicated_c_function PASSED [ 47%]
+2020-11-22 19:04:31,200 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_constructor_initialization_list PASSED [ 47%]
+2020-11-22 19:04:31,201 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_constructor_initialization_list_noexcept PASSED [ 47%]
+2020-11-22 19:04:31,202 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_constructor_initializer_list PASSED [ 47%]
+2020-11-22 19:04:31,204 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_constructor_uniform_initialization PASSED [ 47%]
+2020-11-22 19:04:31,205 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_destructor_implementation PASSED [ 48%]
+2020-11-22 19:04:31,206 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_double_nested_template PASSED [ 48%]
+2020-11-22 19:04:31,208 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_double_slash_within_string PASSED [ 48%]
+2020-11-22 19:04:31,209 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_empty PASSED [ 48%]
+2020-11-22 19:04:31,210 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_dec_followed_with_one_word_is_ok PASSED [ 48%]
+2020-11-22 19:04:31,212 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_dec_with_noexcept PASSED [ 48%]
+2020-11-22 19:04:31,213 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_dec_with_throw PASSED [ 48%]
+2020-11-22 19:04:31,214 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_declaration_is_not_counted PASSED [ 49%]
+2020-11-22 19:04:31,216 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_name_class PASSED [ 49%]
+2020-11-22 19:04:31,217 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_operator PASSED [ 49%]
+2020-11-22 19:04:31,218 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_that_returns_function_pointers PASSED [ 49%]
+2020-11-22 19:04:31,220 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_1_param PASSED [ 49%]
+2020-11-22 19:04:31,222 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_1_ref_param PASSED [ 49%]
+2020-11-22 19:04:31,223 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_content PASSED [ 50%]
+2020-11-22 19:04:31,224 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_no_param PASSED [ 50%]
+2020-11-22 19:04:31,225 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_param PASSED [ 50%]
+2020-11-22 19:04:31,227 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_strang_param PASSED [ 50%]
+2020-11-22 19:04:31,228 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_strang_param2 PASSED [ 50%]
+2020-11-22 19:04:31,230 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_global_var_constructor PASSED [ 50%]
+2020-11-22 19:04:31,231 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_inline_operator PASSED [ 50%]
+2020-11-22 19:04:31,232 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_less_then_is_not_template PASSED [ 51%]
+2020-11-22 19:04:31,233 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_namespace_alias PASSED [ 51%]
+2020-11-22 19:04:31,235 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_nested_class PASSED [ 51%]
+2020-11-22 19:04:31,236 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_nested_class_middle PASSED [ 51%]
+2020-11-22 19:04:31,237 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_nested_template PASSED [ 51%]
+2020-11-22 19:04:31,239 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_nested_template_function PASSED [ 51%]
+2020-11-22 19:04:31,241 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_nested_unnamed_namespace PASSED [ 51%]
+2020-11-22 19:04:31,242 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_no_function PASSED [ 52%]
+2020-11-22 19:04:31,244 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_non_function_initializer_list PASSED [ 52%]
+2020-11-22 19:04:31,246 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_non_function_uniform_initialization PASSED [ 52%]
+2020-11-22 19:04:31,287 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_not_old_style_c_function PASSED [ 52%]
+2020-11-22 19:04:31,288 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_old_style_c_function PASSED [ 52%]
+2020-11-22 19:04:31,290 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_old_style_c_function_has_semicolon PASSED [ 52%]
+2020-11-22 19:04:31,291 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_function PASSED [ 52%]
+2020-11-22 19:04:31,292 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_function_with_const PASSED [ 53%]
+2020-11-22 19:04:31,293 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_function_with_namespace PASSED [ 53%]
+2020-11-22 19:04:31,295 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_function_with_noexcept PASSED [ 53%]
+2020-11-22 19:04:31,297 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_function_with_throw PASSED [ 53%]
+2020-11-22 19:04:31,298 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_macro_in_class PASSED [ 53%]
+2020-11-22 19:04:31,299 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_only_word_can_be_function_name PASSED [ 53%]
+2020-11-22 19:04:31,300 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_operator_overloading PASSED [ 53%]
+2020-11-22 19:04:31,302 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_operator_overloading_shift PASSED [ 54%]
+2020-11-22 19:04:31,303 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_operator_overloading_with_namespace PASSED [ 54%]
+2020-11-22 19:04:31,304 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_operator_with_complicated_name PASSED [ 54%]
+2020-11-22 19:04:31,305 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_parentheses_before_function PASSED [ 54%]
+2020-11-22 19:04:31,307 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_pre_class PASSED [ 54%]
+2020-11-22 19:04:31,309 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_ref_qualifiers PASSED [ 54%]
+2020-11-22 19:04:31,310 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_struct_in_param PASSED [ 54%]
+2020-11-22 19:04:31,312 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_struct_in_return_type PASSED [ 55%]
+2020-11-22 19:04:31,313 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_stupid_macro_before_function PASSED [ 55%]
+2020-11-22 19:04:31,314 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_as_part_of_function_name PASSED [ 55%]
+2020-11-22 19:04:31,316 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_as_reference PASSED [ 55%]
+2020-11-22 19:04:31,318 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_class PASSED [ 55%]
+2020-11-22 19:04:31,320 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_class_full_specialization PASSED [ 55%]
+2020-11-22 19:04:31,323 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_class_partial_specialization PASSED [ 55%]
+2020-11-22 19:04:31,324 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_function PASSED [ 56%]
+2020-11-22 19:04:31,326 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_function_specialization PASSED [ 56%]
+2020-11-22 19:04:31,327 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_with_pointer PASSED [ 56%]
+2020-11-22 19:04:31,329 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_with_reference PASSED [ 56%]
+2020-11-22 19:04:31,330 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_with_reference_as_reference PASSED [ 56%]
+2020-11-22 19:04:31,331 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_templated_code_with_question_mark PASSED [ 56%]
+2020-11-22 19:04:31,333 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_trailing_return_type PASSED [ 56%]
+2020-11-22 19:04:31,335 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_two_function PASSED [ 57%]
+2020-11-22 19:04:31,336 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_two_functions_in_class PASSED [ 57%]
+2020-11-22 19:04:31,338 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_two_simplest_function PASSED [ 57%]
+2020-11-22 19:04:31,339 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_typedef_is_not_old_style_c_function PASSED [ 57%]
+2020-11-22 19:04:31,340 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_underscore PASSED [ 57%]
+2020-11-22 19:04:31,343 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_union_as_qualifier PASSED [ 57%]
+2020-11-22 19:04:31,344 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_class PASSED [ 58%]
+2020-11-22 19:04:31,346 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_control_structures PASSED [ 58%]
+2020-11-22 19:04:31,348 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_function PASSED [ 58%]
+2020-11-22 19:04:31,349 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_function_parameters PASSED [ 58%]
+2020-11-22 19:04:31,351 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_function_return_type PASSED [ 58%]
+2020-11-22 19:04:31,352 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_namespace PASSED [ 58%]
+2020-11-22 19:04:31,354 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_function_like PASSED [ 58%]
+2020-11-22 19:04:31,355 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_function_like2 PASSED [ 59%]
+2020-11-22 19:04:31,356 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_macro_and_class PASSED [ 59%]
+2020-11-22 19:04:31,358 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_macro_call_after_if PASSED [ 59%]
+2020-11-22 19:04:31,359 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_macro_call_after_if_and_no_semicolon_before_the_closing_br PASSED [ 59%]
+2020-11-22 19:04:31,360 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_macro_call_after_if_and_no_semicolon_before_the_closing_br2 PASSED [ 59%]
+2020-11-22 19:04:31,362 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_content_macro_should_be_ignored PASSED [ 59%]
+2020-11-22 19:04:31,363 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_preprocessor_is_not_function PASSED [ 59%]
+2020-11-22 19:04:31,364 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_preprocessors_should_be_ignored_outside_function_implementation PASSED [ 60%]
+2020-11-22 19:04:31,366 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Big::test_trouble PASSED [ 60%]
+2020-11-22 19:04:31,367 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Big::test_typedef PASSED [ 60%]
+2020-11-22 19:04:31,369 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Dialects::test_cuda_kernel_launch PASSED [ 60%]
+2020-11-22 19:04:31,372 - b177aa (stdout): test/test_languages/testCsharp.py::TestCsharp::test_function_with_eight PASSED [ 60%]
+2020-11-22 19:04:31,373 - b177aa (stdout): test/test_languages/testCsharp.py::TestCsharp::test_function_with_one PASSED [ 60%]
+2020-11-22 19:04:31,375 - b177aa (stdout): test/test_languages/testCsharp.py::TestCsharp::test_function_with_three PASSED [ 60%]
+2020-11-22 19:04:31,376 - b177aa (stdout): test/test_languages/testCsharp.py::TestCsharp::test_function_with_two PASSED [ 61%]
+2020-11-22 19:04:31,378 - b177aa (stdout): test/test_languages/testCsharp.py::TestCsharp::test_null_coalescing_operator PASSED [ 61%]
+2020-11-22 19:04:31,380 - b177aa (stdout): test/test_languages/testES6.py::Test_tokenizing_ES6::test_dollar_var PASSED [ 61%]
+2020-11-22 19:04:31,381 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_arraw_function_name PASSED [ 61%]
+2020-11-22 19:04:31,383 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_arraw_function_with_multiple_param PASSED [ 61%]
+2020-11-22 19:04:31,384 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_arrow_function_return_object PASSED [ 61%]
+2020-11-22 19:04:31,386 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_class PASSED [ 61%]
+2020-11-22 19:04:31,387 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_complexity PASSED [ 62%]
+2020-11-22 19:04:31,388 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_function_with_block PASSED [ 62%]
+2020-11-22 19:04:31,390 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_generator_function PASSED [ 62%]
+2020-11-22 19:04:31,391 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_generator_function_assign_to_name PASSED [ 62%]
+2020-11-22 19:04:31,392 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_nested PASSED [ 62%]
+2020-11-22 19:04:31,393 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_nested2 PASSED [ 62%]
+2020-11-22 19:04:31,395 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_nested3 PASSED [ 62%]
+2020-11-22 19:04:31,396 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_nested_complexity PASSED [ 63%]
+2020-11-22 19:04:31,397 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_simple_function PASSED [ 63%]
+2020-11-22 19:04:31,399 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_statement_block PASSED [ 63%]
+2020-11-22 19:04:31,400 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_two_functions PASSED [ 63%]
+2020-11-22 19:04:31,402 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_two_functions_with_semicolon PASSED [ 63%]
+2020-11-22 19:04:31,403 - b177aa (stdout): test/test_languages/testGDScript.py::TestGDScript::test_empty PASSED [ 63%]
+2020-11-22 19:04:31,405 - b177aa (stdout): test/test_languages/testGDScript.py::TestGDScript::test_top_level_function PASSED [ 63%]
+2020-11-22 19:04:31,406 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_empty PASSED [ 64%]
+2020-11-22 19:04:31,407 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_interface PASSED [ 64%]
+2020-11-22 19:04:31,408 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_interface_followed_by_a_class PASSED [ 64%]
+2020-11-22 19:04:31,410 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_no_function PASSED [ 64%]
+2020-11-22 19:04:31,411 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_function PASSED [ 64%]
+2020-11-22 19:04:31,413 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_function_defined_on_a_struct PASSED [ 64%]
+2020-11-22 19:04:31,415 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_function_with_complexity PASSED [ 65%]
+2020-11-22 19:04:31,417 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_function_with_return_value PASSED [ 65%]
+2020-11-22 19:04:31,419 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_function_with_two_return_values PASSED [ 65%]
+2020-11-22 19:04:31,420 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_with_parameter PASSED [ 65%]
+2020-11-22 19:04:31,422 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_complicated_properties PASSED [ 65%]
+2020-11-22 19:04:31,423 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_less_than PASSED [ 65%]
+2020-11-22 19:04:31,424 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_nested PASSED [ 65%]
+2020-11-22 19:04:31,425 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_nested_save_tag PASSED [ 66%]
+2020-11-22 19:04:31,426 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_open_closing_with_content PASSED [ 66%]
+2020-11-22 19:04:31,427 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_simple_open_closing PASSED [ 66%]
+2020-11-22 19:04:31,428 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_simple_standalone PASSED [ 66%]
+2020-11-22 19:04:31,429 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_with_attributes PASSED [ 66%]
+2020-11-22 19:04:31,431 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_with_embeded_attributes PASSED [ 66%]
+2020-11-22 19:04:31,432 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_with_embeded_code PASSED [ 66%]
+2020-11-22 19:04:31,433 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_with_less_than2 PASSED [ 67%]
+2020-11-22 19:04:31,434 - b177aa (stdout): test/test_languages/testJSX.py::Test_parser_for_JavaScript_X::test_complicated PASSED [ 67%]
+2020-11-22 19:04:31,436 - b177aa (stdout): test/test_languages/testJSX.py::Test_parser_for_JavaScript_X::test_simple_function PASSED [ 67%]
+2020-11-22 19:04:31,437 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_class_name_with_extends PASSED [ 67%]
+2020-11-22 19:04:31,438 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_class_name_with_interface PASSED [ 67%]
+2020-11-22 19:04:31,440 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_class_with_decorator PASSED [ 67%]
+2020-11-22 19:04:31,441 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_class_with_decorator_that_has_namespace PASSED [ 67%]
+2020-11-22 19:04:31,442 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_function_with_decorator PASSED [ 68%]
+2020-11-22 19:04:31,444 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_function_with_throws PASSED [ 68%]
+2020-11-22 19:04:31,445 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_operator_as_an_overloaded_identifier PASSED [ 68%]
+2020-11-22 19:04:31,447 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_dollar_var PASSED [ 68%]
+2020-11-22 19:04:31,449 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_should_not_confuse_division_as_regx PASSED [ 68%]
+2020-11-22 19:04:31,450 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_tokenizing_javascript_comments PASSED [ 68%]
+2020-11-22 19:04:31,451 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_tokenizing_javascript_multiple_line_string PASSED [ 68%]
+2020-11-22 19:04:31,452 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_tokenizing_javascript_regular_expression PASSED [ 69%]
+2020-11-22 19:04:31,453 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_tokenizing_javascript_regular_expression1 PASSED [ 69%]
+2020-11-22 19:04:31,455 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_tokenizing_pattern PASSED [ 69%]
+2020-11-22 19:04:31,456 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_assigning_to_a_name PASSED [ 69%]
+2020-11-22 19:04:31,457 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_in_a_function PASSED [ 69%]
+2020-11-22 19:04:31,459 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_in_a_object PASSED [ 69%]
+2020-11-22 19:04:31,460 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_in_arrow PASSED [ 69%]
+2020-11-22 19:04:31,462 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_long_name PASSED [ 70%]
+2020-11-22 19:04:31,463 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_without_name_assign_to_field PASSED [ 70%]
+2020-11-22 19:04:31,464 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_global PASSED [ 70%]
+2020-11-22 19:04:31,465 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_not_a_function_assigning_to_a_name PASSED [ 70%]
+2020-11-22 19:04:31,467 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_parameter_count PASSED [ 70%]
+2020-11-22 19:04:31,468 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_simple_function PASSED [ 70%]
+2020-11-22 19:04:31,470 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_simple_function_complexity PASSED [ 70%]
+2020-11-22 19:04:31,471 - b177aa (stdout): test/test_languages/testLua.py::Test_tokenizing_Lua::test_comment PASSED [ 71%]
+2020-11-22 19:04:31,473 - b177aa (stdout): test/test_languages/testLua.py::Test_tokenizing_Lua::test_comment_block PASSED [ 71%]
+2020-11-22 19:04:31,474 - b177aa (stdout): test/test_languages/testLua.py::Test_tokenizing_Lua::test_double_square_brackets_string PASSED [ 71%]
+2020-11-22 19:04:31,475 - b177aa (stdout): test/test_languages/testLua.py::Test_tokenizing_Lua::test_should_not_confuse_division_as_regx PASSED [ 71%]
+2020-11-22 19:04:31,476 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_anonymous PASSED [ 71%]
+2020-11-22 19:04:31,478 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_anonymous_with_assignment PASSED [ 71%]
+2020-11-22 19:04:31,479 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_class_method PASSED [ 72%]
+2020-11-22 19:04:31,480 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_comment_is_omitted_in_token_cound PASSED [ 72%]
+2020-11-22 19:04:31,481 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_do PASSED [ 72%]
+2020-11-22 19:04:31,483 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_empty PASSED [ 72%]
+2020-11-22 19:04:31,484 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_for_and_while PASSED [ 72%]
+2020-11-22 19:04:31,486 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_if PASSED [ 72%]
+2020-11-22 19:04:31,487 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_nested_functions PASSED [ 72%]
+2020-11-22 19:04:31,489 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_no_function PASSED [ 73%]
+2020-11-22 19:04:31,490 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_one_function PASSED [ 73%]
+2020-11-22 19:04:31,492 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_one_function_loc PASSED [ 73%]
+2020-11-22 19:04:31,493 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_repeat_until PASSED [ 73%]
+2020-11-22 19:04:31,495 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_two_functions PASSED [ 73%]
+2020-11-22 19:04:31,497 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_empty PASSED [ 73%]
+2020-11-22 19:04:31,499 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_implementation PASSED [ 73%]
+2020-11-22 19:04:31,500 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_no_function PASSED [ 74%]
+2020-11-22 19:04:31,502 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_one_c_function PASSED [ 74%]
+2020-11-22 19:04:31,503 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_one_objc_function PASSED [ 74%]
+2020-11-22 19:04:31,504 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_one_objc_function_with_param PASSED [ 74%]
+2020-11-22 19:04:31,506 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_one_objc_function_with_three_param PASSED [ 74%]
+2020-11-22 19:04:31,508 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_one_objc_function_with_two_param PASSED [ 74%]
+2020-11-22 19:04:31,510 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_typedef PASSED [ 74%]
+2020-11-22 19:04:31,512 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_c_comments PASSED [ 75%]
+2020-11-22 19:04:31,514 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_code_block_with_html PASSED [ 75%]
+2020-11-22 19:04:31,515 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_code_block_without_closing PASSED [ 75%]
+2020-11-22 19:04:31,517 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_dollar_var PASSED [ 75%]
+2020-11-22 19:04:31,518 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_empty PASSED [ 75%]
+2020-11-22 19:04:31,519 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_empty_code_block PASSED [ 75%]
+2020-11-22 19:04:31,521 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_empty_code_block_with_html PASSED [ 75%]
+2020-11-22 19:04:31,522 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_empty_simple_code_block PASSED [ 76%]
+2020-11-22 19:04:31,523 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_multiple_line_string PASSED [ 76%]
+2020-11-22 19:04:31,525 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_multiple_line_string_alternative PASSED [ 76%]
+2020-11-22 19:04:31,526 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_no_code_block PASSED [ 76%]
+2020-11-22 19:04:31,528 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_class PASSED [ 76%]
+2020-11-22 19:04:31,530 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_class_mixed PASSED [ 76%]
+2020-11-22 19:04:31,531 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_function_assigning_to_a_name PASSED [ 76%]
+2020-11-22 19:04:31,533 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_function_without_name_assign_to_field PASSED [ 77%]
+2020-11-22 19:04:31,534 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_interface PASSED [ 77%]
+2020-11-22 19:04:31,536 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_interface2 PASSED [ 77%]
+2020-11-22 19:04:31,537 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_not_a_function_assigning_to_a_name PASSED [ 77%]
+2020-11-22 19:04:31,538 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_parameter_count PASSED [ 77%]
+2020-11-22 19:04:31,540 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_simple_function PASSED [ 77%]
+2020-11-22 19:04:31,541 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_simple_function_complexity PASSED [ 77%]
+2020-11-22 19:04:31,543 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_simple_function_complexity_elseif PASSED [ 78%]
+2020-11-22 19:04:31,544 - b177aa (stdout): test/test_languages/testPython.py::Test_tokenizer_for_Python::test_comment_with_quote PASSED [ 78%]
+2020-11-22 19:04:31,546 - b177aa (stdout): test/test_languages/testPython.py::Test_Python_nesting_level::test_2nd_level_function_with_leading_space PASSED [ 78%]
+2020-11-22 19:04:31,547 - b177aa (stdout): test/test_languages/testPython.py::Test_Python_nesting_level::test_miss_indented_comment PASSED [ 78%]
+2020-11-22 19:04:31,549 - b177aa (stdout): test/test_languages/testPython.py::Test_Python_nesting_level::test_second_top_level_functions PASSED [ 78%]
+2020-11-22 19:04:31,550 - b177aa (stdout): test/test_languages/testPython.py::Test_Python_nesting_level::test_top_level_function PASSED [ 78%]
+2020-11-22 19:04:31,551 - b177aa (stdout): test/test_languages/testPython.py::Test_Python_nesting_level::test_top_level_function_with_leading_space PASSED [ 79%]
+2020-11-22 19:04:31,553 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_2_functions PASSED [ 79%]
+2020-11-22 19:04:31,554 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_2_top_level_functions PASSED [ 79%]
+2020-11-22 19:04:31,556 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_block_string PASSED [ 79%]
+2020-11-22 19:04:31,558 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_block_string_is_one_token PASSED [ 79%]
+2020-11-22 19:04:31,559 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_comment_is_not_counted_in_nloc PASSED [ 79%]
+2020-11-22 19:04:31,560 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_docstring_is_not_counted_in_nloc PASSED [ 79%]
+2020-11-22 19:04:31,562 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_empty_source_should_return_no_function PASSED [ 80%]
+2020-11-22 19:04:31,563 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_function_end PASSED [ 80%]
+2020-11-22 19:04:31,565 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_nested_depth_metric_multiple_continuous_loop_statements PASSED [ 80%]
+2020-11-22 19:04:31,567 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_nested_functions PASSED [ 80%]
+2020-11-22 19:04:31,569 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_nested_functions_ended_at_eof PASSED [ 80%]
+2020-11-22 19:04:31,571 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_nested_functions_ended_at_same_line PASSED [ 80%]
+2020-11-22 19:04:31,572 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_odd_blank_line PASSED [ 80%]
+2020-11-22 19:04:31,573 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_odd_line_with_comment PASSED [ 81%]
+2020-11-22 19:04:31,575 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_parameter_count PASSED [ 81%]
+2020-11-22 19:04:31,577 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_parameter_count_with_default_value PASSED [ 81%]
+2020-11-22 19:04:31,579 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_simple_python_function PASSED [ 81%]
+2020-11-22 19:04:31,580 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_tab_is_same_as_8_spaces PASSED [ 81%]
+2020-11-22 19:04:31,581 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_top_level_functions PASSED [ 81%]
+2020-11-22 19:04:31,583 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_two_simple_python_function PASSED [ 81%]
+2020-11-22 19:04:31,586 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_ranges PASSED [ 82%]
+2020-11-22 19:04:31,587 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_shorthand_symbol PASSED [ 82%]
+2020-11-22 19:04:31,590 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_should_not_confuse_division_as_regx PASSED [ 82%]
+2020-11-22 19:04:31,591 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_special_method_names PASSED [ 82%]
+2020-11-22 19:04:31,592 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_brackets PASSED [ 82%]
+2020-11-22 19:04:31,593 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_pattern PASSED [ 82%]
+2020-11-22 19:04:31,594 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_ruby_comments PASSED [ 82%]
+2020-11-22 19:04:31,595 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_ruby_regular_expression PASSED [ 83%]
+2020-11-22 19:04:31,596 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_string_expression PASSED [ 83%]
+2020-11-22 19:04:31,598 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_string_with_formatter PASSED [ 83%]
+2020-11-22 19:04:31,599 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_string_with_string PASSED [ 83%]
+2020-11-22 19:04:31,600 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_string_with_string2 PASSED [ 83%]
+2020-11-22 19:04:31,601 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_symbol PASSED [ 83%]
+2020-11-22 19:04:31,603 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_vars PASSED [ 83%]
+2020-11-22 19:04:31,604 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_empty PASSED [ 84%]
+2020-11-22 19:04:31,605 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_no_function PASSED [ 84%]
+2020-11-22 19:04:31,606 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_function PASSED [ 84%]
+2020-11-22 19:04:31,607 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_function_loc PASSED [ 84%]
+2020-11-22 19:04:31,609 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_begin_and_end PASSED [ 84%]
+2020-11-22 19:04:31,610 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_begin_and_end_outside PASSED [ 84%]
+2020-11-22 19:04:31,611 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_brackets_and_end_outside PASSED [ 84%]
+2020-11-22 19:04:31,613 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_class_as_identifier PASSED [ 85%]
+2020-11-22 19:04:31,614 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_class_in_it PASSED [ 85%]
+2020-11-22 19:04:31,615 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_do PASSED [ 85%]
+2020-11-22 19:04:31,617 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_within_do PASSED [ 85%]
+2020-11-22 19:04:31,618 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_within_embedded_doc PASSED [ 85%]
+2020-11-22 19:04:31,620 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_within_embedded_doc_harder PASSED [ 85%]
+2020-11-22 19:04:31,621 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_string PASSED [ 86%]
+2020-11-22 19:04:31,623 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_two_functions PASSED [ 86%]
+2020-11-22 19:04:31,624 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_ccn::test_basic_complexity PASSED [ 86%]
+2020-11-22 19:04:31,625 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_if_block PASSED [ 86%]
+2020-11-22 19:04:31,627 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_if_modifier PASSED [ 86%]
+2020-11-22 19:04:31,628 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_if_oneliner_block PASSED [ 86%]
+2020-11-22 19:04:31,629 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_if_with_then_on_one_line PASSED [ 86%]
+2020-11-22 19:04:31,631 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_while_block PASSED [ 87%]
+2020-11-22 19:04:31,632 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_while_modifier PASSED [ 87%]
+2020-11-22 19:04:31,633 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_class_as_an_symbol PASSED [ 87%]
+2020-11-22 19:04:31,635 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_it_as_variable PASSED [ 87%]
+2020-11-22 19:04:31,636 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_rspec_it PASSED [ 87%]
+2020-11-22 19:04:31,637 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_rspec_it_with_brackets PASSED [ 87%]
+2020-11-22 19:04:31,639 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_unless PASSED [ 87%]
+2020-11-22 19:04:31,640 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_while_modifier_with_block PASSED [ 88%]
+2020-11-22 19:04:31,641 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_while_with_do PASSED [ 88%]
+2020-11-22 19:04:31,643 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_def::test_class_method PASSED [ 88%]
+2020-11-22 19:04:31,644 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_def::test_empty_parameters PASSED [ 88%]
+2020-11-22 19:04:31,646 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_def::test_more_parameters PASSED [ 88%]
+2020-11-22 19:04:31,648 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_generic PASSED [ 88%]
+2020-11-22 19:04:31,649 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_generic_with_where PASSED [ 88%]
+2020-11-22 19:04:31,650 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_if PASSED [ 89%]
+2020-11-22 19:04:31,652 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_main PASSED [ 89%]
+2020-11-22 19:04:31,654 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_nested_functions PASSED [ 89%]
+2020-11-22 19:04:31,655 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_return PASSED [ 89%]
+2020-11-22 19:04:31,657 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_comments PASSED [ 89%]
+2020-11-22 19:04:31,659 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_empty PASSED [ 89%]
+2020-11-22 19:04:31,660 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_field PASSED [ 89%]
+2020-11-22 19:04:31,662 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_func_with_one_parameter PASSED [ 90%]
+2020-11-22 19:04:31,664 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_func_with_two_parameters PASSED [ 90%]
+2020-11-22 19:04:31,665 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_function PASSED [ 90%]
+2020-11-22 19:04:31,667 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_function_with_complexity PASSED [ 90%]
+2020-11-22 19:04:31,668 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_nested PASSED [ 90%]
+2020-11-22 19:04:31,670 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_no_function PASSED [ 90%]
+2020-11-22 19:04:31,671 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_oneliner PASSED [ 90%]
+2020-11-22 19:04:31,673 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_oneliner_with_braces PASSED [ 91%]
+2020-11-22 19:04:31,675 - b177aa (stdout): test/test_languages/testSwift.py::Test_tokenizing_Swift::test_dollar_var PASSED [ 91%]
+2020-11-22 19:04:31,677 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_coalescing_operator PASSED [ 91%]
+2020-11-22 19:04:31,678 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_deinit PASSED [ 91%]
+2020-11-22 19:04:31,680 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_empty PASSED [ 91%]
+2020-11-22 19:04:31,682 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_explicit_getter_setter PASSED [ 91%]
+2020-11-22 19:04:31,684 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_explicit_willset_didset PASSED [ 91%]
+2020-11-22 19:04:31,686 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_for_label PASSED [ 92%]
+2020-11-22 19:04:31,687 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_generic_function PASSED [ 92%]
+2020-11-22 19:04:31,689 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_getter_setter PASSED [ 92%]
+2020-11-22 19:04:31,691 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_guard PASSED [ 92%]
+2020-11-22 19:04:31,692 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_init PASSED [ 92%]
+2020-11-22 19:04:31,693 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_interface PASSED [ 92%]
+2020-11-22 19:04:31,695 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_interface_followed_by_a_class PASSED [ 93%]
+2020-11-22 19:04:31,696 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_interface_with_var PASSED [ 93%]
+2020-11-22 19:04:31,698 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_keyword_declarations PASSED [ 93%]
+2020-11-22 19:04:31,699 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_labeled_subscript PASSED [ 93%]
+2020-11-22 19:04:31,701 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_nested PASSED [ 93%]
+2020-11-22 19:04:31,702 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_no_function PASSED [ 93%]
+2020-11-22 19:04:31,704 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_one_function PASSED [ 93%]
+2020-11-22 19:04:31,705 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_one_function_with_complexity PASSED [ 94%]
+2020-11-22 19:04:31,706 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_one_function_with_return_value PASSED [ 94%]
+2020-11-22 19:04:31,708 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_one_with_parameter PASSED [ 94%]
+2020-11-22 19:04:31,709 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_optional PASSED [ 94%]
+2020-11-22 19:04:31,710 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_subscript PASSED [ 94%]
+2020-11-22 19:04:31,712 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_willset_didset PASSED [ 94%]
+2020-11-22 19:04:31,714 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_brackets_before_function PASSED [ 94%]
+2020-11-22 19:04:31,716 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_digits PASSED [ 95%]
+2020-11-22 19:04:31,717 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_double_slash_within_string PASSED [ 95%]
+2020-11-22 19:04:31,718 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_empty PASSED [ 95%]
+2020-11-22 19:04:31,719 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_deterministic PASSED [ 95%]
+2020-11-22 19:04:31,721 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_in_group PASSED [ 95%]
+2020-11-22 19:04:31,722 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_1_param PASSED [ 95%]
+2020-11-22 19:04:31,724 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_content PASSED [ 95%]
+2020-11-22 19:04:31,725 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_fuzzy_param PASSED [ 96%]
+2020-11-22 19:04:31,726 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_lazy_param PASSED [ 96%]
+2020-11-22 19:04:31,728 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_mtc PASSED [ 96%]
+2020-11-22 19:04:31,729 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_no_param PASSED [ 96%]
+2020-11-22 19:04:31,731 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_param PASSED [ 96%]
+2020-11-22 19:04:31,732 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_return PASSED [ 96%]
+2020-11-22 19:04:31,733 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_return_w_template PASSED [ 96%]
+2020-11-22 19:04:31,735 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_runs_on PASSED [ 97%]
+2020-11-22 19:04:31,736 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_strang_param PASSED [ 97%]
+2020-11-22 19:04:31,738 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_system PASSED [ 97%]
+2020-11-22 19:04:31,739 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_template_param PASSED [ 97%]
+2020-11-22 19:04:31,740 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_no_function PASSED [ 97%]
+2020-11-22 19:04:31,741 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_one_function PASSED [ 97%]
+2020-11-22 19:04:31,743 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_one_function_one_testcase PASSED [ 97%]
+2020-11-22 19:04:31,744 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_one_testcase PASSED [ 98%]
+2020-11-22 19:04:31,746 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_template PASSED [ 98%]
+2020-11-22 19:04:31,747 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_testcase_with_content PASSED [ 98%]
+2020-11-22 19:04:31,749 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_two_function PASSED [ 98%]
+2020-11-22 19:04:31,750 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_two_testcase PASSED [ 98%]
+2020-11-22 19:04:31,752 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_underscore PASSED [ 98%]
+2020-11-22 19:04:31,753 - b177aa (stdout): test/test_languages/testTTCN.py::Test_Preprocessing::test_content_macro_should_be_ignored PASSED [ 98%]
+2020-11-22 19:04:31,755 - b177aa (stdout): test/test_languages/testTTCN.py::Test_Preprocessing::test_preproc_should_be_ignored_outside_func_impl PASSED [ 99%]
+2020-11-22 19:04:31,756 - b177aa (stdout): test/test_languages/testTTCN.py::Test_Preprocessing::test_preprocessor_is_not_function PASSED [ 99%]
+2020-11-22 19:04:31,758 - b177aa (stdout): test/test_languages/testTypeScript.py::Test_tokenizing_TypeScript::test_simple PASSED [ 99%]
+2020-11-22 19:04:31,760 - b177aa (stdout): test/test_languages/testTypeScript.py::Test_parser_for_TypeScript::test_function_declare PASSED [ 99%]
+2020-11-22 19:04:31,761 - b177aa (stdout): test/test_languages/testTypeScript.py::Test_parser_for_TypeScript::test_function_with_default PASSED [ 99%]
+2020-11-22 19:04:31,763 - b177aa (stdout): test/test_languages/testTypeScript.py::Test_parser_for_TypeScript::test_simple_function PASSED [ 99%]
+2020-11-22 19:04:31,769 - b177aa (stdout): test/test_languages/testTypeScript.py::Test_parser_for_TypeScript::test_simple_function_with_no_return_type PASSED [100%]
+2020-11-22 19:04:31,769 - b177aa (stdout):
+2020-11-22 19:04:31,769 - b177aa (stdout): =================================== FAILURES ===================================
+2020-11-22 19:04:31,769 - b177aa (stdout): _____________________ TestFileOutputIntegration.test_html ______________________
+2020-11-22 19:04:31,769 - b177aa (stdout):
+2020-11-22 19:04:31,769 - b177aa (stdout): result = <map object at 0x7f6a686f4e10>
+2020-11-22 19:04:31,769 - b177aa (stdout): options = Namespace(CCN=15, arguments=100, exclude=[], extensions=[<function preprocessing at 0x7f6a68c03320>, <function comment...'length': 1000, 'nloc': 1000000, 'parameter_count': 100}, verbose=True, whitelist='whitelizard.txt', working_threads=1)
+2020-11-22 19:04:31,769 - b177aa (stdout): _ = (<lizard.OutputScheme object at 0x7f6a68703a10>, <class 'lizard.AllResult'>)
+2020-11-22 19:04:31,769 - b177aa (stdout):
+2020-11-22 19:04:31,769 - b177aa (stdout): def html_output(result, options, *_):
+2020-11-22 19:04:31,769 - b177aa (stdout): try:
+2020-11-22 19:04:31,769 - b177aa (stdout): > from jinja2 import Template
+2020-11-22 19:04:31,770 - b177aa (stdout): E ModuleNotFoundError: No module named 'jinja2'
+2020-11-22 19:04:31,770 - b177aa (stdout):
+2020-11-22 19:04:31,770 - b177aa (stdout): lizard_ext/htmloutput.py:14: ModuleNotFoundError
+2020-11-22 19:04:31,770 - b177aa (stdout):
+2020-11-22 19:04:31,770 - b177aa (stdout): During handling of the above exception, another exception occurred:
+2020-11-22 19:04:31,770 - b177aa (stdout):
+2020-11-22 19:04:31,770 - b177aa (stdout): self = <test.testOutputFile.TestFileOutputIntegration testMethod=test_html>
+2020-11-22 19:04:31,770 - b177aa (stdout):
+2020-11-22 19:04:31,770 - b177aa (stdout): def test_html(self):
+2020-11-22 19:04:31,770 - b177aa (stdout): header = "<!DOCTYPE HTML PUBLIC"
+2020-11-22 19:04:31,770 - b177aa (stdout): > self.output_test("test.html", header)
+2020-11-22 19:04:31,770 - b177aa (stdout):
+2020-11-22 19:04:31,770 - b177aa (stdout): test/testOutputFile.py:54:
+2020-11-22 19:04:31,770 - b177aa (stdout): _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
+2020-11-22 19:04:31,770 - b177aa (stdout): test/testOutputFile.py:40: in output_test
+2020-11-22 19:04:31,770 - b177aa (stdout): main(args)
+2020-11-22 19:04:31,770 - b177aa (stdout): lizard.py:1043: in main
+2020-11-22 19:04:31,770 - b177aa (stdout): warning_count = printer(result, options, schema, AllResult)
+2020-11-22 19:04:31,770 - b177aa (stdout): _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
+2020-11-22 19:04:31,770 - b177aa (stdout):
+2020-11-22 19:04:31,770 - b177aa (stdout): result = <map object at 0x7f6a686f4e10>
+2020-11-22 19:04:31,770 - b177aa (stdout): options = Namespace(CCN=15, arguments=100, exclude=[], extensions=[<function preprocessing at 0x7f6a68c03320>, <function comment...'length': 1000, 'nloc': 1000000, 'parameter_count': 100}, verbose=True, whitelist='whitelizard.txt', working_threads=1)
+2020-11-22 19:04:31,771 - b177aa (stdout): _ = (<lizard.OutputScheme object at 0x7f6a68703a10>, <class 'lizard.AllResult'>)
+2020-11-22 19:04:31,771 - b177aa (stdout):
+2020-11-22 19:04:31,771 - b177aa (stdout): def html_output(result, options, *_):
+2020-11-22 19:04:31,771 - b177aa (stdout): try:
+2020-11-22 19:04:31,771 - b177aa (stdout): from jinja2 import Template
+2020-11-22 19:04:31,771 - b177aa (stdout): except ImportError:
+2020-11-22 19:04:31,771 - b177aa (stdout): sys.stderr.write(
+2020-11-22 19:04:31,771 - b177aa (stdout): "HTML Output depends on jinja2. `pip install jinja2` first")
+2020-11-22 19:04:31,771 - b177aa (stdout): > sys.exit(2)
+2020-11-22 19:04:31,771 - b177aa (stdout): E SystemExit: 2
+2020-11-22 19:04:31,771 - b177aa (stdout):
+2020-11-22 19:04:31,771 - b177aa (stdout): lizard_ext/htmloutput.py:18: SystemExit
+2020-11-22 19:04:31,771 - b177aa (stdout): ----------------------------- Captured stdout call -----------------------------
+2020-11-22 19:04:31,771 - b177aa (stdout): Tmp directory '/var/tmp/portage/app-text/lizard-1.17.7/temp/tmptf37fiue' created.
+2020-11-22 19:04:31,771 - b177aa (stdout):
+2020-11-22 19:04:31,771 - b177aa (stdout): ----------------------------- Captured stderr call -----------------------------
+2020-11-22 19:04:31,771 - b177aa (stdout): HTML Output depends on jinja2. `pip install jinja2` first
+2020-11-22 19:04:31,771 - b177aa (stdout): __________________ TestHTMLOutput.test_should_have_html_body ___________________
+2020-11-22 19:04:31,771 - b177aa (stdout):
+2020-11-22 19:04:31,772 - b177aa (stdout): result = [<lizard.FileInformation object at 0x7f6a686d0290>]
+2020-11-22 19:04:31,772 - b177aa (stdout): options = Namespace(CCN=15, arguments=100, exclude=[], extensions=[<function preprocessing at 0x7f6a68c03320>, <function comment...length': 1000, 'nloc': 1000000, 'parameter_count': 100}, verbose=False, whitelist='whitelizard.txt', working_threads=1)
+2020-11-22 19:04:31,772 - b177aa (stdout): _ = (None, <class 'lizard.AllResult'>)
+2020-11-22 19:04:31,772 - b177aa (stdout):
+2020-11-22 19:04:31,772 - b177aa (stdout): def html_output(result, options, *_):
+2020-11-22 19:04:31,772 - b177aa (stdout): try:
+2020-11-22 19:04:31,772 - b177aa (stdout): > from jinja2 import Template
+2020-11-22 19:04:31,772 - b177aa (stdout): E ModuleNotFoundError: No module named 'jinja2'
+2020-11-22 19:04:31,772 - b177aa (stdout):
+2020-11-22 19:04:31,772 - b177aa (stdout): lizard_ext/htmloutput.py:14: ModuleNotFoundError
+2020-11-22 19:04:31,772 - b177aa (stdout):
+2020-11-22 19:04:31,772 - b177aa (stdout): During handling of the above exception, another exception occurred:
+2020-11-22 19:04:31,772 - b177aa (stdout):
+2020-11-22 19:04:31,772 - b177aa (stdout): self = <test.testOutputHTML.TestHTMLOutput testMethod=test_should_have_html_body>
+2020-11-22 19:04:31,772 - b177aa (stdout):
+2020-11-22 19:04:31,772 - b177aa (stdout): def test_should_have_html_body(self):
+2020-11-22 19:04:31,772 - b177aa (stdout): > html_output([self.fileSummary], self.option, None, AllResult)
+2020-11-22 19:04:31,772 - b177aa (stdout):
+2020-11-22 19:04:31,772 - b177aa (stdout): test/testOutputHTML.py:19:
+2020-11-22 19:04:31,772 - b177aa (stdout): _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
+2020-11-22 19:04:31,772 - b177aa (stdout):
+2020-11-22 19:04:31,772 - b177aa (stdout): result = [<lizard.FileInformation object at 0x7f6a686d0290>]
+2020-11-22 19:04:31,772 - b177aa (stdout): options = Namespace(CCN=15, arguments=100, exclude=[], extensions=[<function preprocessing at 0x7f6a68c03320>, <function comment...length': 1000, 'nloc': 1000000, 'parameter_count': 100}, verbose=False, whitelist='whitelizard.txt', working_threads=1)
+2020-11-22 19:04:31,773 - b177aa (stdout): _ = (None, <class 'lizard.AllResult'>)
+2020-11-22 19:04:31,773 - b177aa (stdout):
+2020-11-22 19:04:31,773 - b177aa (stdout): def html_output(result, options, *_):
+2020-11-22 19:04:31,773 - b177aa (stdout): try:
+2020-11-22 19:04:31,773 - b177aa (stdout): from jinja2 import Template
+2020-11-22 19:04:31,773 - b177aa (stdout): except ImportError:
+2020-11-22 19:04:31,773 - b177aa (stdout): sys.stderr.write(
+2020-11-22 19:04:31,773 - b177aa (stdout): "HTML Output depends on jinja2. `pip install jinja2` first")
+2020-11-22 19:04:31,773 - b177aa (stdout): > sys.exit(2)
+2020-11-22 19:04:31,773 - b177aa (stdout): E SystemExit: 2
+2020-11-22 19:04:31,773 - b177aa (stdout):
+2020-11-22 19:04:31,773 - b177aa (stdout): lizard_ext/htmloutput.py:18: SystemExit
+2020-11-22 19:04:31,773 - b177aa (stdout): ----------------------------- Captured stderr call -----------------------------
+2020-11-22 19:04:31,773 - b177aa (stdout): HTML Output depends on jinja2. `pip install jinja2` first
+2020-11-22 19:04:31,773 - b177aa (stdout): =============================== warnings summary ===============================
+2020-11-22 19:04:31,773 - b177aa (stdout): test/test_languages/testGo.py:22
+2020-11-22 19:04:31,773 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testGo.py:22: DeprecationWarning: invalid escape sequence \(
+2020-11-22 19:04:31,773 - b177aa (stdout): ''')
+2020-11-22 19:04:31,773 - b177aa (stdout):
+2020-11-22 19:04:31,773 - b177aa (stdout): test/test_languages/testJavaScript.py:35
+2020-11-22 19:04:31,773 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testJavaScript.py:35: DeprecationWarning: invalid escape sequence \/
+2020-11-22 19:04:31,773 - b177aa (stdout): self.check_tokens(['/\//'], r'''/\//''')
+2020-11-22 19:04:31,773 - b177aa (stdout):
+2020-11-22 19:04:31,773 - b177aa (stdout): test/test_languages/testRuby.py:32
+2020-11-22 19:04:31,774 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:32: DeprecationWarning: invalid escape sequence \/
+2020-11-22 19:04:31,774 - b177aa (stdout): self.check_tokens(['/\//'], r'''/\//''')
+2020-11-22 19:04:31,774 - b177aa (stdout):
+2020-11-22 19:04:31,774 - b177aa (stdout): test/test_languages/testRuby.py:57
+2020-11-22 19:04:31,774 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:57: DeprecationWarning: invalid escape sequence \}
+2020-11-22 19:04:31,774 - b177aa (stdout): self.check_tokens(['%{\}}'], r'''%{\}}''')
+2020-11-22 19:04:31,774 - b177aa (stdout):
+2020-11-22 19:04:31,774 - b177aa (stdout): test/test_languages/testRuby.py:58
+2020-11-22 19:04:31,774 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:58: DeprecationWarning: invalid escape sequence \}
+2020-11-22 19:04:31,774 - b177aa (stdout): self.check_tokens(['%{\}}'], r'''%{\}}''')
+2020-11-22 19:04:31,774 - b177aa (stdout):
+2020-11-22 19:04:31,774 - b177aa (stdout): test/test_languages/testRuby.py:59
+2020-11-22 19:04:31,774 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:59: DeprecationWarning: invalid escape sequence \}
+2020-11-22 19:04:31,774 - b177aa (stdout): self.check_tokens(['%q{\}}'], r'''%q{\}}''')
+2020-11-22 19:04:31,774 - b177aa (stdout):
+2020-11-22 19:04:31,774 - b177aa (stdout): test/test_languages/testRuby.py:60
+2020-11-22 19:04:31,774 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:60: DeprecationWarning: invalid escape sequence \]
+2020-11-22 19:04:31,774 - b177aa (stdout): self.check_tokens(['%q[\]]'], r'''%q[\]]''')
+2020-11-22 19:04:31,774 - b177aa (stdout):
+2020-11-22 19:04:31,774 - b177aa (stdout): test/test_languages/testRuby.py:61
+2020-11-22 19:04:31,774 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:61: DeprecationWarning: invalid escape sequence \>
+2020-11-22 19:04:31,774 - b177aa (stdout): self.check_tokens(['%q<\>>'], r'''%q<\>>''')
+2020-11-22 19:04:31,774 - b177aa (stdout):
+2020-11-22 19:04:31,775 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_header
+2020-11-22 19:04:31,775 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/testOutputCSV.py:26: DeprecationWarning: Please use assertRegex instead.
+2020-11-22 19:04:31,775 - b177aa (stdout): r"NLOC,CCN,token,PARAM,length,location,file,function,long_name,start,end")
+2020-11-22 19:04:31,775 - b177aa (stdout):
+2020-11-22 19:04:31,775 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_header_with_extension
+2020-11-22 19:04:31,775 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/testOutputCSV.py:39: DeprecationWarning: Please use assertRegex instead.
+2020-11-22 19:04:31,775 - b177aa (stdout): r"NLOC,CCN,token,PARAM,length,location,file,function,long_name,start,end,exits")
+2020-11-22 19:04:31,775 - b177aa (stdout):
+2020-11-22 19:04:31,775 - b177aa (stdout): -- Docs: https://docs.pytest.org/en/stable/warnings.html
+2020-11-22 19:04:31,775 - b177aa (stdout): =========================== short test summary info ============================
+2020-11-22 19:04:31,775 - b177aa (stdout): FAILED test/testOutputFile.py::TestFileOutputIntegration::test_html - SystemE...
+2020-11-22 19:04:31,775 - b177aa (stdout): FAILED test/testOutputHTML.py::TestHTMLOutput::test_should_have_html_body - S...
+2020-11-22 19:04:31,775 - b177aa (stdout): ============ 2 failed, 682 passed, 2 skipped, 10 warnings in 1.76s =============
+2020-11-22 19:04:32,204 - b177aa (stdout): * ERROR: app-text/lizard-1.17.7::guru failed (test phase):
+2020-11-22 19:04:32,206 - b177aa (stdout): * Tests fail with python3.7
+2020-11-22 19:04:32,207 - b177aa (stdout): *
+2020-11-22 19:04:32,209 - b177aa (stdout): * Call stack:
+2020-11-22 19:04:32,228 - b177aa (stdout): * ebuild.sh, line 125: Called src_test
+2020-11-22 19:04:32,231 - b177aa (stdout): * environment, line 2902: Called distutils-r1_src_test
+2020-11-22 19:04:32,234 - b177aa (stdout): * environment, line 1212: Called _distutils-r1_run_foreach_impl 'python_test'
+2020-11-22 19:04:32,237 - b177aa (stdout): * environment, line 428: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:32,240 - b177aa (stdout): * environment, line 2511: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:32,243 - b177aa (stdout): * environment, line 1994: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:32,246 - b177aa (stdout): * environment, line 1992: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:32,249 - b177aa (stdout): * environment, line 785: Called distutils-r1_run_phase 'python_test'
+2020-11-22 19:04:32,252 - b177aa (stdout): * environment, line 1149: Called python_test
+2020-11-22 19:04:32,255 - b177aa (stdout): * environment, line 2862: Called die
+2020-11-22 19:04:32,256 - b177aa (stdout): * The specific snippet of code:
+2020-11-22 19:04:32,269 - b177aa (stdout): * pytest -vv || die "Tests fail with ${EPYTHON}"
+2020-11-22 19:04:32,271 - b177aa (stdout): *
+2020-11-22 19:04:32,272 - b177aa (stdout): * If you need support, post the output of `emerge --info '=app-text/lizard-1.17.7::guru'`,
+2020-11-22 19:04:32,273 - b177aa (stdout): * the complete build log and the output of `emerge -pqv '=app-text/lizard-1.17.7::guru'`.
+2020-11-22 19:04:32,275 - b177aa (stdout): * The complete build log is located at '/var/tmp/portage/app-text/lizard-1.17.7/temp/build.log'.
+2020-11-22 19:04:32,276 - b177aa (stdout): * The ebuild environment file is located at '/var/tmp/portage/app-text/lizard-1.17.7/temp/environment'.
+2020-11-22 19:04:32,278 - b177aa (stdout): * Working directory: '/var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7'
+2020-11-22 19:04:32,279 - b177aa (stdout): * S: '/var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7'
+2020-11-22 19:04:32,468 - b177aa (stdout):
+2020-11-22 19:04:32,468 - b177aa (stdout): >>> Failed to emerge app-text/lizard-1.17.7, Log file:
+2020-11-22 19:04:32,468 - b177aa (stdout):
+2020-11-22 19:04:32,468 - b177aa (stdout): >>> '/var/tmp/portage/app-text/lizard-1.17.7/temp/build.log'
+2020-11-22 19:04:32,469 - b177aa (stdout): * Messages for package app-text/lizard-1.17.7:
+2020-11-22 19:04:32,469 - b177aa (stdout): * ERROR: app-text/lizard-1.17.7::guru failed (test phase):
+2020-11-22 19:04:32,469 - b177aa (stdout): * Tests fail with python3.7
+2020-11-22 19:04:32,469 - b177aa (stdout): *
+2020-11-22 19:04:32,469 - b177aa (stdout): * Call stack:
+2020-11-22 19:04:32,469 - b177aa (stdout): * ebuild.sh, line 125: Called src_test
+2020-11-22 19:04:32,469 - b177aa (stdout): * environment, line 2902: Called distutils-r1_src_test
+2020-11-22 19:04:32,469 - b177aa (stdout): * environment, line 1212: Called _distutils-r1_run_foreach_impl 'python_test'
+2020-11-22 19:04:32,469 - b177aa (stdout): * environment, line 428: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:32,469 - b177aa (stdout): * environment, line 2511: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:32,469 - b177aa (stdout): * environment, line 1994: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:32,469 - b177aa (stdout): * environment, line 1992: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:32,469 - b177aa (stdout): * environment, line 785: Called distutils-r1_run_phase 'python_test'
+2020-11-22 19:04:32,469 - b177aa (stdout): * environment, line 1149: Called python_test
+2020-11-22 19:04:32,469 - b177aa (stdout): * environment, line 2862: Called die
+2020-11-22 19:04:32,469 - b177aa (stdout): * The specific snippet of code:
+2020-11-22 19:04:32,469 - b177aa (stdout): * pytest -vv || die "Tests fail with ${EPYTHON}"
+2020-11-22 19:04:32,469 - b177aa (stdout): *
+2020-11-22 19:04:32,469 - b177aa (stdout): * If you need support, post the output of `emerge --info '=app-text/lizard-1.17.7::guru'`,
+2020-11-22 19:04:32,470 - b177aa (stdout): * the complete build log and the output of `emerge -pqv '=app-text/lizard-1.17.7::guru'`.
+2020-11-22 19:04:32,470 - b177aa (stdout): * The complete build log is located at '/var/tmp/portage/app-text/lizard-1.17.7/temp/build.log'.
+2020-11-22 19:04:32,470 - b177aa (stdout): * The ebuild environment file is located at '/var/tmp/portage/app-text/lizard-1.17.7/temp/environment'.
+2020-11-22 19:04:32,470 - b177aa (stdout): * Working directory: '/var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7'
+2020-11-22 19:04:32,470 - b177aa (stdout): * S: '/var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7'
+2020-11-22 19:04:32,470 - b177aa (stdout):
+2020-11-22 19:04:32,470 - b177aa (stdout):
+2020-11-22 19:04:32,476 - b177aa (stdout):
+2020-11-22 19:04:32,476 - b177aa (stdout): * GNU info directory index is up-to-date.
+2020-11-22 19:04:32,482 - b177aa (stdout):
+2020-11-22 19:04:32,482 - b177aa (stdout): * IMPORTANT: 7 news items need reading for repository 'gentoo'.
+2020-11-22 19:04:32,482 - b177aa (stdout): * Use eselect news read to view new items.
+2020-11-22 19:04:32,482 - b177aa (stdout):
+2020-11-22 19:04:32,566 - running in container b177aa6396295c35336f4dfb816eec920492daef432af65bcedc8a372d7e949e
+2020-11-22 19:04:32,567 - command failed, updating configuration files
+2020-11-22 19:04:32,567 - b177aa etc-update --verbose --automode -5
+2020-11-22 19:04:32,844 - b177aa (stdout): CONFIG_PROTECT=/etc /usr/share/gnupg/qualified.txt
+2020-11-22 19:04:32,844 - b177aa (stdout): CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo
+2020-11-22 19:04:32,844 - b177aa (stdout): FEATURES=assume-digests binpkg-docompress binpkg-dostrip binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersync xattr
+2020-11-22 19:04:32,844 - b177aa (stdout): PORTAGE_CONFIGROOT=/
+2020-11-22 19:04:32,844 - b177aa (stdout): PORTAGE_INST_GID=0
+2020-11-22 19:04:32,844 - b177aa (stdout): PORTAGE_INST_UID=0
+2020-11-22 19:04:32,844 - b177aa (stdout): PORTAGE_TMPDIR=/var/tmp
+2020-11-22 19:04:32,844 - b177aa (stdout): EROOT=/
+2020-11-22 19:04:32,845 - b177aa (stdout): USERLAND=GNU
+2020-11-22 19:04:32,845 - b177aa (stdout): NOCOLOR=
+2020-11-22 19:04:32,845 - b177aa (stdout): clear_term=no
+2020-11-22 19:04:32,845 - b177aa (stdout): eu_automerge=yes
+2020-11-22 19:04:32,845 - b177aa (stdout): rm_opts=-i
+2020-11-22 19:04:32,845 - b177aa (stdout): mv_opts=
+2020-11-22 19:04:32,845 - b177aa (stdout): pager=cat
+2020-11-22 19:04:32,845 - b177aa (stdout): diff_command=diff -uN %file1 %file2
+2020-11-22 19:04:32,845 - b177aa (stdout): using_editor=0
+2020-11-22 19:04:32,845 - b177aa (stdout): merge_command=sdiff -s -o %merged %orig %new
+2020-11-22 19:04:32,845 - b177aa (stdout): mode=0
+2020-11-22 19:04:32,845 - b177aa (stdout): TMP=/var/tmp/etc-update-4321
+2020-11-22 19:04:32,845 - b177aa (stdout): SCAN_PATHS=/etc /usr/share/gnupg/qualified.txt
+2020-11-22 19:04:32,845 - b177aa (stdout): Scanning Configuration files...
+2020-11-22 19:04:32,858 - b177aa (stdout): Exiting: Nothing left to do; exiting. :)
+2020-11-22 19:04:32,899 - emerge attempt 2 (of 5)
+2020-11-22 19:04:32,899 - b177aa emerge --autounmask-write=y --verbose =app-text/lizard-1.17.7
+2020-11-22 19:04:33,180 - b177aa (stdout):
+2020-11-22 19:04:33,181 - b177aa (stdout): These are the packages that would be merged, in order:
+2020-11-22 19:04:33,181 - b177aa (stdout):
+2020-11-22 19:04:33,258 - b177aa (stdout): Calculating dependencies
+2020-11-22 19:04:33,258 - b177aa (stdout): * IMPORTANT: 7 news items need reading for repository 'gentoo'.
+2020-11-22 19:04:33,258 - b177aa (stdout): * Use eselect news read to view new items.
+2020-11-22 19:04:33,258 - b177aa (stdout):
+2020-11-22 19:04:33,747 - b177aa (stdout): ... done!
+2020-11-22 19:04:33,751 - b177aa (stdout): [ebuild N ] app-text/lizard-1.17.7::guru USE="test" PYTHON_TARGETS="python3_7 -python3_8 -python3_9" 0 KiB
+2020-11-22 19:04:33,751 - b177aa (stdout):
+2020-11-22 19:04:33,751 - b177aa (stdout): Total: 1 package (1 new), Size of downloads: 0 KiB
+2020-11-22 19:04:33,769 - b177aa (stdout):
+2020-11-22 19:04:33,770 - b177aa (stdout): >>> Verifying ebuild manifests
+2020-11-22 19:04:33,770 - b177aa (stdout):
+2020-11-22 19:04:33,774 - b177aa (stdout):
+2020-11-22 19:04:33,774 - b177aa (stdout): >>> Emerging (1 of 1) app-text/lizard-1.17.7::guru
+2020-11-22 19:04:33,796 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:33,860 - b177aa (stdout): * lizard-1.17.7.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
+2020-11-22 19:04:34,130 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:34,181 - b177aa (stdout): >>> Unpacking source...
+2020-11-22 19:04:34,182 - b177aa (stdout): >>> Unpacking lizard-1.17.7.tar.gz to /var/tmp/portage/app-text/lizard-1.17.7/work
+2020-11-22 19:04:34,260 - b177aa (stdout): >>> Source unpacked in /var/tmp/portage/app-text/lizard-1.17.7/work
+2020-11-22 19:04:34,385 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:34,439 - b177aa (stdout): >>> Preparing source in /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7 ...
+2020-11-22 19:04:34,445 - b177aa (stdout): >>> Source prepared.
+2020-11-22 19:04:34,567 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:34,622 - b177aa (stdout): >>> Configuring source in /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7 ...
+2020-11-22 19:04:34,625 - b177aa (stdout): >>> Source configured.
+2020-11-22 19:04:34,745 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:34,811 - b177aa (stdout): >>> Compiling source in /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7 ...
+2020-11-22 19:04:34,822 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_compile
+2020-11-22 19:04:34,864 - b177aa (stdout): python3.7 setup.py build -j 8
+2020-11-22 19:04:34,999 - b177aa (stdout): running build
+2020-11-22 19:04:35,000 - b177aa (stdout): running build_py
+2020-11-22 19:04:35,014 - b177aa (stdout): copying lizard.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib
+2020-11-22 19:04:35,015 - b177aa (stdout): creating /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,015 - b177aa (stdout): copying lizard_ext/__init__.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,015 - b177aa (stdout): copying lizard_ext/auto_open.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,015 - b177aa (stdout): copying lizard_ext/csvoutput.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,015 - b177aa (stdout): copying lizard_ext/default_ordered_dict.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,016 - b177aa (stdout): copying lizard_ext/extension_base.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,016 - b177aa (stdout): copying lizard_ext/htmloutput.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,016 - b177aa (stdout): copying lizard_ext/keywords.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,016 - b177aa (stdout): copying lizard_ext/lizardboolcount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,016 - b177aa (stdout): copying lizard_ext/lizardcomplextags.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,016 - b177aa (stdout): copying lizard_ext/lizardcpre.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,017 - b177aa (stdout): copying lizard_ext/lizarddependencycount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,017 - b177aa (stdout): copying lizard_ext/lizarddumpcomments.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,017 - b177aa (stdout): copying lizard_ext/lizardduplicate.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,017 - b177aa (stdout): copying lizard_ext/lizardduplicated_param_list.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,017 - b177aa (stdout): copying lizard_ext/lizardexitcount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,017 - b177aa (stdout): copying lizard_ext/lizardgotocount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,018 - b177aa (stdout): copying lizard_ext/lizardignoreassert.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,018 - b177aa (stdout): copying lizard_ext/lizardio.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,018 - b177aa (stdout): copying lizard_ext/lizardmccabe.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,018 - b177aa (stdout): copying lizard_ext/lizardmodified.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,018 - b177aa (stdout): copying lizard_ext/lizardnd.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,018 - b177aa (stdout): copying lizard_ext/lizardnonstrict.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,019 - b177aa (stdout): copying lizard_ext/lizardns.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,019 - b177aa (stdout): copying lizard_ext/lizardoutside.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,019 - b177aa (stdout): copying lizard_ext/lizardstatementcount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,019 - b177aa (stdout): copying lizard_ext/lizardwordcount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,019 - b177aa (stdout): copying lizard_ext/version.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,020 - b177aa (stdout): copying lizard_ext/xmloutput.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:35,020 - b177aa (stdout): creating /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:35,020 - b177aa (stdout): copying lizard_languages/__init__.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:35,020 - b177aa (stdout): copying lizard_languages/clike.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:35,021 - b177aa (stdout): copying lizard_languages/code_reader.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:35,021 - b177aa (stdout): copying lizard_languages/csharp.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:35,021 - b177aa (stdout): copying lizard_languages/gdscript.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:35,021 - b177aa (stdout): copying lizard_languages/go.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:35,021 - b177aa (stdout): copying lizard_languages/golike.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:35,021 - b177aa (stdout): copying lizard_languages/java.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:35,022 - b177aa (stdout): copying lizard_languages/javascript.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:35,022 - b177aa (stdout): copying lizard_languages/js_style_language_states.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:35,022 - b177aa (stdout): copying lizard_languages/js_style_regex_expression.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:35,022 - b177aa (stdout): copying lizard_languages/lua.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:35,022 - b177aa (stdout): copying lizard_languages/objc.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:35,022 - b177aa (stdout): copying lizard_languages/php.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:35,023 - b177aa (stdout): copying lizard_languages/python.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:35,023 - b177aa (stdout): copying lizard_languages/ruby.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:35,023 - b177aa (stdout): copying lizard_languages/rubylike.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:35,023 - b177aa (stdout): copying lizard_languages/rust.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:35,023 - b177aa (stdout): copying lizard_languages/scala.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:35,023 - b177aa (stdout): copying lizard_languages/script_language.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:35,024 - b177aa (stdout): copying lizard_languages/swift.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:35,024 - b177aa (stdout): copying lizard_languages/tnsdl.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:35,024 - b177aa (stdout): copying lizard_languages/ttcn.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:35,024 - b177aa (stdout): copying lizard_languages/typescript.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:35,025 - b177aa (stdout): warning: build_py: byte-compiling is disabled, skipping.
+2020-11-22 19:04:35,025 - b177aa (stdout):
+2020-11-22 19:04:35,042 - b177aa (stdout): >>> Source compiled.
+2020-11-22 19:04:35,163 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:35,216 - b177aa (stdout): >>> Test phase: app-text/lizard-1.17.7
+2020-11-22 19:04:35,226 - b177aa (stdout): * python3_7: running distutils-r1_run_phase python_test
+2020-11-22 19:04:35,455 - b177aa (stdout): ============================= test session starts ==============================
+2020-11-22 19:04:35,455 - b177aa (stdout): platform linux -- Python 3.7.8, pytest-6.1.2, py-1.9.0, pluggy-0.13.1 -- /usr/bin/python3.7
+2020-11-22 19:04:35,455 - b177aa (stdout): cachedir: .pytest_cache
+2020-11-22 19:04:35,455 - b177aa (stdout): rootdir: /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7, configfile: setup.cfg
+2020-11-22 19:04:35,898 - b177aa (stdout): collecting ... collected 686 items
+2020-11-22 19:04:35,898 - b177aa (stdout):
+2020-11-22 19:04:35,902 - b177aa (stdout): test/testApplication.py::TestApplication::testEmptyResult PASSED [ 0%]
+2020-11-22 19:04:35,906 - b177aa (stdout): test/testApplication.py::TestApplication::testFilesWithFunction PASSED [ 0%]
+2020-11-22 19:04:35,913 - b177aa (stdout): test/testApplication.py::IntegrationTests::test_exit_code PASSED [ 0%]
+2020-11-22 19:04:35,920 - b177aa (stdout): test/testApplication.py::IntegrationTests::test_exit_code_ignore_warnings PASSED [ 0%]
+2020-11-22 19:04:35,924 - b177aa (stdout): test/testApplication.py::IntegrationTests::test_using_modified_ccn PASSED [ 0%]
+2020-11-22 19:04:35,928 - b177aa (stdout): test/testApplication.py::IntegrationTests::test_using_the_WordCount_plugin PASSED [ 0%]
+2020-11-22 19:04:35,932 - b177aa (stdout): test/testApplication.py::IntegrationTests::test_with_preprocessor_counted_in_CCN PASSED [ 1%]
+2020-11-22 19:04:35,934 - b177aa (stdout): test/testAssertionExtension.py::TestAssertionExtension::test_assert_with_ternary_operator PASSED [ 1%]
+2020-11-22 19:04:35,935 - b177aa (stdout): test/testAssertionExtension.py::TestAssertionExtension::test_exclusion_of_assert PASSED [ 1%]
+2020-11-22 19:04:35,937 - b177aa (stdout): test/testAssertionExtension.py::TestAssertionExtension::test_exclusion_of_static_assert PASSED [ 1%]
+2020-11-22 19:04:35,939 - b177aa (stdout): test/testAssertionExtension.py::TestAssertionExtension::test_ignore_all_code_in_assert PASSED [ 1%]
+2020-11-22 19:04:35,940 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_include_is_counted_as_2 PASSED [ 1%]
+2020-11-22 19:04:35,942 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_include_with_lg_and_gg_is_counted_as_2 PASSED [ 1%]
+2020-11-22 19:04:35,943 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_non_function_tokens_are_counted PASSED [ 2%]
+2020-11-22 19:04:35,945 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_one_function_with_comments_only PASSED [ 2%]
+2020-11-22 19:04:35,946 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_one_function_with_content PASSED [ 2%]
+2020-11-22 19:04:35,947 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_one_function_with_no_token PASSED [ 2%]
+2020-11-22 19:04:35,949 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_one_function_with_one_token PASSED [ 2%]
+2020-11-22 19:04:35,951 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_last_line_without_return_should_be_counted_in_fileinfo PASSED [ 2%]
+2020-11-22 19:04:35,953 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_nloc PASSED [ 2%]
+2020-11-22 19:04:35,954 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_nloc2 PASSED [ 3%]
+2020-11-22 19:04:35,956 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_nloc_of_empty_function PASSED [ 3%]
+2020-11-22 19:04:35,957 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_nloc_with_comment_between_new_lines PASSED [ 3%]
+2020-11-22 19:04:35,958 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_nloc_with_new_line_in_comment PASSED [ 3%]
+2020-11-22 19:04:35,960 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_one_function_with_content PASSED [ 3%]
+2020-11-22 19:04:35,962 - b177aa (stdout): test/testBasicFunctionInfo.py::TestLOC::test_having_empty_line PASSED [ 3%]
+2020-11-22 19:04:35,963 - b177aa (stdout): test/testBasicFunctionInfo.py::TestLOC::test_having_empty_line_that_has_spaces PASSED [ 3%]
+2020-11-22 19:04:35,964 - b177aa (stdout): test/testBasicFunctionInfo.py::TestLOC::test_having_multiple_line_comments PASSED [ 4%]
+2020-11-22 19:04:35,966 - b177aa (stdout): test/testBasicFunctionInfo.py::TestLOC::test_newline_in_macro PASSED [ 4%]
+2020-11-22 19:04:35,967 - b177aa (stdout): test/testBasicFunctionInfo.py::TestFileNLOC::test_comment_should_not_count PASSED [ 4%]
+2020-11-22 19:04:35,969 - b177aa (stdout): test/testBasicFunctionInfo.py::TestFileNLOC::test_empty_file_should_has_0_nloc PASSED [ 4%]
+2020-11-22 19:04:35,970 - b177aa (stdout): test/testBasicFunctionInfo.py::TestFileNLOC::test_one_line_file_should_has_1_nloc PASSED [ 4%]
+2020-11-22 19:04:35,972 - b177aa (stdout): test/testBasicFunctionInfo.py::TestFileNLOC::test_one_line_file_with_newline_at_the_end_should_has_1_nloc PASSED [ 4%]
+2020-11-22 19:04:35,973 - b177aa (stdout): test/testBasicFunctionInfo.py::TestFileNLOC::test_two_one_line_file_should_has_2_nloc PASSED [ 4%]
+2020-11-22 19:04:35,975 - b177aa (stdout): test/testCOutsideComplexity.py::Test_complexity_in_c_marco::test_complexity_outside_should_be_counted PASSED [ 5%]
+2020-11-22 19:04:35,976 - b177aa (stdout): test/testCOutsideComplexity.py::Test_complexity_in_c_marco::test_complexity_outside_should_be_counted_when_there_is_function PASSED [ 5%]
+2020-11-22 19:04:35,978 - b177aa (stdout): test/testCOutsideComplexity.py::Test_complexity_in_c_marco::test_no_complexity_outside_function_global_cc_should_be_one PASSED [ 5%]
+2020-11-22 19:04:35,980 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_be_after_line_counter PASSED [ 5%]
+2020-11-22 19:04:35,981 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_handle_multiple_elifs PASSED [ 5%]
+2020-11-22 19:04:35,982 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_handle_nested_ifs PASSED [ 5%]
+2020-11-22 19:04:35,984 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_ignore_tokens_in_else PASSED [ 5%]
+2020-11-22 19:04:35,985 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_remove_preprocessor_tokens PASSED [ 6%]
+2020-11-22 19:04:35,987 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_repeat_tokens PASSED [ 6%]
+2020-11-22 19:04:35,988 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_work_only_for_clike_reader PASSED [ 6%]
+2020-11-22 19:04:35,989 - b177aa (stdout): test/testCPreprocessorExtension.py::Test_end_2_end::test_extension_in_user PASSED [ 6%]
+2020-11-22 19:04:35,991 - b177aa (stdout): test/testCPreprocessorExtension.py::Test_end_2_end::test_line_counting PASSED [ 6%]
+2020-11-22 19:04:35,993 - b177aa (stdout): test/testCommentOptions.py::TestCommentOptions::test_function_after_comment_option_should_not_be_forgiven PASSED [ 6%]
+2020-11-22 19:04:35,994 - b177aa (stdout): test/testCommentOptions.py::TestCommentOptions::test_function_with_comment_option_before_it_should_be_forgiven PASSED [ 6%]
+2020-11-22 19:04:35,996 - b177aa (stdout): test/testCommentOptions.py::TestCommentOptions::test_function_with_comment_option_should_be_forgiven PASSED [ 7%]
+2020-11-22 19:04:35,997 - b177aa (stdout): test/testCommentOptions.py::TestCommentOptions::test_generated_code_should_be_ignored PASSED [ 7%]
+2020-11-22 19:04:35,999 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[no condition-int fun() {}-ccn0] PASSED [ 7%]
+2020-11-22 19:04:36,001 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[one condition-int fun(){if(a){xx;}}-ccn1] PASSED [ 7%]
+2020-11-22 19:04:36,002 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[ternary operator-int fun(){return (a)?b:c;}-ccn2] PASSED [ 7%]
+2020-11-22 19:04:36,004 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[forever_loop-int fun(){for(;;){dosomething();}}-ccn3] PASSED [ 7%]
+2020-11-22 19:04:36,005 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[and operator-int fun(){if(a&&b){xx;}}-ccn4] PASSED [ 8%]
+2020-11-22 19:04:36,007 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[if-else-if-int fun(){if(a)b;else if (c) d;}-ccn5] PASSED [ 8%]
+2020-11-22 19:04:36,009 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[macro if-elif-int main(){\n #ifdef A\n #elif (defined E)\n #endif\n }-ccn6] PASSED [ 8%]
+2020-11-22 19:04:36,010 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[r-value reference in parameter-int make(Args&&... args){}-ccn7] PASSED [ 8%]
+2020-11-22 19:04:36,012 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[r-value reference in body-int f() {Args&& a=b;}-ccn8] PASSED [ 8%]
+2020-11-22 19:04:36,014 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[non r-value reference in body-int f() {a && b==c;}-ccn9] PASSED [ 8%]
+2020-11-22 19:04:36,015 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[typedef with r-value reference-int f() {typedef int&& rref;}-ccn10] PASSED [ 8%]
+2020-11-22 19:04:36,017 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[brace-less control structures-void c() {\n if (a > -1 && b>= 0 )\n if(a != 0)\n a = b;\n }-ccn11] PASSED [ 9%]
+2020-11-22 19:04:36,019 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[function ref qualifier-struct A { void foo() && { return bar() && baz(); } };-ccn12] PASSED [ 9%]
+2020-11-22 19:04:36,021 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[function const ref qualifier-struct A { void foo() const && { return bar() && baz(); } };-ccn13] PASSED [ 9%]
+2020-11-22 19:04:36,022 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[two functions-x c() {\n if (a && b) {}\n }\n x a() {\n inputs = c;\n }-ccn14] PASSED [ 9%]
+2020-11-22 19:04:36,024 - b177aa (stdout): test/testExtension.py::Test_mounting_extensions::test_should_append_extension_at_the_end_by_default PASSED [ 9%]
+2020-11-22 19:04:36,026 - b177aa (stdout): test/testExtension.py::Test_mounting_extensions::test_should_insert_extension_at_the_index_when_specified PASSED [ 9%]
+2020-11-22 19:04:36,027 - b177aa (stdout): test/testExtension.py::Test_using_extensions::test_should_generate_property_for_file_info PASSED [ 9%]
+2020-11-22 19:04:36,029 - b177aa (stdout): test/testExtension.py::Test_using_multiple_base_extensions::test_all_extension_simultaneously PASSED [ 10%]
+2020-11-22 19:04:36,030 - b177aa (stdout): test/testExtension.py::Test_using_multiple_base_extensions::test_reduce_func_in_lizardio PASSED [ 10%]
+2020-11-22 19:04:36,033 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_assigned_languages PASSED [ 10%]
+2020-11-22 19:04:36,035 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_duplicates PASSED [ 10%]
+2020-11-22 19:04:36,037 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_exclude_file_name PASSED [ 10%]
+2020-11-22 19:04:36,039 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_exclude_folder PASSED [ 10%]
+2020-11-22 19:04:36,040 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_exclude_folder_recursively PASSED [ 10%]
+2020-11-22 19:04:36,042 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_exclude_none_supported_files PASSED [ 11%]
+2020-11-22 19:04:36,044 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_explicit_file_names PASSED [ 11%]
+2020-11-22 19:04:36,045 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_fail_to_open_file_should_be_allowed PASSED [ 11%]
+2020-11-22 19:04:36,046 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_no_matching PASSED [ 11%]
+2020-11-22 19:04:36,049 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_nonduplicates PASSED [ 11%]
+2020-11-22 19:04:36,050 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_specific_filenames_should_not_be_excluded PASSED [ 11%]
+2020-11-22 19:04:36,052 - b177aa (stdout): test/testFunctionDependencyCount.py::TestFunctionDependencyCount::test_import_dependency PASSED [ 11%]
+2020-11-22 19:04:36,054 - b177aa (stdout): test/testFunctionDependencyCount.py::TestFunctionDependencyCount::test_no_return PASSED [ 12%]
+2020-11-22 19:04:36,056 - b177aa (stdout): test/testFunctionDependencyCount.py::TestFunctionDependencyCount::test_python_import_as PASSED [ 12%]
+2020-11-22 19:04:36,058 - b177aa (stdout): test/testFunctionExitCount.py::TestFunctionExitCount::test_no_return_should_count_as_1 PASSED [ 12%]
+2020-11-22 19:04:36,059 - b177aa (stdout): test/testFunctionExitCount.py::TestFunctionExitCount::test_one_return_should_count_as_1 PASSED [ 12%]
+2020-11-22 19:04:36,061 - b177aa (stdout): test/testFunctionExitCount.py::TestFunctionExitCount::test_three_returns_should_count_as_3 PASSED [ 12%]
+2020-11-22 19:04:36,063 - b177aa (stdout): test/testFunctionExitCount.py::TestFunctionExitCount::test_two_returns_should_count_as_2 PASSED [ 12%]
+2020-11-22 19:04:36,065 - b177aa (stdout): test/testFunctionGotoCount.py::TestFunctionGotoCount::test_empty_function_should_count_as_0 PASSED [ 12%]
+2020-11-22 19:04:36,066 - b177aa (stdout): test/testFunctionGotoCount.py::TestFunctionGotoCount::test_function_name_contains_goto_count_as_0 PASSED [ 13%]
+2020-11-22 19:04:36,068 - b177aa (stdout): test/testFunctionGotoCount.py::TestFunctionGotoCount::test_function_with_goto_count_as_1 PASSED [ 13%]
+2020-11-22 19:04:36,069 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_empty_function_should_count_as_0 PASSED [ 13%]
+2020-11-22 19:04:36,071 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_function_with_for_count_as_7 PASSED [ 13%]
+2020-11-22 19:04:36,073 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_function_with_if_else_count_as_5 PASSED [ 13%]
+2020-11-22 19:04:36,074 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_function_with_return_count_as_1 PASSED [ 13%]
+2020-11-22 19:04:36,076 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_function_with_while_count_as_10 PASSED [ 13%]
+2020-11-22 19:04:36,078 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_function_with_while_count_as_6 PASSED [ 14%]
+2020-11-22 19:04:36,080 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_unsupported_language PASSED [ 14%]
+2020-11-22 19:04:36,082 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_GDScript PASSED [ 14%]
+2020-11-22 19:04:36,083 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_JavaScript PASSED [ 14%]
+2020-11-22 19:04:36,085 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_c_cpp PASSED [ 14%]
+2020-11-22 19:04:36,086 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_java PASSED [ 14%]
+2020-11-22 19:04:36,087 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_not_case_sensitive PASSED [ 15%]
+2020-11-22 19:04:36,088 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_objectiveC PASSED [ 15%]
+2020-11-22 19:04:36,090 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_scala PASSED [ 15%]
+2020-11-22 19:04:36,091 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_unknown_extension PASSED [ 15%]
+2020-11-22 19:04:36,093 - b177aa (stdout): test/testMcCabe.py::TestFunctionExitCount::test_fall_through PASSED [ 15%]
+2020-11-22 19:04:36,095 - b177aa (stdout): test/testMcCabe.py::TestFunctionExitCount::test_more PASSED [ 15%]
+2020-11-22 19:04:36,097 - b177aa (stdout): test/testMcCabe.py::TestFunctionExitCount::test_normal_case PASSED [ 15%]
+2020-11-22 19:04:36,098 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_and_condition_in_if_structure PASSED [ 16%]
+2020-11-22 19:04:36,100 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_consecutive_for_if_structures PASSED [ 16%]
+2020-11-22 19:04:36,102 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_consecutive_if_structures PASSED [ 16%]
+2020-11-22 19:04:36,103 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_consecutive_if_structures_with_return PASSED [ 16%]
+2020-11-22 19:04:36,105 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_nested_for_try_structures PASSED [ 16%]
+2020-11-22 19:04:36,106 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_nested_if_and_for PASSED [ 16%]
+2020-11-22 19:04:36,108 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_nested_if_else_structures PASSED [ 16%]
+2020-11-22 19:04:36,110 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_nested_if_try_structures PASSED [ 17%]
+2020-11-22 19:04:36,112 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_do PASSED [ 17%]
+2020-11-22 19:04:36,113 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_else_if PASSED [ 17%]
+2020-11-22 19:04:36,115 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_equal_metric_structures PASSED [ 17%]
+2020-11-22 19:04:36,117 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_forever_loop PASSED [ 17%]
+2020-11-22 19:04:36,119 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_gotcha_if_else PASSED [ 17%]
+2020-11-22 19:04:36,120 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_if_structure PASSED [ 17%]
+2020-11-22 19:04:36,121 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_nested_if_structures PASSED [ 18%]
+2020-11-22 19:04:36,123 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_nested_if_structures_in_2_functions PASSED [ 18%]
+2020-11-22 19:04:36,124 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_nested_loop_mixed_brackets PASSED [ 18%]
+2020-11-22 19:04:36,126 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_no_structures PASSED [ 18%]
+2020-11-22 19:04:36,127 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_non_block_if PASSED [ 18%]
+2020-11-22 19:04:36,129 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_non_r_value_ref_in_body PASSED [ 18%]
+2020-11-22 19:04:36,130 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_non_structure_braces PASSED [ 18%]
+2020-11-22 19:04:36,132 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_scope PASSED [ 19%]
+2020-11-22 19:04:36,133 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_struct_inside_declaration SKIPPED [ 19%]
+2020-11-22 19:04:36,134 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_struct_inside_definition SKIPPED [ 19%]
+2020-11-22 19:04:36,136 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_switch_case PASSED [ 19%]
+2020-11-22 19:04:36,137 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_terminator_in_parentheses PASSED [ 19%]
+2020-11-22 19:04:36,138 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_ternary_operator PASSED [ 19%]
+2020-11-22 19:04:36,140 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_try_catch PASSED [ 19%]
+2020-11-22 19:04:36,142 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_while PASSED [ 20%]
+2020-11-22 19:04:36,144 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_ignoring_explicit_forever_loop PASSED [ 20%]
+2020-11-22 19:04:36,146 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_addl_statement_in_if PASSED [ 20%]
+2020-11-22 19:04:36,147 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_and PASSED [ 20%]
+2020-11-22 19:04:36,148 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_else PASSED [ 20%]
+2020-11-22 19:04:36,150 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_else_and_curly_bracket PASSED [ 20%]
+2020-11-22 19:04:36,151 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_else_if PASSED [ 20%]
+2020-11-22 19:04:36,152 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_forever_loop PASSED [ 21%]
+2020-11-22 19:04:36,154 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_nested_loop_statement_minus_curly_brackets PASSED [ 21%]
+2020-11-22 19:04:36,156 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_nested_loop_statement_mixed_curly_brackets PASSED [ 21%]
+2020-11-22 19:04:36,157 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_nested_loop_statement_plus_curly_brackets PASSED [ 21%]
+2020-11-22 19:04:36,159 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_non_r_value_ref_in_body PASSED [ 21%]
+2020-11-22 19:04:36,160 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_question_mark PASSED [ 21%]
+2020-11-22 19:04:36,161 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_with_no_nd_condition PASSED [ 22%]
+2020-11-22 19:04:36,162 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_with_one_nd_condition PASSED [ 22%]
+2020-11-22 19:04:36,164 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_with_one_nd_condition_no_curly_bracket PASSED [ 22%]
+2020-11-22 19:04:36,166 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_two_function_nd_with_non_r_value_ref_in_body PASSED [ 22%]
+2020-11-22 19:04:36,167 - b177aa (stdout): test/testOutput.py::TestFunctionOutput::test_function_info_header_should_have_a_box PASSED [ 22%]
+2020-11-22 19:04:36,168 - b177aa (stdout): test/testOutput.py::TestFunctionOutput::test_function_info_header_should_have_the_captions PASSED [ 22%]
+2020-11-22 19:04:36,169 - b177aa (stdout): test/testOutput.py::TestFunctionOutput::test_function_info_header_should_have_the_captions_of_external_extensions PASSED [ 22%]
+2020-11-22 19:04:36,170 - b177aa (stdout): test/testOutput.py::TestFunctionOutput::test_print_fileinfo PASSED [ 23%]
+2020-11-22 19:04:36,172 - b177aa (stdout): test/testOutput.py::TestWarningOutput::test_no_news_is_good_news PASSED [ 23%]
+2020-11-22 19:04:36,174 - b177aa (stdout): test/testOutput.py::TestWarningOutput::test_should_have_header_when_warning_only_is_off PASSED [ 23%]
+2020-11-22 19:04:36,176 - b177aa (stdout): test/testOutput.py::TestWarningOutput::test_should_use_clang_format_for_warning PASSED [ 23%]
+2020-11-22 19:04:36,178 - b177aa (stdout): test/testOutput.py::TestWarningOutput::test_sort_warning PASSED [ 23%]
+2020-11-22 19:04:36,181 - b177aa (stdout): test/testOutput.py::TestWarningOutput::test_sort_warning_with_generator PASSED [ 23%]
+2020-11-22 19:04:36,182 - b177aa (stdout): test/testOutput.py::TestFileInformationOutput::test_print_and_save_detail_information PASSED [ 23%]
+2020-11-22 19:04:36,183 - b177aa (stdout): test/testOutput.py::TestFileInformationOutput::test_print_and_save_detail_information_with_ext PASSED [ 24%]
+2020-11-22 19:04:36,185 - b177aa (stdout): test/testOutput.py::TestFileInformationOutput::test_print_file_summary_only_once PASSED [ 24%]
+2020-11-22 19:04:36,187 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_exit_with_non_zero_when_more_warning_than_ignored_number PASSED [ 24%]
+2020-11-22 19:04:36,188 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_null_result PASSED [ 24%]
+2020-11-22 19:04:36,190 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_print_extension_results PASSED [ 24%]
+2020-11-22 19:04:36,191 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_print_result PASSED [ 24%]
+2020-11-22 19:04:36,192 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_should_not_print_extension_results_when_not_implemented PASSED [ 24%]
+2020-11-22 19:04:36,195 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_whitelist PASSED [ 25%]
+2020-11-22 19:04:36,196 - b177aa (stdout): test/testOutput.py::TestXMLOutput::test_xml_output PASSED [ 25%]
+2020-11-22 19:04:36,197 - b177aa (stdout): test/testOutput.py::TestXMLOutput::test_xml_output_on_empty_folder PASSED [ 25%]
+2020-11-22 19:04:36,199 - b177aa (stdout): test/testOutput.py::TestXMLOutput::test_xml_stylesheet PASSED [ 25%]
+2020-11-22 19:04:36,201 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_header PASSED [ 25%]
+2020-11-22 19:04:36,203 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_header_with_extension PASSED [ 25%]
+2020-11-22 19:04:36,205 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_no_header PASSED [ 25%]
+2020-11-22 19:04:36,207 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_no_header_with_extension PASSED [ 26%]
+2020-11-22 19:04:36,210 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_print_extension PASSED [ 26%]
+2020-11-22 19:04:36,212 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_print_fileinfo PASSED [ 26%]
+2020-11-22 19:04:36,214 - b177aa (stdout): test/testOutputFile.py::TestFileOutputArgParsing::test_long PASSED [ 26%]
+2020-11-22 19:04:36,216 - b177aa (stdout): test/testOutputFile.py::TestFileOutputArgParsing::test_override PASSED [ 26%]
+2020-11-22 19:04:36,218 - b177aa (stdout): test/testOutputFile.py::TestFileOutputArgParsing::test_short PASSED [ 26%]
+2020-11-22 19:04:36,220 - b177aa (stdout): test/testOutputFile.py::TestFileOutputArgParsing::test_standalone PASSED [ 26%]
+2020-11-22 19:04:36,223 - b177aa (stdout): test/testOutputFile.py::TestFileOutputIntegration::test_csv PASSED [ 27%]
+2020-11-22 19:04:36,225 - b177aa (stdout): test/testOutputFile.py::TestFileOutputIntegration::test_default PASSED [ 27%]
+2020-11-22 19:04:36,262 - b177aa (stdout): test/testOutputFile.py::TestFileOutputIntegration::test_html FAILED [ 27%]
+2020-11-22 19:04:36,266 - b177aa (stdout): test/testOutputFile.py::TestFileOutputIntegration::test_xml PASSED [ 27%]
+2020-11-22 19:04:36,271 - b177aa (stdout): test/testOutputHTML.py::TestHTMLOutput::test_should_have_html_body FAILED [ 27%]
+2020-11-22 19:04:36,272 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_digits PASSED [ 27%]
+2020-11-22 19:04:36,273 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_empty_string PASSED [ 27%]
+2020-11-22 19:04:36,274 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_line_number PASSED [ 28%]
+2020-11-22 19:04:36,275 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_line_number2 PASSED [ 28%]
+2020-11-22 19:04:36,276 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_more PASSED [ 28%]
+2020-11-22 19:04:36,277 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_operators PASSED [ 28%]
+2020-11-22 19:04:36,278 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_spaces PASSED [ 28%]
+2020-11-22 19:04:36,280 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_string PASSED [ 28%]
+2020-11-22 19:04:36,281 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_with_multiple_line_string PASSED [ 29%]
+2020-11-22 19:04:36,282 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_block_comment_in_define PASSED [ 29%]
+2020-11-22 19:04:36,283 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_define PASSED [ 29%]
+2020-11-22 19:04:36,284 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_define2 PASSED [ 29%]
+2020-11-22 19:04:36,285 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_half_comment_following PASSED [ 29%]
+2020-11-22 19:04:36,287 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_if PASSED [ 29%]
+2020-11-22 19:04:36,288 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_ifdef PASSED [ 29%]
+2020-11-22 19:04:36,289 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_include PASSED [ 30%]
+2020-11-22 19:04:36,290 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_with_line_continuer_define PASSED [ 30%]
+2020-11-22 19:04:36,291 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_c_style_comment PASSED [ 30%]
+2020-11-22 19:04:36,293 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_commentedComment PASSED [ 30%]
+2020-11-22 19:04:36,294 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_cpp_style_comment PASSED [ 30%]
+2020-11-22 19:04:36,295 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_cpp_style_comment_with_multiple_lines PASSED [ 30%]
+2020-11-22 19:04:36,296 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_with_c_comments PASSED [ 30%]
+2020-11-22 19:04:36,297 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_with_c_comments_with_backslash_in_it PASSED [ 31%]
+2020-11-22 19:04:36,298 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_with_cpp_comments PASSED [ 31%]
+2020-11-22 19:04:36,300 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_MoreFiles PASSED [ 31%]
+2020-11-22 19:04:36,323 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_MoreFilesMultipleThread PASSED [ 31%]
+2020-11-22 19:04:36,325 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_NoFiles PASSED [ 31%]
+2020-11-22 19:04:36,332 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_NoFilesMultipleThread PASSED [ 31%]
+2020-11-22 19:04:36,333 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_OneFile PASSED [ 31%]
+2020-11-22 19:04:36,339 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_OneFileMultipleThread PASSED [ 32%]
+2020-11-22 19:04:36,341 - b177aa (stdout): test/test_analyzer.py::Test_FileAnalyzer::test_analyze_c_file PASSED [ 32%]
+2020-11-22 19:04:36,349 - b177aa (stdout): test/test_analyzer.py::Test_FileAnalyzer::test_analyze_c_file_with_multiple_thread PASSED [ 32%]
+2020-11-22 19:04:36,351 - b177aa (stdout): test/test_analyzer.py::Test_FileAnalyzer::test_fileInformation PASSED [ 32%]
+2020-11-22 19:04:36,353 - b177aa (stdout): test/test_analyzer.py::Test_FileAnalyzer::test_should_report_when_having_other_problem_and_continue PASSED [ 32%]
+2020-11-22 19:04:36,354 - b177aa (stdout): test/test_analyzer.py::Test_Picklability::test_FileInfo_ShouldBePicklable PASSED [ 32%]
+2020-11-22 19:04:36,355 - b177aa (stdout): test/test_analyzer.py::Test_Picklability::test_FunctionInfo_ShouldBePicklable PASSED [ 32%]
+2020-11-22 19:04:36,357 - b177aa (stdout): test/test_analyzer.py::TestWarningFilter::test_should_filter_the_warnings PASSED [ 33%]
+2020-11-22 19:04:36,358 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_filter_function_in_the_right_file_when_specified PASSED [ 33%]
+2020-11-22 19:04:36,359 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_filter_multiple_functions_defined_on_one_line PASSED [ 33%]
+2020-11-22 19:04:36,360 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_filter_multiple_lines_of_whitelist PASSED [ 33%]
+2020-11-22 19:04:36,361 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_filter_out_the_whitelist PASSED [ 33%]
+2020-11-22 19:04:36,362 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_ignore_comments_in_whitelist PASSED [ 33%]
+2020-11-22 19:04:36,364 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_work_with_class_member PASSED [ 33%]
+2020-11-22 19:04:36,366 - b177aa (stdout): test/test_auto_open.py::TestAutoOpen::test_ascii PASSED [ 34%]
+2020-11-22 19:04:36,367 - b177aa (stdout): test/test_auto_open.py::TestAutoOpen::test_utf_8 PASSED [ 34%]
+2020-11-22 19:04:36,369 - b177aa (stdout): test/test_auto_open.py::TestAutoOpen::test_utf_8_with_bom PASSED [ 34%]
+2020-11-22 19:04:36,370 - b177aa (stdout): test/test_auto_open.py::TestAutoOpen::test_utf_8_with_unexpected_bom PASSED [ 34%]
+2020-11-22 19:04:36,372 - b177aa (stdout): test/test_auto_open.py::TestAutoRead::test_at PASSED [ 34%]
+2020-11-22 19:04:36,374 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_arguments PASSED [ 34%]
+2020-11-22 19:04:36,376 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_ccn PASSED [ 34%]
+2020-11-22 19:04:36,378 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_default_sorting PASSED [ 35%]
+2020-11-22 19:04:36,380 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_length PASSED [ 35%]
+2020-11-22 19:04:36,382 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_more_threshold PASSED [ 35%]
+2020-11-22 19:04:36,384 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_should_use_current_folder_as_default_path PASSED [ 35%]
+2020-11-22 19:04:36,386 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_sorting_factor PASSED [ 35%]
+2020-11-22 19:04:36,388 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_sorting_factor_does_not_exist PASSED [ 35%]
+2020-11-22 19:04:36,391 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_sorting_factor_does_not_exist1 PASSED [ 36%]
+2020-11-22 19:04:36,394 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_sorting_factor_does_not_exist_error_message PASSED [ 36%]
+2020-11-22 19:04:36,397 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_sorting_factor_does_not_exist_error_message_with_ext PASSED [ 36%]
+2020-11-22 19:04:36,399 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_threshold PASSED [ 36%]
+2020-11-22 19:04:36,401 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_unknown_argument_exit PASSED [ 36%]
+2020-11-22 19:04:36,404 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_will_include_ext_args PASSED [ 36%]
+2020-11-22 19:04:36,406 - b177aa (stdout): test/test_extensions/testComplexityTags.py::TestNonStrictExtension::test_empty_function PASSED [ 36%]
+2020-11-22 19:04:36,407 - b177aa (stdout): test/test_extensions/testComplexityTags.py::TestNonStrictExtension::test_function_with_one_condition PASSED [ 37%]
+2020-11-22 19:04:36,408 - b177aa (stdout): test/test_extensions/testComplexityTags.py::TestNonStrictExtension::test_multiple_lines PASSED [ 37%]
+2020-11-22 19:04:36,413 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_2_duplicates PASSED [ 37%]
+2020-11-22 19:04:36,427 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_2_big_blocks PASSED [ 37%]
+2020-11-22 19:04:36,430 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_different_integer_value PASSED [ 37%]
+2020-11-22 19:04:36,433 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_different_operator PASSED [ 37%]
+2020-11-22 19:04:36,435 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_different_string_value PASSED [ 37%]
+2020-11-22 19:04:36,438 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_different_variable_name PASSED [ 38%]
+2020-11-22 19:04:36,448 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_value_dense_block PASSED [ 38%]
+2020-11-22 19:04:36,467 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_value_dense_block_in_brackets PASSED [ 38%]
+2020-11-22 19:04:36,468 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_empty_file PASSED [ 38%]
+2020-11-22 19:04:36,471 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_identifier_after_arrow_should_not_be_commonized PASSED [ 38%]
+2020-11-22 19:04:36,474 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_identifier_after_dot_should_not_be_commonized PASSED [ 38%]
+2020-11-22 19:04:36,479 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_many_identifiers_together PASSED [ 38%]
+2020-11-22 19:04:36,484 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_no_duplicate_with_1_big_blocks_of_the_same_number PASSED [ 39%]
+2020-11-22 19:04:36,489 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_repeating_patterns PASSED [ 39%]
+2020-11-22 19:04:36,495 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_repeating_patterns_multiple_matches PASSED [ 39%]
+2020-11-22 19:04:36,499 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_three_functions_that_are_the_same PASSED [ 39%]
+2020-11-22 19:04:36,502 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_threshold PASSED [ 39%]
+2020-11-22 19:04:36,507 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_threshold_exceeded PASSED [ 39%]
+2020-11-22 19:04:36,511 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_threshold_with_too_many_repeatings PASSED [ 39%]
+2020-11-22 19:04:36,514 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_two_5_line_functions_that_are_exactly_the_same_detail PASSED [ 40%]
+2020-11-22 19:04:36,516 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_two_functions_that_are_exactly_the_same PASSED [ 40%]
+2020-11-22 19:04:36,520 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_two_functions_that_are_exactly_the_same_detail PASSED [ 40%]
+2020-11-22 19:04:36,522 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_two_functions_that_are_not_the_same PASSED [ 40%]
+2020-11-22 19:04:36,526 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtensionAcrossFiles::test_basic_duplicate PASSED [ 40%]
+2020-11-22 19:04:36,531 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtensionAcrossFiles::test_more_duplicate PASSED [ 40%]
+2020-11-22 19:04:36,532 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_3_nodes_duplicate PASSED [ 40%]
+2020-11-22 19:04:36,533 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_multiple_nodes_duplicate PASSED [ 41%]
+2020-11-22 19:04:36,535 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_multiple_nodes_duplicate_and_single_node PASSED [ 41%]
+2020-11-22 19:04:36,536 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_no_duplicate PASSED [ 41%]
+2020-11-22 19:04:36,538 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_not_multiple_nodes_duplicate PASSED [ 41%]
+2020-11-22 19:04:36,539 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_partial_different_purpose PASSED [ 41%]
+2020-11-22 19:04:36,540 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_simple_3_duplicates_in_different_places PASSED [ 41%]
+2020-11-22 19:04:36,542 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_simple_duplicate PASSED [ 41%]
+2020-11-22 19:04:36,543 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_simple_duplicate_3_times PASSED [ 42%]
+2020-11-22 19:04:36,545 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_simple_two_duplicates PASSED [ 42%]
+2020-11-22 19:04:36,546 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_0_fan_out PASSED [ 42%]
+2020-11-22 19:04:36,548 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_1_fan_out PASSED [ 42%]
+2020-11-22 19:04:36,549 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_1_fan_out_with_2_calls_of_the_same_function PASSED [ 42%]
+2020-11-22 19:04:36,550 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_1_fan_out_with_namespace PASSED [ 42%]
+2020-11-22 19:04:36,552 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_1_fan_out_with_recursive_call PASSED [ 43%]
+2020-11-22 19:04:36,553 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_ref_to_something_not_defined PASSED [ 43%]
+2020-11-22 19:04:36,554 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanIn::test_0_fan_in PASSED [ 43%]
+2020-11-22 19:04:36,556 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanIn::test_1_fan_in PASSED [ 43%]
+2020-11-22 19:04:36,557 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanIn::test_1_fan_in_if_it_is_called_twice_in_the_same_function PASSED [ 43%]
+2020-11-22 19:04:36,559 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestCombinedResult::test_1_fan_in_from_another_source_file PASSED [ 43%]
+2020-11-22 19:04:36,561 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestCombinedResult::test_1_fan_out_to_another_source_file PASSED [ 43%]
+2020-11-22 19:04:36,562 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_0_general_fan_out PASSED [ 44%]
+2020-11-22 19:04:36,563 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_1_general_fan_out_multiple_punctuations PASSED [ 44%]
+2020-11-22 19:04:36,565 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_1_general_fan_out_with_2_calls_of_the_same_function PASSED [ 44%]
+2020-11-22 19:04:36,566 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_1_general_fan_out_with_namespace PASSED [ 44%]
+2020-11-22 19:04:36,568 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_1_general_fan_out_with_recursive_call PASSED [ 44%]
+2020-11-22 19:04:36,569 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_1_general_fan_out_with_space PASSED [ 44%]
+2020-11-22 19:04:36,571 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_ref_to_something_not_defined PASSED [ 44%]
+2020-11-22 19:04:36,572 - b177aa (stdout): test/test_extensions/testNonStrict.py::TestNonStrictExtension::test_normal_function_with_boolean_operators PASSED [ 45%]
+2020-11-22 19:04:36,573 - b177aa (stdout): test/test_extensions/testNonStrict.py::TestNonStrictExtension::test_normal_function_without_boolean_operators PASSED [ 45%]
+2020-11-22 19:04:36,575 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_count_one_word PASSED [ 45%]
+2020-11-22 19:04:36,576 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_count_one_word_multiple_times PASSED [ 45%]
+2020-11-22 19:04:36,577 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_reduce_the_result PASSED [ 45%]
+2020-11-22 19:04:36,578 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_should_count_non_keyword PASSED [ 45%]
+2020-11-22 19:04:36,579 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_should_not_count_keywords PASSED [ 45%]
+2020-11-22 19:04:36,580 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_should_not_count_string PASSED [ 46%]
+2020-11-22 19:04:36,581 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_should_not_line_continuer PASSED [ 46%]
+2020-11-22 19:04:36,584 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountOutput::test_should_open_the_browser PASSED [ 46%]
+2020-11-22 19:04:36,586 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountOutput::test_should_output_html PASSED [ 46%]
+2020-11-22 19:04:36,588 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_C_Token_extension::test_connecting_macro PASSED [ 46%]
+2020-11-22 19:04:36,589 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_1 PASSED [ 46%]
+2020-11-22 19:04:36,590 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_bracket_that_is_not_a_namespace PASSED [ 46%]
+2020-11-22 19:04:36,592 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_class_as_an_attribute PASSED [ 47%]
+2020-11-22 19:04:36,593 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_class_with_inheritance PASSED [ 47%]
+2020-11-22 19:04:36,595 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_complicated_c_function PASSED [ 47%]
+2020-11-22 19:04:36,596 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_constructor_initialization_list PASSED [ 47%]
+2020-11-22 19:04:36,597 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_constructor_initialization_list_noexcept PASSED [ 47%]
+2020-11-22 19:04:36,599 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_constructor_initializer_list PASSED [ 47%]
+2020-11-22 19:04:36,600 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_constructor_uniform_initialization PASSED [ 47%]
+2020-11-22 19:04:36,601 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_destructor_implementation PASSED [ 48%]
+2020-11-22 19:04:36,602 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_double_nested_template PASSED [ 48%]
+2020-11-22 19:04:36,604 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_double_slash_within_string PASSED [ 48%]
+2020-11-22 19:04:36,605 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_empty PASSED [ 48%]
+2020-11-22 19:04:36,606 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_dec_followed_with_one_word_is_ok PASSED [ 48%]
+2020-11-22 19:04:36,607 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_dec_with_noexcept PASSED [ 48%]
+2020-11-22 19:04:36,609 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_dec_with_throw PASSED [ 48%]
+2020-11-22 19:04:36,610 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_declaration_is_not_counted PASSED [ 49%]
+2020-11-22 19:04:36,612 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_name_class PASSED [ 49%]
+2020-11-22 19:04:36,613 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_operator PASSED [ 49%]
+2020-11-22 19:04:36,614 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_that_returns_function_pointers PASSED [ 49%]
+2020-11-22 19:04:36,616 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_1_param PASSED [ 49%]
+2020-11-22 19:04:36,618 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_1_ref_param PASSED [ 49%]
+2020-11-22 19:04:36,619 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_content PASSED [ 50%]
+2020-11-22 19:04:36,620 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_no_param PASSED [ 50%]
+2020-11-22 19:04:36,622 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_param PASSED [ 50%]
+2020-11-22 19:04:36,623 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_strang_param PASSED [ 50%]
+2020-11-22 19:04:36,624 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_strang_param2 PASSED [ 50%]
+2020-11-22 19:04:36,626 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_global_var_constructor PASSED [ 50%]
+2020-11-22 19:04:36,627 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_inline_operator PASSED [ 50%]
+2020-11-22 19:04:36,629 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_less_then_is_not_template PASSED [ 51%]
+2020-11-22 19:04:36,630 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_namespace_alias PASSED [ 51%]
+2020-11-22 19:04:36,631 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_nested_class PASSED [ 51%]
+2020-11-22 19:04:36,633 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_nested_class_middle PASSED [ 51%]
+2020-11-22 19:04:36,634 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_nested_template PASSED [ 51%]
+2020-11-22 19:04:36,636 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_nested_template_function PASSED [ 51%]
+2020-11-22 19:04:36,637 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_nested_unnamed_namespace PASSED [ 51%]
+2020-11-22 19:04:36,638 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_no_function PASSED [ 52%]
+2020-11-22 19:04:36,640 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_non_function_initializer_list PASSED [ 52%]
+2020-11-22 19:04:36,642 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_non_function_uniform_initialization PASSED [ 52%]
+2020-11-22 19:04:36,685 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_not_old_style_c_function PASSED [ 52%]
+2020-11-22 19:04:36,686 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_old_style_c_function PASSED [ 52%]
+2020-11-22 19:04:36,688 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_old_style_c_function_has_semicolon PASSED [ 52%]
+2020-11-22 19:04:36,689 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_function PASSED [ 52%]
+2020-11-22 19:04:36,691 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_function_with_const PASSED [ 53%]
+2020-11-22 19:04:36,692 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_function_with_namespace PASSED [ 53%]
+2020-11-22 19:04:36,694 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_function_with_noexcept PASSED [ 53%]
+2020-11-22 19:04:36,696 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_function_with_throw PASSED [ 53%]
+2020-11-22 19:04:36,697 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_macro_in_class PASSED [ 53%]
+2020-11-22 19:04:36,698 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_only_word_can_be_function_name PASSED [ 53%]
+2020-11-22 19:04:36,700 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_operator_overloading PASSED [ 53%]
+2020-11-22 19:04:36,701 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_operator_overloading_shift PASSED [ 54%]
+2020-11-22 19:04:36,702 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_operator_overloading_with_namespace PASSED [ 54%]
+2020-11-22 19:04:36,703 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_operator_with_complicated_name PASSED [ 54%]
+2020-11-22 19:04:36,705 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_parentheses_before_function PASSED [ 54%]
+2020-11-22 19:04:36,706 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_pre_class PASSED [ 54%]
+2020-11-22 19:04:36,708 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_ref_qualifiers PASSED [ 54%]
+2020-11-22 19:04:36,709 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_struct_in_param PASSED [ 54%]
+2020-11-22 19:04:36,710 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_struct_in_return_type PASSED [ 55%]
+2020-11-22 19:04:36,712 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_stupid_macro_before_function PASSED [ 55%]
+2020-11-22 19:04:36,713 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_as_part_of_function_name PASSED [ 55%]
+2020-11-22 19:04:36,714 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_as_reference PASSED [ 55%]
+2020-11-22 19:04:36,717 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_class PASSED [ 55%]
+2020-11-22 19:04:36,719 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_class_full_specialization PASSED [ 55%]
+2020-11-22 19:04:36,721 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_class_partial_specialization PASSED [ 55%]
+2020-11-22 19:04:36,723 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_function PASSED [ 56%]
+2020-11-22 19:04:36,725 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_function_specialization PASSED [ 56%]
+2020-11-22 19:04:36,726 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_with_pointer PASSED [ 56%]
+2020-11-22 19:04:36,728 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_with_reference PASSED [ 56%]
+2020-11-22 19:04:36,729 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_with_reference_as_reference PASSED [ 56%]
+2020-11-22 19:04:36,730 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_templated_code_with_question_mark PASSED [ 56%]
+2020-11-22 19:04:36,732 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_trailing_return_type PASSED [ 56%]
+2020-11-22 19:04:36,733 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_two_function PASSED [ 57%]
+2020-11-22 19:04:36,735 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_two_functions_in_class PASSED [ 57%]
+2020-11-22 19:04:36,736 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_two_simplest_function PASSED [ 57%]
+2020-11-22 19:04:36,737 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_typedef_is_not_old_style_c_function PASSED [ 57%]
+2020-11-22 19:04:36,739 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_underscore PASSED [ 57%]
+2020-11-22 19:04:36,741 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_union_as_qualifier PASSED [ 57%]
+2020-11-22 19:04:36,743 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_class PASSED [ 58%]
+2020-11-22 19:04:36,744 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_control_structures PASSED [ 58%]
+2020-11-22 19:04:36,746 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_function PASSED [ 58%]
+2020-11-22 19:04:36,747 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_function_parameters PASSED [ 58%]
+2020-11-22 19:04:36,749 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_function_return_type PASSED [ 58%]
+2020-11-22 19:04:36,751 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_namespace PASSED [ 58%]
+2020-11-22 19:04:36,752 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_function_like PASSED [ 58%]
+2020-11-22 19:04:36,753 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_function_like2 PASSED [ 59%]
+2020-11-22 19:04:36,755 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_macro_and_class PASSED [ 59%]
+2020-11-22 19:04:36,756 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_macro_call_after_if PASSED [ 59%]
+2020-11-22 19:04:36,757 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_macro_call_after_if_and_no_semicolon_before_the_closing_br PASSED [ 59%]
+2020-11-22 19:04:36,759 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_macro_call_after_if_and_no_semicolon_before_the_closing_br2 PASSED [ 59%]
+2020-11-22 19:04:36,760 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_content_macro_should_be_ignored PASSED [ 59%]
+2020-11-22 19:04:36,762 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_preprocessor_is_not_function PASSED [ 59%]
+2020-11-22 19:04:36,763 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_preprocessors_should_be_ignored_outside_function_implementation PASSED [ 60%]
+2020-11-22 19:04:36,764 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Big::test_trouble PASSED [ 60%]
+2020-11-22 19:04:36,766 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Big::test_typedef PASSED [ 60%]
+2020-11-22 19:04:36,768 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Dialects::test_cuda_kernel_launch PASSED [ 60%]
+2020-11-22 19:04:36,771 - b177aa (stdout): test/test_languages/testCsharp.py::TestCsharp::test_function_with_eight PASSED [ 60%]
+2020-11-22 19:04:36,772 - b177aa (stdout): test/test_languages/testCsharp.py::TestCsharp::test_function_with_one PASSED [ 60%]
+2020-11-22 19:04:36,774 - b177aa (stdout): test/test_languages/testCsharp.py::TestCsharp::test_function_with_three PASSED [ 60%]
+2020-11-22 19:04:36,775 - b177aa (stdout): test/test_languages/testCsharp.py::TestCsharp::test_function_with_two PASSED [ 61%]
+2020-11-22 19:04:36,777 - b177aa (stdout): test/test_languages/testCsharp.py::TestCsharp::test_null_coalescing_operator PASSED [ 61%]
+2020-11-22 19:04:36,779 - b177aa (stdout): test/test_languages/testES6.py::Test_tokenizing_ES6::test_dollar_var PASSED [ 61%]
+2020-11-22 19:04:36,780 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_arraw_function_name PASSED [ 61%]
+2020-11-22 19:04:36,782 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_arraw_function_with_multiple_param PASSED [ 61%]
+2020-11-22 19:04:36,783 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_arrow_function_return_object PASSED [ 61%]
+2020-11-22 19:04:36,785 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_class PASSED [ 61%]
+2020-11-22 19:04:36,786 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_complexity PASSED [ 62%]
+2020-11-22 19:04:36,787 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_function_with_block PASSED [ 62%]
+2020-11-22 19:04:36,788 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_generator_function PASSED [ 62%]
+2020-11-22 19:04:36,790 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_generator_function_assign_to_name PASSED [ 62%]
+2020-11-22 19:04:36,791 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_nested PASSED [ 62%]
+2020-11-22 19:04:36,792 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_nested2 PASSED [ 62%]
+2020-11-22 19:04:36,794 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_nested3 PASSED [ 62%]
+2020-11-22 19:04:36,795 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_nested_complexity PASSED [ 63%]
+2020-11-22 19:04:36,796 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_simple_function PASSED [ 63%]
+2020-11-22 19:04:36,799 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_statement_block PASSED [ 63%]
+2020-11-22 19:04:36,800 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_two_functions PASSED [ 63%]
+2020-11-22 19:04:36,801 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_two_functions_with_semicolon PASSED [ 63%]
+2020-11-22 19:04:36,803 - b177aa (stdout): test/test_languages/testGDScript.py::TestGDScript::test_empty PASSED [ 63%]
+2020-11-22 19:04:36,804 - b177aa (stdout): test/test_languages/testGDScript.py::TestGDScript::test_top_level_function PASSED [ 63%]
+2020-11-22 19:04:36,805 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_empty PASSED [ 64%]
+2020-11-22 19:04:36,807 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_interface PASSED [ 64%]
+2020-11-22 19:04:36,808 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_interface_followed_by_a_class PASSED [ 64%]
+2020-11-22 19:04:36,810 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_no_function PASSED [ 64%]
+2020-11-22 19:04:36,811 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_function PASSED [ 64%]
+2020-11-22 19:04:36,813 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_function_defined_on_a_struct PASSED [ 64%]
+2020-11-22 19:04:36,814 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_function_with_complexity PASSED [ 65%]
+2020-11-22 19:04:36,815 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_function_with_return_value PASSED [ 65%]
+2020-11-22 19:04:36,817 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_function_with_two_return_values PASSED [ 65%]
+2020-11-22 19:04:36,818 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_with_parameter PASSED [ 65%]
+2020-11-22 19:04:36,819 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_complicated_properties PASSED [ 65%]
+2020-11-22 19:04:36,821 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_less_than PASSED [ 65%]
+2020-11-22 19:04:36,822 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_nested PASSED [ 65%]
+2020-11-22 19:04:36,823 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_nested_save_tag PASSED [ 66%]
+2020-11-22 19:04:36,824 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_open_closing_with_content PASSED [ 66%]
+2020-11-22 19:04:36,825 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_simple_open_closing PASSED [ 66%]
+2020-11-22 19:04:36,827 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_simple_standalone PASSED [ 66%]
+2020-11-22 19:04:36,828 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_with_attributes PASSED [ 66%]
+2020-11-22 19:04:36,829 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_with_embeded_attributes PASSED [ 66%]
+2020-11-22 19:04:36,830 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_with_embeded_code PASSED [ 66%]
+2020-11-22 19:04:36,831 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_with_less_than2 PASSED [ 67%]
+2020-11-22 19:04:36,832 - b177aa (stdout): test/test_languages/testJSX.py::Test_parser_for_JavaScript_X::test_complicated PASSED [ 67%]
+2020-11-22 19:04:36,834 - b177aa (stdout): test/test_languages/testJSX.py::Test_parser_for_JavaScript_X::test_simple_function PASSED [ 67%]
+2020-11-22 19:04:36,835 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_class_name_with_extends PASSED [ 67%]
+2020-11-22 19:04:36,836 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_class_name_with_interface PASSED [ 67%]
+2020-11-22 19:04:36,837 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_class_with_decorator PASSED [ 67%]
+2020-11-22 19:04:36,839 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_class_with_decorator_that_has_namespace PASSED [ 67%]
+2020-11-22 19:04:36,840 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_function_with_decorator PASSED [ 68%]
+2020-11-22 19:04:36,841 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_function_with_throws PASSED [ 68%]
+2020-11-22 19:04:36,843 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_operator_as_an_overloaded_identifier PASSED [ 68%]
+2020-11-22 19:04:36,844 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_dollar_var PASSED [ 68%]
+2020-11-22 19:04:36,846 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_should_not_confuse_division_as_regx PASSED [ 68%]
+2020-11-22 19:04:36,848 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_tokenizing_javascript_comments PASSED [ 68%]
+2020-11-22 19:04:36,849 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_tokenizing_javascript_multiple_line_string PASSED [ 68%]
+2020-11-22 19:04:36,850 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_tokenizing_javascript_regular_expression PASSED [ 69%]
+2020-11-22 19:04:36,851 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_tokenizing_javascript_regular_expression1 PASSED [ 69%]
+2020-11-22 19:04:36,853 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_tokenizing_pattern PASSED [ 69%]
+2020-11-22 19:04:36,854 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_assigning_to_a_name PASSED [ 69%]
+2020-11-22 19:04:36,855 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_in_a_function PASSED [ 69%]
+2020-11-22 19:04:36,857 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_in_a_object PASSED [ 69%]
+2020-11-22 19:04:36,858 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_in_arrow PASSED [ 69%]
+2020-11-22 19:04:36,860 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_long_name PASSED [ 70%]
+2020-11-22 19:04:36,861 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_without_name_assign_to_field PASSED [ 70%]
+2020-11-22 19:04:36,862 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_global PASSED [ 70%]
+2020-11-22 19:04:36,864 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_not_a_function_assigning_to_a_name PASSED [ 70%]
+2020-11-22 19:04:36,865 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_parameter_count PASSED [ 70%]
+2020-11-22 19:04:36,866 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_simple_function PASSED [ 70%]
+2020-11-22 19:04:36,868 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_simple_function_complexity PASSED [ 70%]
+2020-11-22 19:04:36,870 - b177aa (stdout): test/test_languages/testLua.py::Test_tokenizing_Lua::test_comment PASSED [ 71%]
+2020-11-22 19:04:36,871 - b177aa (stdout): test/test_languages/testLua.py::Test_tokenizing_Lua::test_comment_block PASSED [ 71%]
+2020-11-22 19:04:36,872 - b177aa (stdout): test/test_languages/testLua.py::Test_tokenizing_Lua::test_double_square_brackets_string PASSED [ 71%]
+2020-11-22 19:04:36,873 - b177aa (stdout): test/test_languages/testLua.py::Test_tokenizing_Lua::test_should_not_confuse_division_as_regx PASSED [ 71%]
+2020-11-22 19:04:36,874 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_anonymous PASSED [ 71%]
+2020-11-22 19:04:36,876 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_anonymous_with_assignment PASSED [ 71%]
+2020-11-22 19:04:36,877 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_class_method PASSED [ 72%]
+2020-11-22 19:04:36,878 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_comment_is_omitted_in_token_cound PASSED [ 72%]
+2020-11-22 19:04:36,880 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_do PASSED [ 72%]
+2020-11-22 19:04:36,881 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_empty PASSED [ 72%]
+2020-11-22 19:04:36,882 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_for_and_while PASSED [ 72%]
+2020-11-22 19:04:36,884 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_if PASSED [ 72%]
+2020-11-22 19:04:36,885 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_nested_functions PASSED [ 72%]
+2020-11-22 19:04:36,886 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_no_function PASSED [ 73%]
+2020-11-22 19:04:36,887 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_one_function PASSED [ 73%]
+2020-11-22 19:04:36,889 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_one_function_loc PASSED [ 73%]
+2020-11-22 19:04:36,890 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_repeat_until PASSED [ 73%]
+2020-11-22 19:04:36,892 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_two_functions PASSED [ 73%]
+2020-11-22 19:04:36,893 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_empty PASSED [ 73%]
+2020-11-22 19:04:36,895 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_implementation PASSED [ 73%]
+2020-11-22 19:04:36,896 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_no_function PASSED [ 74%]
+2020-11-22 19:04:36,897 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_one_c_function PASSED [ 74%]
+2020-11-22 19:04:36,899 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_one_objc_function PASSED [ 74%]
+2020-11-22 19:04:36,900 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_one_objc_function_with_param PASSED [ 74%]
+2020-11-22 19:04:36,901 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_one_objc_function_with_three_param PASSED [ 74%]
+2020-11-22 19:04:36,903 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_one_objc_function_with_two_param PASSED [ 74%]
+2020-11-22 19:04:36,905 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_typedef PASSED [ 74%]
+2020-11-22 19:04:36,907 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_c_comments PASSED [ 75%]
+2020-11-22 19:04:36,908 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_code_block_with_html PASSED [ 75%]
+2020-11-22 19:04:36,909 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_code_block_without_closing PASSED [ 75%]
+2020-11-22 19:04:36,911 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_dollar_var PASSED [ 75%]
+2020-11-22 19:04:36,912 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_empty PASSED [ 75%]
+2020-11-22 19:04:36,913 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_empty_code_block PASSED [ 75%]
+2020-11-22 19:04:36,914 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_empty_code_block_with_html PASSED [ 75%]
+2020-11-22 19:04:36,915 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_empty_simple_code_block PASSED [ 76%]
+2020-11-22 19:04:36,916 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_multiple_line_string PASSED [ 76%]
+2020-11-22 19:04:36,917 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_multiple_line_string_alternative PASSED [ 76%]
+2020-11-22 19:04:36,919 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_no_code_block PASSED [ 76%]
+2020-11-22 19:04:36,920 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_class PASSED [ 76%]
+2020-11-22 19:04:36,921 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_class_mixed PASSED [ 76%]
+2020-11-22 19:04:36,923 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_function_assigning_to_a_name PASSED [ 76%]
+2020-11-22 19:04:36,924 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_function_without_name_assign_to_field PASSED [ 77%]
+2020-11-22 19:04:36,926 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_interface PASSED [ 77%]
+2020-11-22 19:04:36,927 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_interface2 PASSED [ 77%]
+2020-11-22 19:04:36,928 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_not_a_function_assigning_to_a_name PASSED [ 77%]
+2020-11-22 19:04:36,930 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_parameter_count PASSED [ 77%]
+2020-11-22 19:04:36,931 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_simple_function PASSED [ 77%]
+2020-11-22 19:04:36,932 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_simple_function_complexity PASSED [ 77%]
+2020-11-22 19:04:36,934 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_simple_function_complexity_elseif PASSED [ 78%]
+2020-11-22 19:04:36,935 - b177aa (stdout): test/test_languages/testPython.py::Test_tokenizer_for_Python::test_comment_with_quote PASSED [ 78%]
+2020-11-22 19:04:36,936 - b177aa (stdout): test/test_languages/testPython.py::Test_Python_nesting_level::test_2nd_level_function_with_leading_space PASSED [ 78%]
+2020-11-22 19:04:36,938 - b177aa (stdout): test/test_languages/testPython.py::Test_Python_nesting_level::test_miss_indented_comment PASSED [ 78%]
+2020-11-22 19:04:36,939 - b177aa (stdout): test/test_languages/testPython.py::Test_Python_nesting_level::test_second_top_level_functions PASSED [ 78%]
+2020-11-22 19:04:36,940 - b177aa (stdout): test/test_languages/testPython.py::Test_Python_nesting_level::test_top_level_function PASSED [ 78%]
+2020-11-22 19:04:36,941 - b177aa (stdout): test/test_languages/testPython.py::Test_Python_nesting_level::test_top_level_function_with_leading_space PASSED [ 79%]
+2020-11-22 19:04:36,943 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_2_functions PASSED [ 79%]
+2020-11-22 19:04:36,945 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_2_top_level_functions PASSED [ 79%]
+2020-11-22 19:04:36,947 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_block_string PASSED [ 79%]
+2020-11-22 19:04:36,948 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_block_string_is_one_token PASSED [ 79%]
+2020-11-22 19:04:36,950 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_comment_is_not_counted_in_nloc PASSED [ 79%]
+2020-11-22 19:04:36,951 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_docstring_is_not_counted_in_nloc PASSED [ 79%]
+2020-11-22 19:04:36,953 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_empty_source_should_return_no_function PASSED [ 80%]
+2020-11-22 19:04:36,955 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_function_end PASSED [ 80%]
+2020-11-22 19:04:36,958 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_nested_depth_metric_multiple_continuous_loop_statements PASSED [ 80%]
+2020-11-22 19:04:36,960 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_nested_functions PASSED [ 80%]
+2020-11-22 19:04:36,962 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_nested_functions_ended_at_eof PASSED [ 80%]
+2020-11-22 19:04:36,964 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_nested_functions_ended_at_same_line PASSED [ 80%]
+2020-11-22 19:04:36,965 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_odd_blank_line PASSED [ 80%]
+2020-11-22 19:04:36,966 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_odd_line_with_comment PASSED [ 81%]
+2020-11-22 19:04:36,968 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_parameter_count PASSED [ 81%]
+2020-11-22 19:04:36,970 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_parameter_count_with_default_value PASSED [ 81%]
+2020-11-22 19:04:36,972 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_simple_python_function PASSED [ 81%]
+2020-11-22 19:04:36,973 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_tab_is_same_as_8_spaces PASSED [ 81%]
+2020-11-22 19:04:36,975 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_top_level_functions PASSED [ 81%]
+2020-11-22 19:04:36,977 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_two_simple_python_function PASSED [ 81%]
+2020-11-22 19:04:36,979 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_ranges PASSED [ 82%]
+2020-11-22 19:04:36,981 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_shorthand_symbol PASSED [ 82%]
+2020-11-22 19:04:36,983 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_should_not_confuse_division_as_regx PASSED [ 82%]
+2020-11-22 19:04:36,984 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_special_method_names PASSED [ 82%]
+2020-11-22 19:04:36,985 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_brackets PASSED [ 82%]
+2020-11-22 19:04:36,986 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_pattern PASSED [ 82%]
+2020-11-22 19:04:36,987 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_ruby_comments PASSED [ 82%]
+2020-11-22 19:04:36,988 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_ruby_regular_expression PASSED [ 83%]
+2020-11-22 19:04:36,990 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_string_expression PASSED [ 83%]
+2020-11-22 19:04:36,991 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_string_with_formatter PASSED [ 83%]
+2020-11-22 19:04:36,992 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_string_with_string PASSED [ 83%]
+2020-11-22 19:04:36,993 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_string_with_string2 PASSED [ 83%]
+2020-11-22 19:04:36,994 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_symbol PASSED [ 83%]
+2020-11-22 19:04:36,996 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_vars PASSED [ 83%]
+2020-11-22 19:04:36,997 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_empty PASSED [ 84%]
+2020-11-22 19:04:36,998 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_no_function PASSED [ 84%]
+2020-11-22 19:04:36,999 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_function PASSED [ 84%]
+2020-11-22 19:04:37,001 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_function_loc PASSED [ 84%]
+2020-11-22 19:04:37,002 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_begin_and_end PASSED [ 84%]
+2020-11-22 19:04:37,003 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_begin_and_end_outside PASSED [ 84%]
+2020-11-22 19:04:37,005 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_brackets_and_end_outside PASSED [ 84%]
+2020-11-22 19:04:37,006 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_class_as_identifier PASSED [ 85%]
+2020-11-22 19:04:37,007 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_class_in_it PASSED [ 85%]
+2020-11-22 19:04:37,009 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_do PASSED [ 85%]
+2020-11-22 19:04:37,010 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_within_do PASSED [ 85%]
+2020-11-22 19:04:37,011 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_within_embedded_doc PASSED [ 85%]
+2020-11-22 19:04:37,013 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_within_embedded_doc_harder PASSED [ 85%]
+2020-11-22 19:04:37,015 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_string PASSED [ 86%]
+2020-11-22 19:04:37,016 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_two_functions PASSED [ 86%]
+2020-11-22 19:04:37,018 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_ccn::test_basic_complexity PASSED [ 86%]
+2020-11-22 19:04:37,019 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_if_block PASSED [ 86%]
+2020-11-22 19:04:37,020 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_if_modifier PASSED [ 86%]
+2020-11-22 19:04:37,022 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_if_oneliner_block PASSED [ 86%]
+2020-11-22 19:04:37,023 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_if_with_then_on_one_line PASSED [ 86%]
+2020-11-22 19:04:37,025 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_while_block PASSED [ 87%]
+2020-11-22 19:04:37,026 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_while_modifier PASSED [ 87%]
+2020-11-22 19:04:37,027 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_class_as_an_symbol PASSED [ 87%]
+2020-11-22 19:04:37,029 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_it_as_variable PASSED [ 87%]
+2020-11-22 19:04:37,030 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_rspec_it PASSED [ 87%]
+2020-11-22 19:04:37,032 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_rspec_it_with_brackets PASSED [ 87%]
+2020-11-22 19:04:37,033 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_unless PASSED [ 87%]
+2020-11-22 19:04:37,035 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_while_modifier_with_block PASSED [ 88%]
+2020-11-22 19:04:37,036 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_while_with_do PASSED [ 88%]
+2020-11-22 19:04:37,038 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_def::test_class_method PASSED [ 88%]
+2020-11-22 19:04:37,039 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_def::test_empty_parameters PASSED [ 88%]
+2020-11-22 19:04:37,041 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_def::test_more_parameters PASSED [ 88%]
+2020-11-22 19:04:37,042 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_generic PASSED [ 88%]
+2020-11-22 19:04:37,044 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_generic_with_where PASSED [ 88%]
+2020-11-22 19:04:37,045 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_if PASSED [ 89%]
+2020-11-22 19:04:37,046 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_main PASSED [ 89%]
+2020-11-22 19:04:37,048 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_nested_functions PASSED [ 89%]
+2020-11-22 19:04:37,050 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_return PASSED [ 89%]
+2020-11-22 19:04:37,051 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_comments PASSED [ 89%]
+2020-11-22 19:04:37,052 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_empty PASSED [ 89%]
+2020-11-22 19:04:37,054 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_field PASSED [ 89%]
+2020-11-22 19:04:37,055 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_func_with_one_parameter PASSED [ 90%]
+2020-11-22 19:04:37,056 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_func_with_two_parameters PASSED [ 90%]
+2020-11-22 19:04:37,057 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_function PASSED [ 90%]
+2020-11-22 19:04:37,059 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_function_with_complexity PASSED [ 90%]
+2020-11-22 19:04:37,060 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_nested PASSED [ 90%]
+2020-11-22 19:04:37,062 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_no_function PASSED [ 90%]
+2020-11-22 19:04:37,063 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_oneliner PASSED [ 90%]
+2020-11-22 19:04:37,065 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_oneliner_with_braces PASSED [ 91%]
+2020-11-22 19:04:37,067 - b177aa (stdout): test/test_languages/testSwift.py::Test_tokenizing_Swift::test_dollar_var PASSED [ 91%]
+2020-11-22 19:04:37,068 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_coalescing_operator PASSED [ 91%]
+2020-11-22 19:04:37,070 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_deinit PASSED [ 91%]
+2020-11-22 19:04:37,071 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_empty PASSED [ 91%]
+2020-11-22 19:04:37,073 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_explicit_getter_setter PASSED [ 91%]
+2020-11-22 19:04:37,074 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_explicit_willset_didset PASSED [ 91%]
+2020-11-22 19:04:37,076 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_for_label PASSED [ 92%]
+2020-11-22 19:04:37,078 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_generic_function PASSED [ 92%]
+2020-11-22 19:04:37,079 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_getter_setter PASSED [ 92%]
+2020-11-22 19:04:37,080 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_guard PASSED [ 92%]
+2020-11-22 19:04:37,082 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_init PASSED [ 92%]
+2020-11-22 19:04:37,083 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_interface PASSED [ 92%]
+2020-11-22 19:04:37,084 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_interface_followed_by_a_class PASSED [ 93%]
+2020-11-22 19:04:37,086 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_interface_with_var PASSED [ 93%]
+2020-11-22 19:04:37,087 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_keyword_declarations PASSED [ 93%]
+2020-11-22 19:04:37,089 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_labeled_subscript PASSED [ 93%]
+2020-11-22 19:04:37,090 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_nested PASSED [ 93%]
+2020-11-22 19:04:37,092 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_no_function PASSED [ 93%]
+2020-11-22 19:04:37,093 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_one_function PASSED [ 93%]
+2020-11-22 19:04:37,095 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_one_function_with_complexity PASSED [ 94%]
+2020-11-22 19:04:37,096 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_one_function_with_return_value PASSED [ 94%]
+2020-11-22 19:04:37,097 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_one_with_parameter PASSED [ 94%]
+2020-11-22 19:04:37,099 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_optional PASSED [ 94%]
+2020-11-22 19:04:37,100 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_subscript PASSED [ 94%]
+2020-11-22 19:04:37,103 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_willset_didset PASSED [ 94%]
+2020-11-22 19:04:37,105 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_brackets_before_function PASSED [ 94%]
+2020-11-22 19:04:37,106 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_digits PASSED [ 95%]
+2020-11-22 19:04:37,107 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_double_slash_within_string PASSED [ 95%]
+2020-11-22 19:04:37,108 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_empty PASSED [ 95%]
+2020-11-22 19:04:37,110 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_deterministic PASSED [ 95%]
+2020-11-22 19:04:37,111 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_in_group PASSED [ 95%]
+2020-11-22 19:04:37,112 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_1_param PASSED [ 95%]
+2020-11-22 19:04:37,114 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_content PASSED [ 95%]
+2020-11-22 19:04:37,115 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_fuzzy_param PASSED [ 96%]
+2020-11-22 19:04:37,116 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_lazy_param PASSED [ 96%]
+2020-11-22 19:04:37,118 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_mtc PASSED [ 96%]
+2020-11-22 19:04:37,119 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_no_param PASSED [ 96%]
+2020-11-22 19:04:37,120 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_param PASSED [ 96%]
+2020-11-22 19:04:37,122 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_return PASSED [ 96%]
+2020-11-22 19:04:37,123 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_return_w_template PASSED [ 96%]
+2020-11-22 19:04:37,125 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_runs_on PASSED [ 97%]
+2020-11-22 19:04:37,127 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_strang_param PASSED [ 97%]
+2020-11-22 19:04:37,128 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_system PASSED [ 97%]
+2020-11-22 19:04:37,129 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_template_param PASSED [ 97%]
+2020-11-22 19:04:37,131 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_no_function PASSED [ 97%]
+2020-11-22 19:04:37,132 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_one_function PASSED [ 97%]
+2020-11-22 19:04:37,133 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_one_function_one_testcase PASSED [ 97%]
+2020-11-22 19:04:37,135 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_one_testcase PASSED [ 98%]
+2020-11-22 19:04:37,136 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_template PASSED [ 98%]
+2020-11-22 19:04:37,137 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_testcase_with_content PASSED [ 98%]
+2020-11-22 19:04:37,139 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_two_function PASSED [ 98%]
+2020-11-22 19:04:37,140 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_two_testcase PASSED [ 98%]
+2020-11-22 19:04:37,142 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_underscore PASSED [ 98%]
+2020-11-22 19:04:37,143 - b177aa (stdout): test/test_languages/testTTCN.py::Test_Preprocessing::test_content_macro_should_be_ignored PASSED [ 98%]
+2020-11-22 19:04:37,145 - b177aa (stdout): test/test_languages/testTTCN.py::Test_Preprocessing::test_preproc_should_be_ignored_outside_func_impl PASSED [ 99%]
+2020-11-22 19:04:37,146 - b177aa (stdout): test/test_languages/testTTCN.py::Test_Preprocessing::test_preprocessor_is_not_function PASSED [ 99%]
+2020-11-22 19:04:37,148 - b177aa (stdout): test/test_languages/testTypeScript.py::Test_tokenizing_TypeScript::test_simple PASSED [ 99%]
+2020-11-22 19:04:37,150 - b177aa (stdout): test/test_languages/testTypeScript.py::Test_parser_for_TypeScript::test_function_declare PASSED [ 99%]
+2020-11-22 19:04:37,151 - b177aa (stdout): test/test_languages/testTypeScript.py::Test_parser_for_TypeScript::test_function_with_default PASSED [ 99%]
+2020-11-22 19:04:37,153 - b177aa (stdout): test/test_languages/testTypeScript.py::Test_parser_for_TypeScript::test_simple_function PASSED [ 99%]
+2020-11-22 19:04:37,158 - b177aa (stdout): test/test_languages/testTypeScript.py::Test_parser_for_TypeScript::test_simple_function_with_no_return_type PASSED [100%]
+2020-11-22 19:04:37,159 - b177aa (stdout):
+2020-11-22 19:04:37,159 - b177aa (stdout): =================================== FAILURES ===================================
+2020-11-22 19:04:37,159 - b177aa (stdout): _____________________ TestFileOutputIntegration.test_html ______________________
+2020-11-22 19:04:37,159 - b177aa (stdout):
+2020-11-22 19:04:37,159 - b177aa (stdout): result = <map object at 0x7f7e0d0b28d0>
+2020-11-22 19:04:37,159 - b177aa (stdout): options = Namespace(CCN=15, arguments=100, exclude=[], extensions=[<function preprocessing at 0x7f7e0d539320>, <function comment...'length': 1000, 'nloc': 1000000, 'parameter_count': 100}, verbose=True, whitelist='whitelizard.txt', working_threads=1)
+2020-11-22 19:04:37,159 - b177aa (stdout): _ = (<lizard.OutputScheme object at 0x7f7e0d035550>, <class 'lizard.AllResult'>)
+2020-11-22 19:04:37,159 - b177aa (stdout):
+2020-11-22 19:04:37,159 - b177aa (stdout): def html_output(result, options, *_):
+2020-11-22 19:04:37,159 - b177aa (stdout): try:
+2020-11-22 19:04:37,159 - b177aa (stdout): > from jinja2 import Template
+2020-11-22 19:04:37,159 - b177aa (stdout): E ModuleNotFoundError: No module named 'jinja2'
+2020-11-22 19:04:37,159 - b177aa (stdout):
+2020-11-22 19:04:37,159 - b177aa (stdout): lizard_ext/htmloutput.py:14: ModuleNotFoundError
+2020-11-22 19:04:37,159 - b177aa (stdout):
+2020-11-22 19:04:37,159 - b177aa (stdout): During handling of the above exception, another exception occurred:
+2020-11-22 19:04:37,160 - b177aa (stdout):
+2020-11-22 19:04:37,160 - b177aa (stdout): self = <test.testOutputFile.TestFileOutputIntegration testMethod=test_html>
+2020-11-22 19:04:37,160 - b177aa (stdout):
+2020-11-22 19:04:37,160 - b177aa (stdout): def test_html(self):
+2020-11-22 19:04:37,160 - b177aa (stdout): header = "<!DOCTYPE HTML PUBLIC"
+2020-11-22 19:04:37,160 - b177aa (stdout): > self.output_test("test.html", header)
+2020-11-22 19:04:37,160 - b177aa (stdout):
+2020-11-22 19:04:37,160 - b177aa (stdout): test/testOutputFile.py:54:
+2020-11-22 19:04:37,160 - b177aa (stdout): _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
+2020-11-22 19:04:37,160 - b177aa (stdout): test/testOutputFile.py:40: in output_test
+2020-11-22 19:04:37,160 - b177aa (stdout): main(args)
+2020-11-22 19:04:37,160 - b177aa (stdout): lizard.py:1043: in main
+2020-11-22 19:04:37,160 - b177aa (stdout): warning_count = printer(result, options, schema, AllResult)
+2020-11-22 19:04:37,160 - b177aa (stdout): _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
+2020-11-22 19:04:37,160 - b177aa (stdout):
+2020-11-22 19:04:37,160 - b177aa (stdout): result = <map object at 0x7f7e0d0b28d0>
+2020-11-22 19:04:37,160 - b177aa (stdout): options = Namespace(CCN=15, arguments=100, exclude=[], extensions=[<function preprocessing at 0x7f7e0d539320>, <function comment...'length': 1000, 'nloc': 1000000, 'parameter_count': 100}, verbose=True, whitelist='whitelizard.txt', working_threads=1)
+2020-11-22 19:04:37,160 - b177aa (stdout): _ = (<lizard.OutputScheme object at 0x7f7e0d035550>, <class 'lizard.AllResult'>)
+2020-11-22 19:04:37,161 - b177aa (stdout):
+2020-11-22 19:04:37,161 - b177aa (stdout): def html_output(result, options, *_):
+2020-11-22 19:04:37,161 - b177aa (stdout): try:
+2020-11-22 19:04:37,161 - b177aa (stdout): from jinja2 import Template
+2020-11-22 19:04:37,161 - b177aa (stdout): except ImportError:
+2020-11-22 19:04:37,161 - b177aa (stdout): sys.stderr.write(
+2020-11-22 19:04:37,161 - b177aa (stdout): "HTML Output depends on jinja2. `pip install jinja2` first")
+2020-11-22 19:04:37,161 - b177aa (stdout): > sys.exit(2)
+2020-11-22 19:04:37,161 - b177aa (stdout): E SystemExit: 2
+2020-11-22 19:04:37,161 - b177aa (stdout):
+2020-11-22 19:04:37,161 - b177aa (stdout): lizard_ext/htmloutput.py:18: SystemExit
+2020-11-22 19:04:37,161 - b177aa (stdout): ----------------------------- Captured stdout call -----------------------------
+2020-11-22 19:04:37,161 - b177aa (stdout): Tmp directory '/var/tmp/portage/app-text/lizard-1.17.7/temp/tmphu7t5yzc' created.
+2020-11-22 19:04:37,161 - b177aa (stdout):
+2020-11-22 19:04:37,161 - b177aa (stdout): ----------------------------- Captured stderr call -----------------------------
+2020-11-22 19:04:37,161 - b177aa (stdout): HTML Output depends on jinja2. `pip install jinja2` first
+2020-11-22 19:04:37,161 - b177aa (stdout): __________________ TestHTMLOutput.test_should_have_html_body ___________________
+2020-11-22 19:04:37,161 - b177aa (stdout):
+2020-11-22 19:04:37,161 - b177aa (stdout): result = [<lizard.FileInformation object at 0x7f7e0d0f4d50>]
+2020-11-22 19:04:37,161 - b177aa (stdout): options = Namespace(CCN=15, arguments=100, exclude=[], extensions=[<function preprocessing at 0x7f7e0d539320>, <function comment...length': 1000, 'nloc': 1000000, 'parameter_count': 100}, verbose=False, whitelist='whitelizard.txt', working_threads=1)
+2020-11-22 19:04:37,162 - b177aa (stdout): _ = (None, <class 'lizard.AllResult'>)
+2020-11-22 19:04:37,162 - b177aa (stdout):
+2020-11-22 19:04:37,162 - b177aa (stdout): def html_output(result, options, *_):
+2020-11-22 19:04:37,162 - b177aa (stdout): try:
+2020-11-22 19:04:37,162 - b177aa (stdout): > from jinja2 import Template
+2020-11-22 19:04:37,162 - b177aa (stdout): E ModuleNotFoundError: No module named 'jinja2'
+2020-11-22 19:04:37,162 - b177aa (stdout):
+2020-11-22 19:04:37,162 - b177aa (stdout): lizard_ext/htmloutput.py:14: ModuleNotFoundError
+2020-11-22 19:04:37,162 - b177aa (stdout):
+2020-11-22 19:04:37,162 - b177aa (stdout): During handling of the above exception, another exception occurred:
+2020-11-22 19:04:37,162 - b177aa (stdout):
+2020-11-22 19:04:37,162 - b177aa (stdout): self = <test.testOutputHTML.TestHTMLOutput testMethod=test_should_have_html_body>
+2020-11-22 19:04:37,162 - b177aa (stdout):
+2020-11-22 19:04:37,162 - b177aa (stdout): def test_should_have_html_body(self):
+2020-11-22 19:04:37,162 - b177aa (stdout): > html_output([self.fileSummary], self.option, None, AllResult)
+2020-11-22 19:04:37,162 - b177aa (stdout):
+2020-11-22 19:04:37,162 - b177aa (stdout): test/testOutputHTML.py:19:
+2020-11-22 19:04:37,162 - b177aa (stdout): _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
+2020-11-22 19:04:37,162 - b177aa (stdout):
+2020-11-22 19:04:37,162 - b177aa (stdout): result = [<lizard.FileInformation object at 0x7f7e0d0f4d50>]
+2020-11-22 19:04:37,162 - b177aa (stdout): options = Namespace(CCN=15, arguments=100, exclude=[], extensions=[<function preprocessing at 0x7f7e0d539320>, <function comment...length': 1000, 'nloc': 1000000, 'parameter_count': 100}, verbose=False, whitelist='whitelizard.txt', working_threads=1)
+2020-11-22 19:04:37,163 - b177aa (stdout): _ = (None, <class 'lizard.AllResult'>)
+2020-11-22 19:04:37,163 - b177aa (stdout):
+2020-11-22 19:04:37,163 - b177aa (stdout): def html_output(result, options, *_):
+2020-11-22 19:04:37,163 - b177aa (stdout): try:
+2020-11-22 19:04:37,163 - b177aa (stdout): from jinja2 import Template
+2020-11-22 19:04:37,163 - b177aa (stdout): except ImportError:
+2020-11-22 19:04:37,163 - b177aa (stdout): sys.stderr.write(
+2020-11-22 19:04:37,163 - b177aa (stdout): "HTML Output depends on jinja2. `pip install jinja2` first")
+2020-11-22 19:04:37,163 - b177aa (stdout): > sys.exit(2)
+2020-11-22 19:04:37,163 - b177aa (stdout): E SystemExit: 2
+2020-11-22 19:04:37,163 - b177aa (stdout):
+2020-11-22 19:04:37,163 - b177aa (stdout): lizard_ext/htmloutput.py:18: SystemExit
+2020-11-22 19:04:37,163 - b177aa (stdout): ----------------------------- Captured stderr call -----------------------------
+2020-11-22 19:04:37,163 - b177aa (stdout): HTML Output depends on jinja2. `pip install jinja2` first
+2020-11-22 19:04:37,163 - b177aa (stdout): =============================== warnings summary ===============================
+2020-11-22 19:04:37,163 - b177aa (stdout): test/test_languages/testGo.py:22
+2020-11-22 19:04:37,163 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testGo.py:22: DeprecationWarning: invalid escape sequence \(
+2020-11-22 19:04:37,163 - b177aa (stdout): ''')
+2020-11-22 19:04:37,163 - b177aa (stdout):
+2020-11-22 19:04:37,163 - b177aa (stdout): test/test_languages/testJavaScript.py:35
+2020-11-22 19:04:37,163 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testJavaScript.py:35: DeprecationWarning: invalid escape sequence \/
+2020-11-22 19:04:37,164 - b177aa (stdout): self.check_tokens(['/\//'], r'''/\//''')
+2020-11-22 19:04:37,164 - b177aa (stdout):
+2020-11-22 19:04:37,164 - b177aa (stdout): test/test_languages/testRuby.py:32
+2020-11-22 19:04:37,164 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:32: DeprecationWarning: invalid escape sequence \/
+2020-11-22 19:04:37,164 - b177aa (stdout): self.check_tokens(['/\//'], r'''/\//''')
+2020-11-22 19:04:37,164 - b177aa (stdout):
+2020-11-22 19:04:37,164 - b177aa (stdout): test/test_languages/testRuby.py:57
+2020-11-22 19:04:37,164 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:57: DeprecationWarning: invalid escape sequence \}
+2020-11-22 19:04:37,164 - b177aa (stdout): self.check_tokens(['%{\}}'], r'''%{\}}''')
+2020-11-22 19:04:37,164 - b177aa (stdout):
+2020-11-22 19:04:37,164 - b177aa (stdout): test/test_languages/testRuby.py:58
+2020-11-22 19:04:37,164 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:58: DeprecationWarning: invalid escape sequence \}
+2020-11-22 19:04:37,164 - b177aa (stdout): self.check_tokens(['%{\}}'], r'''%{\}}''')
+2020-11-22 19:04:37,164 - b177aa (stdout):
+2020-11-22 19:04:37,164 - b177aa (stdout): test/test_languages/testRuby.py:59
+2020-11-22 19:04:37,164 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:59: DeprecationWarning: invalid escape sequence \}
+2020-11-22 19:04:37,164 - b177aa (stdout): self.check_tokens(['%q{\}}'], r'''%q{\}}''')
+2020-11-22 19:04:37,165 - b177aa (stdout):
+2020-11-22 19:04:37,165 - b177aa (stdout): test/test_languages/testRuby.py:60
+2020-11-22 19:04:37,165 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:60: DeprecationWarning: invalid escape sequence \]
+2020-11-22 19:04:37,165 - b177aa (stdout): self.check_tokens(['%q[\]]'], r'''%q[\]]''')
+2020-11-22 19:04:37,165 - b177aa (stdout):
+2020-11-22 19:04:37,165 - b177aa (stdout): test/test_languages/testRuby.py:61
+2020-11-22 19:04:37,165 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:61: DeprecationWarning: invalid escape sequence \>
+2020-11-22 19:04:37,165 - b177aa (stdout): self.check_tokens(['%q<\>>'], r'''%q<\>>''')
+2020-11-22 19:04:37,165 - b177aa (stdout):
+2020-11-22 19:04:37,165 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_header
+2020-11-22 19:04:37,165 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/testOutputCSV.py:26: DeprecationWarning: Please use assertRegex instead.
+2020-11-22 19:04:37,165 - b177aa (stdout): r"NLOC,CCN,token,PARAM,length,location,file,function,long_name,start,end")
+2020-11-22 19:04:37,165 - b177aa (stdout):
+2020-11-22 19:04:37,165 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_header_with_extension
+2020-11-22 19:04:37,165 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/testOutputCSV.py:39: DeprecationWarning: Please use assertRegex instead.
+2020-11-22 19:04:37,165 - b177aa (stdout): r"NLOC,CCN,token,PARAM,length,location,file,function,long_name,start,end,exits")
+2020-11-22 19:04:37,165 - b177aa (stdout):
+2020-11-22 19:04:37,165 - b177aa (stdout): -- Docs: https://docs.pytest.org/en/stable/warnings.html
+2020-11-22 19:04:37,165 - b177aa (stdout): =========================== short test summary info ============================
+2020-11-22 19:04:37,165 - b177aa (stdout): FAILED test/testOutputFile.py::TestFileOutputIntegration::test_html - SystemE...
+2020-11-22 19:04:37,166 - b177aa (stdout): FAILED test/testOutputHTML.py::TestHTMLOutput::test_should_have_html_body - S...
+2020-11-22 19:04:37,166 - b177aa (stdout): ============ 2 failed, 682 passed, 2 skipped, 10 warnings in 1.70s =============
+2020-11-22 19:04:37,506 - b177aa (stdout): * ERROR: app-text/lizard-1.17.7::guru failed (test phase):
+2020-11-22 19:04:37,507 - b177aa (stdout): * Tests fail with python3.7
+2020-11-22 19:04:37,508 - b177aa (stdout): *
+2020-11-22 19:04:37,511 - b177aa (stdout): * Call stack:
+2020-11-22 19:04:37,514 - b177aa (stdout): * ebuild.sh, line 125: Called src_test
+2020-11-22 19:04:37,518 - b177aa (stdout): * environment, line 2902: Called distutils-r1_src_test
+2020-11-22 19:04:37,522 - b177aa (stdout): * environment, line 1212: Called _distutils-r1_run_foreach_impl 'python_test'
+2020-11-22 19:04:37,525 - b177aa (stdout): * environment, line 428: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:37,528 - b177aa (stdout): * environment, line 2511: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:37,531 - b177aa (stdout): * environment, line 1994: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:37,534 - b177aa (stdout): * environment, line 1992: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:37,537 - b177aa (stdout): * environment, line 785: Called distutils-r1_run_phase 'python_test'
+2020-11-22 19:04:37,540 - b177aa (stdout): * environment, line 1149: Called python_test
+2020-11-22 19:04:37,542 - b177aa (stdout): * environment, line 2862: Called die
+2020-11-22 19:04:37,543 - b177aa (stdout): * The specific snippet of code:
+2020-11-22 19:04:37,556 - b177aa (stdout): * pytest -vv || die "Tests fail with ${EPYTHON}"
+2020-11-22 19:04:37,557 - b177aa (stdout): *
+2020-11-22 19:04:37,559 - b177aa (stdout): * If you need support, post the output of `emerge --info '=app-text/lizard-1.17.7::guru'`,
+2020-11-22 19:04:37,560 - b177aa (stdout): * the complete build log and the output of `emerge -pqv '=app-text/lizard-1.17.7::guru'`.
+2020-11-22 19:04:37,562 - b177aa (stdout): * The complete build log is located at '/var/tmp/portage/app-text/lizard-1.17.7/temp/build.log'.
+2020-11-22 19:04:37,563 - b177aa (stdout): * The ebuild environment file is located at '/var/tmp/portage/app-text/lizard-1.17.7/temp/environment'.
+2020-11-22 19:04:37,565 - b177aa (stdout): * Working directory: '/var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7'
+2020-11-22 19:04:37,566 - b177aa (stdout): * S: '/var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7'
+2020-11-22 19:04:37,755 - b177aa (stdout):
+2020-11-22 19:04:37,756 - b177aa (stdout): >>> Failed to emerge app-text/lizard-1.17.7, Log file:
+2020-11-22 19:04:37,756 - b177aa (stdout):
+2020-11-22 19:04:37,756 - b177aa (stdout): >>> '/var/tmp/portage/app-text/lizard-1.17.7/temp/build.log'
+2020-11-22 19:04:37,756 - b177aa (stdout): * Messages for package app-text/lizard-1.17.7:
+2020-11-22 19:04:37,756 - b177aa (stdout): * ERROR: app-text/lizard-1.17.7::guru failed (test phase):
+2020-11-22 19:04:37,756 - b177aa (stdout): * Tests fail with python3.7
+2020-11-22 19:04:37,756 - b177aa (stdout): *
+2020-11-22 19:04:37,756 - b177aa (stdout): * Call stack:
+2020-11-22 19:04:37,756 - b177aa (stdout): * ebuild.sh, line 125: Called src_test
+2020-11-22 19:04:37,756 - b177aa (stdout): * environment, line 2902: Called distutils-r1_src_test
+2020-11-22 19:04:37,756 - b177aa (stdout): * environment, line 1212: Called _distutils-r1_run_foreach_impl 'python_test'
+2020-11-22 19:04:37,756 - b177aa (stdout): * environment, line 428: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:37,756 - b177aa (stdout): * environment, line 2511: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:37,756 - b177aa (stdout): * environment, line 1994: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:37,756 - b177aa (stdout): * environment, line 1992: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:37,757 - b177aa (stdout): * environment, line 785: Called distutils-r1_run_phase 'python_test'
+2020-11-22 19:04:37,757 - b177aa (stdout): * environment, line 1149: Called python_test
+2020-11-22 19:04:37,757 - b177aa (stdout): * environment, line 2862: Called die
+2020-11-22 19:04:37,757 - b177aa (stdout): * The specific snippet of code:
+2020-11-22 19:04:37,757 - b177aa (stdout): * pytest -vv || die "Tests fail with ${EPYTHON}"
+2020-11-22 19:04:37,757 - b177aa (stdout): *
+2020-11-22 19:04:37,757 - b177aa (stdout): * If you need support, post the output of `emerge --info '=app-text/lizard-1.17.7::guru'`,
+2020-11-22 19:04:37,757 - b177aa (stdout): * the complete build log and the output of `emerge -pqv '=app-text/lizard-1.17.7::guru'`.
+2020-11-22 19:04:37,757 - b177aa (stdout): * The complete build log is located at '/var/tmp/portage/app-text/lizard-1.17.7/temp/build.log'.
+2020-11-22 19:04:37,757 - b177aa (stdout): * The ebuild environment file is located at '/var/tmp/portage/app-text/lizard-1.17.7/temp/environment'.
+2020-11-22 19:04:37,757 - b177aa (stdout): * Working directory: '/var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7'
+2020-11-22 19:04:37,757 - b177aa (stdout): * S: '/var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7'
+2020-11-22 19:04:37,757 - b177aa (stdout):
+2020-11-22 19:04:37,757 - b177aa (stdout):
+2020-11-22 19:04:37,838 - running in container b177aa6396295c35336f4dfb816eec920492daef432af65bcedc8a372d7e949e
+2020-11-22 19:04:37,838 - command failed, updating configuration files
+2020-11-22 19:04:37,838 - b177aa etc-update --verbose --automode -5
+2020-11-22 19:04:38,065 - b177aa (stdout): CONFIG_PROTECT=/etc /usr/share/gnupg/qualified.txt
+2020-11-22 19:04:38,066 - b177aa (stdout): CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo
+2020-11-22 19:04:38,066 - b177aa (stdout): FEATURES=assume-digests binpkg-docompress binpkg-dostrip binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersync xattr
+2020-11-22 19:04:38,066 - b177aa (stdout): PORTAGE_CONFIGROOT=/
+2020-11-22 19:04:38,066 - b177aa (stdout): PORTAGE_INST_GID=0
+2020-11-22 19:04:38,066 - b177aa (stdout): PORTAGE_INST_UID=0
+2020-11-22 19:04:38,066 - b177aa (stdout): PORTAGE_TMPDIR=/var/tmp
+2020-11-22 19:04:38,066 - b177aa (stdout): EROOT=/
+2020-11-22 19:04:38,066 - b177aa (stdout): USERLAND=GNU
+2020-11-22 19:04:38,066 - b177aa (stdout): NOCOLOR=
+2020-11-22 19:04:38,066 - b177aa (stdout): clear_term=no
+2020-11-22 19:04:38,066 - b177aa (stdout): eu_automerge=yes
+2020-11-22 19:04:38,066 - b177aa (stdout): rm_opts=-i
+2020-11-22 19:04:38,067 - b177aa (stdout): mv_opts=
+2020-11-22 19:04:38,067 - b177aa (stdout): pager=cat
+2020-11-22 19:04:38,067 - b177aa (stdout): diff_command=diff -uN %file1 %file2
+2020-11-22 19:04:38,067 - b177aa (stdout): using_editor=0
+2020-11-22 19:04:38,067 - b177aa (stdout): merge_command=sdiff -s -o %merged %orig %new
+2020-11-22 19:04:38,067 - b177aa (stdout): mode=0
+2020-11-22 19:04:38,067 - b177aa (stdout): TMP=/var/tmp/etc-update-4968
+2020-11-22 19:04:38,067 - b177aa (stdout): SCAN_PATHS=/etc /usr/share/gnupg/qualified.txt
+2020-11-22 19:04:38,067 - b177aa (stdout): Scanning Configuration files...
+2020-11-22 19:04:38,071 - b177aa (stdout): Exiting: Nothing left to do; exiting. :)
+2020-11-22 19:04:38,113 - emerge attempt 3 (of 5)
+2020-11-22 19:04:38,113 - b177aa emerge --autounmask-write=y --verbose =app-text/lizard-1.17.7
+2020-11-22 19:04:38,394 - b177aa (stdout):
+2020-11-22 19:04:38,395 - b177aa (stdout): These are the packages that would be merged, in order:
+2020-11-22 19:04:38,395 - b177aa (stdout):
+2020-11-22 19:04:38,472 - b177aa (stdout): Calculating dependencies
+2020-11-22 19:04:38,472 - b177aa (stdout): * IMPORTANT: 7 news items need reading for repository 'gentoo'.
+2020-11-22 19:04:38,472 - b177aa (stdout): * Use eselect news read to view new items.
+2020-11-22 19:04:38,472 - b177aa (stdout):
+2020-11-22 19:04:38,947 - b177aa (stdout): ... done!
+2020-11-22 19:04:38,951 - b177aa (stdout): [ebuild N ] app-text/lizard-1.17.7::guru USE="test" PYTHON_TARGETS="python3_7 -python3_8 -python3_9" 0 KiB
+2020-11-22 19:04:38,951 - b177aa (stdout):
+2020-11-22 19:04:38,951 - b177aa (stdout): Total: 1 package (1 new), Size of downloads: 0 KiB
+2020-11-22 19:04:38,969 - b177aa (stdout):
+2020-11-22 19:04:38,969 - b177aa (stdout): >>> Verifying ebuild manifests
+2020-11-22 19:04:38,969 - b177aa (stdout):
+2020-11-22 19:04:38,973 - b177aa (stdout):
+2020-11-22 19:04:38,973 - b177aa (stdout): >>> Emerging (1 of 1) app-text/lizard-1.17.7::guru
+2020-11-22 19:04:38,994 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:39,059 - b177aa (stdout): * lizard-1.17.7.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
+2020-11-22 19:04:39,317 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:39,369 - b177aa (stdout): >>> Unpacking source...
+2020-11-22 19:04:39,369 - b177aa (stdout): >>> Unpacking lizard-1.17.7.tar.gz to /var/tmp/portage/app-text/lizard-1.17.7/work
+2020-11-22 19:04:39,442 - b177aa (stdout): >>> Source unpacked in /var/tmp/portage/app-text/lizard-1.17.7/work
+2020-11-22 19:04:39,561 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:39,613 - b177aa (stdout): >>> Preparing source in /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7 ...
+2020-11-22 19:04:39,618 - b177aa (stdout): >>> Source prepared.
+2020-11-22 19:04:39,736 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:39,792 - b177aa (stdout): >>> Configuring source in /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7 ...
+2020-11-22 19:04:39,795 - b177aa (stdout): >>> Source configured.
+2020-11-22 19:04:39,914 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:39,968 - b177aa (stdout): >>> Compiling source in /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7 ...
+2020-11-22 19:04:39,978 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_compile
+2020-11-22 19:04:40,017 - b177aa (stdout): python3.7 setup.py build -j 8
+2020-11-22 19:04:40,143 - b177aa (stdout): running build
+2020-11-22 19:04:40,144 - b177aa (stdout): running build_py
+2020-11-22 19:04:40,158 - b177aa (stdout): copying lizard.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib
+2020-11-22 19:04:40,159 - b177aa (stdout): creating /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,159 - b177aa (stdout): copying lizard_ext/__init__.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,159 - b177aa (stdout): copying lizard_ext/auto_open.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,159 - b177aa (stdout): copying lizard_ext/csvoutput.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,159 - b177aa (stdout): copying lizard_ext/default_ordered_dict.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,159 - b177aa (stdout): copying lizard_ext/extension_base.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,159 - b177aa (stdout): copying lizard_ext/htmloutput.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,160 - b177aa (stdout): copying lizard_ext/keywords.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,160 - b177aa (stdout): copying lizard_ext/lizardboolcount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,160 - b177aa (stdout): copying lizard_ext/lizardcomplextags.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,160 - b177aa (stdout): copying lizard_ext/lizardcpre.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,160 - b177aa (stdout): copying lizard_ext/lizarddependencycount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,161 - b177aa (stdout): copying lizard_ext/lizarddumpcomments.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,161 - b177aa (stdout): copying lizard_ext/lizardduplicate.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,161 - b177aa (stdout): copying lizard_ext/lizardduplicated_param_list.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,161 - b177aa (stdout): copying lizard_ext/lizardexitcount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,161 - b177aa (stdout): copying lizard_ext/lizardgotocount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,161 - b177aa (stdout): copying lizard_ext/lizardignoreassert.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,161 - b177aa (stdout): copying lizard_ext/lizardio.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,162 - b177aa (stdout): copying lizard_ext/lizardmccabe.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,162 - b177aa (stdout): copying lizard_ext/lizardmodified.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,162 - b177aa (stdout): copying lizard_ext/lizardnd.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,162 - b177aa (stdout): copying lizard_ext/lizardnonstrict.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,162 - b177aa (stdout): copying lizard_ext/lizardns.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,163 - b177aa (stdout): copying lizard_ext/lizardoutside.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,163 - b177aa (stdout): copying lizard_ext/lizardstatementcount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,163 - b177aa (stdout): copying lizard_ext/lizardwordcount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,163 - b177aa (stdout): copying lizard_ext/version.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,163 - b177aa (stdout): copying lizard_ext/xmloutput.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:40,164 - b177aa (stdout): creating /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:40,164 - b177aa (stdout): copying lizard_languages/__init__.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:40,164 - b177aa (stdout): copying lizard_languages/clike.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:40,164 - b177aa (stdout): copying lizard_languages/code_reader.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:40,164 - b177aa (stdout): copying lizard_languages/csharp.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:40,165 - b177aa (stdout): copying lizard_languages/gdscript.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:40,165 - b177aa (stdout): copying lizard_languages/go.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:40,165 - b177aa (stdout): copying lizard_languages/golike.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:40,165 - b177aa (stdout): copying lizard_languages/java.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:40,165 - b177aa (stdout): copying lizard_languages/javascript.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:40,166 - b177aa (stdout): copying lizard_languages/js_style_language_states.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:40,166 - b177aa (stdout): copying lizard_languages/js_style_regex_expression.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:40,166 - b177aa (stdout): copying lizard_languages/lua.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:40,166 - b177aa (stdout): copying lizard_languages/objc.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:40,166 - b177aa (stdout): copying lizard_languages/php.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:40,166 - b177aa (stdout): copying lizard_languages/python.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:40,167 - b177aa (stdout): copying lizard_languages/ruby.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:40,167 - b177aa (stdout): copying lizard_languages/rubylike.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:40,167 - b177aa (stdout): copying lizard_languages/rust.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:40,167 - b177aa (stdout): copying lizard_languages/scala.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:40,167 - b177aa (stdout): copying lizard_languages/script_language.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:40,167 - b177aa (stdout): copying lizard_languages/swift.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:40,168 - b177aa (stdout): copying lizard_languages/tnsdl.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:40,168 - b177aa (stdout): copying lizard_languages/ttcn.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:40,168 - b177aa (stdout): copying lizard_languages/typescript.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:40,169 - b177aa (stdout): warning: build_py: byte-compiling is disabled, skipping.
+2020-11-22 19:04:40,169 - b177aa (stdout):
+2020-11-22 19:04:40,183 - b177aa (stdout): >>> Source compiled.
+2020-11-22 19:04:40,301 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:40,355 - b177aa (stdout): >>> Test phase: app-text/lizard-1.17.7
+2020-11-22 19:04:40,365 - b177aa (stdout): * python3_7: running distutils-r1_run_phase python_test
+2020-11-22 19:04:40,594 - b177aa (stdout): ============================= test session starts ==============================
+2020-11-22 19:04:40,594 - b177aa (stdout): platform linux -- Python 3.7.8, pytest-6.1.2, py-1.9.0, pluggy-0.13.1 -- /usr/bin/python3.7
+2020-11-22 19:04:40,594 - b177aa (stdout): cachedir: .pytest_cache
+2020-11-22 19:04:40,595 - b177aa (stdout): rootdir: /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7, configfile: setup.cfg
+2020-11-22 19:04:41,040 - b177aa (stdout): collecting ... collected 686 items
+2020-11-22 19:04:41,040 - b177aa (stdout):
+2020-11-22 19:04:41,043 - b177aa (stdout): test/testApplication.py::TestApplication::testEmptyResult PASSED [ 0%]
+2020-11-22 19:04:41,047 - b177aa (stdout): test/testApplication.py::TestApplication::testFilesWithFunction PASSED [ 0%]
+2020-11-22 19:04:41,053 - b177aa (stdout): test/testApplication.py::IntegrationTests::test_exit_code PASSED [ 0%]
+2020-11-22 19:04:41,060 - b177aa (stdout): test/testApplication.py::IntegrationTests::test_exit_code_ignore_warnings PASSED [ 0%]
+2020-11-22 19:04:41,064 - b177aa (stdout): test/testApplication.py::IntegrationTests::test_using_modified_ccn PASSED [ 0%]
+2020-11-22 19:04:41,068 - b177aa (stdout): test/testApplication.py::IntegrationTests::test_using_the_WordCount_plugin PASSED [ 0%]
+2020-11-22 19:04:41,072 - b177aa (stdout): test/testApplication.py::IntegrationTests::test_with_preprocessor_counted_in_CCN PASSED [ 1%]
+2020-11-22 19:04:41,073 - b177aa (stdout): test/testAssertionExtension.py::TestAssertionExtension::test_assert_with_ternary_operator PASSED [ 1%]
+2020-11-22 19:04:41,074 - b177aa (stdout): test/testAssertionExtension.py::TestAssertionExtension::test_exclusion_of_assert PASSED [ 1%]
+2020-11-22 19:04:41,076 - b177aa (stdout): test/testAssertionExtension.py::TestAssertionExtension::test_exclusion_of_static_assert PASSED [ 1%]
+2020-11-22 19:04:41,077 - b177aa (stdout): test/testAssertionExtension.py::TestAssertionExtension::test_ignore_all_code_in_assert PASSED [ 1%]
+2020-11-22 19:04:41,079 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_include_is_counted_as_2 PASSED [ 1%]
+2020-11-22 19:04:41,080 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_include_with_lg_and_gg_is_counted_as_2 PASSED [ 1%]
+2020-11-22 19:04:41,081 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_non_function_tokens_are_counted PASSED [ 2%]
+2020-11-22 19:04:41,082 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_one_function_with_comments_only PASSED [ 2%]
+2020-11-22 19:04:41,083 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_one_function_with_content PASSED [ 2%]
+2020-11-22 19:04:41,085 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_one_function_with_no_token PASSED [ 2%]
+2020-11-22 19:04:41,086 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_one_function_with_one_token PASSED [ 2%]
+2020-11-22 19:04:41,088 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_last_line_without_return_should_be_counted_in_fileinfo PASSED [ 2%]
+2020-11-22 19:04:41,089 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_nloc PASSED [ 2%]
+2020-11-22 19:04:41,090 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_nloc2 PASSED [ 3%]
+2020-11-22 19:04:41,091 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_nloc_of_empty_function PASSED [ 3%]
+2020-11-22 19:04:41,092 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_nloc_with_comment_between_new_lines PASSED [ 3%]
+2020-11-22 19:04:41,094 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_nloc_with_new_line_in_comment PASSED [ 3%]
+2020-11-22 19:04:41,095 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_one_function_with_content PASSED [ 3%]
+2020-11-22 19:04:41,096 - b177aa (stdout): test/testBasicFunctionInfo.py::TestLOC::test_having_empty_line PASSED [ 3%]
+2020-11-22 19:04:41,097 - b177aa (stdout): test/testBasicFunctionInfo.py::TestLOC::test_having_empty_line_that_has_spaces PASSED [ 3%]
+2020-11-22 19:04:41,099 - b177aa (stdout): test/testBasicFunctionInfo.py::TestLOC::test_having_multiple_line_comments PASSED [ 4%]
+2020-11-22 19:04:41,100 - b177aa (stdout): test/testBasicFunctionInfo.py::TestLOC::test_newline_in_macro PASSED [ 4%]
+2020-11-22 19:04:41,101 - b177aa (stdout): test/testBasicFunctionInfo.py::TestFileNLOC::test_comment_should_not_count PASSED [ 4%]
+2020-11-22 19:04:41,102 - b177aa (stdout): test/testBasicFunctionInfo.py::TestFileNLOC::test_empty_file_should_has_0_nloc PASSED [ 4%]
+2020-11-22 19:04:41,103 - b177aa (stdout): test/testBasicFunctionInfo.py::TestFileNLOC::test_one_line_file_should_has_1_nloc PASSED [ 4%]
+2020-11-22 19:04:41,105 - b177aa (stdout): test/testBasicFunctionInfo.py::TestFileNLOC::test_one_line_file_with_newline_at_the_end_should_has_1_nloc PASSED [ 4%]
+2020-11-22 19:04:41,106 - b177aa (stdout): test/testBasicFunctionInfo.py::TestFileNLOC::test_two_one_line_file_should_has_2_nloc PASSED [ 4%]
+2020-11-22 19:04:41,107 - b177aa (stdout): test/testCOutsideComplexity.py::Test_complexity_in_c_marco::test_complexity_outside_should_be_counted PASSED [ 5%]
+2020-11-22 19:04:41,108 - b177aa (stdout): test/testCOutsideComplexity.py::Test_complexity_in_c_marco::test_complexity_outside_should_be_counted_when_there_is_function PASSED [ 5%]
+2020-11-22 19:04:41,110 - b177aa (stdout): test/testCOutsideComplexity.py::Test_complexity_in_c_marco::test_no_complexity_outside_function_global_cc_should_be_one PASSED [ 5%]
+2020-11-22 19:04:41,111 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_be_after_line_counter PASSED [ 5%]
+2020-11-22 19:04:41,112 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_handle_multiple_elifs PASSED [ 5%]
+2020-11-22 19:04:41,113 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_handle_nested_ifs PASSED [ 5%]
+2020-11-22 19:04:41,114 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_ignore_tokens_in_else PASSED [ 5%]
+2020-11-22 19:04:41,116 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_remove_preprocessor_tokens PASSED [ 6%]
+2020-11-22 19:04:41,117 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_repeat_tokens PASSED [ 6%]
+2020-11-22 19:04:41,118 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_work_only_for_clike_reader PASSED [ 6%]
+2020-11-22 19:04:41,119 - b177aa (stdout): test/testCPreprocessorExtension.py::Test_end_2_end::test_extension_in_user PASSED [ 6%]
+2020-11-22 19:04:41,121 - b177aa (stdout): test/testCPreprocessorExtension.py::Test_end_2_end::test_line_counting PASSED [ 6%]
+2020-11-22 19:04:41,122 - b177aa (stdout): test/testCommentOptions.py::TestCommentOptions::test_function_after_comment_option_should_not_be_forgiven PASSED [ 6%]
+2020-11-22 19:04:41,123 - b177aa (stdout): test/testCommentOptions.py::TestCommentOptions::test_function_with_comment_option_before_it_should_be_forgiven PASSED [ 6%]
+2020-11-22 19:04:41,125 - b177aa (stdout): test/testCommentOptions.py::TestCommentOptions::test_function_with_comment_option_should_be_forgiven PASSED [ 7%]
+2020-11-22 19:04:41,126 - b177aa (stdout): test/testCommentOptions.py::TestCommentOptions::test_generated_code_should_be_ignored PASSED [ 7%]
+2020-11-22 19:04:41,127 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[no condition-int fun() {}-ccn0] PASSED [ 7%]
+2020-11-22 19:04:41,129 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[one condition-int fun(){if(a){xx;}}-ccn1] PASSED [ 7%]
+2020-11-22 19:04:41,130 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[ternary operator-int fun(){return (a)?b:c;}-ccn2] PASSED [ 7%]
+2020-11-22 19:04:41,131 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[forever_loop-int fun(){for(;;){dosomething();}}-ccn3] PASSED [ 7%]
+2020-11-22 19:04:41,133 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[and operator-int fun(){if(a&&b){xx;}}-ccn4] PASSED [ 8%]
+2020-11-22 19:04:41,134 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[if-else-if-int fun(){if(a)b;else if (c) d;}-ccn5] PASSED [ 8%]
+2020-11-22 19:04:41,136 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[macro if-elif-int main(){\n #ifdef A\n #elif (defined E)\n #endif\n }-ccn6] PASSED [ 8%]
+2020-11-22 19:04:41,137 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[r-value reference in parameter-int make(Args&&... args){}-ccn7] PASSED [ 8%]
+2020-11-22 19:04:41,138 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[r-value reference in body-int f() {Args&& a=b;}-ccn8] PASSED [ 8%]
+2020-11-22 19:04:41,140 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[non r-value reference in body-int f() {a && b==c;}-ccn9] PASSED [ 8%]
+2020-11-22 19:04:41,141 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[typedef with r-value reference-int f() {typedef int&& rref;}-ccn10] PASSED [ 8%]
+2020-11-22 19:04:41,143 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[brace-less control structures-void c() {\n if (a > -1 && b>= 0 )\n if(a != 0)\n a = b;\n }-ccn11] PASSED [ 9%]
+2020-11-22 19:04:41,144 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[function ref qualifier-struct A { void foo() && { return bar() && baz(); } };-ccn12] PASSED [ 9%]
+2020-11-22 19:04:41,146 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[function const ref qualifier-struct A { void foo() const && { return bar() && baz(); } };-ccn13] PASSED [ 9%]
+2020-11-22 19:04:41,148 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[two functions-x c() {\n if (a && b) {}\n }\n x a() {\n inputs = c;\n }-ccn14] PASSED [ 9%]
+2020-11-22 19:04:41,149 - b177aa (stdout): test/testExtension.py::Test_mounting_extensions::test_should_append_extension_at_the_end_by_default PASSED [ 9%]
+2020-11-22 19:04:41,151 - b177aa (stdout): test/testExtension.py::Test_mounting_extensions::test_should_insert_extension_at_the_index_when_specified PASSED [ 9%]
+2020-11-22 19:04:41,152 - b177aa (stdout): test/testExtension.py::Test_using_extensions::test_should_generate_property_for_file_info PASSED [ 9%]
+2020-11-22 19:04:41,154 - b177aa (stdout): test/testExtension.py::Test_using_multiple_base_extensions::test_all_extension_simultaneously PASSED [ 10%]
+2020-11-22 19:04:41,155 - b177aa (stdout): test/testExtension.py::Test_using_multiple_base_extensions::test_reduce_func_in_lizardio PASSED [ 10%]
+2020-11-22 19:04:41,158 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_assigned_languages PASSED [ 10%]
+2020-11-22 19:04:41,160 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_duplicates PASSED [ 10%]
+2020-11-22 19:04:41,163 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_exclude_file_name PASSED [ 10%]
+2020-11-22 19:04:41,164 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_exclude_folder PASSED [ 10%]
+2020-11-22 19:04:41,165 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_exclude_folder_recursively PASSED [ 10%]
+2020-11-22 19:04:41,167 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_exclude_none_supported_files PASSED [ 11%]
+2020-11-22 19:04:41,169 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_explicit_file_names PASSED [ 11%]
+2020-11-22 19:04:41,170 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_fail_to_open_file_should_be_allowed PASSED [ 11%]
+2020-11-22 19:04:41,172 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_no_matching PASSED [ 11%]
+2020-11-22 19:04:41,174 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_nonduplicates PASSED [ 11%]
+2020-11-22 19:04:41,176 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_specific_filenames_should_not_be_excluded PASSED [ 11%]
+2020-11-22 19:04:41,177 - b177aa (stdout): test/testFunctionDependencyCount.py::TestFunctionDependencyCount::test_import_dependency PASSED [ 11%]
+2020-11-22 19:04:41,179 - b177aa (stdout): test/testFunctionDependencyCount.py::TestFunctionDependencyCount::test_no_return PASSED [ 12%]
+2020-11-22 19:04:41,181 - b177aa (stdout): test/testFunctionDependencyCount.py::TestFunctionDependencyCount::test_python_import_as PASSED [ 12%]
+2020-11-22 19:04:41,183 - b177aa (stdout): test/testFunctionExitCount.py::TestFunctionExitCount::test_no_return_should_count_as_1 PASSED [ 12%]
+2020-11-22 19:04:41,184 - b177aa (stdout): test/testFunctionExitCount.py::TestFunctionExitCount::test_one_return_should_count_as_1 PASSED [ 12%]
+2020-11-22 19:04:41,186 - b177aa (stdout): test/testFunctionExitCount.py::TestFunctionExitCount::test_three_returns_should_count_as_3 PASSED [ 12%]
+2020-11-22 19:04:41,187 - b177aa (stdout): test/testFunctionExitCount.py::TestFunctionExitCount::test_two_returns_should_count_as_2 PASSED [ 12%]
+2020-11-22 19:04:41,188 - b177aa (stdout): test/testFunctionGotoCount.py::TestFunctionGotoCount::test_empty_function_should_count_as_0 PASSED [ 12%]
+2020-11-22 19:04:41,190 - b177aa (stdout): test/testFunctionGotoCount.py::TestFunctionGotoCount::test_function_name_contains_goto_count_as_0 PASSED [ 13%]
+2020-11-22 19:04:41,191 - b177aa (stdout): test/testFunctionGotoCount.py::TestFunctionGotoCount::test_function_with_goto_count_as_1 PASSED [ 13%]
+2020-11-22 19:04:41,192 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_empty_function_should_count_as_0 PASSED [ 13%]
+2020-11-22 19:04:41,194 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_function_with_for_count_as_7 PASSED [ 13%]
+2020-11-22 19:04:41,195 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_function_with_if_else_count_as_5 PASSED [ 13%]
+2020-11-22 19:04:41,197 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_function_with_return_count_as_1 PASSED [ 13%]
+2020-11-22 19:04:41,198 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_function_with_while_count_as_10 PASSED [ 13%]
+2020-11-22 19:04:41,200 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_function_with_while_count_as_6 PASSED [ 14%]
+2020-11-22 19:04:41,202 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_unsupported_language PASSED [ 14%]
+2020-11-22 19:04:41,204 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_GDScript PASSED [ 14%]
+2020-11-22 19:04:41,205 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_JavaScript PASSED [ 14%]
+2020-11-22 19:04:41,206 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_c_cpp PASSED [ 14%]
+2020-11-22 19:04:41,207 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_java PASSED [ 14%]
+2020-11-22 19:04:41,208 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_not_case_sensitive PASSED [ 15%]
+2020-11-22 19:04:41,209 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_objectiveC PASSED [ 15%]
+2020-11-22 19:04:41,210 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_scala PASSED [ 15%]
+2020-11-22 19:04:41,212 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_unknown_extension PASSED [ 15%]
+2020-11-22 19:04:41,213 - b177aa (stdout): test/testMcCabe.py::TestFunctionExitCount::test_fall_through PASSED [ 15%]
+2020-11-22 19:04:41,214 - b177aa (stdout): test/testMcCabe.py::TestFunctionExitCount::test_more PASSED [ 15%]
+2020-11-22 19:04:41,216 - b177aa (stdout): test/testMcCabe.py::TestFunctionExitCount::test_normal_case PASSED [ 15%]
+2020-11-22 19:04:41,217 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_and_condition_in_if_structure PASSED [ 16%]
+2020-11-22 19:04:41,219 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_consecutive_for_if_structures PASSED [ 16%]
+2020-11-22 19:04:41,220 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_consecutive_if_structures PASSED [ 16%]
+2020-11-22 19:04:41,222 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_consecutive_if_structures_with_return PASSED [ 16%]
+2020-11-22 19:04:41,223 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_nested_for_try_structures PASSED [ 16%]
+2020-11-22 19:04:41,225 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_nested_if_and_for PASSED [ 16%]
+2020-11-22 19:04:41,226 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_nested_if_else_structures PASSED [ 16%]
+2020-11-22 19:04:41,228 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_nested_if_try_structures PASSED [ 17%]
+2020-11-22 19:04:41,229 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_do PASSED [ 17%]
+2020-11-22 19:04:41,231 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_else_if PASSED [ 17%]
+2020-11-22 19:04:41,232 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_equal_metric_structures PASSED [ 17%]
+2020-11-22 19:04:41,234 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_forever_loop PASSED [ 17%]
+2020-11-22 19:04:41,235 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_gotcha_if_else PASSED [ 17%]
+2020-11-22 19:04:41,237 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_if_structure PASSED [ 17%]
+2020-11-22 19:04:41,238 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_nested_if_structures PASSED [ 18%]
+2020-11-22 19:04:41,239 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_nested_if_structures_in_2_functions PASSED [ 18%]
+2020-11-22 19:04:41,241 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_nested_loop_mixed_brackets PASSED [ 18%]
+2020-11-22 19:04:41,242 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_no_structures PASSED [ 18%]
+2020-11-22 19:04:41,244 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_non_block_if PASSED [ 18%]
+2020-11-22 19:04:41,245 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_non_r_value_ref_in_body PASSED [ 18%]
+2020-11-22 19:04:41,247 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_non_structure_braces PASSED [ 18%]
+2020-11-22 19:04:41,248 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_scope PASSED [ 19%]
+2020-11-22 19:04:41,250 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_struct_inside_declaration SKIPPED [ 19%]
+2020-11-22 19:04:41,251 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_struct_inside_definition SKIPPED [ 19%]
+2020-11-22 19:04:41,252 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_switch_case PASSED [ 19%]
+2020-11-22 19:04:41,254 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_terminator_in_parentheses PASSED [ 19%]
+2020-11-22 19:04:41,255 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_ternary_operator PASSED [ 19%]
+2020-11-22 19:04:41,257 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_try_catch PASSED [ 19%]
+2020-11-22 19:04:41,259 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_while PASSED [ 20%]
+2020-11-22 19:04:41,261 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_ignoring_explicit_forever_loop PASSED [ 20%]
+2020-11-22 19:04:41,262 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_addl_statement_in_if PASSED [ 20%]
+2020-11-22 19:04:41,263 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_and PASSED [ 20%]
+2020-11-22 19:04:41,265 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_else PASSED [ 20%]
+2020-11-22 19:04:41,266 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_else_and_curly_bracket PASSED [ 20%]
+2020-11-22 19:04:41,267 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_else_if PASSED [ 20%]
+2020-11-22 19:04:41,269 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_forever_loop PASSED [ 21%]
+2020-11-22 19:04:41,270 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_nested_loop_statement_minus_curly_brackets PASSED [ 21%]
+2020-11-22 19:04:41,272 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_nested_loop_statement_mixed_curly_brackets PASSED [ 21%]
+2020-11-22 19:04:41,273 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_nested_loop_statement_plus_curly_brackets PASSED [ 21%]
+2020-11-22 19:04:41,275 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_non_r_value_ref_in_body PASSED [ 21%]
+2020-11-22 19:04:41,276 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_question_mark PASSED [ 21%]
+2020-11-22 19:04:41,278 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_with_no_nd_condition PASSED [ 22%]
+2020-11-22 19:04:41,279 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_with_one_nd_condition PASSED [ 22%]
+2020-11-22 19:04:41,280 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_with_one_nd_condition_no_curly_bracket PASSED [ 22%]
+2020-11-22 19:04:41,282 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_two_function_nd_with_non_r_value_ref_in_body PASSED [ 22%]
+2020-11-22 19:04:41,283 - b177aa (stdout): test/testOutput.py::TestFunctionOutput::test_function_info_header_should_have_a_box PASSED [ 22%]
+2020-11-22 19:04:41,284 - b177aa (stdout): test/testOutput.py::TestFunctionOutput::test_function_info_header_should_have_the_captions PASSED [ 22%]
+2020-11-22 19:04:41,285 - b177aa (stdout): test/testOutput.py::TestFunctionOutput::test_function_info_header_should_have_the_captions_of_external_extensions PASSED [ 22%]
+2020-11-22 19:04:41,287 - b177aa (stdout): test/testOutput.py::TestFunctionOutput::test_print_fileinfo PASSED [ 23%]
+2020-11-22 19:04:41,289 - b177aa (stdout): test/testOutput.py::TestWarningOutput::test_no_news_is_good_news PASSED [ 23%]
+2020-11-22 19:04:41,291 - b177aa (stdout): test/testOutput.py::TestWarningOutput::test_should_have_header_when_warning_only_is_off PASSED [ 23%]
+2020-11-22 19:04:41,293 - b177aa (stdout): test/testOutput.py::TestWarningOutput::test_should_use_clang_format_for_warning PASSED [ 23%]
+2020-11-22 19:04:41,295 - b177aa (stdout): test/testOutput.py::TestWarningOutput::test_sort_warning PASSED [ 23%]
+2020-11-22 19:04:41,297 - b177aa (stdout): test/testOutput.py::TestWarningOutput::test_sort_warning_with_generator PASSED [ 23%]
+2020-11-22 19:04:41,299 - b177aa (stdout): test/testOutput.py::TestFileInformationOutput::test_print_and_save_detail_information PASSED [ 23%]
+2020-11-22 19:04:41,300 - b177aa (stdout): test/testOutput.py::TestFileInformationOutput::test_print_and_save_detail_information_with_ext PASSED [ 24%]
+2020-11-22 19:04:41,301 - b177aa (stdout): test/testOutput.py::TestFileInformationOutput::test_print_file_summary_only_once PASSED [ 24%]
+2020-11-22 19:04:41,303 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_exit_with_non_zero_when_more_warning_than_ignored_number PASSED [ 24%]
+2020-11-22 19:04:41,305 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_null_result PASSED [ 24%]
+2020-11-22 19:04:41,306 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_print_extension_results PASSED [ 24%]
+2020-11-22 19:04:41,307 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_print_result PASSED [ 24%]
+2020-11-22 19:04:41,309 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_should_not_print_extension_results_when_not_implemented PASSED [ 24%]
+2020-11-22 19:04:41,312 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_whitelist PASSED [ 25%]
+2020-11-22 19:04:41,313 - b177aa (stdout): test/testOutput.py::TestXMLOutput::test_xml_output PASSED [ 25%]
+2020-11-22 19:04:41,314 - b177aa (stdout): test/testOutput.py::TestXMLOutput::test_xml_output_on_empty_folder PASSED [ 25%]
+2020-11-22 19:04:41,315 - b177aa (stdout): test/testOutput.py::TestXMLOutput::test_xml_stylesheet PASSED [ 25%]
+2020-11-22 19:04:41,318 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_header PASSED [ 25%]
+2020-11-22 19:04:41,320 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_header_with_extension PASSED [ 25%]
+2020-11-22 19:04:41,322 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_no_header PASSED [ 25%]
+2020-11-22 19:04:41,324 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_no_header_with_extension PASSED [ 26%]
+2020-11-22 19:04:41,326 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_print_extension PASSED [ 26%]
+2020-11-22 19:04:41,328 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_print_fileinfo PASSED [ 26%]
+2020-11-22 19:04:41,330 - b177aa (stdout): test/testOutputFile.py::TestFileOutputArgParsing::test_long PASSED [ 26%]
+2020-11-22 19:04:41,332 - b177aa (stdout): test/testOutputFile.py::TestFileOutputArgParsing::test_override PASSED [ 26%]
+2020-11-22 19:04:41,334 - b177aa (stdout): test/testOutputFile.py::TestFileOutputArgParsing::test_short PASSED [ 26%]
+2020-11-22 19:04:41,336 - b177aa (stdout): test/testOutputFile.py::TestFileOutputArgParsing::test_standalone PASSED [ 26%]
+2020-11-22 19:04:41,338 - b177aa (stdout): test/testOutputFile.py::TestFileOutputIntegration::test_csv PASSED [ 27%]
+2020-11-22 19:04:41,341 - b177aa (stdout): test/testOutputFile.py::TestFileOutputIntegration::test_default PASSED [ 27%]
+2020-11-22 19:04:41,380 - b177aa (stdout): test/testOutputFile.py::TestFileOutputIntegration::test_html FAILED [ 27%]
+2020-11-22 19:04:41,383 - b177aa (stdout): test/testOutputFile.py::TestFileOutputIntegration::test_xml PASSED [ 27%]
+2020-11-22 19:04:41,388 - b177aa (stdout): test/testOutputHTML.py::TestHTMLOutput::test_should_have_html_body FAILED [ 27%]
+2020-11-22 19:04:41,390 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_digits PASSED [ 27%]
+2020-11-22 19:04:41,391 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_empty_string PASSED [ 27%]
+2020-11-22 19:04:41,392 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_line_number PASSED [ 28%]
+2020-11-22 19:04:41,393 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_line_number2 PASSED [ 28%]
+2020-11-22 19:04:41,395 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_more PASSED [ 28%]
+2020-11-22 19:04:41,396 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_operators PASSED [ 28%]
+2020-11-22 19:04:41,397 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_spaces PASSED [ 28%]
+2020-11-22 19:04:41,398 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_string PASSED [ 28%]
+2020-11-22 19:04:41,400 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_with_multiple_line_string PASSED [ 29%]
+2020-11-22 19:04:41,401 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_block_comment_in_define PASSED [ 29%]
+2020-11-22 19:04:41,402 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_define PASSED [ 29%]
+2020-11-22 19:04:41,403 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_define2 PASSED [ 29%]
+2020-11-22 19:04:41,404 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_half_comment_following PASSED [ 29%]
+2020-11-22 19:04:41,405 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_if PASSED [ 29%]
+2020-11-22 19:04:41,407 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_ifdef PASSED [ 29%]
+2020-11-22 19:04:41,408 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_include PASSED [ 30%]
+2020-11-22 19:04:41,410 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_with_line_continuer_define PASSED [ 30%]
+2020-11-22 19:04:41,411 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_c_style_comment PASSED [ 30%]
+2020-11-22 19:04:41,412 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_commentedComment PASSED [ 30%]
+2020-11-22 19:04:41,414 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_cpp_style_comment PASSED [ 30%]
+2020-11-22 19:04:41,415 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_cpp_style_comment_with_multiple_lines PASSED [ 30%]
+2020-11-22 19:04:41,416 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_with_c_comments PASSED [ 30%]
+2020-11-22 19:04:41,418 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_with_c_comments_with_backslash_in_it PASSED [ 31%]
+2020-11-22 19:04:41,420 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_with_cpp_comments PASSED [ 31%]
+2020-11-22 19:04:41,421 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_MoreFiles PASSED [ 31%]
+2020-11-22 19:04:41,443 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_MoreFilesMultipleThread PASSED [ 31%]
+2020-11-22 19:04:41,444 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_NoFiles PASSED [ 31%]
+2020-11-22 19:04:41,449 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_NoFilesMultipleThread PASSED [ 31%]
+2020-11-22 19:04:41,451 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_OneFile PASSED [ 31%]
+2020-11-22 19:04:41,457 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_OneFileMultipleThread PASSED [ 32%]
+2020-11-22 19:04:41,460 - b177aa (stdout): test/test_analyzer.py::Test_FileAnalyzer::test_analyze_c_file PASSED [ 32%]
+2020-11-22 19:04:41,467 - b177aa (stdout): test/test_analyzer.py::Test_FileAnalyzer::test_analyze_c_file_with_multiple_thread PASSED [ 32%]
+2020-11-22 19:04:41,469 - b177aa (stdout): test/test_analyzer.py::Test_FileAnalyzer::test_fileInformation PASSED [ 32%]
+2020-11-22 19:04:41,471 - b177aa (stdout): test/test_analyzer.py::Test_FileAnalyzer::test_should_report_when_having_other_problem_and_continue PASSED [ 32%]
+2020-11-22 19:04:41,472 - b177aa (stdout): test/test_analyzer.py::Test_Picklability::test_FileInfo_ShouldBePicklable PASSED [ 32%]
+2020-11-22 19:04:41,473 - b177aa (stdout): test/test_analyzer.py::Test_Picklability::test_FunctionInfo_ShouldBePicklable PASSED [ 32%]
+2020-11-22 19:04:41,474 - b177aa (stdout): test/test_analyzer.py::TestWarningFilter::test_should_filter_the_warnings PASSED [ 33%]
+2020-11-22 19:04:41,476 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_filter_function_in_the_right_file_when_specified PASSED [ 33%]
+2020-11-22 19:04:41,477 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_filter_multiple_functions_defined_on_one_line PASSED [ 33%]
+2020-11-22 19:04:41,478 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_filter_multiple_lines_of_whitelist PASSED [ 33%]
+2020-11-22 19:04:41,479 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_filter_out_the_whitelist PASSED [ 33%]
+2020-11-22 19:04:41,480 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_ignore_comments_in_whitelist PASSED [ 33%]
+2020-11-22 19:04:41,481 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_work_with_class_member PASSED [ 33%]
+2020-11-22 19:04:41,483 - b177aa (stdout): test/test_auto_open.py::TestAutoOpen::test_ascii PASSED [ 34%]
+2020-11-22 19:04:41,485 - b177aa (stdout): test/test_auto_open.py::TestAutoOpen::test_utf_8 PASSED [ 34%]
+2020-11-22 19:04:41,486 - b177aa (stdout): test/test_auto_open.py::TestAutoOpen::test_utf_8_with_bom PASSED [ 34%]
+2020-11-22 19:04:41,488 - b177aa (stdout): test/test_auto_open.py::TestAutoOpen::test_utf_8_with_unexpected_bom PASSED [ 34%]
+2020-11-22 19:04:41,489 - b177aa (stdout): test/test_auto_open.py::TestAutoRead::test_at PASSED [ 34%]
+2020-11-22 19:04:41,491 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_arguments PASSED [ 34%]
+2020-11-22 19:04:41,493 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_ccn PASSED [ 34%]
+2020-11-22 19:04:41,495 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_default_sorting PASSED [ 35%]
+2020-11-22 19:04:41,497 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_length PASSED [ 35%]
+2020-11-22 19:04:41,499 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_more_threshold PASSED [ 35%]
+2020-11-22 19:04:41,501 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_should_use_current_folder_as_default_path PASSED [ 35%]
+2020-11-22 19:04:41,503 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_sorting_factor PASSED [ 35%]
+2020-11-22 19:04:41,506 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_sorting_factor_does_not_exist PASSED [ 35%]
+2020-11-22 19:04:41,509 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_sorting_factor_does_not_exist1 PASSED [ 36%]
+2020-11-22 19:04:41,512 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_sorting_factor_does_not_exist_error_message PASSED [ 36%]
+2020-11-22 19:04:41,514 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_sorting_factor_does_not_exist_error_message_with_ext PASSED [ 36%]
+2020-11-22 19:04:41,516 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_threshold PASSED [ 36%]
+2020-11-22 19:04:41,519 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_unknown_argument_exit PASSED [ 36%]
+2020-11-22 19:04:41,522 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_will_include_ext_args PASSED [ 36%]
+2020-11-22 19:04:41,523 - b177aa (stdout): test/test_extensions/testComplexityTags.py::TestNonStrictExtension::test_empty_function PASSED [ 36%]
+2020-11-22 19:04:41,525 - b177aa (stdout): test/test_extensions/testComplexityTags.py::TestNonStrictExtension::test_function_with_one_condition PASSED [ 37%]
+2020-11-22 19:04:41,526 - b177aa (stdout): test/test_extensions/testComplexityTags.py::TestNonStrictExtension::test_multiple_lines PASSED [ 37%]
+2020-11-22 19:04:41,531 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_2_duplicates PASSED [ 37%]
+2020-11-22 19:04:41,541 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_2_big_blocks PASSED [ 37%]
+2020-11-22 19:04:41,544 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_different_integer_value PASSED [ 37%]
+2020-11-22 19:04:41,547 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_different_operator PASSED [ 37%]
+2020-11-22 19:04:41,550 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_different_string_value PASSED [ 37%]
+2020-11-22 19:04:41,553 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_different_variable_name PASSED [ 38%]
+2020-11-22 19:04:41,564 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_value_dense_block PASSED [ 38%]
+2020-11-22 19:04:41,582 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_value_dense_block_in_brackets PASSED [ 38%]
+2020-11-22 19:04:41,583 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_empty_file PASSED [ 38%]
+2020-11-22 19:04:41,586 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_identifier_after_arrow_should_not_be_commonized PASSED [ 38%]
+2020-11-22 19:04:41,589 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_identifier_after_dot_should_not_be_commonized PASSED [ 38%]
+2020-11-22 19:04:41,594 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_many_identifiers_together PASSED [ 38%]
+2020-11-22 19:04:41,599 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_no_duplicate_with_1_big_blocks_of_the_same_number PASSED [ 39%]
+2020-11-22 19:04:41,603 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_repeating_patterns PASSED [ 39%]
+2020-11-22 19:04:41,609 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_repeating_patterns_multiple_matches PASSED [ 39%]
+2020-11-22 19:04:41,613 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_three_functions_that_are_the_same PASSED [ 39%]
+2020-11-22 19:04:41,616 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_threshold PASSED [ 39%]
+2020-11-22 19:04:41,621 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_threshold_exceeded PASSED [ 39%]
+2020-11-22 19:04:41,624 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_threshold_with_too_many_repeatings PASSED [ 39%]
+2020-11-22 19:04:41,627 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_two_5_line_functions_that_are_exactly_the_same_detail PASSED [ 40%]
+2020-11-22 19:04:41,630 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_two_functions_that_are_exactly_the_same PASSED [ 40%]
+2020-11-22 19:04:41,634 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_two_functions_that_are_exactly_the_same_detail PASSED [ 40%]
+2020-11-22 19:04:41,636 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_two_functions_that_are_not_the_same PASSED [ 40%]
+2020-11-22 19:04:41,640 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtensionAcrossFiles::test_basic_duplicate PASSED [ 40%]
+2020-11-22 19:04:41,644 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtensionAcrossFiles::test_more_duplicate PASSED [ 40%]
+2020-11-22 19:04:41,645 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_3_nodes_duplicate PASSED [ 40%]
+2020-11-22 19:04:41,647 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_multiple_nodes_duplicate PASSED [ 41%]
+2020-11-22 19:04:41,648 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_multiple_nodes_duplicate_and_single_node PASSED [ 41%]
+2020-11-22 19:04:41,649 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_no_duplicate PASSED [ 41%]
+2020-11-22 19:04:41,650 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_not_multiple_nodes_duplicate PASSED [ 41%]
+2020-11-22 19:04:41,651 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_partial_different_purpose PASSED [ 41%]
+2020-11-22 19:04:41,653 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_simple_3_duplicates_in_different_places PASSED [ 41%]
+2020-11-22 19:04:41,654 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_simple_duplicate PASSED [ 41%]
+2020-11-22 19:04:41,655 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_simple_duplicate_3_times PASSED [ 42%]
+2020-11-22 19:04:41,656 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_simple_two_duplicates PASSED [ 42%]
+2020-11-22 19:04:41,658 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_0_fan_out PASSED [ 42%]
+2020-11-22 19:04:41,659 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_1_fan_out PASSED [ 42%]
+2020-11-22 19:04:41,661 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_1_fan_out_with_2_calls_of_the_same_function PASSED [ 42%]
+2020-11-22 19:04:41,662 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_1_fan_out_with_namespace PASSED [ 42%]
+2020-11-22 19:04:41,664 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_1_fan_out_with_recursive_call PASSED [ 43%]
+2020-11-22 19:04:41,666 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_ref_to_something_not_defined PASSED [ 43%]
+2020-11-22 19:04:41,667 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanIn::test_0_fan_in PASSED [ 43%]
+2020-11-22 19:04:41,669 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanIn::test_1_fan_in PASSED [ 43%]
+2020-11-22 19:04:41,671 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanIn::test_1_fan_in_if_it_is_called_twice_in_the_same_function PASSED [ 43%]
+2020-11-22 19:04:41,673 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestCombinedResult::test_1_fan_in_from_another_source_file PASSED [ 43%]
+2020-11-22 19:04:41,675 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestCombinedResult::test_1_fan_out_to_another_source_file PASSED [ 43%]
+2020-11-22 19:04:41,677 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_0_general_fan_out PASSED [ 44%]
+2020-11-22 19:04:41,679 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_1_general_fan_out_multiple_punctuations PASSED [ 44%]
+2020-11-22 19:04:41,681 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_1_general_fan_out_with_2_calls_of_the_same_function PASSED [ 44%]
+2020-11-22 19:04:41,682 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_1_general_fan_out_with_namespace PASSED [ 44%]
+2020-11-22 19:04:41,684 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_1_general_fan_out_with_recursive_call PASSED [ 44%]
+2020-11-22 19:04:41,686 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_1_general_fan_out_with_space PASSED [ 44%]
+2020-11-22 19:04:41,688 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_ref_to_something_not_defined PASSED [ 44%]
+2020-11-22 19:04:41,689 - b177aa (stdout): test/test_extensions/testNonStrict.py::TestNonStrictExtension::test_normal_function_with_boolean_operators PASSED [ 45%]
+2020-11-22 19:04:41,692 - b177aa (stdout): test/test_extensions/testNonStrict.py::TestNonStrictExtension::test_normal_function_without_boolean_operators PASSED [ 45%]
+2020-11-22 19:04:41,693 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_count_one_word PASSED [ 45%]
+2020-11-22 19:04:41,694 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_count_one_word_multiple_times PASSED [ 45%]
+2020-11-22 19:04:41,696 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_reduce_the_result PASSED [ 45%]
+2020-11-22 19:04:41,697 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_should_count_non_keyword PASSED [ 45%]
+2020-11-22 19:04:41,698 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_should_not_count_keywords PASSED [ 45%]
+2020-11-22 19:04:41,699 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_should_not_count_string PASSED [ 46%]
+2020-11-22 19:04:41,700 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_should_not_line_continuer PASSED [ 46%]
+2020-11-22 19:04:41,703 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountOutput::test_should_open_the_browser PASSED [ 46%]
+2020-11-22 19:04:41,705 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountOutput::test_should_output_html PASSED [ 46%]
+2020-11-22 19:04:41,707 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_C_Token_extension::test_connecting_macro PASSED [ 46%]
+2020-11-22 19:04:41,708 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_1 PASSED [ 46%]
+2020-11-22 19:04:41,709 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_bracket_that_is_not_a_namespace PASSED [ 46%]
+2020-11-22 19:04:41,711 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_class_as_an_attribute PASSED [ 47%]
+2020-11-22 19:04:41,713 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_class_with_inheritance PASSED [ 47%]
+2020-11-22 19:04:41,714 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_complicated_c_function PASSED [ 47%]
+2020-11-22 19:04:41,716 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_constructor_initialization_list PASSED [ 47%]
+2020-11-22 19:04:41,717 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_constructor_initialization_list_noexcept PASSED [ 47%]
+2020-11-22 19:04:41,719 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_constructor_initializer_list PASSED [ 47%]
+2020-11-22 19:04:41,720 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_constructor_uniform_initialization PASSED [ 47%]
+2020-11-22 19:04:41,722 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_destructor_implementation PASSED [ 48%]
+2020-11-22 19:04:41,723 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_double_nested_template PASSED [ 48%]
+2020-11-22 19:04:41,725 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_double_slash_within_string PASSED [ 48%]
+2020-11-22 19:04:41,726 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_empty PASSED [ 48%]
+2020-11-22 19:04:41,727 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_dec_followed_with_one_word_is_ok PASSED [ 48%]
+2020-11-22 19:04:41,728 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_dec_with_noexcept PASSED [ 48%]
+2020-11-22 19:04:41,730 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_dec_with_throw PASSED [ 48%]
+2020-11-22 19:04:41,731 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_declaration_is_not_counted PASSED [ 49%]
+2020-11-22 19:04:41,732 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_name_class PASSED [ 49%]
+2020-11-22 19:04:41,734 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_operator PASSED [ 49%]
+2020-11-22 19:04:41,735 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_that_returns_function_pointers PASSED [ 49%]
+2020-11-22 19:04:41,736 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_1_param PASSED [ 49%]
+2020-11-22 19:04:41,738 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_1_ref_param PASSED [ 49%]
+2020-11-22 19:04:41,740 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_content PASSED [ 50%]
+2020-11-22 19:04:41,741 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_no_param PASSED [ 50%]
+2020-11-22 19:04:41,742 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_param PASSED [ 50%]
+2020-11-22 19:04:41,744 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_strang_param PASSED [ 50%]
+2020-11-22 19:04:41,745 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_strang_param2 PASSED [ 50%]
+2020-11-22 19:04:41,747 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_global_var_constructor PASSED [ 50%]
+2020-11-22 19:04:41,748 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_inline_operator PASSED [ 50%]
+2020-11-22 19:04:41,750 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_less_then_is_not_template PASSED [ 51%]
+2020-11-22 19:04:41,751 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_namespace_alias PASSED [ 51%]
+2020-11-22 19:04:41,753 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_nested_class PASSED [ 51%]
+2020-11-22 19:04:41,755 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_nested_class_middle PASSED [ 51%]
+2020-11-22 19:04:41,757 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_nested_template PASSED [ 51%]
+2020-11-22 19:04:41,760 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_nested_template_function PASSED [ 51%]
+2020-11-22 19:04:41,763 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_nested_unnamed_namespace PASSED [ 51%]
+2020-11-22 19:04:41,765 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_no_function PASSED [ 52%]
+2020-11-22 19:04:41,767 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_non_function_initializer_list PASSED [ 52%]
+2020-11-22 19:04:41,768 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_non_function_uniform_initialization PASSED [ 52%]
+2020-11-22 19:04:41,811 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_not_old_style_c_function PASSED [ 52%]
+2020-11-22 19:04:41,813 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_old_style_c_function PASSED [ 52%]
+2020-11-22 19:04:41,814 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_old_style_c_function_has_semicolon PASSED [ 52%]
+2020-11-22 19:04:41,816 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_function PASSED [ 52%]
+2020-11-22 19:04:41,817 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_function_with_const PASSED [ 53%]
+2020-11-22 19:04:41,818 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_function_with_namespace PASSED [ 53%]
+2020-11-22 19:04:41,820 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_function_with_noexcept PASSED [ 53%]
+2020-11-22 19:04:41,821 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_function_with_throw PASSED [ 53%]
+2020-11-22 19:04:41,822 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_macro_in_class PASSED [ 53%]
+2020-11-22 19:04:41,824 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_only_word_can_be_function_name PASSED [ 53%]
+2020-11-22 19:04:41,825 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_operator_overloading PASSED [ 53%]
+2020-11-22 19:04:41,826 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_operator_overloading_shift PASSED [ 54%]
+2020-11-22 19:04:41,827 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_operator_overloading_with_namespace PASSED [ 54%]
+2020-11-22 19:04:41,829 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_operator_with_complicated_name PASSED [ 54%]
+2020-11-22 19:04:41,830 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_parentheses_before_function PASSED [ 54%]
+2020-11-22 19:04:41,831 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_pre_class PASSED [ 54%]
+2020-11-22 19:04:41,833 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_ref_qualifiers PASSED [ 54%]
+2020-11-22 19:04:41,834 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_struct_in_param PASSED [ 54%]
+2020-11-22 19:04:41,835 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_struct_in_return_type PASSED [ 55%]
+2020-11-22 19:04:41,837 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_stupid_macro_before_function PASSED [ 55%]
+2020-11-22 19:04:41,838 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_as_part_of_function_name PASSED [ 55%]
+2020-11-22 19:04:41,839 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_as_reference PASSED [ 55%]
+2020-11-22 19:04:41,842 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_class PASSED [ 55%]
+2020-11-22 19:04:41,844 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_class_full_specialization PASSED [ 55%]
+2020-11-22 19:04:41,846 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_class_partial_specialization PASSED [ 55%]
+2020-11-22 19:04:41,848 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_function PASSED [ 56%]
+2020-11-22 19:04:41,850 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_function_specialization PASSED [ 56%]
+2020-11-22 19:04:41,851 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_with_pointer PASSED [ 56%]
+2020-11-22 19:04:41,852 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_with_reference PASSED [ 56%]
+2020-11-22 19:04:41,854 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_with_reference_as_reference PASSED [ 56%]
+2020-11-22 19:04:41,855 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_templated_code_with_question_mark PASSED [ 56%]
+2020-11-22 19:04:41,857 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_trailing_return_type PASSED [ 56%]
+2020-11-22 19:04:41,858 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_two_function PASSED [ 57%]
+2020-11-22 19:04:41,859 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_two_functions_in_class PASSED [ 57%]
+2020-11-22 19:04:41,861 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_two_simplest_function PASSED [ 57%]
+2020-11-22 19:04:41,862 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_typedef_is_not_old_style_c_function PASSED [ 57%]
+2020-11-22 19:04:41,864 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_underscore PASSED [ 57%]
+2020-11-22 19:04:41,866 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_union_as_qualifier PASSED [ 57%]
+2020-11-22 19:04:41,867 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_class PASSED [ 58%]
+2020-11-22 19:04:41,869 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_control_structures PASSED [ 58%]
+2020-11-22 19:04:41,870 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_function PASSED [ 58%]
+2020-11-22 19:04:41,872 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_function_parameters PASSED [ 58%]
+2020-11-22 19:04:41,873 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_function_return_type PASSED [ 58%]
+2020-11-22 19:04:41,875 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_namespace PASSED [ 58%]
+2020-11-22 19:04:41,876 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_function_like PASSED [ 58%]
+2020-11-22 19:04:41,878 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_function_like2 PASSED [ 59%]
+2020-11-22 19:04:41,879 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_macro_and_class PASSED [ 59%]
+2020-11-22 19:04:41,881 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_macro_call_after_if PASSED [ 59%]
+2020-11-22 19:04:41,882 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_macro_call_after_if_and_no_semicolon_before_the_closing_br PASSED [ 59%]
+2020-11-22 19:04:41,883 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_macro_call_after_if_and_no_semicolon_before_the_closing_br2 PASSED [ 59%]
+2020-11-22 19:04:41,885 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_content_macro_should_be_ignored PASSED [ 59%]
+2020-11-22 19:04:41,886 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_preprocessor_is_not_function PASSED [ 59%]
+2020-11-22 19:04:41,887 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_preprocessors_should_be_ignored_outside_function_implementation PASSED [ 60%]
+2020-11-22 19:04:41,889 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Big::test_trouble PASSED [ 60%]
+2020-11-22 19:04:41,890 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Big::test_typedef PASSED [ 60%]
+2020-11-22 19:04:41,893 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Dialects::test_cuda_kernel_launch PASSED [ 60%]
+2020-11-22 19:04:41,895 - b177aa (stdout): test/test_languages/testCsharp.py::TestCsharp::test_function_with_eight PASSED [ 60%]
+2020-11-22 19:04:41,897 - b177aa (stdout): test/test_languages/testCsharp.py::TestCsharp::test_function_with_one PASSED [ 60%]
+2020-11-22 19:04:41,898 - b177aa (stdout): test/test_languages/testCsharp.py::TestCsharp::test_function_with_three PASSED [ 60%]
+2020-11-22 19:04:41,900 - b177aa (stdout): test/test_languages/testCsharp.py::TestCsharp::test_function_with_two PASSED [ 61%]
+2020-11-22 19:04:41,901 - b177aa (stdout): test/test_languages/testCsharp.py::TestCsharp::test_null_coalescing_operator PASSED [ 61%]
+2020-11-22 19:04:41,904 - b177aa (stdout): test/test_languages/testES6.py::Test_tokenizing_ES6::test_dollar_var PASSED [ 61%]
+2020-11-22 19:04:41,905 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_arraw_function_name PASSED [ 61%]
+2020-11-22 19:04:41,906 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_arraw_function_with_multiple_param PASSED [ 61%]
+2020-11-22 19:04:41,908 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_arrow_function_return_object PASSED [ 61%]
+2020-11-22 19:04:41,909 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_class PASSED [ 61%]
+2020-11-22 19:04:41,910 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_complexity PASSED [ 62%]
+2020-11-22 19:04:41,912 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_function_with_block PASSED [ 62%]
+2020-11-22 19:04:41,913 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_generator_function PASSED [ 62%]
+2020-11-22 19:04:41,914 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_generator_function_assign_to_name PASSED [ 62%]
+2020-11-22 19:04:41,916 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_nested PASSED [ 62%]
+2020-11-22 19:04:41,917 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_nested2 PASSED [ 62%]
+2020-11-22 19:04:41,918 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_nested3 PASSED [ 62%]
+2020-11-22 19:04:41,920 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_nested_complexity PASSED [ 63%]
+2020-11-22 19:04:41,921 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_simple_function PASSED [ 63%]
+2020-11-22 19:04:41,923 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_statement_block PASSED [ 63%]
+2020-11-22 19:04:41,924 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_two_functions PASSED [ 63%]
+2020-11-22 19:04:41,926 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_two_functions_with_semicolon PASSED [ 63%]
+2020-11-22 19:04:41,927 - b177aa (stdout): test/test_languages/testGDScript.py::TestGDScript::test_empty PASSED [ 63%]
+2020-11-22 19:04:41,929 - b177aa (stdout): test/test_languages/testGDScript.py::TestGDScript::test_top_level_function PASSED [ 63%]
+2020-11-22 19:04:41,930 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_empty PASSED [ 64%]
+2020-11-22 19:04:41,931 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_interface PASSED [ 64%]
+2020-11-22 19:04:41,932 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_interface_followed_by_a_class PASSED [ 64%]
+2020-11-22 19:04:41,934 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_no_function PASSED [ 64%]
+2020-11-22 19:04:41,935 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_function PASSED [ 64%]
+2020-11-22 19:04:41,936 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_function_defined_on_a_struct PASSED [ 64%]
+2020-11-22 19:04:41,938 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_function_with_complexity PASSED [ 65%]
+2020-11-22 19:04:41,939 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_function_with_return_value PASSED [ 65%]
+2020-11-22 19:04:41,940 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_function_with_two_return_values PASSED [ 65%]
+2020-11-22 19:04:41,942 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_with_parameter PASSED [ 65%]
+2020-11-22 19:04:41,943 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_complicated_properties PASSED [ 65%]
+2020-11-22 19:04:41,945 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_less_than PASSED [ 65%]
+2020-11-22 19:04:41,946 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_nested PASSED [ 65%]
+2020-11-22 19:04:41,947 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_nested_save_tag PASSED [ 66%]
+2020-11-22 19:04:41,948 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_open_closing_with_content PASSED [ 66%]
+2020-11-22 19:04:41,949 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_simple_open_closing PASSED [ 66%]
+2020-11-22 19:04:41,950 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_simple_standalone PASSED [ 66%]
+2020-11-22 19:04:41,952 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_with_attributes PASSED [ 66%]
+2020-11-22 19:04:41,953 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_with_embeded_attributes PASSED [ 66%]
+2020-11-22 19:04:41,954 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_with_embeded_code PASSED [ 66%]
+2020-11-22 19:04:41,956 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_with_less_than2 PASSED [ 67%]
+2020-11-22 19:04:41,957 - b177aa (stdout): test/test_languages/testJSX.py::Test_parser_for_JavaScript_X::test_complicated PASSED [ 67%]
+2020-11-22 19:04:41,958 - b177aa (stdout): test/test_languages/testJSX.py::Test_parser_for_JavaScript_X::test_simple_function PASSED [ 67%]
+2020-11-22 19:04:41,960 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_class_name_with_extends PASSED [ 67%]
+2020-11-22 19:04:41,961 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_class_name_with_interface PASSED [ 67%]
+2020-11-22 19:04:41,963 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_class_with_decorator PASSED [ 67%]
+2020-11-22 19:04:41,964 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_class_with_decorator_that_has_namespace PASSED [ 67%]
+2020-11-22 19:04:41,965 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_function_with_decorator PASSED [ 68%]
+2020-11-22 19:04:41,967 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_function_with_throws PASSED [ 68%]
+2020-11-22 19:04:41,968 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_operator_as_an_overloaded_identifier PASSED [ 68%]
+2020-11-22 19:04:41,970 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_dollar_var PASSED [ 68%]
+2020-11-22 19:04:41,972 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_should_not_confuse_division_as_regx PASSED [ 68%]
+2020-11-22 19:04:41,973 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_tokenizing_javascript_comments PASSED [ 68%]
+2020-11-22 19:04:41,974 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_tokenizing_javascript_multiple_line_string PASSED [ 68%]
+2020-11-22 19:04:41,975 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_tokenizing_javascript_regular_expression PASSED [ 69%]
+2020-11-22 19:04:41,976 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_tokenizing_javascript_regular_expression1 PASSED [ 69%]
+2020-11-22 19:04:41,977 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_tokenizing_pattern PASSED [ 69%]
+2020-11-22 19:04:41,979 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_assigning_to_a_name PASSED [ 69%]
+2020-11-22 19:04:41,980 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_in_a_function PASSED [ 69%]
+2020-11-22 19:04:41,982 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_in_a_object PASSED [ 69%]
+2020-11-22 19:04:41,983 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_in_arrow PASSED [ 69%]
+2020-11-22 19:04:41,985 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_long_name PASSED [ 70%]
+2020-11-22 19:04:41,986 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_without_name_assign_to_field PASSED [ 70%]
+2020-11-22 19:04:41,987 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_global PASSED [ 70%]
+2020-11-22 19:04:41,988 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_not_a_function_assigning_to_a_name PASSED [ 70%]
+2020-11-22 19:04:41,990 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_parameter_count PASSED [ 70%]
+2020-11-22 19:04:41,991 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_simple_function PASSED [ 70%]
+2020-11-22 19:04:41,993 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_simple_function_complexity PASSED [ 70%]
+2020-11-22 19:04:41,995 - b177aa (stdout): test/test_languages/testLua.py::Test_tokenizing_Lua::test_comment PASSED [ 71%]
+2020-11-22 19:04:41,996 - b177aa (stdout): test/test_languages/testLua.py::Test_tokenizing_Lua::test_comment_block PASSED [ 71%]
+2020-11-22 19:04:41,997 - b177aa (stdout): test/test_languages/testLua.py::Test_tokenizing_Lua::test_double_square_brackets_string PASSED [ 71%]
+2020-11-22 19:04:41,998 - b177aa (stdout): test/test_languages/testLua.py::Test_tokenizing_Lua::test_should_not_confuse_division_as_regx PASSED [ 71%]
+2020-11-22 19:04:42,000 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_anonymous PASSED [ 71%]
+2020-11-22 19:04:42,001 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_anonymous_with_assignment PASSED [ 71%]
+2020-11-22 19:04:42,002 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_class_method PASSED [ 72%]
+2020-11-22 19:04:42,003 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_comment_is_omitted_in_token_cound PASSED [ 72%]
+2020-11-22 19:04:42,005 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_do PASSED [ 72%]
+2020-11-22 19:04:42,006 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_empty PASSED [ 72%]
+2020-11-22 19:04:42,007 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_for_and_while PASSED [ 72%]
+2020-11-22 19:04:42,009 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_if PASSED [ 72%]
+2020-11-22 19:04:42,010 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_nested_functions PASSED [ 72%]
+2020-11-22 19:04:42,011 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_no_function PASSED [ 73%]
+2020-11-22 19:04:42,013 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_one_function PASSED [ 73%]
+2020-11-22 19:04:42,014 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_one_function_loc PASSED [ 73%]
+2020-11-22 19:04:42,015 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_repeat_until PASSED [ 73%]
+2020-11-22 19:04:42,017 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_two_functions PASSED [ 73%]
+2020-11-22 19:04:42,018 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_empty PASSED [ 73%]
+2020-11-22 19:04:42,019 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_implementation PASSED [ 73%]
+2020-11-22 19:04:42,021 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_no_function PASSED [ 74%]
+2020-11-22 19:04:42,022 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_one_c_function PASSED [ 74%]
+2020-11-22 19:04:42,023 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_one_objc_function PASSED [ 74%]
+2020-11-22 19:04:42,025 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_one_objc_function_with_param PASSED [ 74%]
+2020-11-22 19:04:42,026 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_one_objc_function_with_three_param PASSED [ 74%]
+2020-11-22 19:04:42,027 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_one_objc_function_with_two_param PASSED [ 74%]
+2020-11-22 19:04:42,029 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_typedef PASSED [ 74%]
+2020-11-22 19:04:42,031 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_c_comments PASSED [ 75%]
+2020-11-22 19:04:42,032 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_code_block_with_html PASSED [ 75%]
+2020-11-22 19:04:42,034 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_code_block_without_closing PASSED [ 75%]
+2020-11-22 19:04:42,035 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_dollar_var PASSED [ 75%]
+2020-11-22 19:04:42,036 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_empty PASSED [ 75%]
+2020-11-22 19:04:42,037 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_empty_code_block PASSED [ 75%]
+2020-11-22 19:04:42,038 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_empty_code_block_with_html PASSED [ 75%]
+2020-11-22 19:04:42,039 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_empty_simple_code_block PASSED [ 76%]
+2020-11-22 19:04:42,040 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_multiple_line_string PASSED [ 76%]
+2020-11-22 19:04:42,042 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_multiple_line_string_alternative PASSED [ 76%]
+2020-11-22 19:04:42,043 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_no_code_block PASSED [ 76%]
+2020-11-22 19:04:42,044 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_class PASSED [ 76%]
+2020-11-22 19:04:42,046 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_class_mixed PASSED [ 76%]
+2020-11-22 19:04:42,047 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_function_assigning_to_a_name PASSED [ 76%]
+2020-11-22 19:04:42,048 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_function_without_name_assign_to_field PASSED [ 77%]
+2020-11-22 19:04:42,049 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_interface PASSED [ 77%]
+2020-11-22 19:04:42,050 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_interface2 PASSED [ 77%]
+2020-11-22 19:04:42,052 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_not_a_function_assigning_to_a_name PASSED [ 77%]
+2020-11-22 19:04:42,053 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_parameter_count PASSED [ 77%]
+2020-11-22 19:04:42,055 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_simple_function PASSED [ 77%]
+2020-11-22 19:04:42,056 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_simple_function_complexity PASSED [ 77%]
+2020-11-22 19:04:42,058 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_simple_function_complexity_elseif PASSED [ 78%]
+2020-11-22 19:04:42,059 - b177aa (stdout): test/test_languages/testPython.py::Test_tokenizer_for_Python::test_comment_with_quote PASSED [ 78%]
+2020-11-22 19:04:42,060 - b177aa (stdout): test/test_languages/testPython.py::Test_Python_nesting_level::test_2nd_level_function_with_leading_space PASSED [ 78%]
+2020-11-22 19:04:42,062 - b177aa (stdout): test/test_languages/testPython.py::Test_Python_nesting_level::test_miss_indented_comment PASSED [ 78%]
+2020-11-22 19:04:42,063 - b177aa (stdout): test/test_languages/testPython.py::Test_Python_nesting_level::test_second_top_level_functions PASSED [ 78%]
+2020-11-22 19:04:42,064 - b177aa (stdout): test/test_languages/testPython.py::Test_Python_nesting_level::test_top_level_function PASSED [ 78%]
+2020-11-22 19:04:42,066 - b177aa (stdout): test/test_languages/testPython.py::Test_Python_nesting_level::test_top_level_function_with_leading_space PASSED [ 79%]
+2020-11-22 19:04:42,068 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_2_functions PASSED [ 79%]
+2020-11-22 19:04:42,069 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_2_top_level_functions PASSED [ 79%]
+2020-11-22 19:04:42,071 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_block_string PASSED [ 79%]
+2020-11-22 19:04:42,072 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_block_string_is_one_token PASSED [ 79%]
+2020-11-22 19:04:42,073 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_comment_is_not_counted_in_nloc PASSED [ 79%]
+2020-11-22 19:04:42,074 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_docstring_is_not_counted_in_nloc PASSED [ 79%]
+2020-11-22 19:04:42,075 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_empty_source_should_return_no_function PASSED [ 80%]
+2020-11-22 19:04:42,077 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_function_end PASSED [ 80%]
+2020-11-22 19:04:42,079 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_nested_depth_metric_multiple_continuous_loop_statements PASSED [ 80%]
+2020-11-22 19:04:42,081 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_nested_functions PASSED [ 80%]
+2020-11-22 19:04:42,083 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_nested_functions_ended_at_eof PASSED [ 80%]
+2020-11-22 19:04:42,085 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_nested_functions_ended_at_same_line PASSED [ 80%]
+2020-11-22 19:04:42,086 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_odd_blank_line PASSED [ 80%]
+2020-11-22 19:04:42,087 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_odd_line_with_comment PASSED [ 81%]
+2020-11-22 19:04:42,089 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_parameter_count PASSED [ 81%]
+2020-11-22 19:04:42,091 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_parameter_count_with_default_value PASSED [ 81%]
+2020-11-22 19:04:42,093 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_simple_python_function PASSED [ 81%]
+2020-11-22 19:04:42,095 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_tab_is_same_as_8_spaces PASSED [ 81%]
+2020-11-22 19:04:42,096 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_top_level_functions PASSED [ 81%]
+2020-11-22 19:04:42,098 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_two_simple_python_function PASSED [ 81%]
+2020-11-22 19:04:42,101 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_ranges PASSED [ 82%]
+2020-11-22 19:04:42,103 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_shorthand_symbol PASSED [ 82%]
+2020-11-22 19:04:42,105 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_should_not_confuse_division_as_regx PASSED [ 82%]
+2020-11-22 19:04:42,106 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_special_method_names PASSED [ 82%]
+2020-11-22 19:04:42,108 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_brackets PASSED [ 82%]
+2020-11-22 19:04:42,109 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_pattern PASSED [ 82%]
+2020-11-22 19:04:42,110 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_ruby_comments PASSED [ 82%]
+2020-11-22 19:04:42,111 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_ruby_regular_expression PASSED [ 83%]
+2020-11-22 19:04:42,113 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_string_expression PASSED [ 83%]
+2020-11-22 19:04:42,114 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_string_with_formatter PASSED [ 83%]
+2020-11-22 19:04:42,115 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_string_with_string PASSED [ 83%]
+2020-11-22 19:04:42,117 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_string_with_string2 PASSED [ 83%]
+2020-11-22 19:04:42,118 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_symbol PASSED [ 83%]
+2020-11-22 19:04:42,119 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_vars PASSED [ 83%]
+2020-11-22 19:04:42,121 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_empty PASSED [ 84%]
+2020-11-22 19:04:42,122 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_no_function PASSED [ 84%]
+2020-11-22 19:04:42,123 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_function PASSED [ 84%]
+2020-11-22 19:04:42,125 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_function_loc PASSED [ 84%]
+2020-11-22 19:04:42,126 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_begin_and_end PASSED [ 84%]
+2020-11-22 19:04:42,128 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_begin_and_end_outside PASSED [ 84%]
+2020-11-22 19:04:42,129 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_brackets_and_end_outside PASSED [ 84%]
+2020-11-22 19:04:42,131 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_class_as_identifier PASSED [ 85%]
+2020-11-22 19:04:42,132 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_class_in_it PASSED [ 85%]
+2020-11-22 19:04:42,133 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_do PASSED [ 85%]
+2020-11-22 19:04:42,135 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_within_do PASSED [ 85%]
+2020-11-22 19:04:42,136 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_within_embedded_doc PASSED [ 85%]
+2020-11-22 19:04:42,138 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_within_embedded_doc_harder PASSED [ 85%]
+2020-11-22 19:04:42,139 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_string PASSED [ 86%]
+2020-11-22 19:04:42,141 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_two_functions PASSED [ 86%]
+2020-11-22 19:04:42,142 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_ccn::test_basic_complexity PASSED [ 86%]
+2020-11-22 19:04:42,144 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_if_block PASSED [ 86%]
+2020-11-22 19:04:42,145 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_if_modifier PASSED [ 86%]
+2020-11-22 19:04:42,146 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_if_oneliner_block PASSED [ 86%]
+2020-11-22 19:04:42,148 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_if_with_then_on_one_line PASSED [ 86%]
+2020-11-22 19:04:42,149 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_while_block PASSED [ 87%]
+2020-11-22 19:04:42,150 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_while_modifier PASSED [ 87%]
+2020-11-22 19:04:42,152 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_class_as_an_symbol PASSED [ 87%]
+2020-11-22 19:04:42,153 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_it_as_variable PASSED [ 87%]
+2020-11-22 19:04:42,155 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_rspec_it PASSED [ 87%]
+2020-11-22 19:04:42,156 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_rspec_it_with_brackets PASSED [ 87%]
+2020-11-22 19:04:42,158 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_unless PASSED [ 87%]
+2020-11-22 19:04:42,160 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_while_modifier_with_block PASSED [ 88%]
+2020-11-22 19:04:42,162 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_while_with_do PASSED [ 88%]
+2020-11-22 19:04:42,163 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_def::test_class_method PASSED [ 88%]
+2020-11-22 19:04:42,165 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_def::test_empty_parameters PASSED [ 88%]
+2020-11-22 19:04:42,167 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_def::test_more_parameters PASSED [ 88%]
+2020-11-22 19:04:42,169 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_generic PASSED [ 88%]
+2020-11-22 19:04:42,170 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_generic_with_where PASSED [ 88%]
+2020-11-22 19:04:42,172 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_if PASSED [ 89%]
+2020-11-22 19:04:42,173 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_main PASSED [ 89%]
+2020-11-22 19:04:42,175 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_nested_functions PASSED [ 89%]
+2020-11-22 19:04:42,177 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_return PASSED [ 89%]
+2020-11-22 19:04:42,179 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_comments PASSED [ 89%]
+2020-11-22 19:04:42,180 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_empty PASSED [ 89%]
+2020-11-22 19:04:42,182 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_field PASSED [ 89%]
+2020-11-22 19:04:42,183 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_func_with_one_parameter PASSED [ 90%]
+2020-11-22 19:04:42,185 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_func_with_two_parameters PASSED [ 90%]
+2020-11-22 19:04:42,186 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_function PASSED [ 90%]
+2020-11-22 19:04:42,188 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_function_with_complexity PASSED [ 90%]
+2020-11-22 19:04:42,189 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_nested PASSED [ 90%]
+2020-11-22 19:04:42,191 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_no_function PASSED [ 90%]
+2020-11-22 19:04:42,193 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_oneliner PASSED [ 90%]
+2020-11-22 19:04:42,195 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_oneliner_with_braces PASSED [ 91%]
+2020-11-22 19:04:42,197 - b177aa (stdout): test/test_languages/testSwift.py::Test_tokenizing_Swift::test_dollar_var PASSED [ 91%]
+2020-11-22 19:04:42,198 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_coalescing_operator PASSED [ 91%]
+2020-11-22 19:04:42,200 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_deinit PASSED [ 91%]
+2020-11-22 19:04:42,201 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_empty PASSED [ 91%]
+2020-11-22 19:04:42,203 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_explicit_getter_setter PASSED [ 91%]
+2020-11-22 19:04:42,205 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_explicit_willset_didset PASSED [ 91%]
+2020-11-22 19:04:42,207 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_for_label PASSED [ 92%]
+2020-11-22 19:04:42,209 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_generic_function PASSED [ 92%]
+2020-11-22 19:04:42,211 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_getter_setter PASSED [ 92%]
+2020-11-22 19:04:42,213 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_guard PASSED [ 92%]
+2020-11-22 19:04:42,214 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_init PASSED [ 92%]
+2020-11-22 19:04:42,216 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_interface PASSED [ 92%]
+2020-11-22 19:04:42,217 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_interface_followed_by_a_class PASSED [ 93%]
+2020-11-22 19:04:42,219 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_interface_with_var PASSED [ 93%]
+2020-11-22 19:04:42,221 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_keyword_declarations PASSED [ 93%]
+2020-11-22 19:04:42,222 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_labeled_subscript PASSED [ 93%]
+2020-11-22 19:04:42,224 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_nested PASSED [ 93%]
+2020-11-22 19:04:42,226 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_no_function PASSED [ 93%]
+2020-11-22 19:04:42,227 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_one_function PASSED [ 93%]
+2020-11-22 19:04:42,229 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_one_function_with_complexity PASSED [ 94%]
+2020-11-22 19:04:42,230 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_one_function_with_return_value PASSED [ 94%]
+2020-11-22 19:04:42,232 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_one_with_parameter PASSED [ 94%]
+2020-11-22 19:04:42,233 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_optional PASSED [ 94%]
+2020-11-22 19:04:42,235 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_subscript PASSED [ 94%]
+2020-11-22 19:04:42,237 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_willset_didset PASSED [ 94%]
+2020-11-22 19:04:42,239 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_brackets_before_function PASSED [ 94%]
+2020-11-22 19:04:42,241 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_digits PASSED [ 95%]
+2020-11-22 19:04:42,242 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_double_slash_within_string PASSED [ 95%]
+2020-11-22 19:04:42,244 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_empty PASSED [ 95%]
+2020-11-22 19:04:42,245 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_deterministic PASSED [ 95%]
+2020-11-22 19:04:42,247 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_in_group PASSED [ 95%]
+2020-11-22 19:04:42,249 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_1_param PASSED [ 95%]
+2020-11-22 19:04:42,250 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_content PASSED [ 95%]
+2020-11-22 19:04:42,252 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_fuzzy_param PASSED [ 96%]
+2020-11-22 19:04:42,253 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_lazy_param PASSED [ 96%]
+2020-11-22 19:04:42,255 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_mtc PASSED [ 96%]
+2020-11-22 19:04:42,257 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_no_param PASSED [ 96%]
+2020-11-22 19:04:42,258 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_param PASSED [ 96%]
+2020-11-22 19:04:42,260 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_return PASSED [ 96%]
+2020-11-22 19:04:42,262 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_return_w_template PASSED [ 96%]
+2020-11-22 19:04:42,263 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_runs_on PASSED [ 97%]
+2020-11-22 19:04:42,265 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_strang_param PASSED [ 97%]
+2020-11-22 19:04:42,267 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_system PASSED [ 97%]
+2020-11-22 19:04:42,268 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_template_param PASSED [ 97%]
+2020-11-22 19:04:42,270 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_no_function PASSED [ 97%]
+2020-11-22 19:04:42,271 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_one_function PASSED [ 97%]
+2020-11-22 19:04:42,273 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_one_function_one_testcase PASSED [ 97%]
+2020-11-22 19:04:42,274 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_one_testcase PASSED [ 98%]
+2020-11-22 19:04:42,276 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_template PASSED [ 98%]
+2020-11-22 19:04:42,277 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_testcase_with_content PASSED [ 98%]
+2020-11-22 19:04:42,279 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_two_function PASSED [ 98%]
+2020-11-22 19:04:42,280 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_two_testcase PASSED [ 98%]
+2020-11-22 19:04:42,283 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_underscore PASSED [ 98%]
+2020-11-22 19:04:42,284 - b177aa (stdout): test/test_languages/testTTCN.py::Test_Preprocessing::test_content_macro_should_be_ignored PASSED [ 98%]
+2020-11-22 19:04:42,286 - b177aa (stdout): test/test_languages/testTTCN.py::Test_Preprocessing::test_preproc_should_be_ignored_outside_func_impl PASSED [ 99%]
+2020-11-22 19:04:42,287 - b177aa (stdout): test/test_languages/testTTCN.py::Test_Preprocessing::test_preprocessor_is_not_function PASSED [ 99%]
+2020-11-22 19:04:42,290 - b177aa (stdout): test/test_languages/testTypeScript.py::Test_tokenizing_TypeScript::test_simple PASSED [ 99%]
+2020-11-22 19:04:42,291 - b177aa (stdout): test/test_languages/testTypeScript.py::Test_parser_for_TypeScript::test_function_declare PASSED [ 99%]
+2020-11-22 19:04:42,293 - b177aa (stdout): test/test_languages/testTypeScript.py::Test_parser_for_TypeScript::test_function_with_default PASSED [ 99%]
+2020-11-22 19:04:42,295 - b177aa (stdout): test/test_languages/testTypeScript.py::Test_parser_for_TypeScript::test_simple_function PASSED [ 99%]
+2020-11-22 19:04:42,301 - b177aa (stdout): test/test_languages/testTypeScript.py::Test_parser_for_TypeScript::test_simple_function_with_no_return_type PASSED [100%]
+2020-11-22 19:04:42,301 - b177aa (stdout):
+2020-11-22 19:04:42,301 - b177aa (stdout): =================================== FAILURES ===================================
+2020-11-22 19:04:42,301 - b177aa (stdout): _____________________ TestFileOutputIntegration.test_html ______________________
+2020-11-22 19:04:42,301 - b177aa (stdout):
+2020-11-22 19:04:42,301 - b177aa (stdout): result = <map object at 0x7f4a1bc37d50>
+2020-11-22 19:04:42,301 - b177aa (stdout): options = Namespace(CCN=15, arguments=100, exclude=[], extensions=[<function preprocessing at 0x7f4a1c0bc320>, <function comment...'length': 1000, 'nloc': 1000000, 'parameter_count': 100}, verbose=True, whitelist='whitelizard.txt', working_threads=1)
+2020-11-22 19:04:42,301 - b177aa (stdout): _ = (<lizard.OutputScheme object at 0x7f4a1bbc5590>, <class 'lizard.AllResult'>)
+2020-11-22 19:04:42,301 - b177aa (stdout):
+2020-11-22 19:04:42,302 - b177aa (stdout): def html_output(result, options, *_):
+2020-11-22 19:04:42,302 - b177aa (stdout): try:
+2020-11-22 19:04:42,302 - b177aa (stdout): > from jinja2 import Template
+2020-11-22 19:04:42,302 - b177aa (stdout): E ModuleNotFoundError: No module named 'jinja2'
+2020-11-22 19:04:42,302 - b177aa (stdout):
+2020-11-22 19:04:42,302 - b177aa (stdout): lizard_ext/htmloutput.py:14: ModuleNotFoundError
+2020-11-22 19:04:42,302 - b177aa (stdout):
+2020-11-22 19:04:42,302 - b177aa (stdout): During handling of the above exception, another exception occurred:
+2020-11-22 19:04:42,302 - b177aa (stdout):
+2020-11-22 19:04:42,302 - b177aa (stdout): self = <test.testOutputFile.TestFileOutputIntegration testMethod=test_html>
+2020-11-22 19:04:42,302 - b177aa (stdout):
+2020-11-22 19:04:42,302 - b177aa (stdout): def test_html(self):
+2020-11-22 19:04:42,302 - b177aa (stdout): header = "<!DOCTYPE HTML PUBLIC"
+2020-11-22 19:04:42,302 - b177aa (stdout): > self.output_test("test.html", header)
+2020-11-22 19:04:42,302 - b177aa (stdout):
+2020-11-22 19:04:42,302 - b177aa (stdout): test/testOutputFile.py:54:
+2020-11-22 19:04:42,302 - b177aa (stdout): _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
+2020-11-22 19:04:42,302 - b177aa (stdout): test/testOutputFile.py:40: in output_test
+2020-11-22 19:04:42,302 - b177aa (stdout): main(args)
+2020-11-22 19:04:42,302 - b177aa (stdout): lizard.py:1043: in main
+2020-11-22 19:04:42,303 - b177aa (stdout): warning_count = printer(result, options, schema, AllResult)
+2020-11-22 19:04:42,303 - b177aa (stdout): _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
+2020-11-22 19:04:42,303 - b177aa (stdout):
+2020-11-22 19:04:42,303 - b177aa (stdout): result = <map object at 0x7f4a1bc37d50>
+2020-11-22 19:04:42,303 - b177aa (stdout): options = Namespace(CCN=15, arguments=100, exclude=[], extensions=[<function preprocessing at 0x7f4a1c0bc320>, <function comment...'length': 1000, 'nloc': 1000000, 'parameter_count': 100}, verbose=True, whitelist='whitelizard.txt', working_threads=1)
+2020-11-22 19:04:42,303 - b177aa (stdout): _ = (<lizard.OutputScheme object at 0x7f4a1bbc5590>, <class 'lizard.AllResult'>)
+2020-11-22 19:04:42,303 - b177aa (stdout):
+2020-11-22 19:04:42,303 - b177aa (stdout): def html_output(result, options, *_):
+2020-11-22 19:04:42,303 - b177aa (stdout): try:
+2020-11-22 19:04:42,303 - b177aa (stdout): from jinja2 import Template
+2020-11-22 19:04:42,303 - b177aa (stdout): except ImportError:
+2020-11-22 19:04:42,303 - b177aa (stdout): sys.stderr.write(
+2020-11-22 19:04:42,303 - b177aa (stdout): "HTML Output depends on jinja2. `pip install jinja2` first")
+2020-11-22 19:04:42,303 - b177aa (stdout): > sys.exit(2)
+2020-11-22 19:04:42,303 - b177aa (stdout): E SystemExit: 2
+2020-11-22 19:04:42,303 - b177aa (stdout):
+2020-11-22 19:04:42,303 - b177aa (stdout): lizard_ext/htmloutput.py:18: SystemExit
+2020-11-22 19:04:42,303 - b177aa (stdout): ----------------------------- Captured stdout call -----------------------------
+2020-11-22 19:04:42,304 - b177aa (stdout): Tmp directory '/var/tmp/portage/app-text/lizard-1.17.7/temp/tmplnsrgyw_' created.
+2020-11-22 19:04:42,304 - b177aa (stdout):
+2020-11-22 19:04:42,304 - b177aa (stdout): ----------------------------- Captured stderr call -----------------------------
+2020-11-22 19:04:42,304 - b177aa (stdout): HTML Output depends on jinja2. `pip install jinja2` first
+2020-11-22 19:04:42,304 - b177aa (stdout): __________________ TestHTMLOutput.test_should_have_html_body ___________________
+2020-11-22 19:04:42,304 - b177aa (stdout):
+2020-11-22 19:04:42,304 - b177aa (stdout): result = [<lizard.FileInformation object at 0x7f4a1bc99810>]
+2020-11-22 19:04:42,304 - b177aa (stdout): options = Namespace(CCN=15, arguments=100, exclude=[], extensions=[<function preprocessing at 0x7f4a1c0bc320>, <function comment...length': 1000, 'nloc': 1000000, 'parameter_count': 100}, verbose=False, whitelist='whitelizard.txt', working_threads=1)
+2020-11-22 19:04:42,304 - b177aa (stdout): _ = (None, <class 'lizard.AllResult'>)
+2020-11-22 19:04:42,304 - b177aa (stdout):
+2020-11-22 19:04:42,304 - b177aa (stdout): def html_output(result, options, *_):
+2020-11-22 19:04:42,304 - b177aa (stdout): try:
+2020-11-22 19:04:42,304 - b177aa (stdout): > from jinja2 import Template
+2020-11-22 19:04:42,304 - b177aa (stdout): E ModuleNotFoundError: No module named 'jinja2'
+2020-11-22 19:04:42,304 - b177aa (stdout):
+2020-11-22 19:04:42,304 - b177aa (stdout): lizard_ext/htmloutput.py:14: ModuleNotFoundError
+2020-11-22 19:04:42,304 - b177aa (stdout):
+2020-11-22 19:04:42,304 - b177aa (stdout): During handling of the above exception, another exception occurred:
+2020-11-22 19:04:42,304 - b177aa (stdout):
+2020-11-22 19:04:42,305 - b177aa (stdout): self = <test.testOutputHTML.TestHTMLOutput testMethod=test_should_have_html_body>
+2020-11-22 19:04:42,305 - b177aa (stdout):
+2020-11-22 19:04:42,305 - b177aa (stdout): def test_should_have_html_body(self):
+2020-11-22 19:04:42,305 - b177aa (stdout): > html_output([self.fileSummary], self.option, None, AllResult)
+2020-11-22 19:04:42,305 - b177aa (stdout):
+2020-11-22 19:04:42,305 - b177aa (stdout): test/testOutputHTML.py:19:
+2020-11-22 19:04:42,305 - b177aa (stdout): _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
+2020-11-22 19:04:42,305 - b177aa (stdout):
+2020-11-22 19:04:42,305 - b177aa (stdout): result = [<lizard.FileInformation object at 0x7f4a1bc99810>]
+2020-11-22 19:04:42,305 - b177aa (stdout): options = Namespace(CCN=15, arguments=100, exclude=[], extensions=[<function preprocessing at 0x7f4a1c0bc320>, <function comment...length': 1000, 'nloc': 1000000, 'parameter_count': 100}, verbose=False, whitelist='whitelizard.txt', working_threads=1)
+2020-11-22 19:04:42,305 - b177aa (stdout): _ = (None, <class 'lizard.AllResult'>)
+2020-11-22 19:04:42,305 - b177aa (stdout):
+2020-11-22 19:04:42,305 - b177aa (stdout): def html_output(result, options, *_):
+2020-11-22 19:04:42,305 - b177aa (stdout): try:
+2020-11-22 19:04:42,305 - b177aa (stdout): from jinja2 import Template
+2020-11-22 19:04:42,305 - b177aa (stdout): except ImportError:
+2020-11-22 19:04:42,305 - b177aa (stdout): sys.stderr.write(
+2020-11-22 19:04:42,305 - b177aa (stdout): "HTML Output depends on jinja2. `pip install jinja2` first")
+2020-11-22 19:04:42,306 - b177aa (stdout): > sys.exit(2)
+2020-11-22 19:04:42,306 - b177aa (stdout): E SystemExit: 2
+2020-11-22 19:04:42,306 - b177aa (stdout):
+2020-11-22 19:04:42,306 - b177aa (stdout): lizard_ext/htmloutput.py:18: SystemExit
+2020-11-22 19:04:42,306 - b177aa (stdout): ----------------------------- Captured stderr call -----------------------------
+2020-11-22 19:04:42,306 - b177aa (stdout): HTML Output depends on jinja2. `pip install jinja2` first
+2020-11-22 19:04:42,306 - b177aa (stdout): =============================== warnings summary ===============================
+2020-11-22 19:04:42,306 - b177aa (stdout): test/test_languages/testGo.py:22
+2020-11-22 19:04:42,306 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testGo.py:22: DeprecationWarning: invalid escape sequence \(
+2020-11-22 19:04:42,306 - b177aa (stdout): ''')
+2020-11-22 19:04:42,306 - b177aa (stdout):
+2020-11-22 19:04:42,306 - b177aa (stdout): test/test_languages/testJavaScript.py:35
+2020-11-22 19:04:42,306 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testJavaScript.py:35: DeprecationWarning: invalid escape sequence \/
+2020-11-22 19:04:42,306 - b177aa (stdout): self.check_tokens(['/\//'], r'''/\//''')
+2020-11-22 19:04:42,306 - b177aa (stdout):
+2020-11-22 19:04:42,306 - b177aa (stdout): test/test_languages/testRuby.py:32
+2020-11-22 19:04:42,306 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:32: DeprecationWarning: invalid escape sequence \/
+2020-11-22 19:04:42,306 - b177aa (stdout): self.check_tokens(['/\//'], r'''/\//''')
+2020-11-22 19:04:42,306 - b177aa (stdout):
+2020-11-22 19:04:42,307 - b177aa (stdout): test/test_languages/testRuby.py:57
+2020-11-22 19:04:42,307 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:57: DeprecationWarning: invalid escape sequence \}
+2020-11-22 19:04:42,307 - b177aa (stdout): self.check_tokens(['%{\}}'], r'''%{\}}''')
+2020-11-22 19:04:42,307 - b177aa (stdout):
+2020-11-22 19:04:42,307 - b177aa (stdout): test/test_languages/testRuby.py:58
+2020-11-22 19:04:42,307 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:58: DeprecationWarning: invalid escape sequence \}
+2020-11-22 19:04:42,307 - b177aa (stdout): self.check_tokens(['%{\}}'], r'''%{\}}''')
+2020-11-22 19:04:42,307 - b177aa (stdout):
+2020-11-22 19:04:42,307 - b177aa (stdout): test/test_languages/testRuby.py:59
+2020-11-22 19:04:42,307 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:59: DeprecationWarning: invalid escape sequence \}
+2020-11-22 19:04:42,307 - b177aa (stdout): self.check_tokens(['%q{\}}'], r'''%q{\}}''')
+2020-11-22 19:04:42,307 - b177aa (stdout):
+2020-11-22 19:04:42,307 - b177aa (stdout): test/test_languages/testRuby.py:60
+2020-11-22 19:04:42,307 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:60: DeprecationWarning: invalid escape sequence \]
+2020-11-22 19:04:42,307 - b177aa (stdout): self.check_tokens(['%q[\]]'], r'''%q[\]]''')
+2020-11-22 19:04:42,307 - b177aa (stdout):
+2020-11-22 19:04:42,307 - b177aa (stdout): test/test_languages/testRuby.py:61
+2020-11-22 19:04:42,307 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:61: DeprecationWarning: invalid escape sequence \>
+2020-11-22 19:04:42,307 - b177aa (stdout): self.check_tokens(['%q<\>>'], r'''%q<\>>''')
+2020-11-22 19:04:42,307 - b177aa (stdout):
+2020-11-22 19:04:42,308 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_header
+2020-11-22 19:04:42,308 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/testOutputCSV.py:26: DeprecationWarning: Please use assertRegex instead.
+2020-11-22 19:04:42,308 - b177aa (stdout): r"NLOC,CCN,token,PARAM,length,location,file,function,long_name,start,end")
+2020-11-22 19:04:42,308 - b177aa (stdout):
+2020-11-22 19:04:42,308 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_header_with_extension
+2020-11-22 19:04:42,308 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/testOutputCSV.py:39: DeprecationWarning: Please use assertRegex instead.
+2020-11-22 19:04:42,308 - b177aa (stdout): r"NLOC,CCN,token,PARAM,length,location,file,function,long_name,start,end,exits")
+2020-11-22 19:04:42,308 - b177aa (stdout):
+2020-11-22 19:04:42,308 - b177aa (stdout): -- Docs: https://docs.pytest.org/en/stable/warnings.html
+2020-11-22 19:04:42,308 - b177aa (stdout): =========================== short test summary info ============================
+2020-11-22 19:04:42,308 - b177aa (stdout): FAILED test/testOutputFile.py::TestFileOutputIntegration::test_html - SystemE...
+2020-11-22 19:04:42,308 - b177aa (stdout): FAILED test/testOutputHTML.py::TestHTMLOutput::test_should_have_html_body - S...
+2020-11-22 19:04:42,308 - b177aa (stdout): ============ 2 failed, 682 passed, 2 skipped, 10 warnings in 1.71s =============
+2020-11-22 19:04:42,724 - b177aa (stdout): * ERROR: app-text/lizard-1.17.7::guru failed (test phase):
+2020-11-22 19:04:42,726 - b177aa (stdout): * Tests fail with python3.7
+2020-11-22 19:04:42,727 - b177aa (stdout): *
+2020-11-22 19:04:42,729 - b177aa (stdout): * Call stack:
+2020-11-22 19:04:42,732 - b177aa (stdout): * ebuild.sh, line 125: Called src_test
+2020-11-22 19:04:42,736 - b177aa (stdout): * environment, line 2902: Called distutils-r1_src_test
+2020-11-22 19:04:42,739 - b177aa (stdout): * environment, line 1212: Called _distutils-r1_run_foreach_impl 'python_test'
+2020-11-22 19:04:42,742 - b177aa (stdout): * environment, line 428: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:42,745 - b177aa (stdout): * environment, line 2511: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:42,748 - b177aa (stdout): * environment, line 1994: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:42,752 - b177aa (stdout): * environment, line 1992: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:42,754 - b177aa (stdout): * environment, line 785: Called distutils-r1_run_phase 'python_test'
+2020-11-22 19:04:42,757 - b177aa (stdout): * environment, line 1149: Called python_test
+2020-11-22 19:04:42,759 - b177aa (stdout): * environment, line 2862: Called die
+2020-11-22 19:04:42,761 - b177aa (stdout): * The specific snippet of code:
+2020-11-22 19:04:42,774 - b177aa (stdout): * pytest -vv || die "Tests fail with ${EPYTHON}"
+2020-11-22 19:04:42,775 - b177aa (stdout): *
+2020-11-22 19:04:42,777 - b177aa (stdout): * If you need support, post the output of `emerge --info '=app-text/lizard-1.17.7::guru'`,
+2020-11-22 19:04:42,778 - b177aa (stdout): * the complete build log and the output of `emerge -pqv '=app-text/lizard-1.17.7::guru'`.
+2020-11-22 19:04:42,779 - b177aa (stdout): * The complete build log is located at '/var/tmp/portage/app-text/lizard-1.17.7/temp/build.log'.
+2020-11-22 19:04:42,781 - b177aa (stdout): * The ebuild environment file is located at '/var/tmp/portage/app-text/lizard-1.17.7/temp/environment'.
+2020-11-22 19:04:42,782 - b177aa (stdout): * Working directory: '/var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7'
+2020-11-22 19:04:42,784 - b177aa (stdout): * S: '/var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7'
+2020-11-22 19:04:42,991 - b177aa (stdout):
+2020-11-22 19:04:42,991 - b177aa (stdout): >>> Failed to emerge app-text/lizard-1.17.7, Log file:
+2020-11-22 19:04:42,991 - b177aa (stdout):
+2020-11-22 19:04:42,991 - b177aa (stdout): >>> '/var/tmp/portage/app-text/lizard-1.17.7/temp/build.log'
+2020-11-22 19:04:42,992 - b177aa (stdout): * Messages for package app-text/lizard-1.17.7:
+2020-11-22 19:04:42,992 - b177aa (stdout): * ERROR: app-text/lizard-1.17.7::guru failed (test phase):
+2020-11-22 19:04:42,992 - b177aa (stdout): * Tests fail with python3.7
+2020-11-22 19:04:42,992 - b177aa (stdout): *
+2020-11-22 19:04:42,992 - b177aa (stdout): * Call stack:
+2020-11-22 19:04:42,992 - b177aa (stdout): * ebuild.sh, line 125: Called src_test
+2020-11-22 19:04:42,992 - b177aa (stdout): * environment, line 2902: Called distutils-r1_src_test
+2020-11-22 19:04:42,992 - b177aa (stdout): * environment, line 1212: Called _distutils-r1_run_foreach_impl 'python_test'
+2020-11-22 19:04:42,992 - b177aa (stdout): * environment, line 428: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:42,992 - b177aa (stdout): * environment, line 2511: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:42,992 - b177aa (stdout): * environment, line 1994: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:42,992 - b177aa (stdout): * environment, line 1992: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:42,992 - b177aa (stdout): * environment, line 785: Called distutils-r1_run_phase 'python_test'
+2020-11-22 19:04:42,992 - b177aa (stdout): * environment, line 1149: Called python_test
+2020-11-22 19:04:42,992 - b177aa (stdout): * environment, line 2862: Called die
+2020-11-22 19:04:42,992 - b177aa (stdout): * The specific snippet of code:
+2020-11-22 19:04:42,992 - b177aa (stdout): * pytest -vv || die "Tests fail with ${EPYTHON}"
+2020-11-22 19:04:42,992 - b177aa (stdout): *
+2020-11-22 19:04:42,993 - b177aa (stdout): * If you need support, post the output of `emerge --info '=app-text/lizard-1.17.7::guru'`,
+2020-11-22 19:04:42,993 - b177aa (stdout): * the complete build log and the output of `emerge -pqv '=app-text/lizard-1.17.7::guru'`.
+2020-11-22 19:04:42,993 - b177aa (stdout): * The complete build log is located at '/var/tmp/portage/app-text/lizard-1.17.7/temp/build.log'.
+2020-11-22 19:04:42,993 - b177aa (stdout): * The ebuild environment file is located at '/var/tmp/portage/app-text/lizard-1.17.7/temp/environment'.
+2020-11-22 19:04:42,993 - b177aa (stdout): * Working directory: '/var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7'
+2020-11-22 19:04:42,993 - b177aa (stdout): * S: '/var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7'
+2020-11-22 19:04:42,993 - b177aa (stdout):
+2020-11-22 19:04:42,993 - b177aa (stdout):
+2020-11-22 19:04:43,085 - running in container b177aa6396295c35336f4dfb816eec920492daef432af65bcedc8a372d7e949e
+2020-11-22 19:04:43,085 - command failed, updating configuration files
+2020-11-22 19:04:43,085 - b177aa etc-update --verbose --automode -5
+2020-11-22 19:04:43,319 - b177aa (stdout): CONFIG_PROTECT=/etc /usr/share/gnupg/qualified.txt
+2020-11-22 19:04:43,319 - b177aa (stdout): CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo
+2020-11-22 19:04:43,319 - b177aa (stdout): FEATURES=assume-digests binpkg-docompress binpkg-dostrip binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersync xattr
+2020-11-22 19:04:43,319 - b177aa (stdout): PORTAGE_CONFIGROOT=/
+2020-11-22 19:04:43,319 - b177aa (stdout): PORTAGE_INST_GID=0
+2020-11-22 19:04:43,319 - b177aa (stdout): PORTAGE_INST_UID=0
+2020-11-22 19:04:43,319 - b177aa (stdout): PORTAGE_TMPDIR=/var/tmp
+2020-11-22 19:04:43,319 - b177aa (stdout): EROOT=/
+2020-11-22 19:04:43,319 - b177aa (stdout): USERLAND=GNU
+2020-11-22 19:04:43,320 - b177aa (stdout): NOCOLOR=
+2020-11-22 19:04:43,320 - b177aa (stdout): clear_term=no
+2020-11-22 19:04:43,320 - b177aa (stdout): eu_automerge=yes
+2020-11-22 19:04:43,320 - b177aa (stdout): rm_opts=-i
+2020-11-22 19:04:43,320 - b177aa (stdout): mv_opts=
+2020-11-22 19:04:43,320 - b177aa (stdout): pager=cat
+2020-11-22 19:04:43,320 - b177aa (stdout): diff_command=diff -uN %file1 %file2
+2020-11-22 19:04:43,320 - b177aa (stdout): using_editor=0
+2020-11-22 19:04:43,320 - b177aa (stdout): merge_command=sdiff -s -o %merged %orig %new
+2020-11-22 19:04:43,320 - b177aa (stdout): mode=0
+2020-11-22 19:04:43,320 - b177aa (stdout): TMP=/var/tmp/etc-update-5615
+2020-11-22 19:04:43,320 - b177aa (stdout): SCAN_PATHS=/etc /usr/share/gnupg/qualified.txt
+2020-11-22 19:04:43,320 - b177aa (stdout): Scanning Configuration files...
+2020-11-22 19:04:43,324 - b177aa (stdout): Exiting: Nothing left to do; exiting. :)
+2020-11-22 19:04:43,365 - emerge attempt 4 (of 5)
+2020-11-22 19:04:43,365 - b177aa emerge --autounmask-write=y --verbose =app-text/lizard-1.17.7
+2020-11-22 19:04:43,642 - b177aa (stdout):
+2020-11-22 19:04:43,642 - b177aa (stdout): These are the packages that would be merged, in order:
+2020-11-22 19:04:43,642 - b177aa (stdout):
+2020-11-22 19:04:43,723 - b177aa (stdout): Calculating dependencies
+2020-11-22 19:04:43,724 - b177aa (stdout): * IMPORTANT: 7 news items need reading for repository 'gentoo'.
+2020-11-22 19:04:43,724 - b177aa (stdout): * Use eselect news read to view new items.
+2020-11-22 19:04:43,724 - b177aa (stdout):
+2020-11-22 19:04:44,208 - b177aa (stdout): ... done!
+2020-11-22 19:04:44,212 - b177aa (stdout): [ebuild N ] app-text/lizard-1.17.7::guru USE="test" PYTHON_TARGETS="python3_7 -python3_8 -python3_9" 0 KiB
+2020-11-22 19:04:44,212 - b177aa (stdout):
+2020-11-22 19:04:44,212 - b177aa (stdout): Total: 1 package (1 new), Size of downloads: 0 KiB
+2020-11-22 19:04:44,232 - b177aa (stdout):
+2020-11-22 19:04:44,232 - b177aa (stdout): >>> Verifying ebuild manifests
+2020-11-22 19:04:44,232 - b177aa (stdout):
+2020-11-22 19:04:44,236 - b177aa (stdout):
+2020-11-22 19:04:44,236 - b177aa (stdout): >>> Emerging (1 of 1) app-text/lizard-1.17.7::guru
+2020-11-22 19:04:44,259 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:44,327 - b177aa (stdout): * lizard-1.17.7.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
+2020-11-22 19:04:44,603 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:44,663 - b177aa (stdout): >>> Unpacking source...
+2020-11-22 19:04:44,664 - b177aa (stdout): >>> Unpacking lizard-1.17.7.tar.gz to /var/tmp/portage/app-text/lizard-1.17.7/work
+2020-11-22 19:04:44,748 - b177aa (stdout): >>> Source unpacked in /var/tmp/portage/app-text/lizard-1.17.7/work
+2020-11-22 19:04:44,868 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:44,923 - b177aa (stdout): >>> Preparing source in /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7 ...
+2020-11-22 19:04:44,928 - b177aa (stdout): >>> Source prepared.
+2020-11-22 19:04:45,048 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:45,103 - b177aa (stdout): >>> Configuring source in /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7 ...
+2020-11-22 19:04:45,106 - b177aa (stdout): >>> Source configured.
+2020-11-22 19:04:45,225 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:45,278 - b177aa (stdout): >>> Compiling source in /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7 ...
+2020-11-22 19:04:45,287 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_compile
+2020-11-22 19:04:45,327 - b177aa (stdout): python3.7 setup.py build -j 8
+2020-11-22 19:04:45,460 - b177aa (stdout): running build
+2020-11-22 19:04:45,460 - b177aa (stdout): running build_py
+2020-11-22 19:04:45,473 - b177aa (stdout): copying lizard.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib
+2020-11-22 19:04:45,474 - b177aa (stdout): creating /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,474 - b177aa (stdout): copying lizard_ext/__init__.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,474 - b177aa (stdout): copying lizard_ext/auto_open.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,474 - b177aa (stdout): copying lizard_ext/csvoutput.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,474 - b177aa (stdout): copying lizard_ext/default_ordered_dict.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,474 - b177aa (stdout): copying lizard_ext/extension_base.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,474 - b177aa (stdout): copying lizard_ext/htmloutput.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,474 - b177aa (stdout): copying lizard_ext/keywords.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,474 - b177aa (stdout): copying lizard_ext/lizardboolcount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,475 - b177aa (stdout): copying lizard_ext/lizardcomplextags.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,475 - b177aa (stdout): copying lizard_ext/lizardcpre.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,475 - b177aa (stdout): copying lizard_ext/lizarddependencycount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,475 - b177aa (stdout): copying lizard_ext/lizarddumpcomments.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,475 - b177aa (stdout): copying lizard_ext/lizardduplicate.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,475 - b177aa (stdout): copying lizard_ext/lizardduplicated_param_list.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,476 - b177aa (stdout): copying lizard_ext/lizardexitcount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,476 - b177aa (stdout): copying lizard_ext/lizardgotocount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,476 - b177aa (stdout): copying lizard_ext/lizardignoreassert.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,476 - b177aa (stdout): copying lizard_ext/lizardio.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,476 - b177aa (stdout): copying lizard_ext/lizardmccabe.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,476 - b177aa (stdout): copying lizard_ext/lizardmodified.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,476 - b177aa (stdout): copying lizard_ext/lizardnd.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,476 - b177aa (stdout): copying lizard_ext/lizardnonstrict.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,476 - b177aa (stdout): copying lizard_ext/lizardns.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,477 - b177aa (stdout): copying lizard_ext/lizardoutside.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,477 - b177aa (stdout): copying lizard_ext/lizardstatementcount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,477 - b177aa (stdout): copying lizard_ext/lizardwordcount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,477 - b177aa (stdout): copying lizard_ext/version.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,477 - b177aa (stdout): copying lizard_ext/xmloutput.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:45,478 - b177aa (stdout): creating /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:45,478 - b177aa (stdout): copying lizard_languages/__init__.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:45,478 - b177aa (stdout): copying lizard_languages/clike.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:45,478 - b177aa (stdout): copying lizard_languages/code_reader.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:45,478 - b177aa (stdout): copying lizard_languages/csharp.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:45,478 - b177aa (stdout): copying lizard_languages/gdscript.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:45,478 - b177aa (stdout): copying lizard_languages/go.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:45,479 - b177aa (stdout): copying lizard_languages/golike.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:45,479 - b177aa (stdout): copying lizard_languages/java.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:45,479 - b177aa (stdout): copying lizard_languages/javascript.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:45,479 - b177aa (stdout): copying lizard_languages/js_style_language_states.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:45,479 - b177aa (stdout): copying lizard_languages/js_style_regex_expression.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:45,479 - b177aa (stdout): copying lizard_languages/lua.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:45,479 - b177aa (stdout): copying lizard_languages/objc.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:45,479 - b177aa (stdout): copying lizard_languages/php.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:45,480 - b177aa (stdout): copying lizard_languages/python.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:45,480 - b177aa (stdout): copying lizard_languages/ruby.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:45,480 - b177aa (stdout): copying lizard_languages/rubylike.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:45,480 - b177aa (stdout): copying lizard_languages/rust.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:45,480 - b177aa (stdout): copying lizard_languages/scala.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:45,480 - b177aa (stdout): copying lizard_languages/script_language.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:45,480 - b177aa (stdout): copying lizard_languages/swift.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:45,480 - b177aa (stdout): copying lizard_languages/tnsdl.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:45,480 - b177aa (stdout): copying lizard_languages/ttcn.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:45,480 - b177aa (stdout): copying lizard_languages/typescript.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:45,481 - b177aa (stdout): warning: build_py: byte-compiling is disabled, skipping.
+2020-11-22 19:04:45,481 - b177aa (stdout):
+2020-11-22 19:04:45,496 - b177aa (stdout): >>> Source compiled.
+2020-11-22 19:04:45,617 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:45,669 - b177aa (stdout): >>> Test phase: app-text/lizard-1.17.7
+2020-11-22 19:04:45,680 - b177aa (stdout): * python3_7: running distutils-r1_run_phase python_test
+2020-11-22 19:04:45,906 - b177aa (stdout): ============================= test session starts ==============================
+2020-11-22 19:04:45,906 - b177aa (stdout): platform linux -- Python 3.7.8, pytest-6.1.2, py-1.9.0, pluggy-0.13.1 -- /usr/bin/python3.7
+2020-11-22 19:04:45,906 - b177aa (stdout): cachedir: .pytest_cache
+2020-11-22 19:04:45,906 - b177aa (stdout): rootdir: /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7, configfile: setup.cfg
+2020-11-22 19:04:46,339 - b177aa (stdout): collecting ... collected 686 items
+2020-11-22 19:04:46,339 - b177aa (stdout):
+2020-11-22 19:04:46,342 - b177aa (stdout): test/testApplication.py::TestApplication::testEmptyResult PASSED [ 0%]
+2020-11-22 19:04:46,346 - b177aa (stdout): test/testApplication.py::TestApplication::testFilesWithFunction PASSED [ 0%]
+2020-11-22 19:04:46,353 - b177aa (stdout): test/testApplication.py::IntegrationTests::test_exit_code PASSED [ 0%]
+2020-11-22 19:04:46,359 - b177aa (stdout): test/testApplication.py::IntegrationTests::test_exit_code_ignore_warnings PASSED [ 0%]
+2020-11-22 19:04:46,363 - b177aa (stdout): test/testApplication.py::IntegrationTests::test_using_modified_ccn PASSED [ 0%]
+2020-11-22 19:04:46,367 - b177aa (stdout): test/testApplication.py::IntegrationTests::test_using_the_WordCount_plugin PASSED [ 0%]
+2020-11-22 19:04:46,371 - b177aa (stdout): test/testApplication.py::IntegrationTests::test_with_preprocessor_counted_in_CCN PASSED [ 1%]
+2020-11-22 19:04:46,372 - b177aa (stdout): test/testAssertionExtension.py::TestAssertionExtension::test_assert_with_ternary_operator PASSED [ 1%]
+2020-11-22 19:04:46,374 - b177aa (stdout): test/testAssertionExtension.py::TestAssertionExtension::test_exclusion_of_assert PASSED [ 1%]
+2020-11-22 19:04:46,375 - b177aa (stdout): test/testAssertionExtension.py::TestAssertionExtension::test_exclusion_of_static_assert PASSED [ 1%]
+2020-11-22 19:04:46,377 - b177aa (stdout): test/testAssertionExtension.py::TestAssertionExtension::test_ignore_all_code_in_assert PASSED [ 1%]
+2020-11-22 19:04:46,378 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_include_is_counted_as_2 PASSED [ 1%]
+2020-11-22 19:04:46,379 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_include_with_lg_and_gg_is_counted_as_2 PASSED [ 1%]
+2020-11-22 19:04:46,381 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_non_function_tokens_are_counted PASSED [ 2%]
+2020-11-22 19:04:46,382 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_one_function_with_comments_only PASSED [ 2%]
+2020-11-22 19:04:46,384 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_one_function_with_content PASSED [ 2%]
+2020-11-22 19:04:46,385 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_one_function_with_no_token PASSED [ 2%]
+2020-11-22 19:04:46,386 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_one_function_with_one_token PASSED [ 2%]
+2020-11-22 19:04:46,388 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_last_line_without_return_should_be_counted_in_fileinfo PASSED [ 2%]
+2020-11-22 19:04:46,389 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_nloc PASSED [ 2%]
+2020-11-22 19:04:46,390 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_nloc2 PASSED [ 3%]
+2020-11-22 19:04:46,391 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_nloc_of_empty_function PASSED [ 3%]
+2020-11-22 19:04:46,393 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_nloc_with_comment_between_new_lines PASSED [ 3%]
+2020-11-22 19:04:46,394 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_nloc_with_new_line_in_comment PASSED [ 3%]
+2020-11-22 19:04:46,395 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_one_function_with_content PASSED [ 3%]
+2020-11-22 19:04:46,397 - b177aa (stdout): test/testBasicFunctionInfo.py::TestLOC::test_having_empty_line PASSED [ 3%]
+2020-11-22 19:04:46,398 - b177aa (stdout): test/testBasicFunctionInfo.py::TestLOC::test_having_empty_line_that_has_spaces PASSED [ 3%]
+2020-11-22 19:04:46,399 - b177aa (stdout): test/testBasicFunctionInfo.py::TestLOC::test_having_multiple_line_comments PASSED [ 4%]
+2020-11-22 19:04:46,400 - b177aa (stdout): test/testBasicFunctionInfo.py::TestLOC::test_newline_in_macro PASSED [ 4%]
+2020-11-22 19:04:46,402 - b177aa (stdout): test/testBasicFunctionInfo.py::TestFileNLOC::test_comment_should_not_count PASSED [ 4%]
+2020-11-22 19:04:46,403 - b177aa (stdout): test/testBasicFunctionInfo.py::TestFileNLOC::test_empty_file_should_has_0_nloc PASSED [ 4%]
+2020-11-22 19:04:46,404 - b177aa (stdout): test/testBasicFunctionInfo.py::TestFileNLOC::test_one_line_file_should_has_1_nloc PASSED [ 4%]
+2020-11-22 19:04:46,405 - b177aa (stdout): test/testBasicFunctionInfo.py::TestFileNLOC::test_one_line_file_with_newline_at_the_end_should_has_1_nloc PASSED [ 4%]
+2020-11-22 19:04:46,406 - b177aa (stdout): test/testBasicFunctionInfo.py::TestFileNLOC::test_two_one_line_file_should_has_2_nloc PASSED [ 4%]
+2020-11-22 19:04:46,408 - b177aa (stdout): test/testCOutsideComplexity.py::Test_complexity_in_c_marco::test_complexity_outside_should_be_counted PASSED [ 5%]
+2020-11-22 19:04:46,409 - b177aa (stdout): test/testCOutsideComplexity.py::Test_complexity_in_c_marco::test_complexity_outside_should_be_counted_when_there_is_function PASSED [ 5%]
+2020-11-22 19:04:46,410 - b177aa (stdout): test/testCOutsideComplexity.py::Test_complexity_in_c_marco::test_no_complexity_outside_function_global_cc_should_be_one PASSED [ 5%]
+2020-11-22 19:04:46,412 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_be_after_line_counter PASSED [ 5%]
+2020-11-22 19:04:46,413 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_handle_multiple_elifs PASSED [ 5%]
+2020-11-22 19:04:46,414 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_handle_nested_ifs PASSED [ 5%]
+2020-11-22 19:04:46,415 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_ignore_tokens_in_else PASSED [ 5%]
+2020-11-22 19:04:46,417 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_remove_preprocessor_tokens PASSED [ 6%]
+2020-11-22 19:04:46,418 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_repeat_tokens PASSED [ 6%]
+2020-11-22 19:04:46,419 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_work_only_for_clike_reader PASSED [ 6%]
+2020-11-22 19:04:46,420 - b177aa (stdout): test/testCPreprocessorExtension.py::Test_end_2_end::test_extension_in_user PASSED [ 6%]
+2020-11-22 19:04:46,422 - b177aa (stdout): test/testCPreprocessorExtension.py::Test_end_2_end::test_line_counting PASSED [ 6%]
+2020-11-22 19:04:46,423 - b177aa (stdout): test/testCommentOptions.py::TestCommentOptions::test_function_after_comment_option_should_not_be_forgiven PASSED [ 6%]
+2020-11-22 19:04:46,425 - b177aa (stdout): test/testCommentOptions.py::TestCommentOptions::test_function_with_comment_option_before_it_should_be_forgiven PASSED [ 6%]
+2020-11-22 19:04:46,426 - b177aa (stdout): test/testCommentOptions.py::TestCommentOptions::test_function_with_comment_option_should_be_forgiven PASSED [ 7%]
+2020-11-22 19:04:46,428 - b177aa (stdout): test/testCommentOptions.py::TestCommentOptions::test_generated_code_should_be_ignored PASSED [ 7%]
+2020-11-22 19:04:46,429 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[no condition-int fun() {}-ccn0] PASSED [ 7%]
+2020-11-22 19:04:46,430 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[one condition-int fun(){if(a){xx;}}-ccn1] PASSED [ 7%]
+2020-11-22 19:04:46,432 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[ternary operator-int fun(){return (a)?b:c;}-ccn2] PASSED [ 7%]
+2020-11-22 19:04:46,433 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[forever_loop-int fun(){for(;;){dosomething();}}-ccn3] PASSED [ 7%]
+2020-11-22 19:04:46,435 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[and operator-int fun(){if(a&&b){xx;}}-ccn4] PASSED [ 8%]
+2020-11-22 19:04:46,436 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[if-else-if-int fun(){if(a)b;else if (c) d;}-ccn5] PASSED [ 8%]
+2020-11-22 19:04:46,437 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[macro if-elif-int main(){\n #ifdef A\n #elif (defined E)\n #endif\n }-ccn6] PASSED [ 8%]
+2020-11-22 19:04:46,439 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[r-value reference in parameter-int make(Args&&... args){}-ccn7] PASSED [ 8%]
+2020-11-22 19:04:46,440 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[r-value reference in body-int f() {Args&& a=b;}-ccn8] PASSED [ 8%]
+2020-11-22 19:04:46,442 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[non r-value reference in body-int f() {a && b==c;}-ccn9] PASSED [ 8%]
+2020-11-22 19:04:46,443 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[typedef with r-value reference-int f() {typedef int&& rref;}-ccn10] PASSED [ 8%]
+2020-11-22 19:04:46,445 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[brace-less control structures-void c() {\n if (a > -1 && b>= 0 )\n if(a != 0)\n a = b;\n }-ccn11] PASSED [ 9%]
+2020-11-22 19:04:46,446 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[function ref qualifier-struct A { void foo() && { return bar() && baz(); } };-ccn12] PASSED [ 9%]
+2020-11-22 19:04:46,448 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[function const ref qualifier-struct A { void foo() const && { return bar() && baz(); } };-ccn13] PASSED [ 9%]
+2020-11-22 19:04:46,450 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[two functions-x c() {\n if (a && b) {}\n }\n x a() {\n inputs = c;\n }-ccn14] PASSED [ 9%]
+2020-11-22 19:04:46,452 - b177aa (stdout): test/testExtension.py::Test_mounting_extensions::test_should_append_extension_at_the_end_by_default PASSED [ 9%]
+2020-11-22 19:04:46,453 - b177aa (stdout): test/testExtension.py::Test_mounting_extensions::test_should_insert_extension_at_the_index_when_specified PASSED [ 9%]
+2020-11-22 19:04:46,455 - b177aa (stdout): test/testExtension.py::Test_using_extensions::test_should_generate_property_for_file_info PASSED [ 9%]
+2020-11-22 19:04:46,457 - b177aa (stdout): test/testExtension.py::Test_using_multiple_base_extensions::test_all_extension_simultaneously PASSED [ 10%]
+2020-11-22 19:04:46,459 - b177aa (stdout): test/testExtension.py::Test_using_multiple_base_extensions::test_reduce_func_in_lizardio PASSED [ 10%]
+2020-11-22 19:04:46,462 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_assigned_languages PASSED [ 10%]
+2020-11-22 19:04:46,464 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_duplicates PASSED [ 10%]
+2020-11-22 19:04:46,466 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_exclude_file_name PASSED [ 10%]
+2020-11-22 19:04:46,467 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_exclude_folder PASSED [ 10%]
+2020-11-22 19:04:46,468 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_exclude_folder_recursively PASSED [ 10%]
+2020-11-22 19:04:46,471 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_exclude_none_supported_files PASSED [ 11%]
+2020-11-22 19:04:46,472 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_explicit_file_names PASSED [ 11%]
+2020-11-22 19:04:46,473 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_fail_to_open_file_should_be_allowed PASSED [ 11%]
+2020-11-22 19:04:46,475 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_no_matching PASSED [ 11%]
+2020-11-22 19:04:46,477 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_nonduplicates PASSED [ 11%]
+2020-11-22 19:04:46,479 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_specific_filenames_should_not_be_excluded PASSED [ 11%]
+2020-11-22 19:04:46,480 - b177aa (stdout): test/testFunctionDependencyCount.py::TestFunctionDependencyCount::test_import_dependency PASSED [ 11%]
+2020-11-22 19:04:46,481 - b177aa (stdout): test/testFunctionDependencyCount.py::TestFunctionDependencyCount::test_no_return PASSED [ 12%]
+2020-11-22 19:04:46,484 - b177aa (stdout): test/testFunctionDependencyCount.py::TestFunctionDependencyCount::test_python_import_as PASSED [ 12%]
+2020-11-22 19:04:46,485 - b177aa (stdout): test/testFunctionExitCount.py::TestFunctionExitCount::test_no_return_should_count_as_1 PASSED [ 12%]
+2020-11-22 19:04:46,487 - b177aa (stdout): test/testFunctionExitCount.py::TestFunctionExitCount::test_one_return_should_count_as_1 PASSED [ 12%]
+2020-11-22 19:04:46,488 - b177aa (stdout): test/testFunctionExitCount.py::TestFunctionExitCount::test_three_returns_should_count_as_3 PASSED [ 12%]
+2020-11-22 19:04:46,490 - b177aa (stdout): test/testFunctionExitCount.py::TestFunctionExitCount::test_two_returns_should_count_as_2 PASSED [ 12%]
+2020-11-22 19:04:46,491 - b177aa (stdout): test/testFunctionGotoCount.py::TestFunctionGotoCount::test_empty_function_should_count_as_0 PASSED [ 12%]
+2020-11-22 19:04:46,492 - b177aa (stdout): test/testFunctionGotoCount.py::TestFunctionGotoCount::test_function_name_contains_goto_count_as_0 PASSED [ 13%]
+2020-11-22 19:04:46,494 - b177aa (stdout): test/testFunctionGotoCount.py::TestFunctionGotoCount::test_function_with_goto_count_as_1 PASSED [ 13%]
+2020-11-22 19:04:46,496 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_empty_function_should_count_as_0 PASSED [ 13%]
+2020-11-22 19:04:46,497 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_function_with_for_count_as_7 PASSED [ 13%]
+2020-11-22 19:04:46,499 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_function_with_if_else_count_as_5 PASSED [ 13%]
+2020-11-22 19:04:46,500 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_function_with_return_count_as_1 PASSED [ 13%]
+2020-11-22 19:04:46,502 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_function_with_while_count_as_10 PASSED [ 13%]
+2020-11-22 19:04:46,503 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_function_with_while_count_as_6 PASSED [ 14%]
+2020-11-22 19:04:46,506 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_unsupported_language PASSED [ 14%]
+2020-11-22 19:04:46,507 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_GDScript PASSED [ 14%]
+2020-11-22 19:04:46,508 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_JavaScript PASSED [ 14%]
+2020-11-22 19:04:46,509 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_c_cpp PASSED [ 14%]
+2020-11-22 19:04:46,510 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_java PASSED [ 14%]
+2020-11-22 19:04:46,511 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_not_case_sensitive PASSED [ 15%]
+2020-11-22 19:04:46,512 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_objectiveC PASSED [ 15%]
+2020-11-22 19:04:46,513 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_scala PASSED [ 15%]
+2020-11-22 19:04:46,515 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_unknown_extension PASSED [ 15%]
+2020-11-22 19:04:46,516 - b177aa (stdout): test/testMcCabe.py::TestFunctionExitCount::test_fall_through PASSED [ 15%]
+2020-11-22 19:04:46,517 - b177aa (stdout): test/testMcCabe.py::TestFunctionExitCount::test_more PASSED [ 15%]
+2020-11-22 19:04:46,519 - b177aa (stdout): test/testMcCabe.py::TestFunctionExitCount::test_normal_case PASSED [ 15%]
+2020-11-22 19:04:46,520 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_and_condition_in_if_structure PASSED [ 16%]
+2020-11-22 19:04:46,522 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_consecutive_for_if_structures PASSED [ 16%]
+2020-11-22 19:04:46,523 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_consecutive_if_structures PASSED [ 16%]
+2020-11-22 19:04:46,525 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_consecutive_if_structures_with_return PASSED [ 16%]
+2020-11-22 19:04:46,526 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_nested_for_try_structures PASSED [ 16%]
+2020-11-22 19:04:46,528 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_nested_if_and_for PASSED [ 16%]
+2020-11-22 19:04:46,530 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_nested_if_else_structures PASSED [ 16%]
+2020-11-22 19:04:46,531 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_nested_if_try_structures PASSED [ 17%]
+2020-11-22 19:04:46,533 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_do PASSED [ 17%]
+2020-11-22 19:04:46,534 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_else_if PASSED [ 17%]
+2020-11-22 19:04:46,536 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_equal_metric_structures PASSED [ 17%]
+2020-11-22 19:04:46,537 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_forever_loop PASSED [ 17%]
+2020-11-22 19:04:46,539 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_gotcha_if_else PASSED [ 17%]
+2020-11-22 19:04:46,540 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_if_structure PASSED [ 17%]
+2020-11-22 19:04:46,541 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_nested_if_structures PASSED [ 18%]
+2020-11-22 19:04:46,543 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_nested_if_structures_in_2_functions PASSED [ 18%]
+2020-11-22 19:04:46,545 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_nested_loop_mixed_brackets PASSED [ 18%]
+2020-11-22 19:04:46,546 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_no_structures PASSED [ 18%]
+2020-11-22 19:04:46,547 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_non_block_if PASSED [ 18%]
+2020-11-22 19:04:46,549 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_non_r_value_ref_in_body PASSED [ 18%]
+2020-11-22 19:04:46,551 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_non_structure_braces PASSED [ 18%]
+2020-11-22 19:04:46,552 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_scope PASSED [ 19%]
+2020-11-22 19:04:46,553 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_struct_inside_declaration SKIPPED [ 19%]
+2020-11-22 19:04:46,554 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_struct_inside_definition SKIPPED [ 19%]
+2020-11-22 19:04:46,556 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_switch_case PASSED [ 19%]
+2020-11-22 19:04:46,557 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_terminator_in_parentheses PASSED [ 19%]
+2020-11-22 19:04:46,559 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_ternary_operator PASSED [ 19%]
+2020-11-22 19:04:46,561 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_try_catch PASSED [ 19%]
+2020-11-22 19:04:46,563 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_while PASSED [ 20%]
+2020-11-22 19:04:46,565 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_ignoring_explicit_forever_loop PASSED [ 20%]
+2020-11-22 19:04:46,566 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_addl_statement_in_if PASSED [ 20%]
+2020-11-22 19:04:46,568 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_and PASSED [ 20%]
+2020-11-22 19:04:46,569 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_else PASSED [ 20%]
+2020-11-22 19:04:46,571 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_else_and_curly_bracket PASSED [ 20%]
+2020-11-22 19:04:46,572 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_else_if PASSED [ 20%]
+2020-11-22 19:04:46,573 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_forever_loop PASSED [ 21%]
+2020-11-22 19:04:46,575 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_nested_loop_statement_minus_curly_brackets PASSED [ 21%]
+2020-11-22 19:04:46,576 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_nested_loop_statement_mixed_curly_brackets PASSED [ 21%]
+2020-11-22 19:04:46,578 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_nested_loop_statement_plus_curly_brackets PASSED [ 21%]
+2020-11-22 19:04:46,579 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_non_r_value_ref_in_body PASSED [ 21%]
+2020-11-22 19:04:46,581 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_question_mark PASSED [ 21%]
+2020-11-22 19:04:46,582 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_with_no_nd_condition PASSED [ 22%]
+2020-11-22 19:04:46,583 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_with_one_nd_condition PASSED [ 22%]
+2020-11-22 19:04:46,584 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_with_one_nd_condition_no_curly_bracket PASSED [ 22%]
+2020-11-22 19:04:46,586 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_two_function_nd_with_non_r_value_ref_in_body PASSED [ 22%]
+2020-11-22 19:04:46,588 - b177aa (stdout): test/testOutput.py::TestFunctionOutput::test_function_info_header_should_have_a_box PASSED [ 22%]
+2020-11-22 19:04:46,589 - b177aa (stdout): test/testOutput.py::TestFunctionOutput::test_function_info_header_should_have_the_captions PASSED [ 22%]
+2020-11-22 19:04:46,590 - b177aa (stdout): test/testOutput.py::TestFunctionOutput::test_function_info_header_should_have_the_captions_of_external_extensions PASSED [ 22%]
+2020-11-22 19:04:46,591 - b177aa (stdout): test/testOutput.py::TestFunctionOutput::test_print_fileinfo PASSED [ 23%]
+2020-11-22 19:04:46,593 - b177aa (stdout): test/testOutput.py::TestWarningOutput::test_no_news_is_good_news PASSED [ 23%]
+2020-11-22 19:04:46,595 - b177aa (stdout): test/testOutput.py::TestWarningOutput::test_should_have_header_when_warning_only_is_off PASSED [ 23%]
+2020-11-22 19:04:46,597 - b177aa (stdout): test/testOutput.py::TestWarningOutput::test_should_use_clang_format_for_warning PASSED [ 23%]
+2020-11-22 19:04:46,599 - b177aa (stdout): test/testOutput.py::TestWarningOutput::test_sort_warning PASSED [ 23%]
+2020-11-22 19:04:46,602 - b177aa (stdout): test/testOutput.py::TestWarningOutput::test_sort_warning_with_generator PASSED [ 23%]
+2020-11-22 19:04:46,603 - b177aa (stdout): test/testOutput.py::TestFileInformationOutput::test_print_and_save_detail_information PASSED [ 23%]
+2020-11-22 19:04:46,604 - b177aa (stdout): test/testOutput.py::TestFileInformationOutput::test_print_and_save_detail_information_with_ext PASSED [ 24%]
+2020-11-22 19:04:46,605 - b177aa (stdout): test/testOutput.py::TestFileInformationOutput::test_print_file_summary_only_once PASSED [ 24%]
+2020-11-22 19:04:46,607 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_exit_with_non_zero_when_more_warning_than_ignored_number PASSED [ 24%]
+2020-11-22 19:04:46,609 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_null_result PASSED [ 24%]
+2020-11-22 19:04:46,611 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_print_extension_results PASSED [ 24%]
+2020-11-22 19:04:46,612 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_print_result PASSED [ 24%]
+2020-11-22 19:04:46,613 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_should_not_print_extension_results_when_not_implemented PASSED [ 24%]
+2020-11-22 19:04:46,616 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_whitelist PASSED [ 25%]
+2020-11-22 19:04:46,617 - b177aa (stdout): test/testOutput.py::TestXMLOutput::test_xml_output PASSED [ 25%]
+2020-11-22 19:04:46,619 - b177aa (stdout): test/testOutput.py::TestXMLOutput::test_xml_output_on_empty_folder PASSED [ 25%]
+2020-11-22 19:04:46,620 - b177aa (stdout): test/testOutput.py::TestXMLOutput::test_xml_stylesheet PASSED [ 25%]
+2020-11-22 19:04:46,622 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_header PASSED [ 25%]
+2020-11-22 19:04:46,624 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_header_with_extension PASSED [ 25%]
+2020-11-22 19:04:46,626 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_no_header PASSED [ 25%]
+2020-11-22 19:04:46,628 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_no_header_with_extension PASSED [ 26%]
+2020-11-22 19:04:46,631 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_print_extension PASSED [ 26%]
+2020-11-22 19:04:46,633 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_print_fileinfo PASSED [ 26%]
+2020-11-22 19:04:46,635 - b177aa (stdout): test/testOutputFile.py::TestFileOutputArgParsing::test_long PASSED [ 26%]
+2020-11-22 19:04:46,636 - b177aa (stdout): test/testOutputFile.py::TestFileOutputArgParsing::test_override PASSED [ 26%]
+2020-11-22 19:04:46,638 - b177aa (stdout): test/testOutputFile.py::TestFileOutputArgParsing::test_short PASSED [ 26%]
+2020-11-22 19:04:46,640 - b177aa (stdout): test/testOutputFile.py::TestFileOutputArgParsing::test_standalone PASSED [ 26%]
+2020-11-22 19:04:46,643 - b177aa (stdout): test/testOutputFile.py::TestFileOutputIntegration::test_csv PASSED [ 27%]
+2020-11-22 19:04:46,646 - b177aa (stdout): test/testOutputFile.py::TestFileOutputIntegration::test_default PASSED [ 27%]
+2020-11-22 19:04:46,683 - b177aa (stdout): test/testOutputFile.py::TestFileOutputIntegration::test_html FAILED [ 27%]
+2020-11-22 19:04:46,687 - b177aa (stdout): test/testOutputFile.py::TestFileOutputIntegration::test_xml PASSED [ 27%]
+2020-11-22 19:04:46,692 - b177aa (stdout): test/testOutputHTML.py::TestHTMLOutput::test_should_have_html_body FAILED [ 27%]
+2020-11-22 19:04:46,693 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_digits PASSED [ 27%]
+2020-11-22 19:04:46,694 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_empty_string PASSED [ 27%]
+2020-11-22 19:04:46,696 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_line_number PASSED [ 28%]
+2020-11-22 19:04:46,697 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_line_number2 PASSED [ 28%]
+2020-11-22 19:04:46,698 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_more PASSED [ 28%]
+2020-11-22 19:04:46,699 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_operators PASSED [ 28%]
+2020-11-22 19:04:46,700 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_spaces PASSED [ 28%]
+2020-11-22 19:04:46,701 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_string PASSED [ 28%]
+2020-11-22 19:04:46,702 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_with_multiple_line_string PASSED [ 29%]
+2020-11-22 19:04:46,704 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_block_comment_in_define PASSED [ 29%]
+2020-11-22 19:04:46,705 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_define PASSED [ 29%]
+2020-11-22 19:04:46,706 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_define2 PASSED [ 29%]
+2020-11-22 19:04:46,707 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_half_comment_following PASSED [ 29%]
+2020-11-22 19:04:46,708 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_if PASSED [ 29%]
+2020-11-22 19:04:46,709 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_ifdef PASSED [ 29%]
+2020-11-22 19:04:46,710 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_include PASSED [ 30%]
+2020-11-22 19:04:46,711 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_with_line_continuer_define PASSED [ 30%]
+2020-11-22 19:04:46,713 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_c_style_comment PASSED [ 30%]
+2020-11-22 19:04:46,714 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_commentedComment PASSED [ 30%]
+2020-11-22 19:04:46,715 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_cpp_style_comment PASSED [ 30%]
+2020-11-22 19:04:46,716 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_cpp_style_comment_with_multiple_lines PASSED [ 30%]
+2020-11-22 19:04:46,717 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_with_c_comments PASSED [ 30%]
+2020-11-22 19:04:46,718 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_with_c_comments_with_backslash_in_it PASSED [ 31%]
+2020-11-22 19:04:46,720 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_with_cpp_comments PASSED [ 31%]
+2020-11-22 19:04:46,721 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_MoreFiles PASSED [ 31%]
+2020-11-22 19:04:46,743 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_MoreFilesMultipleThread PASSED [ 31%]
+2020-11-22 19:04:46,744 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_NoFiles PASSED [ 31%]
+2020-11-22 19:04:46,750 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_NoFilesMultipleThread PASSED [ 31%]
+2020-11-22 19:04:46,751 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_OneFile PASSED [ 31%]
+2020-11-22 19:04:46,757 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_OneFileMultipleThread PASSED [ 32%]
+2020-11-22 19:04:46,759 - b177aa (stdout): test/test_analyzer.py::Test_FileAnalyzer::test_analyze_c_file PASSED [ 32%]
+2020-11-22 19:04:46,766 - b177aa (stdout): test/test_analyzer.py::Test_FileAnalyzer::test_analyze_c_file_with_multiple_thread PASSED [ 32%]
+2020-11-22 19:04:46,768 - b177aa (stdout): test/test_analyzer.py::Test_FileAnalyzer::test_fileInformation PASSED [ 32%]
+2020-11-22 19:04:46,770 - b177aa (stdout): test/test_analyzer.py::Test_FileAnalyzer::test_should_report_when_having_other_problem_and_continue PASSED [ 32%]
+2020-11-22 19:04:46,771 - b177aa (stdout): test/test_analyzer.py::Test_Picklability::test_FileInfo_ShouldBePicklable PASSED [ 32%]
+2020-11-22 19:04:46,772 - b177aa (stdout): test/test_analyzer.py::Test_Picklability::test_FunctionInfo_ShouldBePicklable PASSED [ 32%]
+2020-11-22 19:04:46,773 - b177aa (stdout): test/test_analyzer.py::TestWarningFilter::test_should_filter_the_warnings PASSED [ 33%]
+2020-11-22 19:04:46,775 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_filter_function_in_the_right_file_when_specified PASSED [ 33%]
+2020-11-22 19:04:46,776 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_filter_multiple_functions_defined_on_one_line PASSED [ 33%]
+2020-11-22 19:04:46,777 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_filter_multiple_lines_of_whitelist PASSED [ 33%]
+2020-11-22 19:04:46,778 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_filter_out_the_whitelist PASSED [ 33%]
+2020-11-22 19:04:46,779 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_ignore_comments_in_whitelist PASSED [ 33%]
+2020-11-22 19:04:46,780 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_work_with_class_member PASSED [ 33%]
+2020-11-22 19:04:46,782 - b177aa (stdout): test/test_auto_open.py::TestAutoOpen::test_ascii PASSED [ 34%]
+2020-11-22 19:04:46,784 - b177aa (stdout): test/test_auto_open.py::TestAutoOpen::test_utf_8 PASSED [ 34%]
+2020-11-22 19:04:46,785 - b177aa (stdout): test/test_auto_open.py::TestAutoOpen::test_utf_8_with_bom PASSED [ 34%]
+2020-11-22 19:04:46,787 - b177aa (stdout): test/test_auto_open.py::TestAutoOpen::test_utf_8_with_unexpected_bom PASSED [ 34%]
+2020-11-22 19:04:46,788 - b177aa (stdout): test/test_auto_open.py::TestAutoRead::test_at PASSED [ 34%]
+2020-11-22 19:04:46,791 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_arguments PASSED [ 34%]
+2020-11-22 19:04:46,793 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_ccn PASSED [ 34%]
+2020-11-22 19:04:46,795 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_default_sorting PASSED [ 35%]
+2020-11-22 19:04:46,797 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_length PASSED [ 35%]
+2020-11-22 19:04:46,799 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_more_threshold PASSED [ 35%]
+2020-11-22 19:04:46,801 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_should_use_current_folder_as_default_path PASSED [ 35%]
+2020-11-22 19:04:46,803 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_sorting_factor PASSED [ 35%]
+2020-11-22 19:04:46,806 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_sorting_factor_does_not_exist PASSED [ 35%]
+2020-11-22 19:04:46,808 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_sorting_factor_does_not_exist1 PASSED [ 36%]
+2020-11-22 19:04:46,812 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_sorting_factor_does_not_exist_error_message PASSED [ 36%]
+2020-11-22 19:04:46,814 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_sorting_factor_does_not_exist_error_message_with_ext PASSED [ 36%]
+2020-11-22 19:04:46,816 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_threshold PASSED [ 36%]
+2020-11-22 19:04:46,819 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_unknown_argument_exit PASSED [ 36%]
+2020-11-22 19:04:46,821 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_will_include_ext_args PASSED [ 36%]
+2020-11-22 19:04:46,823 - b177aa (stdout): test/test_extensions/testComplexityTags.py::TestNonStrictExtension::test_empty_function PASSED [ 36%]
+2020-11-22 19:04:46,824 - b177aa (stdout): test/test_extensions/testComplexityTags.py::TestNonStrictExtension::test_function_with_one_condition PASSED [ 37%]
+2020-11-22 19:04:46,826 - b177aa (stdout): test/test_extensions/testComplexityTags.py::TestNonStrictExtension::test_multiple_lines PASSED [ 37%]
+2020-11-22 19:04:46,831 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_2_duplicates PASSED [ 37%]
+2020-11-22 19:04:46,841 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_2_big_blocks PASSED [ 37%]
+2020-11-22 19:04:46,845 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_different_integer_value PASSED [ 37%]
+2020-11-22 19:04:46,848 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_different_operator PASSED [ 37%]
+2020-11-22 19:04:46,851 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_different_string_value PASSED [ 37%]
+2020-11-22 19:04:46,853 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_different_variable_name PASSED [ 38%]
+2020-11-22 19:04:46,866 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_value_dense_block PASSED [ 38%]
+2020-11-22 19:04:46,885 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_value_dense_block_in_brackets PASSED [ 38%]
+2020-11-22 19:04:46,887 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_empty_file PASSED [ 38%]
+2020-11-22 19:04:46,890 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_identifier_after_arrow_should_not_be_commonized PASSED [ 38%]
+2020-11-22 19:04:46,893 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_identifier_after_dot_should_not_be_commonized PASSED [ 38%]
+2020-11-22 19:04:46,898 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_many_identifiers_together PASSED [ 38%]
+2020-11-22 19:04:46,904 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_no_duplicate_with_1_big_blocks_of_the_same_number PASSED [ 39%]
+2020-11-22 19:04:46,908 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_repeating_patterns PASSED [ 39%]
+2020-11-22 19:04:46,916 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_repeating_patterns_multiple_matches PASSED [ 39%]
+2020-11-22 19:04:46,922 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_three_functions_that_are_the_same PASSED [ 39%]
+2020-11-22 19:04:46,924 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_threshold PASSED [ 39%]
+2020-11-22 19:04:46,930 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_threshold_exceeded PASSED [ 39%]
+2020-11-22 19:04:46,934 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_threshold_with_too_many_repeatings PASSED [ 39%]
+2020-11-22 19:04:46,937 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_two_5_line_functions_that_are_exactly_the_same_detail PASSED [ 40%]
+2020-11-22 19:04:46,940 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_two_functions_that_are_exactly_the_same PASSED [ 40%]
+2020-11-22 19:04:46,943 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_two_functions_that_are_exactly_the_same_detail PASSED [ 40%]
+2020-11-22 19:04:46,946 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_two_functions_that_are_not_the_same PASSED [ 40%]
+2020-11-22 19:04:46,951 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtensionAcrossFiles::test_basic_duplicate PASSED [ 40%]
+2020-11-22 19:04:46,955 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtensionAcrossFiles::test_more_duplicate PASSED [ 40%]
+2020-11-22 19:04:46,956 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_3_nodes_duplicate PASSED [ 40%]
+2020-11-22 19:04:46,958 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_multiple_nodes_duplicate PASSED [ 41%]
+2020-11-22 19:04:46,959 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_multiple_nodes_duplicate_and_single_node PASSED [ 41%]
+2020-11-22 19:04:46,961 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_no_duplicate PASSED [ 41%]
+2020-11-22 19:04:46,962 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_not_multiple_nodes_duplicate PASSED [ 41%]
+2020-11-22 19:04:46,964 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_partial_different_purpose PASSED [ 41%]
+2020-11-22 19:04:46,965 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_simple_3_duplicates_in_different_places PASSED [ 41%]
+2020-11-22 19:04:46,966 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_simple_duplicate PASSED [ 41%]
+2020-11-22 19:04:46,967 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_simple_duplicate_3_times PASSED [ 42%]
+2020-11-22 19:04:46,969 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_simple_two_duplicates PASSED [ 42%]
+2020-11-22 19:04:46,970 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_0_fan_out PASSED [ 42%]
+2020-11-22 19:04:46,972 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_1_fan_out PASSED [ 42%]
+2020-11-22 19:04:46,973 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_1_fan_out_with_2_calls_of_the_same_function PASSED [ 42%]
+2020-11-22 19:04:46,975 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_1_fan_out_with_namespace PASSED [ 42%]
+2020-11-22 19:04:46,976 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_1_fan_out_with_recursive_call PASSED [ 43%]
+2020-11-22 19:04:46,977 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_ref_to_something_not_defined PASSED [ 43%]
+2020-11-22 19:04:46,979 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanIn::test_0_fan_in PASSED [ 43%]
+2020-11-22 19:04:46,981 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanIn::test_1_fan_in PASSED [ 43%]
+2020-11-22 19:04:46,982 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanIn::test_1_fan_in_if_it_is_called_twice_in_the_same_function PASSED [ 43%]
+2020-11-22 19:04:46,984 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestCombinedResult::test_1_fan_in_from_another_source_file PASSED [ 43%]
+2020-11-22 19:04:46,986 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestCombinedResult::test_1_fan_out_to_another_source_file PASSED [ 43%]
+2020-11-22 19:04:46,988 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_0_general_fan_out PASSED [ 44%]
+2020-11-22 19:04:46,989 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_1_general_fan_out_multiple_punctuations PASSED [ 44%]
+2020-11-22 19:04:46,991 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_1_general_fan_out_with_2_calls_of_the_same_function PASSED [ 44%]
+2020-11-22 19:04:46,992 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_1_general_fan_out_with_namespace PASSED [ 44%]
+2020-11-22 19:04:46,993 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_1_general_fan_out_with_recursive_call PASSED [ 44%]
+2020-11-22 19:04:46,995 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_1_general_fan_out_with_space PASSED [ 44%]
+2020-11-22 19:04:46,997 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_ref_to_something_not_defined PASSED [ 44%]
+2020-11-22 19:04:46,998 - b177aa (stdout): test/test_extensions/testNonStrict.py::TestNonStrictExtension::test_normal_function_with_boolean_operators PASSED [ 45%]
+2020-11-22 19:04:47,000 - b177aa (stdout): test/test_extensions/testNonStrict.py::TestNonStrictExtension::test_normal_function_without_boolean_operators PASSED [ 45%]
+2020-11-22 19:04:47,001 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_count_one_word PASSED [ 45%]
+2020-11-22 19:04:47,002 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_count_one_word_multiple_times PASSED [ 45%]
+2020-11-22 19:04:47,003 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_reduce_the_result PASSED [ 45%]
+2020-11-22 19:04:47,004 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_should_count_non_keyword PASSED [ 45%]
+2020-11-22 19:04:47,005 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_should_not_count_keywords PASSED [ 45%]
+2020-11-22 19:04:47,006 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_should_not_count_string PASSED [ 46%]
+2020-11-22 19:04:47,007 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_should_not_line_continuer PASSED [ 46%]
+2020-11-22 19:04:47,010 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountOutput::test_should_open_the_browser PASSED [ 46%]
+2020-11-22 19:04:47,013 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountOutput::test_should_output_html PASSED [ 46%]
+2020-11-22 19:04:47,015 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_C_Token_extension::test_connecting_macro PASSED [ 46%]
+2020-11-22 19:04:47,016 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_1 PASSED [ 46%]
+2020-11-22 19:04:47,017 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_bracket_that_is_not_a_namespace PASSED [ 46%]
+2020-11-22 19:04:47,019 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_class_as_an_attribute PASSED [ 47%]
+2020-11-22 19:04:47,020 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_class_with_inheritance PASSED [ 47%]
+2020-11-22 19:04:47,022 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_complicated_c_function PASSED [ 47%]
+2020-11-22 19:04:47,023 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_constructor_initialization_list PASSED [ 47%]
+2020-11-22 19:04:47,024 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_constructor_initialization_list_noexcept PASSED [ 47%]
+2020-11-22 19:04:47,026 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_constructor_initializer_list PASSED [ 47%]
+2020-11-22 19:04:47,027 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_constructor_uniform_initialization PASSED [ 47%]
+2020-11-22 19:04:47,029 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_destructor_implementation PASSED [ 48%]
+2020-11-22 19:04:47,030 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_double_nested_template PASSED [ 48%]
+2020-11-22 19:04:47,032 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_double_slash_within_string PASSED [ 48%]
+2020-11-22 19:04:47,033 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_empty PASSED [ 48%]
+2020-11-22 19:04:47,034 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_dec_followed_with_one_word_is_ok PASSED [ 48%]
+2020-11-22 19:04:47,036 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_dec_with_noexcept PASSED [ 48%]
+2020-11-22 19:04:47,037 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_dec_with_throw PASSED [ 48%]
+2020-11-22 19:04:47,039 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_declaration_is_not_counted PASSED [ 49%]
+2020-11-22 19:04:47,040 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_name_class PASSED [ 49%]
+2020-11-22 19:04:47,041 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_operator PASSED [ 49%]
+2020-11-22 19:04:47,042 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_that_returns_function_pointers PASSED [ 49%]
+2020-11-22 19:04:47,045 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_1_param PASSED [ 49%]
+2020-11-22 19:04:47,048 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_1_ref_param PASSED [ 49%]
+2020-11-22 19:04:47,049 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_content PASSED [ 50%]
+2020-11-22 19:04:47,050 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_no_param PASSED [ 50%]
+2020-11-22 19:04:47,052 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_param PASSED [ 50%]
+2020-11-22 19:04:47,053 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_strang_param PASSED [ 50%]
+2020-11-22 19:04:47,055 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_strang_param2 PASSED [ 50%]
+2020-11-22 19:04:47,056 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_global_var_constructor PASSED [ 50%]
+2020-11-22 19:04:47,057 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_inline_operator PASSED [ 50%]
+2020-11-22 19:04:47,059 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_less_then_is_not_template PASSED [ 51%]
+2020-11-22 19:04:47,061 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_namespace_alias PASSED [ 51%]
+2020-11-22 19:04:47,063 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_nested_class PASSED [ 51%]
+2020-11-22 19:04:47,064 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_nested_class_middle PASSED [ 51%]
+2020-11-22 19:04:47,065 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_nested_template PASSED [ 51%]
+2020-11-22 19:04:47,068 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_nested_template_function PASSED [ 51%]
+2020-11-22 19:04:47,069 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_nested_unnamed_namespace PASSED [ 51%]
+2020-11-22 19:04:47,071 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_no_function PASSED [ 52%]
+2020-11-22 19:04:47,072 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_non_function_initializer_list PASSED [ 52%]
+2020-11-22 19:04:47,074 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_non_function_uniform_initialization PASSED [ 52%]
+2020-11-22 19:04:47,121 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_not_old_style_c_function PASSED [ 52%]
+2020-11-22 19:04:47,122 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_old_style_c_function PASSED [ 52%]
+2020-11-22 19:04:47,124 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_old_style_c_function_has_semicolon PASSED [ 52%]
+2020-11-22 19:04:47,125 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_function PASSED [ 52%]
+2020-11-22 19:04:47,126 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_function_with_const PASSED [ 53%]
+2020-11-22 19:04:47,128 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_function_with_namespace PASSED [ 53%]
+2020-11-22 19:04:47,130 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_function_with_noexcept PASSED [ 53%]
+2020-11-22 19:04:47,132 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_function_with_throw PASSED [ 53%]
+2020-11-22 19:04:47,134 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_macro_in_class PASSED [ 53%]
+2020-11-22 19:04:47,135 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_only_word_can_be_function_name PASSED [ 53%]
+2020-11-22 19:04:47,137 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_operator_overloading PASSED [ 53%]
+2020-11-22 19:04:47,138 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_operator_overloading_shift PASSED [ 54%]
+2020-11-22 19:04:47,140 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_operator_overloading_with_namespace PASSED [ 54%]
+2020-11-22 19:04:47,141 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_operator_with_complicated_name PASSED [ 54%]
+2020-11-22 19:04:47,143 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_parentheses_before_function PASSED [ 54%]
+2020-11-22 19:04:47,144 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_pre_class PASSED [ 54%]
+2020-11-22 19:04:47,147 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_ref_qualifiers PASSED [ 54%]
+2020-11-22 19:04:47,149 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_struct_in_param PASSED [ 54%]
+2020-11-22 19:04:47,150 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_struct_in_return_type PASSED [ 55%]
+2020-11-22 19:04:47,152 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_stupid_macro_before_function PASSED [ 55%]
+2020-11-22 19:04:47,153 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_as_part_of_function_name PASSED [ 55%]
+2020-11-22 19:04:47,155 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_as_reference PASSED [ 55%]
+2020-11-22 19:04:47,157 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_class PASSED [ 55%]
+2020-11-22 19:04:47,160 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_class_full_specialization PASSED [ 55%]
+2020-11-22 19:04:47,163 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_class_partial_specialization PASSED [ 55%]
+2020-11-22 19:04:47,165 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_function PASSED [ 56%]
+2020-11-22 19:04:47,167 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_function_specialization PASSED [ 56%]
+2020-11-22 19:04:47,168 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_with_pointer PASSED [ 56%]
+2020-11-22 19:04:47,169 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_with_reference PASSED [ 56%]
+2020-11-22 19:04:47,171 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_with_reference_as_reference PASSED [ 56%]
+2020-11-22 19:04:47,172 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_templated_code_with_question_mark PASSED [ 56%]
+2020-11-22 19:04:47,174 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_trailing_return_type PASSED [ 56%]
+2020-11-22 19:04:47,175 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_two_function PASSED [ 57%]
+2020-11-22 19:04:47,177 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_two_functions_in_class PASSED [ 57%]
+2020-11-22 19:04:47,178 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_two_simplest_function PASSED [ 57%]
+2020-11-22 19:04:47,180 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_typedef_is_not_old_style_c_function PASSED [ 57%]
+2020-11-22 19:04:47,181 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_underscore PASSED [ 57%]
+2020-11-22 19:04:47,183 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_union_as_qualifier PASSED [ 57%]
+2020-11-22 19:04:47,185 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_class PASSED [ 58%]
+2020-11-22 19:04:47,187 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_control_structures PASSED [ 58%]
+2020-11-22 19:04:47,188 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_function PASSED [ 58%]
+2020-11-22 19:04:47,190 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_function_parameters PASSED [ 58%]
+2020-11-22 19:04:47,191 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_function_return_type PASSED [ 58%]
+2020-11-22 19:04:47,193 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_namespace PASSED [ 58%]
+2020-11-22 19:04:47,197 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_function_like PASSED [ 58%]
+2020-11-22 19:04:47,197 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_function_like2 PASSED [ 59%]
+2020-11-22 19:04:47,198 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_macro_and_class PASSED [ 59%]
+2020-11-22 19:04:47,200 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_macro_call_after_if PASSED [ 59%]
+2020-11-22 19:04:47,201 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_macro_call_after_if_and_no_semicolon_before_the_closing_br PASSED [ 59%]
+2020-11-22 19:04:47,202 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_macro_call_after_if_and_no_semicolon_before_the_closing_br2 PASSED [ 59%]
+2020-11-22 19:04:47,203 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_content_macro_should_be_ignored PASSED [ 59%]
+2020-11-22 19:04:47,205 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_preprocessor_is_not_function PASSED [ 59%]
+2020-11-22 19:04:47,206 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_preprocessors_should_be_ignored_outside_function_implementation PASSED [ 60%]
+2020-11-22 19:04:47,207 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Big::test_trouble PASSED [ 60%]
+2020-11-22 19:04:47,209 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Big::test_typedef PASSED [ 60%]
+2020-11-22 19:04:47,211 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Dialects::test_cuda_kernel_launch PASSED [ 60%]
+2020-11-22 19:04:47,214 - b177aa (stdout): test/test_languages/testCsharp.py::TestCsharp::test_function_with_eight PASSED [ 60%]
+2020-11-22 19:04:47,215 - b177aa (stdout): test/test_languages/testCsharp.py::TestCsharp::test_function_with_one PASSED [ 60%]
+2020-11-22 19:04:47,217 - b177aa (stdout): test/test_languages/testCsharp.py::TestCsharp::test_function_with_three PASSED [ 60%]
+2020-11-22 19:04:47,218 - b177aa (stdout): test/test_languages/testCsharp.py::TestCsharp::test_function_with_two PASSED [ 61%]
+2020-11-22 19:04:47,220 - b177aa (stdout): test/test_languages/testCsharp.py::TestCsharp::test_null_coalescing_operator PASSED [ 61%]
+2020-11-22 19:04:47,222 - b177aa (stdout): test/test_languages/testES6.py::Test_tokenizing_ES6::test_dollar_var PASSED [ 61%]
+2020-11-22 19:04:47,224 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_arraw_function_name PASSED [ 61%]
+2020-11-22 19:04:47,225 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_arraw_function_with_multiple_param PASSED [ 61%]
+2020-11-22 19:04:47,226 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_arrow_function_return_object PASSED [ 61%]
+2020-11-22 19:04:47,228 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_class PASSED [ 61%]
+2020-11-22 19:04:47,229 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_complexity PASSED [ 62%]
+2020-11-22 19:04:47,231 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_function_with_block PASSED [ 62%]
+2020-11-22 19:04:47,232 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_generator_function PASSED [ 62%]
+2020-11-22 19:04:47,233 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_generator_function_assign_to_name PASSED [ 62%]
+2020-11-22 19:04:47,235 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_nested PASSED [ 62%]
+2020-11-22 19:04:47,236 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_nested2 PASSED [ 62%]
+2020-11-22 19:04:47,237 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_nested3 PASSED [ 62%]
+2020-11-22 19:04:47,239 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_nested_complexity PASSED [ 63%]
+2020-11-22 19:04:47,240 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_simple_function PASSED [ 63%]
+2020-11-22 19:04:47,242 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_statement_block PASSED [ 63%]
+2020-11-22 19:04:47,243 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_two_functions PASSED [ 63%]
+2020-11-22 19:04:47,245 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_two_functions_with_semicolon PASSED [ 63%]
+2020-11-22 19:04:47,247 - b177aa (stdout): test/test_languages/testGDScript.py::TestGDScript::test_empty PASSED [ 63%]
+2020-11-22 19:04:47,248 - b177aa (stdout): test/test_languages/testGDScript.py::TestGDScript::test_top_level_function PASSED [ 63%]
+2020-11-22 19:04:47,249 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_empty PASSED [ 64%]
+2020-11-22 19:04:47,250 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_interface PASSED [ 64%]
+2020-11-22 19:04:47,252 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_interface_followed_by_a_class PASSED [ 64%]
+2020-11-22 19:04:47,253 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_no_function PASSED [ 64%]
+2020-11-22 19:04:47,254 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_function PASSED [ 64%]
+2020-11-22 19:04:47,256 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_function_defined_on_a_struct PASSED [ 64%]
+2020-11-22 19:04:47,257 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_function_with_complexity PASSED [ 65%]
+2020-11-22 19:04:47,258 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_function_with_return_value PASSED [ 65%]
+2020-11-22 19:04:47,260 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_function_with_two_return_values PASSED [ 65%]
+2020-11-22 19:04:47,261 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_with_parameter PASSED [ 65%]
+2020-11-22 19:04:47,263 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_complicated_properties PASSED [ 65%]
+2020-11-22 19:04:47,264 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_less_than PASSED [ 65%]
+2020-11-22 19:04:47,265 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_nested PASSED [ 65%]
+2020-11-22 19:04:47,266 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_nested_save_tag PASSED [ 66%]
+2020-11-22 19:04:47,267 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_open_closing_with_content PASSED [ 66%]
+2020-11-22 19:04:47,268 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_simple_open_closing PASSED [ 66%]
+2020-11-22 19:04:47,269 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_simple_standalone PASSED [ 66%]
+2020-11-22 19:04:47,270 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_with_attributes PASSED [ 66%]
+2020-11-22 19:04:47,272 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_with_embeded_attributes PASSED [ 66%]
+2020-11-22 19:04:47,273 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_with_embeded_code PASSED [ 66%]
+2020-11-22 19:04:47,274 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_with_less_than2 PASSED [ 67%]
+2020-11-22 19:04:47,275 - b177aa (stdout): test/test_languages/testJSX.py::Test_parser_for_JavaScript_X::test_complicated PASSED [ 67%]
+2020-11-22 19:04:47,277 - b177aa (stdout): test/test_languages/testJSX.py::Test_parser_for_JavaScript_X::test_simple_function PASSED [ 67%]
+2020-11-22 19:04:47,279 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_class_name_with_extends PASSED [ 67%]
+2020-11-22 19:04:47,280 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_class_name_with_interface PASSED [ 67%]
+2020-11-22 19:04:47,281 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_class_with_decorator PASSED [ 67%]
+2020-11-22 19:04:47,282 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_class_with_decorator_that_has_namespace PASSED [ 67%]
+2020-11-22 19:04:47,284 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_function_with_decorator PASSED [ 68%]
+2020-11-22 19:04:47,285 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_function_with_throws PASSED [ 68%]
+2020-11-22 19:04:47,287 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_operator_as_an_overloaded_identifier PASSED [ 68%]
+2020-11-22 19:04:47,288 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_dollar_var PASSED [ 68%]
+2020-11-22 19:04:47,290 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_should_not_confuse_division_as_regx PASSED [ 68%]
+2020-11-22 19:04:47,291 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_tokenizing_javascript_comments PASSED [ 68%]
+2020-11-22 19:04:47,292 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_tokenizing_javascript_multiple_line_string PASSED [ 68%]
+2020-11-22 19:04:47,294 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_tokenizing_javascript_regular_expression PASSED [ 69%]
+2020-11-22 19:04:47,295 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_tokenizing_javascript_regular_expression1 PASSED [ 69%]
+2020-11-22 19:04:47,296 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_tokenizing_pattern PASSED [ 69%]
+2020-11-22 19:04:47,297 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_assigning_to_a_name PASSED [ 69%]
+2020-11-22 19:04:47,299 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_in_a_function PASSED [ 69%]
+2020-11-22 19:04:47,300 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_in_a_object PASSED [ 69%]
+2020-11-22 19:04:47,302 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_in_arrow PASSED [ 69%]
+2020-11-22 19:04:47,303 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_long_name PASSED [ 70%]
+2020-11-22 19:04:47,304 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_without_name_assign_to_field PASSED [ 70%]
+2020-11-22 19:04:47,305 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_global PASSED [ 70%]
+2020-11-22 19:04:47,307 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_not_a_function_assigning_to_a_name PASSED [ 70%]
+2020-11-22 19:04:47,308 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_parameter_count PASSED [ 70%]
+2020-11-22 19:04:47,309 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_simple_function PASSED [ 70%]
+2020-11-22 19:04:47,311 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_simple_function_complexity PASSED [ 70%]
+2020-11-22 19:04:47,313 - b177aa (stdout): test/test_languages/testLua.py::Test_tokenizing_Lua::test_comment PASSED [ 71%]
+2020-11-22 19:04:47,314 - b177aa (stdout): test/test_languages/testLua.py::Test_tokenizing_Lua::test_comment_block PASSED [ 71%]
+2020-11-22 19:04:47,315 - b177aa (stdout): test/test_languages/testLua.py::Test_tokenizing_Lua::test_double_square_brackets_string PASSED [ 71%]
+2020-11-22 19:04:47,316 - b177aa (stdout): test/test_languages/testLua.py::Test_tokenizing_Lua::test_should_not_confuse_division_as_regx PASSED [ 71%]
+2020-11-22 19:04:47,317 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_anonymous PASSED [ 71%]
+2020-11-22 19:04:47,319 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_anonymous_with_assignment PASSED [ 71%]
+2020-11-22 19:04:47,320 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_class_method PASSED [ 72%]
+2020-11-22 19:04:47,321 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_comment_is_omitted_in_token_cound PASSED [ 72%]
+2020-11-22 19:04:47,323 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_do PASSED [ 72%]
+2020-11-22 19:04:47,324 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_empty PASSED [ 72%]
+2020-11-22 19:04:47,326 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_for_and_while PASSED [ 72%]
+2020-11-22 19:04:47,327 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_if PASSED [ 72%]
+2020-11-22 19:04:47,328 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_nested_functions PASSED [ 72%]
+2020-11-22 19:04:47,330 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_no_function PASSED [ 73%]
+2020-11-22 19:04:47,331 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_one_function PASSED [ 73%]
+2020-11-22 19:04:47,332 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_one_function_loc PASSED [ 73%]
+2020-11-22 19:04:47,334 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_repeat_until PASSED [ 73%]
+2020-11-22 19:04:47,335 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_two_functions PASSED [ 73%]
+2020-11-22 19:04:47,336 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_empty PASSED [ 73%]
+2020-11-22 19:04:47,338 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_implementation PASSED [ 73%]
+2020-11-22 19:04:47,339 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_no_function PASSED [ 74%]
+2020-11-22 19:04:47,340 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_one_c_function PASSED [ 74%]
+2020-11-22 19:04:47,341 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_one_objc_function PASSED [ 74%]
+2020-11-22 19:04:47,343 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_one_objc_function_with_param PASSED [ 74%]
+2020-11-22 19:04:47,344 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_one_objc_function_with_three_param PASSED [ 74%]
+2020-11-22 19:04:47,346 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_one_objc_function_with_two_param PASSED [ 74%]
+2020-11-22 19:04:47,348 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_typedef PASSED [ 74%]
+2020-11-22 19:04:47,350 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_c_comments PASSED [ 75%]
+2020-11-22 19:04:47,351 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_code_block_with_html PASSED [ 75%]
+2020-11-22 19:04:47,352 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_code_block_without_closing PASSED [ 75%]
+2020-11-22 19:04:47,353 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_dollar_var PASSED [ 75%]
+2020-11-22 19:04:47,354 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_empty PASSED [ 75%]
+2020-11-22 19:04:47,356 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_empty_code_block PASSED [ 75%]
+2020-11-22 19:04:47,357 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_empty_code_block_with_html PASSED [ 75%]
+2020-11-22 19:04:47,358 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_empty_simple_code_block PASSED [ 76%]
+2020-11-22 19:04:47,359 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_multiple_line_string PASSED [ 76%]
+2020-11-22 19:04:47,360 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_multiple_line_string_alternative PASSED [ 76%]
+2020-11-22 19:04:47,361 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_no_code_block PASSED [ 76%]
+2020-11-22 19:04:47,363 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_class PASSED [ 76%]
+2020-11-22 19:04:47,364 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_class_mixed PASSED [ 76%]
+2020-11-22 19:04:47,365 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_function_assigning_to_a_name PASSED [ 76%]
+2020-11-22 19:04:47,367 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_function_without_name_assign_to_field PASSED [ 77%]
+2020-11-22 19:04:47,368 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_interface PASSED [ 77%]
+2020-11-22 19:04:47,369 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_interface2 PASSED [ 77%]
+2020-11-22 19:04:47,370 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_not_a_function_assigning_to_a_name PASSED [ 77%]
+2020-11-22 19:04:47,372 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_parameter_count PASSED [ 77%]
+2020-11-22 19:04:47,373 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_simple_function PASSED [ 77%]
+2020-11-22 19:04:47,374 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_simple_function_complexity PASSED [ 77%]
+2020-11-22 19:04:47,376 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_simple_function_complexity_elseif PASSED [ 78%]
+2020-11-22 19:04:47,377 - b177aa (stdout): test/test_languages/testPython.py::Test_tokenizer_for_Python::test_comment_with_quote PASSED [ 78%]
+2020-11-22 19:04:47,379 - b177aa (stdout): test/test_languages/testPython.py::Test_Python_nesting_level::test_2nd_level_function_with_leading_space PASSED [ 78%]
+2020-11-22 19:04:47,380 - b177aa (stdout): test/test_languages/testPython.py::Test_Python_nesting_level::test_miss_indented_comment PASSED [ 78%]
+2020-11-22 19:04:47,381 - b177aa (stdout): test/test_languages/testPython.py::Test_Python_nesting_level::test_second_top_level_functions PASSED [ 78%]
+2020-11-22 19:04:47,382 - b177aa (stdout): test/test_languages/testPython.py::Test_Python_nesting_level::test_top_level_function PASSED [ 78%]
+2020-11-22 19:04:47,384 - b177aa (stdout): test/test_languages/testPython.py::Test_Python_nesting_level::test_top_level_function_with_leading_space PASSED [ 79%]
+2020-11-22 19:04:47,386 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_2_functions PASSED [ 79%]
+2020-11-22 19:04:47,387 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_2_top_level_functions PASSED [ 79%]
+2020-11-22 19:04:47,390 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_block_string PASSED [ 79%]
+2020-11-22 19:04:47,391 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_block_string_is_one_token PASSED [ 79%]
+2020-11-22 19:04:47,392 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_comment_is_not_counted_in_nloc PASSED [ 79%]
+2020-11-22 19:04:47,394 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_docstring_is_not_counted_in_nloc PASSED [ 79%]
+2020-11-22 19:04:47,395 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_empty_source_should_return_no_function PASSED [ 80%]
+2020-11-22 19:04:47,397 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_function_end PASSED [ 80%]
+2020-11-22 19:04:47,399 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_nested_depth_metric_multiple_continuous_loop_statements PASSED [ 80%]
+2020-11-22 19:04:47,402 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_nested_functions PASSED [ 80%]
+2020-11-22 19:04:47,404 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_nested_functions_ended_at_eof PASSED [ 80%]
+2020-11-22 19:04:47,406 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_nested_functions_ended_at_same_line PASSED [ 80%]
+2020-11-22 19:04:47,407 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_odd_blank_line PASSED [ 80%]
+2020-11-22 19:04:47,409 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_odd_line_with_comment PASSED [ 81%]
+2020-11-22 19:04:47,411 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_parameter_count PASSED [ 81%]
+2020-11-22 19:04:47,413 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_parameter_count_with_default_value PASSED [ 81%]
+2020-11-22 19:04:47,415 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_simple_python_function PASSED [ 81%]
+2020-11-22 19:04:47,417 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_tab_is_same_as_8_spaces PASSED [ 81%]
+2020-11-22 19:04:47,418 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_top_level_functions PASSED [ 81%]
+2020-11-22 19:04:47,421 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_two_simple_python_function PASSED [ 81%]
+2020-11-22 19:04:47,423 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_ranges PASSED [ 82%]
+2020-11-22 19:04:47,424 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_shorthand_symbol PASSED [ 82%]
+2020-11-22 19:04:47,427 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_should_not_confuse_division_as_regx PASSED [ 82%]
+2020-11-22 19:04:47,429 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_special_method_names PASSED [ 82%]
+2020-11-22 19:04:47,430 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_brackets PASSED [ 82%]
+2020-11-22 19:04:47,431 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_pattern PASSED [ 82%]
+2020-11-22 19:04:47,432 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_ruby_comments PASSED [ 82%]
+2020-11-22 19:04:47,433 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_ruby_regular_expression PASSED [ 83%]
+2020-11-22 19:04:47,434 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_string_expression PASSED [ 83%]
+2020-11-22 19:04:47,435 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_string_with_formatter PASSED [ 83%]
+2020-11-22 19:04:47,437 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_string_with_string PASSED [ 83%]
+2020-11-22 19:04:47,438 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_string_with_string2 PASSED [ 83%]
+2020-11-22 19:04:47,439 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_symbol PASSED [ 83%]
+2020-11-22 19:04:47,440 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_vars PASSED [ 83%]
+2020-11-22 19:04:47,441 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_empty PASSED [ 84%]
+2020-11-22 19:04:47,443 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_no_function PASSED [ 84%]
+2020-11-22 19:04:47,444 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_function PASSED [ 84%]
+2020-11-22 19:04:47,445 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_function_loc PASSED [ 84%]
+2020-11-22 19:04:47,447 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_begin_and_end PASSED [ 84%]
+2020-11-22 19:04:47,449 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_begin_and_end_outside PASSED [ 84%]
+2020-11-22 19:04:47,450 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_brackets_and_end_outside PASSED [ 84%]
+2020-11-22 19:04:47,452 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_class_as_identifier PASSED [ 85%]
+2020-11-22 19:04:47,454 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_class_in_it PASSED [ 85%]
+2020-11-22 19:04:47,455 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_do PASSED [ 85%]
+2020-11-22 19:04:47,457 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_within_do PASSED [ 85%]
+2020-11-22 19:04:47,459 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_within_embedded_doc PASSED [ 85%]
+2020-11-22 19:04:47,461 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_within_embedded_doc_harder PASSED [ 85%]
+2020-11-22 19:04:47,463 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_string PASSED [ 86%]
+2020-11-22 19:04:47,465 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_two_functions PASSED [ 86%]
+2020-11-22 19:04:47,467 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_ccn::test_basic_complexity PASSED [ 86%]
+2020-11-22 19:04:47,469 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_if_block PASSED [ 86%]
+2020-11-22 19:04:47,470 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_if_modifier PASSED [ 86%]
+2020-11-22 19:04:47,472 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_if_oneliner_block PASSED [ 86%]
+2020-11-22 19:04:47,474 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_if_with_then_on_one_line PASSED [ 86%]
+2020-11-22 19:04:47,475 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_while_block PASSED [ 87%]
+2020-11-22 19:04:47,477 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_while_modifier PASSED [ 87%]
+2020-11-22 19:04:47,479 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_class_as_an_symbol PASSED [ 87%]
+2020-11-22 19:04:47,480 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_it_as_variable PASSED [ 87%]
+2020-11-22 19:04:47,482 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_rspec_it PASSED [ 87%]
+2020-11-22 19:04:47,484 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_rspec_it_with_brackets PASSED [ 87%]
+2020-11-22 19:04:47,486 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_unless PASSED [ 87%]
+2020-11-22 19:04:47,488 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_while_modifier_with_block PASSED [ 88%]
+2020-11-22 19:04:47,490 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_while_with_do PASSED [ 88%]
+2020-11-22 19:04:47,491 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_def::test_class_method PASSED [ 88%]
+2020-11-22 19:04:47,492 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_def::test_empty_parameters PASSED [ 88%]
+2020-11-22 19:04:47,494 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_def::test_more_parameters PASSED [ 88%]
+2020-11-22 19:04:47,496 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_generic PASSED [ 88%]
+2020-11-22 19:04:47,497 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_generic_with_where PASSED [ 88%]
+2020-11-22 19:04:47,498 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_if PASSED [ 89%]
+2020-11-22 19:04:47,499 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_main PASSED [ 89%]
+2020-11-22 19:04:47,501 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_nested_functions PASSED [ 89%]
+2020-11-22 19:04:47,502 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_return PASSED [ 89%]
+2020-11-22 19:04:47,504 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_comments PASSED [ 89%]
+2020-11-22 19:04:47,505 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_empty PASSED [ 89%]
+2020-11-22 19:04:47,506 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_field PASSED [ 89%]
+2020-11-22 19:04:47,508 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_func_with_one_parameter PASSED [ 90%]
+2020-11-22 19:04:47,509 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_func_with_two_parameters PASSED [ 90%]
+2020-11-22 19:04:47,510 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_function PASSED [ 90%]
+2020-11-22 19:04:47,511 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_function_with_complexity PASSED [ 90%]
+2020-11-22 19:04:47,513 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_nested PASSED [ 90%]
+2020-11-22 19:04:47,514 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_no_function PASSED [ 90%]
+2020-11-22 19:04:47,515 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_oneliner PASSED [ 90%]
+2020-11-22 19:04:47,517 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_oneliner_with_braces PASSED [ 91%]
+2020-11-22 19:04:47,519 - b177aa (stdout): test/test_languages/testSwift.py::Test_tokenizing_Swift::test_dollar_var PASSED [ 91%]
+2020-11-22 19:04:47,521 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_coalescing_operator PASSED [ 91%]
+2020-11-22 19:04:47,522 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_deinit PASSED [ 91%]
+2020-11-22 19:04:47,523 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_empty PASSED [ 91%]
+2020-11-22 19:04:47,525 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_explicit_getter_setter PASSED [ 91%]
+2020-11-22 19:04:47,527 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_explicit_willset_didset PASSED [ 91%]
+2020-11-22 19:04:47,529 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_for_label PASSED [ 92%]
+2020-11-22 19:04:47,530 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_generic_function PASSED [ 92%]
+2020-11-22 19:04:47,532 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_getter_setter PASSED [ 92%]
+2020-11-22 19:04:47,533 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_guard PASSED [ 92%]
+2020-11-22 19:04:47,534 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_init PASSED [ 92%]
+2020-11-22 19:04:47,536 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_interface PASSED [ 92%]
+2020-11-22 19:04:47,537 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_interface_followed_by_a_class PASSED [ 93%]
+2020-11-22 19:04:47,538 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_interface_with_var PASSED [ 93%]
+2020-11-22 19:04:47,540 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_keyword_declarations PASSED [ 93%]
+2020-11-22 19:04:47,541 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_labeled_subscript PASSED [ 93%]
+2020-11-22 19:04:47,543 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_nested PASSED [ 93%]
+2020-11-22 19:04:47,544 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_no_function PASSED [ 93%]
+2020-11-22 19:04:47,545 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_one_function PASSED [ 93%]
+2020-11-22 19:04:47,547 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_one_function_with_complexity PASSED [ 94%]
+2020-11-22 19:04:47,548 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_one_function_with_return_value PASSED [ 94%]
+2020-11-22 19:04:47,549 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_one_with_parameter PASSED [ 94%]
+2020-11-22 19:04:47,551 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_optional PASSED [ 94%]
+2020-11-22 19:04:47,552 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_subscript PASSED [ 94%]
+2020-11-22 19:04:47,554 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_willset_didset PASSED [ 94%]
+2020-11-22 19:04:47,556 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_brackets_before_function PASSED [ 94%]
+2020-11-22 19:04:47,557 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_digits PASSED [ 95%]
+2020-11-22 19:04:47,559 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_double_slash_within_string PASSED [ 95%]
+2020-11-22 19:04:47,560 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_empty PASSED [ 95%]
+2020-11-22 19:04:47,561 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_deterministic PASSED [ 95%]
+2020-11-22 19:04:47,563 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_in_group PASSED [ 95%]
+2020-11-22 19:04:47,564 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_1_param PASSED [ 95%]
+2020-11-22 19:04:47,565 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_content PASSED [ 95%]
+2020-11-22 19:04:47,567 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_fuzzy_param PASSED [ 96%]
+2020-11-22 19:04:47,568 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_lazy_param PASSED [ 96%]
+2020-11-22 19:04:47,569 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_mtc PASSED [ 96%]
+2020-11-22 19:04:47,571 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_no_param PASSED [ 96%]
+2020-11-22 19:04:47,572 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_param PASSED [ 96%]
+2020-11-22 19:04:47,574 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_return PASSED [ 96%]
+2020-11-22 19:04:47,575 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_return_w_template PASSED [ 96%]
+2020-11-22 19:04:47,577 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_runs_on PASSED [ 97%]
+2020-11-22 19:04:47,578 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_strang_param PASSED [ 97%]
+2020-11-22 19:04:47,579 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_system PASSED [ 97%]
+2020-11-22 19:04:47,581 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_template_param PASSED [ 97%]
+2020-11-22 19:04:47,582 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_no_function PASSED [ 97%]
+2020-11-22 19:04:47,583 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_one_function PASSED [ 97%]
+2020-11-22 19:04:47,585 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_one_function_one_testcase PASSED [ 97%]
+2020-11-22 19:04:47,586 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_one_testcase PASSED [ 98%]
+2020-11-22 19:04:47,588 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_template PASSED [ 98%]
+2020-11-22 19:04:47,590 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_testcase_with_content PASSED [ 98%]
+2020-11-22 19:04:47,591 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_two_function PASSED [ 98%]
+2020-11-22 19:04:47,592 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_two_testcase PASSED [ 98%]
+2020-11-22 19:04:47,594 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_underscore PASSED [ 98%]
+2020-11-22 19:04:47,596 - b177aa (stdout): test/test_languages/testTTCN.py::Test_Preprocessing::test_content_macro_should_be_ignored PASSED [ 98%]
+2020-11-22 19:04:47,597 - b177aa (stdout): test/test_languages/testTTCN.py::Test_Preprocessing::test_preproc_should_be_ignored_outside_func_impl PASSED [ 99%]
+2020-11-22 19:04:47,599 - b177aa (stdout): test/test_languages/testTTCN.py::Test_Preprocessing::test_preprocessor_is_not_function PASSED [ 99%]
+2020-11-22 19:04:47,601 - b177aa (stdout): test/test_languages/testTypeScript.py::Test_tokenizing_TypeScript::test_simple PASSED [ 99%]
+2020-11-22 19:04:47,602 - b177aa (stdout): test/test_languages/testTypeScript.py::Test_parser_for_TypeScript::test_function_declare PASSED [ 99%]
+2020-11-22 19:04:47,604 - b177aa (stdout): test/test_languages/testTypeScript.py::Test_parser_for_TypeScript::test_function_with_default PASSED [ 99%]
+2020-11-22 19:04:47,605 - b177aa (stdout): test/test_languages/testTypeScript.py::Test_parser_for_TypeScript::test_simple_function PASSED [ 99%]
+2020-11-22 19:04:47,611 - b177aa (stdout): test/test_languages/testTypeScript.py::Test_parser_for_TypeScript::test_simple_function_with_no_return_type PASSED [100%]
+2020-11-22 19:04:47,611 - b177aa (stdout):
+2020-11-22 19:04:47,611 - b177aa (stdout): =================================== FAILURES ===================================
+2020-11-22 19:04:47,611 - b177aa (stdout): _____________________ TestFileOutputIntegration.test_html ______________________
+2020-11-22 19:04:47,611 - b177aa (stdout):
+2020-11-22 19:04:47,611 - b177aa (stdout): result = <map object at 0x7f688ace7d50>
+2020-11-22 19:04:47,611 - b177aa (stdout): options = Namespace(CCN=15, arguments=100, exclude=[], extensions=[<function preprocessing at 0x7f688b1c7320>, <function comment...'length': 1000, 'nloc': 1000000, 'parameter_count': 100}, verbose=True, whitelist='whitelizard.txt', working_threads=1)
+2020-11-22 19:04:47,611 - b177aa (stdout): _ = (<lizard.OutputScheme object at 0x7f688acabb10>, <class 'lizard.AllResult'>)
+2020-11-22 19:04:47,611 - b177aa (stdout):
+2020-11-22 19:04:47,611 - b177aa (stdout): def html_output(result, options, *_):
+2020-11-22 19:04:47,611 - b177aa (stdout): try:
+2020-11-22 19:04:47,612 - b177aa (stdout): > from jinja2 import Template
+2020-11-22 19:04:47,612 - b177aa (stdout): E ModuleNotFoundError: No module named 'jinja2'
+2020-11-22 19:04:47,612 - b177aa (stdout):
+2020-11-22 19:04:47,612 - b177aa (stdout): lizard_ext/htmloutput.py:14: ModuleNotFoundError
+2020-11-22 19:04:47,612 - b177aa (stdout):
+2020-11-22 19:04:47,612 - b177aa (stdout): During handling of the above exception, another exception occurred:
+2020-11-22 19:04:47,612 - b177aa (stdout):
+2020-11-22 19:04:47,612 - b177aa (stdout): self = <test.testOutputFile.TestFileOutputIntegration testMethod=test_html>
+2020-11-22 19:04:47,612 - b177aa (stdout):
+2020-11-22 19:04:47,612 - b177aa (stdout): def test_html(self):
+2020-11-22 19:04:47,612 - b177aa (stdout): header = "<!DOCTYPE HTML PUBLIC"
+2020-11-22 19:04:47,612 - b177aa (stdout): > self.output_test("test.html", header)
+2020-11-22 19:04:47,612 - b177aa (stdout):
+2020-11-22 19:04:47,612 - b177aa (stdout): test/testOutputFile.py:54:
+2020-11-22 19:04:47,612 - b177aa (stdout): _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
+2020-11-22 19:04:47,612 - b177aa (stdout): test/testOutputFile.py:40: in output_test
+2020-11-22 19:04:47,612 - b177aa (stdout): main(args)
+2020-11-22 19:04:47,612 - b177aa (stdout): lizard.py:1043: in main
+2020-11-22 19:04:47,612 - b177aa (stdout): warning_count = printer(result, options, schema, AllResult)
+2020-11-22 19:04:47,612 - b177aa (stdout): _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
+2020-11-22 19:04:47,612 - b177aa (stdout):
+2020-11-22 19:04:47,612 - b177aa (stdout): result = <map object at 0x7f688ace7d50>
+2020-11-22 19:04:47,612 - b177aa (stdout): options = Namespace(CCN=15, arguments=100, exclude=[], extensions=[<function preprocessing at 0x7f688b1c7320>, <function comment...'length': 1000, 'nloc': 1000000, 'parameter_count': 100}, verbose=True, whitelist='whitelizard.txt', working_threads=1)
+2020-11-22 19:04:47,613 - b177aa (stdout): _ = (<lizard.OutputScheme object at 0x7f688acabb10>, <class 'lizard.AllResult'>)
+2020-11-22 19:04:47,613 - b177aa (stdout):
+2020-11-22 19:04:47,613 - b177aa (stdout): def html_output(result, options, *_):
+2020-11-22 19:04:47,613 - b177aa (stdout): try:
+2020-11-22 19:04:47,613 - b177aa (stdout): from jinja2 import Template
+2020-11-22 19:04:47,613 - b177aa (stdout): except ImportError:
+2020-11-22 19:04:47,613 - b177aa (stdout): sys.stderr.write(
+2020-11-22 19:04:47,613 - b177aa (stdout): "HTML Output depends on jinja2. `pip install jinja2` first")
+2020-11-22 19:04:47,613 - b177aa (stdout): > sys.exit(2)
+2020-11-22 19:04:47,613 - b177aa (stdout): E SystemExit: 2
+2020-11-22 19:04:47,613 - b177aa (stdout):
+2020-11-22 19:04:47,613 - b177aa (stdout): lizard_ext/htmloutput.py:18: SystemExit
+2020-11-22 19:04:47,613 - b177aa (stdout): ----------------------------- Captured stdout call -----------------------------
+2020-11-22 19:04:47,613 - b177aa (stdout): Tmp directory '/var/tmp/portage/app-text/lizard-1.17.7/temp/tmp8yynhcxs' created.
+2020-11-22 19:04:47,613 - b177aa (stdout):
+2020-11-22 19:04:47,613 - b177aa (stdout): ----------------------------- Captured stderr call -----------------------------
+2020-11-22 19:04:47,613 - b177aa (stdout): HTML Output depends on jinja2. `pip install jinja2` first
+2020-11-22 19:04:47,613 - b177aa (stdout): __________________ TestHTMLOutput.test_should_have_html_body ___________________
+2020-11-22 19:04:47,613 - b177aa (stdout):
+2020-11-22 19:04:47,613 - b177aa (stdout): result = [<lizard.FileInformation object at 0x7f688ad856d0>]
+2020-11-22 19:04:47,613 - b177aa (stdout): options = Namespace(CCN=15, arguments=100, exclude=[], extensions=[<function preprocessing at 0x7f688b1c7320>, <function comment...length': 1000, 'nloc': 1000000, 'parameter_count': 100}, verbose=False, whitelist='whitelizard.txt', working_threads=1)
+2020-11-22 19:04:47,613 - b177aa (stdout): _ = (None, <class 'lizard.AllResult'>)
+2020-11-22 19:04:47,613 - b177aa (stdout):
+2020-11-22 19:04:47,614 - b177aa (stdout): def html_output(result, options, *_):
+2020-11-22 19:04:47,614 - b177aa (stdout): try:
+2020-11-22 19:04:47,614 - b177aa (stdout): > from jinja2 import Template
+2020-11-22 19:04:47,614 - b177aa (stdout): E ModuleNotFoundError: No module named 'jinja2'
+2020-11-22 19:04:47,614 - b177aa (stdout):
+2020-11-22 19:04:47,614 - b177aa (stdout): lizard_ext/htmloutput.py:14: ModuleNotFoundError
+2020-11-22 19:04:47,614 - b177aa (stdout):
+2020-11-22 19:04:47,614 - b177aa (stdout): During handling of the above exception, another exception occurred:
+2020-11-22 19:04:47,614 - b177aa (stdout):
+2020-11-22 19:04:47,614 - b177aa (stdout): self = <test.testOutputHTML.TestHTMLOutput testMethod=test_should_have_html_body>
+2020-11-22 19:04:47,614 - b177aa (stdout):
+2020-11-22 19:04:47,614 - b177aa (stdout): def test_should_have_html_body(self):
+2020-11-22 19:04:47,614 - b177aa (stdout): > html_output([self.fileSummary], self.option, None, AllResult)
+2020-11-22 19:04:47,614 - b177aa (stdout):
+2020-11-22 19:04:47,614 - b177aa (stdout): test/testOutputHTML.py:19:
+2020-11-22 19:04:47,614 - b177aa (stdout): _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
+2020-11-22 19:04:47,614 - b177aa (stdout):
+2020-11-22 19:04:47,614 - b177aa (stdout): result = [<lizard.FileInformation object at 0x7f688ad856d0>]
+2020-11-22 19:04:47,614 - b177aa (stdout): options = Namespace(CCN=15, arguments=100, exclude=[], extensions=[<function preprocessing at 0x7f688b1c7320>, <function comment...length': 1000, 'nloc': 1000000, 'parameter_count': 100}, verbose=False, whitelist='whitelizard.txt', working_threads=1)
+2020-11-22 19:04:47,614 - b177aa (stdout): _ = (None, <class 'lizard.AllResult'>)
+2020-11-22 19:04:47,615 - b177aa (stdout):
+2020-11-22 19:04:47,615 - b177aa (stdout): def html_output(result, options, *_):
+2020-11-22 19:04:47,615 - b177aa (stdout): try:
+2020-11-22 19:04:47,615 - b177aa (stdout): from jinja2 import Template
+2020-11-22 19:04:47,615 - b177aa (stdout): except ImportError:
+2020-11-22 19:04:47,615 - b177aa (stdout): sys.stderr.write(
+2020-11-22 19:04:47,615 - b177aa (stdout): "HTML Output depends on jinja2. `pip install jinja2` first")
+2020-11-22 19:04:47,615 - b177aa (stdout): > sys.exit(2)
+2020-11-22 19:04:47,615 - b177aa (stdout): E SystemExit: 2
+2020-11-22 19:04:47,615 - b177aa (stdout):
+2020-11-22 19:04:47,615 - b177aa (stdout): lizard_ext/htmloutput.py:18: SystemExit
+2020-11-22 19:04:47,615 - b177aa (stdout): ----------------------------- Captured stderr call -----------------------------
+2020-11-22 19:04:47,615 - b177aa (stdout): HTML Output depends on jinja2. `pip install jinja2` first
+2020-11-22 19:04:47,615 - b177aa (stdout): =============================== warnings summary ===============================
+2020-11-22 19:04:47,615 - b177aa (stdout): test/test_languages/testGo.py:22
+2020-11-22 19:04:47,615 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testGo.py:22: DeprecationWarning: invalid escape sequence \(
+2020-11-22 19:04:47,615 - b177aa (stdout): ''')
+2020-11-22 19:04:47,615 - b177aa (stdout):
+2020-11-22 19:04:47,615 - b177aa (stdout): test/test_languages/testJavaScript.py:35
+2020-11-22 19:04:47,616 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testJavaScript.py:35: DeprecationWarning: invalid escape sequence \/
+2020-11-22 19:04:47,616 - b177aa (stdout): self.check_tokens(['/\//'], r'''/\//''')
+2020-11-22 19:04:47,616 - b177aa (stdout):
+2020-11-22 19:04:47,616 - b177aa (stdout): test/test_languages/testRuby.py:32
+2020-11-22 19:04:47,616 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:32: DeprecationWarning: invalid escape sequence \/
+2020-11-22 19:04:47,616 - b177aa (stdout): self.check_tokens(['/\//'], r'''/\//''')
+2020-11-22 19:04:47,616 - b177aa (stdout):
+2020-11-22 19:04:47,616 - b177aa (stdout): test/test_languages/testRuby.py:57
+2020-11-22 19:04:47,616 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:57: DeprecationWarning: invalid escape sequence \}
+2020-11-22 19:04:47,616 - b177aa (stdout): self.check_tokens(['%{\}}'], r'''%{\}}''')
+2020-11-22 19:04:47,616 - b177aa (stdout):
+2020-11-22 19:04:47,616 - b177aa (stdout): test/test_languages/testRuby.py:58
+2020-11-22 19:04:47,616 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:58: DeprecationWarning: invalid escape sequence \}
+2020-11-22 19:04:47,616 - b177aa (stdout): self.check_tokens(['%{\}}'], r'''%{\}}''')
+2020-11-22 19:04:47,616 - b177aa (stdout):
+2020-11-22 19:04:47,616 - b177aa (stdout): test/test_languages/testRuby.py:59
+2020-11-22 19:04:47,616 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:59: DeprecationWarning: invalid escape sequence \}
+2020-11-22 19:04:47,616 - b177aa (stdout): self.check_tokens(['%q{\}}'], r'''%q{\}}''')
+2020-11-22 19:04:47,616 - b177aa (stdout):
+2020-11-22 19:04:47,616 - b177aa (stdout): test/test_languages/testRuby.py:60
+2020-11-22 19:04:47,616 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:60: DeprecationWarning: invalid escape sequence \]
+2020-11-22 19:04:47,616 - b177aa (stdout): self.check_tokens(['%q[\]]'], r'''%q[\]]''')
+2020-11-22 19:04:47,617 - b177aa (stdout):
+2020-11-22 19:04:47,617 - b177aa (stdout): test/test_languages/testRuby.py:61
+2020-11-22 19:04:47,617 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:61: DeprecationWarning: invalid escape sequence \>
+2020-11-22 19:04:47,617 - b177aa (stdout): self.check_tokens(['%q<\>>'], r'''%q<\>>''')
+2020-11-22 19:04:47,617 - b177aa (stdout):
+2020-11-22 19:04:47,617 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_header
+2020-11-22 19:04:47,617 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/testOutputCSV.py:26: DeprecationWarning: Please use assertRegex instead.
+2020-11-22 19:04:47,617 - b177aa (stdout): r"NLOC,CCN,token,PARAM,length,location,file,function,long_name,start,end")
+2020-11-22 19:04:47,617 - b177aa (stdout):
+2020-11-22 19:04:47,617 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_header_with_extension
+2020-11-22 19:04:47,617 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/testOutputCSV.py:39: DeprecationWarning: Please use assertRegex instead.
+2020-11-22 19:04:47,617 - b177aa (stdout): r"NLOC,CCN,token,PARAM,length,location,file,function,long_name,start,end,exits")
+2020-11-22 19:04:47,617 - b177aa (stdout):
+2020-11-22 19:04:47,617 - b177aa (stdout): -- Docs: https://docs.pytest.org/en/stable/warnings.html
+2020-11-22 19:04:47,617 - b177aa (stdout): =========================== short test summary info ============================
+2020-11-22 19:04:47,617 - b177aa (stdout): FAILED test/testOutputFile.py::TestFileOutputIntegration::test_html - SystemE...
+2020-11-22 19:04:47,617 - b177aa (stdout): FAILED test/testOutputHTML.py::TestHTMLOutput::test_should_have_html_body - S...
+2020-11-22 19:04:47,617 - b177aa (stdout): ============ 2 failed, 682 passed, 2 skipped, 10 warnings in 1.70s =============
+2020-11-22 19:04:48,010 - b177aa (stdout): * ERROR: app-text/lizard-1.17.7::guru failed (test phase):
+2020-11-22 19:04:48,012 - b177aa (stdout): * Tests fail with python3.7
+2020-11-22 19:04:48,013 - b177aa (stdout): *
+2020-11-22 19:04:48,015 - b177aa (stdout): * Call stack:
+2020-11-22 19:04:48,018 - b177aa (stdout): * ebuild.sh, line 125: Called src_test
+2020-11-22 19:04:48,021 - b177aa (stdout): * environment, line 2902: Called distutils-r1_src_test
+2020-11-22 19:04:48,024 - b177aa (stdout): * environment, line 1212: Called _distutils-r1_run_foreach_impl 'python_test'
+2020-11-22 19:04:48,028 - b177aa (stdout): * environment, line 428: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:48,032 - b177aa (stdout): * environment, line 2511: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:48,035 - b177aa (stdout): * environment, line 1994: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:48,038 - b177aa (stdout): * environment, line 1992: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:48,042 - b177aa (stdout): * environment, line 785: Called distutils-r1_run_phase 'python_test'
+2020-11-22 19:04:48,045 - b177aa (stdout): * environment, line 1149: Called python_test
+2020-11-22 19:04:48,047 - b177aa (stdout): * environment, line 2862: Called die
+2020-11-22 19:04:48,048 - b177aa (stdout): * The specific snippet of code:
+2020-11-22 19:04:48,061 - b177aa (stdout): * pytest -vv || die "Tests fail with ${EPYTHON}"
+2020-11-22 19:04:48,062 - b177aa (stdout): *
+2020-11-22 19:04:48,063 - b177aa (stdout): * If you need support, post the output of `emerge --info '=app-text/lizard-1.17.7::guru'`,
+2020-11-22 19:04:48,064 - b177aa (stdout): * the complete build log and the output of `emerge -pqv '=app-text/lizard-1.17.7::guru'`.
+2020-11-22 19:04:48,065 - b177aa (stdout): * The complete build log is located at '/var/tmp/portage/app-text/lizard-1.17.7/temp/build.log'.
+2020-11-22 19:04:48,067 - b177aa (stdout): * The ebuild environment file is located at '/var/tmp/portage/app-text/lizard-1.17.7/temp/environment'.
+2020-11-22 19:04:48,068 - b177aa (stdout): * Working directory: '/var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7'
+2020-11-22 19:04:48,070 - b177aa (stdout): * S: '/var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7'
+2020-11-22 19:04:48,256 - b177aa (stdout):
+2020-11-22 19:04:48,256 - b177aa (stdout): >>> Failed to emerge app-text/lizard-1.17.7, Log file:
+2020-11-22 19:04:48,256 - b177aa (stdout):
+2020-11-22 19:04:48,256 - b177aa (stdout): >>> '/var/tmp/portage/app-text/lizard-1.17.7/temp/build.log'
+2020-11-22 19:04:48,257 - b177aa (stdout): * Messages for package app-text/lizard-1.17.7:
+2020-11-22 19:04:48,257 - b177aa (stdout): * ERROR: app-text/lizard-1.17.7::guru failed (test phase):
+2020-11-22 19:04:48,257 - b177aa (stdout): * Tests fail with python3.7
+2020-11-22 19:04:48,257 - b177aa (stdout): *
+2020-11-22 19:04:48,257 - b177aa (stdout): * Call stack:
+2020-11-22 19:04:48,257 - b177aa (stdout): * ebuild.sh, line 125: Called src_test
+2020-11-22 19:04:48,257 - b177aa (stdout): * environment, line 2902: Called distutils-r1_src_test
+2020-11-22 19:04:48,257 - b177aa (stdout): * environment, line 1212: Called _distutils-r1_run_foreach_impl 'python_test'
+2020-11-22 19:04:48,257 - b177aa (stdout): * environment, line 428: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:48,257 - b177aa (stdout): * environment, line 2511: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:48,257 - b177aa (stdout): * environment, line 1994: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:48,257 - b177aa (stdout): * environment, line 1992: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:48,257 - b177aa (stdout): * environment, line 785: Called distutils-r1_run_phase 'python_test'
+2020-11-22 19:04:48,257 - b177aa (stdout): * environment, line 1149: Called python_test
+2020-11-22 19:04:48,257 - b177aa (stdout): * environment, line 2862: Called die
+2020-11-22 19:04:48,258 - b177aa (stdout): * The specific snippet of code:
+2020-11-22 19:04:48,258 - b177aa (stdout): * pytest -vv || die "Tests fail with ${EPYTHON}"
+2020-11-22 19:04:48,258 - b177aa (stdout): *
+2020-11-22 19:04:48,258 - b177aa (stdout): * If you need support, post the output of `emerge --info '=app-text/lizard-1.17.7::guru'`,
+2020-11-22 19:04:48,258 - b177aa (stdout): * the complete build log and the output of `emerge -pqv '=app-text/lizard-1.17.7::guru'`.
+2020-11-22 19:04:48,258 - b177aa (stdout): * The complete build log is located at '/var/tmp/portage/app-text/lizard-1.17.7/temp/build.log'.
+2020-11-22 19:04:48,258 - b177aa (stdout): * The ebuild environment file is located at '/var/tmp/portage/app-text/lizard-1.17.7/temp/environment'.
+2020-11-22 19:04:48,258 - b177aa (stdout): * Working directory: '/var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7'
+2020-11-22 19:04:48,258 - b177aa (stdout): * S: '/var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7'
+2020-11-22 19:04:48,258 - b177aa (stdout):
+2020-11-22 19:04:48,258 - b177aa (stdout):
+2020-11-22 19:04:48,338 - running in container b177aa6396295c35336f4dfb816eec920492daef432af65bcedc8a372d7e949e
+2020-11-22 19:04:48,338 - command failed, updating configuration files
+2020-11-22 19:04:48,338 - b177aa etc-update --verbose --automode -5
+2020-11-22 19:04:48,566 - b177aa (stdout): CONFIG_PROTECT=/etc /usr/share/gnupg/qualified.txt
+2020-11-22 19:04:48,566 - b177aa (stdout): CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo
+2020-11-22 19:04:48,567 - b177aa (stdout): FEATURES=assume-digests binpkg-docompress binpkg-dostrip binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersync xattr
+2020-11-22 19:04:48,567 - b177aa (stdout): PORTAGE_CONFIGROOT=/
+2020-11-22 19:04:48,567 - b177aa (stdout): PORTAGE_INST_GID=0
+2020-11-22 19:04:48,567 - b177aa (stdout): PORTAGE_INST_UID=0
+2020-11-22 19:04:48,567 - b177aa (stdout): PORTAGE_TMPDIR=/var/tmp
+2020-11-22 19:04:48,567 - b177aa (stdout): EROOT=/
+2020-11-22 19:04:48,567 - b177aa (stdout): USERLAND=GNU
+2020-11-22 19:04:48,567 - b177aa (stdout): NOCOLOR=
+2020-11-22 19:04:48,567 - b177aa (stdout): clear_term=no
+2020-11-22 19:04:48,567 - b177aa (stdout): eu_automerge=yes
+2020-11-22 19:04:48,567 - b177aa (stdout): rm_opts=-i
+2020-11-22 19:04:48,567 - b177aa (stdout): mv_opts=
+2020-11-22 19:04:48,567 - b177aa (stdout): pager=cat
+2020-11-22 19:04:48,567 - b177aa (stdout): diff_command=diff -uN %file1 %file2
+2020-11-22 19:04:48,567 - b177aa (stdout): using_editor=0
+2020-11-22 19:04:48,567 - b177aa (stdout): merge_command=sdiff -s -o %merged %orig %new
+2020-11-22 19:04:48,567 - b177aa (stdout): mode=0
+2020-11-22 19:04:48,567 - b177aa (stdout): TMP=/var/tmp/etc-update-6262
+2020-11-22 19:04:48,567 - b177aa (stdout): SCAN_PATHS=/etc /usr/share/gnupg/qualified.txt
+2020-11-22 19:04:48,567 - b177aa (stdout): Scanning Configuration files...
+2020-11-22 19:04:48,572 - b177aa (stdout): Exiting: Nothing left to do; exiting. :)
+2020-11-22 19:04:48,612 - emerge attempt 5 (of 5)
+2020-11-22 19:04:48,613 - b177aa emerge --autounmask-write=y --verbose =app-text/lizard-1.17.7
+2020-11-22 19:04:48,892 - b177aa (stdout):
+2020-11-22 19:04:48,892 - b177aa (stdout): These are the packages that would be merged, in order:
+2020-11-22 19:04:48,892 - b177aa (stdout):
+2020-11-22 19:04:48,969 - b177aa (stdout): Calculating dependencies
+2020-11-22 19:04:48,969 - b177aa (stdout): * IMPORTANT: 7 news items need reading for repository 'gentoo'.
+2020-11-22 19:04:48,969 - b177aa (stdout): * Use eselect news read to view new items.
+2020-11-22 19:04:48,969 - b177aa (stdout):
+2020-11-22 19:04:49,442 - b177aa (stdout): ... done!
+2020-11-22 19:04:49,446 - b177aa (stdout): [ebuild N ] app-text/lizard-1.17.7::guru USE="test" PYTHON_TARGETS="python3_7 -python3_8 -python3_9" 0 KiB
+2020-11-22 19:04:49,446 - b177aa (stdout):
+2020-11-22 19:04:49,446 - b177aa (stdout): Total: 1 package (1 new), Size of downloads: 0 KiB
+2020-11-22 19:04:49,463 - b177aa (stdout):
+2020-11-22 19:04:49,463 - b177aa (stdout): >>> Verifying ebuild manifests
+2020-11-22 19:04:49,463 - b177aa (stdout):
+2020-11-22 19:04:49,467 - b177aa (stdout):
+2020-11-22 19:04:49,467 - b177aa (stdout): >>> Emerging (1 of 1) app-text/lizard-1.17.7::guru
+2020-11-22 19:04:49,488 - b177aa (stderr): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:49,553 - b177aa (stdout): * lizard-1.17.7.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
+2020-11-22 19:04:49,811 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:49,863 - b177aa (stdout): >>> Unpacking source...
+2020-11-22 19:04:49,864 - b177aa (stdout): >>> Unpacking lizard-1.17.7.tar.gz to /var/tmp/portage/app-text/lizard-1.17.7/work
+2020-11-22 19:04:49,939 - b177aa (stdout): >>> Source unpacked in /var/tmp/portage/app-text/lizard-1.17.7/work
+2020-11-22 19:04:50,057 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:50,109 - b177aa (stdout): >>> Preparing source in /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7 ...
+2020-11-22 19:04:50,114 - b177aa (stdout): >>> Source prepared.
+2020-11-22 19:04:50,233 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:50,288 - b177aa (stdout): >>> Configuring source in /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7 ...
+2020-11-22 19:04:50,291 - b177aa (stdout): >>> Source configured.
+2020-11-22 19:04:50,409 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:50,462 - b177aa (stdout): >>> Compiling source in /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7 ...
+2020-11-22 19:04:50,472 - b177aa (stdout): * python3_7: running distutils-r1_run_phase distutils-r1_python_compile
+2020-11-22 19:04:50,512 - b177aa (stdout): python3.7 setup.py build -j 8
+2020-11-22 19:04:50,640 - b177aa (stdout): running build
+2020-11-22 19:04:50,640 - b177aa (stdout): running build_py
+2020-11-22 19:04:50,654 - b177aa (stdout): copying lizard.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib
+2020-11-22 19:04:50,654 - b177aa (stdout): creating /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,655 - b177aa (stdout): copying lizard_ext/__init__.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,655 - b177aa (stdout): copying lizard_ext/auto_open.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,655 - b177aa (stdout): copying lizard_ext/csvoutput.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,655 - b177aa (stdout): copying lizard_ext/default_ordered_dict.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,655 - b177aa (stdout): copying lizard_ext/extension_base.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,655 - b177aa (stdout): copying lizard_ext/htmloutput.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,655 - b177aa (stdout): copying lizard_ext/keywords.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,656 - b177aa (stdout): copying lizard_ext/lizardboolcount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,656 - b177aa (stdout): copying lizard_ext/lizardcomplextags.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,656 - b177aa (stdout): copying lizard_ext/lizardcpre.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,656 - b177aa (stdout): copying lizard_ext/lizarddependencycount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,656 - b177aa (stdout): copying lizard_ext/lizarddumpcomments.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,656 - b177aa (stdout): copying lizard_ext/lizardduplicate.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,657 - b177aa (stdout): copying lizard_ext/lizardduplicated_param_list.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,657 - b177aa (stdout): copying lizard_ext/lizardexitcount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,657 - b177aa (stdout): copying lizard_ext/lizardgotocount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,657 - b177aa (stdout): copying lizard_ext/lizardignoreassert.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,657 - b177aa (stdout): copying lizard_ext/lizardio.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,657 - b177aa (stdout): copying lizard_ext/lizardmccabe.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,657 - b177aa (stdout): copying lizard_ext/lizardmodified.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,657 - b177aa (stdout): copying lizard_ext/lizardnd.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,657 - b177aa (stdout): copying lizard_ext/lizardnonstrict.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,657 - b177aa (stdout): copying lizard_ext/lizardns.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,657 - b177aa (stdout): copying lizard_ext/lizardoutside.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,658 - b177aa (stdout): copying lizard_ext/lizardstatementcount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,658 - b177aa (stdout): copying lizard_ext/lizardwordcount.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,658 - b177aa (stdout): copying lizard_ext/version.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,658 - b177aa (stdout): copying lizard_ext/xmloutput.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_ext
+2020-11-22 19:04:50,658 - b177aa (stdout): creating /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:50,659 - b177aa (stdout): copying lizard_languages/__init__.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:50,659 - b177aa (stdout): copying lizard_languages/clike.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:50,659 - b177aa (stdout): copying lizard_languages/code_reader.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:50,659 - b177aa (stdout): copying lizard_languages/csharp.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:50,659 - b177aa (stdout): copying lizard_languages/gdscript.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:50,659 - b177aa (stdout): copying lizard_languages/go.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:50,659 - b177aa (stdout): copying lizard_languages/golike.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:50,659 - b177aa (stdout): copying lizard_languages/java.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:50,660 - b177aa (stdout): copying lizard_languages/javascript.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:50,660 - b177aa (stdout): copying lizard_languages/js_style_language_states.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:50,660 - b177aa (stdout): copying lizard_languages/js_style_regex_expression.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:50,660 - b177aa (stdout): copying lizard_languages/lua.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:50,660 - b177aa (stdout): copying lizard_languages/objc.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:50,660 - b177aa (stdout): copying lizard_languages/php.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:50,660 - b177aa (stdout): copying lizard_languages/python.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:50,661 - b177aa (stdout): copying lizard_languages/ruby.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:50,661 - b177aa (stdout): copying lizard_languages/rubylike.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:50,661 - b177aa (stdout): copying lizard_languages/rust.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:50,661 - b177aa (stdout): copying lizard_languages/scala.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:50,661 - b177aa (stdout): copying lizard_languages/script_language.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:50,661 - b177aa (stdout): copying lizard_languages/swift.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:50,661 - b177aa (stdout): copying lizard_languages/tnsdl.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:50,661 - b177aa (stdout): copying lizard_languages/ttcn.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:50,661 - b177aa (stdout): copying lizard_languages/typescript.py -> /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7-python3_7/lib/lizard_languages
+2020-11-22 19:04:50,662 - b177aa (stdout): warning: build_py: byte-compiling is disabled, skipping.
+2020-11-22 19:04:50,662 - b177aa (stdout):
+2020-11-22 19:04:50,677 - b177aa (stdout): >>> Source compiled.
+2020-11-22 19:04:50,796 - b177aa (stdout): Unable to configure loopback interface: Operation not permitted
+2020-11-22 19:04:50,849 - b177aa (stdout): >>> Test phase: app-text/lizard-1.17.7
+2020-11-22 19:04:50,860 - b177aa (stdout): * python3_7: running distutils-r1_run_phase python_test
+2020-11-22 19:04:51,089 - b177aa (stdout): ============================= test session starts ==============================
+2020-11-22 19:04:51,090 - b177aa (stdout): platform linux -- Python 3.7.8, pytest-6.1.2, py-1.9.0, pluggy-0.13.1 -- /usr/bin/python3.7
+2020-11-22 19:04:51,090 - b177aa (stdout): cachedir: .pytest_cache
+2020-11-22 19:04:51,090 - b177aa (stdout): rootdir: /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7, configfile: setup.cfg
+2020-11-22 19:04:51,533 - b177aa (stdout): collecting ... collected 686 items
+2020-11-22 19:04:51,533 - b177aa (stdout):
+2020-11-22 19:04:51,536 - b177aa (stdout): test/testApplication.py::TestApplication::testEmptyResult PASSED [ 0%]
+2020-11-22 19:04:51,540 - b177aa (stdout): test/testApplication.py::TestApplication::testFilesWithFunction PASSED [ 0%]
+2020-11-22 19:04:51,546 - b177aa (stdout): test/testApplication.py::IntegrationTests::test_exit_code PASSED [ 0%]
+2020-11-22 19:04:51,553 - b177aa (stdout): test/testApplication.py::IntegrationTests::test_exit_code_ignore_warnings PASSED [ 0%]
+2020-11-22 19:04:51,557 - b177aa (stdout): test/testApplication.py::IntegrationTests::test_using_modified_ccn PASSED [ 0%]
+2020-11-22 19:04:51,561 - b177aa (stdout): test/testApplication.py::IntegrationTests::test_using_the_WordCount_plugin PASSED [ 0%]
+2020-11-22 19:04:51,565 - b177aa (stdout): test/testApplication.py::IntegrationTests::test_with_preprocessor_counted_in_CCN PASSED [ 1%]
+2020-11-22 19:04:51,566 - b177aa (stdout): test/testAssertionExtension.py::TestAssertionExtension::test_assert_with_ternary_operator PASSED [ 1%]
+2020-11-22 19:04:51,567 - b177aa (stdout): test/testAssertionExtension.py::TestAssertionExtension::test_exclusion_of_assert PASSED [ 1%]
+2020-11-22 19:04:51,568 - b177aa (stdout): test/testAssertionExtension.py::TestAssertionExtension::test_exclusion_of_static_assert PASSED [ 1%]
+2020-11-22 19:04:51,570 - b177aa (stdout): test/testAssertionExtension.py::TestAssertionExtension::test_ignore_all_code_in_assert PASSED [ 1%]
+2020-11-22 19:04:51,571 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_include_is_counted_as_2 PASSED [ 1%]
+2020-11-22 19:04:51,573 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_include_with_lg_and_gg_is_counted_as_2 PASSED [ 1%]
+2020-11-22 19:04:51,574 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_non_function_tokens_are_counted PASSED [ 2%]
+2020-11-22 19:04:51,575 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_one_function_with_comments_only PASSED [ 2%]
+2020-11-22 19:04:51,576 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_one_function_with_content PASSED [ 2%]
+2020-11-22 19:04:51,578 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_one_function_with_no_token PASSED [ 2%]
+2020-11-22 19:04:51,579 - b177aa (stdout): test/testBasicFunctionInfo.py::Test_Token_Count::test_one_function_with_one_token PASSED [ 2%]
+2020-11-22 19:04:51,581 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_last_line_without_return_should_be_counted_in_fileinfo PASSED [ 2%]
+2020-11-22 19:04:51,582 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_nloc PASSED [ 2%]
+2020-11-22 19:04:51,583 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_nloc2 PASSED [ 3%]
+2020-11-22 19:04:51,584 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_nloc_of_empty_function PASSED [ 3%]
+2020-11-22 19:04:51,586 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_nloc_with_comment_between_new_lines PASSED [ 3%]
+2020-11-22 19:04:51,587 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_nloc_with_new_line_in_comment PASSED [ 3%]
+2020-11-22 19:04:51,588 - b177aa (stdout): test/testBasicFunctionInfo.py::TestNLOC::test_one_function_with_content PASSED [ 3%]
+2020-11-22 19:04:51,590 - b177aa (stdout): test/testBasicFunctionInfo.py::TestLOC::test_having_empty_line PASSED [ 3%]
+2020-11-22 19:04:51,591 - b177aa (stdout): test/testBasicFunctionInfo.py::TestLOC::test_having_empty_line_that_has_spaces PASSED [ 3%]
+2020-11-22 19:04:51,592 - b177aa (stdout): test/testBasicFunctionInfo.py::TestLOC::test_having_multiple_line_comments PASSED [ 4%]
+2020-11-22 19:04:51,594 - b177aa (stdout): test/testBasicFunctionInfo.py::TestLOC::test_newline_in_macro PASSED [ 4%]
+2020-11-22 19:04:51,595 - b177aa (stdout): test/testBasicFunctionInfo.py::TestFileNLOC::test_comment_should_not_count PASSED [ 4%]
+2020-11-22 19:04:51,596 - b177aa (stdout): test/testBasicFunctionInfo.py::TestFileNLOC::test_empty_file_should_has_0_nloc PASSED [ 4%]
+2020-11-22 19:04:51,597 - b177aa (stdout): test/testBasicFunctionInfo.py::TestFileNLOC::test_one_line_file_should_has_1_nloc PASSED [ 4%]
+2020-11-22 19:04:51,598 - b177aa (stdout): test/testBasicFunctionInfo.py::TestFileNLOC::test_one_line_file_with_newline_at_the_end_should_has_1_nloc PASSED [ 4%]
+2020-11-22 19:04:51,600 - b177aa (stdout): test/testBasicFunctionInfo.py::TestFileNLOC::test_two_one_line_file_should_has_2_nloc PASSED [ 4%]
+2020-11-22 19:04:51,601 - b177aa (stdout): test/testCOutsideComplexity.py::Test_complexity_in_c_marco::test_complexity_outside_should_be_counted PASSED [ 5%]
+2020-11-22 19:04:51,602 - b177aa (stdout): test/testCOutsideComplexity.py::Test_complexity_in_c_marco::test_complexity_outside_should_be_counted_when_there_is_function PASSED [ 5%]
+2020-11-22 19:04:51,604 - b177aa (stdout): test/testCOutsideComplexity.py::Test_complexity_in_c_marco::test_no_complexity_outside_function_global_cc_should_be_one PASSED [ 5%]
+2020-11-22 19:04:51,605 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_be_after_line_counter PASSED [ 5%]
+2020-11-22 19:04:51,606 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_handle_multiple_elifs PASSED [ 5%]
+2020-11-22 19:04:51,607 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_handle_nested_ifs PASSED [ 5%]
+2020-11-22 19:04:51,608 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_ignore_tokens_in_else PASSED [ 5%]
+2020-11-22 19:04:51,610 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_remove_preprocessor_tokens PASSED [ 6%]
+2020-11-22 19:04:51,611 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_repeat_tokens PASSED [ 6%]
+2020-11-22 19:04:51,612 - b177aa (stdout): test/testCPreprocessorExtension.py::TestCPreprocessor::test_should_work_only_for_clike_reader PASSED [ 6%]
+2020-11-22 19:04:51,613 - b177aa (stdout): test/testCPreprocessorExtension.py::Test_end_2_end::test_extension_in_user PASSED [ 6%]
+2020-11-22 19:04:51,615 - b177aa (stdout): test/testCPreprocessorExtension.py::Test_end_2_end::test_line_counting PASSED [ 6%]
+2020-11-22 19:04:51,616 - b177aa (stdout): test/testCommentOptions.py::TestCommentOptions::test_function_after_comment_option_should_not_be_forgiven PASSED [ 6%]
+2020-11-22 19:04:51,618 - b177aa (stdout): test/testCommentOptions.py::TestCommentOptions::test_function_with_comment_option_before_it_should_be_forgiven PASSED [ 6%]
+2020-11-22 19:04:51,619 - b177aa (stdout): test/testCommentOptions.py::TestCommentOptions::test_function_with_comment_option_should_be_forgiven PASSED [ 7%]
+2020-11-22 19:04:51,621 - b177aa (stdout): test/testCommentOptions.py::TestCommentOptions::test_generated_code_should_be_ignored PASSED [ 7%]
+2020-11-22 19:04:51,622 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[no condition-int fun() {}-ccn0] PASSED [ 7%]
+2020-11-22 19:04:51,624 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[one condition-int fun(){if(a){xx;}}-ccn1] PASSED [ 7%]
+2020-11-22 19:04:51,626 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[ternary operator-int fun(){return (a)?b:c;}-ccn2] PASSED [ 7%]
+2020-11-22 19:04:51,627 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[forever_loop-int fun(){for(;;){dosomething();}}-ccn3] PASSED [ 7%]
+2020-11-22 19:04:51,629 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[and operator-int fun(){if(a&&b){xx;}}-ccn4] PASSED [ 8%]
+2020-11-22 19:04:51,631 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[if-else-if-int fun(){if(a)b;else if (c) d;}-ccn5] PASSED [ 8%]
+2020-11-22 19:04:51,632 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[macro if-elif-int main(){\n #ifdef A\n #elif (defined E)\n #endif\n }-ccn6] PASSED [ 8%]
+2020-11-22 19:04:51,634 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[r-value reference in parameter-int make(Args&&... args){}-ccn7] PASSED [ 8%]
+2020-11-22 19:04:51,636 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[r-value reference in body-int f() {Args&& a=b;}-ccn8] PASSED [ 8%]
+2020-11-22 19:04:51,637 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[non r-value reference in body-int f() {a && b==c;}-ccn9] PASSED [ 8%]
+2020-11-22 19:04:51,639 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[typedef with r-value reference-int f() {typedef int&& rref;}-ccn10] PASSED [ 8%]
+2020-11-22 19:04:51,641 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[brace-less control structures-void c() {\n if (a > -1 && b>= 0 )\n if(a != 0)\n a = b;\n }-ccn11] PASSED [ 9%]
+2020-11-22 19:04:51,643 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[function ref qualifier-struct A { void foo() && { return bar() && baz(); } };-ccn12] PASSED [ 9%]
+2020-11-22 19:04:51,645 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[function const ref qualifier-struct A { void foo() const && { return bar() && baz(); } };-ccn13] PASSED [ 9%]
+2020-11-22 19:04:51,647 - b177aa (stdout): test/testCyclomaticComplexity.py::test_cpp_ccn[two functions-x c() {\n if (a && b) {}\n }\n x a() {\n inputs = c;\n }-ccn14] PASSED [ 9%]
+2020-11-22 19:04:51,648 - b177aa (stdout): test/testExtension.py::Test_mounting_extensions::test_should_append_extension_at_the_end_by_default PASSED [ 9%]
+2020-11-22 19:04:51,650 - b177aa (stdout): test/testExtension.py::Test_mounting_extensions::test_should_insert_extension_at_the_index_when_specified PASSED [ 9%]
+2020-11-22 19:04:51,651 - b177aa (stdout): test/testExtension.py::Test_using_extensions::test_should_generate_property_for_file_info PASSED [ 9%]
+2020-11-22 19:04:51,653 - b177aa (stdout): test/testExtension.py::Test_using_multiple_base_extensions::test_all_extension_simultaneously PASSED [ 10%]
+2020-11-22 19:04:51,656 - b177aa (stdout): test/testExtension.py::Test_using_multiple_base_extensions::test_reduce_func_in_lizardio PASSED [ 10%]
+2020-11-22 19:04:51,658 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_assigned_languages PASSED [ 10%]
+2020-11-22 19:04:51,661 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_duplicates PASSED [ 10%]
+2020-11-22 19:04:51,663 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_exclude_file_name PASSED [ 10%]
+2020-11-22 19:04:51,665 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_exclude_folder PASSED [ 10%]
+2020-11-22 19:04:51,666 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_exclude_folder_recursively PASSED [ 10%]
+2020-11-22 19:04:51,669 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_exclude_none_supported_files PASSED [ 11%]
+2020-11-22 19:04:51,670 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_explicit_file_names PASSED [ 11%]
+2020-11-22 19:04:51,672 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_fail_to_open_file_should_be_allowed PASSED [ 11%]
+2020-11-22 19:04:51,673 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_no_matching PASSED [ 11%]
+2020-11-22 19:04:51,676 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_nonduplicates PASSED [ 11%]
+2020-11-22 19:04:51,678 - b177aa (stdout): test/testFilesFilter.py::TestFilesFilter::test_specific_filenames_should_not_be_excluded PASSED [ 11%]
+2020-11-22 19:04:51,679 - b177aa (stdout): test/testFunctionDependencyCount.py::TestFunctionDependencyCount::test_import_dependency PASSED [ 11%]
+2020-11-22 19:04:51,681 - b177aa (stdout): test/testFunctionDependencyCount.py::TestFunctionDependencyCount::test_no_return PASSED [ 12%]
+2020-11-22 19:04:51,684 - b177aa (stdout): test/testFunctionDependencyCount.py::TestFunctionDependencyCount::test_python_import_as PASSED [ 12%]
+2020-11-22 19:04:51,685 - b177aa (stdout): test/testFunctionExitCount.py::TestFunctionExitCount::test_no_return_should_count_as_1 PASSED [ 12%]
+2020-11-22 19:04:51,686 - b177aa (stdout): test/testFunctionExitCount.py::TestFunctionExitCount::test_one_return_should_count_as_1 PASSED [ 12%]
+2020-11-22 19:04:51,688 - b177aa (stdout): test/testFunctionExitCount.py::TestFunctionExitCount::test_three_returns_should_count_as_3 PASSED [ 12%]
+2020-11-22 19:04:51,689 - b177aa (stdout): test/testFunctionExitCount.py::TestFunctionExitCount::test_two_returns_should_count_as_2 PASSED [ 12%]
+2020-11-22 19:04:51,690 - b177aa (stdout): test/testFunctionGotoCount.py::TestFunctionGotoCount::test_empty_function_should_count_as_0 PASSED [ 12%]
+2020-11-22 19:04:51,692 - b177aa (stdout): test/testFunctionGotoCount.py::TestFunctionGotoCount::test_function_name_contains_goto_count_as_0 PASSED [ 13%]
+2020-11-22 19:04:51,693 - b177aa (stdout): test/testFunctionGotoCount.py::TestFunctionGotoCount::test_function_with_goto_count_as_1 PASSED [ 13%]
+2020-11-22 19:04:51,694 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_empty_function_should_count_as_0 PASSED [ 13%]
+2020-11-22 19:04:51,696 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_function_with_for_count_as_7 PASSED [ 13%]
+2020-11-22 19:04:51,697 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_function_with_if_else_count_as_5 PASSED [ 13%]
+2020-11-22 19:04:51,698 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_function_with_return_count_as_1 PASSED [ 13%]
+2020-11-22 19:04:51,700 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_function_with_while_count_as_10 PASSED [ 13%]
+2020-11-22 19:04:51,701 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_function_with_while_count_as_6 PASSED [ 14%]
+2020-11-22 19:04:51,704 - b177aa (stdout): test/testFunctionStatementCount.py::TestFunctionStatementCount::test_unsupported_language PASSED [ 14%]
+2020-11-22 19:04:51,705 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_GDScript PASSED [ 14%]
+2020-11-22 19:04:51,706 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_JavaScript PASSED [ 14%]
+2020-11-22 19:04:51,707 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_c_cpp PASSED [ 14%]
+2020-11-22 19:04:51,708 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_java PASSED [ 14%]
+2020-11-22 19:04:51,709 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_not_case_sensitive PASSED [ 15%]
+2020-11-22 19:04:51,710 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_objectiveC PASSED [ 15%]
+2020-11-22 19:04:51,711 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_scala PASSED [ 15%]
+2020-11-22 19:04:51,713 - b177aa (stdout): test/testLanguages.py::TestLanguageChooser::test_unknown_extension PASSED [ 15%]
+2020-11-22 19:04:51,714 - b177aa (stdout): test/testMcCabe.py::TestFunctionExitCount::test_fall_through PASSED [ 15%]
+2020-11-22 19:04:51,716 - b177aa (stdout): test/testMcCabe.py::TestFunctionExitCount::test_more PASSED [ 15%]
+2020-11-22 19:04:51,717 - b177aa (stdout): test/testMcCabe.py::TestFunctionExitCount::test_normal_case PASSED [ 15%]
+2020-11-22 19:04:51,719 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_and_condition_in_if_structure PASSED [ 16%]
+2020-11-22 19:04:51,720 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_consecutive_for_if_structures PASSED [ 16%]
+2020-11-22 19:04:51,722 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_consecutive_if_structures PASSED [ 16%]
+2020-11-22 19:04:51,724 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_consecutive_if_structures_with_return PASSED [ 16%]
+2020-11-22 19:04:51,725 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_nested_for_try_structures PASSED [ 16%]
+2020-11-22 19:04:51,727 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_nested_if_and_for PASSED [ 16%]
+2020-11-22 19:04:51,728 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_nested_if_else_structures PASSED [ 16%]
+2020-11-22 19:04:51,730 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_braceless_nested_if_try_structures PASSED [ 17%]
+2020-11-22 19:04:51,731 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_do PASSED [ 17%]
+2020-11-22 19:04:51,733 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_else_if PASSED [ 17%]
+2020-11-22 19:04:51,734 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_equal_metric_structures PASSED [ 17%]
+2020-11-22 19:04:51,736 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_forever_loop PASSED [ 17%]
+2020-11-22 19:04:51,737 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_gotcha_if_else PASSED [ 17%]
+2020-11-22 19:04:51,739 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_if_structure PASSED [ 17%]
+2020-11-22 19:04:51,740 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_nested_if_structures PASSED [ 18%]
+2020-11-22 19:04:51,741 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_nested_if_structures_in_2_functions PASSED [ 18%]
+2020-11-22 19:04:51,743 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_nested_loop_mixed_brackets PASSED [ 18%]
+2020-11-22 19:04:51,744 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_no_structures PASSED [ 18%]
+2020-11-22 19:04:51,746 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_non_block_if PASSED [ 18%]
+2020-11-22 19:04:51,748 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_non_r_value_ref_in_body PASSED [ 18%]
+2020-11-22 19:04:51,749 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_non_structure_braces PASSED [ 18%]
+2020-11-22 19:04:51,751 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_scope PASSED [ 19%]
+2020-11-22 19:04:51,752 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_struct_inside_declaration SKIPPED [ 19%]
+2020-11-22 19:04:51,753 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_struct_inside_definition SKIPPED [ 19%]
+2020-11-22 19:04:51,755 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_switch_case PASSED [ 19%]
+2020-11-22 19:04:51,756 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_terminator_in_parentheses PASSED [ 19%]
+2020-11-22 19:04:51,757 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_ternary_operator PASSED [ 19%]
+2020-11-22 19:04:51,759 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_try_catch PASSED [ 19%]
+2020-11-22 19:04:51,761 - b177aa (stdout): test/testNestedStructures.py::TestCppNestedStructures::test_while PASSED [ 20%]
+2020-11-22 19:04:51,763 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_ignoring_explicit_forever_loop PASSED [ 20%]
+2020-11-22 19:04:51,764 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_addl_statement_in_if PASSED [ 20%]
+2020-11-22 19:04:51,765 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_and PASSED [ 20%]
+2020-11-22 19:04:51,767 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_else PASSED [ 20%]
+2020-11-22 19:04:51,768 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_else_and_curly_bracket PASSED [ 20%]
+2020-11-22 19:04:51,770 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_else_if PASSED [ 20%]
+2020-11-22 19:04:51,771 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_forever_loop PASSED [ 21%]
+2020-11-22 19:04:51,773 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_nested_loop_statement_minus_curly_brackets PASSED [ 21%]
+2020-11-22 19:04:51,774 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_nested_loop_statement_mixed_curly_brackets PASSED [ 21%]
+2020-11-22 19:04:51,776 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_nested_loop_statement_plus_curly_brackets PASSED [ 21%]
+2020-11-22 19:04:51,778 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_non_r_value_ref_in_body PASSED [ 21%]
+2020-11-22 19:04:51,779 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_nd_with_question_mark PASSED [ 21%]
+2020-11-22 19:04:51,780 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_with_no_nd_condition PASSED [ 22%]
+2020-11-22 19:04:51,781 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_with_one_nd_condition PASSED [ 22%]
+2020-11-22 19:04:51,783 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_one_function_with_one_nd_condition_no_curly_bracket PASSED [ 22%]
+2020-11-22 19:04:51,785 - b177aa (stdout): test/testNestingDepth.py::TestCppNestingDepth::test_two_function_nd_with_non_r_value_ref_in_body PASSED [ 22%]
+2020-11-22 19:04:51,786 - b177aa (stdout): test/testOutput.py::TestFunctionOutput::test_function_info_header_should_have_a_box PASSED [ 22%]
+2020-11-22 19:04:51,787 - b177aa (stdout): test/testOutput.py::TestFunctionOutput::test_function_info_header_should_have_the_captions PASSED [ 22%]
+2020-11-22 19:04:51,788 - b177aa (stdout): test/testOutput.py::TestFunctionOutput::test_function_info_header_should_have_the_captions_of_external_extensions PASSED [ 22%]
+2020-11-22 19:04:51,789 - b177aa (stdout): test/testOutput.py::TestFunctionOutput::test_print_fileinfo PASSED [ 23%]
+2020-11-22 19:04:51,791 - b177aa (stdout): test/testOutput.py::TestWarningOutput::test_no_news_is_good_news PASSED [ 23%]
+2020-11-22 19:04:51,793 - b177aa (stdout): test/testOutput.py::TestWarningOutput::test_should_have_header_when_warning_only_is_off PASSED [ 23%]
+2020-11-22 19:04:51,796 - b177aa (stdout): test/testOutput.py::TestWarningOutput::test_should_use_clang_format_for_warning PASSED [ 23%]
+2020-11-22 19:04:51,798 - b177aa (stdout): test/testOutput.py::TestWarningOutput::test_sort_warning PASSED [ 23%]
+2020-11-22 19:04:51,801 - b177aa (stdout): test/testOutput.py::TestWarningOutput::test_sort_warning_with_generator PASSED [ 23%]
+2020-11-22 19:04:51,802 - b177aa (stdout): test/testOutput.py::TestFileInformationOutput::test_print_and_save_detail_information PASSED [ 23%]
+2020-11-22 19:04:51,804 - b177aa (stdout): test/testOutput.py::TestFileInformationOutput::test_print_and_save_detail_information_with_ext PASSED [ 24%]
+2020-11-22 19:04:51,805 - b177aa (stdout): test/testOutput.py::TestFileInformationOutput::test_print_file_summary_only_once PASSED [ 24%]
+2020-11-22 19:04:51,807 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_exit_with_non_zero_when_more_warning_than_ignored_number PASSED [ 24%]
+2020-11-22 19:04:51,809 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_null_result PASSED [ 24%]
+2020-11-22 19:04:51,811 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_print_extension_results PASSED [ 24%]
+2020-11-22 19:04:51,812 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_print_result PASSED [ 24%]
+2020-11-22 19:04:51,814 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_should_not_print_extension_results_when_not_implemented PASSED [ 24%]
+2020-11-22 19:04:51,817 - b177aa (stdout): test/testOutput.py::TestAllOutput::test_whitelist PASSED [ 25%]
+2020-11-22 19:04:51,818 - b177aa (stdout): test/testOutput.py::TestXMLOutput::test_xml_output PASSED [ 25%]
+2020-11-22 19:04:51,820 - b177aa (stdout): test/testOutput.py::TestXMLOutput::test_xml_output_on_empty_folder PASSED [ 25%]
+2020-11-22 19:04:51,821 - b177aa (stdout): test/testOutput.py::TestXMLOutput::test_xml_stylesheet PASSED [ 25%]
+2020-11-22 19:04:51,823 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_header PASSED [ 25%]
+2020-11-22 19:04:51,826 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_header_with_extension PASSED [ 25%]
+2020-11-22 19:04:51,828 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_no_header PASSED [ 25%]
+2020-11-22 19:04:51,830 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_no_header_with_extension PASSED [ 26%]
+2020-11-22 19:04:51,832 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_print_extension PASSED [ 26%]
+2020-11-22 19:04:51,834 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_print_fileinfo PASSED [ 26%]
+2020-11-22 19:04:51,836 - b177aa (stdout): test/testOutputFile.py::TestFileOutputArgParsing::test_long PASSED [ 26%]
+2020-11-22 19:04:51,838 - b177aa (stdout): test/testOutputFile.py::TestFileOutputArgParsing::test_override PASSED [ 26%]
+2020-11-22 19:04:51,840 - b177aa (stdout): test/testOutputFile.py::TestFileOutputArgParsing::test_short PASSED [ 26%]
+2020-11-22 19:04:51,842 - b177aa (stdout): test/testOutputFile.py::TestFileOutputArgParsing::test_standalone PASSED [ 26%]
+2020-11-22 19:04:51,845 - b177aa (stdout): test/testOutputFile.py::TestFileOutputIntegration::test_csv PASSED [ 27%]
+2020-11-22 19:04:51,848 - b177aa (stdout): test/testOutputFile.py::TestFileOutputIntegration::test_default PASSED [ 27%]
+2020-11-22 19:04:51,886 - b177aa (stdout): test/testOutputFile.py::TestFileOutputIntegration::test_html FAILED [ 27%]
+2020-11-22 19:04:51,889 - b177aa (stdout): test/testOutputFile.py::TestFileOutputIntegration::test_xml PASSED [ 27%]
+2020-11-22 19:04:51,894 - b177aa (stdout): test/testOutputHTML.py::TestHTMLOutput::test_should_have_html_body FAILED [ 27%]
+2020-11-22 19:04:51,896 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_digits PASSED [ 27%]
+2020-11-22 19:04:51,897 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_empty_string PASSED [ 27%]
+2020-11-22 19:04:51,898 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_line_number PASSED [ 28%]
+2020-11-22 19:04:51,899 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_line_number2 PASSED [ 28%]
+2020-11-22 19:04:51,900 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_more PASSED [ 28%]
+2020-11-22 19:04:51,902 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_operators PASSED [ 28%]
+2020-11-22 19:04:51,903 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_spaces PASSED [ 28%]
+2020-11-22 19:04:51,904 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_string PASSED [ 28%]
+2020-11-22 19:04:51,905 - b177aa (stdout): test/testTokenizer.py::Test_generate_token::test_with_multiple_line_string PASSED [ 29%]
+2020-11-22 19:04:51,906 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_block_comment_in_define PASSED [ 29%]
+2020-11-22 19:04:51,907 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_define PASSED [ 29%]
+2020-11-22 19:04:51,909 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_define2 PASSED [ 29%]
+2020-11-22 19:04:51,910 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_half_comment_following PASSED [ 29%]
+2020-11-22 19:04:51,911 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_if PASSED [ 29%]
+2020-11-22 19:04:51,912 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_ifdef PASSED [ 29%]
+2020-11-22 19:04:51,913 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_include PASSED [ 30%]
+2020-11-22 19:04:51,914 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_macros::test_with_line_continuer_define PASSED [ 30%]
+2020-11-22 19:04:51,915 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_c_style_comment PASSED [ 30%]
+2020-11-22 19:04:51,917 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_commentedComment PASSED [ 30%]
+2020-11-22 19:04:51,918 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_cpp_style_comment PASSED [ 30%]
+2020-11-22 19:04:51,919 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_cpp_style_comment_with_multiple_lines PASSED [ 30%]
+2020-11-22 19:04:51,920 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_with_c_comments PASSED [ 30%]
+2020-11-22 19:04:51,921 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_with_c_comments_with_backslash_in_it PASSED [ 31%]
+2020-11-22 19:04:51,923 - b177aa (stdout): test/testTokenizer.py::Test_generate_token_for_comments::test_with_cpp_comments PASSED [ 31%]
+2020-11-22 19:04:51,924 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_MoreFiles PASSED [ 31%]
+2020-11-22 19:04:51,947 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_MoreFilesMultipleThread PASSED [ 31%]
+2020-11-22 19:04:51,948 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_NoFiles PASSED [ 31%]
+2020-11-22 19:04:51,954 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_NoFilesMultipleThread PASSED [ 31%]
+2020-11-22 19:04:51,955 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_OneFile PASSED [ 31%]
+2020-11-22 19:04:51,961 - b177aa (stdout): test/test_analyzer.py::Test_analyze_files::test_OneFileMultipleThread PASSED [ 32%]
+2020-11-22 19:04:51,963 - b177aa (stdout): test/test_analyzer.py::Test_FileAnalyzer::test_analyze_c_file PASSED [ 32%]
+2020-11-22 19:04:51,970 - b177aa (stdout): test/test_analyzer.py::Test_FileAnalyzer::test_analyze_c_file_with_multiple_thread PASSED [ 32%]
+2020-11-22 19:04:51,972 - b177aa (stdout): test/test_analyzer.py::Test_FileAnalyzer::test_fileInformation PASSED [ 32%]
+2020-11-22 19:04:51,974 - b177aa (stdout): test/test_analyzer.py::Test_FileAnalyzer::test_should_report_when_having_other_problem_and_continue PASSED [ 32%]
+2020-11-22 19:04:51,975 - b177aa (stdout): test/test_analyzer.py::Test_Picklability::test_FileInfo_ShouldBePicklable PASSED [ 32%]
+2020-11-22 19:04:51,977 - b177aa (stdout): test/test_analyzer.py::Test_Picklability::test_FunctionInfo_ShouldBePicklable PASSED [ 32%]
+2020-11-22 19:04:51,978 - b177aa (stdout): test/test_analyzer.py::TestWarningFilter::test_should_filter_the_warnings PASSED [ 33%]
+2020-11-22 19:04:51,979 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_filter_function_in_the_right_file_when_specified PASSED [ 33%]
+2020-11-22 19:04:51,980 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_filter_multiple_functions_defined_on_one_line PASSED [ 33%]
+2020-11-22 19:04:51,981 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_filter_multiple_lines_of_whitelist PASSED [ 33%]
+2020-11-22 19:04:51,982 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_filter_out_the_whitelist PASSED [ 33%]
+2020-11-22 19:04:51,984 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_ignore_comments_in_whitelist PASSED [ 33%]
+2020-11-22 19:04:51,985 - b177aa (stdout): test/test_analyzer.py::TestWarningFilterWithWhitelist::test_should_work_with_class_member PASSED [ 33%]
+2020-11-22 19:04:51,987 - b177aa (stdout): test/test_auto_open.py::TestAutoOpen::test_ascii PASSED [ 34%]
+2020-11-22 19:04:51,988 - b177aa (stdout): test/test_auto_open.py::TestAutoOpen::test_utf_8 PASSED [ 34%]
+2020-11-22 19:04:51,990 - b177aa (stdout): test/test_auto_open.py::TestAutoOpen::test_utf_8_with_bom PASSED [ 34%]
+2020-11-22 19:04:51,991 - b177aa (stdout): test/test_auto_open.py::TestAutoOpen::test_utf_8_with_unexpected_bom PASSED [ 34%]
+2020-11-22 19:04:51,993 - b177aa (stdout): test/test_auto_open.py::TestAutoRead::test_at PASSED [ 34%]
+2020-11-22 19:04:51,995 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_arguments PASSED [ 34%]
+2020-11-22 19:04:51,997 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_ccn PASSED [ 34%]
+2020-11-22 19:04:51,999 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_default_sorting PASSED [ 35%]
+2020-11-22 19:04:52,001 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_length PASSED [ 35%]
+2020-11-22 19:04:52,003 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_more_threshold PASSED [ 35%]
+2020-11-22 19:04:52,005 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_should_use_current_folder_as_default_path PASSED [ 35%]
+2020-11-22 19:04:52,007 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_sorting_factor PASSED [ 35%]
+2020-11-22 19:04:52,010 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_sorting_factor_does_not_exist PASSED [ 35%]
+2020-11-22 19:04:52,013 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_sorting_factor_does_not_exist1 PASSED [ 36%]
+2020-11-22 19:04:52,016 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_sorting_factor_does_not_exist_error_message PASSED [ 36%]
+2020-11-22 19:04:52,019 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_sorting_factor_does_not_exist_error_message_with_ext PASSED [ 36%]
+2020-11-22 19:04:52,021 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_threshold PASSED [ 36%]
+2020-11-22 19:04:52,024 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_unknown_argument_exit PASSED [ 36%]
+2020-11-22 19:04:52,026 - b177aa (stdout): test/test_options.py::TestOptionParsing::test_will_include_ext_args PASSED [ 36%]
+2020-11-22 19:04:52,028 - b177aa (stdout): test/test_extensions/testComplexityTags.py::TestNonStrictExtension::test_empty_function PASSED [ 36%]
+2020-11-22 19:04:52,029 - b177aa (stdout): test/test_extensions/testComplexityTags.py::TestNonStrictExtension::test_function_with_one_condition PASSED [ 37%]
+2020-11-22 19:04:52,031 - b177aa (stdout): test/test_extensions/testComplexityTags.py::TestNonStrictExtension::test_multiple_lines PASSED [ 37%]
+2020-11-22 19:04:52,036 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_2_duplicates PASSED [ 37%]
+2020-11-22 19:04:52,045 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_2_big_blocks PASSED [ 37%]
+2020-11-22 19:04:52,048 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_different_integer_value PASSED [ 37%]
+2020-11-22 19:04:52,051 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_different_operator PASSED [ 37%]
+2020-11-22 19:04:52,054 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_different_string_value PASSED [ 37%]
+2020-11-22 19:04:52,057 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_different_variable_name PASSED [ 38%]
+2020-11-22 19:04:52,066 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_value_dense_block PASSED [ 38%]
+2020-11-22 19:04:52,085 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_duplicate_with_value_dense_block_in_brackets PASSED [ 38%]
+2020-11-22 19:04:52,086 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_empty_file PASSED [ 38%]
+2020-11-22 19:04:52,090 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_identifier_after_arrow_should_not_be_commonized PASSED [ 38%]
+2020-11-22 19:04:52,093 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_identifier_after_dot_should_not_be_commonized PASSED [ 38%]
+2020-11-22 19:04:52,097 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_many_identifiers_together PASSED [ 38%]
+2020-11-22 19:04:52,102 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_no_duplicate_with_1_big_blocks_of_the_same_number PASSED [ 39%]
+2020-11-22 19:04:52,107 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_repeating_patterns PASSED [ 39%]
+2020-11-22 19:04:52,113 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_repeating_patterns_multiple_matches PASSED [ 39%]
+2020-11-22 19:04:52,117 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_three_functions_that_are_the_same PASSED [ 39%]
+2020-11-22 19:04:52,120 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_threshold PASSED [ 39%]
+2020-11-22 19:04:52,125 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_threshold_exceeded PASSED [ 39%]
+2020-11-22 19:04:52,129 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_threshold_with_too_many_repeatings PASSED [ 39%]
+2020-11-22 19:04:52,133 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_two_5_line_functions_that_are_exactly_the_same_detail PASSED [ 40%]
+2020-11-22 19:04:52,135 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_two_functions_that_are_exactly_the_same PASSED [ 40%]
+2020-11-22 19:04:52,138 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_two_functions_that_are_exactly_the_same_detail PASSED [ 40%]
+2020-11-22 19:04:52,141 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtension::test_two_functions_that_are_not_the_same PASSED [ 40%]
+2020-11-22 19:04:52,145 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtensionAcrossFiles::test_basic_duplicate PASSED [ 40%]
+2020-11-22 19:04:52,151 - b177aa (stdout): test/test_extensions/testDuplicate.py::TestDuplicateExtensionAcrossFiles::test_more_duplicate PASSED [ 40%]
+2020-11-22 19:04:52,152 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_3_nodes_duplicate PASSED [ 40%]
+2020-11-22 19:04:52,154 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_multiple_nodes_duplicate PASSED [ 41%]
+2020-11-22 19:04:52,155 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_multiple_nodes_duplicate_and_single_node PASSED [ 41%]
+2020-11-22 19:04:52,157 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_no_duplicate PASSED [ 41%]
+2020-11-22 19:04:52,158 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_not_multiple_nodes_duplicate PASSED [ 41%]
+2020-11-22 19:04:52,160 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_partial_different_purpose PASSED [ 41%]
+2020-11-22 19:04:52,161 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_simple_3_duplicates_in_different_places PASSED [ 41%]
+2020-11-22 19:04:52,162 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_simple_duplicate PASSED [ 41%]
+2020-11-22 19:04:52,164 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_simple_duplicate_3_times PASSED [ 42%]
+2020-11-22 19:04:52,166 - b177aa (stdout): test/test_extensions/testDuplicateFinder.py::TestDuplicateFinder::test_simple_two_duplicates PASSED [ 42%]
+2020-11-22 19:04:52,168 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_0_fan_out PASSED [ 42%]
+2020-11-22 19:04:52,169 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_1_fan_out PASSED [ 42%]
+2020-11-22 19:04:52,171 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_1_fan_out_with_2_calls_of_the_same_function PASSED [ 42%]
+2020-11-22 19:04:52,173 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_1_fan_out_with_namespace PASSED [ 42%]
+2020-11-22 19:04:52,174 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_1_fan_out_with_recursive_call PASSED [ 43%]
+2020-11-22 19:04:52,177 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanOut::test_ref_to_something_not_defined PASSED [ 43%]
+2020-11-22 19:04:52,178 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanIn::test_0_fan_in PASSED [ 43%]
+2020-11-22 19:04:52,180 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanIn::test_1_fan_in PASSED [ 43%]
+2020-11-22 19:04:52,181 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestFanIn::test_1_fan_in_if_it_is_called_twice_in_the_same_function PASSED [ 43%]
+2020-11-22 19:04:52,183 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestCombinedResult::test_1_fan_in_from_another_source_file PASSED [ 43%]
+2020-11-22 19:04:52,184 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestCombinedResult::test_1_fan_out_to_another_source_file PASSED [ 43%]
+2020-11-22 19:04:52,186 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_0_general_fan_out PASSED [ 44%]
+2020-11-22 19:04:52,187 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_1_general_fan_out_multiple_punctuations PASSED [ 44%]
+2020-11-22 19:04:52,189 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_1_general_fan_out_with_2_calls_of_the_same_function PASSED [ 44%]
+2020-11-22 19:04:52,190 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_1_general_fan_out_with_namespace PASSED [ 44%]
+2020-11-22 19:04:52,191 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_1_general_fan_out_with_recursive_call PASSED [ 44%]
+2020-11-22 19:04:52,193 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_1_general_fan_out_with_space PASSED [ 44%]
+2020-11-22 19:04:52,194 - b177aa (stdout): test/test_extensions/testFanInFanOut.py::TestGeneralFanOut::test_ref_to_something_not_defined PASSED [ 44%]
+2020-11-22 19:04:52,196 - b177aa (stdout): test/test_extensions/testNonStrict.py::TestNonStrictExtension::test_normal_function_with_boolean_operators PASSED [ 45%]
+2020-11-22 19:04:52,197 - b177aa (stdout): test/test_extensions/testNonStrict.py::TestNonStrictExtension::test_normal_function_without_boolean_operators PASSED [ 45%]
+2020-11-22 19:04:52,198 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_count_one_word PASSED [ 45%]
+2020-11-22 19:04:52,199 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_count_one_word_multiple_times PASSED [ 45%]
+2020-11-22 19:04:52,201 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_reduce_the_result PASSED [ 45%]
+2020-11-22 19:04:52,202 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_should_count_non_keyword PASSED [ 45%]
+2020-11-22 19:04:52,203 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_should_not_count_keywords PASSED [ 45%]
+2020-11-22 19:04:52,204 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_should_not_count_string PASSED [ 46%]
+2020-11-22 19:04:52,205 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountPlugin::test_should_not_line_continuer PASSED [ 46%]
+2020-11-22 19:04:52,208 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountOutput::test_should_open_the_browser PASSED [ 46%]
+2020-11-22 19:04:52,210 - b177aa (stdout): test/test_extensions/testWordCountPlugin.py::TestWordCountOutput::test_should_output_html PASSED [ 46%]
+2020-11-22 19:04:52,212 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_C_Token_extension::test_connecting_macro PASSED [ 46%]
+2020-11-22 19:04:52,213 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_1 PASSED [ 46%]
+2020-11-22 19:04:52,214 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_bracket_that_is_not_a_namespace PASSED [ 46%]
+2020-11-22 19:04:52,216 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_class_as_an_attribute PASSED [ 47%]
+2020-11-22 19:04:52,217 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_class_with_inheritance PASSED [ 47%]
+2020-11-22 19:04:52,218 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_complicated_c_function PASSED [ 47%]
+2020-11-22 19:04:52,220 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_constructor_initialization_list PASSED [ 47%]
+2020-11-22 19:04:52,221 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_constructor_initialization_list_noexcept PASSED [ 47%]
+2020-11-22 19:04:52,222 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_constructor_initializer_list PASSED [ 47%]
+2020-11-22 19:04:52,223 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_constructor_uniform_initialization PASSED [ 47%]
+2020-11-22 19:04:52,225 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_destructor_implementation PASSED [ 48%]
+2020-11-22 19:04:52,227 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_double_nested_template PASSED [ 48%]
+2020-11-22 19:04:52,228 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_double_slash_within_string PASSED [ 48%]
+2020-11-22 19:04:52,229 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_empty PASSED [ 48%]
+2020-11-22 19:04:52,231 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_dec_followed_with_one_word_is_ok PASSED [ 48%]
+2020-11-22 19:04:52,232 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_dec_with_noexcept PASSED [ 48%]
+2020-11-22 19:04:52,234 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_dec_with_throw PASSED [ 48%]
+2020-11-22 19:04:52,235 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_declaration_is_not_counted PASSED [ 49%]
+2020-11-22 19:04:52,237 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_name_class PASSED [ 49%]
+2020-11-22 19:04:52,238 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_operator PASSED [ 49%]
+2020-11-22 19:04:52,240 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_that_returns_function_pointers PASSED [ 49%]
+2020-11-22 19:04:52,241 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_1_param PASSED [ 49%]
+2020-11-22 19:04:52,244 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_1_ref_param PASSED [ 49%]
+2020-11-22 19:04:52,245 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_content PASSED [ 50%]
+2020-11-22 19:04:52,247 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_no_param PASSED [ 50%]
+2020-11-22 19:04:52,248 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_param PASSED [ 50%]
+2020-11-22 19:04:52,250 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_strang_param PASSED [ 50%]
+2020-11-22 19:04:52,251 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_function_with_strang_param2 PASSED [ 50%]
+2020-11-22 19:04:52,253 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_global_var_constructor PASSED [ 50%]
+2020-11-22 19:04:52,255 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_inline_operator PASSED [ 50%]
+2020-11-22 19:04:52,256 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_less_then_is_not_template PASSED [ 51%]
+2020-11-22 19:04:52,258 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_namespace_alias PASSED [ 51%]
+2020-11-22 19:04:52,259 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_nested_class PASSED [ 51%]
+2020-11-22 19:04:52,261 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_nested_class_middle PASSED [ 51%]
+2020-11-22 19:04:52,262 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_nested_template PASSED [ 51%]
+2020-11-22 19:04:52,265 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_nested_template_function PASSED [ 51%]
+2020-11-22 19:04:52,266 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_nested_unnamed_namespace PASSED [ 51%]
+2020-11-22 19:04:52,268 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_no_function PASSED [ 52%]
+2020-11-22 19:04:52,270 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_non_function_initializer_list PASSED [ 52%]
+2020-11-22 19:04:52,272 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_non_function_uniform_initialization PASSED [ 52%]
+2020-11-22 19:04:52,313 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_not_old_style_c_function PASSED [ 52%]
+2020-11-22 19:04:52,315 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_old_style_c_function PASSED [ 52%]
+2020-11-22 19:04:52,316 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_old_style_c_function_has_semicolon PASSED [ 52%]
+2020-11-22 19:04:52,318 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_function PASSED [ 52%]
+2020-11-22 19:04:52,319 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_function_with_const PASSED [ 53%]
+2020-11-22 19:04:52,321 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_function_with_namespace PASSED [ 53%]
+2020-11-22 19:04:52,323 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_function_with_noexcept PASSED [ 53%]
+2020-11-22 19:04:52,325 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_function_with_throw PASSED [ 53%]
+2020-11-22 19:04:52,326 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_one_macro_in_class PASSED [ 53%]
+2020-11-22 19:04:52,327 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_only_word_can_be_function_name PASSED [ 53%]
+2020-11-22 19:04:52,328 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_operator_overloading PASSED [ 53%]
+2020-11-22 19:04:52,330 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_operator_overloading_shift PASSED [ 54%]
+2020-11-22 19:04:52,331 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_operator_overloading_with_namespace PASSED [ 54%]
+2020-11-22 19:04:52,332 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_operator_with_complicated_name PASSED [ 54%]
+2020-11-22 19:04:52,334 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_parentheses_before_function PASSED [ 54%]
+2020-11-22 19:04:52,335 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_pre_class PASSED [ 54%]
+2020-11-22 19:04:52,337 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_ref_qualifiers PASSED [ 54%]
+2020-11-22 19:04:52,338 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_struct_in_param PASSED [ 54%]
+2020-11-22 19:04:52,339 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_struct_in_return_type PASSED [ 55%]
+2020-11-22 19:04:52,340 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_stupid_macro_before_function PASSED [ 55%]
+2020-11-22 19:04:52,341 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_as_part_of_function_name PASSED [ 55%]
+2020-11-22 19:04:52,343 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_as_reference PASSED [ 55%]
+2020-11-22 19:04:52,346 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_class PASSED [ 55%]
+2020-11-22 19:04:52,348 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_class_full_specialization PASSED [ 55%]
+2020-11-22 19:04:52,350 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_class_partial_specialization PASSED [ 55%]
+2020-11-22 19:04:52,352 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_function PASSED [ 56%]
+2020-11-22 19:04:52,354 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_function_specialization PASSED [ 56%]
+2020-11-22 19:04:52,355 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_with_pointer PASSED [ 56%]
+2020-11-22 19:04:52,356 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_with_reference PASSED [ 56%]
+2020-11-22 19:04:52,358 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_template_with_reference_as_reference PASSED [ 56%]
+2020-11-22 19:04:52,359 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_templated_code_with_question_mark PASSED [ 56%]
+2020-11-22 19:04:52,360 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_trailing_return_type PASSED [ 56%]
+2020-11-22 19:04:52,362 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_two_function PASSED [ 57%]
+2020-11-22 19:04:52,363 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_two_functions_in_class PASSED [ 57%]
+2020-11-22 19:04:52,364 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_two_simplest_function PASSED [ 57%]
+2020-11-22 19:04:52,366 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_typedef_is_not_old_style_c_function PASSED [ 57%]
+2020-11-22 19:04:52,367 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_underscore PASSED [ 57%]
+2020-11-22 19:04:52,369 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_c_cpp_lizard::test_union_as_qualifier PASSED [ 57%]
+2020-11-22 19:04:52,371 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_class PASSED [ 58%]
+2020-11-22 19:04:52,372 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_control_structures PASSED [ 58%]
+2020-11-22 19:04:52,374 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_function PASSED [ 58%]
+2020-11-22 19:04:52,375 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_function_parameters PASSED [ 58%]
+2020-11-22 19:04:52,377 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_function_return_type PASSED [ 58%]
+2020-11-22 19:04:52,379 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_cpp11_Attributes::test_namespace PASSED [ 58%]
+2020-11-22 19:04:52,380 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_function_like PASSED [ 58%]
+2020-11-22 19:04:52,381 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_function_like2 PASSED [ 59%]
+2020-11-22 19:04:52,383 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_macro_and_class PASSED [ 59%]
+2020-11-22 19:04:52,384 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_macro_call_after_if PASSED [ 59%]
+2020-11-22 19:04:52,386 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_macro_call_after_if_and_no_semicolon_before_the_closing_br PASSED [ 59%]
+2020-11-22 19:04:52,387 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_body_with_macro_call_after_if_and_no_semicolon_before_the_closing_br2 PASSED [ 59%]
+2020-11-22 19:04:52,388 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_content_macro_should_be_ignored PASSED [ 59%]
+2020-11-22 19:04:52,389 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_preprocessor_is_not_function PASSED [ 59%]
+2020-11-22 19:04:52,391 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Preprocessing::test_preprocessors_should_be_ignored_outside_function_implementation PASSED [ 60%]
+2020-11-22 19:04:52,392 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Big::test_trouble PASSED [ 60%]
+2020-11-22 19:04:52,393 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Big::test_typedef PASSED [ 60%]
+2020-11-22 19:04:52,396 - b177aa (stdout): test/test_languages/testCAndCPP.py::Test_Dialects::test_cuda_kernel_launch PASSED [ 60%]
+2020-11-22 19:04:52,399 - b177aa (stdout): test/test_languages/testCsharp.py::TestCsharp::test_function_with_eight PASSED [ 60%]
+2020-11-22 19:04:52,400 - b177aa (stdout): test/test_languages/testCsharp.py::TestCsharp::test_function_with_one PASSED [ 60%]
+2020-11-22 19:04:52,401 - b177aa (stdout): test/test_languages/testCsharp.py::TestCsharp::test_function_with_three PASSED [ 60%]
+2020-11-22 19:04:52,403 - b177aa (stdout): test/test_languages/testCsharp.py::TestCsharp::test_function_with_two PASSED [ 61%]
+2020-11-22 19:04:52,404 - b177aa (stdout): test/test_languages/testCsharp.py::TestCsharp::test_null_coalescing_operator PASSED [ 61%]
+2020-11-22 19:04:52,407 - b177aa (stdout): test/test_languages/testES6.py::Test_tokenizing_ES6::test_dollar_var PASSED [ 61%]
+2020-11-22 19:04:52,408 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_arraw_function_name PASSED [ 61%]
+2020-11-22 19:04:52,409 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_arraw_function_with_multiple_param PASSED [ 61%]
+2020-11-22 19:04:52,411 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_arrow_function_return_object PASSED [ 61%]
+2020-11-22 19:04:52,412 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_class PASSED [ 61%]
+2020-11-22 19:04:52,413 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_complexity PASSED [ 62%]
+2020-11-22 19:04:52,415 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_function_with_block PASSED [ 62%]
+2020-11-22 19:04:52,416 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_generator_function PASSED [ 62%]
+2020-11-22 19:04:52,418 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_generator_function_assign_to_name PASSED [ 62%]
+2020-11-22 19:04:52,419 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_nested PASSED [ 62%]
+2020-11-22 19:04:52,420 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_nested2 PASSED [ 62%]
+2020-11-22 19:04:52,422 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_nested3 PASSED [ 62%]
+2020-11-22 19:04:52,423 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_nested_complexity PASSED [ 63%]
+2020-11-22 19:04:52,424 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_simple_function PASSED [ 63%]
+2020-11-22 19:04:52,427 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_statement_block PASSED [ 63%]
+2020-11-22 19:04:52,428 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_two_functions PASSED [ 63%]
+2020-11-22 19:04:52,430 - b177aa (stdout): test/test_languages/testES6.py::Test_parser_for_JavaScript_ES6::test_two_functions_with_semicolon PASSED [ 63%]
+2020-11-22 19:04:52,431 - b177aa (stdout): test/test_languages/testGDScript.py::TestGDScript::test_empty PASSED [ 63%]
+2020-11-22 19:04:52,433 - b177aa (stdout): test/test_languages/testGDScript.py::TestGDScript::test_top_level_function PASSED [ 63%]
+2020-11-22 19:04:52,434 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_empty PASSED [ 64%]
+2020-11-22 19:04:52,435 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_interface PASSED [ 64%]
+2020-11-22 19:04:52,437 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_interface_followed_by_a_class PASSED [ 64%]
+2020-11-22 19:04:52,438 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_no_function PASSED [ 64%]
+2020-11-22 19:04:52,439 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_function PASSED [ 64%]
+2020-11-22 19:04:52,440 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_function_defined_on_a_struct PASSED [ 64%]
+2020-11-22 19:04:52,442 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_function_with_complexity PASSED [ 65%]
+2020-11-22 19:04:52,443 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_function_with_return_value PASSED [ 65%]
+2020-11-22 19:04:52,444 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_function_with_two_return_values PASSED [ 65%]
+2020-11-22 19:04:52,446 - b177aa (stdout): test/test_languages/testGo.py::Test_parser_for_Go::test_one_with_parameter PASSED [ 65%]
+2020-11-22 19:04:52,447 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_complicated_properties PASSED [ 65%]
+2020-11-22 19:04:52,448 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_less_than PASSED [ 65%]
+2020-11-22 19:04:52,450 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_nested PASSED [ 65%]
+2020-11-22 19:04:52,451 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_nested_save_tag PASSED [ 66%]
+2020-11-22 19:04:52,452 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_open_closing_with_content PASSED [ 66%]
+2020-11-22 19:04:52,453 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_simple_open_closing PASSED [ 66%]
+2020-11-22 19:04:52,454 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_simple_standalone PASSED [ 66%]
+2020-11-22 19:04:52,455 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_with_attributes PASSED [ 66%]
+2020-11-22 19:04:52,456 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_with_embeded_attributes PASSED [ 66%]
+2020-11-22 19:04:52,457 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_with_embeded_code PASSED [ 66%]
+2020-11-22 19:04:52,459 - b177aa (stdout): test/test_languages/testJSX.py::Test_tokenizing_JSX::test_with_less_than2 PASSED [ 67%]
+2020-11-22 19:04:52,460 - b177aa (stdout): test/test_languages/testJSX.py::Test_parser_for_JavaScript_X::test_complicated PASSED [ 67%]
+2020-11-22 19:04:52,462 - b177aa (stdout): test/test_languages/testJSX.py::Test_parser_for_JavaScript_X::test_simple_function PASSED [ 67%]
+2020-11-22 19:04:52,463 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_class_name_with_extends PASSED [ 67%]
+2020-11-22 19:04:52,464 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_class_name_with_interface PASSED [ 67%]
+2020-11-22 19:04:52,465 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_class_with_decorator PASSED [ 67%]
+2020-11-22 19:04:52,467 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_class_with_decorator_that_has_namespace PASSED [ 67%]
+2020-11-22 19:04:52,468 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_function_with_decorator PASSED [ 68%]
+2020-11-22 19:04:52,469 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_function_with_throws PASSED [ 68%]
+2020-11-22 19:04:52,471 - b177aa (stdout): test/test_languages/testJava.py::TestJava::test_operator_as_an_overloaded_identifier PASSED [ 68%]
+2020-11-22 19:04:52,472 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_dollar_var PASSED [ 68%]
+2020-11-22 19:04:52,474 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_should_not_confuse_division_as_regx PASSED [ 68%]
+2020-11-22 19:04:52,476 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_tokenizing_javascript_comments PASSED [ 68%]
+2020-11-22 19:04:52,477 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_tokenizing_javascript_multiple_line_string PASSED [ 68%]
+2020-11-22 19:04:52,478 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_tokenizing_javascript_regular_expression PASSED [ 69%]
+2020-11-22 19:04:52,479 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_tokenizing_javascript_regular_expression1 PASSED [ 69%]
+2020-11-22 19:04:52,480 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_tokenizing_JavaScript::test_tokenizing_pattern PASSED [ 69%]
+2020-11-22 19:04:52,482 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_assigning_to_a_name PASSED [ 69%]
+2020-11-22 19:04:52,483 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_in_a_function PASSED [ 69%]
+2020-11-22 19:04:52,484 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_in_a_object PASSED [ 69%]
+2020-11-22 19:04:52,486 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_in_arrow PASSED [ 69%]
+2020-11-22 19:04:52,487 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_long_name PASSED [ 70%]
+2020-11-22 19:04:52,488 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_function_without_name_assign_to_field PASSED [ 70%]
+2020-11-22 19:04:52,490 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_global PASSED [ 70%]
+2020-11-22 19:04:52,491 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_not_a_function_assigning_to_a_name PASSED [ 70%]
+2020-11-22 19:04:52,492 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_parameter_count PASSED [ 70%]
+2020-11-22 19:04:52,493 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_simple_function PASSED [ 70%]
+2020-11-22 19:04:52,495 - b177aa (stdout): test/test_languages/testJavaScript.py::Test_parser_for_JavaScript::test_simple_function_complexity PASSED [ 70%]
+2020-11-22 19:04:52,497 - b177aa (stdout): test/test_languages/testLua.py::Test_tokenizing_Lua::test_comment PASSED [ 71%]
+2020-11-22 19:04:52,498 - b177aa (stdout): test/test_languages/testLua.py::Test_tokenizing_Lua::test_comment_block PASSED [ 71%]
+2020-11-22 19:04:52,499 - b177aa (stdout): test/test_languages/testLua.py::Test_tokenizing_Lua::test_double_square_brackets_string PASSED [ 71%]
+2020-11-22 19:04:52,501 - b177aa (stdout): test/test_languages/testLua.py::Test_tokenizing_Lua::test_should_not_confuse_division_as_regx PASSED [ 71%]
+2020-11-22 19:04:52,502 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_anonymous PASSED [ 71%]
+2020-11-22 19:04:52,503 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_anonymous_with_assignment PASSED [ 71%]
+2020-11-22 19:04:52,504 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_class_method PASSED [ 72%]
+2020-11-22 19:04:52,506 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_comment_is_omitted_in_token_cound PASSED [ 72%]
+2020-11-22 19:04:52,507 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_do PASSED [ 72%]
+2020-11-22 19:04:52,508 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_empty PASSED [ 72%]
+2020-11-22 19:04:52,510 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_for_and_while PASSED [ 72%]
+2020-11-22 19:04:52,511 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_if PASSED [ 72%]
+2020-11-22 19:04:52,512 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_nested_functions PASSED [ 72%]
+2020-11-22 19:04:52,514 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_no_function PASSED [ 73%]
+2020-11-22 19:04:52,515 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_one_function PASSED [ 73%]
+2020-11-22 19:04:52,516 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_one_function_loc PASSED [ 73%]
+2020-11-22 19:04:52,518 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_repeat_until PASSED [ 73%]
+2020-11-22 19:04:52,519 - b177aa (stdout): test/test_languages/testLua.py::Test_parser_for_Lua::test_two_functions PASSED [ 73%]
+2020-11-22 19:04:52,520 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_empty PASSED [ 73%]
+2020-11-22 19:04:52,522 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_implementation PASSED [ 73%]
+2020-11-22 19:04:52,523 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_no_function PASSED [ 74%]
+2020-11-22 19:04:52,525 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_one_c_function PASSED [ 74%]
+2020-11-22 19:04:52,526 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_one_objc_function PASSED [ 74%]
+2020-11-22 19:04:52,528 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_one_objc_function_with_param PASSED [ 74%]
+2020-11-22 19:04:52,530 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_one_objc_function_with_three_param PASSED [ 74%]
+2020-11-22 19:04:52,531 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_one_objc_function_with_two_param PASSED [ 74%]
+2020-11-22 19:04:52,533 - b177aa (stdout): test/test_languages/testObjC.py::Test_objc_lizard::test_typedef PASSED [ 74%]
+2020-11-22 19:04:52,536 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_c_comments PASSED [ 75%]
+2020-11-22 19:04:52,537 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_code_block_with_html PASSED [ 75%]
+2020-11-22 19:04:52,539 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_code_block_without_closing PASSED [ 75%]
+2020-11-22 19:04:52,540 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_dollar_var PASSED [ 75%]
+2020-11-22 19:04:52,541 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_empty PASSED [ 75%]
+2020-11-22 19:04:52,543 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_empty_code_block PASSED [ 75%]
+2020-11-22 19:04:52,544 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_empty_code_block_with_html PASSED [ 75%]
+2020-11-22 19:04:52,545 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_empty_simple_code_block PASSED [ 76%]
+2020-11-22 19:04:52,547 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_multiple_line_string PASSED [ 76%]
+2020-11-22 19:04:52,548 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_multiple_line_string_alternative PASSED [ 76%]
+2020-11-22 19:04:52,550 - b177aa (stdout): test/test_languages/testPHP.py::Test_tokenizing_PHP::test_no_code_block PASSED [ 76%]
+2020-11-22 19:04:52,551 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_class PASSED [ 76%]
+2020-11-22 19:04:52,553 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_class_mixed PASSED [ 76%]
+2020-11-22 19:04:52,554 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_function_assigning_to_a_name PASSED [ 76%]
+2020-11-22 19:04:52,556 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_function_without_name_assign_to_field PASSED [ 77%]
+2020-11-22 19:04:52,557 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_interface PASSED [ 77%]
+2020-11-22 19:04:52,559 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_interface2 PASSED [ 77%]
+2020-11-22 19:04:52,560 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_not_a_function_assigning_to_a_name PASSED [ 77%]
+2020-11-22 19:04:52,562 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_parameter_count PASSED [ 77%]
+2020-11-22 19:04:52,563 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_simple_function PASSED [ 77%]
+2020-11-22 19:04:52,565 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_simple_function_complexity PASSED [ 77%]
+2020-11-22 19:04:52,567 - b177aa (stdout): test/test_languages/testPHP.py::Test_parser_for_PHP::test_simple_function_complexity_elseif PASSED [ 78%]
+2020-11-22 19:04:52,568 - b177aa (stdout): test/test_languages/testPython.py::Test_tokenizer_for_Python::test_comment_with_quote PASSED [ 78%]
+2020-11-22 19:04:52,569 - b177aa (stdout): test/test_languages/testPython.py::Test_Python_nesting_level::test_2nd_level_function_with_leading_space PASSED [ 78%]
+2020-11-22 19:04:52,571 - b177aa (stdout): test/test_languages/testPython.py::Test_Python_nesting_level::test_miss_indented_comment PASSED [ 78%]
+2020-11-22 19:04:52,572 - b177aa (stdout): test/test_languages/testPython.py::Test_Python_nesting_level::test_second_top_level_functions PASSED [ 78%]
+2020-11-22 19:04:52,574 - b177aa (stdout): test/test_languages/testPython.py::Test_Python_nesting_level::test_top_level_function PASSED [ 78%]
+2020-11-22 19:04:52,575 - b177aa (stdout): test/test_languages/testPython.py::Test_Python_nesting_level::test_top_level_function_with_leading_space PASSED [ 79%]
+2020-11-22 19:04:52,578 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_2_functions PASSED [ 79%]
+2020-11-22 19:04:52,579 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_2_top_level_functions PASSED [ 79%]
+2020-11-22 19:04:52,581 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_block_string PASSED [ 79%]
+2020-11-22 19:04:52,583 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_block_string_is_one_token PASSED [ 79%]
+2020-11-22 19:04:52,584 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_comment_is_not_counted_in_nloc PASSED [ 79%]
+2020-11-22 19:04:52,586 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_docstring_is_not_counted_in_nloc PASSED [ 79%]
+2020-11-22 19:04:52,587 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_empty_source_should_return_no_function PASSED [ 80%]
+2020-11-22 19:04:52,589 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_function_end PASSED [ 80%]
+2020-11-22 19:04:52,591 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_nested_depth_metric_multiple_continuous_loop_statements PASSED [ 80%]
+2020-11-22 19:04:52,593 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_nested_functions PASSED [ 80%]
+2020-11-22 19:04:52,595 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_nested_functions_ended_at_eof PASSED [ 80%]
+2020-11-22 19:04:52,597 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_nested_functions_ended_at_same_line PASSED [ 80%]
+2020-11-22 19:04:52,599 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_odd_blank_line PASSED [ 80%]
+2020-11-22 19:04:52,600 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_odd_line_with_comment PASSED [ 81%]
+2020-11-22 19:04:52,602 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_parameter_count PASSED [ 81%]
+2020-11-22 19:04:52,604 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_parameter_count_with_default_value PASSED [ 81%]
+2020-11-22 19:04:52,606 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_simple_python_function PASSED [ 81%]
+2020-11-22 19:04:52,608 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_tab_is_same_as_8_spaces PASSED [ 81%]
+2020-11-22 19:04:52,609 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_top_level_functions PASSED [ 81%]
+2020-11-22 19:04:52,611 - b177aa (stdout): test/test_languages/testPython.py::Test_parser_for_Python::test_two_simple_python_function PASSED [ 81%]
+2020-11-22 19:04:52,614 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_ranges PASSED [ 82%]
+2020-11-22 19:04:52,615 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_shorthand_symbol PASSED [ 82%]
+2020-11-22 19:04:52,618 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_should_not_confuse_division_as_regx PASSED [ 82%]
+2020-11-22 19:04:52,619 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_special_method_names PASSED [ 82%]
+2020-11-22 19:04:52,621 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_brackets PASSED [ 82%]
+2020-11-22 19:04:52,622 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_pattern PASSED [ 82%]
+2020-11-22 19:04:52,624 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_ruby_comments PASSED [ 82%]
+2020-11-22 19:04:52,625 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_ruby_regular_expression PASSED [ 83%]
+2020-11-22 19:04:52,626 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_string_expression PASSED [ 83%]
+2020-11-22 19:04:52,628 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_string_with_formatter PASSED [ 83%]
+2020-11-22 19:04:52,629 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_string_with_string PASSED [ 83%]
+2020-11-22 19:04:52,630 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_string_with_string2 PASSED [ 83%]
+2020-11-22 19:04:52,631 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_tokenizing_symbol PASSED [ 83%]
+2020-11-22 19:04:52,633 - b177aa (stdout): test/test_languages/testRuby.py::Test_tokenizing_Ruby::test_vars PASSED [ 83%]
+2020-11-22 19:04:52,634 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_empty PASSED [ 84%]
+2020-11-22 19:04:52,635 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_no_function PASSED [ 84%]
+2020-11-22 19:04:52,636 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_function PASSED [ 84%]
+2020-11-22 19:04:52,638 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_function_loc PASSED [ 84%]
+2020-11-22 19:04:52,639 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_begin_and_end PASSED [ 84%]
+2020-11-22 19:04:52,640 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_begin_and_end_outside PASSED [ 84%]
+2020-11-22 19:04:52,641 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_brackets_and_end_outside PASSED [ 84%]
+2020-11-22 19:04:52,643 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_class_as_identifier PASSED [ 85%]
+2020-11-22 19:04:52,644 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_class_in_it PASSED [ 85%]
+2020-11-22 19:04:52,646 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_with_do PASSED [ 85%]
+2020-11-22 19:04:52,647 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_within_do PASSED [ 85%]
+2020-11-22 19:04:52,648 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_within_embedded_doc PASSED [ 85%]
+2020-11-22 19:04:52,650 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_one_within_embedded_doc_harder PASSED [ 85%]
+2020-11-22 19:04:52,651 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_string PASSED [ 86%]
+2020-11-22 19:04:52,653 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby::test_two_functions PASSED [ 86%]
+2020-11-22 19:04:52,655 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_ccn::test_basic_complexity PASSED [ 86%]
+2020-11-22 19:04:52,656 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_if_block PASSED [ 86%]
+2020-11-22 19:04:52,657 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_if_modifier PASSED [ 86%]
+2020-11-22 19:04:52,658 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_if_oneliner_block PASSED [ 86%]
+2020-11-22 19:04:52,660 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_if_with_then_on_one_line PASSED [ 86%]
+2020-11-22 19:04:52,661 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_while_block PASSED [ 87%]
+2020-11-22 19:04:52,662 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_basic_while_modifier PASSED [ 87%]
+2020-11-22 19:04:52,664 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_class_as_an_symbol PASSED [ 87%]
+2020-11-22 19:04:52,665 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_it_as_variable PASSED [ 87%]
+2020-11-22 19:04:52,666 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_rspec_it PASSED [ 87%]
+2020-11-22 19:04:52,668 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_rspec_it_with_brackets PASSED [ 87%]
+2020-11-22 19:04:52,669 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_unless PASSED [ 87%]
+2020-11-22 19:04:52,671 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_while_modifier_with_block PASSED [ 88%]
+2020-11-22 19:04:52,672 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_if_while_for::test_while_with_do PASSED [ 88%]
+2020-11-22 19:04:52,674 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_def::test_class_method PASSED [ 88%]
+2020-11-22 19:04:52,675 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_def::test_empty_parameters PASSED [ 88%]
+2020-11-22 19:04:52,677 - b177aa (stdout): test/test_languages/testRuby.py::Test_parser_for_Ruby_def::test_more_parameters PASSED [ 88%]
+2020-11-22 19:04:52,679 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_generic PASSED [ 88%]
+2020-11-22 19:04:52,681 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_generic_with_where PASSED [ 88%]
+2020-11-22 19:04:52,683 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_if PASSED [ 89%]
+2020-11-22 19:04:52,684 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_main PASSED [ 89%]
+2020-11-22 19:04:52,686 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_nested_functions PASSED [ 89%]
+2020-11-22 19:04:52,688 - b177aa (stdout): test/test_languages/testRust.py::TestRust::test_return PASSED [ 89%]
+2020-11-22 19:04:52,689 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_comments PASSED [ 89%]
+2020-11-22 19:04:52,691 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_empty PASSED [ 89%]
+2020-11-22 19:04:52,692 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_field PASSED [ 89%]
+2020-11-22 19:04:52,694 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_func_with_one_parameter PASSED [ 90%]
+2020-11-22 19:04:52,695 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_func_with_two_parameters PASSED [ 90%]
+2020-11-22 19:04:52,697 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_function PASSED [ 90%]
+2020-11-22 19:04:52,698 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_function_with_complexity PASSED [ 90%]
+2020-11-22 19:04:52,699 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_nested PASSED [ 90%]
+2020-11-22 19:04:52,701 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_no_function PASSED [ 90%]
+2020-11-22 19:04:52,702 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_oneliner PASSED [ 90%]
+2020-11-22 19:04:52,704 - b177aa (stdout): test/test_languages/testScala.py::TestScala::test_oneliner_with_braces PASSED [ 91%]
+2020-11-22 19:04:52,706 - b177aa (stdout): test/test_languages/testSwift.py::Test_tokenizing_Swift::test_dollar_var PASSED [ 91%]
+2020-11-22 19:04:52,707 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_coalescing_operator PASSED [ 91%]
+2020-11-22 19:04:52,708 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_deinit PASSED [ 91%]
+2020-11-22 19:04:52,710 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_empty PASSED [ 91%]
+2020-11-22 19:04:52,712 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_explicit_getter_setter PASSED [ 91%]
+2020-11-22 19:04:52,713 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_explicit_willset_didset PASSED [ 91%]
+2020-11-22 19:04:52,715 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_for_label PASSED [ 92%]
+2020-11-22 19:04:52,716 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_generic_function PASSED [ 92%]
+2020-11-22 19:04:52,718 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_getter_setter PASSED [ 92%]
+2020-11-22 19:04:52,719 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_guard PASSED [ 92%]
+2020-11-22 19:04:52,720 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_init PASSED [ 92%]
+2020-11-22 19:04:52,722 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_interface PASSED [ 92%]
+2020-11-22 19:04:52,723 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_interface_followed_by_a_class PASSED [ 93%]
+2020-11-22 19:04:52,725 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_interface_with_var PASSED [ 93%]
+2020-11-22 19:04:52,726 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_keyword_declarations PASSED [ 93%]
+2020-11-22 19:04:52,728 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_labeled_subscript PASSED [ 93%]
+2020-11-22 19:04:52,729 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_nested PASSED [ 93%]
+2020-11-22 19:04:52,731 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_no_function PASSED [ 93%]
+2020-11-22 19:04:52,732 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_one_function PASSED [ 93%]
+2020-11-22 19:04:52,733 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_one_function_with_complexity PASSED [ 94%]
+2020-11-22 19:04:52,735 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_one_function_with_return_value PASSED [ 94%]
+2020-11-22 19:04:52,736 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_one_with_parameter PASSED [ 94%]
+2020-11-22 19:04:52,737 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_optional PASSED [ 94%]
+2020-11-22 19:04:52,738 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_subscript PASSED [ 94%]
+2020-11-22 19:04:52,741 - b177aa (stdout): test/test_languages/testSwift.py::Test_parser_for_Swift::test_willset_didset PASSED [ 94%]
+2020-11-22 19:04:52,743 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_brackets_before_function PASSED [ 94%]
+2020-11-22 19:04:52,744 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_digits PASSED [ 95%]
+2020-11-22 19:04:52,745 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_double_slash_within_string PASSED [ 95%]
+2020-11-22 19:04:52,747 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_empty PASSED [ 95%]
+2020-11-22 19:04:52,748 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_deterministic PASSED [ 95%]
+2020-11-22 19:04:52,749 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_in_group PASSED [ 95%]
+2020-11-22 19:04:52,751 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_1_param PASSED [ 95%]
+2020-11-22 19:04:52,752 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_content PASSED [ 95%]
+2020-11-22 19:04:52,754 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_fuzzy_param PASSED [ 96%]
+2020-11-22 19:04:52,755 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_lazy_param PASSED [ 96%]
+2020-11-22 19:04:52,756 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_mtc PASSED [ 96%]
+2020-11-22 19:04:52,758 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_no_param PASSED [ 96%]
+2020-11-22 19:04:52,759 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_param PASSED [ 96%]
+2020-11-22 19:04:52,761 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_return PASSED [ 96%]
+2020-11-22 19:04:52,762 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_return_w_template PASSED [ 96%]
+2020-11-22 19:04:52,764 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_runs_on PASSED [ 97%]
+2020-11-22 19:04:52,765 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_strang_param PASSED [ 97%]
+2020-11-22 19:04:52,767 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_system PASSED [ 97%]
+2020-11-22 19:04:52,768 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_function_with_template_param PASSED [ 97%]
+2020-11-22 19:04:52,769 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_no_function PASSED [ 97%]
+2020-11-22 19:04:52,770 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_one_function PASSED [ 97%]
+2020-11-22 19:04:52,772 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_one_function_one_testcase PASSED [ 97%]
+2020-11-22 19:04:52,773 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_one_testcase PASSED [ 98%]
+2020-11-22 19:04:52,774 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_template PASSED [ 98%]
+2020-11-22 19:04:52,776 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_testcase_with_content PASSED [ 98%]
+2020-11-22 19:04:52,777 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_two_function PASSED [ 98%]
+2020-11-22 19:04:52,778 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_two_testcase PASSED [ 98%]
+2020-11-22 19:04:52,780 - b177aa (stdout): test/test_languages/testTTCN.py::Test_parser_for_TTCN::test_underscore PASSED [ 98%]
+2020-11-22 19:04:52,781 - b177aa (stdout): test/test_languages/testTTCN.py::Test_Preprocessing::test_content_macro_should_be_ignored PASSED [ 98%]
+2020-11-22 19:04:52,783 - b177aa (stdout): test/test_languages/testTTCN.py::Test_Preprocessing::test_preproc_should_be_ignored_outside_func_impl PASSED [ 99%]
+2020-11-22 19:04:52,784 - b177aa (stdout): test/test_languages/testTTCN.py::Test_Preprocessing::test_preprocessor_is_not_function PASSED [ 99%]
+2020-11-22 19:04:52,786 - b177aa (stdout): test/test_languages/testTypeScript.py::Test_tokenizing_TypeScript::test_simple PASSED [ 99%]
+2020-11-22 19:04:52,788 - b177aa (stdout): test/test_languages/testTypeScript.py::Test_parser_for_TypeScript::test_function_declare PASSED [ 99%]
+2020-11-22 19:04:52,789 - b177aa (stdout): test/test_languages/testTypeScript.py::Test_parser_for_TypeScript::test_function_with_default PASSED [ 99%]
+2020-11-22 19:04:52,790 - b177aa (stdout): test/test_languages/testTypeScript.py::Test_parser_for_TypeScript::test_simple_function PASSED [ 99%]
+2020-11-22 19:04:52,796 - b177aa (stdout): test/test_languages/testTypeScript.py::Test_parser_for_TypeScript::test_simple_function_with_no_return_type PASSED [100%]
+2020-11-22 19:04:52,796 - b177aa (stdout):
+2020-11-22 19:04:52,796 - b177aa (stdout): =================================== FAILURES ===================================
+2020-11-22 19:04:52,797 - b177aa (stdout): _____________________ TestFileOutputIntegration.test_html ______________________
+2020-11-22 19:04:52,797 - b177aa (stdout):
+2020-11-22 19:04:52,797 - b177aa (stdout): result = <map object at 0x7f1f9f3c6f90>
+2020-11-22 19:04:52,797 - b177aa (stdout): options = Namespace(CCN=15, arguments=100, exclude=[], extensions=[<function preprocessing at 0x7f1f9f8ad320>, <function comment...'length': 1000, 'nloc': 1000000, 'parameter_count': 100}, verbose=True, whitelist='whitelizard.txt', working_threads=1)
+2020-11-22 19:04:52,797 - b177aa (stdout): _ = (<lizard.OutputScheme object at 0x7f1f9f390050>, <class 'lizard.AllResult'>)
+2020-11-22 19:04:52,797 - b177aa (stdout):
+2020-11-22 19:04:52,797 - b177aa (stdout): def html_output(result, options, *_):
+2020-11-22 19:04:52,797 - b177aa (stdout): try:
+2020-11-22 19:04:52,797 - b177aa (stdout): > from jinja2 import Template
+2020-11-22 19:04:52,797 - b177aa (stdout): E ModuleNotFoundError: No module named 'jinja2'
+2020-11-22 19:04:52,797 - b177aa (stdout):
+2020-11-22 19:04:52,797 - b177aa (stdout): lizard_ext/htmloutput.py:14: ModuleNotFoundError
+2020-11-22 19:04:52,797 - b177aa (stdout):
+2020-11-22 19:04:52,797 - b177aa (stdout): During handling of the above exception, another exception occurred:
+2020-11-22 19:04:52,797 - b177aa (stdout):
+2020-11-22 19:04:52,797 - b177aa (stdout): self = <test.testOutputFile.TestFileOutputIntegration testMethod=test_html>
+2020-11-22 19:04:52,797 - b177aa (stdout):
+2020-11-22 19:04:52,797 - b177aa (stdout): def test_html(self):
+2020-11-22 19:04:52,797 - b177aa (stdout): header = "<!DOCTYPE HTML PUBLIC"
+2020-11-22 19:04:52,797 - b177aa (stdout): > self.output_test("test.html", header)
+2020-11-22 19:04:52,798 - b177aa (stdout):
+2020-11-22 19:04:52,798 - b177aa (stdout): test/testOutputFile.py:54:
+2020-11-22 19:04:52,798 - b177aa (stdout): _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
+2020-11-22 19:04:52,798 - b177aa (stdout): test/testOutputFile.py:40: in output_test
+2020-11-22 19:04:52,798 - b177aa (stdout): main(args)
+2020-11-22 19:04:52,798 - b177aa (stdout): lizard.py:1043: in main
+2020-11-22 19:04:52,798 - b177aa (stdout): warning_count = printer(result, options, schema, AllResult)
+2020-11-22 19:04:52,798 - b177aa (stdout): _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
+2020-11-22 19:04:52,798 - b177aa (stdout):
+2020-11-22 19:04:52,798 - b177aa (stdout): result = <map object at 0x7f1f9f3c6f90>
+2020-11-22 19:04:52,798 - b177aa (stdout): options = Namespace(CCN=15, arguments=100, exclude=[], extensions=[<function preprocessing at 0x7f1f9f8ad320>, <function comment...'length': 1000, 'nloc': 1000000, 'parameter_count': 100}, verbose=True, whitelist='whitelizard.txt', working_threads=1)
+2020-11-22 19:04:52,798 - b177aa (stdout): _ = (<lizard.OutputScheme object at 0x7f1f9f390050>, <class 'lizard.AllResult'>)
+2020-11-22 19:04:52,798 - b177aa (stdout):
+2020-11-22 19:04:52,798 - b177aa (stdout): def html_output(result, options, *_):
+2020-11-22 19:04:52,798 - b177aa (stdout): try:
+2020-11-22 19:04:52,798 - b177aa (stdout): from jinja2 import Template
+2020-11-22 19:04:52,798 - b177aa (stdout): except ImportError:
+2020-11-22 19:04:52,798 - b177aa (stdout): sys.stderr.write(
+2020-11-22 19:04:52,798 - b177aa (stdout): "HTML Output depends on jinja2. `pip install jinja2` first")
+2020-11-22 19:04:52,798 - b177aa (stdout): > sys.exit(2)
+2020-11-22 19:04:52,799 - b177aa (stdout): E SystemExit: 2
+2020-11-22 19:04:52,799 - b177aa (stdout):
+2020-11-22 19:04:52,799 - b177aa (stdout): lizard_ext/htmloutput.py:18: SystemExit
+2020-11-22 19:04:52,799 - b177aa (stdout): ----------------------------- Captured stdout call -----------------------------
+2020-11-22 19:04:52,799 - b177aa (stdout): Tmp directory '/var/tmp/portage/app-text/lizard-1.17.7/temp/tmpidp55vl_' created.
+2020-11-22 19:04:52,799 - b177aa (stdout):
+2020-11-22 19:04:52,799 - b177aa (stdout): ----------------------------- Captured stderr call -----------------------------
+2020-11-22 19:04:52,799 - b177aa (stdout): HTML Output depends on jinja2. `pip install jinja2` first
+2020-11-22 19:04:52,799 - b177aa (stdout): __________________ TestHTMLOutput.test_should_have_html_body ___________________
+2020-11-22 19:04:52,799 - b177aa (stdout):
+2020-11-22 19:04:52,799 - b177aa (stdout): result = [<lizard.FileInformation object at 0x7f1f9f412450>]
+2020-11-22 19:04:52,799 - b177aa (stdout): options = Namespace(CCN=15, arguments=100, exclude=[], extensions=[<function preprocessing at 0x7f1f9f8ad320>, <function comment...length': 1000, 'nloc': 1000000, 'parameter_count': 100}, verbose=False, whitelist='whitelizard.txt', working_threads=1)
+2020-11-22 19:04:52,799 - b177aa (stdout): _ = (None, <class 'lizard.AllResult'>)
+2020-11-22 19:04:52,799 - b177aa (stdout):
+2020-11-22 19:04:52,799 - b177aa (stdout): def html_output(result, options, *_):
+2020-11-22 19:04:52,799 - b177aa (stdout): try:
+2020-11-22 19:04:52,799 - b177aa (stdout): > from jinja2 import Template
+2020-11-22 19:04:52,800 - b177aa (stdout): E ModuleNotFoundError: No module named 'jinja2'
+2020-11-22 19:04:52,800 - b177aa (stdout):
+2020-11-22 19:04:52,800 - b177aa (stdout): lizard_ext/htmloutput.py:14: ModuleNotFoundError
+2020-11-22 19:04:52,800 - b177aa (stdout):
+2020-11-22 19:04:52,800 - b177aa (stdout): During handling of the above exception, another exception occurred:
+2020-11-22 19:04:52,800 - b177aa (stdout):
+2020-11-22 19:04:52,800 - b177aa (stdout): self = <test.testOutputHTML.TestHTMLOutput testMethod=test_should_have_html_body>
+2020-11-22 19:04:52,800 - b177aa (stdout):
+2020-11-22 19:04:52,800 - b177aa (stdout): def test_should_have_html_body(self):
+2020-11-22 19:04:52,800 - b177aa (stdout): > html_output([self.fileSummary], self.option, None, AllResult)
+2020-11-22 19:04:52,800 - b177aa (stdout):
+2020-11-22 19:04:52,800 - b177aa (stdout): test/testOutputHTML.py:19:
+2020-11-22 19:04:52,800 - b177aa (stdout): _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
+2020-11-22 19:04:52,800 - b177aa (stdout):
+2020-11-22 19:04:52,800 - b177aa (stdout): result = [<lizard.FileInformation object at 0x7f1f9f412450>]
+2020-11-22 19:04:52,800 - b177aa (stdout): options = Namespace(CCN=15, arguments=100, exclude=[], extensions=[<function preprocessing at 0x7f1f9f8ad320>, <function comment...length': 1000, 'nloc': 1000000, 'parameter_count': 100}, verbose=False, whitelist='whitelizard.txt', working_threads=1)
+2020-11-22 19:04:52,800 - b177aa (stdout): _ = (None, <class 'lizard.AllResult'>)
+2020-11-22 19:04:52,800 - b177aa (stdout):
+2020-11-22 19:04:52,800 - b177aa (stdout): def html_output(result, options, *_):
+2020-11-22 19:04:52,800 - b177aa (stdout): try:
+2020-11-22 19:04:52,800 - b177aa (stdout): from jinja2 import Template
+2020-11-22 19:04:52,800 - b177aa (stdout): except ImportError:
+2020-11-22 19:04:52,800 - b177aa (stdout): sys.stderr.write(
+2020-11-22 19:04:52,800 - b177aa (stdout): "HTML Output depends on jinja2. `pip install jinja2` first")
+2020-11-22 19:04:52,801 - b177aa (stdout): > sys.exit(2)
+2020-11-22 19:04:52,801 - b177aa (stdout): E SystemExit: 2
+2020-11-22 19:04:52,801 - b177aa (stdout):
+2020-11-22 19:04:52,801 - b177aa (stdout): lizard_ext/htmloutput.py:18: SystemExit
+2020-11-22 19:04:52,801 - b177aa (stdout): ----------------------------- Captured stderr call -----------------------------
+2020-11-22 19:04:52,801 - b177aa (stdout): HTML Output depends on jinja2. `pip install jinja2` first
+2020-11-22 19:04:52,801 - b177aa (stdout): =============================== warnings summary ===============================
+2020-11-22 19:04:52,801 - b177aa (stdout): test/test_languages/testGo.py:22
+2020-11-22 19:04:52,801 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testGo.py:22: DeprecationWarning: invalid escape sequence \(
+2020-11-22 19:04:52,801 - b177aa (stdout): ''')
+2020-11-22 19:04:52,801 - b177aa (stdout):
+2020-11-22 19:04:52,801 - b177aa (stdout): test/test_languages/testJavaScript.py:35
+2020-11-22 19:04:52,801 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testJavaScript.py:35: DeprecationWarning: invalid escape sequence \/
+2020-11-22 19:04:52,801 - b177aa (stdout): self.check_tokens(['/\//'], r'''/\//''')
+2020-11-22 19:04:52,801 - b177aa (stdout):
+2020-11-22 19:04:52,801 - b177aa (stdout): test/test_languages/testRuby.py:32
+2020-11-22 19:04:52,801 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:32: DeprecationWarning: invalid escape sequence \/
+2020-11-22 19:04:52,801 - b177aa (stdout): self.check_tokens(['/\//'], r'''/\//''')
+2020-11-22 19:04:52,801 - b177aa (stdout):
+2020-11-22 19:04:52,801 - b177aa (stdout): test/test_languages/testRuby.py:57
+2020-11-22 19:04:52,801 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:57: DeprecationWarning: invalid escape sequence \}
+2020-11-22 19:04:52,801 - b177aa (stdout): self.check_tokens(['%{\}}'], r'''%{\}}''')
+2020-11-22 19:04:52,801 - b177aa (stdout):
+2020-11-22 19:04:52,802 - b177aa (stdout): test/test_languages/testRuby.py:58
+2020-11-22 19:04:52,802 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:58: DeprecationWarning: invalid escape sequence \}
+2020-11-22 19:04:52,802 - b177aa (stdout): self.check_tokens(['%{\}}'], r'''%{\}}''')
+2020-11-22 19:04:52,802 - b177aa (stdout):
+2020-11-22 19:04:52,802 - b177aa (stdout): test/test_languages/testRuby.py:59
+2020-11-22 19:04:52,802 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:59: DeprecationWarning: invalid escape sequence \}
+2020-11-22 19:04:52,802 - b177aa (stdout): self.check_tokens(['%q{\}}'], r'''%q{\}}''')
+2020-11-22 19:04:52,802 - b177aa (stdout):
+2020-11-22 19:04:52,802 - b177aa (stdout): test/test_languages/testRuby.py:60
+2020-11-22 19:04:52,802 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:60: DeprecationWarning: invalid escape sequence \]
+2020-11-22 19:04:52,802 - b177aa (stdout): self.check_tokens(['%q[\]]'], r'''%q[\]]''')
+2020-11-22 19:04:52,802 - b177aa (stdout):
+2020-11-22 19:04:52,802 - b177aa (stdout): test/test_languages/testRuby.py:61
+2020-11-22 19:04:52,802 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/test_languages/testRuby.py:61: DeprecationWarning: invalid escape sequence \>
+2020-11-22 19:04:52,802 - b177aa (stdout): self.check_tokens(['%q<\>>'], r'''%q<\>>''')
+2020-11-22 19:04:52,802 - b177aa (stdout):
+2020-11-22 19:04:52,802 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_header
+2020-11-22 19:04:52,802 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/testOutputCSV.py:26: DeprecationWarning: Please use assertRegex instead.
+2020-11-22 19:04:52,802 - b177aa (stdout): r"NLOC,CCN,token,PARAM,length,location,file,function,long_name,start,end")
+2020-11-22 19:04:52,802 - b177aa (stdout):
+2020-11-22 19:04:52,802 - b177aa (stdout): test/testOutputCSV.py::TestCSVOutput::test_csv_header_with_extension
+2020-11-22 19:04:52,802 - b177aa (stdout): /var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7/test/testOutputCSV.py:39: DeprecationWarning: Please use assertRegex instead.
+2020-11-22 19:04:52,802 - b177aa (stdout): r"NLOC,CCN,token,PARAM,length,location,file,function,long_name,start,end,exits")
+2020-11-22 19:04:52,803 - b177aa (stdout):
+2020-11-22 19:04:52,803 - b177aa (stdout): -- Docs: https://docs.pytest.org/en/stable/warnings.html
+2020-11-22 19:04:52,803 - b177aa (stdout): =========================== short test summary info ============================
+2020-11-22 19:04:52,803 - b177aa (stdout): FAILED test/testOutputFile.py::TestFileOutputIntegration::test_html - SystemE...
+2020-11-22 19:04:52,803 - b177aa (stdout): FAILED test/testOutputHTML.py::TestHTMLOutput::test_should_have_html_body - S...
+2020-11-22 19:04:52,803 - b177aa (stdout): ============ 2 failed, 682 passed, 2 skipped, 10 warnings in 1.71s =============
+2020-11-22 19:04:53,212 - b177aa (stdout): * ERROR: app-text/lizard-1.17.7::guru failed (test phase):
+2020-11-22 19:04:53,213 - b177aa (stdout): * Tests fail with python3.7
+2020-11-22 19:04:53,214 - b177aa (stdout): *
+2020-11-22 19:04:53,216 - b177aa (stdout): * Call stack:
+2020-11-22 19:04:53,220 - b177aa (stdout): * ebuild.sh, line 125: Called src_test
+2020-11-22 19:04:53,223 - b177aa (stdout): * environment, line 2902: Called distutils-r1_src_test
+2020-11-22 19:04:53,226 - b177aa (stdout): * environment, line 1212: Called _distutils-r1_run_foreach_impl 'python_test'
+2020-11-22 19:04:53,230 - b177aa (stdout): * environment, line 428: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:53,233 - b177aa (stdout): * environment, line 2511: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:53,236 - b177aa (stdout): * environment, line 1994: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:53,239 - b177aa (stdout): * environment, line 1992: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:53,242 - b177aa (stdout): * environment, line 785: Called distutils-r1_run_phase 'python_test'
+2020-11-22 19:04:53,245 - b177aa (stdout): * environment, line 1149: Called python_test
+2020-11-22 19:04:53,247 - b177aa (stdout): * environment, line 2862: Called die
+2020-11-22 19:04:53,248 - b177aa (stdout): * The specific snippet of code:
+2020-11-22 19:04:53,261 - b177aa (stdout): * pytest -vv || die "Tests fail with ${EPYTHON}"
+2020-11-22 19:04:53,262 - b177aa (stdout): *
+2020-11-22 19:04:53,263 - b177aa (stdout): * If you need support, post the output of `emerge --info '=app-text/lizard-1.17.7::guru'`,
+2020-11-22 19:04:53,265 - b177aa (stdout): * the complete build log and the output of `emerge -pqv '=app-text/lizard-1.17.7::guru'`.
+2020-11-22 19:04:53,266 - b177aa (stdout): * The complete build log is located at '/var/tmp/portage/app-text/lizard-1.17.7/temp/build.log'.
+2020-11-22 19:04:53,268 - b177aa (stdout): * The ebuild environment file is located at '/var/tmp/portage/app-text/lizard-1.17.7/temp/environment'.
+2020-11-22 19:04:53,269 - b177aa (stdout): * Working directory: '/var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7'
+2020-11-22 19:04:53,271 - b177aa (stdout): * S: '/var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7'
+2020-11-22 19:04:53,458 - b177aa (stdout):
+2020-11-22 19:04:53,458 - b177aa (stdout): >>> Failed to emerge app-text/lizard-1.17.7, Log file:
+2020-11-22 19:04:53,458 - b177aa (stdout):
+2020-11-22 19:04:53,458 - b177aa (stdout): >>> '/var/tmp/portage/app-text/lizard-1.17.7/temp/build.log'
+2020-11-22 19:04:53,458 - b177aa (stdout): * Messages for package app-text/lizard-1.17.7:
+2020-11-22 19:04:53,458 - b177aa (stdout): * ERROR: app-text/lizard-1.17.7::guru failed (test phase):
+2020-11-22 19:04:53,458 - b177aa (stdout): * Tests fail with python3.7
+2020-11-22 19:04:53,459 - b177aa (stdout): *
+2020-11-22 19:04:53,459 - b177aa (stdout): * Call stack:
+2020-11-22 19:04:53,459 - b177aa (stdout): * ebuild.sh, line 125: Called src_test
+2020-11-22 19:04:53,459 - b177aa (stdout): * environment, line 2902: Called distutils-r1_src_test
+2020-11-22 19:04:53,459 - b177aa (stdout): * environment, line 1212: Called _distutils-r1_run_foreach_impl 'python_test'
+2020-11-22 19:04:53,459 - b177aa (stdout): * environment, line 428: Called python_foreach_impl 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:53,459 - b177aa (stdout): * environment, line 2511: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:53,459 - b177aa (stdout): * environment, line 1994: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:53,459 - b177aa (stdout): * environment, line 1992: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test'
+2020-11-22 19:04:53,459 - b177aa (stdout): * environment, line 785: Called distutils-r1_run_phase 'python_test'
+2020-11-22 19:04:53,459 - b177aa (stdout): * environment, line 1149: Called python_test
+2020-11-22 19:04:53,459 - b177aa (stdout): * environment, line 2862: Called die
+2020-11-22 19:04:53,459 - b177aa (stdout): * The specific snippet of code:
+2020-11-22 19:04:53,459 - b177aa (stdout): * pytest -vv || die "Tests fail with ${EPYTHON}"
+2020-11-22 19:04:53,459 - b177aa (stdout): *
+2020-11-22 19:04:53,459 - b177aa (stdout): * If you need support, post the output of `emerge --info '=app-text/lizard-1.17.7::guru'`,
+2020-11-22 19:04:53,459 - b177aa (stdout): * the complete build log and the output of `emerge -pqv '=app-text/lizard-1.17.7::guru'`.
+2020-11-22 19:04:53,459 - b177aa (stdout): * The complete build log is located at '/var/tmp/portage/app-text/lizard-1.17.7/temp/build.log'.
+2020-11-22 19:04:53,459 - b177aa (stdout): * The ebuild environment file is located at '/var/tmp/portage/app-text/lizard-1.17.7/temp/environment'.
+2020-11-22 19:04:53,459 - b177aa (stdout): * Working directory: '/var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7'
+2020-11-22 19:04:53,460 - b177aa (stdout): * S: '/var/tmp/portage/app-text/lizard-1.17.7/work/lizard-1.17.7'
+2020-11-22 19:04:53,460 - b177aa (stdout):
+2020-11-22 19:04:53,460 - b177aa (stdout):
+2020-11-22 19:04:53,544 - running in container b177aa6396295c35336f4dfb816eec920492daef432af65bcedc8a372d7e949e
+2020-11-22 19:04:53,545 - command failed, updating configuration files
+2020-11-22 19:04:53,545 - b177aa etc-update --verbose --automode -5
+2020-11-22 19:04:53,777 - b177aa (stdout): CONFIG_PROTECT=/etc /usr/share/gnupg/qualified.txt
+2020-11-22 19:04:53,778 - b177aa (stdout): CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo
+2020-11-22 19:04:53,778 - b177aa (stdout): FEATURES=assume-digests binpkg-docompress binpkg-dostrip binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersync xattr
+2020-11-22 19:04:53,778 - b177aa (stdout): PORTAGE_CONFIGROOT=/
+2020-11-22 19:04:53,778 - b177aa (stdout): PORTAGE_INST_GID=0
+2020-11-22 19:04:53,778 - b177aa (stdout): PORTAGE_INST_UID=0
+2020-11-22 19:04:53,778 - b177aa (stdout): PORTAGE_TMPDIR=/var/tmp
+2020-11-22 19:04:53,778 - b177aa (stdout): EROOT=/
+2020-11-22 19:04:53,778 - b177aa (stdout): USERLAND=GNU
+2020-11-22 19:04:53,778 - b177aa (stdout): NOCOLOR=
+2020-11-22 19:04:53,778 - b177aa (stdout): clear_term=no
+2020-11-22 19:04:53,778 - b177aa (stdout): eu_automerge=yes
+2020-11-22 19:04:53,778 - b177aa (stdout): rm_opts=-i
+2020-11-22 19:04:53,778 - b177aa (stdout): mv_opts=
+2020-11-22 19:04:53,778 - b177aa (stdout): pager=cat
+2020-11-22 19:04:53,778 - b177aa (stdout): diff_command=diff -uN %file1 %file2
+2020-11-22 19:04:53,778 - b177aa (stdout): using_editor=0
+2020-11-22 19:04:53,778 - b177aa (stdout): merge_command=sdiff -s -o %merged %orig %new
+2020-11-22 19:04:53,778 - b177aa (stdout): mode=0
+2020-11-22 19:04:53,779 - b177aa (stdout): TMP=/var/tmp/etc-update-6909
+2020-11-22 19:04:53,779 - b177aa (stdout): SCAN_PATHS=/etc /usr/share/gnupg/qualified.txt
+2020-11-22 19:04:53,779 - b177aa (stdout): Scanning Configuration files...
+2020-11-22 19:04:53,782 - b177aa (stdout): Exiting: Nothing left to do; exiting. :)
+2020-11-22 19:04:53,823 - opening interactive shell
+2020-11-22 19:04:53,823 - running interactive shell in container