Pull request #3562 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 878bda589ddbfe4240870b89cf8a8097938a57fb+c3ee48ec81a1cae6a8275850650318015b1b17b0 (b441a30b1b8073162c145654e58fa5f66ccaffd5) 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-ssh3926075406741395825.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-ssh6678284326458847445.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-ssh2991962092001870126.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-ssh4381037021154106243.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-ssh4676381599287002481.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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1545 in /w/workspace/edgexfoundry_edgex-go_PR-3562 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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/4@tmp/jenkins-gitclient-ssh2146753952534631780.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 c3ee48ec81a1cae6a8275850650318015b1b17b0 into PR head commit 878bda589ddbfe4240870b89cf8a8097938a57fb Merge succeeded, producing 878bda589ddbfe4240870b89cf8a8097938a57fb Checking out Revision 878bda589ddbfe4240870b89cf8a8097938a57fb (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/4@tmp/jenkins-gitclient-ssh7538786284260655411.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 878bda589ddbfe4240870b89cf8a8097938a57fb # 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/4@tmp/jenkins-gitclient-ssh748928912063368477.key > git merge c3ee48ec81a1cae6a8275850650318015b1b17b0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 878bda589ddbfe4240870b89cf8a8097938a57fb # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.26" First time build. Skipping changelog. > git rev-list --no-walk 84d0691d597085a2ea692a05a57356e79db4a741 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-06-15T21:40:46.478Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-06-15T21:40:46.592Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-06-15T21:40:46.625Z] ========================================================= [2021-06-15T21:40:46.625Z] EdgeX Global Pipelines Version Info [2021-06-15T21:40:46.625Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-06-15T21:40:48.063Z] ------------------- [2021-06-15T21:40:48.063Z] stable info: [2021-06-15T21:40:48.063Z] ------------------- [2021-06-15T21:40:48.063Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-06-15T21:40:48.063Z] Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b [2021-06-15T21:40:48.063Z] Message: update stable to v1.0.194 [2021-06-15T21:40:48.638Z] ------------------- [2021-06-15T21:40:48.638Z] experimental info: [2021-06-15T21:40:48.639Z] ------------------- [2021-06-15T21:40:48.639Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-06-15T21:40:48.639Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-15T21:40:48.639Z] Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-06-15T21:40:48.778Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-06-15T21:40:48.807Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-06-15T21:40:48.833Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-06-15T21:40:48.859Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-06-15T21:40:48.885Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-06-15T21:40:48.913Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-06-15T21:40:48.940Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-06-15T21:40:48.966Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-06-15T21:40:48.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-06-15T21:40:49.021Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-06-15T21:40:49.052Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-06-15T21:40:49.079Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-06-15T21:40:49.105Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-06-15T21:40:49.134Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-06-15T21:40:49.160Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-06-15T21:40:49.189Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-06-15T21:40:49.220Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-06-15T21:40:49.249Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-06-15T21:40:49.277Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-06-15T21:40:49.304Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-06-15T21:40:49.331Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-06-15T21:40:49.359Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-06-15T21:40:49.388Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3562 [Pipeline] echo [2021-06-15T21:40:49.416Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3562 [Pipeline] echo [2021-06-15T21:40:49.445Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3562 [Pipeline] echo [2021-06-15T21:40:49.473Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 878bda589ddbfe4240870b89cf8a8097938a57fb [Pipeline] echo [2021-06-15T21:40:49.502Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 878bda5 [Pipeline] echo [2021-06-15T21:40:49.530Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-15T21:40:49.618Z] provisioning config files... [2021-06-15T21:40:49.644Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config4952771884280897807tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-15T21:40:49.976Z] ---> docker-login.sh [2021-06-15T21:40:49.976Z] nexus3.edgexfoundry.org:10001 [2021-06-15T21:40:49.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T21:40:50.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T21:40:50.240Z] Configure a credential helper to remove this warning. See [2021-06-15T21:40:50.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T21:40:50.240Z] [2021-06-15T21:40:50.240Z] Login Succeeded [2021-06-15T21:40:50.240Z] nexus3.edgexfoundry.org:10002 [2021-06-15T21:40:50.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T21:40:50.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T21:40:50.240Z] Configure a credential helper to remove this warning. See [2021-06-15T21:40:50.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T21:40:50.240Z] [2021-06-15T21:40:50.240Z] Login Succeeded [2021-06-15T21:40:50.240Z] nexus3.edgexfoundry.org:10003 [2021-06-15T21:40:50.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T21:40:50.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T21:40:50.501Z] Configure a credential helper to remove this warning. See [2021-06-15T21:40:50.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T21:40:50.501Z] [2021-06-15T21:40:50.501Z] Login Succeeded [2021-06-15T21:40:50.501Z] nexus3.edgexfoundry.org:10004 [2021-06-15T21:40:50.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T21:40:50.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T21:40:50.763Z] Configure a credential helper to remove this warning. See [2021-06-15T21:40:50.763Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T21:40:50.763Z] [2021-06-15T21:40:50.763Z] Login Succeeded [2021-06-15T21:40:50.763Z] docker.io [2021-06-15T21:40:50.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T21:40:51.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T21:40:51.025Z] Configure a credential helper to remove this warning. See [2021-06-15T21:40:51.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T21:40:51.025Z] [2021-06-15T21:40:51.025Z] Login Succeeded [2021-06-15T21:40:51.025Z] ---> docker-login.sh ends [Pipeline] } [2021-06-15T21:40:51.041Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-15T21:40:51.384Z] ++ 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-15T21:40:51.386Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T21:40:51.386Z] ++ dirname cmd/core-command/Dockerfile [2021-06-15T21:40:51.386Z] ++ cut -d/ -f2 [2021-06-15T21:40:51.386Z] + echo core-command,cmd/core-command/Dockerfile [2021-06-15T21:40:51.386Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T21:40:51.386Z] ++ dirname cmd/core-data/Dockerfile [2021-06-15T21:40:51.386Z] ++ cut -d/ -f2 [2021-06-15T21:40:51.386Z] + echo core-data,cmd/core-data/Dockerfile [2021-06-15T21:40:51.386Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T21:40:51.386Z] ++ dirname cmd/core-metadata/Dockerfile [2021-06-15T21:40:51.386Z] ++ cut -d/ -f2 [2021-06-15T21:40:51.386Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-06-15T21:40:51.386Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T21:40:51.386Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-06-15T21:40:51.386Z] ++ cut -d/ -f2 [2021-06-15T21:40:51.386Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-06-15T21:40:51.386Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T21:40:51.386Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-06-15T21:40:51.386Z] ++ cut -d/ -f2 [2021-06-15T21:40:51.386Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-06-15T21:40:51.386Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T21:40:51.386Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-06-15T21:40:51.386Z] ++ cut -d/ -f2 [2021-06-15T21:40:51.386Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-06-15T21:40:51.386Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T21:40:51.386Z] ++ dirname cmd/support-notifications/Dockerfile [2021-06-15T21:40:51.386Z] ++ cut -d/ -f2 [2021-06-15T21:40:51.386Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-06-15T21:40:51.386Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T21:40:51.386Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-06-15T21:40:51.386Z] ++ cut -d/ -f2 [2021-06-15T21:40:51.386Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-06-15T21:40:51.386Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T21:40:51.386Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-06-15T21:40:51.386Z] ++ cut -d/ -f2 [2021-06-15T21:40:51.386Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-06-15T21:40:51.434Z] 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-15T21:40:53.056Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-15T21:40:53.056Z] [2021-06-15T21:40:53.056Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-06-15T21:40:53.384Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-15T21:40:53.384Z] latest: Pulling from edgex-devops/git-semver [2021-06-15T21:40:53.384Z] 31603596830f: Pulling fs layer [2021-06-15T21:40:53.384Z] 54011a49482f: Pulling fs layer [2021-06-15T21:40:53.384Z] a6820b24f6d8: Pulling fs layer [2021-06-15T21:40:53.384Z] f581987b2513: Pulling fs layer [2021-06-15T21:40:53.384Z] f581987b2513: Waiting [2021-06-15T21:40:53.384Z] 54011a49482f: Verifying Checksum [2021-06-15T21:40:53.384Z] 54011a49482f: Download complete [2021-06-15T21:40:53.649Z] 31603596830f: Verifying Checksum [2021-06-15T21:40:53.649Z] 31603596830f: Download complete [2021-06-15T21:40:53.649Z] f581987b2513: Verifying Checksum [2021-06-15T21:40:53.649Z] f581987b2513: Download complete [2021-06-15T21:40:53.649Z] a6820b24f6d8: Verifying Checksum [2021-06-15T21:40:53.649Z] a6820b24f6d8: Download complete [2021-06-15T21:40:53.649Z] 31603596830f: Pull complete [2021-06-15T21:40:53.920Z] 54011a49482f: Pull complete [2021-06-15T21:40:54.511Z] a6820b24f6d8: Pull complete [2021-06-15T21:40:54.775Z] f581987b2513: Pull complete [2021-06-15T21:40:54.775Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-06-15T21:40:54.775Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-15T21:40:54.775Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-06-15T21:40:54.846Z] prd-centos7-docker-4c-2g-1545 does not seem to be running inside a container [2021-06-15T21:40:54.878Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-15T21:40:55.976Z] $ docker top f28c1491cf7fdd687d70208654a9a285fed14786e5cf1083eb6f888f396f86bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-06-15T21:40:56.105Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-15T21:40:56.105Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-15T21:40:56.207Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-15T21:40:56.205Z] $ docker exec f28c1491cf7fdd687d70208654a9a285fed14786e5cf1083eb6f888f396f86bc ssh-agent [2021-06-15T21:40:56.307Z] SSH_AUTH_SOCK=/tmp/ssh-xSGn0HzYPT0f/agent.14 [2021-06-15T21:40:56.307Z] SSH_AGENT_PID=21 [2021-06-15T21:40:56.317Z] Running ssh-add (command line suppressed) [2021-06-15T21:40:56.399Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_3382093764318116567.key (/w/workspace/edgex-go/4@tmp/private_key_3382093764318116567.key) [2021-06-15T21:40:56.418Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-15T21:40:56.721Z] + git tag --points-at HEAD [Pipeline] } [2021-06-15T21:40:56.730Z] $ docker exec --env ******** --env ******** f28c1491cf7fdd687d70208654a9a285fed14786e5cf1083eb6f888f396f86bc ssh-agent -k [2021-06-15T21:40:56.818Z] unset SSH_AUTH_SOCK; [2021-06-15T21:40:56.818Z] unset SSH_AGENT_PID; [2021-06-15T21:40:56.818Z] echo Agent pid 21 killed; [2021-06-15T21:40:56.834Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-06-15T21:40:56.876Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-15T21:40:56.876Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-15T21:40:56.969Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-15T21:40:56.966Z] $ docker exec f28c1491cf7fdd687d70208654a9a285fed14786e5cf1083eb6f888f396f86bc ssh-agent [2021-06-15T21:40:57.068Z] SSH_AUTH_SOCK=/tmp/ssh-mMyDNq5EhgeQ/agent.55 [2021-06-15T21:40:57.068Z] SSH_AGENT_PID=61 [2021-06-15T21:40:57.074Z] Running ssh-add (command line suppressed) [2021-06-15T21:40:57.164Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_1592037591069856403.key (/w/workspace/edgex-go/4@tmp/private_key_1592037591069856403.key) [2021-06-15T21:40:57.186Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-15T21:40:57.492Z] + git semver init [2021-06-15T21:40:57.492Z] # -> Open(): unable to determine branch for HEAD [2021-06-15T21:40:57.492Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-06-15T21:40:57.492Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-06-15T21:40:57.492Z] # $SEMVER_REMOTE_NAME = origin [2021-06-15T21:40:57.492Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-06-15T21:40:57.492Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-06-15T21:40:57.492Z] # $SEMVER_BRANCH = PR-3562 [2021-06-15T21:40:57.492Z] # $SEMVER_TEMP = /tmp/semver-411289987 [2021-06-15T21:40:57.492Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-06-15T21:41:09.759Z] # '/tmp/semver-411289987' -> '/w/workspace/edgex-go/4/.semver' [2021-06-15T21:41:09.759Z] # -> Force: false [2021-06-15T21:41:09.759Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-06-15T21:41:09.764Z] $ docker exec --env ******** --env ******** f28c1491cf7fdd687d70208654a9a285fed14786e5cf1083eb6f888f396f86bc ssh-agent -k [2021-06-15T21:41:09.874Z] unset SSH_AUTH_SOCK; [2021-06-15T21:41:09.874Z] unset SSH_AGENT_PID; [2021-06-15T21:41:09.875Z] echo Agent pid 61 killed; [2021-06-15T21:41:09.892Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-15T21:41:10.221Z] + git semver [Pipeline] } [2021-06-15T21:41:10.231Z] $ docker stop --time=1 f28c1491cf7fdd687d70208654a9a285fed14786e5cf1083eb6f888f396f86bc [2021-06-15T21:41:12.498Z] $ docker rm -f f28c1491cf7fdd687d70208654a9a285fed14786e5cf1083eb6f888f396f86bc [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-15T21:41:12.891Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-06-15T21:41:13.162Z] Stashed 1 file(s) [Pipeline] echo [2021-06-15T21:41:13.166Z] [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-15T21:41:15.514Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-06-15T21:41:15.810Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-15T21:41:16.107Z] + sudo service docker restart [2021-06-15T21:41:16.108Z] + true [2021-06-15T21:41:16.108Z] Redirecting to /bin/systemctl restart docker.service [2021-06-15T21:41:30.156Z] Still waiting to schedule task [2021-06-15T21:41:30.157Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [Pipeline] echo [2021-06-15T21:41:34.283Z] ========================================================= [2021-06-15T21:41:34.283Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-06-15T21:41:34.283Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-15T21:41:34.603Z] + 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-15T21:41:36.003Z] Sending build context to Docker daemon 329.4MB [2021-06-15T21:41:36.003Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-06-15T21:41:36.003Z] Step 2/6 : FROM ${BASE} [2021-06-15T21:41:36.003Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-06-15T21:41:36.003Z] 540db60ca938: Pulling fs layer [2021-06-15T21:41:36.003Z] adcc1eea9eea: Pulling fs layer [2021-06-15T21:41:36.003Z] 4c4ab2625f07: Pulling fs layer [2021-06-15T21:41:36.003Z] 0510c868ecb4: Pulling fs layer [2021-06-15T21:41:36.003Z] afea3b2eda06: Pulling fs layer [2021-06-15T21:41:36.003Z] 7809a108b3ef: Pulling fs layer [2021-06-15T21:41:36.003Z] f706445af74f: Pulling fs layer [2021-06-15T21:41:36.003Z] afea3b2eda06: Waiting [2021-06-15T21:41:36.003Z] 7809a108b3ef: Waiting [2021-06-15T21:41:36.003Z] f706445af74f: Waiting [2021-06-15T21:41:36.003Z] 0510c868ecb4: Waiting [2021-06-15T21:41:36.003Z] 4c4ab2625f07: Verifying Checksum [2021-06-15T21:41:36.003Z] 4c4ab2625f07: Download complete [2021-06-15T21:41:36.003Z] adcc1eea9eea: Verifying Checksum [2021-06-15T21:41:36.003Z] adcc1eea9eea: Download complete [2021-06-15T21:41:36.003Z] afea3b2eda06: Verifying Checksum [2021-06-15T21:41:36.003Z] afea3b2eda06: Download complete [2021-06-15T21:41:36.003Z] 7809a108b3ef: Verifying Checksum [2021-06-15T21:41:36.003Z] 7809a108b3ef: Download complete [2021-06-15T21:41:36.003Z] 540db60ca938: Verifying Checksum [2021-06-15T21:41:36.003Z] 540db60ca938: Download complete [2021-06-15T21:41:36.265Z] 540db60ca938: Pull complete [2021-06-15T21:41:36.265Z] adcc1eea9eea: Pull complete [2021-06-15T21:41:36.526Z] 4c4ab2625f07: Pull complete [2021-06-15T21:41:37.914Z] f706445af74f: Verifying Checksum [2021-06-15T21:41:37.914Z] f706445af74f: Download complete [2021-06-15T21:41:38.498Z] 0510c868ecb4: Verifying Checksum [2021-06-15T21:41:38.498Z] 0510c868ecb4: Download complete [2021-06-15T21:41:43.324Z] 0510c868ecb4: Pull complete [2021-06-15T21:41:43.324Z] afea3b2eda06: Pull complete [2021-06-15T21:41:43.324Z] 7809a108b3ef: Pull complete [2021-06-15T21:41:43.324Z] f706445af74f: Pull complete [2021-06-15T21:41:43.324Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-06-15T21:41:43.324Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-06-15T21:41:43.324Z] ---> b068be0155e3 [2021-06-15T21:41:43.324Z] 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-15T21:41:45.892Z] ---> Running in ad089516e235 [2021-06-15T21:41:45.892Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-15T21:41:46.834Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-15T21:41:47.407Z] (1/12) Installing libmagic (5.39-r0) [2021-06-15T21:41:47.669Z] (2/12) Installing file (5.39-r0) [2021-06-15T21:41:47.669Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-06-15T21:41:47.669Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-06-15T21:41:51.876Z] (5/12) Installing fortify-headers (1.1-r0) [2021-06-15T21:41:51.876Z] (6/12) Installing patch (2.7.6-r6) [2021-06-15T21:41:51.876Z] (7/12) Installing build-base (0.5-r2) [2021-06-15T21:41:51.876Z] (8/12) Installing libsodium (1.0.18-r0) [2021-06-15T21:41:51.876Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-06-15T21:41:51.876Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-06-15T21:41:51.876Z] (11/12) Installing libzmq (4.3.3-r1) [2021-06-15T21:41:51.876Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-06-15T21:41:52.137Z] Executing busybox-1.32.1-r6.trigger [2021-06-15T21:41:52.137Z] OK: 219 MiB in 52 packages [2021-06-15T21:41:53.530Z] Removing intermediate container ad089516e235 [2021-06-15T21:41:53.530Z] ---> 652dfe8f54a7 [2021-06-15T21:41:53.530Z] Step 4/6 : WORKDIR /edgex-go [2021-06-15T21:41:53.530Z] ---> Running in f9b22490d417 [2021-06-15T21:41:53.530Z] Removing intermediate container f9b22490d417 [2021-06-15T21:41:53.530Z] ---> 22ac7e238a71 [2021-06-15T21:41:53.530Z] Step 5/6 : COPY go.mod . [2021-06-15T21:41:53.796Z] ---> 6be4a117ef4f [2021-06-15T21:41:53.796Z] Step 6/6 : RUN go mod download [2021-06-15T21:41:53.796Z] ---> Running in 656505cc71b6 [2021-06-15T21:42:06.064Z] Removing intermediate container 656505cc71b6 [2021-06-15T21:42:06.064Z] ---> a46c32059409 [2021-06-15T21:42:06.064Z] Successfully built a46c32059409 [2021-06-15T21:42:06.064Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-15T21:42:06.369Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-15T21:42:06.369Z] . [Pipeline] withDockerContainer [2021-06-15T21:42:06.447Z] prd-centos7-docker-4c-2g-1545 does not seem to be running inside a container [2021-06-15T21:42:06.479Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-15T21:42:06.862Z] $ docker top d9331b6a3407ff6f6aaf64ed0e3c9c3a6b1339f431ca1a072d628457bbcd7734 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-15T21:42:07.238Z] + go version [2021-06-15T21:42:07.238Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-06-15T21:42:07.247Z] $ docker stop --time=1 d9331b6a3407ff6f6aaf64ed0e3c9c3a6b1339f431ca1a072d628457bbcd7734 [2021-06-15T21:42:08.434Z] $ docker rm -f d9331b6a3407ff6f6aaf64ed0e3c9c3a6b1339f431ca1a072d628457bbcd7734 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-15T21:42:08.954Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-15T21:42:08.954Z] . [Pipeline] withDockerContainer [2021-06-15T21:42:09.029Z] prd-centos7-docker-4c-2g-1545 does not seem to be running inside a container [2021-06-15T21:42:09.068Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-15T21:42:09.471Z] $ docker top 3b8257188e56e85e24d747c94da9adf647eed7e1e3ec253bb621ccb3e184b4b6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-06-15T21:42:09.593Z] ========================================================= [2021-06-15T21:42:09.593Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-06-15T21:42:09.593Z] ========================================================= [Pipeline] sh [2021-06-15T21:42:09.885Z] + go mod tidy [Pipeline] sh [2021-06-15T21:42:10.457Z] + make test [2021-06-15T21:42:10.458Z] go mod tidy [2021-06-15T21:42:10.721Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-15T21:42:16.070Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-06-15T21:42:34.324Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-06-15T21:42:38.321Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-06-15T21:42:38.321Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-06-15T21:42:38.321Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-06-15T21:42:40.292Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-06-15T21:42:40.577Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-06-15T21:42:40.577Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-06-15T21:42:40.577Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-06-15T21:42:41.181Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-06-15T21:42:41.448Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-06-15T21:42:41.711Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-06-15T21:42:41.711Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-06-15T21:42:41.711Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-06-15T21:42:41.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-06-15T21:42:44.286Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.047s coverage: 28.7% of statements [2021-06-15T21:42:44.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-06-15T21:42:44.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-06-15T21:42:45.248Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.067s coverage: 100.0% of statements [2021-06-15T21:42:45.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-06-15T21:42:45.248Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.059s coverage: 53.4% of statements [2021-06-15T21:42:45.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-06-15T21:42:45.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-06-15T21:42:46.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.082s coverage: 87.7% of statements [2021-06-15T21:42:46.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-06-15T21:42:46.209Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-06-15T21:42:46.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.044s coverage: 78.9% of statements [2021-06-15T21:42:47.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.042s coverage: 81.2% of statements [2021-06-15T21:42:47.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-06-15T21:42:47.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-06-15T21:42:47.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-06-15T21:42:47.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-06-15T21:42:47.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-06-15T21:42:47.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.236s coverage: 95.1% of statements [2021-06-15T21:42:47.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-06-15T21:42:47.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-06-15T21:42:47.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] [2021-06-15T21:42:47.886Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-06-15T21:42:47.886Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-06-15T21:42:47.886Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-06-15T21:42:47.886Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-06-15T21:42:47.886Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-06-15T21:42:47.886Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.050s coverage: 60.0% of statements [2021-06-15T21:42:47.886Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-06-15T21:42:47.886Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-06-15T21:42:47.886Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-06-15T21:42:48.841Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.040s coverage: 0.8% of statements [2021-06-15T21:42:48.841Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-06-15T21:42:48.841Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements [2021-06-15T21:42:48.841Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.040s coverage: 22.0% of statements [2021-06-15T21:42:48.841Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-06-15T21:42:49.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.046s coverage: 47.1% of statements [2021-06-15T21:42:50.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.046s coverage: 79.5% of statements [2021-06-15T21:42:50.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements [2021-06-15T21:42:50.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.054s coverage: 96.3% of statements [2021-06-15T21:42:50.499Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.042s coverage: 87.5% of statements [2021-06-15T21:43:02.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.048s coverage: 94.4% of statements [2021-06-15T21:43:02.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2021-06-15T21:43:08.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.182s coverage: 81.8% of statements [2021-06-15T21:43:08.088Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-06-15T21:43:14.669Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1546 in /w/workspace/edgexfoundry_edgex-go_PR-3562 [Pipeline] { [Pipeline] ws [2021-06-15T21:43:14.697Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-06-15T21:43:14.909Z] The recommended git tool is: git [2021-06-15T21:43:23.923Z] using credential edgex-jenkins-ssh [2021-06-15T21:43:23.946Z] Cloning the remote Git repository [2021-06-15T21:43:24.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.075s coverage: 92.9% of statements [2021-06-15T21:43:24.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-06-15T21:43:24.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-06-15T21:43:24.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-06-15T21:43:24.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 65.1% of statements [2021-06-15T21:43:24.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-06-15T21:43:24.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-06-15T21:43:24.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-06-15T21:43:24.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-06-15T21:43:24.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-06-15T21:43:24.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.063s coverage: 87.2% of statements [2021-06-15T21:43:24.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-06-15T21:43:24.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-06-15T21:43:24.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.041s coverage: 100.0% of statements [2021-06-15T21:43:24.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-06-15T21:43:24.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 76.0% of statements [2021-06-15T21:43:24.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-06-15T21:43:24.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.040s coverage: 80.0% of statements [2021-06-15T21:43:24.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-06-15T21:43:24.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 85.4% of statements [2021-06-15T21:43:24.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.085s coverage: 91.2% of statements [2021-06-15T21:43:24.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-06-15T21:43:24.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.126s coverage: 64.4% of statements [2021-06-15T21:43:24.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-06-15T21:43:24.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-06-15T21:43:24.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements [2021-06-15T21:43:24.863Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.029s coverage: 91.3% of statements [2021-06-15T21:43:24.069Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-06-15T21:43:24.256Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-06-15T21:43:24.336Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-15T21:43:24.337Z] > git --version # timeout=10 [2021-06-15T21:43:24.356Z] > git --version # 'git version 2.17.1' [2021-06-15T21:43:24.358Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-15T21:43:24.437Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-15T21:43:25.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements [2021-06-15T21:43:25.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements [2021-06-15T21:43:25.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2021-06-15T21:43:26.366Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.155s coverage: 66.9% of statements [2021-06-15T21:43:26.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-06-15T21:43:26.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-06-15T21:43:26.366Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-06-15T21:43:26.944Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.145s coverage: 43.6% of statements [2021-06-15T21:43:26.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-06-15T21:43:26.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-06-15T21:43:27.206Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.058s coverage: 89.5% of statements [2021-06-15T21:43:27.206Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-06-15T21:43:27.470Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.046s coverage: 84.8% of statements [2021-06-15T21:43:27.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-06-15T21:43:34.083Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.059s coverage: 19.3% of statements [2021-06-15T21:43:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-06-15T21:43:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-06-15T21:43:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-06-15T21:43:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-06-15T21:43:34.083Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.128s coverage: 91.9% of statements [2021-06-15T21:43:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-06-15T21:43:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-06-15T21:43:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] [2021-06-15T21:43:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-06-15T21:43:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-06-15T21:43:34.083Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.055s coverage: 62.7% of statements [2021-06-15T21:43:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-06-15T21:43:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-06-15T21:43:34.083Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.095s coverage: 97.6% of statements [2021-06-15T21:43:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-06-15T21:43:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-06-15T21:43:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] [2021-06-15T21:43:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-06-15T21:43:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-06-15T21:43:34.083Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.052s coverage: 28.9% of statements [2021-06-15T21:43:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-06-15T21:43:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-06-15T21:43:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-06-15T21:43:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-06-15T21:43:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-06-15T21:43:34.083Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-06-15T21:43:34.083Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2021-06-15T21:43:34.083Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 95.4% of statements [2021-06-15T21:43:34.357Z] GO111MODULE=on go vet ./... [2021-06-15T21:43:44.796Z] Merging remotes/origin/master commit c3ee48ec81a1cae6a8275850650318015b1b17b0 into PR head commit 878bda589ddbfe4240870b89cf8a8097938a57fb [2021-06-15T21:43:45.087Z] Merge succeeded, producing 878bda589ddbfe4240870b89cf8a8097938a57fb [2021-06-15T21:43:45.088Z] Checking out Revision 878bda589ddbfe4240870b89cf8a8097938a57fb (PR-3562) [2021-06-15T21:43:43.978Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-15T21:43:44.000Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-15T21:43:44.021Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-15T21:43:44.059Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-15T21:43:44.060Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-15T21:43:44.072Z] > 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-15T21:43:44.814Z] > git config core.sparsecheckout # timeout=10 [2021-06-15T21:43:44.825Z] > git checkout -f 878bda589ddbfe4240870b89cf8a8097938a57fb # timeout=10 [2021-06-15T21:43:45.016Z] > git remote # timeout=10 [2021-06-15T21:43:45.030Z] > git config --get remote.origin.url # timeout=10 [2021-06-15T21:43:45.043Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-15T21:43:45.053Z] > git merge c3ee48ec81a1cae6a8275850650318015b1b17b0 # timeout=10 [2021-06-15T21:43:45.075Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-15T21:43:45.095Z] > git config core.sparsecheckout # timeout=10 [2021-06-15T21:43:45.110Z] > git checkout -f 878bda589ddbfe4240870b89cf8a8097938a57fb # timeout=10 [2021-06-15T21:43:51.109Z] Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.26" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-15T21:43:52.336Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-06-15T21:43:52.758Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-15T21:43:53.102Z] + sudo service docker restart [2021-06-15T21:43:53.102Z] + true [2021-06-15T21:44:07.889Z] gofmt -l . [2021-06-15T21:44:07.889Z] [ "`gofmt -l .`" = "" ] [2021-06-15T21:44:07.889Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-06-15T21:44:08.193Z] + ls -al . [2021-06-15T21:44:08.193Z] total 516 [2021-06-15T21:44:08.193Z] drwxrwxr-x 10 1001 1001 4096 Jun 15 21:44 . [2021-06-15T21:44:08.193Z] drwxr-xr-x 4 root root 28 Jun 15 21:42 .. [2021-06-15T21:44:08.193Z] -rw-rw-r-- 1 1001 1001 11 Jun 15 21:40 .dockerignore [2021-06-15T21:44:08.193Z] drwxrwxr-x 8 1001 1001 179 Jun 15 21:40 .git [2021-06-15T21:44:08.193Z] drwxrwxr-x 3 1001 1001 125 Jun 15 21:40 .github [2021-06-15T21:44:08.193Z] -rw-rw-r-- 1 1001 1001 818 Jun 15 21:40 .gitignore [2021-06-15T21:44:08.193Z] drwx------ 3 1001 1001 60 Jun 15 21:41 .semver [2021-06-15T21:44:08.193Z] -rw-rw-r-- 1 1001 1001 166 Jun 15 21:40 .sonarcloud.properties [2021-06-15T21:44:08.193Z] -rw-rw-r-- 1 1001 1001 8609 Jun 15 21:40 Attribution.txt [2021-06-15T21:44:08.193Z] -rw-rw-r-- 1 1001 1001 3804 Jun 15 21:40 CONTRIBUTING.md [2021-06-15T21:44:08.193Z] -rw-rw-r-- 1 1001 1001 931 Jun 15 21:40 Dockerfile.build [2021-06-15T21:44:08.193Z] -rw-rw-r-- 1 1001 1001 849 Jun 15 21:40 Jenkinsfile [2021-06-15T21:44:08.193Z] -rw-rw-r-- 1 1001 1001 10775 Jun 15 21:40 LICENSE [2021-06-15T21:44:08.193Z] -rw-rw-r-- 1 1001 1001 5605 Jun 15 21:40 Makefile [2021-06-15T21:44:08.193Z] -rw-rw-r-- 1 1001 1001 7905 Jun 15 21:40 README.md [2021-06-15T21:44:08.193Z] -rw-rw-r-- 1 1001 1001 7071 Jun 15 21:40 SECURITY.md [2021-06-15T21:44:08.193Z] -rw-rw-r-- 1 1001 1001 5 Jun 15 21:41 VERSION [2021-06-15T21:44:08.193Z] -rw-rw-r-- 1 1001 1001 4131 Jun 15 21:40 ZMQWindows.md [2021-06-15T21:44:08.193Z] drwxrwxr-x 2 1001 1001 37 Jun 15 21:40 bin [2021-06-15T21:44:08.193Z] drwxrwxr-x 14 1001 1001 4096 Jun 15 21:40 cmd [2021-06-15T21:44:08.194Z] -rw-r--r-- 1 root root 398195 Jun 15 21:43 coverage.out [2021-06-15T21:44:08.194Z] -rw-rw-r-- 1 1001 1001 841 Jun 15 21:40 go.mod [2021-06-15T21:44:08.194Z] -rw-r--r-- 1 root root 21063 Jun 15 21:42 go.sum [2021-06-15T21:44:08.194Z] drwxrwxr-x 7 1001 1001 114 Jun 15 21:40 internal [2021-06-15T21:44:08.194Z] drwxrwxr-x 3 1001 1001 16 Jun 15 21:40 openapi [2021-06-15T21:44:08.194Z] drwxrwxr-x 4 1001 1001 71 Jun 15 21:40 snap [2021-06-15T21:44:08.194Z] -rw-rw-r-- 1 1001 1001 168 Jun 15 21:40 version.go [Pipeline] sh [2021-06-15T21:44:08.493Z] + '[' -e coverage.out ] [2021-06-15T21:44:08.493Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-06-15T21:44:08.610Z] Stashed 1 file(s) [Pipeline] sh [2021-06-15T21:44:08.915Z] + make build [2021-06-15T21:44:08.915Z] go mod tidy [2021-06-15T21:44:08.915Z] 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-15T21:44:10.307Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-15T21:44:11.435Z] provisioning config files... [2021-06-15T21:44:11.461Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config5431762843208982654tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-15T21:44:11.830Z] ---> docker-login.sh [2021-06-15T21:44:11.830Z] nexus3.edgexfoundry.org:10001 [2021-06-15T21:44:12.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T21:44:13.048Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T21:44:13.048Z] Configure a credential helper to remove this warning. See [2021-06-15T21:44:13.048Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T21:44:13.048Z] [2021-06-15T21:44:13.048Z] Login Succeeded [2021-06-15T21:44:13.048Z] nexus3.edgexfoundry.org:10002 [2021-06-15T21:44:13.327Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T21:44:13.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T21:44:13.327Z] Configure a credential helper to remove this warning. See [2021-06-15T21:44:13.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T21:44:13.327Z] [2021-06-15T21:44:13.327Z] Login Succeeded [2021-06-15T21:44:13.327Z] nexus3.edgexfoundry.org:10003 [2021-06-15T21:44:13.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T21:44:13.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T21:44:13.930Z] Configure a credential helper to remove this warning. See [2021-06-15T21:44:13.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T21:44:13.930Z] [2021-06-15T21:44:13.930Z] Login Succeeded [2021-06-15T21:44:13.930Z] nexus3.edgexfoundry.org:10004 [2021-06-15T21:44:14.525Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T21:44:14.525Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T21:44:14.525Z] Configure a credential helper to remove this warning. See [2021-06-15T21:44:14.525Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T21:44:14.525Z] [2021-06-15T21:44:14.525Z] Login Succeeded [2021-06-15T21:44:14.525Z] docker.io [2021-06-15T21:44:14.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T21:44:15.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T21:44:15.090Z] Configure a credential helper to remove this warning. See [2021-06-15T21:44:15.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T21:44:15.090Z] [2021-06-15T21:44:15.090Z] Login Succeeded [2021-06-15T21:44:15.362Z] ---> docker-login.sh ends [Pipeline] } [2021-06-15T21:44:15.382Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-15T21:44:15.701Z] ========================================================= [2021-06-15T21:44:15.701Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-06-15T21:44:15.701Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-15T21:44:16.059Z] + 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-15T21:44:20.295Z] 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-15T21:44:20.296Z] 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-15T21:44:20.296Z] 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-15T21:44:20.296Z] 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-15T21:44:20.308Z] Sending build context to Docker daemon 166.3MB [2021-06-15T21:44:20.309Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-06-15T21:44:20.309Z] Step 2/6 : FROM ${BASE} [2021-06-15T21:44:20.309Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-06-15T21:44:20.309Z] 595b0fe564bb: Pulling fs layer [2021-06-15T21:44:20.309Z] 3088b5b3c5c0: Pulling fs layer [2021-06-15T21:44:20.309Z] 5b7225fbf94c: Pulling fs layer [2021-06-15T21:44:20.309Z] ba82ee9f976e: Pulling fs layer [2021-06-15T21:44:20.309Z] 506bd15cee9f: Pulling fs layer [2021-06-15T21:44:20.309Z] 75a0a4a0db45: Pulling fs layer [2021-06-15T21:44:20.309Z] 618dc40b7e24: Pulling fs layer [2021-06-15T21:44:20.309Z] 506bd15cee9f: Waiting [2021-06-15T21:44:20.309Z] 75a0a4a0db45: Waiting [2021-06-15T21:44:20.309Z] 618dc40b7e24: Waiting [2021-06-15T21:44:20.309Z] ba82ee9f976e: Waiting [2021-06-15T21:44:20.309Z] 5b7225fbf94c: Verifying Checksum [2021-06-15T21:44:20.309Z] 5b7225fbf94c: Download complete [2021-06-15T21:44:20.309Z] 3088b5b3c5c0: Verifying Checksum [2021-06-15T21:44:20.309Z] 3088b5b3c5c0: Download complete [2021-06-15T21:44:20.309Z] 506bd15cee9f: Verifying Checksum [2021-06-15T21:44:20.309Z] 506bd15cee9f: Download complete [2021-06-15T21:44:20.309Z] 595b0fe564bb: Verifying Checksum [2021-06-15T21:44:20.309Z] 75a0a4a0db45: Download complete [2021-06-15T21:44:20.309Z] 595b0fe564bb: Download complete [2021-06-15T21:44:20.309Z] 595b0fe564bb: Pull complete [2021-06-15T21:44:20.309Z] 3088b5b3c5c0: Pull complete [2021-06-15T21:44:20.309Z] 5b7225fbf94c: Pull complete [2021-06-15T21:44:21.248Z] 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-15T21:44:21.303Z] 618dc40b7e24: Verifying Checksum [2021-06-15T21:44:21.304Z] 618dc40b7e24: Download complete [2021-06-15T21:44:22.231Z] 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-15T21:44:22.312Z] ba82ee9f976e: Verifying Checksum [2021-06-15T21:44:22.312Z] ba82ee9f976e: Download complete [2021-06-15T21:44:22.811Z] 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-15T21:44:24.199Z] 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-15T21:44:25.154Z] 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-15T21:44:26.113Z] 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-15T21:44:28.047Z] $ docker stop --time=1 3b8257188e56e85e24d747c94da9adf647eed7e1e3ec253bb621ccb3e184b4b6 [2021-06-15T21:44:34.742Z] ba82ee9f976e: Pull complete [2021-06-15T21:44:34.742Z] 506bd15cee9f: Pull complete [2021-06-15T21:44:34.742Z] 75a0a4a0db45: Pull complete [2021-06-15T21:44:35.107Z] $ docker rm -f 3b8257188e56e85e24d747c94da9adf647eed7e1e3ec253bb621ccb3e184b4b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-06-15T21:44:38.390Z] 618dc40b7e24: Pull complete [2021-06-15T21:44:38.390Z] Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 [2021-06-15T21:44:38.390Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-06-15T21:44:38.390Z] ---> a36622ca3599 [2021-06-15T21:44:38.390Z] 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 [Pipeline] isUnix [Pipeline] sh [2021-06-15T21:44:39.829Z] ---> Running in b84dd462f5ee [2021-06-15T21:44:39.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-15T21:44:39.973Z] [2021-06-15T21:44:39.973Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-06-15T21:44:40.286Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-15T21:44:40.550Z] latest: Pulling from edgex-devops/edgex-compose [2021-06-15T21:44:40.550Z] cbdbe7a5bc2a: Pulling fs layer [2021-06-15T21:44:40.550Z] ca9280d653b3: Pulling fs layer [2021-06-15T21:44:40.550Z] 7e9c9ca2126c: Pulling fs layer [2021-06-15T21:44:40.550Z] cbdbe7a5bc2a: Verifying Checksum [2021-06-15T21:44:40.550Z] cbdbe7a5bc2a: Download complete [2021-06-15T21:44:40.811Z] cbdbe7a5bc2a: Pull complete [2021-06-15T21:44:41.077Z] ca9280d653b3: Verifying Checksum [2021-06-15T21:44:41.077Z] ca9280d653b3: Download complete [2021-06-15T21:44:41.505Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-15T21:44:41.651Z] ca9280d653b3: Pull complete [2021-06-15T21:44:41.915Z] 7e9c9ca2126c: Verifying Checksum [2021-06-15T21:44:41.915Z] 7e9c9ca2126c: Download complete [2021-06-15T21:44:42.498Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-15T21:44:44.476Z] (1/12) Installing libmagic (5.39-r0) [2021-06-15T21:44:45.073Z] (2/12) Installing file (5.39-r0) [2021-06-15T21:44:45.073Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-06-15T21:44:45.073Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-06-15T21:44:45.234Z] 7e9c9ca2126c: Pull complete [2021-06-15T21:44:45.235Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-06-15T21:44:45.235Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-15T21:44:45.235Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-06-15T21:44:45.310Z] prd-centos7-docker-4c-2g-1545 does not seem to be running inside a container [2021-06-15T21:44:45.346Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-15T21:44:59.370Z] (5/12) Installing fortify-headers (1.1-r0) [2021-06-15T21:44:59.370Z] (6/12) Installing patch (2.7.6-r6) [2021-06-15T21:44:59.370Z] (7/12) Installing build-base (0.5-r2) [2021-06-15T21:44:59.370Z] (8/12) Installing libsodium (1.0.18-r0) [2021-06-15T21:44:59.370Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-06-15T21:44:59.370Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-06-15T21:44:59.370Z] (11/12) Installing libzmq (4.3.3-r1) [2021-06-15T21:44:59.370Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-06-15T21:44:59.370Z] Executing busybox-1.32.1-r6.trigger [2021-06-15T21:44:59.370Z] OK: 218 MiB in 52 packages [2021-06-15T21:45:02.793Z] Removing intermediate container b84dd462f5ee [2021-06-15T21:45:02.793Z] ---> 10c3d48e47ce [2021-06-15T21:45:02.793Z] Step 4/6 : WORKDIR /edgex-go [2021-06-15T21:45:02.793Z] ---> Running in 49b1439ebd72 [2021-06-15T21:45:03.398Z] Removing intermediate container 49b1439ebd72 [2021-06-15T21:45:03.398Z] ---> 6d49861e0ea4 [2021-06-15T21:45:03.398Z] Step 5/6 : COPY go.mod . [2021-06-15T21:45:03.825Z] $ docker top a0c7a093c430562536338f31cfc43cbb542797b03df8d73d94d708f607964228 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-15T21:45:04.001Z] ---> 9618530af00c [2021-06-15T21:45:04.001Z] Step 6/6 : RUN go mod download [2021-06-15T21:45:04.001Z] ---> Running in 5115d2880a68 [2021-06-15T21:45:04.216Z] + docker-compose build --help [2021-06-15T21:45:04.216Z] + grep parallel [2021-06-15T21:45:04.803Z] --parallel Build images in parallel. [Pipeline] } [2021-06-15T21:45:04.814Z] $ docker stop --time=1 a0c7a093c430562536338f31cfc43cbb542797b03df8d73d94d708f607964228 [2021-06-15T21:45:06.282Z] $ docker rm -f a0c7a093c430562536338f31cfc43cbb542797b03df8d73d94d708f607964228 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-15T21:45:06.748Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-15T21:45:06.748Z] . [Pipeline] withDockerContainer [2021-06-15T21:45:06.840Z] prd-centos7-docker-4c-2g-1545 does not seem to be running inside a container [2021-06-15T21:45:06.886Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-15T21:45:07.722Z] $ docker top e4d51ba8a2d85914e66f890ddfcd9e1e0e7445e938bad154501e27ec2d6be2ab -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-15T21:45:08.118Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-06-15T21:45:08.695Z] Building core-command ... [2021-06-15T21:45:08.695Z] Building core-data ... [2021-06-15T21:45:08.695Z] Building core-metadata ... [2021-06-15T21:45:08.695Z] Building security-bootstrapper ... [2021-06-15T21:45:08.695Z] Building security-proxy-setup ... [2021-06-15T21:45:08.695Z] Building security-secretstore-setup ... [2021-06-15T21:45:08.695Z] Building support-notifications ... [2021-06-15T21:45:08.695Z] Building support-scheduler ... [2021-06-15T21:45:08.695Z] Building sys-mgmt-agent ... [2021-06-15T21:45:08.695Z] Building core-data [2021-06-15T21:45:08.695Z] Building security-bootstrapper [2021-06-15T21:45:08.695Z] Building security-secretstore-setup [2021-06-15T21:45:08.695Z] Building core-metadata [2021-06-15T21:45:08.695Z] Building security-proxy-setup [2021-06-15T21:45:33.013Z] Removing intermediate container 5115d2880a68 [2021-06-15T21:45:33.013Z] ---> 21b58d749eb3 [2021-06-15T21:45:33.013Z] Successfully built 21b58d749eb3 [2021-06-15T21:45:33.013Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-15T21:45:33.373Z] + docker inspect -f . ci-base-image-arm64 [2021-06-15T21:45:33.373Z] . [Pipeline] withDockerContainer [2021-06-15T21:45:33.639Z] prd-ubuntu18.04-docker-arm64-4c-16g-1546 does not seem to be running inside a container [2021-06-15T21:45:33.727Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-06-15T21:45:35.201Z] $ docker top 44ae3c41cfbfeaf0002af469c0039e30936c224b8fd530bd2e8e31d5ce5571f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-15T21:45:36.125Z] + go version [2021-06-15T21:45:36.125Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-06-15T21:45:36.149Z] $ docker stop --time=1 44ae3c41cfbfeaf0002af469c0039e30936c224b8fd530bd2e8e31d5ce5571f7 [2021-06-15T21:45:37.936Z] $ docker rm -f 44ae3c41cfbfeaf0002af469c0039e30936c224b8fd530bd2e8e31d5ce5571f7 [Pipeline] // withDockerContainer [2021-06-15T21:45:38.165Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T21:45:38.165Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-15T21:45:38.165Z] ---> a46c32059409 [2021-06-15T21:45:38.165Z] Step 3/24 : WORKDIR /edgex-go [2021-06-15T21:45:38.165Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T21:45:38.165Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-06-15T21:45:38.165Z] ---> a46c32059409 [2021-06-15T21:45:38.165Z] Step 3/32 : WORKDIR /edgex-go [2021-06-15T21:45:38.165Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T21:45:38.165Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-15T21:45:38.165Z] ---> a46c32059409 [2021-06-15T21:45:38.165Z] Step 3/24 : WORKDIR /edgex-go [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-15T21:45:38.698Z] + docker inspect -f . ci-base-image-arm64 [2021-06-15T21:45:38.698Z] . [Pipeline] withDockerContainer [2021-06-15T21:45:38.919Z] prd-ubuntu18.04-docker-arm64-4c-16g-1546 does not seem to be running inside a container [2021-06-15T21:45:39.013Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-06-15T21:45:40.448Z] $ docker top ce11637deed48a462ead12d6b47e570643cab9e6161f0ec3b9fa96f80cdc403a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-06-15T21:45:40.825Z] ========================================================= [2021-06-15T21:45:40.826Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-06-15T21:45:40.826Z] ========================================================= [Pipeline] sh [2021-06-15T21:45:41.488Z] + go mod tidy [Pipeline] sh [2021-06-15T21:45:42.759Z] + make test [2021-06-15T21:45:42.759Z] go mod tidy [2021-06-15T21:45:43.362Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-15T21:45:50.478Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T21:45:50.479Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-06-15T21:45:50.479Z] ---> a46c32059409 [2021-06-15T21:45:50.479Z] Step 3/22 : WORKDIR /edgex-go [2021-06-15T21:45:51.055Z] ---> Running in a7608125405c [2021-06-15T21:45:51.055Z] ---> Running in bd06953040f3 [2021-06-15T21:45:51.055Z] ---> Running in 3deb8d6b629d [2021-06-15T21:45:51.055Z] ---> Running in 64dbbfed4ff5 [2021-06-15T21:45:51.635Z] Removing intermediate container 3deb8d6b629d [2021-06-15T21:45:51.635Z] ---> d229fe4445d8 [2021-06-15T21:45:51.635Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T21:45:51.901Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T21:45:51.901Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-06-15T21:45:51.901Z] ---> a46c32059409 [2021-06-15T21:45:51.901Z] Step 3/26 : WORKDIR /edgex-go [2021-06-15T21:45:52.482Z] Removing intermediate container bd06953040f3 [2021-06-15T21:45:52.482Z] ---> 96c1928b6cd0 [2021-06-15T21:45:52.482Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T21:45:52.482Z] ---> Using cache [2021-06-15T21:45:52.482Z] ---> 4d1bb3ff36ef [2021-06-15T21:45:52.482Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T21:45:52.482Z] Removing intermediate container a7608125405c [2021-06-15T21:45:52.482Z] ---> 4d1bb3ff36ef [2021-06-15T21:45:52.482Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T21:45:52.482Z] ---> Running in b15277bf53c7 [2021-06-15T21:45:52.482Z] Removing intermediate container 64dbbfed4ff5 [2021-06-15T21:45:52.482Z] ---> c18b4e81ac7b [2021-06-15T21:45:52.482Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T21:45:52.482Z] ---> Running in 7a8f17073d71 [2021-06-15T21:45:52.482Z] ---> Running in cfe8ee7ad034 [2021-06-15T21:45:52.482Z] ---> Running in 6dcd54e2b6e6 [2021-06-15T21:45:52.482Z] ---> Running in e82457cfd961 [2021-06-15T21:45:53.430Z] Removing intermediate container b15277bf53c7 [2021-06-15T21:45:53.430Z] ---> e9b28e05097f [2021-06-15T21:45:53.430Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-06-15T21:45:53.695Z] Removing intermediate container cfe8ee7ad034 [2021-06-15T21:45:53.695Z] ---> 520a1fa73aa9 [2021-06-15T21:45:53.695Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-06-15T21:45:53.695Z] ---> Running in 109f445f5678 [2021-06-15T21:45:53.695Z] ---> Running in 7b94803337dd [2021-06-15T21:45:53.695Z] Removing intermediate container 7a8f17073d71 [2021-06-15T21:45:53.695Z] ---> 6bdf1938de25 [2021-06-15T21:45:53.695Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-15T21:45:53.695Z] ---> Running in 57fa068a9294 [2021-06-15T21:45:53.960Z] Removing intermediate container e82457cfd961 [2021-06-15T21:45:53.960Z] ---> ef5003480262 [2021-06-15T21:45:53.960Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-06-15T21:45:53.960Z] ---> Running in 4308bdfe5885 [2021-06-15T21:45:53.960Z] Removing intermediate container 6dcd54e2b6e6 [2021-06-15T21:45:53.960Z] ---> a29b80fdcec3 [2021-06-15T21:45:53.960Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-06-15T21:45:53.960Z] ---> Running in b0c4d84f91c1 [2021-06-15T21:45:54.234Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-15T21:45:54.234Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-15T21:45:54.234Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-15T21:45:54.805Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-15T21:45:54.805Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-15T21:45:55.070Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-15T21:45:55.070Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-15T21:45:55.070Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-15T21:45:55.332Z] OK: 219 MiB in 52 packages [2021-06-15T21:45:55.610Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-15T21:45:55.610Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-15T21:45:55.610Z] OK: 219 MiB in 52 packages [2021-06-15T21:45:55.875Z] Removing intermediate container 109f445f5678 [2021-06-15T21:45:55.875Z] ---> 0782dbb0447b [2021-06-15T21:45:55.875Z] Step 6/22 : COPY go.mod . [2021-06-15T21:45:55.875Z] OK: 219 MiB in 52 packages [2021-06-15T21:45:55.875Z] OK: 219 MiB in 52 packages [2021-06-15T21:45:55.875Z] OK: 219 MiB in 52 packages [2021-06-15T21:45:56.146Z] ---> dd02b8ff89aa [2021-06-15T21:45:56.146Z] Step 7/22 : RUN go mod download [2021-06-15T21:45:56.409Z] Removing intermediate container 7b94803337dd [2021-06-15T21:45:56.409Z] ---> 49846ea03429 [2021-06-15T21:45:56.409Z] Step 6/26 : COPY go.mod . [2021-06-15T21:45:56.409Z] ---> Running in f45ee3bd74af [2021-06-15T21:45:56.678Z] Removing intermediate container 57fa068a9294 [2021-06-15T21:45:56.678Z] ---> 268d580b9c26 [2021-06-15T21:45:56.678Z] Step 6/24 : COPY go.mod . [2021-06-15T21:45:56.678Z] ---> 7d172228aa88 [2021-06-15T21:45:56.678Z] Step 7/26 : RUN go mod download [2021-06-15T21:45:56.678Z] Removing intermediate container b0c4d84f91c1 [2021-06-15T21:45:56.678Z] ---> 3d43bb74429e [2021-06-15T21:45:56.678Z] Step 6/32 : COPY go.mod . [2021-06-15T21:45:56.678Z] Removing intermediate container 4308bdfe5885 [2021-06-15T21:45:56.678Z] ---> c0d8c1a135b3 [2021-06-15T21:45:56.678Z] Step 6/24 : COPY go.mod . [2021-06-15T21:45:56.678Z] ---> Running in cddcde37b0e4 [2021-06-15T21:45:56.953Z] ---> 86ca58bbda2d [2021-06-15T21:45:56.953Z] Step 7/24 : RUN go mod download [2021-06-15T21:45:56.953Z] ---> 3cc1d3cbf10f [2021-06-15T21:45:56.953Z] Step 7/32 : RUN go mod download [2021-06-15T21:45:56.953Z] ---> b5f9bae38f63 [2021-06-15T21:45:56.953Z] Step 7/24 : RUN go mod download [2021-06-15T21:45:56.953Z] ---> Running in 8bf363a5f66b [2021-06-15T21:45:57.218Z] ---> Running in b398e030ab43 [2021-06-15T21:45:57.218Z] ---> Running in d8ea585b79e1 [2021-06-15T21:45:58.171Z] Removing intermediate container f45ee3bd74af [2021-06-15T21:45:58.171Z] ---> 2d8796448ec1 [2021-06-15T21:45:58.171Z] Step 8/22 : COPY . . [2021-06-15T21:45:58.171Z] Removing intermediate container cddcde37b0e4 [2021-06-15T21:45:58.171Z] ---> 5cfff6b316ae [2021-06-15T21:45:58.171Z] Step 8/26 : COPY . . [2021-06-15T21:46:05.538Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-06-15T21:46:10.459Z] Removing intermediate container b398e030ab43 [2021-06-15T21:46:10.459Z] ---> ef02b2d0c0eb [2021-06-15T21:46:10.459Z] Step 8/32 : COPY . . [2021-06-15T21:46:10.459Z] ---> 7188eb6f94a6 [2021-06-15T21:46:10.459Z] Step 9/22 : RUN go mod tidy [2021-06-15T21:46:10.459Z] Removing intermediate container d8ea585b79e1 [2021-06-15T21:46:10.459Z] ---> d2c600b2c436 [2021-06-15T21:46:10.459Z] Step 8/24 : COPY . . [2021-06-15T21:46:10.459Z] ---> ddd2cd0a6f2a [2021-06-15T21:46:10.459Z] Step 9/26 : RUN go mod tidy [2021-06-15T21:46:10.459Z] ---> Running in 5a209a3f14de [2021-06-15T21:46:10.459Z] Removing intermediate container 8bf363a5f66b [2021-06-15T21:46:10.459Z] ---> e333190bf6e3 [2021-06-15T21:46:10.459Z] Step 8/24 : COPY . . [2021-06-15T21:46:10.459Z] ---> Running in ed79c562f7bd [2021-06-15T21:46:32.529Z] ---> 38683e3ac2a6 [2021-06-15T21:46:32.529Z] Step 9/32 : RUN go mod tidy [2021-06-15T21:46:32.529Z] ---> a9b32d6c1d7e [2021-06-15T21:46:32.529Z] Step 9/24 : RUN go mod tidy [2021-06-15T21:46:32.529Z] ---> eb1c276f451d [2021-06-15T21:46:32.529Z] Step 9/24 : RUN go mod tidy [2021-06-15T21:46:32.529Z] ---> Running in e9bb190e2357 [2021-06-15T21:46:32.529Z] ---> Running in cabf0762f73c [2021-06-15T21:46:32.529Z] ---> Running in 85c28853b6fe [2021-06-15T21:46:32.529Z] Removing intermediate container 5a209a3f14de [2021-06-15T21:46:32.529Z] ---> ad328c8be4ae [2021-06-15T21:46:32.529Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-06-15T21:46:32.529Z] Removing intermediate container ed79c562f7bd [2021-06-15T21:46:32.529Z] ---> 5c65ba4d2912 [2021-06-15T21:46:32.529Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-06-15T21:46:32.529Z] ---> Running in ab86e9842d04 [2021-06-15T21:46:32.529Z] ---> Running in 5ffd7e23cefd [2021-06-15T21:46:33.479Z] 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-15T21:46:33.479Z] 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-15T21:46:36.809Z] Removing intermediate container 85c28853b6fe [2021-06-15T21:46:36.809Z] ---> ffe9e44c16c8 [2021-06-15T21:46:36.809Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-06-15T21:46:36.809Z] Removing intermediate container cabf0762f73c [2021-06-15T21:46:36.809Z] ---> ff458798d1f6 [2021-06-15T21:46:36.809Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-06-15T21:46:36.809Z] ---> Running in cf5283a43eac [2021-06-15T21:46:36.809Z] Removing intermediate container e9bb190e2357 [2021-06-15T21:46:36.809Z] ---> 7039bd4be537 [2021-06-15T21:46:36.809Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-06-15T21:46:36.809Z] ---> Running in ee00cdfad1d1 [2021-06-15T21:46:36.809Z] ---> Running in c4f23a1d5498 [2021-06-15T21:46:37.389Z] 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-15T21:46:37.651Z] 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-15T21:46:37.652Z] 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-15T21:47:02.217Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-06-15T21:47:04.912Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-06-15T21:47:10.930Z] 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-15T21:47:10.930Z] 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-15T21:47:11.667Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-06-15T21:47:11.667Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-06-15T21:47:17.651Z] Removing intermediate container ab86e9842d04 [2021-06-15T21:47:17.651Z] ---> b4ef1b357d3e [2021-06-15T21:47:17.651Z] [2021-06-15T21:47:17.651Z] Step 11/22 : FROM alpine:3.12 [2021-06-15T21:47:17.919Z] Removing intermediate container 5ffd7e23cefd [2021-06-15T21:47:17.919Z] ---> 066fee944a91 [2021-06-15T21:47:17.919Z] [2021-06-15T21:47:17.919Z] Step 11/26 : FROM alpine:3.12 [2021-06-15T21:47:17.919Z] 3.12: Pulling from library/alpine [2021-06-15T21:47:17.919Z] 3.12: Pulling from library/alpine [2021-06-15T21:47:18.587Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-06-15T21:47:18.587Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-06-15T21:47:18.587Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-06-15T21:47:18.587Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-06-15T21:47:20.473Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-15T21:47:20.598Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-06-15T21:47:20.745Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-15T21:47:20.745Z] Status: Downloaded newer image for alpine:3.12 [2021-06-15T21:47:20.745Z] Status: Downloaded newer image for alpine:3.12 [2021-06-15T21:47:20.745Z] ---> 13621d1b12d4 [2021-06-15T21:47:20.745Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-06-15T21:47:20.745Z] ---> 13621d1b12d4 [2021-06-15T21:47:20.745Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-06-15T21:47:20.745Z] Removing intermediate container c4f23a1d5498 [2021-06-15T21:47:20.745Z] ---> 530361ca74b0 [2021-06-15T21:47:20.745Z] [2021-06-15T21:47:20.745Z] Step 11/32 : FROM alpine:3.12 [2021-06-15T21:47:20.745Z] ---> 13621d1b12d4 [2021-06-15T21:47:20.745Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-06-15T21:47:20.878Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-06-15T21:47:21.011Z] ---> Running in 90bd4d17fa7f [2021-06-15T21:47:21.011Z] ---> Running in 937f9be97f66 [2021-06-15T21:47:21.011Z] ---> Running in b810a37e8d32 [2021-06-15T21:47:21.271Z] Removing intermediate container b810a37e8d32 [2021-06-15T21:47:21.271Z] ---> b9f21e5c1c47 [2021-06-15T21:47:21.271Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-06-15T21:47:21.537Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-15T21:47:21.537Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-15T21:47:21.812Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-15T21:47:21.812Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-15T21:47:21.812Z] (1/6) Installing ca-certificates (20191127-r4) [2021-06-15T21:47:21.812Z] (1/4) Installing ca-certificates (20191127-r4) [2021-06-15T21:47:21.812Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-06-15T21:47:21.812Z] (3/6) Installing libcurl (7.77.0-r0) [2021-06-15T21:47:21.812Z] (4/6) Installing curl (7.77.0-r0) [2021-06-15T21:47:21.812Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-06-15T21:47:21.812Z] (3/4) Installing libcurl (7.77.0-r0) [2021-06-15T21:47:21.812Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-06-15T21:47:21.812Z] (6/6) Installing su-exec (0.2-r1) [2021-06-15T21:47:21.812Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T21:47:21.812Z] ---> Running in d5d1777cdd7d [2021-06-15T21:47:21.812Z] Executing ca-certificates-20191127-r4.trigger [2021-06-15T21:47:21.812Z] (4/4) Installing curl (7.77.0-r0) [2021-06-15T21:47:21.812Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T21:47:21.812Z] Executing ca-certificates-20191127-r4.trigger [2021-06-15T21:47:22.075Z] OK: 7 MiB in 20 packages [2021-06-15T21:47:22.075Z] OK: 7 MiB in 18 packages [2021-06-15T21:47:22.075Z] Removing intermediate container cf5283a43eac [2021-06-15T21:47:22.075Z] ---> 4531f18d3bbd [2021-06-15T21:47:22.075Z] [2021-06-15T21:47:22.075Z] Step 11/24 : FROM alpine:3.12 [2021-06-15T21:47:22.075Z] ---> 13621d1b12d4 [2021-06-15T21:47:22.075Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-15T21:47:22.346Z] ---> Running in 6ccd53408ca1 [2021-06-15T21:47:22.889Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-06-15T21:47:22.889Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-06-15T21:47:22.889Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-06-15T21:47:22.889Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-06-15T21:47:22.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-15T21:47:22.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-15T21:47:22.934Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-06-15T21:47:22.934Z] (2/2) Installing su-exec (0.2-r1) [2021-06-15T21:47:22.934Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T21:47:22.934Z] OK: 6 MiB in 16 packages [2021-06-15T21:47:23.197Z] Removing intermediate container 90bd4d17fa7f [2021-06-15T21:47:23.197Z] ---> f522bec40b20 [2021-06-15T21:47:23.197Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-15T21:47:23.458Z] Removing intermediate container ee00cdfad1d1 [2021-06-15T21:47:23.458Z] ---> 733e35739290 [2021-06-15T21:47:23.458Z] [2021-06-15T21:47:23.458Z] Step 11/24 : FROM alpine:3.12 [2021-06-15T21:47:23.458Z] ---> 13621d1b12d4 [2021-06-15T21:47:23.458Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-06-15T21:47:23.458Z] ---> Running in 02d29425708f [2021-06-15T21:47:23.458Z] ---> Running in bd886f6c1789 [2021-06-15T21:47:23.458Z] Removing intermediate container 937f9be97f66 [2021-06-15T21:47:23.458Z] ---> 9dedb2b5522e [2021-06-15T21:47:23.458Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-15T21:47:23.721Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-15T21:47:23.722Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-15T21:47:23.722Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-15T21:47:23.722Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T21:47:23.722Z] OK: 6 MiB in 15 packages [2021-06-15T21:47:23.722Z] ---> Running in 60da78e6cd24 [2021-06-15T21:47:23.722Z] Removing intermediate container 02d29425708f [2021-06-15T21:47:23.722Z] ---> e60ec0c9e9ad [2021-06-15T21:47:23.722Z] Step 14/26 : WORKDIR / [2021-06-15T21:47:23.990Z] Removing intermediate container bd886f6c1789 [2021-06-15T21:47:23.990Z] ---> a62f49488e02 [2021-06-15T21:47:23.990Z] Step 13/24 : ENV APP_PORT=59880 [2021-06-15T21:47:23.990Z] ---> Running in 4a00678c6a59 [2021-06-15T21:47:23.990Z] ---> Running in c6f649c5e8e0 [2021-06-15T21:47:23.990Z] Removing intermediate container d5d1777cdd7d [2021-06-15T21:47:23.990Z] ---> d8ae8cf93ced [2021-06-15T21:47:23.990Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-06-15T21:47:23.990Z] Removing intermediate container 60da78e6cd24 [2021-06-15T21:47:23.990Z] ---> 9daf4b631bbc [2021-06-15T21:47:23.990Z] Step 14/22 : WORKDIR /edgex [2021-06-15T21:47:23.990Z] ---> Running in 0fbf4c5da70f [2021-06-15T21:47:23.990Z] ---> Running in 300d59d1a20b [2021-06-15T21:47:24.262Z] Removing intermediate container c6f649c5e8e0 [2021-06-15T21:47:24.262Z] ---> e97ccc175724 [2021-06-15T21:47:24.262Z] Step 14/24 : EXPOSE $APP_PORT [2021-06-15T21:47:24.262Z] Removing intermediate container 4a00678c6a59 [2021-06-15T21:47:24.262Z] ---> 4cbd6aebb0d6 [2021-06-15T21:47:24.262Z] 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-15T21:47:24.262Z] ---> Running in 93a99509faba [2021-06-15T21:47:24.263Z] Removing intermediate container 6ccd53408ca1 [2021-06-15T21:47:24.263Z] ---> 6da5865f4acd [2021-06-15T21:47:24.263Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-15T21:47:24.263Z] Removing intermediate container 0fbf4c5da70f [2021-06-15T21:47:24.263Z] ---> 91397ff8df59 [2021-06-15T21:47:24.263Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-06-15T21:47:24.263Z] ---> Running in 7f99e96629ac [2021-06-15T21:47:24.263Z] ---> Running in 09e24c8f67c0 [2021-06-15T21:47:24.524Z] Removing intermediate container 300d59d1a20b [2021-06-15T21:47:24.524Z] ---> e080770aea88 [2021-06-15T21:47:24.524Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-06-15T21:47:24.524Z] Removing intermediate container 93a99509faba [2021-06-15T21:47:24.524Z] ---> b864b2fb4cb6 [2021-06-15T21:47:24.524Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T21:47:24.524Z] Removing intermediate container 7f99e96629ac [2021-06-15T21:47:24.524Z] ---> 64971c1ebeee [2021-06-15T21:47:24.524Z] Step 14/24 : ENV APP_PORT=59881 [2021-06-15T21:47:24.524Z] Removing intermediate container 09e24c8f67c0 [2021-06-15T21:47:24.524Z] ---> c6a8f1125e8e [2021-06-15T21:47:24.524Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-06-15T21:47:24.524Z] ---> 1c7dc236978b [2021-06-15T21:47:24.524Z] 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-15T21:47:24.524Z] ---> Running in 3ed75c3b7810 [2021-06-15T21:47:24.524Z] ---> Running in a61861fa2861 [2021-06-15T21:47:24.524Z] ---> Running in 9403b90339cf [2021-06-15T21:47:24.788Z] Removing intermediate container 3ed75c3b7810 [2021-06-15T21:47:24.788Z] ---> e57165b41b24 [2021-06-15T21:47:24.788Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-15T21:47:24.788Z] ---> a5bcf449309e [2021-06-15T21:47:24.788Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-06-15T21:47:24.788Z] ---> b43aec699f80 [2021-06-15T21:47:24.788Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-06-15T21:47:25.049Z] ---> Running in ad3c9eb638cc [2021-06-15T21:47:25.309Z] Removing intermediate container ad3c9eb638cc [2021-06-15T21:47:25.309Z] ---> 7f60fcb2c60c [2021-06-15T21:47:25.309Z] Step 16/24 : WORKDIR / [2021-06-15T21:47:25.309Z] ---> 755ce673ce7b [2021-06-15T21:47:25.309Z] 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-15T21:47:25.309Z] ---> Running in 4f6cee955fd5 [2021-06-15T21:47:25.309Z] ---> c5de499d0bf9 [2021-06-15T21:47:25.309Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-06-15T21:47:25.576Z] Removing intermediate container 4f6cee955fd5 [2021-06-15T21:47:25.576Z] ---> 846e21cedda0 [2021-06-15T21:47:25.576Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T21:47:25.840Z] ---> e66c37f7033f [2021-06-15T21:47:25.840Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-06-15T21:47:26.431Z] ---> 80aad9508a41 [2021-06-15T21:47:26.431Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-06-15T21:47:26.431Z] ---> 3c443681801a [2021-06-15T21:47:26.431Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-06-15T21:47:26.705Z] ---> fe7a0636489d [2021-06-15T21:47:26.705Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-06-15T21:47:26.705Z] Removing intermediate container a61861fa2861 [2021-06-15T21:47:26.705Z] ---> 8d4e75992096 [2021-06-15T21:47:26.705Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-06-15T21:47:26.705Z] ---> Running in 9f7a5f3aebcb [2021-06-15T21:47:26.705Z] ---> Running in 8e2dba8d91e5 [2021-06-15T21:47:26.972Z] Removing intermediate container 9403b90339cf [2021-06-15T21:47:26.972Z] ---> 9f908d3ed5bc [2021-06-15T21:47:26.972Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-06-15T21:47:27.243Z] Removing intermediate container 9f7a5f3aebcb [2021-06-15T21:47:27.243Z] ---> 7bba65d3b419 [2021-06-15T21:47:27.243Z] Step 19/22 : CMD ["--init=true"] [2021-06-15T21:47:27.508Z] ---> Running in 44fb24ecf007 [2021-06-15T21:47:27.508Z] ---> 5bb80756ede5 [2021-06-15T21:47:27.508Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-06-15T21:47:27.508Z] ---> cb348f0580dc [2021-06-15T21:47:27.508Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-06-15T21:47:27.508Z] ---> Running in 8d070ba96ba4 [2021-06-15T21:47:27.508Z] Removing intermediate container 44fb24ecf007 [2021-06-15T21:47:27.508Z] ---> 559ea00e6f70 [2021-06-15T21:47:27.508Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-06-15T21:47:27.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-15T21:47:27.774Z] Removing intermediate container 8d070ba96ba4 [2021-06-15T21:47:27.774Z] ---> 4aff9dfa8cc7 [2021-06-15T21:47:27.774Z] Step 20/22 : LABEL arch=x86_64 [2021-06-15T21:47:27.774Z] ---> Running in 3ecaaeeb5e8e [2021-06-15T21:47:27.774Z] ---> 3f3cecea36ba [2021-06-15T21:47:27.774Z] 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-15T21:47:27.774Z] ---> 8664bfc63808 [2021-06-15T21:47:27.774Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-06-15T21:47:27.774Z] ---> 505334f9e93a [2021-06-15T21:47:27.774Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-06-15T21:47:27.774Z] ---> Running in 637e3e7e320c [2021-06-15T21:47:27.774Z] ---> Running in 6a340d5b4e8b [2021-06-15T21:47:27.774Z] Removing intermediate container 3ecaaeeb5e8e [2021-06-15T21:47:27.774Z] ---> d3988bf0c1f1 [2021-06-15T21:47:27.774Z] Step 21/22 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb [2021-06-15T21:47:27.774Z] ---> Running in c4ed46a77287 [2021-06-15T21:47:27.774Z] ---> Running in 212d7c8bdd78 [2021-06-15T21:47:28.045Z] Removing intermediate container 6a340d5b4e8b [2021-06-15T21:47:28.045Z] ---> a6a6f4aefb90 [2021-06-15T21:47:28.045Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T21:47:28.045Z] ---> Running in 33ea53d6ae5e [2021-06-15T21:47:28.045Z] Removing intermediate container 212d7c8bdd78 [2021-06-15T21:47:28.045Z] ---> 78c4f045889a [2021-06-15T21:47:28.045Z] Step 22/22 : LABEL version=0.0.0 [2021-06-15T21:47:28.045Z] ---> Running in 84e6e632139f [2021-06-15T21:47:28.312Z] Removing intermediate container 33ea53d6ae5e [2021-06-15T21:47:28.312Z] ---> dddb289ae6b0 [2021-06-15T21:47:28.312Z] Step 22/24 : LABEL arch=x86_64 [2021-06-15T21:47:28.312Z] Removing intermediate container 84e6e632139f [2021-06-15T21:47:28.312Z] ---> 2292e79f11aa [2021-06-15T21:47:28.312Z] [2021-06-15T21:47:28.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-15T21:47:28.312Z] ---> Running in dd40fbaee963 [2021-06-15T21:47:28.312Z] Successfully built 2292e79f11aa [2021-06-15T21:47:28.579Z] Successfully tagged security-proxy-setup:latest [2021-06-15T21:47:28.579Z]  Building security-proxy-setup ... done Building support-scheduler [2021-06-15T21:47:28.579Z] Removing intermediate container dd40fbaee963 [2021-06-15T21:47:28.579Z] ---> 789ca9191a98 [2021-06-15T21:47:28.579Z] Step 23/24 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb [2021-06-15T21:47:28.863Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-06-15T21:47:28.863Z] (2/6) Installing libgcc (9.3.0-r2) [2021-06-15T21:47:28.863Z] (3/6) Installing libsodium (1.0.18-r0) [2021-06-15T21:47:29.124Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-06-15T21:47:29.124Z] ---> Running in 478d85e1ca40 [2021-06-15T21:47:29.698Z] (5/6) Installing libzmq (4.3.3-r0) [2021-06-15T21:47:29.974Z] (6/6) Installing zeromq (4.3.3-r0) [2021-06-15T21:47:29.975Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T21:47:29.975Z] OK: 8 MiB in 20 packages [2021-06-15T21:47:30.936Z] Removing intermediate container 478d85e1ca40 [2021-06-15T21:47:30.936Z] ---> 51eb0f97ae98 [2021-06-15T21:47:30.936Z] Step 24/24 : LABEL version=0.0.0 [2021-06-15T21:47:31.512Z] Removing intermediate container c4ed46a77287 [2021-06-15T21:47:31.512Z] ---> 607ffd5e5831 [2021-06-15T21:47:31.512Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T21:47:32.486Z] ---> Running in a176c24b27bd [2021-06-15T21:47:32.486Z] Removing intermediate container 637e3e7e320c [2021-06-15T21:47:32.486Z] ---> 405a8460289f [2021-06-15T21:47:32.486Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-06-15T21:47:33.044Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.164s coverage: 28.7% of statements [2021-06-15T21:47:33.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-06-15T21:47:33.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-06-15T21:47:33.452Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T21:47:33.452Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-15T21:47:34.025Z] ---> a46c32059409 [2021-06-15T21:47:34.025Z] Step 3/23 : WORKDIR /edgex-go [2021-06-15T21:47:34.025Z] ---> Using cache [2021-06-15T21:47:34.025Z] ---> c18b4e81ac7b [2021-06-15T21:47:34.025Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T21:47:34.025Z] ---> Using cache [2021-06-15T21:47:34.025Z] ---> ef5003480262 [2021-06-15T21:47:34.025Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-06-15T21:47:34.025Z] ---> Running in 772e14591c73 [2021-06-15T21:47:34.025Z] ---> 56df4ad1ffb0 [2021-06-15T21:47:34.025Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-06-15T21:47:34.025Z] Removing intermediate container a176c24b27bd [2021-06-15T21:47:34.025Z] ---> da241ed38de3 [2021-06-15T21:47:34.025Z] [2021-06-15T21:47:34.025Z] Successfully built da241ed38de3 [2021-06-15T21:47:34.293Z] ---> Running in 173cc38cb257 [2021-06-15T21:47:34.293Z] Successfully tagged core-metadata:latest [2021-06-15T21:47:34.293Z] Building support-notifications [2021-06-15T21:47:34.293Z]  Building core-metadata ... done Removing intermediate container 772e14591c73 [2021-06-15T21:47:34.293Z] ---> cf70bb9e937e [2021-06-15T21:47:34.293Z] Step 24/26 : LABEL arch=x86_64 [2021-06-15T21:47:34.293Z] Removing intermediate container 8e2dba8d91e5 [2021-06-15T21:47:34.293Z] ---> ae5bd6291586 [2021-06-15T21:47:34.293Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T21:47:37.380Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.374s coverage: 100.0% of statements [2021-06-15T21:47:37.380Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-06-15T21:47:37.618Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T21:47:37.618Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-15T21:47:37.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.372s coverage: 53.4% of statements [2021-06-15T21:47:37.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-06-15T21:47:37.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-06-15T21:47:38.191Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-15T21:47:38.191Z] ---> a46c32059409 [2021-06-15T21:47:38.191Z] Step 3/23 : WORKDIR /edgex-go [2021-06-15T21:47:38.191Z] ---> Using cache [2021-06-15T21:47:38.191Z] ---> c18b4e81ac7b [2021-06-15T21:47:38.191Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T21:47:38.191Z] ---> Using cache [2021-06-15T21:47:38.191Z] ---> ef5003480262 [2021-06-15T21:47:38.191Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-06-15T21:47:38.191Z] ---> be32af852ddb [2021-06-15T21:47:38.191Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-06-15T21:47:38.191Z] ---> Running in a80427b36bec [2021-06-15T21:47:38.191Z] ---> 011165f4157d [2021-06-15T21:47:38.191Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-06-15T21:47:38.191Z] ---> Running in 7a86308e4c08 [2021-06-15T21:47:38.462Z] Removing intermediate container a80427b36bec [2021-06-15T21:47:38.462Z] ---> f734a1accf66 [2021-06-15T21:47:38.462Z] Step 25/26 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb [2021-06-15T21:47:38.729Z] ---> 785c77ecad34 [2021-06-15T21:47:38.730Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-06-15T21:47:38.730Z] ---> Running in 0bb67f11b321 [2021-06-15T21:47:38.730Z] ---> c40e1485add6 [2021-06-15T21:47:38.730Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-06-15T21:47:38.730Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-15T21:47:38.730Z] Removing intermediate container 0bb67f11b321 [2021-06-15T21:47:38.730Z] ---> dab68647962d [2021-06-15T21:47:38.730Z] Step 26/26 : LABEL version=0.0.0 [2021-06-15T21:47:38.994Z] ---> Running in 3621283a2c97 [2021-06-15T21:47:38.994Z] ---> d5ff5833eb37 [2021-06-15T21:47:38.994Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-06-15T21:47:38.994Z] ---> 9a77912c3c82 [2021-06-15T21:47:38.994Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-06-15T21:47:38.994Z] ---> Running in a49625c185f1 [2021-06-15T21:47:38.994Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-15T21:47:38.994Z] Removing intermediate container 3621283a2c97 [2021-06-15T21:47:38.994Z] ---> adfed24b258f [2021-06-15T21:47:38.994Z] [2021-06-15T21:47:39.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.575s coverage: 87.7% of statements [2021-06-15T21:47:39.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-06-15T21:47:39.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-06-15T21:47:39.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.285s coverage: 78.9% of statements [2021-06-15T21:47:39.260Z] Successfully built adfed24b258f [2021-06-15T21:47:39.260Z] Successfully tagged security-secretstore-setup:latest [2021-06-15T21:47:39.260Z] Building sys-mgmt-agent [2021-06-15T21:47:39.260Z]  Building security-secretstore-setup ... done Removing intermediate container a49625c185f1 [2021-06-15T21:47:39.260Z] ---> 59619c775f94 [2021-06-15T21:47:39.260Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T21:47:39.260Z] ---> ea2dea16d491 [2021-06-15T21:47:39.260Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-06-15T21:47:39.260Z] ---> Running in 1dc98d6649d4 [2021-06-15T21:47:39.533Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-15T21:47:39.533Z] OK: 219 MiB in 52 packages [2021-06-15T21:47:39.533Z] ---> Running in 606d83a80272 [2021-06-15T21:47:40.111Z] OK: 219 MiB in 52 packages [2021-06-15T21:47:42.055Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T21:47:42.055Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-15T21:47:42.055Z] ---> a46c32059409 [2021-06-15T21:47:42.055Z] Step 3/24 : WORKDIR /edgex-go [2021-06-15T21:47:42.055Z] ---> Using cache [2021-06-15T21:47:42.055Z] ---> c18b4e81ac7b [2021-06-15T21:47:42.055Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T21:47:42.055Z] ---> Using cache [2021-06-15T21:47:42.055Z] ---> ef5003480262 [2021-06-15T21:47:42.055Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-06-15T21:47:43.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.247s coverage: 81.2% of statements [2021-06-15T21:47:43.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-06-15T21:47:43.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-06-15T21:47:43.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-06-15T21:47:43.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-06-15T21:47:43.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-06-15T21:47:43.981Z] Removing intermediate container 1dc98d6649d4 [2021-06-15T21:47:43.981Z] ---> 7f95cd35354c [2021-06-15T21:47:43.981Z] Step 22/24 : LABEL arch=x86_64 [2021-06-15T21:47:43.981Z] ---> Running in 15bd68827cc1 [2021-06-15T21:47:43.981Z] Removing intermediate container 606d83a80272 [2021-06-15T21:47:43.981Z] ---> 8117b079059d [2021-06-15T21:47:43.981Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-06-15T21:47:44.245Z] ---> Running in c1cae031f46d [2021-06-15T21:47:44.245Z] Removing intermediate container c1cae031f46d [2021-06-15T21:47:44.245Z] ---> 1481ba4deb8f [2021-06-15T21:47:44.245Z] Step 23/24 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb [2021-06-15T21:47:44.245Z] ---> Running in acb862af4b23 [2021-06-15T21:47:44.512Z] Removing intermediate container 173cc38cb257 [2021-06-15T21:47:44.512Z] ---> bf496e1cccfa [2021-06-15T21:47:44.512Z] Step 6/23 : COPY go.mod . [2021-06-15T21:47:44.512Z] ---> 2f89fb9a6a61 [2021-06-15T21:47:44.512Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-06-15T21:47:44.512Z] ---> Running in f651ecf3e144 [2021-06-15T21:47:44.512Z] Removing intermediate container acb862af4b23 [2021-06-15T21:47:44.512Z] ---> 652ce1d4d8d6 [2021-06-15T21:47:44.512Z] Step 24/24 : LABEL version=0.0.0 [2021-06-15T21:47:44.776Z] ---> Running in 2125dbbc8930 [2021-06-15T21:47:44.776Z] ---> 1cdf009d7beb [2021-06-15T21:47:44.776Z] Step 7/23 : RUN go mod download [2021-06-15T21:47:44.776Z] Removing intermediate container 7a86308e4c08 [2021-06-15T21:47:44.776Z] ---> 43c6c8fb4969 [2021-06-15T21:47:44.776Z] Step 6/23 : COPY go.mod . [2021-06-15T21:47:44.776Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-15T21:47:44.776Z] ---> Running in 3568e3309d67 [2021-06-15T21:47:45.050Z] Removing intermediate container 2125dbbc8930 [2021-06-15T21:47:45.050Z] ---> 01ad6a67011f [2021-06-15T21:47:45.050Z] [2021-06-15T21:47:45.050Z] ---> acf57fecd5dc [2021-06-15T21:47:45.050Z] Step 7/23 : RUN go mod download [2021-06-15T21:47:45.050Z] ---> Running in da95bd8f2963 [2021-06-15T21:47:45.050Z] Successfully built 01ad6a67011f [2021-06-15T21:47:45.050Z] Successfully tagged core-data:latest [2021-06-15T21:47:45.050Z]  Building core-data ... done Building core-command [2021-06-15T21:47:45.626Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-15T21:47:46.575Z] OK: 219 MiB in 52 packages [2021-06-15T21:47:48.930Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.460s coverage: 95.1% of statements [2021-06-15T21:47:48.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-06-15T21:47:48.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-06-15T21:47:48.930Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] [2021-06-15T21:47:48.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-06-15T21:47:48.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-06-15T21:47:48.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-06-15T21:47:48.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-06-15T21:47:48.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-06-15T21:47:48.930Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.245s coverage: 60.0% of statements [2021-06-15T21:47:48.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-06-15T21:47:48.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-06-15T21:47:48.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-06-15T21:47:48.930Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.277s coverage: 0.8% of statements [2021-06-15T21:47:48.930Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-06-15T21:47:48.930Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.156s coverage: 58.8% of statements [2021-06-15T21:47:48.930Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.229s coverage: 22.0% of statements [2021-06-15T21:47:48.930Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-06-15T21:47:48.930Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.190s coverage: 47.1% of statements [2021-06-15T21:47:49.142Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T21:47:49.142Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-15T21:47:49.142Z] ---> a46c32059409 [2021-06-15T21:47:49.142Z] Step 3/24 : WORKDIR /edgex-go [2021-06-15T21:47:49.142Z] ---> Using cache [2021-06-15T21:47:49.142Z] ---> c18b4e81ac7b [2021-06-15T21:47:49.142Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T21:47:49.142Z] ---> Using cache [2021-06-15T21:47:49.142Z] ---> ef5003480262 [2021-06-15T21:47:49.142Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-15T21:47:49.142Z] ---> Using cache [2021-06-15T21:47:49.142Z] ---> bf496e1cccfa [2021-06-15T21:47:49.142Z] Step 6/24 : COPY go.mod . [2021-06-15T21:47:49.142Z] ---> Using cache [2021-06-15T21:47:49.142Z] ---> 1cdf009d7beb [2021-06-15T21:47:49.142Z] Step 7/24 : RUN go mod download [2021-06-15T21:47:49.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.258s coverage: 79.5% of statements [2021-06-15T21:47:49.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.170s coverage: 94.1% of statements [2021-06-15T21:47:49.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.192s coverage: 96.3% of statements [2021-06-15T21:47:51.204Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.168s coverage: 87.5% of statements [2021-06-15T21:47:51.705Z] Removing intermediate container f651ecf3e144 [2021-06-15T21:47:51.705Z] ---> 78996c6e3822 [2021-06-15T21:47:51.705Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-06-15T21:47:51.705Z] ---> Running in cf37ab5ad3fa [2021-06-15T21:47:51.705Z] ---> Running in 993f907161c1 [2021-06-15T21:47:52.289Z] Removing intermediate container 3568e3309d67 [2021-06-15T21:47:52.289Z] ---> b8bc46cba23c [2021-06-15T21:47:52.289Z] Step 8/23 : COPY . . [2021-06-15T21:47:52.289Z] Removing intermediate container 15bd68827cc1 [2021-06-15T21:47:52.289Z] ---> 3fdcab06c017 [2021-06-15T21:47:52.289Z] Step 6/24 : COPY go.mod . [2021-06-15T21:47:52.289Z] Removing intermediate container 993f907161c1 [2021-06-15T21:47:52.289Z] ---> 5320d424c0ec [2021-06-15T21:47:52.289Z] Step 29/32 : CMD ["gate"] [2021-06-15T21:47:52.289Z] Removing intermediate container da95bd8f2963 [2021-06-15T21:47:52.289Z] ---> 467c5c21fe19 [2021-06-15T21:47:52.289Z] Step 8/23 : COPY . . [2021-06-15T21:47:52.563Z] ---> Running in a85629d912f5 [2021-06-15T21:47:59.187Z] ---> ac12707dc615 [2021-06-15T21:47:59.187Z] Step 7/24 : RUN go mod download [2021-06-15T21:48:04.041Z] Removing intermediate container a85629d912f5 [2021-06-15T21:48:04.041Z] ---> 44ec01d1c601 [2021-06-15T21:48:04.041Z] Step 30/32 : LABEL arch=x86_64 [2021-06-15T21:48:04.041Z] ---> Running in 77c4efe6b05b [2021-06-15T21:48:04.041Z] ---> b27b2c68bebe [2021-06-15T21:48:04.041Z] Step 9/23 : RUN go mod tidy [2021-06-15T21:48:04.041Z] ---> 8f0009a90339 [2021-06-15T21:48:04.041Z] Step 9/23 : RUN go mod tidy [2021-06-15T21:48:04.041Z] ---> Running in 490054d9d6f6 [2021-06-15T21:48:04.041Z] ---> Running in 67a62d94aae8 [2021-06-15T21:48:04.041Z] ---> Running in 3b3a5db4dd85 [2021-06-15T21:48:04.041Z] Removing intermediate container cf37ab5ad3fa [2021-06-15T21:48:04.041Z] ---> 56cd6db1d8c7 [2021-06-15T21:48:04.041Z] Step 8/24 : COPY . . [2021-06-15T21:48:04.041Z] Removing intermediate container 490054d9d6f6 [2021-06-15T21:48:04.041Z] ---> b50512a55039 [2021-06-15T21:48:04.041Z] Step 31/32 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb [2021-06-15T21:48:04.041Z] ---> Running in a87b7d37e6a4 [2021-06-15T21:48:04.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.190s coverage: 94.4% of statements [2021-06-15T21:48:04.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.188s coverage: 44.8% of statements [2021-06-15T21:48:08.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.695s coverage: 81.8% of statements [2021-06-15T21:48:08.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-06-15T21:48:08.481Z] Removing intermediate container a87b7d37e6a4 [2021-06-15T21:48:08.481Z] ---> 81c5e611db8d [2021-06-15T21:48:08.481Z] Step 32/32 : LABEL version=0.0.0 [2021-06-15T21:48:09.261Z] ---> 3a6106d78087 [2021-06-15T21:48:09.261Z] Step 9/24 : RUN go mod tidy [2021-06-15T21:48:09.261Z] ---> Running in c95ace9b2208 [2021-06-15T21:48:09.261Z] ---> Running in a3d780a932b5 [2021-06-15T21:48:09.261Z] Removing intermediate container 77c4efe6b05b [2021-06-15T21:48:09.261Z] ---> 6ee96704c49a [2021-06-15T21:48:09.261Z] Step 8/24 : COPY . . [2021-06-15T21:48:13.708Z] Removing intermediate container c95ace9b2208 [2021-06-15T21:48:13.708Z] ---> 5a1bbff47bd4 [2021-06-15T21:48:13.708Z] [2021-06-15T21:48:13.980Z] Removing intermediate container 67a62d94aae8 [2021-06-15T21:48:13.980Z] ---> 33ea62c3d999 [2021-06-15T21:48:13.980Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-06-15T21:48:13.980Z] Successfully built 5a1bbff47bd4 [2021-06-15T21:48:13.980Z] Successfully tagged security-bootstrapper:latest [2021-06-15T21:48:14.260Z]  Building security-bootstrapper ... done  ---> Running in aada37d58518 [2021-06-15T21:48:15.217Z] Removing intermediate container 3b3a5db4dd85 [2021-06-15T21:48:15.217Z] ---> b191e96816a5 [2021-06-15T21:48:15.217Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-06-15T21:48:16.623Z] 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-15T21:48:16.623Z] ---> Running in 590908951a10 [2021-06-15T21:48:16.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.266s coverage: 92.9% of statements [2021-06-15T21:48:16.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-06-15T21:48:16.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-06-15T21:48:16.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-06-15T21:48:16.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements [2021-06-15T21:48:16.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-06-15T21:48:16.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-06-15T21:48:16.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-06-15T21:48:16.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-06-15T21:48:16.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-06-15T21:48:16.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.177s coverage: 87.2% of statements [2021-06-15T21:48:16.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-06-15T21:48:16.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-06-15T21:48:16.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.162s coverage: 100.0% of statements [2021-06-15T21:48:16.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-06-15T21:48:16.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.181s coverage: 76.0% of statements [2021-06-15T21:48:16.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-06-15T21:48:16.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.189s coverage: 80.0% of statements [2021-06-15T21:48:16.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.255s coverage: 87.2% of statements [2021-06-15T21:48:16.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.253s coverage: 85.4% of statements [2021-06-15T21:48:16.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.306s coverage: 91.2% of statements [2021-06-15T21:48:16.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-06-15T21:48:16.893Z] ---> d7ddcc96f9ff [2021-06-15T21:48:16.893Z] Step 9/24 : RUN go mod tidy [2021-06-15T21:48:16.893Z] Removing intermediate container a3d780a932b5 [2021-06-15T21:48:16.893Z] ---> 6dc3f8633beb [2021-06-15T21:48:16.893Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-06-15T21:48:16.893Z] ---> Running in 9245a38a0e25 [2021-06-15T21:48:16.893Z] ---> Running in 7fa6b69ba631 [2021-06-15T21:48:16.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.943s coverage: 64.4% of statements [2021-06-15T21:48:16.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-06-15T21:48:16.927Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-06-15T21:48:16.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.152s coverage: 100.0% of statements [2021-06-15T21:48:16.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements [2021-06-15T21:48:16.927Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements [2021-06-15T21:48:17.163Z] 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-15T21:48:17.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.088s coverage: 73.7% of statements [2021-06-15T21:48:17.771Z] 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-15T21:48:18.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.090s coverage: 100.0% of statements [2021-06-15T21:48:18.727Z] Removing intermediate container 9245a38a0e25 [2021-06-15T21:48:18.727Z] ---> 5fafee07ce15 [2021-06-15T21:48:18.727Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-06-15T21:48:18.727Z] ---> Running in 734ae4282252 [2021-06-15T21:48:19.310Z] 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-15T21:48:23.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.190s coverage: 66.9% of statements [2021-06-15T21:48:23.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-06-15T21:48:23.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-06-15T21:48:23.651Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-06-15T21:48:24.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.837s coverage: 43.6% of statements [2021-06-15T21:48:24.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-06-15T21:48:24.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-06-15T21:48:24.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.262s coverage: 89.5% of statements [2021-06-15T21:48:24.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-06-15T21:48:24.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.238s coverage: 84.8% of statements [2021-06-15T21:48:24.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-06-15T21:48:33.868Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.270s coverage: 19.3% of statements [2021-06-15T21:48:33.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-06-15T21:48:33.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-06-15T21:48:33.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-06-15T21:48:33.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-06-15T21:48:33.868Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.612s coverage: 91.9% of statements [2021-06-15T21:48:33.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-06-15T21:48:33.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-06-15T21:48:33.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] [2021-06-15T21:48:33.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-06-15T21:48:33.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-06-15T21:48:33.868Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.254s coverage: 62.7% of statements [2021-06-15T21:48:33.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-06-15T21:48:33.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-06-15T21:48:33.868Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.390s coverage: 97.6% of statements [2021-06-15T21:48:33.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-06-15T21:48:33.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-06-15T21:48:33.868Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] [2021-06-15T21:48:33.868Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-06-15T21:48:33.868Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-06-15T21:48:33.868Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.177s coverage: 28.9% of statements [2021-06-15T21:48:33.868Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-06-15T21:48:33.869Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-06-15T21:48:33.869Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-06-15T21:48:33.869Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-06-15T21:48:33.869Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-06-15T21:48:33.869Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-06-15T21:48:33.869Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.153s coverage: 100.0% of statements [2021-06-15T21:48:33.869Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 95.4% of statements [2021-06-15T21:48:33.869Z] GO111MODULE=on go vet ./... [2021-06-15T21:48:53.122Z] Removing intermediate container 7fa6b69ba631 [2021-06-15T21:48:53.122Z] ---> 28c5b0ffcf92 [2021-06-15T21:48:53.122Z] [2021-06-15T21:48:53.122Z] Step 11/24 : FROM alpine:3.12 [2021-06-15T21:48:53.122Z] ---> 13621d1b12d4 [2021-06-15T21:48:53.122Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-15T21:48:53.122Z] ---> Using cache [2021-06-15T21:48:53.122Z] ---> 6da5865f4acd [2021-06-15T21:48:53.122Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-15T21:48:53.122Z] ---> Using cache [2021-06-15T21:48:53.122Z] ---> 64971c1ebeee [2021-06-15T21:48:53.122Z] Step 14/24 : ENV APP_PORT=59882 [2021-06-15T21:48:53.122Z] ---> Running in 7c6f463cd905 [2021-06-15T21:48:53.122Z] Removing intermediate container 590908951a10 [2021-06-15T21:48:53.122Z] ---> dbaef8b7e015 [2021-06-15T21:48:53.122Z] [2021-06-15T21:48:53.122Z] Step 11/23 : FROM alpine:3.12 [2021-06-15T21:48:53.122Z] ---> 13621d1b12d4 [2021-06-15T21:48:53.122Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-06-15T21:48:53.122Z] ---> Using cache [2021-06-15T21:48:53.122Z] ---> 6da5865f4acd [2021-06-15T21:48:53.122Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-15T21:48:53.122Z] ---> Using cache [2021-06-15T21:48:53.122Z] ---> 64971c1ebeee [2021-06-15T21:48:53.122Z] Step 14/23 : ENV APP_PORT=59861 [2021-06-15T21:48:53.122Z] Removing intermediate container 7c6f463cd905 [2021-06-15T21:48:53.122Z] ---> 6d570e6f105a [2021-06-15T21:48:53.122Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-15T21:48:53.122Z] ---> Running in 667b26e99911 [2021-06-15T21:48:53.122Z] Removing intermediate container aada37d58518 [2021-06-15T21:48:53.122Z] ---> 18e55ab7809d [2021-06-15T21:48:53.122Z] [2021-06-15T21:48:53.122Z] Step 11/23 : FROM alpine:3.12 [2021-06-15T21:48:53.122Z] ---> 13621d1b12d4 [2021-06-15T21:48:53.122Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-06-15T21:48:53.122Z] Removing intermediate container 734ae4282252 [2021-06-15T21:48:53.122Z] ---> b7542fceb5e2 [2021-06-15T21:48:53.122Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-06-15T21:48:53.122Z] ---> Running in 7f246c965015 [2021-06-15T21:48:53.122Z] Removing intermediate container 667b26e99911 [2021-06-15T21:48:53.122Z] ---> 190ed4c3e6e5 [2021-06-15T21:48:53.122Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-15T21:48:53.122Z] ---> Running in 7a56f7df6356 [2021-06-15T21:48:53.122Z] ---> Running in bbba6718e659 [2021-06-15T21:48:53.122Z] ---> Running in 90e7103270a4 [2021-06-15T21:48:53.122Z] Removing intermediate container 7f246c965015 [2021-06-15T21:48:53.122Z] ---> 0b4f59a1780b [2021-06-15T21:48:53.122Z] Step 16/24 : WORKDIR / [2021-06-15T21:48:53.122Z] ---> Running in c827d1a3edb4 [2021-06-15T21:48:53.122Z] Removing intermediate container 90e7103270a4 [2021-06-15T21:48:53.122Z] ---> 34eb1e138346 [2021-06-15T21:48:53.122Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T21:48:53.122Z] Removing intermediate container c827d1a3edb4 [2021-06-15T21:48:53.122Z] ---> ca86694bd172 [2021-06-15T21:48:53.122Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T21:48:53.122Z] ---> 78d877d4f95d [2021-06-15T21:48:53.122Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-06-15T21:48:53.122Z] 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-15T21:48:53.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-15T21:48:53.397Z] ---> 5338dd237309 [2021-06-15T21:48:53.397Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-06-15T21:48:53.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-15T21:48:53.658Z] (1/2) Installing ca-certificates (20191127-r4) [2021-06-15T21:48:53.658Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-06-15T21:48:53.658Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T21:48:53.658Z] Executing ca-certificates-20191127-r4.trigger [2021-06-15T21:48:53.658Z] OK: 6 MiB in 16 packages [2021-06-15T21:48:53.927Z] ---> 316e33750bd9 [2021-06-15T21:48:53.927Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-06-15T21:48:54.197Z] ---> 0af24e92cc40 [2021-06-15T21:48:54.197Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-06-15T21:48:54.197Z] ---> 0b3bf37b0cca [2021-06-15T21:48:54.197Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-06-15T21:48:54.456Z] ---> 9e105ae66473 [2021-06-15T21:48:54.456Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-06-15T21:48:54.456Z] ---> Running in 070f49e1da47 [2021-06-15T21:48:54.456Z] Removing intermediate container bbba6718e659 [2021-06-15T21:48:54.456Z] ---> 3bb285a8a197 [2021-06-15T21:48:54.456Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-15T21:48:54.456Z] ---> Running in 0d853b46ee79 [2021-06-15T21:48:54.456Z] ---> Running in cb53d32c2d50 [2021-06-15T21:48:54.456Z] Removing intermediate container 0d853b46ee79 [2021-06-15T21:48:54.456Z] ---> 03cb2a8743c0 [2021-06-15T21:48:54.456Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T21:48:54.456Z] Removing intermediate container 7a56f7df6356 [2021-06-15T21:48:54.456Z] ---> 968984b1a4fc [2021-06-15T21:48:54.456Z] [2021-06-15T21:48:54.456Z] Step 12/24 : FROM docker:20.10.0 [2021-06-15T21:48:54.456Z] Removing intermediate container 070f49e1da47 [2021-06-15T21:48:54.456Z] ---> c56d20f4d4ef [2021-06-15T21:48:54.456Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T21:48:54.722Z] Removing intermediate container cb53d32c2d50 [2021-06-15T21:48:54.722Z] ---> 0ffbeb9fa0ed [2021-06-15T21:48:54.722Z] Step 14/23 : ENV APP_PORT=59860 [2021-06-15T21:48:54.722Z] ---> Running in 6b12ef9aa0c7 [2021-06-15T21:48:54.722Z] ---> Running in 4db78b6b658c [2021-06-15T21:48:54.722Z] 20.10.0: Pulling from library/docker [2021-06-15T21:48:54.986Z] ---> Running in dc1d73244cf1 [2021-06-15T21:48:54.986Z] Removing intermediate container 4db78b6b658c [2021-06-15T21:48:54.986Z] ---> cf56df86b675 [2021-06-15T21:48:54.986Z] Step 22/24 : LABEL arch=x86_64 [2021-06-15T21:48:54.986Z] Removing intermediate container 6b12ef9aa0c7 [2021-06-15T21:48:54.986Z] ---> 95badb085853 [2021-06-15T21:48:54.986Z] Step 21/23 : LABEL arch=x86_64 [2021-06-15T21:48:54.986Z] ---> Running in 1760b224f85c [2021-06-15T21:48:54.986Z] ---> Running in 1d966197e73b [2021-06-15T21:48:54.986Z] Removing intermediate container dc1d73244cf1 [2021-06-15T21:48:54.986Z] ---> 8003cf002b23 [2021-06-15T21:48:54.986Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-15T21:48:54.986Z] ---> Running in 70ff3485600b [2021-06-15T21:48:55.245Z] Removing intermediate container 1d966197e73b [2021-06-15T21:48:55.245Z] ---> 2fbbcb7e21ca [2021-06-15T21:48:55.246Z] Step 23/24 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb [2021-06-15T21:48:55.246Z] Removing intermediate container 1760b224f85c [2021-06-15T21:48:55.246Z] ---> 883345398fd4 [2021-06-15T21:48:55.246Z] Step 22/23 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb [2021-06-15T21:48:57.190Z] ---> Running in 6ec41a1cb17f [2021-06-15T21:48:57.190Z] Removing intermediate container 70ff3485600b [2021-06-15T21:48:57.190Z] ---> cc873a83d560 [2021-06-15T21:48:57.190Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T21:48:57.190Z] ---> Running in 888bf94afd41 [2021-06-15T21:48:57.190Z] ---> 84b4fc3e3062 [2021-06-15T21:48:57.190Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-06-15T21:48:57.190Z] Removing intermediate container 6ec41a1cb17f [2021-06-15T21:48:57.190Z] ---> 71163b751607 [2021-06-15T21:48:57.190Z] Step 24/24 : LABEL version=0.0.0 [2021-06-15T21:48:57.190Z] ---> Running in 3e6f17cbde47 [2021-06-15T21:48:57.190Z] Removing intermediate container 888bf94afd41 [2021-06-15T21:48:57.190Z] ---> 6c556b01b16f [2021-06-15T21:48:57.190Z] Step 23/23 : LABEL version=0.0.0 [2021-06-15T21:48:57.190Z] ---> Running in c88f0a599161 [2021-06-15T21:48:57.190Z] ---> 5556852094f2 [2021-06-15T21:48:57.190Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-06-15T21:48:57.190Z] Removing intermediate container 3e6f17cbde47 [2021-06-15T21:48:57.190Z] ---> a2b9ddf524e4 [2021-06-15T21:48:57.190Z] [2021-06-15T21:48:57.454Z] Successfully built a2b9ddf524e4 [2021-06-15T21:48:57.454Z] Successfully tagged core-command:latest [2021-06-15T21:48:57.454Z]  Building core-command ... done Removing intermediate container c88f0a599161 [2021-06-15T21:48:57.454Z] ---> 319ef800f976 [2021-06-15T21:48:57.454Z] [2021-06-15T21:48:57.454Z] Successfully built 319ef800f976 [2021-06-15T21:48:57.454Z] ---> 6843ee17b725 [2021-06-15T21:48:57.454Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-06-15T21:48:57.454Z] Successfully tagged support-scheduler:latest [2021-06-15T21:48:57.454Z]  Building support-scheduler ... done  ---> Running in fb25fdf4ca34 [2021-06-15T21:48:57.715Z] Removing intermediate container fb25fdf4ca34 [2021-06-15T21:48:57.715Z] ---> 7809a3f88ea1 [2021-06-15T21:48:57.715Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T21:48:57.982Z] ---> Running in 8fc09b01d64b [2021-06-15T21:48:57.982Z] Removing intermediate container 8fc09b01d64b [2021-06-15T21:48:57.982Z] ---> b38832a2356d [2021-06-15T21:48:57.982Z] Step 21/23 : LABEL arch=x86_64 [2021-06-15T21:48:58.250Z] ---> Running in f8caef62eed1 [2021-06-15T21:48:58.250Z] Removing intermediate container f8caef62eed1 [2021-06-15T21:48:58.250Z] ---> f69d7e715a03 [2021-06-15T21:48:58.250Z] Step 22/23 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb [2021-06-15T21:48:58.250Z] ---> Running in 94ff9a3dc03c [2021-06-15T21:48:58.510Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-06-15T21:48:58.510Z] Removing intermediate container 94ff9a3dc03c [2021-06-15T21:48:58.510Z] ---> e68ca98d54fb [2021-06-15T21:48:58.510Z] Step 23/23 : LABEL version=0.0.0 [2021-06-15T21:48:58.510Z] Status: Downloaded newer image for docker:20.10.0 [2021-06-15T21:48:58.510Z] ---> aefe523efa57 [2021-06-15T21:48:58.510Z] 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-15T21:48:58.510Z] ---> Running in ad6862a666d6 [2021-06-15T21:48:58.510Z] ---> Running in 7861d986b67f [2021-06-15T21:48:58.510Z] Removing intermediate container ad6862a666d6 [2021-06-15T21:48:58.510Z] ---> 147094dba4d4 [2021-06-15T21:48:58.510Z] [2021-06-15T21:48:58.510Z] Removing intermediate container 7861d986b67f [2021-06-15T21:48:58.510Z] ---> f43d63d0a28a [2021-06-15T21:48:58.510Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-06-15T21:48:58.510Z] ---> Running in 521a3e4500b7 [2021-06-15T21:48:58.770Z] Successfully built 147094dba4d4 [2021-06-15T21:48:58.770Z] Successfully tagged support-notifications:latest [2021-06-15T21:48:59.032Z]  Building support-notifications ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-15T21:48:59.032Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-15T21:48:59.032Z] (1/39) Installing readline (8.0.4-r0) [2021-06-15T21:48:59.032Z] (2/39) Installing bash (5.0.17-r0) [2021-06-15T21:48:59.032Z] Executing bash-5.0.17-r0.post-install [2021-06-15T21:48:59.032Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-06-15T21:48:59.032Z] (4/39) Installing libcurl (7.77.0-r0) [2021-06-15T21:48:59.032Z] (5/39) Installing curl (7.77.0-r0) [2021-06-15T21:48:59.032Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-06-15T21:48:59.032Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-06-15T21:48:59.032Z] (8/39) Installing expat (2.2.9-r1) [2021-06-15T21:48:59.032Z] (9/39) Installing libffi (3.3-r2) [2021-06-15T21:48:59.032Z] (10/39) Installing gdbm (1.13-r1) [2021-06-15T21:48:59.032Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-06-15T21:48:59.032Z] (12/39) Installing sqlite-libs (3.32.1-r1) [2021-06-15T21:48:59.032Z] (13/39) Installing python3 (3.8.10-r0) [2021-06-15T21:48:59.609Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-06-15T21:48:59.609Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-06-15T21:48:59.870Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-06-15T21:48:59.870Z] (17/39) Installing py3-six (1.15.0-r0) [2021-06-15T21:48:59.870Z] (18/39) Installing py3-packaging (20.4-r0) [2021-06-15T21:48:59.870Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-06-15T21:48:59.870Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-06-15T21:48:59.870Z] (21/39) Installing py3-idna (2.9-r0) [2021-06-15T21:48:59.870Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-06-15T21:48:59.870Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-06-15T21:48:59.870Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-06-15T21:48:59.870Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-06-15T21:48:59.870Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-06-15T21:48:59.870Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-06-15T21:48:59.870Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-06-15T21:48:59.870Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-06-15T21:49:00.131Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-06-15T21:49:00.131Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-06-15T21:49:00.131Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-06-15T21:49:00.131Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-06-15T21:49:00.131Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-06-15T21:49:00.131Z] (35/39) Installing py3-progress (1.5-r0) [2021-06-15T21:49:00.131Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-06-15T21:49:00.131Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-06-15T21:49:00.131Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-06-15T21:49:00.131Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-06-15T21:49:00.131Z] Executing busybox-1.31.1-r19.trigger [2021-06-15T21:49:00.131Z] OK: 72 MiB in 59 packages [2021-06-15T21:49:00.708Z] Collecting docker-compose==1.23.2 [2021-06-15T21:49:00.968Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-06-15T21:49:00.968Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-06-15T21:49:00.968Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-06-15T21:49:01.229Z] Collecting PyYAML<4,>=3.10 [2021-06-15T21:49:01.229Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-06-15T21:49:01.805Z] Collecting texttable<0.10,>=0.9.0 [2021-06-15T21:49:01.805Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-06-15T21:49:02.070Z] 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-15T21:49:02.070Z] Collecting docker<4.0,>=3.6.0 [2021-06-15T21:49:02.070Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-06-15T21:49:02.330Z] Collecting docopt<0.7,>=0.6.1 [2021-06-15T21:49:02.330Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-06-15T21:49:02.592Z] Collecting cached-property<2,>=1.2.0 [2021-06-15T21:49:02.592Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-06-15T21:49:02.853Z] Collecting websocket-client<1.0,>=0.32.0 [2021-06-15T21:49:02.853Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-06-15T21:49:02.853Z] Collecting jsonschema<3,>=2.5.1 [2021-06-15T21:49:02.853Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-06-15T21:49:02.853Z] Collecting dockerpty<0.5,>=0.4.1 [2021-06-15T21:49:02.853Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-06-15T21:49:03.427Z] Collecting urllib3<1.25,>=1.21.1 [2021-06-15T21:49:03.427Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-06-15T21:49:03.427Z] Collecting idna<2.8,>=2.5 [2021-06-15T21:49:03.427Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-06-15T21:49:03.427Z] 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-15T21:49:03.427Z] 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-15T21:49:03.427Z] Collecting docker-pycreds>=0.4.0 [2021-06-15T21:49:03.427Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-06-15T21:49:03.427Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-06-15T21:49:03.427Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-06-15T21:49:03.427Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-06-15T21:49:03.427Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-06-15T21:49:03.688Z] Installing collected packages: urllib3, idna, requests, PyYAML, texttable, docker-pycreds, websocket-client, docker, docopt, cached-property, jsonschema, dockerpty, docker-compose [2021-06-15T21:49:03.688Z] Attempting uninstall: urllib3 [2021-06-15T21:49:03.688Z] Found existing installation: urllib3 1.25.9 [2021-06-15T21:49:03.688Z] Uninstalling urllib3-1.25.9: [2021-06-15T21:49:03.688Z] Successfully uninstalled urllib3-1.25.9 [2021-06-15T21:49:03.688Z] Attempting uninstall: idna [2021-06-15T21:49:03.688Z] Found existing installation: idna 2.9 [2021-06-15T21:49:03.688Z] Uninstalling idna-2.9: [2021-06-15T21:49:03.688Z] Successfully uninstalled idna-2.9 [2021-06-15T21:49:03.950Z] Attempting uninstall: requests [2021-06-15T21:49:03.950Z] Found existing installation: requests 2.23.0 [2021-06-15T21:49:03.950Z] Uninstalling requests-2.23.0: [2021-06-15T21:49:03.950Z] Successfully uninstalled requests-2.23.0 [2021-06-15T21:49:03.950Z] Running setup.py install for PyYAML: started [2021-06-15T21:49:04.211Z] Running setup.py install for PyYAML: finished with status 'done' [2021-06-15T21:49:04.211Z] Running setup.py install for texttable: started [2021-06-15T21:49:04.473Z] Running setup.py install for texttable: finished with status 'done' [2021-06-15T21:49:04.733Z] Running setup.py install for docopt: started [2021-06-15T21:49:04.995Z] Running setup.py install for docopt: finished with status 'done' [2021-06-15T21:49:05.256Z] Running setup.py install for dockerpty: started [2021-06-15T21:49:05.518Z] Running setup.py install for dockerpty: finished with status 'done' [2021-06-15T21:49:05.780Z] 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-15T21:49:09.116Z] Removing intermediate container 521a3e4500b7 [2021-06-15T21:49:09.116Z] ---> b0a97d302c73 [2021-06-15T21:49:09.116Z] Step 15/24 : ENV APP_PORT=58890 [2021-06-15T21:49:09.116Z] ---> Running in 32343ecc1583 [2021-06-15T21:49:09.116Z] Removing intermediate container 32343ecc1583 [2021-06-15T21:49:09.116Z] ---> 66ed51ff8e28 [2021-06-15T21:49:09.116Z] Step 16/24 : EXPOSE $APP_PORT [2021-06-15T21:49:09.116Z] ---> Running in 0a3ddc5e8d74 [2021-06-15T21:49:09.116Z] Removing intermediate container 0a3ddc5e8d74 [2021-06-15T21:49:09.116Z] ---> 818517e898ec [2021-06-15T21:49:09.116Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-06-15T21:49:09.690Z] ---> e39d38c4843c [2021-06-15T21:49:09.690Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-06-15T21:49:09.690Z] ---> 70607fef8dda [2021-06-15T21:49:09.690Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-06-15T21:49:10.261Z] ---> 817c52f29f0b [2021-06-15T21:49:10.261Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-06-15T21:49:10.261Z] ---> Running in f265d08c2148 [2021-06-15T21:49:10.261Z] Removing intermediate container f265d08c2148 [2021-06-15T21:49:10.261Z] ---> e81ba8c58e5d [2021-06-15T21:49:10.261Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T21:49:10.261Z] ---> Running in 4ebbb4336dfb [2021-06-15T21:49:10.261Z] Removing intermediate container 4ebbb4336dfb [2021-06-15T21:49:10.261Z] ---> bec0ea508db7 [2021-06-15T21:49:10.261Z] Step 22/24 : LABEL arch=x86_64 [2021-06-15T21:49:10.261Z] ---> Running in b1cff468452e [2021-06-15T21:49:10.523Z] Removing intermediate container b1cff468452e [2021-06-15T21:49:10.523Z] ---> 247c6ee2ce86 [2021-06-15T21:49:10.523Z] Step 23/24 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb [2021-06-15T21:49:10.523Z] ---> Running in a30a7583e27d [2021-06-15T21:49:10.523Z] Removing intermediate container a30a7583e27d [2021-06-15T21:49:10.523Z] ---> 939d6abad39a [2021-06-15T21:49:10.523Z] Step 24/24 : LABEL version=0.0.0 [2021-06-15T21:49:10.523Z] ---> Running in b936be31206b [2021-06-15T21:49:10.784Z] Removing intermediate container b936be31206b [2021-06-15T21:49:10.784Z] ---> f8260bf8ed4c [2021-06-15T21:49:10.784Z] [2021-06-15T21:49:10.784Z] Successfully built f8260bf8ed4c [2021-06-15T21:49:10.784Z] Successfully tagged sys-mgmt-agent:latest [2021-06-15T21:49:11.059Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-06-15T21:49:11.069Z] $ docker stop --time=1 e4d51ba8a2d85914e66f890ddfcd9e1e0e7445e938bad154501e27ec2d6be2ab [2021-06-15T21:49:12.449Z] $ docker rm -f e4d51ba8a2d85914e66f890ddfcd9e1e0e7445e938bad154501e27ec2d6be2ab [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-15T21:49:12.830Z] + docker images [2021-06-15T21:49:12.830Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-15T21:49:12.830Z] sys-mgmt-agent latest f8260bf8ed4c 2 seconds ago 312MB [2021-06-15T21:49:12.830Z] support-notifications latest 147094dba4d4 14 seconds ago 16.7MB [2021-06-15T21:49:12.830Z] support-scheduler latest 319ef800f976 15 seconds ago 15.9MB [2021-06-15T21:49:12.830Z] core-command latest a2b9ddf524e4 16 seconds ago 15.9MB [2021-06-15T21:49:12.830Z] 968984b1a4fc 18 seconds ago 1.15GB [2021-06-15T21:49:12.830Z] 18e55ab7809d 20 seconds ago 1.15GB [2021-06-15T21:49:12.830Z] dbaef8b7e015 21 seconds ago 1.15GB [2021-06-15T21:49:12.830Z] 28c5b0ffcf92 22 seconds ago 1.14GB [2021-06-15T21:49:12.830Z] security-bootstrapper latest 5a1bbff47bd4 About a minute ago 18.6MB [2021-06-15T21:49:12.830Z] core-data latest 01ad6a67011f About a minute ago 20.2MB [2021-06-15T21:49:12.830Z] security-secretstore-setup latest adfed24b258f About a minute ago 28.7MB [2021-06-15T21:49:12.830Z] core-metadata latest da241ed38de3 About a minute ago 16.6MB [2021-06-15T21:49:12.830Z] security-proxy-setup latest 2292e79f11aa About a minute ago 25.7MB [2021-06-15T21:49:12.830Z] 733e35739290 About a minute ago 1.15GB [2021-06-15T21:49:12.830Z] 4531f18d3bbd About a minute ago 1.15GB [2021-06-15T21:49:12.830Z] 530361ca74b0 About a minute ago 1.15GB [2021-06-15T21:49:12.830Z] 066fee944a91 About a minute ago 1.15GB [2021-06-15T21:49:12.830Z] b4ef1b357d3e About a minute ago 1.15GB [2021-06-15T21:49:12.830Z] ci-base-image-x86_64 latest a46c32059409 7 minutes ago 647MB [2021-06-15T21:49:12.830Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 6 weeks ago 445MB [2021-06-15T21:49:12.830Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 6 weeks ago 37.5MB [2021-06-15T21:49:12.830Z] alpine 3.12 13621d1b12d4 2 months ago 5.58MB [2021-06-15T21:49:12.830Z] docker 20.10.0 aefe523efa57 6 months ago 240MB [2021-06-15T21:49:12.830Z] 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-15T21:49:56.825Z] gofmt -l . [2021-06-15T21:49:56.825Z] [ "`gofmt -l .`" = "" ] [2021-06-15T21:49:56.825Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-06-15T21:49:59.385Z] + ls -al . [2021-06-15T21:49:59.385Z] total 544 [2021-06-15T21:49:59.385Z] drwxrwxr-x 9 1001 1001 4096 Jun 15 21:49 . [2021-06-15T21:49:59.385Z] drwxr-xr-x 4 root root 4096 Jun 15 21:45 .. [2021-06-15T21:49:59.385Z] -rw-rw-r-- 1 1001 1001 11 Jun 15 21:43 .dockerignore [2021-06-15T21:49:59.385Z] drwxrwxr-x 8 1001 1001 4096 Jun 15 21:43 .git [2021-06-15T21:49:59.385Z] drwxrwxr-x 3 1001 1001 4096 Jun 15 21:43 .github [2021-06-15T21:49:59.385Z] -rw-rw-r-- 1 1001 1001 818 Jun 15 21:43 .gitignore [2021-06-15T21:49:59.385Z] -rw-rw-r-- 1 1001 1001 166 Jun 15 21:43 .sonarcloud.properties [2021-06-15T21:49:59.385Z] -rw-rw-r-- 1 1001 1001 8609 Jun 15 21:43 Attribution.txt [2021-06-15T21:49:59.385Z] -rw-rw-r-- 1 1001 1001 3804 Jun 15 21:43 CONTRIBUTING.md [2021-06-15T21:49:59.385Z] -rw-rw-r-- 1 1001 1001 931 Jun 15 21:43 Dockerfile.build [2021-06-15T21:49:59.385Z] -rw-rw-r-- 1 1001 1001 849 Jun 15 21:43 Jenkinsfile [2021-06-15T21:49:59.385Z] -rw-rw-r-- 1 1001 1001 10775 Jun 15 21:43 LICENSE [2021-06-15T21:49:59.385Z] -rw-rw-r-- 1 1001 1001 5605 Jun 15 21:43 Makefile [2021-06-15T21:49:59.385Z] -rw-rw-r-- 1 1001 1001 7905 Jun 15 21:43 README.md [2021-06-15T21:49:59.385Z] -rw-rw-r-- 1 1001 1001 7071 Jun 15 21:43 SECURITY.md [2021-06-15T21:49:59.385Z] -rw-rw-r-- 1 1001 1001 5 Jun 15 21:41 VERSION [2021-06-15T21:49:59.385Z] -rw-rw-r-- 1 1001 1001 4131 Jun 15 21:43 ZMQWindows.md [2021-06-15T21:49:59.385Z] drwxrwxr-x 2 1001 1001 4096 Jun 15 21:43 bin [2021-06-15T21:49:59.385Z] drwxrwxr-x 14 1001 1001 4096 Jun 15 21:43 cmd [2021-06-15T21:49:59.385Z] -rw-r--r-- 1 root root 398195 Jun 15 21:48 coverage.out [2021-06-15T21:49:59.385Z] -rw-rw-r-- 1 1001 1001 841 Jun 15 21:43 go.mod [2021-06-15T21:49:59.385Z] -rw-r--r-- 1 root root 21063 Jun 15 21:45 go.sum [2021-06-15T21:49:59.385Z] drwxrwxr-x 7 1001 1001 4096 Jun 15 21:43 internal [2021-06-15T21:49:59.385Z] drwxrwxr-x 3 1001 1001 4096 Jun 15 21:43 openapi [2021-06-15T21:49:59.385Z] drwxrwxr-x 4 1001 1001 4096 Jun 15 21:43 snap [2021-06-15T21:49:59.385Z] -rw-rw-r-- 1 1001 1001 168 Jun 15 21:43 version.go [Pipeline] sh [2021-06-15T21:50:00.053Z] + '[' -e coverage.out ] [2021-06-15T21:50:00.053Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-06-15T21:50:00.090Z] Warning: overwriting stash ‘coverage-report’ [2021-06-15T21:50:01.008Z] Stashed 1 file(s) [Pipeline] sh [2021-06-15T21:50:01.667Z] + make build [2021-06-15T21:50:01.667Z] go mod tidy [2021-06-15T21:50:02.275Z] 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-15T21:50:10.574Z] 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-15T21:50:37.962Z] 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-15T21:50:38.239Z] 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-15T21:50:43.662Z] 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-15T21:50:43.942Z] 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-15T21:50:48.269Z] 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-15T21:50:51.684Z] 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-15T21:50:55.083Z] 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-15T21:50:58.486Z] 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-15T21:51:01.894Z] 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-15T21:51:06.252Z] 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-15T21:51:14.618Z] $ docker stop --time=1 ce11637deed48a462ead12d6b47e570643cab9e6161f0ec3b9fa96f80cdc403a [2021-06-15T21:51:16.940Z] $ docker rm -f ce11637deed48a462ead12d6b47e570643cab9e6161f0ec3b9fa96f80cdc403a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-15T21:51:18.744Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-15T21:51:18.744Z] [2021-06-15T21:51:18.744Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-15T21:51:19.110Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-15T21:51:19.384Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-06-15T21:51:19.384Z] 29e5d40040c1: Pulling fs layer [2021-06-15T21:51:19.384Z] 1ce36da41761: Pulling fs layer [2021-06-15T21:51:19.384Z] 25b303627fd3: Pulling fs layer [2021-06-15T21:51:19.662Z] 29e5d40040c1: Verifying Checksum [2021-06-15T21:51:19.662Z] 29e5d40040c1: Download complete [2021-06-15T21:51:20.648Z] 29e5d40040c1: Pull complete [2021-06-15T21:51:20.648Z] 1ce36da41761: Verifying Checksum [2021-06-15T21:51:20.648Z] 1ce36da41761: Download complete [2021-06-15T21:51:21.629Z] 1ce36da41761: Pull complete [2021-06-15T21:51:22.227Z] 25b303627fd3: Download complete [2021-06-15T21:51:32.457Z] 25b303627fd3: Pull complete [2021-06-15T21:51:32.457Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-06-15T21:51:32.457Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-15T21:51:32.457Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-06-15T21:51:32.720Z] prd-ubuntu18.04-docker-arm64-4c-16g-1546 does not seem to be running inside a container [2021-06-15T21:51:32.828Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-15T21:51:35.832Z] $ docker top e14c0709f6e6a010d52b4f7f593815f3dad1fc1420e1620d74c1be62335c4c7c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-15T21:51:36.845Z] + docker-compose build --help [2021-06-15T21:51:36.845Z] + grep parallel [2021-06-15T21:51:42.295Z] --parallel Build images in parallel. [Pipeline] } [2021-06-15T21:51:42.319Z] $ docker stop --time=1 e14c0709f6e6a010d52b4f7f593815f3dad1fc1420e1620d74c1be62335c4c7c [2021-06-15T21:51:44.163Z] $ docker rm -f e14c0709f6e6a010d52b4f7f593815f3dad1fc1420e1620d74c1be62335c4c7c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-15T21:51:44.811Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-15T21:51:44.811Z] . [Pipeline] withDockerContainer [2021-06-15T21:51:45.084Z] prd-ubuntu18.04-docker-arm64-4c-16g-1546 does not seem to be running inside a container [2021-06-15T21:51:45.176Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-06-15T21:51:46.746Z] $ docker top d46958c5a59eb18eacbbf0b728d9f89dd3d08e5f1a168b4ab9a7f90359b83431 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-15T21:51:47.700Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-06-15T21:51:52.003Z] Building core-command ... [2021-06-15T21:51:52.003Z] Building core-data ... [2021-06-15T21:51:52.003Z] Building core-metadata ... [2021-06-15T21:51:52.003Z] Building security-bootstrapper ... [2021-06-15T21:51:52.003Z] Building security-proxy-setup ... [2021-06-15T21:51:52.003Z] Building security-secretstore-setup ... [2021-06-15T21:51:52.003Z] Building support-notifications ... [2021-06-15T21:51:52.003Z] Building support-scheduler ... [2021-06-15T21:51:52.003Z] Building sys-mgmt-agent ... [2021-06-15T21:51:52.003Z] Building security-secretstore-setup [2021-06-15T21:51:52.003Z] Building support-notifications [2021-06-15T21:51:52.003Z] Building security-proxy-setup [2021-06-15T21:51:52.003Z] Building security-bootstrapper [2021-06-15T21:51:52.003Z] Building sys-mgmt-agent [2021-06-15T21:52:59.986Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T21:52:59.986Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-06-15T21:52:59.986Z] ---> 21b58d749eb3 [2021-06-15T21:52:59.986Z] Step 3/32 : WORKDIR /edgex-go [2021-06-15T21:52:59.986Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T21:52:59.986Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-15T21:52:59.986Z] ---> 21b58d749eb3 [2021-06-15T21:52:59.986Z] Step 3/23 : WORKDIR /edgex-go [2021-06-15T21:52:59.986Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T21:52:59.986Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-15T21:52:59.986Z] ---> 21b58d749eb3 [2021-06-15T21:52:59.986Z] Step 3/24 : WORKDIR /edgex-go [2021-06-15T21:52:59.986Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T21:52:59.986Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-06-15T21:52:59.986Z] ---> 21b58d749eb3 [2021-06-15T21:52:59.986Z] Step 3/22 : WORKDIR /edgex-go [2021-06-15T21:52:59.986Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T21:52:59.986Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-06-15T21:52:59.986Z] ---> 21b58d749eb3 [2021-06-15T21:52:59.986Z] Step 3/26 : WORKDIR /edgex-go [2021-06-15T21:52:59.986Z] ---> Running in b59a47a206e4 [2021-06-15T21:52:59.986Z] ---> Running in b12df3f67414 [2021-06-15T21:52:59.986Z] ---> Running in 7b147b3923f4 [2021-06-15T21:52:59.986Z] ---> Running in 137168cd8e4a [2021-06-15T21:52:59.986Z] ---> Running in 8d7413ec3ae6 [2021-06-15T21:52:59.986Z] Removing intermediate container 137168cd8e4a [2021-06-15T21:52:59.986Z] ---> 55acb9824eb8 [2021-06-15T21:52:59.986Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T21:52:59.986Z] Removing intermediate container 8d7413ec3ae6 [2021-06-15T21:52:59.986Z] ---> 68014dfdb686 [2021-06-15T21:52:59.986Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T21:52:59.986Z] Removing intermediate container b12df3f67414 [2021-06-15T21:52:59.986Z] ---> 0903f148a417 [2021-06-15T21:52:59.986Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T21:52:59.986Z] Removing intermediate container b59a47a206e4 [2021-06-15T21:52:59.986Z] ---> dad0e62ae362 [2021-06-15T21:52:59.986Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T21:52:59.986Z] Removing intermediate container 7b147b3923f4 [2021-06-15T21:52:59.986Z] ---> c36fd2958fdc [2021-06-15T21:52:59.986Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T21:52:59.986Z] ---> Running in 8767a69a78c0 [2021-06-15T21:52:59.986Z] ---> Running in c85f22bccc60 [2021-06-15T21:53:00.258Z] ---> Running in f8368552b1b8 [2021-06-15T21:53:00.258Z] ---> Running in 05c094cfc98f [2021-06-15T21:53:00.258Z] ---> Running in 469af5984676 [2021-06-15T21:53:04.590Z] Removing intermediate container c85f22bccc60 [2021-06-15T21:53:04.590Z] ---> eadcca4b197c [2021-06-15T21:53:04.590Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-06-15T21:53:04.590Z] Removing intermediate container 8767a69a78c0 [2021-06-15T21:53:04.590Z] ---> b732924580c6 [2021-06-15T21:53:04.590Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-06-15T21:53:04.590Z] ---> Running in 0213b51ab6c8 [2021-06-15T21:53:04.590Z] Removing intermediate container f8368552b1b8 [2021-06-15T21:53:04.590Z] ---> 4ecbf4f08412 [2021-06-15T21:53:04.590Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-06-15T21:53:04.590Z] ---> Running in 47f60e4c05ef [2021-06-15T21:53:04.590Z] ---> Running in 7a26b6e80803 [2021-06-15T21:53:04.866Z] Removing intermediate container 469af5984676 [2021-06-15T21:53:04.866Z] Removing intermediate container 05c094cfc98f [2021-06-15T21:53:04.866Z] ---> 6615e4a778b3 [2021-06-15T21:53:04.866Z] ---> 173af24cb6a8 [2021-06-15T21:53:04.866Z] Step 5/26 : RUN apk add --update --no-cache make gitStep 5/24 : RUN apk add --update --no-cache make bash git [2021-06-15T21:53:04.866Z] [2021-06-15T21:53:05.141Z] ---> Running in 1d7ed86615e5 [2021-06-15T21:53:05.141Z] ---> Running in a122852bacb0 [2021-06-15T21:53:06.580Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-15T21:53:06.580Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-15T21:53:06.850Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-15T21:53:07.126Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-15T21:53:07.405Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-15T21:53:07.405Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-15T21:53:07.678Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-15T21:53:07.678Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-15T21:53:08.285Z] OK: 218 MiB in 52 packages [2021-06-15T21:53:08.285Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-15T21:53:08.568Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-15T21:53:08.568Z] OK: 218 MiB in 52 packages [2021-06-15T21:53:08.568Z] OK: 218 MiB in 52 packages [2021-06-15T21:53:09.178Z] OK: 218 MiB in 52 packages [2021-06-15T21:53:09.775Z] Removing intermediate container 0213b51ab6c8 [2021-06-15T21:53:09.776Z] ---> 619db5da78ab [2021-06-15T21:53:09.776Z] Step 6/23 : COPY go.mod . [2021-06-15T21:53:10.054Z] Removing intermediate container 47f60e4c05ef [2021-06-15T21:53:10.054Z] ---> 1937defc4063 [2021-06-15T21:53:10.054Z] Step 6/22 : COPY go.mod . [2021-06-15T21:53:10.328Z] Removing intermediate container 7a26b6e80803 [2021-06-15T21:53:10.328Z] ---> 6f61e8a9e2bf [2021-06-15T21:53:10.605Z] Step 6/32 : COPY go.mod . [2021-06-15T21:53:10.605Z] OK: 218 MiB in 52 packages [2021-06-15T21:53:10.605Z] Removing intermediate container a122852bacb0 [2021-06-15T21:53:10.605Z] ---> a967800415fb [2021-06-15T21:53:10.605Z] Step 6/26 : COPY go.mod . [2021-06-15T21:53:11.209Z] ---> d669768d9428 [2021-06-15T21:53:11.209Z] Step 7/23 : RUN go mod download [2021-06-15T21:53:11.481Z] ---> Running in 009073fd11b6 [2021-06-15T21:53:11.481Z] ---> b93eb9b300a5 [2021-06-15T21:53:11.481Z] Step 7/22 : RUN go mod download [2021-06-15T21:53:11.754Z] ---> de2b0ab65d05 [2021-06-15T21:53:11.754Z] Step 7/32 : RUN go mod download [2021-06-15T21:53:11.754Z] ---> Running in 9532d1198585 [2021-06-15T21:53:12.026Z] ---> Running in 783fe27473c2 [2021-06-15T21:53:12.027Z] ---> e28a56ed61a6 [2021-06-15T21:53:12.027Z] Step 7/26 : RUN go mod download [2021-06-15T21:53:12.301Z] Removing intermediate container 1d7ed86615e5 [2021-06-15T21:53:12.301Z] ---> 72e117c1f737 [2021-06-15T21:53:12.301Z] Step 6/24 : COPY go.mod . [2021-06-15T21:53:12.301Z] ---> Running in 02924083e62b [2021-06-15T21:53:13.745Z] ---> a6c3937e59ba [2021-06-15T21:53:13.745Z] Step 7/24 : RUN go mod download [2021-06-15T21:53:14.021Z] ---> Running in 6c440fbe0823 [2021-06-15T21:53:15.466Z] Removing intermediate container 009073fd11b6 [2021-06-15T21:53:15.466Z] ---> d0a60803d58b [2021-06-15T21:53:15.466Z] Step 8/23 : COPY . . [2021-06-15T21:53:16.449Z] Removing intermediate container 02924083e62b [2021-06-15T21:53:16.724Z] ---> 327aa728b3f3 [2021-06-15T21:53:16.724Z] Step 8/26 : COPY . . [2021-06-15T21:53:16.997Z] Removing intermediate container 9532d1198585 [2021-06-15T21:53:16.997Z] ---> 6669ea2af8bb [2021-06-15T21:53:16.997Z] Step 8/22 : COPY . . [2021-06-15T21:53:17.273Z] Removing intermediate container 783fe27473c2 [2021-06-15T21:53:17.273Z] ---> b4eb34290c18 [2021-06-15T21:53:17.273Z] Step 8/32 : COPY . . [2021-06-15T21:53:19.276Z] Removing intermediate container 6c440fbe0823 [2021-06-15T21:53:19.276Z] ---> 540e3ee0f928 [2021-06-15T21:53:19.276Z] Step 8/24 : COPY . . [2021-06-15T21:53:42.084Z] ---> 2213f595553f [2021-06-15T21:53:42.084Z] Step 9/23 : RUN go mod tidy [2021-06-15T21:53:42.084Z] ---> 09b176b7e3d4 [2021-06-15T21:53:42.084Z] Step 9/26 : RUN go mod tidy [2021-06-15T21:53:42.084Z] ---> Running in 4f14c08b62b4 [2021-06-15T21:53:42.084Z] ---> ed3dc278cca5 [2021-06-15T21:53:42.084Z] Step 9/32 : RUN go mod tidy [2021-06-15T21:53:42.084Z] ---> 6a2b5d24b0ad [2021-06-15T21:53:42.084Z] Step 9/22 : RUN go mod tidy [2021-06-15T21:53:42.084Z] ---> e371eca2c62b [2021-06-15T21:53:42.084Z] Step 9/24 : RUN go mod tidy [2021-06-15T21:53:42.084Z] ---> Running in de31ba6a6c73 [2021-06-15T21:53:42.084Z] ---> Running in 95e62a9e156e [2021-06-15T21:53:42.084Z] ---> Running in f431ae1973ab [2021-06-15T21:53:42.084Z] ---> Running in 661ddf7e6660 [2021-06-15T21:53:44.727Z] Removing intermediate container 4f14c08b62b4 [2021-06-15T21:53:44.727Z] ---> b2c7c6448dc3 [2021-06-15T21:53:44.727Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-06-15T21:53:44.727Z] ---> Running in 5c9a96abba99 [2021-06-15T21:53:46.174Z] Removing intermediate container 95e62a9e156e [2021-06-15T21:53:46.174Z] ---> 7f480b03dc78 [2021-06-15T21:53:46.174Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-06-15T21:53:46.174Z] ---> Running in 9b4dfe8516e9 [2021-06-15T21:53:46.174Z] Removing intermediate container 661ddf7e6660 [2021-06-15T21:53:46.174Z] ---> 7153a1bd347e [2021-06-15T21:53:46.174Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-06-15T21:53:46.457Z] Removing intermediate container de31ba6a6c73 [2021-06-15T21:53:46.457Z] ---> 9615ce66ce0f [2021-06-15T21:53:46.457Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-06-15T21:53:46.457Z] 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-15T21:53:46.457Z] Removing intermediate container f431ae1973ab [2021-06-15T21:53:46.457Z] ---> bfba7fbc21cd [2021-06-15T21:53:46.457Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-06-15T21:53:46.457Z] ---> Running in b98ebe6e9d0b [2021-06-15T21:53:46.736Z] ---> Running in 74dc35fee3ce [2021-06-15T21:53:47.022Z] ---> Running in 7769fe0ef5a8 [2021-06-15T21:53:49.006Z] 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-15T21:53:49.280Z] 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-15T21:53:49.558Z] 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-15T21:53:50.157Z] 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-15T21:55:30.571Z] 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-15T21:55:32.589Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-06-15T21:55:42.818Z] Removing intermediate container b98ebe6e9d0b [2021-06-15T21:55:42.818Z] ---> c70fe5347b66 [2021-06-15T21:55:42.818Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-06-15T21:55:42.818Z] Removing intermediate container 7769fe0ef5a8 [2021-06-15T21:55:42.818Z] ---> 6e92d5e89f55 [2021-06-15T21:55:42.818Z] [2021-06-15T21:55:42.818Z] Step 11/32 : FROM alpine:3.12 [2021-06-15T21:55:42.818Z] Removing intermediate container 5c9a96abba99 [2021-06-15T21:55:42.818Z] ---> b29b40e0c7ae [2021-06-15T21:55:42.818Z] [2021-06-15T21:55:42.818Z] Step 11/23 : FROM alpine:3.12 [2021-06-15T21:55:42.818Z] ---> Running in 570af7e5a74c [2021-06-15T21:55:43.092Z] 3.12: Pulling from library/alpine [2021-06-15T21:55:43.364Z] 3.12: Pulling from library/alpine [2021-06-15T21:55:43.638Z] Removing intermediate container 9b4dfe8516e9 [2021-06-15T21:55:43.638Z] ---> 377126003e57 [2021-06-15T21:55:43.638Z] [2021-06-15T21:55:43.638Z] Step 11/22 : FROM alpine:3.12 [2021-06-15T21:55:43.913Z] Removing intermediate container 74dc35fee3ce [2021-06-15T21:55:43.913Z] ---> ad99ebb13bad [2021-06-15T21:55:43.913Z] [2021-06-15T21:55:43.913Z] Step 11/26 : FROM alpine:3.12 [2021-06-15T21:55:44.186Z] 3.12: Pulling from library/alpine [2021-06-15T21:55:44.186Z] 3.12: Pulling from library/alpine [2021-06-15T21:55:44.786Z] 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-15T21:55:45.062Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-15T21:55:45.062Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-15T21:55:45.062Z] Status: Downloaded newer image for alpine:3.12 [2021-06-15T21:55:45.062Z] Status: Downloaded newer image for alpine:3.12 [2021-06-15T21:55:45.062Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-15T21:55:45.062Z] Status: Image is up to date for alpine:3.12 [2021-06-15T21:55:45.062Z] ---> 9852663dfa18 [2021-06-15T21:55:45.062Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-06-15T21:55:45.062Z] ---> 9852663dfa18 [2021-06-15T21:55:45.062Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-06-15T21:55:45.062Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-15T21:55:45.062Z] Status: Image is up to date for alpine:3.12 [2021-06-15T21:55:45.062Z] ---> 9852663dfa18 [2021-06-15T21:55:45.062Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-06-15T21:55:45.337Z] ---> 9852663dfa18 [2021-06-15T21:55:45.337Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-06-15T21:55:45.611Z] ---> Running in b69b350bb249 [2021-06-15T21:55:45.611Z] ---> Running in f58786bfdc98 [2021-06-15T21:55:45.611Z] ---> Running in bf0cea45baee [2021-06-15T21:55:45.611Z] ---> Running in 82aac3ab38c4 [2021-06-15T21:55:46.610Z] Removing intermediate container bf0cea45baee [2021-06-15T21:55:46.610Z] ---> a547f976cc43 [2021-06-15T21:55:46.610Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-06-15T21:55:46.893Z] ---> Running in 36812a832e96 [2021-06-15T21:55:47.889Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-15T21:55:47.889Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-15T21:55:47.889Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-15T21:55:47.890Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-15T21:55:48.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-15T21:55:48.165Z] Removing intermediate container 570af7e5a74c [2021-06-15T21:55:48.165Z] ---> 94c368460dab [2021-06-15T21:55:48.165Z] [2021-06-15T21:55:48.165Z] Step 12/24 : FROM docker:20.10.0 [2021-06-15T21:55:48.449Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-15T21:55:48.449Z] 20.10.0: Pulling from library/docker [2021-06-15T21:55:48.449Z] (1/2) Installing ca-certificates (20191127-r4) [2021-06-15T21:55:48.730Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-06-15T21:55:48.730Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T21:55:48.730Z] (1/4) Installing ca-certificates (20191127-r4) [2021-06-15T21:55:48.730Z] Executing ca-certificates-20191127-r4.trigger [2021-06-15T21:55:48.730Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-15T21:55:48.730Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-06-15T21:55:48.730Z] (3/4) Installing libcurl (7.77.0-r0) [2021-06-15T21:55:48.730Z] (1/6) Installing ca-certificates (20191127-r4) [2021-06-15T21:55:49.013Z] (4/4) Installing curl (7.77.0-r0) [2021-06-15T21:55:49.013Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T21:55:49.013Z] Executing ca-certificates-20191127-r4.trigger [2021-06-15T21:55:49.013Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-06-15T21:55:49.013Z] (3/6) Installing libcurl (7.77.0-r0) [2021-06-15T21:55:49.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-15T21:55:49.013Z] (4/6) Installing curl (7.77.0-r0) [2021-06-15T21:55:49.013Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-06-15T21:55:49.013Z] (6/6) Installing su-exec (0.2-r1) [2021-06-15T21:55:49.013Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T21:55:49.013Z] Executing ca-certificates-20191127-r4.trigger [2021-06-15T21:55:49.013Z] OK: 6 MiB in 16 packages [2021-06-15T21:55:49.306Z] OK: 7 MiB in 20 packages [2021-06-15T21:55:49.306Z] OK: 7 MiB in 18 packages [2021-06-15T21:55:49.589Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-06-15T21:55:49.589Z] (2/2) Installing su-exec (0.2-r1) [2021-06-15T21:55:49.589Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T21:55:49.867Z] OK: 5 MiB in 16 packages [2021-06-15T21:55:52.511Z] Removing intermediate container 36812a832e96 [2021-06-15T21:55:52.511Z] ---> bb1f13a75852 [2021-06-15T21:55:52.511Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-06-15T21:55:52.783Z] Removing intermediate container 82aac3ab38c4 [2021-06-15T21:55:52.783Z] ---> 287b5824d1b4 [2021-06-15T21:55:52.783Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-15T21:55:52.783Z] ---> Running in 89823ddce4f8 [2021-06-15T21:55:53.063Z] Removing intermediate container f58786bfdc98 [2021-06-15T21:55:53.063Z] ---> 984a18bc097f [2021-06-15T21:55:53.063Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.'Removing intermediate container b69b350bb249 [2021-06-15T21:55:53.063Z] ---> da0d73ffa195 [2021-06-15T21:55:53.063Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-15T21:55:53.063Z] [2021-06-15T21:55:53.063Z] ---> Running in 0cbda55dc1a2 [2021-06-15T21:55:53.335Z] ---> Running in 8826142055b3 [2021-06-15T21:55:53.335Z] ---> Running in 79a3393b5271 [2021-06-15T21:55:53.609Z] Removing intermediate container 89823ddce4f8 [2021-06-15T21:55:53.609Z] ---> ce7ea2f049e5 [2021-06-15T21:55:53.609Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-06-15T21:55:53.886Z] Removing intermediate container 0cbda55dc1a2 [2021-06-15T21:55:53.886Z] ---> ce4199905271 [2021-06-15T21:55:53.886Z] Step 14/23 : ENV APP_PORT=59860 [2021-06-15T21:55:53.886Z] ---> Running in 38be10ac2fc3 [2021-06-15T21:55:54.158Z] ---> Running in f7ff2a3a6693 [2021-06-15T21:55:54.158Z] Removing intermediate container 79a3393b5271 [2021-06-15T21:55:54.158Z] ---> ba129f8d941c [2021-06-15T21:55:54.158Z] Step 14/26 : WORKDIR / [2021-06-15T21:55:54.158Z] Removing intermediate container 8826142055b3 [2021-06-15T21:55:54.158Z] ---> c204e315d8f5 [2021-06-15T21:55:54.158Z] Step 14/22 : WORKDIR /edgex [2021-06-15T21:55:54.431Z] ---> Running in 789b9d801833 [2021-06-15T21:55:54.431Z] ---> Running in bd2f5ac8b22a [2021-06-15T21:55:54.706Z] Removing intermediate container 38be10ac2fc3 [2021-06-15T21:55:54.706Z] ---> 306b18479cf2 [2021-06-15T21:55:54.706Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-06-15T21:55:54.706Z] Removing intermediate container f7ff2a3a6693 [2021-06-15T21:55:54.706Z] ---> 0990074a2442 [2021-06-15T21:55:54.706Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-15T21:55:54.988Z] ---> Running in 4f6a5baec135 [2021-06-15T21:55:55.258Z] ---> Running in c321cc5036ad [2021-06-15T21:55:55.529Z] Removing intermediate container 789b9d801833 [2021-06-15T21:55:55.530Z] ---> 8211330a1f5f [2021-06-15T21:55:55.530Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-06-15T21:55:55.530Z] Removing intermediate container bd2f5ac8b22a [2021-06-15T21:55:55.530Z] ---> 5094c8bf647d [2021-06-15T21:55:55.530Z] 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-15T21:55:56.129Z] Removing intermediate container c321cc5036ad [2021-06-15T21:55:56.129Z] ---> f3ea3da523c6 [2021-06-15T21:55:56.129Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T21:55:57.114Z] ---> 102d21aa8ad0 [2021-06-15T21:55:57.114Z] 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-15T21:55:57.114Z] ---> 40e2ed3f7037 [2021-06-15T21:55:57.114Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-06-15T21:55:57.717Z] ---> 602a1c2dbbbe [2021-06-15T21:55:57.717Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-06-15T21:55:58.326Z] ---> 39c2c2b25404 [2021-06-15T21:55:58.326Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-06-15T21:55:58.927Z] Removing intermediate container 4f6a5baec135 [2021-06-15T21:55:58.927Z] ---> f90d24de7ba0 [2021-06-15T21:55:58.927Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-06-15T21:55:59.201Z] ---> Running in 2021e19c6000 [2021-06-15T21:55:59.201Z] ---> fd5ff624ccee [2021-06-15T21:55:59.201Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-06-15T21:55:59.802Z] ---> ac88d36461c0 [2021-06-15T21:55:59.802Z] 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-15T21:55:59.802Z] ---> 6a7110d6060b [2021-06-15T21:55:59.802Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-06-15T21:56:00.078Z] Removing intermediate container 2021e19c6000 [2021-06-15T21:56:00.078Z] ---> 987839076920 [2021-06-15T21:56:00.078Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-06-15T21:56:00.679Z] ---> 557b04d57331 [2021-06-15T21:56:00.679Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-06-15T21:56:01.284Z] ---> d2e8928e517e [2021-06-15T21:56:01.284Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-06-15T21:56:01.558Z] ---> Running in 0af63a6de743 [2021-06-15T21:56:01.558Z] ---> 56b030a79e8c [2021-06-15T21:56:01.558Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-06-15T21:56:01.840Z] ---> Running in 955b55e1531a [2021-06-15T21:56:01.840Z] ---> 2cb941752041 [2021-06-15T21:56:01.840Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-06-15T21:56:02.116Z] ---> Running in ef1732bdf76c [2021-06-15T21:56:02.413Z] Removing intermediate container 0af63a6de743 [2021-06-15T21:56:02.413Z] ---> 3510ade9a38d [2021-06-15T21:56:02.413Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T21:56:02.691Z] ---> Running in b02e4e516304 [2021-06-15T21:56:02.691Z] Removing intermediate container 955b55e1531a [2021-06-15T21:56:02.691Z] ---> 91f3de2bb2bc [2021-06-15T21:56:02.691Z] Step 19/22 : CMD ["--init=true"] [2021-06-15T21:56:02.691Z] ---> e35ec280fa15 [2021-06-15T21:56:02.691Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-06-15T21:56:02.964Z] ---> Running in d246fee0fb14 [2021-06-15T21:56:03.560Z] Removing intermediate container b02e4e516304 [2021-06-15T21:56:03.560Z] ---> 1f702cf91f2c [2021-06-15T21:56:03.560Z] Step 21/23 : LABEL arch=arm64 [2021-06-15T21:56:03.834Z] ---> Running in 1e3018a1188d [2021-06-15T21:56:03.834Z] Removing intermediate container d246fee0fb14 [2021-06-15T21:56:03.834Z] ---> 111735847941 [2021-06-15T21:56:03.834Z] Step 20/22 : LABEL arch=arm64 [2021-06-15T21:56:04.431Z] ---> Running in 5001c2bb67fa [2021-06-15T21:56:04.431Z] ---> f27b041043a2 [2021-06-15T21:56:04.431Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-06-15T21:56:04.431Z] Removing intermediate container 1e3018a1188d [2021-06-15T21:56:04.431Z] ---> 0c786ee3fe1c [2021-06-15T21:56:04.431Z] Step 22/23 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb [2021-06-15T21:56:05.032Z] ---> Running in 6f530e686c74 [2021-06-15T21:56:05.032Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-06-15T21:56:05.032Z] Removing intermediate container 5001c2bb67fa [2021-06-15T21:56:05.032Z] ---> 6f0acc51713d [2021-06-15T21:56:05.032Z] Step 21/22 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb [2021-06-15T21:56:05.032Z] Status: Downloaded newer image for docker:20.10.0 [2021-06-15T21:56:05.032Z] ---> eeaf43b92773 [2021-06-15T21:56:05.032Z] 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-15T21:56:05.307Z] ---> Running in f8154c19a67e [2021-06-15T21:56:05.307Z] ---> Running in 2371430b8dc1 [2021-06-15T21:56:05.581Z] Removing intermediate container 6f530e686c74 [2021-06-15T21:56:05.581Z] ---> b91ed53c51de [2021-06-15T21:56:05.581Z] Step 23/23 : LABEL version=0.0.0 [2021-06-15T21:56:05.581Z] ---> 04d31f5724ac [2021-06-15T21:56:05.581Z] 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-15T21:56:05.859Z] Removing intermediate container ef1732bdf76c [2021-06-15T21:56:05.859Z] ---> 5e414d557771 [2021-06-15T21:56:05.859Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T21:56:05.859Z] ---> Running in eac4439b08a2 [2021-06-15T21:56:05.859Z] ---> Running in e2c2e294902c [2021-06-15T21:56:06.133Z] Removing intermediate container f8154c19a67e [2021-06-15T21:56:06.133Z] ---> 357dbdad456a [2021-06-15T21:56:06.133Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-06-15T21:56:06.133Z] Removing intermediate container 2371430b8dc1 [2021-06-15T21:56:06.133Z] ---> 9463e2a6399e [2021-06-15T21:56:06.133Z] Step 22/22 : LABEL version=0.0.0 [2021-06-15T21:56:06.408Z] ---> Running in 31ac85efbf2a [2021-06-15T21:56:06.687Z] ---> Running in a8fa19debb1f [2021-06-15T21:56:06.687Z] Removing intermediate container e2c2e294902c [2021-06-15T21:56:06.687Z] ---> 4061f7fe8fcd [2021-06-15T21:56:06.687Z] [2021-06-15T21:56:06.979Z] ---> 4cfe30e51eee [2021-06-15T21:56:06.979Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-06-15T21:56:07.257Z] Removing intermediate container a8fa19debb1f [2021-06-15T21:56:07.257Z] ---> d6b0e845c2f1 [2021-06-15T21:56:07.257Z] [2021-06-15T21:56:07.533Z] Successfully built 4061f7fe8fcd [2021-06-15T21:56:07.533Z] Successfully tagged support-notifications-arm64:latest [2021-06-15T21:56:07.533Z] Building core-command [2021-06-15T21:56:07.811Z]  Building support-notifications ... done Successfully built d6b0e845c2f1 [2021-06-15T21:56:08.087Z] Successfully tagged security-proxy-setup-arm64:latest [2021-06-15T21:56:08.087Z] Building core-data [2021-06-15T21:56:08.365Z]  Building security-proxy-setup ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-15T21:56:08.640Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-15T21:56:08.914Z] ---> 55366fb94c89 [2021-06-15T21:56:08.914Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-06-15T21:56:09.187Z] (1/39) Installing readline (8.0.4-r0) [2021-06-15T21:56:09.187Z] (2/39) Installing bash (5.0.17-r0) [2021-06-15T21:56:09.476Z] Executing bash-5.0.17-r0.post-install [2021-06-15T21:56:09.476Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-06-15T21:56:09.476Z] (4/39) Installing libcurl (7.77.0-r0) [2021-06-15T21:56:09.476Z] (5/39) Installing curl (7.77.0-r0) [2021-06-15T21:56:09.476Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-06-15T21:56:09.476Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-06-15T21:56:09.476Z] (8/39) Installing expat (2.2.9-r1) [2021-06-15T21:56:09.476Z] (9/39) Installing libffi (3.3-r2) [2021-06-15T21:56:09.476Z] (10/39) Installing gdbm (1.13-r1) [2021-06-15T21:56:09.476Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-06-15T21:56:09.476Z] (12/39) Installing sqlite-libs (3.32.1-r1) [2021-06-15T21:56:09.476Z] (13/39) Installing python3 (3.8.10-r0) [2021-06-15T21:56:09.476Z] Removing intermediate container eac4439b08a2 [2021-06-15T21:56:09.476Z] ---> ed2a86ffda45 [2021-06-15T21:56:09.476Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-06-15T21:56:10.078Z] ---> Running in 1cad953ea0f5 [2021-06-15T21:56:10.369Z] ---> 34396fb00a8b [2021-06-15T21:56:10.369Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-06-15T21:56:10.972Z] Removing intermediate container 1cad953ea0f5 [2021-06-15T21:56:10.972Z] ---> 5f0ac9ea57df [2021-06-15T21:56:10.972Z] Step 24/26 : LABEL arch=arm64 [2021-06-15T21:56:11.577Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-06-15T21:56:11.578Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-06-15T21:56:11.578Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-06-15T21:56:11.578Z] (17/39) Installing py3-six (1.15.0-r0) [2021-06-15T21:56:11.578Z] (18/39) Installing py3-packaging (20.4-r0) [2021-06-15T21:56:11.578Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-06-15T21:56:11.578Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-06-15T21:56:11.578Z] (21/39) Installing py3-idna (2.9-r0) [2021-06-15T21:56:11.578Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-06-15T21:56:11.578Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-06-15T21:56:11.874Z] ---> Running in ca519ab6167a [2021-06-15T21:56:11.874Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-06-15T21:56:11.874Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-06-15T21:56:11.874Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-06-15T21:56:11.874Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-06-15T21:56:11.874Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-06-15T21:56:11.874Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-06-15T21:56:11.874Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-06-15T21:56:11.874Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-06-15T21:56:11.874Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-06-15T21:56:12.153Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-06-15T21:56:12.153Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-06-15T21:56:12.153Z] (35/39) Installing py3-progress (1.5-r0) [2021-06-15T21:56:12.153Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-06-15T21:56:12.153Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-06-15T21:56:12.153Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-06-15T21:56:12.153Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-06-15T21:56:12.153Z] ---> 24870b123b6a [2021-06-15T21:56:12.153Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-06-15T21:56:12.153Z] Executing busybox-1.31.1-r19.trigger [2021-06-15T21:56:12.438Z] OK: 72 MiB in 59 packages [2021-06-15T21:56:12.438Z] Removing intermediate container ca519ab6167a [2021-06-15T21:56:12.438Z] ---> 51f18a84e43d [2021-06-15T21:56:12.438Z] Step 25/26 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb [2021-06-15T21:56:13.058Z] ---> Running in 637399a5f31c [2021-06-15T21:56:13.337Z] ---> 566bcec43906 [2021-06-15T21:56:13.337Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-06-15T21:56:13.936Z] ---> Running in 446b0697dcdc [2021-06-15T21:56:13.936Z] Removing intermediate container 637399a5f31c [2021-06-15T21:56:13.936Z] ---> c2b5d5ba37d6 [2021-06-15T21:56:13.937Z] Step 26/26 : LABEL version=0.0.0 [2021-06-15T21:56:14.226Z] ---> Running in ea8a6bf130ab [2021-06-15T21:56:14.511Z] Removing intermediate container 446b0697dcdc [2021-06-15T21:56:14.511Z] ---> 2f75aca77dee [2021-06-15T21:56:14.511Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-06-15T21:56:14.787Z] Removing intermediate container ea8a6bf130ab [2021-06-15T21:56:14.788Z] ---> 99e1d336e896 [2021-06-15T21:56:14.788Z] [2021-06-15T21:56:15.395Z] Successfully built 99e1d336e896 [2021-06-15T21:56:15.395Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-06-15T21:56:15.395Z] Building support-scheduler [2021-06-15T21:56:15.669Z]  Building security-secretstore-setup ... done  ---> 8a9860caf645 [2021-06-15T21:56:15.669Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-06-15T21:56:16.266Z] ---> Running in 6dafe18f7b78 [2021-06-15T21:56:17.254Z] Collecting docker-compose==1.23.2 [2021-06-15T21:56:17.254Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-06-15T21:56:18.830Z] Collecting cached-property<2,>=1.2.0 [2021-06-15T21:56:18.830Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-06-15T21:56:19.486Z] Removing intermediate container 6dafe18f7b78 [2021-06-15T21:56:19.486Z] ---> 7936a21152d5 [2021-06-15T21:56:19.486Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-06-15T21:56:19.774Z] Collecting docker<4.0,>=3.6.0 [2021-06-15T21:56:19.774Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-06-15T21:56:20.113Z] ---> Running in 1fef8618416a [2021-06-15T21:56:20.396Z] Collecting docopt<0.7,>=0.6.1 [2021-06-15T21:56:20.683Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-06-15T21:56:21.041Z] Removing intermediate container 1fef8618416a [2021-06-15T21:56:21.041Z] ---> a3831879b741 [2021-06-15T21:56:21.041Z] Step 29/32 : CMD ["gate"] [2021-06-15T21:56:21.658Z] ---> Running in 2d419de256d3 [2021-06-15T21:56:22.256Z] Removing intermediate container 2d419de256d3 [2021-06-15T21:56:22.256Z] ---> 4789c3f65768 [2021-06-15T21:56:22.256Z] Step 30/32 : LABEL arch=arm64 [2021-06-15T21:56:22.532Z] ---> Running in cbdcca831259 [2021-06-15T21:56:23.130Z] Removing intermediate container cbdcca831259 [2021-06-15T21:56:23.131Z] ---> d168f43228d5 [2021-06-15T21:56:23.131Z] Step 31/32 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb [2021-06-15T21:56:23.731Z] ---> Running in e8f34542a8ad [2021-06-15T21:56:23.731Z] Collecting PyYAML<4,>=3.10 [2021-06-15T21:56:23.731Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-06-15T21:56:24.343Z] Removing intermediate container e8f34542a8ad [2021-06-15T21:56:24.343Z] ---> 79e610d59fda [2021-06-15T21:56:24.344Z] Step 32/32 : LABEL version=0.0.0 [2021-06-15T21:56:24.623Z] ---> Running in ed696056df55 [2021-06-15T21:56:25.614Z] Removing intermediate container ed696056df55 [2021-06-15T21:56:25.614Z] ---> f5530130876c [2021-06-15T21:56:25.614Z] [2021-06-15T21:56:25.894Z] Successfully built f5530130876c [2021-06-15T21:56:26.168Z] Successfully tagged security-bootstrapper-arm64:latest [2021-06-15T21:56:26.169Z] Building core-metadata [2021-06-15T21:56:28.145Z]  Building security-bootstrapper ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-06-15T21:56:28.145Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-06-15T21:56:29.130Z] Collecting websocket-client<1.0,>=0.32.0 [2021-06-15T21:56:29.130Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-06-15T21:56:29.730Z] Collecting jsonschema<3,>=2.5.1 [2021-06-15T21:56:29.730Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-06-15T21:56:30.331Z] Collecting dockerpty<0.5,>=0.4.1 [2021-06-15T21:56:30.331Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-06-15T21:56:32.954Z] 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-15T21:56:32.954Z] Collecting texttable<0.10,>=0.9.0 [2021-06-15T21:56:32.954Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-06-15T21:56:35.581Z] Collecting docker-pycreds>=0.4.0 [2021-06-15T21:56:35.581Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-06-15T21:56:35.857Z] Collecting urllib3<1.25,>=1.21.1 [2021-06-15T21:56:36.134Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-06-15T21:56:36.134Z] 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-15T21:56:36.406Z] 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-15T21:56:36.406Z] Collecting idna<2.8,>=2.5 [2021-06-15T21:56:36.406Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-06-15T21:56:36.682Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-06-15T21:56:36.682Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-06-15T21:56:36.682Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-06-15T21:56:36.682Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-06-15T21:56:37.669Z] Installing collected packages: cached-property, urllib3, idna, requests, websocket-client, docker-pycreds, docker, docopt, PyYAML, jsonschema, dockerpty, texttable, docker-compose [2021-06-15T21:56:37.670Z] Attempting uninstall: urllib3 [2021-06-15T21:56:37.670Z] Found existing installation: urllib3 1.25.9 [2021-06-15T21:56:37.670Z] Uninstalling urllib3-1.25.9: [2021-06-15T21:56:37.943Z] Successfully uninstalled urllib3-1.25.9 [2021-06-15T21:56:38.548Z] Attempting uninstall: idna [2021-06-15T21:56:38.548Z] Found existing installation: idna 2.9 [2021-06-15T21:56:38.548Z] Uninstalling idna-2.9: [2021-06-15T21:56:38.548Z] Successfully uninstalled idna-2.9 [2021-06-15T21:56:39.150Z] Attempting uninstall: requests [2021-06-15T21:56:39.150Z] Found existing installation: requests 2.23.0 [2021-06-15T21:56:39.150Z] Uninstalling requests-2.23.0: [2021-06-15T21:56:39.431Z] Successfully uninstalled requests-2.23.0 [2021-06-15T21:56:41.407Z] Running setup.py install for docopt: started [2021-06-15T21:56:43.389Z] Running setup.py install for docopt: finished with status 'done' [2021-06-15T21:56:43.389Z] Running setup.py install for PyYAML: started [2021-06-15T21:56:46.892Z] Running setup.py install for PyYAML: finished with status 'done' [2021-06-15T21:56:46.892Z] Running setup.py install for dockerpty: started [2021-06-15T21:56:48.886Z] Running setup.py install for dockerpty: finished with status 'done' [2021-06-15T21:56:48.886Z] Running setup.py install for texttable: started [2021-06-15T21:56:50.863Z] Running setup.py install for texttable: finished with status 'done' [2021-06-15T21:56:51.855Z] 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-15T21:56:51.855Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T21:56:51.855Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-15T21:56:51.855Z] ---> 21b58d749eb3 [2021-06-15T21:56:51.855Z] Step 3/24 : WORKDIR /edgex-go [2021-06-15T21:56:51.855Z] ---> Using cache [2021-06-15T21:56:51.855Z] ---> dad0e62ae362 [2021-06-15T21:56:51.855Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T21:56:51.855Z] ---> Using cache [2021-06-15T21:56:51.855Z] ---> 6615e4a778b3 [2021-06-15T21:56:51.855Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-15T21:56:51.855Z] ---> Using cache [2021-06-15T21:56:51.855Z] ---> a967800415fb [2021-06-15T21:56:51.855Z] Step 6/24 : COPY go.mod . [2021-06-15T21:56:51.855Z] ---> Using cache [2021-06-15T21:56:51.855Z] ---> e28a56ed61a6 [2021-06-15T21:56:51.855Z] Step 7/24 : RUN go mod download [2021-06-15T21:56:51.855Z] ---> Using cache [2021-06-15T21:56:51.855Z] ---> 327aa728b3f3 [2021-06-15T21:56:51.855Z] Step 8/24 : COPY . . [2021-06-15T21:56:51.855Z] ---> Using cache [2021-06-15T21:56:51.855Z] ---> 09b176b7e3d4 [2021-06-15T21:56:51.855Z] Step 9/24 : RUN go mod tidy [2021-06-15T21:56:51.855Z] ---> Using cache [2021-06-15T21:56:51.855Z] ---> 9615ce66ce0f [2021-06-15T21:56:51.855Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-06-15T21:56:53.890Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T21:56:53.890Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-15T21:56:53.890Z] ---> 21b58d749eb3 [2021-06-15T21:56:53.890Z] Step 3/24 : WORKDIR /edgex-go [2021-06-15T21:56:53.890Z] ---> Using cache [2021-06-15T21:56:53.890Z] ---> dad0e62ae362 [2021-06-15T21:56:53.890Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T21:56:53.890Z] ---> Using cache [2021-06-15T21:56:53.890Z] ---> 6615e4a778b3 [2021-06-15T21:56:53.890Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-06-15T21:56:57.289Z] ---> Running in c76bcc8a6e26 [2021-06-15T21:56:57.289Z] ---> Running in 767ec17f2884 [2021-06-15T21:56:59.288Z] 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-15T21:56:59.288Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-15T21:56:59.891Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T21:56:59.891Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-15T21:56:59.891Z] ---> 21b58d749eb3 [2021-06-15T21:56:59.891Z] Step 3/23 : WORKDIR /edgex-go [2021-06-15T21:56:59.891Z] ---> Using cache [2021-06-15T21:56:59.891Z] ---> dad0e62ae362 [2021-06-15T21:56:59.891Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T21:56:59.891Z] ---> Using cache [2021-06-15T21:56:59.891Z] ---> 6615e4a778b3 [2021-06-15T21:56:59.891Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-06-15T21:56:59.891Z] ---> Using cache [2021-06-15T21:56:59.891Z] ---> a967800415fb [2021-06-15T21:56:59.891Z] Step 6/23 : COPY go.mod . [2021-06-15T21:56:59.891Z] ---> Using cache [2021-06-15T21:56:59.891Z] ---> e28a56ed61a6 [2021-06-15T21:56:59.891Z] Step 7/23 : RUN go mod download [2021-06-15T21:56:59.891Z] ---> Using cache [2021-06-15T21:56:59.891Z] ---> 327aa728b3f3 [2021-06-15T21:56:59.891Z] Step 8/23 : COPY . . [2021-06-15T21:56:59.891Z] ---> Using cache [2021-06-15T21:56:59.891Z] ---> 09b176b7e3d4 [2021-06-15T21:56:59.891Z] Step 9/23 : RUN go mod tidy [2021-06-15T21:56:59.891Z] ---> Using cache [2021-06-15T21:56:59.891Z] ---> 9615ce66ce0f [2021-06-15T21:56:59.891Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-06-15T21:57:00.168Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-15T21:57:01.174Z] OK: 218 MiB in 52 packages [2021-06-15T21:57:01.174Z] ---> Running in 7b966902c5ee [2021-06-15T21:57:03.814Z] 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-15T21:57:04.420Z] Removing intermediate container c76bcc8a6e26 [2021-06-15T21:57:04.420Z] ---> 3cd38aa13ea6 [2021-06-15T21:57:04.420Z] Step 6/24 : COPY go.mod . [2021-06-15T21:57:06.406Z] ---> 3752390fcd9d [2021-06-15T21:57:06.406Z] Step 7/24 : RUN go mod download [2021-06-15T21:57:07.006Z] ---> Running in c7a8cb9e3b04 [2021-06-15T21:57:10.424Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T21:57:10.424Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-15T21:57:10.424Z] ---> 21b58d749eb3 [2021-06-15T21:57:10.424Z] Step 3/24 : WORKDIR /edgex-go [2021-06-15T21:57:10.424Z] ---> Using cache [2021-06-15T21:57:10.424Z] ---> dad0e62ae362 [2021-06-15T21:57:10.424Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T21:57:10.424Z] ---> Using cache [2021-06-15T21:57:10.424Z] ---> 6615e4a778b3 [2021-06-15T21:57:10.424Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-15T21:57:10.424Z] ---> Using cache [2021-06-15T21:57:10.424Z] ---> a967800415fb [2021-06-15T21:57:10.424Z] Step 6/24 : COPY go.mod . [2021-06-15T21:57:10.424Z] ---> Using cache [2021-06-15T21:57:10.424Z] ---> e28a56ed61a6 [2021-06-15T21:57:10.424Z] Step 7/24 : RUN go mod download [2021-06-15T21:57:10.424Z] ---> Using cache [2021-06-15T21:57:10.424Z] ---> 327aa728b3f3 [2021-06-15T21:57:10.424Z] Step 8/24 : COPY . . [2021-06-15T21:57:10.424Z] ---> Using cache [2021-06-15T21:57:10.424Z] ---> 09b176b7e3d4 [2021-06-15T21:57:10.424Z] Step 9/24 : RUN go mod tidy [2021-06-15T21:57:10.424Z] ---> Using cache [2021-06-15T21:57:10.424Z] ---> 9615ce66ce0f [2021-06-15T21:57:10.424Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-06-15T21:57:11.027Z] ---> Running in ea2e0d7944f4 [2021-06-15T21:57:13.026Z] Removing intermediate container 31ac85efbf2a [2021-06-15T21:57:13.026Z] ---> c3c4a3bfd19a [2021-06-15T21:57:13.026Z] Step 15/24 : ENV APP_PORT=58890 [2021-06-15T21:57:13.026Z] Removing intermediate container c7a8cb9e3b04 [2021-06-15T21:57:13.026Z] ---> b61bf0adff2e [2021-06-15T21:57:13.026Z] Step 8/24 : COPY . . [2021-06-15T21:57:13.026Z] ---> Running in a30ccdc85a59 [2021-06-15T21:57:14.014Z] 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-15T21:57:14.014Z] Removing intermediate container a30ccdc85a59 [2021-06-15T21:57:14.014Z] ---> c65f613f670a [2021-06-15T21:57:14.014Z] Step 16/24 : EXPOSE $APP_PORT [2021-06-15T21:57:14.014Z] ---> Running in a91180d0a071 [2021-06-15T21:57:15.462Z] Removing intermediate container a91180d0a071 [2021-06-15T21:57:15.462Z] ---> 4d0e46276d73 [2021-06-15T21:57:15.462Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-06-15T21:57:18.866Z] ---> 981e5f994744 [2021-06-15T21:57:18.866Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-06-15T21:57:20.311Z] ---> 5558b7fd3d80 [2021-06-15T21:57:20.311Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-06-15T21:57:22.987Z] ---> d6c53666a4c1 [2021-06-15T21:57:22.987Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-06-15T21:57:22.987Z] ---> Running in ed18ba8296c7 [2021-06-15T21:57:23.983Z] Removing intermediate container ed18ba8296c7 [2021-06-15T21:57:23.983Z] ---> 6e9dee7a44c7 [2021-06-15T21:57:23.983Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T21:57:23.983Z] ---> Running in ba99642cea28 [2021-06-15T21:57:25.436Z] Removing intermediate container ba99642cea28 [2021-06-15T21:57:25.436Z] ---> 43de3b619252 [2021-06-15T21:57:25.436Z] Step 22/24 : LABEL arch=arm64 [2021-06-15T21:57:25.436Z] ---> Running in 65b4adb3c1d0 [2021-06-15T21:57:26.892Z] Removing intermediate container 65b4adb3c1d0 [2021-06-15T21:57:26.892Z] ---> d97631da10b6 [2021-06-15T21:57:26.892Z] Step 23/24 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb [2021-06-15T21:57:26.892Z] ---> Running in 7c7158116c73 [2021-06-15T21:57:28.347Z] Removing intermediate container 7c7158116c73 [2021-06-15T21:57:28.347Z] ---> 711d9bc762c5 [2021-06-15T21:57:28.347Z] Step 24/24 : LABEL version=0.0.0 [2021-06-15T21:57:28.347Z] ---> Running in e8e45ad75e07 [2021-06-15T21:57:29.802Z] Removing intermediate container e8e45ad75e07 [2021-06-15T21:57:29.802Z] ---> 9a51aea4ff66 [2021-06-15T21:57:29.802Z] [2021-06-15T21:57:30.420Z] Successfully built 9a51aea4ff66 [2021-06-15T21:57:30.698Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-06-15T21:57:35.041Z]  Building sys-mgmt-agent ... done  ---> 8dabfe764933 [2021-06-15T21:57:35.041Z] Step 9/24 : RUN go mod tidy [2021-06-15T21:57:35.041Z] ---> Running in 7c5b75619a75 [2021-06-15T21:57:41.792Z] Removing intermediate container 7c5b75619a75 [2021-06-15T21:57:41.792Z] ---> 8def2e55e1ea [2021-06-15T21:57:41.792Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-06-15T21:57:41.792Z] ---> Running in 61aa5effb6e8 [2021-06-15T21:57:43.257Z] 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-15T21:58:30.356Z] Removing intermediate container 767ec17f2884 [2021-06-15T21:58:30.356Z] ---> 5c0f65a99ff9 [2021-06-15T21:58:30.356Z] [2021-06-15T21:58:30.356Z] Step 11/24 : FROM alpine:3.12 [2021-06-15T21:58:30.356Z] ---> 9852663dfa18 [2021-06-15T21:58:30.356Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-15T21:58:30.356Z] ---> Running in 9a04c6080eab [2021-06-15T21:58:31.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-15T21:58:31.344Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-15T21:58:31.949Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-15T21:58:31.949Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T21:58:31.949Z] OK: 5 MiB in 15 packages [2021-06-15T21:58:33.947Z] Removing intermediate container 9a04c6080eab [2021-06-15T21:58:33.947Z] ---> 94d247c44cfa [2021-06-15T21:58:33.947Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-15T21:58:34.223Z] ---> Running in 87467553eef4 [2021-06-15T21:58:34.822Z] Removing intermediate container 87467553eef4 [2021-06-15T21:58:34.822Z] ---> 829159e667e1 [2021-06-15T21:58:34.822Z] Step 14/24 : ENV APP_PORT=59882 [2021-06-15T21:58:35.097Z] ---> Running in 61ee30ea43b8 [2021-06-15T21:58:35.697Z] Removing intermediate container 61ee30ea43b8 [2021-06-15T21:58:35.697Z] ---> 247ccc9221e2 [2021-06-15T21:58:35.697Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-15T21:58:36.299Z] ---> Running in e8367ccde475 [2021-06-15T21:58:36.914Z] Removing intermediate container e8367ccde475 [2021-06-15T21:58:36.914Z] ---> 5b78728adcb7 [2021-06-15T21:58:36.914Z] Step 16/24 : WORKDIR / [2021-06-15T21:58:37.193Z] ---> Running in cf9082fd682f [2021-06-15T21:58:38.642Z] Removing intermediate container cf9082fd682f [2021-06-15T21:58:38.642Z] ---> e30a6197dd27 [2021-06-15T21:58:38.642Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T21:58:40.629Z] ---> b034793f46e0 [2021-06-15T21:58:40.629Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-06-15T21:58:41.617Z] Removing intermediate container 7b966902c5ee [2021-06-15T21:58:41.617Z] ---> 28c57f4d0022 [2021-06-15T21:58:41.617Z] [2021-06-15T21:58:41.617Z] Step 11/23 : FROM alpine:3.12 [2021-06-15T21:58:41.617Z] ---> 9852663dfa18 [2021-06-15T21:58:41.617Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-06-15T21:58:41.617Z] ---> Using cache [2021-06-15T21:58:41.617Z] ---> 94d247c44cfa [2021-06-15T21:58:41.617Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-15T21:58:41.617Z] ---> Using cache [2021-06-15T21:58:41.617Z] ---> 829159e667e1 [2021-06-15T21:58:41.617Z] Step 14/23 : ENV APP_PORT=59861 [2021-06-15T21:58:41.892Z] ---> Running in 9aea051e6997 [2021-06-15T21:58:42.880Z] Removing intermediate container 9aea051e6997 [2021-06-15T21:58:42.881Z] ---> 4fa1542aad97 [2021-06-15T21:58:42.881Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-15T21:58:42.881Z] ---> df128bfad67b [2021-06-15T21:58:42.881Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-06-15T21:58:42.881Z] ---> Running in e18d15325d0f [2021-06-15T21:58:43.873Z] Removing intermediate container e18d15325d0f [2021-06-15T21:58:43.873Z] ---> 00e380caca09 [2021-06-15T21:58:43.873Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T21:58:44.152Z] ---> 91ceca64b4a5 [2021-06-15T21:58:44.152Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-06-15T21:58:44.428Z] ---> Running in 15024ad7e961 [2021-06-15T21:58:45.418Z] ---> f4596b34fc15 [2021-06-15T21:58:45.418Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-06-15T21:58:45.418Z] Removing intermediate container 15024ad7e961 [2021-06-15T21:58:45.418Z] ---> 1c8f14215d42 [2021-06-15T21:58:45.418Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T21:58:45.693Z] ---> Running in 91c2220a5382 [2021-06-15T21:58:46.688Z] Removing intermediate container 91c2220a5382 [2021-06-15T21:58:46.688Z] ---> 5a61dcee387a [2021-06-15T21:58:46.688Z] Step 22/24 : LABEL arch=arm64 [2021-06-15T21:58:46.966Z] ---> Running in 57f5432dec71 [2021-06-15T21:58:47.569Z] ---> 474979fe9a07 [2021-06-15T21:58:47.569Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-06-15T21:58:48.182Z] Removing intermediate container 57f5432dec71 [2021-06-15T21:58:48.182Z] ---> e6b7dedaaca1 [2021-06-15T21:58:48.182Z] Step 23/24 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb [2021-06-15T21:58:48.464Z] ---> Running in be39e6801087 [2021-06-15T21:58:49.454Z] ---> c2d5b6c798c3 [2021-06-15T21:58:49.454Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-06-15T21:58:49.748Z] ---> Running in 2bb485090d7b [2021-06-15T21:58:49.748Z] Removing intermediate container be39e6801087 [2021-06-15T21:58:49.748Z] ---> bc16e25c8273 [2021-06-15T21:58:49.748Z] Step 24/24 : LABEL version=0.0.0 [2021-06-15T21:58:50.354Z] ---> Running in b6f5a465b26f [2021-06-15T21:58:50.965Z] Removing intermediate container 2bb485090d7b [2021-06-15T21:58:50.965Z] ---> 748df9d22bb4 [2021-06-15T21:58:50.965Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T21:58:51.253Z] ---> Running in 1aedb70bf9cf [2021-06-15T21:58:51.530Z] Removing intermediate container b6f5a465b26f [2021-06-15T21:58:51.530Z] ---> 5400fe5a84dc [2021-06-15T21:58:51.530Z] [2021-06-15T21:58:52.124Z] Successfully built 5400fe5a84dc [2021-06-15T21:58:52.124Z] Successfully tagged core-command-arm64:latest [2021-06-15T21:58:52.399Z]  Building core-command ... done Removing intermediate container 1aedb70bf9cf [2021-06-15T21:58:52.399Z] ---> 47e1e66126e3 [2021-06-15T21:58:52.399Z] Step 21/23 : LABEL arch=arm64 [2021-06-15T21:58:52.399Z] Removing intermediate container ea2e0d7944f4 [2021-06-15T21:58:52.399Z] ---> 32c814cf91ca [2021-06-15T21:58:52.399Z] [2021-06-15T21:58:52.399Z] Step 11/24 : FROM alpine:3.12 [2021-06-15T21:58:52.399Z] ---> 9852663dfa18 [2021-06-15T21:58:52.399Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-15T21:58:52.399Z] ---> Using cache [2021-06-15T21:58:52.399Z] ---> 94d247c44cfa [2021-06-15T21:58:52.399Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-15T21:58:52.399Z] ---> Using cache [2021-06-15T21:58:52.399Z] ---> 829159e667e1 [2021-06-15T21:58:52.399Z] Step 14/24 : ENV APP_PORT=59881 [2021-06-15T21:58:52.675Z] ---> Running in 63e9918c52cd [2021-06-15T21:58:52.675Z] ---> Running in 5563b86bf21e [2021-06-15T21:58:53.655Z] Removing intermediate container 63e9918c52cd [2021-06-15T21:58:53.655Z] ---> b6e359f6ed82 [2021-06-15T21:58:53.655Z] Step 22/23 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb [2021-06-15T21:58:53.655Z] Removing intermediate container 5563b86bf21e [2021-06-15T21:58:53.655Z] ---> c22bb4fd93ec [2021-06-15T21:58:53.655Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-15T21:58:53.928Z] ---> Running in 99ac4b4b6dac [2021-06-15T21:58:53.928Z] ---> Running in 6adaf672a94e [2021-06-15T21:58:54.922Z] Removing intermediate container 99ac4b4b6dac [2021-06-15T21:58:54.922Z] ---> 782008a3296a [2021-06-15T21:58:54.922Z] Step 23/23 : LABEL version=0.0.0 [2021-06-15T21:58:54.922Z] Removing intermediate container 6adaf672a94e [2021-06-15T21:58:54.922Z] ---> e15a225ddef1 [2021-06-15T21:58:54.922Z] Step 16/24 : WORKDIR / [2021-06-15T21:58:54.922Z] ---> Running in c1442415eec3 [2021-06-15T21:58:55.199Z] ---> Running in 62bd249ec6ec [2021-06-15T21:58:55.808Z] Removing intermediate container c1442415eec3 [2021-06-15T21:58:55.808Z] ---> d80bb850f134 [2021-06-15T21:58:55.808Z] [2021-06-15T21:58:56.090Z] Removing intermediate container 62bd249ec6ec [2021-06-15T21:58:56.090Z] ---> 77cc17678607 [2021-06-15T21:58:56.090Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T21:58:56.366Z] Successfully built d80bb850f134 [2021-06-15T21:58:56.366Z] Successfully tagged support-scheduler-arm64:latest [2021-06-15T21:58:57.348Z]  Building support-scheduler ... done  ---> 1afa3f3ad076 [2021-06-15T21:58:57.348Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-06-15T21:58:58.788Z] ---> 14208f45f9a0 [2021-06-15T21:58:58.788Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-06-15T21:58:59.768Z] ---> 120ec3585454 [2021-06-15T21:58:59.768Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-06-15T21:59:00.043Z] ---> Running in f6ced171fa48 [2021-06-15T21:59:00.640Z] Removing intermediate container f6ced171fa48 [2021-06-15T21:59:00.641Z] ---> 0c2f632c7dfd [2021-06-15T21:59:00.641Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T21:59:00.920Z] ---> Running in 0053cb028a47 [2021-06-15T21:59:01.192Z] Removing intermediate container 0053cb028a47 [2021-06-15T21:59:01.192Z] ---> 8c2f9e79e573 [2021-06-15T21:59:01.192Z] Step 22/24 : LABEL arch=arm64 [2021-06-15T21:59:01.471Z] ---> Running in e4b01c1c1ace [2021-06-15T21:59:02.073Z] Removing intermediate container e4b01c1c1ace [2021-06-15T21:59:02.073Z] ---> 015c8227b858 [2021-06-15T21:59:02.073Z] Step 23/24 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb [2021-06-15T21:59:02.073Z] ---> Running in dc1f0b13470c [2021-06-15T21:59:02.669Z] Removing intermediate container dc1f0b13470c [2021-06-15T21:59:02.669Z] ---> 852b3c671299 [2021-06-15T21:59:02.669Z] Step 24/24 : LABEL version=0.0.0 [2021-06-15T21:59:02.945Z] ---> Running in 87ac8780af81 [2021-06-15T21:59:03.540Z] Removing intermediate container 87ac8780af81 [2021-06-15T21:59:03.540Z] ---> dcf75f655c8f [2021-06-15T21:59:03.540Z] [2021-06-15T21:59:03.813Z] Successfully built dcf75f655c8f [2021-06-15T21:59:03.813Z] Successfully tagged core-metadata-arm64:latest [2021-06-15T21:59:06.430Z]  Building core-metadata ... done Removing intermediate container 61aa5effb6e8 [2021-06-15T21:59:06.430Z] ---> bdb0b28f5571 [2021-06-15T21:59:06.430Z] [2021-06-15T21:59:06.430Z] Step 11/24 : FROM alpine:3.12 [2021-06-15T21:59:06.430Z] ---> 9852663dfa18 [2021-06-15T21:59:06.430Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-06-15T21:59:06.430Z] ---> Running in cf701bedb6b8 [2021-06-15T21:59:06.702Z] Removing intermediate container cf701bedb6b8 [2021-06-15T21:59:06.702Z] ---> f98bc0f8be9f [2021-06-15T21:59:06.702Z] Step 13/24 : ENV APP_PORT=59880 [2021-06-15T21:59:06.974Z] ---> Running in b598f8146a79 [2021-06-15T21:59:07.246Z] Removing intermediate container b598f8146a79 [2021-06-15T21:59:07.246Z] ---> ca42017fc955 [2021-06-15T21:59:07.246Z] Step 14/24 : EXPOSE $APP_PORT [2021-06-15T21:59:07.519Z] ---> Running in f12a9f457d0c [2021-06-15T21:59:07.792Z] Removing intermediate container f12a9f457d0c [2021-06-15T21:59:07.792Z] ---> f2d81c378398 [2021-06-15T21:59:07.792Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T21:59:08.067Z] ---> Running in 4faefd1ce971 [2021-06-15T21:59:10.704Z] Removing intermediate container 4faefd1ce971 [2021-06-15T21:59:10.704Z] ---> 10c09b659175 [2021-06-15T21:59:10.704Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-06-15T21:59:10.704Z] ---> Running in 9c59e514ce9e [2021-06-15T21:59:11.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-15T21:59:12.267Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-15T21:59:13.242Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-06-15T21:59:13.242Z] (2/6) Installing libgcc (9.3.0-r2) [2021-06-15T21:59:13.242Z] (3/6) Installing libsodium (1.0.18-r0) [2021-06-15T21:59:13.242Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-06-15T21:59:13.525Z] (5/6) Installing libzmq (4.3.3-r0) [2021-06-15T21:59:13.525Z] (6/6) Installing zeromq (4.3.3-r0) [2021-06-15T21:59:13.525Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T21:59:13.525Z] OK: 8 MiB in 20 packages [2021-06-15T21:59:14.962Z] Removing intermediate container 9c59e514ce9e [2021-06-15T21:59:14.962Z] ---> d46b1600c067 [2021-06-15T21:59:14.962Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T21:59:15.565Z] ---> 8ebf812a46e2 [2021-06-15T21:59:15.565Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-06-15T21:59:17.002Z] ---> c65ea1738a78 [2021-06-15T21:59:17.002Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-06-15T21:59:17.597Z] ---> 9e8fa501d3dc [2021-06-15T21:59:17.597Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-06-15T21:59:17.868Z] ---> Running in 3098d570d7bb [2021-06-15T21:59:18.463Z] Removing intermediate container 3098d570d7bb [2021-06-15T21:59:18.463Z] ---> 0f0a9a774658 [2021-06-15T21:59:18.463Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T21:59:18.463Z] ---> Running in a209762ad38b [2021-06-15T21:59:19.063Z] Removing intermediate container a209762ad38b [2021-06-15T21:59:19.063Z] ---> f6d292457d19 [2021-06-15T21:59:19.063Z] Step 22/24 : LABEL arch=arm64 [2021-06-15T21:59:19.063Z] ---> Running in 657ae5bf8470 [2021-06-15T21:59:19.657Z] Removing intermediate container 657ae5bf8470 [2021-06-15T21:59:19.657Z] ---> 89212a02b89c [2021-06-15T21:59:19.657Z] Step 23/24 : LABEL git_sha=878bda589ddbfe4240870b89cf8a8097938a57fb [2021-06-15T21:59:19.657Z] ---> Running in d1475d80698e [2021-06-15T21:59:20.252Z] Removing intermediate container d1475d80698e [2021-06-15T21:59:20.252Z] ---> dca7f716c2bc [2021-06-15T21:59:20.252Z] Step 24/24 : LABEL version=0.0.0 [2021-06-15T21:59:20.526Z] ---> Running in 000317c6a7eb [2021-06-15T21:59:21.120Z] Removing intermediate container 000317c6a7eb [2021-06-15T21:59:21.120Z] ---> 5b4bcc1fbb3a [2021-06-15T21:59:21.120Z] [2021-06-15T21:59:21.392Z] Successfully built 5b4bcc1fbb3a [2021-06-15T21:59:21.392Z] Successfully tagged core-data-arm64:latest [2021-06-15T21:59:21.408Z]  Building core-data ... done  [Pipeline] } [2021-06-15T21:59:21.423Z] $ docker stop --time=1 d46958c5a59eb18eacbbf0b728d9f89dd3d08e5f1a168b4ab9a7f90359b83431 [2021-06-15T21:59:23.224Z] $ docker rm -f d46958c5a59eb18eacbbf0b728d9f89dd3d08e5f1a168b4ab9a7f90359b83431 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-15T21:59:23.790Z] + docker images [2021-06-15T21:59:24.062Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-15T21:59:24.062Z] core-data-arm64 latest 5b4bcc1fbb3a 3 seconds ago 19.1MB [2021-06-15T21:59:24.062Z] bdb0b28f5571 18 seconds ago 975MB [2021-06-15T21:59:24.062Z] core-metadata-arm64 latest dcf75f655c8f 20 seconds ago 15.7MB [2021-06-15T21:59:24.062Z] support-scheduler-arm64 latest d80bb850f134 28 seconds ago 15.1MB [2021-06-15T21:59:24.062Z] core-command-arm64 latest 5400fe5a84dc 32 seconds ago 15MB [2021-06-15T21:59:24.062Z] 32c814cf91ca 32 seconds ago 972MB [2021-06-15T21:59:24.062Z] 28c57f4d0022 43 seconds ago 968MB [2021-06-15T21:59:24.062Z] 5c0f65a99ff9 55 seconds ago 967MB [2021-06-15T21:59:24.062Z] sys-mgmt-agent-arm64 latest 9a51aea4ff66 About a minute ago 299MB [2021-06-15T21:59:24.062Z] security-bootstrapper-arm64 latest f5530130876c 2 minutes ago 17.5MB [2021-06-15T21:59:24.062Z] security-secretstore-setup-arm64 latest 99e1d336e896 3 minutes ago 27.1MB [2021-06-15T21:59:24.062Z] security-proxy-setup-arm64 latest d6b0e845c2f1 3 minutes ago 24.3MB [2021-06-15T21:59:24.062Z] support-notifications-arm64 latest 4061f7fe8fcd 3 minutes ago 15.7MB [2021-06-15T21:59:24.062Z] 94c368460dab 3 minutes ago 969MB [2021-06-15T21:59:24.062Z] ad99ebb13bad 3 minutes ago 976MB [2021-06-15T21:59:24.062Z] 377126003e57 3 minutes ago 973MB [2021-06-15T21:59:24.062Z] 6e92d5e89f55 3 minutes ago 970MB [2021-06-15T21:59:24.062Z] b29b40e0c7ae 3 minutes ago 969MB [2021-06-15T21:59:24.062Z] ci-base-image-arm64 latest 21b58d749eb3 13 minutes ago 641MB [2021-06-15T21:59:24.062Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine a36622ca3599 6 days ago 429MB [2021-06-15T21:59:24.062Z] alpine 3.12 9852663dfa18 2 months ago 5.32MB [2021-06-15T21:59:24.062Z] docker 20.10.0 eeaf43b92773 6 months ago 228MB [2021-06-15T21:59:24.062Z] 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-15T21:59:25.102Z] ---> job-cost.sh [2021-06-15T21:59:25.102Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-9EFl [2021-06-15T22:00:04.226Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-15T22:01:40.957Z] lf-activate-venv(): INFO: Adding /tmp/venv-9EFl/bin to PATH [2021-06-15T22:01:40.957Z] INFO: No Stack... [2021-06-15T22:01:40.957Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-06-15T22:01:40.957Z] INFO: Archiving Costs [Pipeline] sh [2021-06-15T22:01:41.297Z] + cat /w/workspace/edgex-go/4/archives/cost.csv+ [2021-06-15T22:01:41.298Z] cut -d, -f6 [Pipeline] lock [2021-06-15T22:01:41.368Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3562-4-stack-cost] [2021-06-15T22:01:41.375Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3562-4-stack-cost] did not exist. Created. [2021-06-15T22:01:41.375Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3562-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-15T22:01:46.678Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-06-15T22:01:46.931Z] Stashed 1 file(s) [Pipeline] } [2021-06-15T22:01:46.942Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3562-4-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-15T22:01:47.567Z] provisioning config files... [2021-06-15T22:01:47.582Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config3430726244765701625tmp [Pipeline] { [Pipeline] sh [2021-06-15T22:01:47.913Z] + set +x [2021-06-15T22:01:47.913Z] + curl -s https://codecov.io/bash [2021-06-15T22:01:47.913Z] + bash -s -- [2021-06-15T22:01:48.181Z] [2021-06-15T22:01:48.181Z] _____ _ [2021-06-15T22:01:48.181Z] / ____| | | [2021-06-15T22:01:48.181Z] | | ___ __| | ___ ___ _____ __ [2021-06-15T22:01:48.181Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-06-15T22:01:48.181Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-06-15T22:01:48.181Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-06-15T22:01:48.181Z] Bash-1.0.3 [2021-06-15T22:01:48.181Z] [2021-06-15T22:01:48.181Z] [2021-06-15T22:01:48.181Z] ==> git version 2.24.4 found [2021-06-15T22:01:48.181Z] ==> 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-15T22:01:48.181Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-06-15T22:01:48.181Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-06-15T22:01:48.181Z] ==> Jenkins CI detected. [2021-06-15T22:01:48.181Z] project root: . [2021-06-15T22:01:48.181Z] --> token set from env [2021-06-15T22:01:48.181Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-06-15T22:01:48.181Z] ==> Running gcov in . (disable via -X gcov) [2021-06-15T22:01:48.181Z] ==> Python coveragepy not found [2021-06-15T22:01:48.181Z] ==> Searching for coverage reports in: [2021-06-15T22:01:48.181Z] + . [2021-06-15T22:01:48.181Z] -> Found 1 reports [2021-06-15T22:01:48.181Z] ==> Detecting git/mercurial file structure [2021-06-15T22:01:48.181Z] ==> Reading reports [2021-06-15T22:01:48.181Z] + ./coverage.out bytes=398195 [2021-06-15T22:01:48.181Z] ==> Appending adjustments [2021-06-15T22:01:48.181Z] https://docs.codecov.io/docs/fixing-reports [2021-06-15T22:01:49.571Z] + Found adjustments [2021-06-15T22:01:49.571Z] ==> Gzipping contents [2021-06-15T22:01:49.571Z] 56K /tmp/codecov.IHjn5w.gz [2021-06-15T22:01:49.571Z] ==> Uploading reports [2021-06-15T22:01:49.571Z] url: https://codecov.io [2021-06-15T22:01:49.571Z] query: branch=PR-3562&commit=878bda589ddbfe4240870b89cf8a8097938a57fb&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3562%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3562&job=&cmd_args= [2021-06-15T22:01:49.571Z] -> Pinging Codecov [2021-06-15T22:01:49.571Z] https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-3562&commit=878bda589ddbfe4240870b89cf8a8097938a57fb&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3562%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3562&job=&cmd_args= [2021-06-15T22:01:50.143Z] -> Uploading to [2021-06-15T22:01:50.143Z] https://storage.googleapis.com/codecov/v4/raw/2021-06-15/00271124DB129430A58F1EEE437C3FCB/878bda589ddbfe4240870b89cf8a8097938a57fb/08b9ec26-9066-4104-b350-34eb5189ad49.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210615%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210615T220150Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3bb0c0ddab2246816d090b52371b6572b4b5e94babcaa6a7d3a4068639750000 [2021-06-15T22:01:50.143Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-15T22:01:50.143Z] Dload Upload Total Spent Left Speed [2021-06-15T22:01:50.714Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54552 0 0 100 54552 0 123k --:--:-- --:--:-- --:--:-- 123k 100 54552 0 0 100 54552 0 123k --:--:-- --:--:-- --:--:-- 123k [2021-06-15T22:01:50.714Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/878bda589ddbfe4240870b89cf8a8097938a57fb [Pipeline] } [2021-06-15T22:01:50.722Z] 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-15T22:01:52.255Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-15T22:01:52.825Z] ---> package-listing.sh [2021-06-15T22:01:52.825Z] ++ facter osfamily [2021-06-15T22:01:52.825Z] ++ tr '[:upper:]' '[:lower:]' [2021-06-15T22:01:53.088Z] + OS_FAMILY=redhat [2021-06-15T22:01:53.088Z] + workspace=/w/workspace/edgex-go/4 [2021-06-15T22:01:53.088Z] + START_PACKAGES=/tmp/packages_start.txt [2021-06-15T22:01:53.088Z] + END_PACKAGES=/tmp/packages_end.txt [2021-06-15T22:01:53.088Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-06-15T22:01:53.088Z] + PACKAGES=/tmp/packages_start.txt [2021-06-15T22:01:53.088Z] + '[' /w/workspace/edgex-go/4 ']' [2021-06-15T22:01:53.088Z] + PACKAGES=/tmp/packages_end.txt [2021-06-15T22:01:53.088Z] + case "${OS_FAMILY}" in [2021-06-15T22:01:53.088Z] + rpm -qa [2021-06-15T22:01:53.088Z] + sort [2021-06-15T22:01:55.637Z] + '[' -f /tmp/packages_start.txt ']' [2021-06-15T22:01:55.637Z] + '[' -f /tmp/packages_end.txt ']' [2021-06-15T22:01:55.637Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-06-15T22:01:55.637Z] + '[' /w/workspace/edgex-go/4 ']' [2021-06-15T22:01:55.637Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-06-15T22:01:55.637Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-06-15T22:01:55.652Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-06-15T22:01:55.949Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:01:56.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-15T22:01:56.524Z] [2021-06-15T22:01:56.524Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:01:56.842Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-15T22:01:56.842Z] alpine: Pulling from edgex-lftools-log-publisher [2021-06-15T22:01:56.842Z] df20fa9351a1: Pulling fs layer [2021-06-15T22:01:56.842Z] 36b3adc4ff6f: Pulling fs layer [2021-06-15T22:01:56.842Z] 8ad3a11d3b57: Pulling fs layer [2021-06-15T22:01:56.842Z] 46f8f816bc3b: Pulling fs layer [2021-06-15T22:01:56.842Z] 93b61091891f: Pulling fs layer [2021-06-15T22:01:56.842Z] 93b9cdb0e59b: Pulling fs layer [2021-06-15T22:01:56.842Z] 5e14af77c1be: Pulling fs layer [2021-06-15T22:01:56.842Z] 01666e4c0597: Pulling fs layer [2021-06-15T22:01:56.842Z] aa168da1d23b: Pulling fs layer [2021-06-15T22:01:56.842Z] 93b9cdb0e59b: Waiting [2021-06-15T22:01:56.842Z] 5e14af77c1be: Waiting [2021-06-15T22:01:56.842Z] 01666e4c0597: Waiting [2021-06-15T22:01:56.842Z] aa168da1d23b: Waiting [2021-06-15T22:01:56.842Z] 46f8f816bc3b: Waiting [2021-06-15T22:01:56.842Z] 93b61091891f: Waiting [2021-06-15T22:01:56.842Z] 36b3adc4ff6f: Verifying Checksum [2021-06-15T22:01:56.842Z] 36b3adc4ff6f: Download complete [2021-06-15T22:01:57.104Z] 46f8f816bc3b: Verifying Checksum [2021-06-15T22:01:57.104Z] 46f8f816bc3b: Download complete [2021-06-15T22:01:57.104Z] df20fa9351a1: Verifying Checksum [2021-06-15T22:01:57.104Z] df20fa9351a1: Download complete [2021-06-15T22:01:57.104Z] 93b9cdb0e59b: Verifying Checksum [2021-06-15T22:01:57.104Z] 93b9cdb0e59b: Download complete [2021-06-15T22:01:57.104Z] 5e14af77c1be: Verifying Checksum [2021-06-15T22:01:57.104Z] 5e14af77c1be: Download complete [2021-06-15T22:01:57.104Z] 01666e4c0597: Verifying Checksum [2021-06-15T22:01:57.104Z] 01666e4c0597: Download complete [2021-06-15T22:01:57.104Z] 93b61091891f: Verifying Checksum [2021-06-15T22:01:57.104Z] 93b61091891f: Download complete [2021-06-15T22:01:57.104Z] df20fa9351a1: Pull complete [2021-06-15T22:01:57.371Z] 8ad3a11d3b57: Verifying Checksum [2021-06-15T22:01:57.371Z] 8ad3a11d3b57: Download complete [2021-06-15T22:01:57.371Z] 36b3adc4ff6f: Pull complete [2021-06-15T22:01:57.637Z] 8ad3a11d3b57: Pull complete [2021-06-15T22:01:57.897Z] 46f8f816bc3b: Pull complete [2021-06-15T22:01:58.158Z] 93b61091891f: Pull complete [2021-06-15T22:01:58.158Z] 93b9cdb0e59b: Pull complete [2021-06-15T22:01:58.158Z] 5e14af77c1be: Pull complete [2021-06-15T22:01:58.158Z] 01666e4c0597: Pull complete [2021-06-15T22:01:59.117Z] aa168da1d23b: Verifying Checksum [2021-06-15T22:01:59.117Z] aa168da1d23b: Download complete [2021-06-15T22:02:03.353Z] aa168da1d23b: Pull complete [2021-06-15T22:02:03.353Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-06-15T22:02:03.353Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-15T22:02:03.353Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-06-15T22:02:03.436Z] prd-centos7-docker-4c-2g-1545 does not seem to be running inside a container [2021-06-15T22:02:03.471Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-15T22:02:06.262Z] $ docker top 75c3751867fb5eb5546aba02d726576cdb8468a906f6644a7dda7edf07677205 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-15T22:02:06.645Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-06-15T22:02:06.941Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-06-15T22:02:07.240Z] + ls /var/log/sa-host [2021-06-15T22:02:07.240Z] + sadf -c /var/log/sa-host/sa05 [2021-06-15T22:02:07.240Z] file_magic: OK [2021-06-15T22:02:07.240Z] HZ: Using current value: 100 [2021-06-15T22:02:07.240Z] file_header: OK [2021-06-15T22:02:07.240Z] 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-15T22:02:07.240Z] Statistics: [2021-06-15T22:02:07.240Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-15T22:02:07.240Z] File successfully converted to sysstat format version 12.2.1 [2021-06-15T22:02:07.240Z] + sadf -c /var/log/sa-host/sa15 [2021-06-15T22:02:07.240Z] file_magic: OK [2021-06-15T22:02:07.240Z] HZ: Using current value: 100 [2021-06-15T22:02:07.240Z] file_header: OK [2021-06-15T22:02:07.240Z] 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-15T22:02:07.240Z] Statistics: [2021-06-15T22:02:07.240Z] 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... [2021-06-15T22:02:07.240Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-15T22:02:07.447Z] provisioning config files... [2021-06-15T22:02:07.459Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config7754204643515249552tmp [Pipeline] { [Pipeline] echo [2021-06-15T22:02:07.482Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-15T22:02:07.785Z] ---> create-netrc.sh [Pipeline] } [2021-06-15T22:02:07.800Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-06-15T22:02:08.186Z] ---> python-tools-install.sh [Pipeline] echo [2021-06-15T22:02:08.198Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-15T22:02:08.498Z] ---> sudo-logs.sh [2021-06-15T22:02:08.498Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-06-15T22:02:08.533Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-15T22:02:08.835Z] ---> job-cost.sh [2021-06-15T22:02:08.835Z] lf-activate-venv: SKIPPING [2021-06-15T22:02:08.835Z] DEBUG: total: 0.18000000715255737 [2021-06-15T22:02:08.835Z] INFO: Retrieving Stack Cost... [2021-06-15T22:02:09.408Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-15T22:02:09.982Z] INFO: Archiving Costs [Pipeline] echo [2021-06-15T22:02:09.998Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-15T22:02:10.302Z] ---> logs-deploy.sh [2021-06-15T22:02:10.302Z] lf-activate-venv: SKIPPING [2021-06-15T22:02:10.302Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3562/4 [2021-06-15T22:02:10.302Z] INFO: archiving workspace using pattern(s): [2021-06-15T22:02:11.254Z] Archives upload complete. [2021-06-15T22:02:11.254Z] INFO: archiving logs to Nexus