<!-- This issue tracker is only for technical issues related to Bitcoin Core. General bitcoin questions and/or support requests are best directed to the Bitcoin StackExchange at https://bitcoin.stackexchange.com. For reporting security issues, please read instructions at https://bitcoincore.org/en/contact/. If the node is "stuck" during sync or giving "block checksum mismatch" errors, please ensure your hardware is stable by running memtest and observe CPU temperature with a load-test tool such as linpack before creating an issue! -->
<!-- Describe the issue -->
<!--- What behavior did you expect? -->
<!--- What was the actual behavior (provide screenshots if the issue is GUI-related)? -->
<!--- How reliably can you reproduce the issue, what are the steps to do so? -->
<!-- What version of Bitcoin Core are you using, where did you get it (website, self-compiled, etc)? -->
<!-- What type of machine are you observing the error on (OS/CPU and disk type)? -->
<!-- Any extra information that might be useful in the debugging process. -->
<!--- This is normally the contents of a `debug.log` or `config.log` file. Raw text or a link to a pastebin type site are preferred. -->
I'm trying out the new gitian build process with a bionic host (I've always built with trusty before) on LXC. Running the new script "gitian-build.py" in the contrib folder should output me with assert files to be signed, but instead drops this error:
Stopping target if it is up
Making a new image copy
lxc-init: missing container name, use --name option
bin/gbuild:21:in `system!': failed to run make-clean-vm --suite bionic --arch amd64 (RuntimeError)
from bin/gbuild:57:in `build_one_configuration'
from bin/gbuild:308:in `block (2 levels) in <main>'
from bin/gbuild:303:in `each'
from bin/gbuild:303:in `block in <main>'
from bin/gbuild:301:in `each'
from bin/gbuild:301:in `<main>'
Traceback (most recent call last):
File "./gitian-build.py", line 160, in <module>
main()
File "./gitian-build.py", line 157, in main
build()
File "./gitian-build.py", line 56, in build
subprocess.check_call(['bin/gbuild', '-j', args.jobs, '-m', args.memory, '--commit', 'PrivateBTC='+args.commit, '--url', 'bitcoin='+args.url, '../PrivateBTC/contrib/gitian-descriptors/gitian-linux.yml'])
File "/usr/lib/python3.5/subprocess.py", line 581, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['bin/gbuild', '-j', '2', '-m', '2000', '--commit', 'PrivateBTC=v0.1', '--url', 'bitcoin=https://github.com/giaki3003/PrivateBTC', '../PrivateBTC/contrib/gitian-descriptors/gitian-linux.yml']' returned non-zero exit status 1
Notice i did set up a repo called "PrivateBTC", forked off the latest BTC source. Everything else is unchanged, and this issue can be reproduced on latest BTC source too. I'm doing this on a Ubuntu 14.04 VPS, and have conducted countless gitian builds on it before.