-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update .githubTaskManager.json #6
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Task failed during event a8d923c7-58fb-4949-8a8e-3b4777890fdf
'Docker: run ls in latest alpine2b', any subtasks have been skipped. Config:
{
"disabled": false,
"executor": "Docker",
"context": "run ls in latest alpine2b",
"options": {
"image": "dalpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
},
"tasks": [
{
"executor": "Docker",
"context": "run ls in latest alpine3",
"options": {
"image": "alpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
}
}
],
"hash": "aa9552",
"results": {
"passed": false,
"url": "https://github.com/apocas/dockerode",
"message": "docker execution error",
"details": "(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' "
}
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Results for event id: a8d923c7-58fb-4949-8a8e-3b4777890fdf
Http : avtest (1e3f73) Request completed
response:
{
"statusCode": 200,
"body": "{\n \"headers\": {\n \"Accept\": \"application/json\", \n \"Connection\": \"close\", \n \"Host\": \"httpbin.org\"\n }\n}\n",
"headers": {
"connection": "close",
"server": "meinheld/0.6.1",
"date": "Sat, 31 Mar 2018 09:42:30 GMT",
"content-type": "application/json",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true",
"x-powered-by": "Flask",
"x-processed-time": "0",
"content-length": "112",
"via": "1.1 vegur"
},
"request": {
"uri": {
"protocol": "https:",
"slashes": true,
"auth": null,
"host": "httpbin.org",
"port": 443,
"hostname": "httpbin.org",
"hash": null,
"search": null,
"query": null,
"pathname": "/headers",
"path": "/headers",
"href": "https://httpbin.org/headers"
},
"method": "GET",
"headers": {
"accept": "application/json"
}
}
}
Docker : run ls in latest alpine1a (dd2d37) Execution completed.
output tail (5 lines total):
...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=261ce09d1101
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2a (dae8b4) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2b (aa9552) docker execution error
(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' https://github.com/apocas/dockerode
Docker : run ls in latest alpine1b (ed5d19) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Task failed during event a88f1856-6a20-4d8d-9174-8bbcf67b9f54
'Docker: run ls in latest alpine2b', any subtasks have been skipped. Config:
{
"disabled": false,
"executor": "Docker",
"context": "run ls in latest alpine2b",
"options": {
"image": "dalpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
},
"tasks": [
{
"executor": "Docker",
"context": "run ls in latest alpine3",
"options": {
"image": "alpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
}
}
],
"hash": "aa9552",
"results": {
"passed": false,
"url": "https://github.com/apocas/dockerode",
"message": "docker execution error",
"details": "(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' "
}
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Results for event id: a88f1856-6a20-4d8d-9174-8bbcf67b9f54
Http : avtest (1e3f73) Request completed
response:
{
"statusCode": 200,
"body": "{\n \"headers\": {\n \"Accept\": \"application/json\", \n \"Connection\": \"close\", \n \"Host\": \"httpbin.org\"\n }\n}\n",
"headers": {
"connection": "close",
"server": "meinheld/0.6.1",
"date": "Sat, 31 Mar 2018 10:04:27 GMT",
"content-type": "application/json",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true",
"x-powered-by": "Flask",
"x-processed-time": "0",
"content-length": "112",
"via": "1.1 vegur"
},
"request": {
"uri": {
"protocol": "https:",
"slashes": true,
"auth": null,
"host": "httpbin.org",
"port": 443,
"hostname": "httpbin.org",
"hash": null,
"search": null,
"query": null,
"pathname": "/headers",
"path": "/headers",
"href": "https://httpbin.org/headers"
},
"method": "GET",
"headers": {
"accept": "application/json"
}
}
}
Docker : run ls in latest alpine1a (dd2d37) Execution completed.
output tail (5 lines total):
...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=6bda5f033f12
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2a (dae8b4) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2b (aa9552) docker execution error
(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' https://github.com/apocas/dockerode
Docker : run ls in latest alpine1b (ed5d19) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Task failed during event 99a2989a-f4a2-4fa8-baf7-ad89ac613d88
'Docker: run ls in latest alpine2b', any subtasks have been skipped. Config:
{
"disabled": false,
"executor": "Docker",
"context": "run ls in latest alpine2b",
"options": {
"image": "dalpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
},
"tasks": [
{
"executor": "Docker",
"context": "run ls in latest alpine3",
"options": {
"image": "alpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
}
}
],
"hash": "aa9552",
"results": {
"passed": false,
"url": "https://github.com/apocas/dockerode",
"message": "docker execution error",
"details": "(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' "
}
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Results for event id: 99a2989a-f4a2-4fa8-baf7-ad89ac613d88
Http : avtest (1e3f73) Request completed
response:
{
"statusCode": 200,
"body": "{\n \"headers\": {\n \"Accept\": \"application/json\", \n \"Connection\": \"close\", \n \"Host\": \"httpbin.org\"\n }\n}\n",
"headers": {
"connection": "close",
"server": "meinheld/0.6.1",
"date": "Sat, 31 Mar 2018 10:14:19 GMT",
"content-type": "application/json",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true",
"x-powered-by": "Flask",
"x-processed-time": "0",
"content-length": "112",
"via": "1.1 vegur"
},
"request": {
"uri": {
"protocol": "https:",
"slashes": true,
"auth": null,
"host": "httpbin.org",
"port": 443,
"hostname": "httpbin.org",
"hash": null,
"search": null,
"query": null,
"pathname": "/headers",
"path": "/headers",
"href": "https://httpbin.org/headers"
},
"method": "GET",
"headers": {
"accept": "application/json"
}
}
}
Docker : run ls in latest alpine1a (dd2d37) Execution completed.
output tail (5 lines total):
...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=53b9187fabc5
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2a (dae8b4) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2b (aa9552) docker execution error
(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' https://github.com/apocas/dockerode
Docker : run ls in latest alpine1b (ed5d19) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Task failed during event 835aa8dc-18e0-47ac-94d9-0f9589ae1b84
'Docker: run ls in latest alpine2b', any subtasks have been skipped. Config:
{
"disabled": false,
"executor": "Docker",
"context": "run ls in latest alpine2b",
"options": {
"image": "dalpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
},
"tasks": [
{
"executor": "Docker",
"context": "run ls in latest alpine3",
"options": {
"image": "alpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
}
}
],
"hash": "aa9552",
"results": {
"passed": false,
"url": "https://github.com/apocas/dockerode",
"message": "docker execution error",
"details": "(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' "
}
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Results for event id: 835aa8dc-18e0-47ac-94d9-0f9589ae1b84
Http : avtest (1e3f73) Request completed
response:
{
"statusCode": 200,
"body": "{\n \"headers\": {\n \"Accept\": \"application/json\", \n \"Connection\": \"close\", \n \"Host\": \"httpbin.org\"\n }\n}\n",
"headers": {
"connection": "close",
"server": "meinheld/0.6.1",
"date": "Sat, 31 Mar 2018 10:36:54 GMT",
"content-type": "application/json",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true",
"x-powered-by": "Flask",
"x-processed-time": "0",
"content-length": "112",
"via": "1.1 vegur"
},
"request": {
"uri": {
"protocol": "https:",
"slashes": true,
"auth": null,
"host": "httpbin.org",
"port": 443,
"hostname": "httpbin.org",
"hash": null,
"search": null,
"query": null,
"pathname": "/headers",
"path": "/headers",
"href": "https://httpbin.org/headers"
},
"method": "GET",
"headers": {
"accept": "application/json"
}
}
}
Docker : run ls in latest alpine1a (dd2d37) Execution completed.
output tail (5 lines total):
...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=b194fe0dbceb
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2a (dae8b4) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2b (aa9552) docker execution error
(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' https://github.com/apocas/dockerode
Docker : run ls in latest alpine1b (ed5d19) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Task failed during event 10ec0fbc-7a67-4574-a401-b7a1fc1d8874
'Docker: run ls in latest alpine2b', any subtasks have been skipped. Config:
{
"disabled": false,
"executor": "Docker",
"context": "run ls in latest alpine2b",
"options": {
"image": "dalpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
},
"tasks": [
{
"executor": "Docker",
"context": "run ls in latest alpine3",
"options": {
"image": "alpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
}
}
],
"hash": "aa9552",
"results": {
"passed": false,
"url": "https://github.com/apocas/dockerode",
"message": "docker execution error",
"details": "(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' "
}
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Results for event id: 10ec0fbc-7a67-4574-a401-b7a1fc1d8874
Http : avtest (1e3f73) Request completed
response:
{
"statusCode": 200,
"body": "{\n \"headers\": {\n \"Accept\": \"application/json\", \n \"Connection\": \"close\", \n \"Host\": \"httpbin.org\"\n }\n}\n",
"headers": {
"connection": "close",
"server": "meinheld/0.6.1",
"date": "Sat, 31 Mar 2018 10:53:30 GMT",
"content-type": "application/json",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true",
"x-powered-by": "Flask",
"x-processed-time": "0",
"content-length": "112",
"via": "1.1 vegur"
},
"request": {
"uri": {
"protocol": "https:",
"slashes": true,
"auth": null,
"host": "httpbin.org",
"port": 443,
"hostname": "httpbin.org",
"hash": null,
"search": null,
"query": null,
"pathname": "/headers",
"path": "/headers",
"href": "https://httpbin.org/headers"
},
"method": "GET",
"headers": {
"accept": "application/json"
}
}
}
Docker : run ls in latest alpine1a (dd2d37) Execution completed.
output tail (5 lines total):
...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=ee0a1cdf70f2
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2a (dae8b4) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2b (aa9552) docker execution error
(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' https://github.com/apocas/dockerode
Docker : run ls in latest alpine1b (ed5d19) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Task failed during event 8b93a3ff-32a0-415a-b626-583dec162393
'Docker: run ls in latest alpine2b', any subtasks have been skipped. Config:
{
"disabled": false,
"executor": "Docker",
"context": "run ls in latest alpine2b",
"options": {
"image": "dalpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
},
"tasks": [
{
"executor": "Docker",
"context": "run ls in latest alpine3",
"options": {
"image": "alpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
}
}
],
"hash": "aa9552",
"results": {
"passed": false,
"url": "https://github.com/apocas/dockerode",
"message": "docker execution error",
"details": "(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' "
}
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Results for event id: 8b93a3ff-32a0-415a-b626-583dec162393
Http : avtest (1e3f73) Request completed
response:
{
"statusCode": 200,
"body": "{\n \"headers\": {\n \"Accept\": \"application/json\", \n \"Connection\": \"close\", \n \"Host\": \"httpbin.org\"\n }\n}\n",
"headers": {
"connection": "close",
"server": "meinheld/0.6.1",
"date": "Sun, 01 Apr 2018 22:45:54 GMT",
"content-type": "application/json",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true",
"x-powered-by": "Flask",
"x-processed-time": "0",
"content-length": "112",
"via": "1.1 vegur"
},
"request": {
"uri": {
"protocol": "https:",
"slashes": true,
"auth": null,
"host": "httpbin.org",
"port": 443,
"hostname": "httpbin.org",
"hash": null,
"search": null,
"query": null,
"pathname": "/headers",
"path": "/headers",
"href": "https://httpbin.org/headers"
},
"method": "GET",
"headers": {
"accept": "application/json"
}
}
}
Docker : run ls in latest alpine1a (dd2d37) Execution completed.
output tail (5 lines total):
...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=455146c6f0c4
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2a (dae8b4) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2b (aa9552) docker execution error
(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' https://github.com/apocas/dockerode
Docker : run ls in latest alpine1b (ed5d19) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Task failed during event 15a24bd0-8ac8-4134-953f-cd8e7f4b7514
'Docker: run ls in latest alpine2b', any subtasks have been skipped. Config:
{
"disabled": false,
"executor": "Docker",
"context": "run ls in latest alpine2b",
"options": {
"image": "dalpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
},
"tasks": [
{
"executor": "Docker",
"context": "run ls in latest alpine3",
"options": {
"image": "alpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
}
}
],
"hash": "aa9552",
"results": {
"passed": false,
"url": "https://github.com/apocas/dockerode",
"message": "docker execution error",
"details": "(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' "
}
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Results for event id: 15a24bd0-8ac8-4134-953f-cd8e7f4b7514
Http : avtest (1e3f73) Request completed
response:
{
"statusCode": 200,
"body": "{\n \"headers\": {\n \"Accept\": \"application/json\", \n \"Connection\": \"close\", \n \"Host\": \"httpbin.org\"\n }\n}\n",
"headers": {
"connection": "close",
"server": "meinheld/0.6.1",
"date": "Mon, 02 Apr 2018 00:57:21 GMT",
"content-type": "application/json",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true",
"x-powered-by": "Flask",
"x-processed-time": "0",
"content-length": "112",
"via": "1.1 vegur"
},
"request": {
"uri": {
"protocol": "https:",
"slashes": true,
"auth": null,
"host": "httpbin.org",
"port": 443,
"hostname": "httpbin.org",
"hash": null,
"search": null,
"query": null,
"pathname": "/headers",
"path": "/headers",
"href": "https://httpbin.org/headers"
},
"method": "GET",
"headers": {
"accept": "application/json"
}
}
}
Docker : run ls in latest alpine1a (dd2d37) Execution completed.
output tail (5 lines total):
...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=2dea4c544696
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2a (dae8b4) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2b (aa9552) docker execution error
(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' https://github.com/apocas/dockerode
Docker : run ls in latest alpine1b (ed5d19) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Task failed during event b435c7ca-e3d3-4adf-85a1-2674720d4ca8
'Docker: run ls in latest alpine2b', any subtasks have been skipped. Config:
{
"disabled": false,
"executor": "Docker",
"context": "run ls in latest alpine2b",
"options": {
"image": "dalpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
},
"tasks": [
{
"executor": "Docker",
"context": "run ls in latest alpine3",
"options": {
"image": "alpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
}
}
],
"hash": "aa9552",
"results": {
"passed": false,
"url": "https://github.com/apocas/dockerode",
"message": "docker execution error",
"details": "(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' "
}
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Results for event id: b435c7ca-e3d3-4adf-85a1-2674720d4ca8
Http : avtest (1e3f73) Request completed
response:
{
"statusCode": 200,
"body": "{\n \"headers\": {\n \"Accept\": \"application/json\", \n \"Connection\": \"close\", \n \"Host\": \"httpbin.org\"\n }\n}\n",
"headers": {
"connection": "close",
"server": "meinheld/0.6.1",
"date": "Mon, 02 Apr 2018 01:10:18 GMT",
"content-type": "application/json",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true",
"x-powered-by": "Flask",
"x-processed-time": "0",
"content-length": "112",
"via": "1.1 vegur"
},
"request": {
"uri": {
"protocol": "https:",
"slashes": true,
"auth": null,
"host": "httpbin.org",
"port": 443,
"hostname": "httpbin.org",
"hash": null,
"search": null,
"query": null,
"pathname": "/headers",
"path": "/headers",
"href": "https://httpbin.org/headers"
},
"method": "GET",
"headers": {
"accept": "application/json"
}
}
}
Docker : run ls in latest alpine1a (dd2d37) Execution completed.
output tail (5 lines total):
...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=e5f756a29aa9
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2a (dae8b4) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2b (aa9552) docker execution error
(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' https://github.com/apocas/dockerode
Docker : run ls in latest alpine1b (ed5d19) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Task failed during event 5d8ea653-06f1-4ad8-9816-7b4eabff73ea
'Docker: run ls in latest alpine2b', any subtasks have been skipped. Config:
{
"disabled": false,
"executor": "Docker",
"context": "run ls in latest alpine2b",
"options": {
"image": "dalpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
},
"tasks": [
{
"executor": "Docker",
"context": "run ls in latest alpine3",
"options": {
"image": "alpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
}
}
],
"hash": "aa9552",
"results": {
"passed": false,
"url": "https://github.com/apocas/dockerode",
"message": "docker execution error",
"details": "(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' "
}
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Results for event id: 5d8ea653-06f1-4ad8-9816-7b4eabff73ea
Http : avtest (1e3f73) Request completed
response:
{
"statusCode": 200,
"body": "{\n \"headers\": {\n \"Accept\": \"application/json\", \n \"Connection\": \"close\", \n \"Host\": \"httpbin.org\"\n }\n}\n",
"headers": {
"connection": "close",
"server": "meinheld/0.6.1",
"date": "Mon, 02 Apr 2018 02:21:59 GMT",
"content-type": "application/json",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true",
"x-powered-by": "Flask",
"x-processed-time": "0",
"content-length": "112",
"via": "1.1 vegur"
},
"request": {
"uri": {
"protocol": "https:",
"slashes": true,
"auth": null,
"host": "httpbin.org",
"port": 443,
"hostname": "httpbin.org",
"hash": null,
"search": null,
"query": null,
"pathname": "/headers",
"path": "/headers",
"href": "https://httpbin.org/headers"
},
"method": "GET",
"headers": {
"accept": "application/json"
}
}
}
Docker : run ls in latest alpine1a (dd2d37) Execution completed.
output tail (5 lines total):
...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=2a39f22f2523
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2a (dae8b4) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2b (aa9552) docker execution error
(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' https://github.com/apocas/dockerode
Docker : run ls in latest alpine1b (ed5d19) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Task failed during event 62fcb33a-bbde-4730-8a4e-cfdc3348885e
'Docker: run ls in latest alpine2b', any subtasks have been skipped. Config:
{
"disabled": false,
"executor": "Docker",
"context": "run ls in latest alpine2b",
"options": {
"image": "dalpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
},
"tasks": [
{
"executor": "Docker",
"context": "run ls in latest alpine3",
"options": {
"image": "alpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
}
}
],
"hash": "aa9552",
"results": {
"passed": false,
"url": "https://github.com/apocas/dockerode",
"message": "docker execution error",
"details": "(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' "
}
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Results for event id: 62fcb33a-bbde-4730-8a4e-cfdc3348885e
Http : avtest (1e3f73) Request completed
response:
{
"statusCode": 200,
"body": "{\n \"headers\": {\n \"Accept\": \"application/json\", \n \"Connection\": \"close\", \n \"Host\": \"httpbin.org\"\n }\n}\n",
"headers": {
"connection": "close",
"server": "meinheld/0.6.1",
"date": "Mon, 02 Apr 2018 02:24:57 GMT",
"content-type": "application/json",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true",
"x-powered-by": "Flask",
"x-processed-time": "0",
"content-length": "112",
"via": "1.1 vegur"
},
"request": {
"uri": {
"protocol": "https:",
"slashes": true,
"auth": null,
"host": "httpbin.org",
"port": 443,
"hostname": "httpbin.org",
"hash": null,
"search": null,
"query": null,
"pathname": "/headers",
"path": "/headers",
"href": "https://httpbin.org/headers"
},
"method": "GET",
"headers": {
"accept": "application/json"
}
}
}
Docker : run ls in latest alpine1a (dd2d37) Execution completed.
output tail (5 lines total):
...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=bda0996fa03c
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2a (dae8b4) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2b (aa9552) docker execution error
(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' https://github.com/apocas/dockerode
Docker : run ls in latest alpine1b (ed5d19) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Task failed during event c5169478-4814-4e03-81a9-b00b653b02ba
'Docker: run ls in latest alpine2b', any subtasks have been skipped. Config:
{
"disabled": false,
"executor": "Docker",
"context": "run ls in latest alpine2b",
"options": {
"image": "dalpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
},
"tasks": [
{
"executor": "Docker",
"context": "run ls in latest alpine3",
"options": {
"image": "alpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
}
}
],
"hash": "aa9552",
"results": {
"passed": false,
"url": "https://github.com/apocas/dockerode",
"message": "docker execution error",
"details": "(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' "
}
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Results for event id: c5169478-4814-4e03-81a9-b00b653b02ba
Http : avtest (1e3f73) Request completed
response:
{
"statusCode": 200,
"body": "{\n \"headers\": {\n \"Accept\": \"application/json\", \n \"Connection\": \"close\", \n \"Host\": \"httpbin.org\"\n }\n}\n",
"headers": {
"connection": "close",
"server": "meinheld/0.6.1",
"date": "Mon, 02 Apr 2018 02:27:17 GMT",
"content-type": "application/json",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true",
"x-powered-by": "Flask",
"x-processed-time": "0",
"content-length": "112",
"via": "1.1 vegur"
},
"request": {
"uri": {
"protocol": "https:",
"slashes": true,
"auth": null,
"host": "httpbin.org",
"port": 443,
"hostname": "httpbin.org",
"hash": null,
"search": null,
"query": null,
"pathname": "/headers",
"path": "/headers",
"href": "https://httpbin.org/headers"
},
"method": "GET",
"headers": {
"accept": "application/json"
}
}
}
Docker : run ls in latest alpine1a (dd2d37) Execution completed.
output tail (5 lines total):
...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=5b772b6fb6e3
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2a (dae8b4) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2b (aa9552) docker execution error
(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' https://github.com/apocas/dockerode
Docker : run ls in latest alpine1b (ed5d19) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Task failed during event 4e5b47fa-ed24-4785-8fe4-c9776b2ff90c
'Docker: run ls in latest alpine2b', any subtasks have been skipped. Config:
{
"disabled": false,
"executor": "Docker",
"context": "run ls in latest alpine2b",
"options": {
"image": "dalpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
},
"tasks": [
{
"executor": "Docker",
"context": "run ls in latest alpine3",
"options": {
"image": "alpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
}
}
],
"hash": "aa9552",
"results": {
"passed": false,
"url": "https://github.com/apocas/dockerode",
"message": "docker execution error",
"details": "(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' "
}
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Results for event id: 4e5b47fa-ed24-4785-8fe4-c9776b2ff90c
Http : avtest (1e3f73) Request completed
response:
{
"statusCode": 200,
"body": "{\n \"headers\": {\n \"Accept\": \"application/json\", \n \"Connection\": \"close\", \n \"Host\": \"httpbin.org\"\n }\n}\n",
"headers": {
"connection": "close",
"server": "meinheld/0.6.1",
"date": "Mon, 02 Apr 2018 21:05:40 GMT",
"content-type": "application/json",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true",
"x-powered-by": "Flask",
"x-processed-time": "0",
"content-length": "112",
"via": "1.1 vegur"
},
"request": {
"uri": {
"protocol": "https:",
"slashes": true,
"auth": null,
"host": "httpbin.org",
"port": 443,
"hostname": "httpbin.org",
"hash": null,
"search": null,
"query": null,
"pathname": "/headers",
"path": "/headers",
"href": "https://httpbin.org/headers"
},
"method": "GET",
"headers": {
"accept": "application/json"
}
}
}
Docker : run ls in latest alpine1a (dd2d37) Execution completed.
output tail (5 lines total):
...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=3f3224d6a283
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2a (dae8b4) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2b (aa9552) docker execution error
(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' https://github.com/apocas/dockerode
Docker : run ls in latest alpine1b (ed5d19) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Task failed during event b7c0bb89-bd28-49b4-b435-d5cea9b075cb
'Docker: run ls in latest alpine2b', any subtasks have been skipped. Config:
{
"disabled": false,
"executor": "Docker",
"context": "run ls in latest alpine2b",
"options": {
"image": "dalpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
},
"tasks": [
{
"executor": "Docker",
"context": "run ls in latest alpine3",
"options": {
"image": "alpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
}
}
],
"hash": "aa9552",
"results": {
"passed": false,
"url": "https://github.com/apocas/dockerode",
"message": "docker execution error",
"details": "(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' "
}
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Results for event id: b7c0bb89-bd28-49b4-b435-d5cea9b075cb
Http : avtest (1e3f73) Request completed
response:
{
"statusCode": 200,
"body": "{\n \"headers\": {\n \"Accept\": \"application/json\", \n \"Connection\": \"close\", \n \"Host\": \"httpbin.org\"\n }\n}\n",
"headers": {
"connection": "close",
"server": "meinheld/0.6.1",
"date": "Mon, 02 Apr 2018 22:08:01 GMT",
"content-type": "application/json",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true",
"x-powered-by": "Flask",
"x-processed-time": "0",
"content-length": "112",
"via": "1.1 vegur"
},
"request": {
"uri": {
"protocol": "https:",
"slashes": true,
"auth": null,
"host": "httpbin.org",
"port": 443,
"hostname": "httpbin.org",
"hash": null,
"search": null,
"query": null,
"pathname": "/headers",
"path": "/headers",
"href": "https://httpbin.org/headers"
},
"method": "GET",
"headers": {
"accept": "application/json"
}
}
}
Docker : run ls in latest alpine1a (dd2d37) Execution completed.
output tail (5 lines total):
...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=76df61e4f857
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2a (dae8b4) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2b (aa9552) docker execution error
(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' https://github.com/apocas/dockerode
Docker : run ls in latest alpine1b (ed5d19) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Task failed during event ac5e65d7-996d-4622-a9e6-30d4374ffd27
'Docker: run ls in latest alpine2b', any subtasks have been skipped. Config:
{
"disabled": false,
"executor": "Docker",
"context": "run ls in latest alpine2b",
"options": {
"image": "dalpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
},
"tasks": [
{
"executor": "Docker",
"context": "run ls in latest alpine3",
"options": {
"image": "alpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
}
}
],
"hash": "aa9552",
"results": {
"passed": false,
"url": "https://github.com/apocas/dockerode",
"message": "docker execution error",
"details": "(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' "
}
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Results for event id: ac5e65d7-996d-4622-a9e6-30d4374ffd27
Http : avtest (1e3f73) Request completed
response:
{
"statusCode": 200,
"body": "{\n \"headers\": {\n \"Accept\": \"application/json\", \n \"Connection\": \"close\", \n \"Host\": \"httpbin.org\"\n }\n}\n",
"headers": {
"connection": "close",
"server": "meinheld/0.6.1",
"date": "Tue, 03 Apr 2018 00:31:59 GMT",
"content-type": "application/json",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true",
"x-powered-by": "Flask",
"x-processed-time": "0",
"content-length": "112",
"via": "1.1 vegur"
},
"request": {
"uri": {
"protocol": "https:",
"slashes": true,
"auth": null,
"host": "httpbin.org",
"port": 443,
"hostname": "httpbin.org",
"hash": null,
"search": null,
"query": null,
"pathname": "/headers",
"path": "/headers",
"href": "https://httpbin.org/headers"
},
"method": "GET",
"headers": {
"accept": "application/json"
}
}
}
Docker : run ls in latest alpine1a (dd2d37) Execution completed.
output tail (5 lines total):
...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=3931da095af0
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2a (dae8b4) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2b (aa9552) docker execution error
(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' https://github.com/apocas/dockerode
Docker : run ls in latest alpine1b (ed5d19) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Task failed during event bf1da72d-1480-4c96-9461-571bfeacc6da
'Docker: run ls in latest alpine2b', any subtasks have been skipped. Config:
{
"disabled": false,
"executor": "Docker",
"context": "run ls in latest alpine2b",
"options": {
"image": "dalpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
},
"tasks": [
{
"executor": "Docker",
"context": "run ls in latest alpine3",
"options": {
"image": "alpine:latest",
"command": [
"/bin/ls",
"-ltra",
"/bin/ls"
]
}
}
],
"hash": "aa9552",
"results": {
"passed": false,
"url": "https://github.com/apocas/dockerode",
"message": "docker execution error",
"details": "(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' "
}
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Results for event id: bf1da72d-1480-4c96-9461-571bfeacc6da
Http : avtest (1e3f73) Request completed
response:
{
"statusCode": 200,
"body": "{\n \"headers\": {\n \"Accept\": \"application/json\", \n \"Connection\": \"close\", \n \"Host\": \"httpbin.org\"\n }\n}\n",
"headers": {
"connection": "close",
"server": "meinheld/0.6.1",
"date": "Tue, 03 Apr 2018 06:57:07 GMT",
"content-type": "application/json",
"access-control-allow-origin": "*",
"access-control-allow-credentials": "true",
"x-powered-by": "Flask",
"x-processed-time": "0",
"content-length": "112",
"via": "1.1 vegur"
},
"request": {
"uri": {
"protocol": "https:",
"slashes": true,
"auth": null,
"host": "httpbin.org",
"port": 443,
"hostname": "httpbin.org",
"hash": null,
"search": null,
"query": null,
"pathname": "/headers",
"path": "/headers",
"href": "https://httpbin.org/headers"
},
"method": "GET",
"headers": {
"accept": "application/json"
}
}
}
Docker : run ls in latest alpine1a (dd2d37) Execution completed.
output tail (5 lines total):
...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=2304465f9161
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2a (dae8b4) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
https://github.com/apocas/dockerode
Docker : run ls in latest alpine2b (aa9552) docker execution error
(HTTP code 404) unexpected - pull access denied for dalpine, repository does not exist or may require 'docker login' https://github.com/apocas/dockerode
Docker : run ls in latest alpine1b (ed5d19) Execution completed.
output tail (1 lines total):
...
lrwxrwxrwx 1 root root 12 Jan 9 19:37 /bin/ls -> /bin/busybox
No description provided.