Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. + tar=cockpit-207.x.tar.gz
  2. + '[' -n t ']'
  3. + echo 'config_opts['\''rpmbuild_networking'\''] = True'
  4. + echo 'config_opts['\''cleanup_on_success'\''] = False'
  5. + sed --follow-symlinks -i /skip_if_unavailable=False/d /etc/mock/default.cfg
  6. + rm -rf build-results
  7. ++ /var/lib/testvm/make-srpm cockpit-207.x.tar.gz
  8. error: line 118: Unknown tag: Recommends: subscription-manager-cockpit
  9. + srpm=
  10. scp: /var/tmp/build-results/*: No such file or directory
  11. Traceback (most recent call last):
  12. File "./test/image-prepare", line 168, in build_and_install
  13. run_install_script(machine, True, True, skips, os.path.basename(source), args)
  14. File "./test/image-prepare", line 141, in run_install_script
  15. machine.execute(cmd, timeout=1800)
  16. File "/var/home/andreasn/Projects/cockpit/bots/machine/machine_core/ssh_connection.py", line 344, in execute
  17. raise subprocess.CalledProcessError(proc.returncode, command, output=output)
  18. subprocess.CalledProcessError: Command 'cd /var/tmp; ./rhel-7-8.install --build --install 'cockpit-207.x.tar.gz'' returned non-zero exit status 1.
  19.  
  20. During handling of the above exception, another exception occurred:
  21.  
  22. Traceback (most recent call last):
  23. File "./test/image-prepare", line 211, in <module>
  24. sys.exit(main())
  25. File "./test/image-prepare", line 91, in main
  26. build_and_install(build_image, results, skips, args)
  27. File "./test/image-prepare", line 178, in build_and_install
  28. machine.download("/var/tmp/build-results/*", build_results)
  29. File "/var/home/andreasn/Projects/cockpit/bots/machine/machine_core/machine.py", line 130, in download
  30. super(Machine, self).download(source, dest, relative_dir)
  31. File "/var/home/andreasn/Projects/cockpit/bots/machine/machine_core/ssh_connection.py", line 404, in download
  32. subprocess.check_call(cmd)
  33. File "/usr/lib64/python3.7/subprocess.py", line 347, in check_call
  34. raise CalledProcessError(retcode, cmd)
  35. subprocess.CalledProcessError: Command '['scp', '-B', '-P', '2301', '-o', 'StrictHostKeyChecking=no', '-o', 'UserKnownHostsFile=/dev/null', '-o', 'ControlPath=/var/home/andreasn/Projects/cockpit/tmp/ssh-%h-%p-%r-46636', '-o', 'BatchMode=yes', '-q', 'root@[127.0.0.2]:/var/tmp/build-results/*', '/var/home/andreasn/Projects/cockpit/tmp/build-results']' returned non-zero exit status 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement