saintstack commented on pull request #2754:
URL: https://github.com/apache/hbase/pull/2754#issuecomment-742027391
On another host (my build machine as it happens), it seems to just work.
Trying test build...
Looked like this when I logged in...
```
$ vagrant ssh
Welcome to Ubuntu 18.04.3 LTS (GNU/Linux 4.15.0-72-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
System information as of Wed Dec 9 19:47:22 UTC 2020
System load: 0.22 Processes: 110
Usage of /: 29.8% of 9.63GB Users logged in: 0
Memory usage: 7% IP address for enp0s3: 10.0.2.15
Swap usage: 0% IP address for docker0: XXX.17.0.1
168 packages can be updated.
121 updates are security updates.
New release '20.04.1 LTS' available.
Run 'do-release-upgrade' to upgrade to it.
*** System restart required ***
```
Seemed good bug gpg was not present in env.... so closed down... cleaned
that up and then on restart got this.
```
stack:release-env stack$ vagrant up
Bringing machine 'rmvm' up with 'virtualbox' provider...
==> rmvm: Checking if box 'ubuntu/bionic64' version '20191218.0.0' is up to
date...
==> rmvm: Machine already provisioned. Run `vagrant provision` or use the
`--provision`
==> rmvm: flag to force provisioning. Provisioners marked to run always will
still run.
==> rmvm: Running provisioner: puppet...
==> rmvm: Running Puppet with environment production...
==> rmvm: Info: Loading facts
==> rmvm: Info: Loading facts
==> rmvm: Info: Loading facts
==> rmvm: Info: Loading facts
==> rmvm: Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is
deprecated. It should be converted to version 5
==> rmvm: (file: /etc/puppet/hiera.yaml)
==> rmvm: Notice: VersionRanges will always be strict when using
non-vendored SemanticPuppet gem, version 1.0.2
==> rmvm: Warning: The function 'hiera_array' is deprecated in favor of
using 'lookup'. See
https://docs.puppet.com/puppet/5.4/reference/deprecated_language.html\n (file
& line not available)
==> rmvm: Warning: The function 'hiera_hash' is deprecated in favor of using
'lookup'. See
https://docs.puppet.com/puppet/5.4/reference/deprecated_language.html\n (file
& line not available)
==> rmvm: Notice: Compiled catalog for rmvm.apple.com in environment
production in 2.01 seconds
==> rmvm: Info: Applying configuration version '1607545060'
==> rmvm: Notice:
/Stage[main]/Main/Node[rmvm]/Vcsrepo[/home/vagrant/repos/hbase]/ensure:
Updating to latest 'master' revision
==> rmvm: Error: Execution of '/usr/bin/git stash pop' returned 1: No stash
entries found.
==> rmvm: Error:
/Stage[main]/Main/Node[rmvm]/Vcsrepo[/home/vagrant/repos/hbase]/ensure: change
from 'present' to 'latest' failed: Execution of '/usr/bin/git stash pop'
returned 1: No stash entries found.
==> rmvm: Notice: Applied catalog in 10.30 seconds
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]