Branch indexing 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 hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at f7cba1f5bd7f0f50faed19509b697065ec7e4bcf rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from f7cba1f5bd7f0f50faed19509b697065ec7e4bcf 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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-22396 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/47 [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/47 # 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 f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing e579a6ce3575348819c2d66e310e7dd0b1a6f982 Checking out Revision e579a6ce3575348819c2d66e310e7dd0b1a6f982 (PR-2858) > 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/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # 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 f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e579a6ce3575348819c2d66e310e7dd0b1a6f982 # timeout=10 Commit message: "Merge commit 'f7cba1f5bd7f0f50faed19509b697065ec7e4bcf' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-23T00:31:58.203Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-23T00:31:58.472Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-23T00:31:58.561Z] ========================================================= [2021-01-23T00:31:58.561Z] EdgeX Global Pipelines Version Info [2021-01-23T00:31:58.561Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f3cb4776a1548f6e1b3e0de073556e14b17ad638 # timeout=10 [2021-01-23T00:32:00.029Z] ------------------- [2021-01-23T00:32:00.029Z] stable info: [2021-01-23T00:32:00.029Z] ------------------- [2021-01-23T00:32:00.029Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-23T00:32:00.029Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-23T00:32:00.029Z] Message: update stable to v1.0.179 [2021-01-23T00:32:00.990Z] ------------------- [2021-01-23T00:32:00.990Z] experimental info: [2021-01-23T00:32:00.990Z] ------------------- [2021-01-23T00:32:00.990Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-23T00:32:00.990Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-23T00:32:00.990Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-23T00:32:01.255Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-23T00:32:01.352Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-23T00:32:01.431Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-23T00:32:01.536Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-23T00:32:01.618Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-23T00:32:01.734Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-23T00:32:01.841Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-23T00:32:01.958Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-23T00:32:02.052Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-23T00:32:02.151Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-23T00:32:02.254Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-23T00:32:02.340Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-23T00:32:02.445Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-23T00:32:02.583Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-23T00:32:02.666Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-23T00:32:02.754Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-23T00:32:02.855Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-23T00:32:02.949Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-23T00:32:03.041Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-23T00:32:03.139Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-23T00:32:03.222Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-23T00:32:03.322Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-23T00:32:03.440Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-23T00:32:03.522Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-01-23T00:32:03.604Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-01-23T00:32:03.705Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-01-23T00:32:03.792Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e579a6ce3575348819c2d66e310e7dd0b1a6f982 [Pipeline] echo [2021-01-23T00:32:03.879Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e579a6c [Pipeline] echo [2021-01-23T00:32:03.983Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-23T00:32:04.151Z] provisioning config files... [2021-01-23T00:32:05.283Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/47@tmp/config8343948933260551934tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:32:05.650Z] ---> docker-login.sh [2021-01-23T00:32:05.650Z] nexus3.edgexfoundry.org:10001 [2021-01-23T00:32:05.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:32:06.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:32:06.178Z] Configure a credential helper to remove this warning. See [2021-01-23T00:32:06.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:32:06.178Z] [2021-01-23T00:32:06.178Z] Login Succeeded [2021-01-23T00:32:06.178Z] nexus3.edgexfoundry.org:10002 [2021-01-23T00:32:06.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:32:06.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:32:06.442Z] Configure a credential helper to remove this warning. See [2021-01-23T00:32:06.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:32:06.442Z] [2021-01-23T00:32:06.442Z] Login Succeeded [2021-01-23T00:32:06.442Z] nexus3.edgexfoundry.org:10003 [2021-01-23T00:32:06.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:32:06.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:32:06.442Z] Configure a credential helper to remove this warning. See [2021-01-23T00:32:06.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:32:06.443Z] [2021-01-23T00:32:06.443Z] Login Succeeded [2021-01-23T00:32:06.443Z] nexus3.edgexfoundry.org:10004 [2021-01-23T00:32:06.709Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:32:06.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:32:06.709Z] Configure a credential helper to remove this warning. See [2021-01-23T00:32:06.709Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:32:06.709Z] [2021-01-23T00:32:06.709Z] Login Succeeded [2021-01-23T00:32:06.709Z] docker.io [2021-01-23T00:32:06.709Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:32:06.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:32:06.972Z] Configure a credential helper to remove this warning. See [2021-01-23T00:32:06.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:32:06.972Z] [2021-01-23T00:32:06.972Z] Login Succeeded [2021-01-23T00:32:06.972Z] ---> docker-login.sh ends [Pipeline] } [2021-01-23T00:32:06.983Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-23T00:32:07.441Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-23T00:32:07.441Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:32:07.441Z] ++ dirname cmd/core-command/Dockerfile [2021-01-23T00:32:07.441Z] ++ cut -d/ -f2 [2021-01-23T00:32:07.441Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-23T00:32:07.441Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:32:07.441Z] ++ dirname cmd/core-data/Dockerfile [2021-01-23T00:32:07.441Z] ++ cut -d/ -f2 [2021-01-23T00:32:07.441Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-23T00:32:07.441Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:32:07.441Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-23T00:32:07.441Z] ++ cut -d/ -f2 [2021-01-23T00:32:07.441Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-23T00:32:07.441Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:32:07.441Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-23T00:32:07.441Z] ++ cut -d/ -f2 [2021-01-23T00:32:07.441Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-23T00:32:07.441Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:32:07.441Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-23T00:32:07.441Z] ++ cut -d/ -f2 [2021-01-23T00:32:07.441Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-23T00:32:07.441Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:32:07.441Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-23T00:32:07.441Z] ++ cut -d/ -f2 [2021-01-23T00:32:07.441Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-23T00:32:07.441Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:32:07.441Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-23T00:32:07.441Z] ++ cut -d/ -f2 [2021-01-23T00:32:07.441Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-23T00:32:07.441Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:32:07.441Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-23T00:32:07.441Z] ++ cut -d/ -f2 [2021-01-23T00:32:07.441Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-23T00:32:07.441Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-23T00:32:07.441Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-23T00:32:07.441Z] ++ cut -d/ -f2 [2021-01-23T00:32:07.441Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-23T00:32:07.514Z] 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-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 [2021-01-23T00:32:08.336Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-23T00:32:08.336Z] [2021-01-23T00:32:08.336Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:32:08.686Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-23T00:32:08.686Z] latest: Pulling from edgex-devops/git-semver [2021-01-23T00:32:08.686Z] 31603596830f: Pulling fs layer [2021-01-23T00:32:08.686Z] 2a8b12db71e7: Pulling fs layer [2021-01-23T00:32:08.686Z] 6ca5941a6612: Pulling fs layer [2021-01-23T00:32:08.686Z] ecc8261a40a4: Pulling fs layer [2021-01-23T00:32:08.686Z] ecc8261a40a4: Waiting [2021-01-23T00:32:08.686Z] 2a8b12db71e7: Verifying Checksum [2021-01-23T00:32:08.686Z] 2a8b12db71e7: Download complete [2021-01-23T00:32:08.686Z] 31603596830f: Download complete [2021-01-23T00:32:08.960Z] ecc8261a40a4: Verifying Checksum [2021-01-23T00:32:08.960Z] ecc8261a40a4: Download complete [2021-01-23T00:32:08.960Z] 6ca5941a6612: Verifying Checksum [2021-01-23T00:32:08.960Z] 6ca5941a6612: Download complete [2021-01-23T00:32:09.226Z] 31603596830f: Pull complete [2021-01-23T00:32:09.226Z] 2a8b12db71e7: Pull complete [2021-01-23T00:32:10.181Z] 6ca5941a6612: Pull complete [2021-01-23T00:32:10.444Z] ecc8261a40a4: Pull complete [2021-01-23T00:32:10.444Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-23T00:32:10.444Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-23T00:32:10.444Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-23T00:32:10.558Z] prd-centos7-docker-4c-2g-22396 does not seem to be running inside a container [2021-01-23T00:32:10.611Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-23T00:32:13.039Z] $ docker top 889a6d03c274ee42f330393a6945d4a3857354124fc3c8ccb92ee8108dc7cf33 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-23T00:32:13.397Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-23T00:32:13.397Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-23T00:32:13.655Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-23T00:32:13.661Z] $ docker exec 889a6d03c274ee42f330393a6945d4a3857354124fc3c8ccb92ee8108dc7cf33 ssh-agent [2021-01-23T00:32:13.848Z] SSH_AUTH_SOCK=/tmp/ssh-MTIZpN5SfUro/agent.11 [2021-01-23T00:32:13.848Z] SSH_AGENT_PID=16 [2021-01-23T00:32:13.861Z] Running ssh-add (command line suppressed) [2021-01-23T00:32:13.992Z] Identity added: /w/workspace/edgex-go/47@tmp/private_key_5631129561514564327.key (/w/workspace/edgex-go/47@tmp/private_key_5631129561514564327.key) [2021-01-23T00:32:14.051Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-23T00:32:14.433Z] + git tag --points-at HEAD [Pipeline] } [2021-01-23T00:32:14.457Z] $ docker exec --env ******** --env ******** 889a6d03c274ee42f330393a6945d4a3857354124fc3c8ccb92ee8108dc7cf33 ssh-agent -k [2021-01-23T00:32:14.576Z] unset SSH_AUTH_SOCK; [2021-01-23T00:32:14.577Z] unset SSH_AGENT_PID; [2021-01-23T00:32:14.577Z] echo Agent pid 16 killed; [2021-01-23T00:32:14.627Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-23T00:32:14.790Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-23T00:32:14.790Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-23T00:32:14.979Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-23T00:32:14.985Z] $ docker exec 889a6d03c274ee42f330393a6945d4a3857354124fc3c8ccb92ee8108dc7cf33 ssh-agent [2021-01-23T00:32:15.176Z] SSH_AUTH_SOCK=/tmp/ssh-aW7bgM9mwaHP/agent.44 [2021-01-23T00:32:15.176Z] SSH_AGENT_PID=49 [2021-01-23T00:32:15.184Z] Running ssh-add (command line suppressed) [2021-01-23T00:32:15.314Z] Identity added: /w/workspace/edgex-go/47@tmp/private_key_3428138858360221798.key (/w/workspace/edgex-go/47@tmp/private_key_3428138858360221798.key) [2021-01-23T00:32:15.369Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-23T00:32:15.706Z] + git semver init [2021-01-23T00:32:15.706Z] # -> Open(): unable to determine branch for HEAD [2021-01-23T00:32:15.706Z] # $GIT_DIR = /w/workspace/edgex-go/47/.git [2021-01-23T00:32:15.706Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/47 [2021-01-23T00:32:15.706Z] # $SEMVER_REMOTE_NAME = origin [2021-01-23T00:32:15.706Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-23T00:32:15.706Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-23T00:32:15.706Z] # $SEMVER_BRANCH = PR-2858 [2021-01-23T00:32:15.706Z] # $SEMVER_TEMP = /tmp/semver-196915979 [2021-01-23T00:32:15.706Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-23T00:32:34.089Z] # '/tmp/semver-196915979' -> '/w/workspace/edgex-go/47/.semver' [2021-01-23T00:32:34.089Z] # -> Force: false [2021-01-23T00:32:34.089Z] # $SEMVER_DIR = /w/workspace/edgex-go/47/.semver [Pipeline] } [2021-01-23T00:32:34.104Z] $ docker exec --env ******** --env ******** 889a6d03c274ee42f330393a6945d4a3857354124fc3c8ccb92ee8108dc7cf33 ssh-agent -k [2021-01-23T00:32:34.322Z] unset SSH_AUTH_SOCK; [2021-01-23T00:32:34.322Z] unset SSH_AGENT_PID; [2021-01-23T00:32:34.322Z] echo Agent pid 49 killed; [2021-01-23T00:32:34.426Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-23T00:32:34.894Z] + git semver [Pipeline] } [2021-01-23T00:32:34.912Z] $ docker stop --time=1 889a6d03c274ee42f330393a6945d4a3857354124fc3c8ccb92ee8108dc7cf33 [2021-01-23T00:32:36.538Z] $ docker rm -f 889a6d03c274ee42f330393a6945d4a3857354124fc3c8ccb92ee8108dc7cf33 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-23T00:32:37.047Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-23T00:32:37.540Z] Stashed 1 file(s) [Pipeline] echo [2021-01-23T00:32:37.543Z] [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 [2021-01-23T00:32:38.386Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-23T00:32:38.691Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-23T00:32:39.003Z] + sudo service docker restart [2021-01-23T00:32:39.003Z] + true [2021-01-23T00:32:39.003Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-23T00:32:39.601Z] ========================================================= [2021-01-23T00:32:39.601Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-23T00:32:39.601Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:32:39.937Z] + 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 . [2021-01-23T00:32:43.267Z] Sending build context to Docker daemon 327.2MB [2021-01-23T00:32:43.531Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-23T00:32:43.531Z] Step 2/6 : FROM ${BASE} [2021-01-23T00:32:43.531Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-23T00:32:43.531Z] 188c0c94c7c5: Pulling fs layer [2021-01-23T00:32:43.531Z] 0ef7d3d256c8: Pulling fs layer [2021-01-23T00:32:43.531Z] de9db76c5a1d: Pulling fs layer [2021-01-23T00:32:43.531Z] bca2f99d35d6: Pulling fs layer [2021-01-23T00:32:43.531Z] 93359f2a8cfa: Pulling fs layer [2021-01-23T00:32:43.531Z] 7c6f9722023f: Pulling fs layer [2021-01-23T00:32:43.531Z] a35cf1a2eb13: Pulling fs layer [2021-01-23T00:32:43.531Z] 93359f2a8cfa: Waiting [2021-01-23T00:32:43.531Z] bca2f99d35d6: Waiting [2021-01-23T00:32:43.531Z] 7c6f9722023f: Waiting [2021-01-23T00:32:43.532Z] a35cf1a2eb13: Waiting [2021-01-23T00:32:43.532Z] de9db76c5a1d: Download complete [2021-01-23T00:32:43.532Z] 0ef7d3d256c8: Verifying Checksum [2021-01-23T00:32:43.532Z] 0ef7d3d256c8: Download complete [2021-01-23T00:32:43.532Z] 93359f2a8cfa: Verifying Checksum [2021-01-23T00:32:43.532Z] 93359f2a8cfa: Download complete [2021-01-23T00:32:43.532Z] 7c6f9722023f: Verifying Checksum [2021-01-23T00:32:43.532Z] 7c6f9722023f: Download complete [2021-01-23T00:32:43.800Z] 188c0c94c7c5: Download complete [2021-01-23T00:32:44.065Z] 188c0c94c7c5: Pull complete [2021-01-23T00:32:44.336Z] 0ef7d3d256c8: Pull complete [2021-01-23T00:32:45.733Z] a35cf1a2eb13: Verifying Checksum [2021-01-23T00:32:45.733Z] a35cf1a2eb13: Download complete [2021-01-23T00:32:45.995Z] de9db76c5a1d: Pull complete [2021-01-23T00:32:45.995Z] bca2f99d35d6: Verifying Checksum [2021-01-23T00:32:45.995Z] bca2f99d35d6: Download complete [2021-01-23T00:32:51.318Z] bca2f99d35d6: Pull complete [2021-01-23T00:32:51.318Z] 93359f2a8cfa: Pull complete [2021-01-23T00:32:51.588Z] 7c6f9722023f: Pull complete [2021-01-23T00:32:52.888Z] Still waiting to schedule task [2021-01-23T00:32:52.888Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-23T00:32:56.927Z] a35cf1a2eb13: Pull complete [2021-01-23T00:32:56.927Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-23T00:32:56.927Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-23T00:32:56.927Z] ---> a62c8e92a672 [2021-01-23T00:32:56.927Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-23T00:32:56.927Z] ---> Running in 02982c055c50 [2021-01-23T00:32:57.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:32:58.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:32:59.976Z] (1/12) Installing libmagic (5.38-r0) [2021-01-23T00:33:00.239Z] (2/12) Installing file (5.38-r0) [2021-01-23T00:33:00.239Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-23T00:33:00.502Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-23T00:33:05.814Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-23T00:33:05.814Z] (6/12) Installing patch (2.7.6-r6) [2021-01-23T00:33:05.814Z] (7/12) Installing build-base (0.5-r2) [2021-01-23T00:33:05.814Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-23T00:33:05.814Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-23T00:33:05.814Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-23T00:33:06.078Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-23T00:33:06.652Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-23T00:33:06.652Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:33:06.652Z] OK: 233 MiB in 51 packages [2021-01-23T00:33:09.985Z] Removing intermediate container 02982c055c50 [2021-01-23T00:33:09.985Z] ---> 170a4c44840c [2021-01-23T00:33:09.985Z] Step 4/6 : WORKDIR /edgex-go [2021-01-23T00:33:09.985Z] ---> Running in 4c536a9ca27e [2021-01-23T00:33:09.985Z] Removing intermediate container 4c536a9ca27e [2021-01-23T00:33:09.985Z] ---> 692daa137c09 [2021-01-23T00:33:09.985Z] Step 5/6 : COPY go.mod . [2021-01-23T00:33:10.249Z] ---> ec8e93c53768 [2021-01-23T00:33:10.249Z] Step 6/6 : RUN go mod download [2021-01-23T00:33:10.249Z] ---> Running in cd73bb56d65d [2021-01-23T00:33:32.296Z] Removing intermediate container cd73bb56d65d [2021-01-23T00:33:32.296Z] ---> 7b9f653b3ead [2021-01-23T00:33:32.296Z] Successfully built 7b9f653b3ead [2021-01-23T00:33:32.296Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:33:32.615Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-23T00:33:32.615Z] . [Pipeline] withDockerContainer [2021-01-23T00:33:32.734Z] prd-centos7-docker-4c-2g-22396 does not seem to be running inside a container [2021-01-23T00:33:32.783Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@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 ******** ci-base-image-x86_64 cat [2021-01-23T00:33:33.739Z] $ docker top 5aa1c33c5fdaeacff6ed6082217431020058b7628a353036a1a6ce6f3caca5dc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T00:33:34.265Z] + go version [2021-01-23T00:33:34.265Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-23T00:33:34.281Z] $ docker stop --time=1 5aa1c33c5fdaeacff6ed6082217431020058b7628a353036a1a6ce6f3caca5dc [2021-01-23T00:33:35.654Z] $ docker rm -f 5aa1c33c5fdaeacff6ed6082217431020058b7628a353036a1a6ce6f3caca5dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:33:36.499Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-23T00:33:36.499Z] . [Pipeline] withDockerContainer [2021-01-23T00:33:36.600Z] prd-centos7-docker-4c-2g-22396 does not seem to be running inside a container [2021-01-23T00:33:36.648Z] $ 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/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@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 ******** ci-base-image-x86_64 cat [2021-01-23T00:33:37.524Z] $ docker top c40d797e578e187fa51e138802648244d86b99e1afbf0d71ef7293f886ce2d94 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-23T00:33:37.737Z] ========================================================= [2021-01-23T00:33:37.738Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-23T00:33:37.738Z] ========================================================= [Pipeline] sh [2021-01-23T00:33:38.030Z] + make test [2021-01-23T00:33:38.030Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-23T00:33:48.112Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-23T00:34:03.185Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-23T00:34:09.836Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-23T00:34:09.836Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-23T00:34:09.836Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-23T00:34:09.836Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-23T00:34:13.190Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-23T00:34:13.191Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-23T00:34:13.191Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-23T00:34:13.191Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-23T00:34:13.191Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-23T00:34:13.456Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-23T00:34:16.048Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-23T00:34:16.048Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-23T00:34:16.048Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-23T00:34:18.013Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.103s coverage: 46.6% of statements [2021-01-23T00:34:18.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-23T00:34:18.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-23T00:34:18.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-23T00:34:18.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-23T00:34:18.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-23T00:34:22.284Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.211s coverage: 27.1% of statements [2021-01-23T00:34:22.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-23T00:34:22.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-23T00:34:22.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-23T00:34:22.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-23T00:34:22.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-23T00:34:22.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-23T00:34:22.285Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements [2021-01-23T00:34:22.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-23T00:34:22.285Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements [2021-01-23T00:34:22.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-23T00:34:22.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-23T00:34:22.285Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.111s coverage: 65.8% of statements [2021-01-23T00:34:22.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-23T00:34:22.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-23T00:34:22.881Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.435s coverage: 82.3% of statements [2021-01-23T00:34:22.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-23T00:34:22.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-23T00:34:22.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-23T00:34:22.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-23T00:34:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.428s coverage: 28.6% of statements [2021-01-23T00:34:24.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-23T00:34:24.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-23T00:34:24.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-23T00:34:24.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-23T00:34:24.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-23T00:34:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.116s coverage: 100.0% of statements [2021-01-23T00:34:24.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-23T00:34:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.046s coverage: 100.0% of statements [2021-01-23T00:34:24.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-23T00:34:24.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.148s coverage: 86.7% of statements [2021-01-23T00:34:24.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-23T00:34:25.142Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.143s coverage: 97.5% of statements [2021-01-23T00:34:25.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-23T00:34:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.091s coverage: 78.3% of statements [2021-01-23T00:34:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-23T00:34:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-23T00:34:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-23T00:34:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-23T00:34:28.016Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.392s coverage: 92.8% of statements [2021-01-23T00:34:28.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-23T00:34:28.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-23T00:34:28.016Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-23T00:34:28.016Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-23T00:34:28.016Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-23T00:34:28.016Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-23T00:34:28.016Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-23T00:34:28.016Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-23T00:34:28.016Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-23T00:34:28.016Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-23T00:34:28.016Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-23T00:34:28.016Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-23T00:34:28.016Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-23T00:34:28.016Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-23T00:34:28.016Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-23T00:34:28.016Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-23T00:34:28.016Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-23T00:34:28.016Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-23T00:34:28.016Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements [2021-01-23T00:34:28.016Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-23T00:34:28.016Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-23T00:34:28.016Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.086s coverage: 0.1% of statements [2021-01-23T00:34:28.016Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-23T00:34:28.016Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-23T00:34:28.016Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-23T00:34:28.016Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.037s coverage: 43.8% of statements [2021-01-23T00:34:28.016Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.042s coverage: 79.5% of statements [2021-01-23T00:34:28.016Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.043s coverage: 94.1% of statements [2021-01-23T00:34:28.016Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.045s coverage: 96.3% of statements [2021-01-23T00:34:28.016Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements [2021-01-23T00:34:40.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.039s coverage: 94.4% of statements [2021-01-23T00:34:40.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-01-23T00:34:40.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-23T00:34:40.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-23T00:34:40.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-23T00:34:40.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-23T00:34:40.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.057s coverage: 87.2% of statements [2021-01-23T00:34:40.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-23T00:34:40.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-23T00:34:40.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.028s coverage: 100.0% of statements [2021-01-23T00:34:40.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-23T00:34:40.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements [2021-01-23T00:34:40.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-23T00:34:40.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-01-23T00:34:40.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.061s coverage: 87.2% of statements [2021-01-23T00:34:40.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.047s coverage: 84.2% of statements [2021-01-23T00:34:40.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.084s coverage: 91.4% of statements [2021-01-23T00:34:40.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-23T00:34:40.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.212s coverage: 63.5% of statements [2021-01-23T00:34:40.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-23T00:34:40.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-23T00:34:40.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-01-23T00:34:40.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-01-23T00:34:40.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-01-23T00:34:40.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements [2021-01-23T00:34:40.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-01-23T00:34:40.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.300s coverage: 68.9% of statements [2021-01-23T00:34:40.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-23T00:34:40.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-23T00:34:40.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-23T00:34:40.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-23T00:34:40.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-23T00:34:40.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 37.0% of statements [2021-01-23T00:34:40.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-23T00:34:40.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-23T00:34:40.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.293s coverage: 84.0% of statements [2021-01-23T00:34:40.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements [2021-01-23T00:34:40.295Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.133s coverage: 47.1% of statements [2021-01-23T00:34:40.295Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-23T00:34:40.295Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-23T00:34:40.295Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-23T00:34:40.295Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-23T00:34:40.295Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-23T00:34:40.295Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-01-23T00:34:40.295Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-23T00:34:40.295Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements [2021-01-23T00:34:40.295Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-23T00:34:40.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.734s coverage: 29.1% of statements [2021-01-23T00:34:40.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-23T00:34:40.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-23T00:34:40.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-23T00:34:40.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-23T00:34:40.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-23T00:34:40.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.082s coverage: 99.0% of statements [2021-01-23T00:34:40.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-23T00:34:40.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-01-23T00:34:40.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-23T00:34:40.887Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements [2021-01-23T00:34:40.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-23T00:34:40.887Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-01-23T00:34:40.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-23T00:34:40.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-23T00:34:40.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-23T00:34:40.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-23T00:34:40.887Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements [2021-01-23T00:34:40.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-23T00:34:40.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-23T00:34:40.887Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2021-01-23T00:34:41.162Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-01-23T00:34:41.426Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-23T00:34:41.687Z] GO111MODULE=on go vet ./... [2021-01-23T00:35:09.179Z] gofmt -l . [2021-01-23T00:35:09.179Z] [ "`gofmt -l .`" = "" ] [2021-01-23T00:35:09.179Z] ./bin/test-go-mod-tidy.sh [2021-01-23T00:35:09.179Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-23T00:35:09.492Z] + ls -al . [2021-01-23T00:35:09.492Z] total 668 [2021-01-23T00:35:09.492Z] drwxrwxr-x 10 1001 1001 4096 Jan 23 00:35 . [2021-01-23T00:35:09.492Z] drwxr-xr-x 4 root root 30 Jan 23 00:33 .. [2021-01-23T00:35:09.492Z] -rw-rw-r-- 1 1001 1001 11 Jan 23 00:31 .dockerignore [2021-01-23T00:35:09.492Z] drwxrwxr-x 8 1001 1001 179 Jan 23 00:31 .git [2021-01-23T00:35:09.492Z] drwxrwxr-x 3 1001 1001 125 Jan 23 00:31 .github [2021-01-23T00:35:09.492Z] -rw-rw-r-- 1 1001 1001 872 Jan 23 00:31 .gitignore [2021-01-23T00:35:09.492Z] drwx------ 3 1001 1001 47 Jan 23 00:32 .semver [2021-01-23T00:35:09.492Z] -rw-rw-r-- 1 1001 1001 166 Jan 23 00:31 .sonarcloud.properties [2021-01-23T00:35:09.492Z] -rw-rw-r-- 1 1001 1001 7859 Jan 23 00:31 Attribution.txt [2021-01-23T00:35:09.492Z] -rw-rw-r-- 1 1001 1001 3804 Jan 23 00:31 CONTRIBUTING.md [2021-01-23T00:35:09.492Z] -rw-rw-r-- 1 1001 1001 931 Jan 23 00:31 Dockerfile.build [2021-01-23T00:35:09.492Z] -rw-rw-r-- 1 1001 1001 863 Jan 23 00:31 Jenkinsfile [2021-01-23T00:35:09.492Z] -rw-rw-r-- 1 1001 1001 10775 Jan 23 00:31 LICENSE [2021-01-23T00:35:09.492Z] -rw-rw-r-- 1 1001 1001 6001 Jan 23 00:31 Makefile [2021-01-23T00:35:09.492Z] -rw-rw-r-- 1 1001 1001 6524 Jan 23 00:31 README.md [2021-01-23T00:35:09.492Z] -rw-rw-r-- 1 1001 1001 6755 Jan 23 00:31 SECURITY.md [2021-01-23T00:35:09.492Z] -rw-rw-r-- 1 1001 1001 5 Jan 23 00:32 VERSION [2021-01-23T00:35:09.492Z] -rw-rw-r-- 1 1001 1001 4131 Jan 23 00:31 ZMQWindows.md [2021-01-23T00:35:09.492Z] drwxrwxr-x 2 1001 1001 117 Jan 23 00:31 bin [2021-01-23T00:35:09.492Z] drwxrwxr-x 15 1001 1001 4096 Jan 23 00:31 cmd [2021-01-23T00:35:09.492Z] -rw-r--r-- 1 root root 564700 Jan 23 00:34 coverage.out [2021-01-23T00:35:09.492Z] -rw-r--r-- 1 root root 1053 Jan 23 00:35 go.mod [2021-01-23T00:35:09.492Z] -rw-r--r-- 1 root root 18878 Jan 23 00:35 go.sum [2021-01-23T00:35:09.492Z] drwxrwxr-x 8 1001 1001 127 Jan 23 00:31 internal [2021-01-23T00:35:09.492Z] drwxrwxr-x 4 1001 1001 26 Jan 23 00:31 openapi [2021-01-23T00:35:09.492Z] drwxrwxr-x 4 1001 1001 71 Jan 23 00:31 snap [2021-01-23T00:35:09.492Z] -rw-rw-r-- 1 1001 1001 168 Jan 23 00:31 version.go [Pipeline] sh [2021-01-23T00:35:09.801Z] + '[' -e coverage.out ] [2021-01-23T00:35:09.801Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-23T00:35:10.057Z] Stashed 1 file(s) [Pipeline] sh [2021-01-23T00:35:10.363Z] + make build [2021-01-23T00:35:10.363Z] 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 [2021-01-23T00:35:14.599Z] 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 [2021-01-23T00:35:23.706Z] 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 [2021-01-23T00:35:23.706Z] 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 [2021-01-23T00:35:25.109Z] 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 [2021-01-23T00:35:25.692Z] 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 [2021-01-23T00:35:27.646Z] 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 [2021-01-23T00:35:28.604Z] 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 [2021-01-23T00:35:29.999Z] 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 [2021-01-23T00:35:31.395Z] 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 [2021-01-23T00:35:32.343Z] 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 [2021-01-23T00:35:33.295Z] 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 [2021-01-23T00:35:34.693Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-23T00:35:36.117Z] $ docker stop --time=1 c40d797e578e187fa51e138802648244d86b99e1afbf0d71ef7293f886ce2d94 [2021-01-23T00:35:37.910Z] $ docker rm -f c40d797e578e187fa51e138802648244d86b99e1afbf0d71ef7293f886ce2d94 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:35:39.827Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-23T00:35:39.827Z] [2021-01-23T00:35:39.827Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:35:40.196Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-23T00:35:40.197Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-23T00:35:40.197Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-23T00:35:40.197Z] ca9280d653b3: Pulling fs layer [2021-01-23T00:35:40.197Z] 7e9c9ca2126c: Pulling fs layer [2021-01-23T00:35:40.460Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-23T00:35:40.460Z] cbdbe7a5bc2a: Download complete [2021-01-23T00:35:41.052Z] ca9280d653b3: Verifying Checksum [2021-01-23T00:35:41.052Z] ca9280d653b3: Download complete [2021-01-23T00:35:41.052Z] cbdbe7a5bc2a: Pull complete [2021-01-23T00:35:42.008Z] 7e9c9ca2126c: Verifying Checksum [2021-01-23T00:35:42.008Z] 7e9c9ca2126c: Download complete [2021-01-23T00:35:42.008Z] ca9280d653b3: Pull complete [2021-01-23T00:35:50.198Z] 7e9c9ca2126c: Pull complete [2021-01-23T00:35:50.199Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-23T00:35:50.199Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-23T00:35:50.199Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-23T00:35:50.362Z] prd-centos7-docker-4c-2g-22396 does not seem to be running inside a container [2021-01-23T00:35:50.413Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@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 [2021-01-23T00:35:53.304Z] $ docker top d8bbec5295e6fe27789e5ee4b75faa870ad125ecac750a20794b529b5b72f391 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T00:35:53.908Z] + docker-compose build --help [2021-01-23T00:35:53.908Z] + grep parallel [2021-01-23T00:35:54.862Z] --parallel Build images in parallel. [Pipeline] } [2021-01-23T00:35:55.149Z] $ docker stop --time=1 d8bbec5295e6fe27789e5ee4b75faa870ad125ecac750a20794b529b5b72f391 [2021-01-23T00:35:56.598Z] $ docker rm -f d8bbec5295e6fe27789e5ee4b75faa870ad125ecac750a20794b529b5b72f391 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:35:57.228Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-23T00:35:57.228Z] . [Pipeline] withDockerContainer [2021-01-23T00:35:57.334Z] prd-centos7-docker-4c-2g-22396 does not seem to be running inside a container [2021-01-23T00:35:57.382Z] $ 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/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-23T00:35:58.119Z] $ docker top 08042ff8c6d26f5292fc89bcfdd22b6f3ec0b44bf5adab9e81ac1dd3a2e77c54 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T00:35:58.614Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-23T00:35:59.570Z] Building docker-core-command-go ... [2021-01-23T00:35:59.570Z] Building docker-core-data-go ... [2021-01-23T00:35:59.570Z] Building docker-core-metadata-go ... [2021-01-23T00:35:59.570Z] Building docker-security-bootstrapper-go ... [2021-01-23T00:35:59.570Z] Building docker-security-proxy-setup-go ... [2021-01-23T00:35:59.570Z] Building docker-security-secretstore-setup-go ... [2021-01-23T00:35:59.570Z] Building docker-support-notifications-go ... [2021-01-23T00:35:59.570Z] Building docker-support-scheduler-go ... [2021-01-23T00:35:59.570Z] Building docker-sys-mgmt-agent-go ... [2021-01-23T00:35:59.570Z] Building docker-security-secretstore-setup-go [2021-01-23T00:35:59.570Z] Building docker-security-proxy-setup-go [2021-01-23T00:35:59.570Z] Building docker-support-scheduler-go [2021-01-23T00:35:59.570Z] Building docker-support-notifications-go [2021-01-23T00:35:59.570Z] Building docker-security-bootstrapper-go [2021-01-23T00:36:13.613Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22406 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-01-23T00:36:13.664Z] Running in /w/workspace/edgex-go/47 [Pipeline] { [Pipeline] checkout [2021-01-23T00:36:19.172Z] using credential edgex-jenkins-ssh [2021-01-23T00:36:19.263Z] Cloning the remote Git repository [2021-01-23T00:36:19.345Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-23T00:36:19.464Z] > git init /w/workspace/edgex-go/47 # timeout=10 [2021-01-23T00:36:19.548Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-23T00:36:19.548Z] > git --version # timeout=10 [2021-01-23T00:36:19.566Z] > git --version # 'git version 2.17.1' [2021-01-23T00:36:19.568Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T00:36:19.670Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-23T00:36:31.999Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:36:31.999Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:36:31.999Z] ---> 7b9f653b3ead [2021-01-23T00:36:31.999Z] Step 3/22 : WORKDIR /edgex-go [2021-01-23T00:36:32.598Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:36:32.598Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:36:32.598Z] ---> 7b9f653b3ead [2021-01-23T00:36:32.598Z] Step 3/22 : WORKDIR /edgex-go [2021-01-23T00:36:33.193Z] ---> Running in 5dc136107e05 [2021-01-23T00:36:33.456Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:36:33.456Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:36:33.456Z] ---> 7b9f653b3ead [2021-01-23T00:36:33.456Z] Step 3/24 : WORKDIR /edgex-go [2021-01-23T00:36:33.456Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:36:33.456Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:36:33.456Z] ---> 7b9f653b3ead [2021-01-23T00:36:33.456Z] Step 3/21 : WORKDIR /edgex-go [2021-01-23T00:36:34.122Z] ---> Running in 65e2c6940c4a [2021-01-23T00:36:34.122Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:36:34.122Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:36:34.122Z] ---> 7b9f653b3ead [2021-01-23T00:36:34.122Z] Step 3/33 : WORKDIR /edgex-go [2021-01-23T00:36:34.411Z] ---> Running in f30cc18ef11a [2021-01-23T00:36:34.411Z] ---> Running in 1caa8e9f244e [2021-01-23T00:36:34.411Z] ---> Running in a4a7e3bf620c [2021-01-23T00:36:34.411Z] Removing intermediate container 5dc136107e05 [2021-01-23T00:36:34.411Z] ---> c34b75586ded [2021-01-23T00:36:34.411Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:36:34.411Z] Removing intermediate container 65e2c6940c4a [2021-01-23T00:36:34.411Z] ---> 79650cbec734 [2021-01-23T00:36:34.411Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:36:34.699Z] ---> Running in 54a81776eb42 [2021-01-23T00:36:34.699Z] ---> Running in 7c4caac02b89 [2021-01-23T00:36:34.988Z] Removing intermediate container f30cc18ef11a [2021-01-23T00:36:34.988Z] ---> 47096519091e [2021-01-23T00:36:34.988Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:36:34.988Z] Removing intermediate container 1caa8e9f244e [2021-01-23T00:36:34.988Z] ---> 76fa5539b255 [2021-01-23T00:36:34.988Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:36:34.988Z] Removing intermediate container a4a7e3bf620c [2021-01-23T00:36:34.988Z] ---> a02019194750 [2021-01-23T00:36:34.988Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:36:34.988Z] ---> Running in 9a857d8eaff9 [2021-01-23T00:36:34.988Z] ---> Running in b8d9c63346b5 [2021-01-23T00:36:34.988Z] ---> Running in 3e7f3fa5fd34 [2021-01-23T00:36:37.079Z] Removing intermediate container 54a81776eb42 [2021-01-23T00:36:37.079Z] ---> bbd8c0b73655 [2021-01-23T00:36:37.079Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-23T00:36:37.346Z] Removing intermediate container 7c4caac02b89 [2021-01-23T00:36:37.346Z] ---> 73961cfadf4e [2021-01-23T00:36:37.346Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-23T00:36:37.610Z] Merging remotes/origin/master commit f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-01-23T00:36:37.611Z] ---> Running in e1af988f90b3 [2021-01-23T00:36:37.611Z] Removing intermediate container 9a857d8eaff9 [2021-01-23T00:36:37.611Z] ---> b7dd6fe9f54e [2021-01-23T00:36:37.611Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-23T00:36:37.611Z] ---> Running in 9d2926583128 [2021-01-23T00:36:37.611Z] Removing intermediate container b8d9c63346b5 [2021-01-23T00:36:37.611Z] ---> ca030430135d [2021-01-23T00:36:37.611Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-23T00:36:37.879Z] Removing intermediate container 3e7f3fa5fd34 [2021-01-23T00:36:37.879Z] ---> d2729636c184 [2021-01-23T00:36:37.879Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-23T00:36:37.879Z] ---> Running in 3125638905ae [2021-01-23T00:36:37.879Z] ---> Running in b300f1388fc6 [2021-01-23T00:36:36.705Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-23T00:36:36.721Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-23T00:36:36.749Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-23T00:36:36.789Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-23T00:36:36.790Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T00:36:36.803Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-23T00:36:37.636Z] > git config core.sparsecheckout # timeout=10 [2021-01-23T00:36:37.659Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-01-23T00:36:38.000Z] > git remote # timeout=10 [2021-01-23T00:36:38.151Z] ---> Running in 1e8bdeaf3a72 [2021-01-23T00:36:38.435Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:36:38.704Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:36:38.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:36:38.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:36:38.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:36:39.035Z] Merge succeeded, producing 81eb90eacf4c090f7fe1f6094a52b4a0ba9a04a2 [2021-01-23T00:36:39.035Z] Checking out Revision 81eb90eacf4c090f7fe1f6094a52b4a0ba9a04a2 (PR-2858) [2021-01-23T00:36:39.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:36:39.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:36:39.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:36:39.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:36:39.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:36:40.039Z] OK: 233 MiB in 51 packages [2021-01-23T00:36:38.075Z] > git config --get remote.origin.url # timeout=10 [2021-01-23T00:36:38.098Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T00:36:38.114Z] > git merge f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 [2021-01-23T00:36:39.023Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-23T00:36:39.047Z] > git config core.sparsecheckout # timeout=10 [2021-01-23T00:36:39.064Z] > git checkout -f 81eb90eacf4c090f7fe1f6094a52b4a0ba9a04a2 # timeout=10 [2021-01-23T00:36:40.316Z] OK: 233 MiB in 51 packages [2021-01-23T00:36:40.316Z] OK: 233 MiB in 51 packages [2021-01-23T00:36:40.316Z] OK: 233 MiB in 51 packages [2021-01-23T00:36:40.591Z] OK: 233 MiB in 51 packages [2021-01-23T00:36:40.591Z] Removing intermediate container e1af988f90b3 [2021-01-23T00:36:40.591Z] ---> 4ba2478d51d5 [2021-01-23T00:36:40.591Z] Step 6/22 : COPY go.mod . [2021-01-23T00:36:41.169Z] ---> e98dad663132 [2021-01-23T00:36:41.169Z] Step 7/22 : RUN go mod download [2021-01-23T00:36:41.169Z] Removing intermediate container 3125638905ae [2021-01-23T00:36:41.169Z] ---> dbfb5d594af7 [2021-01-23T00:36:41.169Z] Step 6/24 : COPY go.mod . [2021-01-23T00:36:41.433Z] ---> Running in 75d991826cac [2021-01-23T00:36:41.433Z] Removing intermediate container b300f1388fc6 [2021-01-23T00:36:41.433Z] ---> 0bc0256fd5ad [2021-01-23T00:36:41.433Z] Step 6/33 : COPY go.mod . [2021-01-23T00:36:41.433Z] Removing intermediate container 9d2926583128 [2021-01-23T00:36:41.433Z] ---> f5a830dd4a8a [2021-01-23T00:36:41.433Z] Step 6/22 : COPY go.mod . [2021-01-23T00:36:41.700Z] Removing intermediate container 1e8bdeaf3a72 [2021-01-23T00:36:41.700Z] ---> 4cdf9fda129c [2021-01-23T00:36:41.700Z] Step 6/21 : COPY go.mod . [2021-01-23T00:36:41.700Z] ---> 66d27b2f9790 [2021-01-23T00:36:41.700Z] Step 7/24 : RUN go mod download [2021-01-23T00:36:41.977Z] ---> Running in 287d16cf0eb9 [2021-01-23T00:36:41.977Z] ---> 453c7413c5fa [2021-01-23T00:36:41.977Z] Step 7/22 : RUN go mod download [2021-01-23T00:36:41.977Z] ---> cbcb59be2286 [2021-01-23T00:36:41.977Z] Step 7/33 : RUN go mod download [2021-01-23T00:36:42.556Z] ---> 1ac25b6e251f [2021-01-23T00:36:42.557Z] Step 7/21 : RUN go mod download [2021-01-23T00:36:42.821Z] ---> Running in c198eadde0e6 [2021-01-23T00:36:42.821Z] ---> Running in 5fdc82d7e4f7 [2021-01-23T00:36:42.821Z] ---> Running in 96a5bd786edd [2021-01-23T00:36:43.629Z] Commit message: "Merge commit 'f7cba1f5bd7f0f50faed19509b697065ec7e4bcf' into HEAD" [2021-01-23T00:36:43.656Z] First time build. Skipping changelog. [2021-01-23T00:36:43.792Z] Removing intermediate container 75d991826cac [2021-01-23T00:36:43.792Z] ---> 60e10a0c72f1 [2021-01-23T00:36:43.792Z] Step 8/22 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-23T00:36:43.644Z] > git rev-list --no-walk f3cb4776a1548f6e1b3e0de073556e14b17ad638 # timeout=10 [2021-01-23T00:36:45.144Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-23T00:36:45.673Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-23T00:36:46.029Z] + sudo service docker restart+ [2021-01-23T00:36:46.029Z] true [Pipeline] withEnv [Pipeline] { [2021-01-23T00:36:48.077Z] Removing intermediate container 287d16cf0eb9 [2021-01-23T00:36:48.077Z] ---> 6ae606385e7c [2021-01-23T00:36:48.077Z] Step 8/24 : COPY . . [2021-01-23T00:36:48.077Z] Removing intermediate container c198eadde0e6 [2021-01-23T00:36:48.077Z] ---> d2048c24fc48 [2021-01-23T00:36:48.077Z] Step 8/22 : COPY . . [Pipeline] wrap [2021-01-23T00:36:48.113Z] provisioning config files... [2021-01-23T00:36:48.158Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/47@tmp/config4349456745053303808tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:36:48.581Z] ---> docker-login.sh [2021-01-23T00:36:48.581Z] nexus3.edgexfoundry.org:10001 [2021-01-23T00:36:49.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:36:49.842Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:36:49.842Z] Configure a credential helper to remove this warning. See [2021-01-23T00:36:49.842Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:36:49.842Z] [2021-01-23T00:36:49.842Z] Login Succeeded [2021-01-23T00:36:49.842Z] nexus3.edgexfoundry.org:10002 [2021-01-23T00:36:50.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:36:50.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:36:50.443Z] Configure a credential helper to remove this warning. See [2021-01-23T00:36:50.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:36:50.443Z] [2021-01-23T00:36:50.443Z] Login Succeeded [2021-01-23T00:36:50.443Z] nexus3.edgexfoundry.org:10003 [2021-01-23T00:36:51.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:36:51.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:36:51.039Z] Configure a credential helper to remove this warning. See [2021-01-23T00:36:51.039Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:36:51.039Z] [2021-01-23T00:36:51.039Z] Login Succeeded [2021-01-23T00:36:51.039Z] nexus3.edgexfoundry.org:10004 [2021-01-23T00:36:51.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:36:51.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:36:51.584Z] Configure a credential helper to remove this warning. See [2021-01-23T00:36:51.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:36:51.584Z] [2021-01-23T00:36:51.584Z] Login Succeeded [2021-01-23T00:36:51.584Z] docker.io [2021-01-23T00:36:51.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-23T00:36:52.127Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-23T00:36:52.127Z] Configure a credential helper to remove this warning. See [2021-01-23T00:36:52.127Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-23T00:36:52.127Z] [2021-01-23T00:36:52.127Z] Login Succeeded [2021-01-23T00:36:52.127Z] ---> docker-login.sh ends [Pipeline] } [2021-01-23T00:36:52.145Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-23T00:36:52.345Z] Removing intermediate container 5fdc82d7e4f7 [2021-01-23T00:36:52.345Z] ---> e58c794825a5 [2021-01-23T00:36:52.345Z] Step 8/33 : COPY . . [2021-01-23T00:36:52.345Z] Removing intermediate container 96a5bd786edd [2021-01-23T00:36:52.345Z] ---> 2ae0530b2f3d [2021-01-23T00:36:52.345Z] Step 8/21 : COPY . . [Pipeline] echo [2021-01-23T00:36:52.687Z] ========================================================= [2021-01-23T00:36:52.688Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-23T00:36:52.688Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:36:53.070Z] + 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 . [2021-01-23T00:36:55.722Z] Sending build context to Docker daemon 165.9MB [2021-01-23T00:36:55.722Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-23T00:36:55.722Z] Step 2/6 : FROM ${BASE} [2021-01-23T00:36:55.722Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-23T00:36:55.722Z] 5f621e34cdf4: Pulling fs layer [2021-01-23T00:36:55.722Z] a4357932f1b6: Pulling fs layer [2021-01-23T00:36:55.722Z] 18c013af1878: Pulling fs layer [2021-01-23T00:36:55.722Z] 00ac8860ef70: Pulling fs layer [2021-01-23T00:36:55.722Z] 63d7cb157983: Pulling fs layer [2021-01-23T00:36:55.722Z] b116817d02f9: Pulling fs layer [2021-01-23T00:36:55.722Z] 745a02a5169b: Pulling fs layer [2021-01-23T00:36:55.722Z] 00ac8860ef70: Waiting [2021-01-23T00:36:55.722Z] b116817d02f9: Waiting [2021-01-23T00:36:55.722Z] 745a02a5169b: Waiting [2021-01-23T00:36:55.722Z] 63d7cb157983: Waiting [2021-01-23T00:36:55.722Z] 18c013af1878: Download complete [2021-01-23T00:36:55.722Z] a4357932f1b6: Verifying Checksum [2021-01-23T00:36:55.722Z] a4357932f1b6: Download complete [2021-01-23T00:36:55.722Z] 63d7cb157983: Download complete [2021-01-23T00:36:55.722Z] b116817d02f9: Verifying Checksum [2021-01-23T00:36:55.722Z] b116817d02f9: Download complete [2021-01-23T00:36:55.995Z] 5f621e34cdf4: Download complete [2021-01-23T00:36:56.990Z] 5f621e34cdf4: Pull complete [2021-01-23T00:36:57.268Z] a4357932f1b6: Pull complete [2021-01-23T00:36:57.882Z] 18c013af1878: Pull complete [2021-01-23T00:36:58.482Z] 745a02a5169b: Verifying Checksum [2021-01-23T00:36:58.482Z] 745a02a5169b: Download complete [2021-01-23T00:36:59.460Z] 00ac8860ef70: Verifying Checksum [2021-01-23T00:36:59.460Z] 00ac8860ef70: Download complete [2021-01-23T00:37:09.608Z] 00ac8860ef70: Pull complete [2021-01-23T00:37:09.608Z] 63d7cb157983: Pull complete [2021-01-23T00:37:09.608Z] b116817d02f9: Pull complete [2021-01-23T00:37:13.000Z] 745a02a5169b: Pull complete [2021-01-23T00:37:13.000Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-23T00:37:13.000Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-23T00:37:13.000Z] ---> b7e6874047d6 [2021-01-23T00:37:13.000Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-23T00:37:15.622Z] ---> Running in eb192eae773b [2021-01-23T00:37:17.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:37:17.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:37:18.646Z] (1/12) Installing libmagic (5.38-r0) [2021-01-23T00:37:18.921Z] (2/12) Installing file (5.38-r0) [2021-01-23T00:37:18.921Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-23T00:37:19.196Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-23T00:37:23.496Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-23T00:37:23.766Z] (6/12) Installing patch (2.7.6-r6) [2021-01-23T00:37:23.766Z] (7/12) Installing build-base (0.5-r2) [2021-01-23T00:37:23.766Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-23T00:37:24.036Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-23T00:37:24.036Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-23T00:37:24.036Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-23T00:37:24.307Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-23T00:37:24.307Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:37:24.307Z] OK: 217 MiB in 51 packages [2021-01-23T00:37:24.871Z] ---> a9ace30a4280 [2021-01-23T00:37:24.871Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-23T00:37:25.460Z] ---> Running in ab74c53239a0 [2021-01-23T00:37:26.406Z] ---> 0ab8f4c993ce [2021-01-23T00:37:26.406Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-23T00:37:26.406Z] ---> e2afca32560b [2021-01-23T00:37:26.406Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-23T00:37:26.406Z] ---> a04c98c9015f [2021-01-23T00:37:26.406Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-23T00:37:26.406Z] ---> 4c18a07486d3 [2021-01-23T00:37:26.406Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-23T00:37:26.686Z] ---> Running in c714df72604c [2021-01-23T00:37:26.686Z] ---> Running in 36de2fd29d6e [2021-01-23T00:37:26.686Z] ---> Running in b119b93eaf9f [2021-01-23T00:37:26.686Z] ---> Running in 79146e34c4c6 [2021-01-23T00:37:27.272Z] 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 [2021-01-23T00:37:27.272Z] 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 [2021-01-23T00:37:27.550Z] 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 [2021-01-23T00:37:27.819Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-23T00:37:27.819Z] 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 [2021-01-23T00:37:28.613Z] Removing intermediate container eb192eae773b [2021-01-23T00:37:28.613Z] ---> efccb06edede [2021-01-23T00:37:28.613Z] Step 4/6 : WORKDIR /edgex-go [2021-01-23T00:37:28.613Z] ---> Running in 55da8649e716 [2021-01-23T00:37:28.887Z] Removing intermediate container 55da8649e716 [2021-01-23T00:37:28.887Z] ---> 465894e33489 [2021-01-23T00:37:28.887Z] Step 5/6 : COPY go.mod . [2021-01-23T00:37:29.485Z] ---> 16c59ed3cbc9 [2021-01-23T00:37:29.485Z] Step 6/6 : RUN go mod download [2021-01-23T00:37:29.758Z] ---> Running in 92897f6c45fd [2021-01-23T00:37:54.973Z] 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 [2021-01-23T00:37:54.973Z] 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 [2021-01-23T00:37:54.973Z] 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 [2021-01-23T00:37:57.679Z] Removing intermediate container 92897f6c45fd [2021-01-23T00:37:57.679Z] ---> 1384fb4241b7 [2021-01-23T00:37:57.679Z] Successfully built 1384fb4241b7 [2021-01-23T00:37:57.679Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:37:58.033Z] + docker inspect -f . ci-base-image-arm64 [2021-01-23T00:37:58.034Z] . [Pipeline] withDockerContainer [2021-01-23T00:37:58.355Z] prd-ubuntu18.04-docker-arm64-4c-16g-22406 does not seem to be running inside a container [2021-01-23T00:37:58.457Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@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 ******** ci-base-image-arm64 cat [2021-01-23T00:38:00.181Z] $ docker top cf242c58ac356e297cebfb2da8618fbf9f7704326c36164d83fc1cc0cf7a9c2f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T00:38:01.280Z] + go version [2021-01-23T00:38:01.280Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-23T00:38:01.335Z] $ docker stop --time=1 cf242c58ac356e297cebfb2da8618fbf9f7704326c36164d83fc1cc0cf7a9c2f [2021-01-23T00:38:01.680Z] Removing intermediate container ab74c53239a0 [2021-01-23T00:38:01.680Z] ---> d64fb73a8a47 [2021-01-23T00:38:01.680Z] [2021-01-23T00:38:01.680Z] Step 10/22 : FROM alpine:3.12 [2021-01-23T00:38:01.680Z] 3.12: Pulling from library/alpine [2021-01-23T00:38:03.103Z] Removing intermediate container 36de2fd29d6e [2021-01-23T00:38:03.103Z] ---> 713a696268b0 [2021-01-23T00:38:03.103Z] [2021-01-23T00:38:03.103Z] Step 10/22 : FROM alpine:3.12 [2021-01-23T00:38:03.103Z] Removing intermediate container c714df72604c [2021-01-23T00:38:03.103Z] ---> f97a31e48c73 [2021-01-23T00:38:03.103Z] [2021-01-23T00:38:03.103Z] Step 10/24 : FROM alpine:3.12 [2021-01-23T00:38:03.103Z] 3.12: Pulling from library/alpine [2021-01-23T00:38:03.103Z] 3.12: Pulling from library/alpine [2021-01-23T00:38:03.376Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-23T00:38:03.376Z] Removing intermediate container 79146e34c4c6 [2021-01-23T00:38:03.376Z] ---> 75337c8ff14b [2021-01-23T00:38:03.376Z] [2021-01-23T00:38:03.376Z] Step 10/21 : FROM alpine:3.12 [2021-01-23T00:38:03.376Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-23T00:38:03.376Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-23T00:38:03.376Z] Status: Downloaded newer image for alpine:3.12 [2021-01-23T00:38:03.376Z] ---> 389fef711851 [2021-01-23T00:38:03.376Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-23T00:38:03.376Z] Status: Downloaded newer image for alpine:3.12 [2021-01-23T00:38:03.376Z] ---> 389fef711851 [2021-01-23T00:38:03.376Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-23T00:38:03.376Z] Status: Image is up to date for alpine:3.12 [2021-01-23T00:38:03.376Z] ---> 389fef711851 [2021-01-23T00:38:03.376Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-23T00:38:03.376Z] 3.12: Pulling from library/alpine [2021-01-23T00:38:03.376Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-23T00:38:03.376Z] Status: Image is up to date for alpine:3.12 [2021-01-23T00:38:03.376Z] ---> 389fef711851 [2021-01-23T00:38:03.376Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-23T00:38:03.409Z] $ docker rm -f cf242c58ac356e297cebfb2da8618fbf9f7704326c36164d83fc1cc0cf7a9c2f [2021-01-23T00:38:03.642Z] ---> Running in e310e4062129 [2021-01-23T00:38:03.642Z] ---> Running in 204035facfc3 [2021-01-23T00:38:03.642Z] ---> Running in 353d20c9c289 [2021-01-23T00:38:03.642Z] ---> Running in da03a5480a1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:38:04.486Z] + docker inspect -f . ci-base-image-arm64 [2021-01-23T00:38:04.486Z] . [Pipeline] withDockerContainer [2021-01-23T00:38:04.775Z] prd-ubuntu18.04-docker-arm64-4c-16g-22406 does not seem to be running inside a container [2021-01-23T00:38:04.874Z] $ 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/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@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 ******** ci-base-image-arm64 cat [2021-01-23T00:38:06.227Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:06.227Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:06.227Z] Removing intermediate container b119b93eaf9f [2021-01-23T00:38:06.227Z] ---> 426cf394d54d [2021-01-23T00:38:06.227Z] [2021-01-23T00:38:06.227Z] Step 10/33 : FROM alpine:3.12 [2021-01-23T00:38:06.227Z] ---> 389fef711851 [2021-01-23T00:38:06.227Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-23T00:38:06.227Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-23T00:38:06.227Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:06.227Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:38:06.227Z] OK: 6 MiB in 15 packages [2021-01-23T00:38:06.227Z] ---> Running in d85423ca36d5 [2021-01-23T00:38:06.227Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:06.417Z] $ docker top 611ddee226339c17fc55455f3ded77886df4d3d8845d3770fdfd51399af49c82 -eo pid,comm [2021-01-23T00:38:06.500Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-23T00:38:06.500Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:06.500Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T00:38:06.500Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:06.500Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-23T00:38:06.500Z] (4/5) Installing curl (7.69.1-r3) [2021-01-23T00:38:06.500Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-23T00:38:06.500Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:38:06.500Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:06.500Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:06.770Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-23T00:38:06.770Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-23T00:38:06.770Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T00:38:06.770Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-23T00:38:06.770Z] (4/4) Installing curl (7.69.1-r3) [2021-01-23T00:38:06.770Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T00:38:06.770Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:38:06.770Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-23T00:38:06.770Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T00:38:06.770Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:38:06.770Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T00:38:06.770Z] OK: 7 MiB in 19 packages [2021-01-23T00:38:06.770Z] OK: 7 MiB in 18 packages [2021-01-23T00:38:06.770Z] OK: 6 MiB in 16 packages [2021-01-23T00:38:06.770Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] echo [2021-01-23T00:38:06.826Z] ========================================================= [2021-01-23T00:38:06.826Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-23T00:38:06.826Z] ========================================================= [Pipeline] sh [2021-01-23T00:38:07.050Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:07.050Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-23T00:38:07.319Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-23T00:38:07.319Z] (3/3) Installing su-exec (0.2-r1) [2021-01-23T00:38:07.319Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:38:07.319Z] OK: 6 MiB in 17 packages [2021-01-23T00:38:07.487Z] + make test [2021-01-23T00:38:07.488Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-23T00:38:07.583Z] Removing intermediate container e310e4062129 [2021-01-23T00:38:07.583Z] ---> d6d77c617d79 [2021-01-23T00:38:07.583Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:38:07.849Z] ---> Running in cd9d2ba13405 [2021-01-23T00:38:08.801Z] Removing intermediate container cd9d2ba13405 [2021-01-23T00:38:08.801Z] ---> c0cea7412c76 [2021-01-23T00:38:08.801Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-23T00:38:09.374Z] Removing intermediate container 353d20c9c289 [2021-01-23T00:38:09.374Z] ---> 9f4c5cdbdc86 [2021-01-23T00:38:09.374Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:38:09.948Z] ---> Running in fe2af1c5ffd0 [2021-01-23T00:38:09.948Z] ---> Running in 7881a2483aa2 [2021-01-23T00:38:09.948Z] Removing intermediate container 204035facfc3 [2021-01-23T00:38:09.948Z] ---> f8407bd4a351 [2021-01-23T00:38:09.948Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-23T00:38:09.948Z] Removing intermediate container d85423ca36d5 [2021-01-23T00:38:09.948Z] ---> f4e7fbc2306a [2021-01-23T00:38:09.948Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-23T00:38:09.948Z] Removing intermediate container da03a5480a1b [2021-01-23T00:38:09.948Z] ---> 5d97d3b07095 [2021-01-23T00:38:09.948Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-23T00:38:10.218Z] ---> Running in d445def6466f [2021-01-23T00:38:10.218Z] ---> Running in 2cd33b602d59 [2021-01-23T00:38:10.218Z] ---> Running in 78217e6f1bfc [2021-01-23T00:38:10.218Z] Removing intermediate container fe2af1c5ffd0 [2021-01-23T00:38:10.218Z] ---> be02c90e9078 [2021-01-23T00:38:10.218Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-23T00:38:10.485Z] Removing intermediate container 7881a2483aa2 [2021-01-23T00:38:10.485Z] ---> cd1cd940ce44 [2021-01-23T00:38:10.485Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-23T00:38:10.485Z] ---> Running in 55daa5ec04bf [2021-01-23T00:38:10.485Z] ---> Running in 072cf384a68e [2021-01-23T00:38:10.749Z] Removing intermediate container d445def6466f [2021-01-23T00:38:10.749Z] ---> ec3a174de0c3 [2021-01-23T00:38:10.749Z] Step 13/24 : WORKDIR / [2021-01-23T00:38:10.749Z] Removing intermediate container 78217e6f1bfc [2021-01-23T00:38:10.749Z] ---> b35b5716ef55 [2021-01-23T00:38:10.749Z] Step 13/21 : WORKDIR /edgex [2021-01-23T00:38:10.749Z] Removing intermediate container 2cd33b602d59 [2021-01-23T00:38:10.749Z] ---> 737b0cd4334c [2021-01-23T00:38:10.749Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-23T00:38:11.327Z] ---> Running in 486792c51d75 [2021-01-23T00:38:11.327Z] ---> Running in 0ede85e17d7f [2021-01-23T00:38:11.327Z] ---> Running in 978c28da32cd [2021-01-23T00:38:11.327Z] Removing intermediate container 55daa5ec04bf [2021-01-23T00:38:11.327Z] ---> 439de6faa307 [2021-01-23T00:38:11.327Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:38:11.327Z] Removing intermediate container 072cf384a68e [2021-01-23T00:38:11.327Z] ---> 0b7c19df9a0a [2021-01-23T00:38:11.327Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-23T00:38:11.594Z] ---> Running in 2201988df523 [2021-01-23T00:38:11.594Z] Removing intermediate container 486792c51d75 [2021-01-23T00:38:11.594Z] ---> b8e50cd00456 [2021-01-23T00:38:11.594Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-23T00:38:11.859Z] Removing intermediate container 978c28da32cd [2021-01-23T00:38:11.859Z] ---> 6ffe6f19c6a5 [2021-01-23T00:38:11.859Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-23T00:38:11.859Z] Removing intermediate container 0ede85e17d7f [2021-01-23T00:38:11.859Z] ---> 142aa2bde712 [2021-01-23T00:38:11.859Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-23T00:38:11.859Z] ---> be0c600ad9ec [2021-01-23T00:38:11.859Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-23T00:38:11.859Z] ---> Running in 582b8d841f06 [2021-01-23T00:38:11.859Z] Removing intermediate container 2201988df523 [2021-01-23T00:38:11.859Z] ---> 0c9101687205 [2021-01-23T00:38:11.859Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:38:12.451Z] ---> cf3d6db39a90 [2021-01-23T00:38:12.451Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-23T00:38:12.451Z] ---> 62b7385246a3 [2021-01-23T00:38:12.451Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-23T00:38:12.451Z] ---> f04315dfb516 [2021-01-23T00:38:12.451Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-23T00:38:12.451Z] ---> 98fc37963980 [2021-01-23T00:38:12.451Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-23T00:38:12.737Z] ---> 9cba6b2905fd [2021-01-23T00:38:12.737Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-23T00:38:13.000Z] Connecting to github.com (140.82.112.3:443) [2021-01-23T00:38:13.000Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.21.179:443) [2021-01-23T00:38:13.000Z]  ---> b7927a694e3a [2021-01-23T00:38:13.000Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-23T00:38:13.000Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-23T00:38:13.269Z]  ---> 33c377abffa6 [2021-01-23T00:38:13.269Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-23T00:38:13.269Z] ---> Running in afa9ee4d4101 [2021-01-23T00:38:13.269Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-23T00:38:13.269Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-23T00:38:13.269Z] dockerize [2021-01-23T00:38:13.269Z] ---> 63a447bcbfb3 [2021-01-23T00:38:13.269Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-23T00:38:13.269Z] ---> 6cd2a304b318 [2021-01-23T00:38:13.269Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-23T00:38:13.535Z] Removing intermediate container afa9ee4d4101 [2021-01-23T00:38:13.535Z] ---> 8e469f1341c5 [2021-01-23T00:38:13.535Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:38:14.121Z] ---> Running in 94e214814c4d [2021-01-23T00:38:14.121Z] ---> 285b0c443606 [2021-01-23T00:38:14.121Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-23T00:38:14.121Z] ---> 5a0c9124b4a6 [2021-01-23T00:38:14.121Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-23T00:38:14.385Z] ---> cc317d85587c [2021-01-23T00:38:14.385Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-23T00:38:14.385Z] ---> Running in 7be7e56918dd [2021-01-23T00:38:14.385Z] Removing intermediate container 94e214814c4d [2021-01-23T00:38:14.385Z] ---> 048117fa25a1 [2021-01-23T00:38:14.385Z] Step 20/22 : LABEL arch=x86_64 [2021-01-23T00:38:14.653Z] ---> Running in 3b36785e9956 [2021-01-23T00:38:14.653Z] ---> Running in 3a21880ce7e4 [2021-01-23T00:38:14.653Z] Removing intermediate container 582b8d841f06 [2021-01-23T00:38:14.653Z] ---> 4a7d3db714ee [2021-01-23T00:38:14.653Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-23T00:38:14.653Z] Removing intermediate container 7be7e56918dd [2021-01-23T00:38:14.653Z] ---> 807283e36385 [2021-01-23T00:38:14.653Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:38:14.917Z] ---> Running in eac113ee8480 [2021-01-23T00:38:14.917Z] ---> 10ce5154642b [2021-01-23T00:38:14.917Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-23T00:38:14.917Z] Removing intermediate container 3b36785e9956 [2021-01-23T00:38:14.917Z] ---> dd7dcf3fa0c2 [2021-01-23T00:38:14.917Z] Step 18/21 : CMD ["--init=true"] [2021-01-23T00:38:14.917Z] ---> Running in 7aa8961efe1a [2021-01-23T00:38:15.181Z] Removing intermediate container 3a21880ce7e4 [2021-01-23T00:38:15.181Z] ---> 33f6a95b1229 [2021-01-23T00:38:15.181Z] Step 21/22 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 [2021-01-23T00:38:15.181Z] ---> Running in 929bd50b0d1e [2021-01-23T00:38:15.181Z] Removing intermediate container eac113ee8480 [2021-01-23T00:38:15.181Z] ---> f201a35bf496 [2021-01-23T00:38:15.181Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-23T00:38:15.449Z] ---> Running in a7bb34b143e1 [2021-01-23T00:38:15.449Z] Removing intermediate container 7aa8961efe1a [2021-01-23T00:38:15.449Z] ---> 15c2cc65179b [2021-01-23T00:38:15.449Z] Step 20/22 : LABEL arch=x86_64 [2021-01-23T00:38:15.449Z] ---> 8bc56b9bd78d [2021-01-23T00:38:15.449Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-23T00:38:15.449Z] ---> Running in 9514496d2341 [2021-01-23T00:38:15.449Z] ---> Running in bf9cd78c3014 [2021-01-23T00:38:15.449Z] ---> Running in 671c9e18ef93 [2021-01-23T00:38:15.719Z] Removing intermediate container 929bd50b0d1e [2021-01-23T00:38:15.719Z] ---> a1d2bbe9041c [2021-01-23T00:38:15.719Z] Step 19/21 : LABEL arch=x86_64 [2021-01-23T00:38:16.294Z] Removing intermediate container a7bb34b143e1 [2021-01-23T00:38:16.294Z] ---> 5659876b8c01 [2021-01-23T00:38:16.294Z] Step 22/22 : LABEL version=0.0.0 [2021-01-23T00:38:16.556Z] ---> Running in 1edca4dc1811 [2021-01-23T00:38:16.556Z] ---> Running in 01680406b058 [2021-01-23T00:38:16.556Z] Removing intermediate container bf9cd78c3014 [2021-01-23T00:38:16.556Z] ---> 87b259ac8ee9 [2021-01-23T00:38:16.556Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-23T00:38:16.556Z] Removing intermediate container 9514496d2341 [2021-01-23T00:38:16.556Z] ---> bd93aab94c29 [2021-01-23T00:38:16.556Z] Step 21/22 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 [2021-01-23T00:38:16.820Z] ---> Running in f69f2ff6c64f [2021-01-23T00:38:16.820Z] ---> Running in 3508157c037d [2021-01-23T00:38:16.820Z] Removing intermediate container 1edca4dc1811 [2021-01-23T00:38:16.820Z] ---> e8e339b9d713 [2021-01-23T00:38:16.820Z] Step 20/21 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 [2021-01-23T00:38:17.087Z] Removing intermediate container 01680406b058 [2021-01-23T00:38:17.087Z] ---> 1368f0e7be3a [2021-01-23T00:38:17.087Z] [2021-01-23T00:38:17.087Z] ---> Running in 02133f52f2fe [2021-01-23T00:38:17.354Z] Successfully built 1368f0e7be3a [2021-01-23T00:38:17.354Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-23T00:38:17.354Z] Removing intermediate container 3508157c037d [2021-01-23T00:38:17.354Z] ---> b79611c2d9dc [2021-01-23T00:38:17.354Z] Step 22/22 : LABEL version=0.0.0 [2021-01-23T00:38:17.354Z] Building docker-core-command-go [2021-01-23T00:38:17.621Z]  Building docker-support-scheduler-go ... done Removing intermediate container 02133f52f2fe [2021-01-23T00:38:17.621Z] ---> ca2907a9a25f [2021-01-23T00:38:17.621Z] Step 21/21 : LABEL version=0.0.0 [2021-01-23T00:38:17.621Z] ---> Running in 16187d7a69d1 [2021-01-23T00:38:17.621Z] ---> Running in a60e5ac1cc29 [2021-01-23T00:38:17.621Z] Move dockerize executable [2021-01-23T00:38:17.886Z] Removing intermediate container 16187d7a69d1 [2021-01-23T00:38:17.886Z] ---> 321668b032bb [2021-01-23T00:38:17.886Z] [2021-01-23T00:38:17.886Z] Removing intermediate container 671c9e18ef93 [2021-01-23T00:38:17.886Z] ---> fd639047a42d [2021-01-23T00:38:17.886Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-23T00:38:17.886Z] Successfully built 321668b032bb [2021-01-23T00:38:18.150Z] Removing intermediate container a60e5ac1cc29 [2021-01-23T00:38:18.150Z] ---> 63cb1932670f [2021-01-23T00:38:18.150Z] [2021-01-23T00:38:18.150Z] Successfully tagged docker-support-notifications-go:latest [2021-01-23T00:38:18.150Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-01-23T00:38:18.150Z] ---> Running in 0a7b8220e885 [2021-01-23T00:38:18.150Z] Successfully built 63cb1932670f [2021-01-23T00:38:18.424Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-23T00:38:18.424Z] Building docker-sys-mgmt-agent-go [2021-01-23T00:38:18.424Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 0a7b8220e885 [2021-01-23T00:38:18.424Z] ---> 66a4dbfac257 [2021-01-23T00:38:18.424Z] Step 22/24 : LABEL arch=x86_64 [2021-01-23T00:38:18.694Z] ---> Running in 9d065edf99c8 [2021-01-23T00:38:18.694Z] Removing intermediate container f69f2ff6c64f [2021-01-23T00:38:18.694Z] ---> 8463e59a2aa2 [2021-01-23T00:38:18.694Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-23T00:38:18.957Z] ---> Running in f1fad13b96c6 [2021-01-23T00:38:19.219Z] Removing intermediate container 9d065edf99c8 [2021-01-23T00:38:19.219Z] ---> 0d194c3a8c4b [2021-01-23T00:38:19.219Z] Step 23/24 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 [2021-01-23T00:38:21.145Z] ---> Running in cabf3e697d10 [2021-01-23T00:38:21.718Z] Removing intermediate container f1fad13b96c6 [2021-01-23T00:38:21.718Z] ---> f0ff9a48c226 [2021-01-23T00:38:21.718Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-23T00:38:24.280Z] Removing intermediate container cabf3e697d10 [2021-01-23T00:38:24.281Z] ---> 37dc7ad5c047 [2021-01-23T00:38:24.281Z] Step 24/24 : LABEL version=0.0.0 [2021-01-23T00:38:26.210Z] ---> 0a6b4dbfd456 [2021-01-23T00:38:26.210Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-23T00:38:28.139Z] ---> Running in d0bf4901fb8a [2021-01-23T00:38:28.421Z] ---> Running in fbbb0b90ccf6 [2021-01-23T00:38:29.000Z] Removing intermediate container d0bf4901fb8a [2021-01-23T00:38:29.000Z] ---> 1ca3d030d5b5 [2021-01-23T00:38:29.000Z] [2021-01-23T00:38:29.268Z] Successfully built 1ca3d030d5b5 [2021-01-23T00:38:29.268Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-23T00:38:29.268Z] Building docker-core-metadata-go [2021-01-23T00:38:37.490Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container fbbb0b90ccf6 [2021-01-23T00:38:37.490Z] ---> b320345b9d1d [2021-01-23T00:38:37.490Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:38:38.464Z] ---> d45148f271e9 [2021-01-23T00:38:38.464Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-23T00:38:39.860Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-23T00:38:39.914Z] ---> 0c289cf15609 [2021-01-23T00:38:39.914Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-23T00:38:40.498Z] ---> 47a0265177b2 [2021-01-23T00:38:40.498Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-23T00:38:42.528Z] ---> f37eb1408e2c [2021-01-23T00:38:42.528Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-23T00:38:42.528Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:38:42.528Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:38:42.528Z] ---> 7b9f653b3ead [2021-01-23T00:38:42.528Z] Step 3/26 : WORKDIR /edgex-go [2021-01-23T00:38:42.528Z] ---> Using cache [2021-01-23T00:38:42.528Z] ---> a02019194750 [2021-01-23T00:38:42.528Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:38:42.528Z] ---> Using cache [2021-01-23T00:38:42.528Z] ---> b7dd6fe9f54e [2021-01-23T00:38:42.528Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-23T00:38:42.794Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:38:42.794Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:38:42.794Z] ---> 7b9f653b3ead [2021-01-23T00:38:42.794Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T00:38:42.794Z] ---> Using cache [2021-01-23T00:38:42.794Z] ---> a02019194750 [2021-01-23T00:38:42.794Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:38:42.794Z] ---> Using cache [2021-01-23T00:38:42.794Z] ---> b7dd6fe9f54e [2021-01-23T00:38:42.794Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-23T00:38:42.794Z] ---> Using cache [2021-01-23T00:38:42.794Z] ---> 0bc0256fd5ad [2021-01-23T00:38:42.794Z] Step 6/23 : COPY go.mod . [2021-01-23T00:38:42.794Z] ---> Using cache [2021-01-23T00:38:42.794Z] ---> cbcb59be2286 [2021-01-23T00:38:42.794Z] Step 7/23 : RUN go mod download [2021-01-23T00:38:42.794Z] ---> Using cache [2021-01-23T00:38:42.794Z] ---> e58c794825a5 [2021-01-23T00:38:42.794Z] Step 8/23 : COPY . . [2021-01-23T00:38:42.794Z] ---> Using cache [2021-01-23T00:38:42.794Z] ---> a04c98c9015f [2021-01-23T00:38:42.794Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-23T00:38:43.058Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:38:43.058Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:38:43.058Z] ---> 7b9f653b3ead [2021-01-23T00:38:43.058Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T00:38:43.058Z] ---> Using cache [2021-01-23T00:38:43.058Z] ---> a02019194750 [2021-01-23T00:38:43.058Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:38:43.058Z] ---> Using cache [2021-01-23T00:38:43.058Z] ---> b7dd6fe9f54e [2021-01-23T00:38:43.058Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-23T00:38:44.469Z] ---> 9581a3ec0d5d [2021-01-23T00:38:44.469Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-23T00:38:44.469Z] ---> Running in 55fa2ef3265a [2021-01-23T00:38:44.735Z] ---> Running in 04b369a3ee8b [2021-01-23T00:38:44.735Z] ---> Running in 86ed95cdc474 [2021-01-23T00:38:46.141Z] ---> Running in c5007918e326 [2021-01-23T00:38:48.090Z] Removing intermediate container c5007918e326 [2021-01-23T00:38:48.090Z] ---> 141a5c9ba3d9 [2021-01-23T00:38:48.090Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-23T00:38:48.090Z] 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 [2021-01-23T00:38:48.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:48.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:48.356Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:38:48.356Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:38:48.356Z] ---> 7b9f653b3ead [2021-01-23T00:38:48.356Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T00:38:48.356Z] ---> Using cache [2021-01-23T00:38:48.356Z] ---> a02019194750 [2021-01-23T00:38:48.357Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:38:48.357Z] ---> Using cache [2021-01-23T00:38:48.357Z] ---> b7dd6fe9f54e [2021-01-23T00:38:48.357Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-23T00:38:48.357Z] ---> Using cache [2021-01-23T00:38:48.357Z] ---> 0bc0256fd5ad [2021-01-23T00:38:48.357Z] Step 6/23 : COPY go.mod . [2021-01-23T00:38:48.357Z] ---> Using cache [2021-01-23T00:38:48.357Z] ---> cbcb59be2286 [2021-01-23T00:38:48.357Z] Step 7/23 : RUN go mod download [2021-01-23T00:38:48.357Z] ---> Using cache [2021-01-23T00:38:48.357Z] ---> e58c794825a5 [2021-01-23T00:38:48.357Z] Step 8/23 : COPY . . [2021-01-23T00:38:48.357Z] ---> Using cache [2021-01-23T00:38:48.357Z] ---> a04c98c9015f [2021-01-23T00:38:48.357Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-23T00:38:48.939Z] ---> 51af78f77209 [2021-01-23T00:38:48.939Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-23T00:38:48.939Z] ---> Running in f5e45ea11119 [2021-01-23T00:38:48.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:48.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:38:49.234Z] ---> Running in 9998aee3f23a [2021-01-23T00:38:49.506Z] OK: 233 MiB in 51 packages [2021-01-23T00:38:49.506Z] OK: 233 MiB in 51 packages [2021-01-23T00:38:49.775Z] 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 [2021-01-23T00:38:50.363Z] Removing intermediate container 86ed95cdc474 [2021-01-23T00:38:50.363Z] ---> 09ce1fd0ac80 [2021-01-23T00:38:50.363Z] Step 6/23 : COPY go.mod . [2021-01-23T00:38:50.653Z] Removing intermediate container 04b369a3ee8b [2021-01-23T00:38:50.653Z] ---> 84c9c3533836 [2021-01-23T00:38:50.653Z] Step 6/26 : COPY go.mod . [2021-01-23T00:38:50.929Z] ---> 69036825493a [2021-01-23T00:38:50.929Z] Step 7/23 : RUN go mod download [2021-01-23T00:38:50.929Z] ---> 90805cf5b0c9 [2021-01-23T00:38:50.929Z] Step 7/26 : RUN go mod download [2021-01-23T00:38:51.205Z] ---> Running in f1366a87c2bb [2021-01-23T00:38:51.205Z] Removing intermediate container 9998aee3f23a [2021-01-23T00:38:51.205Z] ---> 4d34405f2654 [2021-01-23T00:38:51.205Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-23T00:38:51.205Z] ---> Running in 558769a4e948 [2021-01-23T00:38:51.477Z] ---> Running in 1352704bca80 [2021-01-23T00:38:52.086Z] Removing intermediate container 1352704bca80 [2021-01-23T00:38:52.086Z] ---> 8782979d9923 [2021-01-23T00:38:52.086Z] Step 30/33 : CMD ["gate"] [2021-01-23T00:38:52.367Z] ---> Running in 1204dcbfb6af [2021-01-23T00:38:52.956Z] Removing intermediate container 1204dcbfb6af [2021-01-23T00:38:52.956Z] ---> 6bc7d3d28e8f [2021-01-23T00:38:52.956Z] Step 31/33 : LABEL arch=x86_64 [2021-01-23T00:38:52.956Z] ---> Running in 26be3bceee04 [2021-01-23T00:38:53.229Z] Removing intermediate container 26be3bceee04 [2021-01-23T00:38:53.229Z] ---> a4885a82d5f4 [2021-01-23T00:38:53.229Z] Step 32/33 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 [2021-01-23T00:38:53.497Z] ---> Running in a1b5284a6f01 [2021-01-23T00:38:54.094Z] Removing intermediate container a1b5284a6f01 [2021-01-23T00:38:54.094Z] ---> e5e07638cf39 [2021-01-23T00:38:54.094Z] Step 33/33 : LABEL version=0.0.0 [2021-01-23T00:38:54.094Z] Removing intermediate container 558769a4e948 [2021-01-23T00:38:54.094Z] ---> 69651b398727 [2021-01-23T00:38:54.094Z] Step 8/26 : COPY . . [2021-01-23T00:38:54.374Z] Removing intermediate container f1366a87c2bb [2021-01-23T00:38:54.374Z] ---> 9b59ce20881c [2021-01-23T00:38:54.374Z] Step 8/23 : COPY . . [2021-01-23T00:38:54.374Z] ---> Running in c6ec9f2aff9e [2021-01-23T00:38:57.735Z] Removing intermediate container c6ec9f2aff9e [2021-01-23T00:38:57.735Z] ---> b8b21f2c63cb [2021-01-23T00:38:57.735Z] [2021-01-23T00:39:00.033Z] Successfully built b8b21f2c63cb [2021-01-23T00:39:00.033Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-23T00:39:22.448Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 55fa2ef3265a [2021-01-23T00:39:22.448Z] ---> de544251858d [2021-01-23T00:39:22.448Z] [2021-01-23T00:39:22.448Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T00:39:22.448Z] ---> 389fef711851 [2021-01-23T00:39:22.448Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-23T00:39:22.448Z] ---> fab6fa2c0e4b [2021-01-23T00:39:22.448Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-23T00:39:22.448Z] ---> Using cache [2021-01-23T00:39:22.448Z] ---> d6d77c617d79 [2021-01-23T00:39:22.448Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:39:22.448Z] ---> Using cache [2021-01-23T00:39:22.448Z] ---> c0cea7412c76 [2021-01-23T00:39:22.448Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-23T00:39:22.448Z] ---> 9637ea36cda8 [2021-01-23T00:39:22.448Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-23T00:39:22.448Z] ---> Running in 144ed1c711b7 [2021-01-23T00:39:22.448Z] ---> Running in 7ff0f5d348eb [2021-01-23T00:39:22.448Z] ---> Running in 8e5dc3181729 [2021-01-23T00:39:22.717Z] Removing intermediate container 8e5dc3181729 [2021-01-23T00:39:22.717Z] ---> 95544ab77ef4 [2021-01-23T00:39:22.717Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-23T00:39:22.991Z] ---> Running in f3e9cab0f055 [2021-01-23T00:39:23.259Z] 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 [2021-01-23T00:39:23.259Z] 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 [2021-01-23T00:39:23.259Z] Removing intermediate container f3e9cab0f055 [2021-01-23T00:39:23.259Z] ---> 90fe9f539342 [2021-01-23T00:39:23.259Z] Step 15/23 : WORKDIR / [2021-01-23T00:39:24.225Z] ---> Running in e6cc2a54c1de [2021-01-23T00:39:25.201Z] Removing intermediate container e6cc2a54c1de [2021-01-23T00:39:25.201Z] ---> 9e6f5e292904 [2021-01-23T00:39:25.201Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:39:26.170Z] Removing intermediate container f5e45ea11119 [2021-01-23T00:39:26.170Z] ---> e3d9341468f6 [2021-01-23T00:39:26.170Z] [2021-01-23T00:39:26.170Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T00:39:26.170Z] ---> 389fef711851 [2021-01-23T00:39:26.170Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-23T00:39:26.170Z] ---> Using cache [2021-01-23T00:39:26.170Z] ---> d6d77c617d79 [2021-01-23T00:39:26.170Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:39:26.170Z] ---> Using cache [2021-01-23T00:39:26.170Z] ---> c0cea7412c76 [2021-01-23T00:39:26.170Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-23T00:39:26.170Z] ---> 9dd3b56492d6 [2021-01-23T00:39:26.170Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-23T00:39:27.127Z] ---> Running in 6d93655ad17d [2021-01-23T00:39:27.408Z] ---> bf8e808a259c [2021-01-23T00:39:27.408Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-23T00:39:27.408Z] Removing intermediate container 6d93655ad17d [2021-01-23T00:39:27.689Z] ---> 3c10b1c01ea9 [2021-01-23T00:39:27.689Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-23T00:39:27.689Z] ---> Running in 213cf95da9b6 [2021-01-23T00:39:27.961Z] ---> df62c63079be [2021-01-23T00:39:27.961Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-23T00:39:28.239Z] Removing intermediate container 213cf95da9b6 [2021-01-23T00:39:28.239Z] ---> 186da26de21a [2021-01-23T00:39:28.239Z] Step 15/23 : WORKDIR / [2021-01-23T00:39:28.239Z] ---> Running in ac3c60c6f915 [2021-01-23T00:39:28.509Z] ---> Running in a6084246a735 [2021-01-23T00:39:28.509Z] Removing intermediate container ac3c60c6f915 [2021-01-23T00:39:28.509Z] ---> 6d9d8c2f3434 [2021-01-23T00:39:28.509Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:39:28.778Z] ---> Running in 82a95e25e6c8 [2021-01-23T00:39:28.778Z] Removing intermediate container a6084246a735 [2021-01-23T00:39:28.778Z] ---> 3a3c31cd9906 [2021-01-23T00:39:28.778Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:39:29.050Z] Removing intermediate container 82a95e25e6c8 [2021-01-23T00:39:29.050Z] ---> 4b69aafc49a2 [2021-01-23T00:39:29.050Z] Step 21/23 : LABEL arch=x86_64 [2021-01-23T00:39:29.050Z] ---> Running in 032e9f641d13 [2021-01-23T00:39:30.021Z] ---> eb1a114bf551 [2021-01-23T00:39:30.021Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-23T00:39:30.021Z] Removing intermediate container 032e9f641d13 [2021-01-23T00:39:30.021Z] ---> 8c50041a748f [2021-01-23T00:39:30.021Z] Step 22/23 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 [2021-01-23T00:39:30.021Z] ---> Running in 5280a8c08a5b [2021-01-23T00:39:30.616Z] Removing intermediate container 5280a8c08a5b [2021-01-23T00:39:30.616Z] ---> e09233e4afef [2021-01-23T00:39:30.616Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T00:39:30.616Z] ---> Running in 1c4236034161 [2021-01-23T00:39:30.616Z] ---> 1bd40d075bd5 [2021-01-23T00:39:30.616Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-23T00:39:30.880Z] Removing intermediate container 1c4236034161 [2021-01-23T00:39:30.880Z] ---> af8a36fedd12 [2021-01-23T00:39:30.880Z] [2021-01-23T00:39:31.154Z] Successfully built af8a36fedd12 [2021-01-23T00:39:31.154Z] Successfully tagged docker-core-command-go:latest [2021-01-23T00:39:31.154Z]  Building docker-core-command-go ... done  ---> d9fb2515b69e [2021-01-23T00:39:31.154Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-23T00:39:31.422Z] ---> Running in 77a1bb0a609c [2021-01-23T00:39:32.024Z] Removing intermediate container 77a1bb0a609c [2021-01-23T00:39:32.024Z] ---> 4006a3d132ba [2021-01-23T00:39:32.024Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:39:32.024Z] ---> Running in 30abd00ed05c [2021-01-23T00:39:32.294Z] Removing intermediate container 30abd00ed05c [2021-01-23T00:39:32.294Z] ---> 71550e5f8ecb [2021-01-23T00:39:32.294Z] Step 21/23 : LABEL arch=x86_64 [2021-01-23T00:39:32.294Z] ---> Running in ed980bc7eecf [2021-01-23T00:39:32.572Z] Removing intermediate container ed980bc7eecf [2021-01-23T00:39:32.572Z] ---> 6ac289ece681 [2021-01-23T00:39:32.572Z] Step 22/23 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 [2021-01-23T00:39:32.839Z] ---> Running in bb6c0f228d4a [2021-01-23T00:39:33.110Z] Removing intermediate container bb6c0f228d4a [2021-01-23T00:39:33.110Z] ---> f850b96b2122 [2021-01-23T00:39:33.110Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T00:39:33.110Z] ---> Running in 83efe0d22c58 [2021-01-23T00:39:34.524Z] Removing intermediate container 83efe0d22c58 [2021-01-23T00:39:34.524Z] ---> 35a48f7a3f62 [2021-01-23T00:39:34.524Z] [2021-01-23T00:39:34.524Z] Successfully built 35a48f7a3f62 [2021-01-23T00:39:34.524Z] Successfully tagged docker-core-metadata-go:latest [2021-01-23T00:39:36.549Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-23T00:39:40.915Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-23T00:39:41.179Z]  Building docker-core-metadata-go ... done Removing intermediate container 7ff0f5d348eb [2021-01-23T00:39:41.179Z] ---> 6effbb3748a0 [2021-01-23T00:39:41.179Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-23T00:39:41.446Z] ---> Running in 9bdbc97a361e [2021-01-23T00:39:42.033Z] 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 [2021-01-23T00:39:44.593Z] Removing intermediate container 144ed1c711b7 [2021-01-23T00:39:44.593Z] ---> 28a6202d384a [2021-01-23T00:39:44.593Z] [2021-01-23T00:39:44.593Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T00:39:44.593Z] ---> 389fef711851 [2021-01-23T00:39:44.593Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-23T00:39:44.593Z] Removing intermediate container 9bdbc97a361e [2021-01-23T00:39:44.593Z] ---> 6b61621b95a3 [2021-01-23T00:39:44.593Z] [2021-01-23T00:39:44.593Z] Step 11/26 : FROM docker:20.10.0 [2021-01-23T00:39:44.593Z] ---> Running in 6c99949971b2 [2021-01-23T00:39:44.593Z] 20.10.0: Pulling from library/docker [2021-01-23T00:39:44.855Z] Removing intermediate container 6c99949971b2 [2021-01-23T00:39:44.855Z] ---> f2ae2cab14e3 [2021-01-23T00:39:44.855Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-23T00:39:45.117Z] ---> Running in 34e02b9b68fc [2021-01-23T00:39:45.385Z] Removing intermediate container 34e02b9b68fc [2021-01-23T00:39:45.385Z] ---> 4893d2cc60ef [2021-01-23T00:39:45.385Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-23T00:39:45.963Z] ---> Running in 59fe0ccb604e [2021-01-23T00:39:47.893Z] Removing intermediate container 59fe0ccb604e [2021-01-23T00:39:47.893Z] ---> f64c25bfeb3a [2021-01-23T00:39:47.893Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:39:47.893Z] ---> Running in 19157388b010 [2021-01-23T00:39:49.289Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-23T00:39:49.289Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-23T00:39:49.289Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-23T00:39:49.290Z] Removing intermediate container 19157388b010 [2021-01-23T00:39:49.290Z] ---> 67196e487efa [2021-01-23T00:39:49.290Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-23T00:39:49.290Z] ---> Running in d2fde0c667cf [2021-01-23T00:39:49.290Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-23T00:39:49.290Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-23T00:39:49.290Z] ---> aefe523efa57 [2021-01-23T00:39:49.290Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-23T00:39:49.553Z] ---> Running in 644166972efc [2021-01-23T00:39:49.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:39:50.078Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:39:50.078Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:39:50.339Z] (1/2) Installing readline (8.0.4-r0) [2021-01-23T00:39:50.339Z] (2/2) Installing bash (5.0.17-r0) [2021-01-23T00:39:50.339Z] Executing bash-5.0.17-r0.post-install [2021-01-23T00:39:50.339Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:39:50.339Z] OK: 12 MiB in 22 packages [2021-01-23T00:39:50.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:39:50.912Z] Removing intermediate container 644166972efc [2021-01-23T00:39:50.912Z] ---> 65ade0b03ae4 [2021-01-23T00:39:50.912Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-23T00:39:50.912Z] ---> Running in 708dc6899313 [2021-01-23T00:39:51.176Z] Removing intermediate container 708dc6899313 [2021-01-23T00:39:51.176Z] ---> 9b4f5c8b815c [2021-01-23T00:39:51.176Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-23T00:39:51.176Z] ---> Running in 34c4095b9d88 [2021-01-23T00:39:51.440Z] Removing intermediate container 34c4095b9d88 [2021-01-23T00:39:51.440Z] ---> d5be6d3c2f54 [2021-01-23T00:39:51.440Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-23T00:39:51.440Z] ---> Running in 71e6d74261f3 [2021-01-23T00:39:51.702Z] Removing intermediate container 71e6d74261f3 [2021-01-23T00:39:51.702Z] ---> f8eee8389108 [2021-01-23T00:39:51.702Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-23T00:39:51.702Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-23T00:39:51.964Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-23T00:39:51.964Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-23T00:39:51.964Z] ---> a7fc4a9f008c [2021-01-23T00:39:51.964Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-23T00:39:52.226Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-23T00:39:52.226Z] ---> 4a9cb7339c5b [2021-01-23T00:39:52.226Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-23T00:39:52.487Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-23T00:39:52.750Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-23T00:39:52.750Z] ---> 945f46c30a15 [2021-01-23T00:39:52.750Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-23T00:39:52.750Z] ---> Running in d1f1e7c8fedf [2021-01-23T00:39:52.750Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:39:52.750Z] OK: 8 MiB in 20 packages [2021-01-23T00:39:53.339Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:39:53.339Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:39:53.339Z] Removing intermediate container d2fde0c667cf [2021-01-23T00:39:53.339Z] ---> e8d3abda80b3 [2021-01-23T00:39:53.339Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:39:53.602Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-23T00:39:53.602Z] (2/33) Installing expat (2.2.9-r1) [2021-01-23T00:39:53.602Z] (3/33) Installing libffi (3.3-r2) [2021-01-23T00:39:53.602Z] (4/33) Installing gdbm (1.13-r1) [2021-01-23T00:39:53.602Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-23T00:39:53.602Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-23T00:39:53.602Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-23T00:39:53.602Z] ---> 21616a59a9ff [2021-01-23T00:39:53.602Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-23T00:39:56.913Z] ---> 1b971e0ced47 [2021-01-23T00:39:56.913Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-23T00:39:56.913Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-23T00:39:56.913Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-23T00:39:56.913Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-23T00:39:57.176Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-23T00:39:57.176Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-23T00:39:57.176Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-23T00:39:57.176Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-23T00:39:57.438Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-23T00:39:57.653Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-23T00:39:57.653Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-23T00:39:57.653Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-23T00:39:57.653Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-23T00:39:57.653Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-23T00:39:57.653Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-23T00:39:57.700Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-23T00:39:57.700Z] ---> 17be3d85456c [2021-01-23T00:39:57.700Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-23T00:39:57.961Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-23T00:39:57.961Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-23T00:39:58.223Z] ---> Running in e90b411b115b [2021-01-23T00:39:58.223Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-23T00:39:58.223Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-23T00:39:58.223Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-23T00:39:58.223Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-23T00:39:58.223Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-23T00:39:58.223Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-23T00:39:58.799Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-23T00:39:58.799Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-23T00:39:58.799Z] Removing intermediate container e90b411b115b [2021-01-23T00:39:58.799Z] ---> 29171b08633b [2021-01-23T00:39:58.799Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:39:59.076Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-23T00:39:59.076Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-23T00:39:59.076Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-23T00:39:59.076Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-23T00:39:59.076Z] ---> Running in ac3673723154 [2021-01-23T00:39:59.076Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-23T00:39:59.076Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-23T00:39:59.076Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-23T00:39:59.338Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:39:59.339Z] OK: 71 MiB in 55 packages [2021-01-23T00:39:59.913Z] Removing intermediate container ac3673723154 [2021-01-23T00:39:59.913Z] ---> 483d0e3d1381 [2021-01-23T00:39:59.913Z] Step 21/23 : LABEL arch=x86_64 [2021-01-23T00:39:59.913Z] ---> Running in c85612584c22 [2021-01-23T00:40:00.176Z] Removing intermediate container c85612584c22 [2021-01-23T00:40:00.176Z] ---> 67e12595ccd3 [2021-01-23T00:40:00.176Z] Step 22/23 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 [2021-01-23T00:40:00.438Z] ---> Running in 26973386ada8 [2021-01-23T00:40:02.363Z] Removing intermediate container 26973386ada8 [2021-01-23T00:40:02.363Z] ---> c65deba7315c [2021-01-23T00:40:02.363Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T00:40:04.427Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-23T00:40:04.427Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-23T00:40:04.427Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-23T00:40:04.927Z] ---> Running in e13ce0a568e3 [2021-01-23T00:40:04.927Z] Removing intermediate container d1f1e7c8fedf [2021-01-23T00:40:04.927Z] ---> 3cb2f335c989 [2021-01-23T00:40:04.927Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-23T00:40:04.927Z] Removing intermediate container e13ce0a568e3 [2021-01-23T00:40:04.927Z] ---> 4bd9e9125d95 [2021-01-23T00:40:04.927Z] [2021-01-23T00:40:05.190Z] ---> Running in aede43e9af1b [2021-01-23T00:40:05.190Z] Successfully built 4bd9e9125d95 [2021-01-23T00:40:05.190Z] Successfully tagged docker-core-data-go:latest [2021-01-23T00:40:06.619Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-01-23T00:40:06.619Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-23T00:40:06.882Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-23T00:40:06.882Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-23T00:40:07.459Z] Collecting docopt<0.7,>=0.6.1 [2021-01-23T00:40:07.459Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-23T00:40:08.033Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-23T00:40:08.033Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-23T00:40:08.295Z] Collecting jsonschema<3,>=2.5.1 [2021-01-23T00:40:08.296Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-23T00:40:08.296Z] Collecting texttable<0.10,>=0.9.0 [2021-01-23T00:40:08.296Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-23T00:40:08.869Z] Collecting cached-property<2,>=1.2.0 [2021-01-23T00:40:08.869Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-23T00:40:08.869Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-23T00:40:09.131Z] Collecting docker<4.0,>=3.6.0 [2021-01-23T00:40:09.131Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-23T00:40:09.393Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-23T00:40:09.393Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-23T00:40:09.655Z] Collecting PyYAML<4,>=3.10 [2021-01-23T00:40:09.655Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-23T00:40:10.605Z] Collecting docker-pycreds>=0.4.0 [2021-01-23T00:40:10.605Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-23T00:40:10.605Z] 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) [2021-01-23T00:40:10.605Z] Collecting idna<2.8,>=2.5 [2021-01-23T00:40:10.605Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-23T00:40:10.605Z] 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) [2021-01-23T00:40:10.605Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-23T00:40:10.605Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-23T00:40:10.869Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-23T00:40:10.869Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-23T00:40:10.869Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-23T00:40:10.869Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-23T00:40:10.869Z] Installing collected packages: dockerpty, docopt, websocket-client, jsonschema, texttable, cached-property, docker-pycreds, idna, urllib3, requests, docker, PyYAML, docker-compose [2021-01-23T00:40:10.869Z] Running setup.py install for dockerpty: started [2021-01-23T00:40:11.452Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-23T00:40:11.452Z] Running setup.py install for docopt: started [2021-01-23T00:40:11.715Z] Running setup.py install for docopt: finished with status 'done' [2021-01-23T00:40:11.986Z] Running setup.py install for texttable: started [2021-01-23T00:40:12.562Z] Running setup.py install for texttable: finished with status 'done' [2021-01-23T00:40:12.562Z] Attempting uninstall: idna [2021-01-23T00:40:12.562Z] Found existing installation: idna 2.9 [2021-01-23T00:40:12.562Z] Uninstalling idna-2.9: [2021-01-23T00:40:12.562Z] Successfully uninstalled idna-2.9 [2021-01-23T00:40:12.771Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.259s coverage: 46.6% of statements [2021-01-23T00:40:12.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-23T00:40:12.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-23T00:40:12.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-23T00:40:12.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-23T00:40:12.771Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-23T00:40:12.827Z] Attempting uninstall: urllib3 [2021-01-23T00:40:12.827Z] Found existing installation: urllib3 1.25.9 [2021-01-23T00:40:12.827Z] Uninstalling urllib3-1.25.9: [2021-01-23T00:40:12.827Z] Successfully uninstalled urllib3-1.25.9 [2021-01-23T00:40:13.088Z] Attempting uninstall: requests [2021-01-23T00:40:13.088Z] Found existing installation: requests 2.23.0 [2021-01-23T00:40:13.088Z] Uninstalling requests-2.23.0: [2021-01-23T00:40:13.088Z] Successfully uninstalled requests-2.23.0 [2021-01-23T00:40:13.350Z] Running setup.py install for PyYAML: started [2021-01-23T00:40:13.933Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-23T00:40:14.203Z] 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 [2021-01-23T00:40:18.426Z] Removing intermediate container aede43e9af1b [2021-01-23T00:40:18.426Z] ---> 874a9890eac0 [2021-01-23T00:40:18.426Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-23T00:40:18.426Z] ---> Running in 97140b580ae9 [2021-01-23T00:40:18.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-23T00:40:18.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-23T00:40:18.953Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T00:40:18.953Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-23T00:40:18.953Z] (3/3) Installing curl (7.69.1-r3) [2021-01-23T00:40:18.953Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:40:18.953Z] OK: 72 MiB in 58 packages [2021-01-23T00:40:19.537Z] Removing intermediate container 97140b580ae9 [2021-01-23T00:40:19.537Z] ---> 33d5834d1c2a [2021-01-23T00:40:19.537Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-23T00:40:19.537Z] ---> Running in 92e1b2711494 [2021-01-23T00:40:19.800Z] Removing intermediate container 92e1b2711494 [2021-01-23T00:40:19.800Z] ---> 3974ce5ec210 [2021-01-23T00:40:19.800Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:40:19.800Z] ---> Running in abb2024ed401 [2021-01-23T00:40:20.062Z] Removing intermediate container abb2024ed401 [2021-01-23T00:40:20.062Z] ---> 5b5207bc0291 [2021-01-23T00:40:20.062Z] Step 24/26 : LABEL arch=x86_64 [2021-01-23T00:40:20.062Z] ---> Running in 72d5d0615728 [2021-01-23T00:40:20.062Z] Removing intermediate container 72d5d0615728 [2021-01-23T00:40:20.062Z] ---> ac7ddea6dc0b [2021-01-23T00:40:20.062Z] Step 25/26 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 [2021-01-23T00:40:20.324Z] ---> Running in 5c9cfea344f2 [2021-01-23T00:40:20.324Z] Removing intermediate container 5c9cfea344f2 [2021-01-23T00:40:20.324Z] ---> 485851c15972 [2021-01-23T00:40:20.324Z] Step 26/26 : LABEL version=0.0.0 [2021-01-23T00:40:20.585Z] ---> Running in 07f52b6bc244 [2021-01-23T00:40:20.586Z] Removing intermediate container 07f52b6bc244 [2021-01-23T00:40:20.586Z] ---> c6d0252acba1 [2021-01-23T00:40:20.586Z] [2021-01-23T00:40:20.847Z] Successfully built c6d0252acba1 [2021-01-23T00:40:20.847Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-23T00:40:21.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.586s coverage: 27.1% of statements [2021-01-23T00:40:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-23T00:40:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-23T00:40:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-23T00:40:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-23T00:40:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-23T00:40:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-23T00:40:21.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-01-23T00:40:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-23T00:40:21.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements [2021-01-23T00:40:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-23T00:40:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-23T00:40:21.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.277s coverage: 65.8% of statements [2021-01-23T00:40:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-23T00:40:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-23T00:40:21.114Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.449s coverage: 82.3% of statements [2021-01-23T00:40:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-23T00:40:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-23T00:40:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-23T00:40:21.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-23T00:40:21.822Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-23T00:40:21.833Z] $ docker stop --time=1 08042ff8c6d26f5292fc89bcfdd22b6f3ec0b44bf5adab9e81ac1dd3a2e77c54 [2021-01-23T00:40:23.383Z] $ docker rm -f 08042ff8c6d26f5292fc89bcfdd22b6f3ec0b44bf5adab9e81ac1dd3a2e77c54 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-23T00:40:23.924Z] + docker images [2021-01-23T00:40:23.924Z] + grep docker [2021-01-23T00:40:24.195Z] docker-sys-mgmt-agent-go latest c6d0252acba1 4 seconds ago 313MB [2021-01-23T00:40:24.195Z] docker-core-data-go latest 4bd9e9125d95 20 seconds ago 22.3MB [2021-01-23T00:40:24.195Z] docker-core-metadata-go latest 35a48f7a3f62 51 seconds ago 18.8MB [2021-01-23T00:40:24.195Z] docker-core-command-go latest af8a36fedd12 54 seconds ago 16.3MB [2021-01-23T00:40:24.195Z] docker-security-bootstrapper-go latest b8b21f2c63cb About a minute ago 41.5MB [2021-01-23T00:40:24.195Z] docker-security-secretstore-setup-go latest 1ca3d030d5b5 About a minute ago 24.6MB [2021-01-23T00:40:24.195Z] docker-support-notifications-go latest 321668b032bb 2 minutes ago 16.9MB [2021-01-23T00:40:24.195Z] docker-security-proxy-setup-go latest 63cb1932670f 2 minutes ago 24.4MB [2021-01-23T00:40:24.195Z] docker-support-scheduler-go latest 1368f0e7be3a 2 minutes ago 16.4MB [2021-01-23T00:40:24.195Z] docker 20.10.0 aefe523efa57 6 weeks 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 [2021-01-23T00:40:31.361Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.467s coverage: 28.6% of statements [2021-01-23T00:40:31.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-23T00:40:31.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-23T00:40:31.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-23T00:40:31.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-23T00:40:31.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-23T00:40:31.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.168s coverage: 100.0% of statements [2021-01-23T00:40:31.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-23T00:40:31.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements [2021-01-23T00:40:31.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-23T00:40:31.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.403s coverage: 86.7% of statements [2021-01-23T00:40:31.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-23T00:40:31.362Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.448s coverage: 97.5% of statements [2021-01-23T00:40:31.362Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-23T00:40:32.369Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.175s coverage: 78.3% of statements [2021-01-23T00:40:32.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-23T00:40:32.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-23T00:40:32.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-23T00:40:32.369Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-23T00:40:39.894Z] Still waiting to schedule task [2021-01-23T00:40:39.894Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-22409’ [2021-01-23T00:40:45.502Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.618s coverage: 92.8% of statements [2021-01-23T00:40:45.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-23T00:40:45.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-23T00:40:45.502Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-23T00:40:45.502Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-23T00:40:45.502Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-23T00:40:45.502Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-23T00:40:45.502Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-23T00:40:45.502Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-23T00:40:45.502Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-23T00:40:45.502Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-23T00:40:45.502Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-23T00:40:45.502Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-23T00:40:45.502Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-23T00:40:45.502Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-23T00:40:45.502Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-23T00:40:45.502Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-23T00:40:45.502Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-23T00:40:45.502Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-23T00:40:45.502Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-01-23T00:40:45.502Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-23T00:40:45.502Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-23T00:40:45.502Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.264s coverage: 0.1% of statements [2021-01-23T00:40:45.502Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-23T00:40:45.502Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-23T00:40:45.502Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-23T00:40:45.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 43.8% of statements [2021-01-23T00:40:45.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.099s coverage: 79.5% of statements [2021-01-23T00:40:45.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.084s coverage: 94.1% of statements [2021-01-23T00:40:45.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements [2021-01-23T00:40:45.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.072s coverage: 87.5% of statements [2021-01-23T00:40:55.729Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.092s coverage: 94.4% of statements [2021-01-23T00:40:55.729Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements [2021-01-23T00:40:55.729Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-23T00:40:55.729Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-23T00:40:55.729Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-23T00:40:55.729Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-23T00:40:57.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.085s coverage: 87.2% of statements [2021-01-23T00:40:57.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-23T00:40:57.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-23T00:40:57.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements [2021-01-23T00:40:57.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-23T00:40:57.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.093s coverage: 75.5% of statements [2021-01-23T00:40:57.735Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-23T00:40:57.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.8% of statements [2021-01-23T00:40:57.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.141s coverage: 87.2% of statements [2021-01-23T00:40:57.735Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.153s coverage: 84.2% of statements [2021-01-23T00:40:58.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.259s coverage: 91.4% of statements [2021-01-23T00:40:58.727Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-23T00:41:01.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.726s coverage: 63.5% of statements [2021-01-23T00:41:01.383Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-23T00:41:01.383Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-23T00:41:01.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2021-01-23T00:41:01.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.104s coverage: 91.3% of statements [2021-01-23T00:41:01.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.103s coverage: 100.0% of statements [2021-01-23T00:41:02.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements [2021-01-23T00:41:04.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.069s coverage: 100.0% of statements [2021-01-23T00:41:08.941Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.001s coverage: 68.9% of statements [2021-01-23T00:41:08.941Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-23T00:41:08.941Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-23T00:41:08.941Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-23T00:41:08.941Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-23T00:41:08.941Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-23T00:41:09.545Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.500s coverage: 37.0% of statements [2021-01-23T00:41:09.545Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-23T00:41:09.545Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-23T00:41:09.545Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.935s coverage: 84.0% of statements [2021-01-23T00:41:10.154Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.099s coverage: 100.0% of statements [2021-01-23T00:41:18.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.402s coverage: 47.1% of statements [2021-01-23T00:41:18.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-23T00:41:18.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-23T00:41:18.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-23T00:41:18.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-23T00:41:18.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-23T00:41:18.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.126s coverage: 100.0% of statements [2021-01-23T00:41:18.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-23T00:41:18.501Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.118s coverage: 100.0% of statements [2021-01-23T00:41:18.501Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-23T00:41:23.971Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.932s coverage: 29.1% of statements [2021-01-23T00:41:23.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-23T00:41:23.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-23T00:41:23.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-23T00:41:23.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-23T00:41:23.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-23T00:41:23.971Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.285s coverage: 99.0% of statements [2021-01-23T00:41:23.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-23T00:41:23.971Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.122s coverage: 100.0% of statements [2021-01-23T00:41:23.971Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-23T00:41:23.971Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-01-23T00:41:23.971Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-23T00:41:23.971Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements [2021-01-23T00:41:23.971Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-23T00:41:23.971Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-23T00:41:23.971Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-23T00:41:23.971Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-23T00:41:23.971Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements [2021-01-23T00:41:23.971Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-23T00:41:23.971Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-23T00:41:23.971Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements [2021-01-23T00:41:24.963Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.069s coverage: 32.1% of statements [2021-01-23T00:41:26.403Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements [2021-01-23T00:41:27.385Z] GO111MODULE=on go vet ./... [2021-01-23T00:42:47.629Z] Running on prd-ubuntu18.04-docker-8c-8g-22411 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-01-23T00:42:47.680Z] Running in /w/workspace/edgex-go/47 [Pipeline] { [Pipeline] checkout [2021-01-23T00:42:49.247Z] gofmt -l . [2021-01-23T00:42:49.247Z] [ "`gofmt -l .`" = "" ] [2021-01-23T00:42:49.709Z] using credential edgex-jenkins-ssh [2021-01-23T00:42:49.761Z] Cloning the remote Git repository [2021-01-23T00:42:49.850Z] ./bin/test-go-mod-tidy.sh [2021-01-23T00:42:49.786Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-23T00:42:49.857Z] > git init /w/workspace/edgex-go/47 # timeout=10 [2021-01-23T00:42:49.884Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-23T00:42:49.885Z] > git --version # timeout=10 [2021-01-23T00:42:49.893Z] > git --version # 'git version 2.17.1' [2021-01-23T00:42:49.894Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T00:42:49.916Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-23T00:42:50.448Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-23T00:42:52.544Z] + ls -al . [2021-01-23T00:42:52.544Z] total 696 [2021-01-23T00:42:52.544Z] drwxrwxr-x 9 1001 1001 4096 Jan 23 00:42 . [2021-01-23T00:42:52.544Z] drwxr-xr-x 4 root root 4096 Jan 23 00:38 .. [2021-01-23T00:42:52.544Z] -rw-rw-r-- 1 1001 1001 11 Jan 23 00:36 .dockerignore [2021-01-23T00:42:52.544Z] drwxrwxr-x 8 1001 1001 4096 Jan 23 00:36 .git [2021-01-23T00:42:52.544Z] drwxrwxr-x 3 1001 1001 4096 Jan 23 00:36 .github [2021-01-23T00:42:52.544Z] -rw-rw-r-- 1 1001 1001 872 Jan 23 00:36 .gitignore [2021-01-23T00:42:52.544Z] -rw-rw-r-- 1 1001 1001 166 Jan 23 00:36 .sonarcloud.properties [2021-01-23T00:42:52.544Z] -rw-rw-r-- 1 1001 1001 7859 Jan 23 00:36 Attribution.txt [2021-01-23T00:42:52.544Z] -rw-rw-r-- 1 1001 1001 3804 Jan 23 00:36 CONTRIBUTING.md [2021-01-23T00:42:52.544Z] -rw-rw-r-- 1 1001 1001 931 Jan 23 00:36 Dockerfile.build [2021-01-23T00:42:52.544Z] -rw-rw-r-- 1 1001 1001 863 Jan 23 00:36 Jenkinsfile [2021-01-23T00:42:52.544Z] -rw-rw-r-- 1 1001 1001 10775 Jan 23 00:36 LICENSE [2021-01-23T00:42:52.544Z] -rw-rw-r-- 1 1001 1001 6001 Jan 23 00:36 Makefile [2021-01-23T00:42:52.544Z] -rw-rw-r-- 1 1001 1001 6524 Jan 23 00:36 README.md [2021-01-23T00:42:52.544Z] -rw-rw-r-- 1 1001 1001 6755 Jan 23 00:36 SECURITY.md [2021-01-23T00:42:52.544Z] -rw-rw-r-- 1 1001 1001 5 Jan 23 00:32 VERSION [2021-01-23T00:42:52.544Z] -rw-rw-r-- 1 1001 1001 4131 Jan 23 00:36 ZMQWindows.md [2021-01-23T00:42:52.544Z] drwxrwxr-x 2 1001 1001 4096 Jan 23 00:36 bin [2021-01-23T00:42:52.544Z] drwxrwxr-x 15 1001 1001 4096 Jan 23 00:36 cmd [2021-01-23T00:42:52.544Z] -rw-r--r-- 1 root root 564700 Jan 23 00:41 coverage.out [2021-01-23T00:42:52.544Z] -rw-r--r-- 1 root root 1053 Jan 23 00:42 go.mod [2021-01-23T00:42:52.544Z] -rw-r--r-- 1 root root 18878 Jan 23 00:42 go.sum [2021-01-23T00:42:52.544Z] drwxrwxr-x 8 1001 1001 4096 Jan 23 00:36 internal [2021-01-23T00:42:52.544Z] drwxrwxr-x 4 1001 1001 4096 Jan 23 00:36 openapi [2021-01-23T00:42:52.544Z] drwxrwxr-x 4 1001 1001 4096 Jan 23 00:36 snap [2021-01-23T00:42:52.544Z] -rw-rw-r-- 1 1001 1001 168 Jan 23 00:36 version.go [Pipeline] sh [2021-01-23T00:42:53.217Z] + '[' -e coverage.out ] [2021-01-23T00:42:53.217Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-23T00:42:53.317Z] Warning: overwriting stash ‘coverage-report’ [2021-01-23T00:42:54.784Z] Stashed 1 file(s) [Pipeline] sh [2021-01-23T00:42:55.503Z] + make build [2021-01-23T00:42:55.503Z] 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 [2021-01-23T00:43:02.616Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-23T00:43:02.624Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-23T00:43:02.634Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-23T00:43:02.648Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-23T00:43:02.648Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T00:43:02.652Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-23T00:43:04.354Z] Merging remotes/origin/master commit f7cba1f5bd7f0f50faed19509b697065ec7e4bcf into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-01-23T00:43:04.667Z] Merge succeeded, producing 1acbc7521d0a88fd1396291b80be26298d9aae88 [2021-01-23T00:43:04.667Z] Checking out Revision 1acbc7521d0a88fd1396291b80be26298d9aae88 (PR-2858) [2021-01-23T00:43:04.366Z] > git config core.sparsecheckout # timeout=10 [2021-01-23T00:43:04.370Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-01-23T00:43:04.484Z] > git remote # timeout=10 [2021-01-23T00:43:04.491Z] > git config --get remote.origin.url # timeout=10 [2021-01-23T00:43:04.500Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-23T00:43:04.504Z] > git merge f7cba1f5bd7f0f50faed19509b697065ec7e4bcf # timeout=10 [2021-01-23T00:43:04.663Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-23T00:43:04.673Z] > git config core.sparsecheckout # timeout=10 [2021-01-23T00:43:04.677Z] > git checkout -f 1acbc7521d0a88fd1396291b80be26298d9aae88 # timeout=10 [2021-01-23T00:43:08.182Z] 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 [2021-01-23T00:43:08.388Z] Commit message: "Merge commit 'f7cba1f5bd7f0f50faed19509b697065ec7e4bcf' into HEAD" [2021-01-23T00:43:08.397Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:43:09.370Z] + echo snap-build.sh [2021-01-23T00:43:09.370Z] snap-build.sh [2021-01-23T00:43:09.370Z] + SNAP_BASE_DIR=. [2021-01-23T00:43:09.370Z] + '[' '!' -z /w/workspace/edgex-go/47 ']' [2021-01-23T00:43:09.370Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/47 [2021-01-23T00:43:09.370Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/47]' [2021-01-23T00:43:09.370Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/47] [2021-01-23T00:43:09.370Z] + cd /w/workspace/edgex-go/47 [2021-01-23T00:43:09.370Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-23T00:43:09.370Z] Reading package lists... [2021-01-23T00:43:08.395Z] > git rev-list --no-walk f3cb4776a1548f6e1b3e0de073556e14b17ad638 # timeout=10 [2021-01-23T00:43:09.633Z] Building dependency tree... [2021-01-23T00:43:09.633Z] Reading state information... [2021-01-23T00:43:09.633Z] The following packages were automatically installed and are no longer required: [2021-01-23T00:43:09.633Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-23T00:43:09.633Z] uidmap xdelta3 [2021-01-23T00:43:09.633Z] Use 'sudo apt autoremove' to remove them. [2021-01-23T00:43:09.633Z] The following packages will be REMOVED: [2021-01-23T00:43:09.633Z] lxd* lxd-client* [2021-01-23T00:43:10.206Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-23T00:43:10.206Z] After this operation, 31.7 MB disk space will be freed. [2021-01-23T00:43:10.990Z] (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.) [2021-01-23T00:43:10.990Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-23T00:43:11.937Z] Removing lxd dnsmasq configuration [2021-01-23T00:43:11.937Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-23T00:43:11.937Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-23T00:43:12.881Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-23T00:43:13.143Z] (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.) [2021-01-23T00:43:13.143Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-23T00:43:14.531Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-23T00:43:14.531Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-23T00:43:15.916Z] + sudo snap remove --purge lxd [2021-01-23T00:43:15.916Z] snap "lxd" is not installed [2021-01-23T00:43:15.916Z] + sudo groupadd --force --system lxd [2021-01-23T00:43:15.916Z] ++ whoami [2021-01-23T00:43:15.916Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-23T00:43:15.916Z] + newgrp - lxd [2021-01-23T00:43:15.916Z] + sudo snap install lxd [2021-01-23T00:43:24.077Z] 2021-01-23T00:43:20Z INFO Waiting for automatic snapd restart... [2021-01-23T00:43:34.978Z] 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 [2021-01-23T00:43:36.868Z] lxd 4.10 from Canonical* installed [2021-01-23T00:43:36.868Z] + sudo lxd init --auto [2021-01-23T00:43:39.270Z] 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 [2021-01-23T00:43:45.022Z] + sudo snap install --classic snapcraft [2021-01-23T00:43:46.012Z] 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 [2021-01-23T00:43:46.604Z] 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 [2021-01-23T00:43:49.270Z] snapcraft 4.4.4 from Canonical* installed [2021-01-23T00:43:49.270Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-23T00:43:49.270Z] + patch --verbose -p1 [2021-01-23T00:43:49.270Z] Hmm... Looks like a unified diff to me... [2021-01-23T00:43:49.270Z] The text leading up to this was: [2021-01-23T00:43:49.270Z] -------------------------- [2021-01-23T00:43:49.270Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-23T00:43:49.270Z] |From: Tony Espy [2021-01-23T00:43:49.270Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-23T00:43:49.270Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-23T00:43:49.270Z] | [2021-01-23T00:43:49.270Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-23T00:43:49.270Z] |optimize the snap CI check run for pull requests. When [2021-01-23T00:43:49.270Z] |applied, it essentially strips out everything (apps and [2021-01-23T00:43:49.270Z] |parts) from the snapcraft.yaml file except those required [2021-01-23T00:43:49.270Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-23T00:43:49.270Z] |catch changes to edgex-go that break the snap build. [2021-01-23T00:43:49.270Z] | [2021-01-23T00:43:49.270Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-23T00:43:49.270Z] |to update this patch file, otherwise it may fail to apply, [2021-01-23T00:43:49.270Z] |resulting in a failed snap build CI check in the associated [2021-01-23T00:43:49.270Z] |pull request. [2021-01-23T00:43:49.270Z] | [2021-01-23T00:43:49.270Z] |Note - in addition to applying this patch, the pipeline also [2021-01-23T00:43:49.270Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-23T00:43:49.270Z] |need to build the finally binary .snap file (and it won't [2021-01-23T00:43:49.270Z] |work with the patch applied). This further reduces the build [2021-01-23T00:43:49.270Z] |time. [2021-01-23T00:43:49.270Z] |--- [2021-01-23T00:43:49.270Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-23T00:43:49.270Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-23T00:43:49.270Z] | [2021-01-23T00:43:49.270Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-23T00:43:49.270Z] |index 1e537489..faf42425 100644 [2021-01-23T00:43:49.270Z] |--- a/snap/snapcraft.yaml [2021-01-23T00:43:49.270Z] |+++ b/snap/snapcraft.yaml [2021-01-23T00:43:49.270Z] -------------------------- [2021-01-23T00:43:49.270Z] patching file snap/snapcraft.yaml [2021-01-23T00:43:49.270Z] Using Plan A... [2021-01-23T00:43:49.270Z] Hunk #1 succeeded at 73. [2021-01-23T00:43:49.270Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-23T00:43:49.270Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-23T00:43:49.270Z] Hunk #4 FAILED at 223. [2021-01-23T00:43:49.270Z] Hunk #5 succeeded at 300. [2021-01-23T00:43:49.270Z] Hunk #6 succeeded at 327. [2021-01-23T00:43:49.270Z] Hunk #7 succeeded at 361. [2021-01-23T00:43:49.270Z] Hunk #8 FAILED at 412. [2021-01-23T00:43:49.270Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-01-23T00:43:49.270Z] Hmm... Ignoring the trailing garbage. [2021-01-23T00:43:49.270Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-23T00:43:49.957Z] Failed in branch amd64 [2021-01-23T00:43:53.306Z] 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 [2021-01-23T00:43:58.703Z] 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 [2021-01-23T00:44:03.032Z] 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 [2021-01-23T00:44:09.753Z] 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 [2021-01-23T00:44:14.076Z] 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 [2021-01-23T00:44:18.388Z] 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 [2021-01-23T00:44:22.705Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-23T00:44:31.046Z] $ docker stop --time=1 611ddee226339c17fc55455f3ded77886df4d3d8845d3770fdfd51399af49c82 [2021-01-23T00:44:33.669Z] $ docker rm -f 611ddee226339c17fc55455f3ded77886df4d3d8845d3770fdfd51399af49c82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:44:35.887Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-23T00:44:36.161Z] [2021-01-23T00:44:36.161Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:44:36.551Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-23T00:44:36.826Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-23T00:44:36.826Z] 29e5d40040c1: Pulling fs layer [2021-01-23T00:44:36.826Z] 1ce36da41761: Pulling fs layer [2021-01-23T00:44:36.826Z] 25b303627fd3: Pulling fs layer [2021-01-23T00:44:37.101Z] 29e5d40040c1: Verifying Checksum [2021-01-23T00:44:37.101Z] 29e5d40040c1: Download complete [2021-01-23T00:44:38.078Z] 29e5d40040c1: Pull complete [2021-01-23T00:44:38.679Z] 1ce36da41761: Verifying Checksum [2021-01-23T00:44:38.680Z] 1ce36da41761: Download complete [2021-01-23T00:44:40.124Z] 1ce36da41761: Pull complete [2021-01-23T00:44:41.103Z] 25b303627fd3: Verifying Checksum [2021-01-23T00:44:41.103Z] 25b303627fd3: Download complete [2021-01-23T00:44:51.264Z] 25b303627fd3: Pull complete [2021-01-23T00:44:51.264Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-23T00:44:51.264Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-23T00:44:51.264Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-23T00:44:51.570Z] prd-ubuntu18.04-docker-arm64-4c-16g-22406 does not seem to be running inside a container [2021-01-23T00:44:51.681Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@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-arm64:latest cat [2021-01-23T00:44:55.310Z] $ docker top 2420bd716e05cdb38d182f735f971498c8b6167aa70eb5c79bd4d881c0ecc5a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T00:44:56.435Z] + docker-compose build --help [2021-01-23T00:44:56.435Z] + grep parallel [2021-01-23T00:45:01.855Z] --parallel Build images in parallel. [Pipeline] } [2021-01-23T00:45:02.506Z] $ docker stop --time=1 2420bd716e05cdb38d182f735f971498c8b6167aa70eb5c79bd4d881c0ecc5a6 [2021-01-23T00:45:04.606Z] $ docker rm -f 2420bd716e05cdb38d182f735f971498c8b6167aa70eb5c79bd4d881c0ecc5a6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:45:05.575Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-23T00:45:05.575Z] . [Pipeline] withDockerContainer [2021-01-23T00:45:05.859Z] prd-ubuntu18.04-docker-arm64-4c-16g-22406 does not seem to be running inside a container [2021-01-23T00:45:05.966Z] $ 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/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-23T00:45:07.622Z] $ docker top babefd33b8a6773c12ec08ad4437213f68d22e78a1b41af31ddbfd71aa805afa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T00:45:08.674Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-23T00:45:15.417Z] Building docker-core-command-go ... [2021-01-23T00:45:15.417Z] Building docker-core-data-go ... [2021-01-23T00:45:15.417Z] Building docker-core-metadata-go ... [2021-01-23T00:45:15.417Z] Building docker-security-bootstrapper-go ... [2021-01-23T00:45:15.417Z] Building docker-security-proxy-setup-go ... [2021-01-23T00:45:15.417Z] Building docker-security-secretstore-setup-go ... [2021-01-23T00:45:15.417Z] Building docker-support-notifications-go ... [2021-01-23T00:45:15.417Z] Building docker-support-scheduler-go ... [2021-01-23T00:45:15.417Z] Building docker-sys-mgmt-agent-go ... [2021-01-23T00:45:15.417Z] Building docker-security-secretstore-setup-go [2021-01-23T00:45:15.417Z] Building docker-security-bootstrapper-go [2021-01-23T00:45:15.417Z] Building docker-core-data-go [2021-01-23T00:45:15.417Z] Building docker-core-command-go [2021-01-23T00:45:15.417Z] Building docker-sys-mgmt-agent-go [2021-01-23T00:46:37.197Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:46:37.197Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:46:37.197Z] ---> 1384fb4241b7 [2021-01-23T00:46:37.197Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T00:46:37.197Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:46:37.197Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:46:37.197Z] ---> 1384fb4241b7 [2021-01-23T00:46:37.197Z] Step 3/26 : WORKDIR /edgex-go [2021-01-23T00:46:37.197Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:46:37.197Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:46:37.197Z] ---> 1384fb4241b7 [2021-01-23T00:46:37.197Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T00:46:37.197Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:46:37.197Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:46:37.197Z] ---> 1384fb4241b7 [2021-01-23T00:46:37.197Z] Step 3/33 : WORKDIR /edgex-go [2021-01-23T00:46:37.197Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:46:37.197Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:46:37.197Z] ---> 1384fb4241b7 [2021-01-23T00:46:37.197Z] Step 3/24 : WORKDIR /edgex-go [2021-01-23T00:46:37.197Z] ---> Running in 0de890fab259 [2021-01-23T00:46:37.197Z] ---> Running in cc831df00433 [2021-01-23T00:46:37.197Z] ---> Running in a4d66690d2a8 [2021-01-23T00:46:37.197Z] ---> Running in 52f6c9afb64f [2021-01-23T00:46:37.197Z] ---> Running in 9dd138ad0b27 [2021-01-23T00:46:37.197Z] Removing intermediate container 0de890fab259 [2021-01-23T00:46:37.197Z] Removing intermediate container 52f6c9afb64f [2021-01-23T00:46:37.197Z] ---> 914d57b00feb [2021-01-23T00:46:37.197Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:46:37.197Z] ---> 27977d42f6b6 [2021-01-23T00:46:37.197Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:46:37.197Z] Removing intermediate container 9dd138ad0b27 [2021-01-23T00:46:37.197Z] ---> 097bd9bb13d2 [2021-01-23T00:46:37.197Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:46:37.197Z] Removing intermediate container a4d66690d2a8 [2021-01-23T00:46:37.197Z] ---> da079c6c5921 [2021-01-23T00:46:37.197Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:46:37.197Z] Removing intermediate container cc831df00433 [2021-01-23T00:46:37.197Z] ---> 812c448a9f7f [2021-01-23T00:46:37.197Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:46:37.197Z] ---> Running in 40c4b8f20234 [2021-01-23T00:46:37.197Z] ---> Running in 9f0bcd4e1605 [2021-01-23T00:46:37.197Z] ---> Running in 4993b189ef6c [2021-01-23T00:46:37.198Z] ---> Running in 86e18b3d6913 [2021-01-23T00:46:37.198Z] ---> Running in c16cad4faa0a [2021-01-23T00:46:37.198Z] Removing intermediate container 40c4b8f20234 [2021-01-23T00:46:37.198Z] ---> 8a9c21813f3e [2021-01-23T00:46:37.198Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-23T00:46:37.198Z] ---> Running in 22d150c08b12 [2021-01-23T00:46:37.474Z] Removing intermediate container 4993b189ef6c [2021-01-23T00:46:37.474Z] ---> bb38fca4ada5 [2021-01-23T00:46:37.474Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-23T00:46:37.474Z] Removing intermediate container 9f0bcd4e1605 [2021-01-23T00:46:37.474Z] ---> 8f1b26de3edc [2021-01-23T00:46:37.474Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-23T00:46:37.746Z] ---> Running in 5225a941d748 [2021-01-23T00:46:38.030Z] ---> Running in 0fe65061def1 [2021-01-23T00:46:38.030Z] Removing intermediate container 86e18b3d6913 [2021-01-23T00:46:38.030Z] ---> 950d89f46ae5 [2021-01-23T00:46:38.030Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-23T00:46:38.030Z] Removing intermediate container c16cad4faa0a [2021-01-23T00:46:38.030Z] ---> 830f86fe163a [2021-01-23T00:46:38.030Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-23T00:46:38.321Z] ---> Running in 327300fbb40b [2021-01-23T00:46:38.322Z] ---> Running in cce8f2102343 [2021-01-23T00:46:39.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:46:39.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:46:39.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:46:39.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:46:40.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:46:40.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:46:40.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:46:40.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:46:40.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:46:40.806Z] OK: 217 MiB in 51 packages [2021-01-23T00:46:41.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:46:41.687Z] OK: 217 MiB in 51 packages [2021-01-23T00:46:41.687Z] OK: 217 MiB in 51 packages [2021-01-23T00:46:41.687Z] OK: 217 MiB in 51 packages [2021-01-23T00:46:41.966Z] OK: 217 MiB in 51 packages [2021-01-23T00:46:42.580Z] Removing intermediate container 22d150c08b12 [2021-01-23T00:46:42.580Z] ---> ccc70dc217cb [2021-01-23T00:46:42.580Z] Step 6/23 : COPY go.mod . [2021-01-23T00:46:43.185Z] Removing intermediate container 5225a941d748 [2021-01-23T00:46:43.185Z] ---> 7c50235cd2ec [2021-01-23T00:46:43.185Z] Step 6/23 : COPY go.mod . [2021-01-23T00:46:43.471Z] Removing intermediate container 0fe65061def1 [2021-01-23T00:46:43.471Z] ---> 25e6658bb335 [2021-01-23T00:46:43.471Z] Step 6/26 : COPY go.mod . [2021-01-23T00:46:44.065Z] Removing intermediate container cce8f2102343 [2021-01-23T00:46:44.065Z] ---> 7b1cd899c6d1 [2021-01-23T00:46:44.065Z] Step 6/24 : COPY go.mod . [2021-01-23T00:46:44.065Z] Removing intermediate container 327300fbb40b [2021-01-23T00:46:44.065Z] ---> 925e77a29a28 [2021-01-23T00:46:44.065Z] Step 6/33 : COPY go.mod . [2021-01-23T00:46:44.065Z] ---> e4f5e1e5b308 [2021-01-23T00:46:44.065Z] Step 7/23 : RUN go mod download [2021-01-23T00:46:44.342Z] ---> 392b952b81c8 [2021-01-23T00:46:44.342Z] Step 7/23 : RUN go mod download [2021-01-23T00:46:44.342Z] ---> Running in 23d6ac21fefc [2021-01-23T00:46:44.615Z] ---> 27c1a0600627 [2021-01-23T00:46:44.615Z] Step 7/26 : RUN go mod download [2021-01-23T00:46:44.615Z] ---> Running in 9f60ec1fe8b4 [2021-01-23T00:46:44.890Z] ---> Running in 80916458462d [2021-01-23T00:46:45.167Z] ---> 01eda002288c [2021-01-23T00:46:45.167Z] Step 7/24 : RUN go mod download [2021-01-23T00:46:45.167Z] ---> 4ef9867c6bef [2021-01-23T00:46:45.167Z] Step 7/33 : RUN go mod download [2021-01-23T00:46:45.441Z] ---> Running in ebdc9b2dde0b [2021-01-23T00:46:45.441Z] ---> Running in 9b16182cb9ea [2021-01-23T00:46:48.899Z] Removing intermediate container 23d6ac21fefc [2021-01-23T00:46:48.899Z] ---> 2ef0106c7508 [2021-01-23T00:46:48.899Z] Step 8/23 : COPY . . [2021-01-23T00:46:49.501Z] Removing intermediate container 9f60ec1fe8b4 [2021-01-23T00:46:49.501Z] ---> dfafe469ccb9 [2021-01-23T00:46:49.501Z] Step 8/23 : COPY . . [2021-01-23T00:46:49.501Z] Removing intermediate container 80916458462d [2021-01-23T00:46:49.501Z] ---> 31e6f4070369 [2021-01-23T00:46:49.501Z] Step 8/26 : COPY . . [2021-01-23T00:46:50.112Z] Removing intermediate container 9b16182cb9ea [2021-01-23T00:46:50.112Z] ---> a118d9b05215 [2021-01-23T00:46:50.112Z] Step 8/33 : COPY . . [2021-01-23T00:46:50.413Z] Removing intermediate container ebdc9b2dde0b [2021-01-23T00:46:50.413Z] ---> 5298ef8b94a1 [2021-01-23T00:46:50.413Z] Step 8/24 : COPY . . [2021-01-23T00:47:22.848Z] ---> ca8a773f8b53 [2021-01-23T00:47:22.848Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-23T00:47:22.848Z] ---> f306247dd38e [2021-01-23T00:47:22.848Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-23T00:47:22.848Z] ---> b109c72b2d7a [2021-01-23T00:47:22.848Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-23T00:47:22.848Z] ---> 35b96c601d0c [2021-01-23T00:47:22.848Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-23T00:47:22.848Z] ---> Running in 0be3d3ba9384 [2021-01-23T00:47:22.848Z] ---> Running in 71261676f6ca [2021-01-23T00:47:22.848Z] ---> 6baced1dbdab [2021-01-23T00:47:22.848Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-23T00:47:22.848Z] ---> Running in 35e33348ffbc [2021-01-23T00:47:22.848Z] ---> Running in 5cc6a5d73507 [2021-01-23T00:47:22.848Z] ---> Running in 5635327a74e2 [2021-01-23T00:47:22.848Z] 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 [2021-01-23T00:47:22.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 [2021-01-23T00:47:22.848Z] 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 [2021-01-23T00:47:22.848Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-23T00:47:22.848Z] 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 [2021-01-23T00:48:59.731Z] 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 [2021-01-23T00:48:59.731Z] 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 [2021-01-23T00:49:08.158Z] Removing intermediate container 35e33348ffbc [2021-01-23T00:49:08.158Z] ---> 04cae513dd70 [2021-01-23T00:49:08.158Z] [2021-01-23T00:49:08.158Z] Step 10/24 : FROM alpine:3.12 [2021-01-23T00:49:08.158Z] 3.12: Pulling from library/alpine [2021-01-23T00:49:08.158Z] Removing intermediate container 71261676f6ca [2021-01-23T00:49:08.158Z] ---> 314db13bbae9 [2021-01-23T00:49:08.158Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-23T00:49:09.322Z] ---> Running in f5ea406361b2 [2021-01-23T00:49:10.402Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-23T00:49:10.402Z] Status: Downloaded newer image for alpine:3.12 [2021-01-23T00:49:10.402Z] ---> afeebe901d6b [2021-01-23T00:49:10.402Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-23T00:49:11.002Z] ---> Running in 2ff5d1a85b8b [2021-01-23T00:49:12.028Z] Removing intermediate container 5635327a74e2 [2021-01-23T00:49:12.028Z] ---> 96781dd59396 [2021-01-23T00:49:12.028Z] [2021-01-23T00:49:12.028Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T00:49:12.028Z] ---> afeebe901d6b [2021-01-23T00:49:12.028Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-23T00:49:12.028Z] 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 [2021-01-23T00:49:12.028Z] ---> Running in b3a60f000297 [2021-01-23T00:49:14.244Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:49:14.244Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:49:14.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:49:14.806Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:49:15.080Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-23T00:49:15.080Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T00:49:15.080Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-23T00:49:15.359Z] (4/5) Installing curl (7.69.1-r3) [2021-01-23T00:49:15.359Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-23T00:49:15.359Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:49:15.359Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T00:49:15.637Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-23T00:49:15.637Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:49:15.637Z] OK: 5 MiB in 15 packages [2021-01-23T00:49:15.637Z] OK: 7 MiB in 19 packages [2021-01-23T00:49:19.060Z] Removing intermediate container b3a60f000297 [2021-01-23T00:49:19.060Z] ---> 014529a96e7b [2021-01-23T00:49:19.060Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:49:19.655Z] ---> Running in 093c425abead [2021-01-23T00:49:20.253Z] Removing intermediate container 2ff5d1a85b8b [2021-01-23T00:49:20.253Z] ---> 41c337d1bdfb [2021-01-23T00:49:20.253Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-23T00:49:20.526Z] Removing intermediate container f5ea406361b2 [2021-01-23T00:49:20.526Z] ---> aeb595de5a31 [2021-01-23T00:49:20.526Z] [2021-01-23T00:49:20.526Z] Step 11/26 : FROM docker:20.10.0 [2021-01-23T00:49:20.800Z] 20.10.0: Pulling from library/docker [2021-01-23T00:49:21.074Z] ---> Running in a614c47e0421 [2021-01-23T00:49:21.074Z] Removing intermediate container 093c425abead [2021-01-23T00:49:21.074Z] ---> 69e4fc303142 [2021-01-23T00:49:21.074Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-23T00:49:21.353Z] ---> Running in 790dc28f187d [2021-01-23T00:49:21.953Z] Removing intermediate container 5cc6a5d73507 [2021-01-23T00:49:21.953Z] ---> eea66340cb11 [2021-01-23T00:49:21.953Z] [2021-01-23T00:49:21.953Z] Step 10/33 : FROM alpine:3.12 [2021-01-23T00:49:21.953Z] ---> afeebe901d6b [2021-01-23T00:49:21.953Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-23T00:49:21.953Z] Removing intermediate container a614c47e0421 [2021-01-23T00:49:21.953Z] ---> defc6a4f34c7 [2021-01-23T00:49:21.953Z] Step 13/24 : WORKDIR / [2021-01-23T00:49:22.229Z] ---> Running in 58a23d1e1763 [2021-01-23T00:49:22.229Z] ---> Running in e4f6cd3f77a6 [2021-01-23T00:49:22.834Z] Removing intermediate container 790dc28f187d [2021-01-23T00:49:22.834Z] ---> 73081498d454 [2021-01-23T00:49:22.834Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-23T00:49:23.114Z] ---> Running in ab33fb0a73b4 [2021-01-23T00:49:23.718Z] Removing intermediate container 58a23d1e1763 [2021-01-23T00:49:23.718Z] ---> b7ede7f047a8 [2021-01-23T00:49:23.718Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-23T00:49:24.321Z] Removing intermediate container ab33fb0a73b4 [2021-01-23T00:49:24.321Z] ---> 6c761e0cf5d9 [2021-01-23T00:49:24.321Z] Step 15/23 : WORKDIR / [2021-01-23T00:49:24.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:49:24.925Z] ---> Running in 0a41413c0cec [2021-01-23T00:49:25.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:49:25.213Z] ---> 1b0d39f88904 [2021-01-23T00:49:25.213Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-23T00:49:25.818Z] Removing intermediate container 0a41413c0cec [2021-01-23T00:49:25.818Z] ---> c21678265f2e [2021-01-23T00:49:25.818Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:49:25.818Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-23T00:49:25.818Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-23T00:49:25.818Z] (3/3) Installing su-exec (0.2-r1) [2021-01-23T00:49:25.818Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:49:26.096Z] OK: 6 MiB in 17 packages [2021-01-23T00:49:27.099Z] ---> 3bccc8efb58c [2021-01-23T00:49:27.099Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-23T00:49:27.702Z] ---> d25d87bfbaf4 [2021-01-23T00:49:27.702Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-23T00:49:28.311Z] Removing intermediate container e4f6cd3f77a6 [2021-01-23T00:49:28.311Z] ---> a79daa170d5c [2021-01-23T00:49:28.311Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-23T00:49:29.297Z] ---> Running in 1e0483fea926 [2021-01-23T00:49:29.297Z] ---> 31988c94ee8f [2021-01-23T00:49:29.297Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-23T00:49:30.275Z] ---> a779775b5690 [2021-01-23T00:49:30.275Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-23T00:49:30.874Z] Removing intermediate container 1e0483fea926 [2021-01-23T00:49:30.874Z] ---> c6d3c9a1ed4e [2021-01-23T00:49:30.874Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-23T00:49:31.855Z] ---> Running in 15a4bb6a31f2 [2021-01-23T00:49:31.855Z] ---> db48ff47b187 [2021-01-23T00:49:31.855Z] ---> 42e3f081e9a6 [2021-01-23T00:49:31.855Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-23T00:49:31.855Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-23T00:49:32.453Z] ---> Running in 8e8eb4289a6f [2021-01-23T00:49:32.453Z] Removing intermediate container 15a4bb6a31f2 [2021-01-23T00:49:32.453Z] ---> 7e3532026b61 [2021-01-23T00:49:32.453Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-23T00:49:33.054Z] ---> Running in 6cd10ba633d0 [2021-01-23T00:49:33.332Z] Removing intermediate container 8e8eb4289a6f [2021-01-23T00:49:33.332Z] ---> 0114ae8959d5 [2021-01-23T00:49:33.332Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:49:33.927Z] ---> Running in b17309fb316a [2021-01-23T00:49:33.927Z] ---> 504a53e07527 [2021-01-23T00:49:33.927Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-23T00:49:34.909Z] Removing intermediate container b17309fb316a [2021-01-23T00:49:34.909Z] ---> 3b6a5943df84 [2021-01-23T00:49:34.909Z] Step 21/23 : LABEL arch=arm64 [2021-01-23T00:49:34.910Z] Connecting to github.com (140.82.113.4:443) [2021-01-23T00:49:35.196Z]  ---> Running in e5cfdf9d2519 [2021-01-23T00:49:35.196Z] ---> a28dfb8980e0 [2021-01-23T00:49:35.196Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-23T00:49:35.196Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.147.35:443) [2021-01-23T00:49:35.478Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-23T00:49:35.478Z]  ---> Running in 7f87ef1f81d9 [2021-01-23T00:49:35.754Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-23T00:49:35.754Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-23T00:49:35.754Z] dockerize [2021-01-23T00:49:36.028Z] Removing intermediate container e5cfdf9d2519 [2021-01-23T00:49:36.028Z] ---> 0ee1367f025a [2021-01-23T00:49:36.028Z] Step 22/23 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 [2021-01-23T00:49:36.627Z] ---> Running in 3939866456b4 [2021-01-23T00:49:37.233Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-23T00:49:37.507Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-23T00:49:37.507Z] ---> eeaf43b92773 [2021-01-23T00:49:37.507Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-23T00:49:37.784Z] Removing intermediate container 3939866456b4 [2021-01-23T00:49:37.784Z] ---> 2a532f064375 [2021-01-23T00:49:37.784Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T00:49:38.380Z] ---> Running in acc9483b0814 [2021-01-23T00:49:38.653Z] ---> Running in cbacddeee5e5 [2021-01-23T00:49:38.653Z] Removing intermediate container 6cd10ba633d0 [2021-01-23T00:49:38.653Z] ---> e017886b53ce [2021-01-23T00:49:38.653Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-23T00:49:38.928Z] Removing intermediate container 0be3d3ba9384 [2021-01-23T00:49:38.928Z] ---> 6468d4be028b [2021-01-23T00:49:38.928Z] [2021-01-23T00:49:38.928Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T00:49:38.928Z] ---> afeebe901d6b [2021-01-23T00:49:38.928Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-23T00:49:39.212Z] ---> Running in 1a93aa929ccc [2021-01-23T00:49:39.212Z] ---> Running in d9bfe7570fa2 [2021-01-23T00:49:39.212Z] Removing intermediate container cbacddeee5e5 [2021-01-23T00:49:39.212Z] ---> 461805757608 [2021-01-23T00:49:39.212Z] [2021-01-23T00:49:39.490Z] Removing intermediate container 7f87ef1f81d9 [2021-01-23T00:49:39.490Z] ---> 19e4f47e2bdf [2021-01-23T00:49:39.490Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-23T00:49:39.769Z] ---> Running in b989506d4654 [2021-01-23T00:49:40.046Z] Successfully built 461805757608 [2021-01-23T00:49:40.046Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-23T00:49:40.046Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-01-23T00:49:40.046Z] Removing intermediate container 1a93aa929ccc [2021-01-23T00:49:40.046Z] ---> dae77e4381ba [2021-01-23T00:49:40.046Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-23T00:49:40.320Z] Removing intermediate container d9bfe7570fa2 [2021-01-23T00:49:40.320Z] ---> e96ba2d3963e [2021-01-23T00:49:40.320Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-23T00:49:40.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:49:40.320Z] ---> Running in 93d5bb24640d [2021-01-23T00:49:40.599Z] ---> Running in fe35f5c636f1 [2021-01-23T00:49:40.599Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:49:40.874Z] Removing intermediate container b989506d4654 [2021-01-23T00:49:40.874Z] ---> 47d2926ef798 [2021-01-23T00:49:40.874Z] Step 22/24 : LABEL arch=arm64 [2021-01-23T00:49:41.148Z] ---> Running in bb3f24e42dcf [2021-01-23T00:49:41.148Z] Removing intermediate container 93d5bb24640d [2021-01-23T00:49:41.148Z] (1/2) Installing readline (8.0.4-r0) [2021-01-23T00:49:41.148Z] ---> f203b86b2335 [2021-01-23T00:49:41.148Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-23T00:49:41.422Z] (2/2) Installing bash (5.0.17-r0) [2021-01-23T00:49:41.422Z] Executing bash-5.0.17-r0.post-install [2021-01-23T00:49:41.422Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:49:41.422Z] OK: 12 MiB in 22 packages [2021-01-23T00:49:41.422Z] Removing intermediate container fe35f5c636f1 [2021-01-23T00:49:41.422Z] ---> 06b9716087d9 [2021-01-23T00:49:41.422Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-23T00:49:41.697Z] ---> Running in 2aee63cd3873 [2021-01-23T00:49:42.302Z] ---> Running in fd5d9b5c4d44 [2021-01-23T00:49:42.591Z] Removing intermediate container bb3f24e42dcf [2021-01-23T00:49:42.591Z] ---> 777fec990cfc [2021-01-23T00:49:42.591Z] Step 23/24 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 [2021-01-23T00:49:44.581Z] ---> Running in a28a47c280d1 [2021-01-23T00:49:44.582Z] Removing intermediate container fd5d9b5c4d44 [2021-01-23T00:49:44.582Z] ---> 4f0103f56202 [2021-01-23T00:49:44.582Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:49:44.860Z] ---> Running in 59cbab562d20 [2021-01-23T00:49:45.873Z] Move dockerize executable [2021-01-23T00:49:46.153Z] Removing intermediate container a28a47c280d1 [2021-01-23T00:49:46.153Z] ---> 7287d22628f5 [2021-01-23T00:49:46.153Z] Step 24/24 : LABEL version=0.0.0 [2021-01-23T00:49:46.772Z] Removing intermediate container acc9483b0814 [2021-01-23T00:49:46.772Z] ---> ee162fa30488 [2021-01-23T00:49:46.772Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-23T00:49:46.772Z] ---> Running in a06948e81c2f [2021-01-23T00:49:47.052Z] ---> Running in f8fc3a11c4fa [2021-01-23T00:49:47.661Z] Removing intermediate container a06948e81c2f [2021-01-23T00:49:47.661Z] ---> 3081a96fb395 [2021-01-23T00:49:47.661Z] [2021-01-23T00:49:47.941Z] Removing intermediate container f8fc3a11c4fa [2021-01-23T00:49:47.941Z] ---> 64b67743f5a0 [2021-01-23T00:49:47.941Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-23T00:49:48.545Z] ---> Running in db8c9777abd2 [2021-01-23T00:49:48.546Z] Successfully built 3081a96fb395 [2021-01-23T00:49:48.546Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-23T00:49:48.546Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-01-23T00:49:48.546Z] Removing intermediate container 59cbab562d20 [2021-01-23T00:49:48.546Z] ---> a35225c7ba48 [2021-01-23T00:49:48.546Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-23T00:49:48.834Z] Removing intermediate container 2aee63cd3873 [2021-01-23T00:49:48.834Z] ---> c5dda4fd336c [2021-01-23T00:49:48.834Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-23T00:49:48.834Z] ---> Running in f9b802f7e432 [2021-01-23T00:49:48.834Z] ---> Running in 9f276f93ad76 [2021-01-23T00:49:49.112Z] Removing intermediate container db8c9777abd2 [2021-01-23T00:49:49.113Z] ---> cd879fc2ddfb [2021-01-23T00:49:49.113Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-23T00:49:49.395Z] ---> Running in 37583c939b8c [2021-01-23T00:49:50.012Z] Removing intermediate container 9f276f93ad76 [2021-01-23T00:49:50.012Z] ---> 674a3bcd2039 [2021-01-23T00:49:50.012Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-23T00:49:50.294Z] Removing intermediate container 37583c939b8c [2021-01-23T00:49:50.294Z] ---> abd42b55ef46 [2021-01-23T00:49:50.294Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-23T00:49:50.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:49:52.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:49:52.032Z] ---> bf3088d63910 [2021-01-23T00:49:52.032Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-23T00:49:53.029Z] ---> 3991f6b5aab9 [2021-01-23T00:49:53.029Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-23T00:49:53.029Z] ---> Running in 52301684795b [2021-01-23T00:49:53.306Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-23T00:49:53.306Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-23T00:49:53.581Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-23T00:49:53.581Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-23T00:49:54.184Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-23T00:49:54.184Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-23T00:49:54.460Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:49:54.460Z] OK: 8 MiB in 20 packages [2021-01-23T00:49:55.909Z] ---> e24ce78af437 [2021-01-23T00:49:55.909Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-23T00:49:57.948Z] Removing intermediate container f9b802f7e432 [2021-01-23T00:49:57.948Z] ---> 82db19a73ab5 [2021-01-23T00:49:57.948Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:49:58.228Z] ---> e8016db1feed [2021-01-23T00:49:58.228Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-23T00:49:58.505Z] Removing intermediate container 52301684795b [2021-01-23T00:49:58.505Z] ---> e03b71fe727d [2021-01-23T00:49:58.505Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:49:58.790Z] ---> Running in 8c8ae065f328 [2021-01-23T00:49:59.784Z] ---> 2f30bb0dc9c1 [2021-01-23T00:49:59.784Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-23T00:50:00.396Z] ---> 33b168b2b343 [2021-01-23T00:50:00.396Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-23T00:50:01.011Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:50:01.012Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:50:01.647Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-23T00:50:01.647Z] (2/33) Installing expat (2.2.9-r1) [2021-01-23T00:50:01.647Z] (3/33) Installing libffi (3.3-r2) [2021-01-23T00:50:01.647Z] (4/33) Installing gdbm (1.13-r1) [2021-01-23T00:50:01.647Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-23T00:50:01.647Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-23T00:50:01.930Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-23T00:50:02.531Z] ---> 6ab288afe718 [2021-01-23T00:50:02.531Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-23T00:50:03.141Z] ---> db02841db793 [2021-01-23T00:50:03.141Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-23T00:50:04.152Z] ---> cca64a5c74f2 [2021-01-23T00:50:04.152Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-23T00:50:04.152Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-23T00:50:04.152Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-23T00:50:04.152Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-23T00:50:04.152Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-23T00:50:04.152Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-23T00:50:04.152Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-23T00:50:04.429Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-23T00:50:04.429Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-23T00:50:04.429Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-23T00:50:04.429Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-23T00:50:04.711Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-23T00:50:04.711Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-23T00:50:04.711Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-23T00:50:04.711Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-23T00:50:04.711Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-23T00:50:04.711Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-23T00:50:04.711Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-23T00:50:04.711Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-23T00:50:04.711Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-23T00:50:04.711Z] ---> Running in d3d114f4e2fe [2021-01-23T00:50:04.984Z] ---> c0b850ba4443 [2021-01-23T00:50:04.984Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-23T00:50:04.984Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-23T00:50:04.984Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-23T00:50:04.984Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-23T00:50:04.984Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-23T00:50:04.984Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-23T00:50:04.984Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-23T00:50:04.984Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-23T00:50:05.260Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:50:05.260Z] OK: 71 MiB in 55 packages [2021-01-23T00:50:06.239Z] Removing intermediate container d3d114f4e2fe [2021-01-23T00:50:06.239Z] ---> 337f374bbe7c [2021-01-23T00:50:06.239Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:50:06.835Z] ---> Running in 2e9ae0660a6e [2021-01-23T00:50:07.115Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:50:07.115Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:50:07.115Z] ---> 1384fb4241b7 [2021-01-23T00:50:07.115Z] Step 3/23 : WORKDIR /edgex-go [2021-01-23T00:50:07.115Z] ---> Using cache [2021-01-23T00:50:07.115Z] ---> 812c448a9f7f [2021-01-23T00:50:07.115Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:50:07.115Z] ---> Using cache [2021-01-23T00:50:07.115Z] ---> 830f86fe163a [2021-01-23T00:50:07.115Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-23T00:50:07.115Z] ---> Using cache [2021-01-23T00:50:07.115Z] ---> 925e77a29a28 [2021-01-23T00:50:07.115Z] Step 6/23 : COPY go.mod . [2021-01-23T00:50:07.115Z] ---> Using cache [2021-01-23T00:50:07.115Z] ---> 4ef9867c6bef [2021-01-23T00:50:07.115Z] Step 7/23 : RUN go mod download [2021-01-23T00:50:07.115Z] ---> Using cache [2021-01-23T00:50:07.115Z] ---> a118d9b05215 [2021-01-23T00:50:07.115Z] Step 8/23 : COPY . . [2021-01-23T00:50:07.115Z] ---> e2986dbec84a [2021-01-23T00:50:07.115Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-23T00:50:07.387Z] ---> Using cache [2021-01-23T00:50:07.664Z] ---> 35b96c601d0c [2021-01-23T00:50:07.664Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-23T00:50:07.941Z] Removing intermediate container 2e9ae0660a6e [2021-01-23T00:50:07.941Z] ---> 6cc1c8219f54 [2021-01-23T00:50:07.941Z] Step 21/23 : LABEL arch=arm64 [2021-01-23T00:50:08.216Z] ---> Running in 16527a2fb81c [2021-01-23T00:50:08.823Z] ---> Running in 722caec891f7 [2021-01-23T00:50:09.099Z] ---> 639468f81037 [2021-01-23T00:50:09.099Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-23T00:50:09.768Z] Removing intermediate container 722caec891f7 [2021-01-23T00:50:09.768Z] ---> 3761a334cda7 [2021-01-23T00:50:09.768Z] Step 22/23 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 [2021-01-23T00:50:10.386Z] ---> Running in 4b9d808de567 [2021-01-23T00:50:10.386Z] 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 [2021-01-23T00:50:10.664Z] ---> Running in f1e291fe77d2 [2021-01-23T00:50:11.658Z] Removing intermediate container 4b9d808de567 [2021-01-23T00:50:11.658Z] ---> c1ee7c35949d [2021-01-23T00:50:11.658Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-23T00:50:11.934Z] Removing intermediate container f1e291fe77d2 [2021-01-23T00:50:11.934Z] ---> 22748052ffeb [2021-01-23T00:50:11.934Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T00:50:12.539Z] ---> Running in 9039cdfc14f7 [2021-01-23T00:50:13.543Z] ---> dc869549d9c1 [2021-01-23T00:50:13.543Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-23T00:50:14.160Z] Removing intermediate container 9039cdfc14f7 [2021-01-23T00:50:14.160Z] ---> bcd929048983 [2021-01-23T00:50:14.160Z] [2021-01-23T00:50:15.182Z] ---> Running in 1c8d15ed4c60 [2021-01-23T00:50:15.807Z] Successfully built bcd929048983 [2021-01-23T00:50:15.807Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-23T00:50:16.090Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2021-01-23T00:50:19.531Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:50:19.531Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:50:19.531Z] ---> 1384fb4241b7 [2021-01-23T00:50:19.531Z] Step 3/21 : WORKDIR /edgex-go [2021-01-23T00:50:19.531Z] ---> Using cache [2021-01-23T00:50:19.531Z] ---> 812c448a9f7f [2021-01-23T00:50:19.531Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:50:19.531Z] ---> Using cache [2021-01-23T00:50:19.531Z] ---> 830f86fe163a [2021-01-23T00:50:19.531Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-23T00:50:19.531Z] ---> Using cache [2021-01-23T00:50:19.531Z] ---> 925e77a29a28 [2021-01-23T00:50:19.531Z] Step 6/21 : COPY go.mod . [2021-01-23T00:50:19.531Z] ---> Using cache [2021-01-23T00:50:19.531Z] ---> 4ef9867c6bef [2021-01-23T00:50:19.531Z] Step 7/21 : RUN go mod download [2021-01-23T00:50:19.531Z] ---> Using cache [2021-01-23T00:50:19.531Z] ---> a118d9b05215 [2021-01-23T00:50:19.531Z] Step 8/21 : COPY . . [2021-01-23T00:50:19.812Z] ---> Using cache [2021-01-23T00:50:19.812Z] ---> 35b96c601d0c [2021-01-23T00:50:19.812Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-23T00:50:19.812Z] Removing intermediate container 8c8ae065f328 [2021-01-23T00:50:19.812Z] ---> 3fc1272360b5 [2021-01-23T00:50:19.812Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-23T00:50:20.816Z] ---> Running in e90a4409f5c0 [2021-01-23T00:50:20.816Z] ---> Running in f337f2146f0c [2021-01-23T00:50:21.814Z] Removing intermediate container 1c8d15ed4c60 [2021-01-23T00:50:21.814Z] ---> ae6db772d08b [2021-01-23T00:50:21.814Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-23T00:50:23.275Z] ---> Running in 060102c77d57 [2021-01-23T00:50:24.732Z] 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 [2021-01-23T00:50:24.732Z] Removing intermediate container 060102c77d57 [2021-01-23T00:50:24.732Z] ---> 9e999585622a [2021-01-23T00:50:24.732Z] Step 30/33 : CMD ["gate"] [2021-01-23T00:50:25.735Z] ---> Running in 9749594d90ab [2021-01-23T00:50:26.733Z] Removing intermediate container 9749594d90ab [2021-01-23T00:50:26.734Z] ---> 5f11be45c381 [2021-01-23T00:50:26.734Z] Step 31/33 : LABEL arch=arm64 [2021-01-23T00:50:27.359Z] ---> Running in 4c4dc7ff31c2 [2021-01-23T00:50:27.978Z] Removing intermediate container 4c4dc7ff31c2 [2021-01-23T00:50:27.978Z] ---> 701f84875961 [2021-01-23T00:50:27.978Z] Step 32/33 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 [2021-01-23T00:50:28.600Z] ---> Running in 3facf5487801 [2021-01-23T00:50:29.612Z] Removing intermediate container 3facf5487801 [2021-01-23T00:50:29.612Z] ---> c0b4f3655d5a [2021-01-23T00:50:29.612Z] Step 33/33 : LABEL version=0.0.0 [2021-01-23T00:50:30.639Z] ---> Running in fc2d64db6b9a [2021-01-23T00:50:31.675Z] Removing intermediate container fc2d64db6b9a [2021-01-23T00:50:31.675Z] ---> 105daf474e1b [2021-01-23T00:50:31.675Z] [2021-01-23T00:50:31.675Z] Collecting docker-compose==1.23.2 [2021-01-23T00:50:31.958Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-23T00:50:32.243Z] Successfully built 105daf474e1b [2021-01-23T00:50:32.243Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-23T00:50:32.243Z] Building docker-support-notifications-go [2021-01-23T00:50:34.944Z]  Building docker-security-bootstrapper-go ... done Collecting PyYAML<4,>=3.10 [2021-01-23T00:50:34.944Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-23T00:50:41.785Z] Collecting cached-property<2,>=1.2.0 [2021-01-23T00:50:41.785Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-23T00:50:44.450Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-23T00:50:44.450Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-23T00:50:45.058Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-23T00:50:45.058Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-23T00:50:50.552Z] Collecting jsonschema<3,>=2.5.1 [2021-01-23T00:50:50.552Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-23T00:50:50.552Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-23T00:50:51.193Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-23T00:50:51.193Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-23T00:50:51.481Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:50:51.481Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:50:51.481Z] ---> 1384fb4241b7 [2021-01-23T00:50:51.481Z] Step 3/22 : WORKDIR /edgex-go [2021-01-23T00:50:51.481Z] ---> Using cache [2021-01-23T00:50:51.481Z] ---> 812c448a9f7f [2021-01-23T00:50:51.481Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:50:51.481Z] ---> Using cache [2021-01-23T00:50:51.481Z] ---> 830f86fe163a [2021-01-23T00:50:51.768Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-23T00:50:51.768Z] ---> Using cache [2021-01-23T00:50:51.768Z] ---> 925e77a29a28 [2021-01-23T00:50:51.768Z] Step 6/22 : COPY go.mod . [2021-01-23T00:50:51.768Z] ---> Using cache [2021-01-23T00:50:51.768Z] ---> 4ef9867c6bef [2021-01-23T00:50:51.768Z] Step 7/22 : RUN go mod download [2021-01-23T00:50:51.768Z] ---> Using cache [2021-01-23T00:50:51.768Z] ---> a118d9b05215 [2021-01-23T00:50:51.768Z] Step 8/22 : COPY . . [2021-01-23T00:50:51.768Z] ---> Using cache [2021-01-23T00:50:51.768Z] ---> 35b96c601d0c [2021-01-23T00:50:51.768Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-23T00:50:54.464Z] Collecting docker<4.0,>=3.6.0 [2021-01-23T00:50:54.464Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-23T00:50:54.750Z] ---> Running in dc140017c9a0 [2021-01-23T00:50:56.210Z] Collecting docopt<0.7,>=0.6.1 [2021-01-23T00:50:56.210Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-23T00:50:57.670Z] 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 [2021-01-23T00:51:02.043Z] Collecting texttable<0.10,>=0.9.0 [2021-01-23T00:51:02.322Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-23T00:51:06.697Z] 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) [2021-01-23T00:51:06.982Z] Collecting idna<2.8,>=2.5 [2021-01-23T00:51:07.269Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-23T00:51:08.912Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-23T00:51:08.912Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-23T00:51:08.912Z] ---> 1384fb4241b7 [2021-01-23T00:51:08.912Z] Step 3/22 : WORKDIR /edgex-go [2021-01-23T00:51:08.912Z] ---> Using cache [2021-01-23T00:51:08.912Z] ---> 812c448a9f7f [2021-01-23T00:51:08.912Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-23T00:51:08.912Z] ---> Using cache [2021-01-23T00:51:08.912Z] ---> 830f86fe163a [2021-01-23T00:51:08.912Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-23T00:51:08.912Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-23T00:51:08.912Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-23T00:51:09.941Z] 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) [2021-01-23T00:51:10.226Z] ---> Running in e91de56d584d [2021-01-23T00:51:10.226Z] Collecting docker-pycreds>=0.4.0 [2021-01-23T00:51:10.509Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-23T00:51:10.795Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-23T00:51:10.795Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-23T00:51:10.795Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-23T00:51:10.795Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-23T00:51:12.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:51:12.866Z] Installing collected packages: PyYAML, cached-property, idna, urllib3, requests, dockerpty, jsonschema, websocket-client, docker-pycreds, docker, docopt, texttable, docker-compose [2021-01-23T00:51:12.866Z] Running setup.py install for PyYAML: started [2021-01-23T00:51:13.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:51:14.162Z] OK: 217 MiB in 51 packages [2021-01-23T00:51:16.163Z] Removing intermediate container e91de56d584d [2021-01-23T00:51:16.163Z] ---> 4cfdcdda59bb [2021-01-23T00:51:16.163Z] Step 6/22 : COPY go.mod . [2021-01-23T00:51:17.623Z] ---> 36e148fa307e [2021-01-23T00:51:17.623Z] Step 7/22 : RUN go mod download [2021-01-23T00:51:17.623Z] ---> Running in fd4c6c21eb5a [2021-01-23T00:51:17.900Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-23T00:51:18.178Z] Attempting uninstall: idna [2021-01-23T00:51:18.178Z] Found existing installation: idna 2.9 [2021-01-23T00:51:18.178Z] Uninstalling idna-2.9: [2021-01-23T00:51:18.455Z] Successfully uninstalled idna-2.9 [2021-01-23T00:51:19.450Z] Attempting uninstall: urllib3 [2021-01-23T00:51:19.450Z] Found existing installation: urllib3 1.25.9 [2021-01-23T00:51:19.450Z] Uninstalling urllib3-1.25.9: [2021-01-23T00:51:20.058Z] Successfully uninstalled urllib3-1.25.9 [2021-01-23T00:51:21.051Z] Attempting uninstall: requests [2021-01-23T00:51:21.051Z] Found existing installation: requests 2.23.0 [2021-01-23T00:51:21.051Z] Uninstalling requests-2.23.0: [2021-01-23T00:51:21.333Z] Successfully uninstalled requests-2.23.0 [2021-01-23T00:51:22.325Z] Running setup.py install for dockerpty: started [2021-01-23T00:51:22.603Z] Removing intermediate container fd4c6c21eb5a [2021-01-23T00:51:22.603Z] ---> e39983cde7e5 [2021-01-23T00:51:22.603Z] Step 8/22 : COPY . . [2021-01-23T00:51:28.038Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-23T00:51:30.680Z] Running setup.py install for docopt: started [2021-01-23T00:51:35.015Z] Running setup.py install for docopt: finished with status 'done' [2021-01-23T00:51:35.015Z] Running setup.py install for texttable: started [2021-01-23T00:51:39.350Z] Running setup.py install for texttable: finished with status 'done' [2021-01-23T00:51:40.800Z] 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 [2021-01-23T00:51:46.329Z] ---> e1c585cc4fca [2021-01-23T00:51:46.329Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-23T00:51:46.329Z] ---> Running in bb3e9739d8aa [2021-01-23T00:51:48.982Z] Removing intermediate container e90a4409f5c0 [2021-01-23T00:51:48.982Z] ---> 9b58ab6f19b5 [2021-01-23T00:51:48.982Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-23T00:51:48.982Z] 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 [2021-01-23T00:51:48.982Z] ---> Running in 96d5361366c9 [2021-01-23T00:51:51.035Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:51:51.497Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:51:52.694Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T00:51:52.694Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-23T00:51:52.694Z] (3/3) Installing curl (7.69.1-r3) [2021-01-23T00:51:52.694Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:51:52.694Z] OK: 71 MiB in 58 packages [2021-01-23T00:51:55.519Z] Removing intermediate container 96d5361366c9 [2021-01-23T00:51:55.519Z] ---> 824b8f856cb7 [2021-01-23T00:51:55.519Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-23T00:51:55.519Z] ---> Running in 98ab830dbd5a [2021-01-23T00:51:56.619Z] Removing intermediate container 98ab830dbd5a [2021-01-23T00:51:56.619Z] ---> 599fd0d147a0 [2021-01-23T00:51:56.619Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:51:56.619Z] ---> Running in 49f5697a0395 [2021-01-23T00:51:57.738Z] Removing intermediate container 49f5697a0395 [2021-01-23T00:51:57.738Z] ---> 91d384cfd7b8 [2021-01-23T00:51:57.738Z] Step 24/26 : LABEL arch=arm64 [2021-01-23T00:51:57.738Z] ---> Running in 84c730587244 [2021-01-23T00:51:58.740Z] Removing intermediate container 84c730587244 [2021-01-23T00:51:58.740Z] ---> 57a30d6307c9 [2021-01-23T00:51:58.740Z] Step 25/26 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 [2021-01-23T00:51:58.740Z] ---> Running in 3a310c7da1a0 [2021-01-23T00:51:59.349Z] Removing intermediate container 3a310c7da1a0 [2021-01-23T00:51:59.349Z] ---> 73ce5d3ee27c [2021-01-23T00:51:59.349Z] Step 26/26 : LABEL version=0.0.0 [2021-01-23T00:51:59.635Z] ---> Running in 788b67eae8ed [2021-01-23T00:52:00.255Z] Removing intermediate container 788b67eae8ed [2021-01-23T00:52:00.256Z] ---> fb7758fccfe1 [2021-01-23T00:52:00.256Z] [2021-01-23T00:52:01.255Z] Successfully built fb7758fccfe1 [2021-01-23T00:52:01.255Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-23T00:52:02.719Z]  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/secrets-config ./cmd/secrets-config [2021-01-23T00:52:21.067Z] Removing intermediate container f337f2146f0c [2021-01-23T00:52:21.067Z] ---> aa94841fb9c1 [2021-01-23T00:52:21.067Z] [2021-01-23T00:52:21.067Z] Step 10/21 : FROM alpine:3.12 [2021-01-23T00:52:21.067Z] ---> afeebe901d6b [2021-01-23T00:52:21.067Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-23T00:52:21.067Z] ---> Running in 996ed4050723 [2021-01-23T00:52:23.724Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:52:23.724Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:52:24.329Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-23T00:52:24.329Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-23T00:52:24.329Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-23T00:52:24.329Z] (4/4) Installing curl (7.69.1-r3) [2021-01-23T00:52:24.329Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:52:24.329Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T00:52:24.613Z] OK: 7 MiB in 18 packages [2021-01-23T00:52:28.078Z] Removing intermediate container 996ed4050723 [2021-01-23T00:52:28.078Z] ---> 185f3ef661ee [2021-01-23T00:52:28.078Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-23T00:52:28.078Z] ---> Running in dfc38d885c50 [2021-01-23T00:52:28.695Z] Removing intermediate container 16527a2fb81c [2021-01-23T00:52:28.695Z] ---> e3bbe3e2401e [2021-01-23T00:52:28.695Z] [2021-01-23T00:52:28.695Z] Step 10/23 : FROM alpine:3.12 [2021-01-23T00:52:28.695Z] ---> afeebe901d6b [2021-01-23T00:52:28.695Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-23T00:52:28.695Z] ---> Using cache [2021-01-23T00:52:28.695Z] ---> 014529a96e7b [2021-01-23T00:52:28.695Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:52:28.695Z] ---> Using cache [2021-01-23T00:52:28.695Z] ---> 69e4fc303142 [2021-01-23T00:52:28.695Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-23T00:52:28.695Z] ---> Running in 1edd7a56bbed [2021-01-23T00:52:28.983Z] Removing intermediate container dfc38d885c50 [2021-01-23T00:52:28.983Z] ---> e50e95f8ea01 [2021-01-23T00:52:28.983Z] Step 13/21 : WORKDIR /edgex [2021-01-23T00:52:29.264Z] ---> Running in d5c4ef56f30d [2021-01-23T00:52:29.543Z] Removing intermediate container 1edd7a56bbed [2021-01-23T00:52:29.543Z] ---> c8185cf3374e [2021-01-23T00:52:29.543Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-23T00:52:30.167Z] ---> Running in a16b40419692 [2021-01-23T00:52:30.167Z] Removing intermediate container d5c4ef56f30d [2021-01-23T00:52:30.167Z] ---> 029ec1087c3c [2021-01-23T00:52:30.167Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-23T00:52:31.177Z] Removing intermediate container a16b40419692 [2021-01-23T00:52:31.177Z] ---> 4d63ff089e8d [2021-01-23T00:52:31.177Z] Step 15/23 : WORKDIR / [2021-01-23T00:52:31.177Z] ---> Running in c8fbf763771b [2021-01-23T00:52:31.470Z] ---> 92304b313426 [2021-01-23T00:52:31.470Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-23T00:52:32.095Z] Removing intermediate container c8fbf763771b [2021-01-23T00:52:32.095Z] ---> 9cb925d5cbed [2021-01-23T00:52:32.095Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:52:33.550Z] ---> ee5b80497fc4 [2021-01-23T00:52:33.550Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-23T00:52:33.550Z] ---> 0bad0e65f560 [2021-01-23T00:52:33.550Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-23T00:52:36.171Z] ---> 0f338d7a3ab8 [2021-01-23T00:52:36.171Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-23T00:52:36.171Z] ---> b3fa24d8f1da [2021-01-23T00:52:36.171Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-23T00:52:36.171Z] ---> Running in a0a9ba57105c [2021-01-23T00:52:36.782Z] Removing intermediate container a0a9ba57105c [2021-01-23T00:52:36.782Z] ---> 28807c3f7505 [2021-01-23T00:52:36.782Z] Step 18/21 : CMD ["--init=true"] [2021-01-23T00:52:37.397Z] ---> Running in 9a032dd20920 [2021-01-23T00:52:37.397Z] ---> 00bca93845fb [2021-01-23T00:52:37.397Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-23T00:52:37.673Z] ---> Running in 0006ee00f2c8 [2021-01-23T00:52:38.276Z] Removing intermediate container 9a032dd20920 [2021-01-23T00:52:38.276Z] ---> d333cf53d3a6 [2021-01-23T00:52:38.276Z] Step 19/21 : LABEL arch=arm64 [2021-01-23T00:52:38.552Z] ---> Running in 091dc86a0ca9 [2021-01-23T00:52:38.552Z] Removing intermediate container 0006ee00f2c8 [2021-01-23T00:52:38.552Z] ---> 374847493454 [2021-01-23T00:52:38.552Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:52:38.829Z] ---> Running in 1d60f5104910 [2021-01-23T00:52:39.823Z] Removing intermediate container 091dc86a0ca9 [2021-01-23T00:52:39.823Z] ---> 8a36d8aaddb8 [2021-01-23T00:52:39.823Z] Step 20/21 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 [2021-01-23T00:52:40.101Z] Removing intermediate container 1d60f5104910 [2021-01-23T00:52:40.101Z] ---> e46d09e75d36 [2021-01-23T00:52:40.101Z] Step 21/23 : LABEL arch=arm64 [2021-01-23T00:52:40.101Z] ---> Running in 8756030473f7 [2021-01-23T00:52:40.379Z] ---> Running in 0b6e7a3521a3 [2021-01-23T00:52:40.997Z] Removing intermediate container 8756030473f7 [2021-01-23T00:52:40.997Z] ---> 258e6c1b92b8 [2021-01-23T00:52:40.997Z] Step 21/21 : LABEL version=0.0.0 [2021-01-23T00:52:41.618Z] ---> Running in 520f9ea1d556 [2021-01-23T00:52:41.618Z] Removing intermediate container 0b6e7a3521a3 [2021-01-23T00:52:41.618Z] ---> 8396b322b543 [2021-01-23T00:52:41.618Z] Step 22/23 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 [2021-01-23T00:52:41.897Z] ---> Running in 9b65380c19d3 [2021-01-23T00:52:42.182Z] Removing intermediate container dc140017c9a0 [2021-01-23T00:52:42.182Z] ---> e1f73cf1db03 [2021-01-23T00:52:42.182Z] [2021-01-23T00:52:42.182Z] Step 10/22 : FROM alpine:3.12 [2021-01-23T00:52:42.182Z] ---> afeebe901d6b [2021-01-23T00:52:42.182Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-23T00:52:42.182Z] ---> Using cache [2021-01-23T00:52:42.182Z] ---> 014529a96e7b [2021-01-23T00:52:42.182Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:52:42.182Z] ---> Using cache [2021-01-23T00:52:42.182Z] ---> 69e4fc303142 [2021-01-23T00:52:42.182Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-23T00:52:42.460Z] ---> Running in 71220f087df8 [2021-01-23T00:52:42.460Z] Removing intermediate container 520f9ea1d556 [2021-01-23T00:52:42.460Z] ---> 3a87223bb768 [2021-01-23T00:52:42.460Z] [2021-01-23T00:52:42.740Z] Removing intermediate container 9b65380c19d3 [2021-01-23T00:52:42.740Z] ---> b104b734239d [2021-01-23T00:52:42.740Z] Step 23/23 : LABEL version=0.0.0 [2021-01-23T00:52:43.351Z] ---> Running in 73d8bdca2c09 [2021-01-23T00:52:43.351Z] Successfully built 3a87223bb768 [2021-01-23T00:52:43.351Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-23T00:52:43.629Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 71220f087df8 [2021-01-23T00:52:43.629Z] ---> 329fd0492cbc [2021-01-23T00:52:43.629Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-23T00:52:43.909Z] ---> Running in 0b47029ed9ef [2021-01-23T00:52:43.909Z] Removing intermediate container 73d8bdca2c09 [2021-01-23T00:52:43.909Z] ---> afcf8eb52be8 [2021-01-23T00:52:43.909Z] [2021-01-23T00:52:44.517Z] Removing intermediate container 0b47029ed9ef [2021-01-23T00:52:44.517Z] ---> b0a01d95aeb6 [2021-01-23T00:52:44.517Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:52:44.792Z] Successfully built afcf8eb52be8 [2021-01-23T00:52:44.792Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-23T00:52:45.788Z]  Building docker-core-metadata-go ... done  ---> 59b1b6b1bb95 [2021-01-23T00:52:45.788Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-23T00:52:47.795Z] ---> 97f1e066c0bb [2021-01-23T00:52:47.795Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-23T00:52:48.785Z] ---> 2fc328d67506 [2021-01-23T00:52:48.785Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-23T00:52:48.785Z] ---> Running in bb984bb4af72 [2021-01-23T00:52:49.376Z] Removing intermediate container bb984bb4af72 [2021-01-23T00:52:49.376Z] ---> 2f576d02f3a9 [2021-01-23T00:52:49.376Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:52:49.376Z] ---> Running in 454913342cef [2021-01-23T00:52:49.966Z] Removing intermediate container 454913342cef [2021-01-23T00:52:49.966Z] ---> dd77ec886a4e [2021-01-23T00:52:49.966Z] Step 20/22 : LABEL arch=arm64 [2021-01-23T00:52:49.966Z] ---> Running in 567836fb0848 [2021-01-23T00:52:50.558Z] Removing intermediate container 567836fb0848 [2021-01-23T00:52:50.558Z] ---> 250650611c93 [2021-01-23T00:52:50.558Z] Step 21/22 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 [2021-01-23T00:52:50.558Z] ---> Running in 5e5743b46366 [2021-01-23T00:52:51.153Z] Removing intermediate container 5e5743b46366 [2021-01-23T00:52:51.153Z] ---> 6cc96b4867e5 [2021-01-23T00:52:51.153Z] Step 22/22 : LABEL version=0.0.0 [2021-01-23T00:52:51.153Z] ---> Running in 2c095300baed [2021-01-23T00:52:52.134Z] Removing intermediate container 2c095300baed [2021-01-23T00:52:52.134Z] ---> a1a52dcbfadf [2021-01-23T00:52:52.134Z] [2021-01-23T00:52:52.415Z] Successfully built a1a52dcbfadf [2021-01-23T00:52:52.415Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-23T00:52:55.039Z]  Building docker-support-scheduler-go ... done Removing intermediate container bb3e9739d8aa [2021-01-23T00:52:55.039Z] ---> bee190ad3b82 [2021-01-23T00:52:55.039Z] [2021-01-23T00:52:55.039Z] Step 10/22 : FROM alpine:3.12 [2021-01-23T00:52:55.039Z] ---> afeebe901d6b [2021-01-23T00:52:55.039Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-23T00:52:55.318Z] ---> Running in 5b177f7a9671 [2021-01-23T00:52:56.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-23T00:52:56.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-23T00:52:57.340Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-23T00:52:57.340Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-23T00:52:57.614Z] Executing busybox-1.31.1-r19.trigger [2021-01-23T00:52:57.614Z] Executing ca-certificates-20191127-r4.trigger [2021-01-23T00:52:57.614Z] OK: 6 MiB in 16 packages [2021-01-23T00:52:59.593Z] Removing intermediate container 5b177f7a9671 [2021-01-23T00:52:59.593Z] ---> d93ffec5de52 [2021-01-23T00:52:59.593Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-23T00:52:59.593Z] ---> Running in b87561213bf8 [2021-01-23T00:53:00.188Z] Removing intermediate container b87561213bf8 [2021-01-23T00:53:00.188Z] ---> b583c6df3f05 [2021-01-23T00:53:00.188Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-23T00:53:00.188Z] ---> Running in 0c748e671de1 [2021-01-23T00:53:00.783Z] Removing intermediate container 0c748e671de1 [2021-01-23T00:53:00.783Z] ---> 87519d81ab22 [2021-01-23T00:53:00.783Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-23T00:53:00.783Z] ---> Running in 87b6399e65f8 [2021-01-23T00:53:01.378Z] Removing intermediate container 87b6399e65f8 [2021-01-23T00:53:01.378Z] ---> 100e19494be7 [2021-01-23T00:53:01.378Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-23T00:53:02.360Z] ---> af61f88babc1 [2021-01-23T00:53:02.360Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-23T00:53:03.796Z] ---> a23df10ce6df [2021-01-23T00:53:03.796Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-23T00:53:04.393Z] ---> dfcc59c9995a [2021-01-23T00:53:04.393Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-23T00:53:04.393Z] ---> Running in e84499a91dfb [2021-01-23T00:53:04.990Z] Removing intermediate container e84499a91dfb [2021-01-23T00:53:04.990Z] ---> 911fb41bca44 [2021-01-23T00:53:04.990Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-23T00:53:04.990Z] ---> Running in 3bc9dfef9fea [2021-01-23T00:53:05.585Z] Removing intermediate container 3bc9dfef9fea [2021-01-23T00:53:05.585Z] ---> f4e68a713911 [2021-01-23T00:53:05.585Z] Step 20/22 : LABEL arch=arm64 [2021-01-23T00:53:05.856Z] ---> Running in c6cab7775030 [2021-01-23T00:53:06.128Z] Removing intermediate container c6cab7775030 [2021-01-23T00:53:06.128Z] ---> 40aa1021b62c [2021-01-23T00:53:06.128Z] Step 21/22 : LABEL git_sha=e579a6ce3575348819c2d66e310e7dd0b1a6f982 [2021-01-23T00:53:06.400Z] ---> Running in e40ad3bb55e4 [2021-01-23T00:53:06.998Z] Removing intermediate container e40ad3bb55e4 [2021-01-23T00:53:06.999Z] ---> 3ebbb95a0490 [2021-01-23T00:53:06.999Z] Step 22/22 : LABEL version=0.0.0 [2021-01-23T00:53:06.999Z] ---> Running in 83ca23d7acbe [2021-01-23T00:53:07.596Z] Removing intermediate container 83ca23d7acbe [2021-01-23T00:53:07.596Z] ---> e8c79d857259 [2021-01-23T00:53:07.596Z] [2021-01-23T00:53:07.869Z] Successfully built e8c79d857259 [2021-01-23T00:53:07.870Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-23T00:53:08.477Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-01-23T00:53:08.511Z] $ docker stop --time=1 babefd33b8a6773c12ec08ad4437213f68d22e78a1b41af31ddbfd71aa805afa [2021-01-23T00:53:10.518Z] $ docker rm -f babefd33b8a6773c12ec08ad4437213f68d22e78a1b41af31ddbfd71aa805afa [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-23T00:53:11.199Z] + + docker images [2021-01-23T00:53:11.199Z] grep docker [2021-01-23T00:53:11.472Z] docker-support-notifications-go-arm64 latest e8c79d857259 4 seconds ago 16MB [2021-01-23T00:53:11.472Z] docker-support-scheduler-go-arm64 latest a1a52dcbfadf 20 seconds ago 15.5MB [2021-01-23T00:53:11.472Z] docker-core-metadata-go-arm64 latest afcf8eb52be8 28 seconds ago 17.7MB [2021-01-23T00:53:11.472Z] docker-security-proxy-setup-go-arm64 latest 3a87223bb768 29 seconds ago 23.2MB [2021-01-23T00:53:11.472Z] docker-sys-mgmt-agent-go-arm64 latest fb7758fccfe1 About a minute ago 300MB [2021-01-23T00:53:11.472Z] docker-security-bootstrapper-go-arm64 latest 105daf474e1b 2 minutes ago 40.3MB [2021-01-23T00:53:11.472Z] docker-core-data-go-arm64 latest bcd929048983 2 minutes ago 21MB [2021-01-23T00:53:11.472Z] docker-security-secretstore-setup-go-arm64 latest 3081a96fb395 3 minutes ago 23.4MB [2021-01-23T00:53:11.472Z] docker-core-command-go-arm64 latest 461805757608 3 minutes ago 15.4MB [2021-01-23T00:53:11.472Z] docker 20.10.0 eeaf43b92773 6 weeks 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 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:53:14.694Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:53:15.575Z] ---> package-listing.sh [2021-01-23T00:53:15.575Z] ++ facter osfamily [2021-01-23T00:53:15.575Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-23T00:53:15.575Z] + OS_FAMILY=redhat [2021-01-23T00:53:15.575Z] + workspace=/w/workspace/edgex-go/47 [2021-01-23T00:53:15.575Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-23T00:53:15.575Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-23T00:53:15.575Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-23T00:53:15.575Z] + PACKAGES=/tmp/packages_start.txt [2021-01-23T00:53:15.575Z] + '[' /w/workspace/edgex-go/47 ']' [2021-01-23T00:53:15.575Z] + PACKAGES=/tmp/packages_end.txt [2021-01-23T00:53:15.575Z] + case "${OS_FAMILY}" in [2021-01-23T00:53:15.575Z] + rpm -qa [2021-01-23T00:53:15.575Z] + sort [2021-01-23T00:53:20.889Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-23T00:53:20.889Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-23T00:53:20.889Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-23T00:53:20.889Z] + '[' /w/workspace/edgex-go/47 ']' [2021-01-23T00:53:20.889Z] + mkdir -p /w/workspace/edgex-go/47/archives/ [2021-01-23T00:53:20.889Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/47/archives/ [Pipeline] echo [2021-01-23T00:53:20.902Z] 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/47/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-23T00:53:21.195Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:53:21.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-23T00:53:21.501Z] [2021-01-23T00:53:21.501Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-23T00:53:21.846Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-23T00:53:21.846Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-23T00:53:21.846Z] df20fa9351a1: Pulling fs layer [2021-01-23T00:53:21.846Z] 36b3adc4ff6f: Pulling fs layer [2021-01-23T00:53:21.846Z] 8ad3a11d3b57: Pulling fs layer [2021-01-23T00:53:21.846Z] 46f8f816bc3b: Pulling fs layer [2021-01-23T00:53:21.846Z] 93b61091891f: Pulling fs layer [2021-01-23T00:53:21.846Z] 93b9cdb0e59b: Pulling fs layer [2021-01-23T00:53:21.846Z] 5e14af77c1be: Pulling fs layer [2021-01-23T00:53:21.846Z] 01666e4c0597: Pulling fs layer [2021-01-23T00:53:21.846Z] aa168da1d23b: Pulling fs layer [2021-01-23T00:53:21.846Z] 93b61091891f: Waiting [2021-01-23T00:53:21.846Z] 93b9cdb0e59b: Waiting [2021-01-23T00:53:21.846Z] 5e14af77c1be: Waiting [2021-01-23T00:53:21.846Z] 01666e4c0597: Waiting [2021-01-23T00:53:21.846Z] aa168da1d23b: Waiting [2021-01-23T00:53:21.846Z] 46f8f816bc3b: Waiting [2021-01-23T00:53:21.846Z] 36b3adc4ff6f: Download complete [2021-01-23T00:53:21.846Z] 46f8f816bc3b: Verifying Checksum [2021-01-23T00:53:21.846Z] 46f8f816bc3b: Download complete [2021-01-23T00:53:22.109Z] df20fa9351a1: Verifying Checksum [2021-01-23T00:53:22.109Z] 93b9cdb0e59b: Verifying Checksum [2021-01-23T00:53:22.109Z] 93b9cdb0e59b: Download complete [2021-01-23T00:53:22.109Z] 5e14af77c1be: Verifying Checksum [2021-01-23T00:53:22.109Z] 5e14af77c1be: Download complete [2021-01-23T00:53:22.109Z] 01666e4c0597: Download complete [2021-01-23T00:53:22.109Z] 8ad3a11d3b57: Verifying Checksum [2021-01-23T00:53:22.109Z] 8ad3a11d3b57: Download complete [2021-01-23T00:53:22.372Z] df20fa9351a1: Pull complete [2021-01-23T00:53:22.634Z] 36b3adc4ff6f: Pull complete [2021-01-23T00:53:22.634Z] 93b61091891f: Download complete [2021-01-23T00:53:24.746Z] 8ad3a11d3b57: Pull complete [2021-01-23T00:53:24.746Z] 46f8f816bc3b: Pull complete [2021-01-23T00:53:24.746Z] aa168da1d23b: Download complete [2021-01-23T00:53:25.333Z] 93b61091891f: Pull complete [2021-01-23T00:53:25.594Z] 93b9cdb0e59b: Pull complete [2021-01-23T00:53:25.594Z] 5e14af77c1be: Pull complete [2021-01-23T00:53:25.859Z] 01666e4c0597: Pull complete [2021-01-23T00:53:34.040Z] aa168da1d23b: Pull complete [2021-01-23T00:53:34.040Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-23T00:53:34.040Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-23T00:53:34.040Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-23T00:53:34.237Z] prd-centos7-docker-4c-2g-22396 does not seem to be running inside a container [2021-01-23T00:53:34.288Z] $ 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/47/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/47 -v /w/workspace/edgex-go/47:/w/workspace/edgex-go/47:rw,z -v /w/workspace/edgex-go/47@tmp:/w/workspace/edgex-go/47@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-lftools-log-publisher:alpine cat [2021-01-23T00:53:43.857Z] $ docker top 5106269902ea04cbb403c9f89099aaed3c78906eec4ffe02a2f2cc5bfee6fff7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-23T00:53:44.479Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-23T00:53:44.782Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-23T00:53:45.084Z] + ls /var/log/sa-host [2021-01-23T00:53:45.084Z] + sadf -c /var/log/sa-host/sa23 [2021-01-23T00:53:45.084Z] file_magic: OK [2021-01-23T00:53:45.084Z] HZ: Using current value: 100 [2021-01-23T00:53:45.084Z] file_header: OK [2021-01-23T00:53:45.084Z] 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 [2021-01-23T00:53:45.084Z] Statistics: [2021-01-23T00:53:45.084Z] 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... [2021-01-23T00:53:45.084Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-23T00:53:45.299Z] provisioning config files... [2021-01-23T00:53:45.327Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/47@tmp/config4036579435663587030tmp [Pipeline] { [Pipeline] echo [2021-01-23T00:53:45.398Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:53:45.697Z] ---> create-netrc.sh [Pipeline] } [2021-01-23T00:53:45.706Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-23T00:53:45.788Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:53:46.087Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-23T00:53:46.098Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:53:46.395Z] ---> sudo-logs.sh [2021-01-23T00:53:46.395Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-23T00:53:46.406Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:53:46.703Z] ---> job-cost.sh [2021-01-23T00:53:46.703Z] lf-activate-venv: SKIPPING [2021-01-23T00:53:46.703Z] INFO: No Stack... [2021-01-23T00:53:47.648Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-23T00:53:47.909Z] INFO: Archiving Costs [Pipeline] echo [2021-01-23T00:53:47.923Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-23T00:53:48.219Z] ---> logs-deploy.sh [2021-01-23T00:53:48.220Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/47 [2021-01-23T00:53:48.220Z] INFO: archiving workspace using pattern(s): [2021-01-23T00:53:50.142Z] Archives upload complete. [2021-01-23T00:53:50.142Z] INFO: archiving logs to Nexus