See 
<https://ci-builds.apache.org/job/Allura/job/Allura-py3.8/280/display/redirect>

Changes:


------------------------------------------
[...truncated 4.10 KB...]
RUN_CHANGES_DISPLAY_URL=https://ci-builds.apache.org/job/Allura/job/Allura-py3.8/280/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.8
WORKSPACE_TMP=<https://ci-builds.apache.org/job/Allura/job/Allura-py3.8/ws/@tmp>
BUILD_TIMESTAMP=2023-10-03 15:24:51 UTC
CI=true
GIT_URL=https://gitbox.apache.org/repos/asf/allura.git/
HUDSON_COOKIE=9c63de20-59bf-4561-9dda-caba8d812271
XDG_SESSION_ID=9287
USER=jenkins
BUILD_NUMBER=280
WORKSPACE=<https://ci-builds.apache.org/job/Allura/job/Allura-py3.8/ws/>
PWD=<https://ci-builds.apache.org/job/Allura/job/Allura-py3.8/ws/>
HUDSON_URL=https://ci-builds.apache.org/
HOME=/home/jenkins
JENKINSGRADLEPLUGIN_CCUD_PLUGIN_VERSION=1.10
NODE_NAME=builds56
HUDSON_SERVER_COOKIE=9c7f00b5d9bf9427
SSH_CLIENT=95.217.196.215 35866 22
JENKINS_HOME=/home/jenkins/jenkins-home
JOB_NAME=Allura/Allura-py3.8
RUN_TESTS_DISPLAY_URL=https://ci-builds.apache.org/job/Allura/job/Allura-py3.8/280/display/redirect?page=tests
GIT_PREVIOUS_COMMIT=24005d74e04445453e6b8dbc0627b2ccfaa8d1f9
HUDSON_HOME=/home/jenkins/jenkins-home
JOB_DISPLAY_URL=https://ci-builds.apache.org/job/Allura/job/Allura-py3.8/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.8/280/display/redirect?page=artifacts
MAIL=/var/mail/jenkins
BUILD_URL=https://ci-builds.apache.org/job/Allura/job/Allura-py3.8/280/
SHELL=/bin/bash
JOB_URL=https://ci-builds.apache.org/job/Allura/job/Allura-py3.8/
BUILD_DISPLAY_NAME=#280
PY_VERSION=3.8
ROOT_BUILD_CAUSE=MANUALTRIGGER
SHLVL=3
GIT_BRANCH=origin/master
JENKINSGRADLEPLUGIN_GRADLE_ENTERPRISE_URL=https://ge.apache.org
ROOT_BUILD_CAUSE_MANUALTRIGGER=true
BUILD_TAG=jenkins-Allura-Allura-py3.8-280
JENKINSGRADLEPLUGIN_GRADLE_ENTERPRISE_GRADLE_INJECTION_ENABLED=false
NODE_LABELS=builds56 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
BUILD_CAUSE_MANUALTRIGGER=true
GIT_PREVIOUS_SUCCESSFUL_COMMIT=24005d74e04445453e6b8dbc0627b2ccfaa8d1f9
JENKINS_SERVER_COOKIE=9c7f00b5d9bf9427
_=/usr/bin/env

=============================================================================
Run: cleanup previous runs
=============================================================================
/usr/local/lib/python2.7/dist-packages/paramiko/transport.py:33: 
CryptographyDeprecationWarning: Python 2 is no longer supported by the Python 
core team. Support for it is now deprecated in cryptography, and will be 
removed in the next release.
  from cryptography.hazmat.backends import default_backend
Removing network allura_default
Network allura_default not found.

=============================================================================
Run: build docker image
=============================================================================
/usr/local/lib/python2.7/dist-packages/paramiko/transport.py:33: 
CryptographyDeprecationWarning: Python 2 is no longer supported by the Python 
core team. Support for it is now deprecated in cryptography, and will be 
removed in the next release.
  from cryptography.hazmat.backends import default_backend
--build-arg is only supported when services are specified for API version < 
1.25. Please use a Compose file version > 2.2 or specify which services to 
build.

=============================================================================
Setup: venv, pip, pysvn, ./rebuild-all.sh, npm, etc.
=============================================================================
/usr/local/lib/python2.7/dist-packages/paramiko/transport.py:33: 
CryptographyDeprecationWarning: Python 2 is no longer supported by the Python 
core team. Support for it is now deprecated in cryptography, and will be 
removed in the next release.
  from cryptography.hazmat.backends import default_backend
Creating network "allura_default" with the default driver
Pulling mongo (mongo:4.2)...
4.2: Pulling from library/mongo
Digest: sha256:699d652ed67423d689258bad7b316cf005dfbb82b334118ec306f049042f3717
Status: Downloaded newer image for mongo:4.2
Pulling solr (solr:6-alpine)...
6-alpine: Pulling from library/solr
Digest: sha256:4f63093698313437a49b2f945c4b1545c9e3a655f52581bc6e01ea006fae132e
Status: Downloaded newer image for solr:6-alpine
Creating allura_solr_1 ... 
Creating allura_mongo_1 ... 
Creating allura_mongo_1 ... doneCreating 
allura_solr_1  ... doneBuilding web
Traceback (most recent call last):
  File "/usr/local/bin/docker-compose", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python2.7/dist-packages/compose/cli/main.py", line 72, 
in main
    command()
  File "/usr/local/lib/python2.7/dist-packages/compose/cli/main.py", line 128, 
in perform_command
    handler(command, command_options)
  File "/usr/local/lib/python2.7/dist-packages/compose/cli/main.py", line 866, 
in run
    self.toplevel_options, self.toplevel_environment
  File "/usr/local/lib/python2.7/dist-packages/compose/cli/main.py", line 1327, 
in run_one_off_container
    **container_options)
  File "/usr/local/lib/python2.7/dist-packages/compose/service.py", line 331, 
in create_container
    self.ensure_image_exists()
  File "/usr/local/lib/python2.7/dist-packages/compose/service.py", line 367, 
in ensure_image_exists
    self.build(cli=cli)
  File "/usr/local/lib/python2.7/dist-packages/compose/service.py", line 1106, 
in build
    platform=self.platform,
  File "/usr/local/lib/python2.7/dist-packages/docker/api/build.py", line 160, 
in build
    path, exclude=exclude, dockerfile=dockerfile, gzip=gzip
  File "/usr/local/lib/python2.7/dist-packages/docker/utils/build.py", line 30, 
in tar
    files=sorted(exclude_paths(root, exclude, dockerfile=dockerfile[0])),
  File "/usr/local/lib/python2.7/dist-packages/docker/utils/build.py", line 49, 
in exclude_paths
    return set(pm.walk(root))
  File "/usr/local/lib/python2.7/dist-packages/docker/utils/build.py", line 
215, in rec_walk
    for sub in rec_walk(cur):
  File "/usr/local/lib/python2.7/dist-packages/docker/utils/build.py", line 
215, in rec_walk
    for sub in rec_walk(cur):
  File "/usr/local/lib/python2.7/dist-packages/docker/utils/build.py", line 
215, in rec_walk
    for sub in rec_walk(cur):
  File "/usr/local/lib/python2.7/dist-packages/docker/utils/build.py", line 
185, in rec_walk
    for f in os.listdir(current_dir):
OSError: [Errno 13] Permission denied: 
'<https://ci-builds.apache.org/job/Allura/job/Allura-py3.8/ws/allura-data/mongo/journal'>

=============================================================================
Starting up docker containers
=============================================================================
/usr/local/lib/python2.7/dist-packages/paramiko/transport.py:33: 
CryptographyDeprecationWarning: Python 2 is no longer supported by the Python 
core team. Support for it is now deprecated in cryptography, and will be 
removed in the next release.
  from cryptography.hazmat.backends import default_backend
Building web
Traceback (most recent call last):
  File "/usr/local/bin/docker-compose", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python2.7/dist-packages/compose/cli/main.py", line 72, 
in main
    command()
  File "/usr/local/lib/python2.7/dist-packages/compose/cli/main.py", line 128, 
in perform_command
    handler(command, command_options)
  File "/usr/local/lib/python2.7/dist-packages/compose/cli/main.py", line 1078, 
in up
    to_attach = up(False)
  File "/usr/local/lib/python2.7/dist-packages/compose/cli/main.py", line 1074, 
in up
    cli=native_builder,
  File "/usr/local/lib/python2.7/dist-packages/compose/project.py", line 548, 
in up
    svc.ensure_image_exists(do_build=do_build, silent=silent, cli=cli)
  File "/usr/local/lib/python2.7/dist-packages/compose/service.py", line 367, 
in ensure_image_exists
    self.build(cli=cli)
  File "/usr/local/lib/python2.7/dist-packages/compose/service.py", line 1106, 
in build
    platform=self.platform,
  File "/usr/local/lib/python2.7/dist-packages/docker/api/build.py", line 160, 
in build
    path, exclude=exclude, dockerfile=dockerfile, gzip=gzip
  File "/usr/local/lib/python2.7/dist-packages/docker/utils/build.py", line 30, 
in tar
    files=sorted(exclude_paths(root, exclude, dockerfile=dockerfile[0])),
  File "/usr/local/lib/python2.7/dist-packages/docker/utils/build.py", line 49, 
in exclude_paths
    return set(pm.walk(root))
  File "/usr/local/lib/python2.7/dist-packages/docker/utils/build.py", line 
215, in rec_walk
    for sub in rec_walk(cur):
  File "/usr/local/lib/python2.7/dist-packages/docker/utils/build.py", line 
215, in rec_walk
    for sub in rec_walk(cur):
  File "/usr/local/lib/python2.7/dist-packages/docker/utils/build.py", line 
215, in rec_walk
    for sub in rec_walk(cur):
  File "/usr/local/lib/python2.7/dist-packages/docker/utils/build.py", line 
185, in rec_walk
    for f in os.listdir(current_dir):
OSError: [Errno 13] Permission denied: 
'<https://ci-builds.apache.org/job/Allura/job/Allura-py3.8/ws/allura-data/mongo/diagnostic.data'>

=============================================================================
Docker Container Info:
=============================================================================
/usr/local/lib/python2.7/dist-packages/paramiko/transport.py:33: 
CryptographyDeprecationWarning: Python 2 is no longer supported by the Python 
core team. Support for it is now deprecated in cryptography, and will be 
removed in the next release.
  from cryptography.hazmat.backends import default_backend
No container found for web_1

=============================================================================
Setup: tests
=============================================================================
/usr/local/lib/python2.7/dist-packages/paramiko/transport.py:33: 
CryptographyDeprecationWarning: Python 2 is no longer supported by the Python 
core team. Support for it is now deprecated in cryptography, and will be 
removed in the next release.
  from cryptography.hazmat.backends import default_backend
No container found for web_1
/usr/local/lib/python2.7/dist-packages/paramiko/transport.py:33: 
CryptographyDeprecationWarning: Python 2 is no longer supported by the Python 
core team. Support for it is now deprecated in cryptography, and will be 
removed in the next release.
  from cryptography.hazmat.backends import default_backend
No container found for web_1

=============================================================================
Run: tests
=============================================================================
/usr/local/lib/python2.7/dist-packages/paramiko/transport.py:33: 
CryptographyDeprecationWarning: Python 2 is no longer supported by the Python 
core team. Support for it is now deprecated in cryptography, and will be 
removed in the next release.
  from cryptography.hazmat.backends import default_backend
No container found for web_1
/usr/local/lib/python2.7/dist-packages/paramiko/transport.py:33: 
CryptographyDeprecationWarning: Python 2 is no longer supported by the Python 
core team. Support for it is now deprecated in cryptography, and will be 
removed in the next release.
  from cryptography.hazmat.backends import default_backend
No container found for web_1
/usr/local/lib/python2.7/dist-packages/paramiko/transport.py:33: 
CryptographyDeprecationWarning: Python 2 is no longer supported by the Python 
core team. Support for it is now deprecated in cryptography, and will be 
removed in the next release.
  from cryptography.hazmat.backends import default_backend
Setting environment for exec is not supported in API < 1.25 (1.24)

=============================================================================
Shutdown
=============================================================================
/usr/local/lib/python2.7/dist-packages/paramiko/transport.py:33: 
CryptographyDeprecationWarning: Python 2 is no longer supported by the Python 
core team. Support for it is now deprecated in cryptography, and will be 
removed in the next release.
  from cryptography.hazmat.backends import default_backend
Stopping allura_solr_1  ... 
Stopping allura_mongo_1 ... 
Stopping allura_mongo_1 ... doneStopping 
allura_solr_1  ... doneRemoving allura_solr_1  ... 
Removing allura_mongo_1 ... 
Removing allura_mongo_1 ... doneRemoving 
allura_solr_1  ... doneRemoving network allura_default
Total reclaimed space: 0B
Deleted Volumes:
6700380abeffad8cc9ffd72179c0d967337ac605532cc09bc31f7222191bb8de
c3ce13ed925af65459d3674a524abde5f6dbb8de4a07e515c28b5af904fd7b68
2d39ab006f0af586a06d8c3eb77b8bcfba54b243f9a6b1cf2560cce129111fa7
09dd223f4ace6a5e514f3f6c32579c17d0748cf6e8749771cd1ba9108e892ccd
18dac0a94dbe737075798a24b619e9bab192c45a7359a78eb2a09a860dac1682
3069649d867e868ab157a67f5a46f0ebbe73e96f61555cffaf09d46cf0c605be
fa1eb1630bfe11b4105650e6982f35c20791901bb42758f2e04caec433b60338
89cd2100ff07eadf576cd8171a5e6ee0131fb0ffe8aa8f6bad19a30bcc82ef99
a976ed9502745c6dd2b78e14cf15e76dc60781f34b92ce3e0cd673b6a2ca1973
3482b3068e03c5f6f89315bdac4f39955ebe24627e764ec7f233f236ec03cf05
2b26ddb479b97dad964629237aa2656f28b3fcbb52cbb02b3a92a5b1e30e5921
b8552c5f4f04f6b2b8449e4441af6bfdc71df8f5a929ec4b0e38f50943fe9ae2
d04ed4839065ff91a18cfda4fd16a6bf5325c617f15d779b1a3b67cd43338e3e
6e84fa9129a180cafd4dd5efebc2ec821eec66b8da9886d70b581d007158dfc6
3a4a96435df27677b9937b285b053880febb9b2fa72e6a98da517f9c37af10da
0edf67a04d27497203c8d2beaf407fb3d0fbc9f1dc1c04b070fbb749783c8801
2b7fe746fbfe2d81e686e7c57c7b80539e76f14f9d589469787fc60739b85e7c
b7ae8ba09d8893e146aa90c0ae28c6e781c978f00341a696730756196feabb98
1656538faa8dd82b5f45f1ea416647d3a1581486c1a5d47d8b3b04af5cb28f74
2e518e2b2fcb47ba4efd8bd6647275f99f1e92b75797586ab15207bc06603a77
460077900fc491e161ecd2ddc4a3c953db62657e66534681b52e19a69b2663a8
aee47b0b638946e42966d9e609731bf623fd176352b4acf657658ce38a6b7fe6
970f4bfa183845c65eecbf4181eabb049132eb604684643687cd84600877074c
9405a8d900f78da072b22114a6f14e0eac726b785ffa9e18ae99c56caea9d20d
25c787e9d39205559051c6f27f0efd4a8ab4666d21b4510c8ac5191e0e772883
b734825d4163f3dc5fa763efca3f2654c1aca23d4c8b8acf508bdc90a75eedc0
41c8cdefd25954d26d8890df3adb750e8867b4baf43064b1688b8cad0b46e0df
737f0353adf9d9577d692b1f5094a8b85611bd7a26f6fd46211b93a53df624eb
234f1e911c8357357ea67371989cdb3c1ab4d6d5254dbadb518e62bec2f1067c
f266dcf93716b909db42a836ff2d5a8d376601fb8060349bfef022a15bb3fe3a
d0bdabbf6b1ad6eede53e0de17f8739724d05d85c39a86444366aecb88ee772d
27f20f9a7c4e761b954099966613af047bedcff9c623d0ed492ccea717698578
6e0aa9ee18688c8a0f95d34e9132f87068bb51d68cd4a1fb8c3fb3fbe555ba53
85e4a9b9b194478f51a260ce51a7dd064a5048d69011df18e29ec36686529597
6e6426f2804e8de2f930fef9e97bf919a5c25e761b1b441d4b48691f42d8455f
c982d4e81148a585cdc771fd74b982476a8f6c5df247748617fc10be770c0213
1f9f3f448f9ea9726479e487d7ced15b08e67cb4a1d42bb2b7e9a13ba6989278
148e35fbc8479b1f526f0c45703a7cd35d6d21605df57af857e6a8cbad91b863
f8d328f05916548715625ca8ac45725d59c5ebb1200cb55fb4c9dcd1fd45b9c6
0f1cd41260d2421ba3f4d96bd17e516a1e3d71a9bbcd400b344523c6da60c2d5
777d804662d30cdab2dbdbf4a450814aed9cd97d3edc633b2bc447c5d0b1fcec
0686e6300736f0fb4327309b6dcea154208e6ff9fede4e8609326c4f618466c4
de1e65470d4e16e94711305c4a9c65aec14b4b98585bf2bad7df1f24b7a791fe
3429b36b9ed2fe1bb1fc0966c714b0483c230b63d915f2ec7c91befea166ade6
f86d4edc712f2ca2037f040520acaa41b65afed085e6aa218664dfa129b9ef42
a08642ce76e59d934dd5f6a37113b54a6a1337bdcee1505f498e1e3a6201ba99

Total reclaimed space: 7.501GB
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