Advertisement
dfarrell07

ubuntu_5rel_vm.log

Jan 23rd, 2017
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.91 KB | None | 0 0
  1. RS_SET=ubuntu-16 INSTALL_METHOD=deb DEB_REPO='' bundle exec rake beaker
  2. /usr/bin/ruby -I/home/daniel/.gem/ruby/gems/rspec-core-3.5.4/lib:/home/daniel/.gem/ruby/gems/rspec-support-3.5.0/lib /home/daniel/.gem/ruby/gems/rspec-core-3.5.4/exe/rspec spec/acceptance --color
  3. /home/daniel/.gem/ruby/gems/beaker-rspec-6.0.0/lib/beaker-rspec/helpers/serverspec.rb:43: warning: already initialized constant Module::VALID_OPTIONS_KEYS
  4. /home/daniel/.gem/ruby/gems/specinfra-2.66.5/lib/specinfra/configuration.rb:4: warning: previous definition of VALID_OPTIONS_KEYS was here
  5. Hypervisor for ubuntu-16 is vagrant
  6. Beaker::Hypervisor, found some vagrant boxes to create
  7. ==> ubuntu-16: Forcing shutdown of VM...
  8. ==> ubuntu-16: Destroying VM and associated drives...
  9. created Vagrantfile for VagrantHost ubuntu-16
  10. Bringing machine 'ubuntu-16' up with 'virtualbox' provider...
  11. ==> ubuntu-16: Importing base box 'ubuntu/xenial64'...
  12. Progress: 90%==> ubuntu-16: Matching MAC address for NAT networking...
  13. ==> ubuntu-16: Checking if box 'ubuntu/xenial64' is up to date...
  14. ==> ubuntu-16: A newer version of the box 'ubuntu/xenial64' is available! You currently
  15. ==> ubuntu-16: have version '20170117.0.0'. The latest is version '20170119.1.0'. Run
  16. ==> ubuntu-16: `vagrant box update` to update.
  17. ==> ubuntu-16: Setting the name of the VM: ubuntu-16yml_ubuntu-16_1485192300969_93868
  18. ==> ubuntu-16: Clearing any previously set network interfaces...
  19. ==> ubuntu-16: Preparing network interfaces based on configuration...
  20.  ubuntu-16: Adapter 1: nat
  21.  ubuntu-16: Adapter 2: hostonly
  22. ==> ubuntu-16: Forwarding ports...
  23.  ubuntu-16: 22 (guest) => 2222 (host) (adapter 1)
  24. ==> ubuntu-16: Running 'pre-boot' VM customizations...
  25. ==> ubuntu-16: Booting VM...
  26. ==> ubuntu-16: Waiting for machine to boot. This may take a few minutes...
  27.  ubuntu-16: SSH address: 127.0.0.1:2222
  28.  ubuntu-16: SSH username: ubuntu
  29.  ubuntu-16: SSH auth method: password
  30.  ubuntu-16: Warning: Remote connection disconnect. Retrying...
  31. ==> ubuntu-16: Machine booted and ready!
  32. ==> ubuntu-16: Checking for guest additions in VM...
  33.  ubuntu-16: The guest additions on this VM do not match the installed version of
  34.  ubuntu-16: VirtualBox! In most cases this is fine, but in rare cases it can
  35.  ubuntu-16: prevent things such as shared folders from working properly. If you see
  36.  ubuntu-16: shared folder errors, please make sure the guest additions within the
  37.  ubuntu-16: virtual machine match the version of VirtualBox you have installed on
  38.  ubuntu-16: your host and reload your VM.
  39.  ubuntu-16:
  40.  ubuntu-16: Guest Additions Version: 5.0.24
  41.  ubuntu-16: VirtualBox Version: 5.1
  42. ==> ubuntu-16: Setting hostname...
  43. ==> ubuntu-16: Configuring and enabling network interfaces...
  44. ==> ubuntu-16: Mounting shared folders...
  45.  ubuntu-16: /vagrant => /home/daniel/puppet-opendaylight/.vagrant/beaker_vagrant_files/ubuntu-16.yml
  46. configure vagrant boxes (set ssh-config, switch to root user, hack etc/hosts)
  47. Give root a copy of current user's keys, on ubuntu-16
  48. 
  49. ubuntu-16 12:25:31$ sudo su -c "cp -r .ssh /root/."
  50.  Attempting ssh connection to 10.255.127.31, user: vagrant, opts: {:config=>"/tmp/ubuntu-1620170123-32181-mh0o4c"}
  51.  Warning: Try 1 -- Host 10.255.127.31 unreachable: Net::SSH::AuthenticationFailed - Authentication failed for user vagrant@127.0.0.1
  52.  Warning: Trying again in 3 seconds
  53.  Attempting ssh connection to 10.255.127.31, user: vagrant, opts: {:config=>"/tmp/ubuntu-1620170123-32181-mh0o4c", :user=>"vagrant"}
  54.  Warning: Try 2 -- Host 10.255.127.31 unreachable: Net::SSH::AuthenticationFailed - Authentication failed for user vagrant@127.0.0.1
  55.  Warning: Trying again in 5 seconds
  56.  Attempting ssh connection to 10.255.127.31, user: vagrant, opts: {:config=>"/tmp/ubuntu-1620170123-32181-mh0o4c", :user=>"vagrant"}
  57.  Warning: Try 3 -- Host 10.255.127.31 unreachable: Net::SSH::AuthenticationFailed - Authentication failed for user vagrant@127.0.0.1
  58.  Warning: Trying again in 8 seconds
  59.  Attempting ssh connection to 10.255.127.31, user: vagrant, opts: {:config=>"/tmp/ubuntu-1620170123-32181-mh0o4c", :user=>"vagrant"}
  60.  Warning: Try 4 -- Host 10.255.127.31 unreachable: Net::SSH::AuthenticationFailed - Authentication failed for user vagrant@127.0.0.1
  61.  Warning: Trying again in 13 seconds
  62.  Attempting ssh connection to 10.255.127.31, user: vagrant, opts: {:config=>"/tmp/ubuntu-1620170123-32181-mh0o4c", :user=>"vagrant"}
  63.  Warning: Try 5 -- Host 10.255.127.31 unreachable: Net::SSH::AuthenticationFailed - Authentication failed for user vagrant@127.0.0.1
  64.  Warning: Trying again in 21 seconds
  65.  Attempting ssh connection to 10.255.127.31, user: vagrant, opts: {:config=>"/tmp/ubuntu-1620170123-32181-mh0o4c", :user=>"vagrant"}
  66.  Warning: Try 6 -- Host 10.255.127.31 unreachable: Net::SSH::AuthenticationFailed - Authentication failed for user vagrant@127.0.0.1
  67.  Warning: Trying again in 34 seconds
  68. 
  69. RSpec is shutting down and will print the summary report... Interrupt again to force quit.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement