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

Changes:

[Guillermo Cruz] bump cryptography 41.0.2 -> 41.0.3


------------------------------------------
[...truncated 4.91 KB...]
RUN_ARTIFACTS_DISPLAY_URL=https://ci-builds.apache.org/job/Allura/job/Allura-py3.7/255/display/redirect?page=artifacts
MAIL=/var/mail/jenkins
BUILD_URL=https://ci-builds.apache.org/job/Allura/job/Allura-py3.7/255/
SHELL=/bin/bash
JOB_URL=https://ci-builds.apache.org/job/Allura/job/Allura-py3.7/
BUILD_DISPLAY_NAME=#255
PY_VERSION=3.7
ROOT_BUILD_CAUSE=SCMTRIGGER
SHLVL=3
GIT_BRANCH=origin/master
JENKINSGRADLEPLUGIN_GRADLE_ENTERPRISE_URL=https://ge.apache.org
BUILD_TAG=jenkins-Allura-Allura-py3.7-255
JENKINSGRADLEPLUGIN_GRADLE_ENTERPRISE_GRADLE_INJECTION_ENABLED=false
NODE_LABELS=builds40 ubuntu
LOGNAME=jenkins
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/910/bus
XDG_RUNTIME_DIR=/run/user/910
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
GIT_PREVIOUS_SUCCESSFUL_COMMIT=61ee60cac206a2ef7e705c1e4496cc6a43fd91a1
JENKINS_SERVER_COOKIE=9c7f00b5d9bf9427
_=/usr/bin/env

=============================================================================
Run: cleanup previous runs
=============================================================================
Removing network allura_default
Network allura_default not found.

=============================================================================
Run: build docker image
=============================================================================
solr uses an image, skipping
mongo uses an image, skipping
outmail uses an image, skipping
taskd uses an image, skipping
inmail uses an image, skipping
Building web
#1 [internal] load .dockerignore
#1 transferring context:
#1 transferring context: 2B done
#1 DONE 0.6s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 2.58kB done
#2 DONE 0.8s

#3 [internal] load metadata for docker.io/library/ubuntu:22.04
#3 DONE 1.3s

#4 [1/7] FROM 
docker.io/library/ubuntu:22.04@sha256:0bced47fffa3361afa981854fcabcd4577cd43cebbb808cea2b1f33a3dd7f508
#4 DONE 0.0s

#5 [2/7] RUN apt-get update     && apt-get install gpg gpg-agent 
software-properties-common -y --no-install-recommends     && add-apt-repository 
ppa:deadsnakes/ppa -y     && apt-get update
#5 CACHED

#6 [3/7] RUN apt-get upgrade -y git
#6 CACHED

#7 [4/7] RUN DEBIAN_FRONTEND=noninteractive apt-get install -y 
--no-install-recommends         git-core         python3.7         
python3.7-venv         python3.7-dev         gcc         libmagic1         
libssl-dev         libldap2-dev         libsasl2-dev         libjpeg8-dev       
  zlib1g-dev         zip         subversion         curl         locales        
 g++         libsvn-dev         make         sudo     && rm -rf 
/var/lib/apt/lists/*
#7 CACHED

#8 [5/7] RUN curl --silent --location https://deb.nodesource.com/setup_14.x | 
sudo bash - &&     DEBIAN_FRONTEND=noninteractive apt-get install --yes 
--no-install-recommends nodejs
#8 CACHED

#9 [6/7] RUN locale-gen en_US.UTF-8
#9 CACHED

#10 [7/7] WORKDIR /allura
#10 CACHED

#11 exporting to image
#11 exporting layers done
#11 writing image 
sha256:f10234e3516b8995c69b7c223168dbe2cfb8ca9f1d88dbb6022963fd842e40ce 0.1s 
done
#11 naming to docker.io/library/allura-web 0.1s done
#11 DONE 0.2s
Building http
#1 [internal] load .dockerignore
#1 transferring context:
#1 transferring context: 2B done
#1 ...

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 2.40kB done
#2 DONE 0.6s

#1 [internal] load .dockerignore
#1 DONE 0.9s

#3 [internal] load metadata for docker.io/library/ubuntu:18.04
#3 DONE 1.0s

#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.4s

#6 [ 3/10] RUN a2enmod cgi proxy proxy_http
#6 CACHED

#7 [ 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/*
#7 CACHED

#8 [ 9/10] RUN adduser www-data sudo
#8 CACHED

#9 [ 4/10] ADD ./git-http.conf /etc/apache2/sites-available/
#9 CACHED

#10 [ 7/10] RUN apachectl configtest
#10 CACHED

#11 [ 8/10] ADD git-http-backend-wrapper.sh /usr/lib/git-core
#11 CACHED

#12 [ 5/10] RUN a2dissite 000-default.conf
#12 CACHED

#13 [ 6/10] RUN a2ensite git-http.conf
#13 CACHED

#14 [10/10] RUN echo '%sudo  ALL=(ALL) NOPASSWD:ALL' > 
/etc/sudoers.d/sudo_group_passwordless
#14 CACHED

#15 exporting to image
#15 exporting layers done
#15 writing image 
sha256:3b4cf350bd6bdb032324eb9f19eab59dd42c9f2df4eec671c003919c6982d759
#15 writing image 
sha256:3b4cf350bd6bdb032324eb9f19eab59dd42c9f2df4eec671c003919c6982d759 0.1s 
done
#15 naming to docker.io/library/allura_http 0.1s done
#15 DONE 0.2s

=============================================================================
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.5 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 509.0 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 --:--:-- --:--:-- --:--:--     0  
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 
12741  100 12741    0     0  59811      0 --:--:-- --:--:-- --:--:-- 59816
Looking up latest PySVN version...
Downloading PySVN 1.9.20...
Building PySVN...
Processing /tmp/tmp2cbh4yip.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=9bee65ad05ff0e3bbbf5ee9824d0c15cbcfadeb01a3d5ffece93a87c635246d7
  Stored in directory: 
/root/.cache/pip/wheels/02/94/89/3b965697252276a6d55fa9c52a6d045fe4df46a9d57e14b142
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: 
10.0.0 Requires-Python >=3.8; 6.8.0 Requires-Python >=3.8
ERROR: Could not find a version that satisfies the requirement pillow==10.0.0 
(from versions: 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 
1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8, 2.0.0, 2.1.0, 2.2.0, 2.2.1, 2.2.2, 2.3.0, 
2.3.1, 2.3.2, 2.4.0, 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.6.0, 2.6.1, 2.6.2, 2.7.0, 
2.8.0, 2.8.1, 2.8.2, 2.9.0, 3.0.0, 3.1.0rc1, 3.1.0, 3.1.1, 3.1.2, 3.2.0, 3.3.0, 
3.3.1, 3.3.2, 3.3.3, 3.4.0, 3.4.1, 3.4.2, 4.0.0, 4.1.0, 4.1.1, 4.2.0, 4.2.1, 
4.3.0, 5.0.0, 5.1.0, 5.2.0, 5.3.0, 5.4.0, 5.4.1, 6.0.0, 6.1.0, 6.2.0, 6.2.1, 
6.2.2, 7.0.0, 7.1.0, 7.1.1, 7.1.2, 7.2.0, 8.0.0, 8.0.1, 8.1.0, 8.1.1, 8.1.2, 
8.2.0, 8.3.0, 8.3.1, 8.3.2, 8.4.0, 9.0.0, 9.0.1, 9.1.0, 9.1.1, 9.2.0, 9.3.0, 
9.4.0, 9.5.0)
ERROR: No matching distribution found for pillow==10.0.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 
ef888ce733d77da385eda22d1253c7f272f514316ed2670fb14d362cab09a977 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_web_1   ... done
Removing allura_mongo_1 ... done
Removing allura_solr_1  ... done
Removing network allura_default
Total reclaimed space: 0B
Deleted Volumes:
6fa1ce02e51f0b3fa02f7c05064458da5d869391978611d8477c281bdf5b4d7c

Total reclaimed space: 0B
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