[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[atomic] - Atomic Registry - 500 Internal Server Error



Hi,

I am new to Atomic, and I am having some difficulties when trying to upload an image to the Atomic Registry.
My Atomic installation is one with just one Atomic, and the Atomic Registry installed.
I have followed the instructions for installing Atomic and the Atomic Registry that are found in the https://www.projectatomic.io/ site.

Everything went somehow smoothly until the point when I try to upload images to the Registry.

In the Atomic Regestry I have created a Project named neos with the Access Policy: Shared

Then on my laptop I logged in with the kay that the Atomic Registry shows.

docker login -p xxxxxyyyyyyyxxxxxxyyyyyyxxxx -e unused -u unused atomic01.vi.pt:5000
Warning: '-e' is deprecated, it will be removed soon. See usage.
Login Succeeded

Then I have tagged an image and have tried to push it. Its when the error 500 happens.

docker tag c54a2cc56cbb atomic01.vi.pt:5000/neos/hello

docker push atomic01.vi.pt:5000/neos/hello
The push refers to a repository [atomic01.vi.pt:5000/neos/hello]
a02596fdd012: Pushed
received unexpected HTTP status: 500 Internal Server Error

Bellow I am pasting the logs from the atomic-registry container

Thanks for your help,
André

============================================================================================================================================



192.168.2.82 - - [26/Oct/2016:12:36:31 +0000] "GET /v2/ HTTP/1.1" 401 87 "" "docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))"
time="2016-10-26T12:36:31.221839726Z" level=debug msg="authorizing request" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=8207154e-6242-445a-a001-f214c324c607 http.request.method=GET http.request.remoteaddr="192.168.2.82:46590" http.request.uri="/v2/" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f
time="2016-10-26T12:36:31.221941393Z" level=error msg="error authorizing context: authorization header required" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=8207154e-6242-445a-a001-f214c324c607 http.request.method=GET http.request.remoteaddr="192.168.2.82:46590" http.request.uri="/v2/" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f
192.168.2.82 - - [26/Oct/2016:12:36:31 +0000] "GET /openshift/token?account=unused&scope=repository%3Aneos%2Fhello%3Apush%2Cpull HTTP/1.1" 200 117 "" "docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))"
time="2016-10-26T12:36:31.256660507Z" level=info msg="response completed" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=0a837960-33f5-42b4-832b-3883d985a438 http.request.method=GET http.request.remoteaddr="192.168.2.82:46592" http.request.uri="/openshift/token?account=unused&scope=repository%3Aneos%2Fhello%3Apush%2Cpull" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" http.response.contenttype="application/json" http.response.duration=5.848071ms http.response.status=200 http.response.written=117 instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f
time="2016-10-26T12:36:31.299844504Z" level=debug msg="authorizing request" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=9e3bf975-a37f-44da-9f36-4449123874c6 http.request.method=POST http.request.remoteaddr="192.168.2.82:46594" http.request.uri="/v2/neos/hello/blobs/uploads/" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello"
time="2016-10-26T12:36:31.300000187Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:pull" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=9e3bf975-a37f-44da-9f36-4449123874c6 http.request.method=POST http.request.remoteaddr="192.168.2.82:46594" http.request.uri="/v2/neos/hello/blobs/uploads/" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello"
time="2016-10-26T12:36:31.31959629Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:push" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=9e3bf975-a37f-44da-9f36-4449123874c6 http.request.method=POST http.request.remoteaddr="192.168.2.82:46594" http.request.uri="/v2/neos/hello/blobs/uploads/" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello"
time="2016-10-26T12:36:31.354189208Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=9e3bf975-a37f-44da-9f36-4449123874c6 http.request.method=POST http.request.remoteaddr="192.168.2.82:46594" http.request.uri="/v2/neos/hello/blobs/uploads/" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello"
time="2016-10-26T12:36:31.372703644Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/neos/hello/_uploads/d93b1aee-2dda-4272-8f06-9c43130179e3/startedat\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=9e3bf975-a37f-44da-9f36-4449123874c6 http.request.method=POST http.request.remoteaddr="192.168.2.82:46594" http.request.uri="/v2/neos/hello/blobs/uploads/" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=18.372281ms trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=f9c03ce6-6562-4f8d-b391-ffe525044dce trace.line=95 vars.name="neos/hello"
time="2016-10-26T12:36:31.373943628Z" level=debug msg="filesystem.Writer(\"/docker/registry/v2/repositories/neos/hello/_uploads/d93b1aee-2dda-4272-8f06-9c43130179e3/data\", false)" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=9e3bf975-a37f-44da-9f36-4449123874c6 http.request.method=POST http.request.remoteaddr="192.168.2.82:46594" http.request.uri="/v2/neos/hello/blobs/uploads/" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=179.931µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=fbcb9ea4-90da-4e93-bcf4-466f597394e4 trace.line=124 vars.name="neos/hello"
time="2016-10-26T12:36:31.389703827Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/neos/hello/_uploads/d93b1aee-2dda-4272-8f06-9c43130179e3/hashstates/sha256/0\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=9e3bf975-a37f-44da-9f36-4449123874c6 http.request.method=POST http.request.remoteaddr="192.168.2.82:46594" http.request.uri="/v2/neos/hello/blobs/uploads/" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=15.310113ms trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=c7875e90-b306-4067-bf12-788850ca650b trace.line=95 vars.name="neos/hello"
time="2016-10-26T12:36:31.393695586Z" level=info msg="response completed" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=9e3bf975-a37f-44da-9f36-4449123874c6 http.request.method=POST http.request.remoteaddr="192.168.2.82:46594" http.request.uri="/v2/neos/hello/blobs/uploads/" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" http.response.duration=97.333628ms http.response.status=202 http.response.written=0 instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f
192.168.2.82 - - [26/Oct/2016:12:36:31 +0000] "POST /v2/neos/hello/blobs/uploads/ HTTP/1.1" 202 0 "" "docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))"
time="2016-10-26T12:36:32.24284534Z" level=debug msg="authorizing request" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=64e35304-eb58-4fb5-b0e3-1466eba6fdc4 http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46596" http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=090uqN7Rmf9W6NqUaWB-kDEIXmBN6mqp9ECTU7Pbe1t7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMS4zNTQyNzk1MVoifQ%3D%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=d93b1aee-2dda-4272-8f06-9c43130179e3
time="2016-10-26T12:36:32.243064422Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:pull" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=64e35304-eb58-4fb5-b0e3-1466eba6fdc4 http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46596" http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=090uqN7Rmf9W6NqUaWB-kDEIXmBN6mqp9ECTU7Pbe1t7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMS4zNTQyNzk1MVoifQ%3D%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=d93b1aee-2dda-4272-8f06-9c43130179e3
time="2016-10-26T12:36:32.259390369Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:push" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=64e35304-eb58-4fb5-b0e3-1466eba6fdc4 http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46596" http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=090uqN7Rmf9W6NqUaWB-kDEIXmBN6mqp9ECTU7Pbe1t7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMS4zNTQyNzk1MVoifQ%3D%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=d93b1aee-2dda-4272-8f06-9c43130179e3
time="2016-10-26T12:36:32.274382288Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=64e35304-eb58-4fb5-b0e3-1466eba6fdc4 http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46596" http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=090uqN7Rmf9W6NqUaWB-kDEIXmBN6mqp9ECTU7Pbe1t7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMS4zNTQyNzk1MVoifQ%3D%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=d93b1aee-2dda-4272-8f06-9c43130179e3
time="2016-10-26T12:36:32.274518594Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/neos/hello/_uploads/d93b1aee-2dda-4272-8f06-9c43130179e3/startedat\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=64e35304-eb58-4fb5-b0e3-1466eba6fdc4 http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46596" http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=090uqN7Rmf9W6NqUaWB-kDEIXmBN6mqp9ECTU7Pbe1t7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMS4zNTQyNzk1MVoifQ%3D%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=48.613µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=b82550c0-f55e-4f1b-a887-2df81dc96e15 trace.line=82 vars.name="neos/hello" vars.uuid=d93b1aee-2dda-4272-8f06-9c43130179e3
time="2016-10-26T12:36:32.274735884Z" level=debug msg="filesystem.Writer(\"/docker/registry/v2/repositories/neos/hello/_uploads/d93b1aee-2dda-4272-8f06-9c43130179e3/data\", true)" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=64e35304-eb58-4fb5-b0e3-1466eba6fdc4 http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46596" http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=090uqN7Rmf9W6NqUaWB-kDEIXmBN6mqp9ECTU7Pbe1t7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMS4zNTQyNzk1MVoifQ%3D%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=36.605µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=56809d19-26c0-4e59-87d7-14af7b672351 trace.line=124 vars.name="neos/hello" vars.uuid=d93b1aee-2dda-4272-8f06-9c43130179e3
time="2016-10-26T12:36:32.27480758Z" level=warning msg="the ResponseWriter does not implement CloseNotifier (type: *context.instrumentedResponseWriter)" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=64e35304-eb58-4fb5-b0e3-1466eba6fdc4 http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46596" http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=090uqN7Rmf9W6NqUaWB-kDEIXmBN6mqp9ECTU7Pbe1t7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMS4zNTQyNzk1MVoifQ%3D%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=d93b1aee-2dda-4272-8f06-9c43130179e3
time="2016-10-26T12:36:32.30343168Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/neos/hello/_uploads/d93b1aee-2dda-4272-8f06-9c43130179e3/hashstates/sha256/974\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=64e35304-eb58-4fb5-b0e3-1466eba6fdc4 http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46596" http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=090uqN7Rmf9W6NqUaWB-kDEIXmBN6mqp9ECTU7Pbe1t7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMS4zNTQyNzk1MVoifQ%3D%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=27.395219ms trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=abf759ea-f05e-4bb2-8a87-7d779bcae261 trace.line=95 vars.name="neos/hello" vars.uuid=d93b1aee-2dda-4272-8f06-9c43130179e3
192.168.2.82 - - [26/Oct/2016:12:36:32 +0000] "PATCH /v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=090uqN7Rmf9W6NqUaWB-kDEIXmBN6mqp9ECTU7Pbe1t7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMS4zNTQyNzk1MVoifQ%3D%3D HTTP/1.1" 202 0 "" "docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))"
time="2016-10-26T12:36:32.313906104Z" level=info msg="response completed" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=64e35304-eb58-4fb5-b0e3-1466eba6fdc4 http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46596" http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=090uqN7Rmf9W6NqUaWB-kDEIXmBN6mqp9ECTU7Pbe1t7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMS4zNTQyNzk1MVoifQ%3D%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" http.response.duration=74.79052ms http.response.status=202 http.response.written=0 instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f
time="2016-10-26T12:36:32.382237626Z" level=debug msg="authorizing request" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=6486ec02-79a3-4e5d-aad4-0402f23d29e8 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46598" http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=vcOe4TTSHcvYQSnYZwZblm8KSvq8-NhH-Ct4jGAN-HV7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6OTc0LCJTdGFydGVkQXQiOiIyMDE2LTEwLTI2VDEyOjM2OjMxWiJ9&digest=sha256%3Ac04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=d93b1aee-2dda-4272-8f06-9c43130179e3
time="2016-10-26T12:36:32.383722627Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:pull" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=6486ec02-79a3-4e5d-aad4-0402f23d29e8 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46598" http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=vcOe4TTSHcvYQSnYZwZblm8KSvq8-NhH-Ct4jGAN-HV7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6OTc0LCJTdGFydGVkQXQiOiIyMDE2LTEwLTI2VDEyOjM2OjMxWiJ9&digest=sha256%3Ac04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=d93b1aee-2dda-4272-8f06-9c43130179e3
time="2016-10-26T12:36:32.419115211Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:push" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=6486ec02-79a3-4e5d-aad4-0402f23d29e8 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46598" http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=vcOe4TTSHcvYQSnYZwZblm8KSvq8-NhH-Ct4jGAN-HV7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6OTc0LCJTdGFydGVkQXQiOiIyMDE2LTEwLTI2VDEyOjM2OjMxWiJ9&digest=sha256%3Ac04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=d93b1aee-2dda-4272-8f06-9c43130179e3
time="2016-10-26T12:36:32.450130641Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=6486ec02-79a3-4e5d-aad4-0402f23d29e8 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46598" http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=vcOe4TTSHcvYQSnYZwZblm8KSvq8-NhH-Ct4jGAN-HV7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6OTc0LCJTdGFydGVkQXQiOiIyMDE2LTEwLTI2VDEyOjM2OjMxWiJ9&digest=sha256%3Ac04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=d93b1aee-2dda-4272-8f06-9c43130179e3
time="2016-10-26T12:36:32.450265923Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/neos/hello/_uploads/d93b1aee-2dda-4272-8f06-9c43130179e3/startedat\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=6486ec02-79a3-4e5d-aad4-0402f23d29e8 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46598" http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=vcOe4TTSHcvYQSnYZwZblm8KSvq8-NhH-Ct4jGAN-HV7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6OTc0LCJTdGFydGVkQXQiOiIyMDE2LTEwLTI2VDEyOjM2OjMxWiJ9&digest=sha256%3Ac04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=45.06µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=9242e0a5-f490-442d-b2ab-624a003051c5 trace.line=82 vars.name="neos/hello" vars.uuid=d93b1aee-2dda-4272-8f06-9c43130179e3
time="2016-10-26T12:36:32.450390809Z" level=debug msg="filesystem.Writer(\"/docker/registry/v2/repositories/neos/hello/_uploads/d93b1aee-2dda-4272-8f06-9c43130179e3/data\", true)" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=6486ec02-79a3-4e5d-aad4-0402f23d29e8 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46598" http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=vcOe4TTSHcvYQSnYZwZblm8KSvq8-NhH-Ct4jGAN-HV7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6OTc0LCJTdGFydGVkQXQiOiIyMDE2LTEwLTI2VDEyOjM2OjMxWiJ9&digest=sha256%3Ac04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=35.34µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=10b60a4c-2e12-4c61-b0ce-035f92088f08 trace.line=124 vars.name="neos/hello" vars.uuid=d93b1aee-2dda-4272-8f06-9c43130179e3
time="2016-10-26T12:36:32.450469968Z" level=warning msg="the ResponseWriter does not implement CloseNotifier (type: *context.instrumentedResponseWriter)" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=6486ec02-79a3-4e5d-aad4-0402f23d29e8 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46598" http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=vcOe4TTSHcvYQSnYZwZblm8KSvq8-NhH-Ct4jGAN-HV7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6OTc0LCJTdGFydGVkQXQiOiIyMDE2LTEwLTI2VDEyOjM2OjMxWiJ9&digest=sha256%3Ac04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=d93b1aee-2dda-4272-8f06-9c43130179e3
time="2016-10-26T12:36:32.450608206Z" level=debug msg="(*blobWriter).Commit" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=6486ec02-79a3-4e5d-aad4-0402f23d29e8 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46598" http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=vcOe4TTSHcvYQSnYZwZblm8KSvq8-NhH-Ct4jGAN-HV7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6OTc0LCJTdGFydGVkQXQiOiIyMDE2LTEwLTI2VDEyOjM2OjMxWiJ9&digest=sha256%3Ac04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=d93b1aee-2dda-4272-8f06-9c43130179e3
time="2016-10-26T12:36:32.480013215Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/neos/hello/_uploads/d93b1aee-2dda-4272-8f06-9c43130179e3/hashstates/sha256/0\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=6486ec02-79a3-4e5d-aad4-0402f23d29e8 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46598" http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=vcOe4TTSHcvYQSnYZwZblm8KSvq8-NhH-Ct4jGAN-HV7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6OTc0LCJTdGFydGVkQXQiOiIyMDE2LTEwLTI2VDEyOjM2OjMxWiJ9&digest=sha256%3Ac04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=17.833746ms trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=89684d7b-88a9-415e-8399-e1adade7b9a9 trace.line=95 vars.name="neos/hello" vars.uuid=d93b1aee-2dda-4272-8f06-9c43130179e3
time="2016-10-26T12:36:32.481971666Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/neos/hello/_uploads/d93b1aee-2dda-4272-8f06-9c43130179e3/data\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=6486ec02-79a3-4e5d-aad4-0402f23d29e8 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46598" http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=vcOe4TTSHcvYQSnYZwZblm8KSvq8-NhH-Ct4jGAN-HV7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6OTc0LCJTdGFydGVkQXQiOiIyMDE2LTEwLTI2VDEyOjM2OjMxWiJ9&digest=sha256%3Ac04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=35.355µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=35cea3cb-1796-4e56-8ae2-3e4886956350 trace.line=137 vars.name="neos/hello" vars.uuid=d93b1aee-2dda-4272-8f06-9c43130179e3
time="2016-10-26T12:36:32.483094061Z" level=debug msg="filesystem.List(\"/docker/registry/v2/repositories/neos/hello/_uploads/d93b1aee-2dda-4272-8f06-9c43130179e3/hashstates/sha256\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=6486ec02-79a3-4e5d-aad4-0402f23d29e8 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46598" http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=vcOe4TTSHcvYQSnYZwZblm8KSvq8-NhH-Ct4jGAN-HV7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6OTc0LCJTdGFydGVkQXQiOiIyMDE2LTEwLTI2VDEyOjM2OjMxWiJ9&digest=sha256%3Ac04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=872.394µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).List" trace.id=09bd1c0f-68ab-4962-b242-22969e0eb0b0 trace.line=150 vars.name="neos/hello" vars.uuid=d93b1aee-2dda-4272-8f06-9c43130179e3
time="2016-10-26T12:36:32.483235676Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/neos/hello/_uploads/d93b1aee-2dda-4272-8f06-9c43130179e3/hashstates/sha256/974\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=6486ec02-79a3-4e5d-aad4-0402f23d29e8 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46598" http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=vcOe4TTSHcvYQSnYZwZblm8KSvq8-NhH-Ct4jGAN-HV7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6OTc0LCJTdGFydGVkQXQiOiIyMDE2LTEwLTI2VDEyOjM2OjMxWiJ9&digest=sha256%3Ac04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=46.496µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=2f561ef7-d4b8-47c2-9014-b6ef60ff8184 trace.line=82 vars.name="neos/hello" vars.uuid=d93b1aee-2dda-4272-8f06-9c43130179e3
time="2016-10-26T12:36:32.483475161Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/c0/c04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c/data\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=6486ec02-79a3-4e5d-aad4-0402f23d29e8 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46598" http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=vcOe4TTSHcvYQSnYZwZblm8KSvq8-NhH-Ct4jGAN-HV7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6OTc0LCJTdGFydGVkQXQiOiIyMDE2LTEwLTI2VDEyOjM2OjMxWiJ9&digest=sha256%3Ac04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=25.426µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=881bc2a1-1a82-480e-9f1d-f4b0915ec83a trace.line=137 vars.name="neos/hello" vars.uuid=d93b1aee-2dda-4272-8f06-9c43130179e3
192.168.2.82 - - [26/Oct/2016:12:36:32 +0000] "PUT /v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=vcOe4TTSHcvYQSnYZwZblm8KSvq8-NhH-Ct4jGAN-HV7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6OTc0LCJTdGFydGVkQXQiOiIyMDE2LTEwLTI2VDEyOjM2OjMxWiJ9&digest=sha256%3Ac04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c HTTP/1.1" 201 0 "" "docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))"
time="2016-10-26T12:36:32.508766852Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/neos/hello/_layers/sha256/c04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c/link\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=6486ec02-79a3-4e5d-aad4-0402f23d29e8 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46598" http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=vcOe4TTSHcvYQSnYZwZblm8KSvq8-NhH-Ct4jGAN-HV7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6OTc0LCJTdGFydGVkQXQiOiIyMDE2LTEwLTI2VDEyOjM2OjMxWiJ9&digest=sha256%3Ac04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=25.156809ms trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=6de938b1-5655-4b3a-9757-ae2d474a7394 trace.line=95 vars.name="neos/hello" vars.uuid=d93b1aee-2dda-4272-8f06-9c43130179e3
time="2016-10-26T12:36:32.509257993Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/neos/hello/_uploads/d93b1aee-2dda-4272-8f06-9c43130179e3\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=6486ec02-79a3-4e5d-aad4-0402f23d29e8 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46598" http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=vcOe4TTSHcvYQSnYZwZblm8KSvq8-NhH-Ct4jGAN-HV7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6OTc0LCJTdGFydGVkQXQiOiIyMDE2LTEwLTI2VDEyOjM2OjMxWiJ9&digest=sha256%3Ac04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=359.695µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=e0f750c9-b836-4da3-b9ef-b1a79241b4ba trace.line=177 vars.name="neos/hello" vars.uuid=d93b1aee-2dda-4272-8f06-9c43130179e3
time="2016-10-26T12:36:32.510434135Z" level=info msg="response completed" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=6486ec02-79a3-4e5d-aad4-0402f23d29e8 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46598" http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda-4272-8f06-9c43130179e3?_state=vcOe4TTSHcvYQSnYZwZblm8KSvq8-NhH-Ct4jGAN-HV7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxYWVlLTJkZGEtNDI3Mi04ZjA2LTljNDMxMzAxNzllMyIsIk9mZnNldCI6OTc0LCJTdGFydGVkQXQiOiIyMDE2LTEwLTI2VDEyOjM2OjMxWiJ9&digest=sha256%3Ac04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" http.response.duration=159.988239ms http.response.status=201 http.response.written=0 instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f
time="2016-10-26T12:36:32.565785511Z" level=debug msg="authorizing request" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=00b97ef4-7855-4075-af3f-fb795f771732 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46600" http.request.uri="/v2/neos/hello/blobs/sha256:c04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.digest="sha256:c04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c" vars.name="neos/hello"
time="2016-10-26T12:36:32.565935112Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:pull" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=00b97ef4-7855-4075-af3f-fb795f771732 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46600" http.request.uri="/v2/neos/hello/blobs/sha256:c04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.digest="sha256:c04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c" vars.name="neos/hello"
192.168.2.82 - - [26/Oct/2016:12:36:32 +0000] "HEAD /v2/neos/hello/blobs/sha256:c04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c HTTP/1.1" 200 0 "" "docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))"
time="2016-10-26T12:36:32.578980837Z" level=debug msg=GetBlob go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=00b97ef4-7855-4075-af3f-fb795f771732 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46600" http.request.uri="/v2/neos/hello/blobs/sha256:c04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.digest="sha256:c04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c" vars.name="neos/hello"
time="2016-10-26T12:36:32.579150364Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/c0/c04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c/data\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=00b97ef4-7855-4075-af3f-fb795f771732 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46600" http.request.uri="/v2/neos/hello/blobs/sha256:c04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=18.467µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=eda20412-f860-4175-adc7-034fa475d8d4 trace.line=189 vars.digest="sha256:c04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c" vars.name="neos/hello"
time="2016-10-26T12:36:32.579326675Z" level=info msg="response completed" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=00b97ef4-7855-4075-af3f-fb795f771732 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46600" http.request.uri="/v2/neos/hello/blobs/sha256:c04b14da8d1441880ed3fe6106fb2cc6fa1c9661846ac0266b8a5ec8edf37b7c" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" http.response.contenttype="application/octet-stream" http.response.duration=16.089244ms http.response.status=200 http.response.written=0 instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f
time="2016-10-26T12:36:32.633440663Z" level=debug msg="authorizing request" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=868bf9da-e27a-4696-bc9a-ccef2d6dd458 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46602" http.request.uri="/v2/neos/hello/blobs/sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.digest="sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" vars.name="neos/hello"
time="2016-10-26T12:36:32.633704313Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:pull" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=868bf9da-e27a-4696-bc9a-ccef2d6dd458 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46602" http.request.uri="/v2/neos/hello/blobs/sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.digest="sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" vars.name="neos/hello"
time="2016-10-26T12:36:32.653501679Z" level=debug msg=GetBlob go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=868bf9da-e27a-4696-bc9a-ccef2d6dd458 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46602" http.request.uri="/v2/neos/hello/blobs/sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.digest="sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" vars.name="neos/hello"
time="2016-10-26T12:36:32.653670455Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/neos/hello/_layers/sha256/c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc/link\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=868bf9da-e27a-4696-bc9a-ccef2d6dd458 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46602" http.request.uri="/v2/neos/hello/blobs/sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=37.459µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=39e66aa4-20fd-43c0-aade-4595be623c2a trace.line=82 vars.digest="sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" vars.name="neos/hello"
time="2016-10-26T12:36:32.653738419Z" level=debug msg="could not stat layer link \"sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc\" in repository \"neos/hello\": unknown blob" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=868bf9da-e27a-4696-bc9a-ccef2d6dd458 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46602" http.request.uri="/v2/neos/hello/blobs/sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.digest="sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" vars.name="neos/hello"
time="2016-10-26T12:36:32.653834579Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/c5/c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc/data\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=868bf9da-e27a-4696-bc9a-ccef2d6dd458 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46602" http.request.uri="/v2/neos/hello/blobs/sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=24.877µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=86ebe578-0e55-4008-a2dd-0e851833e2a9 trace.line=137 vars.digest="sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" vars.name="neos/hello"
time="2016-10-26T12:36:32.65389972Z" level=debug msg="verifying presence of blob \"sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc\" in image stream neos/hello" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=868bf9da-e27a-4696-bc9a-ccef2d6dd458 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46602" http.request.uri="/v2/neos/hello/blobs/sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.digest="sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" vars.name="neos/hello"
time="2016-10-26T12:36:32.682950384Z" level=error msg="failed to get image stream: imagestreams \"hello\" not found" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=868bf9da-e27a-4696-bc9a-ccef2d6dd458 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46602" http.request.uri="/v2/neos/hello/blobs/sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.digest="sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" vars.name="neos/hello"
time="2016-10-26T12:36:32.683021628Z" level=debug msg="detected absence of blob \"sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc\" in image stream neos/hello after 29.012763ms" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=868bf9da-e27a-4696-bc9a-ccef2d6dd458 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46602" http.request.uri="/v2/neos/hello/blobs/sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.digest="sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" vars.name="neos/hello"
192.168.2.82 - - [26/Oct/2016:12:36:32 +0000] "HEAD /v2/neos/hello/blobs/sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc HTTP/1.1" 404 157 "" "docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))"
time="2016-10-26T12:36:32.704104238Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc err.message="blob unknown to registry" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=868bf9da-e27a-4696-bc9a-ccef2d6dd458 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46602" http.request.uri="/v2/neos/hello/blobs/sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" http.response.contenttype="application/json; charset=utf-8" http.response.duration=85.739397ms http.response.status=404 http.response.written=157 instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.digest="sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" vars.name="neos/hello"
time="2016-10-26T12:36:32.735216271Z" level=debug msg="authorizing request" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=c8e939da-01d7-44fc-8403-9f7ed4c3af9c http.request.method=POST http.request.remoteaddr="192.168.2.82:46604" http.request.uri="/v2/neos/hello/blobs/uploads/" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello"
time="2016-10-26T12:36:32.735422444Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:pull" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=c8e939da-01d7-44fc-8403-9f7ed4c3af9c http.request.method=POST http.request.remoteaddr="192.168.2.82:46604" http.request.uri="/v2/neos/hello/blobs/uploads/" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello"
time="2016-10-26T12:36:32.747638759Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:push" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=c8e939da-01d7-44fc-8403-9f7ed4c3af9c http.request.method=POST http.request.remoteaddr="192.168.2.82:46604" http.request.uri="/v2/neos/hello/blobs/uploads/" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello"
time="2016-10-26T12:36:32.768915676Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=c8e939da-01d7-44fc-8403-9f7ed4c3af9c http.request.method=POST http.request.remoteaddr="192.168.2.82:46604" http.request.uri="/v2/neos/hello/blobs/uploads/" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello"
time="2016-10-26T12:36:32.780919775Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/neos/hello/_uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af/startedat\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=c8e939da-01d7-44fc-8403-9f7ed4c3af9c http.request.method=POST http.request.remoteaddr="192.168.2.82:46604" http.request.uri="/v2/neos/hello/blobs/uploads/" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=11.863764ms trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=a9ab723d-fe67-473c-86ff-8a9ba6230563 trace.line=95 vars.name="neos/hello"
time="2016-10-26T12:36:32.782085001Z" level=debug msg="filesystem.Writer(\"/docker/registry/v2/repositories/neos/hello/_uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af/data\", false)" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=c8e939da-01d7-44fc-8403-9f7ed4c3af9c http.request.method=POST http.request.remoteaddr="192.168.2.82:46604" http.request.uri="/v2/neos/hello/blobs/uploads/" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=126.561µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=02873247-bb4f-4eb6-9a52-ef41de6293f3 trace.line=124 vars.name="neos/hello"
time="2016-10-26T12:36:32.796434529Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/neos/hello/_uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af/hashstates/sha256/0\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=c8e939da-01d7-44fc-8403-9f7ed4c3af9c http.request.method=POST http.request.remoteaddr="192.168.2.82:46604" http.request.uri="/v2/neos/hello/blobs/uploads/" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=14.086299ms trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=1f2c6896-9d36-4d05-8917-e567a3bb4ffd trace.line=95 vars.name="neos/hello"
192.168.2.82 - - [26/Oct/2016:12:36:32 +0000] "POST /v2/neos/hello/blobs/uploads/ HTTP/1.1" 202 0 "" "docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))"
time="2016-10-26T12:36:32.800154241Z" level=info msg="response completed" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=c8e939da-01d7-44fc-8403-9f7ed4c3af9c http.request.method=POST http.request.remoteaddr="192.168.2.82:46604" http.request.uri="/v2/neos/hello/blobs/uploads/" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" http.response.duration=70.166377ms http.response.status=202 http.response.written=0 instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f
time="2016-10-26T12:36:32.842690947Z" level=debug msg="authorizing request" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=7583e812-7a74-489c-a813-068ff3956497 http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46606" http.request.uri="/v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=1hM572FJZRgGpeME5PFSqY4NKx2bmXJhiWG33zY7OVF7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMi43Njg5NzA3NThaIn0%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af
time="2016-10-26T12:36:32.842964769Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:pull" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=7583e812-7a74-489c-a813-068ff3956497 http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46606" http.request.uri="/v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=1hM572FJZRgGpeME5PFSqY4NKx2bmXJhiWG33zY7OVF7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMi43Njg5NzA3NThaIn0%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af
time="2016-10-26T12:36:32.864107807Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:push" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=7583e812-7a74-489c-a813-068ff3956497 http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46606" http.request.uri="/v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=1hM572FJZRgGpeME5PFSqY4NKx2bmXJhiWG33zY7OVF7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMi43Njg5NzA3NThaIn0%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af
time="2016-10-26T12:36:32.878089989Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=7583e812-7a74-489c-a813-068ff3956497 http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46606" http.request.uri="/v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=1hM572FJZRgGpeME5PFSqY4NKx2bmXJhiWG33zY7OVF7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMi43Njg5NzA3NThaIn0%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af
time="2016-10-26T12:36:32.878230802Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/neos/hello/_uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af/startedat\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=7583e812-7a74-489c-a813-068ff3956497 http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46606" http.request.uri="/v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=1hM572FJZRgGpeME5PFSqY4NKx2bmXJhiWG33zY7OVF7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMi43Njg5NzA3NThaIn0%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=52.11µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=c6b2e961-a5df-4850-802a-0e9f7d8c8adb trace.line=82 vars.name="neos/hello" vars.uuid=86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af
time="2016-10-26T12:36:32.878353691Z" level=debug msg="filesystem.Writer(\"/docker/registry/v2/repositories/neos/hello/_uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af/data\", true)" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=7583e812-7a74-489c-a813-068ff3956497 http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46606" http.request.uri="/v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=1hM572FJZRgGpeME5PFSqY4NKx2bmXJhiWG33zY7OVF7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMi43Njg5NzA3NThaIn0%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=35.009µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=1bccbbe0-09e4-4744-957f-3e6cf41c1dff trace.line=124 vars.name="neos/hello" vars.uuid=86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af
time="2016-10-26T12:36:32.878422331Z" level=warning msg="the ResponseWriter does not implement CloseNotifier (type: *context.instrumentedResponseWriter)" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=7583e812-7a74-489c-a813-068ff3956497 http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46606" http.request.uri="/v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=1hM572FJZRgGpeME5PFSqY4NKx2bmXJhiWG33zY7OVF7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMi43Njg5NzA3NThaIn0%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af
time="2016-10-26T12:36:32.906433718Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/neos/hello/_uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af/hashstates/sha256/1473\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=7583e812-7a74-489c-a813-068ff3956497 http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46606" http.request.uri="/v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=1hM572FJZRgGpeME5PFSqY4NKx2bmXJhiWG33zY7OVF7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMi43Njg5NzA3NThaIn0%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=18.418044ms trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=54b6d72f-0f62-4417-99cf-22962095a026 trace.line=95 vars.name="neos/hello" vars.uuid=86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af
192.168.2.82 - - [26/Oct/2016:12:36:32 +0000] "PATCH /v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=1hM572FJZRgGpeME5PFSqY4NKx2bmXJhiWG33zY7OVF7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMi43Njg5NzA3NThaIn0%3D HTTP/1.1" 202 0 "" "docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))"
time="2016-10-26T12:36:32.915439047Z" level=info msg="response completed" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=7583e812-7a74-489c-a813-068ff3956497 http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46606" http.request.uri="/v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=1hM572FJZRgGpeME5PFSqY4NKx2bmXJhiWG33zY7OVF7Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMi43Njg5NzA3NThaIn0%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" http.response.duration=86.616599ms http.response.status=202 http.response.written=0 instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f
time="2016-10-26T12:36:32.947188117Z" level=debug msg="authorizing request" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=447cbbcd-e500-478b-8d9e-5c9435575ddd http.request.method=PUT http.request.remoteaddr="192.168.2.82:46608" http.request.uri="/v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=lhO9dL4ldt1gtS2J4g9hMyenwIrl4s0T9rvCKPhMFx97Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MTQ3MywiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMloifQ%3D%3D&digest=sha256%3Ac54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af
time="2016-10-26T12:36:32.948104916Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:pull" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=447cbbcd-e500-478b-8d9e-5c9435575ddd http.request.method=PUT http.request.remoteaddr="192.168.2.82:46608" http.request.uri="/v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=lhO9dL4ldt1gtS2J4g9hMyenwIrl4s0T9rvCKPhMFx97Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MTQ3MywiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMloifQ%3D%3D&digest=sha256%3Ac54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af
time="2016-10-26T12:36:32.964160085Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:push" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=447cbbcd-e500-478b-8d9e-5c9435575ddd http.request.method=PUT http.request.remoteaddr="192.168.2.82:46608" http.request.uri="/v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=lhO9dL4ldt1gtS2J4g9hMyenwIrl4s0T9rvCKPhMFx97Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MTQ3MywiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMloifQ%3D%3D&digest=sha256%3Ac54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af
time="2016-10-26T12:36:32.979219114Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=447cbbcd-e500-478b-8d9e-5c9435575ddd http.request.method=PUT http.request.remoteaddr="192.168.2.82:46608" http.request.uri="/v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=lhO9dL4ldt1gtS2J4g9hMyenwIrl4s0T9rvCKPhMFx97Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MTQ3MywiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMloifQ%3D%3D&digest=sha256%3Ac54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af
time="2016-10-26T12:36:32.979347344Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/neos/hello/_uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af/startedat\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=447cbbcd-e500-478b-8d9e-5c9435575ddd http.request.method=PUT http.request.remoteaddr="192.168.2.82:46608" http.request.uri="/v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=lhO9dL4ldt1gtS2J4g9hMyenwIrl4s0T9rvCKPhMFx97Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MTQ3MywiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMloifQ%3D%3D&digest=sha256%3Ac54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=44.976µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=ee532a02-62dd-4a5b-81e7-a30a33be50f4 trace.line=82 vars.name="neos/hello" vars.uuid=86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af
time="2016-10-26T12:36:32.979474168Z" level=debug msg="filesystem.Writer(\"/docker/registry/v2/repositories/neos/hello/_uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af/data\", true)" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=447cbbcd-e500-478b-8d9e-5c9435575ddd http.request.method=PUT http.request.remoteaddr="192.168.2.82:46608" http.request.uri="/v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=lhO9dL4ldt1gtS2J4g9hMyenwIrl4s0T9rvCKPhMFx97Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MTQ3MywiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMloifQ%3D%3D&digest=sha256%3Ac54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=36.797µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=ad7feb34-ba18-4465-b29a-6d7630a1a0e0 trace.line=124 vars.name="neos/hello" vars.uuid=86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af
time="2016-10-26T12:36:32.97962348Z" level=warning msg="the ResponseWriter does not implement CloseNotifier (type: *context.instrumentedResponseWriter)" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=447cbbcd-e500-478b-8d9e-5c9435575ddd http.request.method=PUT http.request.remoteaddr="192.168.2.82:46608" http.request.uri="/v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=lhO9dL4ldt1gtS2J4g9hMyenwIrl4s0T9rvCKPhMFx97Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MTQ3MywiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMloifQ%3D%3D&digest=sha256%3Ac54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af
time="2016-10-26T12:36:32.979686416Z" level=debug msg="(*blobWriter).Commit" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=447cbbcd-e500-478b-8d9e-5c9435575ddd http.request.method=PUT http.request.remoteaddr="192.168.2.82:46608" http.request.uri="/v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=lhO9dL4ldt1gtS2J4g9hMyenwIrl4s0T9rvCKPhMFx97Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MTQ3MywiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMloifQ%3D%3D&digest=sha256%3Ac54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af
time="2016-10-26T12:36:33.012428874Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/neos/hello/_uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af/hashstates/sha256/0\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=447cbbcd-e500-478b-8d9e-5c9435575ddd http.request.method=PUT http.request.remoteaddr="192.168.2.82:46608" http.request.uri="/v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=lhO9dL4ldt1gtS2J4g9hMyenwIrl4s0T9rvCKPhMFx97Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MTQ3MywiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMloifQ%3D%3D&digest=sha256%3Ac54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=23.379052ms trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=1181fda3-ab62-4bcd-8118-290f50194367 trace.line=95 vars.name="neos/hello" vars.uuid=86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af
time="2016-10-26T12:36:33.016427209Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/neos/hello/_uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af/data\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=447cbbcd-e500-478b-8d9e-5c9435575ddd http.request.method=PUT http.request.remoteaddr="192.168.2.82:46608" http.request.uri="/v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=lhO9dL4ldt1gtS2J4g9hMyenwIrl4s0T9rvCKPhMFx97Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MTQ3MywiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMloifQ%3D%3D&digest=sha256%3Ac54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=29.411µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=17aee5b3-6acd-4009-a909-29919550bbf8 trace.line=137 vars.name="neos/hello" vars.uuid=86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af
time="2016-10-26T12:36:33.016635717Z" level=debug msg="filesystem.List(\"/docker/registry/v2/repositories/neos/hello/_uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af/hashstates/sha256\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=447cbbcd-e500-478b-8d9e-5c9435575ddd http.request.method=PUT http.request.remoteaddr="192.168.2.82:46608" http.request.uri="/v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=lhO9dL4ldt1gtS2J4g9hMyenwIrl4s0T9rvCKPhMFx97Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MTQ3MywiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMloifQ%3D%3D&digest=sha256%3Ac54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=93.555µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).List" trace.id=90c7a460-8906-49c7-9888-d731beee4174 trace.line=150 vars.name="neos/hello" vars.uuid=86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af
time="2016-10-26T12:36:33.016767852Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/neos/hello/_uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af/hashstates/sha256/1473\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=447cbbcd-e500-478b-8d9e-5c9435575ddd http.request.method=PUT http.request.remoteaddr="192.168.2.82:46608" http.request.uri="/v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=lhO9dL4ldt1gtS2J4g9hMyenwIrl4s0T9rvCKPhMFx97Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MTQ3MywiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMloifQ%3D%3D&digest=sha256%3Ac54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=43.475µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=5f840cd5-5da7-4554-861e-db84eeee2dc2 trace.line=82 vars.name="neos/hello" vars.uuid=86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af
time="2016-10-26T12:36:33.017019278Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/c5/c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc/data\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=447cbbcd-e500-478b-8d9e-5c9435575ddd http.request.method=PUT http.request.remoteaddr="192.168.2.82:46608" http.request.uri="/v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=lhO9dL4ldt1gtS2J4g9hMyenwIrl4s0T9rvCKPhMFx97Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MTQ3MywiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMloifQ%3D%3D&digest=sha256%3Ac54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=25.739µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=3db0e20e-a187-49df-a098-e2c1e75fcade trace.line=137 vars.name="neos/hello" vars.uuid=86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af
192.168.2.82 - - [26/Oct/2016:12:36:32 +0000] "PUT /v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=lhO9dL4ldt1gtS2J4g9hMyenwIrl4s0T9rvCKPhMFx97Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MTQ3MywiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMloifQ%3D%3D&digest=sha256%3Ac54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc HTTP/1.1" 201 0 "" "docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))"
time="2016-10-26T12:36:33.044059766Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/neos/hello/_layers/sha256/c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc/link\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=447cbbcd-e500-478b-8d9e-5c9435575ddd http.request.method=PUT http.request.remoteaddr="192.168.2.82:46608" http.request.uri="/v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=lhO9dL4ldt1gtS2J4g9hMyenwIrl4s0T9rvCKPhMFx97Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MTQ3MywiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMloifQ%3D%3D&digest=sha256%3Ac54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=26.858827ms trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=43278160-79f8-41b0-abbe-f29df99b90eb trace.line=95 vars.name="neos/hello" vars.uuid=86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af
time="2016-10-26T12:36:33.044490536Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/neos/hello/_uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=447cbbcd-e500-478b-8d9e-5c9435575ddd http.request.method=PUT http.request.remoteaddr="192.168.2.82:46608" http.request.uri="/v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=lhO9dL4ldt1gtS2J4g9hMyenwIrl4s0T9rvCKPhMFx97Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MTQ3MywiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMloifQ%3D%3D&digest=sha256%3Ac54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=314.963µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=912fff1b-006d-4224-bd7b-eef5b4ca5ef6 trace.line=177 vars.name="neos/hello" vars.uuid=86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af
time="2016-10-26T12:36:33.046033157Z" level=info msg="response completed" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=447cbbcd-e500-478b-8d9e-5c9435575ddd http.request.method=PUT http.request.remoteaddr="192.168.2.82:46608" http.request.uri="/v2/neos/hello/blobs/uploads/86faa9dd-4f7f-4e60-8b5a-c8ce5a8189af?_state=lhO9dL4ldt1gtS2J4g9hMyenwIrl4s0T9rvCKPhMFx97Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6Ijg2ZmFhOWRkLTRmN2YtNGU2MC04YjVhLWM4Y2U1YTgxODlhZiIsIk9mZnNldCI6MTQ3MywiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMloifQ%3D%3D&digest=sha256%3Ac54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" http.response.duration=101.789239ms http.response.status=201 http.response.written=0 instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f
time="2016-10-26T12:36:33.106955876Z" level=debug msg="authorizing request" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=181159a8-05a2-4002-bf7c-c954392a3d33 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46610" http.request.uri="/v2/neos/hello/blobs/sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.digest="sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" vars.name="neos/hello"
time="2016-10-26T12:36:33.108188268Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:pull" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=181159a8-05a2-4002-bf7c-c954392a3d33 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46610" http.request.uri="/v2/neos/hello/blobs/sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.digest="sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" vars.name="neos/hello"
time="2016-10-26T12:36:33.126465724Z" level=debug msg=GetBlob go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=181159a8-05a2-4002-bf7c-c954392a3d33 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46610" http.request.uri="/v2/neos/hello/blobs/sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.digest="sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" vars.name="neos/hello"
192.168.2.82 - - [26/Oct/2016:12:36:33 +0000] "HEAD /v2/neos/hello/blobs/sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc HTTP/1.1" 200 0 "" "docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))"
time="2016-10-26T12:36:33.131899646Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/c5/c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc/data\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=181159a8-05a2-4002-bf7c-c954392a3d33 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46610" http.request.uri="/v2/neos/hello/blobs/sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=18.748µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=ef19dcc6-ef81-4938-8799-9671867bd322 trace.line=189 vars.digest="sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" vars.name="neos/hello"
time="2016-10-26T12:36:33.132123349Z" level=info msg="response completed" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=181159a8-05a2-4002-bf7c-c954392a3d33 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46610" http.request.uri="/v2/neos/hello/blobs/sha256:c54a2cc56cbb2f04003c1cd4507e118af7c0d340fe7e2720f70976c4b75237dc" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" http.response.contenttype="application/octet-stream" http.response.duration=58.304853ms http.response.status=200 http.response.written=0 instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f
time="2016-10-26T12:36:33.171269484Z" level=debug msg="authorizing request" go.version=go1.6.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="atomic01.vi.pt:5000" http.request.id=f7f14829-91c0-43c9-9863-69158b72ccf2 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46612" http.request.uri="/v2/neos/hello/manifests/latest" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.reference=latest
time="2016-10-26T12:36:33.171420306Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:pull" go.version=go1.6.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="atomic01.vi.pt:5000" http.request.id=f7f14829-91c0-43c9-9863-69158b72ccf2 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46612" http.request.uri="/v2/neos/hello/manifests/latest" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.reference=latest
time="2016-10-26T12:36:33.186374444Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:push" go.version=go1.6.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="atomic01.vi.pt:5000" http.request.id=f7f14829-91c0-43c9-9863-69158b72ccf2 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46612" http.request.uri="/v2/neos/hello/manifests/latest" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.reference=latest
192.168.2.82 - - [26/Oct/2016:12:36:33 +0000] "PUT /v2/neos/hello/manifests/latest HTTP/1.1" 500 136 "" "docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))"
time="2016-10-26T12:36:33.19689277Z" level=debug msg=PutImageManifest go.version=go1.6.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="atomic01.vi.pt:5000" http.request.id=f7f14829-91c0-43c9-9863-69158b72ccf2 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46612" http.request.uri="/v2/neos/hello/manifests/latest" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.reference=latest
time="2016-10-26T12:36:33.197901448Z" level=warning msg="the ResponseWriter does not implement CloseNotifier (type: *context.instrumentedResponseWriter)" go.version=go1.6.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="atomic01.vi.pt:5000" http.request.id=f7f14829-91c0-43c9-9863-69158b72ccf2 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46612" http.request.uri="/v2/neos/hello/manifests/latest" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.reference=latest
time="2016-10-26T12:36:33.198109603Z" level=error msg="response completed with error" err.code=unknown err.detail="manifest invalid: manifest invalid" err.message="unknown error" go.version=go1.6.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v2+json" http.request.host="atomic01.vi.pt:5000" http.request.id=f7f14829-91c0-43c9-9863-69158b72ccf2 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46612" http.request.uri="/v2/neos/hello/manifests/latest" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" http.response.contenttype="application/json; charset=utf-8" http.response.duration=29.301753ms http.response.status=500 http.response.written=136 instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.reference=latest
time="2016-10-26T12:36:33.237688729Z" level=debug msg="authorizing request" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=0f13f7ca-eeba-490e-bcd0-9fb29474a319 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46614" http.request.uri="/v2/neos/hello/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.digest="sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" vars.name="neos/hello"
time="2016-10-26T12:36:33.253488788Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:pull" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=0f13f7ca-eeba-490e-bcd0-9fb29474a319 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46614" http.request.uri="/v2/neos/hello/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.digest="sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" vars.name="neos/hello"
time="2016-10-26T12:36:33.268453658Z" level=debug msg=GetBlob go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=0f13f7ca-eeba-490e-bcd0-9fb29474a319 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46614" http.request.uri="/v2/neos/hello/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.digest="sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" vars.name="neos/hello"
time="2016-10-26T12:36:33.26869931Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/neos/hello/_layers/sha256/a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4/link\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=0f13f7ca-eeba-490e-bcd0-9fb29474a319 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46614" http.request.uri="/v2/neos/hello/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=55.422µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=27b30f05-685c-47e9-b84e-39d237e10229 trace.line=82 vars.digest="sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" vars.name="neos/hello"
time="2016-10-26T12:36:33.268771625Z" level=debug msg="could not stat layer link \"sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4\" in repository \"neos/hello\": unknown blob" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=0f13f7ca-eeba-490e-bcd0-9fb29474a319 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46614" http.request.uri="/v2/neos/hello/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.digest="sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" vars.name="neos/hello"
time="2016-10-26T12:36:33.268869311Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/a3/a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4/data\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=0f13f7ca-eeba-490e-bcd0-9fb29474a319 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46614" http.request.uri="/v2/neos/hello/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=24.901µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=ca8f311e-4a7f-44f3-8e51-20526e67e811 trace.line=137 vars.digest="sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" vars.name="neos/hello"
time="2016-10-26T12:36:33.268935359Z" level=debug msg="verifying presence of blob \"sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4\" in image stream neos/hello" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=0f13f7ca-eeba-490e-bcd0-9fb29474a319 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46614" http.request.uri="/v2/neos/hello/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.digest="sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" vars.name="neos/hello"
time="2016-10-26T12:36:33.294370439Z" level=error msg="failed to get image stream: imagestreams \"hello\" not found" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=0f13f7ca-eeba-490e-bcd0-9fb29474a319 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46614" http.request.uri="/v2/neos/hello/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.digest="sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" vars.name="neos/hello"
time="2016-10-26T12:36:33.294430832Z" level=debug msg="detected absence of blob \"sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4\" in image stream neos/hello after 25.449247ms" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=0f13f7ca-eeba-490e-bcd0-9fb29474a319 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46614" http.request.uri="/v2/neos/hello/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.digest="sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" vars.name="neos/hello"
192.168.2.82 - - [26/Oct/2016:12:36:33 +0000] "HEAD /v2/neos/hello/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 HTTP/1.1" 404 157 "" "docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))"
time="2016-10-26T12:36:33.319868469Z" level=error msg="response completed with error" err.code="blob unknown" err.detail=sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 err.message="blob unknown to registry" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=0f13f7ca-eeba-490e-bcd0-9fb29474a319 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46614" http.request.uri="/v2/neos/hello/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" http.response.contenttype="application/json; charset=utf-8" http.response.duration=84.78656ms http.response.status=404 http.response.written=157 instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.digest="sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" vars.name="neos/hello"
time="2016-10-26T12:36:33.350886241Z" level=debug msg="authorizing request" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=404edf31-e98d-411f-a043-b80dc012e24c http.request.method=POST http.request.remoteaddr="192.168.2.82:46616" http.request.uri="/v2/neos/hello/blobs/uploads/" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello"
time="2016-10-26T12:36:33.351044031Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:pull" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=404edf31-e98d-411f-a043-b80dc012e24c http.request.method=POST http.request.remoteaddr="192.168.2.82:46616" http.request.uri="/v2/neos/hello/blobs/uploads/" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello"
time="2016-10-26T12:36:33.364593223Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:push" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=404edf31-e98d-411f-a043-b80dc012e24c http.request.method=POST http.request.remoteaddr="192.168.2.82:46616" http.request.uri="/v2/neos/hello/blobs/uploads/" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello"
time="2016-10-26T12:36:33.378295118Z" level=debug msg="(*linkedBlobStore).Writer" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=404edf31-e98d-411f-a043-b80dc012e24c http.request.method=POST http.request.remoteaddr="192.168.2.82:46616" http.request.uri="/v2/neos/hello/blobs/uploads/" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello"
time="2016-10-26T12:36:33.388292009Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/neos/hello/_uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a/startedat\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=404edf31-e98d-411f-a043-b80dc012e24c http.request.method=POST http.request.remoteaddr="192.168.2.82:46616" http.request.uri="/v2/neos/hello/blobs/uploads/" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=9.91029ms trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=a307e1cd-47c1-4a2d-9fbf-dc39c2043ea4 trace.line=95 vars.name="neos/hello"
time="2016-10-26T12:36:33.389425078Z" level=debug msg="filesystem.Writer(\"/docker/registry/v2/repositories/neos/hello/_uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a/data\", false)" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=404edf31-e98d-411f-a043-b80dc012e24c http.request.method=POST http.request.remoteaddr="192.168.2.82:46616" http.request.uri="/v2/neos/hello/blobs/uploads/" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=91.097µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=62130e7b-6adb-47c2-9286-c45ecbd2b249 trace.line=124 vars.name="neos/hello"
time="2016-10-26T12:36:33.403539865Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/neos/hello/_uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a/hashstates/sha256/0\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=404edf31-e98d-411f-a043-b80dc012e24c http.request.method=POST http.request.remoteaddr="192.168.2.82:46616" http.request.uri="/v2/neos/hello/blobs/uploads/" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=13.85821ms trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=33583502-7528-431d-a64d-95413cb6f73e trace.line=95 vars.name="neos/hello"
192.168.2.82 - - [26/Oct/2016:12:36:33 +0000] "POST /v2/neos/hello/blobs/uploads/ HTTP/1.1" 202 0 "" "docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))"
time="2016-10-26T12:36:33.408896484Z" level=info msg="response completed" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=404edf31-e98d-411f-a043-b80dc012e24c http.request.method=POST http.request.remoteaddr="192.168.2.82:46616" http.request.uri="/v2/neos/hello/blobs/uploads/" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" http.response.duration=60.528325ms http.response.status=202 http.response.written=0 instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f
time="2016-10-26T12:36:33.449939565Z" level=debug msg="authorizing request" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=3f1d9a63-22fc-4868-a32a-a3a956d8a8be http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46618" http.request.uri="/v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=AAIJIQVexWZ6Gfb06us-vlTPpc6oq9kWB22orjzXKW57Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMy4zNzgzNDE4MDlaIn0%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=4c2ac3e9-a474-493a-b811-4d64bc4e081a
time="2016-10-26T12:36:33.450187759Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:pull" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=3f1d9a63-22fc-4868-a32a-a3a956d8a8be http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46618" http.request.uri="/v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=AAIJIQVexWZ6Gfb06us-vlTPpc6oq9kWB22orjzXKW57Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMy4zNzgzNDE4MDlaIn0%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=4c2ac3e9-a474-493a-b811-4d64bc4e081a
time="2016-10-26T12:36:33.470157375Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:push" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=3f1d9a63-22fc-4868-a32a-a3a956d8a8be http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46618" http.request.uri="/v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=AAIJIQVexWZ6Gfb06us-vlTPpc6oq9kWB22orjzXKW57Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMy4zNzgzNDE4MDlaIn0%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=4c2ac3e9-a474-493a-b811-4d64bc4e081a
time="2016-10-26T12:36:33.483458803Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=3f1d9a63-22fc-4868-a32a-a3a956d8a8be http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46618" http.request.uri="/v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=AAIJIQVexWZ6Gfb06us-vlTPpc6oq9kWB22orjzXKW57Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMy4zNzgzNDE4MDlaIn0%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=4c2ac3e9-a474-493a-b811-4d64bc4e081a
time="2016-10-26T12:36:33.483807863Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/neos/hello/_uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a/startedat\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=3f1d9a63-22fc-4868-a32a-a3a956d8a8be http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46618" http.request.uri="/v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=AAIJIQVexWZ6Gfb06us-vlTPpc6oq9kWB22orjzXKW57Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMy4zNzgzNDE4MDlaIn0%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=87.892µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=eb80a0df-45d6-4752-9c0a-3bd2aebb527b trace.line=82 vars.name="neos/hello" vars.uuid=4c2ac3e9-a474-493a-b811-4d64bc4e081a
time="2016-10-26T12:36:33.484324382Z" level=debug msg="filesystem.Writer(\"/docker/registry/v2/repositories/neos/hello/_uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a/data\", true)" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=3f1d9a63-22fc-4868-a32a-a3a956d8a8be http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46618" http.request.uri="/v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=AAIJIQVexWZ6Gfb06us-vlTPpc6oq9kWB22orjzXKW57Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMy4zNzgzNDE4MDlaIn0%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=54.373µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=7a7de5cf-d63e-4c32-8e29-c4502ba5878c trace.line=124 vars.name="neos/hello" vars.uuid=4c2ac3e9-a474-493a-b811-4d64bc4e081a
time="2016-10-26T12:36:33.485213731Z" level=warning msg="the ResponseWriter does not implement CloseNotifier (type: *context.instrumentedResponseWriter)" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=3f1d9a63-22fc-4868-a32a-a3a956d8a8be http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46618" http.request.uri="/v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=AAIJIQVexWZ6Gfb06us-vlTPpc6oq9kWB22orjzXKW57Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMy4zNzgzNDE4MDlaIn0%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=4c2ac3e9-a474-493a-b811-4d64bc4e081a
time="2016-10-26T12:36:33.511188701Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/neos/hello/_uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a/hashstates/sha256/32\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=3f1d9a63-22fc-4868-a32a-a3a956d8a8be http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46618" http.request.uri="/v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=AAIJIQVexWZ6Gfb06us-vlTPpc6oq9kWB22orjzXKW57Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMy4zNzgzNDE4MDlaIn0%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=25.477257ms trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=4aca474c-a982-43a0-99fb-fe9fc47eeb54 trace.line=95 vars.name="neos/hello" vars.uuid=4c2ac3e9-a474-493a-b811-4d64bc4e081a
192.168.2.82 - - [26/Oct/2016:12:36:33 +0000] "PATCH /v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=AAIJIQVexWZ6Gfb06us-vlTPpc6oq9kWB22orjzXKW57Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMy4zNzgzNDE4MDlaIn0%3D HTTP/1.1" 202 0 "" "docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))"
time="2016-10-26T12:36:33.523008231Z" level=info msg="response completed" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=3f1d9a63-22fc-4868-a32a-a3a956d8a8be http.request.method=PATCH http.request.remoteaddr="192.168.2.82:46618" http.request.uri="/v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=AAIJIQVexWZ6Gfb06us-vlTPpc6oq9kWB22orjzXKW57Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MCwiU3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQxMjozNjozMy4zNzgzNDE4MDlaIn0%3D" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" http.response.duration=86.714922ms http.response.status=202 http.response.written=0 instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f
time="2016-10-26T12:36:33.557466723Z" level=debug msg="authorizing request" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=10957330-3559-4c19-bef4-e4d39be068ac http.request.method=PUT http.request.remoteaddr="192.168.2.82:46620" http.request.uri="/v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=FD5QL7X16Dnftc8y2rOcpwwFYcmebZSup66NqlUGn757Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MzIsIlN0YXJ0ZWRBdCI6IjIwMTYtMTAtMjZUMTI6MzY6MzNaIn0%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=4c2ac3e9-a474-493a-b811-4d64bc4e081a
time="2016-10-26T12:36:33.557807351Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:pull" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=10957330-3559-4c19-bef4-e4d39be068ac http.request.method=PUT http.request.remoteaddr="192.168.2.82:46620" http.request.uri="/v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=FD5QL7X16Dnftc8y2rOcpwwFYcmebZSup66NqlUGn757Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MzIsIlN0YXJ0ZWRBdCI6IjIwMTYtMTAtMjZUMTI6MzY6MzNaIn0%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=4c2ac3e9-a474-493a-b811-4d64bc4e081a
time="2016-10-26T12:36:33.573707046Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:push" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=10957330-3559-4c19-bef4-e4d39be068ac http.request.method=PUT http.request.remoteaddr="192.168.2.82:46620" http.request.uri="/v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=FD5QL7X16Dnftc8y2rOcpwwFYcmebZSup66NqlUGn757Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MzIsIlN0YXJ0ZWRBdCI6IjIwMTYtMTAtMjZUMTI6MzY6MzNaIn0%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=4c2ac3e9-a474-493a-b811-4d64bc4e081a
time="2016-10-26T12:36:33.59092746Z" level=debug msg="(*linkedBlobStore).Resume" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=10957330-3559-4c19-bef4-e4d39be068ac http.request.method=PUT http.request.remoteaddr="192.168.2.82:46620" http.request.uri="/v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=FD5QL7X16Dnftc8y2rOcpwwFYcmebZSup66NqlUGn757Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MzIsIlN0YXJ0ZWRBdCI6IjIwMTYtMTAtMjZUMTI6MzY6MzNaIn0%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=4c2ac3e9-a474-493a-b811-4d64bc4e081a
time="2016-10-26T12:36:33.591107767Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/neos/hello/_uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a/startedat\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=10957330-3559-4c19-bef4-e4d39be068ac http.request.method=PUT http.request.remoteaddr="192.168.2.82:46620" http.request.uri="/v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=FD5QL7X16Dnftc8y2rOcpwwFYcmebZSup66NqlUGn757Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MzIsIlN0YXJ0ZWRBdCI6IjIwMTYtMTAtMjZUMTI6MzY6MzNaIn0%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=57.585µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=13394938-165d-439f-a3b6-aab533dc9a19 trace.line=82 vars.name="neos/hello" vars.uuid=4c2ac3e9-a474-493a-b811-4d64bc4e081a
time="2016-10-26T12:36:33.591289225Z" level=debug msg="filesystem.Writer(\"/docker/registry/v2/repositories/neos/hello/_uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a/data\", true)" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=10957330-3559-4c19-bef4-e4d39be068ac http.request.method=PUT http.request.remoteaddr="192.168.2.82:46620" http.request.uri="/v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=FD5QL7X16Dnftc8y2rOcpwwFYcmebZSup66NqlUGn757Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MzIsIlN0YXJ0ZWRBdCI6IjIwMTYtMTAtMjZUMTI6MzY6MzNaIn0%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=50.614µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).Writer" trace.id=03d9c5d4-57f8-456e-974a-75e64ed62b34 trace.line=124 vars.name="neos/hello" vars.uuid=4c2ac3e9-a474-493a-b811-4d64bc4e081a
time="2016-10-26T12:36:33.59267362Z" level=warning msg="the ResponseWriter does not implement CloseNotifier (type: *context.instrumentedResponseWriter)" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=10957330-3559-4c19-bef4-e4d39be068ac http.request.method=PUT http.request.remoteaddr="192.168.2.82:46620" http.request.uri="/v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=FD5QL7X16Dnftc8y2rOcpwwFYcmebZSup66NqlUGn757Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MzIsIlN0YXJ0ZWRBdCI6IjIwMTYtMTAtMjZUMTI6MzY6MzNaIn0%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=4c2ac3e9-a474-493a-b811-4d64bc4e081a
time="2016-10-26T12:36:33.59277297Z" level=debug msg="(*blobWriter).Commit" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=10957330-3559-4c19-bef4-e4d39be068ac http.request.method=PUT http.request.remoteaddr="192.168.2.82:46620" http.request.uri="/v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=FD5QL7X16Dnftc8y2rOcpwwFYcmebZSup66NqlUGn757Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MzIsIlN0YXJ0ZWRBdCI6IjIwMTYtMTAtMjZUMTI6MzY6MzNaIn0%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.uuid=4c2ac3e9-a474-493a-b811-4d64bc4e081a
time="2016-10-26T12:36:33.61214483Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/neos/hello/_uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a/hashstates/sha256/0\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=10957330-3559-4c19-bef4-e4d39be068ac http.request.method=PUT http.request.remoteaddr="192.168.2.82:46620" http.request.uri="/v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=FD5QL7X16Dnftc8y2rOcpwwFYcmebZSup66NqlUGn757Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MzIsIlN0YXJ0ZWRBdCI6IjIwMTYtMTAtMjZUMTI6MzY6MzNaIn0%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=7.907449ms trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=854a9b7d-a15d-42bd-bd99-c8352705bd77 trace.line=95 vars.name="neos/hello" vars.uuid=4c2ac3e9-a474-493a-b811-4d64bc4e081a
time="2016-10-26T12:36:33.612853699Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/repositories/neos/hello/_uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a/data\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=10957330-3559-4c19-bef4-e4d39be068ac http.request.method=PUT http.request.remoteaddr="192.168.2.82:46620" http.request.uri="/v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=FD5QL7X16Dnftc8y2rOcpwwFYcmebZSup66NqlUGn757Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MzIsIlN0YXJ0ZWRBdCI6IjIwMTYtMTAtMjZUMTI6MzY6MzNaIn0%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=40.922µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=ea9d98b6-1415-4c1b-8dad-78ca4fbf5a2d trace.line=137 vars.name="neos/hello" vars.uuid=4c2ac3e9-a474-493a-b811-4d64bc4e081a
time="2016-10-26T12:36:33.614266658Z" level=debug msg="filesystem.List(\"/docker/registry/v2/repositories/neos/hello/_uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a/hashstates/sha256\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=10957330-3559-4c19-bef4-e4d39be068ac http.request.method=PUT http.request.remoteaddr="192.168.2.82:46620" http.request.uri="/v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=FD5QL7X16Dnftc8y2rOcpwwFYcmebZSup66NqlUGn757Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MzIsIlN0YXJ0ZWRBdCI6IjIwMTYtMTAtMjZUMTI6MzY6MzNaIn0%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=194.624µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).List" trace.id=780c722d-5d21-47cb-8292-d24ba510484b trace.line=150 vars.name="neos/hello" vars.uuid=4c2ac3e9-a474-493a-b811-4d64bc4e081a
time="2016-10-26T12:36:33.614598278Z" level=debug msg="filesystem.GetContent(\"/docker/registry/v2/repositories/neos/hello/_uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a/hashstates/sha256/32\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=10957330-3559-4c19-bef4-e4d39be068ac http.request.method=PUT http.request.remoteaddr="192.168.2.82:46620" http.request.uri="/v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=FD5QL7X16Dnftc8y2rOcpwwFYcmebZSup66NqlUGn757Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MzIsIlN0YXJ0ZWRBdCI6IjIwMTYtMTAtMjZUMTI6MzY6MzNaIn0%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=64.757µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).GetContent" trace.id=4ae19cf0-e41d-4011-b44f-f8b1c13ce1c7 trace.line=82 vars.name="neos/hello" vars.uuid=4c2ac3e9-a474-493a-b811-4d64bc4e081a
time="2016-10-26T12:36:33.616289791Z" level=debug msg="filesystem.Stat(\"/docker/registry/v2/blobs/sha256/a3/a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4/data\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=10957330-3559-4c19-bef4-e4d39be068ac http.request.method=PUT http.request.remoteaddr="192.168.2.82:46620" http.request.uri="/v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=FD5QL7X16Dnftc8y2rOcpwwFYcmebZSup66NqlUGn757Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MzIsIlN0YXJ0ZWRBdCI6IjIwMTYtMTAtMjZUMTI6MzY6MzNaIn0%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=43.994µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).Stat" trace.id=66466cad-3aaa-4d42-a261-0fb270f11444 trace.line=137 vars.name="neos/hello" vars.uuid=4c2ac3e9-a474-493a-b811-4d64bc4e081a
time="2016-10-26T12:36:33.622451956Z" level=debug msg="filesystem.PutContent(\"/docker/registry/v2/repositories/neos/hello/_layers/sha256/a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4/link\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=10957330-3559-4c19-bef4-e4d39be068ac http.request.method=PUT http.request.remoteaddr="192.168.2.82:46620" http.request.uri="/v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=FD5QL7X16Dnftc8y2rOcpwwFYcmebZSup66NqlUGn757Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MzIsIlN0YXJ0ZWRBdCI6IjIwMTYtMTAtMjZUMTI6MzY6MzNaIn0%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=5.97195ms trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).PutContent" trace.id=33036542-6af5-48db-810e-8a040b3d1649 trace.line=95 vars.name="neos/hello" vars.uuid=4c2ac3e9-a474-493a-b811-4d64bc4e081a
time="2016-10-26T12:36:33.624568443Z" level=debug msg="filesystem.Delete(\"/docker/registry/v2/repositories/neos/hello/_uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=10957330-3559-4c19-bef4-e4d39be068ac http.request.method=PUT http.request.remoteaddr="192.168.2.82:46620" http.request.uri="/v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=FD5QL7X16Dnftc8y2rOcpwwFYcmebZSup66NqlUGn757Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MzIsIlN0YXJ0ZWRBdCI6IjIwMTYtMTAtMjZUMTI6MzY6MzNaIn0%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=1.906209ms trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).Delete" trace.id=8a11fe3b-fddc-457c-8c2c-3c296e3a832a trace.line=177 vars.name="neos/hello" vars.uuid=4c2ac3e9-a474-493a-b811-4d64bc4e081a
time="2016-10-26T12:36:33.625965179Z" level=info msg="response completed" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=10957330-3559-4c19-bef4-e4d39be068ac http.request.method=PUT http.request.remoteaddr="192.168.2.82:46620" http.request.uri="/v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=FD5QL7X16Dnftc8y2rOcpwwFYcmebZSup66NqlUGn757Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MzIsIlN0YXJ0ZWRBdCI6IjIwMTYtMTAtMjZUMTI6MzY6MzNaIn0%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" http.response.duration=73.842557ms http.response.status=201 http.response.written=0 instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f
192.168.2.82 - - [26/Oct/2016:12:36:33 +0000] "PUT /v2/neos/hello/blobs/uploads/4c2ac3e9-a474-493a-b811-4d64bc4e081a?_state=FD5QL7X16Dnftc8y2rOcpwwFYcmebZSup66NqlUGn757Ik5hbWUiOiJuZW9zL2hlbGxvIiwiVVVJRCI6IjRjMmFjM2U5LWE0NzQtNDkzYS1iODExLTRkNjRiYzRlMDgxYSIsIk9mZnNldCI6MzIsIlN0YXJ0ZWRBdCI6IjIwMTYtMTAtMjZUMTI6MzY6MzNaIn0%3D&digest=sha256%3Aa3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 HTTP/1.1" 201 0 "" "docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))"
time="2016-10-26T12:36:33.672964792Z" level=debug msg="authorizing request" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=dd0adf98-4048-4f88-aeb2-dfa4f681efe7 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46622" http.request.uri="/v2/neos/hello/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.digest="sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" vars.name="neos/hello"
time="2016-10-26T12:36:33.673206948Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:pull" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=dd0adf98-4048-4f88-aeb2-dfa4f681efe7 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46622" http.request.uri="/v2/neos/hello/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.digest="sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" vars.name="neos/hello"
time="2016-10-26T12:36:33.68475335Z" level=debug msg=GetBlob go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=dd0adf98-4048-4f88-aeb2-dfa4f681efe7 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46622" http.request.uri="/v2/neos/hello/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.digest="sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" vars.name="neos/hello"
time="2016-10-26T12:36:33.684912384Z" level=debug msg="filesystem.URLFor(\"/docker/registry/v2/blobs/sha256/a3/a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4/data\")" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=dd0adf98-4048-4f88-aeb2-dfa4f681efe7 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46622" http.request.uri="/v2/neos/hello/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f trace.duration=17.334µs trace.file="/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base/base.go" trace.func="github.com/openshift/origin/vendor/github.com/docker/distribution/registry/storage/driver/base.(*Base).URLFor" trace.id=0cb104f6-5814-4a27-a100-e0c92cd88ebf trace.line=189 vars.digest="sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" vars.name="neos/hello"
time="2016-10-26T12:36:33.685096665Z" level=info msg="response completed" go.version=go1.6.3 http.request.host="atomic01.vi.pt:5000" http.request.id=dd0adf98-4048-4f88-aeb2-dfa4f681efe7 http.request.method=HEAD http.request.remoteaddr="192.168.2.82:46622" http.request.uri="/v2/neos/hello/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" http.response.contenttype="application/octet-stream" http.response.duration=27.279736ms http.response.status=200 http.response.written=0 instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f
192.168.2.82 - - [26/Oct/2016:12:36:33 +0000] "HEAD /v2/neos/hello/blobs/sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 HTTP/1.1" 200 0 "" "docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))"
time="2016-10-26T12:36:33.764507418Z" level=debug msg="authorizing request" go.version=go1.6.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.request.host="atomic01.vi.pt:5000" http.request.id=056f086b-e554-4724-9798-da7cf10098a2 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46624" http.request.uri="/v2/neos/hello/manifests/latest" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.reference=latest
time="2016-10-26T12:36:33.76467798Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:pull" go.version=go1.6.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.request.host="atomic01.vi.pt:5000" http.request.id=056f086b-e554-4724-9798-da7cf10098a2 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46624" http.request.uri="/v2/neos/hello/manifests/latest" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.reference=latest
time="2016-10-26T12:36:33.779177193Z" level=debug msg="Origin auth: checking for access to repository:neos/hello:push" go.version=go1.6.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.request.host="atomic01.vi.pt:5000" http.request.id=056f086b-e554-4724-9798-da7cf10098a2 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46624" http.request.uri="/v2/neos/hello/manifests/latest" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.reference=latest
time="2016-10-26T12:36:33.796033104Z" level=debug msg=PutImageManifest go.version=go1.6.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.request.host="atomic01.vi.pt:5000" http.request.id=056f086b-e554-4724-9798-da7cf10098a2 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46624" http.request.uri="/v2/neos/hello/manifests/latest" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.reference=latest
time="2016-10-26T12:36:33.796096972Z" level=warning msg="the ResponseWriter does not implement CloseNotifier (type: *context.instrumentedResponseWriter)" go.version=go1.6.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.request.host="atomic01.vi.pt:5000" http.request.id=056f086b-e554-4724-9798-da7cf10098a2 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46624" http.request.uri="/v2/neos/hello/manifests/latest" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.reference=latest
time="2016-10-26T12:36:33.797977682Z" level=info msg="total size of image sha256:da7413841e9489579fc723d530f2ced65d515b30a5a1b45613ffbb80e621f117 with docker ref :5000/neos/hello sha256:da7413841e9489579fc723d530f2ced65d515b30a5a1b45613ffbb80e621f117: 1006" go.version=go1.6.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.request.host="atomic01.vi.pt:5000" http.request.id=056f086b-e554-4724-9798-da7cf10098a2 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46624" http.request.uri="/v2/neos/hello/manifests/latest" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.reference=latest
192.168.2.82 - - [26/Oct/2016:12:36:33 +0000] "PUT /v2/neos/hello/manifests/latest HTTP/1.1" 500 675 "" "docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))"
time="2016-10-26T12:36:33.830413994Z" level=error msg="error creating ImageStreamMapping: ImageStreamMapping \"hello\" is invalid: image.dockerImageReference: Invalid value: \":5000/neos/hello sha256:da7413841e9489579fc723d530f2ced65d515b30a5a1b45613ffbb80e621f117\": invalid reference format" go.version=go1.6.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.request.host="atomic01.vi.pt:5000" http.request.id=056f086b-e554-4724-9798-da7cf10098a2 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46624" http.request.uri="/v2/neos/hello/manifests/latest" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.reference=latest
time="2016-10-26T12:36:33.830875716Z" level=error msg="response completed with error" err.code=unknown err.detail="ImageStreamMapping \"hello\" is invalid: image.dockerImageReference: Invalid value: \":5000/neos/hello sha256:da7413841e9489579fc723d530f2ced65d515b30a5a1b45613ffbb80e621f117\": invalid reference format" err.message="unknown error" go.version=go1.6.3 http.request.contenttype="application/vnd.docker.distribution.manifest.v1+prettyjws" http.request.host="atomic01.vi.pt:5000" http.request.id=056f086b-e554-4724-9798-da7cf10098a2 http.request.method=PUT http.request.remoteaddr="192.168.2.82:46624" http.request.uri="/v2/neos/hello/manifests/latest" http.request.useragent="docker/1.11.2 go/go1.5.4 git-commit/b9f10c9 kernel/4.4.14-200.fc22.x86_64 os/linux arch/amd64 UpstreamClient(Docker-Client/1.11.2 \\(linux\\))" http.response.contenttype="application/json; charset=utf-8" http.response.duration=73.103918ms http.response.status=500 http.response.written=675 instance.id=abea1505-c246-4a4b-b5fc-8c8b8186f33f vars.name="neos/hello" vars.reference=latest



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]