Not sure what's going on. A few things:- for large debug output please use https://paste.fedoraproject.org/ or equivalent and pass us the URL.- I wonder if the setup script[1] was run too early. It's safe to run again. Try again and fpaste the output?- for quicker response reach out to me (aweiteka) on freenode #atomic
[1] on the registry host: sudo /var/run/setup-atomic-registry.sh On Wed, Oct 26, 2016 at 5:07 PM, André Santos <dre santos gmail com> wrote:Hi Aaron,Bellow you can find the info regarding my OS and docker version [1]I do not know if I have understood what you asked me to do regarding the " creating a new image stream referencing a remote registry and pulling the image down with your laptop". You can find bellow what I have made.[2]Thanks,André============================================================ ================== ############################# [1] #############################[asantos fosters ~]$ cat /etc/redhat-releaseFedora release 22 (Twenty Two)[asantos fosters ~]$ uname -aLinux fosters 4.4.14-200.fc22.x86_64 #1 SMP Fri Jun 24 21:19:33 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux[asantos fosters ~]$ docker -vDocker version 1.11.2, build b9f10c9[asantos fosters ~]$ docker infoContainers: 64Running: 0Paused: 0Stopped: 64Images: 403Server Version: 1.11.2Storage Driver: devicemapperPool Name: docker-253:2-1971435-poolPool Blocksize: 65.54 kBBase Device Size: 107.4 GBBacking Filesystem: xfsData file: /dev/loop0Metadata file: /dev/loop1Data Space Used: 18.97 GBData Space Total: 107.4 GBData Space Available: 8.368 GBMetadata Space Used: 34.68 MBMetadata Space Total: 2.147 GBMetadata Space Available: 2.113 GBUdev Sync Supported: trueDeferred Removal Enabled: falseDeferred Deletion Enabled: falseDeferred Deleted Device Count: 0Data loop file: /var/lib/docker/devicemapper/devicemapper/data WARNING: Usage of loopback devices is strongly discouraged for production use. Either use `--storage-opt dm.thinpooldev` or use `--storage-opt dm.no_warn_on_loop_devices=true` to suppress this warning. Metadata loop file: /var/lib/docker/devicemapper/devicemapper/metadata Library Version: 1.02.93 (2015-01-30)Logging Driver: json-fileCgroup Driver: cgroupfsPlugins:Volume: localNetwork: host bridge nullKernel Version: 4.4.14-200.fc22.x86_64Operating System: Fedora 22 (Twenty Two)OSType: linuxArchitecture: x86_64CPUs: 8Total Memory: 7.71 GiBName: fostersID: FZWF:PTYR:WGDK:SJVW:CLWR:OUBW:MV2G:ZTTF:4B4F:23DH:ZUHH:2YUY Docker Root Dir: /var/lib/dockerDebug mode (client): falseDebug mode (server): falseUsername: dresantosRegistry: https://index.docker.io/v1/############################# [2] #############################[asantos fosters ~]$ docker run hello-worldUnable to find image 'hello-world:latest' locallylatest: Pulling from library/hello-worldc04b14da8d14: Already existsDigest: sha256:0256e8a36e2070f7bf2d0b0763dbabdd67798512411de4cdcf943 1a1feb60fd9 Status: Downloaded newer image for hello-world:latestHello from Docker!This message shows that your installation appears to be working correctly.To generate this message, Docker took the following steps:1. The Docker client contacted the Docker daemon.2. The Docker daemon pulled the "hello-world" image from the Docker Hub.3. The Docker daemon created a new container from that image which runs theexecutable that produces the output you are currently reading.4. The Docker daemon streamed that output to the Docker client, which sent itto your terminal.To try something more ambitious, you can run an Ubuntu container with:$ docker run -it ubuntu bashShare images, automate workflows, and more with a free Docker Hub account:For more examples and ideas, visit:[asantos fosters ~]$ docker login -p xxxXXXYyyyyXYXyxyyxxYXYXXYxxxYXYx -e unused -u unused atomic01.vi.pt:5000 Warning: '-e' is deprecated, it will be removed soon. See usage.Login Succeeded[asantos fosters ~]$ docker images | grep hellohello-world latest c54a2cc56cbb 3 months ago 1.848 kB[asantos fosters ~]$ docker tag c54a2cc56cbb atomic01.vi.pt:5000/neos/hellowd:latest [asantos fosters ~]$ docker images | grep helloatomic01.vi.pt:5000/neos/hellowd latest c54a2cc56cbb 3 months ago 1.848 kBhello-world latest c54a2cc56cbb 3 months ago 1.848 kB[asantos fosters ~]$ docker push atomic01.vi.pt:5000/neos/hellowd The push refers to a repository [atomic01.vi.pt:5000/neos/hellowd ]a02596fdd012: Mounted from neos/helloreceived unexpected HTTP status: 500 Internal Server ErrorOn 26 October 2016 at 18:50, Aaron Weitekamp <aweiteka redhat com> wrote:Andre, looking at this error[1], what OS and docker version[2] is your laptop? Could you try creating a new image stream referencing a remote registry and pulling the image down with your laptop?
[1] error creating ImageStreamMapping: ImageStreamMapping \"hello\" is invalid: image.dockerImageReference: Invalid value: \":5000/neos/hello sha256:da7413841e9489579fc723d530f2ced65d 515b30a5a1b45613ffbb80e621f117 \": invalid reference format [2] output of docker -vOn Wed, Oct 26, 2016 at 9:48 AM, André Santos <dre santos gmail com> wrote:André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: SharedThen 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 SucceededThen 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 ErrorBellow I am pasting the logs from the atomic-registry containerThanks for your help,
============================================================ ============================== ============================== ====================
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.1 68.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.1 68.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%2Fhe llo%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.1 68.2.82:46592 " http.request.uri="/openshift/token?account=unused&scope=repo sitory%3Aneos%2Fhello%3Apush%2 Cpull" 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="app lication/json" http.response.duration=5.84807 1ms 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.1 68.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.1 68.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.1 68.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.1 68.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/repositorie s/neos/hello/_uploads/d93b1aee -2dda-4272-8f06-9c43130179e3/s tartedat\")" 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.1 68.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/loca " trace.func="github.com/openshil/go/src/github.com/openshift/ origin/vendor/github.com/docke r/distribution/registry/storag e/driver/base/base.go ft/origin/vendor/github.com/do " trace.id=f9c03ce6-6562-4f8d-b3cker/distribution/registry/sto rage/driver/base.(*Base).PutCo ntent 91-ffe525044dce trace.line=95 vars.name="neos/hello"
time="2016-10-26T12:36:31.373943628Z" level=debug msg="filesystem.Writer(\"/dock er/registry/v2/repositories/ne os/hello/_uploads/d93b1aee-2dd a-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.1 68.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/loca " trace.func="github.com/openshil/go/src/github.com/openshift/ origin/vendor/github.com/docke r/distribution/registry/storag e/driver/base/base.go ft/origin/vendor/github.com/do " trace.id=fbcb9ea4-90da-4e93-bccker/distribution/registry/sto rage/driver/base.(*Base).Write r f4-466f597394e4 trace.line=124 vars.name="neos/hello"
time="2016-10-26T12:36:31.389703827Z" level=debug msg="filesystem.PutContent(\"/ docker/registry/v2/repositorie s/neos/hello/_uploads/d93b1aee -2dda-4272-8f06-9c43130179e3/h ashstates/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.1 68.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/loca " trace.func="github.com/openshil/go/src/github.com/openshift/ origin/vendor/github.com/docke r/distribution/registry/storag e/driver/base/base.go ft/origin/vendor/github.com/do " trace.id=c7875e90-b306-4067-bfcker/distribution/registry/sto rage/driver/base.(*Base).PutCo ntent 12-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.1 68.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.3336 28ms 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.1 68.2.82:46596 " http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda -4272-8f06-9c43130179e3?_state =090uqN7Rmf9W6NqUaWB-kDEIXmBN6 mqp9ECTU7Pbe1t7Ik5hbWUiOiJuZW9 zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxY WVlLTJkZGEtNDI3Mi04ZjA2LTljNDM xMzAxNzllMyIsIk9mZnNldCI6MCwiU 3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQ xMjozNjozMS4zNTQyNzk1MVoifQ%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-8 f06-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.1 68.2.82:46596 " http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda -4272-8f06-9c43130179e3?_state =090uqN7Rmf9W6NqUaWB-kDEIXmBN6 mqp9ECTU7Pbe1t7Ik5hbWUiOiJuZW9 zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxY WVlLTJkZGEtNDI3Mi04ZjA2LTljNDM xMzAxNzllMyIsIk9mZnNldCI6MCwiU 3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQ xMjozNjozMS4zNTQyNzk1MVoifQ%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-8 f06-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.1 68.2.82:46596 " http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda -4272-8f06-9c43130179e3?_state =090uqN7Rmf9W6NqUaWB-kDEIXmBN6 mqp9ECTU7Pbe1t7Ik5hbWUiOiJuZW9 zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxY WVlLTJkZGEtNDI3Mi04ZjA2LTljNDM xMzAxNzllMyIsIk9mZnNldCI6MCwiU 3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQ xMjozNjozMS4zNTQyNzk1MVoifQ%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-8 f06-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.1 68.2.82:46596 " http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda -4272-8f06-9c43130179e3?_state =090uqN7Rmf9W6NqUaWB-kDEIXmBN6 mqp9ECTU7Pbe1t7Ik5hbWUiOiJuZW9 zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxY WVlLTJkZGEtNDI3Mi04ZjA2LTljNDM xMzAxNzllMyIsIk9mZnNldCI6MCwiU 3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQ xMjozNjozMS4zNTQyNzk1MVoifQ%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-8 f06-9c43130179e3
time="2016-10-26T12:36:32.274518594Z" level=debug msg="filesystem.GetContent(\"/ docker/registry/v2/repositorie s/neos/hello/_uploads/d93b1aee -2dda-4272-8f06-9c43130179e3/s tartedat\")" 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.1 68.2.82:46596 " http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda -4272-8f06-9c43130179e3?_state =090uqN7Rmf9W6NqUaWB-kDEIXmBN6 mqp9ECTU7Pbe1t7Ik5hbWUiOiJuZW9 zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxY WVlLTJkZGEtNDI3Mi04ZjA2LTljNDM xMzAxNzllMyIsIk9mZnNldCI6MCwiU 3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQ xMjozNjozMS4zNTQyNzk1MVoifQ%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/loca " trace.func="github.com/openshil/go/src/github.com/openshift/ origin/vendor/github.com/docke r/distribution/registry/storag e/driver/base/base.go ft/origin/vendor/github.com/do " trace.id=b82550c0-f55e-4f1b-a8cker/distribution/registry/sto rage/driver/base.(*Base).GetCo ntent 87-2df81dc96e15 trace.line=82 vars.name="neos/hello" vars.uuid=d93b1aee-2dda-4272-8 f06-9c43130179e3
time="2016-10-26T12:36:32.274735884Z" level=debug msg="filesystem.Writer(\"/dock er/registry/v2/repositories/ne os/hello/_uploads/d93b1aee-2dd a-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.1 68.2.82:46596 " http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda -4272-8f06-9c43130179e3?_state =090uqN7Rmf9W6NqUaWB-kDEIXmBN6 mqp9ECTU7Pbe1t7Ik5hbWUiOiJuZW9 zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxY WVlLTJkZGEtNDI3Mi04ZjA2LTljNDM xMzAxNzllMyIsIk9mZnNldCI6MCwiU 3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQ xMjozNjozMS4zNTQyNzk1MVoifQ%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/loca " trace.func="github.com/openshil/go/src/github.com/openshift/ origin/vendor/github.com/docke r/distribution/registry/storag e/driver/base/base.go ft/origin/vendor/github.com/do " trace.id=56809d19-26c0-4e59-87cker/distribution/registry/sto rage/driver/base.(*Base).Write r d7-14af7b672351 trace.line=124 vars.name="neos/hello" vars.uuid=d93b1aee-2dda-4272-8 f06-9c43130179e3
time="2016-10-26T12:36:32.27480758Z" level=warning msg="the ResponseWriter does not implement CloseNotifier (type: *context.instrumentedResponseW riter)" 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.1 68.2.82:46596 " http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda -4272-8f06-9c43130179e3?_state =090uqN7Rmf9W6NqUaWB-kDEIXmBN6 mqp9ECTU7Pbe1t7Ik5hbWUiOiJuZW9 zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxY WVlLTJkZGEtNDI3Mi04ZjA2LTljNDM xMzAxNzllMyIsIk9mZnNldCI6MCwiU 3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQ xMjozNjozMS4zNTQyNzk1MVoifQ%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-8 f06-9c43130179e3
time="2016-10-26T12:36:32.30343168Z" level=debug msg="filesystem.PutContent(\"/ docker/registry/v2/repositorie s/neos/hello/_uploads/d93b1aee -2dda-4272-8f06-9c43130179e3/h ashstates/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.1 68.2.82:46596 " http.request.uri="/v2/neos/hello/blobs/uploads/d93b1aee-2dda -4272-8f06-9c43130179e3?_state =090uqN7Rmf9W6NqUaWB-kDEIXmBN6 mqp9ECTU7Pbe1t7Ik5hbWUiOiJuZW9 zL2hlbGxvIiwiVVVJRCI6ImQ5M2IxY WVlLTJkZGEtNDI3Mi04ZjA2LTljNDM xMzAxNzllMyIsIk9mZnNldCI6MCwiU 3RhcnRlZEF0IjoiMjAxNi0xMC0yNlQ xMjozNjozMS4zNTQyNzk1MVoifQ%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