See <https://ci-builds.apache.org/job/Allura/job/Allura-py3.7/265/display/redirect?page=changes>
Changes: [Guillermo Cruz] [#8610] Add pre-commit hooks and clean up syntax.py tests to use them ------------------------------------------ [...truncated 112.05 KB...] #8 29.74 curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null #8 29.74 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 29.74 sudo apt-get update && sudo apt-get install yarn #8 29.74 #8 29.74 #8 29.82 Reading package lists... #8 31.04 Building dependency tree... #8 31.34 Reading state information... #8 31.59 The following NEW packages will be installed: #8 31.59 nodejs #8 31.71 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. #8 31.71 Need to get 25.4 MB of archives. #8 31.71 After this operation, 121 MB of additional disk space will be used. #8 31.71 Get:1 https://deb.nodesource.com/node_14.x jammy/main amd64 nodejs amd64 14.21.3-deb-1nodesource1 [25.4 MB] #8 33.12 debconf: delaying package configuration, since apt-utils is not installed #8 33.25 Fetched 25.4 MB in 1s (27.3 MB/s) #8 33.36 Selecting previously unselected package nodejs. #8 33.36 (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 33.39 Preparing to unpack .../nodejs_14.21.3-deb-1nodesource1_amd64.deb ... #8 33.44 Unpacking nodejs (14.21.3-deb-1nodesource1) ... #8 39.33 Setting up nodejs (14.21.3-deb-1nodesource1) ... #8 DONE 43.1s #9 [6/7] RUN locale-gen en_US.UTF-8 #9 1.357 Generating locales (this might take a while)... #9 1.362 en_US.UTF-8... done #9 3.881 Generation complete. #9 DONE 4.6s #10 [7/7] WORKDIR /allura #10 DONE 1.0s #11 exporting to image #11 exporting layers #11 exporting layers 7.1s done #11 writing image sha256:70e5134a6dc5da2e054afc576b6ed78e292154698471a8f55f609fe68becbf75 0.0s done #11 naming to docker.io/library/allura-web #11 naming to docker.io/library/allura-web 0.1s done #11 DONE 7.2s Building http #1 [internal] load build definition from Dockerfile #1 ... #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.5s #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 2.40kB done #1 DONE 0.7s #3 [internal] load metadata for docker.io/library/ubuntu:18.04 #3 DONE 1.5s #4 [ 1/10] FROM docker.io/library/ubuntu:18.04@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98 #4 DONE 0.0s #5 [internal] load build context #5 transferring context: 4.20kB done #5 DONE 0.3s #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 #8 [ 4/10] ADD ./git-http.conf /etc/apache2/sites-available/ #8 DONE 1.1s #9 [ 5/10] RUN a2dissite 000-default.conf #9 1.939 Site 000-default disabled. #9 1.939 To activate the new configuration, you need to run: #9 1.939 service apache2 reload #9 DONE 2.5s #10 [ 6/10] RUN a2ensite git-http.conf #10 1.235 Enabling site git-http. #10 1.248 To activate the new configuration, you need to run: #10 1.248 service apache2 reload #10 DONE 1.8s #11 [ 7/10] RUN apachectl configtest #11 1.717 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 1.732 Syntax OK #11 DONE 2.3s #12 [ 8/10] ADD git-http-backend-wrapper.sh /usr/lib/git-core #12 DONE 1.0s #13 [ 9/10] RUN adduser www-data sudo #13 1.269 Adding user `www-data' to group `sudo' ... #13 1.313 Adding user www-data to group sudo #13 1.553 Done. #13 DONE 2.1s #14 [10/10] RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers.d/sudo_group_passwordless #14 DONE 1.8s #15 exporting to image #15 exporting layers #15 exporting layers 1.9s done #15 writing image sha256:cae9727451bfcf8599fc2c90593dd6ba19cebdb22bda1bb628f54c42423df21b 0.0s done #15 naming to docker.io/library/allura_http 0.1s done #15 DONE 2.0s ============================================================================= 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.0 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 597.8 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 29423 0 --:--:-- --:--:-- --:--:-- 29493 Looking up latest PySVN version... Downloading PySVN 1.9.20... Building PySVN... Processing /tmp/tmp9xqf8mg9.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=01339af146a076fe19918038b17876885e07b5b11e18cac3b1e9ccaae36d8a90 Stored in directory: /root/.cache/pip/wheels/f6/b2/c0/037096e7715f42a071314ba521b7a642a49adce1548d7fae3c 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_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 9a099cb74796967cd7a460af70ebb185dc2df232f7ca13d5b7dc421a520cb48b is not running ============================================================================= Setup: tests ============================================================================= ============================================================================= Run: tests ============================================================================= ============================================================================= Shutdown ============================================================================= Stopping allura_solr_1 ... Stopping allura_mongo_1 ... Stopping allura_mongo_1 ... done Stopping allura_solr_1 ... done Removing allura_web_1 ... Removing allura_solr_1 ... Removing allura_mongo_1 ... Removing allura_solr_1 ... done Removing allura_web_1 ... done Removing allura_mongo_1 ... done Removing network allura_default Total reclaimed space: 0B Deleted Volumes: 7439f95467243aa65ad323c439ae5f222bcffcbfa1626916e5d733c2fe0849d3 d6fe5abdb0cf7199908ad5937d3ab0a8df7639d61102f2c14b42915e658ef047 31d3dd956d13cad32c3355398dc51662a6f091136b2cd3cda191561f6e7365a6 4dd76fb86920b63dabc4b32cd38a0a78f23adad2b1d16619fd07b0f48c058799 520835da9bcd7b44ea55f40f01f00f82f294b12dd5b4bd282f43b5fe761d25ab 57bc814c0fa0e14b0a3fb641f41ee89de3f4822db1509857300a721f3015cc6b cf1faf28f88b09f2e1e8e3c7264de28a349e78d6c5bafebd48ac42fb5dc3f0c1 3b224c9e40e5ea32976cf53d82ccdde0e835a21794464d3c5b62d6ea32a2c4b9 de4eee2aac47c9656c793effe0d20f03fda0ab8cd9ab4cccc7f9d73b2d361337 bcade9ec68a8c51ca36c88947f948d99368f871898db6994de361f37087baad2 c06d3a4f0f8b90c9632ad060c804af289ca5c3159c2aaf6417d7ea6e2ae83e4c 40947719e88badde9d4bfba8eb89863bdc72384b85d1e0d39970d1b965fa934d c995d039bfe1e20189b86ecb1d39469d45f8c8fcf0812207d06df58870aecb35 ddb46d7bb74aaf9dbc23afe7f47fb27829a3ad2c434a4ee39d3364a892fe6c02 57360af073dba12852cfee66fb9c7753ef2df1ac038d6f9d129c977694268108 dc041817a91c36c01d26d1b6428750937fa35907de9f1ff9394ac4aaaa2cf949 9c91c10ce9c4df74fe5b74f8ecf837c88b37e332dcb4a1400b39d918a9bf45a3 2c1027d0405304120df015f487f0c7c41af1bec74f1eb01cd853da0372de8a47 5f0bf7247ccae35bb7b9a45aca98f9273eb2e7a95cc4a12470af24b45fcd438f d423217c37db3743727a47c2c446dfcb78d5346770844a72169bc96d422a4fd9 acfb2cd9b620833bdb7627c185a4b073e9489b605b5041ebcc93d126c9bfc615 075973f20c3025d95c1a3725cb785473a1f069e0ee1c9ad455247365838be2a3 122d213634267ffedbb10f7b42029034e8235a5d173142a11b77fde82559b2b1 59806a3eee8c66964a9baa0b61af3719e13eafe92acd369cd9a03b3fecd493fd 3a76cc717cf6762b2b88772f6ce87f4865f0c175177c466eb95297008819120e 2ed9d5347588edc281d69ef6bd0d06f3a5327c9dfb5ec861ae4917d512bc915f f37939915971801894dcb894f7e3f2fe1bfea1d7677859dc88215577b9865b17 Total reclaimed space: 3.4GB 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?