Last active
December 21, 2015 02:18
-
-
Save ismell/6233885 to your computer and use it in GitHub Desktop.
docker-registry debug logs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2013-08-15 18:06:45,908 DEBUG: check_session: Session is empty | |
2013-08-15 18:06:45,908 DEBUG: api_error: Image is being uploaded, retry later | |
2013-08-15 18:06:46,127 DEBUG: check_session: Session is empty | |
2013-08-15 18:06:51,862 DEBUG: check_session: Session is empty | |
2013-08-15 18:06:51,906 DEBUG: put_image_layer: Error when computing checksum file could not be opened successfully | |
2013-08-15 18:06:51,906 DEBUG: Writing Stream to images/e9aa60c60128cad1/layer | |
2013-08-15 18:06:51,911 DEBUG: Wrote Stream to images/e9aa60c60128cad1/layer | |
2013-08-15 18:06:51,912 DEBUG: Getting image checksum at images/e9aa60c60128cad1/_checksum | |
2013-08-15 18:06:51,912 DEBUG: Got checksum sha256:42cda75d80ad4acff590a2b872588bf159ffc67fd3d594825e1c765d6e2e6be3 | |
2013-08-15 18:06:51,912 DEBUG: Comparing to calculated checksums: ['sha256:5f86f088a51ebfd114a34e44aa0eb7af478803ef2e8df8f7d156a3e4640df298'] | |
2013-08-15 18:06:51,912 DEBUG: put_image_layer: Wrong checksum | |
2013-08-15 18:06:51,912 DEBUG: api_error: Checksum mismatch, ignoring the layer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[debug] api.go:927 Calling POST /images/{name:.*}/push from @ | |
2013/08/15 12:08:37 POST /v1.4/images/docker.wdig.com/busybox/push | |
[debug] graph.go:85 graph::Get: Got Id e9aa60c60128cad1 | |
[debug] registry.go:437 PUT https://docker.wdig.com/v1/repositories/busybox/ | |
[debug] registry.go:438 Image list pushed to index: | |
[{"id":"e9aa60c60128cad1","checksum":"sha256:42cda75d80ad4acff590a2b872588bf159ffc67fd3d594825e1c765d6e2e6be3","Tag":"latest"}] | |
[debug] registry.go:490 Auth token: [Token signature=5RHQQJZ835EW1HUC,repository="library/busybox",access=write] | |
[debug] server.go:724 Image has checksum sha256:42cda75d80ad4acff590a2b872588bf159ffc67fd3d594825e1c765d6e2e6be3 | |
[debug] registry.go:345 Setting checksum for e9aa60c60128cad1: sha256:42cda75d80ad4acff590a2b872588bf159ffc67fd3d594825e1c765d6e2e6be3 | |
[debug] server.go:746 The layer archive does not exist, we will generate one | |
[debug] graph.go:85 graph::Get: Got Id e9aa60c60128cad1 | |
[debug] server.go:750 Created layer data at: /var/lib/docker/graph/:tmp:/298074232 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10.216.214.127 - - [15/Aug/2013:18:08:37 +0000] "GET /v1/_ping HTTP/1.1" 200 4 "-" "Go 1.1 package http" | |
10.216.214.127 - ismell [15/Aug/2013:18:08:37 +0000] "PUT https://docker.wdig.com/v1/repositories/busybox/ HTTP/1.1" 200 2 "-" "docker/0.5.3 go/go1.1.1 git-commit/5d25f32+CHANGES kernel/3.8.0-27-generic" | |
10.216.214.127 - - [15/Aug/2013:18:08:37 +0000] "GET /v1/images/e9aa60c60128cad1/json HTTP/1.1" 400 55 "-" "Go 1.1 package http" | |
10.216.214.127 - - [15/Aug/2013:18:08:38 +0000] "PUT /v1/images/e9aa60c60128cad1/json HTTP/1.1" 200 4 "-" "docker/0.5.3 go/go1.1.1 git-commit/5d25f32+CHANGES kernel/3.8.0-27-generic" | |
10.216.214.127 - - [15/Aug/2013:18:08:43 +0000] "PUT /v1/images/e9aa60c60128cad1/layer HTTP/1.1" 400 56 "-" "docker/0.5.3 go/go1.1.1 git-commit/5d25f32+CHANGES kernel/3.8.0-27-generic" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment