See <https://ci-builds.apache.org/job/Allura/job/Allura-py3.7/257/display/redirect?page=changes>
Changes: [Guillermo Cruz] pillow downgrade 10.0.0 -> 9.5.0 ------------------------------------------ [...truncated 3.83 KB...] RUN_CHANGES_DISPLAY_URL=https://ci-builds.apache.org/job/Allura/job/Allura-py3.7/257/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-08-14 17:19:09 UTC CI=true GIT_URL=https://gitbox.apache.org/repos/asf/allura.git/ HUDSON_COOKIE=2ab939a4-4ecd-40a2-b80d-7caf8494c8e8 XDG_SESSION_ID=1081 USER=jenkins BUILD_NUMBER=257 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=builds60 HUDSON_SERVER_COOKIE=9c7f00b5d9bf9427 SSH_CLIENT=95.217.196.215 57114 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/257/display/redirect?page=tests GIT_PREVIOUS_COMMIT=dff1ab371ba70b3a2f33d55b04cf93aec8c0373b 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/257/display/redirect?page=artifacts MAIL=/var/mail/jenkins BUILD_URL=https://ci-builds.apache.org/job/Allura/job/Allura-py3.7/257/ SHELL=/bin/bash JOB_URL=https://ci-builds.apache.org/job/Allura/job/Allura-py3.7/ BUILD_DISPLAY_NAME=#257 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-257 JENKINSGRADLEPLUGIN_GRADLE_ENTERPRISE_GRADLE_INJECTION_ENABLED=false NODE_LABELS=builds60 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 ============================================================================= /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_mongo_1 ... Creating allura_solr_1 ... [2A[2KCreating allura_mongo_1 ... [32mdone[0m[2B[1A[2KCreating allura_solr_1 ... [32mdone[0m[1BBuilding 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.7/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.7/ws/allura-data/mongo/journal'> ============================================================================= 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_mongo_1 ... Stopping allura_solr_1 ... [2A[2KStopping allura_mongo_1 ... [32mdone[0m[2B[1A[2KStopping allura_solr_1 ... [32mdone[0m[1BRemoving allura_mongo_1 ... Removing allura_solr_1 ... [1A[2KRemoving allura_solr_1 ... [32mdone[0m[1B[2A[2KRemoving allura_mongo_1 ... [32mdone[0m[2BRemoving network allura_default Total reclaimed space: 0B Deleted Volumes: 86e6b81850bf6ef30361b3825e5b807653620e8ec72384af7a2ecf4839b63856 d57bb4a35dbe54c02d486370c98171cf2f440cf8e6db58f9eac14e93d2d30628 dfeebb9bb571c28eb357cb5818b927e35011d8c7c57bdd67c939a494a115a174 f3d4c1039a642a1af21690516e007815ed00e7638c0b8c0ac2a4ac7909519d86 c237e5892b94ea24ce6b5d511dc6a0aa85659c1651b395d963451142aa1b9b1d 8c8893e1f265dddfd4d76d387ced7094ade84a7e8e9069b347602080ac59082a f3de5c458cbc843b6db3a17b3bec17f25cbe441e6240837b96be8f9c26117360 860594a3ae27bc9252ee4ba6399f62e8ae70b896e6a62f0bea57f048e9fc48dc 82bd84431a9e2d74a78022ecdf1bc38353a9a76f451035f38b54c985829ee98c b1971fd02208c689a4ab4fa8794bd29423de06a3d83afb46a7c626ab694fd32f 4f1c9ee711885d773adc487a1783b1818144c90218f83b530c400f501320a19f 0fe6ee423b1704da39a7a6ae5c3aa272f9977f52e2a2ac07f02863c0db139175 680d424d7529bc91e27e1a3be4a77ee426e38f26acbdac35e918409a404d34a9 b494e020e2e2cbc87387e3998cf749224da5ddef7371654aefd98a270245bf29 179d49d0f2b9f7c60e2d172d336649c008411bb5e9833b2d6b5b133eca0473c7 9c16f3bbc30128f4fb8efc8c2326ddc78cee277c0148c859be32014ee4b6e504 b42e7dfe8fc7d4f1975176157f2a9c7f5bb8200c2ed5f0d148d4ccc4b2904815 72164547f640e9560685fff55d3bc7c394e3976795caa45e45f6df71aee5954d 7fa52b59a3487b3eacde154747d1ea53f4ffdd005c5d797ea09a8e0e5927d7c4 03e360548080a52d4fed4b75e0384ce6fc8d36ffd1a60fd1da76ca64a5e05e7e 4875ead96f8af645991a9c750f0aae3313e0fb00f51e59e574edca9df48ea4cb 1ef276d23c2322c21aa079130613bb80f9ea4ab694b7810f3a4093758ecb22ec 57077a09ce65bc80c67f4dd1bd07084dc3a0ad271dd4cb1cc9fc5149419f03b8 9dcc9e3005cd30379449c8767c8417d07901dcb22f4f1ff940c1b9e7da6eddbd a6da006463812af290ca1bbea962a8d6f0583f5f152f1b33e394d20d1c86a35d 38d5eea7a398dd332be051bccff8660905df459edfae8b89bef5bf1cb2f342db dcbac76148fd7104b4e519bd882650d63fe13060ea01d3179ae41a022a8853cb 4e290bedbf2c06cac3989440f881929c7524a22497ac8ff2fee58e315ee2d5b0 ccf2b604e663158a54f54e30bdd36a34b04558cef3dcd6f253918fe101ce5b86 69e41de27058b947af972af4dee7d52c9c4c0118b4117fb0f22e88728880c0a3 8e3b5ce743fe4f6d1e2c01552217d5c7518e0be7de3305e1a2298a1205d59af7 7f6c2a2cc6be582341bc4c6794c3703469b79fc160d807fb544bb049aa6dbc98 34f9ab67081ca7513277ae21d782e8e8d9cc6685b4e2314126a180f4d8a0d439 ea741cf73f56c8c5501368c4420a3d6ad036cb64904d17de820b7c3085cbd089 a86beee5ba8361cac9f79f28a67e3814b4c35de47fdf15961bdd9607ed1c7af0 24c2bfd5dc16a7de00c75b0b5b98a8d9f50edad69c0dd6bb73b603ebd6cf7053 8366a10a8d8ab70b60acbd25551c312e899362b84a4f4747aa38a6650b0ca732 5841b69f927ab52d46c80ce98338ff60fe5128f228b06a71845bf2040d7020fa 74bb6f8c508037f54c1aeb2e72c83ede9f6223ab614214e0bbae0a5324cf90bf c918ba5dc0809c9286d87bea4fa154552ba6a5cee8f50dd9c75f453345a77e7f a2935135f697340d6a25d3712efbb690757d18f1c609d23f447dec601e4791e9 88edf6a1ff75afe66275ece70e988e00a5e2a9f1e9551eba365a76047af758f3 266bf870e8e74166a8a65e29bbab9dd134db9c0ef575a445d85c9477ee18f266 e1fe74c631bf3c97c18b2ab413dbf0bbf9f7842953437a9543daccc4df6eb734 7a68bf4e01a3d66e08db0921c92dc8f845fe9604ceff230d0bed0f7a1e3f81d4 ae0d803132aab40ca810e2755e8e75f6400f1a3863bb789ddfade91c0f9fab83 Total reclaimed space: 7.298GB 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?