See 
<https://ci-builds.apache.org/job/Allura/job/Allura-py3.11/45/display/redirect?page=changes>

Changes:

[Dillon Walls] fix dependency-check warning for cryptography<41.0.0


------------------------------------------
[...truncated 122.36 KB...]
 ---> 05620f7279a5
Step 7/13 : RUN curl --silent --location https://deb.nodesource.com/setup_10.x 
| sudo bash - &&     DEBIAN_FRONTEND=noninteractive apt-get install --yes 
--no-install-recommends nodejs
 ---> Running in 9819791f4f7f

================================================================================
================================================================================

                              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://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
Get:2 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu bionic InRelease [15.9 kB]
Get:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:4 http://ppa.launchpad.net/git-core/ppa/ubuntu bionic InRelease [20.8 kB]
Get:5 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 
Packages [23.8 kB]
Get:7 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB]
Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages 
[3358 kB]
Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB]
Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 
Packages [1668 kB]
Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 
Packages [1631 kB]
Get:12 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu bionic/main amd64 
Packages [447 B]
Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB]
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-updates/universe amd64 Packages 
[2403 kB]
Get:17 http://ppa.launchpad.net/git-core/ppa/ubuntu bionic/main amd64 Packages 
[3162 B]
Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 
Packages [1709 kB]
Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages 
[3771 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 7s (4142 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://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:3 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu bionic InRelease
Get:4 https://deb.nodesource.com/node_10.x bionic/main amd64 Packages [767 B]
Hit:5 http://archive.ubuntu.com/ubuntu bionic InRelease
Hit:6 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:7 http://ppa.launchpad.net/git-core/ppa/ubuntu bionic InRelease
Hit:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
Fetched 5351 B in 2s (3183 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 https://deb.nodesource.com/node_10.x bionic/main amd64 nodejs amd64 
10.24.1-1nodesource1 [15.9 MB]
Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 
libpython2.7-minimal amd64 2.7.17-1~18.04ubuntu1.11 [335 kB]
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]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 17.6 MB in 1s (22.8 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 9819791f4f7f
 ---> 53bf80a86889
Step 8/13 : RUN locale-gen en_US.UTF-8
 ---> Running in d336fb2d09d5
Generating locales (this might take a while)...
  en_US.UTF-8... done
Generation complete.
Removing intermediate container d336fb2d09d5
 ---> 257c29d098f3
Step 9/13 : ENV LANG en_US.UTF-8
 ---> Running in a5c043938f82
Removing intermediate container a5c043938f82
 ---> 60fe5f180c56
Step 10/13 : ENV USER root
 ---> Running in b9856abeeb25
Removing intermediate container b9856abeeb25
 ---> ef14ec0238fc
Step 11/13 : WORKDIR /allura
 ---> Running in 7e6c11a55aea
Removing intermediate container 7e6c11a55aea
 ---> 07ec9db1f6e7
Step 12/13 : ENV PYTHONUNBUFFERED 1
 ---> Running in ea8e761305e8
Removing intermediate container ea8e761305e8
 ---> fe800d34f743
Step 13/13 : CMD gunicorn --paste Allura/docker-dev.ini -b :8088 --reload
 ---> Running in fe8523a2bd1d
Removing intermediate container fe8523a2bd1d
 ---> 1d7070c0272b

Successfully built 1d7070c0272b
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_solr_1  ... done
Creating allura_mongo_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 
fe15a206936992b8b65a1154bb86d3ee46d263fa3e3eb1ec27d81230cb7ae9c8 is not running

=============================================================================
Setup: tests
=============================================================================

=============================================================================
Run: tests
=============================================================================

=============================================================================
Shutdown
=============================================================================
Stopping allura_solr_1  ... 
Stopping allura_mongo_1 ... 
Stopping allura_solr_1  ... done
Stopping allura_mongo_1 ... done
Removing allura_web_1   ... 
Removing allura_solr_1  ... 
Removing allura_mongo_1 ... 
Removing allura_web_1   ... done
Removing allura_mongo_1 ... done
Removing allura_solr_1  ... done
Removing network allura_default
Total reclaimed space: 0B
Deleted Volumes:
0b9eb0b7293eaa1b5b70a3b7eb60c2a330962718b88f90561b5171cfd56f10f4
a6c2d8dcae90aec6388b107cc0824c406e445202bc1285efd0f01de067637152
6a8190609e2f8c5a8834b3d771cdc7823ee39c72bd817f41732ac7400e338bbb
0d51e56f70adf6e76f0c04e8ae37fe81777d69ea5dcb7dd5d88a97c17fea2dd7
f283406a4ad8667bd07ff251c5760969b5aebb8090ef9e65fb17f6f53d7d156d

Total reclaimed space: 725.6MB
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?

Reply via email to