Comment 4 for bug 2051540

Revision history for this message
Matthias Klose (doko) wrote :

better, but still not complete:

1186s autopkgtest [04:54:38]: test root-unittest: [-----------------------
1186s Interpreter: python3
1186s
1186s rm -rf ./build
1186s rm -rf ./staging
1186s rm -rf ./tests/testarea ./tests/unit/tmp
1186s rm -rf ./tmp
1186s rm -rf ./snap-build
1186s rm -rf ./parts ./stage ./prime
1186s rm -f ./locales/mo/*.mo
1186s rm -f ./tests/unit/*.pyc ./tests/*.pyc ./src/*.pyc
1186s rm -rf ./tests/unit/__pycache__ ./tests/__pycache__ ./src/__pycache__
1186s rm -rf ./.coverage
1186s rm -f ./ufw # unittest symlink
1186s = Functional Tests =
1186s net.ipv4.ip_forward = 0
1186s net.ipv6.conf.default.forwarding = 0
1186s net.ipv6.conf.all.forwarding = 0
1186s
1186s Performing tests 'root/bugs'
1186s - installing
1187s Traceback (most recent call last):
1187s File "/tmp/autopkgtest.qdhyuB/build.T34/src/./setup.py", line 28, in <module>
1187s from distutils.command.install import install as _install
1187s ModuleNotFoundError: No module named 'distutils'