See <https://ci-builds.apache.org/job/Allura/job/Allura-py3.7/266/display/redirect?page=changes>
Changes: [Guillermo Cruz] [#8610] added licensing and environment variable for pre-commit ------------------------------------------ [...truncated 111.29 KB...] #8 29.57 ## Running `apt-get update` for you... #8 29.57 #8 29.57 + apt-get update #8 29.78 Get:1 https://deb.nodesource.com/node_14.x jammy InRelease [4563 B] #8 29.87 Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease #8 29.89 Get:3 https://deb.nodesource.com/node_14.x jammy/main amd64 Packages [776 B] #8 29.94 Hit:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease #8 30.00 Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease #8 30.02 Hit:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease #8 30.42 Hit:7 https://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntu jammy InRelease #8 30.76 Fetched 5339 B in 1s (4958 B/s) #8 30.76 Reading package lists... #8 32.20 #8 32.20 ## Run `sudo apt-get install -y nodejs` to install Node.js 14.x and npm #8 32.20 ## You may also need development tools to build native addons: #8 32.20 sudo apt-get install gcc g++ make #8 32.20 ## To install the Yarn package manager, run: #8 32.20 curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null #8 32.20 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 #8 32.20 sudo apt-get update && sudo apt-get install yarn #8 32.20 #8 32.20 #8 32.27 Reading package lists... #8 33.69 Building dependency tree... #8 33.93 Reading state information... #8 34.18 The following NEW packages will be installed: #8 34.18 nodejs #8 34.29 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. #8 34.29 Need to get 25.4 MB of archives. #8 34.29 After this operation, 121 MB of additional disk space will be used. #8 34.29 Get:1 https://deb.nodesource.com/node_14.x jammy/main amd64 nodejs amd64 14.21.3-deb-1nodesource1 [25.4 MB] #8 35.15 debconf: delaying package configuration, since apt-utils is not installed #8 35.34 Fetched 25.4 MB in 1s (47.5 MB/s) #8 35.54 Selecting previously unselected package nodejs. #8 35.54 (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 ... 19190 files and directories currently installed.) #8 35.56 Preparing to unpack .../nodejs_14.21.3-deb-1nodesource1_amd64.deb ... #8 35.69 Unpacking nodejs (14.21.3-deb-1nodesource1) ... #8 41.56 Setting up nodejs (14.21.3-deb-1nodesource1) ... #8 DONE 44.1s #9 [6/7] RUN locale-gen en_US.UTF-8 #9 2.678 Generating locales (this might take a while)... #9 2.684 en_US.UTF-8... done #9 5.647 Generation complete. #9 DONE 7.4s #10 [7/7] WORKDIR /allura #10 DONE 2.7s #11 exporting to image #11 exporting layers #11 exporting layers 6.8s done #11 writing image sha256:e9c05852651fd96d974417456609989670d7456c25b4a4880812a1a3be9c8aec 0.1s done #11 naming to docker.io/library/allura-web #11 naming to docker.io/library/allura-web 0.2s done #11 DONE 7.1s Building http #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 2.40kB done #1 ... #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 2.4s #1 [internal] load build definition from Dockerfile #1 DONE 2.6s #3 [internal] load metadata for docker.io/library/ubuntu:18.04 #3 DONE 2.6s #4 [internal] load build context #4 DONE 0.0s #5 [ 1/10] FROM docker.io/library/ubuntu:18.04@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98 #5 DONE 0.0s #6 [ 2/10] RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends apache2 libapache2-mod-python python-requests git curl sudo && rm -rf /var/lib/apt/lists/* #6 CACHED #7 [ 3/10] RUN a2enmod cgi proxy proxy_http #7 CACHED #4 [internal] load build context #4 transferring context: 4.20kB 0.0s done #4 DONE 0.9s #8 [ 4/10] ADD ./git-http.conf /etc/apache2/sites-available/ #8 DONE 3.0s #9 [ 5/10] RUN a2dissite 000-default.conf #9 3.348 Site 000-default disabled. #9 3.348 To activate the new configuration, you need to run: #9 3.348 service apache2 reload #9 DONE 4.9s #10 [ 6/10] RUN a2ensite git-http.conf #10 2.456 Enabling site git-http. #10 2.466 To activate the new configuration, you need to run: #10 2.466 service apache2 reload #10 DONE 4.1s #11 [ 7/10] RUN apachectl configtest #11 4.149 AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message #11 4.149 Syntax OK #11 DONE 5.7s #12 [ 8/10] ADD git-http-backend-wrapper.sh /usr/lib/git-core #12 DONE 2.2s #13 [ 9/10] RUN adduser www-data sudo #13 2.662 Adding user `www-data' to group `sudo' ... #13 2.709 Adding user www-data to group sudo #13 3.243 Done. #13 DONE 4.7s #14 [10/10] RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers.d/sudo_group_passwordless #14 DONE 3.8s #15 exporting to image #15 exporting layers #15 exporting layers 4.3s done #15 writing image sha256:1c062cea1d475121921fdd95f5548376749fe0b2d48409638ce7c46c88763f8b #15 writing image sha256:1c062cea1d475121921fdd95f5548376749fe0b2d48409638ce7c46c88763f8b 0.1s done #15 naming to docker.io/library/allura_http #15 naming to docker.io/library/allura_http 0.2s done #15 DONE 4.6s ============================================================================= Setup: venv, pip, pysvn, ./rebuild-all.sh, npm, etc. ============================================================================= Creating network "allura_default" with the default driver Pulling solr (solr:6-alpine)... 6-alpine: Pulling from library/solr Digest: sha256:4f63093698313437a49b2f945c4b1545c9e3a655f52581bc6e01ea006fae132e Status: Downloaded newer image for solr:6-alpine Pulling mongo (mongo:4.2)... 4.2: Pulling from library/mongo Digest: sha256:699d652ed67423d689258bad7b316cf005dfbb82b334118ec306f049042f3717 Status: Downloaded newer image for mongo:4.2 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 Requirement already satisfied: pip in /allura-data/virtualenv/lib/python3.7/site-packages (23.0.1) Collecting pip Downloading pip-23.2.1-py3-none-any.whl (2.1 MB) ââââââââââââââââââââââââââââââââââââââââ 2.1/2.1 MB 8.4 MB/s eta 0:00:00 Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 23.0.1 Uninstalling pip-23.0.1: Successfully uninstalled pip-23.0.1 Successfully installed pip-23.2.1 Collecting wheel Obtaining dependency information for wheel from https://files.pythonhosted.org/packages/28/f5/6955d7b3a5d71ce6bac104f9cf98c1b0513ad656cdaca8ea7d579196f771/wheel-0.41.1-py3-none-any.whl.metadata Downloading wheel-0.41.1-py3-none-any.whl.metadata (2.2 kB) Downloading wheel-0.41.1-py3-none-any.whl (64 kB) ââââââââââââââââââââââââââââââââââââââââ 64.8/64.8 kB 529.9 kB/s eta 0:00:00 Installing collected packages: wheel Successfully installed wheel-0.41.1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 12741 100 12741 0 0 42090 0 --:--:-- --:--:-- --:--:-- 42188 Looking up latest PySVN version... Downloading PySVN 1.9.20... Building PySVN... Processing /tmp/tmpeqwt5t2v.pysvn-install/pysvn-1.9.20 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Building wheels for collected packages: pysvn Building wheel for pysvn (setup.py): started Building wheel for pysvn (setup.py): still running... Building wheel for pysvn (setup.py): finished with status 'done' Created wheel for pysvn: filename=pysvn-1.9.20-cp37-cp37m-linux_x86_64.whl size=738992 sha256=bad8e623f2cb1078bf1019c8f75eaba92fbd6dc376c6510a5b2988e715914a71 Stored in directory: /root/.cache/pip/wheels/30/83/2e/ab591f104ae6fd9b1ba6a13c5502697e4884a539864156a535 Successfully built pysvn Installing collected packages: pysvn Successfully installed pysvn-1.9.20 PySVN is installed. Installing python packages ERROR: Ignored the following versions that require a different python version: 3.4.0 Requires-Python >=3.8 ERROR: Could not find a version that satisfies the requirement cfgv==3.4.0 (from versions: 0.0.1, 0.0.2, 0.0.3, 0.0.4, 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 1.6.0, 2.0.0, 2.0.1, 3.0.0, 3.1.0, 3.2.0, 3.3.0, 3.3.1) ERROR: No matching distribution found for cfgv==3.4.0 1 ============================================================================= Starting up docker containers ============================================================================= allura_mongo_1 is up-to-date allura_solr_1 is up-to-date Creating allura_web_1 ... Creating allura_web_1 ... done ============================================================================= Docker Container Info: ============================================================================= Error response from daemon: Container 84607884d0c8283a08217e40c0f44cffc4551ef785dbcb3fad2ed80d7d93be8e 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_mongo_1 ... done Removing allura_web_1 ... done Removing allura_solr_1 ... done Removing network allura_default Total reclaimed space: 0B Deleted Volumes: 7ff9cd0fc5a71a992d7d475d4071456a57390b0c87bbcb998405ae289958a17b 0f386ea4aa3adc550727bb22b8b47a2a9785678970c076896f156df7c56dac61 4c0b564bafb65e60a382b383b487c66ceaa46b1a0a7f3fcde3ec916ac45d803f e9c84d9932f533b5595bc24680fde38291bab60c64230f5f2874aa77bd89b0cd 894f11f77e128f1cb9627e7990c5724b9c3b85ed3947b97137da5d386f953706 Total reclaimed space: 684.1MB 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?