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 dd3c5304426daa1a06e165d92e5378a7e6535b25 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from dd3c5304426daa1a06e165d92e5378a7e6535b25 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-29221’ is offline; ‘prd-centos7-docker-4c-2g-29222’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29224 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/79 [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/79 # 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 dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 > 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 dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 Merge succeeded, producing 199893acb62a5b1c4f4ae79745a41eebd8ad8c4e Checking out Revision 199893acb62a5b1c4f4ae79745a41eebd8ad8c4e (PR-2858) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 199893acb62a5b1c4f4ae79745a41eebd8ad8c4e # timeout=10 Commit message: "Merge commit 'dd3c5304426daa1a06e165d92e5378a7e6535b25' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk dfa22932515b753042da74e12b19a5d0153458b0 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-10T00:31:47.147Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-10T00:31:47.377Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-10T00:31:47.463Z] ========================================================= [2021-03-10T00:31:47.463Z] EdgeX Global Pipelines Version Info [2021-03-10T00:31:47.463Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:31:49.563Z] ------------------- [2021-03-10T00:31:49.563Z] stable info: [2021-03-10T00:31:49.563Z] ------------------- [2021-03-10T00:31:49.563Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-10T00:31:49.563Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-10T00:31:49.563Z] Message: update stable to v1.0.184 [2021-03-10T00:31:50.593Z] ------------------- [2021-03-10T00:31:50.593Z] experimental info: [2021-03-10T00:31:50.593Z] ------------------- [2021-03-10T00:31:50.593Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-10T00:31:50.593Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-10T00:31:50.593Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-10T00:31:50.988Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-10T00:31:51.072Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-10T00:31:51.169Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-10T00:31:51.284Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-10T00:31:51.411Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-10T00:31:51.525Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-10T00:31:51.718Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-10T00:31:51.812Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-10T00:31:51.978Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-10T00:31:52.061Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-10T00:31:52.143Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-10T00:31:52.277Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-10T00:31:52.391Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-10T00:31:52.565Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-10T00:31:52.737Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-10T00:31:52.818Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-10T00:31:52.902Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-10T00:31:52.985Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-10T00:31:53.072Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-10T00:31:53.172Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-10T00:31:53.266Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-10T00:31:53.347Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-10T00:31:53.427Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-03-10T00:31:53.531Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-03-10T00:31:53.609Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-03-10T00:31:53.698Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 199893acb62a5b1c4f4ae79745a41eebd8ad8c4e [Pipeline] echo [2021-03-10T00:31:53.782Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 199893a [Pipeline] echo [2021-03-10T00:31:53.904Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-10T00:31:54.090Z] provisioning config files... [2021-03-10T00:31:54.138Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/79@tmp/config872035779010138775tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:31:54.586Z] ---> docker-login.sh [2021-03-10T00:31:54.587Z] nexus3.edgexfoundry.org:10001 [2021-03-10T00:31:56.728Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:31:57.338Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:31:57.338Z] Configure a credential helper to remove this warning. See [2021-03-10T00:31:57.338Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:31:57.338Z] [2021-03-10T00:31:57.338Z] Login Succeeded [2021-03-10T00:31:57.338Z] nexus3.edgexfoundry.org:10002 [2021-03-10T00:31:58.037Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:31:58.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:31:58.408Z] Configure a credential helper to remove this warning. See [2021-03-10T00:31:58.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:31:58.408Z] [2021-03-10T00:31:58.408Z] Login Succeeded [2021-03-10T00:31:58.408Z] nexus3.edgexfoundry.org:10003 [2021-03-10T00:31:58.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:31:58.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:31:58.701Z] Configure a credential helper to remove this warning. See [2021-03-10T00:31:58.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:31:58.701Z] [2021-03-10T00:31:59.027Z] Login Succeeded [2021-03-10T00:31:59.027Z] nexus3.edgexfoundry.org:10004 [2021-03-10T00:31:59.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:32:00.317Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:32:00.317Z] Configure a credential helper to remove this warning. See [2021-03-10T00:32:00.317Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:32:00.317Z] [2021-03-10T00:32:00.317Z] Login Succeeded [2021-03-10T00:32:00.317Z] docker.io [2021-03-10T00:32:00.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:32:01.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:32:01.230Z] Configure a credential helper to remove this warning. See [2021-03-10T00:32:01.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:32:01.230Z] [2021-03-10T00:32:01.230Z] Login Succeeded [2021-03-10T00:32:01.230Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T00:32:01.257Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T00:32:01.851Z] ++ 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-03-10T00:32:01.851Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:32:01.851Z] ++ dirname cmd/core-command/Dockerfile [2021-03-10T00:32:01.851Z] ++ cut -d/ -f2 [2021-03-10T00:32:01.851Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-10T00:32:01.851Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:32:01.851Z] ++ dirname cmd/core-data/Dockerfile [2021-03-10T00:32:01.851Z] ++ cut -d/ -f2 [2021-03-10T00:32:01.851Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-10T00:32:01.851Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:32:01.851Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-10T00:32:01.851Z] ++ cut -d/ -f2 [2021-03-10T00:32:01.851Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-10T00:32:01.851Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:32:01.851Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-10T00:32:01.851Z] ++ cut -d/ -f2 [2021-03-10T00:32:01.851Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-10T00:32:01.851Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:32:01.851Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-10T00:32:01.851Z] ++ cut -d/ -f2 [2021-03-10T00:32:01.851Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-10T00:32:01.851Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:32:01.851Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-10T00:32:01.851Z] ++ cut -d/ -f2 [2021-03-10T00:32:01.851Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-10T00:32:01.851Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:32:01.851Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-10T00:32:01.851Z] ++ cut -d/ -f2 [2021-03-10T00:32:01.851Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-10T00:32:01.851Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:32:01.851Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-10T00:32:01.851Z] ++ cut -d/ -f2 [2021-03-10T00:32:01.851Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-10T00:32:01.851Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T00:32:01.851Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-10T00:32:01.851Z] ++ cut -d/ -f2 [2021-03-10T00:32:01.851Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-10T00:32:02.142Z] 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-03-10T00:32:03.157Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T00:32:03.158Z] [2021-03-10T00:32:03.158Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:32:03.646Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T00:32:03.646Z] latest: Pulling from edgex-devops/git-semver [2021-03-10T00:32:03.646Z] 31603596830f: Pulling fs layer [2021-03-10T00:32:03.646Z] 2a8b12db71e7: Pulling fs layer [2021-03-10T00:32:03.646Z] 6ca5941a6612: Pulling fs layer [2021-03-10T00:32:03.646Z] ecc8261a40a4: Pulling fs layer [2021-03-10T00:32:03.646Z] ecc8261a40a4: Waiting [2021-03-10T00:32:03.646Z] 2a8b12db71e7: Verifying Checksum [2021-03-10T00:32:03.646Z] 2a8b12db71e7: Download complete [2021-03-10T00:32:03.922Z] 31603596830f: Verifying Checksum [2021-03-10T00:32:03.922Z] 31603596830f: Download complete [2021-03-10T00:32:04.199Z] ecc8261a40a4: Verifying Checksum [2021-03-10T00:32:04.199Z] ecc8261a40a4: Download complete [2021-03-10T00:32:04.199Z] 6ca5941a6612: Verifying Checksum [2021-03-10T00:32:04.199Z] 6ca5941a6612: Download complete [2021-03-10T00:32:05.210Z] 31603596830f: Pull complete [2021-03-10T00:32:05.485Z] 2a8b12db71e7: Pull complete [2021-03-10T00:32:08.178Z] 6ca5941a6612: Pull complete [2021-03-10T00:32:08.782Z] ecc8261a40a4: Pull complete [2021-03-10T00:32:08.782Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-10T00:32:08.782Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T00:32:08.782Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-10T00:32:09.263Z] prd-centos7-docker-4c-2g-29224 does not seem to be running inside a container [2021-03-10T00:32:09.384Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/79 -v /w/workspace/edgex-go/79:/w/workspace/edgex-go/79:rw,z -v /w/workspace/edgex-go/79@tmp:/w/workspace/edgex-go/79@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-10T00:32:13.188Z] $ docker top c85d1838944c11268dd8b00086eb401e13fe231320bf0077cd7df2d2a6ef084c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-10T00:32:13.676Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T00:32:13.676Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T00:32:14.106Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T00:32:14.114Z] $ docker exec c85d1838944c11268dd8b00086eb401e13fe231320bf0077cd7df2d2a6ef084c ssh-agent [2021-03-10T00:32:14.561Z] SSH_AUTH_SOCK=/tmp/ssh-eZJs7YJ71Bzy/agent.11 [2021-03-10T00:32:14.561Z] SSH_AGENT_PID=16 [2021-03-10T00:32:14.626Z] Running ssh-add (command line suppressed) [2021-03-10T00:32:14.855Z] Identity added: /w/workspace/edgex-go/79@tmp/private_key_3797650553868518039.key (/w/workspace/edgex-go/79@tmp/private_key_3797650553868518039.key) [2021-03-10T00:32:14.944Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T00:32:15.292Z] + git tag --points-at HEAD [Pipeline] } [2021-03-10T00:32:15.329Z] $ docker exec --env ******** --env ******** c85d1838944c11268dd8b00086eb401e13fe231320bf0077cd7df2d2a6ef084c ssh-agent -k [2021-03-10T00:32:15.548Z] unset SSH_AUTH_SOCK; [2021-03-10T00:32:15.548Z] unset SSH_AGENT_PID; [2021-03-10T00:32:15.548Z] echo Agent pid 16 killed; [2021-03-10T00:32:15.639Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-10T00:32:15.790Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T00:32:15.790Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T00:32:16.136Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T00:32:16.143Z] $ docker exec c85d1838944c11268dd8b00086eb401e13fe231320bf0077cd7df2d2a6ef084c ssh-agent [2021-03-10T00:32:16.423Z] SSH_AUTH_SOCK=/tmp/ssh-FMHBTDsx2Syn/agent.45 [2021-03-10T00:32:16.423Z] SSH_AGENT_PID=51 [2021-03-10T00:32:16.435Z] Running ssh-add (command line suppressed) [2021-03-10T00:32:16.642Z] Identity added: /w/workspace/edgex-go/79@tmp/private_key_774910801433912110.key (/w/workspace/edgex-go/79@tmp/private_key_774910801433912110.key) [2021-03-10T00:32:16.746Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T00:32:17.130Z] + git semver init [2021-03-10T00:32:17.408Z] # -> Open(): unable to determine branch for HEAD [2021-03-10T00:32:17.408Z] # $GIT_DIR = /w/workspace/edgex-go/79/.git [2021-03-10T00:32:17.408Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/79 [2021-03-10T00:32:17.408Z] # $SEMVER_REMOTE_NAME = origin [2021-03-10T00:32:17.408Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-10T00:32:17.408Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-10T00:32:17.408Z] # $SEMVER_BRANCH = PR-2858 [2021-03-10T00:32:17.408Z] # $SEMVER_TEMP = /tmp/semver-198162210 [2021-03-10T00:32:17.408Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-10T00:32:50.689Z] # '/tmp/semver-198162210' -> '/w/workspace/edgex-go/79/.semver' [2021-03-10T00:32:50.689Z] # -> Force: false [2021-03-10T00:32:50.689Z] # $SEMVER_DIR = /w/workspace/edgex-go/79/.semver [Pipeline] } [2021-03-10T00:32:50.711Z] $ docker exec --env ******** --env ******** c85d1838944c11268dd8b00086eb401e13fe231320bf0077cd7df2d2a6ef084c ssh-agent -k [2021-03-10T00:32:51.032Z] unset SSH_AUTH_SOCK; [2021-03-10T00:32:51.032Z] unset SSH_AGENT_PID; [2021-03-10T00:32:51.033Z] echo Agent pid 51 killed; [2021-03-10T00:32:51.320Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T00:32:52.333Z] + git semver [Pipeline] } [2021-03-10T00:32:52.651Z] $ docker stop --time=1 c85d1838944c11268dd8b00086eb401e13fe231320bf0077cd7df2d2a6ef084c [2021-03-10T00:32:55.219Z] $ docker rm -f c85d1838944c11268dd8b00086eb401e13fe231320bf0077cd7df2d2a6ef084c [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T00:32:56.309Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-10T00:32:57.987Z] Stashed 1 file(s) [Pipeline] echo [2021-03-10T00:32:57.992Z] [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-03-10T00:32:58.925Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-10T00:32:59.249Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-10T00:32:59.592Z] + sudo service docker restart [2021-03-10T00:32:59.592Z] + true [2021-03-10T00:32:59.592Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-10T00:33:01.600Z] ========================================================= [2021-03-10T00:33:01.600Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-10T00:33:01.600Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:33:02.020Z] + 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-03-10T00:33:12.312Z] Sending build context to Docker daemon 328.4MB [2021-03-10T00:33:12.312Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-10T00:33:12.312Z] Step 2/6 : FROM ${BASE} [2021-03-10T00:33:12.312Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-10T00:33:12.312Z] 188c0c94c7c5: Pulling fs layer [2021-03-10T00:33:12.312Z] 0ef7d3d256c8: Pulling fs layer [2021-03-10T00:33:12.312Z] de9db76c5a1d: Pulling fs layer [2021-03-10T00:33:12.312Z] bca2f99d35d6: Pulling fs layer [2021-03-10T00:33:12.312Z] 93359f2a8cfa: Pulling fs layer [2021-03-10T00:33:12.312Z] 7c6f9722023f: Pulling fs layer [2021-03-10T00:33:12.312Z] a35cf1a2eb13: Pulling fs layer [2021-03-10T00:33:12.312Z] bca2f99d35d6: Waiting [2021-03-10T00:33:12.312Z] 93359f2a8cfa: Waiting [2021-03-10T00:33:12.312Z] 7c6f9722023f: Waiting [2021-03-10T00:33:12.312Z] a35cf1a2eb13: Waiting [2021-03-10T00:33:12.312Z] de9db76c5a1d: Verifying Checksum [2021-03-10T00:33:12.312Z] de9db76c5a1d: Download complete [2021-03-10T00:33:12.312Z] 0ef7d3d256c8: Verifying Checksum [2021-03-10T00:33:12.312Z] 0ef7d3d256c8: Download complete [2021-03-10T00:33:12.312Z] 93359f2a8cfa: Download complete [2021-03-10T00:33:12.312Z] 7c6f9722023f: Verifying Checksum [2021-03-10T00:33:12.312Z] 7c6f9722023f: Download complete [2021-03-10T00:33:12.312Z] 188c0c94c7c5: Verifying Checksum [2021-03-10T00:33:12.312Z] 188c0c94c7c5: Download complete [2021-03-10T00:33:12.312Z] 188c0c94c7c5: Pull complete [2021-03-10T00:33:12.312Z] 0ef7d3d256c8: Pull complete [2021-03-10T00:33:12.619Z] de9db76c5a1d: Pull complete [2021-03-10T00:33:13.409Z] Still waiting to schedule task [2021-03-10T00:33:13.409Z] ‘prd-centos7-docker-4c-2g-29221’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-29227’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-29228’ is offline [2021-03-10T00:33:16.149Z] a35cf1a2eb13: Verifying Checksum [2021-03-10T00:33:16.149Z] a35cf1a2eb13: Download complete [2021-03-10T00:33:18.254Z] bca2f99d35d6: Verifying Checksum [2021-03-10T00:33:18.254Z] bca2f99d35d6: Download complete [2021-03-10T00:33:33.502Z] bca2f99d35d6: Pull complete [2021-03-10T00:33:34.204Z] 93359f2a8cfa: Pull complete [2021-03-10T00:33:34.516Z] 7c6f9722023f: Pull complete [2021-03-10T00:33:43.032Z] a35cf1a2eb13: Pull complete [2021-03-10T00:33:43.032Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-10T00:33:43.032Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-10T00:33:43.032Z] ---> a62c8e92a672 [2021-03-10T00:33:43.032Z] 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-03-10T00:33:43.724Z] ---> Running in ac9f5de2c951 [2021-03-10T00:33:45.207Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:33:46.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:33:47.183Z] (1/12) Installing libmagic (5.38-r0) [2021-03-10T00:33:47.454Z] (2/12) Installing file (5.38-r0) [2021-03-10T00:33:47.719Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-10T00:33:47.719Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-10T00:33:57.810Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-10T00:33:57.810Z] (6/12) Installing patch (2.7.6-r6) [2021-03-10T00:33:57.810Z] (7/12) Installing build-base (0.5-r2) [2021-03-10T00:33:57.810Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-10T00:33:57.810Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-10T00:33:57.810Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-10T00:33:57.810Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-10T00:33:57.810Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-10T00:33:57.810Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:33:57.810Z] OK: 233 MiB in 51 packages [2021-03-10T00:34:02.309Z] Removing intermediate container ac9f5de2c951 [2021-03-10T00:34:02.309Z] ---> 7b43ef73c19f [2021-03-10T00:34:02.309Z] Step 4/6 : WORKDIR /edgex-go [2021-03-10T00:34:02.309Z] ---> Running in a7e1d4494bab [2021-03-10T00:34:02.596Z] Removing intermediate container a7e1d4494bab [2021-03-10T00:34:02.596Z] ---> a7b8c11f23cc [2021-03-10T00:34:02.596Z] Step 5/6 : COPY go.mod . [2021-03-10T00:34:03.192Z] ---> 4f1a1dc8f1a6 [2021-03-10T00:34:03.192Z] Step 6/6 : RUN go mod download [2021-03-10T00:34:03.192Z] ---> Running in 2a37adf86c42 [2021-03-10T00:34:50.609Z] Removing intermediate container 2a37adf86c42 [2021-03-10T00:34:50.609Z] ---> ad5018931ca1 [2021-03-10T00:34:50.609Z] Successfully built ad5018931ca1 [2021-03-10T00:34:50.609Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:34:50.973Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-10T00:34:51.250Z] . [Pipeline] withDockerContainer [2021-03-10T00:34:51.441Z] prd-centos7-docker-4c-2g-29224 does not seem to be running inside a container [2021-03-10T00:34:51.541Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/79 -v /w/workspace/edgex-go/79:/w/workspace/edgex-go/79:rw,z -v /w/workspace/edgex-go/79@tmp:/w/workspace/edgex-go/79@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-10T00:34:54.468Z] $ docker top 5b7d4a29fd3694883adc0c764081eecaa9d7d2e05ea6fd073b43f742bf1b5f1c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T00:34:55.878Z] + go version [2021-03-10T00:34:55.878Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-10T00:34:55.934Z] $ docker stop --time=1 5b7d4a29fd3694883adc0c764081eecaa9d7d2e05ea6fd073b43f742bf1b5f1c [2021-03-10T00:34:58.203Z] $ docker rm -f 5b7d4a29fd3694883adc0c764081eecaa9d7d2e05ea6fd073b43f742bf1b5f1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:34:59.958Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-10T00:35:01.240Z] . [Pipeline] withDockerContainer [2021-03-10T00:35:02.221Z] prd-centos7-docker-4c-2g-29224 does not seem to be running inside a container [2021-03-10T00:35:02.416Z] $ 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/79 -v /w/workspace/edgex-go/79:/w/workspace/edgex-go/79:rw,z -v /w/workspace/edgex-go/79@tmp:/w/workspace/edgex-go/79@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-10T00:35:04.038Z] $ docker top dc1cf3d403bec079dd6ea084bb74e499c1220825ac27c98a878f21df5440bb7c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-10T00:35:04.385Z] ========================================================= [2021-03-10T00:35:04.385Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-10T00:35:04.385Z] ========================================================= [Pipeline] sh [2021-03-10T00:35:04.701Z] + make test [2021-03-10T00:35:04.984Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-10T00:35:27.287Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-10T00:36:07.332Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-10T00:36:23.524Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-10T00:36:23.524Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-10T00:36:23.524Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-10T00:36:27.707Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29232 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-03-10T00:36:27.767Z] Running in /w/workspace/edgex-go/79 [Pipeline] { [Pipeline] checkout [2021-03-10T00:36:32.202Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-10T00:36:32.202Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-10T00:36:32.202Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-10T00:36:32.202Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-10T00:36:33.072Z] using credential edgex-jenkins-ssh [2021-03-10T00:36:33.177Z] Cloning the remote Git repository [2021-03-10T00:36:33.248Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-10T00:36:33.366Z] > git init /w/workspace/edgex-go/79 # timeout=10 [2021-03-10T00:36:33.461Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T00:36:33.462Z] > git --version # timeout=10 [2021-03-10T00:36:33.479Z] > git --version # 'git version 2.17.1' [2021-03-10T00:36:33.481Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T00:36:33.534Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T00:36:35.044Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-10T00:36:36.312Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-10T00:36:42.324Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-10T00:36:42.324Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-10T00:36:42.324Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-10T00:36:49.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.328s coverage: 45.9% of statements [2021-03-10T00:36:49.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-10T00:36:49.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-10T00:36:49.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-10T00:36:49.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-10T00:36:49.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-10T00:36:49.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-10T00:36:49.789Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-10T00:36:49.789Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.200s coverage: 100.0% of statements [2021-03-10T00:36:53.607Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T00:36:53.624Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T00:36:53.657Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T00:36:53.699Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T00:36:53.700Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T00:36:53.710Z] > 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-03-10T00:36:54.538Z] Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-03-10T00:36:54.880Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.464s coverage: 27.1% of statements [2021-03-10T00:36:54.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-10T00:36:54.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-10T00:36:54.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-10T00:36:54.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-10T00:36:54.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-10T00:36:54.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-10T00:36:54.880Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.099s coverage: 100.0% of statements [2021-03-10T00:36:54.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-10T00:36:54.880Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.158s coverage: 100.0% of statements [2021-03-10T00:36:54.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-10T00:36:54.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-10T00:36:55.160Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.212s coverage: 71.3% of statements [2021-03-10T00:36:55.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-10T00:36:55.160Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-10T00:36:55.915Z] Merge succeeded, producing 5b5b15bf53d47097b202c2066afb5f5f3f7cb285 [2021-03-10T00:36:55.916Z] Checking out Revision 5b5b15bf53d47097b202c2066afb5f5f3f7cb285 (PR-2858) [2021-03-10T00:36:54.559Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T00:36:54.577Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-03-10T00:36:54.875Z] > git remote # timeout=10 [2021-03-10T00:36:54.895Z] > git config --get remote.origin.url # timeout=10 [2021-03-10T00:36:54.977Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T00:36:54.991Z] > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 [2021-03-10T00:36:55.903Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-10T00:36:55.925Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T00:36:55.938Z] > git checkout -f 5b5b15bf53d47097b202c2066afb5f5f3f7cb285 # timeout=10 [2021-03-10T00:36:56.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.406s coverage: 82.9% of statements [2021-03-10T00:36:56.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-10T00:36:56.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T00:36:56.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.101s coverage: 78.9% of statements [2021-03-10T00:36:56.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-10T00:37:00.243Z] Commit message: "Merge commit 'dd3c5304426daa1a06e165d92e5378a7e6535b25' into HEAD" [2021-03-10T00:37:00.268Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-10T00:37:00.254Z] > git rev-list --no-walk dfa22932515b753042da74e12b19a5d0153458b0 # timeout=10 [2021-03-10T00:37:01.771Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-10T00:37:02.212Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-10T00:37:02.495Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.677s coverage: 28.6% of statements [2021-03-10T00:37:02.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-10T00:37:02.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-10T00:37:02.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-10T00:37:02.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-10T00:37:02.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-10T00:37:02.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.185s coverage: 100.0% of statements [2021-03-10T00:37:02.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-10T00:37:02.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements [2021-03-10T00:37:02.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-10T00:37:02.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.273s coverage: 86.7% of statements [2021-03-10T00:37:02.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-10T00:37:02.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.219s coverage: 97.5% of statements [2021-03-10T00:37:02.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-10T00:37:02.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.198s coverage: 78.3% of statements [2021-03-10T00:37:02.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-10T00:37:02.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-10T00:37:02.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-10T00:37:02.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-10T00:37:02.555Z] + true [2021-03-10T00:37:02.555Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-10T00:37:04.604Z] provisioning config files... [2021-03-10T00:37:04.648Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/79@tmp/config8150963371786786467tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:37:05.080Z] ---> docker-login.sh [2021-03-10T00:37:05.080Z] nexus3.edgexfoundry.org:10001 [2021-03-10T00:37:05.677Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:37:06.276Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:37:06.276Z] Configure a credential helper to remove this warning. See [2021-03-10T00:37:06.276Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:37:06.276Z] [2021-03-10T00:37:06.276Z] Login Succeeded [2021-03-10T00:37:06.276Z] nexus3.edgexfoundry.org:10002 [2021-03-10T00:37:06.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:37:06.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:37:06.823Z] Configure a credential helper to remove this warning. See [2021-03-10T00:37:06.823Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:37:06.823Z] [2021-03-10T00:37:06.823Z] Login Succeeded [2021-03-10T00:37:06.823Z] nexus3.edgexfoundry.org:10003 [2021-03-10T00:37:07.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:37:07.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:37:07.373Z] Configure a credential helper to remove this warning. See [2021-03-10T00:37:07.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:37:07.373Z] [2021-03-10T00:37:07.373Z] Login Succeeded [2021-03-10T00:37:07.373Z] nexus3.edgexfoundry.org:10004 [2021-03-10T00:37:07.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:37:07.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:37:07.667Z] Configure a credential helper to remove this warning. See [2021-03-10T00:37:07.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:37:07.667Z] [2021-03-10T00:37:07.667Z] Login Succeeded [2021-03-10T00:37:07.667Z] docker.io [2021-03-10T00:37:08.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T00:37:08.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T00:37:08.533Z] Configure a credential helper to remove this warning. See [2021-03-10T00:37:08.533Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T00:37:08.533Z] [2021-03-10T00:37:08.533Z] Login Succeeded [2021-03-10T00:37:08.533Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T00:37:08.551Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-10T00:37:09.011Z] ========================================================= [2021-03-10T00:37:09.011Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-10T00:37:09.011Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:37:09.412Z] + 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-03-10T00:37:09.794Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.512s coverage: 92.8% of statements [2021-03-10T00:37:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-10T00:37:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T00:37:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-10T00:37:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-10T00:37:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-10T00:37:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-10T00:37:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-10T00:37:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-10T00:37:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-10T00:37:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-10T00:37:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-10T00:37:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-10T00:37:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-10T00:37:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-10T00:37:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-10T00:37:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-10T00:37:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-10T00:37:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-10T00:37:09.794Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.140s coverage: 58.8% of statements [2021-03-10T00:37:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-10T00:37:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-10T00:37:09.794Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.241s coverage: 0.1% of statements [2021-03-10T00:37:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-10T00:37:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-10T00:37:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-10T00:37:09.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.135s coverage: 47.1% of statements [2021-03-10T00:37:09.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.149s coverage: 79.5% of statements [2021-03-10T00:37:09.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.098s coverage: 94.1% of statements [2021-03-10T00:37:09.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.192s coverage: 96.3% of statements [2021-03-10T00:37:09.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.093s coverage: 87.5% of statements [2021-03-10T00:37:12.059Z] Sending build context to Docker daemon 166.7MB [2021-03-10T00:37:12.059Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-10T00:37:12.059Z] Step 2/6 : FROM ${BASE} [2021-03-10T00:37:12.059Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-10T00:37:12.059Z] 5f621e34cdf4: Pulling fs layer [2021-03-10T00:37:12.059Z] a4357932f1b6: Pulling fs layer [2021-03-10T00:37:12.059Z] 18c013af1878: Pulling fs layer [2021-03-10T00:37:12.059Z] 00ac8860ef70: Pulling fs layer [2021-03-10T00:37:12.059Z] 63d7cb157983: Pulling fs layer [2021-03-10T00:37:12.059Z] b116817d02f9: Pulling fs layer [2021-03-10T00:37:12.059Z] 745a02a5169b: Pulling fs layer [2021-03-10T00:37:12.059Z] 00ac8860ef70: Waiting [2021-03-10T00:37:12.059Z] 63d7cb157983: Waiting [2021-03-10T00:37:12.059Z] b116817d02f9: Waiting [2021-03-10T00:37:12.059Z] 745a02a5169b: Waiting [2021-03-10T00:37:12.059Z] 18c013af1878: Verifying Checksum [2021-03-10T00:37:12.059Z] 18c013af1878: Download complete [2021-03-10T00:37:12.059Z] a4357932f1b6: Verifying Checksum [2021-03-10T00:37:12.059Z] a4357932f1b6: Download complete [2021-03-10T00:37:12.059Z] 63d7cb157983: Verifying Checksum [2021-03-10T00:37:12.059Z] 63d7cb157983: Download complete [2021-03-10T00:37:12.059Z] b116817d02f9: Verifying Checksum [2021-03-10T00:37:12.059Z] b116817d02f9: Download complete [2021-03-10T00:37:12.059Z] 5f621e34cdf4: Verifying Checksum [2021-03-10T00:37:12.059Z] 5f621e34cdf4: Download complete [2021-03-10T00:37:12.663Z] 5f621e34cdf4: Pull complete [2021-03-10T00:37:13.266Z] a4357932f1b6: Pull complete [2021-03-10T00:37:13.870Z] 18c013af1878: Pull complete [2021-03-10T00:37:14.846Z] 745a02a5169b: Verifying Checksum [2021-03-10T00:37:14.846Z] 745a02a5169b: Download complete [2021-03-10T00:37:16.825Z] 00ac8860ef70: Verifying Checksum [2021-03-10T00:37:16.825Z] 00ac8860ef70: Download complete [2021-03-10T00:37:20.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.140s coverage: 94.4% of statements [2021-03-10T00:37:20.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.131s coverage: 44.8% of statements [2021-03-10T00:37:20.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.213s coverage: 81.4% of statements [2021-03-10T00:37:27.020Z] 00ac8860ef70: Pull complete [2021-03-10T00:37:27.293Z] 63d7cb157983: Pull complete [2021-03-10T00:37:27.567Z] b116817d02f9: Pull complete [2021-03-10T00:37:31.897Z] 745a02a5169b: Pull complete [2021-03-10T00:37:31.897Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-10T00:37:31.897Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-10T00:37:31.897Z] ---> b7e6874047d6 [2021-03-10T00:37:31.897Z] 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-03-10T00:37:34.515Z] ---> Running in 73ec82b52d44 [2021-03-10T00:37:35.504Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:37:36.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:37:37.451Z] (1/12) Installing libmagic (5.38-r0) [2021-03-10T00:37:37.451Z] (2/12) Installing file (5.38-r0) [2021-03-10T00:37:37.721Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-10T00:37:37.721Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-10T00:37:39.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.211s coverage: 92.9% of statements [2021-03-10T00:37:39.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-10T00:37:39.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-10T00:37:39.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-10T00:37:39.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.166s coverage: 77.8% of statements [2021-03-10T00:37:39.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-10T00:37:39.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-10T00:37:39.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-10T00:37:39.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-10T00:37:39.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-10T00:37:39.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.496s coverage: 87.2% of statements [2021-03-10T00:37:39.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-10T00:37:39.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-10T00:37:39.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.038s coverage: 100.0% of statements [2021-03-10T00:37:39.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-10T00:37:39.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.178s coverage: 75.5% of statements [2021-03-10T00:37:39.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-10T00:37:39.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements [2021-03-10T00:37:39.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.196s coverage: 87.2% of statements [2021-03-10T00:37:39.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.203s coverage: 84.6% of statements [2021-03-10T00:37:39.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.484s coverage: 91.6% of statements [2021-03-10T00:37:39.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-10T00:37:39.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.870s coverage: 62.4% of statements [2021-03-10T00:37:39.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-10T00:37:39.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-10T00:37:39.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.085s coverage: 100.0% of statements [2021-03-10T00:37:39.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.072s coverage: 91.3% of statements [2021-03-10T00:37:39.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.348s coverage: 100.0% of statements [2021-03-10T00:37:39.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.588s coverage: 73.7% of statements [2021-03-10T00:37:39.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements [2021-03-10T00:37:39.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.727s coverage: 69.0% of statements [2021-03-10T00:37:39.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-10T00:37:39.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-10T00:37:39.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-10T00:37:41.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.334s coverage: 38.4% of statements [2021-03-10T00:37:41.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-10T00:37:41.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-10T00:37:41.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.179s coverage: 89.5% of statements [2021-03-10T00:37:41.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-10T00:37:41.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.137s coverage: 84.8% of statements [2021-03-10T00:37:43.098Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-10T00:37:43.367Z] (6/12) Installing patch (2.7.6-r6) [2021-03-10T00:37:43.367Z] (7/12) Installing build-base (0.5-r2) [2021-03-10T00:37:43.367Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-10T00:37:43.637Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-10T00:37:43.637Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-10T00:37:43.906Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-10T00:37:43.906Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-10T00:37:44.180Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:37:44.180Z] OK: 217 MiB in 51 packages [2021-03-10T00:37:46.510Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.522s coverage: 47.0% of statements [2021-03-10T00:37:46.510Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-10T00:37:46.510Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-10T00:37:46.510Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-10T00:37:46.510Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-10T00:37:46.510Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-10T00:37:46.510Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.124s coverage: 100.0% of statements [2021-03-10T00:37:46.510Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-10T00:37:46.510Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.110s coverage: 100.0% of statements [2021-03-10T00:37:46.510Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-10T00:37:46.510Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-10T00:37:46.510Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-10T00:37:46.510Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-10T00:37:47.712Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.322s coverage: 87.8% of statements [2021-03-10T00:37:47.712Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-10T00:37:47.712Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T00:37:47.712Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-10T00:37:48.483Z] Removing intermediate container 73ec82b52d44 [2021-03-10T00:37:48.483Z] ---> 5522286de776 [2021-03-10T00:37:48.483Z] Step 4/6 : WORKDIR /edgex-go [2021-03-10T00:37:48.483Z] ---> Running in 018a0a47b108 [2021-03-10T00:37:48.755Z] Removing intermediate container 018a0a47b108 [2021-03-10T00:37:48.755Z] ---> 70365c4d3ebf [2021-03-10T00:37:48.755Z] Step 5/6 : COPY go.mod . [2021-03-10T00:37:49.349Z] ---> c99514f2f710 [2021-03-10T00:37:49.349Z] Step 6/6 : RUN go mod download [2021-03-10T00:37:49.635Z] ---> Running in 38461b24c1b5 [2021-03-10T00:37:55.072Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.856s coverage: 29.1% of statements [2021-03-10T00:37:55.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-10T00:37:55.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-10T00:37:55.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-10T00:37:55.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-10T00:37:55.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-10T00:37:55.072Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.193s coverage: 99.0% of statements [2021-03-10T00:37:55.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-10T00:37:55.072Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements [2021-03-10T00:37:55.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-10T00:37:55.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-10T00:37:55.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-10T00:37:55.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-10T00:37:55.072Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.211s coverage: 95.6% of statements [2021-03-10T00:37:55.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-10T00:37:55.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T00:37:55.072Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-10T00:37:55.072Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.094s coverage: 0.0% of statements [2021-03-10T00:37:55.072Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-10T00:37:55.072Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.069s coverage: 100.0% of statements [2021-03-10T00:37:55.072Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-10T00:37:55.072Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-10T00:37:55.072Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-10T00:37:55.072Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-10T00:37:55.072Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.129s coverage: 87.9% of statements [2021-03-10T00:37:55.072Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-10T00:37:55.072Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-10T00:37:55.072Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2021-03-10T00:37:55.360Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.137s coverage: 32.1% of statements [2021-03-10T00:37:56.370Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.068s coverage: 100.0% of statements [2021-03-10T00:37:56.981Z] GO111MODULE=on go vet ./... [2021-03-10T00:38:16.437Z] Removing intermediate container 38461b24c1b5 [2021-03-10T00:38:16.437Z] ---> 61ba9537df3b [2021-03-10T00:38:16.437Z] Successfully built 61ba9537df3b [2021-03-10T00:38:16.707Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:38:17.054Z] + docker inspect -f . ci-base-image-arm64 [2021-03-10T00:38:17.054Z] . [Pipeline] withDockerContainer [2021-03-10T00:38:17.296Z] prd-ubuntu18.04-docker-arm64-4c-16g-29232 does not seem to be running inside a container [2021-03-10T00:38:17.384Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/79 -v /w/workspace/edgex-go/79:/w/workspace/edgex-go/79:rw,z -v /w/workspace/edgex-go/79@tmp:/w/workspace/edgex-go/79@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-10T00:38:18.891Z] $ docker top 5d9c996cdca3c10bd9f163e2c738bdfe5083e97f84bc9f9372e5441428fb2ad3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T00:38:19.889Z] + go version [2021-03-10T00:38:19.889Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-10T00:38:19.918Z] $ docker stop --time=1 5d9c996cdca3c10bd9f163e2c738bdfe5083e97f84bc9f9372e5441428fb2ad3 [2021-03-10T00:38:21.762Z] $ docker rm -f 5d9c996cdca3c10bd9f163e2c738bdfe5083e97f84bc9f9372e5441428fb2ad3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:38:22.733Z] + docker inspect -f . ci-base-image-arm64 [2021-03-10T00:38:22.733Z] . [Pipeline] withDockerContainer [2021-03-10T00:38:22.974Z] prd-ubuntu18.04-docker-arm64-4c-16g-29232 does not seem to be running inside a container [2021-03-10T00:38:23.068Z] $ 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/79 -v /w/workspace/edgex-go/79:/w/workspace/edgex-go/79:rw,z -v /w/workspace/edgex-go/79@tmp:/w/workspace/edgex-go/79@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-10T00:38:24.410Z] $ docker top 001bea164d9f57314de8db75d94860903b74a094e59e86d7beb55ddce793d911 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-10T00:38:24.736Z] ========================================================= [2021-03-10T00:38:24.736Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-10T00:38:24.736Z] ========================================================= [Pipeline] sh [2021-03-10T00:38:25.381Z] + make test [2021-03-10T00:38:25.381Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-10T00:38:47.561Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-10T00:39:35.739Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-10T00:39:35.892Z] gofmt -l . [2021-03-10T00:39:35.892Z] [ "`gofmt -l .`" = "" ] [2021-03-10T00:39:35.892Z] ./bin/test-go-mod-tidy.sh [2021-03-10T00:39:35.892Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-10T00:39:36.606Z] + ls -al . [2021-03-10T00:39:36.606Z] total 736 [2021-03-10T00:39:36.606Z] drwxrwxr-x 10 1001 1001 4096 Mar 10 00:39 . [2021-03-10T00:39:36.606Z] drwxr-xr-x 4 root root 30 Mar 10 00:35 .. [2021-03-10T00:39:36.606Z] -rw-rw-r-- 1 1001 1001 11 Mar 10 00:31 .dockerignore [2021-03-10T00:39:36.606Z] drwxrwxr-x 8 1001 1001 179 Mar 10 00:31 .git [2021-03-10T00:39:36.606Z] drwxrwxr-x 3 1001 1001 125 Mar 10 00:31 .github [2021-03-10T00:39:36.606Z] -rw-rw-r-- 1 1001 1001 818 Mar 10 00:31 .gitignore [2021-03-10T00:39:36.606Z] drwx------ 3 1001 1001 60 Mar 10 00:32 .semver [2021-03-10T00:39:36.606Z] -rw-rw-r-- 1 1001 1001 166 Mar 10 00:31 .sonarcloud.properties [2021-03-10T00:39:36.606Z] -rw-rw-r-- 1 1001 1001 8607 Mar 10 00:31 Attribution.txt [2021-03-10T00:39:36.606Z] -rw-rw-r-- 1 1001 1001 3804 Mar 10 00:31 CONTRIBUTING.md [2021-03-10T00:39:36.606Z] -rw-rw-r-- 1 1001 1001 931 Mar 10 00:31 Dockerfile.build [2021-03-10T00:39:36.606Z] -rw-rw-r-- 1 1001 1001 863 Mar 10 00:31 Jenkinsfile [2021-03-10T00:39:36.606Z] -rw-rw-r-- 1 1001 1001 10775 Mar 10 00:31 LICENSE [2021-03-10T00:39:36.606Z] -rw-rw-r-- 1 1001 1001 5774 Mar 10 00:31 Makefile [2021-03-10T00:39:36.606Z] -rw-rw-r-- 1 1001 1001 6548 Mar 10 00:31 README.md [2021-03-10T00:39:36.606Z] -rw-rw-r-- 1 1001 1001 6755 Mar 10 00:31 SECURITY.md [2021-03-10T00:39:36.606Z] -rw-rw-r-- 1 1001 1001 5 Mar 10 00:32 VERSION [2021-03-10T00:39:36.606Z] -rw-rw-r-- 1 1001 1001 4131 Mar 10 00:31 ZMQWindows.md [2021-03-10T00:39:36.606Z] drwxrwxr-x 2 1001 1001 117 Mar 10 00:31 bin [2021-03-10T00:39:36.606Z] drwxrwxr-x 14 1001 1001 4096 Mar 10 00:31 cmd [2021-03-10T00:39:36.606Z] -rw-r--r-- 1 root root 624012 Mar 10 00:37 coverage.out [2021-03-10T00:39:36.606Z] -rw-r--r-- 1 root root 1055 Mar 10 00:39 go.mod [2021-03-10T00:39:36.606Z] -rw-r--r-- 1 root root 21981 Mar 10 00:39 go.sum [2021-03-10T00:39:36.606Z] drwxrwxr-x 8 1001 1001 127 Mar 10 00:31 internal [2021-03-10T00:39:36.606Z] drwxrwxr-x 4 1001 1001 26 Mar 10 00:31 openapi [2021-03-10T00:39:36.606Z] drwxrwxr-x 4 1001 1001 71 Mar 10 00:31 snap [2021-03-10T00:39:36.606Z] -rw-rw-r-- 1 1001 1001 168 Mar 10 00:31 version.go [Pipeline] sh [2021-03-10T00:39:37.781Z] + '[' -e coverage.out ] [2021-03-10T00:39:37.781Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-10T00:39:38.669Z] Stashed 1 file(s) [Pipeline] sh [2021-03-10T00:39:39.002Z] + make build [2021-03-10T00:39:39.002Z] 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-03-10T00:39:41.175Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-10T00:39:47.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-03-10T00:39:49.562Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-10T00:39:49.562Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-10T00:39:51.767Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-10T00:39:51.767Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-10T00:39:51.767Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-10T00:39:51.767Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-10T00:39:55.168Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-10T00:39:55.769Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-10T00:40:04.097Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-10T00:40:04.097Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-10T00:40:04.097Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-10T00:40:09.532Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.375s coverage: 45.9% of statements [2021-03-10T00:40:09.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-10T00:40:09.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-10T00:40:09.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-10T00:40:09.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-10T00:40:09.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-10T00:40:09.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-10T00:40:09.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-10T00:40:10.139Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.215s coverage: 100.0% of statements [2021-03-10T00:40:16.865Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.581s coverage: 27.1% of statements [2021-03-10T00:40:16.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-10T00:40:16.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-10T00:40:16.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-10T00:40:16.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-10T00:40:16.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-10T00:40:16.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-10T00:40:16.866Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements [2021-03-10T00:40:16.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-10T00:40:16.866Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2021-03-10T00:40:16.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-10T00:40:16.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-10T00:40:16.866Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.215s coverage: 71.3% of statements [2021-03-10T00:40:16.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-10T00:40:16.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-10T00:40:19.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.469s coverage: 82.9% of statements [2021-03-10T00:40:19.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-10T00:40:19.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T00:40:19.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.145s coverage: 78.9% of statements [2021-03-10T00:40:19.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-10T00:40:21.282Z] 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-03-10T00:40:21.906Z] 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-03-10T00:40:27.363Z] 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-03-10T00:40:27.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.205s coverage: 28.6% of statements [2021-03-10T00:40:27.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-10T00:40:27.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-10T00:40:27.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-10T00:40:27.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-10T00:40:27.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-10T00:40:27.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.161s coverage: 100.0% of statements [2021-03-10T00:40:27.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-10T00:40:27.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements [2021-03-10T00:40:27.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-10T00:40:27.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.311s coverage: 86.7% of statements [2021-03-10T00:40:27.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-10T00:40:27.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.359s coverage: 97.5% of statements [2021-03-10T00:40:27.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-10T00:40:27.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.149s coverage: 78.3% of statements [2021-03-10T00:40:27.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-10T00:40:27.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-10T00:40:27.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-10T00:40:27.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-10T00:40:27.982Z] 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-03-10T00:40:31.663Z] 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-03-10T00:40:35.086Z] 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-03-10T00:40:38.063Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.290s coverage: 92.8% of statements [2021-03-10T00:40:38.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-10T00:40:38.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T00:40:38.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-10T00:40:38.063Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-10T00:40:38.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-10T00:40:38.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-10T00:40:38.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-10T00:40:38.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-10T00:40:38.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-10T00:40:38.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-10T00:40:38.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-10T00:40:38.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-10T00:40:38.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-10T00:40:38.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-10T00:40:38.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-10T00:40:38.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-10T00:40:38.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-10T00:40:38.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-10T00:40:38.063Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-03-10T00:40:38.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-10T00:40:38.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-10T00:40:38.063Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.200s coverage: 0.1% of statements [2021-03-10T00:40:38.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-10T00:40:38.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-10T00:40:38.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-10T00:40:38.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.080s coverage: 47.1% of statements [2021-03-10T00:40:38.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.087s coverage: 79.5% of statements [2021-03-10T00:40:38.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements [2021-03-10T00:40:38.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.103s coverage: 96.3% of statements [2021-03-10T00:40:38.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements [2021-03-10T00:40:39.127Z] 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-03-10T00:40:42.569Z] 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-03-10T00:40:47.190Z] 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-03-10T00:40:48.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.079s coverage: 94.4% of statements [2021-03-10T00:40:48.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements [2021-03-10T00:40:48.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.096s coverage: 81.4% of statements [2021-03-10T00:40:52.841Z] 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-03-10T00:41:02.166Z] $ docker stop --time=1 dc1cf3d403bec079dd6ea084bb74e499c1220825ac27c98a878f21df5440bb7c [2021-03-10T00:41:04.807Z] $ docker rm -f dc1cf3d403bec079dd6ea084bb74e499c1220825ac27c98a878f21df5440bb7c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-10T00:41:06.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.112s coverage: 92.9% of statements [2021-03-10T00:41:06.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-10T00:41:06.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-10T00:41:06.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-10T00:41:06.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-03-10T00:41:06.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-10T00:41:06.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-10T00:41:06.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-10T00:41:06.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-10T00:41:06.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-10T00:41:06.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2021-03-10T00:41:06.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-10T00:41:06.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-10T00:41:06.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-03-10T00:41:06.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-10T00:41:06.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 75.5% of statements [2021-03-10T00:41:06.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-10T00:41:06.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-03-10T00:41:06.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.127s coverage: 87.2% of statements [2021-03-10T00:41:06.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.134s coverage: 84.6% of statements [2021-03-10T00:41:06.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.202s coverage: 91.6% of statements [2021-03-10T00:41:06.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-10T00:41:06.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.536s coverage: 62.4% of statements [2021-03-10T00:41:06.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-10T00:41:06.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-10T00:41:06.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-03-10T00:41:06.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2021-03-10T00:41:06.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2021-03-10T00:41:06.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements [2021-03-10T00:41:06.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-03-10T00:41:06.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.858s coverage: 69.0% of statements [2021-03-10T00:41:06.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-10T00:41:06.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-10T00:41:06.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:41:07.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.419s coverage: 38.4% of statements [2021-03-10T00:41:07.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-10T00:41:07.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-10T00:41:07.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.102s coverage: 89.5% of statements [2021-03-10T00:41:07.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-10T00:41:07.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.110s coverage: 84.8% of statements [2021-03-10T00:41:07.846Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T00:41:08.111Z] [2021-03-10T00:41:08.111Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:41:08.493Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T00:41:08.769Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-10T00:41:08.769Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-10T00:41:08.769Z] ca9280d653b3: Pulling fs layer [2021-03-10T00:41:08.769Z] 7e9c9ca2126c: Pulling fs layer [2021-03-10T00:41:09.049Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-10T00:41:09.049Z] cbdbe7a5bc2a: Download complete [2021-03-10T00:41:10.047Z] cbdbe7a5bc2a: Pull complete [2021-03-10T00:41:10.322Z] ca9280d653b3: Download complete [2021-03-10T00:41:12.336Z] ca9280d653b3: Pull complete [2021-03-10T00:41:12.336Z] 7e9c9ca2126c: Verifying Checksum [2021-03-10T00:41:12.336Z] 7e9c9ca2126c: Download complete [2021-03-10T00:41:12.968Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.465s coverage: 47.0% of statements [2021-03-10T00:41:12.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-10T00:41:12.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-10T00:41:12.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-10T00:41:12.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-10T00:41:12.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-10T00:41:12.969Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.152s coverage: 100.0% of statements [2021-03-10T00:41:12.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-10T00:41:12.969Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.148s coverage: 100.0% of statements [2021-03-10T00:41:12.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-10T00:41:12.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-10T00:41:12.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-10T00:41:12.969Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-10T00:41:13.957Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.422s coverage: 87.8% of statements [2021-03-10T00:41:13.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-10T00:41:13.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T00:41:13.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-10T00:41:22.260Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.144s coverage: 29.1% of statements [2021-03-10T00:41:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-10T00:41:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-10T00:41:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-10T00:41:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-10T00:41:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-10T00:41:22.260Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.177s coverage: 99.0% of statements [2021-03-10T00:41:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-10T00:41:22.260Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.118s coverage: 100.0% of statements [2021-03-10T00:41:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-10T00:41:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-10T00:41:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-10T00:41:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-10T00:41:22.260Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.225s coverage: 95.6% of statements [2021-03-10T00:41:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-10T00:41:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T00:41:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-10T00:41:22.260Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-03-10T00:41:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-10T00:41:22.260Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements [2021-03-10T00:41:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-10T00:41:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-10T00:41:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-10T00:41:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-10T00:41:22.260Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.118s coverage: 87.9% of statements [2021-03-10T00:41:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-10T00:41:22.260Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-10T00:41:22.260Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements [2021-03-10T00:41:22.260Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-03-10T00:41:23.688Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements [2021-03-10T00:41:24.665Z] GO111MODULE=on go vet ./... [2021-03-10T00:41:27.607Z] 7e9c9ca2126c: Pull complete [2021-03-10T00:41:27.607Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-10T00:41:27.607Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T00:41:27.607Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-10T00:41:27.891Z] prd-centos7-docker-4c-2g-29224 does not seem to be running inside a container [2021-03-10T00:41:28.007Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/79 -v /w/workspace/edgex-go/79:/w/workspace/edgex-go/79:rw,z -v /w/workspace/edgex-go/79@tmp:/w/workspace/edgex-go/79@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-10T00:41:29.530Z] $ docker top 89d29ee48e29838af2f353820e297b86799680b7acd69415969d4a0db0beac70 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T00:41:30.776Z] + docker-compose build --help [2021-03-10T00:41:30.776Z] + grep parallel [2021-03-10T00:41:32.763Z] --parallel Build images in parallel. [Pipeline] } [2021-03-10T00:41:32.788Z] $ docker stop --time=1 89d29ee48e29838af2f353820e297b86799680b7acd69415969d4a0db0beac70 [2021-03-10T00:41:34.767Z] $ docker rm -f 89d29ee48e29838af2f353820e297b86799680b7acd69415969d4a0db0beac70 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:41:35.513Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T00:41:35.513Z] . [Pipeline] withDockerContainer [2021-03-10T00:41:35.774Z] prd-centos7-docker-4c-2g-29224 does not seem to be running inside a container [2021-03-10T00:41:35.850Z] $ 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/79 -v /w/workspace/edgex-go/79:/w/workspace/edgex-go/79:rw,z -v /w/workspace/edgex-go/79@tmp:/w/workspace/edgex-go/79@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-03-10T00:41:37.061Z] $ docker top 9d644ed2dc68f4c4fc5a5459b79caf3cccaaa0177ae76f2a84641855407a51ea -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T00:41:37.741Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-10T00:41:39.841Z] Building docker-core-command-go ... [2021-03-10T00:41:39.841Z] Building docker-core-data-go ... [2021-03-10T00:41:39.841Z] Building docker-core-metadata-go ... [2021-03-10T00:41:39.841Z] Building docker-security-bootstrapper-go ... [2021-03-10T00:41:39.841Z] Building docker-security-proxy-setup-go ... [2021-03-10T00:41:39.841Z] Building docker-security-secretstore-setup-go ... [2021-03-10T00:41:39.841Z] Building docker-support-notifications-go ... [2021-03-10T00:41:39.841Z] Building docker-support-scheduler-go ... [2021-03-10T00:41:39.841Z] Building docker-sys-mgmt-agent-go ... [2021-03-10T00:41:39.841Z] Building docker-security-secretstore-setup-go [2021-03-10T00:41:39.841Z] Building docker-core-metadata-go [2021-03-10T00:41:39.841Z] Building docker-support-scheduler-go [2021-03-10T00:41:39.841Z] Building docker-security-proxy-setup-go [2021-03-10T00:41:39.841Z] Building docker-security-bootstrapper-go [2021-03-10T00:42:46.458Z] gofmt -l . [2021-03-10T00:42:46.459Z] [ "`gofmt -l .`" = "" ] [2021-03-10T00:42:46.459Z] ./bin/test-go-mod-tidy.sh [2021-03-10T00:42:46.459Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-10T00:42:47.156Z] + ls -al . [2021-03-10T00:42:47.156Z] total 764 [2021-03-10T00:42:47.156Z] drwxrwxr-x 9 1001 1001 4096 Mar 10 00:42 . [2021-03-10T00:42:47.156Z] drwxr-xr-x 4 root root 4096 Mar 10 00:38 .. [2021-03-10T00:42:47.156Z] -rw-rw-r-- 1 1001 1001 11 Mar 10 00:36 .dockerignore [2021-03-10T00:42:47.156Z] drwxrwxr-x 8 1001 1001 4096 Mar 10 00:36 .git [2021-03-10T00:42:47.156Z] drwxrwxr-x 3 1001 1001 4096 Mar 10 00:36 .github [2021-03-10T00:42:47.156Z] -rw-rw-r-- 1 1001 1001 818 Mar 10 00:36 .gitignore [2021-03-10T00:42:47.156Z] -rw-rw-r-- 1 1001 1001 166 Mar 10 00:36 .sonarcloud.properties [2021-03-10T00:42:47.156Z] -rw-rw-r-- 1 1001 1001 8607 Mar 10 00:36 Attribution.txt [2021-03-10T00:42:47.156Z] -rw-rw-r-- 1 1001 1001 3804 Mar 10 00:36 CONTRIBUTING.md [2021-03-10T00:42:47.156Z] -rw-rw-r-- 1 1001 1001 931 Mar 10 00:36 Dockerfile.build [2021-03-10T00:42:47.156Z] -rw-rw-r-- 1 1001 1001 863 Mar 10 00:36 Jenkinsfile [2021-03-10T00:42:47.156Z] -rw-rw-r-- 1 1001 1001 10775 Mar 10 00:36 LICENSE [2021-03-10T00:42:47.156Z] -rw-rw-r-- 1 1001 1001 5774 Mar 10 00:36 Makefile [2021-03-10T00:42:47.156Z] -rw-rw-r-- 1 1001 1001 6548 Mar 10 00:36 README.md [2021-03-10T00:42:47.156Z] -rw-rw-r-- 1 1001 1001 6755 Mar 10 00:36 SECURITY.md [2021-03-10T00:42:47.156Z] -rw-rw-r-- 1 1001 1001 5 Mar 10 00:32 VERSION [2021-03-10T00:42:47.156Z] -rw-rw-r-- 1 1001 1001 4131 Mar 10 00:36 ZMQWindows.md [2021-03-10T00:42:47.156Z] drwxrwxr-x 2 1001 1001 4096 Mar 10 00:36 bin [2021-03-10T00:42:47.156Z] drwxrwxr-x 14 1001 1001 4096 Mar 10 00:36 cmd [2021-03-10T00:42:47.156Z] -rw-r--r-- 1 root root 624012 Mar 10 00:41 coverage.out [2021-03-10T00:42:47.156Z] -rw-r--r-- 1 root root 1055 Mar 10 00:42 go.mod [2021-03-10T00:42:47.156Z] -rw-r--r-- 1 root root 21981 Mar 10 00:42 go.sum [2021-03-10T00:42:47.156Z] drwxrwxr-x 8 1001 1001 4096 Mar 10 00:36 internal [2021-03-10T00:42:47.156Z] drwxrwxr-x 4 1001 1001 4096 Mar 10 00:36 openapi [2021-03-10T00:42:47.156Z] drwxrwxr-x 4 1001 1001 4096 Mar 10 00:36 snap [2021-03-10T00:42:47.156Z] -rw-rw-r-- 1 1001 1001 168 Mar 10 00:36 version.go [Pipeline] sh [2021-03-10T00:42:47.832Z] + '[' -e coverage.out ] [2021-03-10T00:42:47.832Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-10T00:42:47.911Z] Warning: overwriting stash ‘coverage-report’ [2021-03-10T00:42:49.195Z] Stashed 1 file(s) [Pipeline] sh [2021-03-10T00:42:49.889Z] + make build [2021-03-10T00:42:49.890Z] 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-03-10T00:43:00.918Z] 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-03-10T00:43:19.834Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:43:19.834Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:43:19.834Z] ---> ad5018931ca1 [2021-03-10T00:43:19.834Z] Step 3/24 : WORKDIR /edgex-go [2021-03-10T00:43:19.834Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:43:19.834Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:43:19.834Z] ---> ad5018931ca1 [2021-03-10T00:43:19.834Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T00:43:19.834Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:43:19.834Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:43:19.834Z] ---> ad5018931ca1 [2021-03-10T00:43:19.834Z] Step 3/31 : WORKDIR /edgex-go [2021-03-10T00:43:19.834Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:43:19.834Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:43:19.834Z] ---> ad5018931ca1 [2021-03-10T00:43:19.834Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T00:43:19.834Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:43:19.834Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:43:19.834Z] ---> ad5018931ca1 [2021-03-10T00:43:19.834Z] Step 3/21 : WORKDIR /edgex-go [2021-03-10T00:43:19.834Z] ---> Running in 915e5f9e0bfa [2021-03-10T00:43:19.834Z] ---> Running in d48cb7de8855 [2021-03-10T00:43:19.834Z] ---> Running in e8a14bf692f4 [2021-03-10T00:43:19.834Z] ---> Running in dea3963aa2bf [2021-03-10T00:43:19.834Z] ---> Running in d0cfb0b1b265 [2021-03-10T00:43:19.834Z] Removing intermediate container d0cfb0b1b265 [2021-03-10T00:43:19.834Z] ---> b86cd71c53c1 [2021-03-10T00:43:19.834Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:43:19.834Z] Removing intermediate container 915e5f9e0bfa [2021-03-10T00:43:19.834Z] ---> b54458bfba1d [2021-03-10T00:43:19.834Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:43:19.834Z] Removing intermediate container d48cb7de8855 [2021-03-10T00:43:19.834Z] ---> 67b0a315b408 [2021-03-10T00:43:19.834Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:43:19.834Z] Removing intermediate container dea3963aa2bf [2021-03-10T00:43:19.834Z] ---> 209c4f360bb3 [2021-03-10T00:43:19.834Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:43:19.834Z] ---> Running in 1fb499444ad1 [2021-03-10T00:43:19.834Z] ---> Running in 029f3b33f4ac [2021-03-10T00:43:19.834Z] Removing intermediate container e8a14bf692f4 [2021-03-10T00:43:19.834Z] ---> 24d540602bc4 [2021-03-10T00:43:19.834Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:43:19.834Z] ---> Running in c0fc60cbc7ce [2021-03-10T00:43:19.834Z] ---> Running in 446a3cec07e0 [2021-03-10T00:43:19.834Z] ---> Running in bd189d9e6055 [2021-03-10T00:43:19.834Z] Removing intermediate container 029f3b33f4ac [2021-03-10T00:43:19.834Z] ---> 8a5f4c0be92f [2021-03-10T00:43:19.834Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-10T00:43:20.132Z] Removing intermediate container 1fb499444ad1 [2021-03-10T00:43:20.132Z] ---> 3aece180fbbb [2021-03-10T00:43:20.132Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-10T00:43:20.132Z] Removing intermediate container 446a3cec07e0 [2021-03-10T00:43:20.132Z] ---> 9cda8d5f5479 [2021-03-10T00:43:20.132Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-10T00:43:20.132Z] Removing intermediate container c0fc60cbc7ce [2021-03-10T00:43:20.132Z] ---> edc0d3c27e85 [2021-03-10T00:43:20.132Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-10T00:43:20.132Z] ---> Running in 99b596cf9537 [2021-03-10T00:43:20.407Z] ---> Running in 6544a00e70fb [2021-03-10T00:43:20.407Z] ---> Running in 453dae4051a5 [2021-03-10T00:43:20.407Z] ---> Running in d7350486df19 [2021-03-10T00:43:20.407Z] Removing intermediate container bd189d9e6055 [2021-03-10T00:43:20.407Z] ---> d0af23a9f08a [2021-03-10T00:43:20.407Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T00:43:20.695Z] ---> Running in 2d1e8b01c938 [2021-03-10T00:43:22.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:43:22.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:43:22.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:43:22.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:43:22.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:43:23.121Z] 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-03-10T00:43:23.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:43:23.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:43:23.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:43:23.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:43:23.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:43:24.663Z] OK: 233 MiB in 51 packages [2021-03-10T00:43:24.663Z] OK: 233 MiB in 51 packages [2021-03-10T00:43:24.663Z] OK: 233 MiB in 51 packages [2021-03-10T00:43:24.663Z] OK: 233 MiB in 51 packages [2021-03-10T00:43:24.663Z] OK: 233 MiB in 51 packages [2021-03-10T00:43:26.910Z] Removing intermediate container 453dae4051a5 [2021-03-10T00:43:26.910Z] ---> fa5ebd58b7e0 [2021-03-10T00:43:26.910Z] Step 6/31 : COPY go.mod . [2021-03-10T00:43:27.243Z] Removing intermediate container 6544a00e70fb [2021-03-10T00:43:27.243Z] ---> ce068b15db45 [2021-03-10T00:43:27.243Z] Step 6/22 : COPY go.mod . [2021-03-10T00:43:27.243Z] Removing intermediate container 99b596cf9537 [2021-03-10T00:43:27.243Z] ---> 828248709f2a [2021-03-10T00:43:27.243Z] Step 6/21 : COPY go.mod . [2021-03-10T00:43:27.542Z] Removing intermediate container 2d1e8b01c938 [2021-03-10T00:43:27.542Z] ---> 0c7bfa33a957 [2021-03-10T00:43:27.542Z] Step 6/23 : COPY go.mod . [2021-03-10T00:43:27.542Z] Removing intermediate container d7350486df19 [2021-03-10T00:43:27.542Z] ---> 43aa965060c2 [2021-03-10T00:43:27.542Z] Step 6/24 : COPY go.mod . [2021-03-10T00:43:27.830Z] ---> 6285bd98408b [2021-03-10T00:43:27.830Z] Step 7/31 : RUN go mod download [2021-03-10T00:43:28.114Z] ---> befc4bb75636 [2021-03-10T00:43:28.114Z] Step 7/21 : RUN go mod download [2021-03-10T00:43:28.114Z] ---> Running in 2991dc2329e0 [2021-03-10T00:43:28.114Z] ---> 3863058da182 [2021-03-10T00:43:28.114Z] Step 7/22 : RUN go mod download [2021-03-10T00:43:28.400Z] ---> Running in 42575b6d022f [2021-03-10T00:43:28.400Z] ---> 355d2cc9e341 [2021-03-10T00:43:28.400Z] Step 7/23 : RUN go mod download [2021-03-10T00:43:28.400Z] ---> Running in 593118ea2827 [2021-03-10T00:43:28.400Z] ---> fdb15c543a74 [2021-03-10T00:43:28.400Z] Step 7/24 : RUN go mod download [2021-03-10T00:43:28.558Z] 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-03-10T00:43:28.678Z] ---> Running in e31fc63275a6 [2021-03-10T00:43:28.678Z] ---> Running in 7a573f984d38 [2021-03-10T00:43:33.955Z] 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-03-10T00:43:34.284Z] Removing intermediate container 42575b6d022f [2021-03-10T00:43:34.284Z] ---> 7f5fda6bb28b [2021-03-10T00:43:34.284Z] Step 8/21 : COPY . . [2021-03-10T00:43:34.284Z] Removing intermediate container 2991dc2329e0 [2021-03-10T00:43:34.284Z] ---> 703e3b198c3c [2021-03-10T00:43:34.284Z] Step 8/31 : COPY . . [2021-03-10T00:43:34.575Z] Removing intermediate container 7a573f984d38 [2021-03-10T00:43:34.575Z] ---> 606c84050393 [2021-03-10T00:43:34.575Z] Step 8/24 : COPY . . [2021-03-10T00:43:35.389Z] 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-03-10T00:43:36.642Z] Removing intermediate container 593118ea2827 [2021-03-10T00:43:36.642Z] ---> 46414d240b3a [2021-03-10T00:43:36.642Z] Step 8/22 : COPY . . [2021-03-10T00:43:36.642Z] Removing intermediate container e31fc63275a6 [2021-03-10T00:43:36.642Z] ---> dc9cfa1754d6 [2021-03-10T00:43:36.642Z] Step 8/23 : COPY . . [2021-03-10T00:43:40.788Z] 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-03-10T00:43:46.188Z] 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-03-10T00:43:49.589Z] 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-03-10T00:43:53.896Z] 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-03-10T00:43:59.293Z] 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-03-10T00:44:03.591Z] 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-03-10T00:44:11.878Z] $ docker stop --time=1 001bea164d9f57314de8db75d94860903b74a094e59e86d7beb55ddce793d911 [2021-03-10T00:44:14.357Z] $ docker rm -f 001bea164d9f57314de8db75d94860903b74a094e59e86d7beb55ddce793d911 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:44:16.301Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T00:44:16.302Z] [2021-03-10T00:44:16.302Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:44:16.693Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T00:44:16.694Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-10T00:44:16.694Z] 29e5d40040c1: Pulling fs layer [2021-03-10T00:44:16.694Z] 1ce36da41761: Pulling fs layer [2021-03-10T00:44:16.694Z] 25b303627fd3: Pulling fs layer [2021-03-10T00:44:17.315Z] 29e5d40040c1: Verifying Checksum [2021-03-10T00:44:17.315Z] 29e5d40040c1: Download complete [2021-03-10T00:44:17.907Z] 1ce36da41761: Verifying Checksum [2021-03-10T00:44:17.907Z] 1ce36da41761: Download complete [2021-03-10T00:44:18.181Z] 29e5d40040c1: Pull complete [2021-03-10T00:44:19.607Z] 1ce36da41761: Pull complete [2021-03-10T00:44:19.607Z] 25b303627fd3: Download complete [2021-03-10T00:44:29.748Z] 25b303627fd3: Pull complete [2021-03-10T00:44:29.748Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-10T00:44:29.748Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T00:44:29.748Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-10T00:44:29.967Z] prd-ubuntu18.04-docker-arm64-4c-16g-29232 does not seem to be running inside a container [2021-03-10T00:44:30.052Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/79 -v /w/workspace/edgex-go/79:/w/workspace/edgex-go/79:rw,z -v /w/workspace/edgex-go/79@tmp:/w/workspace/edgex-go/79@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-10T00:44:32.895Z] $ docker top aa8e2f65927b1b1065e82857aa40f0dbca551b49b74a1420dfa448f926534a23 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T00:44:33.893Z] + grep parallel [2021-03-10T00:44:33.893Z] + docker-compose build --help [2021-03-10T00:44:37.267Z] --parallel Build images in parallel. [Pipeline] } [2021-03-10T00:44:37.312Z] $ docker stop --time=1 aa8e2f65927b1b1065e82857aa40f0dbca551b49b74a1420dfa448f926534a23 [2021-03-10T00:44:39.214Z] $ docker rm -f aa8e2f65927b1b1065e82857aa40f0dbca551b49b74a1420dfa448f926534a23 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:44:40.092Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T00:44:40.092Z] . [Pipeline] withDockerContainer [2021-03-10T00:44:40.389Z] prd-ubuntu18.04-docker-arm64-4c-16g-29232 does not seem to be running inside a container [2021-03-10T00:44:40.476Z] $ 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/79 -v /w/workspace/edgex-go/79:/w/workspace/edgex-go/79:rw,z -v /w/workspace/edgex-go/79@tmp:/w/workspace/edgex-go/79@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-03-10T00:44:41.867Z] $ docker top 95da8e8bfc6ed0347a56d7048309b142e37c97d4a427bec05d9c38090f5c3c29 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T00:44:42.835Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-10T00:44:46.206Z] Building docker-core-command-go ... [2021-03-10T00:44:46.206Z] Building docker-core-data-go ... [2021-03-10T00:44:46.206Z] Building docker-core-metadata-go ... [2021-03-10T00:44:46.206Z] Building docker-security-bootstrapper-go ... [2021-03-10T00:44:46.206Z] Building docker-security-proxy-setup-go ... [2021-03-10T00:44:46.206Z] Building docker-security-secretstore-setup-go ... [2021-03-10T00:44:46.206Z] Building docker-support-notifications-go ... [2021-03-10T00:44:46.206Z] Building docker-support-scheduler-go ... [2021-03-10T00:44:46.206Z] Building docker-sys-mgmt-agent-go ... [2021-03-10T00:44:46.206Z] Building docker-core-metadata-go [2021-03-10T00:44:46.206Z] Building docker-security-secretstore-setup-go [2021-03-10T00:44:46.206Z] Building docker-core-command-go [2021-03-10T00:44:46.206Z] Building docker-sys-mgmt-agent-go [2021-03-10T00:44:46.206Z] Building docker-support-notifications-go [2021-03-10T00:45:29.948Z] ---> 8fcb58e08cbc [2021-03-10T00:45:29.948Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-10T00:45:29.948Z] ---> c8df93061b06 [2021-03-10T00:45:29.948Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-10T00:45:29.948Z] ---> b69ab8d47ae4 [2021-03-10T00:45:29.948Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-10T00:45:29.948Z] ---> 32082015496e [2021-03-10T00:45:29.948Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-10T00:45:29.948Z] ---> f2f083616b1d [2021-03-10T00:45:29.948Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-10T00:45:29.948Z] ---> Running in 90d89a2eb121 [2021-03-10T00:45:29.948Z] ---> Running in 10206bbe5226 [2021-03-10T00:45:29.948Z] ---> Running in 0e81d0ac96d4 [2021-03-10T00:45:29.948Z] ---> Running in d4b11929a2f1 [2021-03-10T00:45:29.948Z] ---> Running in ca7ec1897e48 [2021-03-10T00:45:29.948Z] 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-03-10T00:45:29.948Z] 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-03-10T00:45:29.948Z] 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-03-10T00:45:29.948Z] 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-03-10T00:45:29.948Z] 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-03-10T00:46:07.974Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:46:07.974Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:46:07.974Z] ---> 61ba9537df3b [2021-03-10T00:46:07.974Z] Step 3/26 : WORKDIR /edgex-go [2021-03-10T00:46:07.974Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:46:07.974Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:46:07.974Z] ---> 61ba9537df3b [2021-03-10T00:46:07.974Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T00:46:07.974Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:46:07.974Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:46:07.974Z] ---> 61ba9537df3b [2021-03-10T00:46:07.974Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T00:46:07.974Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:46:07.974Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:46:07.974Z] ---> 61ba9537df3b [2021-03-10T00:46:07.974Z] Step 3/24 : WORKDIR /edgex-go [2021-03-10T00:46:07.974Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:46:07.974Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:46:07.974Z] ---> 61ba9537df3b [2021-03-10T00:46:07.974Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T00:46:07.974Z] ---> Running in e90c66c12193 [2021-03-10T00:46:07.974Z] ---> Running in 8b99e0ed2015 [2021-03-10T00:46:07.974Z] ---> Running in a7181872baed [2021-03-10T00:46:07.974Z] ---> Running in 526286f6f0be [2021-03-10T00:46:07.974Z] ---> Running in 553a80c231d9 [2021-03-10T00:46:07.974Z] Removing intermediate container 8b99e0ed2015 [2021-03-10T00:46:07.974Z] ---> 4e155f8e0b85 [2021-03-10T00:46:07.974Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:46:07.974Z] Removing intermediate container a7181872baed [2021-03-10T00:46:07.974Z] ---> 7794283e98df [2021-03-10T00:46:07.974Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:46:07.974Z] Removing intermediate container e90c66c12193 [2021-03-10T00:46:07.974Z] ---> 4802833ceebe [2021-03-10T00:46:07.974Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:46:07.974Z] Removing intermediate container 553a80c231d9 [2021-03-10T00:46:07.974Z] ---> 28a45a4c5770 [2021-03-10T00:46:07.974Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:46:07.974Z] Removing intermediate container 526286f6f0be [2021-03-10T00:46:07.974Z] ---> bde09af5eafe [2021-03-10T00:46:07.974Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:46:07.974Z] ---> Running in b5b5cd7ac751 [2021-03-10T00:46:07.974Z] ---> Running in f1550951b829 [2021-03-10T00:46:07.974Z] ---> Running in 94b5107353a3 [2021-03-10T00:46:07.974Z] ---> Running in 7d1fedd48517 [2021-03-10T00:46:07.974Z] ---> Running in 0d48d2f03733 [2021-03-10T00:46:07.974Z] Removing intermediate container f1550951b829 [2021-03-10T00:46:07.974Z] ---> 0bbc3f0b38c4 [2021-03-10T00:46:07.974Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-10T00:46:07.974Z] ---> Running in 48d11c77cad9 [2021-03-10T00:46:07.974Z] Removing intermediate container b5b5cd7ac751 [2021-03-10T00:46:07.974Z] ---> a8cac1a2e706 [2021-03-10T00:46:07.974Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-10T00:46:07.974Z] ---> Running in f9497b215641 [2021-03-10T00:46:07.974Z] Removing intermediate container 0d48d2f03733 [2021-03-10T00:46:07.974Z] ---> 17aa6737f703 [2021-03-10T00:46:07.974Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T00:46:07.974Z] Removing intermediate container 7d1fedd48517 [2021-03-10T00:46:07.974Z] ---> 256fd38fdb9f [2021-03-10T00:46:07.974Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-10T00:46:07.974Z] ---> Running in 4700fcd1c001 [2021-03-10T00:46:07.974Z] Removing intermediate container 94b5107353a3 [2021-03-10T00:46:07.974Z] ---> 7fb0b47e0465 [2021-03-10T00:46:07.974Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T00:46:07.974Z] ---> Running in 33c535917d15 [2021-03-10T00:46:07.974Z] ---> Running in cd9790af077b [2021-03-10T00:46:07.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:46:08.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:46:08.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:46:08.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:46:09.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:46:09.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:46:09.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:46:09.730Z] OK: 217 MiB in 51 packages [2021-03-10T00:46:09.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:46:09.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:46:10.010Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:46:10.010Z] OK: 217 MiB in 51 packages [2021-03-10T00:46:10.624Z] OK: 217 MiB in 51 packages [2021-03-10T00:46:10.902Z] OK: 217 MiB in 51 packages [2021-03-10T00:46:10.903Z] OK: 217 MiB in 51 packages [2021-03-10T00:46:11.509Z] Removing intermediate container 48d11c77cad9 [2021-03-10T00:46:11.509Z] ---> 0626ea56614e [2021-03-10T00:46:11.509Z] Step 6/24 : COPY go.mod . [2021-03-10T00:46:12.110Z] Removing intermediate container f9497b215641 [2021-03-10T00:46:12.110Z] ---> b0a3bdff8744 [2021-03-10T00:46:12.110Z] Step 6/26 : COPY go.mod . [2021-03-10T00:46:12.110Z] Removing intermediate container 4700fcd1c001 [2021-03-10T00:46:12.110Z] ---> 9154510a76b0 [2021-03-10T00:46:12.110Z] Step 6/23 : COPY go.mod . [2021-03-10T00:46:12.387Z] ---> 65cec5e338e3 [2021-03-10T00:46:12.387Z] Step 7/24 : RUN go mod download [2021-03-10T00:46:12.663Z] ---> Running in 4627cc865ad0 [2021-03-10T00:46:12.937Z] Removing intermediate container cd9790af077b [2021-03-10T00:46:12.937Z] ---> 98fa1e6eb8fa [2021-03-10T00:46:12.937Z] Step 6/23 : COPY go.mod . [2021-03-10T00:46:12.937Z] Removing intermediate container 33c535917d15 [2021-03-10T00:46:12.937Z] ---> 11f3c0c49ff6 [2021-03-10T00:46:12.937Z] Step 6/22 : COPY go.mod . [2021-03-10T00:46:12.937Z] ---> 53dc6192bb8e [2021-03-10T00:46:12.937Z] Step 7/26 : RUN go mod download [2021-03-10T00:46:13.210Z] ---> Running in 85582fef43b5 [2021-03-10T00:46:13.485Z] ---> 1558603135f1 [2021-03-10T00:46:13.485Z] Step 7/23 : RUN go mod download [2021-03-10T00:46:13.761Z] ---> Running in e06593cb477c [2021-03-10T00:46:14.361Z] ---> c78c6dc894a6 [2021-03-10T00:46:14.361Z] Step 7/22 : RUN go mod download [2021-03-10T00:46:14.361Z] ---> 0a18663b2a53 [2021-03-10T00:46:14.361Z] Step 7/23 : RUN go mod download [2021-03-10T00:46:14.361Z] ---> Running in 985e3e923a4e [2021-03-10T00:46:14.640Z] ---> Running in 7f32c759951a [2021-03-10T00:46:17.272Z] Removing intermediate container 4627cc865ad0 [2021-03-10T00:46:17.272Z] ---> 5fb62e5f872c [2021-03-10T00:46:17.272Z] Step 8/24 : COPY . . [2021-03-10T00:46:17.550Z] Removing intermediate container 85582fef43b5 [2021-03-10T00:46:17.550Z] ---> eea70649b655 [2021-03-10T00:46:17.550Z] Step 8/26 : COPY . . [2021-03-10T00:46:18.162Z] Removing intermediate container e06593cb477c [2021-03-10T00:46:18.162Z] ---> 1349b0b8d6f1 [2021-03-10T00:46:18.162Z] Step 8/23 : COPY . . [2021-03-10T00:46:19.607Z] Removing intermediate container 985e3e923a4e [2021-03-10T00:46:19.607Z] ---> 7f958239adb8 [2021-03-10T00:46:19.607Z] Step 8/22 : COPY . . [2021-03-10T00:46:20.206Z] Removing intermediate container 7f32c759951a [2021-03-10T00:46:20.206Z] ---> 5fc445ec9579 [2021-03-10T00:46:20.206Z] Step 8/23 : COPY . . [2021-03-10T00:46:39.262Z] 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-03-10T00:46:39.262Z] 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-03-10T00:46:47.225Z] ---> e6f3e7991414 [2021-03-10T00:46:47.225Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-10T00:46:47.225Z] ---> 128083f5fbf7 [2021-03-10T00:46:47.225Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-10T00:46:47.225Z] ---> ef2344f0231f [2021-03-10T00:46:47.225Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-10T00:46:47.225Z] ---> Running in 95e89076bdc6 [2021-03-10T00:46:47.225Z] ---> 1a53b74dba51 [2021-03-10T00:46:47.225Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-10T00:46:47.225Z] ---> a74331ec6732 [2021-03-10T00:46:47.225Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-10T00:46:47.225Z] ---> Running in da752153110d [2021-03-10T00:46:47.225Z] ---> Running in 6d7688bddccc [2021-03-10T00:46:47.225Z] ---> Running in 5bc154534c5e [2021-03-10T00:46:47.225Z] ---> Running in e8089ab87105 [2021-03-10T00:46:47.225Z] 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-03-10T00:46:47.225Z] 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-03-10T00:46:47.225Z] 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-03-10T00:46:47.225Z] 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-03-10T00:46:47.225Z] 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-03-10T00:46:51.036Z] Removing intermediate container d4b11929a2f1 [2021-03-10T00:46:51.036Z] ---> e0cf02c5b4fe [2021-03-10T00:46:51.036Z] [2021-03-10T00:46:51.037Z] Step 10/21 : FROM alpine:3.12 [2021-03-10T00:46:51.037Z] 3.12: Pulling from library/alpine [2021-03-10T00:46:51.037Z] Removing intermediate container 0e81d0ac96d4 [2021-03-10T00:46:51.037Z] ---> f2b561c3f95a [2021-03-10T00:46:51.037Z] [2021-03-10T00:46:51.037Z] Step 10/24 : FROM alpine:3.12 [2021-03-10T00:46:51.037Z] 3.12: Pulling from library/alpine [2021-03-10T00:46:51.037Z] Removing intermediate container 90d89a2eb121 [2021-03-10T00:46:51.037Z] ---> db9b08a4b64a [2021-03-10T00:46:51.037Z] [2021-03-10T00:46:51.037Z] Step 10/31 : FROM alpine:3.12 [2021-03-10T00:46:51.037Z] 3.12: Pulling from library/alpine [2021-03-10T00:46:51.037Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T00:46:51.037Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T00:46:51.037Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T00:46:51.037Z] Status: Downloaded newer image for alpine:3.12 [2021-03-10T00:46:51.037Z] Status: Downloaded newer image for alpine:3.12 [2021-03-10T00:46:51.037Z] ---> 88dd2752d2ea [2021-03-10T00:46:51.037Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-10T00:46:51.037Z] Status: Image is up to date for alpine:3.12 [2021-03-10T00:46:51.037Z] ---> 88dd2752d2ea [2021-03-10T00:46:51.037Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-10T00:46:51.037Z] ---> 88dd2752d2ea [2021-03-10T00:46:51.037Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-10T00:46:52.510Z] ---> Running in b8c62fd76570 [2021-03-10T00:46:52.510Z] ---> Running in dcb57a67c1c4 [2021-03-10T00:46:52.510Z] ---> Running in 9dd1c076d8fb [2021-03-10T00:46:52.510Z] Removing intermediate container 10206bbe5226 [2021-03-10T00:46:52.510Z] ---> 809399bd94cc [2021-03-10T00:46:52.510Z] [2021-03-10T00:46:52.510Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T00:46:52.510Z] ---> 88dd2752d2ea [2021-03-10T00:46:52.510Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-10T00:46:53.180Z] ---> Running in 70cb4dea23c8 [2021-03-10T00:46:53.180Z] Removing intermediate container 9dd1c076d8fb [2021-03-10T00:46:53.180Z] ---> 76377df90cb4 [2021-03-10T00:46:53.180Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-10T00:46:54.265Z] ---> Running in 90c385b3a7a4 [2021-03-10T00:46:54.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:46:54.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:46:54.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:46:54.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:46:54.920Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-10T00:46:54.920Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T00:46:54.920Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-10T00:46:54.920Z] (4/5) Installing curl (7.69.1-r3) [2021-03-10T00:46:54.920Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-10T00:46:54.920Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:46:54.920Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-10T00:46:55.272Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T00:46:55.272Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-10T00:46:55.272Z] (4/4) Installing curl (7.69.1-r3) [2021-03-10T00:46:55.272Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:46:55.272Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T00:46:55.272Z] OK: 7 MiB in 18 packages [2021-03-10T00:46:55.272Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T00:46:55.586Z] OK: 7 MiB in 19 packages [2021-03-10T00:46:55.586Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:46:55.961Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:46:56.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:46:56.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:46:56.794Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T00:46:56.794Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:46:56.794Z] OK: 6 MiB in 15 packages [2021-03-10T00:46:56.794Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-10T00:46:56.794Z] (2/2) Installing su-exec (0.2-r1) [2021-03-10T00:46:56.794Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:46:56.794Z] OK: 6 MiB in 16 packages [2021-03-10T00:46:57.881Z] Removing intermediate container ca7ec1897e48 [2021-03-10T00:46:57.881Z] ---> 0061f3c21a10 [2021-03-10T00:46:57.881Z] [2021-03-10T00:46:57.881Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T00:46:57.881Z] ---> 88dd2752d2ea [2021-03-10T00:46:57.881Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T00:46:58.200Z] ---> Running in 86c9c611fcc6 [2021-03-10T00:46:59.237Z] Removing intermediate container dcb57a67c1c4 [2021-03-10T00:46:59.237Z] ---> a2de281694bf [2021-03-10T00:46:59.237Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T00:46:59.568Z] ---> Running in dbdb037cbe28 [2021-03-10T00:46:59.876Z] Removing intermediate container b8c62fd76570 [2021-03-10T00:46:59.876Z] ---> d574583e2fcd [2021-03-10T00:46:59.876Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T00:47:00.201Z] Removing intermediate container 90c385b3a7a4 [2021-03-10T00:47:00.202Z] ---> b5a9b1faeceb [2021-03-10T00:47:00.202Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-10T00:47:00.202Z] ---> Running in 5de6651709d1 [2021-03-10T00:47:00.202Z] ---> Running in ae2e4c46ca9d [2021-03-10T00:47:00.202Z] Removing intermediate container 70cb4dea23c8 [2021-03-10T00:47:00.202Z] ---> 09f7d8f355e2 [2021-03-10T00:47:00.202Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T00:47:00.202Z] Removing intermediate container dbdb037cbe28 [2021-03-10T00:47:00.202Z] ---> 47db74613830 [2021-03-10T00:47:00.202Z] Step 13/21 : WORKDIR /edgex [2021-03-10T00:47:00.546Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:47:00.546Z] ---> Running in eac0b5877ca6 [2021-03-10T00:47:00.546Z] ---> Running in 6ad0725981c8 [2021-03-10T00:47:00.546Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:47:00.873Z] Removing intermediate container 5de6651709d1 [2021-03-10T00:47:00.873Z] ---> e9312a7c9d10 [2021-03-10T00:47:00.873Z] Step 13/24 : WORKDIR / [2021-03-10T00:47:00.873Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T00:47:00.873Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:47:00.873Z] OK: 6 MiB in 15 packages [2021-03-10T00:47:01.183Z] Removing intermediate container ae2e4c46ca9d [2021-03-10T00:47:01.183Z] ---> 7aaa8c4c0b81 [2021-03-10T00:47:01.184Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-10T00:47:01.184Z] ---> Running in a23a63cea281 [2021-03-10T00:47:01.184Z] Removing intermediate container eac0b5877ca6 [2021-03-10T00:47:01.184Z] ---> 371cf672be57 [2021-03-10T00:47:01.184Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-10T00:47:01.530Z] Removing intermediate container 6ad0725981c8 [2021-03-10T00:47:01.530Z] ---> c21852d1e32d [2021-03-10T00:47:01.530Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-10T00:47:01.869Z] ---> Running in fc63da0eddf9 [2021-03-10T00:47:01.869Z] ---> Running in 65e1997fae40 [2021-03-10T00:47:02.561Z] Removing intermediate container a23a63cea281 [2021-03-10T00:47:02.561Z] ---> 98766abd7f16 [2021-03-10T00:47:02.561Z] 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-03-10T00:47:02.561Z] Removing intermediate container 65e1997fae40 [2021-03-10T00:47:02.561Z] ---> 8c6588fb5df9 [2021-03-10T00:47:02.561Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T00:47:03.286Z] Removing intermediate container fc63da0eddf9 [2021-03-10T00:47:03.286Z] ---> f554ee809471 [2021-03-10T00:47:03.286Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-10T00:47:03.286Z] ---> b1928194b42d [2021-03-10T00:47:03.286Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-10T00:47:03.286Z] ---> Running in 38c27cdedd7a [2021-03-10T00:47:04.005Z] ---> Running in c65f32ca83d1 [2021-03-10T00:47:04.005Z] Removing intermediate container 86c9c611fcc6 [2021-03-10T00:47:04.005Z] ---> c85bd58e1861 [2021-03-10T00:47:04.005Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T00:47:05.105Z] ---> Running in eb272ac64925 [2021-03-10T00:47:05.105Z] Removing intermediate container 38c27cdedd7a [2021-03-10T00:47:05.105Z] ---> 3065b8bfd2e8 [2021-03-10T00:47:05.105Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T00:47:05.105Z] ---> ff526ebf9346 [2021-03-10T00:47:05.105Z] 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-03-10T00:47:05.427Z] ---> d422e091b0fd [2021-03-10T00:47:05.427Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-10T00:47:05.734Z] Removing intermediate container eb272ac64925 [2021-03-10T00:47:05.734Z] ---> b807a2e68219 [2021-03-10T00:47:05.734Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-10T00:47:06.447Z] ---> 04ab886ee033 [2021-03-10T00:47:06.447Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-10T00:47:06.447Z] ---> Running in 8ecc749f9ef1 [2021-03-10T00:47:06.447Z] ---> 42452c7f408a [2021-03-10T00:47:06.447Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-10T00:47:06.759Z] Removing intermediate container 8ecc749f9ef1 [2021-03-10T00:47:06.759Z] ---> ab8ce0bc5f05 [2021-03-10T00:47:06.759Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T00:47:07.070Z] ---> Running in 9e6b457fdda2 [2021-03-10T00:47:07.070Z] ---> e3790ea4df8a [2021-03-10T00:47:07.070Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-10T00:47:07.070Z] ---> ca1b2c51cca3 [2021-03-10T00:47:07.070Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-10T00:47:07.582Z] ---> Running in f0cacca1b55c [2021-03-10T00:47:07.887Z] Removing intermediate container 9e6b457fdda2 [2021-03-10T00:47:07.887Z] ---> d27fdd6742a2 [2021-03-10T00:47:07.887Z] Step 15/23 : WORKDIR / [2021-03-10T00:47:08.168Z] ---> Running in 0a3743518cb8 [2021-03-10T00:47:08.568Z] Removing intermediate container c65f32ca83d1 [2021-03-10T00:47:08.568Z] ---> 51c803acc1c5 [2021-03-10T00:47:08.569Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-10T00:47:08.569Z] Removing intermediate container f0cacca1b55c [2021-03-10T00:47:08.569Z] ---> de40fa171cdc [2021-03-10T00:47:08.569Z] Step 18/21 : CMD ["--init=true"] [2021-03-10T00:47:08.855Z] ---> 66291e655cdc [2021-03-10T00:47:08.855Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-10T00:47:09.191Z] ---> Running in 4a8df0a0a22a [2021-03-10T00:47:09.191Z] ---> Running in 5b081a1b9783 [2021-03-10T00:47:09.487Z] ---> 3720d75cdb64 [2021-03-10T00:47:09.487Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-10T00:47:09.487Z] Removing intermediate container 0a3743518cb8 [2021-03-10T00:47:09.487Z] ---> 25079bad809a [2021-03-10T00:47:09.487Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T00:47:10.640Z] Removing intermediate container 4a8df0a0a22a [2021-03-10T00:47:10.640Z] ---> a263e967e821 [2021-03-10T00:47:10.640Z] Step 19/21 : LABEL arch=x86_64 [2021-03-10T00:47:10.640Z] Removing intermediate container 5b081a1b9783 [2021-03-10T00:47:10.640Z] ---> 62a3f276faab [2021-03-10T00:47:10.640Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-10T00:47:10.935Z] ---> a6cd91aaeba5 [2021-03-10T00:47:10.935Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-10T00:47:10.935Z] ---> Running in d27875f6e2dc [2021-03-10T00:47:11.284Z] ---> eb54fc0319b6 [2021-03-10T00:47:11.284Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-10T00:47:11.284Z] ---> Running in fdec9e75e969 [2021-03-10T00:47:11.662Z] ---> 675aa6e48f07 [2021-03-10T00:47:11.662Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-10T00:47:12.326Z] Removing intermediate container fdec9e75e969 [2021-03-10T00:47:12.326Z] ---> d95f52511a75 [2021-03-10T00:47:12.326Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T00:47:12.619Z] Removing intermediate container d27875f6e2dc [2021-03-10T00:47:12.619Z] ---> 5178e749d162 [2021-03-10T00:47:12.619Z] Step 20/21 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e [2021-03-10T00:47:12.917Z] ---> Running in 362cd74a3818 [2021-03-10T00:47:12.917Z] ---> a8e86cba8323 [2021-03-10T00:47:12.917Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-10T00:47:12.917Z] ---> Running in 1f8d36152c8e [2021-03-10T00:47:13.217Z] ---> 29adf8127813 [2021-03-10T00:47:13.217Z] 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-03-10T00:47:13.217Z] ---> aebf7462319c [2021-03-10T00:47:13.217Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-10T00:47:13.217Z] ---> Running in 522897a888ec [2021-03-10T00:47:13.524Z] ---> Running in ba74fc00d21a [2021-03-10T00:47:13.800Z] Removing intermediate container 362cd74a3818 [2021-03-10T00:47:14.111Z] ---> 775e631f5454 [2021-03-10T00:47:14.111Z] Step 20/22 : LABEL arch=x86_64 [2021-03-10T00:47:14.111Z] Removing intermediate container 1f8d36152c8e [2021-03-10T00:47:14.111Z] ---> a65fcc0ae735 [2021-03-10T00:47:14.111Z] Step 21/21 : LABEL version=0.0.0 [2021-03-10T00:47:14.430Z] ---> Running in 9c5fc8f7f9f3 [2021-03-10T00:47:14.430Z] ---> Running in 3dd33854a0fd [2021-03-10T00:47:14.430Z] ---> 05ef80c02de9 [2021-03-10T00:47:14.430Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-10T00:47:14.755Z] ---> Running in 5062992351d9 [2021-03-10T00:47:15.061Z] Removing intermediate container 9c5fc8f7f9f3 [2021-03-10T00:47:15.061Z] ---> c961799cc22a [2021-03-10T00:47:15.061Z] Step 21/22 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e [2021-03-10T00:47:15.061Z] Removing intermediate container 3dd33854a0fd [2021-03-10T00:47:15.061Z] ---> 366ecec9ffa1 [2021-03-10T00:47:15.061Z] [2021-03-10T00:47:15.937Z] ---> Running in 7f3acbaf0a11 [2021-03-10T00:47:16.681Z] Removing intermediate container 5062992351d9 [2021-03-10T00:47:16.681Z] ---> 128e38f44a5b [2021-03-10T00:47:16.681Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T00:47:17.481Z] ---> Running in 69d94f581f92 [2021-03-10T00:47:17.792Z] Removing intermediate container 7f3acbaf0a11 [2021-03-10T00:47:17.792Z] ---> f32e4287d953 [2021-03-10T00:47:17.792Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T00:47:17.792Z] Successfully built 366ecec9ffa1 [2021-03-10T00:47:17.792Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-10T00:47:17.792Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-03-10T00:47:17.792Z] ---> Running in e2097d85a61c [2021-03-10T00:47:18.449Z] Removing intermediate container 69d94f581f92 [2021-03-10T00:47:18.449Z] ---> ec134129b2e4 [2021-03-10T00:47:18.449Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T00:47:18.449Z] Removing intermediate container 522897a888ec [2021-03-10T00:47:18.449Z] ---> 6c3236bff70b [2021-03-10T00:47:18.449Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-10T00:47:18.744Z] ---> Running in fd08a8547c3b [2021-03-10T00:47:19.027Z] ---> Running in 31388dbe9b43 [2021-03-10T00:47:19.027Z] Removing intermediate container e2097d85a61c [2021-03-10T00:47:19.027Z] ---> c40caa085dc0 [2021-03-10T00:47:19.027Z] [2021-03-10T00:47:19.648Z] Removing intermediate container ba74fc00d21a [2021-03-10T00:47:19.648Z] ---> f52ab451db02 [2021-03-10T00:47:19.648Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T00:47:19.648Z] Removing intermediate container fd08a8547c3b [2021-03-10T00:47:19.648Z] ---> 981e4dca9399 [2021-03-10T00:47:19.648Z] Step 22/23 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e [2021-03-10T00:47:19.648Z] Removing intermediate container 31388dbe9b43 [2021-03-10T00:47:19.648Z] ---> 64967a72d521 [2021-03-10T00:47:19.648Z] Step 22/24 : LABEL arch=x86_64 [2021-03-10T00:47:20.006Z] Successfully built c40caa085dc0 [2021-03-10T00:47:20.006Z] ---> Running in c1bb3b741ae0 [2021-03-10T00:47:20.006Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-10T00:47:20.006Z] Building docker-support-notifications-go [2021-03-10T00:47:20.385Z]  Building docker-support-scheduler-go ... done  ---> Running in 442b0e2463ca [2021-03-10T00:47:22.581Z] ---> adf23d6d9387 [2021-03-10T00:47:22.581Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-10T00:47:24.399Z] Removing intermediate container c1bb3b741ae0 [2021-03-10T00:47:24.399Z] ---> f8fc0bfd51ec [2021-03-10T00:47:24.399Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T00:47:24.399Z] Removing intermediate container 442b0e2463ca [2021-03-10T00:47:24.399Z] ---> b1a5c3a81b87 [2021-03-10T00:47:24.399Z] Step 23/24 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e [2021-03-10T00:47:24.399Z] ---> Running in f439a1247100 [2021-03-10T00:47:24.399Z] ---> Running in 34faaad17d75 [2021-03-10T00:47:25.143Z] Removing intermediate container f439a1247100 [2021-03-10T00:47:25.143Z] ---> e6bc6ce69df9 [2021-03-10T00:47:25.143Z] [2021-03-10T00:47:25.470Z] Removing intermediate container 34faaad17d75 [2021-03-10T00:47:25.470Z] ---> 201a06f5d2ac [2021-03-10T00:47:25.470Z] Step 24/24 : LABEL version=0.0.0 [2021-03-10T00:47:26.133Z] Successfully built e6bc6ce69df9 [2021-03-10T00:47:27.395Z] Successfully tagged docker-core-metadata-go:latest [2021-03-10T00:47:27.395Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-03-10T00:47:27.395Z] ---> Running in 7fa6d90b6232 [2021-03-10T00:47:29.093Z] ---> ef2b2b5975c6 [2021-03-10T00:47:29.093Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-10T00:47:32.301Z] Removing intermediate container 7fa6d90b6232 [2021-03-10T00:47:32.301Z] ---> 6152f823edf3 [2021-03-10T00:47:32.301Z] [2021-03-10T00:47:32.301Z] ---> ac16de69f797 [2021-03-10T00:47:32.301Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-10T00:47:32.623Z] Successfully built 6152f823edf3 [2021-03-10T00:47:32.623Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-10T00:47:32.623Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-10T00:47:34.695Z] ---> cb8a0e41ca0c [2021-03-10T00:47:34.695Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-10T00:47:38.218Z] ---> c1533b192860 [2021-03-10T00:47:38.218Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-10T00:47:40.348Z] ---> Running in 0cdc94490318 [2021-03-10T00:47:43.700Z] Removing intermediate container 0cdc94490318 [2021-03-10T00:47:43.700Z] ---> 5303d3f4f0c2 [2021-03-10T00:47:43.700Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-10T00:47:45.564Z] ---> 1f5dff61cb76 [2021-03-10T00:47:45.564Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-10T00:47:46.211Z] ---> Running in 1119eac330e9 [2021-03-10T00:47:53.982Z] Removing intermediate container 1119eac330e9 [2021-03-10T00:47:53.982Z] ---> 4249b06be213 [2021-03-10T00:47:53.982Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-10T00:47:55.080Z] ---> Running in 4c63c0ce05a4 [2021-03-10T00:47:58.034Z] Removing intermediate container 4c63c0ce05a4 [2021-03-10T00:47:58.034Z] ---> 4ce42d477459 [2021-03-10T00:47:58.034Z] Step 28/31 : CMD ["gate"] [2021-03-10T00:47:59.174Z] ---> Running in 6a479aabe86d [2021-03-10T00:48:00.275Z] Removing intermediate container 6a479aabe86d [2021-03-10T00:48:00.275Z] ---> 875d4373de47 [2021-03-10T00:48:00.275Z] Step 29/31 : LABEL arch=x86_64 [2021-03-10T00:48:02.662Z] ---> Running in 641608e90411 [2021-03-10T00:48:05.641Z] Removing intermediate container 641608e90411 [2021-03-10T00:48:05.641Z] ---> 3520efa5548c [2021-03-10T00:48:05.641Z] Step 30/31 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e [2021-03-10T00:48:08.906Z] ---> Running in 51f8ea449060 [2021-03-10T00:48:11.898Z] Removing intermediate container 51f8ea449060 [2021-03-10T00:48:11.898Z] ---> 5e7ead29634e [2021-03-10T00:48:11.898Z] Step 31/31 : LABEL version=0.0.0 [2021-03-10T00:48:13.336Z] ---> Running in b38a354ed84b [2021-03-10T00:48:16.254Z] Removing intermediate container b38a354ed84b [2021-03-10T00:48:16.254Z] ---> e56f1a18b341 [2021-03-10T00:48:16.254Z] [2021-03-10T00:48:20.609Z] Successfully built e56f1a18b341 [2021-03-10T00:48:20.911Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-10T00:48:24.017Z] 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-03-10T00:48:29.458Z] Removing intermediate container 6d7688bddccc [2021-03-10T00:48:29.458Z] ---> af7951937f14 [2021-03-10T00:48:29.458Z] [2021-03-10T00:48:29.458Z] Step 10/24 : FROM alpine:3.12 [2021-03-10T00:48:29.458Z] 3.12: Pulling from library/alpine [2021-03-10T00:48:29.458Z] Removing intermediate container da752153110d [2021-03-10T00:48:29.458Z] ---> 6f55523b63e7 [2021-03-10T00:48:29.458Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-10T00:48:29.458Z] ---> Running in 43e72d19d6f8 [2021-03-10T00:48:30.908Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T00:48:30.908Z] Status: Downloaded newer image for alpine:3.12 [2021-03-10T00:48:30.908Z] ---> d10569e2745f [2021-03-10T00:48:30.908Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-10T00:48:31.197Z] ---> Running in 967359ce2b46 [2021-03-10T00:48:31.477Z] 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-03-10T00:48:33.475Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:48:33.475Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:48:34.079Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-10T00:48:34.079Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T00:48:34.355Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-10T00:48:34.355Z] (4/5) Installing curl (7.69.1-r3) [2021-03-10T00:48:34.355Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-10T00:48:34.355Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:48:34.355Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T00:48:34.631Z] OK: 7 MiB in 19 packages [2021-03-10T00:48:36.757Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:48:36.758Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:48:36.758Z] ---> ad5018931ca1 [2021-03-10T00:48:36.758Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T00:48:36.758Z] ---> Using cache [2021-03-10T00:48:36.758Z] ---> 24d540602bc4 [2021-03-10T00:48:36.758Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:48:36.758Z] ---> Using cache [2021-03-10T00:48:36.758Z] ---> d0af23a9f08a [2021-03-10T00:48:36.758Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-10T00:48:37.090Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:48:37.090Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:48:37.090Z] ---> ad5018931ca1 [2021-03-10T00:48:37.090Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T00:48:37.090Z] ---> Using cache [2021-03-10T00:48:37.090Z] ---> 24d540602bc4 [2021-03-10T00:48:37.090Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:48:37.090Z] ---> Using cache [2021-03-10T00:48:37.090Z] ---> d0af23a9f08a [2021-03-10T00:48:37.090Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-10T00:48:37.090Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:48:37.090Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:48:37.090Z] ---> ad5018931ca1 [2021-03-10T00:48:37.090Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T00:48:37.090Z] ---> Using cache [2021-03-10T00:48:37.090Z] ---> 24d540602bc4 [2021-03-10T00:48:37.090Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:48:37.090Z] ---> Using cache [2021-03-10T00:48:37.090Z] ---> d0af23a9f08a [2021-03-10T00:48:37.090Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T00:48:37.090Z] ---> Using cache [2021-03-10T00:48:37.090Z] ---> 0c7bfa33a957 [2021-03-10T00:48:37.090Z] Step 6/23 : COPY go.mod . [2021-03-10T00:48:37.090Z] ---> Using cache [2021-03-10T00:48:37.090Z] ---> 355d2cc9e341 [2021-03-10T00:48:37.090Z] Step 7/23 : RUN go mod download [2021-03-10T00:48:37.374Z] ---> Using cache [2021-03-10T00:48:37.374Z] ---> dc9cfa1754d6 [2021-03-10T00:48:37.374Z] Step 8/23 : COPY . . [2021-03-10T00:48:37.665Z] ---> Using cache [2021-03-10T00:48:37.665Z] ---> f2f083616b1d [2021-03-10T00:48:37.665Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-10T00:48:38.036Z] Removing intermediate container 967359ce2b46 [2021-03-10T00:48:38.036Z] ---> f3296d61be0a [2021-03-10T00:48:38.036Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T00:48:38.036Z] ---> Running in 11d2ce078f0b [2021-03-10T00:48:38.662Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:48:38.662Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:48:38.662Z] ---> ad5018931ca1 [2021-03-10T00:48:38.662Z] Step 3/26 : WORKDIR /edgex-go [2021-03-10T00:48:38.662Z] ---> Using cache [2021-03-10T00:48:38.662Z] ---> 24d540602bc4 [2021-03-10T00:48:38.662Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:48:38.662Z] ---> Using cache [2021-03-10T00:48:38.662Z] ---> d0af23a9f08a [2021-03-10T00:48:38.662Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-10T00:48:39.257Z] ---> Running in ad424252b6e7 [2021-03-10T00:48:39.257Z] ---> Running in df2fd67c4dd3 [2021-03-10T00:48:39.257Z] ---> Running in aca5df771c65 [2021-03-10T00:48:39.258Z] ---> Running in 79c5462bf0f2 [2021-03-10T00:48:39.501Z] Removing intermediate container 11d2ce078f0b [2021-03-10T00:48:39.501Z] ---> c88a8155153b [2021-03-10T00:48:39.501Z] Step 13/24 : WORKDIR / [2021-03-10T00:48:39.799Z] Removing intermediate container 43e72d19d6f8 [2021-03-10T00:48:39.800Z] ---> e522c20fc1b5 [2021-03-10T00:48:39.800Z] [2021-03-10T00:48:39.800Z] Step 11/26 : FROM docker:20.10.0 [2021-03-10T00:48:39.800Z] 20.10.0: Pulling from library/docker [2021-03-10T00:48:39.800Z] ---> Running in 9bfc41a6890d [2021-03-10T00:48:41.325Z] 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-03-10T00:48:41.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:48:41.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:48:41.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:48:41.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:48:41.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:48:42.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:48:42.434Z] Removing intermediate container 9bfc41a6890d [2021-03-10T00:48:42.434Z] ---> a81a24014253 [2021-03-10T00:48:42.434Z] 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-03-10T00:48:42.743Z] Removing intermediate container 95e89076bdc6 [2021-03-10T00:48:42.743Z] ---> 1f4a99941149 [2021-03-10T00:48:42.743Z] [2021-03-10T00:48:42.743Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T00:48:42.743Z] ---> d10569e2745f [2021-03-10T00:48:42.743Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T00:48:43.280Z] OK: 233 MiB in 51 packages [2021-03-10T00:48:43.280Z] OK: 233 MiB in 51 packages [2021-03-10T00:48:43.933Z] OK: 233 MiB in 51 packages [2021-03-10T00:48:44.227Z] ---> Running in d18518a32221 [2021-03-10T00:48:44.227Z] ---> 3390438527fb [2021-03-10T00:48:44.227Z] 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-03-10T00:48:44.599Z] Removing intermediate container ad424252b6e7 [2021-03-10T00:48:44.599Z] ---> 5968d9445592 [2021-03-10T00:48:44.599Z] Step 6/22 : COPY go.mod . [2021-03-10T00:48:44.894Z] Removing intermediate container aca5df771c65 [2021-03-10T00:48:44.894Z] ---> c63e60f28a6f [2021-03-10T00:48:44.894Z] Step 6/26 : COPY go.mod . [2021-03-10T00:48:45.595Z] Removing intermediate container df2fd67c4dd3 [2021-03-10T00:48:45.595Z] ---> 9fcb008c34d7 [2021-03-10T00:48:45.595Z] Step 6/23 : COPY go.mod . [2021-03-10T00:48:45.664Z] Removing intermediate container e8089ab87105 [2021-03-10T00:48:45.664Z] ---> 96b34f37131a [2021-03-10T00:48:45.664Z] [2021-03-10T00:48:45.664Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T00:48:45.664Z] ---> d10569e2745f [2021-03-10T00:48:45.664Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-10T00:48:45.664Z] ---> e603b255d4cd [2021-03-10T00:48:45.664Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-10T00:48:45.885Z] ---> 24844edecd22 [2021-03-10T00:48:45.885Z] Step 7/22 : RUN go mod download [2021-03-10T00:48:45.964Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:48:45.964Z] ---> Running in 8ffcbc11b11b [2021-03-10T00:48:46.203Z] ---> Running in 832be2efd937 [2021-03-10T00:48:46.203Z] ---> bddf5025607b [2021-03-10T00:48:46.203Z] Step 7/26 : RUN go mod download [2021-03-10T00:48:46.299Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:48:46.561Z] ---> Running in d5f2a4d6ccc5 [2021-03-10T00:48:46.561Z] ---> e7a9e60e1520 [2021-03-10T00:48:46.561Z] Step 7/23 : RUN go mod download [2021-03-10T00:48:46.749Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T00:48:46.749Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:48:46.978Z] ---> Running in 399a12bc5214 [2021-03-10T00:48:47.049Z] OK: 5 MiB in 15 packages [2021-03-10T00:48:47.710Z] ---> 977101081366 [2021-03-10T00:48:47.710Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-10T00:48:47.998Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:48:48.280Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:48:48.877Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-10T00:48:48.877Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-10T00:48:48.877Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:48:49.156Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T00:48:49.156Z] OK: 6 MiB in 16 packages [2021-03-10T00:48:49.756Z] Removing intermediate container d18518a32221 [2021-03-10T00:48:49.756Z] ---> bf4eec6bf072 [2021-03-10T00:48:49.756Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T00:48:51.200Z] ---> Running in 3a7ee60f4b28 [2021-03-10T00:48:51.477Z] ---> eb218281480b [2021-03-10T00:48:51.477Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-10T00:48:52.076Z] Removing intermediate container 5bc154534c5e [2021-03-10T00:48:52.076Z] ---> e529205142c6 [2021-03-10T00:48:52.076Z] [2021-03-10T00:48:52.076Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T00:48:52.076Z] ---> d10569e2745f [2021-03-10T00:48:52.076Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T00:48:52.076Z] ---> Using cache [2021-03-10T00:48:52.076Z] ---> bf4eec6bf072 [2021-03-10T00:48:52.076Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T00:48:52.076Z] ---> Using cache [2021-03-10T00:48:52.076Z] ---> eb5dd531eeb2 [2021-03-10T00:48:52.076Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-10T00:48:52.076Z] Removing intermediate container 3a7ee60f4b28 [2021-03-10T00:48:52.076Z] ---> eb5dd531eeb2 [2021-03-10T00:48:52.076Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-10T00:48:52.809Z] Removing intermediate container 399a12bc5214 [2021-03-10T00:48:52.810Z] ---> 91c5a84f28bf [2021-03-10T00:48:52.810Z] Step 8/23 : COPY . . [2021-03-10T00:48:52.810Z] Removing intermediate container d5f2a4d6ccc5 [2021-03-10T00:48:52.810Z] ---> 7c8b4e8893b1 [2021-03-10T00:48:52.810Z] Step 8/26 : COPY . . [2021-03-10T00:48:52.810Z] Removing intermediate container 832be2efd937 [2021-03-10T00:48:52.810Z] ---> 5039f469126a [2021-03-10T00:48:52.810Z] Step 8/22 : COPY . . [2021-03-10T00:48:53.064Z] ---> Running in 7eed1b8a3a30 [2021-03-10T00:48:53.064Z] ---> Running in bf134e160954 [2021-03-10T00:48:53.338Z] Removing intermediate container 8ffcbc11b11b [2021-03-10T00:48:53.338Z] ---> 338f64f299ba [2021-03-10T00:48:53.338Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T00:48:53.618Z] ---> a6c491759458 [2021-03-10T00:48:53.618Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-10T00:48:53.892Z] ---> Running in c8d37bdfbdee [2021-03-10T00:48:53.892Z] Removing intermediate container 7eed1b8a3a30 [2021-03-10T00:48:53.892Z] ---> a37e3e73e229 [2021-03-10T00:48:53.892Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T00:48:54.167Z] Removing intermediate container bf134e160954 [2021-03-10T00:48:54.167Z] ---> 65f3f2b79b64 [2021-03-10T00:48:54.167Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T00:48:54.167Z] ---> Running in 748106e46659 [2021-03-10T00:48:54.763Z] Removing intermediate container c8d37bdfbdee [2021-03-10T00:48:54.763Z] ---> 4ac95965a228 [2021-03-10T00:48:54.763Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-10T00:48:54.763Z] ---> Running in 9781b3bfd0a4 [2021-03-10T00:48:55.036Z] ---> Running in e2a99d1e5305 [2021-03-10T00:48:55.037Z] ---> 9b3b1b53a7e8 [2021-03-10T00:48:55.037Z] 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-03-10T00:48:55.037Z] Removing intermediate container 748106e46659 [2021-03-10T00:48:55.037Z] ---> c323f42502a3 [2021-03-10T00:48:55.037Z] Step 15/23 : WORKDIR / [2021-03-10T00:48:55.311Z] ---> Running in 9bb2fa0008f1 [2021-03-10T00:48:55.311Z] ---> Running in dfcfdc3fa0f1 [2021-03-10T00:48:55.589Z] Removing intermediate container 9781b3bfd0a4 [2021-03-10T00:48:55.589Z] ---> 14bbc52cdc21 [2021-03-10T00:48:55.589Z] Step 15/23 : WORKDIR / [2021-03-10T00:48:55.861Z] ---> Running in 205b3965d8cf [2021-03-10T00:48:55.861Z] Removing intermediate container e2a99d1e5305 [2021-03-10T00:48:55.861Z] ---> 83d026ddd53e [2021-03-10T00:48:55.861Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T00:48:56.132Z] ---> Running in c2f62ebc247f [2021-03-10T00:48:56.132Z] Removing intermediate container dfcfdc3fa0f1 [2021-03-10T00:48:56.132Z] ---> 3557c16874ab [2021-03-10T00:48:56.132Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T00:48:56.731Z] Removing intermediate container 205b3965d8cf [2021-03-10T00:48:56.731Z] ---> 862e8e447147 [2021-03-10T00:48:56.731Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T00:48:56.731Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-10T00:48:56.731Z] Removing intermediate container c2f62ebc247f [2021-03-10T00:48:56.731Z] ---> e58a57de0420 [2021-03-10T00:48:56.731Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T00:48:56.731Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-10T00:48:56.731Z] ---> eeaf43b92773 [2021-03-10T00:48:56.731Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-10T00:48:57.015Z] ---> Running in 14ce5c60b653 [2021-03-10T00:48:57.015Z] ---> b179b22ce08f [2021-03-10T00:48:57.015Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-10T00:48:58.458Z] ---> df95ede4cebf [2021-03-10T00:48:58.458Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-10T00:48:58.458Z] ---> 9aeeadf8132a [2021-03-10T00:48:58.458Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-10T00:48:58.737Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:48:59.018Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:48:59.291Z] ---> 1e50db7c860e [2021-03-10T00:48:59.291Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-10T00:48:59.589Z] Removing intermediate container 9bb2fa0008f1 [2021-03-10T00:48:59.589Z] ---> 9e64f785983e [2021-03-10T00:48:59.589Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-10T00:48:59.589Z] (1/2) Installing readline (8.0.4-r0) [2021-03-10T00:48:59.589Z] (2/2) Installing bash (5.0.17-r0) [2021-03-10T00:48:59.589Z] Executing bash-5.0.17-r0.post-install [2021-03-10T00:48:59.589Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:48:59.862Z] OK: 12 MiB in 22 packages [2021-03-10T00:48:59.862Z] ---> Running in 18b395366507 [2021-03-10T00:48:59.862Z] ---> 8be17005c077 [2021-03-10T00:48:59.862Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-10T00:49:00.142Z] ---> 2f71b21a3290 [2021-03-10T00:49:00.142Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-10T00:49:00.746Z] ---> 0b88b34f6eb1 [2021-03-10T00:49:00.746Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-10T00:49:00.746Z] Removing intermediate container 18b395366507 [2021-03-10T00:49:00.746Z] ---> b1b59c0451b5 [2021-03-10T00:49:00.746Z] Step 22/24 : LABEL arch=arm64 [2021-03-10T00:49:00.746Z] ---> Running in ccbe2c39aa56 [2021-03-10T00:49:01.018Z] ---> Running in c89c65465386 [2021-03-10T00:49:01.293Z] ---> 351cd0d7934f [2021-03-10T00:49:01.293Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-10T00:49:01.293Z] ---> bcb0026fb074 [2021-03-10T00:49:01.293Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-10T00:49:01.293Z] ---> Running in 16ca7ec6d2aa [2021-03-10T00:49:01.575Z] ---> Running in 567b13de56ea [2021-03-10T00:49:01.575Z] Removing intermediate container 14ce5c60b653 [2021-03-10T00:49:01.575Z] ---> a32a3ca59afe [2021-03-10T00:49:01.575Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-10T00:49:01.575Z] Removing intermediate container c89c65465386 [2021-03-10T00:49:01.575Z] ---> 33cb598e7471 [2021-03-10T00:49:01.575Z] Step 23/24 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e [2021-03-10T00:49:01.851Z] Removing intermediate container ccbe2c39aa56 [2021-03-10T00:49:01.851Z] ---> 2e86bd0b0f93 [2021-03-10T00:49:01.851Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T00:49:01.851Z] ---> Running in 99a2e8e7c90e [2021-03-10T00:49:01.851Z] ---> Running in 9e4479baa11f [2021-03-10T00:49:01.851Z] ---> Running in 98b16bfcefbb [2021-03-10T00:49:02.127Z] Removing intermediate container 16ca7ec6d2aa [2021-03-10T00:49:02.127Z] ---> 7d5524e4c7b5 [2021-03-10T00:49:02.127Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T00:49:02.127Z] Removing intermediate container 567b13de56ea [2021-03-10T00:49:02.127Z] ---> 12a151ffa3c2 [2021-03-10T00:49:02.127Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T00:49:02.399Z] ---> Running in 914e08f2aa84 [2021-03-10T00:49:02.399Z] Removing intermediate container 99a2e8e7c90e [2021-03-10T00:49:02.399Z] ---> 529308cee865 [2021-03-10T00:49:02.399Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-10T00:49:02.399Z] ---> Running in 74f7dc0e46c0 [2021-03-10T00:49:02.670Z] Removing intermediate container 9e4479baa11f [2021-03-10T00:49:02.670Z] ---> b3f03615f8c8 [2021-03-10T00:49:02.670Z] Step 24/24 : LABEL version=0.0.0 [2021-03-10T00:49:02.670Z] Removing intermediate container 98b16bfcefbb [2021-03-10T00:49:02.670Z] ---> dfc106a4a61c [2021-03-10T00:49:02.670Z] Step 21/23 : LABEL arch=arm64 [2021-03-10T00:49:02.670Z] ---> Running in 66530e9bb174 [2021-03-10T00:49:02.946Z] ---> Running in ccee3b1c1f8a [2021-03-10T00:49:02.946Z] ---> Running in c6af204d7143 [2021-03-10T00:49:02.946Z] Removing intermediate container 914e08f2aa84 [2021-03-10T00:49:02.946Z] ---> aab26aff241b [2021-03-10T00:49:02.946Z] Step 21/23 : LABEL arch=arm64 [2021-03-10T00:49:03.220Z] Removing intermediate container 74f7dc0e46c0 [2021-03-10T00:49:03.220Z] ---> 1f600e2094ac [2021-03-10T00:49:03.220Z] Step 20/22 : LABEL arch=arm64 [2021-03-10T00:49:03.220Z] ---> Running in e733379359b7 [2021-03-10T00:49:03.495Z] ---> Running in b7383ec2e769 [2021-03-10T00:49:03.495Z] Removing intermediate container 66530e9bb174 [2021-03-10T00:49:03.495Z] ---> 8d1831e7a21a [2021-03-10T00:49:03.495Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-10T00:49:03.495Z] Removing intermediate container ccee3b1c1f8a [2021-03-10T00:49:03.495Z] ---> 9256b301555a [2021-03-10T00:49:03.495Z] Step 22/23 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e [2021-03-10T00:49:03.776Z] Removing intermediate container c6af204d7143 [2021-03-10T00:49:03.776Z] ---> 33a0aa8b72ba [2021-03-10T00:49:03.776Z] [2021-03-10T00:49:03.776Z] ---> Running in f92ee10ffb39 [2021-03-10T00:49:03.776Z] ---> Running in df93b757d791 [2021-03-10T00:49:04.052Z] Removing intermediate container b7383ec2e769 [2021-03-10T00:49:04.052Z] ---> 4cf61630809c [2021-03-10T00:49:04.052Z] Step 21/22 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e [2021-03-10T00:49:04.052Z] Removing intermediate container e733379359b7 [2021-03-10T00:49:04.052Z] ---> 318bd9dd69da [2021-03-10T00:49:04.052Z] Step 22/23 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e [2021-03-10T00:49:04.052Z] Successfully built 33a0aa8b72ba [2021-03-10T00:49:04.325Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-10T00:49:04.325Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-03-10T00:49:04.325Z] ---> Running in 871fb2d526ff [2021-03-10T00:49:04.325Z] ---> Running in 9a13bb8ed0db [2021-03-10T00:49:04.325Z] Removing intermediate container df93b757d791 [2021-03-10T00:49:04.325Z] ---> e40275df4448 [2021-03-10T00:49:04.325Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T00:49:04.602Z] Removing intermediate container f92ee10ffb39 [2021-03-10T00:49:04.602Z] ---> 8bef9820ca4a [2021-03-10T00:49:04.602Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-10T00:49:04.602Z] ---> Running in e0c21ae35fdb [2021-03-10T00:49:04.878Z] Removing intermediate container 9a13bb8ed0db [2021-03-10T00:49:04.878Z] ---> 2d30ff152bee [2021-03-10T00:49:05.153Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T00:49:05.153Z] Removing intermediate container 871fb2d526ff [2021-03-10T00:49:05.153Z] ---> b7350bb48f72 [2021-03-10T00:49:05.153Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T00:49:05.429Z] ---> Running in 3bc154d85496 [2021-03-10T00:49:05.429Z] ---> Running in b82cb6aba93b [2021-03-10T00:49:05.429Z] Removing intermediate container e0c21ae35fdb [2021-03-10T00:49:05.429Z] ---> f900c6a60d34 [2021-03-10T00:49:05.429Z] [2021-03-10T00:49:06.050Z] Successfully built f900c6a60d34 [2021-03-10T00:49:06.321Z] ---> d4d7a798122e [2021-03-10T00:49:06.321Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-10T00:49:06.321Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-10T00:49:06.321Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-03-10T00:49:06.598Z] Removing intermediate container 3bc154d85496 [2021-03-10T00:49:06.598Z] ---> 9c5cbd0f5e94 [2021-03-10T00:49:06.598Z] [2021-03-10T00:49:06.598Z] Removing intermediate container b82cb6aba93b [2021-03-10T00:49:06.598Z] ---> fb81e4033b9c [2021-03-10T00:49:06.598Z] [2021-03-10T00:49:07.203Z] Successfully built 9c5cbd0f5e94 [2021-03-10T00:49:07.203Z] Successfully built fb81e4033b9c [2021-03-10T00:49:07.476Z] ---> f08c29a8ad89 [2021-03-10T00:49:07.476Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-10T00:49:07.476Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-10T00:49:07.476Z] Building docker-security-proxy-setup-go [2021-03-10T00:49:07.476Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-10T00:49:07.476Z]  Building docker-core-command-go ... done  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-03-10T00:49:08.452Z] ---> 50b228717fad [2021-03-10T00:49:08.452Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-10T00:49:08.727Z] ---> Running in 0408137053d3 [2021-03-10T00:49:09.705Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:49:09.979Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:49:10.584Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-10T00:49:10.584Z] (2/33) Installing expat (2.2.9-r1) [2021-03-10T00:49:10.584Z] (3/33) Installing libffi (3.3-r2) [2021-03-10T00:49:10.584Z] (4/33) Installing gdbm (1.13-r1) [2021-03-10T00:49:10.584Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-10T00:49:10.584Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-10T00:49:10.584Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-10T00:49:12.552Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-10T00:49:12.552Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-10T00:49:12.552Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-10T00:49:12.552Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-10T00:49:12.552Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-10T00:49:12.552Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-10T00:49:12.552Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-10T00:49:12.552Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-10T00:49:12.552Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-10T00:49:12.552Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-10T00:49:12.552Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-10T00:49:12.552Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-10T00:49:12.552Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-10T00:49:12.552Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-10T00:49:12.825Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-10T00:49:12.825Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-10T00:49:12.825Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-10T00:49:12.825Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-10T00:49:12.825Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-10T00:49:12.825Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-10T00:49:12.825Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-10T00:49:12.825Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-10T00:49:12.825Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-10T00:49:12.825Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-10T00:49:12.825Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-10T00:49:12.825Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-10T00:49:13.100Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:49:13.100Z] OK: 71 MiB in 55 packages [2021-03-10T00:49:25.533Z] Removing intermediate container 0408137053d3 [2021-03-10T00:49:25.533Z] ---> 7aeba53b6a82 [2021-03-10T00:49:25.533Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-10T00:49:25.533Z] ---> Running in c737c345e29e [2021-03-10T00:49:29.871Z] Collecting docker-compose==1.23.2 [2021-03-10T00:49:29.871Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-10T00:49:30.145Z] Collecting docker<4.0,>=3.6.0 [2021-03-10T00:49:30.145Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-10T00:49:30.737Z] Collecting texttable<0.10,>=0.9.0 [2021-03-10T00:49:30.737Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-10T00:49:34.118Z] Collecting PyYAML<4,>=3.10 [2021-03-10T00:49:34.118Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-10T00:49:38.441Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-10T00:49:38.441Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-10T00:49:39.038Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-10T00:49:39.038Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-10T00:49:39.038Z] 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-03-10T00:49:39.313Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-10T00:49:39.313Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-10T00:49:41.940Z] Collecting docopt<0.7,>=0.6.1 [2021-03-10T00:49:41.940Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-10T00:49:43.937Z] Collecting cached-property<2,>=1.2.0 [2021-03-10T00:49:43.937Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-10T00:49:44.539Z] Collecting jsonschema<3,>=2.5.1 [2021-03-10T00:49:44.539Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-10T00:49:44.813Z] Collecting docker-pycreds>=0.4.0 [2021-03-10T00:49:44.813Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-10T00:49:45.083Z] Collecting idna<2.8,>=2.5 [2021-03-10T00:49:45.083Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-10T00:49:45.357Z] 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-03-10T00:49:45.950Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-10T00:49:45.950Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-10T00:49:46.225Z] 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-03-10T00:49:46.225Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-10T00:49:46.225Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-10T00:49:46.225Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-10T00:49:46.225Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-10T00:49:47.207Z] Installing collected packages: docker-pycreds, websocket-client, idna, urllib3, requests, docker, texttable, PyYAML, dockerpty, docopt, cached-property, jsonschema, docker-compose [2021-03-10T00:49:47.812Z] Attempting uninstall: idna [2021-03-10T00:49:47.812Z] Found existing installation: idna 2.9 [2021-03-10T00:49:47.812Z] Uninstalling idna-2.9: [2021-03-10T00:49:47.812Z] Successfully uninstalled idna-2.9 [2021-03-10T00:49:48.413Z] Attempting uninstall: urllib3 [2021-03-10T00:49:48.413Z] Found existing installation: urllib3 1.25.9 [2021-03-10T00:49:48.413Z] Uninstalling urllib3-1.25.9: [2021-03-10T00:49:48.691Z] Successfully uninstalled urllib3-1.25.9 [2021-03-10T00:49:49.288Z] Attempting uninstall: requests [2021-03-10T00:49:49.288Z] Found existing installation: requests 2.23.0 [2021-03-10T00:49:49.288Z] Uninstalling requests-2.23.0: [2021-03-10T00:49:49.563Z] Successfully uninstalled requests-2.23.0 [2021-03-10T00:49:50.542Z] Running setup.py install for texttable: started [2021-03-10T00:49:52.519Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:49:52.519Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:49:52.519Z] ---> 61ba9537df3b [2021-03-10T00:49:52.519Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T00:49:52.519Z] ---> Using cache [2021-03-10T00:49:52.519Z] ---> bde09af5eafe [2021-03-10T00:49:52.519Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:49:52.519Z] ---> Using cache [2021-03-10T00:49:52.519Z] ---> 17aa6737f703 [2021-03-10T00:49:52.519Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-10T00:49:52.519Z] ---> Using cache [2021-03-10T00:49:52.519Z] ---> 9154510a76b0 [2021-03-10T00:49:52.519Z] Step 6/22 : COPY go.mod . [2021-03-10T00:49:52.519Z] ---> Using cache [2021-03-10T00:49:52.519Z] ---> 1558603135f1 [2021-03-10T00:49:52.519Z] Step 7/22 : RUN go mod download [2021-03-10T00:49:52.519Z] ---> Using cache [2021-03-10T00:49:52.519Z] ---> 1349b0b8d6f1 [2021-03-10T00:49:52.519Z] Step 8/22 : COPY . . [2021-03-10T00:49:52.519Z] ---> Using cache [2021-03-10T00:49:52.519Z] ---> e6f3e7991414 [2021-03-10T00:49:52.519Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-10T00:49:52.519Z] Running setup.py install for texttable: finished with status 'done' [2021-03-10T00:49:52.519Z] Running setup.py install for PyYAML: started [2021-03-10T00:49:55.173Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:49:55.173Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:49:55.173Z] ---> 61ba9537df3b [2021-03-10T00:49:55.173Z] Step 3/31 : WORKDIR /edgex-go [2021-03-10T00:49:55.173Z] ---> Using cache [2021-03-10T00:49:55.173Z] ---> bde09af5eafe [2021-03-10T00:49:55.173Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:49:55.173Z] ---> Using cache [2021-03-10T00:49:55.173Z] ---> 17aa6737f703 [2021-03-10T00:49:55.173Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-10T00:49:55.173Z] ---> Using cache [2021-03-10T00:49:55.173Z] ---> 9154510a76b0 [2021-03-10T00:49:55.173Z] Step 6/31 : COPY go.mod . [2021-03-10T00:49:55.173Z] ---> Using cache [2021-03-10T00:49:55.173Z] ---> 1558603135f1 [2021-03-10T00:49:55.173Z] Step 7/31 : RUN go mod download [2021-03-10T00:49:55.173Z] ---> Using cache [2021-03-10T00:49:55.173Z] ---> 1349b0b8d6f1 [2021-03-10T00:49:55.173Z] Step 8/31 : COPY . . [2021-03-10T00:49:55.173Z] ---> Using cache [2021-03-10T00:49:55.173Z] ---> e6f3e7991414 [2021-03-10T00:49:55.173Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-10T00:49:55.485Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-10T00:49:55.485Z] Running setup.py install for dockerpty: started [2021-03-10T00:49:56.467Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T00:49:56.467Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T00:49:56.467Z] ---> 61ba9537df3b [2021-03-10T00:49:56.467Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T00:49:56.467Z] ---> Using cache [2021-03-10T00:49:56.467Z] ---> bde09af5eafe [2021-03-10T00:49:56.468Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:49:56.468Z] [2021-03-10T00:49:56.468Z] ---> Using cache [2021-03-10T00:49:56.468Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder ---> 17aa6737f703 [2021-03-10T00:49:56.468Z] [2021-03-10T00:49:56.468Z] ---> 61ba9537df3b [2021-03-10T00:49:56.468Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base gitStep 3/21 : WORKDIR /edgex-go [2021-03-10T00:49:56.468Z] [2021-03-10T00:49:56.468Z] ---> Using cache [2021-03-10T00:49:56.468Z] ---> bde09af5eafe [2021-03-10T00:49:56.468Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:49:56.468Z] ---> Using cache [2021-03-10T00:49:56.468Z] ---> 17aa6737f703 [2021-03-10T00:49:56.468Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-10T00:49:56.468Z] ---> Using cache [2021-03-10T00:49:56.468Z] ---> 9154510a76b0 [2021-03-10T00:49:56.468Z] Step 6/21 : COPY go.mod . [2021-03-10T00:49:56.468Z] ---> Using cache [2021-03-10T00:49:56.468Z] ---> 1558603135f1 [2021-03-10T00:49:56.468Z] Step 7/21 : RUN go mod download [2021-03-10T00:49:56.468Z] ---> Using cache [2021-03-10T00:49:56.468Z] ---> 1349b0b8d6f1 [2021-03-10T00:49:56.468Z] Step 8/21 : COPY . . [2021-03-10T00:49:56.468Z] ---> Using cache [2021-03-10T00:49:56.468Z] ---> e6f3e7991414 [2021-03-10T00:49:56.468Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-10T00:49:57.891Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-10T00:49:57.891Z] Running setup.py install for docopt: started [2021-03-10T00:49:58.482Z] ---> Running in 16de5af843df [2021-03-10T00:49:58.482Z] ---> Running in 492d86ddb9e1 [2021-03-10T00:49:58.482Z] ---> Running in d70af7a46f53 [2021-03-10T00:49:58.482Z] ---> Running in c9c4dfaf6c42 [2021-03-10T00:50:00.048Z] Running setup.py install for docopt: finished with status 'done' [2021-03-10T00:50:00.687Z] 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-03-10T00:50:01.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:50:01.373Z] 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-03-10T00:50:01.657Z] 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-03-10T00:50:01.846Z] Removing intermediate container 79c5462bf0f2 [2021-03-10T00:50:01.846Z] ---> a6222892a663 [2021-03-10T00:50:01.846Z] [2021-03-10T00:50:01.846Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T00:50:01.846Z] ---> 88dd2752d2ea [2021-03-10T00:50:01.846Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T00:50:01.846Z] ---> Using cache [2021-03-10T00:50:01.846Z] ---> c85bd58e1861 [2021-03-10T00:50:01.846Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T00:50:01.846Z] ---> Using cache [2021-03-10T00:50:01.846Z] ---> b807a2e68219 [2021-03-10T00:50:01.846Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-10T00:50:01.846Z] ---> Running in efd0079255be [2021-03-10T00:50:02.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:50:02.258Z] 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.58.0 [2021-03-10T00:50:02.337Z] Removing intermediate container efd0079255be [2021-03-10T00:50:02.337Z] ---> 1ed74803b04f [2021-03-10T00:50:02.337Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T00:50:03.237Z] OK: 217 MiB in 51 packages [2021-03-10T00:50:04.686Z] Removing intermediate container d70af7a46f53 [2021-03-10T00:50:04.686Z] ---> ba91cea38ee4 [2021-03-10T00:50:04.686Z] Step 6/23 : COPY go.mod . [2021-03-10T00:50:05.007Z] ---> Running in 7aff3c33be17 [2021-03-10T00:50:06.149Z] ---> bad24eda5467 [2021-03-10T00:50:06.149Z] Step 7/23 : RUN go mod download [2021-03-10T00:50:06.426Z] ---> Running in 78bc8d20819c [2021-03-10T00:50:08.570Z] Removing intermediate container 7aff3c33be17 [2021-03-10T00:50:08.570Z] ---> 389643e108be [2021-03-10T00:50:08.570Z] Step 15/23 : WORKDIR / [2021-03-10T00:50:09.056Z] Removing intermediate container c737c345e29e [2021-03-10T00:50:09.057Z] ---> 9e4fca6ef06e [2021-03-10T00:50:09.057Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-10T00:50:09.057Z] ---> Running in 713e3bcc0332 [2021-03-10T00:50:09.167Z] ---> Running in fa0e320f4389 [2021-03-10T00:50:11.043Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:50:11.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:50:11.201Z] Removing intermediate container fa0e320f4389 [2021-03-10T00:50:11.201Z] ---> 3ec6b13a5c3d [2021-03-10T00:50:11.201Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T00:50:12.041Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T00:50:12.041Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-10T00:50:12.041Z] (3/3) Installing curl (7.69.1-r3) [2021-03-10T00:50:12.041Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:50:12.041Z] OK: 71 MiB in 58 packages [2021-03-10T00:50:12.041Z] Removing intermediate container 78bc8d20819c [2021-03-10T00:50:12.041Z] ---> 04a284402e81 [2021-03-10T00:50:12.041Z] Step 8/23 : COPY . . [2021-03-10T00:50:12.216Z] ---> 938ddf23a875 [2021-03-10T00:50:12.216Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-10T00:50:12.816Z] ---> 75929b6e40c0 [2021-03-10T00:50:12.816Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-10T00:50:13.906Z] ---> Running in 918c8da3f91c [2021-03-10T00:50:14.516Z] ---> 31e1fb6119d6 [2021-03-10T00:50:14.516Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-10T00:50:14.682Z] Removing intermediate container 713e3bcc0332 [2021-03-10T00:50:14.682Z] ---> cad889aec015 [2021-03-10T00:50:14.682Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-10T00:50:14.958Z] ---> Running in 3ce3d7787d57 [2021-03-10T00:50:15.127Z] ---> d9bab276a6ef [2021-03-10T00:50:15.127Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-10T00:50:15.398Z] ---> Running in 8e96025a7919 [2021-03-10T00:50:15.948Z] Removing intermediate container 3ce3d7787d57 [2021-03-10T00:50:16.015Z] ---> Running in c8aa9b7dba6e [2021-03-10T00:50:16.015Z] ---> 75f1f1e61eb0 [2021-03-10T00:50:16.015Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-10T00:50:16.225Z] ---> d3eedf9ba3be [2021-03-10T00:50:16.225Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T00:50:16.836Z] ---> Running in 5cc1981be0df [2021-03-10T00:50:17.596Z] ---> 0b483e0cb56d [2021-03-10T00:50:17.596Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-10T00:50:17.596Z] 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-03-10T00:50:17.596Z] 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-03-10T00:50:17.596Z] 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-03-10T00:50:17.886Z] ---> Running in 4d23c27d7e8e [2021-03-10T00:50:18.292Z] Removing intermediate container 5cc1981be0df [2021-03-10T00:50:18.292Z] ---> 32824638bbfd [2021-03-10T00:50:18.292Z] Step 24/26 : LABEL arch=arm64 [2021-03-10T00:50:18.892Z] ---> Running in 839b7670bd68 [2021-03-10T00:50:19.003Z] Removing intermediate container 4d23c27d7e8e [2021-03-10T00:50:19.003Z] ---> 5333451235a2 [2021-03-10T00:50:19.003Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T00:50:19.788Z] ---> Running in 11b37966c6cb [2021-03-10T00:50:20.345Z] Removing intermediate container 839b7670bd68 [2021-03-10T00:50:20.345Z] ---> 45b9a57a3d31 [2021-03-10T00:50:20.345Z] Step 25/26 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e [2021-03-10T00:50:20.630Z] ---> Running in af0b7db793e7 [2021-03-10T00:50:22.091Z] Removing intermediate container af0b7db793e7 [2021-03-10T00:50:22.091Z] ---> 572e37c290c0 [2021-03-10T00:50:22.091Z] Step 26/26 : LABEL version=0.0.0 [2021-03-10T00:50:22.371Z] ---> Running in 5a3a398f1430 [2021-03-10T00:50:22.555Z] Removing intermediate container 11b37966c6cb [2021-03-10T00:50:22.555Z] ---> 304a99f609c3 [2021-03-10T00:50:22.555Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T00:50:22.555Z] ---> Running in 5256bc625908 [2021-03-10T00:50:23.740Z] Removing intermediate container 5256bc625908 [2021-03-10T00:50:23.740Z] ---> d02944d13d27 [2021-03-10T00:50:23.740Z] Step 22/23 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e [2021-03-10T00:50:23.740Z] ---> Running in 7132a51ab2f5 [2021-03-10T00:50:23.835Z] Removing intermediate container 5a3a398f1430 [2021-03-10T00:50:23.835Z] ---> eca401e41146 [2021-03-10T00:50:23.835Z] [2021-03-10T00:50:24.435Z] Removing intermediate container 7132a51ab2f5 [2021-03-10T00:50:24.435Z] ---> bf7959530b7a [2021-03-10T00:50:24.435Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T00:50:24.809Z] ---> Running in 2694745e8685 [2021-03-10T00:50:24.832Z] Successfully built eca401e41146 [2021-03-10T00:50:24.832Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-10T00:50:25.508Z] Removing intermediate container 2694745e8685 [2021-03-10T00:50:25.508Z] ---> 6f0ab9d6abe0 [2021-03-10T00:50:25.508Z] [2021-03-10T00:50:27.060Z] Successfully built 6f0ab9d6abe0 [2021-03-10T00:50:27.377Z] Successfully tagged docker-core-command-go:latest [2021-03-10T00:50:35.027Z]  Building docker-sys-mgmt-agent-go ... done  ---> 39e8386ab0b2 [2021-03-10T00:50:35.027Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-10T00:50:35.027Z] ---> Running in c2156581aa9b [2021-03-10T00:50:36.483Z] 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-03-10T00:51:15.530Z] 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-03-10T00:51:15.987Z]  Building docker-core-command-go ... done Removing intermediate container c8aa9b7dba6e [2021-03-10T00:51:15.987Z] ---> 4c8ef3486128 [2021-03-10T00:51:15.987Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-10T00:51:15.987Z] Removing intermediate container 918c8da3f91c [2021-03-10T00:51:15.987Z] ---> de7a24bf9e05 [2021-03-10T00:51:15.987Z] [2021-03-10T00:51:15.987Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T00:51:15.987Z] ---> 88dd2752d2ea [2021-03-10T00:51:15.987Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-10T00:51:15.987Z] ---> Running in 1ce8456801e7 [2021-03-10T00:51:15.987Z] ---> Running in 2270cff7a05b [2021-03-10T00:51:15.987Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:51:15.987Z] 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-03-10T00:51:15.987Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:51:15.987Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-10T00:51:15.987Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-10T00:51:15.987Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:51:16.361Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T00:51:16.724Z] OK: 6 MiB in 16 packages [2021-03-10T00:51:19.491Z] Removing intermediate container 8e96025a7919 [2021-03-10T00:51:19.491Z] ---> 5174247af316 [2021-03-10T00:51:19.491Z] [2021-03-10T00:51:19.491Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T00:51:19.491Z] ---> 88dd2752d2ea [2021-03-10T00:51:19.491Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-10T00:51:19.792Z] ---> Running in 527de34bf9b2 [2021-03-10T00:51:20.075Z] Removing intermediate container 1ce8456801e7 [2021-03-10T00:51:20.075Z] ---> 860079f5c7e1 [2021-03-10T00:51:20.075Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T00:51:20.075Z] Removing intermediate container 2270cff7a05b [2021-03-10T00:51:20.075Z] ---> fe11b2f991b2 [2021-03-10T00:51:20.075Z] [2021-03-10T00:51:20.075Z] Step 11/26 : FROM docker:20.10.0 [2021-03-10T00:51:20.075Z] ---> Running in dda17c47674e [2021-03-10T00:51:20.075Z] 20.10.0: Pulling from library/docker [2021-03-10T00:51:20.075Z] Removing intermediate container 527de34bf9b2 [2021-03-10T00:51:20.075Z] ---> 5ce1795265a0 [2021-03-10T00:51:20.075Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-10T00:51:20.417Z] ---> Running in a925634768a8 [2021-03-10T00:51:20.734Z] Removing intermediate container dda17c47674e [2021-03-10T00:51:20.734Z] ---> 11f65280f50a [2021-03-10T00:51:20.734Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-10T00:51:21.375Z] ---> Running in 0de8a6629eb5 [2021-03-10T00:51:21.375Z] Removing intermediate container a925634768a8 [2021-03-10T00:51:21.375Z] ---> d2dbf554cc04 [2021-03-10T00:51:21.375Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-10T00:51:21.666Z] ---> Running in 530b4c5da20e [2021-03-10T00:51:21.960Z] Removing intermediate container 0de8a6629eb5 [2021-03-10T00:51:21.960Z] ---> 7ffe5522e3be [2021-03-10T00:51:21.960Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T00:51:22.316Z] ---> Running in 8d71bf815bf9 [2021-03-10T00:51:22.595Z] Removing intermediate container 530b4c5da20e [2021-03-10T00:51:22.595Z] ---> 687696cc3316 [2021-03-10T00:51:22.595Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:51:22.897Z] Removing intermediate container 8d71bf815bf9 [2021-03-10T00:51:22.897Z] ---> cc4b1c33ca26 [2021-03-10T00:51:22.897Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T00:51:22.897Z] ---> Running in b08aaf5eeed4 [2021-03-10T00:51:23.557Z] ---> c6933e3f740c [2021-03-10T00:51:23.557Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-10T00:51:25.049Z] ---> 55e309726ab1 [2021-03-10T00:51:25.049Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-10T00:51:25.325Z] Removing intermediate container b08aaf5eeed4 [2021-03-10T00:51:25.325Z] ---> 164f7f0242ae [2021-03-10T00:51:25.325Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-10T00:51:25.325Z] ---> Running in de7cc144760f [2021-03-10T00:51:25.935Z] ---> 14e3142e1e09 [2021-03-10T00:51:25.935Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-10T00:51:25.935Z] ---> Running in bfe4066aeb4d [2021-03-10T00:51:26.942Z] Removing intermediate container bfe4066aeb4d [2021-03-10T00:51:26.942Z] ---> c1273f79f19a [2021-03-10T00:51:26.942Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T00:51:26.942Z] ---> Running in 329b347ebce1 [2021-03-10T00:51:27.634Z] Removing intermediate container 329b347ebce1 [2021-03-10T00:51:27.634Z] ---> 41ad6e876643 [2021-03-10T00:51:27.634Z] Step 20/22 : LABEL arch=x86_64 [2021-03-10T00:51:27.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:51:27.634Z] ---> Running in fac83442d929 [2021-03-10T00:51:28.239Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:51:28.864Z] Removing intermediate container fac83442d929 [2021-03-10T00:51:28.864Z] ---> c9d0e1eb187c [2021-03-10T00:51:28.864Z] Step 21/22 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e [2021-03-10T00:51:28.864Z] ---> Running in 88c9817db8f4 [2021-03-10T00:51:29.184Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-10T00:51:29.528Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-10T00:51:29.528Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-10T00:51:29.528Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-10T00:51:29.528Z] Removing intermediate container 88c9817db8f4 [2021-03-10T00:51:29.528Z] ---> 1605a5ab733b [2021-03-10T00:51:29.528Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T00:51:29.806Z] ---> Running in 330eccc63e84 [2021-03-10T00:51:29.806Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-10T00:51:30.080Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-10T00:51:30.080Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:51:30.080Z] OK: 8 MiB in 20 packages [2021-03-10T00:51:31.243Z] Removing intermediate container 330eccc63e84 [2021-03-10T00:51:31.243Z] ---> c41d6c772978 [2021-03-10T00:51:31.243Z] [2021-03-10T00:51:32.239Z] Successfully built c41d6c772978 [2021-03-10T00:51:32.239Z] Successfully tagged docker-support-notifications-go:latest [2021-03-10T00:51:32.839Z]  Building docker-support-notifications-go ... done Removing intermediate container de7cc144760f [2021-03-10T00:51:32.839Z] ---> 54e97c84cf87 [2021-03-10T00:51:32.839Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T00:51:33.858Z] Removing intermediate container 492d86ddb9e1 [2021-03-10T00:51:33.858Z] ---> e70c2db05ecd [2021-03-10T00:51:33.858Z] [2021-03-10T00:51:33.858Z] Step 10/21 : FROM alpine:3.12 [2021-03-10T00:51:33.858Z] ---> d10569e2745f [2021-03-10T00:51:33.858Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-10T00:51:33.858Z] Removing intermediate container c9c4dfaf6c42 [2021-03-10T00:51:33.858Z] ---> 6b7325122a2e [2021-03-10T00:51:33.858Z] [2021-03-10T00:51:33.858Z] Step 10/31 : FROM alpine:3.12 [2021-03-10T00:51:33.858Z] ---> d10569e2745f [2021-03-10T00:51:33.858Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-10T00:51:33.858Z] ---> Running in ee5dbd4c5f21 [2021-03-10T00:51:33.858Z] ---> Running in 6e6a3f85a3a7 [2021-03-10T00:51:33.858Z] Removing intermediate container 6e6a3f85a3a7 [2021-03-10T00:51:33.858Z] ---> a31fcd8c33f0 [2021-03-10T00:51:33.858Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-10T00:51:34.143Z] ---> Running in 35c3ba68b4b3 [2021-03-10T00:51:34.304Z] ---> 4e514b5b87c2 [2021-03-10T00:51:34.304Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-10T00:51:34.939Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-10T00:51:34.939Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-10T00:51:34.939Z] ---> aefe523efa57 [2021-03-10T00:51:34.939Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-10T00:51:35.250Z] ---> 5b6e143825f6 [2021-03-10T00:51:35.250Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-10T00:51:35.250Z] ---> Running in 118eaf6f5462 [2021-03-10T00:51:35.593Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:51:35.593Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:51:35.887Z] ---> 4091bf06dba1 [2021-03-10T00:51:35.887Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-10T00:51:36.168Z] ---> Running in 3292be803c0d [2021-03-10T00:51:36.196Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-10T00:51:36.196Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:51:36.470Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T00:51:36.470Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-10T00:51:36.470Z] (4/4) Installing curl (7.69.1-r3) [2021-03-10T00:51:36.470Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:51:36.470Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T00:51:36.470Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:51:36.745Z] OK: 7 MiB in 18 packages [2021-03-10T00:51:36.769Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:51:36.769Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:51:36.769Z] Removing intermediate container 3292be803c0d [2021-03-10T00:51:36.769Z] ---> f96ba880d716 [2021-03-10T00:51:36.769Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T00:51:36.769Z] ---> Running in 98728f813517 [2021-03-10T00:51:36.769Z] (1/2) Installing readline (8.0.4-r0) [2021-03-10T00:51:36.769Z] (2/2) Installing bash (5.0.17-r0) [2021-03-10T00:51:37.020Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-10T00:51:37.020Z] (2/2) Installing su-exec (0.2-r1) [2021-03-10T00:51:37.171Z] Executing bash-5.0.17-r0.post-install [2021-03-10T00:51:37.171Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:51:37.171Z] OK: 12 MiB in 22 packages [2021-03-10T00:51:37.315Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:51:37.315Z] OK: 5 MiB in 16 packages [2021-03-10T00:51:37.492Z] Removing intermediate container 98728f813517 [2021-03-10T00:51:37.492Z] ---> 8af3e36377ff [2021-03-10T00:51:37.492Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T00:51:37.775Z] ---> Running in 1d49ff61a530 [2021-03-10T00:51:38.446Z] Removing intermediate container 1d49ff61a530 [2021-03-10T00:51:38.446Z] ---> ea95c31d331f [2021-03-10T00:51:38.446Z] Step 22/23 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e [2021-03-10T00:51:38.742Z] ---> Running in a9fe187c7505 [2021-03-10T00:51:38.742Z] Removing intermediate container 118eaf6f5462 [2021-03-10T00:51:38.742Z] ---> ba579be48c95 [2021-03-10T00:51:38.742Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-10T00:51:38.742Z] ---> Running in 1a92970a9a9f [2021-03-10T00:51:38.755Z] Removing intermediate container 16de5af843df [2021-03-10T00:51:38.755Z] ---> f948476f44ce [2021-03-10T00:51:38.755Z] [2021-03-10T00:51:38.755Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T00:51:38.755Z] ---> d10569e2745f [2021-03-10T00:51:38.755Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-10T00:51:38.755Z] ---> Using cache [2021-03-10T00:51:38.755Z] ---> bf4eec6bf072 [2021-03-10T00:51:38.755Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T00:51:38.755Z] ---> Using cache [2021-03-10T00:51:38.755Z] ---> eb5dd531eeb2 [2021-03-10T00:51:38.755Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-10T00:51:39.021Z] Removing intermediate container a9fe187c7505 [2021-03-10T00:51:39.021Z] ---> 8c90b3195b1b [2021-03-10T00:51:39.021Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T00:51:39.305Z] ---> Running in 2fc92a4676d5 [2021-03-10T00:51:39.305Z] Removing intermediate container 1a92970a9a9f [2021-03-10T00:51:39.305Z] ---> 324624fd8c92 [2021-03-10T00:51:39.305Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-10T00:51:39.305Z] ---> Running in 609dbc880eff [2021-03-10T00:51:39.371Z] ---> Running in 17c63cd0bc9d [2021-03-10T00:51:39.644Z] Removing intermediate container 35c3ba68b4b3 [2021-03-10T00:51:39.644Z] ---> af2234ebb710 [2021-03-10T00:51:39.644Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-10T00:51:39.922Z] ---> Running in 8b61e4a84df1 [2021-03-10T00:51:39.922Z] Removing intermediate container ee5dbd4c5f21 [2021-03-10T00:51:39.922Z] ---> 0aa91c36876f [2021-03-10T00:51:39.922Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T00:51:39.946Z] Removing intermediate container 2fc92a4676d5 [2021-03-10T00:51:39.946Z] ---> d7a6afd0d351 [2021-03-10T00:51:39.946Z] [2021-03-10T00:51:39.946Z] Removing intermediate container 609dbc880eff [2021-03-10T00:51:39.946Z] ---> da048bf24edb [2021-03-10T00:51:39.946Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-10T00:51:40.200Z] Removing intermediate container 17c63cd0bc9d [2021-03-10T00:51:40.200Z] ---> 8e0f606b0a9e [2021-03-10T00:51:40.200Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T00:51:40.200Z] ---> Running in 8b6fffcf8a37 [2021-03-10T00:51:40.222Z] Successfully built d7a6afd0d351 [2021-03-10T00:51:40.222Z] ---> Running in 1a6982a1eed4 [2021-03-10T00:51:40.222Z] Successfully tagged docker-core-data-go:latest [2021-03-10T00:51:40.477Z] ---> Running in 146c4295e05b [2021-03-10T00:51:40.506Z]  Building docker-core-data-go ... done Removing intermediate container 1a6982a1eed4 [2021-03-10T00:51:40.506Z] ---> d17dd1b1e958 [2021-03-10T00:51:40.506Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-10T00:51:40.772Z] Removing intermediate container 8b61e4a84df1 [2021-03-10T00:51:40.772Z] ---> e16cd5b438ea [2021-03-10T00:51:40.772Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-10T00:51:41.061Z] ---> Running in 9f3bd5a00ce8 [2021-03-10T00:51:41.340Z] Removing intermediate container 8b6fffcf8a37 [2021-03-10T00:51:41.340Z] ---> 8aa7eec179d9 [2021-03-10T00:51:41.340Z] Step 13/21 : WORKDIR /edgex [2021-03-10T00:51:41.618Z] Removing intermediate container 146c4295e05b [2021-03-10T00:51:41.618Z] ---> d6cf0c501e3b [2021-03-10T00:51:41.618Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T00:51:41.618Z] ---> Running in c3ae9e017def [2021-03-10T00:51:41.898Z] Removing intermediate container 9f3bd5a00ce8 [2021-03-10T00:51:41.898Z] ---> e4a5be518824 [2021-03-10T00:51:41.898Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-10T00:51:42.174Z] ---> Running in 0c5f1aa8923c [2021-03-10T00:51:42.566Z] ---> a209f6533f6b [2021-03-10T00:51:42.566Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-10T00:51:42.788Z] Removing intermediate container c3ae9e017def [2021-03-10T00:51:42.789Z] ---> d2333ec20d06 [2021-03-10T00:51:42.789Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-10T00:51:43.071Z] ---> 32a5912385d2 [2021-03-10T00:51:43.071Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-10T00:51:44.000Z] ---> e1d89164d545 [2021-03-10T00:51:44.000Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-10T00:51:44.528Z] ---> 16e0dbbc19c4 [2021-03-10T00:51:44.528Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-10T00:51:45.019Z] ---> f45528742905 [2021-03-10T00:51:45.019Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-10T00:51:45.019Z] ---> Running in 9673feb1c13b [2021-03-10T00:51:45.993Z] ---> 5dd6870f383d [2021-03-10T00:51:45.993Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-10T00:51:46.273Z] Removing intermediate container 0c5f1aa8923c [2021-03-10T00:51:46.273Z] ---> 583965217276 [2021-03-10T00:51:46.273Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-10T00:51:46.482Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:51:46.482Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:51:46.483Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-10T00:51:46.483Z] (2/33) Installing expat (2.2.9-r1) [2021-03-10T00:51:46.483Z] (3/33) Installing libffi (3.3-r2) [2021-03-10T00:51:46.483Z] (4/33) Installing gdbm (1.13-r1) [2021-03-10T00:51:46.483Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-10T00:51:46.483Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-10T00:51:46.552Z] ---> Running in 028263e51fad [2021-03-10T00:51:46.755Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-10T00:51:46.834Z] ---> 3d6865d1a40f [2021-03-10T00:51:46.834Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-10T00:51:47.444Z] ---> 57fdb2ff33f7 [2021-03-10T00:51:47.444Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-10T00:51:47.444Z] ---> Running in 2c859da53abd [2021-03-10T00:51:47.720Z] Removing intermediate container 028263e51fad [2021-03-10T00:51:47.720Z] ---> ae43c00f87ed [2021-03-10T00:51:47.720Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-10T00:51:47.750Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-10T00:51:47.751Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-10T00:51:47.751Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-10T00:51:47.751Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-10T00:51:47.751Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-10T00:51:48.024Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-10T00:51:48.024Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-10T00:51:48.024Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-10T00:51:48.024Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-10T00:51:48.024Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-10T00:51:48.024Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-10T00:51:48.024Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-10T00:51:48.024Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-10T00:51:48.024Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-10T00:51:48.024Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-10T00:51:48.290Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-10T00:51:48.290Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-10T00:51:48.290Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-10T00:51:48.290Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-10T00:51:48.290Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-10T00:51:48.290Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-10T00:51:48.290Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-10T00:51:48.290Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-10T00:51:48.290Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-10T00:51:48.290Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-10T00:51:48.290Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-10T00:51:48.326Z] Removing intermediate container 2c859da53abd [2021-03-10T00:51:48.326Z] ---> ef08eaeb4d89 [2021-03-10T00:51:48.326Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T00:51:48.557Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:51:48.557Z] OK: 71 MiB in 55 packages [2021-03-10T00:51:48.599Z] ---> Running in 0957af59be0f [2021-03-10T00:51:48.599Z] ---> bcf3bd6fa399 [2021-03-10T00:51:48.599Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-10T00:51:48.875Z] ---> 66e3f9a3a1d5 [2021-03-10T00:51:48.875Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-10T00:51:48.875Z] ---> Running in 2a37d5702302 [2021-03-10T00:51:49.150Z] ---> Running in 1a6f6377d8ce [2021-03-10T00:51:49.429Z] Removing intermediate container 0957af59be0f [2021-03-10T00:51:49.429Z] ---> 1b9fd291d7de [2021-03-10T00:51:49.429Z] Step 20/22 : LABEL arch=arm64 [2021-03-10T00:51:49.711Z] ---> Running in b6daf286acd3 [2021-03-10T00:51:49.711Z] Removing intermediate container 2a37d5702302 [2021-03-10T00:51:49.711Z] ---> 784f4f28c49b [2021-03-10T00:51:49.711Z] Step 18/21 : CMD ["--init=true"] [2021-03-10T00:51:49.988Z] ---> Running in 95fe4f841935 [2021-03-10T00:51:50.263Z] Removing intermediate container b6daf286acd3 [2021-03-10T00:51:50.263Z] ---> 60d05ce9e2de [2021-03-10T00:51:50.263Z] Step 21/22 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e [2021-03-10T00:51:50.538Z] ---> Running in c8155036f679 [2021-03-10T00:51:50.538Z] Removing intermediate container 95fe4f841935 [2021-03-10T00:51:50.538Z] ---> 9ddd4dcfb10f [2021-03-10T00:51:50.538Z] Step 19/21 : LABEL arch=arm64 [2021-03-10T00:51:50.815Z] ---> Running in d0674d620858 [2021-03-10T00:51:51.154Z] Removing intermediate container c8155036f679 [2021-03-10T00:51:51.154Z] ---> a7c2cd0ad642 [2021-03-10T00:51:51.154Z] Step 22/22 : LABEL version=0.0.0 [2021-03-10T00:51:51.435Z] ---> Running in 07f96604b37d [2021-03-10T00:51:51.777Z] Removing intermediate container d0674d620858 [2021-03-10T00:51:51.777Z] ---> b163414f11d5 [2021-03-10T00:51:51.777Z] Step 20/21 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e [2021-03-10T00:51:52.154Z] ---> Running in defeea323b10 [2021-03-10T00:51:52.154Z] Removing intermediate container 07f96604b37d [2021-03-10T00:51:52.154Z] ---> b5444ba227c9 [2021-03-10T00:51:52.154Z] [2021-03-10T00:51:52.437Z] Removing intermediate container 1a6f6377d8ce [2021-03-10T00:51:52.437Z] ---> 5b86089e5d01 [2021-03-10T00:51:52.437Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T00:51:52.717Z] Removing intermediate container defeea323b10 [2021-03-10T00:51:52.717Z] ---> 8d3dccc61a91 [2021-03-10T00:51:52.717Z] Step 21/21 : LABEL version=0.0.0 [2021-03-10T00:51:53.032Z] Successfully built b5444ba227c9 [2021-03-10T00:51:53.032Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-10T00:51:53.032Z]  Building docker-support-scheduler-go ... done  ---> Running in 5388055ed13d [2021-03-10T00:51:54.065Z] Removing intermediate container 5388055ed13d [2021-03-10T00:51:54.065Z] ---> 9106d33ac543 [2021-03-10T00:51:54.065Z] [2021-03-10T00:51:54.065Z] ---> eca16345a77d [2021-03-10T00:51:54.065Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-10T00:51:54.340Z] Successfully built 9106d33ac543 [2021-03-10T00:51:54.340Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-10T00:51:55.777Z]  Building docker-security-proxy-setup-go ... done  ---> c0ba1bae1bd4 [2021-03-10T00:51:55.777Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-10T00:51:56.372Z] ---> 7af19e52f0fe [2021-03-10T00:51:56.372Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-10T00:51:57.356Z] ---> b1f8c6e8a0a0 [2021-03-10T00:51:57.356Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-10T00:51:57.948Z] ---> c007671e1589 [2021-03-10T00:51:57.948Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-10T00:51:58.225Z] ---> Running in baa4551b5cac [2021-03-10T00:51:58.822Z] Removing intermediate container baa4551b5cac [2021-03-10T00:51:58.822Z] ---> 10e6b49bff2c [2021-03-10T00:51:58.822Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-10T00:51:58.835Z] Removing intermediate container 9673feb1c13b [2021-03-10T00:51:58.835Z] ---> 9460c1dfc352 [2021-03-10T00:51:58.835Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-10T00:51:58.835Z] ---> Running in 484fe560ecec [2021-03-10T00:51:59.817Z] ---> a0aca49277fb [2021-03-10T00:51:59.817Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-10T00:52:00.091Z] ---> Running in 0fad7a4cc899 [2021-03-10T00:52:02.277Z] Collecting docker-compose==1.23.2 [2021-03-10T00:52:02.277Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-10T00:52:02.277Z] 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-03-10T00:52:02.277Z] Collecting docker<4.0,>=3.6.0 [2021-03-10T00:52:02.277Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-10T00:52:02.277Z] Collecting jsonschema<3,>=2.5.1 [2021-03-10T00:52:02.548Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-10T00:52:02.705Z] Removing intermediate container c2156581aa9b [2021-03-10T00:52:02.705Z] ---> 60fd6a3e9326 [2021-03-10T00:52:02.705Z] [2021-03-10T00:52:02.705Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T00:52:02.705Z] ---> d10569e2745f [2021-03-10T00:52:02.705Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-10T00:52:02.705Z] ---> Running in cff7c1339879 [2021-03-10T00:52:02.833Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-10T00:52:02.833Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-10T00:52:02.833Z] Collecting texttable<0.10,>=0.9.0 [2021-03-10T00:52:02.833Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-10T00:52:02.974Z] Removing intermediate container 0fad7a4cc899 [2021-03-10T00:52:02.974Z] ---> f908a9975757 [2021-03-10T00:52:02.974Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-10T00:52:03.248Z] ---> Running in f8f58c7b3ec9 [2021-03-10T00:52:03.522Z] Removing intermediate container cff7c1339879 [2021-03-10T00:52:03.522Z] ---> c8efb9f3f3e5 [2021-03-10T00:52:03.522Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-10T00:52:03.522Z] ---> Running in feab49758c76 [2021-03-10T00:52:03.792Z] Removing intermediate container f8f58c7b3ec9 [2021-03-10T00:52:03.792Z] ---> 0c48c59549ca [2021-03-10T00:52:03.792Z] Step 28/31 : CMD ["gate"] [2021-03-10T00:52:04.068Z] ---> Running in 7c36be87b055 [2021-03-10T00:52:04.068Z] Removing intermediate container feab49758c76 [2021-03-10T00:52:04.068Z] ---> 6cd90e73645e [2021-03-10T00:52:04.068Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-10T00:52:04.260Z] Collecting PyYAML<4,>=3.10 [2021-03-10T00:52:04.260Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-10T00:52:04.338Z] ---> Running in 27c55ca3b82b [2021-03-10T00:52:04.611Z] Removing intermediate container 7c36be87b055 [2021-03-10T00:52:04.612Z] ---> 26a807562e9f [2021-03-10T00:52:04.612Z] Step 29/31 : LABEL arch=arm64 [2021-03-10T00:52:05.983Z] Removing intermediate container 27c55ca3b82b [2021-03-10T00:52:05.983Z] ---> a80ed8f7f3e4 [2021-03-10T00:52:05.983Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T00:52:05.983Z] ---> Running in 688850cd770e [2021-03-10T00:52:05.983Z] ---> Running in 276012e85687 [2021-03-10T00:52:05.983Z] Removing intermediate container 688850cd770e [2021-03-10T00:52:05.983Z] ---> eec3ac643854 [2021-03-10T00:52:05.983Z] Step 30/31 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e [2021-03-10T00:52:05.983Z] ---> Running in 443719a912d5 [2021-03-10T00:52:06.058Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-10T00:52:06.058Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-10T00:52:06.256Z] Removing intermediate container 443719a912d5 [2021-03-10T00:52:06.256Z] ---> bbab0a39ebc5 [2021-03-10T00:52:06.256Z] Step 31/31 : LABEL version=0.0.0 [2021-03-10T00:52:06.326Z] Collecting docopt<0.7,>=0.6.1 [2021-03-10T00:52:06.326Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-10T00:52:06.847Z] ---> Running in a1678bd5f747 [2021-03-10T00:52:07.121Z] Removing intermediate container a1678bd5f747 [2021-03-10T00:52:07.121Z] ---> 4ec93cf25d12 [2021-03-10T00:52:07.121Z] [2021-03-10T00:52:07.354Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-10T00:52:07.354Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-10T00:52:07.354Z] Collecting cached-property<2,>=1.2.0 [2021-03-10T00:52:07.354Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-10T00:52:07.717Z] Successfully built 4ec93cf25d12 [2021-03-10T00:52:07.717Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-10T00:52:07.718Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 276012e85687 [2021-03-10T00:52:07.718Z] ---> 1464861045d4 [2021-03-10T00:52:07.718Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-10T00:52:07.718Z] ---> Running in adcb9ff2802f [2021-03-10T00:52:07.728Z] Collecting docker-pycreds>=0.4.0 [2021-03-10T00:52:07.729Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-10T00:52:08.059Z] Collecting idna<2.8,>=2.5 [2021-03-10T00:52:08.059Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-10T00:52:08.059Z] 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-03-10T00:52:08.059Z] 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-03-10T00:52:08.393Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-10T00:52:08.393Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-10T00:52:08.393Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-10T00:52:08.393Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-10T00:52:08.393Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-10T00:52:08.393Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-10T00:52:08.701Z] Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, texttable, PyYAML, dockerpty, docopt, cached-property, docker-compose [2021-03-10T00:52:08.701Z] Attempting uninstall: idna [2021-03-10T00:52:08.701Z] Found existing installation: idna 2.9 [2021-03-10T00:52:08.701Z] Uninstalling idna-2.9: [2021-03-10T00:52:08.979Z] Successfully uninstalled idna-2.9 [2021-03-10T00:52:09.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T00:52:09.515Z] Attempting uninstall: urllib3 [2021-03-10T00:52:09.515Z] Found existing installation: urllib3 1.25.9 [2021-03-10T00:52:09.515Z] Uninstalling urllib3-1.25.9: [2021-03-10T00:52:09.515Z] Successfully uninstalled urllib3-1.25.9 [2021-03-10T00:52:09.739Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T00:52:10.243Z] Attempting uninstall: requests [2021-03-10T00:52:10.243Z] Found existing installation: requests 2.23.0 [2021-03-10T00:52:10.243Z] Uninstalling requests-2.23.0: [2021-03-10T00:52:10.335Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-10T00:52:10.336Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-10T00:52:10.336Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-10T00:52:10.517Z] Successfully uninstalled requests-2.23.0 [2021-03-10T00:52:10.606Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-10T00:52:10.880Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-10T00:52:10.881Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-10T00:52:10.881Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:52:10.881Z] OK: 8 MiB in 20 packages [2021-03-10T00:52:11.536Z] Running setup.py install for texttable: started [2021-03-10T00:52:12.310Z] Removing intermediate container adcb9ff2802f [2021-03-10T00:52:12.310Z] ---> 49775bb5de40 [2021-03-10T00:52:12.310Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T00:52:12.544Z] Running setup.py install for texttable: finished with status 'done' [2021-03-10T00:52:12.544Z] Running setup.py install for PyYAML: started [2021-03-10T00:52:12.904Z] ---> 04292cc5def4 [2021-03-10T00:52:12.904Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-10T00:52:14.107Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-10T00:52:14.107Z] Running setup.py install for dockerpty: started [2021-03-10T00:52:14.335Z] ---> aac7385fdfd1 [2021-03-10T00:52:14.335Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-10T00:52:14.771Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-10T00:52:14.771Z] Running setup.py install for docopt: started [2021-03-10T00:52:14.927Z] ---> cee7fbf77019 [2021-03-10T00:52:14.927Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-10T00:52:15.198Z] ---> Running in ed1626e2522e [2021-03-10T00:52:15.787Z] Running setup.py install for docopt: finished with status 'done' [2021-03-10T00:52:15.795Z] Removing intermediate container ed1626e2522e [2021-03-10T00:52:15.796Z] ---> 83b40a14a62b [2021-03-10T00:52:15.796Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T00:52:15.796Z] ---> Running in 7a80d18b17bc [2021-03-10T00:52:16.088Z] 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.58.0 [2021-03-10T00:52:16.387Z] Removing intermediate container 7a80d18b17bc [2021-03-10T00:52:16.388Z] ---> 8b53862dec97 [2021-03-10T00:52:16.388Z] Step 21/23 : LABEL arch=arm64 [2021-03-10T00:52:16.388Z] ---> Running in 57a6a9eb248c [2021-03-10T00:52:17.000Z] Removing intermediate container 57a6a9eb248c [2021-03-10T00:52:17.000Z] ---> 57e390123f93 [2021-03-10T00:52:17.000Z] Step 22/23 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e [2021-03-10T00:52:17.000Z] ---> Running in a25dc4e357a9 [2021-03-10T00:52:17.593Z] Removing intermediate container a25dc4e357a9 [2021-03-10T00:52:17.593Z] ---> ceab59cd9064 [2021-03-10T00:52:17.593Z] Step 23/23 : LABEL version=0.0.0 [2021-03-10T00:52:17.593Z] ---> Running in dc69a725c136 [2021-03-10T00:52:18.188Z] Removing intermediate container dc69a725c136 [2021-03-10T00:52:18.188Z] ---> 2913d217c4cc [2021-03-10T00:52:18.188Z] [2021-03-10T00:52:18.458Z] Successfully built 2913d217c4cc [2021-03-10T00:52:18.458Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-10T00:52:19.063Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-10T00:52:19.077Z] $ docker stop --time=1 95da8e8bfc6ed0347a56d7048309b142e37c97d4a427bec05d9c38090f5c3c29 [2021-03-10T00:52:20.347Z] Removing intermediate container 484fe560ecec [2021-03-10T00:52:20.347Z] ---> a814356297fc [2021-03-10T00:52:20.347Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-10T00:52:20.347Z] ---> Running in d8d1ebde7865 [2021-03-10T00:52:21.018Z] $ docker rm -f 95da8e8bfc6ed0347a56d7048309b142e37c97d4a427bec05d9c38090f5c3c29 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T00:52:21.772Z] + + dockergrep images docker [2021-03-10T00:52:21.772Z] [2021-03-10T00:52:21.856Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T00:52:21.856Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T00:52:21.856Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T00:52:21.856Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-10T00:52:22.042Z] docker-core-data-go-arm64 latest 2913d217c4cc 4 seconds ago 21.3MB [2021-03-10T00:52:22.042Z] docker-security-bootstrapper-go-arm64 latest 4ec93cf25d12 15 seconds ago 17.8MB [2021-03-10T00:52:22.042Z] docker-security-proxy-setup-go-arm64 latest 9106d33ac543 28 seconds ago 23.4MB [2021-03-10T00:52:22.042Z] docker-support-scheduler-go-arm64 latest b5444ba227c9 30 seconds ago 16.3MB [2021-03-10T00:52:22.042Z] docker-sys-mgmt-agent-go-arm64 latest eca401e41146 About a minute ago 300MB [2021-03-10T00:52:22.042Z] docker-support-notifications-go-arm64 latest 9c5cbd0f5e94 3 minutes ago 16.9MB [2021-03-10T00:52:22.042Z] docker-core-command-go-arm64 latest fb81e4033b9c 3 minutes ago 16.2MB [2021-03-10T00:52:22.042Z] docker-core-metadata-go-arm64 latest f900c6a60d34 3 minutes ago 17.9MB [2021-03-10T00:52:22.042Z] docker-security-secretstore-setup-go-arm64 latest 33a0aa8b72ba 3 minutes ago 23.7MB [2021-03-10T00:52:22.042Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [2021-03-10T00:52:22.132Z] (3/3) Installing curl (7.69.1-r3) [2021-03-10T00:52:22.132Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T00:52:22.132Z] OK: 72 MiB in 58 packages [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:52:23.060Z] ---> job-cost.sh [2021-03-10T00:52:23.060Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-kKrG [2021-03-10T00:52:23.145Z] Removing intermediate container d8d1ebde7865 [2021-03-10T00:52:23.145Z] ---> 09188116dcb7 [2021-03-10T00:52:23.145Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-10T00:52:23.415Z] ---> Running in 20c714811a06 [2021-03-10T00:52:23.683Z] Removing intermediate container 20c714811a06 [2021-03-10T00:52:23.683Z] ---> c70a3df91dcb [2021-03-10T00:52:23.683Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T00:52:23.683Z] ---> Running in 981aaef244bb [2021-03-10T00:52:23.950Z] Removing intermediate container 981aaef244bb [2021-03-10T00:52:23.950Z] ---> 8acf7d1269d1 [2021-03-10T00:52:23.950Z] Step 24/26 : LABEL arch=x86_64 [2021-03-10T00:52:23.950Z] ---> Running in 340b2cde70b9 [2021-03-10T00:52:24.575Z] Removing intermediate container 340b2cde70b9 [2021-03-10T00:52:24.575Z] ---> e978046f7c6e [2021-03-10T00:52:24.575Z] Step 25/26 : LABEL git_sha=199893acb62a5b1c4f4ae79745a41eebd8ad8c4e [2021-03-10T00:52:24.575Z] ---> Running in 585f518b0aba [2021-03-10T00:52:24.842Z] Removing intermediate container 585f518b0aba [2021-03-10T00:52:24.842Z] ---> 6546461fb91d [2021-03-10T00:52:24.842Z] Step 26/26 : LABEL version=0.0.0 [2021-03-10T00:52:25.138Z] ---> Running in 8e837bef52aa [2021-03-10T00:52:25.405Z] Removing intermediate container 8e837bef52aa [2021-03-10T00:52:25.405Z] ---> c2f1c50277bb [2021-03-10T00:52:25.405Z] [2021-03-10T00:52:25.691Z] Successfully built c2f1c50277bb [2021-03-10T00:52:25.691Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-10T00:52:26.321Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-10T00:52:26.378Z] $ docker stop --time=1 9d644ed2dc68f4c4fc5a5459b79caf3cccaaa0177ae76f2a84641855407a51ea [2021-03-10T00:52:30.529Z] $ docker rm -f 9d644ed2dc68f4c4fc5a5459b79caf3cccaaa0177ae76f2a84641855407a51ea [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T00:52:31.465Z] + docker images [2021-03-10T00:52:31.465Z] + grep docker [2021-03-10T00:52:32.894Z] docker-sys-mgmt-agent-go latest c2f1c50277bb 7 seconds ago 313MB [2021-03-10T00:52:32.894Z] docker-core-data-go latest d7a6afd0d351 53 seconds ago 22.6MB [2021-03-10T00:52:32.894Z] docker-support-notifications-go latest c41d6c772978 About a minute ago 17.8MB [2021-03-10T00:52:32.894Z] docker-core-command-go latest 6f0ab9d6abe0 2 minutes ago 17.2MB [2021-03-10T00:52:32.894Z] docker-security-bootstrapper-go latest e56f1a18b341 4 minutes ago 18.7MB [2021-03-10T00:52:32.894Z] docker-security-secretstore-setup-go latest 6152f823edf3 5 minutes ago 24.9MB [2021-03-10T00:52:32.894Z] docker-core-metadata-go latest e6bc6ce69df9 5 minutes ago 19MB [2021-03-10T00:52:32.894Z] docker-support-scheduler-go latest c40caa085dc0 5 minutes ago 17.2MB [2021-03-10T00:52:32.894Z] docker-security-proxy-setup-go latest 366ecec9ffa1 5 minutes ago 24.7MB [2021-03-10T00:52:32.894Z] docker 20.10.0 aefe523efa57 2 months 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-03-10T00:52:48.839Z] Still waiting to schedule task [2021-03-10T00:52:48.839Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-10T00:53:01.999Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-10T00:53:42.629Z] Running on prd-ubuntu18.04-docker-8c-8g-29235 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-03-10T00:53:42.688Z] Running in /w/workspace/edgex-go/79 [Pipeline] { [Pipeline] checkout [2021-03-10T00:53:44.863Z] using credential edgex-jenkins-ssh [2021-03-10T00:53:44.924Z] Cloning the remote Git repository [2021-03-10T00:53:44.954Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-10T00:53:45.031Z] > git init /w/workspace/edgex-go/79 # timeout=10 [2021-03-10T00:53:45.065Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T00:53:45.065Z] > git --version # timeout=10 [2021-03-10T00:53:45.074Z] > git --version # 'git version 2.17.1' [2021-03-10T00:53:45.074Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T00:53:45.098Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T00:53:49.820Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T00:53:49.826Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T00:53:49.835Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T00:53:49.846Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T00:53:49.846Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T00:53:49.850Z] > 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-03-10T00:53:50.484Z] Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-03-10T00:53:50.780Z] Merge succeeded, producing fe56f43fe7db3606ad379d92182a59b465757b8f [2021-03-10T00:53:50.780Z] Checking out Revision fe56f43fe7db3606ad379d92182a59b465757b8f (PR-2858) [2021-03-10T00:53:50.496Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T00:53:50.501Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-03-10T00:53:50.592Z] > git remote # timeout=10 [2021-03-10T00:53:50.598Z] > git config --get remote.origin.url # timeout=10 [2021-03-10T00:53:50.604Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T00:53:50.608Z] > git merge dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 [2021-03-10T00:53:50.778Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-10T00:53:50.786Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T00:53:50.792Z] > git checkout -f fe56f43fe7db3606ad379d92182a59b465757b8f # timeout=10 [2021-03-10T00:53:54.426Z] Commit message: "Merge commit 'dd3c5304426daa1a06e165d92e5378a7e6535b25' into HEAD" [2021-03-10T00:53:54.433Z] First time build. Skipping changelog. [2021-03-10T00:53:54.839Z] [2021-03-10T00:53:54.839Z] GitHub has been notified of this commit’s build result [2021-03-10T00:53:54.839Z] [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:53:55.601Z] + echo snap-build.sh [2021-03-10T00:53:55.601Z] snap-build.sh [2021-03-10T00:53:55.601Z] + SNAP_BASE_DIR=. [2021-03-10T00:53:55.601Z] + '[' '!' -z /w/workspace/edgex-go/79 ']' [2021-03-10T00:53:55.601Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/79 [2021-03-10T00:53:55.601Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/79]' [2021-03-10T00:53:55.601Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/79] [2021-03-10T00:53:55.601Z] + cd /w/workspace/edgex-go/79 [2021-03-10T00:53:55.601Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-10T00:53:55.601Z] Reading package lists... [2021-03-10T00:53:55.601Z] Building dependency tree... [2021-03-10T00:53:55.601Z] Reading state information... [2021-03-10T00:53:54.432Z] > git rev-list --no-walk dfa22932515b753042da74e12b19a5d0153458b0 # timeout=10 [2021-03-10T00:53:55.863Z] The following packages were automatically installed and are no longer required: [2021-03-10T00:53:55.863Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-10T00:53:55.863Z] uidmap xdelta3 [2021-03-10T00:53:55.863Z] Use 'sudo apt autoremove' to remove them. [2021-03-10T00:53:55.863Z] The following packages will be REMOVED: [2021-03-10T00:53:55.863Z] lxd* lxd-client* [2021-03-10T00:53:56.124Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-10T00:53:56.124Z] After this operation, 31.7 MB disk space will be freed. [2021-03-10T00:53:57.169Z] (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-03-10T00:53:57.169Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-10T00:53:57.739Z] Removing lxd dnsmasq configuration [2021-03-10T00:53:58.000Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-10T00:53:58.261Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-10T00:53:59.211Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-10T00:53:59.211Z] (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-03-10T00:53:59.211Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-10T00:54:00.601Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-10T00:54:00.601Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-10T00:54:01.990Z] + sudo snap remove --purge lxd [2021-03-10T00:54:01.990Z] snap "lxd" is not installed [2021-03-10T00:54:01.990Z] + sudo groupadd --force --system lxd [2021-03-10T00:54:01.990Z] ++ whoami [2021-03-10T00:54:01.990Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-10T00:54:01.990Z] + newgrp - lxd [2021-03-10T00:54:01.990Z] + sudo snap install lxd [2021-03-10T00:54:12.004Z] 2021-03-10T00:54:08Z INFO Waiting for automatic snapd restart... [2021-03-10T00:54:26.939Z] lxd 4.11 from Canonical* installed [2021-03-10T00:54:26.939Z] + sudo lxd init --auto [2021-03-10T00:54:36.952Z] + sudo snap install --classic snapcraft [2021-03-10T00:54:38.722Z] lf-activate-venv(): INFO: Adding /tmp/venv-kKrG/bin to PATH [2021-03-10T00:54:38.722Z] INFO: No Stack... [2021-03-10T00:54:38.722Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-10T00:54:38.722Z] INFO: Archiving Costs [Pipeline] sh [2021-03-10T00:54:39.059Z] + cut -d, -f6 [2021-03-10T00:54:39.059Z] + cat /w/workspace/edgex-go/79/archives/cost.csv [Pipeline] lock [2021-03-10T00:54:39.161Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-79-stack-cost] [2021-03-10T00:54:39.174Z] Resource [jenkins-edgexfoundry-edgex-go-PR-2858-79-stack-cost] did not exist. Created. [2021-03-10T00:54:39.174Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-79-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-10T00:54:39.610Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-10T00:54:39.932Z] Stashed 1 file(s) [Pipeline] } [2021-03-10T00:54:39.951Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-79-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-10T00:54:43.542Z] snapcraft 4.5.4 from Canonical* installed [2021-03-10T00:54:43.542Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-10T00:54:43.542Z] + patch --verbose -p1 [2021-03-10T00:54:43.542Z] Hmm... Looks like a unified diff to me... [2021-03-10T00:54:43.542Z] The text leading up to this was: [2021-03-10T00:54:43.542Z] -------------------------- [2021-03-10T00:54:43.542Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-10T00:54:43.542Z] |From: Tony Espy [2021-03-10T00:54:43.542Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-10T00:54:43.542Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-10T00:54:43.542Z] | [2021-03-10T00:54:43.542Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-10T00:54:43.542Z] |optimize the snap CI check run for pull requests. When [2021-03-10T00:54:43.542Z] |applied, it essentially strips out everything (apps and [2021-03-10T00:54:43.542Z] |parts) from the snapcraft.yaml file except those required [2021-03-10T00:54:43.542Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-10T00:54:43.542Z] |catch changes to edgex-go that break the snap build. [2021-03-10T00:54:43.542Z] | [2021-03-10T00:54:43.542Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-10T00:54:43.542Z] |to update this patch file, otherwise it may fail to apply, [2021-03-10T00:54:43.542Z] |resulting in a failed snap build CI check in the associated [2021-03-10T00:54:43.542Z] |pull request. [2021-03-10T00:54:43.542Z] | [2021-03-10T00:54:43.542Z] |Note - in addition to applying this patch, the pipeline also [2021-03-10T00:54:43.542Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-10T00:54:43.542Z] |need to build the finally binary .snap file (and it won't [2021-03-10T00:54:43.542Z] |work with the patch applied). This further reduces the build [2021-03-10T00:54:43.542Z] |time. [2021-03-10T00:54:43.542Z] |--- [2021-03-10T00:54:43.542Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-10T00:54:43.542Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-10T00:54:43.542Z] | [2021-03-10T00:54:43.542Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-10T00:54:43.543Z] |index 1e537489..faf42425 100644 [2021-03-10T00:54:43.543Z] |--- a/snap/snapcraft.yaml [2021-03-10T00:54:43.543Z] |+++ b/snap/snapcraft.yaml [2021-03-10T00:54:43.543Z] -------------------------- [2021-03-10T00:54:43.543Z] patching file snap/snapcraft.yaml [2021-03-10T00:54:43.543Z] Using Plan A... [2021-03-10T00:54:43.543Z] Hunk #1 succeeded at 73. [2021-03-10T00:54:43.543Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-10T00:54:43.543Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-10T00:54:43.543Z] Hunk #4 FAILED at 222. [2021-03-10T00:54:43.543Z] Hunk #5 succeeded at 303 (offset 4 lines). [2021-03-10T00:54:43.543Z] Hunk #6 succeeded at 330 (offset 4 lines). [2021-03-10T00:54:43.543Z] Hunk #7 succeeded at 364 (offset 4 lines). [2021-03-10T00:54:43.543Z] Hunk #8 FAILED at 411. [2021-03-10T00:54:43.543Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-03-10T00:54:43.543Z] Hmm... Ignoring the trailing garbage. [2021-03-10T00:54:43.543Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-10T00:54:44.365Z] Failed in branch amd64 [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] { (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-03-10T00:54:46.196Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:54:47.547Z] ---> package-listing.sh [2021-03-10T00:54:47.547Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-10T00:54:47.547Z] ++ facter osfamily [2021-03-10T00:54:47.820Z] + OS_FAMILY=redhat [2021-03-10T00:54:47.820Z] + workspace=/w/workspace/edgex-go/79 [2021-03-10T00:54:47.820Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-10T00:54:47.820Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-10T00:54:47.820Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-10T00:54:47.820Z] + PACKAGES=/tmp/packages_start.txt [2021-03-10T00:54:47.820Z] + '[' /w/workspace/edgex-go/79 ']' [2021-03-10T00:54:47.820Z] + PACKAGES=/tmp/packages_end.txt [2021-03-10T00:54:47.820Z] + case "${OS_FAMILY}" in [2021-03-10T00:54:47.820Z] + rpm -qa [2021-03-10T00:54:47.820Z] + sort [2021-03-10T00:55:00.198Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-10T00:55:00.198Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-10T00:55:00.198Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-10T00:55:00.198Z] + '[' /w/workspace/edgex-go/79 ']' [2021-03-10T00:55:00.198Z] + mkdir -p /w/workspace/edgex-go/79/archives/ [2021-03-10T00:55:00.198Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/79/archives/ [Pipeline] echo [2021-03-10T00:55:00.214Z] 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/79/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-10T00:55:00.558Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:55:01.165Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T00:55:02.191Z] [2021-03-10T00:55:02.191Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-10T00:55:02.661Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T00:55:02.936Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-10T00:55:02.936Z] df20fa9351a1: Pulling fs layer [2021-03-10T00:55:02.936Z] 36b3adc4ff6f: Pulling fs layer [2021-03-10T00:55:02.936Z] 8ad3a11d3b57: Pulling fs layer [2021-03-10T00:55:02.936Z] 46f8f816bc3b: Pulling fs layer [2021-03-10T00:55:02.936Z] 93b61091891f: Pulling fs layer [2021-03-10T00:55:02.936Z] 93b9cdb0e59b: Pulling fs layer [2021-03-10T00:55:02.936Z] 5e14af77c1be: Pulling fs layer [2021-03-10T00:55:02.936Z] 46f8f816bc3b: Waiting [2021-03-10T00:55:02.936Z] 93b61091891f: Waiting [2021-03-10T00:55:02.936Z] 93b9cdb0e59b: Waiting [2021-03-10T00:55:02.936Z] 01666e4c0597: Pulling fs layer [2021-03-10T00:55:02.936Z] aa168da1d23b: Pulling fs layer [2021-03-10T00:55:02.936Z] 5e14af77c1be: Waiting [2021-03-10T00:55:02.936Z] aa168da1d23b: Waiting [2021-03-10T00:55:02.936Z] 01666e4c0597: Waiting [2021-03-10T00:55:02.936Z] 36b3adc4ff6f: Verifying Checksum [2021-03-10T00:55:02.936Z] 36b3adc4ff6f: Download complete [2021-03-10T00:55:03.211Z] 46f8f816bc3b: Download complete [2021-03-10T00:55:03.211Z] df20fa9351a1: Verifying Checksum [2021-03-10T00:55:03.211Z] df20fa9351a1: Download complete [2021-03-10T00:55:03.211Z] 93b9cdb0e59b: Download complete [2021-03-10T00:55:03.211Z] 5e14af77c1be: Verifying Checksum [2021-03-10T00:55:03.211Z] 5e14af77c1be: Download complete [2021-03-10T00:55:03.211Z] 01666e4c0597: Verifying Checksum [2021-03-10T00:55:03.211Z] 01666e4c0597: Download complete [2021-03-10T00:55:03.211Z] 93b61091891f: Download complete [2021-03-10T00:55:03.796Z] 8ad3a11d3b57: Verifying Checksum [2021-03-10T00:55:03.796Z] 8ad3a11d3b57: Download complete [2021-03-10T00:55:04.080Z] df20fa9351a1: Pull complete [2021-03-10T00:55:04.681Z] 36b3adc4ff6f: Pull complete [2021-03-10T00:55:07.505Z] 8ad3a11d3b57: Pull complete [2021-03-10T00:55:07.505Z] 46f8f816bc3b: Pull complete [2021-03-10T00:55:08.158Z] aa168da1d23b: Verifying Checksum [2021-03-10T00:55:08.158Z] aa168da1d23b: Download complete [2021-03-10T00:55:08.447Z] 93b61091891f: Pull complete [2021-03-10T00:55:09.054Z] 93b9cdb0e59b: Pull complete [2021-03-10T00:55:09.349Z] 5e14af77c1be: Pull complete [2021-03-10T00:55:10.028Z] 01666e4c0597: Pull complete [2021-03-10T00:55:33.049Z] aa168da1d23b: Pull complete [2021-03-10T00:55:33.049Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-10T00:55:33.049Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T00:55:33.049Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-10T00:55:33.302Z] prd-centos7-docker-4c-2g-29224 does not seem to be running inside a container [2021-03-10T00:55:33.366Z] $ 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/79/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/79 -v /w/workspace/edgex-go/79:/w/workspace/edgex-go/79:rw,z -v /w/workspace/edgex-go/79@tmp:/w/workspace/edgex-go/79@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-10T00:55:37.575Z] $ docker top 5477190b40a290f7125d6decfd3bf9b1eb915a0bcd441aa4cc0c14f6236f8c33 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T00:55:39.050Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-10T00:55:39.422Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-10T00:55:40.095Z] + ls /var/log/sa-host [2021-03-10T00:55:40.095Z] + sadf -c /var/log/sa-host/sa10 [2021-03-10T00:55:40.095Z] file_magic: OK [2021-03-10T00:55:40.095Z] HZ: Using current value: 100 [2021-03-10T00:55:40.095Z] file_header: OK [2021-03-10T00:55:40.095Z] 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-03-10T00:55:40.095Z] Statistics: [2021-03-10T00:55:40.095Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-10T00:55:40.095Z] File successfully converted to sysstat format version 12.2.1 [2021-03-10T00:55:40.095Z] + sadf -c /var/log/sa-host/sa23 [2021-03-10T00:55:40.095Z] file_magic: OK [2021-03-10T00:55:40.095Z] HZ: Using current value: 100 [2021-03-10T00:55:40.095Z] file_header: OK [2021-03-10T00:55:40.095Z] 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-03-10T00:55:40.095Z] Statistics: [2021-03-10T00:55:40.095Z] Hnuu...uuuununununu... [2021-03-10T00:55:40.095Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-10T00:55:40.342Z] provisioning config files... [2021-03-10T00:55:40.386Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/79@tmp/config1053409224334512614tmp [Pipeline] { [Pipeline] echo [2021-03-10T00:55:40.647Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:55:41.109Z] ---> create-netrc.sh [Pipeline] } [2021-03-10T00:55:41.132Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-10T00:55:41.253Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:55:41.583Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-10T00:55:41.600Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:55:42.816Z] ---> sudo-logs.sh [2021-03-10T00:55:42.816Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-10T00:55:43.295Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:55:44.077Z] ---> job-cost.sh [2021-03-10T00:55:44.359Z] lf-activate-venv: SKIPPING [2021-03-10T00:55:44.359Z] DEBUG: total: 0.20999999344348907 [2021-03-10T00:55:44.359Z] INFO: Retrieving Stack Cost... [2021-03-10T00:55:45.385Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-10T00:55:45.989Z] INFO: Archiving Costs [Pipeline] echo [2021-03-10T00:55:46.009Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T00:55:46.672Z] ---> logs-deploy.sh [2021-03-10T00:55:46.673Z] lf-activate-venv: SKIPPING [2021-03-10T00:55:46.673Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/79 [2021-03-10T00:55:46.673Z] INFO: archiving workspace using pattern(s): [2021-03-10T00:55:49.361Z] Archives upload complete. [2021-03-10T00:55:49.361Z] INFO: archiving logs to Nexus