Skip to content

Instantly share code, notes, and snippets.

2014-10-29 12:19:59.834 | + git fetch /home/jenkins/workspace-cache/openstack-dev/devstack HEAD
2014-10-29 12:19:59.835 | fatal: '/home/jenkins/workspace-cache/openstack-dev/devstack' does not appear to be a git repository
2014-10-29 12:19:59.836 | fatal: Could not read from remote repository.
2014-10-29 12:19:59.838 |
2014-10-29 12:19:59.839 | Please make sure you have the correct access rights
2014-10-29 12:19:59.841 | and the repository exists.
2014-10-29 12:19:59.842 | + return 128
2014-10-29 12:19:59.845 | + git_fetch_at_ref openstack-dev/devstack
2014-10-29 12:19:59.847 | + local project=openstack-dev/devstack
2014-10-29 12:19:59.848 | + local ref=
jenkins@devstack-tempest-1414348822:~$ ./safe-devstack-vm-gate-wrap.sh
grep: /etc/ntp.conf: No such file or directory
ntp: unrecognized service
27 Oct 20:24:27 ntpdate[19160]: no servers can be used, exiting
ntp: unrecognized service
Triggered by: https://review.openstack.org/ patchset
Pipeline:
Available disk space on this host:
package main
import (
"fmt"
"os"
"github.com/rackspace/gophercloud"
"github.com/rackspace/gophercloud/pagination"
"github.com/rackspace/gophercloud/openstack"
"github.com/rackspace/gophercloud/rackspace"
"github.com/rackspace/gophercloud/openstack/compute/v2/servers"
/Users/nels.nelson/src/test-gophercloud/rax/client$ echo $GOPATH
/Users/nels.nelson/src/test-gophercloud/rax/client
/Users/nels.nelson/src/test-gophercloud/rax/client$ cat client.go
package main
import (
"fmt"
"os"
"github.com/rackspace/gophercloud"
"github.com/rackspace/gophercloud/openstack"
import (
"fmt"
"os"
"github.com/rackspace/gophercloud"
"github.com/rackspace/gophercloud/openstack"
"github.com/rackspace/gophercloud/openstack/utils"
)
$ go build client.go
# github.com/rackspace/gophercloud/openstack/utils
../../../../../src/test-gophercloud/rax/client/src/github.com/rackspace/gophercloud/openstack/utils/utils.go:48: unknown gophercloud.AuthOptions field 'IdentityEndpoint' in struct literal
../../../../../src/test-gophercloud/rax/client/src/github.com/rackspace/gophercloud/openstack/utils/utils.go:49: unknown gophercloud.AuthOptions field 'UserID' in struct literal
../../../../../src/test-gophercloud/rax/client/src/github.com/rackspace/gophercloud/openstack/utils/utils.go:52: unknown gophercloud.AuthOptions field 'TenantID' in struct literal
../../../../../src/test-gophercloud/rax/client/src/github.com/rackspace/gophercloud/openstack/utils/utils.go:54: unknown gophercloud.AuthOptions field 'DomainID' in struct literal
../../../../../src/test-gophercloud/rax/client/src/github.com/rackspace/gophercloud/openstack/utils/utils.go:55: unknown gophercloud.AuthOptions field 'DomainName' in struct literal
# github.com/rackspace/gophercloud/openstack
==============================
Failed 3 tests - output below:
==============================
nova.tests.virt.libvirt.test_driver.LibvirtDriverTestCase.test_finish_migration_power_off
-----------------------------------------------------------------------------------------
Captured traceback:
~~~~~~~~~~~~~~~~~~~
$ tox -epy27
py27 create: /home/nels.nelson/src/nova/.tox/py27
py27 installdeps: -r/home/nels.nelson/src/nova/requirements.txt, -r/home/nels.nelson/src/nova/test-requirements.txt
py27 develop-inst: /home/nels.nelson/src/nova
py27 runtests: commands[0] | find . -type f -name *.pyc -delete
py27 runtests: commands[1] | bash tools/pretty_tox.sh
running testr
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-160} \
198 def get_image_metadata(context, image_api, image_id_or_uri, instance):
199 image_system_meta = {}
200
201 # Get the system metadata from the instance
202 system_meta = utils.instance_sys_meta(instance)
203
204 # In case of boot from volume, image_id_or_uri may be None
205 if image_id_or_uri is not None:
206 # It is only safe to use cached image metadata when the requested image
207 # is the same as the instance's image.
$ git log -n 4
commit aa762d834787575ec6a08d915e465c4947dc6d05
Author: Andrew Melton <[email protected]>
Date: Tue Sep 23 12:13:34 2014 -0700
Libvirt: fix domain creation for lxc
A condition was introduced during domain creation that needs
disk_info to determine whether or not an instance was booted from
volume. Many calls to _create_domain_and_network were not providing