Pull request #2959 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from b400584c1c3cb6466e141ab22436c68bbc25a7a1+dd265b0a906f4796680bcfa54b47b0c8333d6388 (61713ed7ea0882197ae4c5fb7bbf18dd47c0db71) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16493 in /w/workspace/edgexfoundry_edgex-go_PR-2959 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit dd265b0a906f4796680bcfa54b47b0c8333d6388 into PR head commit b400584c1c3cb6466e141ab22436c68bbc25a7a1 Merge succeeded, producing b400584c1c3cb6466e141ab22436c68bbc25a7a1 Checking out Revision b400584c1c3cb6466e141ab22436c68bbc25a7a1 (PR-2959) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2959/head:refs/remotes/origin/PR-2959 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b400584c1c3cb6466e141ab22436c68bbc25a7a1 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge dd265b0a906f4796680bcfa54b47b0c8333d6388 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b400584c1c3cb6466e141ab22436c68bbc25a7a1 # timeout=10 Commit message: "feat(data): Implement GET /reading/device/name/{name} V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-17T12:39:01.165Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-17T12:39:01.482Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-17T12:39:01.600Z] ========================================================= [2020-12-17T12:39:01.600Z] EdgeX Global Pipelines Version Info [2020-12-17T12:39:01.600Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 620c94923bc71f4f47da1c97111a0befb4c30845 # timeout=10 [2020-12-17T12:39:04.467Z] ------------------- [2020-12-17T12:39:04.467Z] stable info: [2020-12-17T12:39:04.467Z] ------------------- [2020-12-17T12:39:04.467Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-17T12:39:04.467Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-17T12:39:04.467Z] Message: update stable to v1.0.173 [2020-12-17T12:39:05.427Z] ------------------- [2020-12-17T12:39:05.427Z] experimental info: [2020-12-17T12:39:05.427Z] ------------------- [2020-12-17T12:39:05.427Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-17T12:39:05.427Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-17T12:39:05.427Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-17T12:39:05.741Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-17T12:39:05.838Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-17T12:39:05.946Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-17T12:39:06.058Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-17T12:39:06.160Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-17T12:39:06.294Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-17T12:39:06.391Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-17T12:39:06.499Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-17T12:39:06.611Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-17T12:39:06.739Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-17T12:39:06.843Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-17T12:39:06.938Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-17T12:39:07.034Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-17T12:39:07.127Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-17T12:39:07.217Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-17T12:39:07.308Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-17T12:39:07.398Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-17T12:39:07.493Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-17T12:39:07.604Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-17T12:39:07.744Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-17T12:39:07.862Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-17T12:39:07.952Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-17T12:39:08.051Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-17T12:39:08.148Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2959 [Pipeline] echo [2020-12-17T12:39:08.238Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2959 [Pipeline] echo [2020-12-17T12:39:08.333Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2959 [Pipeline] echo [2020-12-17T12:39:08.445Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b400584c1c3cb6466e141ab22436c68bbc25a7a1 [Pipeline] echo [2020-12-17T12:39:08.540Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b400584 [Pipeline] echo [2020-12-17T12:39:08.639Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-17T12:39:08.822Z] provisioning config files... [2020-12-17T12:39:08.863Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3918017253372904547tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-17T12:39:09.268Z] ---> docker-login.sh [2020-12-17T12:39:09.268Z] nexus3.edgexfoundry.org:10001 [2020-12-17T12:39:10.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T12:39:10.261Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T12:39:10.261Z] Configure a credential helper to remove this warning. See [2020-12-17T12:39:10.261Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T12:39:10.261Z] [2020-12-17T12:39:10.261Z] Login Succeeded [2020-12-17T12:39:10.261Z] nexus3.edgexfoundry.org:10002 [2020-12-17T12:39:10.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T12:39:10.797Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T12:39:10.797Z] Configure a credential helper to remove this warning. See [2020-12-17T12:39:10.797Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T12:39:10.797Z] [2020-12-17T12:39:10.797Z] Login Succeeded [2020-12-17T12:39:10.797Z] nexus3.edgexfoundry.org:10003 [2020-12-17T12:39:11.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T12:39:11.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T12:39:11.085Z] Configure a credential helper to remove this warning. See [2020-12-17T12:39:11.085Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T12:39:11.085Z] [2020-12-17T12:39:11.085Z] Login Succeeded [2020-12-17T12:39:11.085Z] nexus3.edgexfoundry.org:10004 [2020-12-17T12:39:11.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T12:39:11.636Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T12:39:11.636Z] Configure a credential helper to remove this warning. See [2020-12-17T12:39:11.636Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T12:39:11.636Z] [2020-12-17T12:39:11.636Z] Login Succeeded [2020-12-17T12:39:11.636Z] docker.io [2020-12-17T12:39:11.933Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T12:39:12.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T12:39:12.197Z] Configure a credential helper to remove this warning. See [2020-12-17T12:39:12.197Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T12:39:12.197Z] [2020-12-17T12:39:12.197Z] Login Succeeded [2020-12-17T12:39:12.197Z] ---> docker-login.sh ends [Pipeline] } [2020-12-17T12:39:12.207Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-17T12:39:12.728Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-17T12:39:12.728Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T12:39:12.728Z] ++ dirname cmd/core-command/Dockerfile [2020-12-17T12:39:12.728Z] ++ cut -d/ -f2 [2020-12-17T12:39:12.728Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-17T12:39:12.728Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T12:39:12.728Z] ++ dirname cmd/core-data/Dockerfile [2020-12-17T12:39:12.728Z] ++ cut -d/ -f2 [2020-12-17T12:39:12.728Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-17T12:39:12.728Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T12:39:12.728Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-17T12:39:12.728Z] ++ cut -d/ -f2 [2020-12-17T12:39:12.728Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-17T12:39:12.728Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T12:39:12.728Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-17T12:39:12.728Z] ++ cut -d/ -f2 [2020-12-17T12:39:12.728Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-17T12:39:12.728Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T12:39:12.728Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-17T12:39:12.728Z] ++ cut -d/ -f2 [2020-12-17T12:39:12.728Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-17T12:39:12.728Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T12:39:12.728Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-17T12:39:12.728Z] ++ cut -d/ -f2 [2020-12-17T12:39:12.728Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-17T12:39:12.728Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T12:39:12.728Z] ++ cut -d/ -f2 [2020-12-17T12:39:12.728Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-17T12:39:12.728Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-17T12:39:12.728Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T12:39:12.728Z] ++ cut -d/ -f2 [2020-12-17T12:39:12.728Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-17T12:39:12.728Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-17T12:39:12.728Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T12:39:12.728Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-17T12:39:12.728Z] ++ cut -d/ -f2 [2020-12-17T12:39:12.728Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-17T12:39:12.728Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-17T12:39:12.728Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-17T12:39:12.728Z] ++ cut -d/ -f2 [2020-12-17T12:39:12.728Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-17T12:39:12.842Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-12-17T12:39:14.271Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-17T12:39:14.271Z] [2020-12-17T12:39:14.271Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-17T12:39:14.657Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-17T12:39:14.657Z] latest: Pulling from edgex-devops/git-semver [2020-12-17T12:39:14.657Z] 31603596830f: Pulling fs layer [2020-12-17T12:39:14.657Z] 2a8b12db71e7: Pulling fs layer [2020-12-17T12:39:14.657Z] 6ca5941a6612: Pulling fs layer [2020-12-17T12:39:14.657Z] ecc8261a40a4: Pulling fs layer [2020-12-17T12:39:14.657Z] ecc8261a40a4: Waiting [2020-12-17T12:39:14.938Z] 2a8b12db71e7: Verifying Checksum [2020-12-17T12:39:14.938Z] 2a8b12db71e7: Download complete [2020-12-17T12:39:14.938Z] 31603596830f: Verifying Checksum [2020-12-17T12:39:14.938Z] 31603596830f: Download complete [2020-12-17T12:39:15.538Z] ecc8261a40a4: Verifying Checksum [2020-12-17T12:39:15.538Z] ecc8261a40a4: Download complete [2020-12-17T12:39:15.538Z] 6ca5941a6612: Verifying Checksum [2020-12-17T12:39:15.538Z] 6ca5941a6612: Download complete [2020-12-17T12:39:15.809Z] 31603596830f: Pull complete [2020-12-17T12:39:15.809Z] 2a8b12db71e7: Pull complete [2020-12-17T12:39:17.322Z] 6ca5941a6612: Pull complete [2020-12-17T12:39:17.937Z] ecc8261a40a4: Pull complete [2020-12-17T12:39:17.937Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-17T12:39:17.937Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-17T12:39:17.937Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-17T12:39:18.105Z] prd-centos7-docker-4c-2g-16493 does not seem to be running inside a container [2020-12-17T12:39:18.200Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-17T12:39:20.507Z] $ docker top 0ce621f960a5a6269039f44ddca9457b5ecd9ba9d55338960304f73775a6f552 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-17T12:39:20.936Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-17T12:39:20.936Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-17T12:39:21.428Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-17T12:39:21.435Z] $ docker exec 0ce621f960a5a6269039f44ddca9457b5ecd9ba9d55338960304f73775a6f552 ssh-agent [2020-12-17T12:39:21.736Z] SSH_AUTH_SOCK=/tmp/ssh-Qy7yU2GgweDQ/agent.11 [2020-12-17T12:39:21.736Z] SSH_AGENT_PID=16 [2020-12-17T12:39:21.752Z] Running ssh-add (command line suppressed) [2020-12-17T12:39:21.981Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7021360848489004522.key (/w/workspace/edgex-go/2@tmp/private_key_7021360848489004522.key) [2020-12-17T12:39:22.081Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-17T12:39:22.552Z] + git tag --points-at HEAD [Pipeline] } [2020-12-17T12:39:22.874Z] $ docker exec --env ******** --env ******** 0ce621f960a5a6269039f44ddca9457b5ecd9ba9d55338960304f73775a6f552 ssh-agent -k [2020-12-17T12:39:23.123Z] unset SSH_AUTH_SOCK; [2020-12-17T12:39:23.123Z] unset SSH_AGENT_PID; [2020-12-17T12:39:23.123Z] echo Agent pid 16 killed; [2020-12-17T12:39:23.188Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-17T12:39:23.330Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-17T12:39:23.330Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-17T12:39:23.635Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-17T12:39:23.645Z] $ docker exec 0ce621f960a5a6269039f44ddca9457b5ecd9ba9d55338960304f73775a6f552 ssh-agent [2020-12-17T12:39:24.145Z] SSH_AUTH_SOCK=/tmp/ssh-a0NmGX5QQvbR/agent.45 [2020-12-17T12:39:24.145Z] SSH_AGENT_PID=50 [2020-12-17T12:39:24.157Z] Running ssh-add (command line suppressed) [2020-12-17T12:39:24.465Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7186598760714528668.key (/w/workspace/edgex-go/2@tmp/private_key_7186598760714528668.key) [2020-12-17T12:39:24.534Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-17T12:39:24.909Z] + git semver init [2020-12-17T12:39:24.909Z] # -> Open(): unable to determine branch for HEAD [2020-12-17T12:39:24.909Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2020-12-17T12:39:24.909Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2020-12-17T12:39:24.909Z] # $SEMVER_REMOTE_NAME = origin [2020-12-17T12:39:24.909Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-17T12:39:24.909Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-17T12:39:24.909Z] # $SEMVER_BRANCH = PR-2959 [2020-12-17T12:39:24.909Z] # $SEMVER_TEMP = /tmp/semver-427211702 [2020-12-17T12:39:24.909Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-17T12:40:33.619Z] # '/tmp/semver-427211702' -> '/w/workspace/edgex-go/2/.semver' [2020-12-17T12:40:33.619Z] # -> Force: false [2020-12-17T12:40:33.619Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2020-12-17T12:40:33.648Z] $ docker exec --env ******** --env ******** 0ce621f960a5a6269039f44ddca9457b5ecd9ba9d55338960304f73775a6f552 ssh-agent -k [2020-12-17T12:40:34.158Z] unset SSH_AUTH_SOCK; [2020-12-17T12:40:34.158Z] unset SSH_AGENT_PID; [2020-12-17T12:40:34.158Z] echo Agent pid 50 killed; [2020-12-17T12:40:34.318Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-17T12:40:34.914Z] + git semver [Pipeline] } [2020-12-17T12:40:34.944Z] $ docker stop --time=1 0ce621f960a5a6269039f44ddca9457b5ecd9ba9d55338960304f73775a6f552 [2020-12-17T12:40:36.980Z] $ docker rm -f 0ce621f960a5a6269039f44ddca9457b5ecd9ba9d55338960304f73775a6f552 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-17T12:40:37.765Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-17T12:40:38.913Z] Stashed 1 file(s) [Pipeline] echo [2020-12-17T12:40:38.915Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-17T12:40:39.894Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-17T12:40:40.235Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-17T12:40:40.562Z] + sudo service docker restart [2020-12-17T12:40:40.563Z] + true [2020-12-17T12:40:40.563Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-17T12:40:41.567Z] ========================================================= [2020-12-17T12:40:41.568Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-17T12:40:41.568Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-17T12:40:41.950Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-17T12:40:48.752Z] Sending build context to Docker daemon 326.4MB [2020-12-17T12:40:48.752Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-17T12:40:48.752Z] Step 2/7 : FROM ${BASE} [2020-12-17T12:40:48.752Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-17T12:40:48.752Z] 188c0c94c7c5: Pulling fs layer [2020-12-17T12:40:48.752Z] 0ef7d3d256c8: Pulling fs layer [2020-12-17T12:40:48.752Z] de9db76c5a1d: Pulling fs layer [2020-12-17T12:40:48.752Z] bca2f99d35d6: Pulling fs layer [2020-12-17T12:40:48.752Z] 93359f2a8cfa: Pulling fs layer [2020-12-17T12:40:48.752Z] 7c6f9722023f: Pulling fs layer [2020-12-17T12:40:48.752Z] a35cf1a2eb13: Pulling fs layer [2020-12-17T12:40:48.752Z] a35cf1a2eb13: Waiting [2020-12-17T12:40:48.752Z] 93359f2a8cfa: Waiting [2020-12-17T12:40:48.752Z] 7c6f9722023f: Waiting [2020-12-17T12:40:48.752Z] bca2f99d35d6: Waiting [2020-12-17T12:40:48.752Z] de9db76c5a1d: Verifying Checksum [2020-12-17T12:40:48.752Z] de9db76c5a1d: Download complete [2020-12-17T12:40:48.752Z] 0ef7d3d256c8: Verifying Checksum [2020-12-17T12:40:48.752Z] 0ef7d3d256c8: Download complete [2020-12-17T12:40:48.752Z] 93359f2a8cfa: Verifying Checksum [2020-12-17T12:40:48.752Z] 93359f2a8cfa: Download complete [2020-12-17T12:40:49.048Z] 7c6f9722023f: Verifying Checksum [2020-12-17T12:40:49.048Z] 7c6f9722023f: Download complete [2020-12-17T12:40:49.694Z] 188c0c94c7c5: Verifying Checksum [2020-12-17T12:40:49.694Z] 188c0c94c7c5: Download complete [2020-12-17T12:40:50.333Z] 188c0c94c7c5: Pull complete [2020-12-17T12:40:51.461Z] 0ef7d3d256c8: Pull complete [2020-12-17T12:40:51.461Z] de9db76c5a1d: Pull complete [2020-12-17T12:40:54.317Z] Still waiting to schedule task [2020-12-17T12:40:54.318Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-16492’ is offline [2020-12-17T12:40:54.497Z] a35cf1a2eb13: Verifying Checksum [2020-12-17T12:40:54.498Z] a35cf1a2eb13: Download complete [2020-12-17T12:40:57.345Z] bca2f99d35d6: Verifying Checksum [2020-12-17T12:40:57.345Z] bca2f99d35d6: Download complete [2020-12-17T12:41:09.948Z] bca2f99d35d6: Pull complete [2020-12-17T12:41:09.948Z] 93359f2a8cfa: Pull complete [2020-12-17T12:41:10.234Z] 7c6f9722023f: Pull complete [2020-12-17T12:41:15.723Z] a35cf1a2eb13: Pull complete [2020-12-17T12:41:15.723Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-17T12:41:15.723Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-17T12:41:15.723Z] ---> a62c8e92a672 [2020-12-17T12:41:15.723Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-17T12:41:15.994Z] ---> Running in 0b2b42dbe95e [2020-12-17T12:41:17.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T12:41:17.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T12:41:19.968Z] (1/12) Installing libmagic (5.38-r0) [2020-12-17T12:41:19.968Z] (2/12) Installing file (5.38-r0) [2020-12-17T12:41:20.233Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-17T12:41:20.233Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-17T12:41:47.042Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-17T12:41:47.042Z] (6/12) Installing patch (2.7.6-r6) [2020-12-17T12:41:47.042Z] (7/12) Installing build-base (0.5-r2) [2020-12-17T12:41:47.042Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-17T12:41:47.042Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-17T12:41:47.042Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-17T12:41:47.042Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-17T12:41:47.042Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-17T12:41:47.042Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T12:41:47.042Z] OK: 233 MiB in 51 packages [2020-12-17T12:41:51.333Z] Removing intermediate container 0b2b42dbe95e [2020-12-17T12:41:51.333Z] ---> f29957c1fcc2 [2020-12-17T12:41:51.333Z] Step 4/7 : WORKDIR /edgex-go [2020-12-17T12:41:51.333Z] ---> Running in 7185694cf294 [2020-12-17T12:41:51.333Z] Removing intermediate container 7185694cf294 [2020-12-17T12:41:51.333Z] ---> c0640a47c6fd [2020-12-17T12:41:51.333Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-17T12:41:51.966Z] latest: Pulling from library/docker [2020-12-17T12:41:52.242Z] 05e7bc50f07f: Pulling fs layer [2020-12-17T12:41:52.242Z] 6db28d0fdbf6: Pulling fs layer [2020-12-17T12:41:52.242Z] 292df0bc6bf3: Pulling fs layer [2020-12-17T12:41:52.242Z] a3104fdc50d0: Pulling fs layer [2020-12-17T12:41:52.242Z] a8e67d69e12c: Pulling fs layer [2020-12-17T12:41:52.242Z] 1ede2b221ee4: Pulling fs layer [2020-12-17T12:41:52.242Z] fc74c0d5b799: Pulling fs layer [2020-12-17T12:41:52.242Z] a3104fdc50d0: Waiting [2020-12-17T12:41:52.242Z] a8e67d69e12c: Waiting [2020-12-17T12:41:52.242Z] 1ede2b221ee4: Waiting [2020-12-17T12:41:52.242Z] fc74c0d5b799: Waiting [2020-12-17T12:41:52.242Z] 292df0bc6bf3: Verifying Checksum [2020-12-17T12:41:52.242Z] 292df0bc6bf3: Download complete [2020-12-17T12:41:52.517Z] 6db28d0fdbf6: Verifying Checksum [2020-12-17T12:41:52.517Z] 6db28d0fdbf6: Download complete [2020-12-17T12:41:52.517Z] 05e7bc50f07f: Download complete [2020-12-17T12:41:52.517Z] a8e67d69e12c: Verifying Checksum [2020-12-17T12:41:52.517Z] a8e67d69e12c: Download complete [2020-12-17T12:41:52.517Z] 1ede2b221ee4: Verifying Checksum [2020-12-17T12:41:52.517Z] 1ede2b221ee4: Download complete [2020-12-17T12:41:52.847Z] fc74c0d5b799: Verifying Checksum [2020-12-17T12:41:52.847Z] fc74c0d5b799: Download complete [2020-12-17T12:41:53.145Z] 05e7bc50f07f: Pull complete [2020-12-17T12:41:53.959Z] 6db28d0fdbf6: Pull complete [2020-12-17T12:41:54.341Z] 292df0bc6bf3: Pull complete [2020-12-17T12:41:54.631Z] a3104fdc50d0: Verifying Checksum [2020-12-17T12:41:54.631Z] a3104fdc50d0: Download complete [2020-12-17T12:42:00.180Z] a3104fdc50d0: Pull complete [2020-12-17T12:42:00.463Z] a8e67d69e12c: Pull complete [2020-12-17T12:42:00.464Z] 1ede2b221ee4: Pull complete [2020-12-17T12:42:00.735Z] fc74c0d5b799: Pull complete [2020-12-17T12:42:00.735Z] Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 [2020-12-17T12:42:00.735Z] Status: Downloaded newer image for docker:latest [2020-12-17T12:42:03.434Z] ---> 81c04e1884da [2020-12-17T12:42:03.434Z] Step 6/7 : COPY go.mod . [2020-12-17T12:42:04.424Z] ---> 3e726a6f6ebe [2020-12-17T12:42:04.424Z] Step 7/7 : RUN go mod download [2020-12-17T12:42:04.424Z] ---> Running in 497ef953e211 [2020-12-17T12:42:37.098Z] Removing intermediate container 497ef953e211 [2020-12-17T12:42:37.098Z] ---> 3c2e89914c1e [2020-12-17T12:42:37.098Z] Successfully built 3c2e89914c1e [2020-12-17T12:42:37.098Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-17T12:42:37.536Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-17T12:42:37.802Z] . [Pipeline] withDockerContainer [2020-12-17T12:42:38.154Z] prd-centos7-docker-4c-2g-16493 does not seem to be running inside a container [2020-12-17T12:42:38.457Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-17T12:42:40.118Z] $ docker top 611f29a7484b9b7a0b450e747dbfd1077bc86d10964bc26011319287d6a7dec3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-17T12:42:40.939Z] + go version [2020-12-17T12:42:41.211Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-17T12:42:41.243Z] $ docker stop --time=1 611f29a7484b9b7a0b450e747dbfd1077bc86d10964bc26011319287d6a7dec3 [2020-12-17T12:42:43.281Z] $ docker rm -f 611f29a7484b9b7a0b450e747dbfd1077bc86d10964bc26011319287d6a7dec3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T12:42:44.431Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-17T12:42:44.710Z] . [Pipeline] withDockerContainer [2020-12-17T12:42:44.993Z] prd-centos7-docker-4c-2g-16493 does not seem to be running inside a container [2020-12-17T12:42:45.159Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-17T12:42:47.099Z] $ docker top 81ca07e1ae78c82aa08afe1d5721e92f2c382c384595c835c531ba2d939d5128 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-17T12:42:47.658Z] ========================================================= [2020-12-17T12:42:47.658Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-17T12:42:47.658Z] ========================================================= [Pipeline] sh [2020-12-17T12:42:48.191Z] + make test [2020-12-17T12:42:48.384Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16494 in /w/workspace/edgexfoundry_edgex-go_PR-2959 [Pipeline] { [Pipeline] ws [2020-12-17T12:42:48.438Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [2020-12-17T12:42:48.493Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [Pipeline] checkout [2020-12-17T12:42:53.636Z] using credential edgex-jenkins-ssh [2020-12-17T12:42:53.718Z] Cloning the remote Git repository [2020-12-17T12:42:53.791Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-17T12:42:53.901Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-12-17T12:42:53.988Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-17T12:42:53.988Z] > git --version # timeout=10 [2020-12-17T12:42:54.006Z] > git --version # 'git version 2.17.1' [2020-12-17T12:42:54.008Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-17T12:42:54.063Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-17T12:43:07.023Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-17T12:43:19.518Z] Merging remotes/origin/master commit dd265b0a906f4796680bcfa54b47b0c8333d6388 into PR head commit b400584c1c3cb6466e141ab22436c68bbc25a7a1 [2020-12-17T12:43:18.660Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-17T12:43:18.678Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-17T12:43:18.708Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-17T12:43:18.748Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-17T12:43:18.748Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-17T12:43:18.759Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2959/head:refs/remotes/origin/PR-2959 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-17T12:43:19.545Z] > git config core.sparsecheckout # timeout=10 [2020-12-17T12:43:19.560Z] > git checkout -f b400584c1c3cb6466e141ab22436c68bbc25a7a1 # timeout=10 [2020-12-17T12:43:20.105Z] Merge succeeded, producing b400584c1c3cb6466e141ab22436c68bbc25a7a1 [2020-12-17T12:43:20.105Z] Checking out Revision b400584c1c3cb6466e141ab22436c68bbc25a7a1 (PR-2959) [2020-12-17T12:43:19.885Z] > git remote # timeout=10 [2020-12-17T12:43:19.961Z] > git config --get remote.origin.url # timeout=10 [2020-12-17T12:43:20.004Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-17T12:43:20.029Z] > git merge dd265b0a906f4796680bcfa54b47b0c8333d6388 # timeout=10 [2020-12-17T12:43:20.077Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-17T12:43:20.118Z] > git config core.sparsecheckout # timeout=10 [2020-12-17T12:43:20.153Z] > git checkout -f b400584c1c3cb6466e141ab22436c68bbc25a7a1 # timeout=10 [2020-12-17T12:43:24.695Z] Commit message: "feat(data): Implement GET /reading/device/name/{name} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-17T12:43:26.507Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-17T12:43:26.919Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-17T12:43:27.263Z] + sudo service docker restart [2020-12-17T12:43:27.263Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-17T12:43:29.333Z] provisioning config files... [2020-12-17T12:43:29.386Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8215327156491061196tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-17T12:43:29.808Z] ---> docker-login.sh [2020-12-17T12:43:29.808Z] nexus3.edgexfoundry.org:10001 [2020-12-17T12:43:30.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T12:43:31.070Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T12:43:31.070Z] Configure a credential helper to remove this warning. See [2020-12-17T12:43:31.070Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T12:43:31.070Z] [2020-12-17T12:43:31.070Z] Login Succeeded [2020-12-17T12:43:31.070Z] nexus3.edgexfoundry.org:10002 [2020-12-17T12:43:31.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T12:43:31.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T12:43:31.669Z] Configure a credential helper to remove this warning. See [2020-12-17T12:43:31.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T12:43:31.669Z] [2020-12-17T12:43:31.669Z] Login Succeeded [2020-12-17T12:43:31.669Z] nexus3.edgexfoundry.org:10003 [2020-12-17T12:43:32.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T12:43:32.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T12:43:32.267Z] Configure a credential helper to remove this warning. See [2020-12-17T12:43:32.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T12:43:32.267Z] [2020-12-17T12:43:32.267Z] Login Succeeded [2020-12-17T12:43:32.267Z] nexus3.edgexfoundry.org:10004 [2020-12-17T12:43:32.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T12:43:32.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T12:43:32.817Z] Configure a credential helper to remove this warning. See [2020-12-17T12:43:32.817Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T12:43:32.817Z] [2020-12-17T12:43:32.817Z] Login Succeeded [2020-12-17T12:43:32.817Z] docker.io [2020-12-17T12:43:33.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-17T12:43:33.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-17T12:43:33.686Z] Configure a credential helper to remove this warning. See [2020-12-17T12:43:33.686Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-17T12:43:33.686Z] [2020-12-17T12:43:33.686Z] Login Succeeded [2020-12-17T12:43:33.686Z] ---> docker-login.sh ends [Pipeline] } [2020-12-17T12:43:33.703Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2020-12-17T12:43:34.166Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [Pipeline] echo [2020-12-17T12:43:34.177Z] ========================================================= [2020-12-17T12:43:34.177Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-17T12:43:34.177Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-17T12:43:34.570Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-17T12:43:37.250Z] Sending build context to Docker daemon 165.6MB [2020-12-17T12:43:37.250Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-17T12:43:37.250Z] Step 2/7 : FROM ${BASE} [2020-12-17T12:43:37.250Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-17T12:43:37.250Z] 5f621e34cdf4: Pulling fs layer [2020-12-17T12:43:37.250Z] a4357932f1b6: Pulling fs layer [2020-12-17T12:43:37.250Z] 18c013af1878: Pulling fs layer [2020-12-17T12:43:37.250Z] 00ac8860ef70: Pulling fs layer [2020-12-17T12:43:37.250Z] 63d7cb157983: Pulling fs layer [2020-12-17T12:43:37.250Z] b116817d02f9: Pulling fs layer [2020-12-17T12:43:37.250Z] 745a02a5169b: Pulling fs layer [2020-12-17T12:43:37.250Z] 00ac8860ef70: Waiting [2020-12-17T12:43:37.250Z] 63d7cb157983: Waiting [2020-12-17T12:43:37.250Z] b116817d02f9: Waiting [2020-12-17T12:43:37.250Z] 745a02a5169b: Waiting [2020-12-17T12:43:37.250Z] 18c013af1878: Verifying Checksum [2020-12-17T12:43:37.250Z] 18c013af1878: Download complete [2020-12-17T12:43:37.250Z] a4357932f1b6: Verifying Checksum [2020-12-17T12:43:37.250Z] a4357932f1b6: Download complete [2020-12-17T12:43:37.250Z] 63d7cb157983: Verifying Checksum [2020-12-17T12:43:37.250Z] 63d7cb157983: Download complete [2020-12-17T12:43:37.250Z] b116817d02f9: Verifying Checksum [2020-12-17T12:43:37.250Z] b116817d02f9: Download complete [2020-12-17T12:43:37.850Z] 5f621e34cdf4: Verifying Checksum [2020-12-17T12:43:37.850Z] 5f621e34cdf4: Download complete [2020-12-17T12:43:38.458Z] 5f621e34cdf4: Pull complete [2020-12-17T12:43:39.073Z] a4357932f1b6: Pull complete [2020-12-17T12:43:39.349Z] 18c013af1878: Pull complete [2020-12-17T12:43:40.801Z] 745a02a5169b: Verifying Checksum [2020-12-17T12:43:40.801Z] 745a02a5169b: Download complete [2020-12-17T12:43:41.396Z] 00ac8860ef70: Verifying Checksum [2020-12-17T12:43:41.396Z] 00ac8860ef70: Download complete [2020-12-17T12:43:44.749Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-17T12:43:44.750Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-17T12:43:44.750Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-17T12:43:44.750Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-17T12:43:44.750Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-17T12:43:45.323Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-17T12:43:49.960Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.065s [2020-12-17T12:43:49.960Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-17T12:43:50.684Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-17T12:43:51.565Z] 00ac8860ef70: Pull complete [2020-12-17T12:43:51.565Z] 63d7cb157983: Pull complete [2020-12-17T12:43:51.565Z] b116817d02f9: Pull complete [2020-12-17T12:43:51.758Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-17T12:43:51.759Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-17T12:43:51.759Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-17T12:43:51.759Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-17T12:43:55.905Z] 745a02a5169b: Pull complete [2020-12-17T12:43:55.905Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-17T12:43:55.905Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-17T12:43:55.905Z] ---> b7e6874047d6 [2020-12-17T12:43:55.905Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-17T12:43:57.307Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.144s coverage: 46.6% of statements [2020-12-17T12:43:57.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-17T12:43:57.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-17T12:43:57.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-17T12:43:57.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-17T12:43:57.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-17T12:43:59.293Z] ---> Running in 8f33358313b7 [2020-12-17T12:43:59.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T12:44:01.329Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T12:44:02.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.268s coverage: 27.1% of statements [2020-12-17T12:44:02.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-17T12:44:02.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-17T12:44:02.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-17T12:44:02.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-17T12:44:02.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-17T12:44:02.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-17T12:44:02.027Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2020-12-17T12:44:02.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-17T12:44:02.027Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.061s coverage: 100.0% of statements [2020-12-17T12:44:02.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-17T12:44:02.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-17T12:44:02.027Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.234s coverage: 72.0% of statements [2020-12-17T12:44:02.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-17T12:44:02.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-17T12:44:02.761Z] (1/12) Installing libmagic (5.38-r0) [2020-12-17T12:44:02.761Z] (2/12) Installing file (5.38-r0) [2020-12-17T12:44:03.033Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-17T12:44:03.033Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-17T12:44:03.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.604s coverage: 83.3% of statements [2020-12-17T12:44:03.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-17T12:44:03.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-17T12:44:03.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-17T12:44:03.568Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-17T12:44:07.102Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.531s coverage: 28.6% of statements [2020-12-17T12:44:07.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-17T12:44:07.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-17T12:44:07.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-17T12:44:07.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-17T12:44:07.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-17T12:44:07.102Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.130s coverage: 100.0% of statements [2020-12-17T12:44:07.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-17T12:44:07.102Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.068s coverage: 100.0% of statements [2020-12-17T12:44:07.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-17T12:44:07.102Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.185s coverage: 86.7% of statements [2020-12-17T12:44:07.102Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-17T12:44:07.324Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-17T12:44:07.324Z] (6/12) Installing patch (2.7.6-r6) [2020-12-17T12:44:07.324Z] (7/12) Installing build-base (0.5-r2) [2020-12-17T12:44:07.324Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-17T12:44:07.324Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-17T12:44:07.603Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-17T12:44:07.603Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-17T12:44:07.603Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-17T12:44:07.745Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.162s coverage: 97.5% of statements [2020-12-17T12:44:07.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-17T12:44:07.745Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.144s coverage: 78.3% of statements [2020-12-17T12:44:07.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-17T12:44:07.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-17T12:44:07.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-17T12:44:07.745Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-17T12:44:07.876Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T12:44:07.877Z] OK: 217 MiB in 51 packages [2020-12-17T12:44:11.228Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.469s coverage: 93.8% of statements [2020-12-17T12:44:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-17T12:44:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-17T12:44:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-17T12:44:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-17T12:44:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-17T12:44:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-17T12:44:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-17T12:44:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-17T12:44:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-17T12:44:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-17T12:44:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-17T12:44:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-17T12:44:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-17T12:44:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-17T12:44:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-17T12:44:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-17T12:44:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-17T12:44:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-17T12:44:11.229Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.103s coverage: 58.8% of statements [2020-12-17T12:44:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-17T12:44:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-17T12:44:11.229Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.120s coverage: 0.1% of statements [2020-12-17T12:44:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-17T12:44:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-17T12:44:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-17T12:44:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-17T12:44:11.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.062s coverage: 100.0% of statements [2020-12-17T12:44:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-17T12:44:11.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.074s coverage: 75.5% of statements [2020-12-17T12:44:11.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-17T12:44:11.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.041s coverage: 80.8% of statements [2020-12-17T12:44:11.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.082s coverage: 87.2% of statements [2020-12-17T12:44:11.831Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.090s coverage: 84.2% of statements [2020-12-17T12:44:12.113Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.118s coverage: 91.4% of statements [2020-12-17T12:44:12.113Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-17T12:44:12.192Z] Removing intermediate container 8f33358313b7 [2020-12-17T12:44:12.192Z] ---> a2029128e772 [2020-12-17T12:44:12.192Z] Step 4/7 : WORKDIR /edgex-go [2020-12-17T12:44:12.192Z] ---> Running in 46981432888a [2020-12-17T12:44:12.464Z] Removing intermediate container 46981432888a [2020-12-17T12:44:12.464Z] ---> 6ad779b7c6eb [2020-12-17T12:44:12.464Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-17T12:44:13.060Z] latest: Pulling from library/docker [2020-12-17T12:44:13.060Z] a3cc7d3b244e: Pulling fs layer [2020-12-17T12:44:13.060Z] 02a3295e0d61: Pulling fs layer [2020-12-17T12:44:13.060Z] 0f4f2e6d8100: Pulling fs layer [2020-12-17T12:44:13.060Z] 065c9533d613: Pulling fs layer [2020-12-17T12:44:13.060Z] 9fce0df16b8b: Pulling fs layer [2020-12-17T12:44:13.060Z] e3faa53604c1: Pulling fs layer [2020-12-17T12:44:13.060Z] 04b5adaa2053: Pulling fs layer [2020-12-17T12:44:13.060Z] 9fce0df16b8b: Waiting [2020-12-17T12:44:13.060Z] e3faa53604c1: Waiting [2020-12-17T12:44:13.060Z] 04b5adaa2053: Waiting [2020-12-17T12:44:13.060Z] 065c9533d613: Waiting [2020-12-17T12:44:13.338Z] 0f4f2e6d8100: Verifying Checksum [2020-12-17T12:44:13.338Z] 0f4f2e6d8100: Download complete [2020-12-17T12:44:13.338Z] 02a3295e0d61: Verifying Checksum [2020-12-17T12:44:13.338Z] 02a3295e0d61: Download complete [2020-12-17T12:44:13.338Z] a3cc7d3b244e: Verifying Checksum [2020-12-17T12:44:13.338Z] a3cc7d3b244e: Download complete [2020-12-17T12:44:13.338Z] 9fce0df16b8b: Verifying Checksum [2020-12-17T12:44:13.338Z] 9fce0df16b8b: Download complete [2020-12-17T12:44:13.612Z] e3faa53604c1: Verifying Checksum [2020-12-17T12:44:13.612Z] e3faa53604c1: Download complete [2020-12-17T12:44:13.612Z] 04b5adaa2053: Download complete [2020-12-17T12:44:13.885Z] a3cc7d3b244e: Pull complete [2020-12-17T12:44:14.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.372s coverage: 63.5% of statements [2020-12-17T12:44:14.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-17T12:44:14.191Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-17T12:44:14.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements [2020-12-17T12:44:14.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.074s coverage: 91.3% of statements [2020-12-17T12:44:14.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements [2020-12-17T12:44:14.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.093s coverage: 73.7% of statements [2020-12-17T12:44:14.868Z] 02a3295e0d61: Pull complete [2020-12-17T12:44:14.869Z] 065c9533d613: Verifying Checksum [2020-12-17T12:44:14.869Z] 065c9533d613: Download complete [2020-12-17T12:44:15.139Z] 0f4f2e6d8100: Pull complete [2020-12-17T12:44:15.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements [2020-12-17T12:44:17.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.588s coverage: 55.9% of statements [2020-12-17T12:44:17.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-17T12:44:17.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-17T12:44:17.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-17T12:44:17.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-17T12:44:17.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-17T12:44:17.204Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-17T12:44:18.549Z] 065c9533d613: Pull complete [2020-12-17T12:44:19.149Z] 9fce0df16b8b: Pull complete [2020-12-17T12:44:19.423Z] e3faa53604c1: Pull complete [2020-12-17T12:44:19.697Z] 04b5adaa2053: Pull complete [2020-12-17T12:44:19.697Z] Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 [2020-12-17T12:44:19.697Z] Status: Downloaded newer image for docker:latest [2020-12-17T12:44:23.092Z] ---> 2f60dc52a1cd [2020-12-17T12:44:23.092Z] Step 6/7 : COPY go.mod . [2020-12-17T12:44:24.069Z] ---> eb93b591a40c [2020-12-17T12:44:24.070Z] Step 7/7 : RUN go mod download [2020-12-17T12:44:24.070Z] ---> Running in 5ce67d638281 [2020-12-17T12:44:35.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 19.331s coverage: 86.3% of statements [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-17T12:44:35.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.762s coverage: 72.2% of statements [2020-12-17T12:44:35.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.668s coverage: 72.1% of statements [2020-12-17T12:44:35.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.120s coverage: 82.4% of statements [2020-12-17T12:44:35.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.083s coverage: 48.4% of statements [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-17T12:44:35.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.296s coverage: 28.8% of statements [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-17T12:44:35.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.059s coverage: 96.8% of statements [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-17T12:44:35.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.170s coverage: 37.0% of statements [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-17T12:44:35.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.805s coverage: 84.0% of statements [2020-12-17T12:44:35.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.088s coverage: 100.0% of statements [2020-12-17T12:44:35.767Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.269s coverage: 47.1% of statements [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-17T12:44:35.767Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.161s coverage: 100.0% of statements [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-17T12:44:35.767Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.088s coverage: 100.0% of statements [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-17T12:44:35.767Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.982s coverage: 29.1% of statements [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-17T12:44:35.767Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-17T12:44:35.767Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.061s coverage: 100.0% of statements [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-17T12:44:35.767Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.125s coverage: 0.0% of statements [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-17T12:44:35.767Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.101s coverage: 100.0% of statements [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-17T12:44:35.767Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.064s coverage: 87.9% of statements [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-17T12:44:35.767Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-17T12:44:35.767Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements [2020-12-17T12:44:35.767Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements [2020-12-17T12:44:35.767Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.147s coverage: 100.0% of statements [2020-12-17T12:44:36.051Z] GO111MODULE=on go vet ./... [2020-12-17T12:44:50.871Z] Removing intermediate container 5ce67d638281 [2020-12-17T12:44:50.871Z] ---> 4ea2db844baf [2020-12-17T12:44:50.871Z] Successfully built 4ea2db844baf [2020-12-17T12:44:50.871Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-17T12:44:51.217Z] + docker inspect -f . ci-base-image-arm64 [2020-12-17T12:44:51.218Z] . [Pipeline] withDockerContainer [2020-12-17T12:44:51.490Z] prd-ubuntu18.04-docker-arm64-4c-16g-16494 does not seem to be running inside a container [2020-12-17T12:44:51.580Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-17T12:44:53.072Z] $ docker top 26626b6ef83285ef829dc8c626ac701e6b1d6720a9f55306f329cdc271a30365 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-17T12:44:54.143Z] + go version [2020-12-17T12:44:54.143Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-17T12:44:54.169Z] $ docker stop --time=1 26626b6ef83285ef829dc8c626ac701e6b1d6720a9f55306f329cdc271a30365 [2020-12-17T12:44:56.124Z] $ docker rm -f 26626b6ef83285ef829dc8c626ac701e6b1d6720a9f55306f329cdc271a30365 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T12:44:57.166Z] + docker inspect -f . ci-base-image-arm64 [2020-12-17T12:44:57.166Z] . [Pipeline] withDockerContainer [2020-12-17T12:44:57.432Z] prd-ubuntu18.04-docker-arm64-4c-16g-16494 does not seem to be running inside a container [2020-12-17T12:44:57.517Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-17T12:44:58.909Z] $ docker top 2c7f9e9a427cddba221042e7686a080e3d5cf7a048bd7a0b45d4c7849fe0b4bf -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-17T12:44:59.295Z] ========================================================= [2020-12-17T12:44:59.295Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-17T12:44:59.296Z] ========================================================= [Pipeline] sh [2020-12-17T12:44:59.737Z] + make test [2020-12-17T12:44:59.737Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-17T12:45:21.942Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-17T12:45:24.102Z] gofmt -l . [2020-12-17T12:45:24.103Z] [ "`gofmt -l .`" = "" ] [2020-12-17T12:45:24.103Z] ./bin/test-go-mod-tidy.sh [2020-12-17T12:45:25.118Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-17T12:45:29.318Z] + ls -al . [2020-12-17T12:45:29.318Z] total 668 [2020-12-17T12:45:29.318Z] drwxrwxr-x 10 1001 1001 4096 Dec 17 12:45 . [2020-12-17T12:45:29.318Z] drwxr-xr-x 4 root root 28 Dec 17 12:42 .. [2020-12-17T12:45:29.318Z] -rw-rw-r-- 1 1001 1001 11 Dec 17 12:38 .dockerignore [2020-12-17T12:45:29.318Z] drwxrwxr-x 8 1001 1001 179 Dec 17 12:38 .git [2020-12-17T12:45:29.318Z] drwxrwxr-x 3 1001 1001 125 Dec 17 12:38 .github [2020-12-17T12:45:29.318Z] -rw-rw-r-- 1 1001 1001 943 Dec 17 12:38 .gitignore [2020-12-17T12:45:29.318Z] drwx------ 3 1001 1001 47 Dec 17 12:40 .semver [2020-12-17T12:45:29.318Z] -rw-rw-r-- 1 1001 1001 166 Dec 17 12:38 .sonarcloud.properties [2020-12-17T12:45:29.318Z] -rw-rw-r-- 1 1001 1001 3804 Dec 17 12:38 CONTRIBUTING.md [2020-12-17T12:45:29.318Z] -rw-rw-r-- 1 1001 1001 1035 Dec 17 12:38 Dockerfile.build [2020-12-17T12:45:29.318Z] -rw-rw-r-- 1 1001 1001 863 Dec 17 12:38 Jenkinsfile [2020-12-17T12:45:29.318Z] -rw-rw-r-- 1 1001 1001 10775 Dec 17 12:38 LICENSE [2020-12-17T12:45:29.318Z] -rw-rw-r-- 1 1001 1001 6318 Dec 17 12:38 Makefile [2020-12-17T12:45:29.318Z] -rw-rw-r-- 1 1001 1001 6362 Dec 17 12:38 README.md [2020-12-17T12:45:29.319Z] -rw-rw-r-- 1 1001 1001 7286 Dec 17 12:38 SECURITY.md [2020-12-17T12:45:29.319Z] -rw-rw-r-- 1 1001 1001 5 Dec 17 12:40 VERSION [2020-12-17T12:45:29.319Z] -rw-rw-r-- 1 1001 1001 4131 Dec 17 12:38 ZMQWindows.md [2020-12-17T12:45:29.319Z] drwxrwxr-x 2 1001 1001 117 Dec 17 12:38 bin [2020-12-17T12:45:29.319Z] drwxrwxr-x 15 1001 1001 4096 Dec 17 12:38 cmd [2020-12-17T12:45:29.319Z] -rw-r--r-- 1 root root 569356 Dec 17 12:44 coverage.out [2020-12-17T12:45:29.319Z] -rw-r--r-- 1 root root 979 Dec 17 12:45 go.mod [2020-12-17T12:45:29.319Z] -rw-r--r-- 1 root root 18631 Dec 17 12:45 go.sum [2020-12-17T12:45:29.319Z] drwxrwxr-x 8 1001 1001 127 Dec 17 12:38 internal [2020-12-17T12:45:29.319Z] drwxrwxr-x 4 1001 1001 26 Dec 17 12:38 openapi [2020-12-17T12:45:29.319Z] drwxrwxr-x 4 1001 1001 71 Dec 17 12:38 snap [2020-12-17T12:45:29.319Z] -rw-rw-r-- 1 1001 1001 168 Dec 17 12:38 version.go [Pipeline] sh [2020-12-17T12:45:30.603Z] + '[' -e coverage.out ] [2020-12-17T12:45:30.604Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-17T12:45:31.106Z] Stashed 1 file(s) [Pipeline] sh [2020-12-17T12:45:31.422Z] + make build [2020-12-17T12:45:31.423Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-17T12:45:38.270Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-17T12:45:57.193Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-17T12:45:59.293Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-17T12:46:03.742Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-17T12:46:04.848Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-17T12:46:09.198Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-17T12:46:09.471Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-17T12:46:14.597Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-17T12:46:14.621Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-17T12:46:16.903Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-17T12:46:17.260Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-17T12:46:17.261Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-17T12:46:17.261Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-17T12:46:17.261Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-17T12:46:17.261Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-17T12:46:20.477Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-17T12:46:24.008Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.056s [2020-12-17T12:46:24.008Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-17T12:46:24.008Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-17T12:46:24.998Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-17T12:46:24.998Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-17T12:46:24.998Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-17T12:46:24.998Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-17T12:46:26.237Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-17T12:46:29.029Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-17T12:46:31.137Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-17T12:46:33.333Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.251s coverage: 46.6% of statements [2020-12-17T12:46:33.333Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-17T12:46:33.333Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-17T12:46:33.333Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-17T12:46:33.333Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-17T12:46:33.333Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [Pipeline] } [2020-12-17T12:46:35.107Z] $ docker stop --time=1 81ca07e1ae78c82aa08afe1d5721e92f2c382c384595c835c531ba2d939d5128 [2020-12-17T12:46:37.732Z] $ docker rm -f 81ca07e1ae78c82aa08afe1d5721e92f2c382c384595c835c531ba2d939d5128 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-12-17T12:46:40.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.461s coverage: 27.1% of statements [2020-12-17T12:46:40.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-17T12:46:40.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-17T12:46:40.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-17T12:46:40.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-17T12:46:40.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-17T12:46:40.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-17T12:46:40.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements [2020-12-17T12:46:40.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-17T12:46:40.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.118s coverage: 100.0% of statements [2020-12-17T12:46:40.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-17T12:46:40.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-17T12:46:40.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.261s coverage: 72.0% of statements [2020-12-17T12:46:40.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-17T12:46:40.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-17T12:46:40.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.297s coverage: 83.3% of statements [2020-12-17T12:46:40.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-17T12:46:40.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-17T12:46:40.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-17T12:46:40.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [Pipeline] isUnix [Pipeline] sh [2020-12-17T12:46:41.815Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-17T12:46:42.082Z] [2020-12-17T12:46:42.082Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-17T12:46:42.492Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-17T12:46:42.493Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-17T12:46:42.493Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-17T12:46:42.493Z] ca9280d653b3: Pulling fs layer [2020-12-17T12:46:42.493Z] 7e9c9ca2126c: Pulling fs layer [2020-12-17T12:46:43.087Z] cbdbe7a5bc2a: Download complete [2020-12-17T12:46:43.687Z] cbdbe7a5bc2a: Pull complete [2020-12-17T12:46:44.772Z] ca9280d653b3: Verifying Checksum [2020-12-17T12:46:44.772Z] ca9280d653b3: Download complete [2020-12-17T12:46:47.574Z] ca9280d653b3: Pull complete [2020-12-17T12:46:47.856Z] 7e9c9ca2126c: Verifying Checksum [2020-12-17T12:46:47.856Z] 7e9c9ca2126c: Download complete [2020-12-17T12:46:48.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.146s coverage: 28.6% of statements [2020-12-17T12:46:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-17T12:46:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-17T12:46:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-17T12:46:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-17T12:46:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-17T12:46:48.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.189s coverage: 100.0% of statements [2020-12-17T12:46:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-17T12:46:48.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.074s coverage: 100.0% of statements [2020-12-17T12:46:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-17T12:46:48.402Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.335s coverage: 86.7% of statements [2020-12-17T12:46:48.402Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-17T12:46:49.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.365s coverage: 97.5% of statements [2020-12-17T12:46:49.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-17T12:46:49.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.139s coverage: 78.3% of statements [2020-12-17T12:46:49.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-17T12:46:49.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-17T12:46:49.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-17T12:46:49.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-17T12:46:56.131Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.062s coverage: 93.8% of statements [2020-12-17T12:46:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-17T12:46:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-17T12:46:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-17T12:46:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-17T12:46:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-17T12:46:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-17T12:46:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-17T12:46:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-17T12:46:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-17T12:46:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-17T12:46:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-17T12:46:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-17T12:46:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-17T12:46:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-17T12:46:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-17T12:46:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-17T12:46:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-17T12:46:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-17T12:46:56.132Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2020-12-17T12:46:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-17T12:46:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-17T12:46:56.132Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.219s coverage: 0.1% of statements [2020-12-17T12:46:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-17T12:46:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-17T12:46:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-17T12:46:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-17T12:46:56.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.072s coverage: 100.0% of statements [2020-12-17T12:46:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-17T12:46:56.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.134s coverage: 75.5% of statements [2020-12-17T12:46:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-17T12:46:56.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.085s coverage: 80.8% of statements [2020-12-17T12:46:56.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.134s coverage: 87.2% of statements [2020-12-17T12:46:56.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.156s coverage: 84.2% of statements [2020-12-17T12:46:58.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.240s coverage: 91.4% of statements [2020-12-17T12:46:58.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-17T12:47:00.513Z] 7e9c9ca2126c: Pull complete [2020-12-17T12:47:00.513Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-17T12:47:00.513Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-17T12:47:00.513Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-17T12:47:00.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.622s coverage: 63.5% of statements [2020-12-17T12:47:00.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-17T12:47:00.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-17T12:47:00.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.077s coverage: 100.0% of statements [2020-12-17T12:47:00.836Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.102s coverage: 91.3% of statements [2020-12-17T12:47:01.213Z] prd-centos7-docker-4c-2g-16493 does not seem to be running inside a container [2020-12-17T12:47:01.478Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-17T12:47:01.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.080s coverage: 100.0% of statements [2020-12-17T12:47:01.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements [2020-12-17T12:47:02.427Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.093s coverage: 100.0% of statements [2020-12-17T12:47:05.409Z] $ docker top ed0fd1b0ee60443960eed2bba3f9bb7c5cf3eebc0a87e20b75c54cb76522a118 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-17T12:47:06.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.843s coverage: 55.9% of statements [2020-12-17T12:47:06.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-17T12:47:06.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-17T12:47:06.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-17T12:47:06.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-17T12:47:06.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-17T12:47:06.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-17T12:47:06.906Z] + docker-compose build --help [2020-12-17T12:47:06.906Z] + grep parallel [2020-12-17T12:47:08.420Z] --parallel Build images in parallel. [Pipeline] } [2020-12-17T12:47:08.445Z] $ docker stop --time=1 ed0fd1b0ee60443960eed2bba3f9bb7c5cf3eebc0a87e20b75c54cb76522a118 [2020-12-17T12:47:10.094Z] $ docker rm -f ed0fd1b0ee60443960eed2bba3f9bb7c5cf3eebc0a87e20b75c54cb76522a118 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T12:47:10.887Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-17T12:47:10.887Z] . [Pipeline] withDockerContainer [2020-12-17T12:47:11.186Z] prd-centos7-docker-4c-2g-16493 does not seem to be running inside a container [2020-12-17T12:47:11.299Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-17T12:47:12.820Z] $ docker top 79d22be3ecb764f4f798adc1c47b07d13513f4cc0d082f04f1a0625b87627fb0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-17T12:47:13.874Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-17T12:47:15.337Z] Building docker-core-command-go ... [2020-12-17T12:47:15.337Z] Building docker-core-data-go ... [2020-12-17T12:47:15.337Z] Building docker-core-metadata-go ... [2020-12-17T12:47:15.337Z] Building docker-security-bootstrap-redis-go ... [2020-12-17T12:47:15.337Z] Building docker-security-proxy-setup-go ... [2020-12-17T12:47:15.337Z] Building docker-security-secrets-setup-go ... [2020-12-17T12:47:15.337Z] Building docker-security-secretstore-setup-go ... [2020-12-17T12:47:15.337Z] Building docker-support-notifications-go ... [2020-12-17T12:47:15.337Z] Building docker-support-scheduler-go ... [2020-12-17T12:47:15.337Z] Building docker-sys-mgmt-agent-go ... [2020-12-17T12:47:15.337Z] Building docker-security-proxy-setup-go [2020-12-17T12:47:15.337Z] Building docker-core-data-go [2020-12-17T12:47:15.337Z] Building docker-security-secrets-setup-go [2020-12-17T12:47:15.337Z] Building docker-security-bootstrap-redis-go [2020-12-17T12:47:15.337Z] Building docker-sys-mgmt-agent-go [2020-12-17T12:47:45.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 35.149s coverage: 86.3% of statements [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-17T12:47:45.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.275s coverage: 72.2% of statements [2020-12-17T12:47:45.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.512s coverage: 72.1% of statements [2020-12-17T12:47:45.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.108s coverage: 82.4% of statements [2020-12-17T12:47:45.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.067s coverage: 48.4% of statements [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-17T12:47:45.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.096s coverage: 28.8% of statements [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-17T12:47:45.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.075s coverage: 96.8% of statements [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-17T12:47:45.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.373s coverage: 37.0% of statements [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-17T12:47:45.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.583s coverage: 84.0% of statements [2020-12-17T12:47:45.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.075s coverage: 100.0% of statements [2020-12-17T12:47:45.778Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.378s coverage: 47.1% of statements [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-17T12:47:45.778Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.129s coverage: 100.0% of statements [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-17T12:47:45.778Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-17T12:47:45.778Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.757s coverage: 29.1% of statements [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-17T12:47:45.778Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.212s coverage: 99.0% of statements [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-17T12:47:45.778Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.115s coverage: 100.0% of statements [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-17T12:47:45.778Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.059s coverage: 0.0% of statements [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-17T12:47:45.778Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-17T12:47:45.778Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.077s coverage: 87.9% of statements [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-17T12:47:45.778Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-17T12:47:45.778Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements [2020-12-17T12:47:45.778Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2020-12-17T12:47:45.778Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2020-12-17T12:47:45.778Z] GO111MODULE=on go vet ./... [2020-12-17T12:48:12.554Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T12:48:12.554Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-17T12:48:12.555Z] ---> 3c2e89914c1e [2020-12-17T12:48:12.555Z] Step 3/22 : WORKDIR /edgex-go [2020-12-17T12:48:12.555Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T12:48:12.555Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-17T12:48:12.555Z] ---> 3c2e89914c1e [2020-12-17T12:48:12.555Z] Step 3/29 : WORKDIR /edgex-go [2020-12-17T12:48:12.555Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T12:48:12.555Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-17T12:48:12.555Z] ---> 3c2e89914c1e [2020-12-17T12:48:12.555Z] Step 3/27 : WORKDIR /edgex-go [2020-12-17T12:48:12.555Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T12:48:12.555Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-17T12:48:12.555Z] ---> 3c2e89914c1e [2020-12-17T12:48:12.555Z] Step 3/21 : WORKDIR /edgex-go [2020-12-17T12:48:12.555Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T12:48:12.555Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-17T12:48:12.555Z] ---> 3c2e89914c1e [2020-12-17T12:48:12.555Z] Step 3/23 : WORKDIR /edgex-go [2020-12-17T12:48:12.555Z] ---> Running in 7c3b7a1aee1e [2020-12-17T12:48:12.555Z] ---> Running in 562a49c219ff [2020-12-17T12:48:12.555Z] ---> Running in c6622d133395 [2020-12-17T12:48:12.555Z] ---> Running in 7c9d5ba375c8 [2020-12-17T12:48:12.555Z] ---> Running in 760fc2d657ce [2020-12-17T12:48:12.555Z] Removing intermediate container 7c3b7a1aee1e [2020-12-17T12:48:12.555Z] ---> fc55413c5637 [2020-12-17T12:48:12.555Z] Step 4/29 : RUN apk update && apk add make git [2020-12-17T12:48:12.555Z] Removing intermediate container 760fc2d657ce [2020-12-17T12:48:12.555Z] ---> 4d5a36e98945 [2020-12-17T12:48:12.555Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T12:48:12.555Z] Removing intermediate container c6622d133395 [2020-12-17T12:48:12.555Z] ---> c34b157cf681 [2020-12-17T12:48:12.555Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T12:48:12.555Z] Removing intermediate container 7c9d5ba375c8 [2020-12-17T12:48:12.555Z] ---> c8e584e9a992 [2020-12-17T12:48:12.555Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T12:48:12.555Z] Removing intermediate container 562a49c219ff [2020-12-17T12:48:12.555Z] ---> cfd2be5956e9 [2020-12-17T12:48:12.555Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T12:48:12.555Z] ---> Running in f4b969a7695e [2020-12-17T12:48:12.555Z] ---> Running in 9e5161f59f04 [2020-12-17T12:48:12.555Z] ---> Running in e347c5eb517b [2020-12-17T12:48:12.555Z] ---> Running in fe0baa3b0496 [2020-12-17T12:48:12.555Z] ---> Running in 0c5f58f79055 [2020-12-17T12:48:12.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T12:48:13.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T12:48:13.748Z] Removing intermediate container e347c5eb517b [2020-12-17T12:48:13.748Z] ---> c826807435ea [2020-12-17T12:48:13.748Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-17T12:48:13.748Z] Removing intermediate container fe0baa3b0496 [2020-12-17T12:48:13.748Z] ---> 428d56d84bf1 [2020-12-17T12:48:13.748Z] Step 5/22 : RUN apk update && apk add make git [2020-12-17T12:48:14.046Z] ---> Running in 72ffe566973e [2020-12-17T12:48:14.046Z] ---> Running in 025c94a4cb3b [2020-12-17T12:48:14.046Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T12:48:14.046Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T12:48:14.046Z] OK: 12750 distinct packages available [2020-12-17T12:48:14.046Z] Removing intermediate container 9e5161f59f04 [2020-12-17T12:48:14.046Z] ---> a8891382db6a [2020-12-17T12:48:14.046Z] Step 5/21 : RUN apk update && apk add make git [2020-12-17T12:48:14.313Z] Removing intermediate container 0c5f58f79055 [2020-12-17T12:48:14.313Z] ---> 3002fdc03bae [2020-12-17T12:48:14.313Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-17T12:48:14.313Z] ---> Running in b4426a8449bc [2020-12-17T12:48:14.313Z] ---> Running in e2160f097190 [2020-12-17T12:48:14.313Z] OK: 233 MiB in 51 packages [2020-12-17T12:48:15.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T12:48:15.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T12:48:15.754Z] Removing intermediate container f4b969a7695e [2020-12-17T12:48:15.754Z] ---> 260f6972c853 [2020-12-17T12:48:15.754Z] Step 5/29 : COPY go.mod . [2020-12-17T12:48:15.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T12:48:15.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T12:48:16.025Z] ---> 7c9d81d722d4 [2020-12-17T12:48:16.025Z] Step 6/29 : RUN go mod download [2020-12-17T12:48:16.026Z] ---> Running in c33c8e1e3487 [2020-12-17T12:48:16.307Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T12:48:16.307Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T12:48:16.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T12:48:16.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T12:48:16.879Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T12:48:16.879Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T12:48:16.879Z] OK: 12750 distinct packages available [2020-12-17T12:48:17.171Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T12:48:17.171Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T12:48:17.171Z] OK: 12750 distinct packages available [2020-12-17T12:48:17.171Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T12:48:17.171Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T12:48:17.171Z] OK: 12750 distinct packages available [2020-12-17T12:48:17.171Z] OK: 233 MiB in 51 packages [2020-12-17T12:48:17.456Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T12:48:17.456Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T12:48:17.456Z] OK: 12750 distinct packages available [2020-12-17T12:48:17.456Z] OK: 233 MiB in 51 packages [2020-12-17T12:48:17.749Z] OK: 233 MiB in 51 packages [2020-12-17T12:48:17.749Z] OK: 233 MiB in 51 packages [2020-12-17T12:48:18.751Z] Removing intermediate container 72ffe566973e [2020-12-17T12:48:18.751Z] ---> 4a4576ef695c [2020-12-17T12:48:18.751Z] Step 6/27 : COPY go.mod . [2020-12-17T12:48:18.751Z] Removing intermediate container 025c94a4cb3b [2020-12-17T12:48:18.751Z] ---> 9fbf34dd4448 [2020-12-17T12:48:18.751Z] Step 6/22 : COPY go.mod . [2020-12-17T12:48:19.358Z] Removing intermediate container b4426a8449bc [2020-12-17T12:48:19.359Z] ---> ea7458070f48 [2020-12-17T12:48:19.359Z] Step 6/21 : COPY go.mod . [2020-12-17T12:48:19.359Z] Removing intermediate container e2160f097190 [2020-12-17T12:48:19.359Z] ---> 6b6f96b799e1 [2020-12-17T12:48:19.359Z] Step 6/23 : COPY go.mod . [2020-12-17T12:48:19.642Z] ---> 902a4f2c7cae [2020-12-17T12:48:19.642Z] Step 7/22 : RUN go mod download [2020-12-17T12:48:19.642Z] ---> 3d3e441713c7 [2020-12-17T12:48:19.642Z] Step 7/27 : RUN go mod download [2020-12-17T12:48:19.921Z] ---> Running in a06d4913f6d4 [2020-12-17T12:48:19.921Z] ---> Running in 883366a8fd27 [2020-12-17T12:48:20.525Z] ---> 2e48ba8dce89 [2020-12-17T12:48:20.525Z] Step 7/21 : RUN go mod download [2020-12-17T12:48:20.525Z] Removing intermediate container c33c8e1e3487 [2020-12-17T12:48:20.525Z] ---> abbd2d156734 [2020-12-17T12:48:20.525Z] Step 7/29 : COPY . . [2020-12-17T12:48:20.525Z] ---> 01643503fed9 [2020-12-17T12:48:20.525Z] Step 7/23 : RUN go mod download [2020-12-17T12:48:20.808Z] ---> Running in bf4c0197b0be [2020-12-17T12:48:20.808Z] ---> Running in 42241cce2a59 [2020-12-17T12:48:26.267Z] Removing intermediate container a06d4913f6d4 [2020-12-17T12:48:26.267Z] ---> 511db9a02a2f [2020-12-17T12:48:26.267Z] Step 8/27 : COPY . . [2020-12-17T12:48:29.733Z] Removing intermediate container 883366a8fd27 [2020-12-17T12:48:29.734Z] ---> a049629ca710 [2020-12-17T12:48:29.734Z] Step 8/22 : COPY . . [2020-12-17T12:48:30.093Z] Removing intermediate container bf4c0197b0be [2020-12-17T12:48:30.093Z] ---> 4fe3f3cfdbab [2020-12-17T12:48:30.093Z] Step 8/23 : COPY . . [2020-12-17T12:48:30.093Z] Removing intermediate container 42241cce2a59 [2020-12-17T12:48:30.093Z] ---> d9b43c31ae28 [2020-12-17T12:48:30.093Z] Step 8/21 : COPY . . [2020-12-17T12:48:53.832Z] gofmt -l . [2020-12-17T12:48:53.832Z] [ "`gofmt -l .`" = "" ] [2020-12-17T12:48:53.832Z] ./bin/test-go-mod-tidy.sh [2020-12-17T12:48:53.832Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-17T12:48:54.504Z] + ls -al . [2020-12-17T12:48:54.504Z] total 696 [2020-12-17T12:48:54.504Z] drwxrwxr-x 9 1001 1001 4096 Dec 17 12:48 . [2020-12-17T12:48:54.504Z] drwxr-xr-x 4 root root 4096 Dec 17 12:44 .. [2020-12-17T12:48:54.504Z] -rw-rw-r-- 1 1001 1001 11 Dec 17 12:43 .dockerignore [2020-12-17T12:48:54.504Z] drwxrwxr-x 8 1001 1001 4096 Dec 17 12:43 .git [2020-12-17T12:48:54.504Z] drwxrwxr-x 3 1001 1001 4096 Dec 17 12:43 .github [2020-12-17T12:48:54.504Z] -rw-rw-r-- 1 1001 1001 943 Dec 17 12:43 .gitignore [2020-12-17T12:48:54.504Z] -rw-rw-r-- 1 1001 1001 166 Dec 17 12:43 .sonarcloud.properties [2020-12-17T12:48:54.504Z] -rw-rw-r-- 1 1001 1001 3804 Dec 17 12:43 CONTRIBUTING.md [2020-12-17T12:48:54.504Z] -rw-rw-r-- 1 1001 1001 1035 Dec 17 12:43 Dockerfile.build [2020-12-17T12:48:54.504Z] -rw-rw-r-- 1 1001 1001 863 Dec 17 12:43 Jenkinsfile [2020-12-17T12:48:54.504Z] -rw-rw-r-- 1 1001 1001 10775 Dec 17 12:43 LICENSE [2020-12-17T12:48:54.504Z] -rw-rw-r-- 1 1001 1001 6318 Dec 17 12:43 Makefile [2020-12-17T12:48:54.504Z] -rw-rw-r-- 1 1001 1001 6362 Dec 17 12:43 README.md [2020-12-17T12:48:54.504Z] -rw-rw-r-- 1 1001 1001 7286 Dec 17 12:43 SECURITY.md [2020-12-17T12:48:54.504Z] -rw-rw-r-- 1 1001 1001 5 Dec 17 12:40 VERSION [2020-12-17T12:48:54.504Z] -rw-rw-r-- 1 1001 1001 4131 Dec 17 12:43 ZMQWindows.md [2020-12-17T12:48:54.504Z] drwxrwxr-x 2 1001 1001 4096 Dec 17 12:43 bin [2020-12-17T12:48:54.504Z] drwxrwxr-x 15 1001 1001 4096 Dec 17 12:43 cmd [2020-12-17T12:48:54.504Z] -rw-r--r-- 1 root root 569356 Dec 17 12:47 coverage.out [2020-12-17T12:48:54.504Z] -rw-r--r-- 1 root root 979 Dec 17 12:48 go.mod [2020-12-17T12:48:54.504Z] -rw-r--r-- 1 root root 18631 Dec 17 12:48 go.sum [2020-12-17T12:48:54.504Z] drwxrwxr-x 8 1001 1001 4096 Dec 17 12:43 internal [2020-12-17T12:48:54.504Z] drwxrwxr-x 4 1001 1001 4096 Dec 17 12:43 openapi [2020-12-17T12:48:54.504Z] drwxrwxr-x 4 1001 1001 4096 Dec 17 12:43 snap [2020-12-17T12:48:54.504Z] -rw-rw-r-- 1 1001 1001 168 Dec 17 12:43 version.go [Pipeline] sh [2020-12-17T12:48:55.162Z] + '[' -e coverage.out ] [2020-12-17T12:48:55.163Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-17T12:48:55.186Z] Warning: overwriting stash ‘coverage-report’ [2020-12-17T12:48:56.437Z] Stashed 1 file(s) [Pipeline] sh [2020-12-17T12:48:57.154Z] + make build [2020-12-17T12:48:57.154Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-17T12:49:07.336Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-17T12:49:18.933Z] ---> 291a17ccae63 [2020-12-17T12:49:18.933Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-17T12:49:18.933Z] ---> Running in c80bbec7c6a7 [2020-12-17T12:49:18.933Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-17T12:49:23.542Z] ---> b6fea46a4f4e [2020-12-17T12:49:23.542Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-17T12:49:24.178Z] ---> Running in db86190288e6 [2020-12-17T12:49:24.802Z] ---> 32506bf5fab9 [2020-12-17T12:49:24.802Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-17T12:49:25.514Z] ---> Running in 2c48ccf0d8e0 [2020-12-17T12:49:26.179Z] ---> c54653c4d3b0 [2020-12-17T12:49:26.179Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-17T12:49:26.179Z] ---> 5d4ef6c7f9cf [2020-12-17T12:49:26.179Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-17T12:49:26.489Z] ---> Running in c5b9a57b5355 [2020-12-17T12:49:26.489Z] ---> Running in 71e04cb9df7e [2020-12-17T12:49:26.771Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-17T12:49:27.400Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-17T12:49:28.485Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-17T12:49:28.485Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-17T12:49:29.531Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-17T12:49:33.840Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-17T12:49:39.245Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-17T12:49:40.224Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-17T12:49:45.631Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-17T12:49:49.950Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-17T12:49:53.352Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-17T12:49:56.746Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-17T12:50:02.146Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-17T12:50:05.528Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-17T12:50:08.009Z] Removing intermediate container c80bbec7c6a7 [2020-12-17T12:50:08.009Z] ---> 04eb30cfc1a9 [2020-12-17T12:50:08.009Z] [2020-12-17T12:50:08.009Z] Step 9/29 : FROM alpine:latest [2020-12-17T12:50:08.009Z] latest: Pulling from library/alpine [2020-12-17T12:50:08.009Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-17T12:50:08.009Z] Status: Downloaded newer image for alpine:latest [2020-12-17T12:50:08.009Z] ---> 389fef711851 [2020-12-17T12:50:08.009Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-17T12:50:08.009Z] ---> Running in 6c39db49af99 [2020-12-17T12:50:08.009Z] Removing intermediate container 6c39db49af99 [2020-12-17T12:50:08.009Z] ---> f184d6ad0b03 [2020-12-17T12:50:08.009Z] Step 11/29 : USER root [2020-12-17T12:50:08.287Z] ---> Running in 23f2eb00963f [2020-12-17T12:50:08.576Z] Removing intermediate container 23f2eb00963f [2020-12-17T12:50:08.576Z] ---> cb159532959b [2020-12-17T12:50:08.576Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-17T12:50:08.928Z] ---> Running in 76bcfa996b23 [2020-12-17T12:50:09.211Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-17T12:50:09.844Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-17T12:50:11.482Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T12:50:11.482Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T12:50:11.773Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-17T12:50:11.773Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-17T12:50:11.774Z] OK: 12745 distinct packages available [2020-12-17T12:50:12.482Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-17T12:50:12.482Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-17T12:50:12.482Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T12:50:12.482Z] Executing ca-certificates-20191127-r4.trigger [2020-12-17T12:50:13.019Z] OK: 6 MiB in 16 packages [Pipeline] } [2020-12-17T12:50:14.178Z] $ docker stop --time=1 2c7f9e9a427cddba221042e7686a080e3d5cf7a048bd7a0b45d4c7849fe0b4bf [2020-12-17T12:50:14.588Z] Removing intermediate container 2c48ccf0d8e0 [2020-12-17T12:50:14.588Z] ---> 201aef448194 [2020-12-17T12:50:14.588Z] [2020-12-17T12:50:14.588Z] Step 10/22 : FROM alpine:3.10 [2020-12-17T12:50:14.896Z] 3.10: Pulling from library/alpine [2020-12-17T12:50:16.725Z] $ docker rm -f 2c7f9e9a427cddba221042e7686a080e3d5cf7a048bd7a0b45d4c7849fe0b4bf [2020-12-17T12:50:16.991Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-17T12:50:16.992Z] Status: Downloaded newer image for alpine:3.10 [2020-12-17T12:50:16.992Z] ---> be4e4bea2c2e [2020-12-17T12:50:16.992Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-17T12:50:16.992Z] Removing intermediate container 76bcfa996b23 [2020-12-17T12:50:16.992Z] ---> 019ce31ba6f0 [2020-12-17T12:50:16.992Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-12-17T12:50:18.211Z] ---> Running in d3bfb245c850 [2020-12-17T12:50:18.211Z] ---> Running in 121a7503202c [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T12:50:18.527Z] Removing intermediate container db86190288e6 [2020-12-17T12:50:18.528Z] ---> 43cc8248eba1 [2020-12-17T12:50:18.528Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-17T12:50:18.752Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-17T12:50:18.752Z] [2020-12-17T12:50:18.752Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-17T12:50:18.873Z] Removing intermediate container 121a7503202c [2020-12-17T12:50:18.873Z] ---> 2ebc36590b7e [2020-12-17T12:50:18.873Z] Step 14/29 : WORKDIR $BASE_DIR [Pipeline] isUnix [Pipeline] sh [2020-12-17T12:50:19.194Z] ---> Running in 9790ad06a5c8 [2020-12-17T12:50:19.194Z] ---> Running in e3912be3fe04 [2020-12-17T12:50:19.422Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-17T12:50:19.695Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-17T12:50:19.696Z] 29e5d40040c1: Pulling fs layer [2020-12-17T12:50:19.696Z] 1ce36da41761: Pulling fs layer [2020-12-17T12:50:19.696Z] 25b303627fd3: Pulling fs layer [2020-12-17T12:50:20.281Z] Removing intermediate container e3912be3fe04 [2020-12-17T12:50:20.281Z] ---> de32f1b61408 [2020-12-17T12:50:20.281Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-17T12:50:20.290Z] 29e5d40040c1: Download complete [2020-12-17T12:50:20.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-17T12:50:20.564Z] ---> Running in 73593703748f [2020-12-17T12:50:20.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-17T12:50:20.902Z] 1ce36da41761: Verifying Checksum [2020-12-17T12:50:20.902Z] 1ce36da41761: Download complete [2020-12-17T12:50:20.902Z] 29e5d40040c1: Pull complete [2020-12-17T12:50:21.185Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-17T12:50:21.185Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-17T12:50:21.185Z] OK: 10350 distinct packages available [2020-12-17T12:50:21.481Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-17T12:50:21.481Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-17T12:50:22.156Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-17T12:50:22.156Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-17T12:50:22.156Z] (4/5) Installing curl (7.66.0-r3) [2020-12-17T12:50:22.156Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-17T12:50:22.156Z] Executing busybox-1.30.1-r3.trigger [2020-12-17T12:50:22.156Z] Executing ca-certificates-20191127-r2.trigger [2020-12-17T12:50:22.341Z] 25b303627fd3: Verifying Checksum [2020-12-17T12:50:22.341Z] 25b303627fd3: Download complete [2020-12-17T12:50:22.341Z] 1ce36da41761: Pull complete [2020-12-17T12:50:22.486Z] OK: 7 MiB in 19 packages [2020-12-17T12:50:25.329Z] Removing intermediate container 71e04cb9df7e [2020-12-17T12:50:25.329Z] ---> a3eefb9765f0 [2020-12-17T12:50:25.329Z] [2020-12-17T12:50:25.329Z] Step 10/21 : FROM alpine [2020-12-17T12:50:25.329Z] ---> 389fef711851 [2020-12-17T12:50:25.329Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-17T12:50:25.329Z] ---> Running in e7c050a8da6a [2020-12-17T12:50:26.330Z] Removing intermediate container 73593703748f [2020-12-17T12:50:26.330Z] ---> da00656d1776 [2020-12-17T12:50:26.330Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-17T12:50:26.330Z] Removing intermediate container d3bfb245c850 [2020-12-17T12:50:26.330Z] ---> a1c9bb4234bd [2020-12-17T12:50:26.330Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-17T12:50:26.330Z] Removing intermediate container 9790ad06a5c8 [2020-12-17T12:50:26.330Z] ---> 497d989333bd [2020-12-17T12:50:26.330Z] [2020-12-17T12:50:26.330Z] Step 11/27 : FROM docker:latest [2020-12-17T12:50:26.330Z] ---> 0c995d0d3006 [2020-12-17T12:50:26.330Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-17T12:50:26.330Z] ---> Running in 2b5d539e837e [2020-12-17T12:50:26.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T12:50:26.625Z] ---> Running in 473c02c1968c [2020-12-17T12:50:26.625Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T12:50:26.934Z] Removing intermediate container 2b5d539e837e [2020-12-17T12:50:26.934Z] ---> 212444c47c75 [2020-12-17T12:50:26.934Z] Step 13/22 : WORKDIR / [2020-12-17T12:50:26.934Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-17T12:50:26.934Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-17T12:50:26.934Z] OK: 12745 distinct packages available [2020-12-17T12:50:27.235Z] ---> Running in 20ffa9b89c39 [2020-12-17T12:50:27.561Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-17T12:50:27.561Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-17T12:50:27.561Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-17T12:50:27.561Z] (4/4) Installing curl (7.69.1-r3) [2020-12-17T12:50:27.561Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T12:50:27.561Z] Executing ca-certificates-20191127-r4.trigger [2020-12-17T12:50:27.561Z] OK: 7 MiB in 18 packages [2020-12-17T12:50:27.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T12:50:27.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T12:50:28.152Z] ---> 109c70ddf745 [2020-12-17T12:50:28.152Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-17T12:50:28.152Z] (1/2) Installing readline (8.0.4-r0) [2020-12-17T12:50:28.152Z] (2/2) Installing bash (5.0.17-r0) [2020-12-17T12:50:28.440Z] Executing bash-5.0.17-r0.post-install [2020-12-17T12:50:28.440Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T12:50:28.440Z] OK: 12 MiB in 22 packages [2020-12-17T12:50:28.757Z] Removing intermediate container 20ffa9b89c39 [2020-12-17T12:50:28.757Z] ---> ed63fadc4da1 [2020-12-17T12:50:28.757Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-17T12:50:29.752Z] ---> ca0aab97fa5a [2020-12-17T12:50:29.752Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-17T12:50:30.038Z] ---> f50592a30fe2 [2020-12-17T12:50:30.038Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-17T12:50:30.317Z] Removing intermediate container e7c050a8da6a [2020-12-17T12:50:30.317Z] ---> 6573beb089b4 [2020-12-17T12:50:30.317Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-17T12:50:30.317Z] Removing intermediate container c5b9a57b5355 [2020-12-17T12:50:30.317Z] ---> e9daa13f251a [2020-12-17T12:50:30.317Z] [2020-12-17T12:50:30.317Z] Step 10/23 : FROM alpine [2020-12-17T12:50:30.317Z] ---> 389fef711851 [2020-12-17T12:50:30.317Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-17T12:50:30.317Z] ---> Running in 3c2787204cb6 [2020-12-17T12:50:30.596Z] ---> Running in 310fad833037 [2020-12-17T12:50:30.596Z] ---> e2ded4b9a75b [2020-12-17T12:50:30.596Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-17T12:50:30.596Z] Removing intermediate container 473c02c1968c [2020-12-17T12:50:30.596Z] ---> cd824d2dc78f [2020-12-17T12:50:30.596Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-17T12:50:31.200Z] ---> Running in cf5be68d7703 [2020-12-17T12:50:31.200Z] Removing intermediate container 3c2787204cb6 [2020-12-17T12:50:31.200Z] ---> 2e39ca6d2e23 [2020-12-17T12:50:31.200Z] Step 13/21 : WORKDIR /edgex [2020-12-17T12:50:31.482Z] ---> Running in b52b7f224c12 [2020-12-17T12:50:31.482Z] ---> 738d98fb7693 [2020-12-17T12:50:31.482Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-17T12:50:31.762Z] ---> 61fa7092b942 [2020-12-17T12:50:31.762Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-17T12:50:31.762Z] Removing intermediate container 310fad833037 [2020-12-17T12:50:31.762Z] ---> 79152edf9bbc [2020-12-17T12:50:31.762Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-17T12:50:31.762Z] ---> Running in 58837cbe87e0 [2020-12-17T12:50:32.043Z] Removing intermediate container b52b7f224c12 [2020-12-17T12:50:32.043Z] ---> ffa86cab78c1 [2020-12-17T12:50:32.043Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-17T12:50:32.336Z] Removing intermediate container 58837cbe87e0 [2020-12-17T12:50:32.336Z] ---> 83fac3658c11 [2020-12-17T12:50:32.336Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-17T12:50:32.336Z] ---> e944825c13cc [2020-12-17T12:50:32.336Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-17T12:50:32.479Z] 25b303627fd3: Pull complete [2020-12-17T12:50:32.479Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-17T12:50:32.479Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-17T12:50:32.479Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-17T12:50:32.736Z] ---> Running in 531530653fd7 [2020-12-17T12:50:32.736Z] ---> Running in 76e16a1930a8 [2020-12-17T12:50:32.736Z] ---> df23a0c5c46a [2020-12-17T12:50:32.736Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-17T12:50:32.736Z] ---> 107483cd4273 [2020-12-17T12:50:32.736Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-17T12:50:32.748Z] prd-ubuntu18.04-docker-arm64-4c-16g-16494 does not seem to be running inside a container [2020-12-17T12:50:32.832Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-17T12:50:33.049Z] Removing intermediate container 531530653fd7 [2020-12-17T12:50:33.049Z] ---> 9b4063146bb3 [2020-12-17T12:50:33.049Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T12:50:33.340Z] ---> Running in 53cc75ca2092 [2020-12-17T12:50:33.638Z] ---> a810c500937f [2020-12-17T12:50:33.638Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-17T12:50:33.940Z] ---> Running in 75e14b3c563b [2020-12-17T12:50:34.232Z] Removing intermediate container cf5be68d7703 [2020-12-17T12:50:34.232Z] ---> e829f827f2c9 [2020-12-17T12:50:34.232Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-17T12:50:34.232Z] ---> 4221b8ad54a5 [2020-12-17T12:50:34.232Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-17T12:50:34.539Z] ---> Running in 3d293565ab86 [2020-12-17T12:50:35.181Z] ---> 1541228d6bdf [2020-12-17T12:50:35.181Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-17T12:50:35.181Z] Removing intermediate container 3d293565ab86 [2020-12-17T12:50:35.181Z] ---> 3a665febbdff [2020-12-17T12:50:35.181Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-17T12:50:35.475Z] Removing intermediate container 76e16a1930a8 [2020-12-17T12:50:35.475Z] ---> 3ad1c6e2b069 [2020-12-17T12:50:35.475Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-17T12:50:35.475Z] ---> Running in 55eece9ecb69 [2020-12-17T12:50:35.475Z] ---> Running in 4f23022d1312 [2020-12-17T12:50:36.033Z] $ docker top 64cbc049519a8b1e969ae97a84d76e825ac3ad74e53738db75ea3bc75456c871 -eo pid,comm [2020-12-17T12:50:36.100Z] Removing intermediate container 55eece9ecb69 [2020-12-17T12:50:36.100Z] ---> 5f711f2e28ca [2020-12-17T12:50:36.100Z] Step 18/21 : CMD ["--init=true"] [2020-12-17T12:50:36.100Z] Removing intermediate container 4f23022d1312 [2020-12-17T12:50:36.100Z] ---> 3eb3e81b1961 [2020-12-17T12:50:36.100Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-17T12:50:36.100Z] ---> Running in 4dcbb540abc0 [2020-12-17T12:50:36.100Z] Removing intermediate container 53cc75ca2092 [2020-12-17T12:50:36.100Z] ---> 422fc359e267 [2020-12-17T12:50:36.100Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-17T12:50:36.100Z] ---> 6ee6cf2a31e7 [2020-12-17T12:50:36.100Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-17T12:50:36.100Z] ---> Running in d7cca3a5fab1 [2020-12-17T12:50:36.376Z] ---> Running in 3c72cdf540ee [2020-12-17T12:50:36.376Z] ---> Running in c8a31a6af2c5 [2020-12-17T12:50:36.376Z] Removing intermediate container 75e14b3c563b [2020-12-17T12:50:36.376Z] ---> 89cc9e6b47e5 [2020-12-17T12:50:36.376Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [Pipeline] { [Pipeline] sh [2020-12-17T12:50:36.680Z] Removing intermediate container 4dcbb540abc0 [2020-12-17T12:50:36.680Z] ---> 2c3fba7d1342 [2020-12-17T12:50:36.680Z] Step 19/21 : LABEL arch=x86_64 [2020-12-17T12:50:36.680Z] ---> Running in d11e77951227 [2020-12-17T12:50:36.680Z] Removing intermediate container d7cca3a5fab1 [2020-12-17T12:50:36.680Z] ---> d4b16203ecaa [2020-12-17T12:50:36.680Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-17T12:50:36.680Z] ---> Running in e360af37ef3c [2020-12-17T12:50:36.994Z] Removing intermediate container d11e77951227 [2020-12-17T12:50:36.994Z] ---> 76ec4ebfe3a7 [2020-12-17T12:50:36.994Z] Step 20/22 : LABEL arch=x86_64 [2020-12-17T12:50:37.083Z] + grep parallel [2020-12-17T12:50:37.083Z] + docker-compose build --help [2020-12-17T12:50:37.284Z] Removing intermediate container e360af37ef3c [2020-12-17T12:50:37.284Z] ---> 44404e2366ef [2020-12-17T12:50:37.284Z] Step 20/21 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 [2020-12-17T12:50:37.595Z] ---> Running in 1c9078f84066 [2020-12-17T12:50:37.595Z] ---> Running in 30c3e9942e24 [2020-12-17T12:50:37.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T12:50:38.207Z] ---> 8ffacb284926 [2020-12-17T12:50:38.207Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-17T12:50:38.207Z] Removing intermediate container 1c9078f84066 [2020-12-17T12:50:38.207Z] ---> 67c895176edc [2020-12-17T12:50:38.207Z] Step 21/22 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 [2020-12-17T12:50:38.207Z] Removing intermediate container 30c3e9942e24 [2020-12-17T12:50:38.207Z] ---> fb60a9dee40b [2020-12-17T12:50:38.207Z] Step 21/21 : LABEL version=0.0.0 [2020-12-17T12:50:38.500Z] ---> Running in 543620e88f3a [2020-12-17T12:50:38.500Z] ---> Running in be309cf86f5b [2020-12-17T12:50:38.770Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T12:50:38.770Z] ---> 1eb9d8caa54d [2020-12-17T12:50:38.770Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-17T12:50:38.770Z] Removing intermediate container 543620e88f3a [2020-12-17T12:50:38.770Z] ---> 2acad530a258 [2020-12-17T12:50:38.770Z] Step 22/22 : LABEL version=0.0.0 [2020-12-17T12:50:39.049Z] ---> Running in 245061f2546d [2020-12-17T12:50:39.049Z] Removing intermediate container be309cf86f5b [2020-12-17T12:50:39.049Z] ---> 92f5c462d4d9 [2020-12-17T12:50:39.049Z] [2020-12-17T12:50:39.049Z] Removing intermediate container 3c72cdf540ee [2020-12-17T12:50:39.049Z] ---> 01fe62a59871 [2020-12-17T12:50:39.049Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-17T12:50:39.321Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-17T12:50:39.321Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-17T12:50:39.321Z] ---> Running in 2c49fef8dc97 [2020-12-17T12:50:39.321Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-17T12:50:39.588Z] ---> d20312b4c126 [2020-12-17T12:50:39.588Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-17T12:50:39.589Z] Removing intermediate container 245061f2546d [2020-12-17T12:50:39.589Z] ---> 95d37608cd71 [2020-12-17T12:50:39.589Z] [2020-12-17T12:50:39.589Z] ---> Running in c82dfcead40f [2020-12-17T12:50:39.589Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-17T12:50:39.935Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-17T12:50:39.935Z] Successfully built 92f5c462d4d9 [2020-12-17T12:50:39.935Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-17T12:50:39.935Z] Building docker-security-secretstore-setup-go [2020-12-17T12:50:39.935Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T12:50:39.935Z]  Building docker-security-proxy-setup-go ... done OK: 8 MiB in 19 packages [2020-12-17T12:50:39.935Z] Successfully built 95d37608cd71 [2020-12-17T12:50:40.216Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-17T12:50:40.216Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go [2020-12-17T12:50:40.504Z] --parallel Build images in parallel. [Pipeline] } [2020-12-17T12:50:40.813Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T12:50:40.813Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T12:50:40.813Z] $ docker stop --time=1 64cbc049519a8b1e969ae97a84d76e825ac3ad74e53738db75ea3bc75456c871 [2020-12-17T12:50:41.095Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-17T12:50:41.095Z] (2/33) Installing expat (2.2.9-r1) [2020-12-17T12:50:41.095Z] (3/33) Installing libffi (3.3-r2) [2020-12-17T12:50:41.095Z] (4/33) Installing gdbm (1.13-r1) [2020-12-17T12:50:41.095Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-17T12:50:41.095Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-17T12:50:41.095Z] Removing intermediate container c8a31a6af2c5 [2020-12-17T12:50:41.095Z] ---> 001c4b72918f [2020-12-17T12:50:41.095Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-17T12:50:41.369Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-17T12:50:42.734Z] $ docker rm -f 64cbc049519a8b1e969ae97a84d76e825ac3ad74e53738db75ea3bc75456c871 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T12:50:43.664Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-17T12:50:43.664Z] . [Pipeline] withDockerContainer [2020-12-17T12:50:43.905Z] prd-ubuntu18.04-docker-arm64-4c-16g-16494 does not seem to be running inside a container [2020-12-17T12:50:43.995Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-17T12:50:45.387Z] $ docker top f6160bf8f766d24443295edcf06cfc0518839cf7cb844aaed4f4bbe39acabb97 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-17T12:50:46.383Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-17T12:50:48.234Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-17T12:50:48.234Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-17T12:50:48.234Z] ---> fb1b8512d3c2 [2020-12-17T12:50:48.234Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-17T12:50:48.234Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-17T12:50:48.234Z] Removing intermediate container 2c49fef8dc97 [2020-12-17T12:50:48.234Z] ---> 3818aa432a4d [2020-12-17T12:50:48.234Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-17T12:50:48.234Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-17T12:50:48.234Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-17T12:50:48.234Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-17T12:50:48.234Z] ---> Running in 26832d728942 [2020-12-17T12:50:48.234Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-17T12:50:48.524Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-17T12:50:48.524Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-17T12:50:49.137Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-17T12:50:49.762Z] Building docker-core-command-go ... [2020-12-17T12:50:49.762Z] Building docker-core-data-go ... [2020-12-17T12:50:49.762Z] Building docker-core-metadata-go ... [2020-12-17T12:50:49.762Z] Building docker-security-bootstrap-redis-go ... [2020-12-17T12:50:49.762Z] Building docker-security-proxy-setup-go ... [2020-12-17T12:50:49.762Z] Building docker-security-secrets-setup-go ... [2020-12-17T12:50:49.762Z] Building docker-security-secretstore-setup-go ... [2020-12-17T12:50:49.762Z] Building docker-support-notifications-go ... [2020-12-17T12:50:49.762Z] Building docker-support-scheduler-go ... [2020-12-17T12:50:49.762Z] Building docker-sys-mgmt-agent-go ... [2020-12-17T12:50:49.762Z] Building docker-core-data-go [2020-12-17T12:50:49.762Z] Building docker-sys-mgmt-agent-go [2020-12-17T12:50:49.762Z] Building docker-support-scheduler-go [2020-12-17T12:50:49.762Z] Building docker-core-metadata-go [2020-12-17T12:50:49.762Z] Building docker-security-bootstrap-redis-go [2020-12-17T12:50:50.114Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-17T12:50:50.114Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-17T12:50:50.401Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-17T12:50:50.991Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-17T12:50:51.275Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-17T12:50:51.275Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-17T12:50:51.871Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-17T12:50:51.871Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-17T12:50:51.871Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-17T12:50:51.871Z] Removing intermediate container 26832d728942 [2020-12-17T12:50:51.871Z] ---> fb26a08a5da2 [2020-12-17T12:50:51.871Z] Step 26/29 : CMD [ "generate" ] [2020-12-17T12:50:51.871Z] ---> bb4458766711 [2020-12-17T12:50:51.871Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-17T12:50:51.871Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-17T12:50:51.871Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-17T12:50:51.871Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-17T12:50:51.871Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-17T12:50:52.138Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-17T12:50:52.721Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-17T12:50:52.721Z] ---> Running in 925938c98b63 [2020-12-17T12:50:52.721Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-17T12:50:53.027Z] ---> bb047d3a7046 [2020-12-17T12:50:53.027Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-17T12:50:53.328Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T12:50:53.328Z] OK: 71 MiB in 55 packages [2020-12-17T12:50:53.328Z] Removing intermediate container 925938c98b63 [2020-12-17T12:50:53.328Z] ---> e4ebd4a85dc3 [2020-12-17T12:50:53.328Z] Step 27/29 : LABEL arch=x86_64 [2020-12-17T12:50:53.613Z] ---> Running in 561dbb3d63f6 [2020-12-17T12:50:54.661Z] ---> Running in d440db9836b8 [2020-12-17T12:50:55.454Z] Removing intermediate container 561dbb3d63f6 [2020-12-17T12:50:55.454Z] ---> 48a5c23e7bbe [2020-12-17T12:50:55.454Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T12:50:55.832Z] ---> Running in 9a81d0d90bd1 [2020-12-17T12:50:55.832Z] Removing intermediate container d440db9836b8 [2020-12-17T12:50:55.832Z] ---> 611e13155437 [2020-12-17T12:50:55.832Z] Step 28/29 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 [2020-12-17T12:50:57.328Z] ---> Running in fba644f257c2 [2020-12-17T12:50:57.328Z] Removing intermediate container 9a81d0d90bd1 [2020-12-17T12:50:57.328Z] ---> 376503dedc0a [2020-12-17T12:50:57.328Z] Step 21/23 : LABEL arch=x86_64 [2020-12-17T12:50:57.716Z] ---> Running in 31ddd74769a8 [2020-12-17T12:50:58.722Z] Removing intermediate container fba644f257c2 [2020-12-17T12:50:58.722Z] ---> 59d8eae04940 [2020-12-17T12:50:58.722Z] Step 29/29 : LABEL version=0.0.0 [2020-12-17T12:50:59.340Z] ---> Running in 508293e614cd [2020-12-17T12:50:59.632Z] Removing intermediate container 31ddd74769a8 [2020-12-17T12:50:59.632Z] ---> d9c78e650b03 [2020-12-17T12:50:59.632Z] Step 22/23 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 [2020-12-17T12:50:59.935Z] ---> Running in c39638fc2e92 [2020-12-17T12:51:00.575Z] Removing intermediate container 508293e614cd [2020-12-17T12:51:00.575Z] ---> 8881a3f6339b [2020-12-17T12:51:00.575Z] [2020-12-17T12:51:01.188Z] Removing intermediate container c39638fc2e92 [2020-12-17T12:51:01.188Z] ---> d02323be87fe [2020-12-17T12:51:01.188Z] Step 23/23 : LABEL version=0.0.0 [2020-12-17T12:51:01.188Z] Successfully built 8881a3f6339b [2020-12-17T12:51:01.468Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-17T12:51:01.468Z] Building docker-core-command-go [2020-12-17T12:51:02.541Z]  Building docker-security-secrets-setup-go ... done  ---> Running in d69545daebbc [2020-12-17T12:51:04.076Z] Removing intermediate container d69545daebbc [2020-12-17T12:51:04.076Z] ---> 54612460fbbc [2020-12-17T12:51:04.076Z] [2020-12-17T12:51:05.558Z] Successfully built 54612460fbbc [2020-12-17T12:51:05.558Z] Successfully tagged docker-core-data-go:latest [2020-12-17T12:51:05.558Z] Building docker-support-notifications-go [2020-12-17T12:51:18.333Z]  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T12:51:18.333Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-17T12:51:18.333Z] ---> 3c2e89914c1e [2020-12-17T12:51:18.333Z] Step 3/24 : WORKDIR /edgex-go [2020-12-17T12:51:18.333Z] ---> Using cache [2020-12-17T12:51:18.333Z] ---> cfd2be5956e9 [2020-12-17T12:51:18.333Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T12:51:18.333Z] ---> Using cache [2020-12-17T12:51:18.333Z] ---> 3002fdc03bae [2020-12-17T12:51:18.333Z] Step 5/24 : RUN apk update && apk add make git [2020-12-17T12:51:18.333Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T12:51:18.333Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-17T12:51:18.333Z] ---> 3c2e89914c1e [2020-12-17T12:51:18.333Z] Step 3/21 : WORKDIR /edgex-go [2020-12-17T12:51:18.333Z] ---> Using cache [2020-12-17T12:51:18.333Z] ---> cfd2be5956e9 [2020-12-17T12:51:18.333Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T12:51:18.333Z] ---> Using cache [2020-12-17T12:51:18.333Z] ---> 3002fdc03bae [2020-12-17T12:51:18.333Z] Step 5/21 : RUN apk update && apk add make git [2020-12-17T12:51:19.090Z] ---> Running in 74ab00c1937e [2020-12-17T12:51:19.090Z] ---> Running in 8f83f2ffc7f2 [2020-12-17T12:51:21.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T12:51:21.879Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T12:51:22.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T12:51:22.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T12:51:23.422Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T12:51:23.422Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T12:51:23.422Z] OK: 12750 distinct packages available [2020-12-17T12:51:23.422Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T12:51:23.422Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T12:51:23.422Z] OK: 12750 distinct packages available [2020-12-17T12:51:23.694Z] OK: 233 MiB in 51 packages [2020-12-17T12:51:24.334Z] OK: 233 MiB in 51 packages [2020-12-17T12:51:26.415Z] Removing intermediate container c82dfcead40f [2020-12-17T12:51:26.415Z] ---> cfe6a846e336 [2020-12-17T12:51:26.415Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-17T12:51:27.906Z] Removing intermediate container 74ab00c1937e [2020-12-17T12:51:27.906Z] ---> d61480ec3c42 [2020-12-17T12:51:27.906Z] Step 6/21 : COPY go.mod . [2020-12-17T12:51:27.906Z] ---> Running in a09bda305293 [2020-12-17T12:51:28.525Z] Removing intermediate container 8f83f2ffc7f2 [2020-12-17T12:51:28.525Z] ---> 39b765e68ddb [2020-12-17T12:51:28.525Z] Step 6/24 : COPY go.mod . [2020-12-17T12:51:29.551Z] ---> ff00d960ff55 [2020-12-17T12:51:29.551Z] Step 7/21 : RUN go mod download [2020-12-17T12:51:30.141Z] ---> Running in 93c36b4f108e [2020-12-17T12:51:30.141Z] ---> 2779a93e544f [2020-12-17T12:51:30.141Z] Step 7/24 : RUN go mod download [2020-12-17T12:51:30.769Z] ---> Running in 528413eb1ea2 [2020-12-17T12:51:37.653Z] Removing intermediate container 93c36b4f108e [2020-12-17T12:51:37.653Z] ---> 131392a2d921 [2020-12-17T12:51:37.653Z] Step 8/21 : COPY . . [2020-12-17T12:51:37.653Z] Removing intermediate container 528413eb1ea2 [2020-12-17T12:51:37.653Z] ---> ce8b01f9ab47 [2020-12-17T12:51:37.653Z] Step 8/24 : COPY . . [2020-12-17T12:51:42.394Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T12:51:42.394Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-17T12:51:42.394Z] ---> 3c2e89914c1e [2020-12-17T12:51:42.394Z] Step 3/22 : WORKDIR /edgex-go [2020-12-17T12:51:42.394Z] ---> Using cache [2020-12-17T12:51:42.394Z] ---> cfd2be5956e9 [2020-12-17T12:51:42.394Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T12:51:42.394Z] ---> Using cache [2020-12-17T12:51:42.394Z] ---> 3002fdc03bae [2020-12-17T12:51:42.394Z] Step 5/22 : RUN apk update && apk add make git [2020-12-17T12:51:42.394Z] ---> Using cache [2020-12-17T12:51:42.394Z] ---> 39b765e68ddb [2020-12-17T12:51:42.394Z] Step 6/22 : COPY go.mod . [2020-12-17T12:51:42.394Z] ---> Using cache [2020-12-17T12:51:42.394Z] ---> 2779a93e544f [2020-12-17T12:51:42.394Z] Step 7/22 : RUN go mod download [2020-12-17T12:51:42.394Z] ---> Using cache [2020-12-17T12:51:42.394Z] ---> ce8b01f9ab47 [2020-12-17T12:51:42.394Z] Step 8/22 : COPY . . [2020-12-17T12:51:42.394Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T12:51:42.394Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-17T12:51:42.394Z] ---> 3c2e89914c1e [2020-12-17T12:51:42.394Z] Step 3/24 : WORKDIR /edgex-go [2020-12-17T12:51:42.394Z] ---> Using cache [2020-12-17T12:51:42.394Z] ---> cfd2be5956e9 [2020-12-17T12:51:42.394Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T12:51:42.394Z] ---> Using cache [2020-12-17T12:51:42.394Z] ---> 3002fdc03bae [2020-12-17T12:51:42.394Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-17T12:51:43.872Z] ---> Running in edbc877bd5ca [2020-12-17T12:51:44.499Z] Collecting docker-compose==1.23.2 [2020-12-17T12:51:45.102Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-17T12:51:46.675Z] Collecting docopt<0.7,>=0.6.1 [2020-12-17T12:51:46.675Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-17T12:51:48.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T12:51:49.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T12:51:50.664Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T12:51:50.664Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T12:51:50.664Z] OK: 12750 distinct packages available [2020-12-17T12:51:50.966Z] OK: 233 MiB in 51 packages [2020-12-17T12:51:53.708Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-17T12:51:53.708Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-17T12:51:53.708Z] Collecting texttable<0.10,>=0.9.0 [2020-12-17T12:51:53.708Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-17T12:51:55.149Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-17T12:51:55.759Z] Removing intermediate container edbc877bd5ca [2020-12-17T12:51:55.759Z] ---> 64721143a127 [2020-12-17T12:51:55.759Z] Step 6/24 : COPY go.mod . [2020-12-17T12:51:55.759Z] Collecting docker<4.0,>=3.6.0 [2020-12-17T12:51:55.759Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-17T12:51:56.047Z] Collecting jsonschema<3,>=2.5.1 [2020-12-17T12:51:56.047Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-17T12:51:56.352Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-17T12:51:56.352Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-17T12:51:58.395Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-17T12:51:58.669Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-17T12:51:59.838Z] ---> deb03e60ba2f [2020-12-17T12:51:59.838Z] Step 7/24 : RUN go mod download [2020-12-17T12:52:00.500Z] ---> Running in 20d704e038e5 [2020-12-17T12:52:01.580Z] Collecting PyYAML<4,>=3.10 [2020-12-17T12:52:01.580Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-17T12:52:04.324Z] Collecting cached-property<2,>=1.2.0 [2020-12-17T12:52:04.324Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-17T12:52:04.324Z] Collecting idna<2.8,>=2.5 [2020-12-17T12:52:04.324Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-17T12:52:04.613Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-17T12:52:04.613Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-17T12:52:04.881Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-17T12:52:04.881Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-17T12:52:05.176Z] Collecting docker-pycreds>=0.4.0 [2020-12-17T12:52:05.176Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-17T12:52:05.176Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-17T12:52:05.176Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-17T12:52:05.176Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-17T12:52:05.176Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-17T12:52:05.890Z] Installing collected packages: docopt, idna, urllib3, requests, texttable, websocket-client, docker-pycreds, docker, jsonschema, dockerpty, PyYAML, cached-property, docker-compose [2020-12-17T12:52:05.890Z] Running setup.py install for docopt: started [2020-12-17T12:52:09.428Z] Running setup.py install for docopt: finished with status 'done' [2020-12-17T12:52:09.428Z] Attempting uninstall: idna [2020-12-17T12:52:09.428Z] Found existing installation: idna 2.9 [2020-12-17T12:52:09.428Z] Uninstalling idna-2.9: [2020-12-17T12:52:09.428Z] Successfully uninstalled idna-2.9 [2020-12-17T12:52:10.473Z] Attempting uninstall: urllib3 [2020-12-17T12:52:10.473Z] Found existing installation: urllib3 1.25.9 [2020-12-17T12:52:10.473Z] Uninstalling urllib3-1.25.9: [2020-12-17T12:52:11.152Z] Removing intermediate container 20d704e038e5 [2020-12-17T12:52:11.152Z] ---> 7f679d948340 [2020-12-17T12:52:11.152Z] Step 8/24 : COPY . . [2020-12-17T12:52:11.152Z] Successfully uninstalled urllib3-1.25.9 [2020-12-17T12:52:11.551Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T12:52:11.551Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-17T12:52:11.551Z] ---> 4ea2db844baf [2020-12-17T12:52:11.551Z] Step 3/22 : WORKDIR /edgex-go [2020-12-17T12:52:11.551Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T12:52:11.551Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-17T12:52:11.551Z] ---> 4ea2db844baf [2020-12-17T12:52:11.551Z] Step 3/21 : WORKDIR /edgex-go [2020-12-17T12:52:11.551Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T12:52:11.551Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-17T12:52:11.551Z] ---> 4ea2db844baf [2020-12-17T12:52:11.551Z] Step 3/27 : WORKDIR /edgex-go [2020-12-17T12:52:11.551Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T12:52:11.551Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-17T12:52:11.551Z] ---> 4ea2db844baf [2020-12-17T12:52:11.551Z] Step 3/23 : WORKDIR /edgex-go [2020-12-17T12:52:11.551Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T12:52:11.551Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-17T12:52:11.551Z] ---> 4ea2db844baf [2020-12-17T12:52:11.551Z] Step 3/22 : WORKDIR /edgex-go [2020-12-17T12:52:11.551Z] ---> Running in 0a26b6032d2c [2020-12-17T12:52:11.552Z] ---> Running in e70d50a5061b [2020-12-17T12:52:11.552Z] ---> Running in b8e5f4c8abb5 [2020-12-17T12:52:11.552Z] ---> Running in f78f7c9be1ee [2020-12-17T12:52:11.552Z] ---> Running in c5007027f4b4 [2020-12-17T12:52:11.552Z] Removing intermediate container 0a26b6032d2c [2020-12-17T12:52:11.552Z] ---> fd8ae97c14b0 [2020-12-17T12:52:11.552Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T12:52:11.552Z] Removing intermediate container c5007027f4b4 [2020-12-17T12:52:11.552Z] ---> 85a2aaac0405 [2020-12-17T12:52:11.552Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T12:52:11.552Z] Removing intermediate container e70d50a5061b [2020-12-17T12:52:11.552Z] ---> 563cf93416f4 [2020-12-17T12:52:11.552Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T12:52:11.552Z] Removing intermediate container f78f7c9be1ee [2020-12-17T12:52:11.552Z] ---> 2fa77a6229b0 [2020-12-17T12:52:11.552Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T12:52:11.552Z] Removing intermediate container b8e5f4c8abb5 [2020-12-17T12:52:11.552Z] ---> b519f9ff6fe6 [2020-12-17T12:52:11.552Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T12:52:11.552Z] ---> Running in 835abf051f06 [2020-12-17T12:52:11.552Z] ---> Running in 439ec94f15a0 [2020-12-17T12:52:11.552Z] ---> Running in 36ba2e7553e6 [2020-12-17T12:52:11.552Z] ---> Running in cb20ddd5abee [2020-12-17T12:52:11.552Z] ---> Running in 3946b0304d65 [2020-12-17T12:52:11.552Z] Removing intermediate container 835abf051f06 [2020-12-17T12:52:11.552Z] ---> 9be2ab168b11 [2020-12-17T12:52:11.552Z] Step 5/22 : RUN apk update && apk add make git [2020-12-17T12:52:11.552Z] ---> Running in e632eda00888 [2020-12-17T12:52:11.552Z] Removing intermediate container 36ba2e7553e6 [2020-12-17T12:52:11.552Z] ---> a02405764add [2020-12-17T12:52:11.552Z] Step 5/21 : RUN apk update && apk add make git [2020-12-17T12:52:11.552Z] ---> Running in 8661069dcbc5 [2020-12-17T12:52:11.552Z] Removing intermediate container 439ec94f15a0 [2020-12-17T12:52:11.552Z] ---> c93de5f8aacb [2020-12-17T12:52:11.552Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-17T12:52:11.552Z] Removing intermediate container cb20ddd5abee [2020-12-17T12:52:11.552Z] ---> 4f8fe25eb0a5 [2020-12-17T12:52:11.552Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-17T12:52:11.552Z] Removing intermediate container 3946b0304d65 [2020-12-17T12:52:11.552Z] ---> 3c20eddd7be2 [2020-12-17T12:52:11.552Z] Step 5/22 : RUN apk update && apk add make git [2020-12-17T12:52:11.552Z] ---> Running in 751352e682e1 [2020-12-17T12:52:11.552Z] ---> Running in 77e3edfa4455 [2020-12-17T12:52:11.552Z] ---> Running in ebb092606e58 [2020-12-17T12:52:12.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T12:52:12.225Z] Attempting uninstall: requests [2020-12-17T12:52:12.225Z] Found existing installation: requests 2.23.0 [2020-12-17T12:52:12.225Z] Uninstalling requests-2.23.0: [2020-12-17T12:52:12.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T12:52:12.534Z] Successfully uninstalled requests-2.23.0 [2020-12-17T12:52:12.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T12:52:12.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T12:52:13.191Z] Running setup.py install for texttable: started [2020-12-17T12:52:13.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T12:52:13.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T12:52:13.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T12:52:13.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T12:52:13.815Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T12:52:13.815Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T12:52:13.815Z] OK: 12620 distinct packages available [2020-12-17T12:52:14.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T12:52:14.092Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T12:52:14.092Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T12:52:14.092Z] OK: 12620 distinct packages available [2020-12-17T12:52:14.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T12:52:14.692Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T12:52:14.692Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T12:52:14.692Z] OK: 12620 distinct packages available [2020-12-17T12:52:14.692Z] OK: 217 MiB in 51 packages [2020-12-17T12:52:14.692Z] OK: 217 MiB in 51 packages [2020-12-17T12:52:15.317Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T12:52:15.317Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T12:52:15.317Z] OK: 12620 distinct packages available [2020-12-17T12:52:15.317Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T12:52:15.317Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T12:52:15.317Z] OK: 12620 distinct packages available [2020-12-17T12:52:15.610Z] OK: 217 MiB in 51 packages [2020-12-17T12:52:15.889Z] OK: 217 MiB in 51 packages [2020-12-17T12:52:16.167Z] OK: 217 MiB in 51 packages [2020-12-17T12:52:17.163Z] Removing intermediate container e632eda00888 [2020-12-17T12:52:17.163Z] ---> 8d6047b46d1d [2020-12-17T12:52:17.163Z] Step 6/22 : COPY go.mod . [2020-12-17T12:52:17.163Z] Removing intermediate container 751352e682e1 [2020-12-17T12:52:17.163Z] ---> 19f83a0629ec [2020-12-17T12:52:17.163Z] Step 6/23 : COPY go.mod . [2020-12-17T12:52:17.163Z] Removing intermediate container 8661069dcbc5 [2020-12-17T12:52:17.163Z] ---> 59f8e8a02215 [2020-12-17T12:52:17.163Z] Step 6/21 : COPY go.mod . [2020-12-17T12:52:17.367Z] Running setup.py install for texttable: finished with status 'done' [2020-12-17T12:52:17.775Z] Removing intermediate container 77e3edfa4455 [2020-12-17T12:52:17.776Z] ---> 7e367f8f93a2 [2020-12-17T12:52:17.776Z] Step 6/27 : COPY go.mod . [2020-12-17T12:52:18.047Z] ---> ef6379747d28 [2020-12-17T12:52:18.047Z] Step 7/22 : RUN go mod download [2020-12-17T12:52:18.047Z] Removing intermediate container ebb092606e58 [2020-12-17T12:52:18.047Z] ---> f95645b25557 [2020-12-17T12:52:18.047Z] Step 6/22 : COPY go.mod . [2020-12-17T12:52:18.319Z] ---> 1b4c9a56cd58 [2020-12-17T12:52:18.319Z] ---> b96fa166106e [2020-12-17T12:52:18.319Z] Step 7/23 : RUN go mod download [2020-12-17T12:52:18.319Z] Step 7/21 : RUN go mod download [2020-12-17T12:52:18.319Z] ---> Running in 0e976fe6550f [2020-12-17T12:52:18.606Z] ---> Running in 50f24c3f3d73 [2020-12-17T12:52:18.606Z] ---> Running in 42c3b0485f94 [2020-12-17T12:52:18.606Z] ---> 5baa17917bd5 [2020-12-17T12:52:18.606Z] Step 7/27 : RUN go mod download [2020-12-17T12:52:18.883Z] ---> Running in 617e4b22adc8 [2020-12-17T12:52:19.161Z] ---> 64ecaacc4495 [2020-12-17T12:52:19.161Z] Step 7/22 : RUN go mod download [2020-12-17T12:52:19.440Z] ---> Running in 53292a0ba44c [2020-12-17T12:52:22.064Z] Removing intermediate container 0e976fe6550f [2020-12-17T12:52:22.064Z] ---> c29d0ec6c500 [2020-12-17T12:52:22.064Z] Step 8/22 : COPY . . [2020-12-17T12:52:22.992Z] Running setup.py install for dockerpty: started [2020-12-17T12:52:23.994Z] ---> e7f4e90b57ee [2020-12-17T12:52:23.994Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-17T12:52:23.994Z] ---> 00d9fb377fb3 [2020-12-17T12:52:23.995Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-17T12:52:23.995Z] ---> c4444bec5f0c [2020-12-17T12:52:23.995Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-17T12:52:23.995Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-17T12:52:23.995Z] Running setup.py install for PyYAML: started [2020-12-17T12:52:24.057Z] Removing intermediate container 42c3b0485f94 [2020-12-17T12:52:24.057Z] ---> b41eb1d697d9 [2020-12-17T12:52:24.057Z] Step 8/23 : COPY . . [2020-12-17T12:52:24.057Z] Removing intermediate container 50f24c3f3d73 [2020-12-17T12:52:24.057Z] ---> a2b70345b7f8 [2020-12-17T12:52:24.057Z] Step 8/21 : COPY . . [2020-12-17T12:52:24.333Z] Removing intermediate container 617e4b22adc8 [2020-12-17T12:52:24.333Z] ---> 56af24776163 [2020-12-17T12:52:24.333Z] Step 8/27 : COPY . . [2020-12-17T12:52:24.593Z] ---> Running in 20c5ed8a5bb4 [2020-12-17T12:52:24.594Z] ---> Running in b56aa921b883 [2020-12-17T12:52:24.594Z] ---> Running in 82b496045287 [2020-12-17T12:52:24.606Z] Removing intermediate container 53292a0ba44c [2020-12-17T12:52:24.606Z] ---> e20d116dfc8a [2020-12-17T12:52:24.606Z] Step 8/22 : COPY . . [2020-12-17T12:52:24.907Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-17T12:52:25.981Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-17T12:52:27.409Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-17T12:52:27.696Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-17T12:52:28.003Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-17T12:52:36.478Z] Removing intermediate container a09bda305293 [2020-12-17T12:52:36.478Z] ---> 5f4b7a5d1e12 [2020-12-17T12:52:36.478Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-17T12:52:37.126Z] ---> Running in ad66a4d447ea [2020-12-17T12:52:40.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T12:52:40.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T12:52:41.107Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-17T12:52:41.427Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-17T12:52:41.427Z] (3/3) Installing curl (7.69.1-r3) [2020-12-17T12:52:41.427Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T12:52:41.427Z] OK: 72 MiB in 58 packages [2020-12-17T12:52:45.133Z] Removing intermediate container ad66a4d447ea [2020-12-17T12:52:45.133Z] ---> b5b4bd8ab0a4 [2020-12-17T12:52:45.133Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-17T12:52:45.747Z] ---> Running in 55f113800642 [2020-12-17T12:52:46.830Z] Removing intermediate container 55f113800642 [2020-12-17T12:52:46.830Z] ---> a65557748f53 [2020-12-17T12:52:46.830Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T12:52:47.502Z] ---> Running in c0473be80d65 [2020-12-17T12:52:48.606Z] Removing intermediate container c0473be80d65 [2020-12-17T12:52:48.606Z] ---> accb328903e7 [2020-12-17T12:52:48.606Z] Step 25/27 : LABEL arch=x86_64 [2020-12-17T12:52:48.880Z] ---> Running in c1f49d6083a3 [2020-12-17T12:52:49.519Z] Removing intermediate container c1f49d6083a3 [2020-12-17T12:52:49.519Z] ---> 46db3d9dd713 [2020-12-17T12:52:49.519Z] Step 26/27 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 [2020-12-17T12:52:49.843Z] ---> Running in 0385a231dba1 [2020-12-17T12:52:51.016Z] Removing intermediate container 0385a231dba1 [2020-12-17T12:52:51.016Z] ---> 0ff4655d77d8 [2020-12-17T12:52:51.016Z] Step 27/27 : LABEL version=0.0.0 [2020-12-17T12:52:51.450Z] ---> 8193d2a1369b [2020-12-17T12:52:51.450Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-17T12:52:51.450Z] ---> d430b323d1ec [2020-12-17T12:52:51.450Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-17T12:52:51.450Z] ---> 0b2d254869ef [2020-12-17T12:52:51.450Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-17T12:52:51.450Z] ---> 4d19b948473b [2020-12-17T12:52:51.450Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-17T12:52:51.450Z] ---> 0d115c652c2b [2020-12-17T12:52:51.450Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-17T12:52:51.450Z] ---> Running in 36440334b887 [2020-12-17T12:52:51.450Z] ---> Running in f07bbfd4896f [2020-12-17T12:52:51.450Z] ---> Running in 3f0751e6d359 [2020-12-17T12:52:51.450Z] ---> Running in bac149bede85 [2020-12-17T12:52:51.450Z] ---> Running in 0b785ceec7ea [2020-12-17T12:52:51.450Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-17T12:52:51.450Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-17T12:52:51.728Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-17T12:52:51.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-17T12:52:52.005Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-17T12:52:52.583Z] ---> 6296131a97a1 [2020-12-17T12:52:52.583Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-17T12:52:52.583Z] ---> Running in 079baae04745 [2020-12-17T12:52:52.583Z] ---> Running in 4bf112bfd015 [2020-12-17T12:52:52.583Z] Removing intermediate container 079baae04745 [2020-12-17T12:52:52.583Z] ---> 80b2e2790145 [2020-12-17T12:52:52.583Z] [2020-12-17T12:52:54.532Z] Successfully built 80b2e2790145 [2020-12-17T12:52:54.532Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-17T12:52:54.532Z] Building docker-core-metadata-go [2020-12-17T12:52:54.935Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-17T12:53:10.686Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-17T12:53:19.193Z] Removing intermediate container b56aa921b883 [2020-12-17T12:53:19.193Z] ---> 6be944d56247 [2020-12-17T12:53:19.193Z] [2020-12-17T12:53:19.193Z] Step 10/21 : FROM scratch [2020-12-17T12:53:19.193Z] ---> [2020-12-17T12:53:19.193Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-17T12:53:25.156Z] ---> Running in 6caec8362c11 [2020-12-17T12:53:25.156Z] Removing intermediate container 20c5ed8a5bb4 [2020-12-17T12:53:25.156Z] ---> 788c624c31ca [2020-12-17T12:53:25.156Z] [2020-12-17T12:53:25.156Z] Step 10/22 : FROM scratch [2020-12-17T12:53:25.156Z] ---> [2020-12-17T12:53:25.157Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-17T12:53:25.473Z] ---> Running in dfc8a42ea1b7 [2020-12-17T12:53:25.750Z] Removing intermediate container 6caec8362c11 [2020-12-17T12:53:25.750Z] ---> 9aba4aba6b8a [2020-12-17T12:53:25.750Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-17T12:53:26.049Z] ---> Running in c9c182b17c67 [2020-12-17T12:53:26.049Z] Removing intermediate container 82b496045287 [2020-12-17T12:53:26.049Z] ---> 2e48b287980b [2020-12-17T12:53:26.049Z] [2020-12-17T12:53:26.049Z] Step 10/24 : FROM alpine:3.10 [2020-12-17T12:53:26.049Z] ---> be4e4bea2c2e [2020-12-17T12:53:26.049Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-17T12:53:26.049Z] ---> Using cache [2020-12-17T12:53:26.049Z] ---> a1c9bb4234bd [2020-12-17T12:53:26.049Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-17T12:53:26.049Z] Removing intermediate container dfc8a42ea1b7 [2020-12-17T12:53:26.049Z] ---> 981aa8c3980b [2020-12-17T12:53:26.049Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-17T12:53:26.324Z] ---> Running in 8e1b1ce19477 [2020-12-17T12:53:26.325Z] ---> Running in b27fcd7b3f9d [2020-12-17T12:53:27.765Z] Removing intermediate container c9c182b17c67 [2020-12-17T12:53:27.765Z] ---> c55984568a09 [2020-12-17T12:53:27.765Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-17T12:53:28.363Z] Removing intermediate container 8e1b1ce19477 [2020-12-17T12:53:28.363Z] ---> 6435aa7f617f [2020-12-17T12:53:28.363Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-17T12:53:28.363Z] ---> Running in d34cb8d0af7f [2020-12-17T12:53:28.363Z] ---> Running in 8693234b6c9e [2020-12-17T12:53:28.647Z] Removing intermediate container b27fcd7b3f9d [2020-12-17T12:53:28.647Z] ---> 634c4faf2473 [2020-12-17T12:53:28.647Z] Step 13/24 : WORKDIR / [2020-12-17T12:53:29.273Z] ---> Running in 2d035cd67900 [2020-12-17T12:53:29.551Z] Removing intermediate container d34cb8d0af7f [2020-12-17T12:53:29.551Z] ---> fc67faa44e3e [2020-12-17T12:53:29.551Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-17T12:53:29.551Z] Removing intermediate container 8693234b6c9e [2020-12-17T12:53:29.551Z] ---> a936ef80d650 [2020-12-17T12:53:29.551Z] Step 14/22 : WORKDIR / [2020-12-17T12:53:29.846Z] ---> Running in 6a0451d33c80 [2020-12-17T12:53:30.458Z] Removing intermediate container 2d035cd67900 [2020-12-17T12:53:30.458Z] ---> 504e79ff20e3 [2020-12-17T12:53:30.458Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-17T12:53:30.458Z] ---> a3bd29ea7331 [2020-12-17T12:53:30.458Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-17T12:53:31.104Z] Removing intermediate container 6a0451d33c80 [2020-12-17T12:53:31.104Z] ---> 0127dc71d085 [2020-12-17T12:53:31.104Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-17T12:53:32.122Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T12:53:32.122Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-17T12:53:32.122Z] ---> 3c2e89914c1e [2020-12-17T12:53:32.122Z] Step 3/22 : WORKDIR /edgex-go [2020-12-17T12:53:32.122Z] ---> Using cache [2020-12-17T12:53:32.122Z] ---> cfd2be5956e9 [2020-12-17T12:53:32.122Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T12:53:32.122Z] ---> Using cache [2020-12-17T12:53:32.122Z] ---> 3002fdc03bae [2020-12-17T12:53:32.122Z] Step 5/22 : RUN apk update && apk add make git [2020-12-17T12:53:32.122Z] ---> Using cache [2020-12-17T12:53:32.122Z] ---> 39b765e68ddb [2020-12-17T12:53:32.122Z] Step 6/22 : COPY go.mod . [2020-12-17T12:53:32.122Z] ---> Using cache [2020-12-17T12:53:32.122Z] ---> 2779a93e544f [2020-12-17T12:53:32.122Z] Step 7/22 : RUN go mod download [2020-12-17T12:53:32.122Z] ---> Using cache [2020-12-17T12:53:32.122Z] ---> ce8b01f9ab47 [2020-12-17T12:53:32.122Z] Step 8/22 : COPY . . [2020-12-17T12:53:32.122Z] ---> Using cache [2020-12-17T12:53:32.122Z] ---> c4444bec5f0c [2020-12-17T12:53:32.122Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-17T12:53:34.115Z] ---> 8c38355d346e [2020-12-17T12:53:34.115Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-17T12:53:34.115Z] ---> 0ddeb27edc1b [2020-12-17T12:53:34.115Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-17T12:53:34.115Z] ---> Running in 75e2547357aa [2020-12-17T12:53:34.115Z] ---> 122ff6278419 [2020-12-17T12:53:34.115Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-17T12:53:34.451Z] Removing intermediate container 4bf112bfd015 [2020-12-17T12:53:34.451Z] ---> b4805c1be4a3 [2020-12-17T12:53:34.451Z] [2020-12-17T12:53:34.451Z] Step 10/24 : FROM scratch [2020-12-17T12:53:34.451Z] ---> [2020-12-17T12:53:34.451Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-17T12:53:35.065Z] ---> Running in 7190d0fea709 [2020-12-17T12:53:35.065Z] ---> 6dd14bd8333a [2020-12-17T12:53:35.065Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-17T12:53:35.065Z] ---> e9a83c05a4cb [2020-12-17T12:53:35.065Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-17T12:53:35.065Z] ---> df175fb079c9 [2020-12-17T12:53:35.065Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-17T12:53:35.603Z] Removing intermediate container 7190d0fea709 [2020-12-17T12:53:35.603Z] ---> 8e65303a2421 [2020-12-17T12:53:35.603Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-17T12:53:35.603Z] ---> Running in 7a38bf03e2f6 [2020-12-17T12:53:35.603Z] ---> Running in e03c48bd36e6 [2020-12-17T12:53:35.909Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-17T12:53:36.186Z] Removing intermediate container 7a38bf03e2f6 [2020-12-17T12:53:36.186Z] ---> 895882bdcc3e [2020-12-17T12:53:36.186Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-17T12:53:36.186Z] ---> 80a08527d910 [2020-12-17T12:53:36.186Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-17T12:53:36.186Z] Removing intermediate container e03c48bd36e6 [2020-12-17T12:53:36.186Z] ---> 960f692ad127 [2020-12-17T12:53:36.186Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T12:53:36.475Z] ---> d2c183557113 [2020-12-17T12:53:36.475Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-17T12:53:36.475Z] ---> Running in 24ec2cfe36dc [2020-12-17T12:53:36.475Z] ---> Running in db620bf07d68 [2020-12-17T12:53:36.475Z] ---> Running in 8730bd74731c [2020-12-17T12:53:36.779Z] Removing intermediate container 24ec2cfe36dc [2020-12-17T12:53:36.779Z] ---> d6c8405bbde8 [2020-12-17T12:53:36.779Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-17T12:53:37.057Z] Removing intermediate container db620bf07d68 [2020-12-17T12:53:37.057Z] ---> 495b6e208904 [2020-12-17T12:53:37.057Z] Step 19/21 : LABEL arch=x86_64 [2020-12-17T12:53:37.057Z] Removing intermediate container 8730bd74731c [2020-12-17T12:53:37.057Z] ---> b6e604295d14 [2020-12-17T12:53:37.057Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T12:53:37.057Z] ---> 959665fd093c [2020-12-17T12:53:37.057Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-17T12:53:37.350Z] ---> Running in f71064c27852 [2020-12-17T12:53:37.350Z] ---> Running in 8cf289529927 [2020-12-17T12:53:37.635Z] ---> da66790fffd9 [2020-12-17T12:53:37.635Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-17T12:53:37.947Z] Removing intermediate container f71064c27852 [2020-12-17T12:53:37.947Z] ---> 4cf375669160 [2020-12-17T12:53:37.947Z] Step 20/21 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 [2020-12-17T12:53:37.947Z] Removing intermediate container 8cf289529927 [2020-12-17T12:53:37.947Z] ---> 8e6521fd6953 [2020-12-17T12:53:37.947Z] Step 20/22 : LABEL arch=x86_64 [2020-12-17T12:53:38.243Z] ---> Running in 47e81c750a68 [2020-12-17T12:53:38.243Z] ---> 94b3d631b244 [2020-12-17T12:53:38.243Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-17T12:53:38.243Z] ---> Running in af00ba396d12 [2020-12-17T12:53:38.897Z] Removing intermediate container af00ba396d12 [2020-12-17T12:53:38.897Z] ---> 921c828b6b4e [2020-12-17T12:53:38.897Z] Step 21/22 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 [2020-12-17T12:53:38.897Z] Removing intermediate container 47e81c750a68 [2020-12-17T12:53:38.897Z] ---> 8ce1777794aa [2020-12-17T12:53:38.897Z] Step 21/21 : LABEL version=0.0.0 [2020-12-17T12:53:39.180Z] ---> Running in bdccd1368a66 [2020-12-17T12:53:39.180Z] ---> Running in 59a809d20d45 [2020-12-17T12:53:39.180Z] ---> db90d512a997 [2020-12-17T12:53:39.180Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-17T12:53:39.180Z] ---> 8b23f8f9a913 [2020-12-17T12:53:39.180Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-17T12:53:39.459Z] ---> Running in 99f469fcc1ff [2020-12-17T12:53:40.528Z] Removing intermediate container bdccd1368a66 [2020-12-17T12:53:40.528Z] ---> def6b3321c44 [2020-12-17T12:53:40.528Z] [2020-12-17T12:53:40.798Z] ---> 82be5719eb4c [2020-12-17T12:53:40.798Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-17T12:53:41.085Z] Removing intermediate container 59a809d20d45 [2020-12-17T12:53:41.085Z] ---> 1b21916c99f8 [2020-12-17T12:53:41.085Z] Step 22/22 : LABEL version=0.0.0 [2020-12-17T12:53:41.085Z] ---> Running in 8b7f0869b162 [2020-12-17T12:53:41.378Z] Successfully built def6b3321c44 [2020-12-17T12:53:41.378Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-17T12:53:42.003Z]  Building docker-support-scheduler-go ... done  ---> 06f0d8296701 [2020-12-17T12:53:42.003Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-17T12:53:42.003Z] Removing intermediate container 8b7f0869b162 [2020-12-17T12:53:42.003Z] ---> c4cb969961d8 [2020-12-17T12:53:42.003Z] [2020-12-17T12:53:42.290Z] Successfully built c4cb969961d8 [2020-12-17T12:53:42.576Z] Successfully tagged docker-core-command-go:latest [2020-12-17T12:53:43.224Z]  Building docker-core-command-go ... done  ---> a151ab37d021 [2020-12-17T12:53:43.224Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-17T12:53:43.224Z] Removing intermediate container 99f469fcc1ff [2020-12-17T12:53:43.224Z] ---> 9a11612f577f [2020-12-17T12:53:43.224Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-17T12:53:43.498Z] ---> Running in ea19f979855a [2020-12-17T12:53:43.789Z] ---> 4e1673e0d44c [2020-12-17T12:53:43.789Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-17T12:53:44.067Z] Removing intermediate container ea19f979855a [2020-12-17T12:53:44.067Z] ---> cf03f7566070 [2020-12-17T12:53:44.067Z] Step 22/24 : LABEL arch=x86_64 [2020-12-17T12:53:44.067Z] ---> Running in 3f928b407937 [2020-12-17T12:53:44.352Z] ---> Running in b93c342d689e [2020-12-17T12:53:44.629Z] Removing intermediate container 3f928b407937 [2020-12-17T12:53:44.630Z] ---> 9e3f3403360e [2020-12-17T12:53:44.630Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T12:53:44.630Z] ---> Running in cde7a98d4cdf [2020-12-17T12:53:44.920Z] Removing intermediate container b93c342d689e [2020-12-17T12:53:44.920Z] ---> 59af3aee95ff [2020-12-17T12:53:44.920Z] Step 23/24 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 [2020-12-17T12:53:44.920Z] ---> Running in f293b82514a4 [2020-12-17T12:53:45.226Z] Removing intermediate container cde7a98d4cdf [2020-12-17T12:53:45.226Z] ---> 7756706952e9 [2020-12-17T12:53:45.226Z] Step 22/24 : LABEL arch=x86_64 [2020-12-17T12:53:45.226Z] Removing intermediate container f293b82514a4 [2020-12-17T12:53:45.226Z] ---> d13cad6a4f44 [2020-12-17T12:53:45.226Z] Step 24/24 : LABEL version=0.0.0 [2020-12-17T12:53:45.226Z] ---> Running in 9b3c4e11adb8 [2020-12-17T12:53:45.500Z] ---> Running in 136bf822714e [2020-12-17T12:53:45.794Z] Removing intermediate container 9b3c4e11adb8 [2020-12-17T12:53:45.794Z] ---> 3e1ae62e7eaf [2020-12-17T12:53:45.794Z] Step 23/24 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 [2020-12-17T12:53:45.794Z] Removing intermediate container 136bf822714e [2020-12-17T12:53:45.794Z] ---> 1d025358c364 [2020-12-17T12:53:45.794Z] [2020-12-17T12:53:45.794Z] ---> Running in 16bfa7f8a5e9 [2020-12-17T12:53:46.460Z] Successfully built 1d025358c364 [2020-12-17T12:53:46.460Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-17T12:53:46.460Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 16bfa7f8a5e9 [2020-12-17T12:53:46.460Z] ---> 0d29f3936d1e [2020-12-17T12:53:46.460Z] Step 24/24 : LABEL version=0.0.0 [2020-12-17T12:53:46.742Z] ---> Running in 8d56adcde68d [2020-12-17T12:53:47.034Z] Removing intermediate container 8d56adcde68d [2020-12-17T12:53:47.034Z] ---> 4194bacb439c [2020-12-17T12:53:47.034Z] [2020-12-17T12:53:47.354Z] Successfully built 4194bacb439c [2020-12-17T12:53:47.354Z] Successfully tagged docker-support-notifications-go:latest [2020-12-17T12:53:59.915Z]  Building docker-support-notifications-go ... done Removing intermediate container 75e2547357aa [2020-12-17T12:53:59.915Z] ---> 865e5f189775 [2020-12-17T12:53:59.915Z] [2020-12-17T12:53:59.915Z] Step 10/22 : FROM scratch [2020-12-17T12:53:59.915Z] ---> [2020-12-17T12:53:59.915Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-17T12:53:59.915Z] ---> Using cache [2020-12-17T12:53:59.915Z] ---> 981aa8c3980b [2020-12-17T12:53:59.915Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-17T12:53:59.915Z] ---> Running in c428d019b468 [2020-12-17T12:54:00.189Z] Removing intermediate container c428d019b468 [2020-12-17T12:54:00.189Z] ---> 1c9b59007be2 [2020-12-17T12:54:00.189Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-17T12:54:00.640Z] ---> Running in d1ed2caf3120 [2020-12-17T12:54:01.157Z] Removing intermediate container d1ed2caf3120 [2020-12-17T12:54:01.157Z] ---> faa07ee54994 [2020-12-17T12:54:01.157Z] Step 14/22 : WORKDIR / [2020-12-17T12:54:01.157Z] ---> Running in 308b448e304b [2020-12-17T12:54:01.781Z] Removing intermediate container 308b448e304b [2020-12-17T12:54:01.781Z] ---> 2d2b29558d6b [2020-12-17T12:54:01.781Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-17T12:54:02.377Z] ---> 20afb73de33c [2020-12-17T12:54:02.377Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-17T12:54:03.874Z] ---> f581fa07a12d [2020-12-17T12:54:03.874Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-17T12:54:04.518Z] ---> e2274aa302bb [2020-12-17T12:54:04.518Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-17T12:54:04.518Z] ---> Running in 754943ce5ca9 [2020-12-17T12:54:04.789Z] Removing intermediate container 754943ce5ca9 [2020-12-17T12:54:04.789Z] ---> 11bf7ebd5086 [2020-12-17T12:54:04.789Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T12:54:04.789Z] ---> Running in ceafdc891d2d [2020-12-17T12:54:05.060Z] Removing intermediate container ceafdc891d2d [2020-12-17T12:54:05.060Z] ---> b6b239c863fc [2020-12-17T12:54:05.060Z] Step 20/22 : LABEL arch=x86_64 [2020-12-17T12:54:05.060Z] ---> Running in 4e6674a7e47f [2020-12-17T12:54:05.347Z] Removing intermediate container 4e6674a7e47f [2020-12-17T12:54:05.347Z] ---> 294eb9b8ccc5 [2020-12-17T12:54:05.347Z] Step 21/22 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 [2020-12-17T12:54:05.627Z] ---> Running in 7ff93be74a7e [2020-12-17T12:54:05.932Z] Removing intermediate container 7ff93be74a7e [2020-12-17T12:54:05.932Z] ---> 68c678968f73 [2020-12-17T12:54:05.932Z] Step 22/22 : LABEL version=0.0.0 [2020-12-17T12:54:05.932Z] ---> Running in 1f5539a00b9a [2020-12-17T12:54:06.208Z] Removing intermediate container 1f5539a00b9a [2020-12-17T12:54:06.208Z] ---> 21fd6c587401 [2020-12-17T12:54:06.208Z] [2020-12-17T12:54:06.485Z] Successfully built 21fd6c587401 [2020-12-17T12:54:06.485Z] Successfully tagged docker-core-metadata-go:latest [2020-12-17T12:54:07.117Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2020-12-17T12:54:07.172Z] $ docker stop --time=1 79d22be3ecb764f4f798adc1c47b07d13513f4cc0d082f04f1a0625b87627fb0 [2020-12-17T12:54:09.800Z] $ docker rm -f 79d22be3ecb764f4f798adc1c47b07d13513f4cc0d082f04f1a0625b87627fb0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-17T12:54:10.513Z] + docker images [2020-12-17T12:54:10.513Z] + grep docker [2020-12-17T12:54:10.784Z] docker-core-metadata-go latest 21fd6c587401 5 seconds ago 13MB [2020-12-17T12:54:10.784Z] docker-support-notifications-go latest 4194bacb439c 24 seconds ago 12.1MB [2020-12-17T12:54:10.784Z] docker-security-secretstore-setup-go latest 1d025358c364 25 seconds ago 24.7MB [2020-12-17T12:54:10.784Z] docker-core-command-go latest c4cb969961d8 29 seconds ago 10.6MB [2020-12-17T12:54:10.784Z] docker-support-scheduler-go latest def6b3321c44 31 seconds ago 10.8MB [2020-12-17T12:54:10.784Z] docker-sys-mgmt-agent-go latest 80b2e2790145 About a minute ago 313MB [2020-12-17T12:54:10.784Z] docker-core-data-go latest 54612460fbbc 3 minutes ago 22.2MB [2020-12-17T12:54:10.784Z] docker-security-secrets-setup-go latest 8881a3f6339b 3 minutes ago 23.9MB [2020-12-17T12:54:10.784Z] docker-security-bootstrap-redis-go latest 95d37608cd71 3 minutes ago 15.8MB [2020-12-17T12:54:10.784Z] docker-security-proxy-setup-go latest 92f5c462d4d9 3 minutes ago 24.6MB [2020-12-17T12:54:10.784Z] docker latest 0c995d0d3006 39 hours ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-17T12:54:26.858Z] Still waiting to schedule task [2020-12-17T12:54:26.858Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-17T12:54:28.854Z] Removing intermediate container 36440334b887 [2020-12-17T12:54:28.854Z] ---> 01159f75e813 [2020-12-17T12:54:28.855Z] [2020-12-17T12:54:28.855Z] Step 10/22 : FROM alpine:3.10 [2020-12-17T12:54:28.855Z] 3.10: Pulling from library/alpine [2020-12-17T12:54:28.855Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-17T12:54:28.855Z] Status: Downloaded newer image for alpine:3.10 [2020-12-17T12:54:28.855Z] ---> 536a684cf733 [2020-12-17T12:54:28.855Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-17T12:54:28.855Z] ---> Running in fd39a4c3ee73 [2020-12-17T12:54:28.855Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-17T12:54:28.855Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-17T12:54:28.855Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-17T12:54:28.855Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-17T12:54:28.855Z] OK: 10171 distinct packages available [2020-12-17T12:54:28.855Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-17T12:54:28.855Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-17T12:54:28.855Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-17T12:54:28.855Z] (4/5) Installing curl (7.66.0-r3) [2020-12-17T12:54:28.855Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-17T12:54:28.855Z] Executing busybox-1.30.1-r3.trigger [2020-12-17T12:54:28.855Z] Executing ca-certificates-20191127-r2.trigger [2020-12-17T12:54:28.855Z] OK: 7 MiB in 19 packages [2020-12-17T12:54:28.855Z] Removing intermediate container f07bbfd4896f [2020-12-17T12:54:28.855Z] ---> 7128411f2580 [2020-12-17T12:54:28.855Z] [2020-12-17T12:54:28.855Z] Step 10/21 : FROM scratch [2020-12-17T12:54:28.855Z] ---> [2020-12-17T12:54:28.855Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-17T12:54:28.855Z] Removing intermediate container bac149bede85 [2020-12-17T12:54:28.855Z] ---> 944687ad7554 [2020-12-17T12:54:28.855Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-17T12:54:28.855Z] ---> Running in 14a04b1e7eef [2020-12-17T12:54:28.855Z] ---> Running in 48c4c2860447 [2020-12-17T12:54:29.134Z] Removing intermediate container fd39a4c3ee73 [2020-12-17T12:54:29.134Z] ---> 581371736d03 [2020-12-17T12:54:29.134Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-17T12:54:29.414Z] ---> Running in 65c62d8fb06b [2020-12-17T12:54:30.019Z] Removing intermediate container 14a04b1e7eef [2020-12-17T12:54:30.019Z] ---> bc109b83eded [2020-12-17T12:54:30.019Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-17T12:54:30.019Z] ---> Running in 22a5c16fd917 [2020-12-17T12:54:30.298Z] Removing intermediate container 65c62d8fb06b [2020-12-17T12:54:30.298Z] ---> 03331fcc5e76 [2020-12-17T12:54:30.298Z] Step 13/22 : WORKDIR / [2020-12-17T12:54:30.591Z] ---> Running in 0d7d39d43dc5 [2020-12-17T12:54:30.871Z] Removing intermediate container 22a5c16fd917 [2020-12-17T12:54:30.871Z] ---> 214a99c1dd62 [2020-12-17T12:54:30.871Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-17T12:54:31.155Z] ---> Running in 3d60edb05fa0 [2020-12-17T12:54:31.155Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-17T12:54:31.759Z] Removing intermediate container 0d7d39d43dc5 [2020-12-17T12:54:31.759Z] ---> 4e112d91c386 [2020-12-17T12:54:31.759Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-17T12:54:32.037Z] Removing intermediate container 3d60edb05fa0 [2020-12-17T12:54:32.037Z] ---> 43728e0903cd [2020-12-17T12:54:32.037Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-17T12:54:33.039Z] ---> 6b407fc32c50 [2020-12-17T12:54:33.039Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-17T12:54:33.315Z] ---> e9b119af4149 [2020-12-17T12:54:33.315Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-17T12:54:35.968Z] ---> 3217a52f78ad [2020-12-17T12:54:35.968Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-17T12:54:35.968Z] ---> dc16ac801393 [2020-12-17T12:54:35.968Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-17T12:54:37.409Z] Removing intermediate container 48c4c2860447 [2020-12-17T12:54:37.409Z] ---> 2bd16942f99c [2020-12-17T12:54:37.409Z] [2020-12-17T12:54:37.409Z] Step 11/27 : FROM docker:latest [2020-12-17T12:54:37.409Z] ---> 0c09fb3ff9b5 [2020-12-17T12:54:37.409Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-17T12:54:37.409Z] ---> a1067c4f542f [2020-12-17T12:54:37.409Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-17T12:54:37.409Z] ---> 25aac9634dd1 [2020-12-17T12:54:37.409Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-17T12:54:37.688Z] ---> Running in eed07633abed [2020-12-17T12:54:37.689Z] ---> Running in 0ea58f830058 [2020-12-17T12:54:39.135Z] Removing intermediate container eed07633abed [2020-12-17T12:54:39.135Z] ---> 607f778889b4 [2020-12-17T12:54:39.135Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T12:54:39.135Z] ---> Running in b164ab711d08 [2020-12-17T12:54:39.135Z] ---> db5cde8a0c7c [2020-12-17T12:54:39.135Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-17T12:54:39.412Z] ---> Running in caf98566edc0 [2020-12-17T12:54:39.745Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T12:54:40.168Z] Removing intermediate container b164ab711d08 [2020-12-17T12:54:40.168Z] ---> d28193ea39c4 [2020-12-17T12:54:40.168Z] Step 19/21 : LABEL arch=arm64 [2020-12-17T12:54:40.168Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T12:54:40.168Z] ---> Running in d78c9d6c4fd9 [2020-12-17T12:54:40.906Z] Removing intermediate container d78c9d6c4fd9 [2020-12-17T12:54:40.906Z] ---> f502000c4bac [2020-12-17T12:54:40.906Z] Step 20/21 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 [2020-12-17T12:54:41.206Z] (1/2) Installing readline (8.0.4-r0) [2020-12-17T12:54:41.206Z] ---> Running in 79017e69e8cd [2020-12-17T12:54:41.206Z] (2/2) Installing bash (5.0.17-r0) [2020-12-17T12:54:41.206Z] Executing bash-5.0.17-r0.post-install [2020-12-17T12:54:41.206Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T12:54:41.206Z] OK: 12 MiB in 22 packages [2020-12-17T12:54:41.957Z] Removing intermediate container 79017e69e8cd [2020-12-17T12:54:41.957Z] ---> 8a9a090bad92 [2020-12-17T12:54:41.957Z] Step 21/21 : LABEL version=0.0.0 [2020-12-17T12:54:42.230Z] ---> Running in 317cd9aa5122 [2020-12-17T12:54:43.233Z] Removing intermediate container 317cd9aa5122 [2020-12-17T12:54:43.233Z] ---> ba3024c96ded [2020-12-17T12:54:43.233Z] [2020-12-17T12:54:43.843Z] Successfully built ba3024c96ded [2020-12-17T12:54:43.843Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-17T12:54:43.843Z]  Building docker-support-scheduler-go ... done Removing intermediate container caf98566edc0 [2020-12-17T12:54:43.843Z] ---> 1a86ea8ed4bc [2020-12-17T12:54:43.843Z] Building docker-security-proxy-setup-go [2020-12-17T12:54:43.843Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-17T12:54:44.134Z] Removing intermediate container 0ea58f830058 [2020-12-17T12:54:44.134Z] ---> b265587c582a [2020-12-17T12:54:44.134Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-17T12:54:44.134Z] ---> Running in 6aa8294c421f [2020-12-17T12:54:44.416Z] ---> Running in cbe4c3752acd [2020-12-17T12:54:45.030Z] Removing intermediate container 6aa8294c421f [2020-12-17T12:54:45.030Z] ---> e2926488116c [2020-12-17T12:54:45.030Z] Step 20/22 : LABEL arch=arm64 [2020-12-17T12:54:45.304Z] ---> Running in 3dac5611812a [2020-12-17T12:54:47.313Z] Removing intermediate container 3dac5611812a [2020-12-17T12:54:47.313Z] ---> ae45714666d6 [2020-12-17T12:54:47.313Z] Step 21/22 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 [2020-12-17T12:54:48.793Z] ---> Running in b8d1f1d519b1 [2020-12-17T12:54:50.244Z] Removing intermediate container b8d1f1d519b1 [2020-12-17T12:54:50.244Z] ---> babbdf398422 [2020-12-17T12:54:50.244Z] Step 22/22 : LABEL version=0.0.0 [2020-12-17T12:54:50.520Z] Removing intermediate container cbe4c3752acd [2020-12-17T12:54:50.520Z] ---> 8d37ce9225fe [2020-12-17T12:54:50.520Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-17T12:54:50.520Z] Removing intermediate container 0b785ceec7ea [2020-12-17T12:54:50.520Z] ---> 1ed985376d6d [2020-12-17T12:54:50.520Z] [2020-12-17T12:54:50.520Z] Step 10/22 : FROM scratch [2020-12-17T12:54:50.520Z] ---> [2020-12-17T12:54:50.520Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-17T12:54:50.520Z] ---> Using cache [2020-12-17T12:54:50.520Z] ---> bc109b83eded [2020-12-17T12:54:50.520Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-17T12:54:50.805Z] ---> Running in cb8ea0418a86 [2020-12-17T12:54:50.805Z] ---> Running in 7ccad304b489 [2020-12-17T12:54:51.080Z] ---> Running in fdbd67357ee3 [2020-12-17T12:54:51.362Z] Removing intermediate container cb8ea0418a86 [2020-12-17T12:54:51.362Z] ---> 1b9e88704cf6 [2020-12-17T12:54:51.362Z] [2020-12-17T12:54:51.649Z] Removing intermediate container fdbd67357ee3 [2020-12-17T12:54:51.649Z] ---> f2f661cc4502 [2020-12-17T12:54:51.649Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-17T12:54:51.928Z] Removing intermediate container 7ccad304b489 [2020-12-17T12:54:51.928Z] ---> 89b5416393f4 [2020-12-17T12:54:51.928Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-17T12:54:51.928Z] ---> Running in 289da53683f1 [2020-12-17T12:54:52.203Z] Successfully built 1b9e88704cf6 [2020-12-17T12:54:52.203Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-17T12:54:52.203Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-secretstore-setup-go [2020-12-17T12:54:52.203Z] ---> Running in 590e9b19bd58 [2020-12-17T12:54:52.806Z] Removing intermediate container 289da53683f1 [2020-12-17T12:54:52.806Z] ---> 774536574112 [2020-12-17T12:54:52.806Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-17T12:54:53.087Z] Removing intermediate container 590e9b19bd58 [2020-12-17T12:54:53.087Z] ---> 5bf92c5cfd12 [2020-12-17T12:54:53.087Z] Step 14/22 : WORKDIR / [2020-12-17T12:54:53.361Z] ---> Running in 4e25dc71c044 [2020-12-17T12:54:53.361Z] ---> Running in 5c7b785738bd [2020-12-17T12:54:53.977Z] Removing intermediate container 4e25dc71c044 [2020-12-17T12:54:53.977Z] ---> 115a2091df7e [2020-12-17T12:54:53.977Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-17T12:54:54.576Z] Removing intermediate container 5c7b785738bd [2020-12-17T12:54:54.576Z] ---> 9df19e7e5d41 [2020-12-17T12:54:54.576Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-17T12:54:58.900Z] ---> d2d79e7bfaaf [2020-12-17T12:54:58.900Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-17T12:54:58.900Z] ---> ced2d815f502 [2020-12-17T12:54:58.900Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-17T12:54:58.900Z] Removing intermediate container 3f0751e6d359 [2020-12-17T12:54:58.900Z] ---> d9f01afce7dd [2020-12-17T12:54:58.900Z] [2020-12-17T12:54:58.900Z] Step 10/23 : FROM alpine [2020-12-17T12:54:58.900Z] latest: Pulling from library/alpine [2020-12-17T12:55:00.345Z] ---> 6476dc33f2aa [2020-12-17T12:55:00.345Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-17T12:55:00.626Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-17T12:55:00.626Z] Status: Downloaded newer image for alpine:latest [2020-12-17T12:55:00.626Z] ---> afeebe901d6b [2020-12-17T12:55:00.626Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-17T12:55:02.076Z] ---> 00db5bcbac42 [2020-12-17T12:55:02.076Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-17T12:55:02.350Z] ---> Running in aa0ee8aef5df [2020-12-17T12:55:02.350Z] ---> 8c8854e658ce [2020-12-17T12:55:02.350Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-17T12:55:02.946Z] ---> Running in c3ba8ea88b01 [2020-12-17T12:55:02.946Z] Removing intermediate container aa0ee8aef5df [2020-12-17T12:55:02.946Z] ---> 17ccd9cb4487 [2020-12-17T12:55:02.946Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-17T12:55:03.228Z] ---> aacc2599fcd0 [2020-12-17T12:55:03.228Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-17T12:55:03.228Z] ---> Running in 3048375b5d34 [2020-12-17T12:55:03.499Z] ---> Running in 230279069daa [2020-12-17T12:55:04.114Z] Removing intermediate container 3048375b5d34 [2020-12-17T12:55:04.114Z] ---> b304f1acea5f [2020-12-17T12:55:04.114Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-17T12:55:04.393Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T12:55:04.393Z] Removing intermediate container 230279069daa [2020-12-17T12:55:04.393Z] ---> 723abe81733e [2020-12-17T12:55:04.393Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T12:55:04.668Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T12:55:04.668Z] ---> Running in 8b340b1614c8 [2020-12-17T12:55:05.273Z] ---> Running in 1c81a5e9fc28 [2020-12-17T12:55:05.273Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-17T12:55:05.273Z] (2/33) Installing expat (2.2.9-r1) [2020-12-17T12:55:05.273Z] (3/33) Installing libffi (3.3-r2) [2020-12-17T12:55:05.273Z] (4/33) Installing gdbm (1.13-r1) [2020-12-17T12:55:05.273Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-17T12:55:05.273Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-17T12:55:05.551Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-17T12:55:05.551Z] Removing intermediate container 8b340b1614c8 [2020-12-17T12:55:05.551Z] ---> dce9e73ea02f [2020-12-17T12:55:05.551Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T12:55:06.536Z] ---> Running in fdb2f135d4c4 [2020-12-17T12:55:06.536Z] Removing intermediate container 1c81a5e9fc28 [2020-12-17T12:55:06.536Z] ---> b422b9a67e65 [2020-12-17T12:55:06.536Z] Step 20/22 : LABEL arch=arm64 [2020-12-17T12:55:07.135Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T12:55:07.135Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-17T12:55:07.135Z] ---> 4ea2db844baf [2020-12-17T12:55:07.135Z] Step 3/21 : WORKDIR /edgex-go [2020-12-17T12:55:07.135Z] ---> Using cache [2020-12-17T12:55:07.135Z] ---> b519f9ff6fe6 [2020-12-17T12:55:07.135Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T12:55:07.135Z] ---> Using cache [2020-12-17T12:55:07.135Z] ---> 4f8fe25eb0a5 [2020-12-17T12:55:07.135Z] Step 5/21 : RUN apk update && apk add make git [2020-12-17T12:55:07.732Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-17T12:55:07.732Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-17T12:55:07.732Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-17T12:55:07.732Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-17T12:55:07.732Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-17T12:55:07.732Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-17T12:55:07.732Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-17T12:55:07.732Z] ---> Running in acc72623405c [2020-12-17T12:55:07.732Z] ---> Running in adc23e9ddf08 [2020-12-17T12:55:08.010Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-17T12:55:08.010Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-17T12:55:08.010Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-17T12:55:08.010Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-17T12:55:08.010Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-17T12:55:08.286Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-17T12:55:08.286Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-17T12:55:08.286Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-17T12:55:08.286Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-17T12:55:08.286Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-17T12:55:08.286Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-17T12:55:08.286Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-17T12:55:08.561Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-17T12:55:08.561Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-17T12:55:08.561Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-17T12:55:08.561Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-17T12:55:08.561Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-17T12:55:08.561Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-17T12:55:08.561Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-17T12:55:08.837Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T12:55:08.837Z] OK: 71 MiB in 55 packages [2020-12-17T12:55:09.441Z] Removing intermediate container acc72623405c [2020-12-17T12:55:09.441Z] ---> 336a6fb1e47b [2020-12-17T12:55:09.441Z] Step 21/22 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 [2020-12-17T12:55:10.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T12:55:10.054Z] ---> Running in dc404b1ce98c [2020-12-17T12:55:11.030Z] Removing intermediate container dc404b1ce98c [2020-12-17T12:55:11.030Z] ---> 08351e1a9eef [2020-12-17T12:55:11.030Z] Step 22/22 : LABEL version=0.0.0 [2020-12-17T12:55:11.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T12:55:11.627Z] ---> Running in a53adfb9ffe8 [2020-12-17T12:55:11.916Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T12:55:11.916Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T12:55:11.916Z] OK: 12620 distinct packages available [2020-12-17T12:55:11.916Z] Removing intermediate container fdb2f135d4c4 [2020-12-17T12:55:11.916Z] ---> e6648b77b1be [2020-12-17T12:55:11.916Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-17T12:55:12.515Z] ---> Running in db0c353b2f98 [2020-12-17T12:55:12.515Z] OK: 217 MiB in 51 packages [2020-12-17T12:55:12.795Z] Removing intermediate container a53adfb9ffe8 [2020-12-17T12:55:12.795Z] ---> 359da15089c7 [2020-12-17T12:55:12.795Z] [2020-12-17T12:55:13.405Z] Successfully built 359da15089c7 [2020-12-17T12:55:13.686Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-17T12:55:13.686Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2020-12-17T12:55:14.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T12:55:14.906Z] Removing intermediate container adc23e9ddf08 [2020-12-17T12:55:14.906Z] ---> 18312c5068e9 [2020-12-17T12:55:14.906Z] Step 6/21 : COPY go.mod . [2020-12-17T12:55:14.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T12:55:15.530Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-17T12:55:15.822Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-17T12:55:15.822Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-17T12:55:15.822Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T12:55:15.822Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-17T12:55:15.822Z] ---> 4ea2db844baf [2020-12-17T12:55:15.822Z] Step 3/24 : WORKDIR /edgex-go [2020-12-17T12:55:15.822Z] ---> Using cache [2020-12-17T12:55:15.822Z] ---> b519f9ff6fe6 [2020-12-17T12:55:15.822Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T12:55:15.822Z] ---> Using cache [2020-12-17T12:55:15.822Z] ---> 4f8fe25eb0a5 [2020-12-17T12:55:15.822Z] Step 5/24 : RUN apk update && apk add make git [2020-12-17T12:55:15.822Z] ---> Using cache [2020-12-17T12:55:15.822Z] ---> 18312c5068e9 [2020-12-17T12:55:15.822Z] Step 6/24 : COPY go.mod . [2020-12-17T12:55:16.102Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-17T12:55:16.102Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-17T12:55:16.102Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T12:55:16.385Z] OK: 8 MiB in 19 packages [2020-12-17T12:55:17.380Z] ---> 8c1cdbc499a9 [2020-12-17T12:55:17.380Z] Step 7/21 : RUN go mod download [2020-12-17T12:55:18.831Z] ---> 0d620abac7b7 [2020-12-17T12:55:18.831Z] Step 7/24 : RUN go mod download [2020-12-17T12:55:18.831Z] ---> Running in dddfac418b10 [2020-12-17T12:55:19.439Z] ---> Running in f67cab7efb7d [2020-12-17T12:55:20.057Z] Removing intermediate container db0c353b2f98 [2020-12-17T12:55:20.057Z] ---> 642696064e82 [2020-12-17T12:55:20.057Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-17T12:55:20.057Z] Removing intermediate container c3ba8ea88b01 [2020-12-17T12:55:20.057Z] ---> 201d71d3d79b [2020-12-17T12:55:20.057Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-17T12:55:20.336Z] ---> Running in 864d2f2274c0 [2020-12-17T12:55:21.351Z] ---> 09baa9c517ae [2020-12-17T12:55:21.351Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-17T12:55:23.053Z] Running on prd-ubuntu18.04-docker-8c-8g-16495 in /w/workspace/edgexfoundry_edgex-go_PR-2959 [Pipeline] { [Pipeline] ws [2020-12-17T12:55:23.133Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-12-17T12:55:24.071Z] Removing intermediate container dddfac418b10 [2020-12-17T12:55:24.071Z] ---> 3e39feae47fa [2020-12-17T12:55:24.071Z] Step 8/21 : COPY . . [2020-12-17T12:55:24.071Z] ---> f33adc805125 [2020-12-17T12:55:24.071Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-17T12:55:24.356Z] Removing intermediate container f67cab7efb7d [2020-12-17T12:55:24.356Z] ---> 4602802305f7 [2020-12-17T12:55:24.356Z] Step 8/24 : COPY . . [2020-12-17T12:55:25.295Z] using credential edgex-jenkins-ssh [2020-12-17T12:55:25.361Z] Cloning the remote Git repository [2020-12-17T12:55:25.377Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-17T12:55:25.446Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-12-17T12:55:25.474Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-17T12:55:25.474Z] > git --version # timeout=10 [2020-12-17T12:55:25.482Z] > git --version # 'git version 2.17.1' [2020-12-17T12:55:25.483Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-17T12:55:25.508Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-17T12:55:26.374Z] ---> 6ef8b27cb44e [2020-12-17T12:55:26.374Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-17T12:55:27.367Z] Collecting docker-compose==1.23.2 [2020-12-17T12:55:27.367Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-17T12:55:27.640Z] ---> Running in 43cbe7f15a8f [2020-12-17T12:55:29.102Z] Removing intermediate container 43cbe7f15a8f [2020-12-17T12:55:29.102Z] ---> 166bc81d56d6 [2020-12-17T12:55:29.102Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T12:55:29.102Z] Collecting PyYAML<4,>=3.10 [2020-12-17T12:55:29.379Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-17T12:55:29.986Z] ---> Running in a51c39cd7242 [2020-12-17T12:55:30.981Z] Removing intermediate container a51c39cd7242 [2020-12-17T12:55:30.981Z] ---> d0f1d0d80559 [2020-12-17T12:55:30.981Z] Step 21/23 : LABEL arch=arm64 [2020-12-17T12:55:31.256Z] ---> Running in b82cf2821908 [2020-12-17T12:55:32.258Z] Removing intermediate container b82cf2821908 [2020-12-17T12:55:32.258Z] ---> b278cb875ba1 [2020-12-17T12:55:32.258Z] Step 22/23 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 [2020-12-17T12:55:32.815Z] Merging remotes/origin/master commit dd265b0a906f4796680bcfa54b47b0c8333d6388 into PR head commit b400584c1c3cb6466e141ab22436c68bbc25a7a1 [2020-12-17T12:55:32.862Z] ---> Running in e12f060586d6 [2020-12-17T12:55:32.927Z] Merge succeeded, producing b400584c1c3cb6466e141ab22436c68bbc25a7a1 [2020-12-17T12:55:32.928Z] Checking out Revision b400584c1c3cb6466e141ab22436c68bbc25a7a1 (PR-2959) [2020-12-17T12:55:32.201Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-17T12:55:32.211Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-17T12:55:32.221Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-17T12:55:32.233Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-17T12:55:32.233Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-17T12:55:32.238Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2959/head:refs/remotes/origin/PR-2959 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-17T12:55:32.806Z] > git config core.sparsecheckout # timeout=10 [2020-12-17T12:55:32.810Z] > git checkout -f b400584c1c3cb6466e141ab22436c68bbc25a7a1 # timeout=10 [2020-12-17T12:55:32.884Z] > git remote # timeout=10 [2020-12-17T12:55:32.891Z] > git config --get remote.origin.url # timeout=10 [2020-12-17T12:55:32.896Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-17T12:55:32.899Z] > git merge dd265b0a906f4796680bcfa54b47b0c8333d6388 # timeout=10 [2020-12-17T12:55:32.906Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-17T12:55:32.913Z] > git config core.sparsecheckout # timeout=10 [2020-12-17T12:55:32.925Z] > git checkout -f b400584c1c3cb6466e141ab22436c68bbc25a7a1 # timeout=10 [2020-12-17T12:55:33.139Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-17T12:55:33.139Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-17T12:55:33.740Z] Removing intermediate container e12f060586d6 [2020-12-17T12:55:33.740Z] ---> 8756c31207d3 [2020-12-17T12:55:33.740Z] Step 23/23 : LABEL version=0.0.0 [2020-12-17T12:55:34.025Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T12:55:34.025Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-17T12:55:34.025Z] ---> 4ea2db844baf [2020-12-17T12:55:34.025Z] Step 3/24 : WORKDIR /edgex-go [2020-12-17T12:55:34.025Z] ---> Using cache [2020-12-17T12:55:34.025Z] ---> b519f9ff6fe6 [2020-12-17T12:55:34.025Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T12:55:34.025Z] ---> Using cache [2020-12-17T12:55:34.025Z] ---> 4f8fe25eb0a5 [2020-12-17T12:55:34.025Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-17T12:55:34.299Z] ---> Running in ed63996041fb [2020-12-17T12:55:34.299Z] ---> Running in afac50910110 [2020-12-17T12:55:35.286Z] Removing intermediate container afac50910110 [2020-12-17T12:55:35.286Z] ---> abf693f6b2a7 [2020-12-17T12:55:35.286Z] [2020-12-17T12:55:35.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T12:55:36.162Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-17T12:55:36.162Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-17T12:55:36.162Z] Successfully built abf693f6b2a7 [2020-12-17T12:55:36.162Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-17T12:55:36.162Z] Building docker-core-command-go [2020-12-17T12:55:36.577Z] Commit message: "feat(data): Implement GET /reading/device/name/{name} V2 API" [Pipeline] withEnv [Pipeline] { [2020-12-17T12:55:37.151Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] libraryResource [Pipeline] sh [2020-12-17T12:55:37.460Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-17T12:55:37.460Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-17T12:55:37.744Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T12:55:37.744Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T12:55:37.744Z] OK: 12620 distinct packages available [2020-12-17T12:55:37.991Z] + echo snap-build.sh [2020-12-17T12:55:37.991Z] snap-build.sh [2020-12-17T12:55:37.991Z] + SNAP_BASE_DIR=. [2020-12-17T12:55:37.991Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2020-12-17T12:55:37.991Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2020-12-17T12:55:37.991Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2020-12-17T12:55:37.991Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2020-12-17T12:55:37.991Z] + cd /w/workspace/edgex-go/2 [2020-12-17T12:55:37.991Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-17T12:55:37.991Z] Reading package lists... [2020-12-17T12:55:37.991Z] Building dependency tree... [2020-12-17T12:55:37.991Z] Reading state information... [2020-12-17T12:55:38.254Z] The following packages were automatically installed and are no longer required: [2020-12-17T12:55:38.254Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-17T12:55:38.254Z] uidmap xdelta3 [2020-12-17T12:55:38.254Z] Use 'sudo apt autoremove' to remove them. [2020-12-17T12:55:38.254Z] The following packages will be REMOVED: [2020-12-17T12:55:38.254Z] lxd* lxd-client* [2020-12-17T12:55:38.346Z] Collecting docker<4.0,>=3.6.0 [2020-12-17T12:55:38.346Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-17T12:55:38.516Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-17T12:55:38.516Z] After this operation, 31.7 MB disk space will be freed. [2020-12-17T12:55:38.619Z] OK: 217 MiB in 51 packages [2020-12-17T12:55:39.217Z] Collecting docopt<0.7,>=0.6.1 [2020-12-17T12:55:39.217Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-17T12:55:40.182Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2020-12-17T12:55:40.182Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-17T12:55:41.130Z] Removing lxd dnsmasq configuration [2020-12-17T12:55:41.130Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-17T12:55:41.391Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-17T12:55:41.862Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-17T12:55:42.334Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-17T12:55:42.439Z] Collecting jsonschema<3,>=2.5.1 [2020-12-17T12:55:42.439Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-17T12:55:42.594Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2020-12-17T12:55:42.594Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-17T12:55:43.093Z] Collecting cached-property<2,>=1.2.0 [2020-12-17T12:55:43.093Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-17T12:55:43.368Z] Removing intermediate container ed63996041fb [2020-12-17T12:55:43.368Z] ---> 69ef174eead2 [2020-12-17T12:55:43.368Z] Step 6/24 : COPY go.mod . [2020-12-17T12:55:43.534Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-17T12:55:43.678Z] Collecting texttable<0.10,>=0.9.0 [2020-12-17T12:55:43.678Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-17T12:55:43.795Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-17T12:55:44.738Z] + sudo snap remove --purge lxd [2020-12-17T12:55:45.000Z] snap "lxd" is not installed [2020-12-17T12:55:45.000Z] + sudo groupadd --force --system lxd [2020-12-17T12:55:45.000Z] ++ whoami [2020-12-17T12:55:45.000Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-17T12:55:45.259Z] + newgrp - lxd [2020-12-17T12:55:45.259Z] + sudo snap install lxd [2020-12-17T12:55:45.263Z] ---> 5af87d8b7543 [2020-12-17T12:55:45.263Z] Step 7/24 : RUN go mod download [2020-12-17T12:55:45.860Z] ---> Running in f98e7bb3e029 [2020-12-17T12:55:46.132Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-17T12:55:46.751Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-17T12:55:46.751Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-17T12:55:47.027Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-17T12:55:47.302Z] Collecting idna<2.8,>=2.5 [2020-12-17T12:55:47.580Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-17T12:55:47.853Z] Collecting docker-pycreds>=0.4.0 [2020-12-17T12:55:47.853Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-17T12:55:48.129Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-17T12:55:48.129Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-17T12:55:48.129Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-17T12:55:48.129Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-17T12:55:49.120Z] ---> c04ce9c6d82e [2020-12-17T12:55:49.120Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-17T12:55:49.399Z] Installing collected packages: PyYAML, dockerpty, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, jsonschema, cached-property, texttable, docker-compose [2020-12-17T12:55:49.399Z] Running setup.py install for PyYAML: started [2020-12-17T12:55:49.674Z] ---> Running in 6c66c1c07fd2 [2020-12-17T12:55:49.957Z] Removing intermediate container f98e7bb3e029 [2020-12-17T12:55:49.957Z] ---> 1430d0898ae2 [2020-12-17T12:55:49.957Z] Step 8/24 : COPY . . [2020-12-17T12:55:50.941Z] ---> 462d588a6e05 [2020-12-17T12:55:50.941Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-17T12:55:51.539Z] ---> Running in 8069ac41c2ff [2020-12-17T12:55:51.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-17T12:55:52.418Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-17T12:55:52.418Z] Running setup.py install for dockerpty: started [2020-12-17T12:55:53.407Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-17T12:55:54.856Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-17T12:55:55.138Z] Attempting uninstall: urllib3 [2020-12-17T12:55:55.301Z] 2020-12-17T12:55:51Z INFO Waiting for automatic snapd restart... [2020-12-17T12:55:55.414Z] Found existing installation: urllib3 1.25.9 [2020-12-17T12:55:55.414Z] Uninstalling urllib3-1.25.9: [2020-12-17T12:55:55.414Z] Successfully uninstalled urllib3-1.25.9 [2020-12-17T12:55:56.406Z] Attempting uninstall: idna [2020-12-17T12:55:56.406Z] Found existing installation: idna 2.9 [2020-12-17T12:55:56.406Z] Uninstalling idna-2.9: [2020-12-17T12:55:56.406Z] Successfully uninstalled idna-2.9 [2020-12-17T12:55:57.395Z] Attempting uninstall: requests [2020-12-17T12:55:57.395Z] Found existing installation: requests 2.23.0 [2020-12-17T12:55:57.395Z] Uninstalling requests-2.23.0: [2020-12-17T12:55:57.395Z] Successfully uninstalled requests-2.23.0 [2020-12-17T12:55:58.011Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T12:55:58.011Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-17T12:55:58.011Z] ---> 4ea2db844baf [2020-12-17T12:55:58.011Z] Step 3/22 : WORKDIR /edgex-go [2020-12-17T12:55:58.011Z] ---> Using cache [2020-12-17T12:55:58.011Z] ---> b519f9ff6fe6 [2020-12-17T12:55:58.011Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-17T12:55:58.011Z] ---> Using cache [2020-12-17T12:55:58.011Z] ---> 4f8fe25eb0a5 [2020-12-17T12:55:58.011Z] Step 5/22 : RUN apk update && apk add make git [2020-12-17T12:55:58.011Z] ---> Using cache [2020-12-17T12:55:58.011Z] ---> 18312c5068e9 [2020-12-17T12:55:58.011Z] Step 6/22 : COPY go.mod . [2020-12-17T12:55:58.011Z] ---> Using cache [2020-12-17T12:55:58.011Z] ---> 0d620abac7b7 [2020-12-17T12:55:58.011Z] Step 7/22 : RUN go mod download [2020-12-17T12:55:58.011Z] ---> Using cache [2020-12-17T12:55:58.011Z] ---> 4602802305f7 [2020-12-17T12:55:58.011Z] Step 8/22 : COPY . . [2020-12-17T12:55:58.011Z] ---> Using cache [2020-12-17T12:55:58.011Z] ---> 462d588a6e05 [2020-12-17T12:55:58.011Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-17T12:55:59.480Z] Running setup.py install for docopt: started [2020-12-17T12:55:59.755Z] ---> Running in 0c365f4d133f [2020-12-17T12:56:02.401Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-17T12:56:02.401Z] Running setup.py install for docopt: finished with status 'done' [2020-12-17T12:56:03.008Z] Running setup.py install for texttable: started [2020-12-17T12:56:05.656Z] Running setup.py install for texttable: finished with status 'done' [2020-12-17T12:56:06.644Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-17T12:56:07.548Z] lxd 4.9 from Canonical* installed [2020-12-17T12:56:07.548Z] + sudo lxd init --auto [2020-12-17T12:56:13.422Z] ---> ebaca114bf81 [2020-12-17T12:56:13.422Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-17T12:56:13.422Z] ---> Running in a5279ac28650 [2020-12-17T12:56:13.422Z] Removing intermediate container 864d2f2274c0 [2020-12-17T12:56:13.422Z] ---> dcbf9c1ba805 [2020-12-17T12:56:13.422Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-17T12:56:13.705Z] ---> Running in 026efee3e346 [2020-12-17T12:56:15.156Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-17T12:56:15.757Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T12:56:16.379Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T12:56:16.979Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-17T12:56:16.979Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-17T12:56:16.979Z] (3/3) Installing curl (7.69.1-r3) [2020-12-17T12:56:16.979Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T12:56:16.979Z] OK: 71 MiB in 58 packages [2020-12-17T12:56:17.555Z] + sudo snap install --classic snapcraft [2020-12-17T12:56:18.983Z] Removing intermediate container 026efee3e346 [2020-12-17T12:56:18.983Z] ---> d655dd555824 [2020-12-17T12:56:18.983Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-17T12:56:18.983Z] ---> Running in a435bbd047cb [2020-12-17T12:56:19.591Z] Removing intermediate container a435bbd047cb [2020-12-17T12:56:19.591Z] ---> ee4d768336b5 [2020-12-17T12:56:19.591Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T12:56:19.591Z] ---> Running in 115db8ad74aa [2020-12-17T12:56:20.620Z] Removing intermediate container 115db8ad74aa [2020-12-17T12:56:20.620Z] ---> be4f0aed2129 [2020-12-17T12:56:20.620Z] Step 25/27 : LABEL arch=arm64 [2020-12-17T12:56:20.620Z] ---> Running in 4d8b6769ae55 [2020-12-17T12:56:21.223Z] Removing intermediate container 4d8b6769ae55 [2020-12-17T12:56:21.223Z] ---> 6888ce0e2847 [2020-12-17T12:56:21.223Z] Step 26/27 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 [2020-12-17T12:56:21.503Z] ---> Running in 4af0095efb84 [2020-12-17T12:56:22.128Z] Removing intermediate container 4af0095efb84 [2020-12-17T12:56:22.129Z] ---> 5e599f37eb4f [2020-12-17T12:56:22.129Z] Step 27/27 : LABEL version=0.0.0 [2020-12-17T12:56:22.129Z] ---> Running in 9de3c912c17a [2020-12-17T12:56:22.726Z] Removing intermediate container 9de3c912c17a [2020-12-17T12:56:22.726Z] ---> 8bfe0419c7a6 [2020-12-17T12:56:22.726Z] [2020-12-17T12:56:23.327Z] Successfully built 8bfe0419c7a6 [2020-12-17T12:56:23.327Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-17T12:56:23.327Z] Building docker-security-secrets-setup-go [2020-12-17T12:56:25.697Z] snapcraft 4.4.4 from Canonical* installed [2020-12-17T12:56:25.697Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-17T12:56:25.697Z] + patch --verbose -p1 [2020-12-17T12:56:25.697Z] Hmm... Looks like a unified diff to me... [2020-12-17T12:56:25.697Z] The text leading up to this was: [2020-12-17T12:56:25.697Z] -------------------------- [2020-12-17T12:56:25.697Z] |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 [2020-12-17T12:56:25.697Z] |From: Tony Espy [2020-12-17T12:56:25.697Z] |Date: Wed, 2 Dec 2020 17:38:31 -0500 [2020-12-17T12:56:25.697Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-17T12:56:25.697Z] | [2020-12-17T12:56:25.697Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-17T12:56:25.697Z] |optimize the snap CI check run for pull requests. When [2020-12-17T12:56:25.697Z] |applied, it essentially strips out everything (apps and [2020-12-17T12:56:25.697Z] |parts) from the snapcraft.yaml file except those required [2020-12-17T12:56:25.697Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-17T12:56:25.697Z] |catch changes to edgex-go that break the snap build. [2020-12-17T12:56:25.697Z] | [2020-12-17T12:56:25.697Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-17T12:56:25.697Z] |to update this patch file, otherwise it may fail to apply, [2020-12-17T12:56:25.697Z] |resulting in a failed snap build CI check in the associated [2020-12-17T12:56:25.697Z] |pull request. [2020-12-17T12:56:25.697Z] | [2020-12-17T12:56:25.697Z] |Note - in addition to applying this patch, the pipeline also [2020-12-17T12:56:25.697Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-17T12:56:25.697Z] |need to build the finally binary .snap file (and it won't [2020-12-17T12:56:25.697Z] |work with the patch applied). This further reduces the build [2020-12-17T12:56:25.697Z] |time. [2020-12-17T12:56:25.697Z] |--- [2020-12-17T12:56:25.697Z] | snap/snapcraft.yaml | 466 +------------------------------------------- [2020-12-17T12:56:25.697Z] | 1 file changed, 2 insertions(+), 464 deletions(-) [2020-12-17T12:56:25.697Z] | [2020-12-17T12:56:25.697Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-17T12:56:25.697Z] |index b265277c..d7e1de37 100644 [2020-12-17T12:56:25.697Z] |--- a/snap/snapcraft.yaml [2020-12-17T12:56:25.697Z] |+++ b/snap/snapcraft.yaml [2020-12-17T12:56:25.697Z] -------------------------- [2020-12-17T12:56:25.697Z] patching file snap/snapcraft.yaml [2020-12-17T12:56:25.697Z] Using Plan A... [2020-12-17T12:56:25.697Z] Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). [2020-12-17T12:56:25.697Z] Hunk #2 succeeded at 81 (offset -3 lines). [2020-12-17T12:56:25.697Z] Hunk #3 succeeded at 209 (offset -10 lines). [2020-12-17T12:56:25.697Z] Hunk #4 succeeded at 224 (offset -10 lines). [2020-12-17T12:56:25.697Z] Hunk #5 succeeded at 232 (offset -10 lines). [2020-12-17T12:56:25.697Z] Hunk #6 succeeded at 239 (offset -10 lines). [2020-12-17T12:56:25.697Z] Hunk #7 succeeded at 266 (offset -10 lines). [2020-12-17T12:56:25.697Z] Hunk #8 succeeded at 300 (offset -10 lines). [2020-12-17T12:56:25.697Z] Hunk #9 succeeded at 356 (offset -10 lines). [2020-12-17T12:56:25.697Z] Hmm... Ignoring the trailing garbage. [2020-12-17T12:56:25.697Z] done [2020-12-17T12:56:25.697Z] + sudo snapcraft prime --use-lxd [2020-12-17T12:56:25.961Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-17T12:56:25.961Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-12-17T12:56:25.961Z] - README.md [2020-12-17T12:56:25.961Z] - snapcraft.yaml.orig [2020-12-17T12:56:25.961Z] [2020-12-17T12:56:25.961Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-17T12:56:26.532Z] Launching a container. [2020-12-17T12:56:38.765Z] Waiting for container to be ready [2020-12-17T12:56:38.765Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-17T12:56:38.765Z] [2020-12-17T12:56:41.308Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-17T12:56:41.308Z] Waiting for network to be ready... [2020-12-17T12:56:41.569Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-17T12:56:41.828Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-17T12:56:41.828Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-17T12:56:41.828Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-17T12:56:41.828Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-17T12:56:41.828Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-17T12:56:41.828Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-17T12:56:41.828Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-17T12:56:41.828Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-17T12:56:41.828Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-17T12:56:42.398Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-17T12:56:42.398Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-17T12:56:42.658Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-17T12:56:42.659Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-17T12:56:42.659Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-17T12:56:42.659Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-17T12:56:42.659Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-17T12:56:42.659Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-17T12:56:43.228Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-17T12:56:43.228Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-17T12:56:43.228Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-17T12:56:43.489Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-17T12:56:43.489Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-17T12:56:43.489Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-17T12:56:43.489Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-17T12:56:43.489Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-17T12:56:43.489Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-17T12:56:45.402Z] Fetched 23.5 MB in 4s (5993 kB/s) [2020-12-17T12:56:46.346Z] Reading package lists... [2020-12-17T12:56:46.346Z] Reading package lists... [2020-12-17T12:56:46.607Z] Building dependency tree... [2020-12-17T12:56:46.607Z] Reading state information... [2020-12-17T12:56:46.607Z] The following additional packages will be installed: [2020-12-17T12:56:46.607Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-17T12:56:46.607Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-17T12:56:46.607Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-17T12:56:46.607Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-17T12:56:46.607Z] Suggested packages: [2020-12-17T12:56:46.607Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-17T12:56:46.607Z] Recommended packages: [2020-12-17T12:56:46.607Z] gnupg libsasl2-modules [2020-12-17T12:56:46.607Z] The following NEW packages will be installed: [2020-12-17T12:56:46.607Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-17T12:56:46.607Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-17T12:56:46.607Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-17T12:56:46.607Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-17T12:56:46.607Z] The following packages will be upgraded: [2020-12-17T12:56:46.607Z] gpg gpg-agent gpgconf libudev1 [2020-12-17T12:56:46.868Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-17T12:56:46.868Z] Need to get 3531 kB of archives. [2020-12-17T12:56:46.868Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-17T12:56:46.868Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-17T12:56:47.128Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-17T12:56:47.391Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-17T12:56:47.391Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-17T12:56:47.391Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-17T12:56:47.391Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2020-12-17T12:56:47.391Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2020-12-17T12:56:47.391Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-17T12:56:47.391Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-17T12:56:47.652Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-17T12:56:47.652Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-17T12:56:47.652Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-17T12:56:47.652Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-17T12:56:47.652Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-17T12:56:47.652Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-17T12:56:47.652Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-17T12:56:47.652Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-17T12:56:47.652Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-17T12:56:47.652Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-17T12:56:47.652Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-17T12:56:47.913Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-17T12:56:47.913Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-17T12:56:47.913Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-17T12:56:47.913Z] Fetched 3531 kB in 1s (3230 kB/s) [2020-12-17T12:56:47.913Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-17T12:56:47.913Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-17T12:56:47.913Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-17T12:56:48.174Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-17T12:56:48.174Z] Selecting previously unselected package udev. [2020-12-17T12:56:48.174Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-17T12:56:48.174Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-17T12:56:48.435Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-17T12:56:48.435Z] Selecting previously unselected package libfuse2:amd64. [2020-12-17T12:56:48.435Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-17T12:56:48.435Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-17T12:56:48.697Z] Selecting previously unselected package fuse. [2020-12-17T12:56:48.697Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-17T12:56:48.697Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-17T12:56:48.697Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-17T12:56:48.697Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-17T12:56:48.957Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-17T12:56:48.957Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-17T12:56:48.957Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-17T12:56:48.957Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-17T12:56:49.227Z] Selecting previously unselected package libksba8:amd64. [2020-12-17T12:56:49.227Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-17T12:56:49.227Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-17T12:56:49.227Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-17T12:56:49.227Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-17T12:56:49.227Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T12:56:49.227Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-17T12:56:49.227Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-17T12:56:49.227Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T12:56:49.489Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-17T12:56:49.489Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-17T12:56:49.489Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T12:56:49.489Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-17T12:56:49.489Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-17T12:56:49.489Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T12:56:49.750Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-17T12:56:49.750Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-17T12:56:49.750Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T12:56:49.750Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-17T12:56:49.750Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-17T12:56:49.750Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T12:56:50.012Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-17T12:56:50.012Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-17T12:56:50.012Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T12:56:50.012Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-17T12:56:50.012Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-17T12:56:50.012Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T12:56:50.012Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-17T12:56:50.012Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-17T12:56:50.012Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T12:56:50.169Z]  Building docker-sys-mgmt-agent-go ... done Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-17T12:56:50.169Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-17T12:56:50.169Z] ---> 4ea2db844baf [2020-12-17T12:56:50.169Z] Step 3/29 : WORKDIR /edgex-go [2020-12-17T12:56:50.169Z] ---> Using cache [2020-12-17T12:56:50.169Z] ---> b519f9ff6fe6 [2020-12-17T12:56:50.169Z] Step 4/29 : RUN apk update && apk add make git [2020-12-17T12:56:50.169Z] ---> Running in 0aca725304c5 [2020-12-17T12:56:50.273Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-17T12:56:50.273Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-17T12:56:50.273Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-17T12:56:50.273Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-17T12:56:50.273Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-17T12:56:50.273Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-17T12:56:50.273Z] Selecting previously unselected package libldap-common. [2020-12-17T12:56:50.273Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-17T12:56:50.538Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-17T12:56:50.538Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-17T12:56:50.538Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-17T12:56:50.538Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-17T12:56:50.538Z] Selecting previously unselected package dirmngr. [2020-12-17T12:56:50.538Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-17T12:56:50.538Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-17T12:56:50.798Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-17T12:56:50.798Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-17T12:56:50.798Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-17T12:56:50.798Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-17T12:56:50.798Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-17T12:56:50.798Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-17T12:56:50.798Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T12:56:51.059Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-17T12:56:51.060Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-17T12:56:51.060Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-17T12:56:51.320Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-17T12:56:51.320Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T12:56:51.320Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-17T12:56:51.581Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-17T12:56:51.581Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-17T12:56:51.581Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T12:56:51.581Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T12:56:51.581Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T12:56:51.581Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T12:56:51.581Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T12:56:51.581Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T12:56:51.581Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-17T12:56:51.581Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-17T12:56:51.581Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-17T12:56:51.842Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-17T12:56:52.102Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-17T12:56:52.102Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-17T12:56:52.102Z] This means they are not meant to be enabled using systemctl. [2020-12-17T12:56:52.102Z] Possible reasons for having this kind of units are: [2020-12-17T12:56:52.102Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-17T12:56:52.102Z] .wants/ or .requires/ directory. [2020-12-17T12:56:52.102Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-17T12:56:52.102Z] a requirement dependency on it. [2020-12-17T12:56:52.102Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-17T12:56:52.102Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-17T12:56:52.102Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-17T12:56:52.102Z] instance name specified. [2020-12-17T12:56:52.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T12:56:52.363Z] Reading package lists... [2020-12-17T12:56:52.624Z] Building dependency tree... [2020-12-17T12:56:52.624Z] Reading state information... [2020-12-17T12:56:52.624Z] The following additional packages will be installed: [2020-12-17T12:56:52.624Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-17T12:56:52.624Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-17T12:56:52.624Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-17T12:56:52.624Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-17T12:56:52.624Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-17T12:56:52.624Z] Suggested packages: [2020-12-17T12:56:52.624Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-17T12:56:52.624Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-17T12:56:52.624Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-17T12:56:52.624Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-17T12:56:52.624Z] systemd-container policykit-1 [2020-12-17T12:56:52.624Z] Recommended packages: [2020-12-17T12:56:52.624Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-17T12:56:52.624Z] The following NEW packages will be installed: [2020-12-17T12:56:52.624Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-17T12:56:52.624Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-17T12:56:52.624Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-17T12:56:52.624Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-17T12:56:52.624Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-17T12:56:52.624Z] The following packages will be upgraded: [2020-12-17T12:56:52.624Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-17T12:56:52.624Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-17T12:56:52.624Z] Need to get 35.2 MB of archives. [2020-12-17T12:56:52.624Z] After this operation, 141 MB of additional disk space will be used. [2020-12-17T12:56:52.624Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-17T12:56:52.893Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-17T12:56:52.893Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-17T12:56:52.893Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-17T12:56:52.893Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-17T12:56:52.893Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-17T12:56:52.893Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-17T12:56:52.893Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-17T12:56:52.893Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-17T12:56:52.893Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-17T12:56:52.893Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-17T12:56:52.893Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-17T12:56:52.893Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-17T12:56:52.893Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-17T12:56:52.893Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-17T12:56:53.156Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-17T12:56:53.156Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-17T12:56:53.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T12:56:53.740Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-17T12:56:53.740Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-17T12:56:53.740Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-17T12:56:53.740Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-17T12:56:53.740Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-17T12:56:53.740Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-17T12:56:53.740Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2020-12-17T12:56:53.740Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-17T12:56:53.740Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-17T12:56:53.740Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-17T12:56:53.740Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-17T12:56:53.740Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-17T12:56:53.740Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-17T12:56:54.581Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-17T12:56:54.581Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-17T12:56:54.581Z] OK: 12620 distinct packages available [2020-12-17T12:56:55.124Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-17T12:56:55.124Z] Fetched 35.2 MB in 2s (16.3 MB/s) [2020-12-17T12:56:55.124Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-17T12:56:55.124Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-17T12:56:55.124Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-17T12:56:55.565Z] OK: 217 MiB in 51 packages [2020-12-17T12:56:55.696Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-17T12:56:55.696Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-17T12:56:55.696Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-17T12:56:55.958Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-17T12:56:55.958Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-17T12:56:55.958Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-17T12:56:55.958Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-17T12:56:56.223Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-17T12:56:56.223Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-17T12:56:56.223Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-17T12:56:56.483Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-17T12:56:56.483Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-17T12:56:56.744Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-17T12:56:57.005Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-17T12:56:57.005Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-17T12:56:57.005Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-17T12:56:57.266Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-17T12:56:57.266Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-17T12:56:57.266Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-17T12:56:57.529Z] Selecting previously unselected package libexpat1:amd64. [2020-12-17T12:56:57.529Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-17T12:56:57.529Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-17T12:56:57.529Z] Selecting previously unselected package python3.6-minimal. [2020-12-17T12:56:57.529Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-17T12:56:57.529Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-17T12:56:57.554Z] Removing intermediate container 0aca725304c5 [2020-12-17T12:56:57.554Z] ---> a8e01de1bb9f [2020-12-17T12:56:57.554Z] Step 5/29 : COPY go.mod . [2020-12-17T12:56:57.790Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-17T12:56:57.791Z] Checking for services that may need to be restarted...done. [2020-12-17T12:56:58.052Z] Checking for services that may need to be restarted...done. [2020-12-17T12:56:58.052Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-17T12:56:58.052Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-17T12:56:58.052Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-17T12:56:58.544Z] ---> 045399dbed66 [2020-12-17T12:56:58.544Z] Step 6/29 : RUN go mod download [2020-12-17T12:56:58.624Z] Selecting previously unselected package python3-minimal. [2020-12-17T12:56:58.624Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-17T12:56:58.624Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-17T12:56:58.624Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-17T12:56:58.624Z] Selecting previously unselected package mime-support. [2020-12-17T12:56:58.624Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-17T12:56:58.624Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-17T12:56:58.624Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-17T12:56:58.820Z] ---> Running in 893769be14da [2020-12-17T12:56:58.885Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-17T12:56:58.885Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-17T12:56:58.885Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-17T12:56:58.885Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-17T12:56:58.885Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-17T12:56:59.147Z] Selecting previously unselected package python3.6. [2020-12-17T12:56:59.147Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-17T12:56:59.147Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-17T12:56:59.147Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-17T12:56:59.147Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-17T12:56:59.147Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-17T12:56:59.147Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-17T12:56:59.407Z] Selecting previously unselected package python3. [2020-12-17T12:56:59.407Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-17T12:56:59.407Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-17T12:56:59.407Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-17T12:56:59.669Z] Selecting previously unselected package multiarch-support. [2020-12-17T12:56:59.669Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2020-12-17T12:56:59.669Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2020-12-17T12:56:59.669Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2020-12-17T12:56:59.669Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-17T12:56:59.669Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-17T12:56:59.669Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-17T12:56:59.669Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-17T12:56:59.930Z] Selecting previously unselected package libbsd0:amd64. [2020-12-17T12:56:59.930Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-17T12:56:59.930Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-17T12:56:59.930Z] Selecting previously unselected package sudo. [2020-12-17T12:56:59.930Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-17T12:56:59.930Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-17T12:57:00.193Z] Selecting previously unselected package apparmor. [2020-12-17T12:57:00.193Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-17T12:57:00.193Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-17T12:57:00.193Z] Selecting previously unselected package libedit2:amd64. [2020-12-17T12:57:00.193Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-17T12:57:00.193Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-17T12:57:00.454Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-17T12:57:00.454Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-17T12:57:00.454Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-17T12:57:00.454Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-17T12:57:00.454Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-17T12:57:00.454Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-17T12:57:00.714Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-17T12:57:00.714Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-17T12:57:00.714Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-17T12:57:00.714Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-17T12:57:00.714Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-17T12:57:00.714Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-17T12:57:00.714Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-17T12:57:00.714Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-17T12:57:00.975Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-17T12:57:00.975Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-17T12:57:00.975Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-17T12:57:00.975Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-17T12:57:01.237Z] Selecting previously unselected package openssh-client. [2020-12-17T12:57:01.237Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-17T12:57:01.237Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-17T12:57:01.237Z] Selecting previously unselected package squashfs-tools. [2020-12-17T12:57:01.237Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-17T12:57:01.237Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-17T12:57:01.498Z] Selecting previously unselected package snapd. [2020-12-17T12:57:01.498Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-17T12:57:01.498Z] Unpacking snapd (2.48+18.04) ... [2020-12-17T12:57:03.162Z] Removing intermediate container 893769be14da [2020-12-17T12:57:03.162Z] ---> 4716ff047677 [2020-12-17T12:57:03.162Z] Step 7/29 : COPY . . [2020-12-17T12:57:03.416Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-17T12:57:03.416Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-17T12:57:03.685Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-17T12:57:03.685Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-17T12:57:03.685Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-17T12:57:03.685Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-17T12:57:03.685Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-17T12:57:03.947Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-17T12:57:03.947Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-17T12:57:04.889Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-17T12:57:04.889Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-17T12:57:04.889Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-17T12:57:04.889Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-17T12:57:04.889Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-17T12:57:04.889Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-17T12:57:05.462Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-17T12:57:05.462Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-17T12:57:05.722Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-17T12:57:05.722Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-17T12:57:05.722Z] running python rtupdate hooks for python3.6... [2020-12-17T12:57:05.722Z] running python post-rtupdate hooks for python3.6... [2020-12-17T12:57:05.983Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-17T12:57:09.335Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-17T12:57:09.596Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-17T12:57:09.596Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-17T12:57:09.596Z] Setting up snapd (2.48+18.04) ... [2020-12-17T12:57:10.168Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-17T12:57:10.168Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-17T12:57:10.428Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-17T12:57:10.689Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-17T12:57:10.689Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-17T12:57:10.689Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-17T12:57:10.949Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-17T12:57:10.949Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-17T12:57:11.210Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-17T12:57:11.473Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-17T12:57:11.473Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2020-12-17T12:57:11.473Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-17T12:57:11.473Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-17T12:57:12.415Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-17T12:57:12.415Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-17T12:57:12.676Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-17T12:57:13.538Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-17T12:57:13.617Z] Reading package lists... [2020-12-17T12:57:13.879Z] Reading package lists... [2020-12-17T12:57:13.879Z] Building dependency tree... [2020-12-17T12:57:13.879Z] Reading state information... [2020-12-17T12:57:13.879Z] Calculating upgrade... [2020-12-17T12:57:14.140Z] The following packages will be upgraded: [2020-12-17T12:57:14.140Z] advancecomp base-files bash binutils binutils-common [2020-12-17T12:57:14.140Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-17T12:57:14.140Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-17T12:57:14.140Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-17T12:57:14.140Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-17T12:57:14.140Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-17T12:57:14.140Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-17T12:57:14.140Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-17T12:57:14.140Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-17T12:57:14.140Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-17T12:57:14.140Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-17T12:57:14.140Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-17T12:57:14.140Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-17T12:57:14.140Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-17T12:57:14.402Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-17T12:57:14.402Z] Need to get 63.5 MB of archives. [2020-12-17T12:57:14.402Z] After this operation, 5191 kB of additional disk space will be used. [2020-12-17T12:57:14.402Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] [2020-12-17T12:57:14.402Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2020-12-17T12:57:14.973Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-17T12:57:14.973Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-17T12:57:14.973Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-17T12:57:14.973Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-17T12:57:14.973Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-17T12:57:14.973Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-17T12:57:14.973Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-17T12:57:14.973Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-17T12:57:14.973Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-17T12:57:14.974Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-17T12:57:14.974Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-17T12:57:15.234Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-17T12:57:15.234Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-17T12:57:15.234Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2020-12-17T12:57:15.234Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2020-12-17T12:57:15.234Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-17T12:57:15.234Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-17T12:57:15.234Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-17T12:57:15.234Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-17T12:57:15.234Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-17T12:57:15.234Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-17T12:57:15.234Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-17T12:57:15.234Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-17T12:57:15.234Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-17T12:57:15.500Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-17T12:57:15.500Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-17T12:57:15.500Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-17T12:57:15.500Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-17T12:57:15.500Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-17T12:57:15.500Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-17T12:57:15.500Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2020-12-17T12:57:15.500Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-17T12:57:15.500Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-17T12:57:15.760Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-17T12:57:15.760Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-17T12:57:15.760Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-17T12:57:15.760Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-17T12:57:15.760Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-17T12:57:15.760Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-17T12:57:15.760Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-17T12:57:15.760Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-17T12:57:15.760Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-17T12:57:15.760Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-17T12:57:15.760Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-17T12:57:15.760Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-17T12:57:15.760Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-17T12:57:15.760Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-17T12:57:15.760Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-17T12:57:15.760Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-17T12:57:15.761Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-17T12:57:15.761Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-17T12:57:15.761Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-17T12:57:15.761Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-17T12:57:15.761Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-17T12:57:15.761Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-17T12:57:15.761Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-17T12:57:15.761Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-17T12:57:15.761Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-17T12:57:15.761Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-17T12:57:15.761Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-17T12:57:15.761Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-17T12:57:15.761Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-17T12:57:15.761Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-17T12:57:15.761Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2020-12-17T12:57:15.761Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-17T12:57:15.761Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-17T12:57:15.761Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-17T12:57:15.761Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-17T12:57:16.022Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-17T12:57:16.022Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-17T12:57:16.022Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-17T12:57:16.022Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-17T12:57:16.022Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-17T12:57:16.022Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-17T12:57:16.022Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-17T12:57:16.022Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-17T12:57:16.022Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-17T12:57:16.022Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-17T12:57:16.022Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-17T12:57:16.022Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-17T12:57:16.022Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-17T12:57:16.022Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-17T12:57:16.022Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-17T12:57:16.283Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-17T12:57:16.283Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-17T12:57:16.544Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-17T12:57:16.805Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-17T12:57:16.954Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-17T12:57:17.067Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-17T12:57:17.067Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-17T12:57:17.327Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-17T12:57:17.327Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-17T12:57:17.327Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-17T12:57:17.327Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-17T12:57:17.327Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-17T12:57:17.587Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-17T12:57:17.587Z] Fetched 63.5 MB in 3s (19.5 MB/s) [2020-12-17T12:57:17.587Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T12:57:17.587Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2020-12-17T12:57:17.587Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-17T12:57:18.159Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-17T12:57:18.159Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-17T12:57:18.419Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... [2020-12-17T12:57:18.419Z] Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... [2020-12-17T12:57:19.362Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-17T12:57:19.362Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-17T12:57:19.628Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-17T12:57:19.628Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-17T12:57:19.628Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-17T12:57:19.628Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-17T12:57:19.889Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-17T12:57:19.889Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-17T12:57:19.889Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-17T12:57:19.889Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-17T12:57:20.150Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-17T12:57:20.150Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-17T12:57:20.150Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-17T12:57:20.150Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-17T12:57:20.150Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-17T12:57:20.410Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-17T12:57:20.410Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-17T12:57:20.410Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-17T12:57:20.410Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-17T12:57:20.671Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-17T12:57:20.671Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-17T12:57:20.671Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-17T12:57:20.671Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-17T12:57:20.671Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-17T12:57:20.671Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-17T12:57:20.933Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-17T12:57:20.933Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-17T12:57:21.193Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-17T12:57:21.193Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2020-12-17T12:57:21.193Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-17T12:57:21.453Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2020-12-17T12:57:21.714Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-17T12:57:21.714Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-17T12:57:21.714Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-17T12:57:21.714Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-17T12:57:21.975Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-17T12:57:21.975Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-17T12:57:21.975Z] Installing new version of config file /etc/issue ... [2020-12-17T12:57:21.975Z] Installing new version of config file /etc/issue.net ... [2020-12-17T12:57:21.975Z] Installing new version of config file /etc/lsb-release ... [2020-12-17T12:57:22.235Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-17T12:57:22.235Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-17T12:57:22.496Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-17T12:57:22.496Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-17T12:57:22.496Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T12:57:22.496Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-17T12:57:22.496Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-17T12:57:22.757Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-17T12:57:22.757Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2020-12-17T12:57:22.757Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T12:57:22.757Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-17T12:57:22.757Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-17T12:57:22.757Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-17T12:57:23.019Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T12:57:23.019Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-17T12:57:23.019Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-17T12:57:23.019Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-17T12:57:23.280Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T12:57:23.280Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-17T12:57:23.280Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-17T12:57:23.542Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-17T12:57:23.542Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T12:57:23.542Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-17T12:57:23.542Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-17T12:57:23.723Z] ---> 9e0a8cd11e80 [2020-12-17T12:57:23.723Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-17T12:57:23.723Z] ---> Running in cdc038ee5682 [2020-12-17T12:57:23.803Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-17T12:57:23.803Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T12:57:23.803Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-17T12:57:23.803Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-17T12:57:24.065Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-17T12:57:24.065Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T12:57:24.065Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-17T12:57:24.065Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-17T12:57:24.325Z] Setting up grep (3.1-2build1) ... [2020-12-17T12:57:24.325Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T12:57:24.325Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-17T12:57:24.325Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-17T12:57:24.585Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-17T12:57:24.585Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T12:57:24.585Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-17T12:57:24.585Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-17T12:57:24.585Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-17T12:57:24.845Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T12:57:24.845Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-17T12:57:24.845Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-17T12:57:25.418Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-17T12:57:25.418Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-17T12:57:25.418Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-17T12:57:25.418Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-17T12:57:25.734Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-17T12:57:25.990Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-17T12:57:26.251Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T12:57:26.251Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-17T12:57:26.251Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-17T12:57:27.192Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-17T12:57:27.192Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-17T12:57:27.192Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-17T12:57:27.192Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-17T12:57:27.453Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-17T12:57:27.453Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T12:57:27.453Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-17T12:57:27.453Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-17T12:57:27.714Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-17T12:57:28.287Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T12:57:28.287Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-17T12:57:28.287Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-17T12:57:28.548Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-17T12:57:28.809Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T12:57:28.809Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-17T12:57:29.071Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-17T12:57:29.332Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-17T12:57:29.904Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T12:57:29.904Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-17T12:57:29.904Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-17T12:57:29.904Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-17T12:57:30.166Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T12:57:30.166Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-17T12:57:30.166Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-17T12:57:30.166Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-17T12:57:30.431Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T12:57:30.431Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-17T12:57:30.431Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-17T12:57:30.432Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-17T12:57:30.432Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-17T12:57:30.693Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-17T12:57:30.693Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T12:57:30.693Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-17T12:57:30.693Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-17T12:57:30.954Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-17T12:57:30.954Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T12:57:30.954Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-17T12:57:30.954Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-17T12:57:31.215Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-17T12:57:31.215Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T12:57:31.215Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-17T12:57:31.215Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-17T12:57:31.477Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-17T12:57:31.477Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T12:57:31.477Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-17T12:57:31.477Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-17T12:57:32.049Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-17T12:57:32.310Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-17T12:57:32.485Z] Removing intermediate container 6c66c1c07fd2 [2020-12-17T12:57:32.485Z] ---> 4778d003d336 [2020-12-17T12:57:32.485Z] [2020-12-17T12:57:32.485Z] Step 10/21 : FROM alpine [2020-12-17T12:57:32.485Z] ---> afeebe901d6b [2020-12-17T12:57:32.485Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-17T12:57:32.485Z] ---> Running in d7d9cee7ea4d [2020-12-17T12:57:32.571Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-17T12:57:32.571Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T12:57:32.571Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-17T12:57:32.571Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-17T12:57:32.839Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2020-12-17T12:57:33.098Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-17T12:57:33.098Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-17T12:57:33.098Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-17T12:57:33.098Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-17T12:57:33.359Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T12:57:33.359Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-17T12:57:33.359Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-17T12:57:33.359Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-17T12:57:33.629Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T12:57:33.629Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-17T12:57:33.629Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-17T12:57:33.894Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-17T12:57:33.894Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T12:57:33.894Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-17T12:57:34.155Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-17T12:57:34.155Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-17T12:57:34.155Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T12:57:34.155Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-17T12:57:34.415Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-17T12:57:34.415Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-17T12:57:34.499Z] Removing intermediate container 8069ac41c2ff [2020-12-17T12:57:34.499Z] ---> 1dbf3ec18599 [2020-12-17T12:57:34.499Z] [2020-12-17T12:57:34.499Z] Step 10/24 : FROM alpine:3.10 [2020-12-17T12:57:34.499Z] ---> 536a684cf733 [2020-12-17T12:57:34.499Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-17T12:57:34.499Z] ---> Using cache [2020-12-17T12:57:34.499Z] ---> 581371736d03 [2020-12-17T12:57:34.499Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-17T12:57:34.675Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T12:57:34.675Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-17T12:57:34.675Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-17T12:57:34.777Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T12:57:34.777Z] ---> Running in f99fe53d3ee2 [2020-12-17T12:57:34.937Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-17T12:57:34.937Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-17T12:57:34.937Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-17T12:57:35.197Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-17T12:57:35.197Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-17T12:57:35.197Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T12:57:35.197Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-17T12:57:35.197Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-17T12:57:35.383Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T12:57:35.383Z] Removing intermediate container f99fe53d3ee2 [2020-12-17T12:57:35.383Z] ---> 31b59a5c7780 [2020-12-17T12:57:35.383Z] Step 13/24 : WORKDIR / [2020-12-17T12:57:35.457Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-17T12:57:35.457Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T12:57:35.457Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-17T12:57:35.457Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-17T12:57:35.661Z] ---> Running in 84affd2f1271 [2020-12-17T12:57:35.718Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-17T12:57:35.979Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T12:57:35.979Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-17T12:57:35.979Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-17T12:57:35.979Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-17T12:57:35.979Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T12:57:35.979Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-17T12:57:36.240Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-17T12:57:36.240Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-17T12:57:36.240Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T12:57:36.240Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-17T12:57:36.502Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-17T12:57:36.502Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-17T12:57:36.655Z] Removing intermediate container 84affd2f1271 [2020-12-17T12:57:36.655Z] ---> 6658d52a9b4e [2020-12-17T12:57:36.655Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-17T12:57:36.770Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T12:57:36.770Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-17T12:57:36.770Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-17T12:57:37.032Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-17T12:57:37.032Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T12:57:37.032Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-17T12:57:37.032Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-17T12:57:37.263Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-17T12:57:37.263Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-17T12:57:37.263Z] OK: 12615 distinct packages available [2020-12-17T12:57:37.292Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-17T12:57:37.292Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T12:57:37.292Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-17T12:57:37.292Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-17T12:57:37.292Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-17T12:57:37.553Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T12:57:37.553Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-17T12:57:37.553Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-17T12:57:37.553Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-17T12:57:37.815Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T12:57:37.815Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-17T12:57:37.815Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-17T12:57:37.815Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-17T12:57:37.815Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-17T12:57:37.815Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-17T12:57:37.815Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-17T12:57:37.873Z] ---> b475ed1f9da3 [2020-12-17T12:57:37.873Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-17T12:57:38.076Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-17T12:57:38.076Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-17T12:57:38.076Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-17T12:57:38.076Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-17T12:57:38.338Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-17T12:57:38.338Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-17T12:57:38.478Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-17T12:57:38.478Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-17T12:57:38.478Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-17T12:57:38.478Z] (4/4) Installing curl (7.69.1-r3) [2020-12-17T12:57:38.599Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-17T12:57:38.599Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-17T12:57:38.599Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-17T12:57:38.771Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T12:57:38.771Z] Executing ca-certificates-20191127-r4.trigger [2020-12-17T12:57:38.859Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-17T12:57:38.859Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-17T12:57:38.859Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-17T12:57:39.052Z] OK: 7 MiB in 18 packages [2020-12-17T12:57:39.122Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-17T12:57:39.122Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-17T12:57:39.122Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-17T12:57:39.122Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-17T12:57:39.122Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-17T12:57:39.122Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-17T12:57:39.382Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-17T12:57:39.382Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-17T12:57:39.382Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-17T12:57:39.382Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-17T12:57:39.644Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-17T12:57:39.644Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-17T12:57:39.665Z] ---> f335cbff6e67 [2020-12-17T12:57:39.665Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-17T12:57:40.216Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-17T12:57:40.216Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-17T12:57:41.166Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-17T12:57:41.166Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-17T12:57:41.166Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-17T12:57:41.166Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-17T12:57:41.166Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-17T12:57:41.166Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-17T12:57:41.736Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-17T12:57:41.736Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-17T12:57:41.736Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-17T12:57:41.736Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-17T12:57:41.997Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-17T12:57:41.997Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-17T12:57:41.997Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-17T12:57:41.997Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-17T12:57:42.258Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-17T12:57:42.258Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-17T12:57:42.320Z] ---> 0d256fda74ea [2020-12-17T12:57:42.321Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-17T12:57:42.519Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-17T12:57:42.780Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-17T12:57:42.928Z] Removing intermediate container d7d9cee7ea4d [2020-12-17T12:57:42.928Z] ---> 8f677b3456c5 [2020-12-17T12:57:42.928Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-17T12:57:43.041Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-17T12:57:43.220Z] ---> Running in ecafbc20a88b [2020-12-17T12:57:43.302Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-17T12:57:44.232Z] Removing intermediate container 0c365f4d133f [2020-12-17T12:57:44.232Z] ---> 6acd5a83a949 [2020-12-17T12:57:44.232Z] [2020-12-17T12:57:44.232Z] Step 10/22 : FROM scratch [2020-12-17T12:57:44.232Z] ---> [2020-12-17T12:57:44.232Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-17T12:57:44.232Z] Removing intermediate container ecafbc20a88b [2020-12-17T12:57:44.232Z] ---> 3dd903b918c4 [2020-12-17T12:57:44.232Z] Step 13/21 : WORKDIR /edgex [2020-12-17T12:57:44.244Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-17T12:57:44.505Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-17T12:57:44.512Z] ---> Using cache [2020-12-17T12:57:44.512Z] ---> bc109b83eded [2020-12-17T12:57:44.512Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-17T12:57:44.813Z] ---> Running in dbba78f15281 [2020-12-17T12:57:44.813Z] ---> Running in 18971082821a [2020-12-17T12:57:44.813Z] ---> fd5f7443b6c0 [2020-12-17T12:57:44.813Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-17T12:57:45.427Z] Removing intermediate container dbba78f15281 [2020-12-17T12:57:45.427Z] ---> d050486b817e [2020-12-17T12:57:45.427Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-17T12:57:45.717Z] Removing intermediate container 18971082821a [2020-12-17T12:57:45.717Z] ---> 55de76758e6a [2020-12-17T12:57:45.717Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-17T12:57:45.888Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-17T12:57:45.888Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-17T12:57:46.001Z] ---> Running in 5b502aac4ca1 [2020-12-17T12:57:46.458Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-17T12:57:46.458Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-17T12:57:46.613Z] Removing intermediate container 5b502aac4ca1 [2020-12-17T12:57:46.613Z] ---> 9ab430ddae37 [2020-12-17T12:57:46.613Z] Step 14/22 : WORKDIR / [2020-12-17T12:57:47.030Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-17T12:57:47.030Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-17T12:57:47.225Z] ---> Running in 80ba00b44b39 [2020-12-17T12:57:47.225Z] ---> e977c2edef5c [2020-12-17T12:57:47.225Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-17T12:57:47.504Z] ---> d48851742e5c [2020-12-17T12:57:47.504Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-17T12:57:47.601Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-17T12:57:47.862Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-17T12:57:47.862Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-17T12:57:47.862Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-17T12:57:48.123Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-17T12:57:48.123Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-17T12:57:48.384Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-17T12:57:48.384Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-17T12:57:48.384Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-17T12:57:48.384Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-17T12:57:48.508Z] Removing intermediate container 80ba00b44b39 [2020-12-17T12:57:48.508Z] ---> 3717e02d041c [2020-12-17T12:57:48.508Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-17T12:57:48.645Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-17T12:57:48.645Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-17T12:57:48.645Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-17T12:57:48.645Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-17T12:57:48.785Z] ---> bcf388684387 [2020-12-17T12:57:48.785Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-17T12:57:48.907Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-17T12:57:48.907Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-17T12:57:48.907Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-17T12:57:48.907Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-17T12:57:49.067Z] ---> Running in ca23f69b3498 [2020-12-17T12:57:49.067Z] ---> 2dd51999c3ba [2020-12-17T12:57:49.067Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-17T12:57:49.175Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-17T12:57:49.175Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-17T12:57:49.175Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-17T12:57:49.175Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-17T12:57:49.175Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-17T12:57:49.175Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-17T12:57:49.175Z] [2020-12-17T12:57:49.175Z] Current default time zone: 'Etc/UTC' [2020-12-17T12:57:49.175Z] Local time is now: Thu Dec 17 12:57:49 UTC 2020. [2020-12-17T12:57:49.175Z] Universal Time is now: Thu Dec 17 12:57:49 UTC 2020. [2020-12-17T12:57:49.175Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-17T12:57:49.175Z] [2020-12-17T12:57:49.348Z] ---> 69b609f48c84 [2020-12-17T12:57:49.348Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-17T12:57:49.437Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-17T12:57:49.437Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-17T12:57:49.437Z] Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... [2020-12-17T12:57:49.437Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-17T12:57:49.437Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-17T12:57:49.437Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-17T12:57:49.437Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-17T12:57:49.706Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-17T12:57:49.706Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-17T12:57:49.706Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-17T12:57:49.706Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-17T12:57:49.706Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-17T12:57:49.972Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-17T12:57:49.972Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-17T12:57:49.972Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-17T12:57:49.972Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-17T12:57:49.972Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-17T12:57:49.972Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-17T12:57:49.972Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-17T12:57:49.972Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-17T12:57:50.234Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-17T12:57:50.234Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2020-12-17T12:57:50.234Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-17T12:57:52.149Z] Updating certificates in /etc/ssl/certs... [2020-12-17T12:57:52.720Z] 22 added, 17 removed; done. [2020-12-17T12:57:52.720Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2020-12-17T12:57:52.769Z] ---> 68fee156dd7e [2020-12-17T12:57:52.769Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-17T12:57:52.769Z] ---> a41967e9e79f [2020-12-17T12:57:52.769Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-17T12:57:52.769Z] ---> Running in 65322a7a3e6d [2020-12-17T12:57:52.982Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-17T12:57:52.982Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-17T12:57:52.982Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-17T12:57:52.982Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-17T12:57:52.982Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-17T12:57:52.982Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-17T12:57:52.982Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-17T12:57:52.982Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-17T12:57:53.243Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-17T12:57:53.243Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-17T12:57:53.243Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-17T12:57:53.243Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-17T12:57:53.243Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-17T12:57:53.243Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-17T12:57:53.243Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-17T12:57:53.243Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-17T12:57:53.376Z] Removing intermediate container a5279ac28650 [2020-12-17T12:57:53.376Z] ---> 4a6575afb8d1 [2020-12-17T12:57:53.376Z] [2020-12-17T12:57:53.376Z] Step 10/24 : FROM scratch [2020-12-17T12:57:53.376Z] ---> [2020-12-17T12:57:53.376Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-17T12:57:53.376Z] Removing intermediate container ca23f69b3498 [2020-12-17T12:57:53.376Z] ---> 4bbd726702fe [2020-12-17T12:57:53.376Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-17T12:57:53.503Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-17T12:57:53.503Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-17T12:57:53.503Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-17T12:57:53.503Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-17T12:57:53.503Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-17T12:57:53.503Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-17T12:57:53.503Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-17T12:57:53.655Z] ---> Running in 5e001b30d48c [2020-12-17T12:57:53.655Z] Removing intermediate container 65322a7a3e6d [2020-12-17T12:57:53.655Z] ---> 8c07bb4e18f1 [2020-12-17T12:57:53.655Z] Step 18/21 : CMD ["--init=true"] [2020-12-17T12:57:53.764Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-17T12:57:53.764Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-17T12:57:53.764Z] Updating certificates in /etc/ssl/certs... [2020-12-17T12:57:53.933Z] ---> Running in 65d3bc048b75 [2020-12-17T12:57:53.933Z] ---> 71ce5f197ab6 [2020-12-17T12:57:53.933Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-17T12:57:54.210Z] ---> Running in 7c6ba80c2687 [2020-12-17T12:57:54.210Z] ---> Running in ae0cb8e6e5d7 [2020-12-17T12:57:54.334Z] 0 added, 0 removed; done. [2020-12-17T12:57:54.334Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-17T12:57:54.334Z] done. [2020-12-17T12:57:54.489Z] Removing intermediate container 5e001b30d48c [2020-12-17T12:57:54.489Z] ---> 3aee09ba417b [2020-12-17T12:57:54.489Z] Step 22/24 : LABEL arch=arm64 [2020-12-17T12:57:54.489Z] Removing intermediate container 65d3bc048b75 [2020-12-17T12:57:54.489Z] ---> 19895f497e31 [2020-12-17T12:57:54.489Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-17T12:57:54.597Z] Reading package lists... [2020-12-17T12:57:54.765Z] ---> Running in 1a606f8e10df [2020-12-17T12:57:54.765Z] Removing intermediate container 7c6ba80c2687 [2020-12-17T12:57:54.765Z] ---> b48e4ab7d9cb [2020-12-17T12:57:54.765Z] Step 19/21 : LABEL arch=arm64 [2020-12-17T12:57:54.858Z] Building dependency tree... [2020-12-17T12:57:54.858Z] Reading state information... [2020-12-17T12:57:54.858Z] The following NEW packages will be installed: [2020-12-17T12:57:54.858Z] apt-transport-https [2020-12-17T12:57:55.043Z] ---> Running in 4a1fe8dee51f [2020-12-17T12:57:55.118Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-17T12:57:55.118Z] Need to get 1696 B of archives. [2020-12-17T12:57:55.118Z] After this operation, 153 kB of additional disk space will be used. [2020-12-17T12:57:55.118Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-17T12:57:55.118Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-17T12:57:55.118Z] Fetched 1696 B in 0s (18.5 kB/s) [2020-12-17T12:57:55.118Z] Selecting previously unselected package apt-transport-https. [2020-12-17T12:57:55.118Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-17T12:57:55.118Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-17T12:57:55.118Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-17T12:57:55.327Z] ---> Running in f5ea24916a21 [2020-12-17T12:57:55.327Z] Removing intermediate container ae0cb8e6e5d7 [2020-12-17T12:57:55.327Z] ---> a54f0f123b58 [2020-12-17T12:57:55.327Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T12:57:55.378Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-17T12:57:55.613Z] ---> Running in a240abee463c [2020-12-17T12:57:55.639Z] Waiting for network to be ready... [2020-12-17T12:57:55.898Z] Removing intermediate container 4a1fe8dee51f [2020-12-17T12:57:55.898Z] ---> 2add5a0b30fa [2020-12-17T12:57:55.898Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-17T12:57:55.898Z] Removing intermediate container 1a606f8e10df [2020-12-17T12:57:55.898Z] ---> 644c314ae7ee [2020-12-17T12:57:55.898Z] Step 23/24 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 [2020-12-17T12:57:56.184Z] ---> Running in b38602fd8874 [2020-12-17T12:57:56.184Z] ---> Running in b506a784d2bd [2020-12-17T12:57:56.184Z] Removing intermediate container f5ea24916a21 [2020-12-17T12:57:56.184Z] ---> ba9429e27c2b [2020-12-17T12:57:56.184Z] Step 20/21 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 [2020-12-17T12:57:56.792Z] ---> Running in bb7cf0f6cfa4 [2020-12-17T12:57:56.792Z] Removing intermediate container a240abee463c [2020-12-17T12:57:56.792Z] ---> 7b2b680de5c5 [2020-12-17T12:57:56.792Z] Step 20/22 : LABEL arch=arm64 [2020-12-17T12:57:57.071Z] ---> Running in 5fd52137d8e0 [2020-12-17T12:57:57.071Z] Removing intermediate container b38602fd8874 [2020-12-17T12:57:57.351Z] ---> 7a2ee6d435c4 [2020-12-17T12:57:57.351Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-17T12:57:57.351Z] Removing intermediate container b506a784d2bd [2020-12-17T12:57:57.351Z] ---> 976fefc6e239 [2020-12-17T12:57:57.351Z] Step 24/24 : LABEL version=0.0.0 [2020-12-17T12:57:57.351Z] Removing intermediate container bb7cf0f6cfa4 [2020-12-17T12:57:57.351Z] ---> 111613d97cfe [2020-12-17T12:57:57.351Z] Step 21/21 : LABEL version=0.0.0 [2020-12-17T12:57:57.631Z] ---> Running in 0f6cc28dc5b1 [2020-12-17T12:57:57.907Z] ---> Running in b8298999fe25 [2020-12-17T12:57:57.907Z] Removing intermediate container 5fd52137d8e0 [2020-12-17T12:57:57.907Z] ---> e2b8dada41d1 [2020-12-17T12:57:57.907Z] Step 21/22 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 [2020-12-17T12:57:58.186Z] Removing intermediate container 0f6cc28dc5b1 [2020-12-17T12:57:58.186Z] ---> 5817aa658207 [2020-12-17T12:57:58.186Z] [2020-12-17T12:57:58.186Z] ---> 7700c500e8cf [2020-12-17T12:57:58.186Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-17T12:57:58.469Z] ---> Running in cccd424a879d [2020-12-17T12:57:58.748Z] Removing intermediate container b8298999fe25 [2020-12-17T12:57:58.748Z] ---> 5f0e2ca3c109 [2020-12-17T12:57:58.748Z] [2020-12-17T12:57:58.748Z] Successfully built 5817aa658207 [2020-12-17T12:57:58.748Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-17T12:57:59.353Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container cccd424a879d [2020-12-17T12:57:59.353Z] ---> 5b6eb460ebee [2020-12-17T12:57:59.353Z] Step 22/22 : LABEL version=0.0.0 [2020-12-17T12:57:59.632Z] ---> Running in b9b422fb43cd [2020-12-17T12:57:59.632Z] Successfully built 5f0e2ca3c109 [2020-12-17T12:57:59.632Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-17T12:58:00.238Z]  Building docker-security-proxy-setup-go ... done  ---> 09fb824b25a0 [2020-12-17T12:58:00.238Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-17T12:58:00.515Z] Removing intermediate container b9b422fb43cd [2020-12-17T12:58:00.515Z] ---> 56e051af7d91 [2020-12-17T12:58:00.515Z] [2020-12-17T12:58:00.926Z] 2020-12-17T12:57:58Z INFO Waiting for automatic snapd restart... [2020-12-17T12:58:00.926Z] snapd 2.48.1 from Canonical* installed [2020-12-17T12:58:01.122Z] Successfully built 56e051af7d91 [2020-12-17T12:58:01.403Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-17T12:58:01.870Z] "snapd" switched to the "latest/stable" channel [2020-12-17T12:58:01.870Z] [2020-12-17T12:58:02.013Z]  Building docker-core-command-go ... done  ---> a88ef2cae1d6 [2020-12-17T12:58:02.013Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-17T12:58:03.012Z] ---> 103a073f0529 [2020-12-17T12:58:03.012Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-17T12:58:04.422Z] core18 20201210 from Canonical* installed [2020-12-17T12:58:04.422Z] "core18" switched to the "latest/stable" channel [2020-12-17T12:58:04.422Z] [2020-12-17T12:58:04.467Z] ---> 1db6e7928971 [2020-12-17T12:58:04.467Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-17T12:58:05.456Z] ---> 07a9a1bd449b [2020-12-17T12:58:05.456Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-17T12:58:05.456Z] ---> Running in cbf898cb5295 [2020-12-17T12:58:06.054Z] Removing intermediate container cbf898cb5295 [2020-12-17T12:58:06.054Z] ---> 6e1b233fdefd [2020-12-17T12:58:06.054Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-17T12:58:06.329Z] ---> Running in 64299f434f56 [2020-12-17T12:58:06.600Z] Removing intermediate container 64299f434f56 [2020-12-17T12:58:06.600Z] ---> bc599a176d2f [2020-12-17T12:58:06.600Z] Step 22/24 : LABEL arch=arm64 [2020-12-17T12:58:06.876Z] ---> Running in 83b1829265f7 [2020-12-17T12:58:07.474Z] Removing intermediate container 83b1829265f7 [2020-12-17T12:58:07.474Z] ---> cfcd6cd6a4f5 [2020-12-17T12:58:07.474Z] Step 23/24 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 [2020-12-17T12:58:07.726Z] snapcraft 4.4.4 from Canonical* installed [2020-12-17T12:58:07.726Z] "snapcraft" switched to the "latest/stable" channel [2020-12-17T12:58:07.726Z] [2020-12-17T12:58:07.747Z] ---> Running in 34bb83faa634 [2020-12-17T12:58:08.352Z] Removing intermediate container 34bb83faa634 [2020-12-17T12:58:08.352Z] ---> 68c850291ff7 [2020-12-17T12:58:08.352Z] Step 24/24 : LABEL version=0.0.0 [2020-12-17T12:58:08.629Z] ---> Running in 965a130b6b17 [2020-12-17T12:58:09.230Z] Removing intermediate container 965a130b6b17 [2020-12-17T12:58:09.230Z] ---> 23672804d5f4 [2020-12-17T12:58:09.230Z] [2020-12-17T12:58:09.507Z] Removing intermediate container cdc038ee5682 [2020-12-17T12:58:09.507Z] ---> 3507267d2329 [2020-12-17T12:58:09.507Z] [2020-12-17T12:58:09.507Z] Step 9/29 : FROM alpine:latest [2020-12-17T12:58:09.507Z] ---> afeebe901d6b [2020-12-17T12:58:09.507Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-17T12:58:09.783Z] Successfully built 23672804d5f4 [2020-12-17T12:58:09.783Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-17T12:58:10.066Z]  Building docker-support-notifications-go ... done  ---> Running in 254c08b96961 [2020-12-17T12:58:10.340Z] Removing intermediate container 254c08b96961 [2020-12-17T12:58:10.340Z] ---> b5296db1d7e6 [2020-12-17T12:58:10.340Z] Step 11/29 : USER root [2020-12-17T12:58:10.617Z] ---> Running in 0907df1bb70a [2020-12-17T12:58:11.028Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-12-17T12:58:11.028Z] - README.md [2020-12-17T12:58:11.028Z] - snapcraft.yaml.orig [2020-12-17T12:58:11.028Z] [2020-12-17T12:58:11.028Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-17T12:58:11.221Z] Removing intermediate container 0907df1bb70a [2020-12-17T12:58:11.221Z] ---> c7a539a86f25 [2020-12-17T12:58:11.221Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-17T12:58:11.221Z] ---> Running in 32bd457cc662 [2020-12-17T12:58:12.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T12:58:12.487Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T12:58:13.087Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-17T12:58:13.087Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-17T12:58:13.087Z] OK: 12615 distinct packages available [2020-12-17T12:58:13.685Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-17T12:58:13.685Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-17T12:58:13.961Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T12:58:13.961Z] Executing ca-certificates-20191127-r4.trigger [2020-12-17T12:58:13.961Z] OK: 6 MiB in 16 packages [2020-12-17T12:58:15.403Z] Removing intermediate container 32bd457cc662 [2020-12-17T12:58:15.403Z] ---> d1a8097b37ae [2020-12-17T12:58:15.403Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-17T12:58:15.678Z] ---> Running in 98d87838829d [2020-12-17T12:58:15.984Z] Removing intermediate container 98d87838829d [2020-12-17T12:58:15.984Z] ---> 99cbe8dc6331 [2020-12-17T12:58:15.984Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-17T12:58:16.317Z] ---> Running in a3631c605e2d [2020-12-17T12:58:16.619Z] Removing intermediate container a3631c605e2d [2020-12-17T12:58:16.619Z] ---> 9e97ad8a4bfa [2020-12-17T12:58:16.619Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-17T12:58:16.899Z] ---> Running in 69cc55288d1d [2020-12-17T12:58:17.631Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-17T12:58:17.631Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-17T12:58:17.631Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-17T12:58:17.631Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-17T12:58:18.855Z] Reading package lists... [2020-12-17T12:58:19.128Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2020-12-17T12:58:19.557Z] Removing intermediate container 69cc55288d1d [2020-12-17T12:58:19.557Z] ---> 62e256f6ad66 [2020-12-17T12:58:19.557Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-17T12:58:20.153Z] ---> 71722e404e57 [2020-12-17T12:58:20.153Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-17T12:58:21.137Z] ---> 40219744fb92 [2020-12-17T12:58:21.137Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-17T12:58:21.735Z] ---> 9f91b1d420be [2020-12-17T12:58:21.735Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-17T12:58:22.717Z] ---> 410b46b01696 [2020-12-17T12:58:22.717Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-17T12:58:23.316Z] ---> 0d950923b3a5 [2020-12-17T12:58:23.316Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-17T12:58:23.316Z] ---> Running in f53385708519 [2020-12-17T12:58:25.720Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-17T12:58:25.720Z] Reading package lists... [2020-12-17T12:58:25.720Z] Building dependency tree... [2020-12-17T12:58:25.720Z] Reading state information... [2020-12-17T12:58:25.720Z] Suggested packages: [2020-12-17T12:58:25.720Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-17T12:58:25.720Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-17T12:58:25.720Z] Recommended packages: [2020-12-17T12:58:25.720Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-17T12:58:25.720Z] The following NEW packages will be installed: [2020-12-17T12:58:25.720Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-17T12:58:25.720Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-17T12:58:25.720Z] pkg-config zip [2020-12-17T12:58:25.720Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-17T12:58:25.720Z] Need to get 7655 kB of archives. [2020-12-17T12:58:25.720Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-17T12:58:25.720Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-17T12:58:25.720Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-17T12:58:25.720Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-17T12:58:25.720Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-17T12:58:25.720Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-17T12:58:25.720Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-17T12:58:25.720Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-17T12:58:25.720Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-17T12:58:25.942Z] Removing intermediate container f53385708519 [2020-12-17T12:58:25.942Z] ---> e27e372402b3 [2020-12-17T12:58:25.942Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-17T12:58:25.981Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-17T12:58:25.981Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-17T12:58:25.981Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-17T12:58:25.981Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-17T12:58:25.981Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-17T12:58:26.216Z] ---> 1fea98d32388 [2020-12-17T12:58:26.216Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-17T12:58:26.242Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-17T12:58:26.242Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-17T12:58:26.242Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-17T12:58:26.242Z] Fetched 7655 kB in 1s (10.6 MB/s) [2020-12-17T12:58:26.496Z] ---> Running in 05b5d7b60014 [2020-12-17T12:58:26.502Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-17T12:58:26.502Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-17T12:58:26.502Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-17T12:58:26.502Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-17T12:58:26.502Z] Selecting previously unselected package libpsl5:amd64. [2020-12-17T12:58:26.502Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-17T12:58:26.502Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-17T12:58:26.764Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-17T12:58:26.764Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-17T12:58:26.764Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-17T12:58:26.764Z] Selecting previously unselected package librtmp1:amd64. [2020-12-17T12:58:26.764Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-17T12:58:26.764Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-17T12:58:27.026Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-17T12:58:27.026Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-17T12:58:27.026Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-17T12:58:27.026Z] Selecting previously unselected package liberror-perl. [2020-12-17T12:58:27.026Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-17T12:58:27.026Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-17T12:58:27.026Z] Selecting previously unselected package git-man. [2020-12-17T12:58:27.026Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-17T12:58:27.026Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-17T12:58:27.287Z] Selecting previously unselected package git. [2020-12-17T12:58:27.287Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-17T12:58:27.287Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-17T12:58:28.230Z] Selecting previously unselected package libnorm1:amd64. [2020-12-17T12:58:28.230Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-17T12:58:28.230Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-17T12:58:28.475Z] Removing intermediate container 05b5d7b60014 [2020-12-17T12:58:28.476Z] ---> c9626dff4932 [2020-12-17T12:58:28.476Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-17T12:58:28.491Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-17T12:58:28.491Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-17T12:58:28.491Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-17T12:58:28.749Z] ---> Running in 2f63761c4cd6 [2020-12-17T12:58:28.752Z] Selecting previously unselected package libsodium23:amd64. [2020-12-17T12:58:28.752Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-17T12:58:28.752Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-17T12:58:29.014Z] Selecting previously unselected package libzmq5:amd64. [2020-12-17T12:58:29.014Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-17T12:58:29.014Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-17T12:58:29.275Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-17T12:58:29.276Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-17T12:58:29.276Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-17T12:58:29.538Z] Selecting previously unselected package pkg-config. [2020-12-17T12:58:29.538Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-17T12:58:29.538Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-17T12:58:29.799Z] Selecting previously unselected package zip. [2020-12-17T12:58:29.799Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-17T12:58:29.799Z] Unpacking zip (3.0-11build1) ... [2020-12-17T12:58:30.061Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-17T12:58:30.061Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-17T12:58:30.061Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-17T12:58:30.061Z] Setting up liberror-perl (0.17025-1) ... [2020-12-17T12:58:30.061Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-17T12:58:30.061Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-17T12:58:30.061Z] No schema files found: doing nothing. [2020-12-17T12:58:30.322Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-17T12:58:30.322Z] Setting up zip (3.0-11build1) ... [2020-12-17T12:58:30.322Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-17T12:58:30.322Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-17T12:58:30.322Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-17T12:58:30.322Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-17T12:58:30.322Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-17T12:58:30.322Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-17T12:58:30.584Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-17T12:58:30.584Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-17T12:58:31.380Z] Removing intermediate container 2f63761c4cd6 [2020-12-17T12:58:31.380Z] ---> 6e6ba96fe912 [2020-12-17T12:58:31.380Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-17T12:58:31.380Z] ---> Running in 11dfc1a0c29d [2020-12-17T12:58:31.654Z] Removing intermediate container 11dfc1a0c29d [2020-12-17T12:58:31.654Z] ---> 8e36ccb0f571 [2020-12-17T12:58:31.654Z] Step 26/29 : CMD [ "generate" ] [2020-12-17T12:58:31.927Z] ---> Running in 412ac153c58b [2020-12-17T12:58:32.205Z] Removing intermediate container 412ac153c58b [2020-12-17T12:58:32.205Z] ---> 2258856358d9 [2020-12-17T12:58:32.205Z] Step 27/29 : LABEL arch=arm64 [2020-12-17T12:58:32.480Z] ---> Running in e49f9b1223a5 [2020-12-17T12:58:33.078Z] Removing intermediate container e49f9b1223a5 [2020-12-17T12:58:33.078Z] ---> 106f5d6ce004 [2020-12-17T12:58:33.078Z] Step 28/29 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 [2020-12-17T12:58:33.078Z] ---> Running in 48f9cfe04242 [2020-12-17T12:58:33.353Z] Removing intermediate container 48f9cfe04242 [2020-12-17T12:58:33.353Z] ---> 834af07836be [2020-12-17T12:58:33.353Z] Step 29/29 : LABEL version=0.0.0 [2020-12-17T12:58:33.629Z] ---> Running in d8aa28098237 [2020-12-17T12:58:34.225Z] Removing intermediate container d8aa28098237 [2020-12-17T12:58:34.225Z] ---> fdfcf892b30e [2020-12-17T12:58:34.225Z] [2020-12-17T12:58:34.499Z] Successfully built fdfcf892b30e [2020-12-17T12:58:34.499Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-17T12:58:35.113Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-12-17T12:58:35.116Z] $ docker stop --time=1 f6160bf8f766d24443295edcf06cfc0518839cf7cb844aaed4f4bbe39acabb97 [2020-12-17T12:58:37.098Z] $ docker rm -f f6160bf8f766d24443295edcf06cfc0518839cf7cb844aaed4f4bbe39acabb97 [2020-12-17T12:58:37.177Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-17T12:58:37.177Z] git set to automatically installed. [2020-12-17T12:58:37.177Z] git-man set to automatically installed. [2020-12-17T12:58:37.177Z] libcurl3-gnutls set to automatically installed. [2020-12-17T12:58:37.177Z] liberror-perl set to automatically installed. [2020-12-17T12:58:37.177Z] libglib2.0-0 set to automatically installed. [2020-12-17T12:58:37.177Z] libnghttp2-14 set to automatically installed. [2020-12-17T12:58:37.177Z] libnorm1 set to automatically installed. [2020-12-17T12:58:37.177Z] libpgm-5.2-0 set to automatically installed. [2020-12-17T12:58:37.177Z] libpsl5 set to automatically installed. [2020-12-17T12:58:37.177Z] librtmp1 set to automatically installed. [2020-12-17T12:58:37.177Z] libsodium23 set to automatically installed. [2020-12-17T12:58:37.177Z] libzmq3-dev set to automatically installed. [2020-12-17T12:58:37.177Z] libzmq5 set to automatically installed. [2020-12-17T12:58:37.177Z] pkg-config set to automatically installed. [2020-12-17T12:58:37.177Z] zip set to automatically installed. [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-17T12:58:37.892Z] + docker images [2020-12-17T12:58:37.892Z] + grep docker [2020-12-17T12:58:38.165Z] docker-security-secrets-setup-go-arm64 latest fdfcf892b30e 4 seconds ago 22.7MB [2020-12-17T12:58:38.165Z] docker-support-notifications-go-arm64 latest 23672804d5f4 29 seconds ago 11.4MB [2020-12-17T12:58:38.165Z] docker-core-command-go-arm64 latest 56e051af7d91 37 seconds ago 9.98MB [2020-12-17T12:58:38.165Z] docker-security-proxy-setup-go-arm64 latest 5f0e2ca3c109 39 seconds ago 23.4MB [2020-12-17T12:58:38.165Z] docker-security-secretstore-setup-go-arm64 latest 5817aa658207 40 seconds ago 23.5MB [2020-12-17T12:58:38.165Z] docker-sys-mgmt-agent-go-arm64 latest 8bfe0419c7a6 2 minutes ago 300MB [2020-12-17T12:58:38.165Z] docker-core-data-go-arm64 latest abf693f6b2a7 3 minutes ago 20.9MB [2020-12-17T12:58:38.165Z] docker-core-metadata-go-arm64 latest 359da15089c7 3 minutes ago 12.2MB [2020-12-17T12:58:38.165Z] docker-security-bootstrap-redis-go-arm64 latest 1b9e88704cf6 3 minutes ago 15.2MB [2020-12-17T12:58:38.165Z] docker-support-scheduler-go-arm64 latest ba3024c96ded 3 minutes ago 10MB [2020-12-17T12:58:38.165Z] docker latest 0c09fb3ff9b5 39 hours ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [2020-12-17T12:58:39.098Z] snapd is not logged in, snap install commands will use sudo [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-17T12:58:45.720Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-17T12:58:45.720Z] snap "core18" has no updates available [2020-12-17T12:58:46.676Z] Pulling config-common [2020-12-17T12:58:47.624Z] Pulling go-build-helper [2020-12-17T12:59:09.594Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-17T12:59:09.594Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-17T12:59:09.594Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-17T12:59:09.594Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-17T12:59:09.594Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-17T12:59:09.594Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-17T12:59:09.594Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-17T12:59:09.594Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-17T12:59:09.594Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-17T12:59:09.594Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-17T12:59:09.594Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-17T12:59:09.594Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-17T12:59:09.594Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-17T12:59:09.594Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-17T12:59:09.594Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-17T12:59:09.594Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-17T12:59:09.594Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-17T12:59:09.594Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-17T12:59:09.594Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-17T12:59:09.594Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-17T12:59:09.594Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-17T12:59:09.594Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-17T12:59:09.594Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-17T12:59:09.594Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-17T12:59:09.594Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-17T12:59:09.594Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-17T12:59:09.594Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-17T12:59:09.594Z] Fetched 23.5 MB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-17T12:59:09.595Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-17T12:59:09.595Z] Fetched 279 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-17T12:59:09.595Z] Fetched 122 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-17T12:59:09.595Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-17T12:59:09.595Z] Fetched 8848 B in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-17T12:59:09.595Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-17T12:59:09.595Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-17T12:59:09.595Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2020-12-17T12:59:09.595Z] Fetched 214 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-17T12:59:09.595Z] Fetched 155 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-17T12:59:09.595Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-17T12:59:09.595Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-17T12:59:09.595Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-17T12:59:09.595Z] Fetched 499 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-17T12:59:09.595Z] Fetched 111 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-17T12:59:09.595Z] Fetched 240 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-17T12:59:09.595Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-17T12:59:09.595Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-17T12:59:09.595Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-17T12:59:09.595Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-17T12:59:09.595Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-17T12:59:09.595Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-17T12:59:09.595Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-17T12:59:09.595Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-17T12:59:09.595Z] Fetched 8720 B in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-17T12:59:09.595Z] Fetched 137 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-17T12:59:09.595Z] Fetched 119 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-17T12:59:09.595Z] Fetched 109 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-17T12:59:09.595Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-17T12:59:09.595Z] Fetched 645 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-17T12:59:09.595Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-17T12:59:09.595Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-17T12:59:09.595Z] Fetched 368 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-17T12:59:09.595Z] Fetched 187 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-17T12:59:09.595Z] Fetched 175 kB in 0s (0 B/s) [2020-12-17T12:59:09.595Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-17T12:59:12.897Z] Fetched 206 kB in 0s (0 B/s) [2020-12-17T12:59:12.897Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-17T12:59:12.897Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-17T12:59:12.897Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-17T12:59:12.897Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-17T12:59:12.897Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2020-12-17T12:59:12.897Z] Fetched 159 kB in 0s (0 B/s) [2020-12-17T12:59:12.897Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-17T12:59:12.897Z] Fetched 107 kB in 0s (0 B/s) [2020-12-17T12:59:12.897Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-17T12:59:12.897Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-17T12:59:12.897Z] Pulling static-packages [2020-12-17T12:59:13.840Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2020-12-17T12:59:13.841Z] Skipping pull go-build-helper (already ran) [2020-12-17T12:59:13.841Z] Skipping pull static-packages (already ran) [2020-12-17T12:59:13.841Z] Building go-build-helper [2020-12-17T12:59:17.186Z] Building static-packages [2020-12-17T12:59:19.097Z] Staging go-build-helper [2020-12-17T12:59:20.039Z] Staging static-packages [2020-12-17T12:59:20.979Z] Pulling go115 [2020-12-17T12:59:21.921Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-17T12:59:21.921Z] Skipping pull go115 (already ran) [2020-12-17T12:59:21.921Z] Building go115 [2020-12-17T12:59:21.921Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-17T12:59:21.921Z] Dload Upload Total Spent Left Speed [2020-12-17T12:59:24.922Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 24 115M 24 28.6M 0 0 27.6M 0 0:00:04 0:00:01 0:00:03 27.6M 59 115M 59 68.3M 0 0 32.9M 0 0:00:03 0:00:02 0:00:01 32.9M 100 115M 100 115M 0 0 38.7M 0 0:00:02 0:00:02 --:--:-- 38.7M [2020-12-17T12:59:25.497Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-17T12:59:29.701Z] Staging go115 [2020-12-17T12:59:35.015Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-17T12:59:35.015Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-17T12:59:35.015Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-17T12:59:35.015Z] Fetched 0 B in 0s (0 B/s) [2020-12-17T12:59:35.015Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-17T12:59:35.015Z] Fetched 224 kB in 0s (0 B/s) [2020-12-17T12:59:35.015Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-17T12:59:35.015Z] Fetched 157 kB in 0s (0 B/s) [2020-12-17T12:59:35.015Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-17T12:59:35.015Z] Fetched 221 kB in 0s (0 B/s) [2020-12-17T12:59:35.015Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-17T12:59:35.015Z] Fetched 143 kB in 0s (0 B/s) [2020-12-17T12:59:35.015Z] Pulling edgex-go [2020-12-17T12:59:35.591Z] Pulling version [2020-12-17T12:59:36.539Z] Building config-common [2020-12-17T12:59:38.461Z] Skipping build go-build-helper (already ran) [2020-12-17T12:59:38.461Z] Skipping build static-packages (already ran) [2020-12-17T12:59:38.461Z] Skipping build go115 (already ran) [2020-12-17T12:59:38.461Z] Building edgex-go [2020-12-17T12:59:38.461Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-17T12:59:39.858Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-17T12:59:39.858Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 [2020-12-17T12:59:39.858Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.130 [2020-12-17T12:59:39.858Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-17T12:59:39.858Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-17T12:59:39.858Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-17T12:59:39.858Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-17T12:59:39.858Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2020-12-17T12:59:39.858Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-17T12:59:39.858Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-17T12:59:39.858Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 [2020-12-17T12:59:39.858Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-17T12:59:39.858Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-17T12:59:39.858Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-17T12:59:39.858Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-17T12:59:39.858Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-17T12:59:39.858Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-17T12:59:39.858Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-17T12:59:39.858Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-17T12:59:39.858Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-17T12:59:39.858Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-17T12:59:39.858Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-17T12:59:39.858Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-17T12:59:39.858Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-17T12:59:39.858Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-17T12:59:39.858Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-17T12:59:40.123Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-17T12:59:40.123Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-17T12:59:40.123Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-17T12:59:40.123Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-17T12:59:40.123Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-17T12:59:40.123Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-17T12:59:40.123Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-17T12:59:40.123Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-17T12:59:40.123Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-17T12:59:40.123Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-17T12:59:40.394Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-17T12:59:40.394Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-17T12:59:40.394Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-17T12:59:40.394Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-17T12:59:47.037Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-17T12:59:50.333Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-17T12:59:51.292Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-17T12:59:52.235Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-17T12:59:52.498Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-17T12:59:52.498Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-17T12:59:52.758Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-17T12:59:52.758Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-17T12:59:54.193Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-17T12:59:54.193Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-17T12:59:54.193Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-17T12:59:55.147Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-17T12:59:56.113Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-17T12:59:56.113Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-17T12:59:57.068Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-17T12:59:57.068Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-17T12:59:58.468Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-17T12:59:59.426Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-17T13:00:00.001Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-17T13:00:01.958Z] Building version [2020-12-17T13:00:03.909Z] Staging config-common [2020-12-17T13:00:04.851Z] Skipping stage go-build-helper (already ran) [2020-12-17T13:00:04.852Z] Skipping stage static-packages (already ran) [2020-12-17T13:00:04.852Z] Skipping stage go115 (already ran) [2020-12-17T13:00:04.852Z] Staging edgex-go [2020-12-17T13:00:05.795Z] Staging version [2020-12-17T13:00:06.749Z] Priming config-common [2020-12-17T13:00:07.700Z] Priming go-build-helper [2020-12-17T13:00:08.270Z] Priming static-packages [2020-12-17T13:00:10.850Z] Priming go115 [2020-12-17T13:00:11.435Z] Priming edgex-go [2020-12-17T13:00:12.929Z] Priming version [2020-12-17T13:00:13.808Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-17T13:00:17.488Z] provisioning config files... [2020-12-17T13:00:17.517Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config7648911482016881388tmp [Pipeline] { [Pipeline] sh [2020-12-17T13:00:17.954Z] + set +x [2020-12-17T13:00:17.954Z] + curl -s https://codecov.io/bash [2020-12-17T13:00:17.954Z] + bash -s -- [2020-12-17T13:00:18.553Z] [2020-12-17T13:00:18.553Z] _____ _ [2020-12-17T13:00:18.553Z] / ____| | | [2020-12-17T13:00:18.553Z] | | ___ __| | ___ ___ _____ __ [2020-12-17T13:00:18.553Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-17T13:00:18.553Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-17T13:00:18.553Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-17T13:00:18.553Z] Bash-20201130-cc6d3fe [2020-12-17T13:00:18.553Z] [2020-12-17T13:00:18.553Z] [2020-12-17T13:00:18.553Z] ==> Jenkins CI detected. [2020-12-17T13:00:18.553Z] project root: . [2020-12-17T13:00:18.553Z] --> token set from env [2020-12-17T13:00:18.553Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-17T13:00:18.834Z] ==> Running gcov in . (disable via -X gcov) [2020-12-17T13:00:18.834Z] ==> Python coveragepy not found [2020-12-17T13:00:18.834Z] ==> Searching for coverage reports in: [2020-12-17T13:00:18.834Z] + . [2020-12-17T13:00:18.834Z] -> Found 1 reports [2020-12-17T13:00:18.834Z] ==> Detecting git/mercurial file structure [2020-12-17T13:00:18.834Z] ==> Reading reports [2020-12-17T13:00:18.834Z] + ./coverage.out bytes=569356 [2020-12-17T13:00:18.834Z] ==> Appending adjustments [2020-12-17T13:00:18.834Z] https://docs.codecov.io/docs/fixing-reports [2020-12-17T13:00:25.644Z] + Found adjustments [2020-12-17T13:00:25.644Z] ==> Gzipping contents [2020-12-17T13:00:25.915Z] 84K /tmp/codecov.kbdSyQ.gz [2020-12-17T13:00:25.915Z] ==> Uploading reports [2020-12-17T13:00:25.915Z] url: https://codecov.io [2020-12-17T13:00:25.916Z] query: branch=PR-2959&commit=b400584c1c3cb6466e141ab22436c68bbc25a7a1&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2959%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2959&job=&cmd_args= [2020-12-17T13:00:25.916Z] -> Pinging Codecov [2020-12-17T13:00:25.916Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2959&commit=b400584c1c3cb6466e141ab22436c68bbc25a7a1&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2959%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2959&job=&cmd_args= [2020-12-17T13:00:26.503Z] -> Uploading to [2020-12-17T13:00:26.503Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-17/00271124DB129430A58F1EEE437C3FCB/b400584c1c3cb6466e141ab22436c68bbc25a7a1/fb4ae294-ab97-492d-a2ae-deb04fba8a06.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201217%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201217T130026Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=af7339257eb0db150942eafdc856e299b076d892025578cdd7885175dde0572e [2020-12-17T13:00:26.503Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-17T13:00:26.503Z] Dload Upload Total Spent Left Speed [2020-12-17T13:00:27.089Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85998 0 0 100 85998 0 133k --:--:-- --:--:-- --:--:-- 133k [2020-12-17T13:00:27.089Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b400584c1c3cb6466e141ab22436c68bbc25a7a1 [Pipeline] } [2020-12-17T13:00:27.107Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-17T13:00:29.496Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T13:00:31.188Z] ---> package-listing.sh [2020-12-17T13:00:31.188Z] ++ facter osfamily [2020-12-17T13:00:31.188Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-17T13:00:31.453Z] + OS_FAMILY=redhat [2020-12-17T13:00:31.453Z] + workspace=/w/workspace/edgex-go/2 [2020-12-17T13:00:31.453Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-17T13:00:31.453Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-17T13:00:31.453Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-17T13:00:31.453Z] + PACKAGES=/tmp/packages_start.txt [2020-12-17T13:00:31.453Z] + '[' /w/workspace/edgex-go/2 ']' [2020-12-17T13:00:31.453Z] + PACKAGES=/tmp/packages_end.txt [2020-12-17T13:00:31.453Z] + case "${OS_FAMILY}" in [2020-12-17T13:00:31.453Z] + rpm -qa [2020-12-17T13:00:31.453Z] + sort [2020-12-17T13:00:36.818Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-17T13:00:36.818Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-17T13:00:36.818Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-17T13:00:37.101Z] + '[' /w/workspace/edgex-go/2 ']' [2020-12-17T13:00:37.101Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2020-12-17T13:00:37.101Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2020-12-17T13:00:37.122Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-17T13:00:37.446Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-17T13:00:38.083Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-17T13:00:38.354Z] [2020-12-17T13:00:38.354Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-17T13:00:38.826Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-17T13:00:39.161Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-17T13:00:39.161Z] df20fa9351a1: Pulling fs layer [2020-12-17T13:00:39.161Z] 36b3adc4ff6f: Pulling fs layer [2020-12-17T13:00:39.161Z] 8ad3a11d3b57: Pulling fs layer [2020-12-17T13:00:39.161Z] 46f8f816bc3b: Pulling fs layer [2020-12-17T13:00:39.161Z] 93b61091891f: Pulling fs layer [2020-12-17T13:00:39.161Z] 93b9cdb0e59b: Pulling fs layer [2020-12-17T13:00:39.161Z] 5e14af77c1be: Pulling fs layer [2020-12-17T13:00:39.161Z] 01666e4c0597: Pulling fs layer [2020-12-17T13:00:39.161Z] aa168da1d23b: Pulling fs layer [2020-12-17T13:00:39.161Z] 46f8f816bc3b: Waiting [2020-12-17T13:00:39.161Z] 93b61091891f: Waiting [2020-12-17T13:00:39.161Z] 93b9cdb0e59b: Waiting [2020-12-17T13:00:39.161Z] 5e14af77c1be: Waiting [2020-12-17T13:00:39.161Z] 01666e4c0597: Waiting [2020-12-17T13:00:39.161Z] aa168da1d23b: Waiting [2020-12-17T13:00:39.161Z] 36b3adc4ff6f: Verifying Checksum [2020-12-17T13:00:39.161Z] 36b3adc4ff6f: Download complete [2020-12-17T13:00:39.161Z] 46f8f816bc3b: Verifying Checksum [2020-12-17T13:00:39.161Z] 46f8f816bc3b: Download complete [2020-12-17T13:00:39.474Z] df20fa9351a1: Verifying Checksum [2020-12-17T13:00:39.474Z] df20fa9351a1: Download complete [2020-12-17T13:00:39.474Z] 93b9cdb0e59b: Verifying Checksum [2020-12-17T13:00:39.474Z] 93b9cdb0e59b: Download complete [2020-12-17T13:00:39.474Z] 5e14af77c1be: Verifying Checksum [2020-12-17T13:00:39.474Z] 5e14af77c1be: Download complete [2020-12-17T13:00:39.474Z] 93b61091891f: Verifying Checksum [2020-12-17T13:00:39.474Z] 93b61091891f: Download complete [2020-12-17T13:00:40.115Z] 8ad3a11d3b57: Verifying Checksum [2020-12-17T13:00:40.115Z] 8ad3a11d3b57: Download complete [2020-12-17T13:00:40.403Z] df20fa9351a1: Pull complete [2020-12-17T13:00:40.713Z] 01666e4c0597: Verifying Checksum [2020-12-17T13:00:40.713Z] 01666e4c0597: Download complete [2020-12-17T13:00:41.026Z] 36b3adc4ff6f: Pull complete [2020-12-17T13:00:43.289Z] 8ad3a11d3b57: Pull complete [2020-12-17T13:00:43.289Z] 46f8f816bc3b: Pull complete [2020-12-17T13:00:44.369Z] 93b61091891f: Pull complete [2020-12-17T13:00:44.701Z] 93b9cdb0e59b: Pull complete [2020-12-17T13:00:45.709Z] 5e14af77c1be: Pull complete [2020-12-17T13:00:46.322Z] aa168da1d23b: Verifying Checksum [2020-12-17T13:00:46.322Z] aa168da1d23b: Download complete [2020-12-17T13:00:48.307Z] 01666e4c0597: Pull complete [2020-12-17T13:01:00.809Z] aa168da1d23b: Pull complete [2020-12-17T13:01:00.809Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-17T13:01:00.809Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-17T13:01:00.809Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-17T13:01:01.681Z] prd-centos7-docker-4c-2g-16493 does not seem to be running inside a container [2020-12-17T13:01:01.881Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-17T13:01:06.749Z] $ docker top 71c8ccad6ab5110efd0f4ccffdd489743601cffa0ecda27a7d2ece5f46f5698d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-17T13:01:07.535Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-17T13:01:07.894Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-17T13:01:08.287Z] + ls /var/log/sa-host [2020-12-17T13:01:08.287Z] + sadf -c /var/log/sa-host/sa17 [2020-12-17T13:01:08.287Z] file_magic: OK [2020-12-17T13:01:08.287Z] HZ: Using current value: 100 [2020-12-17T13:01:08.287Z] file_header: OK [2020-12-17T13:01:08.287Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-17T13:01:08.287Z] Statistics: [2020-12-17T13:01:08.287Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-17T13:01:08.287Z] File successfully converted to sysstat format version 12.2.1 [2020-12-17T13:01:08.287Z] + sadf -c /var/log/sa-host/sa23 [2020-12-17T13:01:08.287Z] file_magic: OK [2020-12-17T13:01:08.287Z] HZ: Using current value: 100 [2020-12-17T13:01:08.287Z] file_header: OK [2020-12-17T13:01:08.287Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-17T13:01:08.287Z] Statistics: [2020-12-17T13:01:08.287Z] Hnuu...uuuununununu... [2020-12-17T13:01:08.287Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-17T13:01:08.983Z] provisioning config files... [2020-12-17T13:01:09.036Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config2890157893108444106tmp [Pipeline] { [Pipeline] echo [2020-12-17T13:01:09.133Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T13:01:09.802Z] ---> create-netrc.sh [Pipeline] } [2020-12-17T13:01:09.815Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-17T13:01:09.943Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T13:01:10.349Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-17T13:01:10.373Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T13:01:10.721Z] ---> sudo-logs.sh [2020-12-17T13:01:10.721Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-17T13:01:10.740Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T13:01:11.433Z] ---> job-cost.sh [2020-12-17T13:01:11.433Z] lf-activate-venv: SKIPPING [2020-12-17T13:01:11.433Z] INFO: No Stack... [2020-12-17T13:01:12.402Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-17T13:01:13.017Z] INFO: Archiving Costs [Pipeline] echo [2020-12-17T13:01:13.034Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T13:01:13.401Z] ---> logs-deploy.sh [2020-12-17T13:01:13.401Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2959/2 [2020-12-17T13:01:13.401Z] INFO: archiving workspace using pattern(s): [2020-12-17T13:01:16.075Z] Archives upload complete. [2020-12-17T13:01:16.344Z] INFO: archiving logs to Nexus [2020-12-17T13:01:17.755Z] ---> uname -a: [2020-12-17T13:01:17.755Z] Linux prd-centos7-docker-4c-2g-16493.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-17T13:01:17.755Z] [2020-12-17T13:01:17.755Z] [2020-12-17T13:01:17.755Z] ---> lscpu: [2020-12-17T13:01:17.755Z] Architecture: x86_64 [2020-12-17T13:01:17.755Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-17T13:01:17.755Z] Byte Order: Little Endian [2020-12-17T13:01:17.755Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-17T13:01:17.755Z] CPU(s): 4 [2020-12-17T13:01:17.755Z] On-line CPU(s) list: 0-3 [2020-12-17T13:01:17.755Z] Thread(s) per core: 1 [2020-12-17T13:01:17.755Z] Core(s) per socket: 1 [2020-12-17T13:01:17.755Z] Socket(s): 4 [2020-12-17T13:01:17.755Z] NUMA node(s): 1 [2020-12-17T13:01:17.755Z] Vendor ID: GenuineIntel [2020-12-17T13:01:17.755Z] CPU family: 6 [2020-12-17T13:01:17.755Z] Model: 44 [2020-12-17T13:01:17.755Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-17T13:01:17.755Z] Stepping: 1 [2020-12-17T13:01:17.755Z] CPU MHz: 2933.438 [2020-12-17T13:01:17.755Z] BogoMIPS: 5866.87 [2020-12-17T13:01:17.755Z] Virtualization: VT-x [2020-12-17T13:01:17.755Z] Hypervisor vendor: KVM [2020-12-17T13:01:17.755Z] Virtualization type: full [2020-12-17T13:01:17.755Z] L1d cache: 128 KiB [2020-12-17T13:01:17.755Z] L1i cache: 128 KiB [2020-12-17T13:01:17.755Z] L2 cache: 16 MiB [2020-12-17T13:01:17.755Z] L3 cache: 64 MiB [2020-12-17T13:01:17.755Z] NUMA node0 CPU(s): 0-3 [2020-12-17T13:01:17.755Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-17T13:01:17.755Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-17T13:01:17.755Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-17T13:01:17.755Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-17T13:01:17.755Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-17T13:01:17.755Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-17T13:01:17.755Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-17T13:01:17.755Z] Vulnerability Srbds: Not affected [2020-12-17T13:01:17.755Z] Vulnerability Tsx async abort: Not affected [2020-12-17T13:01:17.755Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-12-17T13:01:17.755Z] [2020-12-17T13:01:17.755Z] [2020-12-17T13:01:17.755Z] ---> nproc: [2020-12-17T13:01:17.755Z] 4 [2020-12-17T13:01:17.755Z] [2020-12-17T13:01:17.755Z] [2020-12-17T13:01:17.755Z] ---> df -h: [2020-12-17T13:01:17.755Z] Filesystem Size Used Available Use% Mounted on [2020-12-17T13:01:17.755Z] overlay 50.0G 12.6G 37.4G 25% / [2020-12-17T13:01:17.755Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-17T13:01:17.755Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-17T13:01:17.755Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-17T13:01:17.755Z] /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os [2020-12-17T13:01:17.755Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf [2020-12-17T13:01:17.755Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname [2020-12-17T13:01:17.755Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts [2020-12-17T13:01:17.755Z] /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log [2020-12-17T13:01:17.755Z] /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json [2020-12-17T13:01:17.755Z] /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host [2020-12-17T13:01:17.755Z] /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure [2020-12-17T13:01:17.755Z] /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/2 [2020-12-17T13:01:17.755Z] /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/2@tmp [2020-12-17T13:01:17.755Z] [2020-12-17T13:01:17.755Z] [2020-12-17T13:01:17.755Z] ---> free -m: [2020-12-17T13:01:17.755Z] total used free shared buff/cache available [2020-12-17T13:01:17.755Z] Mem: 1837 695 221 0 920 1055 [2020-12-17T13:01:17.755Z] Swap: 1023 90 933 [2020-12-17T13:01:17.755Z] [2020-12-17T13:01:17.755Z] [2020-12-17T13:01:17.755Z] ---> ip addr: [2020-12-17T13:01:17.755Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-17T13:01:17.755Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-17T13:01:17.755Z] inet 127.0.0.1/8 scope host lo [2020-12-17T13:01:17.755Z] valid_lft forever preferred_lft forever [2020-12-17T13:01:17.755Z] inet6 ::1/128 scope host [2020-12-17T13:01:17.755Z] valid_lft forever preferred_lft forever [2020-12-17T13:01:17.755Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-17T13:01:17.755Z] link/ether fa:16:3e:5e:fb:4a brd ff:ff:ff:ff:ff:ff [2020-12-17T13:01:17.755Z] inet 10.30.123.205/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-17T13:01:17.755Z] valid_lft 84979sec preferred_lft 84979sec [2020-12-17T13:01:17.755Z] inet6 fe80::f816:3eff:fe5e:fb4a/64 scope link [2020-12-17T13:01:17.755Z] valid_lft forever preferred_lft forever [2020-12-17T13:01:17.755Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-17T13:01:17.755Z] link/ether 02:42:f2:af:49:40 brd ff:ff:ff:ff:ff:ff [2020-12-17T13:01:17.755Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-17T13:01:17.755Z] valid_lft forever preferred_lft forever [2020-12-17T13:01:17.755Z] inet6 fe80::42:f2ff:feaf:4940/64 scope link [2020-12-17T13:01:17.755Z] valid_lft forever preferred_lft forever [2020-12-17T13:01:17.755Z] [2020-12-17T13:01:17.755Z] [2020-12-17T13:01:17.755Z] ---> sar -b -r -n DEV: [2020-12-17T13:01:17.755Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/17/20 _x86_64_ (4 CPU) [2020-12-17T13:01:17.755Z] [2020-12-17T13:01:17.755Z] 12:37:19 LINUX RESTART (4 CPU) [2020-12-17T13:01:17.755Z] [2020-12-17T13:01:17.755Z] 12:38:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-17T13:01:17.755Z] 12:39:01 94.29 40.78 53.51 0.00 3710.73 27956.50 0.00 [2020-12-17T13:01:17.755Z] 12:40:01 34.30 11.55 22.74 0.00 4564.46 4230.47 0.00 [2020-12-17T13:01:17.755Z] 12:41:02 117.29 62.58 54.71 0.00 5142.72 30933.09 0.00 [2020-12-17T13:01:17.755Z] 12:42:01 128.79 44.27 84.52 0.00 2043.03 23662.03 0.00 [2020-12-17T13:01:17.755Z] 12:43:01 224.37 109.33 115.04 0.00 5299.14 19513.25 0.00 [2020-12-17T13:01:17.755Z] 12:44:01 112.13 36.22 75.92 0.00 1506.25 10056.82 0.00 [2020-12-17T13:01:17.755Z] 12:45:02 86.56 49.44 37.11 0.00 1764.38 1835.34 0.00 [2020-12-17T13:01:17.755Z] 12:46:01 73.75 28.44 45.31 0.00 1178.18 4520.59 0.00 [2020-12-17T13:01:17.755Z] 12:47:01 70.39 9.59 60.81 0.00 701.25 17156.47 0.00 [2020-12-17T13:01:17.755Z] 12:48:05 628.63 444.92 183.71 0.00 78190.40 132233.27 0.00 [2020-12-17T13:01:17.755Z] 12:49:02 2182.25 1882.09 300.16 0.00 121677.70 131687.93 0.00 [2020-12-17T13:01:17.755Z] 12:50:02 904.57 743.85 160.71 0.00 45604.25 47258.95 0.00 [2020-12-17T13:01:17.755Z] 12:51:02 478.46 177.50 300.96 0.00 37809.84 66560.00 0.00 [2020-12-17T13:01:17.755Z] 12:52:03 2041.33 1728.78 312.56 0.00 131447.41 138831.66 0.00 [2020-12-17T13:01:17.755Z] 12:53:04 1219.29 976.15 243.13 0.00 76410.54 77227.83 0.00 [2020-12-17T13:01:17.755Z] 12:54:01 867.72 648.40 219.32 0.00 28495.55 42930.81 0.00 [2020-12-17T13:01:17.755Z] 12:55:01 29.17 14.94 14.23 0.00 3033.26 1177.47 0.00 [2020-12-17T13:01:17.755Z] 12:56:02 2.03 1.86 0.17 0.00 101.11 1.65 0.00 [2020-12-17T13:01:17.755Z] 12:57:01 0.29 0.02 0.27 0.00 0.14 3.64 0.00 [2020-12-17T13:01:17.755Z] 12:58:01 0.37 0.12 0.25 0.00 1.46 2.56 0.00 [2020-12-17T13:01:17.755Z] 12:59:01 0.27 0.03 0.23 0.00 0.40 3.43 0.00 [2020-12-17T13:01:17.755Z] 13:00:01 1.80 1.51 0.28 0.00 29.29 2.65 0.00 [2020-12-17T13:01:17.755Z] 13:01:01 156.79 81.23 75.56 0.00 6764.67 16075.76 0.00 [2020-12-17T13:01:17.755Z] Average: 409.44 306.91 102.53 0.00 24229.15 34676.03 0.00 [2020-12-17T13:01:17.755Z] [2020-12-17T13:01:17.755Z] 12:38:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-17T13:01:17.755Z] 12:39:01 114048 0 546520 29.05 2620 1218356 1086552 37.08 495404 1073880 6720 [2020-12-17T13:01:17.755Z] 12:40:01 69884 0 659988 35.08 2620 1149052 1334128 45.53 554792 1050508 64632 [2020-12-17T13:01:17.755Z] 12:41:02 63448 0 676228 35.94 2596 1139272 1567012 53.48 719488 885808 8092 [2020-12-17T13:01:17.755Z] 12:42:01 174732 0 666452 35.42 1492 1038868 1325968 45.25 567424 903632 91684 [2020-12-17T13:01:17.755Z] 12:43:01 126568 0 791812 42.08 1440 961724 1697088 57.92 643276 839288 22552 [2020-12-17T13:01:17.755Z] 12:44:01 198064 0 834660 44.36 444 848376 1836272 62.67 709340 696612 14520 [2020-12-17T13:01:17.755Z] 12:45:02 238688 0 765380 40.68 444 877032 1753412 59.84 641904 720360 86076 [2020-12-17T13:01:17.755Z] 12:46:01 222716 0 790912 42.04 392 867524 1439864 49.14 680876 693864 67304 [2020-12-17T13:01:17.755Z] 12:47:01 192268 0 750608 39.89 364 938304 1381620 47.15 589188 818844 91536 [2020-12-17T13:01:17.755Z] 12:48:05 69208 0 839624 44.62 0 972712 2284324 77.96 735728 871448 70836 [2020-12-17T13:01:17.755Z] 12:49:02 70036 0 847600 45.05 0 963908 2390168 81.57 765276 816248 74360 [2020-12-17T13:01:17.755Z] 12:50:02 191432 0 1120308 59.54 0 569804 3521556 120.18 695696 731444 33580 [2020-12-17T13:01:17.756Z] 12:51:02 71720 0 792744 42.13 0 1017080 1995764 68.11 732876 832456 41112 [2020-12-17T13:01:17.756Z] 12:52:03 77820 0 795384 42.27 0 1008340 2261780 77.19 652800 922420 10460 [2020-12-17T13:01:17.756Z] 12:53:04 79236 0 768892 40.86 0 1033416 2998428 102.33 537356 1009648 62800 [2020-12-17T13:01:17.756Z] 12:54:01 445776 0 652612 34.68 0 783156 1364048 46.55 518172 675276 20 [2020-12-17T13:01:17.756Z] 12:55:01 662892 0 609604 32.40 0 609048 1219324 41.61 478936 502444 8 [2020-12-17T13:01:17.756Z] 12:56:02 662312 0 607356 32.28 0 611876 1183512 40.39 477464 504648 16 [2020-12-17T13:01:17.756Z] 12:57:01 663376 0 606284 32.22 0 611884 1183332 40.39 477016 504652 8 [2020-12-17T13:01:17.756Z] 12:58:01 663500 0 606156 32.22 0 611888 1183332 40.39 477020 504696 8 [2020-12-17T13:01:17.756Z] 12:59:01 663272 0 606376 32.23 0 611896 1183416 40.39 477116 504704 8 [2020-12-17T13:01:17.756Z] 13:00:01 662600 0 607032 32.26 0 611912 1183332 40.39 477032 505588 20 [2020-12-17T13:01:17.756Z] 13:01:01 287828 0 655572 34.84 0 938144 1236004 42.18 514280 805692 65264 [2020-12-17T13:01:17.756Z] Average: 290062 0 721657 38.35 540 869286 1678706 57.29 592107 755398 35288 [2020-12-17T13:01:17.756Z] [2020-12-17T13:01:17.756Z] 12:38:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-17T13:01:17.756Z] 12:39:01 eth0 711.07 391.90 3337.97 66.38 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:40:01 veth6dd1d65 702.18 628.03 66.77 2101.28 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:40:01 eth0 725.85 764.52 2540.22 90.31 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:40:01 docker0 702.18 627.90 57.17 2101.27 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:41:02 eth0 484.49 449.04 3383.04 69.01 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:41:02 docker0 185.75 170.39 14.39 562.85 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:42:01 eth0 287.31 176.83 1642.40 21.59 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:42:01 docker0 73.22 89.53 4.17 369.70 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:43:01 eth0 142.21 118.46 495.60 76.51 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:43:01 vethd509301 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:43:01 docker0 88.15 106.57 7.03 466.51 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:44:01 eth0 18.08 12.07 14.15 7.63 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:44:01 vethd509301 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:45:02 eth0 20.48 15.17 15.87 8.80 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:45:02 vethd509301 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:46:01 eth0 19.08 15.22 16.48 9.03 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:46:01 vethd509301 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:47:01 eth0 195.50 154.86 1689.44 89.54 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:48:05 vethead6c23 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:48:05 eth0 15.79 12.86 16.44 6.92 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:48:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:48:05 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:49:02 vethead6c23 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:49:02 eth0 65.16 55.00 172.01 66.81 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:49:02 docker0 30.97 35.54 1.95 154.07 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:50:02 veth754efa0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:50:02 vethd62d2a7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:50:02 vethf14ff5f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:50:02 veth6ed5e49 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:51:02 vethead6c23 0.00 0.67 0.00 0.03 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:51:02 eth0 2872.73 2269.44 14015.38 542.66 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:51:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:51:02 docker0 1128.18 1128.78 87.67 4180.63 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:52:03 vethead6c23 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:52:03 eth0 68.86 49.24 132.81 85.20 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:52:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:52:03 veth61797da 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:53:04 veth57877bb 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:53:04 vethead6c23 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:53:04 vethebc624a 0.00 0.25 0.00 0.02 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:53:04 veth9b45b0a 0.00 0.25 0.00 0.02 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:54:01 vethead6c23 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:54:01 eth0 3137.97 2471.05 14748.61 745.84 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:54:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:54:01 docker0 1186.20 1198.82 92.03 4479.01 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:55:01 eth0 9.35 7.11 8.09 3.68 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:56:02 eth0 0.60 0.58 0.28 0.23 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:57:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:58:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:59:01 eth0 0.23 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 12:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 13:00:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 13:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 13:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 13:01:01 eth0 236.16 178.00 2173.18 77.21 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 13:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] 13:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] Average: eth0 140.54 110.91 708.99 34.63 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] Average: docker0 49.50 50.02 3.84 186.90 0.00 0.00 0.00 0.00 [2020-12-17T13:01:17.756Z] [2020-12-17T13:01:17.756Z] [2020-12-17T13:01:17.756Z] ---> sar -P ALL: [2020-12-17T13:01:17.756Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/17/20 _x86_64_ (4 CPU) [2020-12-17T13:01:17.756Z] [2020-12-17T13:01:17.756Z] 12:37:19 LINUX RESTART (4 CPU) [2020-12-17T13:01:17.756Z] [2020-12-17T13:01:17.756Z] 12:38:03 CPU %user %nice %system %iowait %steal %idle [2020-12-17T13:01:17.756Z] 12:39:01 all 12.43 0.00 5.63 2.42 15.93 63.60 [2020-12-17T13:01:17.756Z] 12:39:01 0 9.75 0.00 7.64 1.63 16.49 64.49 [2020-12-17T13:01:17.756Z] 12:39:01 1 16.08 0.00 5.21 2.60 16.19 59.91 [2020-12-17T13:01:17.756Z] 12:39:01 2 8.81 0.00 4.25 2.74 16.70 67.51 [2020-12-17T13:01:17.756Z] 12:39:01 3 15.37 0.00 5.43 2.69 14.30 62.22 [2020-12-17T13:01:17.756Z] 12:40:01 all 3.74 0.00 2.79 0.64 14.38 78.45 [2020-12-17T13:01:17.756Z] 12:40:01 0 4.20 0.00 2.73 0.49 16.66 75.91 [2020-12-17T13:01:17.756Z] 12:40:01 1 3.80 0.00 3.19 1.58 14.25 77.18 [2020-12-17T13:01:17.756Z] 12:40:01 2 3.18 0.00 2.79 0.41 12.91 80.71 [2020-12-17T13:01:17.756Z] 12:40:01 3 3.78 0.00 2.47 0.10 13.71 79.94 [2020-12-17T13:01:17.756Z] 12:41:02 all 6.62 0.00 3.26 0.90 15.58 73.64 [2020-12-17T13:01:17.756Z] 12:41:02 0 7.73 0.00 2.98 1.16 16.69 71.44 [2020-12-17T13:01:17.756Z] 12:41:02 1 5.94 0.00 3.59 1.11 16.17 73.18 [2020-12-17T13:01:17.756Z] 12:41:02 2 6.72 0.00 3.52 0.83 15.01 73.91 [2020-12-17T13:01:17.756Z] 12:41:02 3 6.08 0.00 2.92 0.50 14.47 76.03 [2020-12-17T13:01:17.756Z] 12:42:01 all 3.54 0.00 3.37 0.86 13.67 78.56 [2020-12-17T13:01:17.756Z] 12:42:01 0 2.92 0.00 2.92 1.25 14.17 78.74 [2020-12-17T13:01:17.756Z] 12:42:01 1 3.33 0.00 3.35 1.11 13.83 78.38 [2020-12-17T13:01:17.756Z] 12:42:01 2 4.10 0.00 3.32 0.73 13.31 78.54 [2020-12-17T13:01:17.756Z] 12:42:01 3 3.80 0.00 3.90 0.34 13.36 78.60 [2020-12-17T13:01:17.756Z] 12:43:01 all 7.49 0.00 6.16 5.45 18.81 62.09 [2020-12-17T13:01:17.756Z] 12:43:01 0 5.34 0.00 5.07 4.45 19.57 65.57 [2020-12-17T13:01:17.756Z] 12:43:01 1 7.25 0.00 6.89 7.98 18.39 59.49 [2020-12-17T13:01:17.756Z] 12:43:01 2 9.26 0.00 6.21 3.23 18.48 62.81 [2020-12-17T13:01:17.756Z] 12:43:01 3 8.21 0.00 6.52 6.16 18.75 60.36 [2020-12-17T13:01:17.756Z] 12:44:01 all 41.16 0.00 12.37 3.19 24.95 18.33 [2020-12-17T13:01:17.756Z] 12:44:01 0 38.25 0.00 13.01 3.77 25.91 19.07 [2020-12-17T13:01:17.756Z] 12:44:01 1 39.91 0.00 11.67 1.44 25.45 21.54 [2020-12-17T13:01:17.756Z] 12:44:01 2 39.67 0.00 12.10 3.18 26.40 18.65 [2020-12-17T13:01:17.756Z] 12:44:01 3 46.97 0.00 12.74 4.44 21.96 13.90 [2020-12-17T13:01:17.756Z] 12:45:02 all 46.37 0.00 12.59 2.03 20.32 18.69 [2020-12-17T13:01:17.756Z] 12:45:02 0 48.43 0.00 12.87 2.76 20.33 15.60 [2020-12-17T13:01:17.756Z] 12:45:02 1 45.92 0.00 13.11 1.39 19.72 19.85 [2020-12-17T13:01:17.756Z] 12:45:02 2 46.45 0.00 13.11 2.08 19.49 18.86 [2020-12-17T13:01:17.756Z] 12:45:02 3 44.77 0.00 11.34 1.92 21.68 20.29 [2020-12-17T13:01:17.756Z] 12:46:01 all 20.13 0.00 10.72 3.05 26.76 39.34 [2020-12-17T13:01:17.756Z] 12:46:01 0 19.72 0.00 10.34 3.47 27.49 38.97 [2020-12-17T13:01:17.756Z] 12:46:01 1 21.73 0.00 11.42 5.14 26.34 35.36 [2020-12-17T13:01:17.756Z] 12:46:01 2 18.10 0.00 10.29 2.62 26.75 42.23 [2020-12-17T13:01:17.756Z] 12:46:01 3 21.02 0.00 10.84 0.94 26.44 40.76 [2020-12-17T13:01:17.756Z] 12:47:01 all 7.32 0.00 6.88 0.36 30.50 54.94 [2020-12-17T13:01:17.756Z] 12:47:01 0 7.65 0.00 6.95 0.33 31.95 53.12 [2020-12-17T13:01:17.756Z] 12:47:01 1 7.68 0.00 7.97 0.19 30.70 53.47 [2020-12-17T13:01:17.756Z] 12:47:01 2 7.79 0.00 6.39 0.21 29.01 56.61 [2020-12-17T13:01:17.757Z] 12:47:01 3 6.15 0.00 6.21 0.72 30.30 56.61 [2020-12-17T13:01:17.757Z] 12:48:05 all 10.80 0.00 11.51 4.57 29.85 43.28 [2020-12-17T13:01:17.757Z] 12:48:05 0 11.29 0.00 12.19 4.61 29.64 42.27 [2020-12-17T13:01:17.757Z] 12:48:05 1 11.30 0.00 11.79 4.17 30.05 42.68 [2020-12-17T13:01:17.757Z] 12:48:05 2 9.99 0.00 11.02 4.44 30.27 44.28 [2020-12-17T13:01:17.757Z] 12:48:05 3 10.61 0.00 11.05 5.07 29.41 43.86 [2020-12-17T13:01:17.757Z] 12:49:02 all 12.79 0.00 17.58 21.37 24.37 23.89 [2020-12-17T13:01:17.757Z] 12:49:02 0 13.67 0.00 18.78 22.38 24.18 20.98 [2020-12-17T13:01:17.757Z] 12:49:02 1 12.86 0.00 17.00 19.99 23.93 26.21 [2020-12-17T13:01:17.757Z] 12:49:02 2 11.61 0.00 16.44 21.80 25.03 25.12 [2020-12-17T13:01:17.757Z] 12:49:02 3 13.06 0.00 18.13 21.31 24.32 23.18 [2020-12-17T13:01:17.757Z] [2020-12-17T13:01:17.757Z] 12:49:02 CPU %user %nice %system %iowait %steal %idle [2020-12-17T13:01:17.757Z] 12:50:02 all 47.59 0.00 14.57 10.57 19.95 7.32 [2020-12-17T13:01:17.757Z] 12:50:02 0 47.78 0.00 15.03 10.33 19.53 7.34 [2020-12-17T13:01:17.757Z] 12:50:02 1 44.46 0.00 14.03 10.87 22.83 7.80 [2020-12-17T13:01:17.757Z] 12:50:02 2 50.47 0.00 14.13 10.38 17.42 7.60 [2020-12-17T13:01:17.757Z] 12:50:02 3 47.57 0.00 15.10 10.73 20.09 6.51 [2020-12-17T13:01:17.757Z] 12:51:02 all 21.25 0.00 17.17 15.73 24.33 21.52 [2020-12-17T13:01:17.757Z] 12:51:02 0 22.71 0.00 18.10 15.66 22.28 21.25 [2020-12-17T13:01:17.757Z] 12:51:02 1 18.03 0.00 15.37 18.00 25.95 22.64 [2020-12-17T13:01:17.757Z] 12:51:02 2 21.00 0.00 17.06 14.34 24.68 22.93 [2020-12-17T13:01:17.757Z] 12:51:02 3 23.45 0.00 18.24 14.81 24.32 19.18 [2020-12-17T13:01:17.757Z] 12:52:03 all 15.20 0.00 18.30 20.81 27.29 18.41 [2020-12-17T13:01:17.757Z] 12:52:03 0 15.97 0.00 18.48 21.81 27.13 16.60 [2020-12-17T13:01:17.757Z] 12:52:03 1 15.78 0.00 16.70 23.19 28.04 16.28 [2020-12-17T13:01:17.757Z] 12:52:03 2 14.29 0.00 18.33 18.49 26.13 22.76 [2020-12-17T13:01:17.757Z] 12:52:03 3 14.73 0.00 19.72 19.67 27.84 18.04 [2020-12-17T13:01:17.757Z] 12:53:04 all 40.55 0.00 18.10 12.24 20.13 8.99 [2020-12-17T13:01:17.757Z] 12:53:04 0 41.78 0.00 17.94 12.26 19.24 8.78 [2020-12-17T13:01:17.757Z] 12:53:04 1 42.01 0.00 18.69 12.01 19.83 7.45 [2020-12-17T13:01:17.757Z] 12:53:04 2 39.58 0.00 16.68 12.74 20.57 10.43 [2020-12-17T13:01:17.757Z] 12:53:04 3 38.84 0.00 19.10 11.91 20.86 9.29 [2020-12-17T13:01:17.757Z] 12:54:01 all 33.88 0.00 16.80 8.71 18.26 22.35 [2020-12-17T13:01:17.757Z] 12:54:01 0 31.44 0.00 16.11 7.32 19.26 25.87 [2020-12-17T13:01:17.757Z] 12:54:01 1 34.95 0.00 16.64 9.72 18.36 20.32 [2020-12-17T13:01:17.757Z] 12:54:01 2 34.45 0.00 17.23 10.00 16.99 21.33 [2020-12-17T13:01:17.757Z] 12:54:01 3 34.71 0.00 17.24 7.80 18.42 21.84 [2020-12-17T13:01:17.757Z] 12:55:01 all 0.62 0.00 1.13 0.57 2.91 94.78 [2020-12-17T13:01:17.757Z] 12:55:01 0 0.36 0.00 1.17 0.11 2.89 95.47 [2020-12-17T13:01:17.757Z] 12:55:01 1 0.80 0.00 1.22 0.77 2.99 94.22 [2020-12-17T13:01:17.757Z] 12:55:01 2 0.77 0.00 1.10 0.56 2.71 94.85 [2020-12-17T13:01:17.757Z] 12:55:01 3 0.52 0.00 1.03 0.82 3.06 94.57 [2020-12-17T13:01:17.757Z] 12:56:02 all 0.12 0.00 0.07 0.02 0.38 99.40 [2020-12-17T13:01:17.757Z] 12:56:02 0 0.33 0.00 0.07 0.00 0.20 99.40 [2020-12-17T13:01:17.757Z] 12:56:02 1 0.05 0.00 0.12 0.05 0.43 99.35 [2020-12-17T13:01:17.757Z] 12:56:02 2 0.05 0.00 0.07 0.03 0.38 99.47 [2020-12-17T13:01:17.757Z] 12:56:02 3 0.05 0.00 0.05 0.02 0.51 99.37 [2020-12-17T13:01:17.757Z] 12:57:01 all 0.09 0.00 0.33 0.00 1.33 98.24 [2020-12-17T13:01:17.757Z] 12:57:01 0 0.02 0.00 0.08 0.02 1.34 98.54 [2020-12-17T13:01:17.757Z] 12:57:01 1 0.19 0.00 0.44 0.00 1.45 97.93 [2020-12-17T13:01:17.757Z] 12:57:01 2 0.05 0.00 0.42 0.00 1.50 98.03 [2020-12-17T13:01:17.757Z] 12:57:01 3 0.10 0.00 0.39 0.00 1.05 98.46 [2020-12-17T13:01:17.757Z] 12:58:01 all 0.10 0.00 0.07 0.01 0.34 99.47 [2020-12-17T13:01:17.757Z] 12:58:01 0 0.00 0.00 0.02 0.00 0.07 99.92 [2020-12-17T13:01:17.757Z] 12:58:01 1 0.08 0.00 0.05 0.02 0.38 99.47 [2020-12-17T13:01:17.757Z] 12:58:01 2 0.07 0.00 0.13 0.00 0.61 99.19 [2020-12-17T13:01:17.757Z] 12:58:01 3 0.27 0.00 0.08 0.03 0.30 99.32 [2020-12-17T13:01:17.757Z] 12:59:01 all 0.08 0.00 0.04 0.00 0.31 99.57 [2020-12-17T13:01:17.757Z] 12:59:01 0 0.05 0.00 0.02 0.00 0.10 99.83 [2020-12-17T13:01:17.757Z] 12:59:01 1 0.03 0.00 0.05 0.00 0.50 99.42 [2020-12-17T13:01:17.757Z] 12:59:01 2 0.02 0.00 0.03 0.00 0.47 99.49 [2020-12-17T13:01:17.757Z] 12:59:01 3 0.23 0.00 0.05 0.00 0.18 99.53 [2020-12-17T13:01:17.757Z] 13:00:01 all 0.10 0.00 0.04 0.06 0.35 99.45 [2020-12-17T13:01:17.757Z] 13:00:01 0 0.02 0.00 0.03 0.00 0.40 99.55 [2020-12-17T13:01:17.757Z] 13:00:01 1 0.10 0.00 0.05 0.02 0.51 99.32 [2020-12-17T13:01:17.757Z] 13:00:01 2 0.08 0.00 0.03 0.22 0.20 99.47 [2020-12-17T13:01:17.757Z] 13:00:01 3 0.20 0.00 0.05 0.00 0.30 99.45 [2020-12-17T13:01:17.757Z] [2020-12-17T13:01:17.757Z] 13:00:01 CPU %user %nice %system %iowait %steal %idle [2020-12-17T13:01:17.757Z] 13:01:01 all 5.28 0.00 4.67 4.14 13.13 72.77 [2020-12-17T13:01:17.757Z] 13:01:01 0 4.95 0.00 5.08 3.00 14.05 72.92 [2020-12-17T13:01:17.757Z] 13:01:01 1 5.99 0.00 4.99 5.32 13.03 70.67 [2020-12-17T13:01:17.757Z] 13:01:01 2 5.39 0.00 4.63 4.08 12.20 73.70 [2020-12-17T13:01:17.757Z] 13:01:01 3 4.78 0.00 4.01 4.17 13.25 73.79 [2020-12-17T13:01:17.757Z] Average: all 13.82 0.00 7.69 4.87 15.61 58.02 [2020-12-17T13:01:17.757Z] Average: 0 13.65 0.00 7.82 4.81 15.89 57.84 [2020-12-17T13:01:17.757Z] Average: 1 13.90 0.00 7.71 5.29 15.85 57.26 [2020-12-17T13:01:17.757Z] Average: 2 13.63 0.00 7.50 4.68 15.34 58.86 [2020-12-17T13:01:17.757Z] Average: 3 14.09 0.00 7.74 4.69 15.35 58.13 [2020-12-17T13:01:17.757Z] [2020-12-17T13:01:17.757Z] [2020-12-17T13:01:17.757Z]