Skip to content

Instantly share code, notes, and snippets.

@solarce
Created January 20, 2015 03:28
Show Gist options
  • Save solarce/a85cbe5852cb1dce1f97 to your computer and use it in GitHub Desktop.
Save solarce/a85cbe5852cb1dce1f97 to your computer and use it in GitHub Desktop.
drone failing to see images it is trying to make?
time="2015-01-20T03:26:39Z" level="info" msg="GET /v1.9/images/bradrydzewski/ubuntu/json"
time="2015-01-20T03:26:39Z" level="info" msg="+job image_inspect(bradrydzewski/ubuntu)"
No such image: bradrydzewski/ubuntu
time="2015-01-20T03:26:39Z" level="info" msg="-job image_inspect(bradrydzewski/ubuntu) = ERR (1)"
time="2015-01-20T03:26:39Z" level="error" msg="Handler for GET /images/{name:.*}/json returned error: No such image: bradrydzewski/ubuntu"
time="2015-01-20T03:26:39Z" level="error" msg="HTTP Error: statusCode=404 No such image: bradrydzewski/ubuntu"
time="2015-01-20T03:26:39Z" level="info" msg="POST /v1.9/images/create?fromImage=bradrydzewski/ubuntu&tag=latest"
time="2015-01-20T03:26:39Z" level="info" msg="+job pull(bradrydzewski/ubuntu, latest)"
time="2015-01-20T03:27:11Z" level="info" msg="+job log(pull, bradrydzewski/ubuntu:latest, )"
time="2015-01-20T03:27:11Z" level="info" msg="-job log(pull, bradrydzewski/ubuntu:latest, ) = OK (0)"
time="2015-01-20T03:27:11Z" level="info" msg="-job pull(bradrydzewski/ubuntu, latest) = OK (0)"
time="2015-01-20T03:27:11Z" level="info" msg="POST /v1.9/build?q=1&rm=1&t=drone-8bcf28e5f4"
time="2015-01-20T03:27:11Z" level="info" msg="+job build()"
time="2015-01-20T03:27:36Z" level="info" msg="+job allocate_interface(1b77062fa0322990013e298eb402a3a5c10617a332cf037159165de60d754aca)"
time="2015-01-20T03:27:36Z" level="info" msg="-job allocate_interface(1b77062fa0322990013e298eb402a3a5c10617a332cf037159165de60d754aca) = OK (0)"
time="2015-01-20T03:27:36Z" level="info" msg="+job log(start, 1b77062fa0322990013e298eb402a3a5c10617a332cf037159165de60d754aca, 7c8b71771792)"
time="2015-01-20T03:27:36Z" level="info" msg="-job log(start, 1b77062fa0322990013e298eb402a3a5c10617a332cf037159165de60d754aca, 7c8b71771792) = OK (0)"
time="2015-01-20T03:27:36Z" level="info" msg="+job release_interface(1b77062fa0322990013e298eb402a3a5c10617a332cf037159165de60d754aca)"
time="2015-01-20T03:27:36Z" level="info" msg="-job release_interface(1b77062fa0322990013e298eb402a3a5c10617a332cf037159165de60d754aca) = OK (0)"
time="2015-01-20T03:27:36Z" level="info" msg="+job release_interface(1b77062fa0322990013e298eb402a3a5c10617a332cf037159165de60d754aca)"
time="2015-01-20T03:27:36Z" level="info" msg="-job release_interface(1b77062fa0322990013e298eb402a3a5c10617a332cf037159165de60d754aca) = OK (0)"
failed to find the cgroup root
time="2015-01-20T03:27:36Z" level="info" msg="-job build() = ERR (1)"
time="2015-01-20T03:27:36Z" level="info" msg="GET /v1.9/images/drone-8bcf28e5f4/json"
time="2015-01-20T03:27:36Z" level="info" msg="+job image_inspect(drone-8bcf28e5f4)"
No such image: drone-8bcf28e5f4
time="2015-01-20T03:27:36Z" level="info" msg="-job image_inspect(drone-8bcf28e5f4) = ERR (1)"
time="2015-01-20T03:27:36Z" level="error" msg="Handler for GET /images/{name:.*}/json returned error: No such image: drone-8bcf28e5f4"
time="2015-01-20T03:27:36Z" level="error" msg="HTTP Error: statusCode=404 No such image: drone-8bcf28e5f4"
time="2015-01-20T03:27:36Z" level="info" msg="DELETE /v1.9/images/"
time="2015-01-20T03:27:36Z" level="info" msg="+job image_delete()"
No such image:
time="2015-01-20T03:27:36Z" level="info" msg="-job image_delete() = ERR (1)"
time="2015-01-20T03:27:36Z" level="error" msg="Handler for DELETE /images/{name:.*} returned error: No such image: "
time="2015-01-20T03:27:36Z" level="error" msg="HTTP Error: statusCode=404 No such image:
root@edacbcddfab9:/# dpkg -p drone
Package: drone
Priority: optional
Section: admin
Installed-Size: 30362
Maintainer: Brad Rydzewski <[email protected]>
Architecture: amd64
Version: 0.3.0-alpha-1421475607
Size: 7375924
Description: Drone continuous integration server
License: Apache License 2.0
Vendor: drone.io
Homepage: https://github.com/drone/drone
image: bradrydzewski/ubuntu
script:
- ps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment