lenny-intel commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from f138aeb2ae29a4df6c640145b83ab6f6033e260f+3a622268bb16cc6f060a937717ebd043e18486e3 (36333459f4f165d4d00e3cb508299294a89ff845) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29836 in /w/workspace/edgexfoundry_edgex-go_PR-3251 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit f138aeb2ae29a4df6c640145b83ab6f6033e260f Merge succeeded, producing f138aeb2ae29a4df6c640145b83ab6f6033e260f Checking out Revision f138aeb2ae29a4df6c640145b83ab6f6033e260f (PR-3251) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3251/head:refs/remotes/origin/PR-3251 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f138aeb2ae29a4df6c640145b83ab6f6033e260f # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f138aeb2ae29a4df6c640145b83ab6f6033e260f # timeout=10 Commit message: "fix: Address Lenny's PR feedback" > git rev-list --no-walk f138aeb2ae29a4df6c640145b83ab6f6033e260f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-15T20:54:04.071Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-15T20:54:04.390Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-15T20:54:04.500Z] ========================================================= [2021-03-15T20:54:04.500Z] EdgeX Global Pipelines Version Info [2021-03-15T20:54:04.500Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-15T20:54:06.028Z] ------------------- [2021-03-15T20:54:06.028Z] stable info: [2021-03-15T20:54:06.028Z] ------------------- [2021-03-15T20:54:06.028Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-15T20:54:06.028Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-15T20:54:06.028Z] Message: update stable to v1.0.184 [2021-03-15T20:54:06.975Z] ------------------- [2021-03-15T20:54:06.975Z] experimental info: [2021-03-15T20:54:06.975Z] ------------------- [2021-03-15T20:54:06.975Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-15T20:54:06.975Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-15T20:54:06.975Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-15T20:54:07.272Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-15T20:54:07.408Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-15T20:54:07.577Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-15T20:54:07.682Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-15T20:54:07.798Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-15T20:54:07.897Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-15T20:54:08.092Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-15T20:54:08.191Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-15T20:54:08.301Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-15T20:54:08.436Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-15T20:54:08.599Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-15T20:54:08.723Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-15T20:54:08.860Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-15T20:54:08.962Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-15T20:54:09.057Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-15T20:54:09.158Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-15T20:54:09.259Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-15T20:54:09.359Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-15T20:54:09.458Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-15T20:54:09.557Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-15T20:54:09.661Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-15T20:54:09.758Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-15T20:54:09.856Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3251 [Pipeline] echo [2021-03-15T20:54:09.954Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3251 [Pipeline] echo [2021-03-15T20:54:10.109Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3251 [Pipeline] echo [2021-03-15T20:54:10.259Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f138aeb2ae29a4df6c640145b83ab6f6033e260f [Pipeline] echo [2021-03-15T20:54:10.380Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f138aeb [Pipeline] echo [2021-03-15T20:54:10.485Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-15T20:54:10.688Z] provisioning config files... [2021-03-15T20:54:10.728Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7603782520193143517tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-15T20:54:11.105Z] ---> docker-login.sh [2021-03-15T20:54:11.105Z] nexus3.edgexfoundry.org:10001 [2021-03-15T20:54:11.368Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T20:54:11.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T20:54:11.369Z] Configure a credential helper to remove this warning. See [2021-03-15T20:54:11.369Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T20:54:11.369Z] [2021-03-15T20:54:11.369Z] Login Succeeded [2021-03-15T20:54:11.369Z] nexus3.edgexfoundry.org:10002 [2021-03-15T20:54:11.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T20:54:11.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T20:54:11.634Z] Configure a credential helper to remove this warning. See [2021-03-15T20:54:11.634Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T20:54:11.634Z] [2021-03-15T20:54:11.634Z] Login Succeeded [2021-03-15T20:54:11.634Z] nexus3.edgexfoundry.org:10003 [2021-03-15T20:54:11.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T20:54:11.897Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T20:54:11.897Z] Configure a credential helper to remove this warning. See [2021-03-15T20:54:11.897Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T20:54:11.897Z] [2021-03-15T20:54:11.897Z] Login Succeeded [2021-03-15T20:54:11.897Z] nexus3.edgexfoundry.org:10004 [2021-03-15T20:54:11.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T20:54:12.160Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T20:54:12.160Z] Configure a credential helper to remove this warning. See [2021-03-15T20:54:12.160Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T20:54:12.160Z] [2021-03-15T20:54:12.160Z] Login Succeeded [2021-03-15T20:54:12.160Z] docker.io [2021-03-15T20:54:12.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T20:54:12.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T20:54:12.423Z] Configure a credential helper to remove this warning. See [2021-03-15T20:54:12.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T20:54:12.423Z] [2021-03-15T20:54:12.423Z] Login Succeeded [2021-03-15T20:54:12.423Z] ---> docker-login.sh ends [Pipeline] } [2021-03-15T20:54:12.434Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-15T20:54:12.931Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-15T20:54:12.932Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T20:54:12.932Z] ++ dirname cmd/core-command/Dockerfile [2021-03-15T20:54:12.932Z] ++ cut -d/ -f2 [2021-03-15T20:54:12.932Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-15T20:54:12.932Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T20:54:12.932Z] ++ dirname cmd/core-data/Dockerfile [2021-03-15T20:54:12.932Z] ++ cut -d/ -f2 [2021-03-15T20:54:12.932Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-15T20:54:12.932Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T20:54:12.932Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-15T20:54:12.932Z] ++ cut -d/ -f2 [2021-03-15T20:54:12.932Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-15T20:54:12.932Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T20:54:12.932Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-15T20:54:12.932Z] ++ cut -d/ -f2 [2021-03-15T20:54:12.932Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-15T20:54:12.932Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T20:54:12.932Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-15T20:54:12.932Z] ++ cut -d/ -f2 [2021-03-15T20:54:12.932Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-15T20:54:12.932Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T20:54:12.932Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-15T20:54:12.932Z] ++ cut -d/ -f2 [2021-03-15T20:54:12.932Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-15T20:54:12.932Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T20:54:12.932Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-15T20:54:12.932Z] ++ cut -d/ -f2 [2021-03-15T20:54:12.932Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-15T20:54:12.932Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T20:54:12.932Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-15T20:54:12.932Z] ++ cut -d/ -f2 [2021-03-15T20:54:12.932Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-15T20:54:12.932Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-15T20:54:12.932Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-15T20:54:12.932Z] ++ cut -d/ -f2 [2021-03-15T20:54:12.932Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-15T20:54:13.011Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-15T20:54:14.724Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T20:54:14.724Z] [2021-03-15T20:54:14.724Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T20:54:15.080Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T20:54:15.080Z] latest: Pulling from edgex-devops/git-semver [2021-03-15T20:54:15.080Z] 31603596830f: Pulling fs layer [2021-03-15T20:54:15.080Z] 2a8b12db71e7: Pulling fs layer [2021-03-15T20:54:15.080Z] 6ca5941a6612: Pulling fs layer [2021-03-15T20:54:15.080Z] ecc8261a40a4: Pulling fs layer [2021-03-15T20:54:15.080Z] ecc8261a40a4: Waiting [2021-03-15T20:54:15.080Z] 2a8b12db71e7: Verifying Checksum [2021-03-15T20:54:15.080Z] 2a8b12db71e7: Download complete [2021-03-15T20:54:15.346Z] 31603596830f: Verifying Checksum [2021-03-15T20:54:15.347Z] 31603596830f: Download complete [2021-03-15T20:54:15.347Z] ecc8261a40a4: Verifying Checksum [2021-03-15T20:54:15.347Z] ecc8261a40a4: Download complete [2021-03-15T20:54:15.347Z] 6ca5941a6612: Verifying Checksum [2021-03-15T20:54:15.347Z] 6ca5941a6612: Download complete [2021-03-15T20:54:15.610Z] 31603596830f: Pull complete [2021-03-15T20:54:15.610Z] 2a8b12db71e7: Pull complete [2021-03-15T20:54:16.575Z] 6ca5941a6612: Pull complete [2021-03-15T20:54:16.841Z] ecc8261a40a4: Pull complete [2021-03-15T20:54:16.841Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-15T20:54:16.841Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T20:54:16.841Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-15T20:54:16.943Z] prd-centos7-docker-4c-2g-29836 does not seem to be running inside a container [2021-03-15T20:54:16.993Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:10004/edgex-devops/git-semver:latest cat [2021-03-15T20:54:19.553Z] $ docker top 6bc006d1856a781ba31d2446eb38794664b88379fd477bec3c9eee69eabc7951 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-15T20:54:19.862Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-15T20:54:19.862Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-15T20:54:20.097Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-15T20:54:20.101Z] $ docker exec 6bc006d1856a781ba31d2446eb38794664b88379fd477bec3c9eee69eabc7951 ssh-agent [2021-03-15T20:54:20.279Z] SSH_AUTH_SOCK=/tmp/ssh-IQzNkcBtqnwM/agent.11 [2021-03-15T20:54:20.279Z] SSH_AGENT_PID=16 [2021-03-15T20:54:20.290Z] Running ssh-add (command line suppressed) [2021-03-15T20:54:20.432Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_6010734767556715610.key (/w/workspace/edgex-go/3@tmp/private_key_6010734767556715610.key) [2021-03-15T20:54:20.496Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-15T20:54:20.835Z] + git tag --points-at HEAD [Pipeline] } [2021-03-15T20:54:20.858Z] $ docker exec --env ******** --env ******** 6bc006d1856a781ba31d2446eb38794664b88379fd477bec3c9eee69eabc7951 ssh-agent -k [2021-03-15T20:54:20.983Z] unset SSH_AUTH_SOCK; [2021-03-15T20:54:20.984Z] unset SSH_AGENT_PID; [2021-03-15T20:54:20.984Z] echo Agent pid 16 killed; [2021-03-15T20:54:21.046Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-15T20:54:21.252Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-15T20:54:21.252Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-15T20:54:21.430Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-15T20:54:21.434Z] $ docker exec 6bc006d1856a781ba31d2446eb38794664b88379fd477bec3c9eee69eabc7951 ssh-agent [2021-03-15T20:54:21.604Z] SSH_AUTH_SOCK=/tmp/ssh-TBktnyXX6QV6/agent.45 [2021-03-15T20:54:21.604Z] SSH_AGENT_PID=50 [2021-03-15T20:54:21.611Z] Running ssh-add (command line suppressed) [2021-03-15T20:54:21.750Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_5797894361458240832.key (/w/workspace/edgex-go/3@tmp/private_key_5797894361458240832.key) [2021-03-15T20:54:21.815Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-15T20:54:22.158Z] + git semver init [2021-03-15T20:54:22.158Z] # -> Open(): unable to determine branch for HEAD [2021-03-15T20:54:22.159Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-03-15T20:54:22.159Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-03-15T20:54:22.159Z] # $SEMVER_REMOTE_NAME = origin [2021-03-15T20:54:22.159Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-15T20:54:22.159Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-15T20:54:22.159Z] # $SEMVER_BRANCH = PR-3251 [2021-03-15T20:54:22.159Z] # $SEMVER_TEMP = /tmp/semver-022230673 [2021-03-15T20:54:22.159Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-15T20:54:40.322Z] # '/tmp/semver-022230673' -> '/w/workspace/edgex-go/3/.semver' [2021-03-15T20:54:40.322Z] # -> Force: false [2021-03-15T20:54:40.322Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-03-15T20:54:40.338Z] $ docker exec --env ******** --env ******** 6bc006d1856a781ba31d2446eb38794664b88379fd477bec3c9eee69eabc7951 ssh-agent -k [2021-03-15T20:54:40.863Z] unset SSH_AUTH_SOCK; [2021-03-15T20:54:40.864Z] unset SSH_AGENT_PID; [2021-03-15T20:54:40.864Z] echo Agent pid 50 killed; [2021-03-15T20:54:40.971Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-15T20:54:41.509Z] + git semver [Pipeline] } [2021-03-15T20:54:41.529Z] $ docker stop --time=1 6bc006d1856a781ba31d2446eb38794664b88379fd477bec3c9eee69eabc7951 [2021-03-15T20:54:43.142Z] $ docker rm -f 6bc006d1856a781ba31d2446eb38794664b88379fd477bec3c9eee69eabc7951 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-15T20:54:43.720Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-15T20:54:44.348Z] Stashed 1 file(s) [Pipeline] echo [2021-03-15T20:54:44.351Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-15T20:54:45.269Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-15T20:54:45.570Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-15T20:54:45.870Z] + sudo service docker restart [2021-03-15T20:54:45.870Z] + true [2021-03-15T20:54:45.870Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-15T20:54:46.470Z] ========================================================= [2021-03-15T20:54:46.470Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-15T20:54:46.470Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-15T20:54:46.816Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-15T20:54:50.148Z] Sending build context to Docker daemon 328.6MB [2021-03-15T20:54:50.148Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-15T20:54:50.148Z] Step 2/6 : FROM ${BASE} [2021-03-15T20:54:50.148Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-15T20:54:50.148Z] 188c0c94c7c5: Pulling fs layer [2021-03-15T20:54:50.148Z] 0ef7d3d256c8: Pulling fs layer [2021-03-15T20:54:50.148Z] de9db76c5a1d: Pulling fs layer [2021-03-15T20:54:50.148Z] bca2f99d35d6: Pulling fs layer [2021-03-15T20:54:50.148Z] 93359f2a8cfa: Pulling fs layer [2021-03-15T20:54:50.148Z] 7c6f9722023f: Pulling fs layer [2021-03-15T20:54:50.148Z] a35cf1a2eb13: Pulling fs layer [2021-03-15T20:54:50.148Z] bca2f99d35d6: Waiting [2021-03-15T20:54:50.148Z] 93359f2a8cfa: Waiting [2021-03-15T20:54:50.148Z] 7c6f9722023f: Waiting [2021-03-15T20:54:50.148Z] a35cf1a2eb13: Waiting [2021-03-15T20:54:50.148Z] de9db76c5a1d: Verifying Checksum [2021-03-15T20:54:50.148Z] de9db76c5a1d: Download complete [2021-03-15T20:54:50.148Z] 0ef7d3d256c8: Download complete [2021-03-15T20:54:50.416Z] 93359f2a8cfa: Verifying Checksum [2021-03-15T20:54:50.416Z] 93359f2a8cfa: Download complete [2021-03-15T20:54:50.416Z] 7c6f9722023f: Verifying Checksum [2021-03-15T20:54:50.416Z] 7c6f9722023f: Download complete [2021-03-15T20:54:50.416Z] 188c0c94c7c5: Verifying Checksum [2021-03-15T20:54:50.416Z] 188c0c94c7c5: Download complete [2021-03-15T20:54:50.681Z] 188c0c94c7c5: Pull complete [2021-03-15T20:54:52.094Z] a35cf1a2eb13: Verifying Checksum [2021-03-15T20:54:52.094Z] a35cf1a2eb13: Download complete [2021-03-15T20:54:52.361Z] 0ef7d3d256c8: Pull complete [2021-03-15T20:54:52.361Z] de9db76c5a1d: Pull complete [2021-03-15T20:54:52.627Z] bca2f99d35d6: Verifying Checksum [2021-03-15T20:54:52.627Z] bca2f99d35d6: Download complete [2021-03-15T20:54:57.988Z] bca2f99d35d6: Pull complete [2021-03-15T20:54:57.988Z] 93359f2a8cfa: Pull complete [2021-03-15T20:54:58.255Z] 7c6f9722023f: Pull complete [2021-03-15T20:54:59.740Z] Still waiting to schedule task [2021-03-15T20:54:59.740Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-15T20:55:03.579Z] a35cf1a2eb13: Pull complete [2021-03-15T20:55:03.579Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-15T20:55:03.579Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-15T20:55:03.579Z] ---> a62c8e92a672 [2021-03-15T20:55:03.579Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-15T20:55:03.842Z] ---> Running in c879035ae158 [2021-03-15T20:55:04.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T20:55:09.721Z] WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz: temporary error (try again later) [2021-03-15T20:55:09.721Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T20:55:15.029Z] WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz: temporary error (try again later) [2021-03-15T20:55:15.029Z] ERROR: unsatisfiable constraints: [2021-03-15T20:55:15.029Z]  build-base (missing): [2021-03-15T20:55:15.029Z] required by: world[build-base] [2021-03-15T20:55:15.029Z] libsodium-dev (missing): [2021-03-15T20:55:15.029Z] required by: world[libsodium-dev] [2021-03-15T20:55:15.029Z] pkgconfig (missing): [2021-03-15T20:55:15.029Z] required by: world[pkgconfig] [2021-03-15T20:55:15.029Z] zeromq-dev (missing): [2021-03-15T20:55:15.029Z] required by: world[zeromq-dev] [2021-03-15T20:55:15.029Z] The command '/bin/sh -c apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch' returned a non-zero code: 4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-15T20:55:16.252Z] Failed in branch amd64 [2021-03-15T20:56:48.663Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29837 in /w/workspace/edgexfoundry_edgex-go_PR-3251 [Pipeline] { [Pipeline] ws [2021-03-15T20:56:48.761Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-15T20:56:53.782Z] using credential edgex-jenkins-ssh [2021-03-15T20:56:53.850Z] Cloning the remote Git repository [2021-03-15T20:56:53.902Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-15T20:56:54.026Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-15T20:56:54.101Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-15T20:56:54.102Z] > git --version # timeout=10 [2021-03-15T20:56:54.118Z] > git --version # 'git version 2.17.1' [2021-03-15T20:56:54.120Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T20:56:54.174Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T20:57:10.340Z] Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T20:57:10.775Z] Merge succeeded, producing f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T20:57:10.775Z] Checking out Revision f138aeb2ae29a4df6c640145b83ab6f6033e260f (PR-3251) [2021-03-15T20:57:09.357Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-15T20:57:09.386Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T20:57:09.411Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-15T20:57:09.450Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-15T20:57:09.451Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T20:57:09.465Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3251/head:refs/remotes/origin/PR-3251 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-15T20:57:10.357Z] > git config core.sparsecheckout # timeout=10 [2021-03-15T20:57:10.376Z] > git checkout -f f138aeb2ae29a4df6c640145b83ab6f6033e260f # timeout=10 [2021-03-15T20:57:10.685Z] > git remote # timeout=10 [2021-03-15T20:57:10.705Z] > git config --get remote.origin.url # timeout=10 [2021-03-15T20:57:10.717Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T20:57:10.729Z] > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 [2021-03-15T20:57:10.756Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-15T20:57:10.779Z] > git config core.sparsecheckout # timeout=10 [2021-03-15T20:57:10.788Z] > git checkout -f f138aeb2ae29a4df6c640145b83ab6f6033e260f # timeout=10 [2021-03-15T20:57:15.385Z] Commit message: "fix: Address Lenny's PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-15T20:57:17.066Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-15T20:57:17.564Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-15T20:57:17.932Z] + sudo service docker restart [2021-03-15T20:57:17.932Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-15T20:57:20.045Z] provisioning config files... [2021-03-15T20:57:20.095Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6015643364784686302tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-15T20:57:20.609Z] ---> docker-login.sh [2021-03-15T20:57:20.609Z] nexus3.edgexfoundry.org:10001 [2021-03-15T20:57:21.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T20:57:21.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T20:57:21.876Z] Configure a credential helper to remove this warning. See [2021-03-15T20:57:21.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T20:57:21.876Z] [2021-03-15T20:57:21.876Z] Login Succeeded [2021-03-15T20:57:21.876Z] nexus3.edgexfoundry.org:10002 [2021-03-15T20:57:22.474Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T20:57:22.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T20:57:22.474Z] Configure a credential helper to remove this warning. See [2021-03-15T20:57:22.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T20:57:22.474Z] [2021-03-15T20:57:22.474Z] Login Succeeded [2021-03-15T20:57:22.474Z] nexus3.edgexfoundry.org:10003 [2021-03-15T20:57:22.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T20:57:23.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T20:57:23.024Z] Configure a credential helper to remove this warning. See [2021-03-15T20:57:23.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T20:57:23.024Z] [2021-03-15T20:57:23.024Z] Login Succeeded [2021-03-15T20:57:23.024Z] nexus3.edgexfoundry.org:10004 [2021-03-15T20:57:23.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T20:57:23.574Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T20:57:23.574Z] Configure a credential helper to remove this warning. See [2021-03-15T20:57:23.574Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T20:57:23.574Z] [2021-03-15T20:57:23.574Z] Login Succeeded [2021-03-15T20:57:23.574Z] docker.io [2021-03-15T20:57:23.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T20:57:24.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T20:57:24.447Z] Configure a credential helper to remove this warning. See [2021-03-15T20:57:24.447Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T20:57:24.447Z] [2021-03-15T20:57:24.447Z] Login Succeeded [2021-03-15T20:57:24.447Z] ---> docker-login.sh ends [Pipeline] } [2021-03-15T20:57:24.464Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-15T20:57:24.912Z] ========================================================= [2021-03-15T20:57:24.913Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-15T20:57:24.913Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-15T20:57:25.282Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-15T20:57:27.930Z] Sending build context to Docker daemon 166.8MB [2021-03-15T20:57:27.930Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-15T20:57:27.930Z] Step 2/6 : FROM ${BASE} [2021-03-15T20:57:27.930Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-15T20:57:27.930Z] 5f621e34cdf4: Pulling fs layer [2021-03-15T20:57:27.930Z] a4357932f1b6: Pulling fs layer [2021-03-15T20:57:27.930Z] 18c013af1878: Pulling fs layer [2021-03-15T20:57:27.930Z] 00ac8860ef70: Pulling fs layer [2021-03-15T20:57:27.930Z] 63d7cb157983: Pulling fs layer [2021-03-15T20:57:27.930Z] b116817d02f9: Pulling fs layer [2021-03-15T20:57:27.930Z] 745a02a5169b: Pulling fs layer [2021-03-15T20:57:27.930Z] 00ac8860ef70: Waiting [2021-03-15T20:57:27.930Z] 63d7cb157983: Waiting [2021-03-15T20:57:27.930Z] 745a02a5169b: Waiting [2021-03-15T20:57:27.930Z] b116817d02f9: Waiting [2021-03-15T20:57:27.930Z] 18c013af1878: Download complete [2021-03-15T20:57:27.930Z] a4357932f1b6: Verifying Checksum [2021-03-15T20:57:27.930Z] a4357932f1b6: Download complete [2021-03-15T20:57:27.930Z] 63d7cb157983: Download complete [2021-03-15T20:57:27.930Z] b116817d02f9: Download complete [2021-03-15T20:57:28.207Z] 5f621e34cdf4: Verifying Checksum [2021-03-15T20:57:28.207Z] 5f621e34cdf4: Download complete [2021-03-15T20:57:29.200Z] 5f621e34cdf4: Pull complete [2021-03-15T20:57:29.479Z] a4357932f1b6: Pull complete [2021-03-15T20:57:29.754Z] 18c013af1878: Pull complete [2021-03-15T20:57:30.357Z] 745a02a5169b: Verifying Checksum [2021-03-15T20:57:30.357Z] 745a02a5169b: Download complete [2021-03-15T20:57:31.798Z] 00ac8860ef70: Verifying Checksum [2021-03-15T20:57:31.798Z] 00ac8860ef70: Download complete [2021-03-15T20:57:41.944Z] 00ac8860ef70: Pull complete [2021-03-15T20:57:41.944Z] 63d7cb157983: Pull complete [2021-03-15T20:57:41.944Z] b116817d02f9: Pull complete [2021-03-15T20:57:45.351Z] 745a02a5169b: Pull complete [2021-03-15T20:57:45.351Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-15T20:57:45.351Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-15T20:57:45.351Z] ---> b7e6874047d6 [2021-03-15T20:57:45.351Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-15T20:57:48.780Z] ---> Running in 7cc551296e05 [2021-03-15T20:57:50.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T20:57:51.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T20:57:52.180Z] (1/12) Installing libmagic (5.38-r0) [2021-03-15T20:57:52.180Z] (2/12) Installing file (5.38-r0) [2021-03-15T20:57:52.449Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-15T20:57:52.449Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-15T20:57:56.754Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-15T20:57:56.754Z] (6/12) Installing patch (2.7.6-r6) [2021-03-15T20:57:56.754Z] (7/12) Installing build-base (0.5-r2) [2021-03-15T20:57:56.754Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-15T20:57:56.754Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-15T20:57:56.754Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-15T20:57:56.754Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-15T20:57:56.754Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-15T20:57:56.755Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T20:57:56.755Z] OK: 217 MiB in 51 packages [2021-03-15T20:58:01.081Z] Removing intermediate container 7cc551296e05 [2021-03-15T20:58:01.081Z] ---> 5263a6ac1590 [2021-03-15T20:58:01.081Z] Step 4/6 : WORKDIR /edgex-go [2021-03-15T20:58:01.081Z] ---> Running in 6969b6e3ff4d [2021-03-15T20:58:01.692Z] Removing intermediate container 6969b6e3ff4d [2021-03-15T20:58:01.692Z] ---> 3fbfcb013918 [2021-03-15T20:58:01.692Z] Step 5/6 : COPY go.mod . [2021-03-15T20:58:02.284Z] ---> 354041a222f7 [2021-03-15T20:58:02.284Z] Step 6/6 : RUN go mod download [2021-03-15T20:58:02.284Z] ---> Running in 25310ba2349f [2021-03-15T20:58:29.131Z] Removing intermediate container 25310ba2349f [2021-03-15T20:58:29.131Z] ---> 6684584a769f [2021-03-15T20:58:29.402Z] Successfully built 6684584a769f [2021-03-15T20:58:29.673Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T20:58:30.016Z] + docker inspect -f . ci-base-image-arm64 [2021-03-15T20:58:30.016Z] . [Pipeline] withDockerContainer [2021-03-15T20:58:30.278Z] prd-ubuntu18.04-docker-arm64-4c-16g-29837 does not seem to be running inside a container [2021-03-15T20:58:30.366Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-15T20:58:31.782Z] $ docker top c7f4af5004822fc6a76f4c3d1b3d22b2d0a1f3bd77fbe311145a9b1edb3b695b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T20:58:32.777Z] + go version [2021-03-15T20:58:32.777Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-15T20:58:32.799Z] $ docker stop --time=1 c7f4af5004822fc6a76f4c3d1b3d22b2d0a1f3bd77fbe311145a9b1edb3b695b [2021-03-15T20:58:34.772Z] $ docker rm -f c7f4af5004822fc6a76f4c3d1b3d22b2d0a1f3bd77fbe311145a9b1edb3b695b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T20:58:35.740Z] + docker inspect -f . ci-base-image-arm64 [2021-03-15T20:58:35.740Z] . [Pipeline] withDockerContainer [2021-03-15T20:58:36.005Z] prd-ubuntu18.04-docker-arm64-4c-16g-29837 does not seem to be running inside a container [2021-03-15T20:58:36.082Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-15T20:58:37.499Z] $ docker top fd4ac778d084b53b16640636effd313b79f2a2779ce55db8ad3019d9b5257c89 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-15T20:58:37.878Z] ========================================================= [2021-03-15T20:58:37.878Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-15T20:58:37.878Z] ========================================================= [Pipeline] sh [2021-03-15T20:58:38.521Z] + make test [2021-03-15T20:58:38.521Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-15T20:59:00.744Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-15T20:59:47.894Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-15T20:59:54.645Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-15T21:00:03.257Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-15T21:00:03.257Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-15T21:00:05.920Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-15T21:00:05.920Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-15T21:00:05.920Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-15T21:00:05.920Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-15T21:00:09.346Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-15T21:00:09.624Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-15T21:00:17.951Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-15T21:00:17.951Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-15T21:00:17.951Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-15T21:00:23.380Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.388s coverage: 45.9% of statements [2021-03-15T21:00:23.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-15T21:00:23.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-15T21:00:23.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-15T21:00:23.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-15T21:00:23.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-15T21:00:23.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-15T21:00:23.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-15T21:00:24.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.242s coverage: 100.0% of statements [2021-03-15T21:00:31.108Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.620s coverage: 27.1% of statements [2021-03-15T21:00:31.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-15T21:00:31.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-15T21:00:31.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-15T21:00:31.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-15T21:00:31.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-15T21:00:31.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-15T21:00:31.108Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements [2021-03-15T21:00:31.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-15T21:00:31.108Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements [2021-03-15T21:00:31.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-15T21:00:31.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-15T21:00:31.718Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.306s coverage: 71.3% of statements [2021-03-15T21:00:31.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-15T21:00:31.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-15T21:00:33.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.525s coverage: 82.9% of statements [2021-03-15T21:00:33.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-15T21:00:33.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:00:33.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.139s coverage: 78.9% of statements [2021-03-15T21:00:33.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-15T21:00:44.463Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.108s coverage: 28.6% of statements [2021-03-15T21:00:44.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-15T21:00:44.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-15T21:00:44.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-15T21:00:44.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-15T21:00:44.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-15T21:00:44.464Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.148s coverage: 100.0% of statements [2021-03-15T21:00:44.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-15T21:00:44.464Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.084s coverage: 100.0% of statements [2021-03-15T21:00:44.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-15T21:00:44.464Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.321s coverage: 86.7% of statements [2021-03-15T21:00:44.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-15T21:00:44.464Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.399s coverage: 97.5% of statements [2021-03-15T21:00:44.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-15T21:00:44.464Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.167s coverage: 78.3% of statements [2021-03-15T21:00:44.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-15T21:00:44.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-15T21:00:44.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-15T21:00:44.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-15T21:00:51.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.258s coverage: 92.8% of statements [2021-03-15T21:00:51.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-15T21:00:51.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:00:51.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-15T21:00:51.231Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-15T21:00:51.231Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-15T21:00:51.231Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-15T21:00:51.231Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-15T21:00:51.231Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-15T21:00:51.231Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-15T21:00:51.231Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-15T21:00:51.231Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-15T21:00:51.231Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-15T21:00:51.231Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-15T21:00:51.231Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-15T21:00:51.231Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-15T21:00:51.231Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-15T21:00:51.231Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-15T21:00:51.231Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-15T21:00:51.231Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-03-15T21:00:51.231Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-15T21:00:51.231Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-15T21:00:51.231Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.222s coverage: 0.1% of statements [2021-03-15T21:00:51.231Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-15T21:00:51.231Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-15T21:00:51.231Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-15T21:00:51.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 47.1% of statements [2021-03-15T21:00:51.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.110s coverage: 79.5% of statements [2021-03-15T21:00:51.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.104s coverage: 94.1% of statements [2021-03-15T21:00:51.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements [2021-03-15T21:00:51.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2021-03-15T21:01:03.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.118s coverage: 94.4% of statements [2021-03-15T21:01:03.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements [2021-03-15T21:01:07.956Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.241s coverage: 81.9% of statements [2021-03-15T21:01:20.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.118s coverage: 92.9% of statements [2021-03-15T21:01:20.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-15T21:01:20.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-15T21:01:20.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-15T21:01:20.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-03-15T21:01:20.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-15T21:01:20.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-15T21:01:20.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-15T21:01:20.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-15T21:01:20.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-15T21:01:20.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.086s coverage: 87.2% of statements [2021-03-15T21:01:20.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-15T21:01:20.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-15T21:01:20.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2021-03-15T21:01:20.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-15T21:01:20.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-03-15T21:01:20.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-15T21:01:20.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-03-15T21:01:20.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.136s coverage: 87.2% of statements [2021-03-15T21:01:20.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.6% of statements [2021-03-15T21:01:20.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.191s coverage: 91.6% of statements [2021-03-15T21:01:20.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-15T21:01:20.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.470s coverage: 62.4% of statements [2021-03-15T21:01:20.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-15T21:01:20.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-15T21:01:20.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements [2021-03-15T21:01:20.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements [2021-03-15T21:01:20.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements [2021-03-15T21:01:20.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-03-15T21:01:20.367Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-03-15T21:01:23.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.835s coverage: 69.0% of statements [2021-03-15T21:01:23.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-15T21:01:23.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-15T21:01:23.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-15T21:01:24.477Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.376s coverage: 38.4% of statements [2021-03-15T21:01:24.477Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-15T21:01:24.477Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-15T21:01:24.477Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.098s coverage: 89.5% of statements [2021-03-15T21:01:24.477Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-15T21:01:24.477Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.093s coverage: 84.8% of statements [2021-03-15T21:01:31.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.508s coverage: 47.0% of statements [2021-03-15T21:01:31.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-15T21:01:31.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-15T21:01:31.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-15T21:01:31.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-15T21:01:31.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-15T21:01:31.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.127s coverage: 100.0% of statements [2021-03-15T21:01:31.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-15T21:01:31.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.117s coverage: 100.0% of statements [2021-03-15T21:01:31.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-15T21:01:31.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-15T21:01:31.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-15T21:01:31.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-15T21:01:31.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.452s coverage: 87.1% of statements [2021-03-15T21:01:31.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-15T21:01:31.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:01:31.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-15T21:01:37.981Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.270s coverage: 29.1% of statements [2021-03-15T21:01:37.981Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-15T21:01:37.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-15T21:01:37.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-15T21:01:37.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-15T21:01:37.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-15T21:01:37.982Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.184s coverage: 99.0% of statements [2021-03-15T21:01:37.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-15T21:01:37.982Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements [2021-03-15T21:01:37.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-15T21:01:37.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-15T21:01:37.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-15T21:01:37.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-15T21:01:37.982Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.243s coverage: 96.5% of statements [2021-03-15T21:01:37.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-15T21:01:37.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-15T21:01:37.982Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-15T21:01:37.982Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-03-15T21:01:37.982Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-15T21:01:37.982Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements [2021-03-15T21:01:37.982Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-15T21:01:37.982Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-15T21:01:37.982Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-15T21:01:37.982Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-15T21:01:37.982Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements [2021-03-15T21:01:37.982Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-15T21:01:37.982Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-15T21:01:37.982Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements [2021-03-15T21:01:38.583Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-15T21:01:40.562Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-03-15T21:01:41.160Z] GO111MODULE=on go vet ./... [2021-03-15T21:03:02.981Z] gofmt -l . [2021-03-15T21:03:02.981Z] [ "`gofmt -l .`" = "" ] [2021-03-15T21:03:02.981Z] ./bin/test-go-mod-tidy.sh [2021-03-15T21:03:03.579Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-15T21:03:06.211Z] + ls -al . [2021-03-15T21:03:06.211Z] total 784 [2021-03-15T21:03:06.211Z] drwxrwxr-x 9 1001 1001 4096 Mar 15 21:03 . [2021-03-15T21:03:06.211Z] drwxr-xr-x 4 root root 4096 Mar 15 20:58 .. [2021-03-15T21:03:06.211Z] -rw-rw-r-- 1 1001 1001 11 Mar 15 20:57 .dockerignore [2021-03-15T21:03:06.211Z] drwxrwxr-x 8 1001 1001 4096 Mar 15 20:57 .git [2021-03-15T21:03:06.211Z] drwxrwxr-x 3 1001 1001 4096 Mar 15 20:57 .github [2021-03-15T21:03:06.211Z] -rw-rw-r-- 1 1001 1001 818 Mar 15 20:57 .gitignore [2021-03-15T21:03:06.211Z] -rw-rw-r-- 1 1001 1001 166 Mar 15 20:57 .sonarcloud.properties [2021-03-15T21:03:06.211Z] -rw-rw-r-- 1 1001 1001 8607 Mar 15 20:57 Attribution.txt [2021-03-15T21:03:06.211Z] -rw-rw-r-- 1 1001 1001 3804 Mar 15 20:57 CONTRIBUTING.md [2021-03-15T21:03:06.211Z] -rw-rw-r-- 1 1001 1001 931 Mar 15 20:57 Dockerfile.build [2021-03-15T21:03:06.211Z] -rw-rw-r-- 1 1001 1001 863 Mar 15 20:57 Jenkinsfile [2021-03-15T21:03:06.211Z] -rw-rw-r-- 1 1001 1001 10775 Mar 15 20:57 LICENSE [2021-03-15T21:03:06.211Z] -rw-rw-r-- 1 1001 1001 5774 Mar 15 20:57 Makefile [2021-03-15T21:03:06.211Z] -rw-rw-r-- 1 1001 1001 6548 Mar 15 20:57 README.md [2021-03-15T21:03:06.211Z] -rw-rw-r-- 1 1001 1001 6755 Mar 15 20:57 SECURITY.md [2021-03-15T21:03:06.211Z] -rw-rw-r-- 1 1001 1001 5 Mar 15 20:54 VERSION [2021-03-15T21:03:06.211Z] -rw-rw-r-- 1 1001 1001 4131 Mar 15 20:57 ZMQWindows.md [2021-03-15T21:03:06.211Z] drwxrwxr-x 2 1001 1001 4096 Mar 15 20:57 bin [2021-03-15T21:03:06.211Z] drwxrwxr-x 14 1001 1001 4096 Mar 15 20:57 cmd [2021-03-15T21:03:06.211Z] -rw-r--r-- 1 root root 643680 Mar 15 21:01 coverage.out [2021-03-15T21:03:06.211Z] -rw-r--r-- 1 root root 1055 Mar 15 21:03 go.mod [2021-03-15T21:03:06.211Z] -rw-r--r-- 1 root root 21981 Mar 15 21:03 go.sum [2021-03-15T21:03:06.211Z] drwxrwxr-x 8 1001 1001 4096 Mar 15 20:57 internal [2021-03-15T21:03:06.211Z] drwxrwxr-x 4 1001 1001 4096 Mar 15 20:57 openapi [2021-03-15T21:03:06.211Z] drwxrwxr-x 4 1001 1001 4096 Mar 15 20:57 snap [2021-03-15T21:03:06.211Z] -rw-rw-r-- 1 1001 1001 168 Mar 15 20:57 version.go [Pipeline] sh [2021-03-15T21:03:06.905Z] + '[' -e coverage.out ] [2021-03-15T21:03:06.905Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-15T21:03:08.484Z] Stashed 1 file(s) [Pipeline] sh [2021-03-15T21:03:09.139Z] + make build [2021-03-15T21:03:09.139Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-15T21:03:21.559Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-15T21:03:43.786Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-15T21:03:49.230Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-15T21:03:54.621Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-15T21:03:55.600Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-15T21:03:59.902Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-15T21:04:05.300Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-15T21:04:10.729Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-15T21:04:14.113Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-15T21:04:17.510Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-15T21:04:22.927Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-15T21:04:29.655Z] $ docker stop --time=1 fd4ac778d084b53b16640636effd313b79f2a2779ce55db8ad3019d9b5257c89 [2021-03-15T21:04:32.427Z] $ docker rm -f fd4ac778d084b53b16640636effd313b79f2a2779ce55db8ad3019d9b5257c89 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:04:36.943Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T21:04:36.943Z] [2021-03-15T21:04:36.943Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:04:37.334Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T21:04:37.334Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-15T21:04:37.334Z] 29e5d40040c1: Pulling fs layer [2021-03-15T21:04:37.334Z] 1ce36da41761: Pulling fs layer [2021-03-15T21:04:37.334Z] 25b303627fd3: Pulling fs layer [2021-03-15T21:04:37.606Z] 29e5d40040c1: Verifying Checksum [2021-03-15T21:04:37.606Z] 29e5d40040c1: Download complete [2021-03-15T21:04:38.208Z] 29e5d40040c1: Pull complete [2021-03-15T21:04:38.208Z] 1ce36da41761: Verifying Checksum [2021-03-15T21:04:38.208Z] 1ce36da41761: Download complete [2021-03-15T21:04:39.658Z] 1ce36da41761: Pull complete [2021-03-15T21:04:39.930Z] 25b303627fd3: Verifying Checksum [2021-03-15T21:04:39.930Z] 25b303627fd3: Download complete [2021-03-15T21:04:50.071Z] 25b303627fd3: Pull complete [2021-03-15T21:04:50.071Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-15T21:04:50.071Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T21:04:50.071Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-15T21:04:50.337Z] prd-ubuntu18.04-docker-arm64-4c-16g-29837 does not seem to be running inside a container [2021-03-15T21:04:50.416Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-15T21:04:53.475Z] $ docker top 720cd636cd4841342f83a4edd48df4b2edac954dd1fd4cbfbee72bb72bec30aa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T21:04:54.462Z] + grep parallel [2021-03-15T21:04:54.462Z] + docker-compose build --help [2021-03-15T21:04:57.820Z] --parallel Build images in parallel. [Pipeline] } [2021-03-15T21:04:58.099Z] $ docker stop --time=1 720cd636cd4841342f83a4edd48df4b2edac954dd1fd4cbfbee72bb72bec30aa [2021-03-15T21:04:59.937Z] $ docker rm -f 720cd636cd4841342f83a4edd48df4b2edac954dd1fd4cbfbee72bb72bec30aa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:05:00.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-15T21:05:00.743Z] . [Pipeline] withDockerContainer [2021-03-15T21:05:00.967Z] prd-ubuntu18.04-docker-arm64-4c-16g-29837 does not seem to be running inside a container [2021-03-15T21:05:01.038Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-15T21:05:02.440Z] $ docker top 8792c91cf13c3508db57da496a5d22c52a62e8a0a6eed2b31db911ca0c79dd4d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T21:05:03.446Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-15T21:05:07.900Z] Building docker-core-command-go ... [2021-03-15T21:05:07.900Z] Building docker-core-data-go ... [2021-03-15T21:05:07.900Z] Building docker-core-metadata-go ... [2021-03-15T21:05:07.900Z] Building docker-security-bootstrapper-go ... [2021-03-15T21:05:07.900Z] Building docker-security-proxy-setup-go ... [2021-03-15T21:05:07.900Z] Building docker-security-secretstore-setup-go ... [2021-03-15T21:05:07.900Z] Building docker-support-notifications-go ... [2021-03-15T21:05:07.900Z] Building docker-support-scheduler-go ... [2021-03-15T21:05:07.900Z] Building docker-sys-mgmt-agent-go ... [2021-03-15T21:05:07.900Z] Building docker-support-notifications-go [2021-03-15T21:05:07.900Z] Building docker-security-bootstrapper-go [2021-03-15T21:05:07.900Z] Building docker-security-proxy-setup-go [2021-03-15T21:05:07.900Z] Building docker-core-data-go [2021-03-15T21:05:07.900Z] Building docker-support-scheduler-go [2021-03-15T21:06:30.239Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:06:30.239Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:06:30.239Z] ---> 6684584a769f [2021-03-15T21:06:30.239Z] Step 3/22 : WORKDIR /edgex-go [2021-03-15T21:06:30.239Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:06:30.239Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:06:30.239Z] ---> 6684584a769f [2021-03-15T21:06:30.239Z] Step 3/21 : WORKDIR /edgex-go [2021-03-15T21:06:30.239Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:06:30.239Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:06:30.239Z] ---> 6684584a769f [2021-03-15T21:06:30.239Z] Step 3/31 : WORKDIR /edgex-go [2021-03-15T21:06:30.239Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:06:30.239Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:06:30.239Z] ---> 6684584a769f [2021-03-15T21:06:30.239Z] Step 3/22 : WORKDIR /edgex-go [2021-03-15T21:06:30.239Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:06:30.239Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:06:30.239Z] ---> 6684584a769f [2021-03-15T21:06:30.239Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:06:30.239Z] ---> Running in 4a6ec0bb4f29 [2021-03-15T21:06:30.239Z] ---> Running in efb04ed2d504 [2021-03-15T21:06:30.239Z] ---> Running in 068b6ae8cccb [2021-03-15T21:06:30.239Z] ---> Running in ebd7ba9a75d3 [2021-03-15T21:06:30.239Z] ---> Running in 022695e104a8 [2021-03-15T21:06:30.239Z] Removing intermediate container efb04ed2d504 [2021-03-15T21:06:30.239Z] Removing intermediate container 068b6ae8cccb [2021-03-15T21:06:30.239Z] ---> 566765cd5544 [2021-03-15T21:06:30.239Z] ---> 82e723e81792 [2021-03-15T21:06:30.239Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:06:30.239Z] [2021-03-15T21:06:30.239Z] Removing intermediate container 4a6ec0bb4f29 [2021-03-15T21:06:30.239Z] ---> c16c63f1cf47 [2021-03-15T21:06:30.239Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:06:30.239Z] Removing intermediate container ebd7ba9a75d3 [2021-03-15T21:06:30.239Z] ---> 4f89dbbab958 [2021-03-15T21:06:30.239Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:06:30.239Z] Removing intermediate container 022695e104a8 [2021-03-15T21:06:30.239Z] ---> bcd931a492ce [2021-03-15T21:06:30.239Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:06:30.239Z] ---> Running in 3c5bbf46925d [2021-03-15T21:06:30.239Z] ---> Running in a0ffd59c5fe1 [2021-03-15T21:06:30.239Z] ---> Running in b24425108a0b [2021-03-15T21:06:30.239Z] ---> Running in c8f6a06b95e7 [2021-03-15T21:06:30.239Z] ---> Running in 8f14088f4675 [2021-03-15T21:06:30.239Z] Removing intermediate container a0ffd59c5fe1 [2021-03-15T21:06:30.239Z] ---> 07f461964473 [2021-03-15T21:06:30.239Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-15T21:06:30.239Z] ---> Running in e3fdf7c5e9ef [2021-03-15T21:06:30.239Z] Removing intermediate container b24425108a0b [2021-03-15T21:06:30.239Z] ---> 4478077433b1 [2021-03-15T21:06:30.239Z] Removing intermediate container 3c5bbf46925d [2021-03-15T21:06:30.239Z] Step 5/21 : RUN apk add --update --no-cache make git ---> 7ea3a09de2c9 [2021-03-15T21:06:30.239Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-15T21:06:30.239Z] [2021-03-15T21:06:30.239Z] ---> Running in 5810e4f69ccf [2021-03-15T21:06:30.239Z] ---> Running in f8c777d41375 [2021-03-15T21:06:30.239Z] Removing intermediate container 8f14088f4675 [2021-03-15T21:06:30.239Z] ---> 3d26971d1ad3 [2021-03-15T21:06:30.239Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-15T21:06:30.239Z] Removing intermediate container c8f6a06b95e7 [2021-03-15T21:06:30.239Z] ---> b129dc3585d6 [2021-03-15T21:06:30.239Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-15T21:06:30.239Z] ---> Running in 7c5c6252f046 [2021-03-15T21:06:30.239Z] ---> Running in 0066bb9ee535 [2021-03-15T21:06:30.239Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:06:30.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:06:30.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:06:30.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:06:30.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:06:32.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:06:32.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:06:32.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:06:32.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:06:32.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:06:33.919Z] OK: 217 MiB in 51 packages [2021-03-15T21:06:34.894Z] OK: 217 MiB in 51 packages [2021-03-15T21:06:34.894Z] OK: 217 MiB in 51 packages [2021-03-15T21:06:35.170Z] Removing intermediate container 7c5c6252f046 [2021-03-15T21:06:35.170Z] ---> c8cf4c80039f [2021-03-15T21:06:35.170Z] Step 6/31 : COPY go.mod . [2021-03-15T21:06:35.170Z] OK: 217 MiB in 51 packages [2021-03-15T21:06:35.783Z] OK: 217 MiB in 51 packages [2021-03-15T21:06:36.063Z] ---> f92278300cb6 [2021-03-15T21:06:36.063Z] Step 7/31 : RUN go mod download [2021-03-15T21:06:36.344Z] ---> Running in f209ca4eae3d [2021-03-15T21:06:36.628Z] Removing intermediate container f8c777d41375 [2021-03-15T21:06:36.628Z] ---> 78851865d007 [2021-03-15T21:06:36.628Z] Step 6/21 : COPY go.mod . [2021-03-15T21:06:37.243Z] Removing intermediate container 0066bb9ee535 [2021-03-15T21:06:37.243Z] ---> e66664c9c634 [2021-03-15T21:06:37.243Z] Step 6/22 : COPY go.mod . [2021-03-15T21:06:37.243Z] Removing intermediate container e3fdf7c5e9ef [2021-03-15T21:06:37.243Z] ---> 504a8c1ff2f0 [2021-03-15T21:06:37.243Z] Step 6/23 : COPY go.mod . [2021-03-15T21:06:37.849Z] Removing intermediate container 5810e4f69ccf [2021-03-15T21:06:37.849Z] ---> 2ced313ffd34 [2021-03-15T21:06:37.849Z] Step 6/22 : COPY go.mod . [2021-03-15T21:06:37.849Z] ---> ed5a69f15238 [2021-03-15T21:06:37.849Z] Step 7/21 : RUN go mod download [2021-03-15T21:06:38.139Z] ---> ef6ab2bfc2ea [2021-03-15T21:06:38.139Z] Step 7/22 : RUN go mod download [2021-03-15T21:06:38.139Z] ---> Running in 285698156d1d [2021-03-15T21:06:38.417Z] ---> Running in cb1db0277154 [2021-03-15T21:06:38.417Z] ---> e751c34f5eab [2021-03-15T21:06:38.417Z] Step 7/23 : RUN go mod download [2021-03-15T21:06:38.700Z] ---> Running in ac299d072477 [2021-03-15T21:06:38.700Z] ---> 1c8563154b74 [2021-03-15T21:06:38.700Z] Step 7/22 : RUN go mod download [2021-03-15T21:06:38.972Z] ---> Running in 36ebc59e68b7 [2021-03-15T21:06:40.430Z] Removing intermediate container f209ca4eae3d [2021-03-15T21:06:40.430Z] ---> 765ed1549ee2 [2021-03-15T21:06:40.430Z] Step 8/31 : COPY . . [2021-03-15T21:06:43.848Z] Removing intermediate container 285698156d1d [2021-03-15T21:06:43.848Z] ---> 539e54b613b9 [2021-03-15T21:06:43.848Z] Step 8/21 : COPY . . [2021-03-15T21:06:44.130Z] Removing intermediate container ac299d072477 [2021-03-15T21:06:44.130Z] ---> c3ddf012f2d9 [2021-03-15T21:06:44.130Z] Step 8/23 : COPY . . [2021-03-15T21:06:44.731Z] Removing intermediate container 36ebc59e68b7 [2021-03-15T21:06:44.731Z] ---> 7b8f74ecc695 [2021-03-15T21:06:44.731Z] Step 8/22 : COPY . . [2021-03-15T21:06:44.731Z] Removing intermediate container cb1db0277154 [2021-03-15T21:06:44.731Z] ---> 5c542a18852e [2021-03-15T21:06:44.731Z] Step 8/22 : COPY . . [2021-03-15T21:07:11.549Z] ---> 493860fa0e09 [2021-03-15T21:07:11.549Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-15T21:07:11.549Z] ---> eeac218a197e [2021-03-15T21:07:11.549Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-15T21:07:11.549Z] ---> Running in 4ebd8d6e7a1c [2021-03-15T21:07:11.549Z] ---> 53c8e798ac1f [2021-03-15T21:07:11.549Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-15T21:07:11.549Z] ---> 7deefc593d02 [2021-03-15T21:07:11.549Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-15T21:07:11.549Z] ---> 86d607a48d6b [2021-03-15T21:07:11.549Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-15T21:07:11.549Z] ---> Running in 0f09d49a7fcf [2021-03-15T21:07:11.549Z] ---> Running in 4f3b15af23b5 [2021-03-15T21:07:11.549Z] ---> Running in 50e466d86046 [2021-03-15T21:07:11.549Z] ---> Running in f7fea4641665 [2021-03-15T21:07:11.549Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-15T21:07:11.549Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-15T21:07:11.549Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-15T21:07:11.549Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-15T21:07:11.549Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-15T21:08:48.389Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-15T21:09:00.818Z] Removing intermediate container 0f09d49a7fcf [2021-03-15T21:09:00.818Z] ---> 825b689c4261 [2021-03-15T21:09:00.818Z] [2021-03-15T21:09:00.818Z] Step 10/21 : FROM alpine:3.12 [2021-03-15T21:09:00.818Z] 3.12: Pulling from library/alpine [2021-03-15T21:09:01.096Z] Removing intermediate container 4ebd8d6e7a1c [2021-03-15T21:09:01.096Z] ---> 002c97ce0dee [2021-03-15T21:09:01.096Z] [2021-03-15T21:09:01.096Z] Step 10/31 : FROM alpine:3.12 [2021-03-15T21:09:01.371Z] 3.12: Pulling from library/alpine [2021-03-15T21:09:02.404Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-15T21:09:02.404Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-15T21:09:02.404Z] Status: Downloaded newer image for alpine:3.12 [2021-03-15T21:09:02.404Z] ---> d10569e2745f [2021-03-15T21:09:02.404Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-15T21:09:02.404Z] Status: Downloaded newer image for alpine:3.12 [2021-03-15T21:09:02.404Z] ---> d10569e2745f [2021-03-15T21:09:02.404Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-15T21:09:03.004Z] ---> Running in fb72b0fa0152 [2021-03-15T21:09:03.004Z] ---> Running in 0e3985547571 [2021-03-15T21:09:04.003Z] Removing intermediate container 0e3985547571 [2021-03-15T21:09:04.003Z] ---> 424f307d5f29 [2021-03-15T21:09:04.003Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-15T21:09:04.277Z] ---> Running in 571e4dae254b [2021-03-15T21:09:04.876Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:09:05.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:09:06.151Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-15T21:09:06.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:09:06.425Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:09:06.425Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-15T21:09:06.425Z] (4/4) Installing curl (7.69.1-r3) [2021-03-15T21:09:06.425Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:09:06.425Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:09:06.425Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:09:06.700Z] OK: 7 MiB in 18 packages [2021-03-15T21:09:07.304Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-15T21:09:07.304Z] (2/2) Installing su-exec (0.2-r1) [2021-03-15T21:09:07.304Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:09:07.304Z] OK: 5 MiB in 16 packages [2021-03-15T21:09:10.745Z] Removing intermediate container 571e4dae254b [2021-03-15T21:09:10.745Z] ---> c02845a006a3 [2021-03-15T21:09:10.745Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-15T21:09:10.745Z] Removing intermediate container fb72b0fa0152 [2021-03-15T21:09:10.745Z] ---> dd61c1d3599e [2021-03-15T21:09:10.745Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-15T21:09:11.018Z] ---> Running in 62139cf5531e [2021-03-15T21:09:11.018Z] ---> Running in b14b73e4c266 [2021-03-15T21:09:13.011Z] Removing intermediate container 62139cf5531e [2021-03-15T21:09:13.011Z] ---> 4667fb3b7026 [2021-03-15T21:09:13.011Z] Step 13/21 : WORKDIR /edgex [2021-03-15T21:09:13.012Z] Removing intermediate container b14b73e4c266 [2021-03-15T21:09:13.012Z] ---> 38d2b58b0ce9 [2021-03-15T21:09:13.012Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-15T21:09:13.286Z] ---> Running in c5d65baf09ad [2021-03-15T21:09:13.561Z] ---> Running in 60e1d35940c9 [2021-03-15T21:09:14.170Z] Removing intermediate container f7fea4641665 [2021-03-15T21:09:14.170Z] ---> 93120526b1fa [2021-03-15T21:09:14.170Z] [2021-03-15T21:09:14.170Z] Step 10/22 : FROM alpine:3.12 [2021-03-15T21:09:14.170Z] ---> d10569e2745f [2021-03-15T21:09:14.170Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:09:14.170Z] Removing intermediate container c5d65baf09ad [2021-03-15T21:09:14.170Z] ---> 1968b2177304 [2021-03-15T21:09:14.170Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-15T21:09:14.461Z] ---> Running in 7d059a34a5e5 [2021-03-15T21:09:14.754Z] Removing intermediate container 60e1d35940c9 [2021-03-15T21:09:14.754Z] ---> b26ccd22ae92 [2021-03-15T21:09:14.754Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-15T21:09:15.027Z] Removing intermediate container 4f3b15af23b5 [2021-03-15T21:09:15.027Z] ---> a5a39ff39339 [2021-03-15T21:09:15.027Z] [2021-03-15T21:09:15.027Z] Step 10/22 : FROM alpine:3.12 [2021-03-15T21:09:15.027Z] ---> d10569e2745f [2021-03-15T21:09:15.027Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-15T21:09:15.511Z] ---> Running in 416c727e8b03 [2021-03-15T21:09:15.511Z] ---> Running in fef5e7642e50 [2021-03-15T21:09:15.511Z] ---> f0d706308cdd [2021-03-15T21:09:15.512Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-15T21:09:16.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:09:16.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:09:18.009Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-15T21:09:18.009Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:09:18.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:09:18.009Z] OK: 5 MiB in 15 packages [2021-03-15T21:09:18.009Z] ---> d1010550d6cc [2021-03-15T21:09:18.009Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-15T21:09:18.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:09:19.008Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-15T21:09:19.008Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-15T21:09:19.008Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:09:19.008Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:09:19.284Z] OK: 6 MiB in 16 packages [2021-03-15T21:09:19.565Z] Removing intermediate container 416c727e8b03 [2021-03-15T21:09:19.565Z] ---> c172fdfda618 [2021-03-15T21:09:19.565Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-15T21:09:20.176Z] ---> Running in a6ff409349ac [2021-03-15T21:09:20.176Z] Removing intermediate container 7d059a34a5e5 [2021-03-15T21:09:20.176Z] ---> 5e192a0c9678 [2021-03-15T21:09:20.176Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:09:20.176Z] ---> 2de1485aed1d [2021-03-15T21:09:20.176Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-15T21:09:20.456Z] ---> Running in f3b82cb9ac85 [2021-03-15T21:09:20.456Z] ---> Running in e5aced892e0f [2021-03-15T21:09:20.729Z] Removing intermediate container a6ff409349ac [2021-03-15T21:09:20.729Z] ---> 6269b3df79b9 [2021-03-15T21:09:20.729Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-15T21:09:21.350Z] Removing intermediate container f3b82cb9ac85 [2021-03-15T21:09:21.350Z] ---> 764b1f1586a3 [2021-03-15T21:09:21.350Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-15T21:09:21.350Z] ---> Running in 8cf1bf0352f9 [2021-03-15T21:09:21.625Z] Removing intermediate container e5aced892e0f [2021-03-15T21:09:21.625Z] ---> 91417f2b19c7 [2021-03-15T21:09:21.625Z] Step 18/21 : CMD ["--init=true"] [2021-03-15T21:09:21.625Z] Removing intermediate container fef5e7642e50 [2021-03-15T21:09:21.625Z] ---> 2b508484ac98 [2021-03-15T21:09:21.625Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:09:21.903Z] ---> Running in 31f6de674d1f [2021-03-15T21:09:21.903Z] ---> Running in ec770e04ac7d [2021-03-15T21:09:21.903Z] ---> 924012dd6f36 [2021-03-15T21:09:21.903Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-15T21:09:22.182Z] Removing intermediate container 8cf1bf0352f9 [2021-03-15T21:09:22.182Z] ---> 58b1a970d1d8 [2021-03-15T21:09:22.182Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-15T21:09:22.454Z] ---> Running in 85264b574d3c [2021-03-15T21:09:22.454Z] ---> Running in d0b063339049 [2021-03-15T21:09:22.454Z] Removing intermediate container ec770e04ac7d [2021-03-15T21:09:22.740Z] ---> e1d8463dedd0 [2021-03-15T21:09:22.740Z] Step 19/21 : LABEL arch=arm64 [2021-03-15T21:09:22.740Z] Removing intermediate container 31f6de674d1f [2021-03-15T21:09:22.740Z] ---> d44070fd2149 [2021-03-15T21:09:22.740Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-15T21:09:23.014Z] ---> Running in 3ee93eeaadde [2021-03-15T21:09:23.014Z] ---> Running in 04410de10903 [2021-03-15T21:09:23.291Z] Removing intermediate container d0b063339049 [2021-03-15T21:09:23.291Z] ---> 8c976037c487 [2021-03-15T21:09:23.291Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:09:23.566Z] Removing intermediate container 04410de10903 [2021-03-15T21:09:23.566Z] ---> 2f5e68c38ebc [2021-03-15T21:09:23.566Z] Step 20/21 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T21:09:23.566Z] Removing intermediate container 3ee93eeaadde [2021-03-15T21:09:23.566Z] ---> 260777ecf3c0 [2021-03-15T21:09:23.566Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-15T21:09:23.847Z] ---> Running in 83eecd24363c [2021-03-15T21:09:23.847Z] ---> Running in 30f8a6aa5f3a [2021-03-15T21:09:24.447Z] ---> 01ecc6393607 [2021-03-15T21:09:24.447Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-15T21:09:24.721Z] Removing intermediate container 83eecd24363c [2021-03-15T21:09:24.721Z] ---> dbecf55384f2 [2021-03-15T21:09:24.721Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:09:24.721Z] Removing intermediate container 30f8a6aa5f3a [2021-03-15T21:09:24.721Z] ---> 3dfee24c1ab0 [2021-03-15T21:09:24.721Z] Step 21/21 : LABEL version=0.0.0 [2021-03-15T21:09:25.320Z] ---> Running in afa0e4c0f500 [2021-03-15T21:09:25.929Z] Removing intermediate container afa0e4c0f500 [2021-03-15T21:09:25.929Z] ---> ccc115d654ed [2021-03-15T21:09:25.929Z] [2021-03-15T21:09:25.929Z] Removing intermediate container 85264b574d3c [2021-03-15T21:09:25.929Z] ---> 63765152b291 [2021-03-15T21:09:25.929Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:09:26.205Z] ---> 3f25a00647ee [2021-03-15T21:09:26.205Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml ---> cb88352b4a2d [2021-03-15T21:09:26.205Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-15T21:09:26.205Z] [2021-03-15T21:09:26.478Z] Successfully built ccc115d654ed [2021-03-15T21:09:26.753Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-15T21:09:26.753Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-03-15T21:09:27.038Z] ---> 5fab9a9d66a2 [2021-03-15T21:09:27.038Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-15T21:09:28.022Z] ---> 9cdedeab408a [2021-03-15T21:09:28.022Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-15T21:09:29.001Z] ---> Running in 4114559f605e [2021-03-15T21:09:29.001Z] ---> 1177b0aad780 [2021-03-15T21:09:29.001Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-15T21:09:29.606Z] ---> 9cbebda41a06 [2021-03-15T21:09:29.606Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-15T21:09:29.879Z] Removing intermediate container 50e466d86046 [2021-03-15T21:09:29.879Z] ---> 5cc517d1e2eb [2021-03-15T21:09:29.879Z] [2021-03-15T21:09:29.879Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:09:29.879Z] ---> d10569e2745f [2021-03-15T21:09:29.879Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-15T21:09:30.149Z] Removing intermediate container 4114559f605e [2021-03-15T21:09:30.149Z] ---> e9648007f6f3 [2021-03-15T21:09:30.149Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:09:30.423Z] ---> Running in 503680e266b3 [2021-03-15T21:09:30.423Z] ---> 5606ddb8c9d5 [2021-03-15T21:09:30.423Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-15T21:09:30.423Z] ---> Running in 9d4ff1ba3925 [2021-03-15T21:09:30.698Z] ---> 42446ab11a03 [2021-03-15T21:09:30.698Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-15T21:09:30.698Z] ---> Running in 4e9fad697b70 [2021-03-15T21:09:30.973Z] Removing intermediate container 503680e266b3 [2021-03-15T21:09:30.973Z] ---> cdf52b0a44a0 [2021-03-15T21:09:30.973Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-15T21:09:31.564Z] ---> Running in b3ae53459d4c [2021-03-15T21:09:31.564Z] Removing intermediate container 9d4ff1ba3925 [2021-03-15T21:09:31.564Z] Removing intermediate container 4e9fad697b70 [2021-03-15T21:09:31.564Z] ---> 092a39508ad2 [2021-03-15T21:09:31.564Z] Step 20/22 : LABEL arch=arm64 [2021-03-15T21:09:31.564Z] ---> cc96f587edd0 [2021-03-15T21:09:31.564Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:09:31.844Z] ---> 587baa2e4d71 [2021-03-15T21:09:31.844Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-15T21:09:31.844Z] ---> Running in 471bae5015f2 [2021-03-15T21:09:31.844Z] ---> Running in 93079102b769 [2021-03-15T21:09:32.122Z] Removing intermediate container b3ae53459d4c [2021-03-15T21:09:32.122Z] ---> 57ef0f9440cf [2021-03-15T21:09:32.122Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-15T21:09:32.742Z] ---> Running in 794a18133d09 [2021-03-15T21:09:33.014Z] Removing intermediate container 93079102b769 [2021-03-15T21:09:33.014Z] ---> 2bca01854950 [2021-03-15T21:09:33.014Z] Step 20/22 : LABEL arch=arm64 [2021-03-15T21:09:33.291Z] Removing intermediate container 471bae5015f2 [2021-03-15T21:09:33.291Z] ---> 0115e09eaada [2021-03-15T21:09:33.291Z] Step 21/22 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T21:09:33.291Z] ---> 0728c0713c34 [2021-03-15T21:09:33.291Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-15T21:09:33.291Z] ---> Running in 435401931a8f [2021-03-15T21:09:33.291Z] ---> Running in 6ef4d455b8bd [2021-03-15T21:09:33.883Z] ---> Running in d61957a1ce55 [2021-03-15T21:09:33.883Z] Removing intermediate container 794a18133d09 [2021-03-15T21:09:33.883Z] ---> b6a593e4afd9 [2021-03-15T21:09:33.883Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:09:33.883Z] Removing intermediate container 435401931a8f [2021-03-15T21:09:33.883Z] ---> bec095a9c25b [2021-03-15T21:09:33.883Z] Step 21/22 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T21:09:34.153Z] ---> Running in 0a7366f6ee43 [2021-03-15T21:09:34.153Z] Removing intermediate container 6ef4d455b8bd [2021-03-15T21:09:34.153Z] ---> 64f2b3173418 [2021-03-15T21:09:34.153Z] Step 22/22 : LABEL version=0.0.0 [2021-03-15T21:09:34.424Z] ---> Running in 915008ec1a88 [2021-03-15T21:09:34.424Z] ---> Running in b8faa93296f3 [2021-03-15T21:09:34.701Z] Removing intermediate container d61957a1ce55 [2021-03-15T21:09:34.701Z] ---> ecedb1edebc6 [2021-03-15T21:09:34.701Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-15T21:09:35.308Z] Removing intermediate container 915008ec1a88 [2021-03-15T21:09:35.308Z] ---> 86d020150390 [2021-03-15T21:09:35.308Z] Step 22/22 : LABEL version=0.0.0 [2021-03-15T21:09:35.308Z] ---> Running in 938fdc33f2ad [2021-03-15T21:09:35.587Z] Removing intermediate container b8faa93296f3 [2021-03-15T21:09:35.587Z] ---> 8559e05442ea [2021-03-15T21:09:35.587Z] [2021-03-15T21:09:36.191Z] Successfully built 8559e05442ea [2021-03-15T21:09:36.191Z] ---> 6d44d1ef80f5 [2021-03-15T21:09:36.191Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-15T21:09:36.191Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-15T21:09:36.191Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-03-15T21:09:36.464Z] Removing intermediate container 938fdc33f2ad [2021-03-15T21:09:36.464Z] ---> 003bd486dbcb [2021-03-15T21:09:36.464Z] [2021-03-15T21:09:36.739Z] ---> Running in c06bbb564d60 [2021-03-15T21:09:37.016Z] Successfully built 003bd486dbcb [2021-03-15T21:09:37.290Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-15T21:09:37.290Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-03-15T21:09:37.887Z] Removing intermediate container 0a7366f6ee43 [2021-03-15T21:09:37.887Z] ---> a4cabb64eea6 [2021-03-15T21:09:37.887Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-15T21:09:38.166Z] ---> Running in e3c0c7acd54b [2021-03-15T21:09:39.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:09:39.613Z] Removing intermediate container c06bbb564d60 [2021-03-15T21:09:39.613Z] ---> 4b1904ff51ae [2021-03-15T21:09:39.613Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-15T21:09:39.895Z] ---> Running in 655815d89c09 [2021-03-15T21:09:40.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:09:40.771Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-15T21:09:41.043Z] Removing intermediate container 655815d89c09 [2021-03-15T21:09:41.043Z] ---> 6639bd569a1c [2021-03-15T21:09:41.043Z] Step 28/31 : CMD ["gate"] [2021-03-15T21:09:41.043Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-15T21:09:41.043Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-15T21:09:41.314Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-15T21:09:41.586Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-15T21:09:41.586Z] ---> Running in a624941bb42c [2021-03-15T21:09:41.586Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-15T21:09:41.859Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:09:41.859Z] OK: 8 MiB in 20 packages [2021-03-15T21:09:42.470Z] Removing intermediate container a624941bb42c [2021-03-15T21:09:42.470Z] ---> 1f61881ea98d [2021-03-15T21:09:42.470Z] Step 29/31 : LABEL arch=arm64 [2021-03-15T21:09:43.071Z] ---> Running in 4fa77bb0a93a [2021-03-15T21:09:44.052Z] Removing intermediate container 4fa77bb0a93a [2021-03-15T21:09:44.052Z] ---> fff36c939de9 [2021-03-15T21:09:44.052Z] Step 30/31 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T21:09:44.326Z] Removing intermediate container e3c0c7acd54b [2021-03-15T21:09:44.326Z] ---> f08847a30899 [2021-03-15T21:09:44.326Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:09:44.616Z] ---> Running in cdef434ed678 [2021-03-15T21:09:45.602Z] ---> 016c56f07bdb [2021-03-15T21:09:45.602Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-15T21:09:45.875Z] Removing intermediate container cdef434ed678 [2021-03-15T21:09:45.875Z] ---> d53a2f94862e [2021-03-15T21:09:45.875Z] Step 31/31 : LABEL version=0.0.0 [2021-03-15T21:09:46.469Z] ---> Running in 60a38291518b [2021-03-15T21:09:47.072Z] Removing intermediate container 60a38291518b [2021-03-15T21:09:47.072Z] ---> a295bc32d6a1 [2021-03-15T21:09:47.072Z] [2021-03-15T21:09:47.669Z] ---> 032c93dd02bd [2021-03-15T21:09:47.669Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-15T21:09:47.669Z] Successfully built a295bc32d6a1 [2021-03-15T21:09:47.669Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-15T21:09:47.669Z] Building docker-core-command-go [2021-03-15T21:09:48.650Z]  Building docker-security-bootstrapper-go ... done  ---> b630039fc0ac [2021-03-15T21:09:48.650Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-15T21:09:48.650Z] ---> Running in 27918393e62c [2021-03-15T21:09:49.279Z] Removing intermediate container 27918393e62c [2021-03-15T21:09:49.279Z] ---> acc909445b39 [2021-03-15T21:09:49.279Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:09:49.559Z] ---> Running in c3b06ca289fe [2021-03-15T21:09:50.178Z] Removing intermediate container c3b06ca289fe [2021-03-15T21:09:50.178Z] ---> 42a697111b31 [2021-03-15T21:09:50.178Z] Step 21/23 : LABEL arch=arm64 [2021-03-15T21:09:51.373Z] ---> Running in d359b77d2a5d [2021-03-15T21:09:51.373Z] Removing intermediate container d359b77d2a5d [2021-03-15T21:09:51.373Z] ---> bce7aaf72e63 [2021-03-15T21:09:51.373Z] Step 22/23 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T21:09:51.647Z] ---> Running in e6e69f7a66e1 [2021-03-15T21:09:52.239Z] Removing intermediate container e6e69f7a66e1 [2021-03-15T21:09:52.239Z] ---> 206e3b76c355 [2021-03-15T21:09:52.239Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T21:09:52.831Z] ---> Running in a3c472bbdee9 [2021-03-15T21:09:53.421Z] Removing intermediate container a3c472bbdee9 [2021-03-15T21:09:53.421Z] ---> 44dfd2287bd4 [2021-03-15T21:09:53.421Z] [2021-03-15T21:09:54.011Z] Successfully built 44dfd2287bd4 [2021-03-15T21:09:54.011Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-15T21:10:04.138Z]  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:10:04.138Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:10:04.138Z] ---> 6684584a769f [2021-03-15T21:10:04.138Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:10:04.138Z] ---> Using cache [2021-03-15T21:10:04.138Z] ---> bcd931a492ce [2021-03-15T21:10:04.138Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:10:04.138Z] ---> Using cache [2021-03-15T21:10:04.138Z] ---> 3d26971d1ad3 [2021-03-15T21:10:04.138Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-15T21:10:04.138Z] ---> Using cache [2021-03-15T21:10:04.138Z] ---> c8cf4c80039f [2021-03-15T21:10:04.138Z] Step 6/23 : COPY go.mod . [2021-03-15T21:10:04.138Z] ---> Using cache [2021-03-15T21:10:04.138Z] ---> f92278300cb6 [2021-03-15T21:10:04.138Z] Step 7/23 : RUN go mod download [2021-03-15T21:10:04.138Z] ---> Using cache [2021-03-15T21:10:04.138Z] ---> 765ed1549ee2 [2021-03-15T21:10:04.138Z] Step 8/23 : COPY . . [2021-03-15T21:10:04.138Z] ---> Using cache [2021-03-15T21:10:04.138Z] ---> 493860fa0e09 [2021-03-15T21:10:04.138Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-15T21:10:06.771Z] ---> Running in 1fe618dcd6fd [2021-03-15T21:10:07.754Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-15T21:10:22.872Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:10:22.872Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:10:22.872Z] ---> 6684584a769f [2021-03-15T21:10:22.872Z] Step 3/24 : WORKDIR /edgex-go [2021-03-15T21:10:22.872Z] ---> Using cache [2021-03-15T21:10:22.872Z] ---> bcd931a492ce [2021-03-15T21:10:22.872Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:10:22.872Z] ---> Using cache [2021-03-15T21:10:22.872Z] ---> 3d26971d1ad3 [2021-03-15T21:10:22.872Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-15T21:10:22.872Z] ---> Using cache [2021-03-15T21:10:22.872Z] ---> c8cf4c80039f [2021-03-15T21:10:22.872Z] Step 6/24 : COPY go.mod . [2021-03-15T21:10:22.872Z] ---> Using cache [2021-03-15T21:10:22.872Z] ---> f92278300cb6 [2021-03-15T21:10:22.872Z] Step 7/24 : RUN go mod download [2021-03-15T21:10:22.872Z] ---> Using cache [2021-03-15T21:10:22.872Z] ---> 765ed1549ee2 [2021-03-15T21:10:22.872Z] Step 8/24 : COPY . . [2021-03-15T21:10:22.872Z] ---> Using cache [2021-03-15T21:10:22.872Z] ---> 493860fa0e09 [2021-03-15T21:10:22.872Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-15T21:10:22.872Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:10:22.872Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:10:22.872Z] ---> 6684584a769f [2021-03-15T21:10:22.872Z] Step 3/26 : WORKDIR /edgex-go [2021-03-15T21:10:22.872Z] ---> Using cache [2021-03-15T21:10:22.872Z] ---> bcd931a492ce [2021-03-15T21:10:22.872Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:10:22.872Z] ---> Using cache [2021-03-15T21:10:22.872Z] ---> 3d26971d1ad3 [2021-03-15T21:10:22.872Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-15T21:10:25.495Z] ---> Running in 625fe7d8815e [2021-03-15T21:10:25.495Z] ---> Running in 64bbeac97447 [2021-03-15T21:10:28.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:10:28.156Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-15T21:10:28.877Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-15T21:10:28.877Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-15T21:10:28.877Z] ---> 6684584a769f [2021-03-15T21:10:28.877Z] Step 3/23 : WORKDIR /edgex-go [2021-03-15T21:10:28.877Z] ---> Using cache [2021-03-15T21:10:28.877Z] ---> bcd931a492ce [2021-03-15T21:10:28.877Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T21:10:28.877Z] ---> Using cache [2021-03-15T21:10:28.877Z] ---> 3d26971d1ad3 [2021-03-15T21:10:28.877Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-15T21:10:28.877Z] ---> Using cache [2021-03-15T21:10:28.877Z] ---> c8cf4c80039f [2021-03-15T21:10:28.877Z] Step 6/23 : COPY go.mod . [2021-03-15T21:10:28.877Z] ---> Using cache [2021-03-15T21:10:28.877Z] ---> f92278300cb6 [2021-03-15T21:10:28.877Z] Step 7/23 : RUN go mod download [2021-03-15T21:10:28.877Z] ---> Using cache [2021-03-15T21:10:28.877Z] ---> 765ed1549ee2 [2021-03-15T21:10:28.877Z] Step 8/23 : COPY . . [2021-03-15T21:10:28.877Z] ---> Using cache [2021-03-15T21:10:28.877Z] ---> 493860fa0e09 [2021-03-15T21:10:28.877Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-15T21:10:28.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:10:29.313Z] ---> Running in e7f98690c248 [2021-03-15T21:10:30.301Z] OK: 217 MiB in 51 packages [2021-03-15T21:10:31.285Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-15T21:10:31.888Z] Removing intermediate container 64bbeac97447 [2021-03-15T21:10:31.888Z] ---> ca4eedd26c84 [2021-03-15T21:10:31.888Z] Step 6/26 : COPY go.mod . [2021-03-15T21:10:32.877Z] ---> 146b43ba9650 [2021-03-15T21:10:32.877Z] Step 7/26 : RUN go mod download [2021-03-15T21:10:33.152Z] ---> Running in 9c2f3e737d63 [2021-03-15T21:10:37.482Z] Removing intermediate container 9c2f3e737d63 [2021-03-15T21:10:37.482Z] ---> b129620b074f [2021-03-15T21:10:37.482Z] Step 8/26 : COPY . . [2021-03-15T21:10:59.705Z] ---> 82c805749d61 [2021-03-15T21:10:59.705Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-15T21:10:59.705Z] ---> Running in 8da239b80ee3 [2021-03-15T21:10:59.705Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-15T21:11:46.736Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-15T21:11:49.408Z] Removing intermediate container 1fe618dcd6fd [2021-03-15T21:11:49.408Z] ---> 440499fe228b [2021-03-15T21:11:49.408Z] [2021-03-15T21:11:49.408Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:11:49.408Z] ---> d10569e2745f [2021-03-15T21:11:49.408Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:11:49.408Z] ---> Using cache [2021-03-15T21:11:49.408Z] ---> 5e192a0c9678 [2021-03-15T21:11:49.408Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:11:49.408Z] ---> Using cache [2021-03-15T21:11:49.408Z] ---> 764b1f1586a3 [2021-03-15T21:11:49.408Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-15T21:11:49.706Z] ---> Running in 85b15bccdf24 [2021-03-15T21:11:50.326Z] Removing intermediate container 85b15bccdf24 [2021-03-15T21:11:50.326Z] ---> 3e50baf0b268 [2021-03-15T21:11:50.326Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-15T21:11:50.326Z] ---> Running in ebd6ad1ae05a [2021-03-15T21:11:51.333Z] Removing intermediate container ebd6ad1ae05a [2021-03-15T21:11:51.333Z] ---> 91fe75b38841 [2021-03-15T21:11:51.333Z] Step 15/23 : WORKDIR / [2021-03-15T21:11:51.333Z] ---> Running in c470c3192b22 [2021-03-15T21:11:52.348Z] Removing intermediate container c470c3192b22 [2021-03-15T21:11:52.348Z] ---> d80d25e1e0c8 [2021-03-15T21:11:52.348Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:11:53.339Z] ---> 1292cb2eb456 [2021-03-15T21:11:53.339Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-15T21:11:56.003Z] ---> 3cb98cd13fdc [2021-03-15T21:11:56.003Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-15T21:11:57.486Z] ---> 3bf72c866353 [2021-03-15T21:11:57.486Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-15T21:11:57.782Z] ---> Running in 94583ee49242 [2021-03-15T21:11:59.244Z] Removing intermediate container 94583ee49242 [2021-03-15T21:11:59.244Z] ---> 8392a32099c7 [2021-03-15T21:11:59.244Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:11:59.525Z] ---> Running in 49f9a88c4495 [2021-03-15T21:12:00.129Z] Removing intermediate container 625fe7d8815e [2021-03-15T21:12:00.129Z] ---> 9c273d4f791c [2021-03-15T21:12:00.129Z] [2021-03-15T21:12:00.129Z] Step 10/24 : FROM alpine:3.12 [2021-03-15T21:12:00.129Z] ---> d10569e2745f [2021-03-15T21:12:00.129Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-15T21:12:00.129Z] ---> Running in c6f6a8c98938 [2021-03-15T21:12:00.410Z] Removing intermediate container 49f9a88c4495 [2021-03-15T21:12:00.410Z] ---> 474ab8db9e2b [2021-03-15T21:12:00.410Z] Step 21/23 : LABEL arch=arm64 [2021-03-15T21:12:00.691Z] ---> Running in 03e8f5bc9c35 [2021-03-15T21:12:01.681Z] Removing intermediate container 03e8f5bc9c35 [2021-03-15T21:12:01.681Z] ---> e1ca4720f637 [2021-03-15T21:12:01.681Z] Step 22/23 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T21:12:01.957Z] ---> Running in d650b1876e6d [2021-03-15T21:12:02.563Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:12:02.563Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:12:02.843Z] Removing intermediate container d650b1876e6d [2021-03-15T21:12:02.843Z] ---> b1957973bb1b [2021-03-15T21:12:02.843Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T21:12:03.119Z] ---> Running in e4e13399cf7c [2021-03-15T21:12:03.393Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-15T21:12:03.393Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:12:03.393Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-15T21:12:03.671Z] (4/5) Installing curl (7.69.1-r3) [2021-03-15T21:12:03.671Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-15T21:12:03.671Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:12:03.671Z] Executing ca-certificates-20191127-r4.trigger [2021-03-15T21:12:03.952Z] Removing intermediate container e4e13399cf7c [2021-03-15T21:12:03.952Z] ---> 57b9eb7119e3 [2021-03-15T21:12:03.952Z] [2021-03-15T21:12:03.952Z] OK: 7 MiB in 19 packages [2021-03-15T21:12:04.563Z] Successfully built 57b9eb7119e3 [2021-03-15T21:12:04.563Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-15T21:12:07.220Z]  Building docker-core-metadata-go ... done Removing intermediate container c6f6a8c98938 [2021-03-15T21:12:07.220Z] ---> c1fce1ae3620 [2021-03-15T21:12:07.220Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-15T21:12:07.499Z] ---> Running in 530a1b8c1fb2 [2021-03-15T21:12:08.501Z] Removing intermediate container 530a1b8c1fb2 [2021-03-15T21:12:08.501Z] ---> f68aaca320b6 [2021-03-15T21:12:08.501Z] Step 13/24 : WORKDIR / [2021-03-15T21:12:08.789Z] ---> Running in d02287ffb023 [2021-03-15T21:12:09.070Z] Removing intermediate container e7f98690c248 [2021-03-15T21:12:09.070Z] ---> fddc2c7e41da [2021-03-15T21:12:09.070Z] [2021-03-15T21:12:09.070Z] Step 10/23 : FROM alpine:3.12 [2021-03-15T21:12:09.070Z] ---> d10569e2745f [2021-03-15T21:12:09.070Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-15T21:12:09.070Z] ---> Using cache [2021-03-15T21:12:09.070Z] ---> 5e192a0c9678 [2021-03-15T21:12:09.070Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-15T21:12:09.070Z] ---> Using cache [2021-03-15T21:12:09.070Z] ---> 764b1f1586a3 [2021-03-15T21:12:09.070Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-15T21:12:09.345Z] ---> Running in d6c363fb56bf [2021-03-15T21:12:09.345Z] Removing intermediate container d02287ffb023 [2021-03-15T21:12:09.345Z] ---> e6954c5faee9 [2021-03-15T21:12:09.345Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-15T21:12:09.954Z] Removing intermediate container d6c363fb56bf [2021-03-15T21:12:09.954Z] ---> b72215d883fb [2021-03-15T21:12:09.954Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-15T21:12:09.954Z] ---> Running in b2f3006f983d [2021-03-15T21:12:10.234Z] ---> 8dcc9eb89dca [2021-03-15T21:12:10.234Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-15T21:12:10.512Z] Removing intermediate container b2f3006f983d [2021-03-15T21:12:10.512Z] ---> 1416a7e25dd2 [2021-03-15T21:12:10.512Z] Step 15/23 : WORKDIR / [2021-03-15T21:12:10.790Z] ---> Running in 39a773cc2a22 [2021-03-15T21:12:11.387Z] ---> 906ace786dce [2021-03-15T21:12:11.387Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-15T21:12:11.387Z] Removing intermediate container 39a773cc2a22 [2021-03-15T21:12:11.387Z] ---> aeb186585efc [2021-03-15T21:12:11.387Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-15T21:12:12.367Z] ---> c1f8c6465e14 [2021-03-15T21:12:12.367Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-15T21:12:12.641Z] ---> ead6eb46c328 [2021-03-15T21:12:12.641Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-15T21:12:14.626Z] ---> 56a3f940c2d5 [2021-03-15T21:12:14.626Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-15T21:12:14.626Z] ---> aca1cad1d11b [2021-03-15T21:12:14.626Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-15T21:12:14.902Z] Removing intermediate container 8da239b80ee3 [2021-03-15T21:12:14.902Z] ---> efdaf7be22d8 [2021-03-15T21:12:14.902Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-15T21:12:15.509Z] ---> Running in 7f9a973babb1 [2021-03-15T21:12:16.110Z] ---> 56256cda6444 [2021-03-15T21:12:16.110Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-15T21:12:16.110Z] ---> Running in c22b177003ee [2021-03-15T21:12:16.110Z] ---> de8622dd963c [2021-03-15T21:12:16.110Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-15T21:12:16.731Z] Removing intermediate container c22b177003ee [2021-03-15T21:12:16.731Z] ---> 6a46bf23a24b [2021-03-15T21:12:16.731Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:12:16.731Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-15T21:12:17.006Z] ---> Running in 8064bfd9ef9c [2021-03-15T21:12:17.283Z] ---> 7fd414c0a8ba [2021-03-15T21:12:17.283Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-15T21:12:17.556Z] ---> Running in 08415eaf84d7 [2021-03-15T21:12:17.556Z] Removing intermediate container 8064bfd9ef9c [2021-03-15T21:12:17.556Z] ---> f72597ea6ce4 [2021-03-15T21:12:17.556Z] Step 21/23 : LABEL arch=arm64 [2021-03-15T21:12:17.835Z] ---> Running in 13d553af8b7e [2021-03-15T21:12:18.434Z] Removing intermediate container 13d553af8b7e [2021-03-15T21:12:18.434Z] ---> c32f5267b971 [2021-03-15T21:12:18.434Z] Step 22/23 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T21:12:18.711Z] ---> Running in 60d255047ba6 [2021-03-15T21:12:19.312Z] Removing intermediate container 60d255047ba6 [2021-03-15T21:12:19.312Z] ---> 12b2eebd94a0 [2021-03-15T21:12:19.312Z] Step 23/23 : LABEL version=0.0.0 [2021-03-15T21:12:19.586Z] ---> Running in e91e31d8458f [2021-03-15T21:12:20.186Z] Removing intermediate container e91e31d8458f [2021-03-15T21:12:20.186Z] ---> d7821ce928c2 [2021-03-15T21:12:20.186Z] [2021-03-15T21:12:20.459Z] Removing intermediate container 7f9a973babb1 [2021-03-15T21:12:20.459Z] ---> 2b40e93d77d0 [2021-03-15T21:12:20.459Z] [2021-03-15T21:12:20.459Z] Step 11/26 : FROM docker:20.10.0 [2021-03-15T21:12:20.734Z] 20.10.0: Pulling from library/docker [2021-03-15T21:12:20.734Z] Removing intermediate container 08415eaf84d7 [2021-03-15T21:12:20.734Z] ---> 6ca22fac1579 [2021-03-15T21:12:20.734Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-15T21:12:20.734Z] Successfully built d7821ce928c2 [2021-03-15T21:12:21.007Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-15T21:12:21.007Z]  Building docker-core-command-go ... done  ---> Running in bb8fe5b10ac5 [2021-03-15T21:12:21.998Z] Removing intermediate container bb8fe5b10ac5 [2021-03-15T21:12:21.998Z] ---> f9cddababae3 [2021-03-15T21:12:21.998Z] Step 22/24 : LABEL arch=arm64 [2021-03-15T21:12:22.620Z] ---> Running in 35688712d13d [2021-03-15T21:12:23.252Z] Removing intermediate container 35688712d13d [2021-03-15T21:12:23.252Z] ---> d802566e3ae0 [2021-03-15T21:12:23.252Z] Step 23/24 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T21:12:23.539Z] ---> Running in 3be7f1c87aa3 [2021-03-15T21:12:24.166Z] Removing intermediate container 3be7f1c87aa3 [2021-03-15T21:12:24.166Z] ---> ed0b311fee5e [2021-03-15T21:12:24.166Z] Step 24/24 : LABEL version=0.0.0 [2021-03-15T21:12:24.768Z] ---> Running in e51be882b2a8 [2021-03-15T21:12:25.745Z] Removing intermediate container e51be882b2a8 [2021-03-15T21:12:25.745Z] ---> 5a7ca3defad9 [2021-03-15T21:12:25.745Z] [2021-03-15T21:12:26.018Z] Successfully built 5a7ca3defad9 [2021-03-15T21:12:26.018Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-15T21:12:29.405Z]  Building docker-security-secretstore-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-15T21:12:29.405Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-15T21:12:29.405Z] ---> eeaf43b92773 [2021-03-15T21:12:29.405Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-15T21:12:30.012Z] ---> Running in 2067207d23bc [2021-03-15T21:12:31.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:12:31.722Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:12:32.328Z] (1/2) Installing readline (8.0.4-r0) [2021-03-15T21:12:32.328Z] (2/2) Installing bash (5.0.17-r0) [2021-03-15T21:12:32.328Z] Executing bash-5.0.17-r0.post-install [2021-03-15T21:12:32.328Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:12:32.328Z] OK: 12 MiB in 22 packages [2021-03-15T21:12:33.760Z] Removing intermediate container 2067207d23bc [2021-03-15T21:12:33.760Z] ---> ffe21032d2eb [2021-03-15T21:12:33.760Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-15T21:12:34.032Z] ---> Running in bb9193bf6262 [2021-03-15T21:12:34.303Z] Removing intermediate container bb9193bf6262 [2021-03-15T21:12:34.303Z] ---> 64776e8723da [2021-03-15T21:12:34.303Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-15T21:12:34.577Z] ---> Running in f887520bba48 [2021-03-15T21:12:35.173Z] Removing intermediate container f887520bba48 [2021-03-15T21:12:35.173Z] ---> c6899feaca3f [2021-03-15T21:12:35.173Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-15T21:12:35.173Z] ---> Running in 783051750e78 [2021-03-15T21:12:35.768Z] Removing intermediate container 783051750e78 [2021-03-15T21:12:35.768Z] ---> 56d16ddd832c [2021-03-15T21:12:35.768Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-15T21:12:37.204Z] ---> 46a5f5e7d751 [2021-03-15T21:12:37.204Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-15T21:12:37.801Z] ---> 94ef38513237 [2021-03-15T21:12:37.801Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-15T21:12:38.779Z] ---> 3a7a851f79e0 [2021-03-15T21:12:38.779Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-15T21:12:39.052Z] ---> Running in 28abce087bc0 [2021-03-15T21:12:40.485Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:12:40.485Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:12:42.458Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-15T21:12:42.458Z] (2/33) Installing expat (2.2.9-r1) [2021-03-15T21:12:42.458Z] (3/33) Installing libffi (3.3-r2) [2021-03-15T21:12:42.458Z] (4/33) Installing gdbm (1.13-r1) [2021-03-15T21:12:42.458Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-15T21:12:42.458Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-15T21:12:42.458Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-15T21:12:47.848Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-15T21:12:47.848Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-15T21:12:47.848Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-15T21:12:47.848Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-15T21:12:47.848Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-15T21:12:47.848Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-15T21:12:47.848Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-15T21:12:47.848Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-15T21:12:47.848Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-15T21:12:47.848Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-15T21:12:47.848Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-15T21:12:47.848Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-15T21:12:47.848Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-15T21:12:47.848Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-15T21:12:47.848Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-15T21:12:47.848Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-15T21:12:47.848Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-15T21:12:47.848Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-15T21:12:47.848Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-15T21:12:47.848Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-15T21:12:47.848Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-15T21:12:47.848Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-15T21:12:47.848Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-15T21:12:47.848Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-15T21:12:47.848Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-15T21:12:47.848Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-15T21:12:48.125Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:12:48.125Z] OK: 71 MiB in 55 packages [2021-03-15T21:12:54.825Z] Removing intermediate container 28abce087bc0 [2021-03-15T21:12:54.825Z] ---> 4673632d407a [2021-03-15T21:12:54.825Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-15T21:12:55.098Z] ---> Running in d7fc784602de [2021-03-15T21:13:01.800Z] Collecting docker-compose==1.23.2 [2021-03-15T21:13:01.800Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-15T21:13:02.071Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-15T21:13:03.045Z] Collecting docker<4.0,>=3.6.0 [2021-03-15T21:13:03.045Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-15T21:13:03.637Z] Collecting docopt<0.7,>=0.6.1 [2021-03-15T21:13:03.908Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-15T21:13:06.518Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-15T21:13:06.518Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-15T21:13:09.895Z] Collecting PyYAML<4,>=3.10 [2021-03-15T21:13:10.169Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-15T21:13:14.467Z] Collecting cached-property<2,>=1.2.0 [2021-03-15T21:13:14.467Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-15T21:13:15.061Z] Collecting jsonschema<3,>=2.5.1 [2021-03-15T21:13:15.061Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-15T21:13:15.654Z] Collecting texttable<0.10,>=0.9.0 [2021-03-15T21:13:15.654Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-15T21:13:19.966Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-15T21:13:19.966Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-15T21:13:20.567Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-15T21:13:20.567Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-15T21:13:20.845Z] Collecting docker-pycreds>=0.4.0 [2021-03-15T21:13:20.845Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-15T21:13:21.117Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-15T21:13:22.490Z] Collecting idna<2.8,>=2.5 [2021-03-15T21:13:22.490Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-15T21:13:22.490Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-15T21:13:22.490Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-15T21:13:22.762Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-15T21:13:22.762Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-15T21:13:23.036Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-15T21:13:23.036Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-15T21:13:23.036Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-15T21:13:24.468Z] Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, docopt, dockerpty, PyYAML, cached-property, jsonschema, texttable, docker-compose [2021-03-15T21:13:24.468Z] Attempting uninstall: idna [2021-03-15T21:13:24.468Z] Found existing installation: idna 2.9 [2021-03-15T21:13:24.468Z] Uninstalling idna-2.9: [2021-03-15T21:13:24.468Z] Successfully uninstalled idna-2.9 [2021-03-15T21:13:25.450Z] Attempting uninstall: urllib3 [2021-03-15T21:13:25.450Z] Found existing installation: urllib3 1.25.9 [2021-03-15T21:13:25.450Z] Uninstalling urllib3-1.25.9: [2021-03-15T21:13:25.450Z] Successfully uninstalled urllib3-1.25.9 [2021-03-15T21:13:26.457Z] Attempting uninstall: requests [2021-03-15T21:13:26.457Z] Found existing installation: requests 2.23.0 [2021-03-15T21:13:26.457Z] Uninstalling requests-2.23.0: [2021-03-15T21:13:26.731Z] Successfully uninstalled requests-2.23.0 [2021-03-15T21:13:28.698Z] Running setup.py install for docopt: started [2021-03-15T21:13:32.083Z] Running setup.py install for docopt: finished with status 'done' [2021-03-15T21:13:32.083Z] Running setup.py install for dockerpty: started [2021-03-15T21:13:34.744Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-15T21:13:34.744Z] Running setup.py install for PyYAML: started [2021-03-15T21:13:38.140Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-15T21:13:38.414Z] Running setup.py install for texttable: started [2021-03-15T21:13:41.033Z] Running setup.py install for texttable: finished with status 'done' [2021-03-15T21:13:42.463Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-15T21:13:46.803Z] Removing intermediate container d7fc784602de [2021-03-15T21:13:46.803Z] ---> ffe934dadbe9 [2021-03-15T21:13:46.803Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-15T21:13:47.078Z] ---> Running in 84cbfe59c682 [2021-03-15T21:13:48.513Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T21:13:48.513Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T21:13:49.110Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-15T21:13:49.110Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-15T21:13:49.110Z] (3/3) Installing curl (7.69.1-r3) [2021-03-15T21:13:49.110Z] Executing busybox-1.31.1-r19.trigger [2021-03-15T21:13:49.110Z] OK: 72 MiB in 58 packages [2021-03-15T21:13:50.540Z] Removing intermediate container 84cbfe59c682 [2021-03-15T21:13:50.540Z] ---> 07514ca84800 [2021-03-15T21:13:50.540Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-15T21:13:50.540Z] ---> Running in 143667f8f465 [2021-03-15T21:13:51.132Z] Removing intermediate container 143667f8f465 [2021-03-15T21:13:51.132Z] ---> 8c86ecb6ce34 [2021-03-15T21:13:51.133Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T21:13:51.133Z] ---> Running in fa5007506233 [2021-03-15T21:13:51.726Z] Removing intermediate container fa5007506233 [2021-03-15T21:13:51.726Z] ---> def270cdf880 [2021-03-15T21:13:51.726Z] Step 24/26 : LABEL arch=arm64 [2021-03-15T21:13:51.726Z] ---> Running in 7d66502f2949 [2021-03-15T21:13:52.323Z] Removing intermediate container 7d66502f2949 [2021-03-15T21:13:52.323Z] ---> 423118cea986 [2021-03-15T21:13:52.323Z] Step 25/26 : LABEL git_sha=f138aeb2ae29a4df6c640145b83ab6f6033e260f [2021-03-15T21:13:52.323Z] ---> Running in b4b6196471ac [2021-03-15T21:13:52.936Z] Removing intermediate container b4b6196471ac [2021-03-15T21:13:52.936Z] ---> e8c72948f578 [2021-03-15T21:13:52.936Z] Step 26/26 : LABEL version=0.0.0 [2021-03-15T21:13:53.209Z] ---> Running in 65a9de28954f [2021-03-15T21:13:53.480Z] Removing intermediate container 65a9de28954f [2021-03-15T21:13:53.480Z] ---> b30eb93cbeb2 [2021-03-15T21:13:53.480Z] [2021-03-15T21:13:54.073Z] Successfully built b30eb93cbeb2 [2021-03-15T21:13:54.073Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-15T21:13:54.682Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-15T21:13:54.680Z] $ docker stop --time=1 8792c91cf13c3508db57da496a5d22c52a62e8a0a6eed2b31db911ca0c79dd4d [2021-03-15T21:13:56.716Z] $ docker rm -f 8792c91cf13c3508db57da496a5d22c52a62e8a0a6eed2b31db911ca0c79dd4d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-15T21:13:57.475Z] + docker images [2021-03-15T21:13:57.475Z] + grep docker [2021-03-15T21:13:57.752Z] docker-sys-mgmt-agent-go-arm64 latest b30eb93cbeb2 4 seconds ago 300MB [2021-03-15T21:13:57.752Z] docker-security-secretstore-setup-go-arm64 latest 5a7ca3defad9 About a minute ago 23.7MB [2021-03-15T21:13:57.752Z] docker-core-command-go-arm64 latest d7821ce928c2 About a minute ago 16.2MB [2021-03-15T21:13:57.752Z] docker-core-metadata-go-arm64 latest 57b9eb7119e3 About a minute ago 17.9MB [2021-03-15T21:13:57.752Z] docker-core-data-go-arm64 latest 44dfd2287bd4 4 minutes ago 21.3MB [2021-03-15T21:13:57.752Z] docker-security-bootstrapper-go-arm64 latest a295bc32d6a1 4 minutes ago 17.8MB [2021-03-15T21:13:57.752Z] docker-support-notifications-go-arm64 latest 003bd486dbcb 4 minutes ago 16.9MB [2021-03-15T21:13:57.752Z] docker-support-scheduler-go-arm64 latest 8559e05442ea 4 minutes ago 16.3MB [2021-03-15T21:13:57.752Z] docker-security-proxy-setup-go-arm64 latest ccc115d654ed 4 minutes ago 23.4MB [2021-03-15T21:13:57.752Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:13:58.691Z] ---> job-cost.sh [2021-03-15T21:13:58.691Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-x7I7 [2021-03-15T21:14:55.190Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-15T21:17:17.058Z] lf-activate-venv(): INFO: Adding /tmp/venv-x7I7/bin to PATH [2021-03-15T21:17:17.058Z] INFO: No Stack... [2021-03-15T21:17:17.058Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-15T21:17:17.058Z] INFO: Archiving Costs [Pipeline] sh [2021-03-15T21:17:17.408Z] + cut -d, -f6 [2021-03-15T21:17:17.408Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [Pipeline] lock [2021-03-15T21:17:17.537Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3251-3-stack-cost] [2021-03-15T21:17:17.551Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3251-3-stack-cost] did not exist. Created. [2021-03-15T21:17:17.551Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3251-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-15T21:17:17.974Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-15T21:17:18.261Z] Stashed 1 file(s) [Pipeline] } [2021-03-15T21:17:18.278Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3251-3-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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:17:21.074Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:17:21.646Z] ---> package-listing.sh [2021-03-15T21:17:21.646Z] ++ facter osfamily [2021-03-15T21:17:21.646Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-15T21:17:21.646Z] + OS_FAMILY=redhat [2021-03-15T21:17:21.646Z] + workspace=/w/workspace/edgex-go/3 [2021-03-15T21:17:21.646Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-15T21:17:21.646Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-15T21:17:21.646Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-15T21:17:21.646Z] + PACKAGES=/tmp/packages_start.txt [2021-03-15T21:17:21.646Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-15T21:17:21.646Z] + PACKAGES=/tmp/packages_end.txt [2021-03-15T21:17:21.646Z] + case "${OS_FAMILY}" in [2021-03-15T21:17:21.646Z] + rpm -qa [2021-03-15T21:17:21.646Z] + sort [2021-03-15T21:17:26.970Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-15T21:17:26.970Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-15T21:17:26.970Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-15T21:17:26.970Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-15T21:17:26.970Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-03-15T21:17:26.970Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-03-15T21:17:26.984Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-15T21:17:27.282Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:27.600Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-15T21:17:27.600Z] [2021-03-15T21:17:27.600Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-15T21:17:27.949Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-15T21:17:27.949Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-15T21:17:27.949Z] df20fa9351a1: Pulling fs layer [2021-03-15T21:17:27.949Z] 36b3adc4ff6f: Pulling fs layer [2021-03-15T21:17:27.949Z] 8ad3a11d3b57: Pulling fs layer [2021-03-15T21:17:27.949Z] 46f8f816bc3b: Pulling fs layer [2021-03-15T21:17:27.949Z] 93b61091891f: Pulling fs layer [2021-03-15T21:17:27.949Z] 93b9cdb0e59b: Pulling fs layer [2021-03-15T21:17:27.949Z] 5e14af77c1be: Pulling fs layer [2021-03-15T21:17:27.949Z] 01666e4c0597: Pulling fs layer [2021-03-15T21:17:27.949Z] aa168da1d23b: Pulling fs layer [2021-03-15T21:17:27.949Z] 46f8f816bc3b: Waiting [2021-03-15T21:17:27.949Z] 93b61091891f: Waiting [2021-03-15T21:17:27.949Z] 93b9cdb0e59b: Waiting [2021-03-15T21:17:27.949Z] 5e14af77c1be: Waiting [2021-03-15T21:17:27.949Z] 01666e4c0597: Waiting [2021-03-15T21:17:27.949Z] aa168da1d23b: Waiting [2021-03-15T21:17:27.949Z] 36b3adc4ff6f: Verifying Checksum [2021-03-15T21:17:27.949Z] 36b3adc4ff6f: Download complete [2021-03-15T21:17:27.949Z] 46f8f816bc3b: Verifying Checksum [2021-03-15T21:17:27.949Z] 46f8f816bc3b: Download complete [2021-03-15T21:17:28.217Z] df20fa9351a1: Download complete [2021-03-15T21:17:28.217Z] 93b9cdb0e59b: Download complete [2021-03-15T21:17:28.217Z] 93b61091891f: Verifying Checksum [2021-03-15T21:17:28.217Z] 93b61091891f: Download complete [2021-03-15T21:17:28.217Z] 5e14af77c1be: Verifying Checksum [2021-03-15T21:17:28.217Z] 5e14af77c1be: Download complete [2021-03-15T21:17:28.217Z] 01666e4c0597: Verifying Checksum [2021-03-15T21:17:28.217Z] 01666e4c0597: Download complete [2021-03-15T21:17:28.217Z] 8ad3a11d3b57: Verifying Checksum [2021-03-15T21:17:28.485Z] df20fa9351a1: Pull complete [2021-03-15T21:17:28.777Z] 36b3adc4ff6f: Pull complete [2021-03-15T21:17:30.617Z] aa168da1d23b: Verifying Checksum [2021-03-15T21:17:30.617Z] aa168da1d23b: Download complete [2021-03-15T21:17:30.617Z] 8ad3a11d3b57: Pull complete [2021-03-15T21:17:30.886Z] 46f8f816bc3b: Pull complete [2021-03-15T21:17:31.468Z] 93b61091891f: Pull complete [2021-03-15T21:17:31.468Z] 93b9cdb0e59b: Pull complete [2021-03-15T21:17:31.760Z] 5e14af77c1be: Pull complete [2021-03-15T21:17:31.760Z] 01666e4c0597: Pull complete [2021-03-15T21:17:38.580Z] aa168da1d23b: Pull complete [2021-03-15T21:17:38.580Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-15T21:17:38.580Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-15T21:17:38.580Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-15T21:17:38.779Z] prd-centos7-docker-4c-2g-29836 does not seem to be running inside a container [2021-03-15T21:17:38.828Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-15T21:17:42.205Z] $ docker top cb60aed5959d1c6813b020ff9471c2125bb8d059a883184cc8553c39ce4aaab4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T21:17:42.710Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-15T21:17:43.012Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-15T21:17:43.316Z] + ls /var/log/sa-host [2021-03-15T21:17:43.316Z] + sadf -c /var/log/sa-host/sa15 [2021-03-15T21:17:43.316Z] file_magic: OK [2021-03-15T21:17:43.316Z] HZ: Using current value: 100 [2021-03-15T21:17:43.316Z] file_header: OK [2021-03-15T21:17:43.316Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-15T21:17:43.316Z] Statistics: [2021-03-15T21:17:43.316Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-15T21:17:43.316Z] File successfully converted to sysstat format version 12.2.1 [2021-03-15T21:17:43.316Z] + sadf -c /var/log/sa-host/sa23 [2021-03-15T21:17:43.316Z] file_magic: OK [2021-03-15T21:17:43.316Z] HZ: Using current value: 100 [2021-03-15T21:17:43.316Z] file_header: OK [2021-03-15T21:17:43.316Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-15T21:17:43.316Z] Statistics: [2021-03-15T21:17:43.316Z] Hnuu...uuuununununu... [2021-03-15T21:17:43.316Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-15T21:17:43.936Z] provisioning config files... [2021-03-15T21:17:43.954Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config4497561929886437071tmp [Pipeline] { [Pipeline] echo [2021-03-15T21:17:44.057Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:17:44.355Z] ---> create-netrc.sh [Pipeline] } [2021-03-15T21:17:44.628Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-15T21:17:44.752Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:17:45.049Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-15T21:17:45.061Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:17:45.359Z] ---> sudo-logs.sh [2021-03-15T21:17:45.359Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-15T21:17:45.471Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:17:45.766Z] ---> job-cost.sh [2021-03-15T21:17:45.766Z] lf-activate-venv: SKIPPING [2021-03-15T21:17:45.766Z] DEBUG: total: 0.20999999344348907 [2021-03-15T21:17:45.766Z] INFO: Retrieving Stack Cost... [2021-03-15T21:17:48.317Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-15T21:17:48.578Z] INFO: Archiving Costs [Pipeline] echo [2021-03-15T21:17:48.592Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T21:17:48.890Z] ---> logs-deploy.sh [2021-03-15T21:17:48.890Z] lf-activate-venv: SKIPPING [2021-03-15T21:17:48.890Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3251/3 [2021-03-15T21:17:48.890Z] INFO: archiving workspace using pattern(s): [2021-03-15T21:17:50.276Z] Archives upload complete. [2021-03-15T21:17:50.276Z] INFO: archiving logs to Nexus