Advertisement
Guest User

Untitled

a guest
Jul 6th, 2020
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.45 KB | None | 0 0
  1. anhvo@anhphilly:~/repos/cloud-init$ tox -e citest -- tree_run --verbose --os-name xenial --test modules/final_message --test modules/write_files --result /tmp/result.yaml
  2. GLOB sdist-make: /home/anhvo/repos/cloud-init/setup.py
  3. citest inst-nodeps: /home/anhvo/repos/cloud-init/.tox/dist/cloud-init-20.2.zip
  4. citest installed: adal==1.2.4,asn1crypto==1.3.0,attrs==19.3.0,azure-common==1.1.23,azure-mgmt-compute==7.0.0,azure-mgmt-network==5.0.0,azure-mgmt-resource==4.0.0,azure-mgmt-storage==6.0.0,azure-nspkg==3.0.2,azure-storage==0.36.0,bcrypt==3.1.7,boto3==1.5.9,botocore==1.8.50,certifi==2020.6.20,cffi==1.14.0,chardet==3.0.4,cloud-init @ file:///home/anhvo/repos/cloud-init/.tox/dist/cloud-init-20.2.zip,configobj==5.0.6,cryptography==2.4.2,docutils==0.16,idna==2.10,importlib-metadata==1.7.0,isodate==0.6.0,Jinja2==2.11.2,jmespath==0.10.0,jsonpatch==1.26,jsonpointer==2.0,jsonschema==3.2.0,MarkupSafe==1.1.1,msrest==0.6.17,msrestazure==0.6.1,oauthlib==3.1.0,paramiko==2.4.2,pbr==5.4.5,pkg-resources==0.0.0,pyasn1==0.4.8,pycparser==2.20,PyJWT==1.7.1,pylxd @ git+https://github.com/lxc/pylxd.git@4b8ab1802f9aee4eb29cf7b119dae0aa47150779,PyNaCl==1.4.0,pyrsistent==0.16.0,python-dateutil==2.8.1,python-simplestreams @ git+https://git.launchpad.net/simplestreams@ff048fdb5d2f4e5b5218107d42f1c86f0a783bfb,PyYAML==5.3.1,requests==2.24.0,requests-oauthlib==1.3.0,requests-toolbelt==0.9.1,requests-unixsocket==0.2.0,s3transfer==0.1.13,six==1.15.0,urllib3==1.25.9,ws4py==0.5.1,zipp==1.2.0
  5. citest runtests: PYTHONHASHSEED='3787797511'
  6. citest runtests: commands[0] | /home/anhvo/repos/cloud-init/.tox/citest/bin/python -m tests.cloud_tests tree_run --verbose --os-name xenial --test modules/final_message --test modules/write_files --result ../../../../tmp/result.yaml
  7. 2020-07-06 20:05:56,151 - /home/anhvo/repos/cloud-init/tests/cloud_tests/__main__.py:main:54 [DEBUG]: running with args: Namespace(bddeb_args=None, build_os='xenial', build_platform='lxd', cloud_init='/home/anhvo/repos/cloud-init', data_dir=None, feature_override={}, os_name=['xenial'], platform=['lxd'], preserve_data=False, preserve_instance=False, quiet=False, result='../../../../tmp/result.yaml', subcmd='tree_run', test_config=['/home/anhvo/repos/cloud-init/tests/cloud_tests/testcases/modules/final_message.yaml', '/home/anhvo/repos/cloud-init/tests/cloud_tests/testcases/modules/write_files.yaml'], verbose=True)
  8. 2020-07-06 20:05:56,152 - /home/anhvo/repos/cloud-init/tests/cloud_tests/util.py:__enter__:522 [DEBUG]: using tmpdir: /tmp/cloud_test_data_sbj481ok
  9. 2020-07-06 20:05:56,153 - /home/anhvo/repos/cloud-init/tests/cloud_tests/bddeb.py:bddeb:115 [INFO]: preparing to build cloud-init deb
  10. 2020-07-06 20:05:56,153 - /home/anhvo/repos/cloud-init/tests/cloud_tests/bddeb.py:setup_build:78 [INFO]: setting up platform: lxd
  11. 2020-07-06 20:05:56,531 - /home/anhvo/repos/cloud-init/tests/cloud_tests/stage.py:run_stage:102 [ERROR]: stage: build deb encountered error:
  12. 2020-07-06 20:05:56,531 - /home/anhvo/repos/cloud-init/tests/cloud_tests/stage.py:run_stage:104 [ERROR]: traceback:
  13. File "/home/anhvo/repos/cloud-init/tests/cloud_tests/stage.py", line 97, in run_stage
  14. (call_res, call_failed) = call()
  15. File "/home/anhvo/repos/cloud-init/tests/cloud_tests/bddeb.py", line 82, in setup_build
  16. with PlatformComponent(platform_call) as platform:
  17. File "/home/anhvo/repos/cloud-init/tests/cloud_tests/stage.py", line 27, in __enter__
  18. self.instance = self.get_func()
  19. File "/home/anhvo/repos/cloud-init/tests/cloud_tests/platforms/__init__.py", line 35, in get_platform
  20. return platform_cls(config)
  21. File "/home/anhvo/repos/cloud-init/tests/cloud_tests/platforms/lxd/platform.py", line 25, in __init__
  22. self.client = Client()
  23. File "/home/anhvo/repos/cloud-init/.tox/citest/lib/python3.5/site-packages/pylxd/client.py", line 290, in __init__
  24. raise exceptions.ClientConnectionFailed()
  25.  
  26. 2020-07-06 20:05:56,540 - /home/anhvo/repos/cloud-init/tests/cloud_tests/stage.py:run_stage:102 [ERROR]: stage: collect data encountered error: Platform is not enabled
  27. 2020-07-06 20:05:56,540 - /home/anhvo/repos/cloud-init/tests/cloud_tests/stage.py:run_stage:104 [ERROR]: traceback:
  28. File "/home/anhvo/repos/cloud-init/tests/cloud_tests/stage.py", line 97, in run_stage
  29. (call_res, call_failed) = call()
  30. File "/home/anhvo/repos/cloud-init/tests/cloud_tests/collect.py", line 188, in collect_platform
  31. platform_name, require_enabled=True)
  32. File "/home/anhvo/repos/cloud-init/tests/cloud_tests/config.py", line 90, in load_platform_config
  33. raise ValueError('Platform is not enabled')
  34.  
  35. 2020-07-06 20:05:56,540 - /home/anhvo/repos/cloud-init/tests/cloud_tests/collect.py:collect:213 [DEBUG]: collect stages: {'success': False, 'time': 0.008684635162353516, 'stages': [], 'errors': ['Platform is not enabled'], 'name': 'collect data'}
  36. 2020-07-06 20:05:56,543 - /home/anhvo/repos/cloud-init/tests/cloud_tests/util.py:list_test_data:54 [DEBUG]: found test data: {}
  37.  
  38. 2020-07-06 20:05:56,543 - /home/anhvo/repos/cloud-init/tests/cloud_tests/verify.py:verify:143 [DEBUG]:
  39. ---- Verify summarized results:
  40.  
  41. ERROR: InvocationError: '/home/anhvo/repos/cloud-init/.tox/citest/bin/python -m tests.cloud_tests tree_run --verbose --os-name xenial --test modules/final_message --test modules/write_files --result ../../../../tmp/result.yaml'
  42. ______________________________________________________________________________________________ summary ______________________________________________________________________________________________
  43. ERROR: citest: commands failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement