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

Changes:


------------------------------------------
[...truncated 6.53 KB...]
/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.11/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.11/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_mongo_1 ... 
Stopping allura_solr_1  ... 
Stopping allura_mongo_1 ... doneStopping 
allura_solr_1  ... doneRemoving allura_mongo_1 ... 
Removing allura_solr_1  ... 
Removing allura_mongo_1 ... doneRemoving 
allura_solr_1  ... doneRemoving network allura_default
Total reclaimed space: 0B
Deleted Volumes:
1abaac4c9bf41c7927da8ceb6cb700b22f3034c27384d2642ffb7e091b66d914
d18a452902acad731aac8e9aa1c796445c2b839ea9c3d3f5ed915b69750c7f17
2da6011419ad9f33c122b179e111343cf5629d2e6d5913da5930a8c6fa4f23b1
b92e41aebdc9794c404459f3a008a5d7c0e284d98afa45ac2d0d4aa46669b1f2
ddbfdbcc73d5a7e279ca38296f04d59d120e1077f716853ad82ac6b94470e5eb
222619bd9af551b103935411b7d58315ec792fad0cae923c60b3b8f8f5b94857
9938b3dd7aa14266262988c23fd703395b4c1363db2f4308e754b496aa369f47
0091af37f58ae6dae46bbb42971844aecddefbdeb7a3a560f88b50d75d90b861
b741f4dd4c6b51a9ab35950bde609318b2d17f87b692004dc55b97f20bc16262
10555efc8bcab487901eadce72ded993f68f0638368e935f1e0d52a4330a4e10
e177a393204c6b0b79d16f60cbf77de8afa14e12a01df206375d5c0cf1221f5d
6d4554559ae38563ffcbc21f66c404cd42e837fcf2da8b4cd306fbe3b0f01cfe
eb110c34e56d79ddbadd29aca43de45f7ef14fbae35c533584c3c0f83011c157
b0ae4e92c34e0d5eefa1714a1215a35205432c9d1a6edd1babc178f89da5bef6
14c77217733dac771be7c4075207a2b6be6aa656f76c0c4ebc2241092659f034
50752caf08fa9b7796fd03cd8787c14d76d504de65e662525786c793269bec8c
e6c4b7925cf751243c52e96129b477bd522f7a478baaa8d93accc789345f002c
a9cd61e096fbd15837523fc310fc0c342ce64b35fedf942bb60effdb51bc6750
65f09d0cd20da2669c12c7531ea9f3c7b3da20ed815a5e1ead892c162c550640
436cb2109a4993cb907f297099f7fbd24adef2fa6388d677f7ce8faf910a760a
80bb94fce6efc0d68033888125af9e70bcf3036497a76673693790d7e5f2188a
e1ee7591c44b529a03006d6c64c8d0233c47bfd2fed2411490d7a147a6fb3c59
ba16db6ec940fba6f4d06b6fe577d058a29d1ed56fcab86b18391c45f29e8101
db9ee0616d1b1ca0df59f6c565ab1e9eec6146f5eccfbd89ae808f739e43b89b
cc096509c7131e0c1a0564c55c7cf2da5764eb080ea3a40c747a4567b4dd1309
b922fa8481eb070610fcca2acfc8807273e0c666f3a9429063b11a9d8610649c
de6055bd99ad7ec7d95a78433a3d59563d195b5f0ebfcc5cce4bbef9a8806f1f
929d901280144cb253750c6eaca62f9ea0a9b5567dcce44f1cb604ec3443e344
fb2ab5c704e3b054cc81381ee3744178dc9efb9e23582248d0383520866ba523
583c1527ec1c51423e48603b2e66e8bbdbf3d778cf1229e45abcc500e7e8dd60
974dabd127210809aeab0a73eb8914452aa7c995e206430e944eb14d11d9583b
b08af7a52fe9c872e99b26763cfa659550bc88c18008db9b88f9742f67fc5227
bc6631fa106f449905d298788ff05d833ba0bf684307af0c63699e580da0098d
da0978c0dc32de9c73b68d58562981712c4e1c0dfd1dda6f447b43aa2620199b
4c19548f78f42b9de9c1d79ba3cb0a178b1bccca7b2fdf5fa81c0659e9f8c2cd
8a36aa7f0dd0123b5714fd2d44e0bbda1508c31c561e54c8f921e603530723cd
ce597a5391042d17e44f2193c6c76ae1814fddeb682cfa2769950da0aef743cf
5772e0c4702b96a6e0ec11ca07e1cca34469fa949de644015491bc7177db2ef5
5bde5ae8a4fbb668d639ffa0b3d7ec30443a36efda2af30534233fc0a06903e8
7127f4e28acfe228cefad501c409936c7cca4079a94af923e89a6265dce98e4f
6cd6f4bd35649a48f05c7724d55a14ff2a2c2e041f3578dc162082d516317d86
00b75f94d9cac581db15812fe9a9ec03f8220398a556763e831035df4754709b
e49dff82856351b62533f8f0a9f5906cbf159c0b1d6b071a4daaccaf6190dcf3
a20dc4db77983f308dca593feb19881eca5426db44309c670477bee143d6e994
5377bc78de0761f2aa71afc1ce70a9b8ebf3d908cd1927cfda9578f0c0fc8838
52468b7a9210ffaa2a2e82a47cee16b044d26525eac310b4ee5256e2d101b75c
3e5e2ef6e84f58e11139f4e6b56f148861f717631df01f89e2178c04a8914d3d
1ac907a69d72f505b6721df0829db38a6a01fbb5a2ce41bf7d8bcd1a11ac5cfe
3ab22144f9eac47cd104038482137d22b434d8234e3264dc135f758217677118
1f1fbcbeeae4a24777fe50192d46b157284797cc68912758fd3adc15b8c23fce
144554d823d24cb203e5a7d719f89721e0e9b45c709a809b19960a70f00b5130
a50ad6b3c6957f9cc6702c69c1c9bbe53518c0df9fb8fa57ab86f53d1b935765
26efb37d673e18986450d9febb5e33aa9702b9cb8119b80c29aa525311641373
01b51e6b7c4b88f5b4a48d681a64a03f59d8dad8cba76269caa1f7dc713edd12
e489992381d93cdca8cbe67abe6053fce65435ad746744bd52a67560f404cc80
ee8c749bfd262ba3cd05444ff0c5c90e6d5e09dd990792666356114ae8439321
f7bdeb832c54c89ad62016f7f56624ce3e63a52cd65780a3568277ed43ada561
97e6e31e16a26116fd315cf5a26041a846c0559de3a15a84729394dbdbca76d3
86abbdf76cd8f9346c4d6fcb0c21091b1d6ecabcec046f93bdcbf98518246184
775a19c04da443015a60be06a1a5484af148cedff2bae356de262d3cce9e3dfc
38d7cc56b2f3f2bae988023d1672bc005724ad7c7cd23ec4428b62d21125760f
fd10bc6f140435c8608ae690da117452bdf528277e7ed713eff44ef88b8925b8
e828c0d83f97daab3348afd4d3841179f3fe9a0300bdf0bbd2aed1b97a7a3255
4f56c3b0cd2bf42064865d7b9ab582b8a4aa519d2487d6c77875085834f99a32
4041ba356893e593c0333fd3d3f071a705c0e8ce4b7b8d7d6c4285b43379d33d
7148b35151bf76fbe1745b79bdfd013fe155274f88a9d19a51e17f357a13643f
d7a4a5cfcbdac5f5828077d93a283e04ad199ae28786afdefd0a3cf8d32ab8ec
9c0f512bc5eddaf7c0e36bb3cb0517f90ca427a6486039a26a100e317d0d4d73
741e418cdf949c5366c2bfdb35611ec7800ac0d9100bc9f4557163bf2a59149f
82ee0d883a957e729b0db6e8501360c66e623727a9883ece154de67b524d66b7
34cf5a1e763bd1214efc201e6f8926c31399c65e4621b441946e09062f599476
dc621e93377666695ec1ea423a7b0a5fb4501537b44a188562513aafe8106c8f
716ff2dace796da7841e247db6669efb77055ab2074ed3ec28ce75cda8677cea
2a02f9b079111dd98cb76da89828377656a99d39970a47a2857a40a63b666925
b691d6139d9f1b9929d4c09bf5bf70e1e7bc72b6967f3e34a22c9fc82104732b
dfae4a901b3b49a0b73b23c12c4f4ad64624fe11f85572affe1b983df1116676
51040e175ba0d69889839e5f60068f57cccab6d7c970d5085d003db8ea97aa37
ba2d4dcf69ec1cedddccf2a7575e40d8f55fcc3bf5cb19f73c50c2523df9b29d
c144604c90432e3f12927d76b401f8a2b87f1cca785a557abe4bff51f5116379
82e2fb365cef54f33cd9c0bad13510348e581caa9136e93cfd6ccf4c93c4274c
e67d98ddb7b659b63470d9a51b908ec79cfd66e56059594604a8c589d9ffa390
9738fbbf8700549358f78b4c4c20474723596966eb10a4b7edba548bcba38a8d
a105680084aacdeb7350ae49f14d5dddcbb04a7c3664c640b544621e51c02758
38725ac67559c31576f643feb895617d20de45098f1379ee7223cdce16dde8f4
376725bd83b6660116a6c98c488cbfea3c2ceeb941547ddad6a30d71d359904c
599b0def07cf273d501e73f552fd6ed25aa5d276111c7f5c7d72f20b45a84201
3efac3951aa1f1f6dbdca9b727302b066fd5d801b92e1f3d41616457b613400b
7d54f980a11c6213d8a5c27ba70e7ca44a7a17952417ef1950a426a0dc1277de
e739d2ced6f75ec11ab2d4e342bf623c2fb557fec657da087ddfab20a6f6e106
7360fca97a760b7c3822c515a67e6de10d1355e08aee9329f7933663ac6cee2c
97479ee5645ecb275544631a8b4279588820fe05a813b346bce982f58a44e212
a94181b2ce51c310fd6893480a1898f946aed3c956643db6285b5549c509a4e5
eb6013b9589b8955b1462ab56710495915e64f23b9fd064d3e753d0cbd9c8312
5bf9762bdba1b803e78109564ca1923fcdf360679d7d7ba5d9542be757559b18
abbb882d483ccb719f4fedae21a228934a6202139adc8dd8c85ac2badc713c4d
f69f4abc69d0a74542e4b8e75c101c3b1bb8303ede22f912e06a962e0d6f3756
ed9f424a16a0f00bb91cec4d91738a0f36ba04e035e96309a23355f34d46d68f
00f9388f15c88cb78671d5826e7d231f767320a25bf03c7fde4203aa434c7cb6
0be37aea522f9ad1b01b699b422ad3fa6376c5385d194fdf02561b53d8809f40
1725ad3628d1cbbc0b3d4c781910f1a734e611027b86ea7f84f88f7243f9d77b
459108713af552cef6413594e9c0f40dd49791c137aa076048a3d7a2786efa9c

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