See <https://ci-builds.apache.org/job/Allura/job/Allura-py3.11/47/display/redirect?page=changes>
Changes: [ktaylor] Make sure filenames are interpreted as utf8 ------------------------------------------ [...truncated 78.12 KB...] ================================================================================ ================================================================================ DEPRECATION WARNING Node.js 10.x is no longer actively supported! You will not receive security or critical stability updates for this version. You should migrate to a supported version of Node.js as soon as possible. Use the installation script that corresponds to the version of Node.js you wish to install. e.g. * https://deb.nodesource.com/setup_12.x ? Node.js 12 LTS "Erbium" * https://deb.nodesource.com/setup_14.x ? Node.js 14 LTS "Fermium" (recommended) * https://deb.nodesource.com/setup_16.x ? Node.js 16 "Gallium" Please see https://github.com/nodejs/Release for details about which version may be appropriate for you. The NodeSource Node.js distributions repository contains information both about supported versions of Node.js and supported Linux distributions. To learn more about usage, see the repository: https://github.com/nodesource/distributions ================================================================================ ================================================================================ Continuing in 20 seconds ... ## Installing the NodeSource Node.js 10.x repo... ## Populating apt-get cache... + apt-get update Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] Get:3 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu bionic InRelease [15.9 kB] Get:4 http://ppa.launchpad.net/git-core/ppa/ubuntu bionic InRelease [20.8 kB] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1631 kB] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [23.8 kB] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [3358 kB] Get:9 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu bionic/main amd64 Packages [447 B] Get:10 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1668 kB] Get:12 http://ppa.launchpad.net/git-core/ppa/ubuntu bionic/main amd64 Packages [3162 B] Get:13 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3771 kB] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1709 kB] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2403 kB] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [30.8 kB] Get:21 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [20.6 kB] Get:22 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [64.0 kB] Fetched 28.1 MB in 6s (4354 kB/s) Reading package lists... ## Confirming "bionic" is supported... + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_10.x/dists/bionic/Release' ## Adding the NodeSource signing key to your keyring... + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor | tee /usr/share/keyrings/nodesource.gpg >/dev/null ## Creating apt sources list file for the NodeSource Node.js 10.x repo... + echo 'deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_10.x bionic main' > /etc/apt/sources.list.d/nodesource.list + echo 'deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_10.x bionic main' >> /etc/apt/sources.list.d/nodesource.list ## Running `apt-get update` for you... + apt-get update Get:1 https://deb.nodesource.com/node_10.x bionic InRelease [4584 B] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease Hit:4 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu bionic InRelease Get:5 https://deb.nodesource.com/node_10.x bionic/main amd64 Packages [767 B] Hit:6 http://archive.ubuntu.com/ubuntu bionic-updates InRelease Hit:7 http://archive.ubuntu.com/ubuntu bionic-backports InRelease Hit:8 http://ppa.launchpad.net/git-core/ppa/ubuntu bionic InRelease Fetched 5351 B in 2s (2668 B/s) Reading package lists... ## Run `sudo apt-get install -y nodejs` to install Node.js 10.x and npm ## You may also need development tools to build native addons: sudo apt-get install gcc g++ make ## To install the Yarn package manager, run: curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list sudo apt-get update && sudo apt-get install yarn Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: libpython2.7-minimal python-minimal python2.7-minimal Suggested packages: binfmt-support Recommended packages: libpython2.7-stdlib python python2.7 The following NEW packages will be installed: libpython2.7-minimal nodejs python-minimal python2.7-minimal 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. Need to get 17.6 MB of archives. After this operation, 87.3 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython2.7-minimal amd64 2.7.17-1~18.04ubuntu1.11 [335 kB] Get:2 https://deb.nodesource.com/node_10.x bionic/main amd64 nodejs amd64 10.24.1-1nodesource1 [15.9 MB] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python2.7-minimal amd64 2.7.17-1~18.04ubuntu1.11 [1294 kB] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-minimal amd64 2.7.15~rc1-1 [28.1 kB] [91mdebconf: delaying package configuration, since apt-utils is not installed [0mFetched 17.6 MB in 1s (12.4 MB/s) Selecting previously unselected package libpython2.7-minimal:amd64. (Reading database ... (Reading database ... 5%(Reading database ... 10%(Reading database ... 15%(Reading database ... 20%(Reading database ... 25%(Reading database ... 30%(Reading database ... 35%(Reading database ... 40%(Reading database ... 45%(Reading database ... 50%(Reading database ... 55%(Reading database ... 60%(Reading database ... 65%(Reading database ... 70%(Reading database ... 75%(Reading database ... 80%(Reading database ... 85%(Reading database ... 90%(Reading database ... 95%(Reading database ... 100%(Reading database ... 16599 files and directories currently installed.) Preparing to unpack .../libpython2.7-minimal_2.7.17-1~18.04ubuntu1.11_amd64.deb ... Unpacking libpython2.7-minimal:amd64 (2.7.17-1~18.04ubuntu1.11) ... Selecting previously unselected package python2.7-minimal. Preparing to unpack .../python2.7-minimal_2.7.17-1~18.04ubuntu1.11_amd64.deb ... Unpacking python2.7-minimal (2.7.17-1~18.04ubuntu1.11) ... Selecting previously unselected package python-minimal. Preparing to unpack .../python-minimal_2.7.15~rc1-1_amd64.deb ... Unpacking python-minimal (2.7.15~rc1-1) ... Selecting previously unselected package nodejs. Preparing to unpack .../nodejs_10.24.1-1nodesource1_amd64.deb ... Unpacking nodejs (10.24.1-1nodesource1) ... Setting up libpython2.7-minimal:amd64 (2.7.17-1~18.04ubuntu1.11) ... Setting up python2.7-minimal (2.7.17-1~18.04ubuntu1.11) ... Setting up python-minimal (2.7.15~rc1-1) ... Setting up nodejs (10.24.1-1nodesource1) ... Removing intermediate container 223171b80633 ---> ae1d98b27898 Step 8/13 : RUN locale-gen en_US.UTF-8 ---> Running in 2d902bfecd46 Generating locales (this might take a while)... en_US.UTF-8... done Generation complete. Removing intermediate container 2d902bfecd46 ---> 6ccbf6492ee9 Step 9/13 : ENV LANG en_US.UTF-8 ---> Running in 6f9c687ad6d8 Removing intermediate container 6f9c687ad6d8 ---> 72a397130b2a Step 10/13 : ENV USER root ---> Running in 993ef48004a3 Removing intermediate container 993ef48004a3 ---> f5af02c0651f Step 11/13 : WORKDIR /allura ---> Running in 3a27f2d30b8b Removing intermediate container 3a27f2d30b8b ---> f9ca6584e801 Step 12/13 : ENV PYTHONUNBUFFERED 1 ---> Running in 0b66cd8ff32f Removing intermediate container 0b66cd8ff32f ---> 4ec27d59cd21 Step 13/13 : CMD gunicorn --paste Allura/docker-dev.ini -b :8088 --reload ---> Running in 718ef3376fcd Removing intermediate container 718ef3376fcd ---> d306b79b8930 Successfully built d306b79b8930 Successfully tagged allura-web:latest Image for service web was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`. Creating allura_solr_1 ... Creating allura_mongo_1 ... Creating allura_mongo_1 ... done Creating allura_solr_1 ... done Creating allura_web_run ... Creating allura_web_run ... done Running scripts/init-docker-dev.sh Creating SCM directories Creating directory for SOLR data Changing it's permissions to 777 so that container will have access to it Creating virtualenv The virtual environment was not created successfully because ensurepip is not available. On Debian/Ubuntu systems, you need to install the python3-venv package using the following command. apt-get install python3-venv You may need to use sudo with that command. After installing the python3-venv package, recreate your virtual environment. Failing command: ['/allura-data/virtualenv/bin/python3.7', '-Im', 'ensurepip', '--upgrade', '--default-pip'] 1 ============================================================================= Starting up docker containers ============================================================================= allura_solr_1 is up-to-date allura_mongo_1 is up-to-date Creating allura_web_1 ... Creating allura_web_1 ... done ============================================================================= Docker Container Info: ============================================================================= Error response from daemon: Container 20863834d8a7ca7170aaa9b9fe71f6050cdc340efcedcdad6e8c811dbf3b14d9 is not running ============================================================================= Setup: tests ============================================================================= ============================================================================= Run: tests ============================================================================= ============================================================================= Shutdown ============================================================================= Stopping allura_mongo_1 ... Stopping allura_solr_1 ... Stopping allura_solr_1 ... done Stopping allura_mongo_1 ... done Removing allura_web_1 ... Removing allura_mongo_1 ... Removing allura_solr_1 ... Removing allura_mongo_1 ... done Removing allura_web_1 ... done Removing allura_solr_1 ... done Removing network allura_default Total reclaimed space: 0B Deleted Volumes: f37bfdf28f4f8834946fbcc906017b71602887b3f34c904f005cf0f5f53d496b 201e07807ecb67b1024de0ae83c264f29448074cc4d696fa8e852d5994547f08 b07a45771e3729ab8d1a044920621af99d557c6e442262cdcda094dd0f51a0bb 23b5b4862af250f049da5190917bcc006ecd7786287de70024f349c2f4b4edac 78256e372077f562582ee344c0f8016221c2d5e6edab9dd0750220d4f787909f 46248044ce76ffeb33ebb48c461497a669ab57ac5b2171a8adb8d673da72f30a 88f86099962c3d880820e8f6d7137622be63e2ff060a5ef5ec9ef28c292d4d21 fe454e0811a7e84fbc6586a6ff4b9831048a82586556fd699ffa438504f9f24e d2a587e615afe07f132812765bbc0ed199eb7135096b79325a1b8bb740536dfa Total reclaimed space: 1.423GB Build step 'Execute shell' marked build as failure Recording test results ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?