Skip to content
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 #7

Open
wants to merge 22 commits into
base: wyvern8-patch-181
Choose a base branch
from

Conversation

wyvern8
Copy link

@wyvern8 wyvern8 commented Apr 3, 2018

No description provided.

Copy link
Collaborator

@gtm-agent gtm-agent left a 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 30c7c6f2-52be-46d1-a7f3-3570c230d4d7

'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' "
  }
}

Copy link
Collaborator

@gtm-agent gtm-agent left a 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: 30c7c6f2-52be-46d1-a7f3-3570c230d4d7

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 07:06: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"
    }
  }
}

http://www.softwareishard.com/blog/har-12-spec/#request

Docker : run ls in latest alpine1a (dd2d37) Execution completed.

output tail (5 lines total):

...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=8dadef5a21ed
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

https://github.com/apocas/dockerode

Copy link
Collaborator

@gtm-agent gtm-agent left a 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 17405c17-8692-4fcd-8f57-8c2884619970

'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' "
  }
}

Copy link
Collaborator

@gtm-agent gtm-agent left a 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: 17405c17-8692-4fcd-8f57-8c2884619970

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 23:08:16 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"
    }
  }
}

http://www.softwareishard.com/blog/har-12-spec/#request

Docker : run ls in latest alpine1a (dd2d37) Execution completed.

output tail (5 lines total):

...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=f5e239fafdc6
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

https://github.com/apocas/dockerode

Copy link
Collaborator

@gtm-agent gtm-agent left a 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 7fd3a2fb-f027-4fce-a356-6e7dcf6c8767

'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' "
  }
}

Copy link
Collaborator

@gtm-agent gtm-agent left a 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: 7fd3a2fb-f027-4fce-a356-6e7dcf6c8767

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 23:22: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"
    }
  }
}

http://www.softwareishard.com/blog/har-12-spec/#request

Docker : run ls in latest alpine1a (dd2d37) Execution completed.

output tail (5 lines total):

...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=f856c98449a2
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

https://github.com/apocas/dockerode

Copy link
Collaborator

@gtm-agent gtm-agent left a 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 97291d98-3e69-427b-96e3-383bcaf05544

'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' "
  }
}

Copy link
Collaborator

@gtm-agent gtm-agent left a 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: 97291d98-3e69-427b-96e3-383bcaf05544

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 23:33:26 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"
    }
  }
}

http://www.softwareishard.com/blog/har-12-spec/#request

Docker : run ls in latest alpine1a (dd2d37) Execution completed.

output tail (5 lines total):

...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=2c516c06d59a
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

https://github.com/apocas/dockerode

Copy link
Collaborator

@gtm-agent gtm-agent left a 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 41058245-ec1e-4e57-a680-fa50db563eb4

'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' "
  }
}

Copy link
Collaborator

@gtm-agent gtm-agent left a 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: 41058245-ec1e-4e57-a680-fa50db563eb4

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 23:38:23 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"
    }
  }
}

http://www.softwareishard.com/blog/har-12-spec/#request

Docker : run ls in latest alpine1a (dd2d37) Execution completed.

output tail (5 lines total):

...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=5aa7aa75a6a9
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

https://github.com/apocas/dockerode

Copy link
Collaborator

@gtm-agent gtm-agent left a 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 5cbe900b-b199-43da-83a5-881892ca8369

'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' "
  }
}

Copy link
Collaborator

@gtm-agent gtm-agent left a 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: 5cbe900b-b199-43da-83a5-881892ca8369

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 23:44:33 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"
    }
  }
}

http://www.softwareishard.com/blog/har-12-spec/#request

Docker : run ls in latest alpine1a (dd2d37) Execution completed.

output tail (5 lines total):

...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=f3cdc0cbada0
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

https://github.com/apocas/dockerode

Copy link
Collaborator

@gtm-agent gtm-agent left a 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 8a0e66ac-53c8-4e6a-9de8-ff68c0a33d09

'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' "
  }
}

Copy link
Collaborator

@gtm-agent gtm-agent left a 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: 8a0e66ac-53c8-4e6a-9de8-ff68c0a33d09

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": "Wed, 04 Apr 2018 00:53:50 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"
    }
  }
}

http://www.softwareishard.com/blog/har-12-spec/#request

Docker : run ls in latest alpine1a (dd2d37) Execution completed.

output tail (5 lines total):

...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=ef0ab9e70876
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

https://github.com/apocas/dockerode

Copy link
Collaborator

@gtm-agent gtm-agent left a 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 7c040621-8637-476d-ad15-e9df920bca10

'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' "
  }
}

Copy link
Collaborator

@gtm-agent gtm-agent left a 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: 7c040621-8637-476d-ad15-e9df920bca10

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": "Wed, 04 Apr 2018 00:56:10 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"
    }
  }
}

http://www.softwareishard.com/blog/har-12-spec/#request

Docker : run ls in latest alpine1a (dd2d37) Execution completed.

output tail (5 lines total):

...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=0a1c7acd2e75
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

https://github.com/apocas/dockerode

Copy link
Collaborator

@gtm-agent gtm-agent left a 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 1c36d7e4-a759-4036-bf08-a6d0bfb90e03

'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' "
  }
}

Copy link
Collaborator

@gtm-agent gtm-agent left a 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: 1c36d7e4-a759-4036-bf08-a6d0bfb90e03

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": "Wed, 04 Apr 2018 01:01:45 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"
    }
  }
}

http://www.softwareishard.com/blog/har-12-spec/#request

Docker : run ls in latest alpine1a (dd2d37) Execution completed.

output tail (5 lines total):

...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=a149210d377e
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

https://github.com/apocas/dockerode

Copy link
Collaborator

@gtm-agent gtm-agent left a 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 bfa999d1-5098-46bf-96ee-af9f87b14670

'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' "
  }
}

Copy link
Collaborator

@gtm-agent gtm-agent left a 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: bfa999d1-5098-46bf-96ee-af9f87b14670

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": "Wed, 04 Apr 2018 06:36:58 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"
    }
  }
}

http://www.softwareishard.com/blog/har-12-spec/#request

Docker : run ls in latest alpine1a (dd2d37) Execution completed.

output tail (5 lines total):

...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=b7e412bf23d4
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

https://github.com/apocas/dockerode

Copy link
Collaborator

@gtm-agent gtm-agent left a 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 7ff7b6aa-ce03-48e0-978d-b344492d7f08

'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' "
  }
}

Copy link
Collaborator

@gtm-agent gtm-agent left a 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: 7ff7b6aa-ce03-48e0-978d-b344492d7f08

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": "Wed, 04 Apr 2018 10:30:20 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"
    }
  }
}

http://www.softwareishard.com/blog/har-12-spec/#request

Docker : run ls in latest alpine1a (dd2d37) Execution completed.

output tail (5 lines total):

...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=0a57fa0dd248
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

https://github.com/apocas/dockerode

Copy link
Collaborator

@gtm-agent gtm-agent left a 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 169af3b5-ba28-46b9-b667-a89bdbb0c39b

'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' "
  }
}

Copy link
Collaborator

@gtm-agent gtm-agent left a 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: 169af3b5-ba28-46b9-b667-a89bdbb0c39b

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": "Wed, 04 Apr 2018 10:32: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"
    }
  }
}

http://www.softwareishard.com/blog/har-12-spec/#request

Docker : run ls in latest alpine1a (dd2d37) Execution completed.

output tail (5 lines total):

...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=ff6a7f01f2ce
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

https://github.com/apocas/dockerode

Copy link
Collaborator

@gtm-agent gtm-agent left a 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 0794cd5d-d62b-473a-ba4f-2abed9615f3c

'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' "
  }
}

Copy link
Collaborator

@gtm-agent gtm-agent left a 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: 0794cd5d-d62b-473a-ba4f-2abed9615f3c

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": "Wed, 04 Apr 2018 10:51:23 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"
    }
  }
}

http://www.softwareishard.com/blog/har-12-spec/#request

Docker : run ls in latest alpine1a (dd2d37) Execution completed.

output tail (5 lines total):

...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=3b017c7e7fb6
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

https://github.com/apocas/dockerode

Copy link
Collaborator

@gtm-agent gtm-agent left a 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 287d52fe-3652-40b8-97f0-b0e1366601f4

'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' "
  }
}

Copy link
Collaborator

@gtm-agent gtm-agent left a 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: 287d52fe-3652-40b8-97f0-b0e1366601f4

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": "Wed, 04 Apr 2018 10:55:02 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"
    }
  }
}

http://www.softwareishard.com/blog/har-12-spec/#request

Docker : run ls in latest alpine1a (dd2d37) Execution completed.

output tail (5 lines total):

...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=9af27b38ef1a
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

https://github.com/apocas/dockerode

Copy link
Collaborator

@gtm-agent gtm-agent left a 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 c3d1128f-5afc-47c9-902f-81aa33e09866

'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' "
  }
}

Copy link
Collaborator

@gtm-agent gtm-agent left a 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: c3d1128f-5afc-47c9-902f-81aa33e09866

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": "Wed, 04 Apr 2018 11:01:56 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"
    }
  }
}

http://www.softwareishard.com/blog/har-12-spec/#request

Docker : run ls in latest alpine1a (dd2d37) Execution completed.

output tail (5 lines total):

...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=21cd782a4fa2
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

https://github.com/apocas/dockerode

Copy link
Collaborator

@gtm-agent gtm-agent left a 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 114aa78f-347a-4c98-9ae2-86800a3f68d4

'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' "
  }
}

Copy link
Collaborator

@gtm-agent gtm-agent left a 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: 114aa78f-347a-4c98-9ae2-86800a3f68d4

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": "Wed, 04 Apr 2018 11:04:29 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"
    }
  }
}

http://www.softwareishard.com/blog/har-12-spec/#request

Docker : run ls in latest alpine1a (dd2d37) Execution completed.

output tail (5 lines total):

...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=1644be6fab36
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

https://github.com/apocas/dockerode

Copy link
Collaborator

@gtm-agent gtm-agent left a 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 ac54c38e-0c37-4d27-8aab-cd9c05d59b33

'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' "
  }
}

Copy link
Collaborator

@gtm-agent gtm-agent left a 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: ac54c38e-0c37-4d27-8aab-cd9c05d59b33

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": "Wed, 04 Apr 2018 20:42:29 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"
    }
  }
}

http://www.softwareishard.com/blog/har-12-spec/#request

Docker : run ls in latest alpine1a (dd2d37) Execution completed.

output tail (5 lines total):

...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=b5894b34739c
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

https://github.com/apocas/dockerode

Copy link
Collaborator

@gtm-agent gtm-agent left a 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 75249562-30ce-4701-af3f-99895a6584d0

'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' "
  }
}

Copy link
Collaborator

@gtm-agent gtm-agent left a 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: 75249562-30ce-4701-af3f-99895a6584d0

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": "Wed, 04 Apr 2018 20:43: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"
    }
  }
}

http://www.softwareishard.com/blog/har-12-spec/#request

Docker : run ls in latest alpine1a (dd2d37) Execution completed.

output tail (5 lines total):

...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=133f712e8cc0
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

https://github.com/apocas/dockerode

Copy link
Collaborator

@gtm-agent gtm-agent left a 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 5aaab040-0451-46c3-bf46-46a523025490

'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' "
  }
}

Copy link
Collaborator

@gtm-agent gtm-agent left a 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: 5aaab040-0451-46c3-bf46-46a523025490

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": "Thu, 05 Apr 2018 01:30:39 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"
    }
  }
}

http://www.softwareishard.com/blog/har-12-spec/#request

Docker : run ls in latest alpine1a (dd2d37) Execution completed.

output tail (5 lines total):

...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=bc6ba30cbf4a
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

https://github.com/apocas/dockerode

Copy link
Collaborator

@gtm-agent gtm-agent left a 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 531f2491-94ac-44ee-910c-0bf84d55b002

'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' "
  }
}

Copy link
Collaborator

@gtm-agent gtm-agent left a 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: 531f2491-94ac-44ee-910c-0bf84d55b002

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": "Thu, 05 Apr 2018 02:35: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"
    }
  }
}

http://www.softwareishard.com/blog/har-12-spec/#request

Docker : run ls in latest alpine1a (dd2d37) Execution completed.

output tail (5 lines total):

...
HOME=/root
1=var2=val2
0=myvar=myval
HOSTNAME=651b562c17db
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

https://github.com/apocas/dockerode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants