Pull request #3562 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 04c838e8472b5aabfd7e7421d4bd85178651bafb+e3fe4ea6dc2b0363ea17cb6a495f96496b33254f (b527fb123e868b4154bb438fbeaab4126a1915da) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7711978078365054416.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5095358202165218403.key > 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 f4a1163c6b2b14014f487cca778b157dcbc6cc6b The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3562/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3562/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8327447998144759177.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f4a1163c6b2b14014f487cca778b157dcbc6cc6b # timeout=10 Commit message: "Merge pull request #339 from ernestojeda/disable-snaps-temp" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7115340018558127024.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3562/workspace@libs/lf-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3562/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh417908963555990102.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > 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/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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: 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/v2 BUILD_SNAP: false 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-blackbox-4c-2g-591’ doesn’t have label ‘centos7-docker-4c-2g’ ‘prd-centos7-docker-4c-2g-1306’ is offline Running on prd-centos7-docker-4c-2g-1308 in /w/workspace/edgexfoundry_edgex-go_PR-3562 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/2@tmp/jenkins-gitclient-ssh8805388866777750351.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit e3fe4ea6dc2b0363ea17cb6a495f96496b33254f into PR head commit 04c838e8472b5aabfd7e7421d4bd85178651bafb Merge succeeded, producing 04c838e8472b5aabfd7e7421d4bd85178651bafb Checking out Revision 04c838e8472b5aabfd7e7421d4bd85178651bafb (PR-3562) > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/2@tmp/jenkins-gitclient-ssh5294824122784967303.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3562/head:refs/remotes/origin/PR-3562 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 04c838e8472b5aabfd7e7421d4bd85178651bafb # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/2@tmp/jenkins-gitclient-ssh6210761713299616411.key > git merge e3fe4ea6dc2b0363ea17cb6a495f96496b33254f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 04c838e8472b5aabfd7e7421d4bd85178651bafb # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git rev-list --no-walk 453914383dfa345ded50b63636eeac27a3d9aebe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-06-14T18:20:18.161Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-06-14T18:20:18.252Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-06-14T18:20:18.280Z] ========================================================= [2021-06-14T18:20:18.280Z] EdgeX Global Pipelines Version Info [2021-06-14T18:20:18.280Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-06-14T18:20:19.710Z] ------------------- [2021-06-14T18:20:19.710Z] stable info: [2021-06-14T18:20:19.710Z] ------------------- [2021-06-14T18:20:19.710Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-06-14T18:20:19.710Z] Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b [2021-06-14T18:20:19.710Z] Message: update stable to v1.0.194 [2021-06-14T18:20:20.286Z] ------------------- [2021-06-14T18:20:20.286Z] experimental info: [2021-06-14T18:20:20.286Z] ------------------- [2021-06-14T18:20:20.286Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-06-14T18:20:20.286Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-14T18:20:20.286Z] Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-06-14T18:20:20.405Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-06-14T18:20:20.439Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-06-14T18:20:20.463Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-06-14T18:20:20.493Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-06-14T18:20:20.517Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-06-14T18:20:20.539Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-06-14T18:20:20.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-06-14T18:20:20.589Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-06-14T18:20:20.625Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-06-14T18:20:20.649Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-06-14T18:20:20.673Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-06-14T18:20:20.699Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-06-14T18:20:20.730Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-06-14T18:20:20.753Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-06-14T18:20:20.776Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-06-14T18:20:20.801Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-06-14T18:20:20.830Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-06-14T18:20:20.852Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-06-14T18:20:20.876Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-06-14T18:20:20.900Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-06-14T18:20:20.923Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-06-14T18:20:20.947Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-06-14T18:20:20.970Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3562 [Pipeline] echo [2021-06-14T18:20:20.998Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3562 [Pipeline] echo [2021-06-14T18:20:21.024Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3562 [Pipeline] echo [2021-06-14T18:20:21.047Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 04c838e8472b5aabfd7e7421d4bd85178651bafb [Pipeline] echo [2021-06-14T18:20:21.070Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 04c838e [Pipeline] echo [2021-06-14T18:20:21.093Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-14T18:20:21.196Z] provisioning config files... [2021-06-14T18:20:21.215Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7487976132395538639tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-14T18:20:21.547Z] ---> docker-login.sh [2021-06-14T18:20:21.547Z] nexus3.edgexfoundry.org:10001 [2021-06-14T18:20:22.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T18:20:22.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T18:20:22.393Z] Configure a credential helper to remove this warning. See [2021-06-14T18:20:22.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T18:20:22.393Z] [2021-06-14T18:20:22.393Z] Login Succeeded [2021-06-14T18:20:22.393Z] nexus3.edgexfoundry.org:10002 [2021-06-14T18:20:22.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T18:20:22.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T18:20:22.393Z] Configure a credential helper to remove this warning. See [2021-06-14T18:20:22.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T18:20:22.393Z] [2021-06-14T18:20:22.393Z] Login Succeeded [2021-06-14T18:20:22.393Z] nexus3.edgexfoundry.org:10003 [2021-06-14T18:20:22.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T18:20:22.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T18:20:22.656Z] Configure a credential helper to remove this warning. See [2021-06-14T18:20:22.656Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T18:20:22.656Z] [2021-06-14T18:20:22.656Z] Login Succeeded [2021-06-14T18:20:22.656Z] nexus3.edgexfoundry.org:10004 [2021-06-14T18:20:22.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T18:20:22.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T18:20:22.917Z] Configure a credential helper to remove this warning. See [2021-06-14T18:20:22.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T18:20:22.917Z] [2021-06-14T18:20:22.917Z] Login Succeeded [2021-06-14T18:20:22.917Z] docker.io [2021-06-14T18:20:22.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T18:20:23.180Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T18:20:23.180Z] Configure a credential helper to remove this warning. See [2021-06-14T18:20:23.180Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T18:20:23.180Z] [2021-06-14T18:20:23.180Z] Login Succeeded [2021-06-14T18:20:23.180Z] ---> docker-login.sh ends [Pipeline] } [2021-06-14T18:20:23.189Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-14T18:20:23.520Z] ++ 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-06-14T18:20:23.520Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-14T18:20:23.520Z] ++ dirname cmd/core-command/Dockerfile [2021-06-14T18:20:23.520Z] ++ cut -d/ -f2 [2021-06-14T18:20:23.520Z] + echo core-command,cmd/core-command/Dockerfile [2021-06-14T18:20:23.520Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-14T18:20:23.520Z] ++ dirname cmd/core-data/Dockerfile [2021-06-14T18:20:23.520Z] ++ cut -d/ -f2 [2021-06-14T18:20:23.520Z] + echo core-data,cmd/core-data/Dockerfile [2021-06-14T18:20:23.520Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-14T18:20:23.520Z] ++ dirname cmd/core-metadata/Dockerfile [2021-06-14T18:20:23.520Z] ++ cut -d/ -f2 [2021-06-14T18:20:23.520Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-06-14T18:20:23.520Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-14T18:20:23.520Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-06-14T18:20:23.520Z] ++ cut -d/ -f2 [2021-06-14T18:20:23.520Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-06-14T18:20:23.520Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-14T18:20:23.520Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-06-14T18:20:23.520Z] ++ cut -d/ -f2 [2021-06-14T18:20:23.520Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-06-14T18:20:23.520Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-14T18:20:23.520Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-06-14T18:20:23.520Z] ++ cut -d/ -f2 [2021-06-14T18:20:23.520Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-06-14T18:20:23.520Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-14T18:20:23.520Z] ++ dirname cmd/support-notifications/Dockerfile [2021-06-14T18:20:23.520Z] ++ cut -d/ -f2 [2021-06-14T18:20:23.520Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-06-14T18:20:23.520Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-14T18:20:23.520Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-06-14T18:20:23.520Z] ++ cut -d/ -f2 [2021-06-14T18:20:23.520Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-06-14T18:20:23.520Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-14T18:20:23.520Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-06-14T18:20:23.520Z] ++ cut -d/ -f2 [2021-06-14T18:20:23.520Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-06-14T18:20:23.574Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-06-14T18:20:24.357Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-14T18:20:24.357Z] [2021-06-14T18:20:24.357Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-06-14T18:20:24.669Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-14T18:20:24.935Z] latest: Pulling from edgex-devops/git-semver [2021-06-14T18:20:24.935Z] 31603596830f: Pulling fs layer [2021-06-14T18:20:24.935Z] 54011a49482f: Pulling fs layer [2021-06-14T18:20:24.935Z] a6820b24f6d8: Pulling fs layer [2021-06-14T18:20:24.935Z] f581987b2513: Pulling fs layer [2021-06-14T18:20:24.935Z] f581987b2513: Waiting [2021-06-14T18:20:24.935Z] 54011a49482f: Verifying Checksum [2021-06-14T18:20:24.935Z] 54011a49482f: Download complete [2021-06-14T18:20:25.203Z] 31603596830f: Verifying Checksum [2021-06-14T18:20:25.203Z] 31603596830f: Download complete [2021-06-14T18:20:25.467Z] a6820b24f6d8: Verifying Checksum [2021-06-14T18:20:25.467Z] a6820b24f6d8: Download complete [2021-06-14T18:20:25.467Z] f581987b2513: Verifying Checksum [2021-06-14T18:20:25.467Z] f581987b2513: Download complete [2021-06-14T18:20:25.467Z] 31603596830f: Pull complete [2021-06-14T18:20:25.730Z] 54011a49482f: Pull complete [2021-06-14T18:20:27.139Z] a6820b24f6d8: Pull complete [2021-06-14T18:20:27.139Z] f581987b2513: Pull complete [2021-06-14T18:20:27.715Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-06-14T18:20:27.715Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-14T18:20:27.715Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-06-14T18:20:27.814Z] prd-centos7-docker-4c-2g-1308 does not seem to be running inside a container [2021-06-14T18:20:27.855Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-06-14T18:20:34.239Z] $ docker top 69afd6f141c6f31121014d892ccbc675ab78c99d94107d8a175823dde70476ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-06-14T18:20:34.388Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-14T18:20:34.388Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-14T18:20:34.520Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-14T18:20:34.518Z] $ docker exec 69afd6f141c6f31121014d892ccbc675ab78c99d94107d8a175823dde70476ba ssh-agent [2021-06-14T18:20:34.646Z] SSH_AUTH_SOCK=/tmp/ssh-7Hcj1cKEHTX4/agent.13 [2021-06-14T18:20:34.646Z] SSH_AGENT_PID=20 [2021-06-14T18:20:34.656Z] Running ssh-add (command line suppressed) [2021-06-14T18:20:34.770Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6044336417026192274.key (/w/workspace/edgex-go/2@tmp/private_key_6044336417026192274.key) [2021-06-14T18:20:34.792Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-14T18:20:35.113Z] + git tag --points-at HEAD [Pipeline] } [2021-06-14T18:20:35.125Z] $ docker exec --env ******** --env ******** 69afd6f141c6f31121014d892ccbc675ab78c99d94107d8a175823dde70476ba ssh-agent -k [2021-06-14T18:20:35.237Z] unset SSH_AUTH_SOCK; [2021-06-14T18:20:35.237Z] unset SSH_AGENT_PID; [2021-06-14T18:20:35.237Z] echo Agent pid 20 killed; [2021-06-14T18:20:35.259Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-06-14T18:20:35.351Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-14T18:20:35.351Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-14T18:20:35.480Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-14T18:20:35.478Z] $ docker exec 69afd6f141c6f31121014d892ccbc675ab78c99d94107d8a175823dde70476ba ssh-agent [2021-06-14T18:20:35.612Z] SSH_AUTH_SOCK=/tmp/ssh-dvl2FH0BxHoK/agent.55 [2021-06-14T18:20:35.613Z] SSH_AGENT_PID=62 [2021-06-14T18:20:35.621Z] Running ssh-add (command line suppressed) [2021-06-14T18:20:35.749Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_9173711198539576454.key (/w/workspace/edgex-go/2@tmp/private_key_9173711198539576454.key) [2021-06-14T18:20:35.770Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-14T18:20:36.093Z] + git semver init [2021-06-14T18:20:36.093Z] # -> Open(): unable to determine branch for HEAD [2021-06-14T18:20:36.093Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-06-14T18:20:36.093Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-06-14T18:20:36.093Z] # $SEMVER_REMOTE_NAME = origin [2021-06-14T18:20:36.093Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-06-14T18:20:36.093Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-06-14T18:20:36.093Z] # $SEMVER_BRANCH = PR-3562 [2021-06-14T18:20:36.093Z] # $SEMVER_TEMP = /tmp/semver-388106554 [2021-06-14T18:20:36.093Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-06-14T18:20:54.334Z] # '/tmp/semver-388106554' -> '/w/workspace/edgex-go/2/.semver' [2021-06-14T18:20:54.334Z] # -> Force: false [2021-06-14T18:20:54.334Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-06-14T18:20:54.344Z] $ docker exec --env ******** --env ******** 69afd6f141c6f31121014d892ccbc675ab78c99d94107d8a175823dde70476ba ssh-agent -k [2021-06-14T18:20:54.455Z] unset SSH_AUTH_SOCK; [2021-06-14T18:20:54.456Z] unset SSH_AGENT_PID; [2021-06-14T18:20:54.456Z] echo Agent pid 62 killed; [2021-06-14T18:20:54.479Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-14T18:20:54.825Z] + git semver [Pipeline] } [2021-06-14T18:20:54.835Z] $ docker stop --time=1 69afd6f141c6f31121014d892ccbc675ab78c99d94107d8a175823dde70476ba [2021-06-14T18:21:04.324Z] $ docker rm -f 69afd6f141c6f31121014d892ccbc675ab78c99d94107d8a175823dde70476ba [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-14T18:21:04.822Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-06-14T18:21:05.117Z] Stashed 1 file(s) [Pipeline] echo [2021-06-14T18:21:05.121Z] [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-06-14T18:21:05.698Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-06-14T18:21:06.001Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-14T18:21:06.298Z] + sudo service docker restart [2021-06-14T18:21:06.298Z] + true [2021-06-14T18:21:06.298Z] Redirecting to /bin/systemctl restart docker.service [2021-06-14T18:21:20.310Z] Still waiting to schedule task [2021-06-14T18:21:20.311Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [Pipeline] echo [2021-06-14T18:21:24.494Z] ========================================================= [2021-06-14T18:21:24.494Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-06-14T18:21:24.494Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-14T18:21:24.804Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-06-14T18:21:26.200Z] Sending build context to Docker daemon 329.3MB [2021-06-14T18:21:26.200Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-06-14T18:21:26.200Z] Step 2/6 : FROM ${BASE} [2021-06-14T18:21:26.780Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-06-14T18:21:26.780Z] 540db60ca938: Pulling fs layer [2021-06-14T18:21:26.780Z] adcc1eea9eea: Pulling fs layer [2021-06-14T18:21:26.780Z] 4c4ab2625f07: Pulling fs layer [2021-06-14T18:21:26.780Z] 0510c868ecb4: Pulling fs layer [2021-06-14T18:21:26.780Z] afea3b2eda06: Pulling fs layer [2021-06-14T18:21:26.780Z] 7809a108b3ef: Pulling fs layer [2021-06-14T18:21:26.780Z] f706445af74f: Pulling fs layer [2021-06-14T18:21:26.780Z] 0510c868ecb4: Waiting [2021-06-14T18:21:26.780Z] afea3b2eda06: Waiting [2021-06-14T18:21:26.780Z] 7809a108b3ef: Waiting [2021-06-14T18:21:26.780Z] f706445af74f: Waiting [2021-06-14T18:21:26.780Z] 4c4ab2625f07: Verifying Checksum [2021-06-14T18:21:26.780Z] 4c4ab2625f07: Download complete [2021-06-14T18:21:26.780Z] adcc1eea9eea: Verifying Checksum [2021-06-14T18:21:26.780Z] adcc1eea9eea: Download complete [2021-06-14T18:21:26.780Z] afea3b2eda06: Verifying Checksum [2021-06-14T18:21:26.780Z] afea3b2eda06: Download complete [2021-06-14T18:21:26.780Z] 7809a108b3ef: Verifying Checksum [2021-06-14T18:21:26.780Z] 7809a108b3ef: Download complete [2021-06-14T18:21:26.780Z] 540db60ca938: Verifying Checksum [2021-06-14T18:21:26.780Z] 540db60ca938: Download complete [2021-06-14T18:21:27.354Z] 540db60ca938: Pull complete [2021-06-14T18:21:27.613Z] adcc1eea9eea: Pull complete [2021-06-14T18:21:27.875Z] 4c4ab2625f07: Pull complete [2021-06-14T18:21:28.136Z] f706445af74f: Verifying Checksum [2021-06-14T18:21:28.136Z] f706445af74f: Download complete [2021-06-14T18:21:28.715Z] 0510c868ecb4: Verifying Checksum [2021-06-14T18:21:28.715Z] 0510c868ecb4: Download complete [2021-06-14T18:21:32.969Z] 0510c868ecb4: Pull complete [2021-06-14T18:21:33.544Z] afea3b2eda06: Pull complete [2021-06-14T18:21:33.544Z] 7809a108b3ef: Pull complete [2021-06-14T18:21:42.259Z] f706445af74f: Pull complete [2021-06-14T18:21:42.259Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-06-14T18:21:42.259Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-06-14T18:21:42.259Z] ---> b068be0155e3 [2021-06-14T18:21:42.259Z] 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-06-14T18:21:50.563Z] ---> Running in 16c8be239a80 [2021-06-14T18:21:50.563Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-14T18:21:50.563Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-14T18:21:51.503Z] (1/12) Installing libmagic (5.39-r0) [2021-06-14T18:21:52.446Z] (2/12) Installing file (5.39-r0) [2021-06-14T18:21:52.446Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-06-14T18:21:52.446Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-06-14T18:21:59.037Z] (5/12) Installing fortify-headers (1.1-r0) [2021-06-14T18:21:59.037Z] (6/12) Installing patch (2.7.6-r6) [2021-06-14T18:21:59.298Z] (7/12) Installing build-base (0.5-r2) [2021-06-14T18:21:59.298Z] (8/12) Installing libsodium (1.0.18-r0) [2021-06-14T18:21:59.298Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-06-14T18:21:59.559Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-06-14T18:21:59.559Z] (11/12) Installing libzmq (4.3.3-r1) [2021-06-14T18:21:59.559Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-06-14T18:21:59.818Z] Executing busybox-1.32.1-r6.trigger [2021-06-14T18:21:59.818Z] OK: 219 MiB in 52 packages [2021-06-14T18:22:07.997Z] Removing intermediate container 16c8be239a80 [2021-06-14T18:22:07.997Z] ---> 1cf921cd421e [2021-06-14T18:22:07.997Z] Step 4/6 : WORKDIR /edgex-go [2021-06-14T18:22:07.997Z] ---> Running in fc2d5e84a7a8 [2021-06-14T18:22:07.997Z] Removing intermediate container fc2d5e84a7a8 [2021-06-14T18:22:07.997Z] ---> c18d91c17fc8 [2021-06-14T18:22:07.997Z] Step 5/6 : COPY go.mod . [2021-06-14T18:22:07.997Z] ---> 07a5000ba708 [2021-06-14T18:22:07.997Z] Step 6/6 : RUN go mod download [2021-06-14T18:22:07.997Z] ---> Running in 0a9bbe8fe872 [2021-06-14T18:22:46.785Z] Removing intermediate container 0a9bbe8fe872 [2021-06-14T18:22:46.785Z] ---> 3c61fe8683a3 [2021-06-14T18:22:46.785Z] Successfully built 3c61fe8683a3 [2021-06-14T18:22:47.728Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-14T18:22:48.036Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-14T18:22:48.036Z] . [Pipeline] withDockerContainer [2021-06-14T18:22:48.112Z] prd-centos7-docker-4c-2g-1308 does not seem to be running inside a container [2021-06-14T18:22:48.146Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-06-14T18:22:49.056Z] $ docker top 6887f812e621d115cb241342956b4f27f927d0a8a6b5f5befe1be80f94ba8ba3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-14T18:22:49.455Z] + go version [2021-06-14T18:22:49.455Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-06-14T18:22:49.461Z] $ docker stop --time=1 6887f812e621d115cb241342956b4f27f927d0a8a6b5f5befe1be80f94ba8ba3 [2021-06-14T18:22:50.921Z] $ docker rm -f 6887f812e621d115cb241342956b4f27f927d0a8a6b5f5befe1be80f94ba8ba3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-14T18:22:51.523Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-14T18:22:51.524Z] . [Pipeline] withDockerContainer [2021-06-14T18:22:51.604Z] prd-centos7-docker-4c-2g-1308 does not seem to be running inside a container [2021-06-14T18:22:51.636Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-06-14T18:22:52.424Z] $ docker top 7dae2b1fc8f46ccdc1d1437c8f0fbb5f5423e4c23a4794bf550b301455332ea6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-06-14T18:22:52.514Z] ========================================================= [2021-06-14T18:22:52.514Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-06-14T18:22:52.514Z] ========================================================= [Pipeline] sh [2021-06-14T18:22:52.805Z] + go mod tidy [Pipeline] sh [2021-06-14T18:22:53.114Z] + make test [2021-06-14T18:22:53.114Z] go mod tidy [2021-06-14T18:22:53.114Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-14T18:22:59.769Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-06-14T18:23:21.896Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-06-14T18:23:25.248Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-06-14T18:23:26.681Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-06-14T18:23:28.613Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-06-14T18:23:31.982Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-06-14T18:23:34.541Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-06-14T18:23:34.541Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-06-14T18:23:34.541Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-06-14T18:23:35.115Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-06-14T18:23:37.035Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-06-14T18:23:37.606Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-06-14T18:23:38.552Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-06-14T18:23:38.552Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-06-14T18:23:38.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-06-14T18:23:41.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.053s coverage: 28.7% of statements [2021-06-14T18:23:41.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-06-14T18:23:41.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-06-14T18:23:43.910Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.081s coverage: 100.0% of statements [2021-06-14T18:23:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-06-14T18:23:43.910Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.093s coverage: 53.4% of statements [2021-06-14T18:23:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-06-14T18:23:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-06-14T18:23:44.717Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.093s coverage: 87.7% of statements [2021-06-14T18:23:44.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-06-14T18:23:44.717Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-06-14T18:23:44.717Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.066s coverage: 78.9% of statements [2021-06-14T18:23:46.213Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.052s coverage: 81.2% of statements [2021-06-14T18:23:46.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-06-14T18:23:46.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-06-14T18:23:46.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-06-14T18:23:46.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-06-14T18:23:46.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-06-14T18:23:46.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.239s coverage: 95.1% of statements [2021-06-14T18:23:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-06-14T18:23:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-06-14T18:23:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] [2021-06-14T18:23:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-06-14T18:23:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-06-14T18:23:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-06-14T18:23:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-06-14T18:23:46.487Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-06-14T18:23:46.747Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.052s coverage: 60.0% of statements [2021-06-14T18:23:46.747Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-06-14T18:23:46.747Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-06-14T18:23:46.747Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-06-14T18:23:48.674Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.053s coverage: 0.8% of statements [2021-06-14T18:23:48.674Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-06-14T18:23:48.674Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2021-06-14T18:23:48.674Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.057s coverage: 22.0% of statements [2021-06-14T18:23:48.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-06-14T18:23:48.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.046s coverage: 47.1% of statements [2021-06-14T18:23:48.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.052s coverage: 79.5% of statements [2021-06-14T18:23:49.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.045s coverage: 94.1% of statements [2021-06-14T18:23:49.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.053s coverage: 96.3% of statements [2021-06-14T18:23:49.773Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements [2021-06-14T18:24:02.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.048s coverage: 94.4% of statements [2021-06-14T18:24:02.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.040s coverage: 44.8% of statements [2021-06-14T18:24:08.954Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1313 in /w/workspace/edgexfoundry_edgex-go_PR-3562 [Pipeline] { [Pipeline] ws [2021-06-14T18:24:08.973Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-06-14T18:24:09.263Z] The recommended git tool is: git [2021-06-14T18:24:10.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 17.806s coverage: 81.8% of statements [2021-06-14T18:24:10.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-06-14T18:24:15.022Z] using credential edgex-jenkins-ssh [2021-06-14T18:24:15.044Z] Cloning the remote Git repository [2021-06-14T18:24:15.107Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-06-14T18:24:15.230Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-06-14T18:24:15.356Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-14T18:24:15.358Z] > git --version # timeout=10 [2021-06-14T18:24:15.376Z] > git --version # 'git version 2.17.1' [2021-06-14T18:24:15.378Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-14T18:24:15.481Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-14T18:24:25.076Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.075s coverage: 92.9% of statements [2021-06-14T18:24:25.076Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-06-14T18:24:25.076Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-06-14T18:24:25.076Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-06-14T18:24:25.076Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 65.1% of statements [2021-06-14T18:24:25.076Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-06-14T18:24:25.076Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-06-14T18:24:25.076Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-06-14T18:24:25.076Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-06-14T18:24:25.076Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-06-14T18:24:25.076Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.065s coverage: 87.2% of statements [2021-06-14T18:24:25.076Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-06-14T18:24:25.076Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-06-14T18:24:25.076Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-06-14T18:24:25.076Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-06-14T18:24:25.076Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.058s coverage: 76.0% of statements [2021-06-14T18:24:25.076Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-06-14T18:24:25.076Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements [2021-06-14T18:24:25.076Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements [2021-06-14T18:24:25.076Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 85.4% of statements [2021-06-14T18:24:25.076Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.2% of statements [2021-06-14T18:24:25.076Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-06-14T18:24:26.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.110s coverage: 64.4% of statements [2021-06-14T18:24:26.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-06-14T18:24:26.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-06-14T18:24:26.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.046s coverage: 100.0% of statements [2021-06-14T18:24:26.308Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.023s coverage: 91.3% of statements [2021-06-14T18:24:26.579Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2021-06-14T18:24:26.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.020s coverage: 73.7% of statements [2021-06-14T18:24:27.108Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2021-06-14T18:24:28.082Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.212s coverage: 66.9% of statements [2021-06-14T18:24:28.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-06-14T18:24:28.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-06-14T18:24:28.082Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-06-14T18:24:28.666Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.111s coverage: 43.6% of statements [2021-06-14T18:24:28.666Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-06-14T18:24:28.666Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-06-14T18:24:28.666Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.049s coverage: 89.5% of statements [2021-06-14T18:24:28.666Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-06-14T18:24:29.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.060s coverage: 84.8% of statements [2021-06-14T18:24:29.244Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-06-14T18:24:35.246Z] Merging remotes/origin/master commit e3fe4ea6dc2b0363ea17cb6a495f96496b33254f into PR head commit 04c838e8472b5aabfd7e7421d4bd85178651bafb [2021-06-14T18:24:35.561Z] Merge succeeded, producing 04c838e8472b5aabfd7e7421d4bd85178651bafb [2021-06-14T18:24:35.561Z] Checking out Revision 04c838e8472b5aabfd7e7421d4bd85178651bafb (PR-3562) [2021-06-14T18:24:34.442Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-14T18:24:34.470Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-14T18:24:34.496Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-14T18:24:34.538Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-14T18:24:34.539Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-14T18:24:34.551Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3562/head:refs/remotes/origin/PR-3562 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-14T18:24:35.261Z] > git config core.sparsecheckout # timeout=10 [2021-06-14T18:24:35.272Z] > git checkout -f 04c838e8472b5aabfd7e7421d4bd85178651bafb # timeout=10 [2021-06-14T18:24:35.475Z] > git remote # timeout=10 [2021-06-14T18:24:35.497Z] > git config --get remote.origin.url # timeout=10 [2021-06-14T18:24:35.512Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-14T18:24:35.522Z] > git merge e3fe4ea6dc2b0363ea17cb6a495f96496b33254f # timeout=10 [2021-06-14T18:24:35.543Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-14T18:24:35.564Z] > git config core.sparsecheckout # timeout=10 [2021-06-14T18:24:35.578Z] > git checkout -f 04c838e8472b5aabfd7e7421d4bd85178651bafb # timeout=10 [2021-06-14T18:24:37.403Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.065s coverage: 19.3% of statements [2021-06-14T18:24:37.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-06-14T18:24:37.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-06-14T18:24:37.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-06-14T18:24:37.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-06-14T18:24:37.403Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.125s coverage: 91.9% of statements [2021-06-14T18:24:37.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-06-14T18:24:37.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-06-14T18:24:37.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] [2021-06-14T18:24:37.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-06-14T18:24:37.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-06-14T18:24:37.403Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.050s coverage: 62.7% of statements [2021-06-14T18:24:37.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-06-14T18:24:37.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-06-14T18:24:37.403Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.097s coverage: 97.6% of statements [2021-06-14T18:24:37.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-06-14T18:24:37.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-06-14T18:24:37.403Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] [2021-06-14T18:24:37.403Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-06-14T18:24:37.403Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-06-14T18:24:37.403Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.044s coverage: 28.9% of statements [2021-06-14T18:24:37.403Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-06-14T18:24:37.403Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-06-14T18:24:37.403Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-06-14T18:24:37.403Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-06-14T18:24:37.403Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-06-14T18:24:37.403Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-06-14T18:24:37.403Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2021-06-14T18:24:37.403Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 95.4% of statements [2021-06-14T18:24:37.403Z] GO111MODULE=on go vet ./... [2021-06-14T18:24:40.189Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-14T18:24:41.388Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-06-14T18:24:41.823Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-14T18:24:42.162Z] + true [2021-06-14T18:24:42.162Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-14T18:25:00.519Z] provisioning config files... [2021-06-14T18:25:00.546Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7264425946918514150tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-14T18:25:00.918Z] ---> docker-login.sh [2021-06-14T18:25:00.919Z] nexus3.edgexfoundry.org:10001 [2021-06-14T18:25:01.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T18:25:02.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T18:25:02.123Z] Configure a credential helper to remove this warning. See [2021-06-14T18:25:02.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T18:25:02.123Z] [2021-06-14T18:25:02.123Z] Login Succeeded [2021-06-14T18:25:02.123Z] nexus3.edgexfoundry.org:10002 [2021-06-14T18:25:02.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T18:25:02.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T18:25:02.397Z] Configure a credential helper to remove this warning. See [2021-06-14T18:25:02.397Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T18:25:02.397Z] [2021-06-14T18:25:02.397Z] Login Succeeded [2021-06-14T18:25:02.397Z] nexus3.edgexfoundry.org:10003 [2021-06-14T18:25:02.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T18:25:02.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T18:25:02.997Z] Configure a credential helper to remove this warning. See [2021-06-14T18:25:02.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T18:25:02.997Z] [2021-06-14T18:25:02.997Z] Login Succeeded [2021-06-14T18:25:02.997Z] nexus3.edgexfoundry.org:10004 [2021-06-14T18:25:03.598Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T18:25:03.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T18:25:03.598Z] Configure a credential helper to remove this warning. See [2021-06-14T18:25:03.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T18:25:03.598Z] [2021-06-14T18:25:03.598Z] Login Succeeded [2021-06-14T18:25:03.598Z] docker.io [2021-06-14T18:25:04.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-14T18:25:04.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-14T18:25:04.474Z] Configure a credential helper to remove this warning. See [2021-06-14T18:25:04.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-14T18:25:04.474Z] [2021-06-14T18:25:04.474Z] Login Succeeded [2021-06-14T18:25:04.474Z] ---> docker-login.sh ends [Pipeline] } [2021-06-14T18:25:04.494Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-14T18:25:04.830Z] ========================================================= [2021-06-14T18:25:04.830Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-06-14T18:25:04.830Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-14T18:25:05.187Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-06-14T18:25:07.841Z] Sending build context to Docker daemon 166.3MB [2021-06-14T18:25:07.841Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-06-14T18:25:07.841Z] Step 2/6 : FROM ${BASE} [2021-06-14T18:25:07.841Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-06-14T18:25:07.841Z] 595b0fe564bb: Pulling fs layer [2021-06-14T18:25:07.841Z] 3088b5b3c5c0: Pulling fs layer [2021-06-14T18:25:07.841Z] 5b7225fbf94c: Pulling fs layer [2021-06-14T18:25:07.841Z] ba82ee9f976e: Pulling fs layer [2021-06-14T18:25:07.841Z] ba82ee9f976e: Waiting [2021-06-14T18:25:07.841Z] 506bd15cee9f: Pulling fs layer [2021-06-14T18:25:07.841Z] 75a0a4a0db45: Pulling fs layer [2021-06-14T18:25:07.841Z] 618dc40b7e24: Pulling fs layer [2021-06-14T18:25:07.841Z] 506bd15cee9f: Waiting [2021-06-14T18:25:07.841Z] 75a0a4a0db45: Waiting [2021-06-14T18:25:07.841Z] 618dc40b7e24: Waiting [2021-06-14T18:25:07.841Z] 5b7225fbf94c: Verifying Checksum [2021-06-14T18:25:07.841Z] 5b7225fbf94c: Download complete [2021-06-14T18:25:07.841Z] 3088b5b3c5c0: Verifying Checksum [2021-06-14T18:25:07.841Z] 3088b5b3c5c0: Download complete [2021-06-14T18:25:07.841Z] 506bd15cee9f: Verifying Checksum [2021-06-14T18:25:07.841Z] 506bd15cee9f: Download complete [2021-06-14T18:25:07.841Z] 75a0a4a0db45: Verifying Checksum [2021-06-14T18:25:07.841Z] 75a0a4a0db45: Download complete [2021-06-14T18:25:07.841Z] 595b0fe564bb: Verifying Checksum [2021-06-14T18:25:07.841Z] 595b0fe564bb: Download complete [2021-06-14T18:25:08.440Z] 595b0fe564bb: Pull complete [2021-06-14T18:25:09.037Z] 3088b5b3c5c0: Pull complete [2021-06-14T18:25:09.625Z] gofmt -l . [2021-06-14T18:25:09.625Z] [ "`gofmt -l .`" = "" ] [2021-06-14T18:25:09.625Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-06-14T18:25:09.646Z] 5b7225fbf94c: Pull complete [2021-06-14T18:25:09.927Z] + ls -al . [2021-06-14T18:25:09.927Z] total 516 [2021-06-14T18:25:09.927Z] drwxrwxr-x 10 1001 1001 4096 Jun 14 18:25 . [2021-06-14T18:25:09.927Z] drwxr-xr-x 4 root root 28 Jun 14 18:22 .. [2021-06-14T18:25:09.927Z] -rw-rw-r-- 1 1001 1001 11 Jun 14 18:20 .dockerignore [2021-06-14T18:25:09.927Z] drwxrwxr-x 8 1001 1001 179 Jun 14 18:20 .git [2021-06-14T18:25:09.927Z] drwxrwxr-x 3 1001 1001 125 Jun 14 18:20 .github [2021-06-14T18:25:09.927Z] -rw-rw-r-- 1 1001 1001 818 Jun 14 18:20 .gitignore [2021-06-14T18:25:09.927Z] drwx------ 3 1001 1001 60 Jun 14 18:20 .semver [2021-06-14T18:25:09.927Z] -rw-rw-r-- 1 1001 1001 166 Jun 14 18:20 .sonarcloud.properties [2021-06-14T18:25:09.927Z] -rw-rw-r-- 1 1001 1001 8609 Jun 14 18:20 Attribution.txt [2021-06-14T18:25:09.927Z] -rw-rw-r-- 1 1001 1001 3804 Jun 14 18:20 CONTRIBUTING.md [2021-06-14T18:25:09.927Z] -rw-rw-r-- 1 1001 1001 931 Jun 14 18:20 Dockerfile.build [2021-06-14T18:25:09.927Z] -rw-rw-r-- 1 1001 1001 849 Jun 14 18:20 Jenkinsfile [2021-06-14T18:25:09.927Z] -rw-rw-r-- 1 1001 1001 10775 Jun 14 18:20 LICENSE [2021-06-14T18:25:09.927Z] -rw-rw-r-- 1 1001 1001 5605 Jun 14 18:20 Makefile [2021-06-14T18:25:09.927Z] -rw-rw-r-- 1 1001 1001 7978 Jun 14 18:20 README.md [2021-06-14T18:25:09.927Z] -rw-rw-r-- 1 1001 1001 7071 Jun 14 18:20 SECURITY.md [2021-06-14T18:25:09.927Z] -rw-rw-r-- 1 1001 1001 5 Jun 14 18:21 VERSION [2021-06-14T18:25:09.927Z] -rw-rw-r-- 1 1001 1001 4131 Jun 14 18:20 ZMQWindows.md [2021-06-14T18:25:09.927Z] drwxrwxr-x 2 1001 1001 37 Jun 14 18:20 bin [2021-06-14T18:25:09.927Z] drwxrwxr-x 14 1001 1001 4096 Jun 14 18:20 cmd [2021-06-14T18:25:09.927Z] -rw-r--r-- 1 root root 398195 Jun 14 18:24 coverage.out [2021-06-14T18:25:09.927Z] -rw-rw-r-- 1 1001 1001 841 Jun 14 18:20 go.mod [2021-06-14T18:25:09.927Z] -rw-r--r-- 1 root root 21063 Jun 14 18:22 go.sum [2021-06-14T18:25:09.927Z] drwxrwxr-x 7 1001 1001 114 Jun 14 18:20 internal [2021-06-14T18:25:09.927Z] drwxrwxr-x 3 1001 1001 16 Jun 14 18:20 openapi [2021-06-14T18:25:09.927Z] drwxrwxr-x 4 1001 1001 71 Jun 14 18:20 snap [2021-06-14T18:25:09.927Z] -rw-rw-r-- 1 1001 1001 168 Jun 14 18:20 version.go [Pipeline] sh [2021-06-14T18:25:10.222Z] + '[' -e coverage.out ] [2021-06-14T18:25:10.222Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-06-14T18:25:10.256Z] 618dc40b7e24: Verifying Checksum [2021-06-14T18:25:10.256Z] 618dc40b7e24: Download complete [2021-06-14T18:25:10.331Z] Stashed 1 file(s) [Pipeline] sh [2021-06-14T18:25:10.624Z] + make build [2021-06-14T18:25:10.624Z] go mod tidy [2021-06-14T18:25:10.624Z] 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-06-14T18:25:11.243Z] ba82ee9f976e: Verifying Checksum [2021-06-14T18:25:11.243Z] ba82ee9f976e: Download complete [2021-06-14T18:25:12.026Z] 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-06-14T18:25:20.211Z] 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-06-14T18:25:20.797Z] 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-06-14T18:25:21.419Z] ba82ee9f976e: Pull complete [2021-06-14T18:25:21.701Z] 506bd15cee9f: Pull complete [2021-06-14T18:25:21.971Z] 75a0a4a0db45: Pull complete [2021-06-14T18:25:22.197Z] 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-06-14T18:25:22.197Z] 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-06-14T18:25:23.596Z] 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-06-14T18:25:24.567Z] 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-06-14T18:25:25.525Z] 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-06-14T18:25:26.281Z] 618dc40b7e24: Pull complete [2021-06-14T18:25:26.281Z] Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 [2021-06-14T18:25:26.281Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-06-14T18:25:26.281Z] ---> a36622ca3599 [2021-06-14T18:25:26.281Z] 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-06-14T18:25:26.922Z] 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-06-14T18:25:27.871Z] 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-06-14T18:25:28.246Z] ---> Running in 7563756d4a3e [2021-06-14T18:25:29.675Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-14T18:25:29.794Z] 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-06-14T18:25:30.645Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-14T18:25:31.234Z] (1/12) Installing libmagic (5.39-r0) [2021-06-14T18:25:31.504Z] (2/12) Installing file (5.39-r0) [2021-06-14T18:25:31.504Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-06-14T18:25:31.504Z] (4/12) Installing g++ (10.2.1_pre1-r3) [Pipeline] } [2021-06-14T18:25:31.744Z] $ docker stop --time=1 7dae2b1fc8f46ccdc1d1437c8f0fbb5f5423e4c23a4794bf550b301455332ea6 [2021-06-14T18:25:35.805Z] (5/12) Installing fortify-headers (1.1-r0) [2021-06-14T18:25:35.805Z] (6/12) Installing patch (2.7.6-r6) [2021-06-14T18:25:36.077Z] (7/12) Installing build-base (0.5-r2) [2021-06-14T18:25:36.077Z] (8/12) Installing libsodium (1.0.18-r0) [2021-06-14T18:25:36.077Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-06-14T18:25:36.347Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-06-14T18:25:36.347Z] (11/12) Installing libzmq (4.3.3-r1) [2021-06-14T18:25:36.619Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-06-14T18:25:36.620Z] Executing busybox-1.32.1-r6.trigger [2021-06-14T18:25:36.620Z] OK: 218 MiB in 52 packages [2021-06-14T18:25:40.293Z] $ docker rm -f 7dae2b1fc8f46ccdc1d1437c8f0fbb5f5423e4c23a4794bf550b301455332ea6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-06-14T18:25:40.943Z] Removing intermediate container 7563756d4a3e [2021-06-14T18:25:40.943Z] ---> 32364dd0a5ee [2021-06-14T18:25:40.943Z] Step 4/6 : WORKDIR /edgex-go [2021-06-14T18:25:40.943Z] ---> Running in 92938508994c [2021-06-14T18:25:40.943Z] Removing intermediate container 92938508994c [2021-06-14T18:25:40.943Z] ---> fb47c2ac3634 [2021-06-14T18:25:40.943Z] Step 5/6 : COPY go.mod . [Pipeline] isUnix [Pipeline] sh [2021-06-14T18:25:41.542Z] ---> d1d63223b108 [2021-06-14T18:25:41.542Z] Step 6/6 : RUN go mod download [2021-06-14T18:25:41.660Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-14T18:25:41.660Z] [2021-06-14T18:25:41.660Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-06-14T18:25:41.818Z] ---> Running in 30d695cd3777 [2021-06-14T18:25:41.976Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-14T18:25:42.241Z] latest: Pulling from edgex-devops/edgex-compose [2021-06-14T18:25:42.241Z] cbdbe7a5bc2a: Pulling fs layer [2021-06-14T18:25:42.241Z] ca9280d653b3: Pulling fs layer [2021-06-14T18:25:42.241Z] 7e9c9ca2126c: Pulling fs layer [2021-06-14T18:25:42.504Z] cbdbe7a5bc2a: Verifying Checksum [2021-06-14T18:25:42.504Z] cbdbe7a5bc2a: Download complete [2021-06-14T18:25:42.504Z] cbdbe7a5bc2a: Pull complete [2021-06-14T18:25:43.076Z] ca9280d653b3: Verifying Checksum [2021-06-14T18:25:43.076Z] ca9280d653b3: Download complete [2021-06-14T18:25:43.658Z] ca9280d653b3: Pull complete [2021-06-14T18:25:43.658Z] 7e9c9ca2126c: Verifying Checksum [2021-06-14T18:25:43.658Z] 7e9c9ca2126c: Download complete [2021-06-14T18:25:46.990Z] 7e9c9ca2126c: Pull complete [2021-06-14T18:25:46.990Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-06-14T18:25:46.990Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-14T18:25:46.990Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-06-14T18:25:47.068Z] prd-centos7-docker-4c-2g-1308 does not seem to be running inside a container [2021-06-14T18:25:47.102Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-06-14T18:26:00.868Z] $ docker top 5a6821ef7075338eae68dd3f22fb689c7f6172526664feb44961efe64a884811 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-14T18:26:01.240Z] + docker-compose build --help [2021-06-14T18:26:01.240Z] + grep parallel [2021-06-14T18:26:01.818Z] --parallel Build images in parallel. [Pipeline] } [2021-06-14T18:26:01.827Z] $ docker stop --time=1 5a6821ef7075338eae68dd3f22fb689c7f6172526664feb44961efe64a884811 [2021-06-14T18:26:03.276Z] $ docker rm -f 5a6821ef7075338eae68dd3f22fb689c7f6172526664feb44961efe64a884811 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-14T18:26:03.712Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-14T18:26:03.713Z] . [Pipeline] withDockerContainer [2021-06-14T18:26:03.791Z] prd-centos7-docker-4c-2g-1308 does not seem to be running inside a container [2021-06-14T18:26:03.826Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-06-14T18:26:05.441Z] $ docker top 7f4d9e8a487ec822967ce21a3f4753a212f027386543a136b20ae6d387d66e06 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-14T18:26:05.828Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-06-14T18:26:07.214Z] Building core-command ... [2021-06-14T18:26:07.214Z] Building core-data ... [2021-06-14T18:26:07.214Z] Building core-metadata ... [2021-06-14T18:26:07.214Z] Building security-bootstrapper ... [2021-06-14T18:26:07.214Z] Building security-proxy-setup ... [2021-06-14T18:26:07.214Z] Building security-secretstore-setup ... [2021-06-14T18:26:07.214Z] Building support-notifications ... [2021-06-14T18:26:07.214Z] Building support-scheduler ... [2021-06-14T18:26:07.214Z] Building sys-mgmt-agent ... [2021-06-14T18:26:07.214Z] Building core-metadata [2021-06-14T18:26:07.214Z] Building support-scheduler [2021-06-14T18:26:07.214Z] Building security-proxy-setup [2021-06-14T18:26:07.214Z] Building security-bootstrapper [2021-06-14T18:26:07.214Z] Building sys-mgmt-agent [2021-06-14T18:26:08.608Z] Removing intermediate container 30d695cd3777 [2021-06-14T18:26:08.608Z] ---> 5d42bd175683 [2021-06-14T18:26:08.608Z] Successfully built 5d42bd175683 [2021-06-14T18:26:08.608Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-14T18:26:08.954Z] + docker inspect -f . ci-base-image-arm64 [2021-06-14T18:26:08.954Z] . [Pipeline] withDockerContainer [2021-06-14T18:26:09.404Z] prd-ubuntu18.04-docker-arm64-4c-16g-1313 does not seem to be running inside a container [2021-06-14T18:26:09.564Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-06-14T18:26:11.366Z] $ docker top 425c72d423085d493c4a8fb75af0f56801ecde2c5467ee2be02d8d48cd91d1a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-14T18:26:12.409Z] + go version [2021-06-14T18:26:12.409Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-06-14T18:26:12.435Z] $ docker stop --time=1 425c72d423085d493c4a8fb75af0f56801ecde2c5467ee2be02d8d48cd91d1a9 [2021-06-14T18:26:14.456Z] $ docker rm -f 425c72d423085d493c4a8fb75af0f56801ecde2c5467ee2be02d8d48cd91d1a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-14T18:26:15.261Z] + docker inspect -f . ci-base-image-arm64 [2021-06-14T18:26:15.262Z] . [Pipeline] withDockerContainer [2021-06-14T18:26:15.522Z] prd-ubuntu18.04-docker-arm64-4c-16g-1313 does not seem to be running inside a container [2021-06-14T18:26:15.600Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-06-14T18:26:17.262Z] $ docker top 31ed92a750adb4b3b76a54d31030fd7ebf829ea333129b537d3771b2f5903883 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-06-14T18:26:17.598Z] ========================================================= [2021-06-14T18:26:17.598Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-06-14T18:26:17.598Z] ========================================================= [Pipeline] sh [2021-06-14T18:26:18.244Z] + go mod tidy [Pipeline] sh [2021-06-14T18:26:19.511Z] + make test [2021-06-14T18:26:19.511Z] go mod tidy [2021-06-14T18:26:20.113Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-14T18:26:42.407Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-06-14T18:26:54.927Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-14T18:26:54.927Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-06-14T18:26:54.927Z] ---> 3c61fe8683a3 [2021-06-14T18:26:54.927Z] Step 3/32 : WORKDIR /edgex-go [2021-06-14T18:26:58.229Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-14T18:26:58.230Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-14T18:26:58.230Z] ---> 3c61fe8683a3 [2021-06-14T18:26:58.230Z] Step 3/23 : WORKDIR /edgex-go [2021-06-14T18:27:10.465Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-14T18:27:10.465Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-14T18:27:10.465Z] ---> 3c61fe8683a3 [2021-06-14T18:27:10.465Z] Step 3/24 : WORKDIR /edgex-go [2021-06-14T18:27:11.853Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-14T18:27:11.853Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-06-14T18:27:11.853Z] ---> 3c61fe8683a3 [2021-06-14T18:27:11.853Z] Step 3/22 : WORKDIR /edgex-go [2021-06-14T18:27:13.768Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-14T18:27:13.768Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-14T18:27:13.768Z] ---> 3c61fe8683a3 [2021-06-14T18:27:13.768Z] Step 3/24 : WORKDIR /edgex-go [2021-06-14T18:27:21.915Z] ---> Running in 73085f909ece [2021-06-14T18:27:21.915Z] ---> Running in abd368099fd1 [2021-06-14T18:27:21.915Z] ---> Running in a2a64bdb4168 [2021-06-14T18:27:21.915Z] ---> Running in 48d9026fa903 [2021-06-14T18:27:21.915Z] ---> Running in 83869cf1d0fe [2021-06-14T18:27:21.915Z] Removing intermediate container 48d9026fa903 [2021-06-14T18:27:21.915Z] ---> caea3c33261c [2021-06-14T18:27:21.915Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-14T18:27:21.915Z] Removing intermediate container 83869cf1d0fe [2021-06-14T18:27:21.915Z] ---> 201f60740112 [2021-06-14T18:27:21.915Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-14T18:27:22.177Z] Removing intermediate container 73085f909ece [2021-06-14T18:27:22.177Z] ---> 09f77810abef [2021-06-14T18:27:22.177Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-14T18:27:22.177Z] Removing intermediate container abd368099fd1 [2021-06-14T18:27:22.177Z] ---> 3d5a449f86e4 [2021-06-14T18:27:22.177Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-14T18:27:22.177Z] Removing intermediate container a2a64bdb4168 [2021-06-14T18:27:22.177Z] ---> f6040660def3 [2021-06-14T18:27:22.177Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-14T18:27:22.438Z] ---> Running in fa68d6bac784 [2021-06-14T18:27:22.438Z] ---> Running in 75f61fd28e0d [2021-06-14T18:27:22.438Z] ---> Running in 953393c7b195 [2021-06-14T18:27:22.438Z] ---> Running in 6d1cc73eba7a [2021-06-14T18:27:22.438Z] ---> Running in ccfc64e817fb [2021-06-14T18:27:25.000Z] Removing intermediate container fa68d6bac784 [2021-06-14T18:27:25.000Z] ---> 5d450a1ff4a6 [2021-06-14T18:27:25.000Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-06-14T18:27:25.000Z] Removing intermediate container 75f61fd28e0d [2021-06-14T18:27:25.000Z] ---> 12701cfd71da [2021-06-14T18:27:25.000Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-06-14T18:27:25.000Z] ---> Running in 8a87aebbc190 [2021-06-14T18:27:25.262Z] ---> Running in 79286dc4e16d [2021-06-14T18:27:25.262Z] Removing intermediate container 6d1cc73eba7a [2021-06-14T18:27:25.262Z] ---> 6e6d68b55974 [2021-06-14T18:27:25.262Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-14T18:27:25.522Z] ---> Running in d0c442209017 [2021-06-14T18:27:25.782Z] Removing intermediate container 953393c7b195 [2021-06-14T18:27:25.782Z] ---> 5f1d59867d30 [2021-06-14T18:27:25.782Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-06-14T18:27:26.042Z] Removing intermediate container ccfc64e817fb [2021-06-14T18:27:26.042Z] ---> 7d3714e5154f [2021-06-14T18:27:26.042Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-06-14T18:27:26.042Z] ---> Running in 1663bd457927 [2021-06-14T18:27:26.306Z] ---> Running in 7c86846e51ad [2021-06-14T18:27:26.879Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-14T18:27:26.879Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-14T18:27:27.143Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-14T18:27:27.143Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-14T18:27:27.405Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-14T18:27:27.405Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-14T18:27:27.674Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-14T18:27:27.935Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-14T18:27:27.935Z] OK: 219 MiB in 52 packages [2021-06-14T18:27:27.935Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-14T18:27:28.196Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-14T18:27:28.196Z] OK: 219 MiB in 52 packages [2021-06-14T18:27:28.769Z] OK: 219 MiB in 52 packages [2021-06-14T18:27:28.769Z] Removing intermediate container 8a87aebbc190 [2021-06-14T18:27:28.769Z] ---> ce11bc1c702d [2021-06-14T18:27:28.769Z] Step 6/32 : COPY go.mod . [2021-06-14T18:27:28.769Z] OK: 219 MiB in 52 packages [2021-06-14T18:27:29.029Z] OK: 219 MiB in 52 packages [2021-06-14T18:27:29.029Z] Removing intermediate container 79286dc4e16d [2021-06-14T18:27:29.029Z] ---> f8afb10e9107 [2021-06-14T18:27:29.029Z] Step 6/23 : COPY go.mod . [2021-06-14T18:27:29.029Z] ---> 04a209b42f84 [2021-06-14T18:27:29.029Z] Step 7/32 : RUN go mod download [2021-06-14T18:27:29.290Z] ---> Running in 04d71e2332fe [2021-06-14T18:27:29.290Z] ---> dae3a2a0ebde [2021-06-14T18:27:29.290Z] Step 7/23 : RUN go mod download [2021-06-14T18:27:29.553Z] ---> Running in 65a36a91fb27 [2021-06-14T18:27:30.126Z] Removing intermediate container d0c442209017 [2021-06-14T18:27:30.126Z] ---> 30d15e309e99 [2021-06-14T18:27:30.126Z] Step 6/24 : COPY go.mod . [2021-06-14T18:27:30.126Z] Removing intermediate container 1663bd457927 [2021-06-14T18:27:30.126Z] ---> b40c3c908532 [2021-06-14T18:27:30.126Z] Step 6/22 : COPY go.mod . [2021-06-14T18:27:30.390Z] Removing intermediate container 7c86846e51ad [2021-06-14T18:27:30.390Z] ---> 496820db892a [2021-06-14T18:27:30.390Z] Step 6/24 : COPY go.mod . [2021-06-14T18:27:30.654Z] ---> f23de4d05de1 [2021-06-14T18:27:30.654Z] Step 7/24 : RUN go mod download [2021-06-14T18:27:30.923Z] ---> 81770b054a50 [2021-06-14T18:27:30.923Z] Step 7/22 : RUN go mod download [2021-06-14T18:27:31.202Z] ---> Running in e8d1ade626d8 [2021-06-14T18:27:31.202Z] ---> 458ed1a2daef [2021-06-14T18:27:31.202Z] Step 7/24 : RUN go mod download [2021-06-14T18:27:31.202Z] ---> Running in 1fd5faad4dd9 [2021-06-14T18:27:31.775Z] ---> Running in c6fb1cabd73b [2021-06-14T18:27:32.358Z] Removing intermediate container 04d71e2332fe [2021-06-14T18:27:32.358Z] ---> 0cef3cd59efa [2021-06-14T18:27:32.358Z] Step 8/32 : COPY . . [2021-06-14T18:27:33.755Z] Removing intermediate container 65a36a91fb27 [2021-06-14T18:27:33.756Z] ---> b53705b2137f [2021-06-14T18:27:33.756Z] Step 8/23 : COPY . . [2021-06-14T18:27:38.990Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-06-14T18:27:42.419Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-06-14T18:27:49.162Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-06-14T18:27:49.162Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-06-14T18:27:52.030Z] ---> 47530e0130b9 [2021-06-14T18:27:52.030Z] Step 9/32 : RUN go mod tidy [2021-06-14T18:27:52.030Z] ---> 4b58f9bb6985 [2021-06-14T18:27:52.030Z] Step 9/23 : RUN go mod tidy [2021-06-14T18:27:52.030Z] ---> Running in e7dfcc02e3b2 [2021-06-14T18:27:52.030Z] ---> Running in 0597d3872aaa [2021-06-14T18:27:52.030Z] Removing intermediate container e8d1ade626d8 [2021-06-14T18:27:52.030Z] ---> b0e0bcdb31ea [2021-06-14T18:27:52.030Z] Step 8/24 : COPY . . [2021-06-14T18:27:52.294Z] Removing intermediate container 1fd5faad4dd9 [2021-06-14T18:27:52.294Z] ---> 06d22c0a8fc3 [2021-06-14T18:27:52.294Z] Step 8/22 : COPY . . [2021-06-14T18:27:55.893Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-06-14T18:27:55.894Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-06-14T18:27:55.894Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-06-14T18:27:55.894Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-06-14T18:27:56.493Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-06-14T18:27:57.490Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-06-14T18:27:58.474Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-06-14T18:27:58.474Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-06-14T18:27:58.474Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-06-14T18:27:58.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-06-14T18:28:02.318Z] Removing intermediate container c6fb1cabd73b [2021-06-14T18:28:02.318Z] ---> 11cb018ce943 [2021-06-14T18:28:02.318Z] Step 8/24 : COPY . . [2021-06-14T18:28:09.213Z] ---> e4abda398722 [2021-06-14T18:28:09.213Z] Step 9/22 : RUN go mod tidy [2021-06-14T18:28:09.213Z] ---> 190008628559 [2021-06-14T18:28:09.213Z] Step 9/24 : RUN go mod tidy [2021-06-14T18:28:09.594Z] ---> Running in 006529d1b176 [2021-06-14T18:28:09.594Z] ---> Running in 0a01f2a068fa [2021-06-14T18:28:10.943Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.183s coverage: 28.7% of statements [2021-06-14T18:28:10.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-06-14T18:28:10.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-06-14T18:28:13.600Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.314s coverage: 100.0% of statements [2021-06-14T18:28:13.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-06-14T18:28:14.599Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.279s coverage: 53.4% of statements [2021-06-14T18:28:14.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-06-14T18:28:14.599Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-06-14T18:28:17.254Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.466s coverage: 87.7% of statements [2021-06-14T18:28:17.254Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-06-14T18:28:17.254Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-06-14T18:28:17.254Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.285s coverage: 78.9% of statements [2021-06-14T18:28:19.897Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.206s coverage: 81.2% of statements [2021-06-14T18:28:19.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-06-14T18:28:19.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-06-14T18:28:19.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-06-14T18:28:19.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-06-14T18:28:19.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-06-14T18:28:24.240Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.390s coverage: 95.1% of statements [2021-06-14T18:28:24.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-06-14T18:28:24.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-06-14T18:28:24.240Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] [2021-06-14T18:28:24.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-06-14T18:28:24.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-06-14T18:28:24.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-06-14T18:28:24.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-06-14T18:28:24.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-06-14T18:28:24.240Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.171s coverage: 60.0% of statements [2021-06-14T18:28:24.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-06-14T18:28:24.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-06-14T18:28:24.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-06-14T18:28:24.240Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.318s coverage: 0.8% of statements [2021-06-14T18:28:24.240Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-06-14T18:28:24.240Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.151s coverage: 58.8% of statements [2021-06-14T18:28:24.240Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.251s coverage: 22.0% of statements [2021-06-14T18:28:24.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-06-14T18:28:24.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.247s coverage: 47.1% of statements [2021-06-14T18:28:24.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.220s coverage: 79.5% of statements [2021-06-14T18:28:25.510Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.180s coverage: 94.1% of statements [2021-06-14T18:28:26.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.221s coverage: 96.3% of statements [2021-06-14T18:28:26.721Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.215s coverage: 87.5% of statements [2021-06-14T18:28:31.694Z] Removing intermediate container e7dfcc02e3b2 [2021-06-14T18:28:31.694Z] ---> f2e9bcccc19a [2021-06-14T18:28:31.694Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-06-14T18:28:33.611Z] ---> Running in 0463917ddb2d [2021-06-14T18:28:33.611Z] Removing intermediate container 0597d3872aaa [2021-06-14T18:28:33.611Z] ---> 403ec3dd34dc [2021-06-14T18:28:33.611Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-06-14T18:28:33.878Z] ---> Running in 56ab6fdb785d [2021-06-14T18:28:34.460Z] 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-06-14T18:28:34.724Z] 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-06-14T18:28:36.122Z] Removing intermediate container 0a01f2a068fa [2021-06-14T18:28:36.122Z] ---> 0519e59fadc5 [2021-06-14T18:28:36.122Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-06-14T18:28:36.122Z] Removing intermediate container 006529d1b176 [2021-06-14T18:28:36.122Z] ---> 0a5bbdee12f7 [2021-06-14T18:28:36.122Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-06-14T18:28:36.122Z] ---> Running in 3282a32cad31 [2021-06-14T18:28:36.385Z] ---> Running in 52c37b47c827 [2021-06-14T18:28:37.349Z] 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-06-14T18:28:37.349Z] 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-06-14T18:28:39.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.176s coverage: 94.4% of statements [2021-06-14T18:28:39.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.169s coverage: 44.8% of statements [2021-06-14T18:28:43.477Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.583s coverage: 81.8% of statements [2021-06-14T18:28:43.477Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-06-14T18:28:51.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.284s coverage: 92.9% of statements [2021-06-14T18:28:51.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-06-14T18:28:51.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-06-14T18:28:51.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-06-14T18:28:51.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 65.1% of statements [2021-06-14T18:28:51.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-06-14T18:28:51.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-06-14T18:28:51.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-06-14T18:28:51.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-06-14T18:28:51.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-06-14T18:28:51.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.171s coverage: 87.2% of statements [2021-06-14T18:28:51.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-06-14T18:28:51.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-06-14T18:28:51.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.151s coverage: 100.0% of statements [2021-06-14T18:28:51.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-06-14T18:28:51.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.209s coverage: 76.0% of statements [2021-06-14T18:28:51.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-06-14T18:28:51.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.223s coverage: 80.0% of statements [2021-06-14T18:28:51.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.399s coverage: 87.2% of statements [2021-06-14T18:28:51.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.297s coverage: 85.4% of statements [2021-06-14T18:28:51.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.300s coverage: 91.2% of statements [2021-06-14T18:28:51.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-06-14T18:28:52.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.822s coverage: 64.4% of statements [2021-06-14T18:28:52.582Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-06-14T18:28:52.582Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-06-14T18:28:52.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.155s coverage: 100.0% of statements [2021-06-14T18:28:52.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.094s coverage: 91.3% of statements [2021-06-14T18:28:52.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements [2021-06-14T18:28:53.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.091s coverage: 73.7% of statements [2021-06-14T18:28:53.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements [2021-06-14T18:28:57.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.058s coverage: 66.9% of statements [2021-06-14T18:28:57.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-06-14T18:28:57.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-06-14T18:28:57.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-06-14T18:28:59.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.729s coverage: 43.6% of statements [2021-06-14T18:28:59.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-06-14T18:28:59.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-06-14T18:28:59.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.249s coverage: 89.5% of statements [2021-06-14T18:28:59.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-06-14T18:28:59.875Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.192s coverage: 84.8% of statements [2021-06-14T18:28:59.875Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-06-14T18:29:08.175Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.241s coverage: 19.3% of statements [2021-06-14T18:29:08.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-06-14T18:29:08.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-06-14T18:29:08.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-06-14T18:29:08.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-06-14T18:29:08.175Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.534s coverage: 91.9% of statements [2021-06-14T18:29:08.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-06-14T18:29:08.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-06-14T18:29:08.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] [2021-06-14T18:29:08.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-06-14T18:29:08.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-06-14T18:29:08.175Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.186s coverage: 62.7% of statements [2021-06-14T18:29:08.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-06-14T18:29:08.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-06-14T18:29:08.175Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.389s coverage: 97.6% of statements [2021-06-14T18:29:08.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-06-14T18:29:08.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-06-14T18:29:08.175Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] [2021-06-14T18:29:08.175Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-06-14T18:29:08.175Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-06-14T18:29:08.175Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.151s coverage: 28.9% of statements [2021-06-14T18:29:08.175Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-06-14T18:29:08.175Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-06-14T18:29:08.175Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-06-14T18:29:08.175Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-06-14T18:29:08.175Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-06-14T18:29:08.175Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-06-14T18:29:08.175Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.176s coverage: 100.0% of statements [2021-06-14T18:29:08.175Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.064s coverage: 95.4% of statements [2021-06-14T18:29:08.771Z] GO111MODULE=on go vet ./... [2021-06-14T18:29:09.525Z] ---> 24d5e8e19930 [2021-06-14T18:29:09.525Z] Step 9/24 : RUN go mod tidy [2021-06-14T18:29:09.525Z] ---> Running in fb1d588b7f6d [2021-06-14T18:29:09.525Z] Removing intermediate container fb1d588b7f6d [2021-06-14T18:29:09.525Z] ---> a9e52f5d9a1a [2021-06-14T18:29:09.525Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-06-14T18:29:09.525Z] ---> Running in eda481082e7b [2021-06-14T18:29:09.525Z] 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-06-14T18:29:19.570Z] 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-06-14T18:29:23.797Z] Removing intermediate container 56ab6fdb785d [2021-06-14T18:29:23.797Z] ---> 135164464809 [2021-06-14T18:29:23.797Z] [2021-06-14T18:29:23.797Z] Step 11/23 : FROM alpine:3.12 [2021-06-14T18:29:23.797Z] Removing intermediate container 0463917ddb2d [2021-06-14T18:29:23.797Z] ---> db5a29edccb1 [2021-06-14T18:29:23.797Z] [2021-06-14T18:29:23.797Z] Step 11/32 : FROM alpine:3.12 [2021-06-14T18:29:23.797Z] 3.12: Pulling from library/alpine [2021-06-14T18:29:23.797Z] 3.12: Pulling from library/alpine [2021-06-14T18:29:24.377Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-14T18:29:24.377Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-14T18:29:24.377Z] Status: Downloaded newer image for alpine:3.12 [2021-06-14T18:29:24.377Z] Status: Downloaded newer image for alpine:3.12 [2021-06-14T18:29:24.377Z] ---> 13621d1b12d4 [2021-06-14T18:29:24.377Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-06-14T18:29:24.377Z] ---> 13621d1b12d4 [2021-06-14T18:29:24.377Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-06-14T18:29:25.768Z] ---> Running in ad1a42d5d623 [2021-06-14T18:29:25.768Z] ---> Running in 0c0fe99dd6f2 [2021-06-14T18:29:25.768Z] Removing intermediate container 52c37b47c827 [2021-06-14T18:29:25.768Z] ---> 7cf1aaaae57e [2021-06-14T18:29:25.768Z] [2021-06-14T18:29:25.768Z] Step 11/22 : FROM alpine:3.12 [2021-06-14T18:29:25.768Z] ---> 13621d1b12d4 [2021-06-14T18:29:25.768Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-06-14T18:29:25.768Z] ---> Running in eb7415578d6f [2021-06-14T18:29:25.768Z] Removing intermediate container 0c0fe99dd6f2 [2021-06-14T18:29:25.768Z] ---> 43f458ef917f [2021-06-14T18:29:25.768Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-06-14T18:29:25.768Z] ---> Running in 6426dc82a534 [2021-06-14T18:29:26.039Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-14T18:29:26.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-14T18:29:26.583Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-14T18:29:26.583Z] Executing busybox-1.31.1-r20.trigger [2021-06-14T18:29:26.583Z] OK: 6 MiB in 15 packages [2021-06-14T18:29:26.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-14T18:29:26.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-14T18:29:26.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-14T18:29:26.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-14T18:29:26.849Z] (1/4) Installing ca-certificates (20191127-r4) [2021-06-14T18:29:26.849Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-06-14T18:29:26.849Z] (3/4) Installing libcurl (7.77.0-r0) [2021-06-14T18:29:26.849Z] (4/4) Installing curl (7.77.0-r0) [2021-06-14T18:29:26.849Z] Executing busybox-1.31.1-r20.trigger [2021-06-14T18:29:26.849Z] Executing ca-certificates-20191127-r4.trigger [2021-06-14T18:29:26.849Z] OK: 7 MiB in 18 packages [2021-06-14T18:29:27.115Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-06-14T18:29:27.115Z] (2/2) Installing su-exec (0.2-r1) [2021-06-14T18:29:27.115Z] Executing busybox-1.31.1-r20.trigger [2021-06-14T18:29:27.115Z] OK: 6 MiB in 16 packages [2021-06-14T18:29:27.115Z] Removing intermediate container 3282a32cad31 [2021-06-14T18:29:27.115Z] ---> 5e5915c7cac2 [2021-06-14T18:29:27.115Z] [2021-06-14T18:29:27.115Z] Step 11/24 : FROM alpine:3.12 [2021-06-14T18:29:27.115Z] ---> 13621d1b12d4 [2021-06-14T18:29:27.115Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-14T18:29:27.377Z] ---> Running in b7384108f7d0 [2021-06-14T18:29:27.377Z] Removing intermediate container ad1a42d5d623 [2021-06-14T18:29:27.377Z] ---> 6d6f8b0ae98c [2021-06-14T18:29:27.377Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-14T18:29:27.642Z] ---> Running in 553d5724b640 [2021-06-14T18:29:27.642Z] Removing intermediate container eb7415578d6f [2021-06-14T18:29:27.906Z] ---> 59de7c5c99fc [2021-06-14T18:29:27.906Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-14T18:29:27.906Z] Removing intermediate container 6426dc82a534 [2021-06-14T18:29:27.906Z] ---> 3a047d2f580f [2021-06-14T18:29:27.906Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-06-14T18:29:27.906Z] ---> Running in 6cd2f70f434b [2021-06-14T18:29:27.906Z] ---> Running in 4f2f3b98498b [2021-06-14T18:29:27.906Z] Removing intermediate container 553d5724b640 [2021-06-14T18:29:27.906Z] ---> 10016dcf76cb [2021-06-14T18:29:27.906Z] Step 14/23 : ENV APP_PORT=59861 [2021-06-14T18:29:27.906Z] ---> Running in 7762d8e29239 [2021-06-14T18:29:27.906Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-14T18:29:28.171Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-14T18:29:28.171Z] Removing intermediate container 4f2f3b98498b [2021-06-14T18:29:28.171Z] ---> 60b6cd902005 [2021-06-14T18:29:28.171Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-06-14T18:29:28.171Z] Removing intermediate container 6cd2f70f434b [2021-06-14T18:29:28.171Z] ---> 0f0749f834f7 [2021-06-14T18:29:28.171Z] Step 14/22 : WORKDIR /edgex [2021-06-14T18:29:28.171Z] Removing intermediate container 7762d8e29239 [2021-06-14T18:29:28.171Z] ---> 40c8403cd110 [2021-06-14T18:29:28.171Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-14T18:29:28.171Z] ---> Running in 524a385f8e5b [2021-06-14T18:29:28.171Z] ---> Running in e736f958e41e [2021-06-14T18:29:28.171Z] ---> Running in 1cb971b2970d [2021-06-14T18:29:28.433Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-14T18:29:28.434Z] Executing busybox-1.31.1-r20.trigger [2021-06-14T18:29:28.434Z] OK: 6 MiB in 15 packages [2021-06-14T18:29:28.434Z] Removing intermediate container 524a385f8e5b [2021-06-14T18:29:28.434Z] ---> 76279757c2ee [2021-06-14T18:29:28.434Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-06-14T18:29:28.434Z] Removing intermediate container 1cb971b2970d [2021-06-14T18:29:28.434Z] ---> 0102614a818a [2021-06-14T18:29:28.434Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-14T18:29:28.434Z] Removing intermediate container e736f958e41e [2021-06-14T18:29:28.434Z] ---> 17f00acfe798 [2021-06-14T18:29:28.434Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-06-14T18:29:28.434Z] ---> Running in 8c1fd425f7b4 [2021-06-14T18:29:29.015Z] Removing intermediate container b7384108f7d0 [2021-06-14T18:29:29.015Z] ---> eb1f6ba5d0ec [2021-06-14T18:29:29.015Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-14T18:29:29.015Z] ---> 94ee9f27b211 [2021-06-14T18:29:29.015Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-06-14T18:29:29.015Z] ---> b52d905d4535 [2021-06-14T18:29:29.015Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-06-14T18:29:29.283Z] ---> Running in 800f1a6a0b1f [2021-06-14T18:29:29.549Z] Removing intermediate container 800f1a6a0b1f [2021-06-14T18:29:29.549Z] ---> a0f64597deef [2021-06-14T18:29:29.549Z] Step 14/24 : ENV APP_PORT=59881 [2021-06-14T18:29:29.549Z] ---> Running in 4bc986616b56 [2021-06-14T18:29:29.549Z] ---> 243629a2d186 [2021-06-14T18:29:29.549Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-06-14T18:29:29.819Z] ---> 1e4ad3ed878d [2021-06-14T18:29:29.819Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-06-14T18:29:29.819Z] Removing intermediate container 4bc986616b56 [2021-06-14T18:29:29.819Z] ---> 064a12245b5f [2021-06-14T18:29:29.819Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-14T18:29:30.090Z] Removing intermediate container 8c1fd425f7b4 [2021-06-14T18:29:30.090Z] ---> 6ecc1b1d869b [2021-06-14T18:29:30.090Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-06-14T18:29:30.090Z] ---> Running in c1e2ba3e9432 [2021-06-14T18:29:30.090Z] ---> Running in 8087f82e5eef [2021-06-14T18:29:30.090Z] ---> 3f48e00fe82f [2021-06-14T18:29:30.090Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-06-14T18:29:30.090Z] Removing intermediate container c1e2ba3e9432 [2021-06-14T18:29:30.090Z] ---> 33caf4aba4dd [2021-06-14T18:29:30.090Z] Step 16/24 : WORKDIR / [2021-06-14T18:29:30.090Z] ---> Running in 3ecbc2175539 [2021-06-14T18:29:30.356Z] ---> adc0b862e638 [2021-06-14T18:29:30.356Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-06-14T18:29:30.356Z] ---> Running in 2426a2985303 [2021-06-14T18:29:30.356Z] Removing intermediate container 8087f82e5eef [2021-06-14T18:29:30.356Z] ---> fd0e2c4de0cf [2021-06-14T18:29:30.356Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-06-14T18:29:30.356Z] ---> Running in 3a8b62673f6c [2021-06-14T18:29:30.356Z] Removing intermediate container 2426a2985303 [2021-06-14T18:29:30.356Z] ---> a6e20b54d8ff [2021-06-14T18:29:30.356Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-14T18:29:30.356Z] Removing intermediate container 3ecbc2175539 [2021-06-14T18:29:30.356Z] ---> b76ba23d9170 [2021-06-14T18:29:30.356Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-14T18:29:30.635Z] ---> Running in d3f3d13a5df2 [2021-06-14T18:29:30.635Z] Removing intermediate container 3a8b62673f6c [2021-06-14T18:29:30.635Z] ---> e17d970ddcef [2021-06-14T18:29:30.635Z] Step 19/22 : CMD ["--init=true"] [2021-06-14T18:29:30.897Z] ---> Running in 8e340a838d9e [2021-06-14T18:29:30.897Z] ---> 9b64f46049a8 [2021-06-14T18:29:30.897Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-06-14T18:29:30.897Z] Removing intermediate container d3f3d13a5df2 [2021-06-14T18:29:30.897Z] ---> 413fec8449fe [2021-06-14T18:29:30.897Z] Step 21/23 : LABEL arch=x86_64 [2021-06-14T18:29:30.897Z] ---> 4d0aa2f47c2f [2021-06-14T18:29:30.897Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-06-14T18:29:30.897Z] ---> Running in 08c16d5bf7d5 [2021-06-14T18:29:30.897Z] ---> Running in 8c777ec642f8 [2021-06-14T18:29:30.897Z] Removing intermediate container 8e340a838d9e [2021-06-14T18:29:30.897Z] ---> bb6dbd5be95c [2021-06-14T18:29:30.897Z] Step 20/22 : LABEL arch=x86_64 [2021-06-14T18:29:30.897Z] ---> Running in 2ebee28f6666 [2021-06-14T18:29:31.159Z] Removing intermediate container 08c16d5bf7d5 [2021-06-14T18:29:31.160Z] ---> e2b04b55cb30 [2021-06-14T18:29:31.160Z] Step 22/23 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb [2021-06-14T18:29:31.160Z] ---> Running in 09c1139b9a0b [2021-06-14T18:29:31.424Z] ---> b56f70c9e12a [2021-06-14T18:29:31.424Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-06-14T18:29:31.424Z] Removing intermediate container 2ebee28f6666 [2021-06-14T18:29:31.424Z] ---> 309f3b5f65ca [2021-06-14T18:29:31.424Z] Step 21/22 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb [2021-06-14T18:29:31.687Z] ---> Running in db304cdf9463 [2021-06-14T18:29:31.687Z] Removing intermediate container 09c1139b9a0b [2021-06-14T18:29:31.687Z] ---> e5ad5c1d5d0c [2021-06-14T18:29:31.687Z] Step 23/23 : LABEL version=0.0.0 [2021-06-14T18:29:31.687Z] ---> 732e8042b649 [2021-06-14T18:29:31.687Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-06-14T18:29:31.687Z] Removing intermediate container db304cdf9463 [2021-06-14T18:29:31.687Z] ---> 4c15953b140e [2021-06-14T18:29:31.687Z] Step 22/22 : LABEL version=0.0.0 [2021-06-14T18:29:31.950Z] ---> Running in bb4c37ddcd6b [2021-06-14T18:29:31.950Z] ---> Running in 0ceff1010bb7 [2021-06-14T18:29:31.950Z] ---> Running in fc74c022e0dd [2021-06-14T18:29:32.215Z] Removing intermediate container bb4c37ddcd6b [2021-06-14T18:29:32.215Z] ---> bff60dd40ee5 [2021-06-14T18:29:32.215Z] [2021-06-14T18:29:32.215Z] Removing intermediate container 8c777ec642f8 [2021-06-14T18:29:32.215Z] ---> 7a75ace7bee7 [2021-06-14T18:29:32.215Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-14T18:29:32.215Z] Removing intermediate container fc74c022e0dd [2021-06-14T18:29:32.215Z] ---> f6c0001ce3a7 [2021-06-14T18:29:32.215Z] [2021-06-14T18:29:32.215Z] Removing intermediate container 0ceff1010bb7 [2021-06-14T18:29:32.215Z] ---> 1c8b9549487b [2021-06-14T18:29:32.215Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-14T18:29:32.215Z] Successfully built bff60dd40ee5 [2021-06-14T18:29:32.215Z] Successfully tagged support-scheduler:latest [2021-06-14T18:29:32.215Z] Building core-command [2021-06-14T18:29:32.483Z]  Building support-scheduler ... done Successfully built f6c0001ce3a7 [2021-06-14T18:29:32.483Z] ---> Running in b932f0cf00c0 [2021-06-14T18:29:32.483Z] Successfully tagged security-proxy-setup:latest [2021-06-14T18:29:32.483Z] Building core-data [2021-06-14T18:29:33.063Z]  Building security-proxy-setup ... done  ---> 99be810739bd [2021-06-14T18:29:33.063Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-06-14T18:29:34.444Z] Removing intermediate container b932f0cf00c0 [2021-06-14T18:29:34.444Z] ---> 3c90b974a511 [2021-06-14T18:29:34.444Z] Step 22/24 : LABEL arch=x86_64 [2021-06-14T18:29:34.704Z] Removing intermediate container eda481082e7b [2021-06-14T18:29:34.704Z] ---> f8c3d245ed22 [2021-06-14T18:29:34.704Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-06-14T18:29:35.650Z] ---> Running in a25c6609ce1a [2021-06-14T18:29:35.650Z] ---> 5c6836b22f75 [2021-06-14T18:29:35.650Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-06-14T18:29:35.650Z] ---> Running in e47bd9abecd0 [2021-06-14T18:29:37.585Z] Removing intermediate container a25c6609ce1a [2021-06-14T18:29:37.585Z] ---> ca568460c921 [2021-06-14T18:29:37.585Z] Step 23/24 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb [2021-06-14T18:29:37.585Z] 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-06-14T18:29:38.993Z] ---> 37c59a8c40eb [2021-06-14T18:29:38.993Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-06-14T18:29:40.919Z] ---> Running in 3ab63ea5643b [2021-06-14T18:29:40.919Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-14T18:29:40.919Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-14T18:29:40.919Z] ---> 3c61fe8683a3 [2021-06-14T18:29:40.919Z] Step 3/24 : WORKDIR /edgex-go [2021-06-14T18:29:40.919Z] ---> Using cache [2021-06-14T18:29:40.919Z] ---> f6040660def3 [2021-06-14T18:29:40.919Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-14T18:29:40.919Z] ---> Using cache [2021-06-14T18:29:40.919Z] ---> 7d3714e5154f [2021-06-14T18:29:40.919Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-14T18:29:41.493Z] ---> Running in 098cfa1a8345 [2021-06-14T18:29:41.493Z] ---> a8e83e57407b [2021-06-14T18:29:41.493Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-06-14T18:29:41.493Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-14T18:29:41.493Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-14T18:29:41.493Z] ---> 3c61fe8683a3 [2021-06-14T18:29:41.493Z] Step 3/24 : WORKDIR /edgex-go [2021-06-14T18:29:41.493Z] ---> Using cache [2021-06-14T18:29:41.493Z] ---> f6040660def3 [2021-06-14T18:29:41.493Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-14T18:29:41.493Z] ---> Using cache [2021-06-14T18:29:41.493Z] ---> 7d3714e5154f [2021-06-14T18:29:41.493Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-06-14T18:29:41.756Z] Removing intermediate container 3ab63ea5643b [2021-06-14T18:29:41.756Z] ---> c8e36d08f2a6 [2021-06-14T18:29:41.756Z] Step 24/24 : LABEL version=0.0.0 [2021-06-14T18:29:41.756Z] ---> Running in c449f117eb96 [2021-06-14T18:29:41.756Z] ---> Running in 030812ad04a9 [2021-06-14T18:29:41.756Z] Removing intermediate container e47bd9abecd0 [2021-06-14T18:29:41.756Z] ---> f69201f8d4ff [2021-06-14T18:29:41.756Z] [2021-06-14T18:29:41.756Z] Step 12/24 : FROM docker:20.10.0 [2021-06-14T18:29:42.026Z] ---> ad20a69c3a53 [2021-06-14T18:29:42.026Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-06-14T18:29:42.026Z] 20.10.0: Pulling from library/docker [2021-06-14T18:29:42.026Z] Removing intermediate container 030812ad04a9 [2021-06-14T18:29:42.026Z] ---> aba0ba2f87cb [2021-06-14T18:29:42.026Z] [2021-06-14T18:29:42.026Z] ---> Running in 5b4cd65ecb89 [2021-06-14T18:29:42.300Z] Successfully built aba0ba2f87cb [2021-06-14T18:29:42.301Z] Successfully tagged core-metadata:latest [2021-06-14T18:29:42.301Z] Building security-secretstore-setup [2021-06-14T18:29:42.301Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-14T18:29:42.301Z]  Building core-metadata ... done Removing intermediate container 5b4cd65ecb89 [2021-06-14T18:29:42.301Z] ---> 27306e67cc0d [2021-06-14T18:29:42.301Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-06-14T18:29:42.301Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-14T18:29:43.253Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-14T18:29:43.253Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-14T18:29:43.840Z] OK: 219 MiB in 52 packages [2021-06-14T18:29:43.840Z] ---> 49b5dc1a96bd [2021-06-14T18:29:43.840Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-06-14T18:29:44.422Z] OK: 219 MiB in 52 packages [2021-06-14T18:29:44.998Z] ---> Running in f01fe68cff65 [2021-06-14T18:29:46.407Z] Removing intermediate container 098cfa1a8345 [2021-06-14T18:29:46.407Z] ---> c4c5ed9631d3 [2021-06-14T18:29:46.407Z] Step 6/24 : COPY go.mod . [2021-06-14T18:29:46.683Z] Removing intermediate container c449f117eb96 [2021-06-14T18:29:46.683Z] ---> 5de11fd49e48 [2021-06-14T18:29:46.683Z] Step 6/24 : COPY go.mod . [2021-06-14T18:29:46.953Z] ---> adcdb8ae1cf9 [2021-06-14T18:29:46.953Z] Step 7/24 : RUN go mod download [2021-06-14T18:29:47.218Z] ---> e8e789068049 [2021-06-14T18:29:47.218Z] Step 7/24 : RUN go mod download [2021-06-14T18:29:47.218Z] ---> Running in f11e4c435ce8 [2021-06-14T18:29:47.218Z] ---> Running in ca6bae177953 [2021-06-14T18:29:47.486Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-14T18:29:47.486Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-06-14T18:29:47.486Z] ---> 3c61fe8683a3 [2021-06-14T18:29:47.486Z] Step 3/26 : WORKDIR /edgex-go [2021-06-14T18:29:47.486Z] ---> Using cache [2021-06-14T18:29:47.486Z] ---> f6040660def3 [2021-06-14T18:29:47.486Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-14T18:29:47.486Z] ---> Using cache [2021-06-14T18:29:47.486Z] ---> 7d3714e5154f [2021-06-14T18:29:47.486Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-06-14T18:29:47.486Z] ---> Using cache [2021-06-14T18:29:47.486Z] ---> c4c5ed9631d3 [2021-06-14T18:29:47.486Z] Step 6/26 : COPY go.mod . [2021-06-14T18:29:47.486Z] ---> Using cache [2021-06-14T18:29:47.486Z] ---> adcdb8ae1cf9 [2021-06-14T18:29:47.486Z] Step 7/26 : RUN go mod download [2021-06-14T18:29:47.486Z] Removing intermediate container f01fe68cff65 [2021-06-14T18:29:47.486Z] ---> 11a91f73f653 [2021-06-14T18:29:47.486Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-06-14T18:29:47.486Z] ---> Running in 43bd6b543248 [2021-06-14T18:29:47.753Z] ---> Running in db7cc015fd97 [2021-06-14T18:29:48.019Z] Removing intermediate container db7cc015fd97 [2021-06-14T18:29:48.019Z] ---> a7ef4861c404 [2021-06-14T18:29:48.019Z] Step 29/32 : CMD ["gate"] [2021-06-14T18:29:48.287Z] ---> Running in 94822977958a [2021-06-14T18:29:48.287Z] Removing intermediate container f11e4c435ce8 [2021-06-14T18:29:48.287Z] ---> de66921edf71 [2021-06-14T18:29:48.287Z] Step 8/24 : COPY . . [2021-06-14T18:29:48.553Z] Removing intermediate container 94822977958a [2021-06-14T18:29:48.554Z] ---> cdd0b4726b98 [2021-06-14T18:29:48.554Z] Step 30/32 : LABEL arch=x86_64 [2021-06-14T18:29:48.554Z] Removing intermediate container ca6bae177953 [2021-06-14T18:29:48.554Z] ---> 32d10ada783b [2021-06-14T18:29:48.554Z] Step 8/24 : COPY . . [2021-06-14T18:29:48.554Z] ---> Running in fa2cabc99899 [2021-06-14T18:29:49.505Z] Removing intermediate container fa2cabc99899 [2021-06-14T18:29:49.505Z] ---> b188028ac037 [2021-06-14T18:29:49.505Z] Step 31/32 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb [2021-06-14T18:29:53.736Z] Removing intermediate container 43bd6b543248 [2021-06-14T18:29:53.736Z] ---> f1b75d51afda [2021-06-14T18:29:53.736Z] Step 8/26 : COPY . . [2021-06-14T18:29:53.736Z] ---> Running in e89f22546203 [2021-06-14T18:29:55.679Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-06-14T18:29:55.679Z] Removing intermediate container e89f22546203 [2021-06-14T18:29:55.679Z] ---> 2dee51c689db [2021-06-14T18:29:55.679Z] Step 32/32 : LABEL version=0.0.0 [2021-06-14T18:29:55.679Z] Status: Downloaded newer image for docker:20.10.0 [2021-06-14T18:29:56.646Z] ---> aefe523efa57 [2021-06-14T18:29:56.646Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-06-14T18:29:56.910Z] ---> 4e4ea50f290f [2021-06-14T18:29:56.910Z] Step 9/24 : RUN go mod tidy [2021-06-14T18:29:56.910Z] ---> Running in 8cd85c9eae58 [2021-06-14T18:29:56.910Z] ---> e1835a91ab72 [2021-06-14T18:29:56.910Z] Step 9/24 : RUN go mod tidy [2021-06-14T18:29:56.910Z] ---> Running in 5072e092bece [2021-06-14T18:29:56.910Z] ---> Running in 806801a7d376 [2021-06-14T18:29:57.180Z] ---> Running in 71fc57377d4d [2021-06-14T18:29:57.180Z] Removing intermediate container 8cd85c9eae58 [2021-06-14T18:29:57.180Z] ---> e9b38d412cf7 [2021-06-14T18:29:57.180Z] [2021-06-14T18:29:57.180Z] Successfully built e9b38d412cf7 [2021-06-14T18:29:57.485Z] Removing intermediate container 806801a7d376 [2021-06-14T18:29:57.485Z] ---> 501f1df31e29 [2021-06-14T18:29:57.485Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-06-14T18:29:57.485Z] Successfully tagged security-bootstrapper:latest [2021-06-14T18:29:57.485Z] Building support-notifications [2021-06-14T18:29:57.485Z]  Building security-bootstrapper ... done  ---> Running in eac7295e6f7a [2021-06-14T18:29:58.131Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-14T18:29:58.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-14T18:29:58.769Z] (1/39) Installing readline (8.0.4-r0) [2021-06-14T18:29:58.769Z] (2/39) Installing bash (5.0.17-r0) [2021-06-14T18:29:58.769Z] Executing bash-5.0.17-r0.post-install [2021-06-14T18:29:58.769Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-06-14T18:29:58.769Z] (4/39) Installing libcurl (7.77.0-r0) [2021-06-14T18:29:58.769Z] (5/39) Installing curl (7.77.0-r0) [2021-06-14T18:29:58.769Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-06-14T18:29:58.769Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-06-14T18:29:58.769Z] (8/39) Installing expat (2.2.9-r1) [2021-06-14T18:29:58.769Z] (9/39) Installing libffi (3.3-r2) [2021-06-14T18:29:58.769Z] (10/39) Installing gdbm (1.13-r1) [2021-06-14T18:29:58.769Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-06-14T18:29:58.769Z] (12/39) Installing sqlite-libs (3.32.1-r1) [2021-06-14T18:29:58.769Z] (13/39) Installing python3 (3.8.10-r0) [2021-06-14T18:30:02.093Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-06-14T18:30:02.093Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-06-14T18:30:02.093Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-06-14T18:30:02.093Z] (17/39) Installing py3-six (1.15.0-r0) [2021-06-14T18:30:02.093Z] (18/39) Installing py3-packaging (20.4-r0) [2021-06-14T18:30:02.093Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-06-14T18:30:02.093Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-06-14T18:30:02.093Z] (21/39) Installing py3-idna (2.9-r0) [2021-06-14T18:30:02.093Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-06-14T18:30:02.093Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-06-14T18:30:02.093Z] Removing intermediate container 5072e092bece [2021-06-14T18:30:02.093Z] ---> 5bb604054d9f [2021-06-14T18:30:02.093Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-06-14T18:30:02.093Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-06-14T18:30:02.093Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-06-14T18:30:02.093Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-06-14T18:30:02.093Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-06-14T18:30:02.093Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-06-14T18:30:02.093Z] Removing intermediate container 71fc57377d4d [2021-06-14T18:30:02.093Z] ---> 4eb75c9390d1 [2021-06-14T18:30:02.093Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-06-14T18:30:02.093Z] ---> 48a1ea700549 [2021-06-14T18:30:02.093Z] Step 9/26 : RUN go mod tidy [2021-06-14T18:30:02.093Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-06-14T18:30:02.093Z] ---> Running in 51f4f544cb90 [2021-06-14T18:30:02.093Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-06-14T18:30:02.093Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-06-14T18:30:02.093Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-06-14T18:30:02.093Z] ---> Running in f5cc61fb6bb3 [2021-06-14T18:30:02.093Z] ---> Running in 51c0eb8fe893 [2021-06-14T18:30:02.093Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-06-14T18:30:02.093Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-06-14T18:30:02.093Z] (35/39) Installing py3-progress (1.5-r0) [2021-06-14T18:30:02.093Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-06-14T18:30:02.093Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-06-14T18:30:02.093Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-06-14T18:30:02.093Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-06-14T18:30:02.093Z] Executing busybox-1.31.1-r19.trigger [2021-06-14T18:30:02.093Z] OK: 72 MiB in 59 packages [2021-06-14T18:30:03.056Z] 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-06-14T18:30:03.056Z] Collecting docker-compose==1.23.2 [2021-06-14T18:30:03.056Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-06-14T18:30:03.056Z] 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-06-14T18:30:03.329Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-06-14T18:30:03.329Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-06-14T18:30:03.605Z] Collecting cached-property<2,>=1.2.0 [2021-06-14T18:30:03.605Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-06-14T18:30:03.884Z] Collecting PyYAML<4,>=3.10 [2021-06-14T18:30:03.884Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-06-14T18:30:05.305Z] Removing intermediate container 51c0eb8fe893 [2021-06-14T18:30:05.305Z] ---> 1cc1af7066e9 [2021-06-14T18:30:05.305Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-06-14T18:30:05.305Z] ---> Running in b0e4126691c9 [2021-06-14T18:30:05.305Z] Collecting dockerpty<0.5,>=0.4.1 [2021-06-14T18:30:05.305Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-06-14T18:30:05.910Z] 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-06-14T18:30:06.183Z] Collecting docopt<0.7,>=0.6.1 [2021-06-14T18:30:06.183Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-06-14T18:30:07.139Z] Collecting texttable<0.10,>=0.9.0 [2021-06-14T18:30:07.139Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-06-14T18:30:07.719Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-14T18:30:07.719Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-14T18:30:07.719Z] ---> 3c61fe8683a3 [2021-06-14T18:30:07.719Z] Step 3/23 : WORKDIR /edgex-go [2021-06-14T18:30:07.719Z] ---> Using cache [2021-06-14T18:30:07.719Z] ---> f6040660def3 [2021-06-14T18:30:07.719Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-14T18:30:07.719Z] ---> Using cache [2021-06-14T18:30:07.719Z] ---> 7d3714e5154f [2021-06-14T18:30:07.719Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-06-14T18:30:07.719Z] ---> Running in 3c3e7101e888 [2021-06-14T18:30:07.982Z] Collecting websocket-client<1.0,>=0.32.0 [2021-06-14T18:30:07.982Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-06-14T18:30:07.982Z] Collecting docker<4.0,>=3.6.0 [2021-06-14T18:30:07.982Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-06-14T18:30:08.249Z] 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-06-14T18:30:08.249Z] Collecting jsonschema<3,>=2.5.1 [2021-06-14T18:30:08.249Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-06-14T18:30:08.249Z] Collecting idna<2.8,>=2.5 [2021-06-14T18:30:08.249Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-14T18:30:08.249Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-06-14T18:30:08.249Z] 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-06-14T18:30:08.512Z] Collecting urllib3<1.25,>=1.21.1 [2021-06-14T18:30:08.512Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-06-14T18:30:08.512Z] 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-06-14T18:30:08.778Z] Collecting docker-pycreds>=0.4.0 [2021-06-14T18:30:08.778Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-06-14T18:30:08.778Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-06-14T18:30:08.778Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-06-14T18:30:08.778Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-06-14T18:30:08.778Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-06-14T18:30:09.041Z] Installing collected packages: idna, urllib3, requests, cached-property, PyYAML, dockerpty, docopt, texttable, websocket-client, docker-pycreds, docker, jsonschema, docker-compose [2021-06-14T18:30:09.041Z] Attempting uninstall: idna [2021-06-14T18:30:09.041Z] Found existing installation: idna 2.9 [2021-06-14T18:30:09.041Z] Uninstalling idna-2.9: [2021-06-14T18:30:09.041Z] Successfully uninstalled idna-2.9 [2021-06-14T18:30:09.041Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-14T18:30:09.308Z] Attempting uninstall: urllib3 [2021-06-14T18:30:09.308Z] Found existing installation: urllib3 1.25.9 [2021-06-14T18:30:09.308Z] Uninstalling urllib3-1.25.9: [2021-06-14T18:30:09.308Z] Successfully uninstalled urllib3-1.25.9 [2021-06-14T18:30:09.573Z] Attempting uninstall: requests [2021-06-14T18:30:09.573Z] Found existing installation: requests 2.23.0 [2021-06-14T18:30:09.573Z] Uninstalling requests-2.23.0: [2021-06-14T18:30:09.573Z] Successfully uninstalled requests-2.23.0 [2021-06-14T18:30:09.573Z] Running setup.py install for PyYAML: started [2021-06-14T18:30:09.840Z] OK: 219 MiB in 52 packages [2021-06-14T18:30:10.104Z] Running setup.py install for PyYAML: finished with status 'done' [2021-06-14T18:30:10.104Z] Running setup.py install for dockerpty: started [2021-06-14T18:30:10.368Z] Removing intermediate container 3c3e7101e888 [2021-06-14T18:30:10.368Z] ---> 7ce0d1634a7e [2021-06-14T18:30:10.368Z] Step 6/23 : COPY go.mod . [2021-06-14T18:30:10.643Z] ---> 53f095bb77b1 [2021-06-14T18:30:10.643Z] Step 7/23 : RUN go mod download [2021-06-14T18:30:10.643Z] ---> Running in 7a6bc7fb7ba6 [2021-06-14T18:30:10.911Z] Running setup.py install for dockerpty: finished with status 'done' [2021-06-14T18:30:10.911Z] Running setup.py install for docopt: started [2021-06-14T18:30:11.865Z] Removing intermediate container 7a6bc7fb7ba6 [2021-06-14T18:30:11.865Z] ---> 903a910d79a4 [2021-06-14T18:30:11.865Z] Step 8/23 : COPY . . [2021-06-14T18:30:11.865Z] Running setup.py install for docopt: finished with status 'done' [2021-06-14T18:30:11.865Z] Running setup.py install for texttable: started [2021-06-14T18:30:13.267Z] Running setup.py install for texttable: finished with status 'done' [2021-06-14T18:30:14.222Z] 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.59.0 [2021-06-14T18:30:18.557Z] ---> ed275df59381 [2021-06-14T18:30:18.557Z] Step 9/23 : RUN go mod tidy [2021-06-14T18:30:18.557Z] ---> Running in 6cac534ea95d [2021-06-14T18:30:21.198Z] Removing intermediate container eac7295e6f7a [2021-06-14T18:30:21.198Z] ---> 326278d77f00 [2021-06-14T18:30:21.198Z] Step 15/24 : ENV APP_PORT=58890 [2021-06-14T18:30:21.198Z] Removing intermediate container 6cac534ea95d [2021-06-14T18:30:21.198Z] ---> 7cb521a46adc [2021-06-14T18:30:21.198Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-06-14T18:30:21.198Z] ---> Running in 5aaa3f35ca04 [2021-06-14T18:30:21.198Z] ---> Running in afc6ee8d89bf [2021-06-14T18:30:21.198Z] Removing intermediate container 5aaa3f35ca04 [2021-06-14T18:30:21.198Z] ---> 2c62fa4061f8 [2021-06-14T18:30:21.198Z] Step 16/24 : EXPOSE $APP_PORT [2021-06-14T18:30:21.198Z] ---> Running in fe24a61285cb [2021-06-14T18:30:21.479Z] Removing intermediate container fe24a61285cb [2021-06-14T18:30:21.479Z] ---> d359d373ce1a [2021-06-14T18:30:21.479Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-06-14T18:30:21.750Z] 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-06-14T18:30:22.331Z] ---> 5f6ba45b036c [2021-06-14T18:30:22.331Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-06-14T18:30:22.331Z] ---> 94fee80c4031 [2021-06-14T18:30:22.331Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-06-14T18:30:22.605Z] ---> 364dbe4a72cf [2021-06-14T18:30:22.605Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-06-14T18:30:22.605Z] ---> Running in f6f6f911d07f [2021-06-14T18:30:22.877Z] Removing intermediate container f6f6f911d07f [2021-06-14T18:30:22.877Z] ---> f481ec169c22 [2021-06-14T18:30:22.877Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-14T18:30:22.877Z] ---> Running in 7135a28ce095 [2021-06-14T18:30:22.877Z] Removing intermediate container 7135a28ce095 [2021-06-14T18:30:22.877Z] ---> e065f92db467 [2021-06-14T18:30:22.877Z] Step 22/24 : LABEL arch=x86_64 [2021-06-14T18:30:23.148Z] ---> Running in fa105aa016ee [2021-06-14T18:30:23.148Z] Removing intermediate container fa105aa016ee [2021-06-14T18:30:23.148Z] ---> 92276951fed3 [2021-06-14T18:30:23.148Z] Step 23/24 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb [2021-06-14T18:30:23.148Z] ---> Running in 88762b22f42a [2021-06-14T18:30:23.412Z] Removing intermediate container 88762b22f42a [2021-06-14T18:30:23.412Z] ---> be8aee2c1b43 [2021-06-14T18:30:23.412Z] Step 24/24 : LABEL version=0.0.0 [2021-06-14T18:30:23.412Z] ---> Running in 768ec107a72f [2021-06-14T18:30:23.412Z] Removing intermediate container 768ec107a72f [2021-06-14T18:30:23.412Z] ---> 4793350effbc [2021-06-14T18:30:23.412Z] [2021-06-14T18:30:23.676Z] Successfully built 4793350effbc [2021-06-14T18:30:23.676Z] Successfully tagged sys-mgmt-agent:latest [2021-06-14T18:30:30.651Z] gofmt -l . [2021-06-14T18:30:30.651Z] [ "`gofmt -l .`" = "" ] [2021-06-14T18:30:30.651Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-06-14T18:30:31.322Z] + ls -al . [2021-06-14T18:30:31.322Z] total 544 [2021-06-14T18:30:31.322Z] drwxrwxr-x 9 1001 1001 4096 Jun 14 18:30 . [2021-06-14T18:30:31.322Z] drwxr-xr-x 4 root root 4096 Jun 14 18:26 .. [2021-06-14T18:30:31.322Z] -rw-rw-r-- 1 1001 1001 11 Jun 14 18:24 .dockerignore [2021-06-14T18:30:31.322Z] drwxrwxr-x 8 1001 1001 4096 Jun 14 18:24 .git [2021-06-14T18:30:31.322Z] drwxrwxr-x 3 1001 1001 4096 Jun 14 18:24 .github [2021-06-14T18:30:31.322Z] -rw-rw-r-- 1 1001 1001 818 Jun 14 18:24 .gitignore [2021-06-14T18:30:31.322Z] -rw-rw-r-- 1 1001 1001 166 Jun 14 18:24 .sonarcloud.properties [2021-06-14T18:30:31.322Z] -rw-rw-r-- 1 1001 1001 8609 Jun 14 18:24 Attribution.txt [2021-06-14T18:30:31.322Z] -rw-rw-r-- 1 1001 1001 3804 Jun 14 18:24 CONTRIBUTING.md [2021-06-14T18:30:31.322Z] -rw-rw-r-- 1 1001 1001 931 Jun 14 18:24 Dockerfile.build [2021-06-14T18:30:31.322Z] -rw-rw-r-- 1 1001 1001 849 Jun 14 18:24 Jenkinsfile [2021-06-14T18:30:31.322Z] -rw-rw-r-- 1 1001 1001 10775 Jun 14 18:24 LICENSE [2021-06-14T18:30:31.322Z] -rw-rw-r-- 1 1001 1001 5605 Jun 14 18:24 Makefile [2021-06-14T18:30:31.322Z] -rw-rw-r-- 1 1001 1001 7978 Jun 14 18:24 README.md [2021-06-14T18:30:31.322Z] -rw-rw-r-- 1 1001 1001 7071 Jun 14 18:24 SECURITY.md [2021-06-14T18:30:31.322Z] -rw-rw-r-- 1 1001 1001 5 Jun 14 18:21 VERSION [2021-06-14T18:30:31.322Z] -rw-rw-r-- 1 1001 1001 4131 Jun 14 18:24 ZMQWindows.md [2021-06-14T18:30:31.322Z] drwxrwxr-x 2 1001 1001 4096 Jun 14 18:24 bin [2021-06-14T18:30:31.322Z] drwxrwxr-x 14 1001 1001 4096 Jun 14 18:24 cmd [2021-06-14T18:30:31.322Z] -rw-r--r-- 1 root root 398195 Jun 14 18:29 coverage.out [2021-06-14T18:30:31.322Z] -rw-rw-r-- 1 1001 1001 841 Jun 14 18:24 go.mod [2021-06-14T18:30:31.322Z] -rw-r--r-- 1 root root 21063 Jun 14 18:26 go.sum [2021-06-14T18:30:31.322Z] drwxrwxr-x 7 1001 1001 4096 Jun 14 18:24 internal [2021-06-14T18:30:31.322Z] drwxrwxr-x 3 1001 1001 4096 Jun 14 18:24 openapi [2021-06-14T18:30:31.322Z] drwxrwxr-x 4 1001 1001 4096 Jun 14 18:24 snap [2021-06-14T18:30:31.322Z] -rw-rw-r-- 1 1001 1001 168 Jun 14 18:24 version.go [Pipeline] sh [2021-06-14T18:30:31.983Z] + '[' -e coverage.out ] [2021-06-14T18:30:31.984Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-06-14T18:30:32.016Z] Warning: overwriting stash ‘coverage-report’ [2021-06-14T18:30:32.850Z] Stashed 1 file(s) [Pipeline] sh [2021-06-14T18:30:33.510Z] + make build [2021-06-14T18:30:33.511Z] go mod tidy [2021-06-14T18:30:34.112Z] 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-06-14T18:30:36.027Z]  Building sys-mgmt-agent ... done Removing intermediate container f5cc61fb6bb3 [2021-06-14T18:30:36.027Z] ---> e9d824221350 [2021-06-14T18:30:36.027Z] [2021-06-14T18:30:36.027Z] Step 11/24 : FROM alpine:3.12 [2021-06-14T18:30:36.027Z] ---> 13621d1b12d4 [2021-06-14T18:30:36.027Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-14T18:30:36.027Z] ---> Using cache [2021-06-14T18:30:36.027Z] ---> eb1f6ba5d0ec [2021-06-14T18:30:36.027Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-14T18:30:36.027Z] ---> Using cache [2021-06-14T18:30:36.027Z] ---> a0f64597deef [2021-06-14T18:30:36.027Z] Step 14/24 : ENV APP_PORT=59882 [2021-06-14T18:30:36.027Z] ---> Running in cf1fb4af9a8f [2021-06-14T18:30:36.027Z] Removing intermediate container cf1fb4af9a8f [2021-06-14T18:30:36.027Z] ---> 0c956bba0f24 [2021-06-14T18:30:36.027Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-14T18:30:36.027Z] ---> Running in 8aab20a6068f [2021-06-14T18:30:36.027Z] Removing intermediate container 8aab20a6068f [2021-06-14T18:30:36.027Z] ---> 13f3f60b7573 [2021-06-14T18:30:36.027Z] Step 16/24 : WORKDIR / [2021-06-14T18:30:36.027Z] ---> Running in b3d5418ddf32 [2021-06-14T18:30:36.027Z] Removing intermediate container b3d5418ddf32 [2021-06-14T18:30:36.027Z] ---> 2e53a6f71ff9 [2021-06-14T18:30:36.027Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-14T18:30:36.027Z] ---> 6eca6d047971 [2021-06-14T18:30:36.027Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-06-14T18:30:36.305Z] ---> e06417f3d135 [2021-06-14T18:30:36.305Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-06-14T18:30:36.577Z] ---> e18234f9ea4c [2021-06-14T18:30:36.577Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-06-14T18:30:36.577Z] ---> Running in 206b7592b2fc [2021-06-14T18:30:36.843Z] Removing intermediate container 206b7592b2fc [2021-06-14T18:30:36.843Z] ---> d97d14187276 [2021-06-14T18:30:36.843Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-14T18:30:36.843Z] ---> Running in 65ceb3f5c46c [2021-06-14T18:30:36.843Z] Removing intermediate container 65ceb3f5c46c [2021-06-14T18:30:36.843Z] ---> cfd178e5cb0d [2021-06-14T18:30:36.843Z] Step 22/24 : LABEL arch=x86_64 [2021-06-14T18:30:37.113Z] ---> Running in e6843f4f48e1 [2021-06-14T18:30:37.113Z] Removing intermediate container e6843f4f48e1 [2021-06-14T18:30:37.113Z] ---> 1707802aa73f [2021-06-14T18:30:37.113Z] Step 23/24 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb [2021-06-14T18:30:37.113Z] ---> Running in e99d744d493f [2021-06-14T18:30:37.380Z] Removing intermediate container e99d744d493f [2021-06-14T18:30:37.380Z] ---> daa14a079005 [2021-06-14T18:30:37.380Z] Step 24/24 : LABEL version=0.0.0 [2021-06-14T18:30:37.380Z] ---> Running in e4921a4416e1 [2021-06-14T18:30:37.646Z] Removing intermediate container e4921a4416e1 [2021-06-14T18:30:37.646Z] ---> 13fddfd513d9 [2021-06-14T18:30:37.646Z] [2021-06-14T18:30:37.646Z] Successfully built 13fddfd513d9 [2021-06-14T18:30:37.646Z] Successfully tagged core-command:latest [2021-06-14T18:30:37.920Z]  Building core-command ... done 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-06-14T18:30:39.520Z] 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-06-14T18:30:41.353Z] Removing intermediate container b0e4126691c9 [2021-06-14T18:30:41.353Z] ---> d73b1f8efed6 [2021-06-14T18:30:41.353Z] [2021-06-14T18:30:41.353Z] Step 11/26 : FROM alpine:3.12 [2021-06-14T18:30:41.353Z] ---> 13621d1b12d4 [2021-06-14T18:30:41.353Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-06-14T18:30:41.353Z] ---> Running in 48debae1780a [2021-06-14T18:30:42.352Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-14T18:30:42.352Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-14T18:30:42.617Z] (1/6) Installing ca-certificates (20191127-r4) [2021-06-14T18:30:42.617Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-06-14T18:30:42.617Z] (3/6) Installing libcurl (7.77.0-r0) [2021-06-14T18:30:42.617Z] (4/6) Installing curl (7.77.0-r0) [2021-06-14T18:30:42.617Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-06-14T18:30:42.617Z] (6/6) Installing su-exec (0.2-r1) [2021-06-14T18:30:42.617Z] Executing busybox-1.31.1-r20.trigger [2021-06-14T18:30:42.617Z] Executing ca-certificates-20191127-r4.trigger [2021-06-14T18:30:42.617Z] OK: 7 MiB in 20 packages [2021-06-14T18:30:42.886Z] Removing intermediate container 51f4f544cb90 [2021-06-14T18:30:42.886Z] ---> b98c1a8d021b [2021-06-14T18:30:42.886Z] [2021-06-14T18:30:42.886Z] Step 11/24 : FROM alpine:3.12 [2021-06-14T18:30:42.886Z] ---> 13621d1b12d4 [2021-06-14T18:30:42.886Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-06-14T18:30:42.886Z] ---> Running in fd461c1a8c9d [2021-06-14T18:30:43.157Z] Removing intermediate container fd461c1a8c9d [2021-06-14T18:30:43.157Z] ---> c43f6f7016aa [2021-06-14T18:30:43.157Z] Step 13/24 : ENV APP_PORT=59880 [2021-06-14T18:30:43.157Z] Removing intermediate container 48debae1780a [2021-06-14T18:30:43.157Z] ---> fa056f70f302 [2021-06-14T18:30:43.157Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-14T18:30:43.157Z] ---> Running in f668bbeb32c4 [2021-06-14T18:30:43.157Z] ---> Running in 98b86e1dafb1 [2021-06-14T18:30:43.423Z] Removing intermediate container f668bbeb32c4 [2021-06-14T18:30:43.423Z] ---> b0911c636812 [2021-06-14T18:30:43.423Z] Step 14/24 : EXPOSE $APP_PORT [2021-06-14T18:30:43.423Z] Removing intermediate container 98b86e1dafb1 [2021-06-14T18:30:43.423Z] ---> c8522df0c05f [2021-06-14T18:30:43.423Z] Step 14/26 : WORKDIR / [2021-06-14T18:30:43.423Z] ---> Running in 70185cd1354a [2021-06-14T18:30:43.423Z] ---> Running in b9175f78b365 [2021-06-14T18:30:43.686Z] Removing intermediate container 70185cd1354a [2021-06-14T18:30:43.686Z] ---> 2bc3119b5ab3 [2021-06-14T18:30:43.686Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-14T18:30:43.686Z] ---> Running in a1ce80808357 [2021-06-14T18:30:43.686Z] Removing intermediate container b9175f78b365 [2021-06-14T18:30:43.686Z] ---> 09019f7721c4 [2021-06-14T18:30:43.686Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-06-14T18:30:43.954Z] ---> 835c9f276cd5 [2021-06-14T18:30:43.954Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-06-14T18:30:44.236Z] ---> a979cd2fca7d [2021-06-14T18:30:44.236Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-06-14T18:30:44.508Z] ---> 6e59a67a10d5 [2021-06-14T18:30:44.508Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-06-14T18:30:44.508Z] Removing intermediate container a1ce80808357 [2021-06-14T18:30:44.770Z] ---> 48d25f6833a8 [2021-06-14T18:30:44.770Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-06-14T18:30:44.770Z] ---> Running in 5053bae0c694 [2021-06-14T18:30:44.770Z] ---> e636c94709e9 [2021-06-14T18:30:44.770Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-06-14T18:30:45.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-14T18:30:45.349Z] ---> f07e2b862b31 [2021-06-14T18:30:45.349Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-06-14T18:30:45.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-14T18:30:45.927Z] ---> 31e957df1264 [2021-06-14T18:30:45.927Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-06-14T18:30:45.927Z] Removing intermediate container afc6ee8d89bf [2021-06-14T18:30:45.927Z] ---> 09625d231a8e [2021-06-14T18:30:45.927Z] [2021-06-14T18:30:45.927Z] Step 11/23 : FROM alpine:3.12 [2021-06-14T18:30:45.927Z] ---> 13621d1b12d4 [2021-06-14T18:30:45.927Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-06-14T18:30:45.927Z] ---> Running in 4f122f1ae461 [2021-06-14T18:30:45.927Z] ---> 7173a64a3fb5 [2021-06-14T18:30:45.927Z] Step 22/26 : 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-06-14T18:30:45.927Z] ---> Running in a43d99d23e03 [2021-06-14T18:30:46.191Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-06-14T18:30:46.191Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-14T18:30:46.191Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-14T18:30:46.454Z] (2/6) Installing libgcc (9.3.0-r2) [2021-06-14T18:30:46.454Z] (3/6) Installing libsodium (1.0.18-r0) [2021-06-14T18:30:46.454Z] (1/2) Installing ca-certificates (20191127-r4) [2021-06-14T18:30:46.454Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-06-14T18:30:46.454Z] Executing busybox-1.31.1-r20.trigger [2021-06-14T18:30:46.454Z] Executing ca-certificates-20191127-r4.trigger [2021-06-14T18:30:46.454Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-06-14T18:30:46.454Z] OK: 6 MiB in 16 packages [2021-06-14T18:30:46.726Z] Removing intermediate container a43d99d23e03 [2021-06-14T18:30:46.726Z] ---> 5846378cff86 [2021-06-14T18:30:46.726Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-06-14T18:30:46.726Z] ---> Running in a4a0c5e0c38c [2021-06-14T18:30:46.726Z] Removing intermediate container a4a0c5e0c38c [2021-06-14T18:30:46.726Z] ---> 9ad4fa3ad97c [2021-06-14T18:30:46.726Z] Step 24/26 : LABEL arch=x86_64 [2021-06-14T18:30:46.726Z] Removing intermediate container 4f122f1ae461 [2021-06-14T18:30:46.726Z] ---> cbd8ac290be7 [2021-06-14T18:30:46.726Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-14T18:30:46.726Z] ---> Running in e953f3e25bd5 [2021-06-14T18:30:46.992Z] ---> Running in 034113060a03 [2021-06-14T18:30:46.992Z] Removing intermediate container e953f3e25bd5 [2021-06-14T18:30:46.992Z] ---> 8c9552f71132 [2021-06-14T18:30:46.992Z] Step 25/26 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb [2021-06-14T18:30:46.992Z] ---> Running in f2a3296f53bf [2021-06-14T18:30:46.992Z] Removing intermediate container 034113060a03 [2021-06-14T18:30:46.992Z] ---> 9371f09c92c9 [2021-06-14T18:30:46.992Z] Step 14/23 : ENV APP_PORT=59860 [2021-06-14T18:30:46.992Z] ---> Running in 1ce121af2d86 [2021-06-14T18:30:46.992Z] Removing intermediate container f2a3296f53bf [2021-06-14T18:30:46.992Z] ---> c248bee62174 [2021-06-14T18:30:46.992Z] Step 26/26 : LABEL version=0.0.0 [2021-06-14T18:30:46.992Z] ---> Running in b4147b7b47b2 [2021-06-14T18:30:46.992Z] Removing intermediate container 1ce121af2d86 [2021-06-14T18:30:46.992Z] ---> ba4e102acccb [2021-06-14T18:30:46.992Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-14T18:30:46.992Z] ---> Running in 966882ac482e [2021-06-14T18:30:47.252Z] Removing intermediate container b4147b7b47b2 [2021-06-14T18:30:47.252Z] ---> d3a676ab7779 [2021-06-14T18:30:47.252Z] [2021-06-14T18:30:47.252Z] Removing intermediate container 966882ac482e [2021-06-14T18:30:47.252Z] ---> fe10360495bf [2021-06-14T18:30:47.252Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-14T18:30:47.252Z] Successfully built d3a676ab7779 [2021-06-14T18:30:47.252Z] Successfully tagged security-secretstore-setup:latest [2021-06-14T18:30:47.513Z]  Building security-secretstore-setup ... done  ---> 790ff441e943 [2021-06-14T18:30:47.513Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-06-14T18:30:47.513Z] (5/6) Installing libzmq (4.3.3-r0) [2021-06-14T18:30:47.513Z] (6/6) Installing zeromq (4.3.3-r0) [2021-06-14T18:30:47.513Z] Executing busybox-1.31.1-r20.trigger [2021-06-14T18:30:47.513Z] OK: 8 MiB in 20 packages [2021-06-14T18:30:47.773Z] ---> 3a22c319006d [2021-06-14T18:30:47.773Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-06-14T18:30:47.773Z] ---> 74654401f407 [2021-06-14T18:30:47.773Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-06-14T18:30:48.035Z] Removing intermediate container 5053bae0c694 [2021-06-14T18:30:48.035Z] ---> a54df343b745 [2021-06-14T18:30:48.035Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-14T18:30:48.035Z] ---> Running in 8089e322825f [2021-06-14T18:30:48.035Z] Removing intermediate container 8089e322825f [2021-06-14T18:30:48.035Z] ---> b0ed01bf028c [2021-06-14T18:30:48.035Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-14T18:30:48.035Z] ---> Running in 71c556195e79 [2021-06-14T18:30:48.035Z] ---> 3d24fd767bd5 [2021-06-14T18:30:48.035Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-06-14T18:30:48.299Z] Removing intermediate container 71c556195e79 [2021-06-14T18:30:48.299Z] ---> 6e69971f3a4f [2021-06-14T18:30:48.299Z] Step 21/23 : LABEL arch=x86_64 [2021-06-14T18:30:48.299Z] ---> Running in 5f5b604647ea [2021-06-14T18:30:48.299Z] Removing intermediate container 5f5b604647ea [2021-06-14T18:30:48.299Z] ---> 2a591d93c842 [2021-06-14T18:30:48.299Z] Step 22/23 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb [2021-06-14T18:30:48.299Z] ---> cdc4b99b8c4f [2021-06-14T18:30:48.299Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-06-14T18:30:48.564Z] ---> Running in ef07e9eb9ffc [2021-06-14T18:30:48.564Z] Removing intermediate container ef07e9eb9ffc [2021-06-14T18:30:48.564Z] ---> b19508f997dd [2021-06-14T18:30:48.564Z] Step 23/23 : LABEL version=0.0.0 [2021-06-14T18:30:48.564Z] ---> Running in 0236d47a6924 [2021-06-14T18:30:48.564Z] ---> af8e923f8ee7 [2021-06-14T18:30:48.564Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-06-14T18:30:48.564Z] ---> Running in 591236484b8c [2021-06-14T18:30:48.564Z] Removing intermediate container 0236d47a6924 [2021-06-14T18:30:48.564Z] ---> 7e7c6244f020 [2021-06-14T18:30:48.564Z] [2021-06-14T18:30:48.824Z] Removing intermediate container 591236484b8c [2021-06-14T18:30:48.824Z] ---> df01b9a76b35 [2021-06-14T18:30:48.824Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-14T18:30:48.824Z] Successfully built 7e7c6244f020 [2021-06-14T18:30:48.824Z] Successfully tagged support-notifications:latest [2021-06-14T18:30:48.824Z]  Building support-notifications ... done  ---> Running in b5d2a5d5b6cb [2021-06-14T18:30:48.824Z] Removing intermediate container b5d2a5d5b6cb [2021-06-14T18:30:48.824Z] ---> 2613ccbfd26e [2021-06-14T18:30:48.824Z] Step 22/24 : LABEL arch=x86_64 [2021-06-14T18:30:48.824Z] ---> Running in 9b07ee7d12af [2021-06-14T18:30:49.088Z] Removing intermediate container 9b07ee7d12af [2021-06-14T18:30:49.088Z] ---> 208872f52b4b [2021-06-14T18:30:49.088Z] Step 23/24 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb [2021-06-14T18:30:49.088Z] ---> Running in ab3f4c85d44e [2021-06-14T18:30:49.088Z] Removing intermediate container ab3f4c85d44e [2021-06-14T18:30:49.088Z] ---> c0bc837892af [2021-06-14T18:30:49.088Z] Step 24/24 : LABEL version=0.0.0 [2021-06-14T18:30:49.088Z] ---> Running in 7c6133593f89 [2021-06-14T18:30:49.088Z] Removing intermediate container 7c6133593f89 [2021-06-14T18:30:49.088Z] ---> b62d4c55c609 [2021-06-14T18:30:49.088Z] [2021-06-14T18:30:49.347Z] Successfully built b62d4c55c609 [2021-06-14T18:30:49.347Z] Successfully tagged core-data:latest [2021-06-14T18:30:49.354Z]  Building core-data ... done  [Pipeline] } [2021-06-14T18:30:49.371Z] $ docker stop --time=1 7f4d9e8a487ec822967ce21a3f4753a212f027386543a136b20ae6d387d66e06 [2021-06-14T18:30:50.856Z] $ docker rm -f 7f4d9e8a487ec822967ce21a3f4753a212f027386543a136b20ae6d387d66e06 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-14T18:30:51.238Z] + docker images [2021-06-14T18:30:51.238Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-14T18:30:51.238Z] core-data latest b62d4c55c609 2 seconds ago 20.2MB [2021-06-14T18:30:51.238Z] support-notifications latest 7e7c6244f020 3 seconds ago 16.7MB [2021-06-14T18:30:51.238Z] security-secretstore-setup latest d3a676ab7779 5 seconds ago 28.7MB [2021-06-14T18:30:51.238Z] 09625d231a8e 6 seconds ago 1.15GB [2021-06-14T18:30:51.238Z] b98c1a8d021b 9 seconds ago 1.15GB [2021-06-14T18:30:51.238Z] d73b1f8efed6 11 seconds ago 1.15GB [2021-06-14T18:30:51.238Z] core-command latest 13fddfd513d9 14 seconds ago 15.9MB [2021-06-14T18:30:51.238Z] e9d824221350 17 seconds ago 1.14GB [2021-06-14T18:30:51.238Z] sys-mgmt-agent latest 4793350effbc 28 seconds ago 312MB [2021-06-14T18:30:51.238Z] security-bootstrapper latest e9b38d412cf7 54 seconds ago 18.6MB [2021-06-14T18:30:51.238Z] core-metadata latest aba0ba2f87cb About a minute ago 16.6MB [2021-06-14T18:30:51.238Z] f69201f8d4ff About a minute ago 1.15GB [2021-06-14T18:30:51.238Z] security-proxy-setup latest f6c0001ce3a7 About a minute ago 25.7MB [2021-06-14T18:30:51.238Z] support-scheduler latest bff60dd40ee5 About a minute ago 15.9MB [2021-06-14T18:30:51.238Z] 5e5915c7cac2 About a minute ago 1.15GB [2021-06-14T18:30:51.238Z] 7cf1aaaae57e About a minute ago 1.15GB [2021-06-14T18:30:51.238Z] db5a29edccb1 About a minute ago 1.15GB [2021-06-14T18:30:51.238Z] 135164464809 About a minute ago 1.15GB [2021-06-14T18:30:51.238Z] ci-base-image-x86_64 latest 3c61fe8683a3 8 minutes ago 647MB [2021-06-14T18:30:51.238Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 6 weeks ago 445MB [2021-06-14T18:30:51.238Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 6 weeks ago 37.5MB [2021-06-14T18:30:51.238Z] alpine 3.12 13621d1b12d4 2 months ago 5.58MB [2021-06-14T18:30:51.238Z] docker 20.10.0 aefe523efa57 6 months ago 240MB [2021-06-14T18:30:51.238Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 11 months ago 310MB [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) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-14T18:31:01.700Z] 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-06-14T18:31:03.689Z] 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-06-14T18:31:07.085Z] 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-06-14T18:31:08.072Z] 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-06-14T18:31:11.461Z] 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-06-14T18:31:14.852Z] 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-06-14T18:31:17.479Z] 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-06-14T18:31:21.786Z] 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-06-14T18:31:24.405Z] 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-06-14T18:31:27.798Z] 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-06-14T18:31:33.240Z] $ docker stop --time=1 31ed92a750adb4b3b76a54d31030fd7ebf829ea333129b537d3771b2f5903883 [2021-06-14T18:31:35.859Z] $ docker rm -f 31ed92a750adb4b3b76a54d31030fd7ebf829ea333129b537d3771b2f5903883 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-14T18:31:37.597Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-14T18:31:37.883Z] [2021-06-14T18:31:37.883Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-14T18:31:38.261Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-14T18:31:38.537Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-06-14T18:31:38.537Z] 29e5d40040c1: Pulling fs layer [2021-06-14T18:31:38.537Z] 1ce36da41761: Pulling fs layer [2021-06-14T18:31:38.537Z] 25b303627fd3: Pulling fs layer [2021-06-14T18:31:39.138Z] 29e5d40040c1: Verifying Checksum [2021-06-14T18:31:39.138Z] 29e5d40040c1: Download complete [2021-06-14T18:31:39.138Z] 1ce36da41761: Verifying Checksum [2021-06-14T18:31:39.138Z] 1ce36da41761: Download complete [2021-06-14T18:31:39.753Z] 29e5d40040c1: Pull complete [2021-06-14T18:31:41.189Z] 25b303627fd3: Verifying Checksum [2021-06-14T18:31:41.189Z] 25b303627fd3: Download complete [2021-06-14T18:31:41.189Z] 1ce36da41761: Pull complete [2021-06-14T18:31:51.345Z] 25b303627fd3: Pull complete [2021-06-14T18:31:51.345Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-06-14T18:31:51.345Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-14T18:31:51.345Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-06-14T18:31:51.608Z] prd-ubuntu18.04-docker-arm64-4c-16g-1313 does not seem to be running inside a container [2021-06-14T18:31:51.675Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-06-14T18:31:54.601Z] $ docker top 43e2eafce1209781ae154916dcccb96c4bf319810ee84fff10eec06e1ee2fd79 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-14T18:31:55.590Z] + docker-compose build --help [2021-06-14T18:31:55.590Z] + grep parallel [2021-06-14T18:31:58.966Z] --parallel Build images in parallel. [Pipeline] } [2021-06-14T18:31:59.243Z] $ docker stop --time=1 43e2eafce1209781ae154916dcccb96c4bf319810ee84fff10eec06e1ee2fd79 [2021-06-14T18:32:01.122Z] $ docker rm -f 43e2eafce1209781ae154916dcccb96c4bf319810ee84fff10eec06e1ee2fd79 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-14T18:32:01.801Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-14T18:32:01.801Z] . [Pipeline] withDockerContainer [2021-06-14T18:32:02.064Z] prd-ubuntu18.04-docker-arm64-4c-16g-1313 does not seem to be running inside a container [2021-06-14T18:32:02.133Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-06-14T18:32:03.693Z] $ docker top 45a75afb2b5a648909894fcbf7c6f609e75eb0d87cf46d8c2dc0606a31194243 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-14T18:32:04.679Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-06-14T18:32:08.975Z] Building core-command ... [2021-06-14T18:32:08.975Z] Building core-data ... [2021-06-14T18:32:08.975Z] Building core-metadata ... [2021-06-14T18:32:08.975Z] Building security-bootstrapper ... [2021-06-14T18:32:08.975Z] Building security-proxy-setup ... [2021-06-14T18:32:08.975Z] Building security-secretstore-setup ... [2021-06-14T18:32:08.975Z] Building support-notifications ... [2021-06-14T18:32:08.975Z] Building support-scheduler ... [2021-06-14T18:32:08.975Z] Building sys-mgmt-agent ... [2021-06-14T18:32:08.975Z] Building security-secretstore-setup [2021-06-14T18:32:08.975Z] Building core-command [2021-06-14T18:32:08.975Z] Building support-scheduler [2021-06-14T18:32:08.975Z] Building support-notifications [2021-06-14T18:32:08.975Z] Building core-metadata [2021-06-14T18:33:16.986Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-14T18:33:16.986Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-14T18:33:16.986Z] ---> 5d42bd175683 [2021-06-14T18:33:16.986Z] Step 3/23 : WORKDIR /edgex-go [2021-06-14T18:33:16.986Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-14T18:33:16.986Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-14T18:33:16.986Z] ---> 5d42bd175683 [2021-06-14T18:33:16.986Z] Step 3/23 : WORKDIR /edgex-go [2021-06-14T18:33:16.986Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-14T18:33:16.986Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-14T18:33:16.986Z] ---> 5d42bd175683 [2021-06-14T18:33:16.986Z] Step 3/24 : WORKDIR /edgex-go [2021-06-14T18:33:16.986Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-14T18:33:16.986Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-14T18:33:16.986Z] ---> 5d42bd175683 [2021-06-14T18:33:16.986Z] Step 3/24 : WORKDIR /edgex-go [2021-06-14T18:33:16.986Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-14T18:33:16.986Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-06-14T18:33:16.986Z] ---> 5d42bd175683 [2021-06-14T18:33:16.986Z] Step 3/26 : WORKDIR /edgex-go [2021-06-14T18:33:19.598Z] ---> Running in d974a7ecfdda [2021-06-14T18:33:19.598Z] ---> Running in 5450bf41f140 [2021-06-14T18:33:19.598Z] ---> Running in 7776420f30dd [2021-06-14T18:33:19.598Z] ---> Running in ff541c3b31f0 [2021-06-14T18:33:19.598Z] ---> Running in f11480aefda2 [2021-06-14T18:33:19.876Z] Removing intermediate container 7776420f30dd [2021-06-14T18:33:19.876Z] ---> 4ed202213abc [2021-06-14T18:33:19.876Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-14T18:33:19.876Z] Removing intermediate container f11480aefda2 [2021-06-14T18:33:19.876Z] ---> 7858888d8035 [2021-06-14T18:33:19.876Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-14T18:33:19.876Z] Removing intermediate container 5450bf41f140 [2021-06-14T18:33:19.876Z] ---> 83887d677045 [2021-06-14T18:33:19.876Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-14T18:33:20.151Z] Removing intermediate container ff541c3b31f0 [2021-06-14T18:33:20.151Z] ---> f14416c25624 [2021-06-14T18:33:20.151Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-14T18:33:20.151Z] Removing intermediate container d974a7ecfdda [2021-06-14T18:33:20.151Z] ---> 6d75aeecfcc2 [2021-06-14T18:33:20.151Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-14T18:33:20.151Z] ---> Running in 9ff022a8a2f7 [2021-06-14T18:33:20.151Z] ---> Running in cc17e42bfe98 [2021-06-14T18:33:20.151Z] ---> Running in 7c78df628b02 [2021-06-14T18:33:20.423Z] ---> Running in 5c3d0e973d16 [2021-06-14T18:33:20.423Z] ---> Running in 4cf81db667eb [2021-06-14T18:33:23.828Z] Removing intermediate container cc17e42bfe98 [2021-06-14T18:33:23.828Z] ---> 9a66e3b36cfb [2021-06-14T18:33:23.828Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-06-14T18:33:24.106Z] Removing intermediate container 7c78df628b02 [2021-06-14T18:33:24.106Z] ---> c1f054f9a8b5 [2021-06-14T18:33:24.106Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-06-14T18:33:24.106Z] ---> Running in 2beaa25857f6 [2021-06-14T18:33:24.380Z] Removing intermediate container 9ff022a8a2f7 [2021-06-14T18:33:24.380Z] ---> 5e0c9b303619 [2021-06-14T18:33:24.381Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-06-14T18:33:24.663Z] ---> Running in 71ca796aa6ea [2021-06-14T18:33:24.663Z] Removing intermediate container 4cf81db667eb [2021-06-14T18:33:24.663Z] ---> 7db1243a5a03 [2021-06-14T18:33:24.663Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-14T18:33:24.663Z] ---> Running in 60cfd26d7aca [2021-06-14T18:33:24.940Z] ---> Running in c59c215b8835 [2021-06-14T18:33:24.940Z] Removing intermediate container 5c3d0e973d16 [2021-06-14T18:33:24.940Z] ---> e4086153be26 [2021-06-14T18:33:24.940Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-14T18:33:25.215Z] ---> Running in daee18f03f00 [2021-06-14T18:33:26.656Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-14T18:33:26.656Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-14T18:33:26.928Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-14T18:33:27.202Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-14T18:33:27.202Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-14T18:33:27.202Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-14T18:33:27.493Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-14T18:33:28.101Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-14T18:33:28.102Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-14T18:33:28.102Z] OK: 218 MiB in 52 packages [2021-06-14T18:33:28.102Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-14T18:33:28.394Z] OK: 218 MiB in 52 packages [2021-06-14T18:33:29.007Z] OK: 218 MiB in 52 packages [2021-06-14T18:33:29.282Z] OK: 218 MiB in 52 packages [2021-06-14T18:33:29.283Z] OK: 218 MiB in 52 packages [2021-06-14T18:33:29.882Z] Removing intermediate container 2beaa25857f6 [2021-06-14T18:33:29.882Z] ---> f0f7e0fb7cf3 [2021-06-14T18:33:29.882Z] Step 6/23 : COPY go.mod . [2021-06-14T18:33:30.166Z] Removing intermediate container 71ca796aa6ea [2021-06-14T18:33:30.166Z] ---> 2b61db2441d6 [2021-06-14T18:33:30.166Z] Step 6/26 : COPY go.mod . [2021-06-14T18:33:30.438Z] Removing intermediate container c59c215b8835 [2021-06-14T18:33:30.438Z] ---> 68e5554c229b [2021-06-14T18:33:30.438Z] Step 6/24 : COPY go.mod . [2021-06-14T18:33:31.035Z] Removing intermediate container 60cfd26d7aca [2021-06-14T18:33:31.035Z] ---> cf833a963c79 [2021-06-14T18:33:31.035Z] Step 6/23 : COPY go.mod . [2021-06-14T18:33:31.309Z] ---> 76a7ed4754ea [2021-06-14T18:33:31.309Z] Step 7/23 : RUN go mod download [2021-06-14T18:33:31.309Z] Removing intermediate container daee18f03f00 [2021-06-14T18:33:31.309Z] ---> 59898a2c85be [2021-06-14T18:33:31.309Z] Step 6/24 : COPY go.mod . [2021-06-14T18:33:31.309Z] ---> Running in 9477b39d037e [2021-06-14T18:33:31.586Z] ---> 466f97645981 [2021-06-14T18:33:31.586Z] Step 7/26 : RUN go mod download [2021-06-14T18:33:31.857Z] ---> Running in 5ce64379d699 [2021-06-14T18:33:31.857Z] ---> f5b2cf500dbc [2021-06-14T18:33:31.857Z] Step 7/24 : RUN go mod download [2021-06-14T18:33:32.146Z] ---> Running in 08d67f5e1e9c [2021-06-14T18:33:32.147Z] ---> 468582055f1a [2021-06-14T18:33:32.147Z] Step 7/23 : RUN go mod download [2021-06-14T18:33:32.434Z] ---> ba3eade088cd [2021-06-14T18:33:32.434Z] Step 7/24 : RUN go mod download [2021-06-14T18:33:32.721Z] ---> Running in 452135338d3a [2021-06-14T18:33:32.721Z] ---> Running in 937e2370ee1c [2021-06-14T18:33:36.163Z] Removing intermediate container 9477b39d037e [2021-06-14T18:33:36.164Z] ---> 4d171ba7f36d [2021-06-14T18:33:36.164Z] Step 8/23 : COPY . . [2021-06-14T18:33:36.829Z] Removing intermediate container 08d67f5e1e9c [2021-06-14T18:33:36.829Z] ---> c953b9dc23fa [2021-06-14T18:33:36.829Z] Step 8/24 : COPY . . [2021-06-14T18:33:36.829Z] Removing intermediate container 5ce64379d699 [2021-06-14T18:33:36.829Z] ---> 0659ae022adc [2021-06-14T18:33:36.829Z] Step 8/26 : COPY . . [2021-06-14T18:33:37.156Z] Removing intermediate container 937e2370ee1c [2021-06-14T18:33:37.156Z] ---> 304821edd8f9 [2021-06-14T18:33:37.156Z] Step 8/24 : COPY . . [2021-06-14T18:33:37.794Z] Removing intermediate container 452135338d3a [2021-06-14T18:33:37.794Z] ---> c048909bb586 [2021-06-14T18:33:37.794Z] Step 8/23 : COPY . . [2021-06-14T18:33:59.995Z] ---> 255a33babab2 [2021-06-14T18:33:59.995Z] Step 9/23 : RUN go mod tidy [2021-06-14T18:34:00.266Z] ---> 6c168f733ffa [2021-06-14T18:34:00.266Z] Step 9/24 : RUN go mod tidy [2021-06-14T18:34:00.539Z] ---> 86c20510d12d [2021-06-14T18:34:00.539Z] Step 9/23 : RUN go mod tidy [2021-06-14T18:34:00.539Z] ---> 1ac5aad378f6 [2021-06-14T18:34:00.539Z] Step 9/24 : RUN go mod tidy [2021-06-14T18:34:00.539Z] ---> Running in 5dbbef0a9802 [2021-06-14T18:34:00.818Z] ---> 8b6690632989 [2021-06-14T18:34:00.818Z] Step 9/26 : RUN go mod tidy [2021-06-14T18:34:00.818Z] ---> Running in ce6e2ab5f584 [2021-06-14T18:34:01.093Z] ---> Running in 85f600090849 [2021-06-14T18:34:01.094Z] ---> Running in b6c5cd8ecac2 [2021-06-14T18:34:01.094Z] ---> Running in cca0fd3546da [2021-06-14T18:34:07.843Z] Removing intermediate container ce6e2ab5f584 [2021-06-14T18:34:07.843Z] ---> e4cd1a1476f1 [2021-06-14T18:34:07.843Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-06-14T18:34:07.843Z] Removing intermediate container 5dbbef0a9802 [2021-06-14T18:34:07.843Z] ---> 4919bd1a196e [2021-06-14T18:34:07.843Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-06-14T18:34:08.118Z] ---> Running in f3c5dd5c89cb [2021-06-14T18:34:08.118Z] ---> Running in efc45e74590c [2021-06-14T18:34:08.118Z] Removing intermediate container cca0fd3546da [2021-06-14T18:34:08.118Z] ---> 89ad7ccf5e1e [2021-06-14T18:34:08.118Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-06-14T18:34:08.718Z] ---> Running in bd5480c61942 [2021-06-14T18:34:08.991Z] Removing intermediate container 85f600090849 [2021-06-14T18:34:08.991Z] ---> a5da4bbd6da6 [2021-06-14T18:34:08.991Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-06-14T18:34:08.991Z] Removing intermediate container b6c5cd8ecac2 [2021-06-14T18:34:08.991Z] ---> 412a4e8ca479 [2021-06-14T18:34:08.991Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-06-14T18:34:09.266Z] ---> Running in 4288b7cfa71b [2021-06-14T18:34:09.266Z] ---> Running in c849cbfb5e94 [2021-06-14T18:34:10.699Z] 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-06-14T18:34:10.699Z] 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-06-14T18:34:10.973Z] 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-06-14T18:34:11.247Z] 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-06-14T18:34:11.247Z] 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-06-14T18:36:03.092Z] 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-06-14T18:36:03.092Z] Removing intermediate container c849cbfb5e94 [2021-06-14T18:36:03.092Z] ---> 61e068de5ac0 [2021-06-14T18:36:03.092Z] [2021-06-14T18:36:03.092Z] Step 11/24 : FROM alpine:3.12 [2021-06-14T18:36:03.092Z] 3.12: Pulling from library/alpine [2021-06-14T18:36:04.542Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-14T18:36:04.542Z] Status: Downloaded newer image for alpine:3.12 [2021-06-14T18:36:04.542Z] ---> 9852663dfa18 [2021-06-14T18:36:04.542Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-14T18:36:05.532Z] ---> Running in 6fb18c9cd5c6 [2021-06-14T18:36:06.974Z] Removing intermediate container f3c5dd5c89cb [2021-06-14T18:36:06.974Z] ---> 7eefeefee212 [2021-06-14T18:36:06.974Z] [2021-06-14T18:36:06.974Z] Step 11/23 : FROM alpine:3.12 [2021-06-14T18:36:06.974Z] ---> 9852663dfa18 [2021-06-14T18:36:06.974Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-06-14T18:36:06.974Z] Removing intermediate container bd5480c61942 [2021-06-14T18:36:06.974Z] ---> 3f5fbc09cf30 [2021-06-14T18:36:07.251Z] [2021-06-14T18:36:07.251Z] Step 11/26 : FROM alpine:3.12 [2021-06-14T18:36:07.251Z] ---> 9852663dfa18 [2021-06-14T18:36:07.251Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-06-14T18:36:07.537Z] ---> Running in 752d591d8771 [2021-06-14T18:36:07.537Z] ---> Running in 4b15471114eb [2021-06-14T18:36:07.814Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-14T18:36:07.814Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-14T18:36:08.093Z] Removing intermediate container 4288b7cfa71b [2021-06-14T18:36:08.093Z] ---> c63e62b30b60 [2021-06-14T18:36:08.093Z] [2021-06-14T18:36:08.093Z] Step 11/23 : FROM alpine:3.12 [2021-06-14T18:36:08.093Z] ---> 9852663dfa18 [2021-06-14T18:36:08.093Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-06-14T18:36:08.708Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-14T18:36:08.708Z] Executing busybox-1.31.1-r20.trigger [2021-06-14T18:36:08.708Z] ---> Running in cc751af2b859 [2021-06-14T18:36:08.708Z] OK: 5 MiB in 15 packages [2021-06-14T18:36:10.161Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-14T18:36:10.161Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-14T18:36:10.161Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-14T18:36:10.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-14T18:36:10.724Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-14T18:36:10.724Z] Executing busybox-1.31.1-r20.trigger [2021-06-14T18:36:10.724Z] OK: 5 MiB in 15 packages [2021-06-14T18:36:10.724Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-14T18:36:11.001Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-14T18:36:11.001Z] (1/6) Installing ca-certificates (20191127-r4) [2021-06-14T18:36:11.001Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-06-14T18:36:11.001Z] (3/6) Installing libcurl (7.77.0-r0) [2021-06-14T18:36:11.279Z] (4/6) Installing curl (7.77.0-r0) [2021-06-14T18:36:11.279Z] Removing intermediate container 6fb18c9cd5c6 [2021-06-14T18:36:11.279Z] ---> 6e2858408aa5 [2021-06-14T18:36:11.279Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-14T18:36:11.279Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-06-14T18:36:11.279Z] (6/6) Installing su-exec (0.2-r1) [2021-06-14T18:36:11.279Z] Executing busybox-1.31.1-r20.trigger [2021-06-14T18:36:11.279Z] Executing ca-certificates-20191127-r4.trigger [2021-06-14T18:36:11.556Z] OK: 7 MiB in 20 packages [2021-06-14T18:36:11.556Z] (1/2) Installing ca-certificates (20191127-r4) [2021-06-14T18:36:11.556Z] ---> Running in af36c30a22fe [2021-06-14T18:36:11.556Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-06-14T18:36:11.556Z] Executing busybox-1.31.1-r20.trigger [2021-06-14T18:36:11.832Z] Removing intermediate container efc45e74590c [2021-06-14T18:36:11.832Z] ---> 6893471b6afc [2021-06-14T18:36:11.832Z] [2021-06-14T18:36:11.832Z] Step 11/24 : FROM alpine:3.12 [2021-06-14T18:36:11.832Z] Executing ca-certificates-20191127-r4.trigger [2021-06-14T18:36:11.832Z] ---> 9852663dfa18 [2021-06-14T18:36:11.832Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-14T18:36:11.832Z] ---> Using cache [2021-06-14T18:36:11.832Z] ---> 6e2858408aa5 [2021-06-14T18:36:11.832Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-14T18:36:11.832Z] OK: 6 MiB in 16 packages [2021-06-14T18:36:12.111Z] ---> Running in 3493f6b36835 [2021-06-14T18:36:12.708Z] Removing intermediate container af36c30a22fe [2021-06-14T18:36:12.708Z] ---> 83b95261bf02 [2021-06-14T18:36:12.708Z] Step 14/24 : ENV APP_PORT=59882 [2021-06-14T18:36:12.981Z] Removing intermediate container 3493f6b36835 [2021-06-14T18:36:12.981Z] ---> 79c64a6eef77 [2021-06-14T18:36:12.981Z] Step 14/24 : ENV APP_PORT=59881 [2021-06-14T18:36:12.981Z] Removing intermediate container 752d591d8771 [2021-06-14T18:36:12.981Z] ---> 1c38088dfdc8 [2021-06-14T18:36:12.981Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-14T18:36:13.256Z] ---> Running in 0e00fc815b59 [2021-06-14T18:36:13.256Z] ---> Running in e1773b111e38 [2021-06-14T18:36:13.256Z] ---> Running in f37f85d41e5e [2021-06-14T18:36:13.861Z] Removing intermediate container 4b15471114eb [2021-06-14T18:36:13.861Z] ---> c34dbf939b45 [2021-06-14T18:36:13.861Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-14T18:36:14.134Z] ---> Running in 8c5be0551d31 [2021-06-14T18:36:14.134Z] Removing intermediate container 0e00fc815b59 [2021-06-14T18:36:14.134Z] ---> c6d20bac8967 [2021-06-14T18:36:14.134Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-14T18:36:14.408Z] Removing intermediate container f37f85d41e5e [2021-06-14T18:36:14.408Z] ---> 35c202bec857 [2021-06-14T18:36:14.408Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-14T18:36:14.408Z] Removing intermediate container cc751af2b859 [2021-06-14T18:36:14.408Z] ---> 5f4dd0daf474 [2021-06-14T18:36:14.408Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-14T18:36:14.408Z] Removing intermediate container e1773b111e38 [2021-06-14T18:36:14.408Z] ---> 37e732958794 [2021-06-14T18:36:14.408Z] Step 14/23 : ENV APP_PORT=59861 [2021-06-14T18:36:14.689Z] ---> Running in 4678a06f15c8 [2021-06-14T18:36:14.689Z] ---> Running in ffe123efee17 [2021-06-14T18:36:14.689Z] ---> Running in 9344161fbb01 [2021-06-14T18:36:14.689Z] ---> Running in 76c173041a08 [2021-06-14T18:36:14.967Z] Removing intermediate container 8c5be0551d31 [2021-06-14T18:36:14.967Z] ---> 6a8d06d637b6 [2021-06-14T18:36:14.968Z] Step 14/26 : WORKDIR / [2021-06-14T18:36:15.242Z] ---> Running in 505a8e51c9f1 [2021-06-14T18:36:15.534Z] Removing intermediate container ffe123efee17 [2021-06-14T18:36:15.534Z] ---> 2e1e19639901 [2021-06-14T18:36:15.534Z] Step 16/24 : WORKDIR / [2021-06-14T18:36:15.534Z] Removing intermediate container 9344161fbb01 [2021-06-14T18:36:15.534Z] ---> 8ed8db7752fe [2021-06-14T18:36:15.534Z] Step 14/23 : ENV APP_PORT=59860 [2021-06-14T18:36:15.534Z] Removing intermediate container 4678a06f15c8 [2021-06-14T18:36:15.534Z] ---> 97994605dc2c [2021-06-14T18:36:15.534Z] Step 16/24 : WORKDIR / [2021-06-14T18:36:15.818Z] Removing intermediate container 76c173041a08 [2021-06-14T18:36:15.818Z] ---> d401510518b7 [2021-06-14T18:36:15.818Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-14T18:36:15.818Z] ---> Running in bbce5b642763 [2021-06-14T18:36:15.818Z] ---> Running in f4d4515e8c0b [2021-06-14T18:36:15.818Z] ---> Running in 817b7889fd7b [2021-06-14T18:36:16.092Z] ---> Running in 19d62c87c507 [2021-06-14T18:36:16.092Z] Removing intermediate container 505a8e51c9f1 [2021-06-14T18:36:16.092Z] ---> 23d03a4a54e9 [2021-06-14T18:36:16.092Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-06-14T18:36:16.697Z] Removing intermediate container f4d4515e8c0b [2021-06-14T18:36:16.697Z] ---> 1d039886d929 [2021-06-14T18:36:16.697Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-14T18:36:16.697Z] Removing intermediate container bbce5b642763 [2021-06-14T18:36:16.697Z] ---> 4dcecfdc7f2d [2021-06-14T18:36:16.697Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-14T18:36:16.981Z] ---> Running in ffddf558bb58 [2021-06-14T18:36:16.981Z] Removing intermediate container 19d62c87c507 [2021-06-14T18:36:16.981Z] ---> 93c0f5d2b31a [2021-06-14T18:36:16.981Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-14T18:36:16.981Z] Removing intermediate container 817b7889fd7b [2021-06-14T18:36:16.981Z] ---> 69ce5d4ae0c1 [2021-06-14T18:36:16.981Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-14T18:36:17.267Z] ---> 0a4d1d0049dc [2021-06-14T18:36:17.267Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-06-14T18:36:17.870Z] Removing intermediate container ffddf558bb58 [2021-06-14T18:36:17.870Z] ---> 127b7709228c [2021-06-14T18:36:17.870Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-14T18:36:18.146Z] ---> 7bd14899afb1 [2021-06-14T18:36:18.147Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-06-14T18:36:18.422Z] ---> 88e52e7ff956 [2021-06-14T18:36:18.422Z] ---> 67af3fca3bc3 [2021-06-14T18:36:18.422Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler /Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-06-14T18:36:18.422Z] [2021-06-14T18:36:18.695Z] ---> 5559faa734ea [2021-06-14T18:36:18.695Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-06-14T18:36:19.301Z] ---> 2ccacc246086 [2021-06-14T18:36:19.301Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-06-14T18:36:20.283Z] ---> 2e66083227a1 [2021-06-14T18:36:20.283Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-06-14T18:36:20.283Z] ---> 586a1c735703 [2021-06-14T18:36:20.283Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-06-14T18:36:20.562Z] ---> 2d77262d4e27 [2021-06-14T18:36:20.562Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-06-14T18:36:20.562Z] ---> aecca6975730 [2021-06-14T18:36:20.562Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-06-14T18:36:21.159Z] ---> d67c777f37f5 [2021-06-14T18:36:21.159Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-06-14T18:36:21.159Z] ---> 490b75c9eab3 [2021-06-14T18:36:21.159Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-06-14T18:36:21.433Z] ---> Running in f3ef339fa7dd [2021-06-14T18:36:21.711Z] ---> 922ac20f18a1 [2021-06-14T18:36:21.711Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-06-14T18:36:21.986Z] ---> b9ff8f030624 [2021-06-14T18:36:21.986Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-06-14T18:36:21.986Z] ---> 210fa4adeb66 [2021-06-14T18:36:21.986Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-06-14T18:36:22.259Z] Removing intermediate container f3ef339fa7dd [2021-06-14T18:36:22.259Z] ---> 1a573d68c9d8 [2021-06-14T18:36:22.259Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-14T18:36:22.541Z] ---> f70f3ab78012 [2021-06-14T18:36:22.541Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-06-14T18:36:22.541Z] ---> Running in e3a7fd1fd9f6 [2021-06-14T18:36:22.541Z] ---> Running in d3bfcf543e9f [2021-06-14T18:36:22.541Z] ---> Running in 7303f5267868 [2021-06-14T18:36:22.541Z] ---> Running in db018a10887e [2021-06-14T18:36:23.139Z] Removing intermediate container e3a7fd1fd9f6 [2021-06-14T18:36:23.139Z] ---> eba1f6a3c1d8 [2021-06-14T18:36:23.139Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-14T18:36:23.415Z] ---> a2305222e663 [2021-06-14T18:36:23.415Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-06-14T18:36:23.415Z] Removing intermediate container d3bfcf543e9f [2021-06-14T18:36:23.415Z] ---> f7cf89c9ac2a [2021-06-14T18:36:23.415Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-14T18:36:23.415Z] ---> Running in 787b40534f24 [2021-06-14T18:36:23.415Z] Removing intermediate container 7303f5267868 [2021-06-14T18:36:23.415Z] ---> e091585a6bef [2021-06-14T18:36:23.415Z] Step 22/24 : LABEL arch=arm64 [2021-06-14T18:36:23.689Z] Removing intermediate container db018a10887e [2021-06-14T18:36:23.689Z] ---> f8200db7ad06 [2021-06-14T18:36:23.689Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-14T18:36:23.689Z] ---> Running in 8c248b1296b1 [2021-06-14T18:36:23.689Z] ---> Running in eff45b9a2ff4 [2021-06-14T18:36:23.971Z] ---> Running in 6682db34d88a [2021-06-14T18:36:24.253Z] Removing intermediate container 787b40534f24 [2021-06-14T18:36:24.253Z] ---> 33ef918daef4 [2021-06-14T18:36:24.253Z] Step 22/24 : LABEL arch=arm64 [2021-06-14T18:36:24.526Z] Removing intermediate container 8c248b1296b1 [2021-06-14T18:36:24.526Z] ---> 8bd19e956f32 [2021-06-14T18:36:24.526Z] Step 21/23 : LABEL arch=arm64 [2021-06-14T18:36:24.526Z] Removing intermediate container eff45b9a2ff4 [2021-06-14T18:36:24.526Z] ---> 2ee48727a47e [2021-06-14T18:36:24.526Z] Step 23/24 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb [2021-06-14T18:36:24.800Z] ---> Running in 05fef27c1fb6 [2021-06-14T18:36:24.800Z] Removing intermediate container 6682db34d88a [2021-06-14T18:36:24.800Z] ---> 09cba6108e11 [2021-06-14T18:36:24.800Z] Step 21/23 : LABEL arch=arm64 [2021-06-14T18:36:24.800Z] ---> Running in e67a912ae1e3 [2021-06-14T18:36:24.800Z] ---> Running in 571751f8a620 [2021-06-14T18:36:25.077Z] ---> Running in da459525bdd1 [2021-06-14T18:36:25.077Z] ---> b500e2833c90 [2021-06-14T18:36:25.077Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-06-14T18:36:25.353Z] Removing intermediate container 05fef27c1fb6 [2021-06-14T18:36:25.353Z] ---> dac681149d0c [2021-06-14T18:36:25.353Z] Step 23/24 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb [2021-06-14T18:36:25.637Z] ---> Running in f00d6644e664 [2021-06-14T18:36:25.637Z] Removing intermediate container e67a912ae1e3 [2021-06-14T18:36:25.637Z] ---> 3e45f25ae755 [2021-06-14T18:36:25.637Z] Step 24/24 : LABEL version=0.0.0 [2021-06-14T18:36:25.637Z] Removing intermediate container 571751f8a620 [2021-06-14T18:36:25.637Z] ---> 894117656d03 [2021-06-14T18:36:25.637Z] Step 22/23 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb [2021-06-14T18:36:25.932Z] ---> Running in 7880932ec88e [2021-06-14T18:36:25.932Z] Removing intermediate container da459525bdd1 [2021-06-14T18:36:25.932Z] ---> 3a7e5d77de00 [2021-06-14T18:36:25.932Z] Step 22/23 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb [2021-06-14T18:36:25.932Z] ---> Running in e096a87abe39 [2021-06-14T18:36:26.210Z] ---> Running in 9cb17657474e [2021-06-14T18:36:26.210Z] ---> a43cb954c32c [2021-06-14T18:36:26.210Z] Step 22/26 : 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-06-14T18:36:26.210Z] Removing intermediate container f00d6644e664 [2021-06-14T18:36:26.210Z] ---> 1253d72a567e [2021-06-14T18:36:26.210Z] Step 24/24 : LABEL version=0.0.0 [2021-06-14T18:36:26.482Z] ---> Running in 28f79803bbf3 [2021-06-14T18:36:26.754Z] ---> Running in d3df70dfd20e [2021-06-14T18:36:26.754Z] Removing intermediate container 7880932ec88e [2021-06-14T18:36:26.754Z] ---> 257520ad27e2 [2021-06-14T18:36:26.754Z] [2021-06-14T18:36:27.029Z] Removing intermediate container 9cb17657474e [2021-06-14T18:36:27.029Z] ---> 8cde0b864651 [2021-06-14T18:36:27.029Z] Step 23/23 : LABEL version=0.0.0 [2021-06-14T18:36:27.029Z] Removing intermediate container e096a87abe39 [2021-06-14T18:36:27.029Z] ---> 472c4fe0eb4b [2021-06-14T18:36:27.029Z] Step 23/23 : LABEL version=0.0.0 [2021-06-14T18:36:27.306Z] Successfully built 257520ad27e2 [2021-06-14T18:36:27.307Z] ---> Running in 944613c510b7 [2021-06-14T18:36:27.307Z] ---> Running in d67cbdd3cb7c [2021-06-14T18:36:27.307Z] Successfully tagged core-metadata-arm64:latest [2021-06-14T18:36:27.307Z]  Building core-metadata ... done Building security-bootstrapper [2021-06-14T18:36:27.307Z] Removing intermediate container d3df70dfd20e [2021-06-14T18:36:27.307Z] ---> 537bf281716e [2021-06-14T18:36:27.307Z] [2021-06-14T18:36:27.904Z] Successfully built 537bf281716e [2021-06-14T18:36:28.180Z] Successfully tagged core-command-arm64:latest [2021-06-14T18:36:28.180Z] Removing intermediate container 944613c510b7 [2021-06-14T18:36:28.180Z] ---> 3b6ac8d8f799 [2021-06-14T18:36:28.180Z] [2021-06-14T18:36:28.180Z] Building security-proxy-setup [2021-06-14T18:36:28.180Z]  Building core-command ... done Removing intermediate container d67cbdd3cb7c [2021-06-14T18:36:28.180Z] ---> 619296051337 [2021-06-14T18:36:28.180Z] [2021-06-14T18:36:28.458Z] Successfully built 3b6ac8d8f799 [2021-06-14T18:36:28.731Z] Successfully built 619296051337 [2021-06-14T18:36:28.731Z] Successfully tagged support-notifications-arm64:latest [2021-06-14T18:36:28.731Z]  Building support-notifications ... done Successfully tagged support-scheduler-arm64:latest [2021-06-14T18:36:28.731Z] Building core-data [2021-06-14T18:36:28.731Z]  Building support-scheduler ... done Building sys-mgmt-agent [2021-06-14T18:36:29.326Z] Removing intermediate container 28f79803bbf3 [2021-06-14T18:36:29.326Z] ---> 3f76180904dc [2021-06-14T18:36:29.326Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-06-14T18:36:29.326Z] ---> Running in 408ad1297786 [2021-06-14T18:36:29.920Z] Removing intermediate container 408ad1297786 [2021-06-14T18:36:29.920Z] ---> e35894afb8f4 [2021-06-14T18:36:29.920Z] Step 24/26 : LABEL arch=arm64 [2021-06-14T18:36:30.192Z] ---> Running in b5ff11abeb0c [2021-06-14T18:36:30.788Z] Removing intermediate container b5ff11abeb0c [2021-06-14T18:36:30.788Z] ---> da609b244151 [2021-06-14T18:36:30.788Z] Step 25/26 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb [2021-06-14T18:36:30.788Z] ---> Running in 1380e2cd5862 [2021-06-14T18:36:31.379Z] Removing intermediate container 1380e2cd5862 [2021-06-14T18:36:31.379Z] ---> bf066d0f0fc8 [2021-06-14T18:36:31.379Z] Step 26/26 : LABEL version=0.0.0 [2021-06-14T18:36:32.353Z] ---> Running in 727bcd158a1f [2021-06-14T18:36:33.346Z] Removing intermediate container 727bcd158a1f [2021-06-14T18:36:33.346Z] ---> 303b2030fdf9 [2021-06-14T18:36:33.346Z] [2021-06-14T18:36:33.943Z] Successfully built 303b2030fdf9 [2021-06-14T18:36:33.943Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-06-14T18:37:30.500Z]  Building security-secretstore-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-14T18:37:30.500Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-14T18:37:30.500Z] ---> 5d42bd175683 [2021-06-14T18:37:30.500Z] Step 3/24 : WORKDIR /edgex-go [2021-06-14T18:37:30.500Z] ---> Using cache [2021-06-14T18:37:30.500Z] ---> 6d75aeecfcc2 [2021-06-14T18:37:30.500Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-14T18:37:30.500Z] ---> Using cache [2021-06-14T18:37:30.500Z] ---> e4086153be26 [2021-06-14T18:37:30.500Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-06-14T18:37:30.500Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-14T18:37:30.500Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-06-14T18:37:30.501Z] ---> 5d42bd175683 [2021-06-14T18:37:30.501Z] Step 3/32 : WORKDIR /edgex-go [2021-06-14T18:37:30.501Z] ---> Using cache [2021-06-14T18:37:30.501Z] ---> 6d75aeecfcc2 [2021-06-14T18:37:30.501Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-14T18:37:30.501Z] ---> Using cache [2021-06-14T18:37:30.501Z] ---> e4086153be26 [2021-06-14T18:37:30.501Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-06-14T18:37:30.501Z] ---> Using cache [2021-06-14T18:37:30.501Z] ---> 59898a2c85be [2021-06-14T18:37:30.501Z] Step 6/32 : COPY go.mod . [2021-06-14T18:37:30.501Z] ---> Using cache [2021-06-14T18:37:30.501Z] ---> ba3eade088cd [2021-06-14T18:37:30.501Z] Step 7/32 : RUN go mod download [2021-06-14T18:37:30.501Z] ---> Using cache [2021-06-14T18:37:30.501Z] ---> 304821edd8f9 [2021-06-14T18:37:30.501Z] Step 8/32 : COPY . . [2021-06-14T18:37:30.501Z] ---> Using cache [2021-06-14T18:37:30.501Z] ---> 1ac5aad378f6 [2021-06-14T18:37:30.501Z] Step 9/32 : RUN go mod tidy [2021-06-14T18:37:30.501Z] ---> Using cache [2021-06-14T18:37:30.501Z] ---> a5da4bbd6da6 [2021-06-14T18:37:30.501Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-06-14T18:37:30.501Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-14T18:37:30.501Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-06-14T18:37:30.501Z] ---> 5d42bd175683 [2021-06-14T18:37:30.501Z] Step 3/22 : WORKDIR /edgex-go [2021-06-14T18:37:30.501Z] ---> Using cache [2021-06-14T18:37:30.501Z] ---> 6d75aeecfcc2 [2021-06-14T18:37:30.501Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-14T18:37:30.501Z] ---> Using cache [2021-06-14T18:37:30.501Z] ---> e4086153be26 [2021-06-14T18:37:30.501Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-06-14T18:37:30.501Z] ---> Using cache [2021-06-14T18:37:30.501Z] ---> 59898a2c85be [2021-06-14T18:37:30.501Z] Step 6/22 : COPY go.mod . [2021-06-14T18:37:30.501Z] ---> Using cache [2021-06-14T18:37:30.501Z] ---> ba3eade088cd [2021-06-14T18:37:30.501Z] Step 7/22 : RUN go mod download [2021-06-14T18:37:30.501Z] ---> Using cache [2021-06-14T18:37:30.501Z] ---> 304821edd8f9 [2021-06-14T18:37:30.501Z] Step 8/22 : COPY . . [2021-06-14T18:37:30.501Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-14T18:37:30.501Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-14T18:37:30.501Z] ---> 5d42bd175683 [2021-06-14T18:37:30.501Z] Step 3/24 : WORKDIR /edgex-go [2021-06-14T18:37:30.501Z] ---> Using cache [2021-06-14T18:37:30.501Z] ---> 6d75aeecfcc2 [2021-06-14T18:37:30.501Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-14T18:37:30.501Z] ---> Using cache [2021-06-14T18:37:30.501Z] ---> e4086153be26 [2021-06-14T18:37:30.501Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-06-14T18:37:30.501Z] ---> Using cache [2021-06-14T18:37:30.501Z] ---> 1ac5aad378f6 [2021-06-14T18:37:30.501Z] Step 9/22 : RUN go mod tidy [2021-06-14T18:37:30.501Z] ---> Using cache [2021-06-14T18:37:30.501Z] ---> a5da4bbd6da6 [2021-06-14T18:37:30.501Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-06-14T18:37:30.501Z] ---> Running in 3c3517258f8b [2021-06-14T18:37:30.501Z] ---> Running in 4ec7d0f9c44e [2021-06-14T18:37:30.501Z] ---> Running in 6858fe1e568b [2021-06-14T18:37:30.501Z] ---> Running in af834f910fb6 [2021-06-14T18:37:30.501Z] 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-06-14T18:37:30.501Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-14T18:37:30.501Z] 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-06-14T18:37:30.501Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-14T18:37:30.501Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-14T18:37:30.501Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-14T18:37:30.501Z] OK: 218 MiB in 52 packages [2021-06-14T18:37:31.129Z] OK: 218 MiB in 52 packages [2021-06-14T18:37:31.778Z] Removing intermediate container 3c3517258f8b [2021-06-14T18:37:31.778Z] ---> a08e4881b491 [2021-06-14T18:37:31.778Z] Step 6/24 : COPY go.mod . [2021-06-14T18:37:32.789Z] Removing intermediate container 6858fe1e568b [2021-06-14T18:37:32.789Z] ---> 0241ca44f49f [2021-06-14T18:37:32.789Z] Step 6/24 : COPY go.mod . [2021-06-14T18:37:33.397Z] ---> 0149b12319e2 [2021-06-14T18:37:33.397Z] Step 7/24 : RUN go mod download [2021-06-14T18:37:33.397Z] ---> Running in 2bc946a696a8 [2021-06-14T18:37:34.846Z] ---> 503df57a4a88 [2021-06-14T18:37:34.846Z] Step 7/24 : RUN go mod download [2021-06-14T18:37:34.846Z] ---> Running in 8b8c8cec5c99 [2021-06-14T18:37:39.240Z] Removing intermediate container 2bc946a696a8 [2021-06-14T18:37:39.240Z] ---> 712ab8c0a79e [2021-06-14T18:37:39.240Z] Step 8/24 : COPY . . [2021-06-14T18:37:39.240Z] Removing intermediate container 8b8c8cec5c99 [2021-06-14T18:37:39.240Z] ---> cdd6778a4463 [2021-06-14T18:37:39.240Z] Step 8/24 : COPY . . [2021-06-14T18:38:11.620Z] ---> eebce659d7c4 [2021-06-14T18:38:11.620Z] Step 9/24 : RUN go mod tidy [2021-06-14T18:38:11.620Z] ---> aaa9c6557025 [2021-06-14T18:38:11.620Z] Step 9/24 : RUN go mod tidy [2021-06-14T18:38:11.620Z] ---> Running in 9404b22c8456 [2021-06-14T18:38:11.620Z] ---> Running in 3d13b585693f [2021-06-14T18:38:12.615Z] Removing intermediate container 3d13b585693f [2021-06-14T18:38:12.615Z] ---> 14d8db9fc7c2 [2021-06-14T18:38:12.615Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-06-14T18:38:12.897Z] ---> Running in 5d0d21e17ba2 [2021-06-14T18:38:13.175Z] Removing intermediate container 9404b22c8456 [2021-06-14T18:38:13.175Z] ---> ca12b02dd757 [2021-06-14T18:38:13.175Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-06-14T18:38:13.461Z] ---> Running in 35ca92bdf9b1 [2021-06-14T18:38:15.466Z] 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-06-14T18:38:15.466Z] 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-06-14T18:38:42.315Z] 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-06-14T18:38:52.518Z] Removing intermediate container 4ec7d0f9c44e [2021-06-14T18:38:52.518Z] ---> c36ce8a34a61 [2021-06-14T18:38:52.518Z] [2021-06-14T18:38:52.518Z] Step 11/32 : FROM alpine:3.12 [2021-06-14T18:38:52.518Z] ---> 9852663dfa18 [2021-06-14T18:38:52.518Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-06-14T18:38:52.518Z] ---> Running in 733848627b11 [2021-06-14T18:38:52.518Z] Removing intermediate container 733848627b11 [2021-06-14T18:38:52.518Z] ---> 623740f275d9 [2021-06-14T18:38:52.518Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-06-14T18:38:52.793Z] ---> Running in 95b9f3b54d6d [2021-06-14T18:38:54.240Z] Removing intermediate container af834f910fb6 [2021-06-14T18:38:54.240Z] ---> e9b8b7889768 [2021-06-14T18:38:54.240Z] [2021-06-14T18:38:54.240Z] Step 11/22 : FROM alpine:3.12 [2021-06-14T18:38:54.240Z] ---> 9852663dfa18 [2021-06-14T18:38:54.240Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-06-14T18:38:54.240Z] ---> Running in 850d8d1473b2 [2021-06-14T18:38:55.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-14T18:38:55.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-14T18:38:56.228Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-06-14T18:38:56.229Z] (2/2) Installing su-exec (0.2-r1) [2021-06-14T18:38:56.229Z] Executing busybox-1.31.1-r20.trigger [2021-06-14T18:38:56.229Z] OK: 5 MiB in 16 packages [2021-06-14T18:38:56.229Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-14T18:38:56.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-14T18:38:57.118Z] (1/4) Installing ca-certificates (20191127-r4) [2021-06-14T18:38:57.119Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-06-14T18:38:57.119Z] (3/4) Installing libcurl (7.77.0-r0) [2021-06-14T18:38:57.119Z] (4/4) Installing curl (7.77.0-r0) [2021-06-14T18:38:57.119Z] Executing busybox-1.31.1-r20.trigger [2021-06-14T18:38:57.399Z] Executing ca-certificates-20191127-r4.trigger [2021-06-14T18:38:57.677Z] OK: 7 MiB in 18 packages [2021-06-14T18:38:57.677Z] Removing intermediate container 95b9f3b54d6d [2021-06-14T18:38:57.677Z] ---> 8bae480c52f1 [2021-06-14T18:38:57.677Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-06-14T18:38:57.956Z] ---> Running in 3259dfdcf885 [2021-06-14T18:38:58.970Z] Removing intermediate container 3259dfdcf885 [2021-06-14T18:38:58.970Z] ---> c8dccf54149c [2021-06-14T18:38:58.970Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-06-14T18:38:59.255Z] ---> Running in 991ee0c52084 [2021-06-14T18:38:59.861Z] Removing intermediate container 850d8d1473b2 [2021-06-14T18:38:59.861Z] ---> 082d5caf3521 [2021-06-14T18:38:59.861Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-14T18:39:00.152Z] Removing intermediate container 991ee0c52084 [2021-06-14T18:39:00.152Z] ---> f1fdbf16311d [2021-06-14T18:39:00.152Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-06-14T18:39:00.152Z] ---> Running in cb708e2597d1 [2021-06-14T18:39:00.152Z] ---> Running in 7febc190aafa [2021-06-14T18:39:01.139Z] Removing intermediate container cb708e2597d1 [2021-06-14T18:39:01.139Z] ---> 797b79cd030e [2021-06-14T18:39:01.139Z] Step 14/22 : WORKDIR /edgex [2021-06-14T18:39:01.139Z] ---> Running in 5c54c558e6ec [2021-06-14T18:39:02.128Z] Removing intermediate container 5c54c558e6ec [2021-06-14T18:39:02.128Z] ---> f6992741405f [2021-06-14T18:39:02.128Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-06-14T18:39:03.591Z] ---> 1fb225b0aaae [2021-06-14T18:39:03.591Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-06-14T18:39:04.616Z] Removing intermediate container 7febc190aafa [2021-06-14T18:39:04.617Z] ---> a3ffe601e579 [2021-06-14T18:39:04.617Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-06-14T18:39:04.617Z] ---> Running in 9a254f2bbfee [2021-06-14T18:39:05.606Z] Removing intermediate container 9a254f2bbfee [2021-06-14T18:39:05.606Z] ---> 3ab6d1f01700 [2021-06-14T18:39:05.606Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-06-14T18:39:06.226Z] ---> b0eab126f458 [2021-06-14T18:39:06.226Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-06-14T18:39:07.215Z] ---> 6a7340c4a8e8 [2021-06-14T18:39:07.215Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-06-14T18:39:07.493Z] ---> Running in eae4d56b2b02 [2021-06-14T18:39:08.484Z] ---> f177de9afadc [2021-06-14T18:39:08.484Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-06-14T18:39:08.484Z] ---> Running in b37d68ba8987 [2021-06-14T18:39:09.502Z] Removing intermediate container b37d68ba8987 [2021-06-14T18:39:09.502Z] ---> d7ea1ca139d1 [2021-06-14T18:39:09.502Z] Step 19/22 : CMD ["--init=true"] [2021-06-14T18:39:09.778Z] ---> Running in dc32c5e22999 [2021-06-14T18:39:10.769Z] Removing intermediate container dc32c5e22999 [2021-06-14T18:39:10.769Z] ---> fab9e8fca14d [2021-06-14T18:39:10.769Z] Step 20/22 : LABEL arch=arm64 [2021-06-14T18:39:10.769Z] ---> Running in 637e1a3680c3 [2021-06-14T18:39:11.756Z] Removing intermediate container eae4d56b2b02 [2021-06-14T18:39:11.756Z] ---> 48527408cf61 [2021-06-14T18:39:11.756Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-14T18:39:11.756Z] Removing intermediate container 637e1a3680c3 [2021-06-14T18:39:11.756Z] ---> a3269dafe369 [2021-06-14T18:39:11.756Z] Step 21/22 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb [2021-06-14T18:39:12.035Z] ---> Running in 8e08c9db1bfb [2021-06-14T18:39:13.039Z] Removing intermediate container 8e08c9db1bfb [2021-06-14T18:39:13.039Z] ---> 1af9adc12ec1 [2021-06-14T18:39:13.039Z] Step 22/22 : LABEL version=0.0.0 [2021-06-14T18:39:13.039Z] ---> d4601f78cc79 [2021-06-14T18:39:13.039Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-06-14T18:39:13.315Z] ---> Running in a345439a50c8 [2021-06-14T18:39:13.929Z] Removing intermediate container a345439a50c8 [2021-06-14T18:39:13.929Z] ---> ae30a2762514 [2021-06-14T18:39:13.929Z] [2021-06-14T18:39:14.932Z] Successfully built ae30a2762514 [2021-06-14T18:39:14.932Z] Successfully tagged security-proxy-setup-arm64:latest [2021-06-14T18:39:15.927Z]  Building security-proxy-setup ... done  ---> 68d15c6f4b13 [2021-06-14T18:39:15.927Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-06-14T18:39:16.928Z] ---> 183d4e9e9653 [2021-06-14T18:39:16.929Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-06-14T18:39:18.389Z] ---> 0c72d8604b12 [2021-06-14T18:39:18.389Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-06-14T18:39:19.843Z] ---> 2cf393c9812c [2021-06-14T18:39:19.843Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-06-14T18:39:20.121Z] ---> Running in 62d96ba28383 [2021-06-14T18:39:20.867Z] Removing intermediate container 62d96ba28383 [2021-06-14T18:39:20.867Z] ---> bad18eb142a0 [2021-06-14T18:39:20.867Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-06-14T18:39:22.426Z] ---> 4b3bc42a0400 [2021-06-14T18:39:22.426Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-06-14T18:39:22.719Z] ---> Running in c6e1b755a051 [2021-06-14T18:39:26.175Z] Removing intermediate container c6e1b755a051 [2021-06-14T18:39:26.175Z] ---> 32f92bdc21a2 [2021-06-14T18:39:26.175Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-06-14T18:39:26.776Z] ---> Running in b527383a82b6 [2021-06-14T18:39:27.418Z] Removing intermediate container b527383a82b6 [2021-06-14T18:39:27.418Z] ---> fe73be148ca3 [2021-06-14T18:39:27.418Z] Step 29/32 : CMD ["gate"] [2021-06-14T18:39:28.016Z] ---> Running in 161702dd530c [2021-06-14T18:39:28.618Z] Removing intermediate container 161702dd530c [2021-06-14T18:39:28.618Z] ---> ec2957435724 [2021-06-14T18:39:28.618Z] Step 30/32 : LABEL arch=arm64 [2021-06-14T18:39:29.225Z] ---> Running in 3bc251bf751c [2021-06-14T18:39:30.211Z] Removing intermediate container 3bc251bf751c [2021-06-14T18:39:30.211Z] ---> 6de72b9d7d3b [2021-06-14T18:39:30.211Z] Step 31/32 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb [2021-06-14T18:39:30.486Z] ---> Running in 2c506af0ab35 [2021-06-14T18:39:31.096Z] Removing intermediate container 2c506af0ab35 [2021-06-14T18:39:31.096Z] ---> fb1baf7b43e5 [2021-06-14T18:39:31.096Z] Step 32/32 : LABEL version=0.0.0 [2021-06-14T18:39:31.721Z] ---> Running in 974ccfdb1009 [2021-06-14T18:39:32.695Z] Removing intermediate container 974ccfdb1009 [2021-06-14T18:39:32.695Z] ---> 121e72761f91 [2021-06-14T18:39:32.695Z] [2021-06-14T18:39:32.969Z] Successfully built 121e72761f91 [2021-06-14T18:39:33.250Z] Successfully tagged security-bootstrapper-arm64:latest [2021-06-14T18:39:33.522Z]  Building security-bootstrapper ... done Removing intermediate container 35ca92bdf9b1 [2021-06-14T18:39:33.522Z] ---> 2ac0fee1ed76 [2021-06-14T18:39:33.522Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-06-14T18:39:33.522Z] ---> Running in 6581ff25d770 [2021-06-14T18:39:35.007Z] 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-06-14T18:39:37.649Z] Removing intermediate container 6581ff25d770 [2021-06-14T18:39:37.649Z] ---> 12133aa51767 [2021-06-14T18:39:37.649Z] [2021-06-14T18:39:37.649Z] Step 12/24 : FROM docker:20.10.0 [2021-06-14T18:39:37.649Z] 20.10.0: Pulling from library/docker [2021-06-14T18:39:40.269Z] Removing intermediate container 5d0d21e17ba2 [2021-06-14T18:39:40.269Z] ---> b1614504c806 [2021-06-14T18:39:40.269Z] [2021-06-14T18:39:40.269Z] Step 11/24 : FROM alpine:3.12 [2021-06-14T18:39:40.269Z] ---> 9852663dfa18 [2021-06-14T18:39:40.269Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-06-14T18:39:40.540Z] ---> Running in 316c57f7dc74 [2021-06-14T18:39:41.137Z] Removing intermediate container 316c57f7dc74 [2021-06-14T18:39:41.137Z] ---> 4fc4d33ddda3 [2021-06-14T18:39:41.137Z] Step 13/24 : ENV APP_PORT=59880 [2021-06-14T18:39:41.409Z] ---> Running in b43047536e9b [2021-06-14T18:39:42.011Z] Removing intermediate container b43047536e9b [2021-06-14T18:39:42.011Z] ---> 94a729f39ca1 [2021-06-14T18:39:42.011Z] Step 14/24 : EXPOSE $APP_PORT [2021-06-14T18:39:42.288Z] ---> Running in 273225424d60 [2021-06-14T18:39:42.885Z] Removing intermediate container 273225424d60 [2021-06-14T18:39:42.885Z] ---> 4452c250a359 [2021-06-14T18:39:42.885Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-14T18:39:43.165Z] ---> Running in 346a2101b7e2 [2021-06-14T18:39:45.805Z] Removing intermediate container 346a2101b7e2 [2021-06-14T18:39:45.805Z] ---> 88c2d65da0dc [2021-06-14T18:39:45.805Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-06-14T18:39:46.078Z] ---> Running in 275aed9ed7cd [2021-06-14T18:39:47.057Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-06-14T18:39:47.057Z] Status: Downloaded newer image for docker:20.10.0 [2021-06-14T18:39:47.057Z] ---> eeaf43b92773 [2021-06-14T18:39:47.057Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-06-14T18:39:47.057Z] ---> Running in 76102c0a8239 [2021-06-14T18:39:47.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-14T18:39:47.657Z] Removing intermediate container 76102c0a8239 [2021-06-14T18:39:47.657Z] ---> 530362b8fb1c [2021-06-14T18:39:47.657Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-06-14T18:39:47.930Z] ---> Running in a1731fe78d38 [2021-06-14T18:39:48.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-14T18:39:49.193Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-06-14T18:39:49.193Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-14T18:39:49.193Z] (2/6) Installing libgcc (9.3.0-r2) [2021-06-14T18:39:49.193Z] (3/6) Installing libsodium (1.0.18-r0) [2021-06-14T18:39:49.193Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-14T18:39:49.193Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-06-14T18:39:49.464Z] (5/6) Installing libzmq (4.3.3-r0) [2021-06-14T18:39:49.464Z] (6/6) Installing zeromq (4.3.3-r0) [2021-06-14T18:39:49.741Z] Executing busybox-1.31.1-r20.trigger [2021-06-14T18:39:49.741Z] (1/39) Installing readline (8.0.4-r0) [2021-06-14T18:39:49.741Z] OK: 8 MiB in 20 packages [2021-06-14T18:39:49.741Z] (2/39) Installing bash (5.0.17-r0) [2021-06-14T18:39:49.741Z] Executing bash-5.0.17-r0.post-install [2021-06-14T18:39:49.741Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-06-14T18:39:49.741Z] (4/39) Installing libcurl (7.77.0-r0) [2021-06-14T18:39:49.741Z] (5/39) Installing curl (7.77.0-r0) [2021-06-14T18:39:49.741Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-06-14T18:39:49.741Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-06-14T18:39:49.741Z] (8/39) Installing expat (2.2.9-r1) [2021-06-14T18:39:49.741Z] (9/39) Installing libffi (3.3-r2) [2021-06-14T18:39:49.741Z] (10/39) Installing gdbm (1.13-r1) [2021-06-14T18:39:49.741Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-06-14T18:39:49.741Z] (12/39) Installing sqlite-libs (3.32.1-r1) [2021-06-14T18:39:49.741Z] (13/39) Installing python3 (3.8.10-r0) [2021-06-14T18:39:51.708Z] Removing intermediate container 275aed9ed7cd [2021-06-14T18:39:51.708Z] ---> 5bbea17c111f [2021-06-14T18:39:51.708Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-14T18:39:51.708Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-06-14T18:39:51.708Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-06-14T18:39:51.708Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-06-14T18:39:51.708Z] (17/39) Installing py3-six (1.15.0-r0) [2021-06-14T18:39:51.708Z] (18/39) Installing py3-packaging (20.4-r0) [2021-06-14T18:39:51.708Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-06-14T18:39:51.708Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-06-14T18:39:51.980Z] (21/39) Installing py3-idna (2.9-r0) [2021-06-14T18:39:51.980Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-06-14T18:39:51.980Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-06-14T18:39:51.980Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-06-14T18:39:51.980Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-06-14T18:39:51.980Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-06-14T18:39:51.980Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-06-14T18:39:51.980Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-06-14T18:39:51.980Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-06-14T18:39:51.980Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-06-14T18:39:51.980Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-06-14T18:39:51.980Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-06-14T18:39:52.260Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-06-14T18:39:52.260Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-06-14T18:39:52.260Z] (35/39) Installing py3-progress (1.5-r0) [2021-06-14T18:39:52.260Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-06-14T18:39:52.260Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-06-14T18:39:52.260Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-06-14T18:39:52.260Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-06-14T18:39:52.260Z] Executing busybox-1.31.1-r19.trigger [2021-06-14T18:39:52.260Z] OK: 72 MiB in 59 packages [2021-06-14T18:39:52.543Z] ---> 129c6aad7287 [2021-06-14T18:39:52.543Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-06-14T18:39:53.513Z] ---> 3da8c3ec1e7f [2021-06-14T18:39:53.513Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-06-14T18:39:54.489Z] ---> 9e2c5dcbe6a7 [2021-06-14T18:39:54.489Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-06-14T18:39:54.489Z] ---> Running in 77bcd97ec456 [2021-06-14T18:39:55.094Z] Removing intermediate container 77bcd97ec456 [2021-06-14T18:39:55.094Z] ---> deb05cde6131 [2021-06-14T18:39:55.094Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-14T18:39:55.094Z] ---> Running in f78fcca2388e [2021-06-14T18:39:55.690Z] Removing intermediate container f78fcca2388e [2021-06-14T18:39:55.690Z] ---> e3308c9a39a8 [2021-06-14T18:39:55.690Z] Step 22/24 : LABEL arch=arm64 [2021-06-14T18:39:55.690Z] ---> Running in 0a109542c9f6 [2021-06-14T18:39:56.283Z] Removing intermediate container 0a109542c9f6 [2021-06-14T18:39:56.283Z] ---> 022c3236c700 [2021-06-14T18:39:56.283Z] Step 23/24 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb [2021-06-14T18:39:56.283Z] ---> Running in 6d22c8a042b8 [2021-06-14T18:39:56.879Z] Collecting docker-compose==1.23.2 [2021-06-14T18:39:56.879Z] Removing intermediate container 6d22c8a042b8 [2021-06-14T18:39:56.879Z] ---> 59a93ea1d145 [2021-06-14T18:39:56.879Z] Step 24/24 : LABEL version=0.0.0 [2021-06-14T18:39:56.879Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-06-14T18:39:56.879Z] ---> Running in 8b378d91d150 [2021-06-14T18:39:57.473Z] Removing intermediate container 8b378d91d150 [2021-06-14T18:39:57.473Z] ---> ddd5d9215eb5 [2021-06-14T18:39:57.473Z] [2021-06-14T18:39:58.069Z] Successfully built ddd5d9215eb5 [2021-06-14T18:39:58.069Z] Successfully tagged core-data-arm64:latest [2021-06-14T18:39:58.659Z]  Building core-data ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-06-14T18:39:58.659Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-06-14T18:39:59.278Z] Collecting websocket-client<1.0,>=0.32.0 [2021-06-14T18:39:59.278Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-06-14T18:39:59.550Z] Collecting cached-property<2,>=1.2.0 [2021-06-14T18:39:59.820Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-06-14T18:40:00.412Z] Collecting docker<4.0,>=3.6.0 [2021-06-14T18:40:00.412Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-06-14T18:40:01.383Z] Collecting PyYAML<4,>=3.10 [2021-06-14T18:40:01.383Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-06-14T18:40:04.774Z] Collecting dockerpty<0.5,>=0.4.1 [2021-06-14T18:40:04.774Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-06-14T18:40:06.208Z] 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-06-14T18:40:06.208Z] Collecting docopt<0.7,>=0.6.1 [2021-06-14T18:40:06.208Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-06-14T18:40:08.183Z] Collecting texttable<0.10,>=0.9.0 [2021-06-14T18:40:08.183Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-06-14T18:40:10.153Z] Collecting jsonschema<3,>=2.5.1 [2021-06-14T18:40:10.154Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-06-14T18:40:10.749Z] Collecting urllib3<1.25,>=1.21.1 [2021-06-14T18:40:10.749Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-06-14T18:40:11.024Z] Collecting idna<2.8,>=2.5 [2021-06-14T18:40:11.297Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-06-14T18:40:11.297Z] 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-06-14T18:40:11.297Z] 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-06-14T18:40:11.297Z] Collecting docker-pycreds>=0.4.0 [2021-06-14T18:40:11.569Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-06-14T18:40:11.569Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-06-14T18:40:11.569Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-06-14T18:40:11.569Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-06-14T18:40:11.569Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-06-14T18:40:12.547Z] Installing collected packages: urllib3, idna, requests, websocket-client, cached-property, docker-pycreds, docker, PyYAML, dockerpty, docopt, texttable, jsonschema, docker-compose [2021-06-14T18:40:12.547Z] Attempting uninstall: urllib3 [2021-06-14T18:40:12.547Z] Found existing installation: urllib3 1.25.9 [2021-06-14T18:40:12.547Z] Uninstalling urllib3-1.25.9: [2021-06-14T18:40:12.547Z] Successfully uninstalled urllib3-1.25.9 [2021-06-14T18:40:13.152Z] Attempting uninstall: idna [2021-06-14T18:40:13.152Z] Found existing installation: idna 2.9 [2021-06-14T18:40:13.152Z] Uninstalling idna-2.9: [2021-06-14T18:40:13.152Z] Successfully uninstalled idna-2.9 [2021-06-14T18:40:13.748Z] Attempting uninstall: requests [2021-06-14T18:40:13.748Z] Found existing installation: requests 2.23.0 [2021-06-14T18:40:13.748Z] Uninstalling requests-2.23.0: [2021-06-14T18:40:13.748Z] Successfully uninstalled requests-2.23.0 [2021-06-14T18:40:15.183Z] Running setup.py install for PyYAML: started [2021-06-14T18:40:17.147Z] Running setup.py install for PyYAML: finished with status 'done' [2021-06-14T18:40:17.147Z] Running setup.py install for dockerpty: started [2021-06-14T18:40:19.127Z] Running setup.py install for dockerpty: finished with status 'done' [2021-06-14T18:40:19.127Z] Running setup.py install for docopt: started [2021-06-14T18:40:21.098Z] Running setup.py install for docopt: finished with status 'done' [2021-06-14T18:40:21.098Z] Running setup.py install for texttable: started [2021-06-14T18:40:22.544Z] Running setup.py install for texttable: finished with status 'done' [2021-06-14T18:40:24.033Z] 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.59.0 [2021-06-14T18:40:32.327Z] Removing intermediate container a1731fe78d38 [2021-06-14T18:40:32.327Z] ---> d2c8476e23da [2021-06-14T18:40:32.327Z] Step 15/24 : ENV APP_PORT=58890 [2021-06-14T18:40:32.327Z] ---> Running in ccafed5560cd [2021-06-14T18:40:32.601Z] Removing intermediate container ccafed5560cd [2021-06-14T18:40:32.601Z] ---> c3e96c350580 [2021-06-14T18:40:32.601Z] Step 16/24 : EXPOSE $APP_PORT [2021-06-14T18:40:32.601Z] ---> Running in d2ea294aa205 [2021-06-14T18:40:33.192Z] Removing intermediate container d2ea294aa205 [2021-06-14T18:40:33.192Z] ---> 15929ad40477 [2021-06-14T18:40:33.192Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-06-14T18:40:34.622Z] ---> aac0da84711e [2021-06-14T18:40:34.622Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-06-14T18:40:35.212Z] ---> 55e711c4ac9a [2021-06-14T18:40:35.212Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-06-14T18:40:36.189Z] ---> 4a1d07470997 [2021-06-14T18:40:36.189Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-06-14T18:40:36.462Z] ---> Running in ab8f1e24a655 [2021-06-14T18:40:36.734Z] Removing intermediate container ab8f1e24a655 [2021-06-14T18:40:36.734Z] ---> 4646ef0a0fc9 [2021-06-14T18:40:36.734Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-14T18:40:37.006Z] ---> Running in eae0a6ea9429 [2021-06-14T18:40:37.611Z] Removing intermediate container eae0a6ea9429 [2021-06-14T18:40:37.611Z] ---> 92524e8be653 [2021-06-14T18:40:37.611Z] Step 22/24 : LABEL arch=arm64 [2021-06-14T18:40:37.611Z] ---> Running in 045e75027ca7 [2021-06-14T18:40:38.208Z] Removing intermediate container 045e75027ca7 [2021-06-14T18:40:38.208Z] ---> 961bf1fd6ccc [2021-06-14T18:40:38.208Z] Step 23/24 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb [2021-06-14T18:40:38.208Z] ---> Running in cef8860e17c7 [2021-06-14T18:40:38.809Z] Removing intermediate container cef8860e17c7 [2021-06-14T18:40:38.809Z] ---> fbd4395d34c1 [2021-06-14T18:40:38.809Z] Step 24/24 : LABEL version=0.0.0 [2021-06-14T18:40:38.809Z] ---> Running in 450f2b4b9a4f [2021-06-14T18:40:39.413Z] Removing intermediate container 450f2b4b9a4f [2021-06-14T18:40:39.413Z] ---> 3411a2b35868 [2021-06-14T18:40:39.413Z] [2021-06-14T18:40:39.686Z] Successfully built 3411a2b35868 [2021-06-14T18:40:39.958Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-06-14T18:40:40.247Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-06-14T18:40:40.226Z] $ docker stop --time=1 45a75afb2b5a648909894fcbf7c6f609e75eb0d87cf46d8c2dc0606a31194243 [2021-06-14T18:40:42.050Z] $ docker rm -f 45a75afb2b5a648909894fcbf7c6f609e75eb0d87cf46d8c2dc0606a31194243 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-14T18:40:42.638Z] + docker images [2021-06-14T18:40:42.914Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-14T18:40:42.914Z] sys-mgmt-agent-arm64 latest 3411a2b35868 3 seconds ago 299MB [2021-06-14T18:40:42.914Z] core-data-arm64 latest ddd5d9215eb5 45 seconds ago 19.1MB [2021-06-14T18:40:42.914Z] b1614504c806 About a minute ago 975MB [2021-06-14T18:40:42.914Z] 12133aa51767 About a minute ago 969MB [2021-06-14T18:40:42.914Z] security-bootstrapper-arm64 latest 121e72761f91 About a minute ago 17.5MB [2021-06-14T18:40:42.914Z] security-proxy-setup-arm64 latest ae30a2762514 About a minute ago 24.3MB [2021-06-14T18:40:42.914Z] e9b8b7889768 About a minute ago 973MB [2021-06-14T18:40:42.914Z] c36ce8a34a61 About a minute ago 970MB [2021-06-14T18:40:42.914Z] security-secretstore-setup-arm64 latest 303b2030fdf9 4 minutes ago 27.1MB [2021-06-14T18:40:42.914Z] support-notifications-arm64 latest 3b6ac8d8f799 4 minutes ago 15.7MB [2021-06-14T18:40:42.914Z] core-command-arm64 latest 537bf281716e 4 minutes ago 15MB [2021-06-14T18:40:42.914Z] support-scheduler-arm64 latest 619296051337 4 minutes ago 15.1MB [2021-06-14T18:40:42.914Z] core-metadata-arm64 latest 257520ad27e2 4 minutes ago 15.7MB [2021-06-14T18:40:42.914Z] 6893471b6afc 4 minutes ago 972MB [2021-06-14T18:40:42.914Z] c63e62b30b60 4 minutes ago 969MB [2021-06-14T18:40:42.914Z] 3f5fbc09cf30 4 minutes ago 976MB [2021-06-14T18:40:42.914Z] 7eefeefee212 4 minutes ago 968MB [2021-06-14T18:40:42.914Z] 61e068de5ac0 4 minutes ago 967MB [2021-06-14T18:40:42.914Z] ci-base-image-arm64 latest 5d42bd175683 14 minutes ago 641MB [2021-06-14T18:40:42.914Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine a36622ca3599 5 days ago 429MB [2021-06-14T18:40:42.914Z] alpine 3.12 9852663dfa18 2 months ago 5.32MB [2021-06-14T18:40:42.914Z] docker 20.10.0 eeaf43b92773 6 months ago 228MB [2021-06-14T18:40:42.914Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 11 months ago 285MB [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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-06-14T18:40:43.685Z] ---> job-cost.sh [2021-06-14T18:40:43.685Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wtSU [2021-06-14T18:41:22.689Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-14T18:43:00.208Z] lf-activate-venv(): INFO: Adding /tmp/venv-wtSU/bin to PATH [2021-06-14T18:43:00.208Z] INFO: No Stack... [2021-06-14T18:43:00.208Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-06-14T18:43:00.208Z] INFO: Archiving Costs [Pipeline] sh [2021-06-14T18:43:00.550Z] + + cutcat -d, /w/workspace/edgex-go/2/archives/cost.csv -f6 [2021-06-14T18:43:00.550Z] [Pipeline] lock [2021-06-14T18:43:00.612Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3562-2-stack-cost] [2021-06-14T18:43:00.634Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3562-2-stack-cost] did not exist. Created. [2021-06-14T18:43:00.634Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3562-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-14T18:43:00.988Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-06-14T18:43:01.244Z] Stashed 1 file(s) [Pipeline] } [2021-06-14T18:43:01.262Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3562-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2021-06-14T18:43:01.952Z] provisioning config files... [2021-06-14T18:43:01.962Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config6291652574337887446tmp [Pipeline] { [Pipeline] sh [2021-06-14T18:43:02.269Z] + set +x [2021-06-14T18:43:02.269Z] + curl -s https://codecov.io/bash [2021-06-14T18:43:02.269Z] + bash -s -- [2021-06-14T18:43:02.269Z] [2021-06-14T18:43:02.269Z] _____ _ [2021-06-14T18:43:02.269Z] / ____| | | [2021-06-14T18:43:02.269Z] | | ___ __| | ___ ___ _____ __ [2021-06-14T18:43:02.269Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-06-14T18:43:02.269Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-06-14T18:43:02.269Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-06-14T18:43:02.269Z] Bash-1.0.3 [2021-06-14T18:43:02.269Z] [2021-06-14T18:43:02.269Z] [2021-06-14T18:43:02.269Z] ==> git version 2.24.4 found [2021-06-14T18:43:02.269Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-06-14T18:43:02.269Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-06-14T18:43:02.269Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-06-14T18:43:02.269Z] ==> Jenkins CI detected. [2021-06-14T18:43:02.269Z] project root: . [2021-06-14T18:43:02.269Z] --> token set from env [2021-06-14T18:43:02.269Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-06-14T18:43:02.269Z] ==> Running gcov in . (disable via -X gcov) [2021-06-14T18:43:02.269Z] ==> Python coveragepy not found [2021-06-14T18:43:02.269Z] ==> Searching for coverage reports in: [2021-06-14T18:43:02.269Z] + . [2021-06-14T18:43:02.530Z] -> Found 1 reports [2021-06-14T18:43:02.530Z] ==> Detecting git/mercurial file structure [2021-06-14T18:43:02.530Z] ==> Reading reports [2021-06-14T18:43:02.530Z] + ./coverage.out bytes=398195 [2021-06-14T18:43:02.530Z] ==> Appending adjustments [2021-06-14T18:43:02.530Z] https://docs.codecov.io/docs/fixing-reports [2021-06-14T18:43:03.473Z] + Found adjustments [2021-06-14T18:43:03.473Z] ==> Gzipping contents [2021-06-14T18:43:03.473Z] 56K /tmp/codecov.p87amq.gz [2021-06-14T18:43:03.473Z] ==> Uploading reports [2021-06-14T18:43:03.473Z] url: https://codecov.io [2021-06-14T18:43:03.473Z] query: branch=PR-3562&commit=04c838e8472b5aabfd7e7421d4bd85178651bafb&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3562%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3562&job=&cmd_args= [2021-06-14T18:43:03.474Z] -> Pinging Codecov [2021-06-14T18:43:03.474Z] https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-3562&commit=04c838e8472b5aabfd7e7421d4bd85178651bafb&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3562%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3562&job=&cmd_args= [2021-06-14T18:43:04.043Z] -> Uploading to [2021-06-14T18:43:04.043Z] https://storage.googleapis.com/codecov/v4/raw/2021-06-14/00271124DB129430A58F1EEE437C3FCB/04c838e8472b5aabfd7e7421d4bd85178651bafb/605239c0-0220-4308-b64f-bf65afb84413.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210614%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210614T184303Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=12e779cfb6cc22f584e31e78ea4dd754bf3aad2edd12e8e48e3b2764c7569adf [2021-06-14T18:43:04.043Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-14T18:43:04.043Z] Dload Upload Total Spent Left Speed [2021-06-14T18:43:04.617Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54450 0 0 100 54450 0 123k --:--:-- --:--:-- --:--:-- 123k 100 54450 0 0 100 54450 0 123k --:--:-- --:--:-- --:--:-- 123k [2021-06-14T18:43:04.618Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/04c838e8472b5aabfd7e7421d4bd85178651bafb [Pipeline] } [2021-06-14T18:43:04.630Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-06-14T18:43:05.690Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-14T18:43:06.259Z] ---> package-listing.sh [2021-06-14T18:43:06.259Z] ++ facter osfamily [2021-06-14T18:43:06.259Z] ++ tr '[:upper:]' '[:lower:]' [2021-06-14T18:43:06.524Z] + OS_FAMILY=redhat [2021-06-14T18:43:06.524Z] + workspace=/w/workspace/edgex-go/2 [2021-06-14T18:43:06.524Z] + START_PACKAGES=/tmp/packages_start.txt [2021-06-14T18:43:06.524Z] + END_PACKAGES=/tmp/packages_end.txt [2021-06-14T18:43:06.524Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-06-14T18:43:06.524Z] + PACKAGES=/tmp/packages_start.txt [2021-06-14T18:43:06.524Z] + '[' /w/workspace/edgex-go/2 ']' [2021-06-14T18:43:06.524Z] + PACKAGES=/tmp/packages_end.txt [2021-06-14T18:43:06.524Z] + case "${OS_FAMILY}" in [2021-06-14T18:43:06.524Z] + rpm -qa [2021-06-14T18:43:06.524Z] + sort [2021-06-14T18:43:08.439Z] + '[' -f /tmp/packages_start.txt ']' [2021-06-14T18:43:08.439Z] + '[' -f /tmp/packages_end.txt ']' [2021-06-14T18:43:08.439Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-06-14T18:43:08.439Z] + '[' /w/workspace/edgex-go/2 ']' [2021-06-14T18:43:08.439Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-06-14T18:43:08.439Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-06-14T18:43:08.451Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-06-14T18:43:08.737Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-06-14T18:43:09.347Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-14T18:43:09.347Z] [2021-06-14T18:43:09.347Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-06-14T18:43:10.070Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-14T18:43:10.070Z] alpine: Pulling from edgex-lftools-log-publisher [2021-06-14T18:43:10.070Z] df20fa9351a1: Pulling fs layer [2021-06-14T18:43:10.070Z] 36b3adc4ff6f: Pulling fs layer [2021-06-14T18:43:10.070Z] 8ad3a11d3b57: Pulling fs layer [2021-06-14T18:43:10.070Z] 46f8f816bc3b: Pulling fs layer [2021-06-14T18:43:10.070Z] 93b61091891f: Pulling fs layer [2021-06-14T18:43:10.070Z] 93b9cdb0e59b: Pulling fs layer [2021-06-14T18:43:10.070Z] 5e14af77c1be: Pulling fs layer [2021-06-14T18:43:10.070Z] 01666e4c0597: Pulling fs layer [2021-06-14T18:43:10.070Z] aa168da1d23b: Pulling fs layer [2021-06-14T18:43:10.070Z] 46f8f816bc3b: Waiting [2021-06-14T18:43:10.070Z] 93b61091891f: Waiting [2021-06-14T18:43:10.070Z] 93b9cdb0e59b: Waiting [2021-06-14T18:43:10.070Z] 5e14af77c1be: Waiting [2021-06-14T18:43:10.070Z] 01666e4c0597: Waiting [2021-06-14T18:43:10.070Z] aa168da1d23b: Waiting [2021-06-14T18:43:10.070Z] 36b3adc4ff6f: Verifying Checksum [2021-06-14T18:43:10.070Z] 36b3adc4ff6f: Download complete [2021-06-14T18:43:10.070Z] 46f8f816bc3b: Verifying Checksum [2021-06-14T18:43:10.070Z] 46f8f816bc3b: Download complete [2021-06-14T18:43:10.070Z] df20fa9351a1: Verifying Checksum [2021-06-14T18:43:10.070Z] df20fa9351a1: Download complete [2021-06-14T18:43:10.070Z] 93b9cdb0e59b: Verifying Checksum [2021-06-14T18:43:10.070Z] 93b9cdb0e59b: Download complete [2021-06-14T18:43:10.070Z] 5e14af77c1be: Verifying Checksum [2021-06-14T18:43:10.070Z] 5e14af77c1be: Download complete [2021-06-14T18:43:10.070Z] 93b61091891f: Verifying Checksum [2021-06-14T18:43:10.070Z] 93b61091891f: Download complete [2021-06-14T18:43:10.070Z] 01666e4c0597: Verifying Checksum [2021-06-14T18:43:10.070Z] 01666e4c0597: Download complete [2021-06-14T18:43:10.381Z] 8ad3a11d3b57: Verifying Checksum [2021-06-14T18:43:10.381Z] 8ad3a11d3b57: Download complete [2021-06-14T18:43:10.381Z] df20fa9351a1: Pull complete [2021-06-14T18:43:10.381Z] 36b3adc4ff6f: Pull complete [2021-06-14T18:43:10.961Z] 8ad3a11d3b57: Pull complete [2021-06-14T18:43:10.961Z] 46f8f816bc3b: Pull complete [2021-06-14T18:43:11.225Z] 93b61091891f: Pull complete [2021-06-14T18:43:11.225Z] 93b9cdb0e59b: Pull complete [2021-06-14T18:43:11.225Z] 5e14af77c1be: Pull complete [2021-06-14T18:43:11.488Z] 01666e4c0597: Pull complete [2021-06-14T18:43:12.060Z] aa168da1d23b: Verifying Checksum [2021-06-14T18:43:12.060Z] aa168da1d23b: Download complete [2021-06-14T18:43:16.278Z] aa168da1d23b: Pull complete [2021-06-14T18:43:16.278Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-06-14T18:43:16.278Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-14T18:43:16.278Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-06-14T18:43:16.357Z] prd-centos7-docker-4c-2g-1308 does not seem to be running inside a container [2021-06-14T18:43:16.393Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-06-14T18:43:19.307Z] $ docker top 99973dc69c79926e15aca3450f1425cd92d926e28420963a5d02311e4c2d55d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-14T18:43:19.710Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-06-14T18:43:20.004Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-06-14T18:43:20.297Z] + ls /var/log/sa-host [2021-06-14T18:43:20.297Z] + sadf -c /var/log/sa-host/sa05 [2021-06-14T18:43:20.297Z] file_magic: OK [2021-06-14T18:43:20.297Z] HZ: Using current value: 100 [2021-06-14T18:43:20.297Z] file_header: OK [2021-06-14T18:43:20.297Z] 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-06-14T18:43:20.297Z] Statistics: [2021-06-14T18:43:20.297Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-14T18:43:20.297Z] File successfully converted to sysstat format version 12.2.1 [2021-06-14T18:43:20.297Z] + sadf -c /var/log/sa-host/sa14 [2021-06-14T18:43:20.297Z] file_magic: OK [2021-06-14T18:43:20.297Z] HZ: Using current value: 100 [2021-06-14T18:43:20.297Z] file_header: OK [2021-06-14T18:43:20.297Z] 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-06-14T18:43:20.297Z] Statistics: [2021-06-14T18:43:20.297Z] 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... [2021-06-14T18:43:20.297Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-14T18:43:20.470Z] provisioning config files... [2021-06-14T18:43:20.482Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8655216438776090910tmp [Pipeline] { [Pipeline] echo [2021-06-14T18:43:20.503Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-14T18:43:20.801Z] ---> create-netrc.sh [Pipeline] } [2021-06-14T18:43:20.811Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-06-14T18:43:21.178Z] ---> python-tools-install.sh [Pipeline] echo [2021-06-14T18:43:21.191Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-14T18:43:21.486Z] ---> sudo-logs.sh [2021-06-14T18:43:21.486Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-06-14T18:43:21.516Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-14T18:43:21.823Z] ---> job-cost.sh [2021-06-14T18:43:21.823Z] lf-activate-venv: SKIPPING [2021-06-14T18:43:21.823Z] DEBUG: total: 0.18000000715255737 [2021-06-14T18:43:21.823Z] INFO: Retrieving Stack Cost... [2021-06-14T18:43:22.767Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-14T18:43:23.027Z] INFO: Archiving Costs [Pipeline] echo [2021-06-14T18:43:23.040Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-14T18:43:23.337Z] ---> logs-deploy.sh [2021-06-14T18:43:23.337Z] lf-activate-venv: SKIPPING [2021-06-14T18:43:23.337Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3562/2 [2021-06-14T18:43:23.337Z] INFO: archiving workspace using pattern(s): [2021-06-14T18:43:24.286Z] Archives upload complete. [2021-06-14T18:43:24.286Z] INFO: archiving logs to Nexus