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

Changes:

[ktaylor] Make sure filenames are interpreted as utf8


------------------------------------------
[...truncated 3.51 KB...]
BUILD_CAUSE=SCMTRIGGER
OLDPWD=/home/jenkins
RUN_CHANGES_DISPLAY_URL=https://ci-builds.apache.org/job/Allura/job/Allura-py3.7/243/display/redirect?page=changes
GRADLE_ENTERPRISE_ACCESS_KEY=ge.apache.org=etlwjhwel56ybdijfxymbj5bb6fwydcy3sj2oe6rlwjzotgalrea
JENKINSGRADLEPLUGIN_GRADLE_ENTERPRISE_PLUGIN_VERSION=3.13.1
JOB_BASE_NAME=Allura-py3.7
WORKSPACE_TMP=<https://ci-builds.apache.org/job/Allura/job/Allura-py3.7/ws/@tmp>
BUILD_TIMESTAMP=2023-06-12 19:29:07 UTC
CI=true
GIT_URL=https://gitbox.apache.org/repos/asf/allura.git/
HUDSON_COOKIE=18dd87ce-5924-4e6d-8e56-aba7eafc992d
XDG_SESSION_ID=8292
USER=jenkins
BUILD_NUMBER=243
WORKSPACE=<https://ci-builds.apache.org/job/Allura/job/Allura-py3.7/ws/>
PWD=<https://ci-builds.apache.org/job/Allura/job/Allura-py3.7/ws/>
HUDSON_URL=https://ci-builds.apache.org/
HOME=/home/jenkins
JENKINSGRADLEPLUGIN_CCUD_PLUGIN_VERSION=1.10
NODE_NAME=builds40
HUDSON_SERVER_COOKIE=9c7f00b5d9bf9427
SSH_CLIENT=95.217.196.215 33710 22
JENKINS_HOME=/home/jenkins/jenkins-home
JOB_NAME=Allura/Allura-py3.7
RUN_TESTS_DISPLAY_URL=https://ci-builds.apache.org/job/Allura/job/Allura-py3.7/243/display/redirect?page=tests
GIT_PREVIOUS_COMMIT=7051eaf94d9d9e9d46c9d9c497a7d2fe02a9f212
ROOT_BUILD_CAUSE_SCMTRIGGER=true
BUILD_CAUSE_SCMTRIGGER=true
HUDSON_HOME=/home/jenkins/jenkins-home
JOB_DISPLAY_URL=https://ci-builds.apache.org/job/Allura/job/Allura-py3.7/display/redirect
JENKINSGRADLEPLUGIN_GRADLE_ENTERPRISE_ENFORCE_URL=true
JENKINSGRADLEPLUGIN_GRADLE_AUTO_INJECTION=true
RUN_ARTIFACTS_DISPLAY_URL=https://ci-builds.apache.org/job/Allura/job/Allura-py3.7/243/display/redirect?page=artifacts
MAIL=/var/mail/jenkins
BUILD_URL=https://ci-builds.apache.org/job/Allura/job/Allura-py3.7/243/
SHELL=/bin/bash
JOB_URL=https://ci-builds.apache.org/job/Allura/job/Allura-py3.7/
BUILD_DISPLAY_NAME=#243
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-243
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=aabf052206253944c24faf35876431b897c0ae2c
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 build definition from Dockerfile
#1 transferring dockerfile: 2.56kB 0.1s done
#1 ...

#2 [internal] load .dockerignore
#2 transferring context: 2B 0.0s done
#2 DONE 0.4s

#1 [internal] load build definition from Dockerfile
#1 DONE 0.6s

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

#4 [1/7] FROM 
docker.io/library/ubuntu:18.04@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98
#4 DONE 0.0s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#13 [ 7/10] RUN apachectl configtest
#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:5fd65ffa62be126236c918807f97eb2d08f16f9d222383fcdd760500f49896aa 0.0s 
done
#15 naming to docker.io/library/allura_http
#15 naming to docker.io/library/allura_http 0.1s done
#15 DONE 0.1s

=============================================================================
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:3938c93865f4a33a722209fe1af2f6f93b7053cab6240ba173140b867740c5ea
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

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_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 
f5361e8afa4c6e7beb17833112d8170ba759e46a37d864b0bc9397a233be5319 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:
f5d49651621677b9a4ed9651c0e5685f48c4a4fc7cb0a29a38e6c11dd9bc1e2d
f4cbea06bb6f7c341e87bf5a7e59337264f5b626aea4aa690370af91b5a47938
0e73d2a33292021f5b98f4c7567d880550c8b7fd73004709bf007abd91d788b1

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