Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 49896a23f3d9675ad8c571d6ea5ecdcb3a81373e+4de7b29ec6a8606e0e6ecf10f9521fe8d918a5e9 (9f4b429e691860651d2cd09d8e7abec59e65e232) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7734592162956470321.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d6bf42d899a6140169a1fadeb6f44df9cdc48750 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh4718455133442723149.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d6bf42d899a6140169a1fadeb6f44df9cdc48750 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3765/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3765/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8045159897586323573.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d6bf42d899a6140169a1fadeb6f44df9cdc48750 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d6bf42d899a6140169a1fadeb6f44df9cdc48750 # timeout=10 Commit message: "Merge pull request #360 from ernestojeda/fix-alpine-3-14-seccomp-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7126879731480549643.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3765/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3765/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh7905076980134485997.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: 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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-933 in /w/workspace/edgexfoundry_edgex-go_PR-3765 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/2@tmp/jenkins-gitclient-ssh6390202655984160106.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 4de7b29ec6a8606e0e6ecf10f9521fe8d918a5e9 into PR head commit 49896a23f3d9675ad8c571d6ea5ecdcb3a81373e Merge succeeded, producing 0cb9292e3f6936e7a98c0001ab3c870c710fc6f4 Checking out Revision 0cb9292e3f6936e7a98c0001ab3c870c710fc6f4 (PR-3765) Commit message: "Merge commit '4de7b29ec6a8606e0e6ecf10f9521fe8d918a5e9' into HEAD" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/2@tmp/jenkins-gitclient-ssh2737831054834979626.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3765/head:refs/remotes/origin/PR-3765 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 49896a23f3d9675ad8c571d6ea5ecdcb3a81373e # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/2@tmp/jenkins-gitclient-ssh1143076516439285385.key > git merge 4de7b29ec6a8606e0e6ecf10f9521fe8d918a5e9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0cb9292e3f6936e7a98c0001ab3c870c710fc6f4 # timeout=10 > git rev-list --no-walk 49896a23f3d9675ad8c571d6ea5ecdcb3a81373e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-10-21T16:33:05.377Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-10-21T16:33:05.419Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-10-21T16:33:05.430Z] ========================================================= [2021-10-21T16:33:05.430Z] EdgeX Global Pipelines Version Info [2021-10-21T16:33:05.430Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-10-21T16:33:06.570Z] ------------------- [2021-10-21T16:33:06.571Z] stable info: [2021-10-21T16:33:06.571Z] ------------------- [2021-10-21T16:33:06.571Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-10-21T16:33:06.571Z] Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 [2021-10-21T16:33:06.571Z] Message: update stable to v1.0.210 [2021-10-21T16:33:07.144Z] ------------------- [2021-10-21T16:33:07.144Z] experimental info: [2021-10-21T16:33:07.144Z] ------------------- [2021-10-21T16:33:07.144Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-10-21T16:33:07.144Z] Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 [2021-10-21T16:33:07.144Z] Message: update experimental to v1.0.210 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-10-21T16:33:07.217Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-10-21T16:33:07.225Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-10-21T16:33:07.232Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-10-21T16:33:07.246Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-10-21T16:33:07.254Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-10-21T16:33:07.264Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-10-21T16:33:07.273Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-10-21T16:33:07.282Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-10-21T16:33:07.291Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-10-21T16:33:07.302Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-10-21T16:33:07.311Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-10-21T16:33:07.320Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-10-21T16:33:07.332Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-10-21T16:33:07.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-10-21T16:33:07.352Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-10-21T16:33:07.362Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-10-21T16:33:07.371Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-10-21T16:33:07.381Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-10-21T16:33:07.393Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-10-21T16:33:07.402Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-10-21T16:33:07.411Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-10-21T16:33:07.420Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-10-21T16:33:07.429Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3765 [Pipeline] echo [2021-10-21T16:33:07.439Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3765 [Pipeline] echo [2021-10-21T16:33:07.449Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3765 [Pipeline] echo [2021-10-21T16:33:07.481Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0cb9292e3f6936e7a98c0001ab3c870c710fc6f4 [Pipeline] echo [2021-10-21T16:33:07.491Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0cb9292 [Pipeline] echo [2021-10-21T16:33:07.500Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-21T16:33:07.539Z] provisioning config files... [2021-10-21T16:33:07.559Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6977533923423153206tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-21T16:33:07.872Z] ---> docker-login.sh [2021-10-21T16:33:07.872Z] nexus3.edgexfoundry.org:10001 [2021-10-21T16:33:07.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T16:33:08.138Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T16:33:08.138Z] Configure a credential helper to remove this warning. See [2021-10-21T16:33:08.138Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T16:33:08.138Z] [2021-10-21T16:33:08.138Z] Login Succeeded [2021-10-21T16:33:08.138Z] nexus3.edgexfoundry.org:10002 [2021-10-21T16:33:08.138Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T16:33:08.138Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T16:33:08.138Z] Configure a credential helper to remove this warning. See [2021-10-21T16:33:08.138Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T16:33:08.138Z] [2021-10-21T16:33:08.138Z] Login Succeeded [2021-10-21T16:33:08.138Z] nexus3.edgexfoundry.org:10003 [2021-10-21T16:33:08.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T16:33:08.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T16:33:08.401Z] Configure a credential helper to remove this warning. See [2021-10-21T16:33:08.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T16:33:08.401Z] [2021-10-21T16:33:08.401Z] Login Succeeded [2021-10-21T16:33:08.401Z] nexus3.edgexfoundry.org:10004 [2021-10-21T16:33:08.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T16:33:08.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T16:33:08.401Z] Configure a credential helper to remove this warning. See [2021-10-21T16:33:08.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T16:33:08.401Z] [2021-10-21T16:33:08.401Z] Login Succeeded [2021-10-21T16:33:08.401Z] docker.io [2021-10-21T16:33:08.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T16:33:08.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T16:33:08.982Z] Configure a credential helper to remove this warning. See [2021-10-21T16:33:08.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T16:33:08.982Z] [2021-10-21T16:33:08.982Z] Login Succeeded [2021-10-21T16:33:08.982Z] ---> docker-login.sh ends [Pipeline] } [2021-10-21T16:33:08.990Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-10-21T16:33:09.296Z] ++ 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-10-21T16:33:09.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-21T16:33:09.296Z] ++ dirname cmd/core-command/Dockerfile [2021-10-21T16:33:09.296Z] ++ cut -d/ -f2 [2021-10-21T16:33:09.296Z] + echo core-command,cmd/core-command/Dockerfile [2021-10-21T16:33:09.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-21T16:33:09.296Z] ++ dirname cmd/core-data/Dockerfile [2021-10-21T16:33:09.296Z] ++ cut -d/ -f2 [2021-10-21T16:33:09.296Z] + echo core-data,cmd/core-data/Dockerfile [2021-10-21T16:33:09.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-21T16:33:09.296Z] ++ dirname cmd/core-metadata/Dockerfile [2021-10-21T16:33:09.296Z] ++ cut -d/ -f2 [2021-10-21T16:33:09.296Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-10-21T16:33:09.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-21T16:33:09.296Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-10-21T16:33:09.296Z] ++ cut -d/ -f2 [2021-10-21T16:33:09.296Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-10-21T16:33:09.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-21T16:33:09.296Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-10-21T16:33:09.296Z] ++ cut -d/ -f2 [2021-10-21T16:33:09.296Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-10-21T16:33:09.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-21T16:33:09.296Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-10-21T16:33:09.296Z] ++ cut -d/ -f2 [2021-10-21T16:33:09.296Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-10-21T16:33:09.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-21T16:33:09.296Z] ++ dirname cmd/support-notifications/Dockerfile [2021-10-21T16:33:09.296Z] ++ cut -d/ -f2 [2021-10-21T16:33:09.296Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-10-21T16:33:09.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-21T16:33:09.296Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-10-21T16:33:09.296Z] ++ cut -d/ -f2 [2021-10-21T16:33:09.296Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-10-21T16:33:09.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-21T16:33:09.296Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-10-21T16:33:09.296Z] ++ cut -d/ -f2 [2021-10-21T16:33:09.296Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-10-21T16:33:09.337Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-10-21T16:33:10.235Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-21T16:33:10.235Z] [2021-10-21T16:33:10.235Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-10-21T16:33:10.547Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-21T16:33:10.547Z] latest: Pulling from edgex-devops/git-semver [2021-10-21T16:33:10.547Z] a0d0a0d46f8b: Pulling fs layer [2021-10-21T16:33:10.547Z] 3e5f54012d9b: Pulling fs layer [2021-10-21T16:33:10.547Z] 4c7163046ea9: Pulling fs layer [2021-10-21T16:33:10.547Z] 0c2d73faf560: Pulling fs layer [2021-10-21T16:33:10.547Z] 0c2d73faf560: Waiting [2021-10-21T16:33:10.547Z] 3e5f54012d9b: Verifying Checksum [2021-10-21T16:33:10.547Z] 3e5f54012d9b: Download complete [2021-10-21T16:33:10.547Z] a0d0a0d46f8b: Verifying Checksum [2021-10-21T16:33:10.547Z] a0d0a0d46f8b: Download complete [2021-10-21T16:33:10.547Z] 4c7163046ea9: Verifying Checksum [2021-10-21T16:33:10.547Z] 4c7163046ea9: Download complete [2021-10-21T16:33:10.547Z] 0c2d73faf560: Verifying Checksum [2021-10-21T16:33:10.547Z] 0c2d73faf560: Download complete [2021-10-21T16:33:10.813Z] a0d0a0d46f8b: Pull complete [2021-10-21T16:33:10.813Z] 3e5f54012d9b: Pull complete [2021-10-21T16:33:11.093Z] 4c7163046ea9: Pull complete [2021-10-21T16:33:11.361Z] 0c2d73faf560: Pull complete [2021-10-21T16:33:11.361Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2021-10-21T16:33:11.361Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-21T16:33:11.361Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-10-21T16:33:11.433Z] prd-centos7-docker-4c-2g-933 does not seem to be running inside a container [2021-10-21T16:33:11.478Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-10-21T16:33:12.026Z] $ docker top a4ccc878b71728ff66a7b8d72505900d0245ae0d1cb77408b37a126408babf00 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-10-21T16:33:12.125Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-21T16:33:12.125Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-21T16:33:12.230Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-21T16:33:12.242Z] $ docker exec a4ccc878b71728ff66a7b8d72505900d0245ae0d1cb77408b37a126408babf00 ssh-agent [2021-10-21T16:33:12.324Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXOikipG/agent.14 [2021-10-21T16:33:12.324Z] SSH_AGENT_PID=21 [2021-10-21T16:33:12.333Z] Running ssh-add (command line suppressed) [2021-10-21T16:33:12.447Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4591856483781972181.key (/w/workspace/edgex-go/2@tmp/private_key_4591856483781972181.key) [2021-10-21T16:33:12.449Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-21T16:33:12.743Z] + git tag --points-at HEAD [Pipeline] } [2021-10-21T16:33:12.767Z] $ docker exec --env ******** --env ******** a4ccc878b71728ff66a7b8d72505900d0245ae0d1cb77408b37a126408babf00 ssh-agent -k [2021-10-21T16:33:12.857Z] unset SSH_AUTH_SOCK; [2021-10-21T16:33:12.857Z] unset SSH_AGENT_PID; [2021-10-21T16:33:12.857Z] echo Agent pid 21 killed; [2021-10-21T16:33:12.858Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-10-21T16:33:12.886Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-21T16:33:12.886Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-21T16:33:12.977Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-21T16:33:12.989Z] $ docker exec a4ccc878b71728ff66a7b8d72505900d0245ae0d1cb77408b37a126408babf00 ssh-agent [2021-10-21T16:33:13.086Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXdJIlKp/agent.56 [2021-10-21T16:33:13.086Z] SSH_AGENT_PID=63 [2021-10-21T16:33:13.091Z] Running ssh-add (command line suppressed) [2021-10-21T16:33:13.193Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7761787018830484366.key (/w/workspace/edgex-go/2@tmp/private_key_7761787018830484366.key) [2021-10-21T16:33:13.197Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-21T16:33:13.489Z] + git semver init [2021-10-21T16:33:13.489Z] # -> Open(): unable to determine branch for HEAD [2021-10-21T16:33:13.489Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-10-21T16:33:13.489Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-10-21T16:33:13.489Z] # $SEMVER_REMOTE_NAME = origin [2021-10-21T16:33:13.489Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-10-21T16:33:13.489Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-10-21T16:33:13.489Z] # $SEMVER_BRANCH = PR-3765 [2021-10-21T16:33:13.489Z] # $SEMVER_TEMP = /tmp/semver-093704947 [2021-10-21T16:33:13.489Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-10-21T16:33:28.450Z] # '/tmp/semver-093704947' -> '/w/workspace/edgex-go/2/.semver' [2021-10-21T16:33:28.450Z] # -> Force: false [2021-10-21T16:33:28.450Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-10-21T16:33:28.470Z] $ docker exec --env ******** --env ******** a4ccc878b71728ff66a7b8d72505900d0245ae0d1cb77408b37a126408babf00 ssh-agent -k [2021-10-21T16:33:28.571Z] unset SSH_AUTH_SOCK; [2021-10-21T16:33:28.572Z] unset SSH_AGENT_PID; [2021-10-21T16:33:28.572Z] echo Agent pid 63 killed; [2021-10-21T16:33:28.573Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-10-21T16:33:28.884Z] + git semver [Pipeline] } [2021-10-21T16:33:28.908Z] $ docker stop --time=1 a4ccc878b71728ff66a7b8d72505900d0245ae0d1cb77408b37a126408babf00 [2021-10-21T16:33:30.593Z] $ docker rm -f a4ccc878b71728ff66a7b8d72505900d0245ae0d1cb77408b37a126408babf00 [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-21T16:33:30.957Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-10-21T16:33:31.172Z] Stashed 1 file(s) [Pipeline] echo [2021-10-21T16:33:31.176Z] [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] echo [2021-10-21T16:33:31.535Z] ========================================================= [2021-10-21T16:33:31.535Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-10-21T16:33:31.535Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-10-21T16:33:31.831Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-21T16:33:31.831Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-10-21T16:33:31.831Z] a0d0a0d46f8b: Already exists [2021-10-21T16:33:31.831Z] 31adcdaf11c8: Pulling fs layer [2021-10-21T16:33:31.831Z] b8b176561691: Pulling fs layer [2021-10-21T16:33:31.831Z] 4527c011a84f: Pulling fs layer [2021-10-21T16:33:31.831Z] 5d74067f8e1e: Pulling fs layer [2021-10-21T16:33:31.831Z] e0aca202a116: Pulling fs layer [2021-10-21T16:33:31.831Z] 3a43be97a3b4: Pulling fs layer [2021-10-21T16:33:31.831Z] 34cad66bf833: Pulling fs layer [2021-10-21T16:33:31.831Z] b4e3c513aaa6: Pulling fs layer [2021-10-21T16:33:31.831Z] 5d74067f8e1e: Waiting [2021-10-21T16:33:31.831Z] e0aca202a116: Waiting [2021-10-21T16:33:31.831Z] 3a43be97a3b4: Waiting [2021-10-21T16:33:31.831Z] 34cad66bf833: Waiting [2021-10-21T16:33:31.831Z] b4e3c513aaa6: Waiting [2021-10-21T16:33:31.831Z] b8b176561691: Verifying Checksum [2021-10-21T16:33:31.831Z] b8b176561691: Download complete [2021-10-21T16:33:31.831Z] 31adcdaf11c8: Verifying Checksum [2021-10-21T16:33:31.831Z] 31adcdaf11c8: Download complete [2021-10-21T16:33:31.831Z] e0aca202a116: Verifying Checksum [2021-10-21T16:33:31.831Z] e0aca202a116: Download complete [2021-10-21T16:33:31.831Z] 5d74067f8e1e: Verifying Checksum [2021-10-21T16:33:31.831Z] 5d74067f8e1e: Download complete [2021-10-21T16:33:31.831Z] 3a43be97a3b4: Verifying Checksum [2021-10-21T16:33:31.831Z] 3a43be97a3b4: Download complete [2021-10-21T16:33:32.095Z] 31adcdaf11c8: Pull complete [2021-10-21T16:33:32.095Z] 34cad66bf833: Verifying Checksum [2021-10-21T16:33:32.095Z] 34cad66bf833: Download complete [2021-10-21T16:33:32.095Z] b8b176561691: Pull complete [2021-10-21T16:33:32.354Z] 4527c011a84f: Verifying Checksum [2021-10-21T16:33:32.354Z] 4527c011a84f: Download complete [2021-10-21T16:33:32.619Z] b4e3c513aaa6: Verifying Checksum [2021-10-21T16:33:32.619Z] b4e3c513aaa6: Download complete [2021-10-21T16:33:35.955Z] 4527c011a84f: Pull complete [2021-10-21T16:33:35.955Z] 5d74067f8e1e: Pull complete [2021-10-21T16:33:35.955Z] e0aca202a116: Pull complete [2021-10-21T16:33:35.955Z] 3a43be97a3b4: Pull complete [2021-10-21T16:33:35.955Z] 34cad66bf833: Pull complete [2021-10-21T16:33:38.532Z] b4e3c513aaa6: Pull complete [2021-10-21T16:33:38.794Z] Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 [2021-10-21T16:33:38.794Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-21T16:33:38.794Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-10-21T16:33:39.107Z] + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-21T16:33:39.107Z] WORKDIR /edgex [2021-10-21T16:33:39.107Z] COPY go.mod . [2021-10-21T16:33:39.107Z] RUN go mod download' [2021-10-21T16:33:39.107Z] + docker build -t ci-base-image-x86_64 -f - . [2021-10-21T16:33:40.534Z] Sending build context to Docker daemon 329.6MB [2021-10-21T16:33:40.534Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-21T16:33:40.534Z] ---> 9f6097aaca64 [2021-10-21T16:33:40.534Z] Step 2/4 : WORKDIR /edgex [2021-10-21T16:33:41.922Z] ---> Running in 2e28dcfad6af [2021-10-21T16:33:41.922Z] Removing intermediate container 2e28dcfad6af [2021-10-21T16:33:41.922Z] ---> 8eb9a0c5084a [2021-10-21T16:33:41.922Z] Step 3/4 : COPY go.mod . [2021-10-21T16:33:42.190Z] ---> 59dbbe7b1c72 [2021-10-21T16:33:42.190Z] Step 4/4 : RUN go mod download [2021-10-21T16:33:42.190Z] ---> Running in c4ae595ec8f6 [2021-10-21T16:33:46.481Z] Still waiting to schedule task [2021-10-21T16:33:46.482Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-10-21T16:34:20.980Z] Removing intermediate container c4ae595ec8f6 [2021-10-21T16:34:20.980Z] ---> 0fbf3b8ef695 [2021-10-21T16:34:20.980Z] Successfully built 0fbf3b8ef695 [2021-10-21T16:34:20.980Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-21T16:34:21.280Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-21T16:34:21.280Z] . [Pipeline] withDockerContainer [2021-10-21T16:34:21.357Z] prd-centos7-docker-4c-2g-933 does not seem to be running inside a container [2021-10-21T16:34:21.406Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-10-21T16:34:21.796Z] $ docker top c812cbda43f5ceb692453bcbf520646493b9430cb3dc42ffedf40a555d3e65e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-21T16:34:22.136Z] + go version [2021-10-21T16:34:22.136Z] go version go1.16.8 linux/amd64 [Pipeline] } [2021-10-21T16:34:22.155Z] $ docker stop --time=1 c812cbda43f5ceb692453bcbf520646493b9430cb3dc42ffedf40a555d3e65e0 [2021-10-21T16:34:23.337Z] $ docker rm -f c812cbda43f5ceb692453bcbf520646493b9430cb3dc42ffedf40a555d3e65e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-21T16:34:23.860Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-21T16:34:23.860Z] . [Pipeline] withDockerContainer [2021-10-21T16:34:23.926Z] prd-centos7-docker-4c-2g-933 does not seem to be running inside a container [2021-10-21T16:34:23.971Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-10-21T16:34:24.320Z] $ docker top f6f11864cd3e94e616c8863ef98198681473a63b3689b490c25541516aa51c56 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-10-21T16:34:24.388Z] ========================================================= [2021-10-21T16:34:24.388Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-10-21T16:34:24.388Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-10-21T16:34:24.709Z] + make test [2021-10-21T16:34:24.709Z] go mod tidy [2021-10-21T16:34:24.976Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-10-21T16:34:30.349Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-10-21T16:34:48.640Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-10-21T16:34:55.278Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-10-21T16:34:55.278Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-10-21T16:34:55.278Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-10-21T16:34:57.200Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-10-21T16:34:58.146Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-10-21T16:34:58.146Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-10-21T16:34:58.146Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-10-21T16:34:58.723Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-10-21T16:34:58.983Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-10-21T16:34:59.251Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-10-21T16:34:59.251Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-10-21T16:34:59.251Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-10-21T16:34:59.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-10-21T16:35:01.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.053s coverage: 28.7% of statements [2021-10-21T16:35:01.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-10-21T16:35:01.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-10-21T16:35:01.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.063s coverage: 98.5% of statements [2021-10-21T16:35:01.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-10-21T16:35:02.382Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.055s coverage: 47.2% of statements [2021-10-21T16:35:02.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-10-21T16:35:02.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-10-21T16:35:03.339Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.109s coverage: 90.1% of statements [2021-10-21T16:35:03.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-10-21T16:35:03.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-10-21T16:35:04.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.051s coverage: 84.4% of statements [2021-10-21T16:35:04.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-10-21T16:35:04.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-10-21T16:35:04.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-10-21T16:35:04.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-10-21T16:35:04.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-10-21T16:35:04.865Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.290s coverage: 94.2% of statements [2021-10-21T16:35:04.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-10-21T16:35:04.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-10-21T16:35:05.132Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.061s coverage: 59.1% of statements [2021-10-21T16:35:05.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-10-21T16:35:05.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-10-21T16:35:05.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-10-21T16:35:05.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-10-21T16:35:05.132Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-10-21T16:35:05.398Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.048s coverage: 60.0% of statements [2021-10-21T16:35:05.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-10-21T16:35:05.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-10-21T16:35:05.398Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-10-21T16:35:06.348Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.058s coverage: 0.9% of statements [2021-10-21T16:35:06.348Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-10-21T16:35:06.348Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.087s coverage: 58.8% of statements [2021-10-21T16:35:06.610Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.044s coverage: 21.7% of statements [2021-10-21T16:35:06.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-10-21T16:35:06.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.044s coverage: 47.1% of statements [2021-10-21T16:35:08.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.049s coverage: 79.5% of statements [2021-10-21T16:35:08.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements [2021-10-21T16:35:08.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.106s coverage: 96.3% of statements [2021-10-21T16:35:08.284Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements [2021-10-21T16:35:20.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.060s coverage: 94.4% of statements [2021-10-21T16:35:20.525Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements [2021-10-21T16:35:25.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.186s coverage: 82.5% of statements [2021-10-21T16:35:25.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-10-21T16:35:43.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.078s coverage: 92.9% of statements [2021-10-21T16:35:43.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-10-21T16:35:43.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-10-21T16:35:43.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-10-21T16:35:43.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.023s coverage: 65.1% of statements [2021-10-21T16:35:43.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-10-21T16:35:43.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-10-21T16:35:43.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-10-21T16:35:43.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-10-21T16:35:43.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-10-21T16:35:43.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.060s coverage: 87.2% of statements [2021-10-21T16:35:43.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-10-21T16:35:43.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-10-21T16:35:43.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2021-10-21T16:35:43.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-10-21T16:35:43.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.063s coverage: 58.8% of statements [2021-10-21T16:35:43.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-10-21T16:35:43.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.0% of statements [2021-10-21T16:35:43.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-10-21T16:35:43.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 85.4% of statements [2021-10-21T16:35:43.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.132s coverage: 91.2% of statements [2021-10-21T16:35:43.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-10-21T16:35:43.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.137s coverage: 64.4% of statements [2021-10-21T16:35:43.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-10-21T16:35:43.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-10-21T16:35:43.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements [2021-10-21T16:35:43.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2021-10-21T16:35:43.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2021-10-21T16:35:43.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-10-21T16:35:43.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.019s coverage: 100.0% of statements [2021-10-21T16:35:43.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.270s coverage: 70.4% of statements [2021-10-21T16:35:43.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-10-21T16:35:43.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-10-21T16:35:43.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-10-21T16:35:44.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.135s coverage: 43.4% of statements [2021-10-21T16:35:44.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-10-21T16:35:44.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-10-21T16:35:44.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements [2021-10-21T16:35:44.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-10-21T16:35:44.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.044s coverage: 84.8% of statements [2021-10-21T16:35:44.801Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-10-21T16:35:52.965Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.070s coverage: 17.7% of statements [2021-10-21T16:35:52.965Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-10-21T16:35:52.965Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-10-21T16:35:52.965Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-10-21T16:35:52.965Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-10-21T16:35:52.965Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.134s coverage: 92.3% of statements [2021-10-21T16:35:52.965Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-10-21T16:35:52.965Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-10-21T16:35:52.965Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-10-21T16:35:52.965Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-10-21T16:35:52.965Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 63.2% of statements [2021-10-21T16:35:52.965Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-10-21T16:35:52.965Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-10-21T16:35:52.965Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.095s coverage: 97.7% of statements [2021-10-21T16:35:52.965Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-10-21T16:35:52.965Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-10-21T16:35:52.965Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-10-21T16:35:52.965Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-10-21T16:35:52.965Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.052s coverage: 28.9% of statements [2021-10-21T16:35:52.965Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-10-21T16:35:52.965Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-10-21T16:35:52.965Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-10-21T16:35:52.965Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-10-21T16:35:52.965Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-10-21T16:35:52.965Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-10-21T16:35:52.965Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements [2021-10-21T16:35:52.965Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 96.9% of statements [2021-10-21T16:35:52.965Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2021-10-21T16:36:25.256Z] GO111MODULE=on go vet ./... [2021-10-21T16:36:35.329Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-10-21T16:36:35.329Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2021-10-21T16:36:35.329Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-10-21T16:36:35.622Z] + ls -al . [2021-10-21T16:36:35.623Z] total 628 [2021-10-21T16:36:35.623Z] drwxrwxr-x 10 1001 1001 4096 Oct 21 16:36 . [2021-10-21T16:36:35.623Z] drwxr-xr-x 4 root root 28 Oct 21 16:34 .. [2021-10-21T16:36:35.623Z] -rw-rw-r-- 1 1001 1001 11 Oct 21 16:33 .dockerignore [2021-10-21T16:36:35.623Z] drwxrwxr-x 8 1001 1001 179 Oct 21 16:33 .git [2021-10-21T16:36:35.623Z] drwxrwxr-x 4 1001 1001 142 Oct 21 16:33 .github [2021-10-21T16:36:35.623Z] -rw-rw-r-- 1 1001 1001 804 Oct 21 16:33 .gitignore [2021-10-21T16:36:35.623Z] -rw-rw-r-- 1 1001 1001 42 Oct 21 16:33 .golangci.yml [2021-10-21T16:36:35.623Z] -rw-rw-r-- 1 1001 1001 76 Oct 21 16:33 .hadolint.yml [2021-10-21T16:36:35.623Z] drwx------ 3 1001 1001 58 Oct 21 16:33 .semver [2021-10-21T16:36:35.623Z] -rw-rw-r-- 1 1001 1001 166 Oct 21 16:33 .sonarcloud.properties [2021-10-21T16:36:35.623Z] -rw-rw-r-- 1 1001 1001 1171 Oct 21 16:33 ADOPTERS.md [2021-10-21T16:36:35.623Z] -rw-rw-r-- 1 1001 1001 8608 Oct 21 16:33 Attribution.txt [2021-10-21T16:36:35.623Z] -rw-rw-r-- 1 1001 1001 43881 Oct 21 16:33 CHANGELOG.md [2021-10-21T16:36:35.623Z] -rw-rw-r-- 1 1001 1001 3804 Oct 21 16:33 CONTRIBUTING.md [2021-10-21T16:36:35.623Z] -rw-rw-r-- 1 1001 1001 677 Oct 21 16:33 GOVERNANCE.md [2021-10-21T16:36:35.623Z] -rw-rw-r-- 1 1001 1001 849 Oct 21 16:33 Jenkinsfile [2021-10-21T16:36:35.623Z] -rw-rw-r-- 1 1001 1001 10775 Oct 21 16:33 LICENSE [2021-10-21T16:36:35.623Z] -rw-rw-r-- 1 1001 1001 6508 Oct 21 16:33 Makefile [2021-10-21T16:36:35.623Z] -rw-rw-r-- 1 1001 1001 582 Oct 21 16:33 OWNERS.md [2021-10-21T16:36:35.623Z] -rw-rw-r-- 1 1001 1001 8256 Oct 21 16:33 README.md [2021-10-21T16:36:35.623Z] -rw-rw-r-- 1 1001 1001 6912 Oct 21 16:33 SECURITY.md [2021-10-21T16:36:35.623Z] -rw-rw-r-- 1 1001 1001 5 Oct 21 16:33 VERSION [2021-10-21T16:36:35.623Z] -rw-rw-r-- 1 1001 1001 4131 Oct 21 16:33 ZMQWindows.md [2021-10-21T16:36:35.623Z] drwxrwxr-x 2 1001 1001 37 Oct 21 16:33 bin [2021-10-21T16:36:35.623Z] drwxrwxr-x 14 1001 1001 4096 Oct 21 16:33 cmd [2021-10-21T16:36:35.623Z] -rw-r--r-- 1 root root 420693 Oct 21 16:35 coverage.out [2021-10-21T16:36:35.623Z] -rw-rw-r-- 1 1001 1001 829 Oct 21 16:33 go.mod [2021-10-21T16:36:35.623Z] -rw-rw-r-- 1 1001 1001 50143 Oct 21 16:33 go.sum [2021-10-21T16:36:35.623Z] drwxrwxr-x 8 1001 1001 124 Oct 21 16:33 internal [2021-10-21T16:36:35.623Z] drwxrwxr-x 3 1001 1001 16 Oct 21 16:33 openapi [2021-10-21T16:36:35.623Z] drwxrwxr-x 4 1001 1001 71 Oct 21 16:33 snap [2021-10-21T16:36:35.623Z] -rw-rw-r-- 1 1001 1001 204 Oct 21 16:33 version.go [Pipeline] sh [2021-10-21T16:36:35.917Z] + '[' -e coverage.out ] [2021-10-21T16:36:35.917Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-10-21T16:36:36.029Z] Stashed 1 file(s) [Pipeline] sh [2021-10-21T16:36:36.326Z] + make build [2021-10-21T16:36:36.326Z] 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-10-21T16:36:37.729Z] 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-10-21T16:36:44.355Z] 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-10-21T16:36:44.929Z] 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-10-21T16:36:46.322Z] 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-10-21T16:36:46.322Z] 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-10-21T16:36:47.267Z] 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-10-21T16:36:47.849Z] 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-10-21T16:36:48.802Z] 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-10-21T16:36:49.747Z] 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-10-21T16:36:50.323Z] 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-10-21T16:36:51.272Z] 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-10-21T16:36:52.727Z] $ docker stop --time=1 f6f11864cd3e94e616c8863ef98198681473a63b3689b490c25541516aa51c56 [2021-10-21T16:36:54.428Z] $ docker rm -f f6f11864cd3e94e616c8863ef98198681473a63b3689b490c25541516aa51c56 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-21T16:36:56.145Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-21T16:36:56.146Z] [2021-10-21T16:36:56.146Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-10-21T16:36:56.447Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-21T16:36:56.447Z] latest: Pulling from edgex-devops/edgex-compose [2021-10-21T16:36:56.447Z] cbdbe7a5bc2a: Pulling fs layer [2021-10-21T16:36:56.447Z] ca9280d653b3: Pulling fs layer [2021-10-21T16:36:56.447Z] 7e9c9ca2126c: Pulling fs layer [2021-10-21T16:36:56.447Z] cbdbe7a5bc2a: Verifying Checksum [2021-10-21T16:36:56.447Z] cbdbe7a5bc2a: Download complete [2021-10-21T16:36:56.714Z] ca9280d653b3: Verifying Checksum [2021-10-21T16:36:56.714Z] ca9280d653b3: Download complete [2021-10-21T16:36:56.714Z] cbdbe7a5bc2a: Pull complete [2021-10-21T16:36:56.977Z] 7e9c9ca2126c: Verifying Checksum [2021-10-21T16:36:56.977Z] 7e9c9ca2126c: Download complete [2021-10-21T16:36:57.556Z] ca9280d653b3: Pull complete [2021-10-21T16:37:00.881Z] 7e9c9ca2126c: Pull complete [2021-10-21T16:37:00.881Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-10-21T16:37:00.881Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-21T16:37:00.881Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-10-21T16:37:01.093Z] prd-centos7-docker-4c-2g-933 does not seem to be running inside a container [2021-10-21T16:37:01.229Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-10-21T16:37:03.819Z] $ docker top 0f9020d2d44b7fadddf086895d079bdd1779c296d70516209922bff9a53c4e1c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-21T16:37:04.232Z] + docker-compose build --help [2021-10-21T16:37:04.232Z] + grep parallel [2021-10-21T16:37:04.802Z] --parallel Build images in parallel. [Pipeline] } [2021-10-21T16:37:04.822Z] $ docker stop --time=1 0f9020d2d44b7fadddf086895d079bdd1779c296d70516209922bff9a53c4e1c [2021-10-21T16:37:06.011Z] $ docker rm -f 0f9020d2d44b7fadddf086895d079bdd1779c296d70516209922bff9a53c4e1c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-21T16:37:06.382Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-21T16:37:06.382Z] . [Pipeline] withDockerContainer [2021-10-21T16:37:06.448Z] prd-centos7-docker-4c-2g-933 does not seem to be running inside a container [2021-10-21T16:37:06.493Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-10-21T16:37:06.844Z] $ docker top 5d346eb303715962fd7aeb020ab70a7ea1f3045c77d762773478be640adeefd0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-21T16:37:07.189Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-10-21T16:37:07.766Z] Building core-command ... [2021-10-21T16:37:07.766Z] Building core-data ... [2021-10-21T16:37:07.766Z] Building core-metadata ... [2021-10-21T16:37:07.766Z] Building security-bootstrapper ... [2021-10-21T16:37:07.766Z] Building security-proxy-setup ... [2021-10-21T16:37:07.766Z] Building security-secretstore-setup ... [2021-10-21T16:37:07.766Z] Building support-notifications ... [2021-10-21T16:37:07.766Z] Building support-scheduler ... [2021-10-21T16:37:07.766Z] Building sys-mgmt-agent ... [2021-10-21T16:37:07.766Z] Building security-secretstore-setup [2021-10-21T16:37:07.766Z] Building security-proxy-setup [2021-10-21T16:37:07.766Z] Building security-bootstrapper [2021-10-21T16:37:07.766Z] Building support-notifications [2021-10-21T16:37:07.766Z] Building support-scheduler [2021-10-21T16:37:19.689Z] Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-21T16:37:19.689Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2021-10-21T16:37:19.689Z] ---> 0fbf3b8ef695 [2021-10-21T16:37:19.689Z] Step 3/20 : WORKDIR /edgex-go [2021-10-21T16:37:19.689Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-21T16:37:19.689Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-10-21T16:37:19.689Z] ---> 0fbf3b8ef695 [2021-10-21T16:37:19.689Z] Step 3/23 : WORKDIR /edgex-go [2021-10-21T16:37:19.689Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-21T16:37:19.689Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-10-21T16:37:19.689Z] ---> 0fbf3b8ef695 [2021-10-21T16:37:19.689Z] Step 3/21 : WORKDIR /edgex-go [2021-10-21T16:37:21.555Z] ---> Running in e0d6061d76ed [2021-10-21T16:37:21.555Z] ---> Running in fc58cbc5b35b [2021-10-21T16:37:21.555Z] ---> Running in 0dfc4758e918 [2021-10-21T16:37:28.378Z] Removing intermediate container e0d6061d76ed [2021-10-21T16:37:28.378Z] ---> 5609b205a9dd [2021-10-21T16:37:28.378Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-21T16:37:28.378Z] Removing intermediate container 0dfc4758e918 [2021-10-21T16:37:28.378Z] ---> 9d802b3f049c [2021-10-21T16:37:28.378Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-21T16:37:28.378Z] Removing intermediate container fc58cbc5b35b [2021-10-21T16:37:28.378Z] ---> 5994378790b6 [2021-10-21T16:37:28.378Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-21T16:37:28.639Z] ---> Running in 15737c7370df [2021-10-21T16:37:28.639Z] ---> Running in 8342b7b69f81 [2021-10-21T16:37:28.639Z] ---> Running in ca2c6ed251d8 [2021-10-21T16:37:30.548Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-21T16:37:30.549Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-10-21T16:37:30.549Z] ---> 0fbf3b8ef695 [2021-10-21T16:37:30.549Z] Step 3/24 : WORKDIR /edgex-go [2021-10-21T16:37:30.549Z] ---> Using cache [2021-10-21T16:37:30.549Z] ---> 9d802b3f049c [2021-10-21T16:37:30.549Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-21T16:37:31.934Z] Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-21T16:37:31.934Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-10-21T16:37:31.934Z] ---> 0fbf3b8ef695 [2021-10-21T16:37:31.934Z] Step 3/30 : WORKDIR /edgex-go [2021-10-21T16:37:31.934Z] ---> Using cache [2021-10-21T16:37:31.934Z] ---> 9d802b3f049c [2021-10-21T16:37:31.934Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-21T16:37:31.934Z] ---> Running in 1c30a1b4bf64 [2021-10-21T16:37:31.934Z] ---> Running in 0ab356e80069 [2021-10-21T16:37:32.207Z] Removing intermediate container 15737c7370df [2021-10-21T16:37:32.207Z] ---> e80349badf42 [2021-10-21T16:37:32.207Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-10-21T16:37:32.207Z] ---> Running in 1aa411a3a600 [2021-10-21T16:37:32.473Z] Removing intermediate container ca2c6ed251d8 [2021-10-21T16:37:32.473Z] ---> 22dff7e16c6a [2021-10-21T16:37:32.473Z] Step 5/20 : RUN apk add --update --no-cache make git [2021-10-21T16:37:32.473Z] ---> Running in 9f9fd7ffce3d [2021-10-21T16:37:32.473Z] Removing intermediate container 8342b7b69f81 [2021-10-21T16:37:32.473Z] ---> a85944c77dec [2021-10-21T16:37:32.473Z] Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates [2021-10-21T16:37:32.473Z] ---> Running in 8ee0e925641c [2021-10-21T16:37:32.740Z] Removing intermediate container 1c30a1b4bf64 [2021-10-21T16:37:32.740Z] ---> 7ed7c44a8de3 [2021-10-21T16:37:32.740Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-10-21T16:37:32.740Z] ---> Running in b142889b9185 [2021-10-21T16:37:32.740Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-21T16:37:33.033Z] Removing intermediate container 0ab356e80069 [2021-10-21T16:37:33.033Z] ---> adb645aaa40b [2021-10-21T16:37:33.033Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-10-21T16:37:33.033Z] ---> Running in fd047782eadf [2021-10-21T16:37:33.033Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-21T16:37:33.293Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-21T16:37:33.293Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-21T16:37:33.293Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-21T16:37:33.867Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-21T16:37:33.867Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-21T16:37:34.131Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-21T16:37:34.131Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-21T16:37:34.391Z] OK: 220 MiB in 52 packages [2021-10-21T16:37:34.391Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-21T16:37:34.391Z] OK: 220 MiB in 52 packages [2021-10-21T16:37:34.391Z] OK: 220 MiB in 52 packages [2021-10-21T16:37:34.655Z] OK: 220 MiB in 52 packages [2021-10-21T16:37:34.916Z] OK: 220 MiB in 52 packages [2021-10-21T16:37:34.916Z] Removing intermediate container 8ee0e925641c [2021-10-21T16:37:34.916Z] ---> d4abc10f618c [2021-10-21T16:37:34.916Z] Step 6/21 : COPY . . [2021-10-21T16:37:34.916Z] Removing intermediate container 1aa411a3a600 [2021-10-21T16:37:34.916Z] ---> 040e1eee1509 [2021-10-21T16:37:34.916Z] Step 6/23 : COPY go.mod . [2021-10-21T16:37:34.916Z] Removing intermediate container 9f9fd7ffce3d [2021-10-21T16:37:34.916Z] ---> 06bd17349013 [2021-10-21T16:37:34.916Z] Step 6/20 : COPY . . [2021-10-21T16:37:35.180Z] Removing intermediate container b142889b9185 [2021-10-21T16:37:35.180Z] ---> b516dff4f328 [2021-10-21T16:37:35.180Z] Step 6/24 : COPY . . [2021-10-21T16:37:35.444Z] ---> 99c504faecbb [2021-10-21T16:37:35.444Z] Step 7/23 : RUN go mod download [2021-10-21T16:37:38.770Z] Removing intermediate container fd047782eadf [2021-10-21T16:37:38.770Z] ---> 7d71f0c9082e [2021-10-21T16:37:38.770Z] Step 6/30 : COPY . . [2021-10-21T16:37:38.770Z] ---> Running in 0f727ba02da3 [2021-10-21T16:37:44.101Z] ---> 24aeef7f435c [2021-10-21T16:37:44.101Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-21T16:37:44.101Z] Removing intermediate container 0f727ba02da3 [2021-10-21T16:37:44.101Z] ---> 4a42f70ada38 [2021-10-21T16:37:44.101Z] Step 8/23 : COPY . . [2021-10-21T16:37:44.101Z] ---> Running in 96ddfc1af547 [2021-10-21T16:37:44.101Z] ---> 8b9d096e540b [2021-10-21T16:37:44.101Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-21T16:37:44.365Z] ---> 47424f0e0695 [2021-10-21T16:37:44.365Z] Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-21T16:37:46.605Z] ---> Running in e32238a0e916 [2021-10-21T16:37:46.605Z] ---> Running in 3e32edb40b97 [2021-10-21T16:37:47.187Z] ---> 97fff4cf37fe [2021-10-21T16:37:47.187Z] Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-21T16:37:47.758Z] ---> Running in fd5727c841b3 [2021-10-21T16:37:49.157Z] Removing intermediate container 96ddfc1af547 [2021-10-21T16:37:49.157Z] ---> d9758b85fe80 [2021-10-21T16:37:49.157Z] Step 8/21 : RUN make cmd/support-notifications/support-notifications [2021-10-21T16:37:49.157Z] ---> Running in ffe058300b5c [2021-10-21T16:37:49.737Z] Removing intermediate container e32238a0e916 [2021-10-21T16:37:49.737Z] ---> 47d4a8165f47 [2021-10-21T16:37:49.737Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-10-21T16:37:49.996Z] ---> Running in 4b796591597d [2021-10-21T16:37:50.566Z] 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-10-21T16:37:50.566Z] Removing intermediate container 3e32edb40b97 [2021-10-21T16:37:50.566Z] ---> 9965bc5ea658 [2021-10-21T16:37:50.566Z] Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-10-21T16:37:50.832Z] Removing intermediate container fd5727c841b3 [2021-10-21T16:37:50.832Z] ---> 8fb2feb77b85 [2021-10-21T16:37:50.832Z] Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-10-21T16:37:51.091Z] ---> Running in 2bc961d23579 [2021-10-21T16:37:51.091Z] ---> Running in aa65c5b331f4 [2021-10-21T16:37:51.351Z] 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-10-21T16:37:53.272Z] 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-10-21T16:37:53.538Z] 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-10-21T16:38:03.615Z] ---> 1c959182aedb [2021-10-21T16:38:03.615Z] Step 9/23 : RUN go mod tidy [2021-10-21T16:38:03.615Z] ---> Running in 505ab4c794d4 [2021-10-21T16:38:04.192Z] Removing intermediate container 505ab4c794d4 [2021-10-21T16:38:04.192Z] ---> b3e0b11a4c2d [2021-10-21T16:38:04.192Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-10-21T16:38:04.192Z] ---> Running in 1a47a2025882 [2021-10-21T16:38:04.782Z] 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-10-21T16:38:26.778Z] 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-10-21T16:38:30.994Z] 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-10-21T16:38:31.962Z] Removing intermediate container ffe058300b5c [2021-10-21T16:38:31.962Z] ---> f0e924474eea [2021-10-21T16:38:31.962Z] [2021-10-21T16:38:31.962Z] Step 9/21 : FROM alpine:3.14 [2021-10-21T16:38:31.962Z] Removing intermediate container 4b796591597d [2021-10-21T16:38:31.962Z] ---> f36bf660b55a [2021-10-21T16:38:31.962Z] [2021-10-21T16:38:31.962Z] Step 9/24 : FROM alpine:3.14 [2021-10-21T16:38:32.913Z] 3.14: Pulling from library/alpine [2021-10-21T16:38:32.913Z] 3.14: Pulling from library/alpine [2021-10-21T16:38:33.487Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-10-21T16:38:33.487Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-10-21T16:38:33.487Z] Status: Image is up to date for alpine:3.14 [2021-10-21T16:38:33.487Z] Status: Downloaded newer image for alpine:3.14 [2021-10-21T16:38:33.487Z] ---> 14119a10abf4 [2021-10-21T16:38:33.487Z] Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-10-21T16:38:33.487Z] ---> 14119a10abf4 [2021-10-21T16:38:33.487Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2021-10-21T16:38:33.487Z] ---> Running in 8d61281edaeb [2021-10-21T16:38:33.487Z] ---> Running in d66cfe56a9e5 [2021-10-21T16:38:34.462Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-21T16:38:34.749Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-21T16:38:34.749Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-21T16:38:35.032Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-21T16:38:35.032Z] (1/2) Installing ca-certificates (20191127-r5) [2021-10-21T16:38:35.032Z] (2/2) Installing dumb-init (1.2.5-r1) [2021-10-21T16:38:35.032Z] Executing busybox-1.33.1-r3.trigger [2021-10-21T16:38:35.032Z] Executing ca-certificates-20191127-r5.trigger [2021-10-21T16:38:35.297Z] OK: 6 MiB in 16 packages [2021-10-21T16:38:35.297Z] (1/3) Installing ca-certificates (20191127-r5) [2021-10-21T16:38:35.297Z] (2/3) Installing dumb-init (1.2.5-r1) [2021-10-21T16:38:35.297Z] (3/3) Installing su-exec (0.2-r1) [2021-10-21T16:38:35.297Z] Executing busybox-1.33.1-r3.trigger [2021-10-21T16:38:35.297Z] Executing ca-certificates-20191127-r5.trigger [2021-10-21T16:38:35.563Z] OK: 6 MiB in 17 packages [2021-10-21T16:38:35.563Z] Removing intermediate container aa65c5b331f4 [2021-10-21T16:38:35.563Z] ---> 81632ab329b3 [2021-10-21T16:38:35.563Z] [2021-10-21T16:38:35.563Z] Step 9/30 : FROM alpine:3.14 [2021-10-21T16:38:35.563Z] ---> 14119a10abf4 [2021-10-21T16:38:35.563Z] Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-10-21T16:38:35.834Z] ---> Running in bf8ecbf69c6c [2021-10-21T16:38:35.834Z] Removing intermediate container 2bc961d23579 [2021-10-21T16:38:35.834Z] ---> 763d14ffb972 [2021-10-21T16:38:35.834Z] [2021-10-21T16:38:35.834Z] Step 9/20 : FROM alpine:3.14 [2021-10-21T16:38:35.834Z] ---> 14119a10abf4 [2021-10-21T16:38:35.834Z] Step 10/20 : RUN apk add --update --no-cache curl [2021-10-21T16:38:36.109Z] ---> Running in 60d0f8a2b6d4 [2021-10-21T16:38:36.377Z] Removing intermediate container bf8ecbf69c6c [2021-10-21T16:38:36.377Z] ---> 40f3215987a5 [2021-10-21T16:38:36.377Z] Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-10-21T16:38:36.377Z] Removing intermediate container 8d61281edaeb [2021-10-21T16:38:36.377Z] ---> 2c7ef127f51b [2021-10-21T16:38:36.377Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-21T16:38:36.377Z] ---> Running in a7947551956b [2021-10-21T16:38:36.377Z] Removing intermediate container d66cfe56a9e5 [2021-10-21T16:38:36.377Z] ---> 7c8243ff06b3 [2021-10-21T16:38:36.377Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-10-21T16:38:36.636Z] ---> Running in 75979fc61ffd [2021-10-21T16:38:36.636Z] ---> Running in 91e674e03cca [2021-10-21T16:38:36.636Z] Removing intermediate container 75979fc61ffd [2021-10-21T16:38:36.636Z] ---> 674131802162 [2021-10-21T16:38:36.636Z] Step 12/21 : ENV APP_PORT=59860 [2021-10-21T16:38:36.636Z] Removing intermediate container 91e674e03cca [2021-10-21T16:38:36.636Z] ---> a3d39a8580c6 [2021-10-21T16:38:36.636Z] Step 12/24 : WORKDIR / [2021-10-21T16:38:36.636Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-21T16:38:36.636Z] ---> Running in 3e733f0926c9 [2021-10-21T16:38:36.898Z] ---> Running in 5be408511822 [2021-10-21T16:38:36.898Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-21T16:38:37.159Z] Removing intermediate container 5be408511822 [2021-10-21T16:38:37.159Z] ---> a1515438c504 [2021-10-21T16:38:37.159Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-10-21T16:38:37.159Z] Removing intermediate container 3e733f0926c9 [2021-10-21T16:38:37.159Z] ---> d5dbde2f4db2 [2021-10-21T16:38:37.159Z] Step 13/21 : EXPOSE $APP_PORT [2021-10-21T16:38:37.159Z] ---> Running in e9f36c6e805e [2021-10-21T16:38:37.159Z] (1/5) Installing ca-certificates (20191127-r5) [2021-10-21T16:38:37.159Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-21T16:38:37.159Z] (2/5) Installing brotli-libs (1.0.9-r5) [2021-10-21T16:38:37.159Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2021-10-21T16:38:37.159Z] (4/5) Installing libcurl (7.79.1-r0) [2021-10-21T16:38:37.159Z] (5/5) Installing curl (7.79.1-r0) [2021-10-21T16:38:37.159Z] Executing busybox-1.33.1-r3.trigger [2021-10-21T16:38:37.159Z] Executing ca-certificates-20191127-r5.trigger [2021-10-21T16:38:37.422Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-21T16:38:37.422Z] Removing intermediate container e9f36c6e805e [2021-10-21T16:38:37.422Z] ---> 22eb4d8e5313 [2021-10-21T16:38:37.422Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-21T16:38:37.422Z] OK: 8 MiB in 19 packages [2021-10-21T16:38:37.422Z] ---> e2b673c88735 [2021-10-21T16:38:37.422Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-10-21T16:38:37.683Z] ---> 966a5359398b [2021-10-21T16:38:37.683Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-10-21T16:38:37.683Z] (1/2) Installing dumb-init (1.2.5-r1) [2021-10-21T16:38:37.683Z] (2/2) Installing su-exec (0.2-r1) [2021-10-21T16:38:37.683Z] Executing busybox-1.33.1-r3.trigger [2021-10-21T16:38:37.683Z] OK: 6 MiB in 16 packages [2021-10-21T16:38:37.954Z] ---> 9efb10674601 [2021-10-21T16:38:37.954Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-10-21T16:38:38.245Z] Removing intermediate container 60d0f8a2b6d4 [2021-10-21T16:38:38.245Z] ---> b179816c0bd9 [2021-10-21T16:38:38.245Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-10-21T16:38:38.245Z] Removing intermediate container a7947551956b [2021-10-21T16:38:38.245Z] ---> 4be46b66d8f9 [2021-10-21T16:38:38.245Z] Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-10-21T16:38:38.245Z] ---> Running in eeae63b03e36 [2021-10-21T16:38:38.520Z] ---> 5c2d9a6e94b7 [2021-10-21T16:38:38.520Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-10-21T16:38:38.520Z] ---> Running in b7cee262411a [2021-10-21T16:38:38.520Z] ---> b037f6dae348 [2021-10-21T16:38:38.520Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-10-21T16:38:38.520Z] Removing intermediate container eeae63b03e36 [2021-10-21T16:38:38.520Z] ---> 03094825220e [2021-10-21T16:38:38.520Z] Step 12/20 : WORKDIR /edgex [2021-10-21T16:38:38.520Z] ---> Running in 011cc5b78d39 [2021-10-21T16:38:38.520Z] Removing intermediate container b7cee262411a [2021-10-21T16:38:38.520Z] ---> 16d5dfa53cb1 [2021-10-21T16:38:38.520Z] Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-10-21T16:38:38.788Z] ---> Running in dde7c3b15f9e [2021-10-21T16:38:38.788Z] ---> 80c499ed55dc [2021-10-21T16:38:38.788Z] Step 17/21 : ENTRYPOINT ["/support-notifications"] [2021-10-21T16:38:38.788Z] ---> c493394a1500 [2021-10-21T16:38:38.788Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-10-21T16:38:38.788Z] Removing intermediate container 011cc5b78d39 [2021-10-21T16:38:38.788Z] ---> 991ec230457f [2021-10-21T16:38:38.788Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-10-21T16:38:38.788Z] ---> Running in bab72412d415 [2021-10-21T16:38:39.052Z] Removing intermediate container dde7c3b15f9e [2021-10-21T16:38:39.052Z] ---> 7b6bc3d6b128 [2021-10-21T16:38:39.052Z] Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-10-21T16:38:39.052Z] ---> Running in 7271ffb7696c [2021-10-21T16:38:39.052Z] Removing intermediate container bab72412d415 [2021-10-21T16:38:39.052Z] ---> 14588f288961 [2021-10-21T16:38:39.052Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-21T16:38:39.052Z] ---> 169431d81650 [2021-10-21T16:38:39.053Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-10-21T16:38:39.314Z] ---> a21a5ae9d510 [2021-10-21T16:38:39.314Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-10-21T16:38:39.314Z] ---> Running in da51516c1e3b [2021-10-21T16:38:39.576Z] Removing intermediate container da51516c1e3b [2021-10-21T16:38:39.576Z] ---> c5d99010912d [2021-10-21T16:38:39.576Z] Step 19/21 : LABEL arch=x86_64 [2021-10-21T16:38:39.850Z] ---> Running in 460714ab60fc [2021-10-21T16:38:39.850Z] ---> d0d998fc74a2 [2021-10-21T16:38:39.850Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-10-21T16:38:39.850Z] ---> 697331603afa [2021-10-21T16:38:39.851Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-10-21T16:38:39.851Z] Removing intermediate container 460714ab60fc [2021-10-21T16:38:39.851Z] ---> 40109ba0ff2f [2021-10-21T16:38:39.851Z] Step 20/21 : LABEL git_sha=0cb9292e3f6936e7a98c0001ab3c870c710fc6f4 [2021-10-21T16:38:40.118Z] ---> Running in dc42c6c5271c [2021-10-21T16:38:40.118Z] Removing intermediate container 7271ffb7696c [2021-10-21T16:38:40.118Z] ---> 52c4438bdec9 [2021-10-21T16:38:40.118Z] Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-10-21T16:38:40.118Z] ---> faae0095263b [2021-10-21T16:38:40.118Z] 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-10-21T16:38:40.383Z] Removing intermediate container dc42c6c5271c [2021-10-21T16:38:40.383Z] ---> e28c480b6b63 [2021-10-21T16:38:40.383Z] Step 21/21 : LABEL version=0.0.0 [2021-10-21T16:38:40.383Z] ---> 079bf2d1d7c8 [2021-10-21T16:38:40.383Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-10-21T16:38:40.383Z] ---> Running in 7aeedcbf9257 [2021-10-21T16:38:40.383Z] ---> Running in 00bd5bc87085 [2021-10-21T16:38:40.383Z] ---> Running in cefc977695b7 [2021-10-21T16:38:40.383Z] ---> Running in 58842cc2495e [2021-10-21T16:38:40.646Z] Removing intermediate container 00bd5bc87085 [2021-10-21T16:38:40.646Z] ---> e96b3efe8b20 [2021-10-21T16:38:40.646Z] Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-10-21T16:38:40.646Z] Removing intermediate container 58842cc2495e [2021-10-21T16:38:40.646Z] ---> 9889a1375807 [2021-10-21T16:38:40.646Z] Step 17/20 : CMD ["--init=true"] [2021-10-21T16:38:40.646Z] Removing intermediate container cefc977695b7 [2021-10-21T16:38:40.646Z] ---> 37031203b9aa [2021-10-21T16:38:40.646Z] [2021-10-21T16:38:40.646Z] ---> Running in 733471fc8700 [2021-10-21T16:38:40.646Z] Removing intermediate container 1a47a2025882 [2021-10-21T16:38:40.646Z] ---> 8863db1f730a [2021-10-21T16:38:40.646Z] [2021-10-21T16:38:40.646Z] Step 11/23 : FROM alpine:3.14 [2021-10-21T16:38:40.646Z] ---> 14119a10abf4 [2021-10-21T16:38:40.646Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-10-21T16:38:40.646Z] Successfully built 37031203b9aa [2021-10-21T16:38:40.646Z] ---> Running in 7ede4f8c538b [2021-10-21T16:38:40.646Z] Successfully tagged support-notifications:latest [2021-10-21T16:38:40.646Z] Building core-command [2021-10-21T16:38:40.912Z]  Building support-notifications ... done Removing intermediate container 733471fc8700 [2021-10-21T16:38:40.912Z] ---> 70e01d073512 [2021-10-21T16:38:40.912Z] Step 18/20 : LABEL arch=x86_64 [2021-10-21T16:38:40.912Z] ---> Running in 8c7e8589695d [2021-10-21T16:38:40.912Z] ---> ba39ad145161 [2021-10-21T16:38:40.912Z] Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-10-21T16:38:41.486Z] ---> Running in d5321b9cd0ab [2021-10-21T16:38:41.486Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-21T16:38:41.486Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-21T16:38:41.749Z] (1/1) Installing dumb-init (1.2.5-r1) [2021-10-21T16:38:41.749Z] Executing busybox-1.33.1-r3.trigger [2021-10-21T16:38:41.749Z] OK: 6 MiB in 15 packages [2021-10-21T16:38:41.749Z] Removing intermediate container 8c7e8589695d [2021-10-21T16:38:41.749Z] ---> 66ba0c7743cc [2021-10-21T16:38:41.749Z] Step 19/20 : LABEL git_sha=0cb9292e3f6936e7a98c0001ab3c870c710fc6f4 [2021-10-21T16:38:42.318Z] ---> Running in 4d95ef6b6a34 [2021-10-21T16:38:42.582Z] Removing intermediate container 7aeedcbf9257 [2021-10-21T16:38:42.582Z] ---> ca8915f94075 [2021-10-21T16:38:42.582Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-10-21T16:38:42.582Z] Removing intermediate container 4d95ef6b6a34 [2021-10-21T16:38:42.582Z] ---> 4ef4f34c6e88 [2021-10-21T16:38:42.582Z] Step 20/20 : LABEL version=0.0.0 [2021-10-21T16:38:42.582Z] ---> Running in a33537f0283c [2021-10-21T16:38:42.582Z] ---> Running in 86b9a76a5b0a [2021-10-21T16:38:42.582Z] Removing intermediate container 7ede4f8c538b [2021-10-21T16:38:42.582Z] ---> 5aaa4712bd56 [2021-10-21T16:38:42.582Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-21T16:38:42.853Z] Removing intermediate container a33537f0283c [2021-10-21T16:38:42.853Z] ---> 6bcdd1765c11 [2021-10-21T16:38:42.853Z] Step 22/24 : LABEL arch=x86_64 [2021-10-21T16:38:42.853Z] Removing intermediate container 86b9a76a5b0a [2021-10-21T16:38:42.853Z] ---> 28869d7a7d52 [2021-10-21T16:38:42.853Z] [2021-10-21T16:38:42.853Z] ---> Running in 7970743616c3 [2021-10-21T16:38:42.853Z] ---> Running in 2ba49f6f8987 [2021-10-21T16:38:42.853Z] Successfully built 28869d7a7d52 [2021-10-21T16:38:42.853Z] Successfully tagged security-proxy-setup:latest [2021-10-21T16:38:42.853Z] Building core-data [2021-10-21T16:38:43.118Z]  Building security-proxy-setup ... done Removing intermediate container d5321b9cd0ab [2021-10-21T16:38:43.118Z] ---> 4e96c8969e74 [2021-10-21T16:38:43.118Z] Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-21T16:38:43.118Z] Removing intermediate container 2ba49f6f8987 [2021-10-21T16:38:43.118Z] ---> e49858edc61a [2021-10-21T16:38:43.118Z] Step 14/23 : ENV APP_PORT=59861 [2021-10-21T16:38:43.118Z] Removing intermediate container 7970743616c3 [2021-10-21T16:38:43.118Z] ---> 76677c8ae6cd [2021-10-21T16:38:43.118Z] Step 23/24 : LABEL git_sha=0cb9292e3f6936e7a98c0001ab3c870c710fc6f4 [2021-10-21T16:38:45.686Z] ---> Running in 341c7220a0e8 [2021-10-21T16:38:45.686Z] ---> Running in 9f367a0632a7 [2021-10-21T16:38:46.259Z] ---> cc82288b2d09 [2021-10-21T16:38:46.259Z] Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-10-21T16:38:46.829Z] Removing intermediate container 341c7220a0e8 [2021-10-21T16:38:46.829Z] ---> b01067295a52 [2021-10-21T16:38:46.829Z] Step 24/24 : LABEL version=0.0.0 [2021-10-21T16:38:46.829Z] Removing intermediate container 9f367a0632a7 [2021-10-21T16:38:46.829Z] ---> 91aaf68e13c2 [2021-10-21T16:38:46.829Z] Step 15/23 : EXPOSE $APP_PORT [2021-10-21T16:38:47.398Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-21T16:38:47.398Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-21T16:38:47.398Z] ---> 0fbf3b8ef695 [2021-10-21T16:38:47.398Z] Step 3/22 : WORKDIR /edgex-go [2021-10-21T16:38:47.398Z] ---> Using cache [2021-10-21T16:38:47.398Z] ---> 9d802b3f049c [2021-10-21T16:38:47.398Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-21T16:38:47.398Z] ---> Using cache [2021-10-21T16:38:47.398Z] ---> adb645aaa40b [2021-10-21T16:38:47.398Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-10-21T16:38:47.666Z] ---> Running in 02863e980bfd [2021-10-21T16:38:47.666Z] ---> Running in 00a0103c4a5c [2021-10-21T16:38:47.940Z] ---> 288d46e986f1 [2021-10-21T16:38:47.940Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-10-21T16:38:47.940Z] ---> Running in 2641f2dfa12f [2021-10-21T16:38:47.940Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-21T16:38:47.940Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-21T16:38:47.940Z] ---> 0fbf3b8ef695 [2021-10-21T16:38:47.940Z] Step 3/22 : WORKDIR /edgex-go [2021-10-21T16:38:47.940Z] ---> Using cache [2021-10-21T16:38:47.940Z] ---> 9d802b3f049c [2021-10-21T16:38:47.940Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-21T16:38:47.940Z] ---> Using cache [2021-10-21T16:38:47.940Z] ---> adb645aaa40b [2021-10-21T16:38:47.940Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-10-21T16:38:47.940Z] ---> Using cache [2021-10-21T16:38:47.940Z] ---> 7d71f0c9082e [2021-10-21T16:38:47.940Z] Step 6/22 : COPY . . [2021-10-21T16:38:47.940Z] ---> Using cache [2021-10-21T16:38:47.940Z] ---> 97fff4cf37fe [2021-10-21T16:38:47.940Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-21T16:38:47.940Z] ---> Using cache [2021-10-21T16:38:47.940Z] ---> 8fb2feb77b85 [2021-10-21T16:38:47.940Z] Step 8/22 : RUN make cmd/core-command/core-command [2021-10-21T16:38:47.940Z] Removing intermediate container 00a0103c4a5c [2021-10-21T16:38:47.940Z] ---> 291ad78b8b73 [2021-10-21T16:38:47.940Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-21T16:38:47.940Z] ---> Running in 1df6f6200187 [2021-10-21T16:38:47.940Z] Removing intermediate container 02863e980bfd [2021-10-21T16:38:47.940Z] ---> 7fcc46f8a880 [2021-10-21T16:38:47.940Z] [2021-10-21T16:38:47.940Z] Successfully built 7fcc46f8a880 [2021-10-21T16:38:47.940Z] Successfully tagged security-secretstore-setup:latest [2021-10-21T16:38:47.940Z]  Building security-secretstore-setup ... done Building sys-mgmt-agent [2021-10-21T16:38:48.200Z] ---> c37611d07dfd [2021-10-21T16:38:48.200Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-10-21T16:38:48.200Z] ---> e7665044b1fe [2021-10-21T16:38:48.200Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-10-21T16:38:49.588Z] 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-10-21T16:38:49.588Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-21T16:38:50.538Z] ---> 3923e567ac71 [2021-10-21T16:38:50.538Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-10-21T16:38:50.538Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-21T16:38:50.538Z] ---> a6c1aeb581d0 [2021-10-21T16:38:50.538Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-10-21T16:38:50.799Z] ---> f16fa89c210d [2021-10-21T16:38:50.799Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-10-21T16:38:50.799Z] ---> cc667eed7e67 [2021-10-21T16:38:50.799Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-10-21T16:38:50.799Z] OK: 220 MiB in 52 packages [2021-10-21T16:38:51.066Z] ---> Running in 642640f01c46 [2021-10-21T16:38:51.066Z] ---> Running in eb56f7bad0e3 [2021-10-21T16:38:51.332Z] Removing intermediate container eb56f7bad0e3 [2021-10-21T16:38:51.332Z] ---> ed7de095c3f9 [2021-10-21T16:38:51.332Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-10-21T16:38:51.332Z] Removing intermediate container 642640f01c46 [2021-10-21T16:38:51.333Z] ---> 7dae1fe23be5 [2021-10-21T16:38:51.333Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-21T16:38:51.333Z] ---> Running in a8d7894749cf [2021-10-21T16:38:51.333Z] Removing intermediate container 2641f2dfa12f [2021-10-21T16:38:51.333Z] ---> 565f81b227cd [2021-10-21T16:38:51.333Z] Step 6/22 : COPY . . [2021-10-21T16:38:51.598Z] Removing intermediate container a8d7894749cf [2021-10-21T16:38:51.598Z] ---> fd7ddb06aec0 [2021-10-21T16:38:51.598Z] Step 21/23 : LABEL arch=x86_64 [2021-10-21T16:38:51.862Z] ---> 50032eefe1e9 [2021-10-21T16:38:51.862Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-10-21T16:38:51.862Z] ---> Running in 5ffb6f671d0e [2021-10-21T16:38:52.128Z] ---> Running in 84b5fa9094e0 [2021-10-21T16:38:52.393Z] Removing intermediate container 5ffb6f671d0e [2021-10-21T16:38:52.393Z] ---> 67c0afe93022 [2021-10-21T16:38:52.393Z] Step 22/23 : LABEL git_sha=0cb9292e3f6936e7a98c0001ab3c870c710fc6f4 [2021-10-21T16:38:52.974Z] ---> Running in f645f964da8b [2021-10-21T16:38:53.933Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-21T16:38:53.933Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-21T16:38:53.933Z] ---> 0fbf3b8ef695 [2021-10-21T16:38:53.933Z] Step 3/22 : WORKDIR /edgex-go [2021-10-21T16:38:53.933Z] ---> Using cache [2021-10-21T16:38:53.933Z] ---> 9d802b3f049c [2021-10-21T16:38:53.933Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-21T16:38:53.933Z] ---> Using cache [2021-10-21T16:38:53.933Z] ---> adb645aaa40b [2021-10-21T16:38:53.933Z] Step 5/22 : RUN apk add --update --no-cache make bash git [2021-10-21T16:38:53.933Z] Removing intermediate container f645f964da8b [2021-10-21T16:38:53.933Z] ---> 6114bc459f63 [2021-10-21T16:38:53.933Z] Step 23/23 : LABEL version=0.0.0 [2021-10-21T16:38:54.195Z] ---> Running in 1808ec49ac05 [2021-10-21T16:38:54.195Z] ---> Running in 8578fe097e9f [2021-10-21T16:38:54.461Z] Removing intermediate container 1808ec49ac05 [2021-10-21T16:38:54.461Z] ---> 6dc9122eee4f [2021-10-21T16:38:54.461Z] [2021-10-21T16:38:54.726Z] Successfully built 6dc9122eee4f [2021-10-21T16:38:54.726Z] Removing intermediate container 84b5fa9094e0 [2021-10-21T16:38:54.726Z] ---> 97a9753e29f2 [2021-10-21T16:38:54.726Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-10-21T16:38:54.726Z] Successfully tagged support-scheduler:latest [2021-10-21T16:38:54.726Z] Building core-metadata [2021-10-21T16:38:54.993Z]  Building support-scheduler ... done  ---> Running in 083a2a5c0e87 [2021-10-21T16:38:54.993Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-21T16:38:55.946Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-21T16:38:56.225Z] OK: 220 MiB in 52 packages [2021-10-21T16:38:56.225Z] Removing intermediate container 083a2a5c0e87 [2021-10-21T16:38:56.225Z] ---> 43276cdf3ea7 [2021-10-21T16:38:56.225Z] Step 27/30 : CMD ["gate"] [2021-10-21T16:38:57.639Z] ---> Running in 0693bc606558 [2021-10-21T16:38:57.639Z] ---> 95b3b847f48f [2021-10-21T16:38:57.639Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-21T16:38:57.639Z] Removing intermediate container 0693bc606558 [2021-10-21T16:38:57.639Z] ---> 9e9fd978cbec [2021-10-21T16:38:57.639Z] Step 28/30 : LABEL arch=x86_64 [2021-10-21T16:38:57.639Z] ---> Running in 40052fff8250 [2021-10-21T16:38:57.902Z] ---> Running in e14bc6b6cc7a [2021-10-21T16:38:57.902Z] Removing intermediate container 8578fe097e9f [2021-10-21T16:38:57.902Z] ---> 219fa78220c5 [2021-10-21T16:38:57.902Z] Step 6/22 : COPY . . [2021-10-21T16:38:57.902Z] Removing intermediate container e14bc6b6cc7a [2021-10-21T16:38:57.902Z] ---> 298a9279b736 [2021-10-21T16:38:57.902Z] Step 29/30 : LABEL git_sha=0cb9292e3f6936e7a98c0001ab3c870c710fc6f4 [2021-10-21T16:38:58.170Z] ---> Running in 8c5dfd762792 [2021-10-21T16:38:58.749Z] Removing intermediate container 8c5dfd762792 [2021-10-21T16:38:58.749Z] ---> 0346782c89cd [2021-10-21T16:38:58.749Z] Step 30/30 : LABEL version=0.0.0 [2021-10-21T16:38:59.019Z] ---> Running in 362827a60616 [2021-10-21T16:38:59.975Z] Removing intermediate container 362827a60616 [2021-10-21T16:38:59.975Z] ---> 9caa308ea637 [2021-10-21T16:38:59.975Z] [2021-10-21T16:39:00.245Z] Successfully built 9caa308ea637 [2021-10-21T16:39:00.245Z] Successfully tagged security-bootstrapper:latest [2021-10-21T16:39:00.836Z]  Building security-bootstrapper ... done Removing intermediate container 40052fff8250 [2021-10-21T16:39:00.836Z] ---> d1cf3965e59f [2021-10-21T16:39:00.836Z] Step 8/22 : RUN make cmd/core-data/core-data [2021-10-21T16:39:01.116Z] ---> Running in 3a11508901e0 [2021-10-21T16:39:01.725Z] 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-10-21T16:39:06.223Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-937 in /w/workspace/edgexfoundry_edgex-go_PR-3765 [Pipeline] { [Pipeline] ws [2021-10-21T16:39:06.232Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-10-21T16:39:06.465Z] The recommended git tool is: git [2021-10-21T16:39:07.087Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-21T16:39:07.087Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-21T16:39:07.087Z] ---> 0fbf3b8ef695 [2021-10-21T16:39:07.087Z] Step 3/22 : WORKDIR /edgex-go [2021-10-21T16:39:07.087Z] ---> Using cache [2021-10-21T16:39:07.087Z] ---> 9d802b3f049c [2021-10-21T16:39:07.087Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-21T16:39:07.087Z] ---> Using cache [2021-10-21T16:39:07.087Z] ---> adb645aaa40b [2021-10-21T16:39:07.087Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-10-21T16:39:07.087Z] ---> Using cache [2021-10-21T16:39:07.087Z] ---> 7d71f0c9082e [2021-10-21T16:39:07.087Z] Step 6/22 : COPY . . [2021-10-21T16:39:07.087Z] ---> Using cache [2021-10-21T16:39:07.087Z] ---> 97fff4cf37fe [2021-10-21T16:39:07.087Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-21T16:39:07.087Z] ---> Using cache [2021-10-21T16:39:07.087Z] ---> 8fb2feb77b85 [2021-10-21T16:39:07.087Z] Step 8/22 : RUN make cmd/core-metadata/core-metadata [2021-10-21T16:39:07.087Z] ---> Running in 149fab2be25a [2021-10-21T16:39:07.087Z] ---> 5b7e92c15e12 [2021-10-21T16:39:07.087Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-21T16:39:07.087Z] ---> Running in d315875fd6af [2021-10-21T16:39:07.676Z] 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-10-21T16:39:08.634Z] Removing intermediate container d315875fd6af [2021-10-21T16:39:08.634Z] ---> d8024b50752c [2021-10-21T16:39:08.634Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-10-21T16:39:08.634Z] ---> Running in 27f2b7d14eca [2021-10-21T16:39:09.216Z] 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-10-21T16:39:12.473Z] using credential edgex-jenkins-ssh [2021-10-21T16:39:12.489Z] Cloning the remote Git repository [2021-10-21T16:39:12.546Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-10-21T16:39:12.675Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-10-21T16:39:13.435Z] Removing intermediate container 1df6f6200187 [2021-10-21T16:39:13.435Z] ---> bec4a9664600 [2021-10-21T16:39:13.435Z] [2021-10-21T16:39:13.435Z] Step 9/22 : FROM alpine:3.14 [2021-10-21T16:39:13.435Z] ---> 14119a10abf4 [2021-10-21T16:39:13.435Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-10-21T16:39:13.435Z] ---> Using cache [2021-10-21T16:39:13.435Z] ---> 5aaa4712bd56 [2021-10-21T16:39:13.435Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-21T16:39:13.435Z] ---> Using cache [2021-10-21T16:39:13.435Z] ---> e49858edc61a [2021-10-21T16:39:13.435Z] Step 12/22 : ENV APP_PORT=59882 [2021-10-21T16:39:13.435Z] ---> Running in e87d96a13895 [2021-10-21T16:39:13.435Z] Removing intermediate container e87d96a13895 [2021-10-21T16:39:13.435Z] ---> 108b24f0cc56 [2021-10-21T16:39:13.435Z] Step 13/22 : EXPOSE $APP_PORT [2021-10-21T16:39:13.435Z] ---> Running in 58fd192a9e26 [2021-10-21T16:39:13.435Z] Removing intermediate container 58fd192a9e26 [2021-10-21T16:39:13.435Z] ---> 9fb55e9b8ff5 [2021-10-21T16:39:13.435Z] Step 14/22 : WORKDIR / [2021-10-21T16:39:13.435Z] ---> Running in 577416aa9d1a [2021-10-21T16:39:13.435Z] Removing intermediate container 577416aa9d1a [2021-10-21T16:39:13.435Z] ---> 760d0a7e7be6 [2021-10-21T16:39:13.435Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-21T16:39:13.435Z] ---> 6183fdf4b505 [2021-10-21T16:39:13.435Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-10-21T16:39:12.768Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-10-21T16:39:12.769Z] > git --version # timeout=10 [2021-10-21T16:39:12.789Z] > git --version # 'git version 2.17.1' [2021-10-21T16:39:12.791Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-21T16:39:12.890Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-21T16:39:14.375Z] ---> 21133aaa0a01 [2021-10-21T16:39:14.375Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-10-21T16:39:14.375Z] ---> 7684a7c85674 [2021-10-21T16:39:14.375Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-10-21T16:39:14.375Z] ---> Running in 62ceb9bfc094 [2021-10-21T16:39:14.638Z] Removing intermediate container 62ceb9bfc094 [2021-10-21T16:39:14.638Z] ---> 8915be5d6fe6 [2021-10-21T16:39:14.638Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-21T16:39:14.638Z] ---> Running in 926745e99c83 [2021-10-21T16:39:14.900Z] Removing intermediate container 926745e99c83 [2021-10-21T16:39:14.900Z] ---> 71c80b47c05e [2021-10-21T16:39:14.900Z] Step 20/22 : LABEL arch=x86_64 [2021-10-21T16:39:14.900Z] ---> Running in 4487aa180e1b [2021-10-21T16:39:15.159Z] Removing intermediate container 4487aa180e1b [2021-10-21T16:39:15.159Z] ---> 9e3125af246d [2021-10-21T16:39:15.159Z] Step 21/22 : LABEL git_sha=0cb9292e3f6936e7a98c0001ab3c870c710fc6f4 [2021-10-21T16:39:15.159Z] ---> Running in 3d6b90e18165 [2021-10-21T16:39:15.159Z] Removing intermediate container 3d6b90e18165 [2021-10-21T16:39:15.159Z] ---> d19de16d94f1 [2021-10-21T16:39:15.159Z] Step 22/22 : LABEL version=0.0.0 [2021-10-21T16:39:15.159Z] ---> Running in d24cce3486f4 [2021-10-21T16:39:15.420Z] Removing intermediate container d24cce3486f4 [2021-10-21T16:39:15.420Z] ---> e54de5c1023b [2021-10-21T16:39:15.420Z] [2021-10-21T16:39:15.680Z] Successfully built e54de5c1023b [2021-10-21T16:39:15.680Z] Successfully tagged core-command:latest [2021-10-21T16:39:30.574Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-10-21T16:39:30.599Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-21T16:39:30.623Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-10-21T16:39:30.657Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-10-21T16:39:30.658Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-21T16:39:30.671Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3765/head:refs/remotes/origin/PR-3765 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-10-21T16:39:31.333Z] Merging remotes/origin/main commit 4de7b29ec6a8606e0e6ecf10f9521fe8d918a5e9 into PR head commit 49896a23f3d9675ad8c571d6ea5ecdcb3a81373e [2021-10-21T16:39:31.917Z] Merge succeeded, producing fe2d8a8c68a00651b766a826b67d95656450cd02 [2021-10-21T16:39:31.918Z] Checking out Revision fe2d8a8c68a00651b766a826b67d95656450cd02 (PR-3765) [2021-10-21T16:39:31.354Z] > git config core.sparsecheckout # timeout=10 [2021-10-21T16:39:31.371Z] > git checkout -f 49896a23f3d9675ad8c571d6ea5ecdcb3a81373e # timeout=10 [2021-10-21T16:39:31.594Z] > git remote # timeout=10 [2021-10-21T16:39:31.618Z] > git config --get remote.origin.url # timeout=10 [2021-10-21T16:39:31.635Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-21T16:39:31.646Z] > git merge 4de7b29ec6a8606e0e6ecf10f9521fe8d918a5e9 # timeout=10 [2021-10-21T16:39:31.903Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-10-21T16:39:31.926Z] > git config core.sparsecheckout # timeout=10 [2021-10-21T16:39:31.939Z] > git checkout -f fe2d8a8c68a00651b766a826b67d95656450cd02 # timeout=10 [2021-10-21T16:39:36.414Z] Commit message: "Merge commit '4de7b29ec6a8606e0e6ecf10f9521fe8d918a5e9' into HEAD" [2021-10-21T16:39:36.424Z] > git rev-list --no-walk 49896a23f3d9675ad8c571d6ea5ecdcb3a81373e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-10-21T16:39:37.614Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2021-10-21T16:39:37.614Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-10-21T16:39:37.614Z] Dload Upload Total Spent Left Speed [2021-10-21T16:39:37.614Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 76283 0 --:--:-- --:--:-- --:--:-- 76283 [2021-10-21T16:39:37.665Z]  Building core-command ... done Removing intermediate container 27f2b7d14eca [2021-10-21T16:39:37.665Z] ---> 2bf0799b5f42 [2021-10-21T16:39:37.665Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-10-21T16:39:37.665Z] ---> Running in 412d05af8ec8 [2021-10-21T16:39:37.665Z] Removing intermediate container 3a11508901e0 [2021-10-21T16:39:37.665Z] ---> eb556311c850 [2021-10-21T16:39:37.665Z] [2021-10-21T16:39:37.665Z] Step 9/22 : FROM alpine:3.14 [2021-10-21T16:39:37.665Z] ---> 14119a10abf4 [2021-10-21T16:39:37.665Z] Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-10-21T16:39:37.665Z] ---> Running in 1c960bb98353 [2021-10-21T16:39:37.665Z] Removing intermediate container 1c960bb98353 [2021-10-21T16:39:37.665Z] ---> 84b883ae3a0f [2021-10-21T16:39:37.665Z] Step 11/22 : ENV APP_PORT=59880 [2021-10-21T16:39:37.665Z] ---> Running in 3ba0d3ded7ed [2021-10-21T16:39:37.665Z] Removing intermediate container 3ba0d3ded7ed [2021-10-21T16:39:37.665Z] ---> 7fe0bfaf5ca2 [2021-10-21T16:39:37.665Z] Step 12/22 : EXPOSE $APP_PORT [2021-10-21T16:39:37.665Z] ---> Running in e24c94c017c7 [2021-10-21T16:39:37.665Z] 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-10-21T16:39:37.665Z] Removing intermediate container e24c94c017c7 [2021-10-21T16:39:37.665Z] ---> 815d280624c8 [2021-10-21T16:39:37.665Z] Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-21T16:39:37.665Z] ---> Running in ac2f25197e21 [2021-10-21T16:39:37.665Z] Removing intermediate container 149fab2be25a [2021-10-21T16:39:37.665Z] ---> bee6493e8f3e [2021-10-21T16:39:37.665Z] [2021-10-21T16:39:37.665Z] Step 9/22 : FROM alpine:3.14 [2021-10-21T16:39:37.665Z] ---> 14119a10abf4 [2021-10-21T16:39:37.665Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-10-21T16:39:37.665Z] ---> Using cache [2021-10-21T16:39:37.665Z] ---> 5aaa4712bd56 [2021-10-21T16:39:37.666Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-21T16:39:37.666Z] ---> Using cache [2021-10-21T16:39:37.666Z] ---> e49858edc61a [2021-10-21T16:39:37.666Z] Step 12/22 : ENV APP_PORT=59881 [2021-10-21T16:39:37.666Z] ---> Running in 61a90618926d [2021-10-21T16:39:37.666Z] Removing intermediate container 61a90618926d [2021-10-21T16:39:37.666Z] ---> 13bd895f4879 [2021-10-21T16:39:37.666Z] Step 13/22 : EXPOSE $APP_PORT [2021-10-21T16:39:37.666Z] ---> Running in 4c28e7f579c6 [2021-10-21T16:39:37.666Z] Removing intermediate container 412d05af8ec8 [2021-10-21T16:39:37.666Z] ---> c9aca9c988e1 [2021-10-21T16:39:37.666Z] [2021-10-21T16:39:37.666Z] Step 10/22 : FROM docker:20.10.8 [2021-10-21T16:39:37.666Z] Removing intermediate container 4c28e7f579c6 [2021-10-21T16:39:37.666Z] ---> 16bee4f70c96 [2021-10-21T16:39:37.666Z] Step 14/22 : WORKDIR / [2021-10-21T16:39:37.666Z] ---> Running in df922332dafd [2021-10-21T16:39:37.666Z] Removing intermediate container ac2f25197e21 [2021-10-21T16:39:37.666Z] ---> 0032bdfc6c74 [2021-10-21T16:39:37.666Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2021-10-21T16:39:37.666Z] ---> Running in a05d7088716d [2021-10-21T16:39:37.666Z] Removing intermediate container df922332dafd [2021-10-21T16:39:37.666Z] ---> 8b3387b1831b [2021-10-21T16:39:37.666Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-21T16:39:37.666Z] ---> d82c5b37f854 [2021-10-21T16:39:37.666Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-10-21T16:39:37.666Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-21T16:39:37.666Z] 20.10.8: Pulling from library/docker [2021-10-21T16:39:37.666Z] ---> 9abf1e5d9900 [2021-10-21T16:39:37.666Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-10-21T16:39:37.666Z] ---> 17ac17e0d609 [2021-10-21T16:39:37.666Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-10-21T16:39:37.666Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-21T16:39:37.666Z] ---> Running in 975d6679fc30 [2021-10-21T16:39:37.666Z] Removing intermediate container 975d6679fc30 [2021-10-21T16:39:37.666Z] ---> 24ddbaec683c [2021-10-21T16:39:37.666Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] sh [2021-10-21T16:39:37.936Z] ---> Running in cbbc11113fcf [2021-10-21T16:39:37.936Z] (1/6) Installing dumb-init (1.2.5-r1) [2021-10-21T16:39:37.936Z] Removing intermediate container cbbc11113fcf [2021-10-21T16:39:37.936Z] ---> 53cacb372f65 [2021-10-21T16:39:37.936Z] Step 20/22 : LABEL arch=x86_64 [2021-10-21T16:39:37.936Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2021-10-21T16:39:37.936Z] ---> Running in ad51eaa30e77 [2021-10-21T16:39:38.044Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2021-10-21T16:39:38.197Z] (3/6) Installing libsodium (1.0.18-r0) [2021-10-21T16:39:38.197Z] Removing intermediate container ad51eaa30e77 [2021-10-21T16:39:38.197Z] ---> 87e67c2188f7 [2021-10-21T16:39:38.197Z] Step 21/22 : LABEL git_sha=0cb9292e3f6936e7a98c0001ab3c870c710fc6f4 [2021-10-21T16:39:38.197Z] ---> Running in 00c9df978190 [2021-10-21T16:39:38.197Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-21T16:39:38.197Z] (5/6) Installing libzmq (4.3.4-r0) [2021-10-21T16:39:38.457Z] Removing intermediate container 00c9df978190 [2021-10-21T16:39:38.457Z] ---> 0c7e616fb782 [2021-10-21T16:39:38.457Z] Step 22/22 : LABEL version=0.0.0 [2021-10-21T16:39:38.457Z] ---> Running in 5a208326d42c [2021-10-21T16:39:38.457Z] (6/6) Installing zeromq (4.3.4-r0) [2021-10-21T16:39:38.457Z] Executing busybox-1.33.1-r3.trigger [2021-10-21T16:39:38.457Z] Removing intermediate container 5a208326d42c [2021-10-21T16:39:38.457Z] ---> 88d82c649be7 [2021-10-21T16:39:38.457Z] [2021-10-21T16:39:38.457Z] OK: 8 MiB in 20 packages [2021-10-21T16:39:38.466Z] + sudo+ tee /etc/docker/daemon.newsudo [2021-10-21T16:39:38.466Z] jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2021-10-21T16:39:38.719Z] Successfully built 88d82c649be7 [2021-10-21T16:39:38.719Z] Successfully tagged core-metadata:latest [2021-10-21T16:39:38.994Z]  Building core-metadata ... done Removing intermediate container a05d7088716d [2021-10-21T16:39:38.994Z] ---> d980799af80e [2021-10-21T16:39:38.994Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-21T16:39:39.253Z] ---> 3972c2bd1644 [2021-10-21T16:39:39.253Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-10-21T16:39:39.465Z] { [2021-10-21T16:39:39.465Z] "registry-mirrors": [ [2021-10-21T16:39:39.465Z] "https://nexus3.edgexfoundry.org:10001" [2021-10-21T16:39:39.465Z] ], [2021-10-21T16:39:39.465Z] "bip": "10.250.0.254/24", [2021-10-21T16:39:39.465Z] "hosts": [ [2021-10-21T16:39:39.465Z] "tcp://0.0.0.0:5555", [2021-10-21T16:39:39.465Z] "unix:///var/run/docker.sock" [2021-10-21T16:39:39.465Z] ], [2021-10-21T16:39:39.465Z] "mtu": 1458, [2021-10-21T16:39:39.465Z] "selinux-enabled": true, [2021-10-21T16:39:39.465Z] "seccomp-profile": "/etc/docker/seccomp.json" [2021-10-21T16:39:39.465Z] } [Pipeline] sh [2021-10-21T16:39:39.518Z] ---> 5d51cb30fcd8 [2021-10-21T16:39:39.518Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-10-21T16:39:39.780Z] ---> 1bcc6b9615c7 [2021-10-21T16:39:39.780Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2021-10-21T16:39:39.780Z] ---> Running in 0aefc8b80893 [2021-10-21T16:39:39.827Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2021-10-21T16:39:40.044Z] Removing intermediate container 0aefc8b80893 [2021-10-21T16:39:40.044Z] ---> 6d1aecfa201b [2021-10-21T16:39:40.044Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-21T16:39:40.044Z] ---> Running in ede2268f6f9f [2021-10-21T16:39:40.044Z] Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd [2021-10-21T16:39:40.044Z] Status: Downloaded newer image for docker:20.10.8 [2021-10-21T16:39:40.044Z] ---> bc6c0ffef665 [2021-10-21T16:39:40.044Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-10-21T16:39:40.044Z] ---> Running in b5055d1fef5a [2021-10-21T16:39:40.044Z] Removing intermediate container ede2268f6f9f [2021-10-21T16:39:40.044Z] ---> dc79144f021e [2021-10-21T16:39:40.044Z] Step 20/22 : LABEL arch=x86_64 [2021-10-21T16:39:40.044Z] ---> Running in d46102fe71d7 [2021-10-21T16:39:40.190Z] + sudo service docker restart [2021-10-21T16:39:40.311Z] Removing intermediate container b5055d1fef5a [2021-10-21T16:39:40.311Z] ---> f6cfcf944e83 [2021-10-21T16:39:40.311Z] Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2021-10-21T16:39:40.311Z] ---> Running in 17df8d28eee3 [2021-10-21T16:39:40.311Z] Removing intermediate container d46102fe71d7 [2021-10-21T16:39:40.311Z] ---> 2db53fca9693 [2021-10-21T16:39:40.311Z] Step 21/22 : LABEL git_sha=0cb9292e3f6936e7a98c0001ab3c870c710fc6f4 [2021-10-21T16:39:40.311Z] ---> Running in 2a4f4d780ed2 [2021-10-21T16:39:40.311Z] Removing intermediate container 2a4f4d780ed2 [2021-10-21T16:39:40.311Z] ---> 0617afc9da02 [2021-10-21T16:39:40.311Z] Step 22/22 : LABEL version=0.0.0 [2021-10-21T16:39:40.311Z] ---> Running in 672e1b34889a [2021-10-21T16:39:40.573Z] Removing intermediate container 672e1b34889a [2021-10-21T16:39:40.573Z] ---> e3e82241d161 [2021-10-21T16:39:40.573Z] [2021-10-21T16:39:40.573Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-21T16:39:40.573Z] Successfully built e3e82241d161 [2021-10-21T16:39:40.573Z] Successfully tagged core-data:latest [2021-10-21T16:39:40.573Z]  Building core-data ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-21T16:39:40.833Z] (1/42) Installing readline (8.1.0-r0) [2021-10-21T16:39:40.833Z] (2/42) Installing bash (5.1.4-r0) [2021-10-21T16:39:40.833Z] Executing bash-5.1.4-r0.post-install [2021-10-21T16:39:40.833Z] (3/42) Installing brotli-libs (1.0.9-r5) [2021-10-21T16:39:40.833Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2021-10-21T16:39:40.833Z] (5/42) Installing libcurl (7.79.1-r0) [2021-10-21T16:39:40.833Z] (6/42) Installing curl (7.79.1-r0) [2021-10-21T16:39:40.833Z] (7/42) Installing dumb-init (1.2.5-r1) [2021-10-21T16:39:40.833Z] (8/42) Installing libbz2 (1.0.8-r1) [2021-10-21T16:39:40.833Z] (9/42) Installing expat (2.4.1-r0) [2021-10-21T16:39:40.833Z] (10/42) Installing libffi (3.3-r2) [2021-10-21T16:39:40.833Z] (11/42) Installing gdbm (1.19-r0) [2021-10-21T16:39:40.833Z] (12/42) Installing xz-libs (5.2.5-r0) [2021-10-21T16:39:40.833Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2021-10-21T16:39:40.833Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-21T16:39:40.833Z] (15/42) Installing mpdecimal (2.5.1-r1) [2021-10-21T16:39:40.833Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2021-10-21T16:39:40.833Z] (17/42) Installing python3 (3.9.5-r1) [2021-10-21T16:39:41.409Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2021-10-21T16:39:41.409Z] (19/42) Installing py3-chardet (4.0.0-r2) [2021-10-21T16:39:41.409Z] (20/42) Installing py3-idna (3.2-r0) [2021-10-21T16:39:41.409Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2021-10-21T16:39:41.409Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2021-10-21T16:39:41.409Z] (23/42) Installing py3-requests (2.25.1-r4) [2021-10-21T16:39:41.409Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2021-10-21T16:39:41.409Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2021-10-21T16:39:41.409Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2021-10-21T16:39:41.409Z] (27/42) Installing py3-colorama (0.4.4-r1) [2021-10-21T16:39:41.409Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2021-10-21T16:39:41.409Z] (29/42) Installing py3-distlib (0.3.1-r3) [2021-10-21T16:39:41.409Z] (30/42) Installing py3-distro (1.5.0-r3) [2021-10-21T16:39:41.409Z] (31/42) Installing py3-six (1.15.0-r1) [2021-10-21T16:39:41.409Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2021-10-21T16:39:41.669Z] (33/42) Installing py3-html5lib (1.1-r1) [2021-10-21T16:39:41.669Z] (34/42) Installing py3-parsing (2.4.7-r2) [2021-10-21T16:39:41.669Z] (35/42) Installing py3-packaging (20.9-r1) [2021-10-21T16:39:41.669Z] (36/42) Installing py3-toml (0.10.2-r2) [2021-10-21T16:39:41.669Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2021-10-21T16:39:41.669Z] (38/42) Installing py3-progress (1.5-r2) [2021-10-21T16:39:41.669Z] (39/42) Installing py3-retrying (1.3.3-r1) [2021-10-21T16:39:41.669Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2021-10-21T16:39:41.669Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2021-10-21T16:39:41.669Z] (42/42) Installing py3-pip (20.3.4-r1) [2021-10-21T16:39:41.930Z] Executing busybox-1.33.1-r3.trigger [2021-10-21T16:39:41.930Z] OK: 84 MiB in 64 packages [2021-10-21T16:39:42.499Z] Collecting docker-compose==1.23.2 [2021-10-21T16:39:42.499Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-10-21T16:39:42.758Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-10-21T16:39:42.758Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-10-21T16:39:42.758Z] Collecting PyYAML<4,>=3.10 [2021-10-21T16:39:42.758Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-10-21T16:39:43.335Z] Collecting texttable<0.10,>=0.9.0 [2021-10-21T16:39:43.335Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-10-21T16:39:43.595Z] Collecting websocket-client<1.0,>=0.32.0 [2021-10-21T16:39:43.595Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-10-21T16:39:43.856Z] Collecting docker<4.0,>=3.6.0 [2021-10-21T16:39:43.856Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-10-21T16:39:43.856Z] Collecting cached-property<2,>=1.2.0 [2021-10-21T16:39:43.856Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-10-21T16:39:43.856Z] Collecting docopt<0.7,>=0.6.1 [2021-10-21T16:39:43.856Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-10-21T16:39:44.116Z] Collecting jsonschema<3,>=2.5.1 [2021-10-21T16:39:44.116Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-10-21T16:39:44.116Z] Collecting dockerpty<0.5,>=0.4.1 [2021-10-21T16:39:44.116Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-10-21T16:39:44.377Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-10-21T16:39:44.377Z] Collecting docker-pycreds>=0.4.0 [2021-10-21T16:39:44.377Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-10-21T16:39:44.638Z] Collecting chardet<3.1.0,>=3.0.2 [2021-10-21T16:39:44.638Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-10-21T16:39:44.638Z] Collecting urllib3<1.25,>=1.21.1 [2021-10-21T16:39:44.638Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-10-21T16:39:44.638Z] Collecting idna<2.8,>=2.5 [2021-10-21T16:39:44.638Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-10-21T16:39:44.638Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2021-10-21T16:39:44.898Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-10-21T16:39:44.898Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-10-21T16:39:44.898Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-10-21T16:39:44.898Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-10-21T16:39:44.898Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-10-21T16:39:44.898Z] Attempting uninstall: urllib3 [2021-10-21T16:39:44.898Z] Found existing installation: urllib3 1.26.5 [2021-10-21T16:39:44.898Z] Uninstalling urllib3-1.26.5: [2021-10-21T16:39:44.898Z] Successfully uninstalled urllib3-1.26.5 [2021-10-21T16:39:45.158Z] Attempting uninstall: idna [2021-10-21T16:39:45.158Z] Found existing installation: idna 3.2 [2021-10-21T16:39:45.158Z] Uninstalling idna-3.2: [2021-10-21T16:39:45.158Z] Successfully uninstalled idna-3.2 [2021-10-21T16:39:45.158Z] Attempting uninstall: chardet [2021-10-21T16:39:45.158Z] Found existing installation: chardet 4.0.0 [2021-10-21T16:39:45.158Z] Uninstalling chardet-4.0.0: [2021-10-21T16:39:45.158Z] Successfully uninstalled chardet-4.0.0 [2021-10-21T16:39:45.417Z] Attempting uninstall: requests [2021-10-21T16:39:45.417Z] Found existing installation: requests 2.25.1 [2021-10-21T16:39:45.417Z] Uninstalling requests-2.25.1: [2021-10-21T16:39:45.417Z] Successfully uninstalled requests-2.25.1 [2021-10-21T16:39:45.675Z] Running setup.py install for texttable: started [2021-10-21T16:39:45.934Z] Running setup.py install for texttable: finished with status 'done' [2021-10-21T16:39:45.934Z] Running setup.py install for PyYAML: started [2021-10-21T16:39:46.195Z] Running setup.py install for PyYAML: finished with status 'done' [2021-10-21T16:39:46.457Z] Running setup.py install for docopt: started [2021-10-21T16:39:46.718Z] Running setup.py install for docopt: finished with status 'done' [2021-10-21T16:39:46.718Z] Running setup.py install for dockerpty: started [2021-10-21T16:39:46.979Z] Running setup.py install for dockerpty: finished with status 'done' [2021-10-21T16:39:47.241Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-10-21T16:39:50.547Z] Removing intermediate container 17df8d28eee3 [2021-10-21T16:39:50.547Z] ---> 080cc0e0ddb7 [2021-10-21T16:39:50.547Z] Step 13/22 : ENV APP_PORT=58890 [2021-10-21T16:39:50.547Z] ---> Running in a4e7925619a8 [2021-10-21T16:39:50.547Z] Removing intermediate container a4e7925619a8 [2021-10-21T16:39:50.547Z] ---> 96771991f472 [2021-10-21T16:39:50.547Z] Step 14/22 : EXPOSE $APP_PORT [2021-10-21T16:39:50.810Z] ---> Running in 48527e6093a3 [2021-10-21T16:39:50.810Z] Removing intermediate container 48527e6093a3 [2021-10-21T16:39:50.810Z] ---> 0690c8cbcf43 [2021-10-21T16:39:50.810Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-10-21T16:39:51.069Z] ---> 0b3ff6a8c60c [2021-10-21T16:39:51.069Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-10-21T16:39:51.329Z] ---> b693c9861e92 [2021-10-21T16:39:51.329Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-10-21T16:39:51.329Z] ---> 5580dc5ef35e [2021-10-21T16:39:51.329Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-10-21T16:39:51.329Z] ---> Running in 5b853758742e [2021-10-21T16:39:51.590Z] Removing intermediate container 5b853758742e [2021-10-21T16:39:51.590Z] ---> c1fb0e9a41eb [2021-10-21T16:39:51.590Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-21T16:39:51.590Z] ---> Running in 4e3f452e74ff [2021-10-21T16:39:51.590Z] Removing intermediate container 4e3f452e74ff [2021-10-21T16:39:51.590Z] ---> 9bd9da1963e2 [2021-10-21T16:39:51.590Z] Step 20/22 : LABEL arch=x86_64 [2021-10-21T16:39:51.590Z] ---> Running in 5e1158ecda6d [2021-10-21T16:39:51.590Z] Removing intermediate container 5e1158ecda6d [2021-10-21T16:39:51.590Z] ---> 0684452ca491 [2021-10-21T16:39:51.590Z] Step 21/22 : LABEL git_sha=0cb9292e3f6936e7a98c0001ab3c870c710fc6f4 [2021-10-21T16:39:51.852Z] ---> Running in 2a8a8d0cd993 [2021-10-21T16:39:51.852Z] Removing intermediate container 2a8a8d0cd993 [2021-10-21T16:39:51.852Z] ---> 445d08d4e209 [2021-10-21T16:39:51.852Z] Step 22/22 : LABEL version=0.0.0 [2021-10-21T16:39:51.852Z] ---> Running in 619e535078e7 [2021-10-21T16:39:51.852Z] Removing intermediate container 619e535078e7 [2021-10-21T16:39:51.852Z] ---> f228505a0a56 [2021-10-21T16:39:51.852Z] [2021-10-21T16:39:52.114Z] Successfully built f228505a0a56 [2021-10-21T16:39:52.114Z] Successfully tagged sys-mgmt-agent:latest [2021-10-21T16:39:52.123Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-10-21T16:39:52.136Z] $ docker stop --time=1 5d346eb303715962fd7aeb020ab70a7ea1f3045c77d762773478be640adeefd0 [2021-10-21T16:39:53.705Z] $ docker rm -f 5d346eb303715962fd7aeb020ab70a7ea1f3045c77d762773478be640adeefd0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-21T16:39:54.047Z] + docker images [2021-10-21T16:39:54.047Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-10-21T16:39:54.047Z] sys-mgmt-agent latest f228505a0a56 3 seconds ago 294MB [2021-10-21T16:39:54.047Z] core-data latest e3e82241d161 14 seconds ago 20.6MB [2021-10-21T16:39:54.047Z] core-metadata latest 88d82c649be7 16 seconds ago 16.8MB [2021-10-21T16:39:54.047Z] c9aca9c988e1 18 seconds ago 1.75GB [2021-10-21T16:39:54.047Z] bee6493e8f3e 19 seconds ago 1.76GB [2021-10-21T16:39:54.047Z] eb556311c850 20 seconds ago 1.76GB [2021-10-21T16:39:54.047Z] core-command latest e54de5c1023b 39 seconds ago 16MB [2021-10-21T16:39:54.047Z] bec4a9664600 42 seconds ago 1.75GB [2021-10-21T16:39:54.047Z] security-bootstrapper latest 9caa308ea637 55 seconds ago 18.8MB [2021-10-21T16:39:54.047Z] support-scheduler latest 6dc9122eee4f About a minute ago 16.1MB [2021-10-21T16:39:54.047Z] security-secretstore-setup latest 7fcc46f8a880 About a minute ago 28.2MB [2021-10-21T16:39:54.047Z] security-proxy-setup latest 28869d7a7d52 About a minute ago 26.7MB [2021-10-21T16:39:54.047Z] support-notifications latest 37031203b9aa About a minute ago 16.9MB [2021-10-21T16:39:54.047Z] 8863db1f730a About a minute ago 1.76GB [2021-10-21T16:39:54.047Z] 763d14ffb972 About a minute ago 1.76GB [2021-10-21T16:39:54.047Z] 81632ab329b3 About a minute ago 1.75GB [2021-10-21T16:39:54.047Z] f0e924474eea About a minute ago 1.76GB [2021-10-21T16:39:54.047Z] f36bf660b55a About a minute ago 1.76GB [2021-10-21T16:39:54.047Z] ci-base-image-x86_64 latest 0fbf3b8ef695 5 minutes ago 1.25GB [2021-10-21T16:39:54.047Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 9f6097aaca64 8 days ago 548MB [2021-10-21T16:39:54.047Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 13 days ago 34.5MB [2021-10-21T16:39:54.047Z] docker 20.10.8 bc6c0ffef665 7 weeks ago 214MB [2021-10-21T16:39:54.047Z] alpine 3.14 14119a10abf4 7 weeks ago 5.6MB [2021-10-21T16:39:54.047Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 15 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-21T16:39:58.602Z] provisioning config files... [2021-10-21T16:39:58.632Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7327121195450560696tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-21T16:39:59.002Z] ---> docker-login.sh [2021-10-21T16:39:59.002Z] nexus3.edgexfoundry.org:10001 [2021-10-21T16:40:00.458Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T16:40:00.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T16:40:00.736Z] Configure a credential helper to remove this warning. See [2021-10-21T16:40:00.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T16:40:00.736Z] [2021-10-21T16:40:00.736Z] Login Succeeded [2021-10-21T16:40:00.736Z] nexus3.edgexfoundry.org:10002 [2021-10-21T16:40:01.020Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T16:40:01.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T16:40:01.302Z] Configure a credential helper to remove this warning. See [2021-10-21T16:40:01.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T16:40:01.302Z] [2021-10-21T16:40:01.302Z] Login Succeeded [2021-10-21T16:40:01.302Z] nexus3.edgexfoundry.org:10003 [2021-10-21T16:40:01.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T16:40:01.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T16:40:01.917Z] Configure a credential helper to remove this warning. See [2021-10-21T16:40:01.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T16:40:01.917Z] [2021-10-21T16:40:01.917Z] Login Succeeded [2021-10-21T16:40:01.917Z] nexus3.edgexfoundry.org:10004 [2021-10-21T16:40:02.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T16:40:02.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T16:40:02.496Z] Configure a credential helper to remove this warning. See [2021-10-21T16:40:02.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T16:40:02.496Z] [2021-10-21T16:40:02.496Z] Login Succeeded [2021-10-21T16:40:02.496Z] docker.io [2021-10-21T16:40:02.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-21T16:40:03.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-21T16:40:03.376Z] Configure a credential helper to remove this warning. See [2021-10-21T16:40:03.376Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-21T16:40:03.376Z] [2021-10-21T16:40:03.376Z] Login Succeeded [2021-10-21T16:40:03.376Z] ---> docker-login.sh ends [Pipeline] } [2021-10-21T16:40:03.397Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-10-21T16:40:03.905Z] ========================================================= [2021-10-21T16:40:03.905Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-10-21T16:40:03.905Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-10-21T16:40:04.279Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-21T16:40:04.557Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-10-21T16:40:04.557Z] 552d1f2373af: Pulling fs layer [2021-10-21T16:40:04.557Z] ea3f2d53f512: Pulling fs layer [2021-10-21T16:40:04.557Z] 9e70ebbbe112: Pulling fs layer [2021-10-21T16:40:04.557Z] 7a9cfe048b4a: Pulling fs layer [2021-10-21T16:40:04.557Z] 72dc09318566: Pulling fs layer [2021-10-21T16:40:04.557Z] f4f7b4309257: Pulling fs layer [2021-10-21T16:40:04.557Z] 0ac9a79272e3: Pulling fs layer [2021-10-21T16:40:04.557Z] b78e95d17946: Pulling fs layer [2021-10-21T16:40:04.557Z] 72dc09318566: Waiting [2021-10-21T16:40:04.557Z] f4f7b4309257: Waiting [2021-10-21T16:40:04.557Z] 0ac9a79272e3: Waiting [2021-10-21T16:40:04.557Z] b78e95d17946: Waiting [2021-10-21T16:40:04.557Z] 7a9cfe048b4a: Waiting [2021-10-21T16:40:04.557Z] 9e70ebbbe112: Verifying Checksum [2021-10-21T16:40:04.557Z] 9e70ebbbe112: Download complete [2021-10-21T16:40:04.557Z] ea3f2d53f512: Download complete [2021-10-21T16:40:04.557Z] 72dc09318566: Verifying Checksum [2021-10-21T16:40:04.557Z] 72dc09318566: Download complete [2021-10-21T16:40:04.856Z] f4f7b4309257: Verifying Checksum [2021-10-21T16:40:04.856Z] f4f7b4309257: Download complete [2021-10-21T16:40:04.856Z] 0ac9a79272e3: Verifying Checksum [2021-10-21T16:40:04.856Z] 0ac9a79272e3: Download complete [2021-10-21T16:40:04.856Z] 552d1f2373af: Verifying Checksum [2021-10-21T16:40:04.856Z] 552d1f2373af: Download complete [2021-10-21T16:40:05.871Z] 552d1f2373af: Pull complete [2021-10-21T16:40:06.484Z] ea3f2d53f512: Pull complete [2021-10-21T16:40:06.764Z] 9e70ebbbe112: Pull complete [2021-10-21T16:40:07.046Z] b78e95d17946: Verifying Checksum [2021-10-21T16:40:07.046Z] b78e95d17946: Download complete [2021-10-21T16:40:07.662Z] 7a9cfe048b4a: Verifying Checksum [2021-10-21T16:40:07.662Z] 7a9cfe048b4a: Download complete [2021-10-21T16:40:09.437Z] Still waiting to schedule task [2021-10-21T16:40:09.438Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-10-21T16:40:17.881Z] 7a9cfe048b4a: Pull complete [2021-10-21T16:40:17.882Z] 72dc09318566: Pull complete [2021-10-21T16:40:17.882Z] f4f7b4309257: Pull complete [2021-10-21T16:40:17.882Z] 0ac9a79272e3: Pull complete [2021-10-21T16:40:23.347Z] b78e95d17946: Pull complete [2021-10-21T16:40:23.347Z] Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 [2021-10-21T16:40:23.347Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-21T16:40:23.347Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-10-21T16:40:23.717Z] + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-21T16:40:23.717Z] WORKDIR /edgex [2021-10-21T16:40:23.717Z] COPY go.mod . [2021-10-21T16:40:23.717Z] RUN go mod download -t [2021-10-21T16:40:23.717Z] ci-base-image-arm64 -f - . [2021-10-21T16:40:26.383Z] Sending build context to Docker daemon 166.4MB [2021-10-21T16:40:26.383Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-21T16:40:26.383Z] ---> 8b459fc5aaf0 [2021-10-21T16:40:26.383Z] Step 2/4 : WORKDIR /edgex [2021-10-21T16:40:33.131Z] ---> Running in 756c185c74c2 [2021-10-21T16:40:33.131Z] Removing intermediate container 756c185c74c2 [2021-10-21T16:40:33.131Z] ---> 1ca9c98a3be1 [2021-10-21T16:40:33.131Z] Step 3/4 : COPY go.mod . [2021-10-21T16:40:33.131Z] ---> 20dd4bd503bf [2021-10-21T16:40:33.131Z] Step 4/4 : RUN go mod download [2021-10-21T16:40:33.407Z] ---> Running in 9f8a2321fc28 [2021-10-21T16:42:10.323Z] Removing intermediate container 9f8a2321fc28 [2021-10-21T16:42:10.324Z] ---> 4e34c3b0a5be [2021-10-21T16:42:10.324Z] Successfully built 4e34c3b0a5be [2021-10-21T16:42:10.324Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-21T16:42:10.676Z] + docker inspect -f . ci-base-image-arm64 [2021-10-21T16:42:10.676Z] . [Pipeline] withDockerContainer [2021-10-21T16:42:10.945Z] prd-ubuntu18.04-docker-arm64-4c-16g-937 does not seem to be running inside a container [2021-10-21T16:42:11.045Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-10-21T16:42:12.714Z] $ docker top 2c63b3297164a7f72d372fd62f2fff789db91691a74432fffad65f13d06b7b02 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-21T16:42:13.710Z] + go version [2021-10-21T16:42:13.711Z] go version go1.16.8 linux/arm64 [Pipeline] } [2021-10-21T16:42:13.738Z] $ docker stop --time=1 2c63b3297164a7f72d372fd62f2fff789db91691a74432fffad65f13d06b7b02 [2021-10-21T16:42:15.635Z] $ docker rm -f 2c63b3297164a7f72d372fd62f2fff789db91691a74432fffad65f13d06b7b02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-21T16:42:16.427Z] + docker inspect -f . ci-base-image-arm64 [2021-10-21T16:42:16.427Z] . [Pipeline] withDockerContainer [2021-10-21T16:42:16.704Z] prd-ubuntu18.04-docker-arm64-4c-16g-937 does not seem to be running inside a container [2021-10-21T16:42:16.798Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-10-21T16:42:18.319Z] $ docker top 018c37acbd944f00cae27e941c72d54a3cd326e6c6253b93300c7013595242b9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-10-21T16:42:18.607Z] ========================================================= [2021-10-21T16:42:18.607Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-10-21T16:42:18.607Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-10-21T16:42:19.281Z] + make test [2021-10-21T16:42:19.281Z] go mod tidy [2021-10-21T16:42:19.895Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-10-21T16:42:46.983Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-10-21T16:43:43.746Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-10-21T16:43:47.186Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-10-21T16:43:47.186Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-10-21T16:43:48.190Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-10-21T16:44:00.692Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-10-21T16:44:00.692Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-10-21T16:44:00.692Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-10-21T16:44:00.692Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-10-21T16:44:00.692Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-10-21T16:44:00.692Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-10-21T16:44:00.975Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-10-21T16:44:00.975Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-10-21T16:44:00.975Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-10-21T16:44:00.975Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-10-21T16:44:07.786Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.229s coverage: 28.7% of statements [2021-10-21T16:44:07.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-10-21T16:44:07.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-10-21T16:44:12.174Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.279s coverage: 98.5% of statements [2021-10-21T16:44:12.174Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-10-21T16:44:13.651Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.348s coverage: 47.2% of statements [2021-10-21T16:44:13.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-10-21T16:44:13.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-10-21T16:44:16.330Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.682s coverage: 90.1% of statements [2021-10-21T16:44:16.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-10-21T16:44:16.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-10-21T16:44:16.330Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.256s coverage: 84.4% of statements [2021-10-21T16:44:16.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-10-21T16:44:16.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-10-21T16:44:16.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-10-21T16:44:16.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-10-21T16:44:16.330Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-10-21T16:44:24.858Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.731s coverage: 94.2% of statements [2021-10-21T16:44:24.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-10-21T16:44:24.858Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-10-21T16:44:24.858Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.247s coverage: 59.1% of statements [2021-10-21T16:44:24.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-10-21T16:44:24.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-10-21T16:44:24.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-10-21T16:44:24.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-10-21T16:44:24.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-10-21T16:44:24.858Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.268s coverage: 60.0% of statements [2021-10-21T16:44:24.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-10-21T16:44:24.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-10-21T16:44:24.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-10-21T16:44:24.858Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.325s coverage: 0.9% of statements [2021-10-21T16:44:24.858Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-10-21T16:44:24.858Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.193s coverage: 58.8% of statements [2021-10-21T16:44:24.858Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.158s coverage: 21.7% of statements [2021-10-21T16:44:24.858Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-10-21T16:44:24.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.219s coverage: 47.1% of statements [2021-10-21T16:44:24.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.255s coverage: 79.5% of statements [2021-10-21T16:44:25.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.226s coverage: 94.1% of statements [2021-10-21T16:44:27.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.231s coverage: 96.3% of statements [2021-10-21T16:44:27.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.233s coverage: 87.5% of statements [2021-10-21T16:44:39.650Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.211s coverage: 94.4% of statements [2021-10-21T16:44:39.650Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.164s coverage: 44.8% of statements [2021-10-21T16:44:45.110Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.561s coverage: 82.5% of statements [2021-10-21T16:44:45.110Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-10-21T16:44:51.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.269s coverage: 92.9% of statements [2021-10-21T16:44:51.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-10-21T16:44:51.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-10-21T16:44:51.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-10-21T16:44:51.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements [2021-10-21T16:44:51.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-10-21T16:44:51.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-10-21T16:44:51.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-10-21T16:44:51.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-10-21T16:44:51.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-10-21T16:44:51.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.175s coverage: 87.2% of statements [2021-10-21T16:44:51.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-10-21T16:44:51.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-10-21T16:44:51.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.148s coverage: 100.0% of statements [2021-10-21T16:44:51.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-10-21T16:44:51.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.246s coverage: 58.8% of statements [2021-10-21T16:44:51.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-10-21T16:44:51.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.260s coverage: 80.0% of statements [2021-10-21T16:44:51.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.240s coverage: 87.2% of statements [2021-10-21T16:44:51.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.242s coverage: 85.4% of statements [2021-10-21T16:44:51.908Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.758s coverage: 91.2% of statements [2021-10-21T16:44:51.908Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-10-21T16:44:53.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.783s coverage: 64.4% of statements [2021-10-21T16:44:53.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-10-21T16:44:53.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-10-21T16:44:53.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.223s coverage: 100.0% of statements [2021-10-21T16:44:53.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.117s coverage: 89.4% of statements [2021-10-21T16:44:53.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2021-10-21T16:44:53.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements [2021-10-21T16:44:54.201Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements [2021-10-21T16:44:56.921Z] Running on prd-ubuntu18.04-docker-8c-8g-939 in /w/workspace/edgexfoundry_edgex-go_PR-3765 [Pipeline] { [Pipeline] ws [2021-10-21T16:44:56.931Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] libraryResource [Pipeline] sh [2021-10-21T16:44:57.683Z] + echo snap-build.sh [2021-10-21T16:44:57.683Z] snap-build.sh [2021-10-21T16:44:57.683Z] + SNAP_BASE_DIR=. [2021-10-21T16:44:57.684Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-10-21T16:44:57.684Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-10-21T16:44:57.684Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-10-21T16:44:57.684Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-10-21T16:44:57.684Z] + cd /w/workspace/edgex-go/2 [2021-10-21T16:44:57.684Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-10-21T16:44:57.684Z] Reading package lists... [2021-10-21T16:44:57.684Z] Building dependency tree... [2021-10-21T16:44:57.684Z] Reading state information... [2021-10-21T16:44:57.684Z] The following packages were automatically installed and are no longer required: [2021-10-21T16:44:57.684Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-10-21T16:44:57.684Z] uidmap xdelta3 [2021-10-21T16:44:57.684Z] Use 'sudo apt autoremove' to remove them. [2021-10-21T16:44:57.684Z] The following packages will be REMOVED: [2021-10-21T16:44:57.684Z] lxd* lxd-client* [2021-10-21T16:44:57.951Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-10-21T16:44:57.951Z] After this operation, 31.7 MB disk space will be freed. [2021-10-21T16:44:58.476Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190317 files and directories currently installed.) [2021-10-21T16:44:58.476Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-10-21T16:44:59.426Z] Removing lxd dnsmasq configuration [2021-10-21T16:44:59.426Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-10-21T16:44:59.426Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-10-21T16:44:59.662Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.290s coverage: 70.4% of statements [2021-10-21T16:44:59.662Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-10-21T16:44:59.662Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-10-21T16:44:59.662Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-10-21T16:44:59.999Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-10-21T16:45:00.263Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190142 files and directories currently installed.) [2021-10-21T16:45:00.263Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-10-21T16:45:01.127Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.793s coverage: 43.4% of statements [2021-10-21T16:45:01.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-10-21T16:45:01.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-10-21T16:45:01.127Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.264s coverage: 89.5% of statements [2021-10-21T16:45:01.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-10-21T16:45:01.127Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.194s coverage: 84.8% of statements [2021-10-21T16:45:01.127Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-10-21T16:45:01.660Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-10-21T16:45:01.660Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-10-21T16:45:02.232Z] + sudo snap remove --purge lxd [2021-10-21T16:45:02.232Z] snap "lxd" is not installed [2021-10-21T16:45:02.232Z] + sudo groupadd --force --system lxd [2021-10-21T16:45:02.232Z] ++ whoami [2021-10-21T16:45:02.232Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-10-21T16:45:02.232Z] + newgrp - lxd [2021-10-21T16:45:02.493Z] + sudo snap install lxd [2021-10-21T16:45:09.533Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.248s coverage: 17.7% of statements [2021-10-21T16:45:09.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-10-21T16:45:09.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-10-21T16:45:09.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-10-21T16:45:09.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-10-21T16:45:09.533Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.708s coverage: 92.3% of statements [2021-10-21T16:45:09.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-10-21T16:45:09.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-10-21T16:45:09.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-10-21T16:45:09.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-10-21T16:45:09.533Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.234s coverage: 63.2% of statements [2021-10-21T16:45:09.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-10-21T16:45:09.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-10-21T16:45:09.533Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.384s coverage: 97.7% of statements [2021-10-21T16:45:09.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-10-21T16:45:09.533Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-10-21T16:45:09.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-10-21T16:45:09.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-10-21T16:45:09.533Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.174s coverage: 28.9% of statements [2021-10-21T16:45:09.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-10-21T16:45:09.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-10-21T16:45:09.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-10-21T16:45:09.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-10-21T16:45:09.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-10-21T16:45:09.533Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-10-21T16:45:09.533Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.166s coverage: 100.0% of statements [2021-10-21T16:45:09.533Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 96.9% of statements [2021-10-21T16:45:09.533Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2021-10-21T16:45:09.533Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2021-10-21T16:45:09.533Z] GO111MODULE=on go vet ./... [2021-10-21T16:45:12.487Z] 2021-10-21T16:45:09Z INFO Waiting for automatic snapd restart... [2021-10-21T16:45:27.405Z] lxd 4.19 from Canonical* installed [2021-10-21T16:45:27.405Z] + sudo lxd init --auto [2021-10-21T16:45:35.554Z] + sudo snap install --classic snapcraft [2021-10-21T16:45:45.551Z] snapcraft 5.0 from Canonical* installed [2021-10-21T16:45:45.551Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-10-21T16:45:45.551Z] + sudo snapcraft prime --use-lxd [2021-10-21T16:45:46.494Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-10-21T16:45:46.494Z] Could not find snap/snapcraft.yaml. Are you sure you are in the right directory? [2021-10-21T16:45:46.494Z] To start a new project, use `snapcraft init` [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-10-21T16:45:46.786Z] Failed in branch amd64 [2021-10-21T16:46:31.704Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-10-21T16:46:31.704Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2021-10-21T16:46:31.704Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-10-21T16:46:32.377Z] + ls -al . [2021-10-21T16:46:32.377Z] total 656 [2021-10-21T16:46:32.377Z] drwxrwxr-x 9 1001 1001 4096 Oct 21 16:46 . [2021-10-21T16:46:32.377Z] drwxr-xr-x 4 root root 4096 Oct 21 16:42 .. [2021-10-21T16:46:32.377Z] -rw-rw-r-- 1 1001 1001 11 Oct 21 16:39 .dockerignore [2021-10-21T16:46:32.377Z] drwxrwxr-x 8 1001 1001 4096 Oct 21 16:39 .git [2021-10-21T16:46:32.377Z] drwxrwxr-x 4 1001 1001 4096 Oct 21 16:39 .github [2021-10-21T16:46:32.377Z] -rw-rw-r-- 1 1001 1001 804 Oct 21 16:39 .gitignore [2021-10-21T16:46:32.378Z] -rw-rw-r-- 1 1001 1001 42 Oct 21 16:39 .golangci.yml [2021-10-21T16:46:32.378Z] -rw-rw-r-- 1 1001 1001 76 Oct 21 16:39 .hadolint.yml [2021-10-21T16:46:32.378Z] -rw-rw-r-- 1 1001 1001 166 Oct 21 16:39 .sonarcloud.properties [2021-10-21T16:46:32.378Z] -rw-rw-r-- 1 1001 1001 1171 Oct 21 16:39 ADOPTERS.md [2021-10-21T16:46:32.378Z] -rw-rw-r-- 1 1001 1001 8608 Oct 21 16:39 Attribution.txt [2021-10-21T16:46:32.378Z] -rw-rw-r-- 1 1001 1001 43881 Oct 21 16:39 CHANGELOG.md [2021-10-21T16:46:32.378Z] -rw-rw-r-- 1 1001 1001 3804 Oct 21 16:39 CONTRIBUTING.md [2021-10-21T16:46:32.378Z] -rw-rw-r-- 1 1001 1001 677 Oct 21 16:39 GOVERNANCE.md [2021-10-21T16:46:32.378Z] -rw-rw-r-- 1 1001 1001 849 Oct 21 16:39 Jenkinsfile [2021-10-21T16:46:32.378Z] -rw-rw-r-- 1 1001 1001 10775 Oct 21 16:39 LICENSE [2021-10-21T16:46:32.378Z] -rw-rw-r-- 1 1001 1001 6508 Oct 21 16:39 Makefile [2021-10-21T16:46:32.378Z] -rw-rw-r-- 1 1001 1001 582 Oct 21 16:39 OWNERS.md [2021-10-21T16:46:32.378Z] -rw-rw-r-- 1 1001 1001 8256 Oct 21 16:39 README.md [2021-10-21T16:46:32.378Z] -rw-rw-r-- 1 1001 1001 6912 Oct 21 16:39 SECURITY.md [2021-10-21T16:46:32.378Z] -rw-rw-r-- 1 1001 1001 5 Oct 21 16:33 VERSION [2021-10-21T16:46:32.378Z] -rw-rw-r-- 1 1001 1001 4131 Oct 21 16:39 ZMQWindows.md [2021-10-21T16:46:32.378Z] drwxrwxr-x 2 1001 1001 4096 Oct 21 16:39 bin [2021-10-21T16:46:32.378Z] drwxrwxr-x 14 1001 1001 4096 Oct 21 16:39 cmd [2021-10-21T16:46:32.378Z] -rw-r--r-- 1 root root 420693 Oct 21 16:45 coverage.out [2021-10-21T16:46:32.378Z] -rw-rw-r-- 1 1001 1001 829 Oct 21 16:39 go.mod [2021-10-21T16:46:32.378Z] -rw-rw-r-- 1 1001 1001 50143 Oct 21 16:39 go.sum [2021-10-21T16:46:32.378Z] drwxrwxr-x 8 1001 1001 4096 Oct 21 16:39 internal [2021-10-21T16:46:32.378Z] drwxrwxr-x 3 1001 1001 4096 Oct 21 16:39 openapi [2021-10-21T16:46:32.378Z] drwxrwxr-x 4 1001 1001 4096 Oct 21 16:39 snap [2021-10-21T16:46:32.378Z] -rw-rw-r-- 1 1001 1001 204 Oct 21 16:39 version.go [Pipeline] sh [2021-10-21T16:46:33.058Z] + '[' -e coverage.out ] [2021-10-21T16:46:33.058Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-10-21T16:46:33.087Z] Warning: overwriting stash ‘coverage-report’ [2021-10-21T16:46:34.046Z] Stashed 1 file(s) [Pipeline] sh [2021-10-21T16:46:34.717Z] + make build [2021-10-21T16:46:34.717Z] 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-10-21T16:46:41.470Z] 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-10-21T16:47:03.732Z] 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-10-21T16:47:05.185Z] 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-10-21T16:47:09.557Z] 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-10-21T16:47:09.841Z] 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-10-21T16:47:13.283Z] 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-10-21T16:47:16.840Z] 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-10-21T16:47:20.269Z] 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-10-21T16:47:24.642Z] 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-10-21T16:47:28.068Z] 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-10-21T16:47:31.496Z] 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-10-21T16:47:36.963Z] $ docker stop --time=1 018c37acbd944f00cae27e941c72d54a3cd326e6c6253b93300c7013595242b9 [2021-10-21T16:47:39.726Z] $ docker rm -f 018c37acbd944f00cae27e941c72d54a3cd326e6c6253b93300c7013595242b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-21T16:47:41.376Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-10-21T16:47:41.654Z] [2021-10-21T16:47:41.654Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-21T16:47:42.018Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-10-21T16:47:42.296Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-10-21T16:47:42.296Z] 29e5d40040c1: Pulling fs layer [2021-10-21T16:47:42.296Z] 1ce36da41761: Pulling fs layer [2021-10-21T16:47:42.296Z] 25b303627fd3: Pulling fs layer [2021-10-21T16:47:42.576Z] 29e5d40040c1: Verifying Checksum [2021-10-21T16:47:42.576Z] 29e5d40040c1: Download complete [2021-10-21T16:47:42.858Z] 1ce36da41761: Verifying Checksum [2021-10-21T16:47:42.858Z] 1ce36da41761: Download complete [2021-10-21T16:47:43.136Z] 29e5d40040c1: Pull complete [2021-10-21T16:47:44.129Z] 25b303627fd3: Verifying Checksum [2021-10-21T16:47:44.129Z] 25b303627fd3: Download complete [2021-10-21T16:47:44.408Z] 1ce36da41761: Pull complete [2021-10-21T16:47:54.638Z] 25b303627fd3: Pull complete [2021-10-21T16:47:54.638Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-10-21T16:47:54.638Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-10-21T16:47:54.638Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-10-21T16:47:54.874Z] prd-ubuntu18.04-docker-arm64-4c-16g-937 does not seem to be running inside a container [2021-10-21T16:47:54.977Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-10-21T16:47:58.278Z] $ docker top 3e8d2e33abc90ab3c7380fceda9779e6dbe6e89758275ff26e10e5cd5f30e42f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-21T16:47:59.220Z] + docker-compose build --help [2021-10-21T16:47:59.220Z] + grep parallel [2021-10-21T16:48:02.625Z] --parallel Build images in parallel. [Pipeline] } [2021-10-21T16:48:03.237Z] $ docker stop --time=1 3e8d2e33abc90ab3c7380fceda9779e6dbe6e89758275ff26e10e5cd5f30e42f [2021-10-21T16:48:05.092Z] $ docker rm -f 3e8d2e33abc90ab3c7380fceda9779e6dbe6e89758275ff26e10e5cd5f30e42f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-21T16:48:05.694Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-10-21T16:48:05.694Z] . [Pipeline] withDockerContainer [2021-10-21T16:48:05.932Z] prd-ubuntu18.04-docker-arm64-4c-16g-937 does not seem to be running inside a container [2021-10-21T16:48:06.025Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-10-21T16:48:07.630Z] $ docker top 9bf2ce913ac839f1d99157d243cab1e45c601f42711f4edb81a2464b93966627 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-21T16:48:08.586Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-10-21T16:48:12.006Z] Building core-command ... [2021-10-21T16:48:12.006Z] Building core-data ... [2021-10-21T16:48:12.006Z] Building core-metadata ... [2021-10-21T16:48:12.006Z] Building security-bootstrapper ... [2021-10-21T16:48:12.006Z] Building security-proxy-setup ... [2021-10-21T16:48:12.006Z] Building security-secretstore-setup ... [2021-10-21T16:48:12.006Z] Building support-notifications ... [2021-10-21T16:48:12.006Z] Building support-scheduler ... [2021-10-21T16:48:12.006Z] Building sys-mgmt-agent ... [2021-10-21T16:48:12.006Z] Building security-proxy-setup [2021-10-21T16:48:12.006Z] Building support-notifications [2021-10-21T16:48:12.006Z] Building support-scheduler [2021-10-21T16:48:12.006Z] Building security-bootstrapper [2021-10-21T16:48:12.006Z] Building sys-mgmt-agent [2021-10-21T16:49:20.115Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-21T16:49:20.115Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-21T16:49:20.115Z] ---> 4e34c3b0a5be [2021-10-21T16:49:20.115Z] Step 3/22 : WORKDIR /edgex-go [2021-10-21T16:49:20.115Z] Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-21T16:49:20.115Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-10-21T16:49:20.115Z] ---> 4e34c3b0a5be [2021-10-21T16:49:20.115Z] Step 3/30 : WORKDIR /edgex-go [2021-10-21T16:49:20.115Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-21T16:49:20.115Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-10-21T16:49:20.115Z] ---> 4e34c3b0a5be [2021-10-21T16:49:20.115Z] Step 3/23 : WORKDIR /edgex-go [2021-10-21T16:49:20.115Z] Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-21T16:49:20.115Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2021-10-21T16:49:20.115Z] ---> 4e34c3b0a5be [2021-10-21T16:49:20.115Z] Step 3/20 : WORKDIR /edgex-go [2021-10-21T16:49:20.115Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-21T16:49:20.115Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-10-21T16:49:20.115Z] ---> 4e34c3b0a5be [2021-10-21T16:49:20.115Z] Step 3/21 : WORKDIR /edgex-go [2021-10-21T16:49:21.117Z] ---> Running in 16cc01d838d6 [2021-10-21T16:49:21.117Z] ---> Running in 4491202d9ab7 [2021-10-21T16:49:21.117Z] ---> Running in db4c76c2fe48 [2021-10-21T16:49:21.117Z] ---> Running in ad0bf379bf42 [2021-10-21T16:49:21.117Z] ---> Running in f5b424168e0f [2021-10-21T16:49:21.754Z] Removing intermediate container 16cc01d838d6 [2021-10-21T16:49:21.754Z] Removing intermediate container 4491202d9ab7 [2021-10-21T16:49:21.754Z] ---> 5f74f4bf75af [2021-10-21T16:49:21.754Z] ---> 532ed0e90d7a [2021-10-21T16:49:21.754Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-21T16:49:21.754Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-21T16:49:22.034Z] Removing intermediate container db4c76c2fe48 [2021-10-21T16:49:22.034Z] ---> 929f74f97321 [2021-10-21T16:49:22.034Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-21T16:49:22.034Z] Removing intermediate container f5b424168e0f [2021-10-21T16:49:22.034Z] Removing intermediate container ad0bf379bf42 [2021-10-21T16:49:22.034Z] ---> 794a8e48d122 [2021-10-21T16:49:22.034Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-21T16:49:22.034Z] ---> a081fed79382 [2021-10-21T16:49:22.034Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-21T16:49:22.034Z] ---> Running in ca0a2e133a58 [2021-10-21T16:49:22.319Z] ---> Running in f27031f9b3da [2021-10-21T16:49:22.319Z] ---> Running in bb1eb1e5dede [2021-10-21T16:49:22.319Z] ---> Running in 673b7056dcd6 [2021-10-21T16:49:22.319Z] ---> Running in 4412104f390e [2021-10-21T16:49:26.802Z] Removing intermediate container ca0a2e133a58 [2021-10-21T16:49:26.802Z] ---> 2c13d0db9dc1 [2021-10-21T16:49:26.802Z] Step 5/20 : RUN apk add --update --no-cache make git [2021-10-21T16:49:26.802Z] ---> Running in 77e126204f57 [2021-10-21T16:49:26.802Z] Removing intermediate container bb1eb1e5dede [2021-10-21T16:49:26.802Z] ---> 01ae428927fc [2021-10-21T16:49:26.802Z] Step 5/22 : RUN apk add --update --no-cache make bash git [2021-10-21T16:49:26.802Z] ---> Running in 97c7ad7a077d [2021-10-21T16:49:27.083Z] Removing intermediate container f27031f9b3da [2021-10-21T16:49:27.083Z] ---> 1335bb319ece [2021-10-21T16:49:27.083Z] Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates [2021-10-21T16:49:27.370Z] Removing intermediate container 4412104f390e [2021-10-21T16:49:27.370Z] ---> 9dd14c3650c4 [2021-10-21T16:49:27.370Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-10-21T16:49:27.370Z] ---> Running in 5ef4369224fb [2021-10-21T16:49:27.370Z] Removing intermediate container 673b7056dcd6 [2021-10-21T16:49:27.370Z] ---> a8e8f793c873 [2021-10-21T16:49:27.370Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-10-21T16:49:27.650Z] ---> Running in 4e5acf43ed11 [2021-10-21T16:49:27.650Z] ---> Running in 8816643c93af [2021-10-21T16:49:28.263Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-21T16:49:28.873Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-21T16:49:29.485Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-21T16:49:29.485Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-21T16:49:29.766Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-21T16:49:29.766Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-21T16:49:29.766Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-21T16:49:30.045Z] OK: 219 MiB in 52 packages [2021-10-21T16:49:30.662Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-21T16:49:30.662Z] OK: 219 MiB in 52 packages [2021-10-21T16:49:30.662Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-21T16:49:30.943Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-21T16:49:31.561Z] OK: 219 MiB in 52 packages [2021-10-21T16:49:31.846Z] Removing intermediate container 77e126204f57 [2021-10-21T16:49:31.846Z] ---> da6896f7d729 [2021-10-21T16:49:31.846Z] Step 6/20 : COPY . . [2021-10-21T16:49:32.133Z] OK: 219 MiB in 52 packages [2021-10-21T16:49:32.133Z] OK: 219 MiB in 52 packages [2021-10-21T16:49:32.415Z] Removing intermediate container 97c7ad7a077d [2021-10-21T16:49:32.415Z] ---> b49bbfe7c79f [2021-10-21T16:49:32.415Z] Step 6/22 : COPY . . [2021-10-21T16:49:33.889Z] Removing intermediate container 4e5acf43ed11 [2021-10-21T16:49:33.889Z] ---> aa639c3a0734 [2021-10-21T16:49:33.889Z] Step 6/23 : COPY go.mod . [2021-10-21T16:49:34.500Z] Removing intermediate container 5ef4369224fb [2021-10-21T16:49:34.500Z] ---> 7fa4748786ce [2021-10-21T16:49:34.500Z] Step 6/21 : COPY . . [2021-10-21T16:49:35.503Z] Removing intermediate container 8816643c93af [2021-10-21T16:49:35.503Z] ---> ddb70239bce7 [2021-10-21T16:49:35.503Z] Step 6/30 : COPY . . [2021-10-21T16:49:37.509Z] ---> c1f3b6b61c93 [2021-10-21T16:49:37.509Z] Step 7/23 : RUN go mod download [2021-10-21T16:49:47.786Z] ---> Running in b98c22b497c6 [2021-10-21T16:49:56.146Z] ---> 235fdfcbe9a4 [2021-10-21T16:49:56.146Z] Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-21T16:49:56.146Z] ---> d086c855cb5e [2021-10-21T16:49:56.146Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-21T16:49:56.146Z] ---> Running in ddce17725adc [2021-10-21T16:49:56.146Z] ---> d6066ba56963 [2021-10-21T16:49:56.146Z] Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-21T16:49:56.146Z] ---> 95bc98cdaa35 [2021-10-21T16:49:56.146Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-21T16:49:56.146Z] ---> Running in b95e6f768fd6 [2021-10-21T16:49:56.146Z] ---> Running in 780729dbe2c7 [2021-10-21T16:49:56.146Z] ---> Running in 59c4f458c8b8 [2021-10-21T16:49:56.146Z] Removing intermediate container b98c22b497c6 [2021-10-21T16:49:56.146Z] ---> 97336286cd22 [2021-10-21T16:49:56.146Z] Step 8/23 : COPY . . [2021-10-21T16:50:04.522Z] Removing intermediate container ddce17725adc [2021-10-21T16:50:04.522Z] ---> ffd16406d9d7 [2021-10-21T16:50:04.522Z] Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-10-21T16:50:04.804Z] Removing intermediate container 780729dbe2c7 [2021-10-21T16:50:04.804Z] ---> adfd8d6615a9 [2021-10-21T16:50:04.804Z] Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-10-21T16:50:04.804Z] Removing intermediate container b95e6f768fd6 [2021-10-21T16:50:04.804Z] ---> 57bedef8101c [2021-10-21T16:50:04.804Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-10-21T16:50:05.410Z] ---> Running in 85b507289532 [2021-10-21T16:50:05.410Z] Removing intermediate container 59c4f458c8b8 [2021-10-21T16:50:05.410Z] ---> 9dbaac523995 [2021-10-21T16:50:05.410Z] Step 8/21 : RUN make cmd/support-notifications/support-notifications [2021-10-21T16:50:06.021Z] ---> Running in 50c2cb3ee44f [2021-10-21T16:50:06.021Z] ---> Running in 5165d1054420 [2021-10-21T16:50:06.631Z] ---> Running in 6718e28bffdb [2021-10-21T16:50:08.674Z] 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-10-21T16:50:09.287Z] ---> 711f4662808a [2021-10-21T16:50:09.287Z] Step 9/23 : RUN go mod tidy [2021-10-21T16:50:09.287Z] 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-10-21T16:50:09.571Z] 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-10-21T16:50:09.571Z] ---> Running in e20726518bab [2021-10-21T16:50:09.571Z] 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-10-21T16:50:17.949Z] Removing intermediate container e20726518bab [2021-10-21T16:50:17.949Z] ---> 323268588047 [2021-10-21T16:50:17.949Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-10-21T16:50:17.949Z] ---> Running in 7aae4bbd3b4f [2021-10-21T16:50:18.949Z] 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-10-21T16:51:55.940Z] 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-10-21T16:52:08.458Z] Removing intermediate container 5165d1054420 [2021-10-21T16:52:08.458Z] ---> fbd6c8a60618 [2021-10-21T16:52:08.458Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-10-21T16:52:08.458Z] ---> Running in 721c19d8687a [2021-10-21T16:52:10.474Z] 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-10-21T16:52:11.941Z] Removing intermediate container 50c2cb3ee44f [2021-10-21T16:52:11.941Z] ---> 2ee1b768ba56 [2021-10-21T16:52:11.941Z] [2021-10-21T16:52:11.941Z] Step 9/30 : FROM alpine:3.14 [2021-10-21T16:52:12.221Z] 3.14: Pulling from library/alpine [2021-10-21T16:52:12.837Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-10-21T16:52:13.125Z] Status: Downloaded newer image for alpine:3.14 [2021-10-21T16:52:13.125Z] ---> bb3de5531c18 [2021-10-21T16:52:13.125Z] Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-10-21T16:52:13.410Z] ---> Running in bcf8fc988a5b [2021-10-21T16:52:13.691Z] Removing intermediate container 85b507289532 [2021-10-21T16:52:13.692Z] ---> e84ef6e0274e [2021-10-21T16:52:13.692Z] [2021-10-21T16:52:13.692Z] Step 9/20 : FROM alpine:3.14 [2021-10-21T16:52:13.692Z] ---> bb3de5531c18 [2021-10-21T16:52:13.692Z] Step 10/20 : RUN apk add --update --no-cache curl [2021-10-21T16:52:14.705Z] ---> Running in 954c5fc10090 [2021-10-21T16:52:14.705Z] Removing intermediate container bcf8fc988a5b [2021-10-21T16:52:14.705Z] ---> 5d4edb07f70a [2021-10-21T16:52:14.705Z] Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-10-21T16:52:14.983Z] ---> Running in 38762dacdf3b [2021-10-21T16:52:17.005Z] Removing intermediate container 721c19d8687a [2021-10-21T16:52:17.005Z] ---> c95da5c72474 [2021-10-21T16:52:17.005Z] [2021-10-21T16:52:17.005Z] Step 10/22 : FROM docker:20.10.8 [2021-10-21T16:52:17.005Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-21T16:52:17.005Z] 20.10.8: Pulling from library/docker [2021-10-21T16:52:17.005Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-21T16:52:17.288Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-21T16:52:17.288Z] Removing intermediate container 6718e28bffdb [2021-10-21T16:52:17.288Z] ---> d168339ba8b0 [2021-10-21T16:52:17.288Z] [2021-10-21T16:52:17.288Z] Step 9/21 : FROM alpine:3.14 [2021-10-21T16:52:17.288Z] ---> bb3de5531c18 [2021-10-21T16:52:17.288Z] Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-10-21T16:52:17.288Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-21T16:52:17.578Z] ---> Running in f3a02881f4fc [2021-10-21T16:52:18.582Z] (1/2) Installing dumb-init (1.2.5-r1) [2021-10-21T16:52:18.582Z] (2/2) Installing su-exec (0.2-r1) [2021-10-21T16:52:18.582Z] Executing busybox-1.33.1-r3.trigger [2021-10-21T16:52:18.582Z] OK: 5 MiB in 16 packages [2021-10-21T16:52:18.582Z] (1/5) Installing ca-certificates (20191127-r5) [2021-10-21T16:52:18.865Z] (2/5) Installing brotli-libs (1.0.9-r5) [2021-10-21T16:52:18.865Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2021-10-21T16:52:18.865Z] (4/5) Installing libcurl (7.79.1-r0) [2021-10-21T16:52:18.865Z] (5/5) Installing curl (7.79.1-r0) [2021-10-21T16:52:18.865Z] Executing busybox-1.33.1-r3.trigger [2021-10-21T16:52:18.865Z] Executing ca-certificates-20191127-r5.trigger [2021-10-21T16:52:19.147Z] OK: 8 MiB in 19 packages [2021-10-21T16:52:20.155Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-21T16:52:20.440Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-21T16:52:21.439Z] (1/2) Installing ca-certificates (20191127-r5) [2021-10-21T16:52:21.439Z] (2/2) Installing dumb-init (1.2.5-r1) [2021-10-21T16:52:21.439Z] Executing busybox-1.33.1-r3.trigger [2021-10-21T16:52:21.439Z] Executing ca-certificates-20191127-r5.trigger [2021-10-21T16:52:21.720Z] Removing intermediate container 38762dacdf3b [2021-10-21T16:52:21.720Z] ---> 3bbe631b46fe [2021-10-21T16:52:21.720Z] Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-10-21T16:52:21.720Z] OK: 6 MiB in 16 packages [2021-10-21T16:52:22.335Z] ---> Running in 91243e09fa6a [2021-10-21T16:52:22.633Z] Removing intermediate container 7aae4bbd3b4f [2021-10-21T16:52:22.633Z] ---> aa54ef8ce7a6 [2021-10-21T16:52:22.633Z] [2021-10-21T16:52:22.633Z] Step 11/23 : FROM alpine:3.14 [2021-10-21T16:52:22.633Z] ---> bb3de5531c18 [2021-10-21T16:52:22.633Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-10-21T16:52:22.633Z] Removing intermediate container 954c5fc10090 [2021-10-21T16:52:22.633Z] ---> bd9f0651cb10 [2021-10-21T16:52:22.633Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-10-21T16:52:23.242Z] ---> Running in 8322e6af8804 [2021-10-21T16:52:23.242Z] ---> Running in 4f8e88caf0c6 [2021-10-21T16:52:23.523Z] Removing intermediate container 91243e09fa6a [2021-10-21T16:52:23.523Z] ---> 025d2a2bcb5b [2021-10-21T16:52:23.523Z] Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-10-21T16:52:24.139Z] ---> Running in c49e0767d79b [2021-10-21T16:52:24.139Z] Removing intermediate container 8322e6af8804 [2021-10-21T16:52:24.139Z] ---> 7ce9c000e0ce [2021-10-21T16:52:24.139Z] Step 12/20 : WORKDIR /edgex [2021-10-21T16:52:24.761Z] ---> Running in 88927ac81eb0 [2021-10-21T16:52:25.036Z] Removing intermediate container f3a02881f4fc [2021-10-21T16:52:25.036Z] ---> c3c98ad954c6 [2021-10-21T16:52:25.036Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-21T16:52:25.314Z] Removing intermediate container c49e0767d79b [2021-10-21T16:52:25.314Z] ---> 05b5370ae8a0 [2021-10-21T16:52:25.314Z] Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-10-21T16:52:25.314Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-21T16:52:25.590Z] ---> Running in 0d7ab6cdf4aa [2021-10-21T16:52:25.590Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-21T16:52:25.867Z] ---> Running in be7cc2954f15 [2021-10-21T16:52:26.150Z] Removing intermediate container 88927ac81eb0 [2021-10-21T16:52:26.150Z] ---> e8b7c38e2ac0 [2021-10-21T16:52:26.150Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-10-21T16:52:26.432Z] Removing intermediate container 0d7ab6cdf4aa [2021-10-21T16:52:26.432Z] ---> 6d8a4b59b2c0 [2021-10-21T16:52:26.432Z] Step 12/21 : ENV APP_PORT=59860 [2021-10-21T16:52:26.432Z] (1/1) Installing dumb-init (1.2.5-r1) [2021-10-21T16:52:26.432Z] Executing busybox-1.33.1-r3.trigger [2021-10-21T16:52:26.432Z] OK: 5 MiB in 15 packages [2021-10-21T16:52:27.059Z] ---> Running in 748d54f1fbd2 [2021-10-21T16:52:28.570Z] ---> e43113fead76 [2021-10-21T16:52:28.570Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-10-21T16:52:28.570Z] Removing intermediate container 748d54f1fbd2 [2021-10-21T16:52:28.570Z] ---> a3e065411cc7 [2021-10-21T16:52:28.570Z] Step 13/21 : EXPOSE $APP_PORT [2021-10-21T16:52:28.570Z] Removing intermediate container 4f8e88caf0c6 [2021-10-21T16:52:28.570Z] ---> 5dbbaa34f6f6 [2021-10-21T16:52:28.570Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-21T16:52:28.570Z] ---> Running in b22ce9c56ddd [2021-10-21T16:52:28.945Z] ---> Running in 9db8f677e21e [2021-10-21T16:52:29.959Z] Removing intermediate container b22ce9c56ddd [2021-10-21T16:52:29.959Z] ---> 1fe325344695 [2021-10-21T16:52:29.959Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt /Removing intermediate container be7cc2954f15 [2021-10-21T16:52:29.959Z] ---> e5d0a12bb2cc [2021-10-21T16:52:29.959Z] Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-10-21T16:52:29.959Z] [2021-10-21T16:52:30.240Z] Removing intermediate container 9db8f677e21e [2021-10-21T16:52:30.240Z] ---> c83dc89b660b [2021-10-21T16:52:30.240Z] Step 14/23 : ENV APP_PORT=59861 [2021-10-21T16:52:30.240Z] ---> Running in 149019c0f659 [2021-10-21T16:52:30.240Z] ---> bfec1f729251 [2021-10-21T16:52:30.240Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-10-21T16:52:30.518Z] ---> Running in abb6b1f76a2c [2021-10-21T16:52:30.518Z] Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd [2021-10-21T16:52:30.518Z] Status: Downloaded newer image for docker:20.10.8 [2021-10-21T16:52:30.518Z] ---> 3734d5adc5ac [2021-10-21T16:52:30.518Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-10-21T16:52:30.798Z] ---> Running in 3b6370625ca1 [2021-10-21T16:52:31.076Z] ---> 0bf72e6731fa [2021-10-21T16:52:31.076Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-10-21T16:52:31.076Z] Removing intermediate container 149019c0f659 [2021-10-21T16:52:31.076Z] ---> c8e4e4a41805 [2021-10-21T16:52:31.076Z] Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-10-21T16:52:31.360Z] Removing intermediate container abb6b1f76a2c [2021-10-21T16:52:31.360Z] ---> 7a1a108ee9a0 [2021-10-21T16:52:31.360Z] Step 15/23 : EXPOSE $APP_PORT [2021-10-21T16:52:31.360Z] Removing intermediate container 3b6370625ca1 [2021-10-21T16:52:31.360Z] ---> 13f25bb8938e [2021-10-21T16:52:31.360Z] Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2021-10-21T16:52:31.360Z] ---> Running in fafec6886f16 [2021-10-21T16:52:31.644Z] ---> Running in 30251f940318 [2021-10-21T16:52:32.640Z] ---> b8dab9d536d6 [2021-10-21T16:52:32.640Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-10-21T16:52:32.640Z] Removing intermediate container fafec6886f16 [2021-10-21T16:52:32.640Z] ---> 0dc2d78b28b5 [2021-10-21T16:52:32.640Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-21T16:52:32.921Z] ---> 37c5b6ec20be [2021-10-21T16:52:32.921Z] Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-10-21T16:52:32.921Z] ---> Running in 8a8a910b29d1 [2021-10-21T16:52:32.921Z] ---> 214659dc8a0b [2021-10-21T16:52:32.921Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-10-21T16:52:33.203Z] ---> Running in 595c12d859b6 [2021-10-21T16:52:33.203Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-21T16:52:33.486Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-21T16:52:34.101Z] Removing intermediate container 8a8a910b29d1 [2021-10-21T16:52:34.101Z] ---> a72008f32003 [2021-10-21T16:52:34.101Z] Step 17/20 : CMD ["--init=true"] [2021-10-21T16:52:34.101Z] ---> Running in b1149f4e68ec [2021-10-21T16:52:34.378Z] ---> e663914bc180 [2021-10-21T16:52:34.378Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-10-21T16:52:34.655Z] ---> b8927f478d49 [2021-10-21T16:52:34.655Z] Step 17/21 : ENTRYPOINT ["/support-notifications"] [2021-10-21T16:52:34.655Z] (1/42) Installing readline (8.1.0-r0) [2021-10-21T16:52:34.655Z] (2/42) Installing bash (5.1.4-r0) [2021-10-21T16:52:34.655Z] Executing bash-5.1.4-r0.post-install [2021-10-21T16:52:34.655Z] (3/42) Installing brotli-libs (1.0.9-r5) [2021-10-21T16:52:34.655Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2021-10-21T16:52:34.655Z] (5/42) Installing libcurl (7.79.1-r0) [2021-10-21T16:52:34.655Z] (6/42) Installing curl (7.79.1-r0) [2021-10-21T16:52:34.655Z] (7/42) Installing dumb-init (1.2.5-r1) [2021-10-21T16:52:34.934Z] (8/42) Installing libbz2 (1.0.8-r1) [2021-10-21T16:52:34.934Z] (9/42) Installing expat (2.4.1-r0) [2021-10-21T16:52:34.934Z] (10/42) Installing libffi (3.3-r2) [2021-10-21T16:52:34.934Z] ---> Running in 8a7cd9d7bf8a [2021-10-21T16:52:34.934Z] (11/42) Installing gdbm (1.19-r0) [2021-10-21T16:52:34.934Z] (12/42) Installing xz-libs (5.2.5-r0) [2021-10-21T16:52:34.934Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2021-10-21T16:52:34.934Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-21T16:52:34.934Z] (15/42) Installing mpdecimal (2.5.1-r1) [2021-10-21T16:52:35.222Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2021-10-21T16:52:35.222Z] (17/42) Installing python3 (3.9.5-r1) [2021-10-21T16:52:35.222Z] Removing intermediate container b1149f4e68ec [2021-10-21T16:52:35.222Z] ---> d808316c4209 [2021-10-21T16:52:35.222Z] Step 18/20 : LABEL arch=arm64 [2021-10-21T16:52:35.510Z] ---> Running in cadeccfbd831 [2021-10-21T16:52:35.510Z] Removing intermediate container 8a7cd9d7bf8a [2021-10-21T16:52:35.510Z] ---> fe6a46857756 [2021-10-21T16:52:35.510Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-21T16:52:36.118Z] ---> Running in a681649bd69a [2021-10-21T16:52:36.408Z] ---> 2044e9730330 [2021-10-21T16:52:36.408Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-10-21T16:52:36.408Z] Removing intermediate container cadeccfbd831 [2021-10-21T16:52:36.408Z] ---> 3d78115390ea [2021-10-21T16:52:36.408Z] Step 19/20 : LABEL git_sha=fe2d8a8c68a00651b766a826b67d95656450cd02 [2021-10-21T16:52:36.700Z] ---> Running in 47cad7edae93 [2021-10-21T16:52:36.984Z] Removing intermediate container 595c12d859b6 [2021-10-21T16:52:36.984Z] ---> d8a03253c4f3 [2021-10-21T16:52:36.984Z] Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-21T16:52:37.265Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2021-10-21T16:52:37.265Z] Removing intermediate container a681649bd69a [2021-10-21T16:52:37.265Z] ---> dcff68c24de6 [2021-10-21T16:52:37.265Z] Step 19/21 : LABEL arch=arm64 [2021-10-21T16:52:37.265Z] (19/42) Installing py3-chardet (4.0.0-r2) [2021-10-21T16:52:37.265Z] (20/42) Installing py3-idna (3.2-r0) [2021-10-21T16:52:37.265Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2021-10-21T16:52:37.559Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2021-10-21T16:52:37.559Z] (23/42) Installing py3-requests (2.25.1-r4) [2021-10-21T16:52:37.559Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2021-10-21T16:52:37.559Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2021-10-21T16:52:37.559Z] Removing intermediate container 47cad7edae93 [2021-10-21T16:52:37.559Z] ---> 8c0c940e497c [2021-10-21T16:52:37.559Z] Step 20/20 : LABEL version=0.0.0 [2021-10-21T16:52:37.559Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2021-10-21T16:52:37.559Z] (27/42) Installing py3-colorama (0.4.4-r1) [2021-10-21T16:52:37.559Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2021-10-21T16:52:37.559Z] ---> Running in 0472eeb22fb6 [2021-10-21T16:52:37.559Z] (29/42) Installing py3-distlib (0.3.1-r3) [2021-10-21T16:52:37.845Z] (30/42) Installing py3-distro (1.5.0-r3) [2021-10-21T16:52:37.845Z] (31/42) Installing py3-six (1.15.0-r1) [2021-10-21T16:52:37.845Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2021-10-21T16:52:37.845Z] (33/42) Installing py3-html5lib (1.1-r1) [2021-10-21T16:52:37.845Z] ---> 9d8937ac4a1d [2021-10-21T16:52:37.845Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-10-21T16:52:37.845Z] ---> Running in 778c87b8f337 [2021-10-21T16:52:37.845Z] (34/42) Installing py3-parsing (2.4.7-r2) [2021-10-21T16:52:37.845Z] (35/42) Installing py3-packaging (20.9-r1) [2021-10-21T16:52:37.845Z] (36/42) Installing py3-toml (0.10.2-r2) [2021-10-21T16:52:37.845Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2021-10-21T16:52:37.845Z] (38/42) Installing py3-progress (1.5-r2) [2021-10-21T16:52:37.845Z] (39/42) Installing py3-retrying (1.3.3-r1) [2021-10-21T16:52:37.845Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2021-10-21T16:52:38.131Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2021-10-21T16:52:38.131Z] ---> Running in 203b9435d9f6 [2021-10-21T16:52:38.131Z] (42/42) Installing py3-pip (20.3.4-r1) [2021-10-21T16:52:38.426Z] ---> 76efcb846a96 [2021-10-21T16:52:38.426Z] Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-10-21T16:52:38.426Z] Removing intermediate container 0472eeb22fb6 [2021-10-21T16:52:38.426Z] ---> 32cfdf7082a5 [2021-10-21T16:52:38.426Z] Step 20/21 : LABEL git_sha=fe2d8a8c68a00651b766a826b67d95656450cd02 [2021-10-21T16:52:38.713Z] Removing intermediate container 778c87b8f337 [2021-10-21T16:52:38.713Z] ---> 6c96b9d659fc [2021-10-21T16:52:38.713Z] [2021-10-21T16:52:38.713Z] Executing busybox-1.33.1-r3.trigger [2021-10-21T16:52:38.713Z] ---> Running in c53db97e075b [2021-10-21T16:52:38.713Z] Removing intermediate container 203b9435d9f6 [2021-10-21T16:52:38.713Z] ---> e31713560723 [2021-10-21T16:52:38.713Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-21T16:52:38.713Z] OK: 84 MiB in 64 packages [2021-10-21T16:52:39.322Z] ---> Running in 42ecb9304eca [2021-10-21T16:52:39.322Z] Successfully built 6c96b9d659fc [2021-10-21T16:52:39.322Z] Successfully tagged security-proxy-setup-arm64:latest [2021-10-21T16:52:39.322Z]  Building security-proxy-setup ... done Building core-command [2021-10-21T16:52:39.604Z] Removing intermediate container c53db97e075b [2021-10-21T16:52:39.604Z] ---> 9ff19179cb2c [2021-10-21T16:52:39.604Z] Step 21/21 : LABEL version=0.0.0 [2021-10-21T16:52:40.225Z] ---> Running in 79a24eef0aee [2021-10-21T16:52:40.225Z] Removing intermediate container 42ecb9304eca [2021-10-21T16:52:40.225Z] ---> cffd592746d2 [2021-10-21T16:52:40.225Z] Step 21/23 : LABEL arch=arm64 [2021-10-21T16:52:40.225Z] ---> 333c5e4c6eef [2021-10-21T16:52:40.225Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-10-21T16:52:40.868Z] ---> Running in a98087f44fe6 [2021-10-21T16:52:41.894Z] Removing intermediate container 79a24eef0aee [2021-10-21T16:52:41.894Z] ---> 4ed39938fd1d [2021-10-21T16:52:41.894Z] [2021-10-21T16:52:42.172Z] Successfully built 4ed39938fd1d [2021-10-21T16:52:42.172Z] Removing intermediate container a98087f44fe6 [2021-10-21T16:52:42.172Z] ---> 31b781ed77a8 [2021-10-21T16:52:42.172Z] Step 22/23 : LABEL git_sha=fe2d8a8c68a00651b766a826b67d95656450cd02 [2021-10-21T16:52:42.172Z] ---> 8cee5240779c [2021-10-21T16:52:42.172Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-10-21T16:52:42.172Z] Successfully tagged support-notifications-arm64:latest [2021-10-21T16:52:42.172Z]  Building support-notifications ... done Building core-data [2021-10-21T16:52:42.449Z] ---> Running in 69de246b97b4 [2021-10-21T16:52:43.054Z] Collecting docker-compose==1.23.2 [2021-10-21T16:52:43.054Z] Removing intermediate container 69de246b97b4 [2021-10-21T16:52:43.054Z] ---> a1b26060b048 [2021-10-21T16:52:43.054Z] Step 23/23 : LABEL version=0.0.0 [2021-10-21T16:52:43.054Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-10-21T16:52:43.333Z] ---> 4abe0aa73ad1 [2021-10-21T16:52:43.333Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-10-21T16:52:43.333Z] ---> Running in fffe62962b32 [2021-10-21T16:52:43.948Z] Collecting websocket-client<1.0,>=0.32.0 [2021-10-21T16:52:43.948Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-10-21T16:52:44.229Z] Removing intermediate container fffe62962b32 [2021-10-21T16:52:44.229Z] ---> 2089bfc32d39 [2021-10-21T16:52:44.229Z] [2021-10-21T16:52:44.527Z] ---> dc63f788811f [2021-10-21T16:52:44.527Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-10-21T16:52:44.527Z] Collecting docker<4.0,>=3.6.0 [2021-10-21T16:52:44.527Z] Successfully built 2089bfc32d39 [2021-10-21T16:52:44.527Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-10-21T16:52:44.812Z] Successfully tagged support-scheduler-arm64:latest [2021-10-21T16:52:44.812Z]  Building support-scheduler ... done Building security-secretstore-setup [2021-10-21T16:52:44.812Z] ---> Running in a47528293157 [2021-10-21T16:52:45.827Z] Removing intermediate container a47528293157 [2021-10-21T16:52:45.827Z] ---> b6a08ed9e00b [2021-10-21T16:52:45.827Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-10-21T16:52:45.827Z] Collecting PyYAML<4,>=3.10 [2021-10-21T16:52:45.827Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-10-21T16:52:46.826Z] ---> c9ef48cf6b9b [2021-10-21T16:52:46.826Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-10-21T16:52:47.108Z] ---> Running in 51d283283ad6 [2021-10-21T16:52:49.109Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-10-21T16:52:49.109Z] Collecting docopt<0.7,>=0.6.1 [2021-10-21T16:52:49.109Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-10-21T16:52:50.115Z] Removing intermediate container 51d283283ad6 [2021-10-21T16:52:50.115Z] ---> 441290275a9b [2021-10-21T16:52:50.115Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-10-21T16:52:50.396Z] ---> Running in 05a02bd2c692 [2021-10-21T16:52:51.015Z] Removing intermediate container 05a02bd2c692 [2021-10-21T16:52:51.015Z] ---> 51cfd94d33b5 [2021-10-21T16:52:51.015Z] Step 27/30 : CMD ["gate"] [2021-10-21T16:52:51.623Z] ---> Running in e35e0dc5b201 [2021-10-21T16:52:52.239Z] Removing intermediate container e35e0dc5b201 [2021-10-21T16:52:52.239Z] ---> cfd290e1b52a [2021-10-21T16:52:52.239Z] Step 28/30 : LABEL arch=arm64 [2021-10-21T16:52:52.865Z] ---> Running in 59dc19698ded [2021-10-21T16:52:52.865Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-10-21T16:52:52.865Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-10-21T16:52:53.153Z] Collecting dockerpty<0.5,>=0.4.1 [2021-10-21T16:52:53.153Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-10-21T16:52:53.447Z] Removing intermediate container 59dc19698ded [2021-10-21T16:52:53.447Z] ---> e0cc12584e61 [2021-10-21T16:52:53.447Z] Step 29/30 : LABEL git_sha=fe2d8a8c68a00651b766a826b67d95656450cd02 [2021-10-21T16:52:53.737Z] ---> Running in f6fb696a45e6 [2021-10-21T16:52:54.350Z] Removing intermediate container f6fb696a45e6 [2021-10-21T16:52:54.350Z] ---> 8c748cf05be7 [2021-10-21T16:52:54.350Z] Step 30/30 : LABEL version=0.0.0 [2021-10-21T16:52:54.967Z] ---> Running in 751ca22d0f38 [2021-10-21T16:52:55.256Z] Collecting cached-property<2,>=1.2.0 [2021-10-21T16:52:55.256Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-10-21T16:52:55.536Z] Removing intermediate container 751ca22d0f38 [2021-10-21T16:52:55.536Z] ---> 4c9e47beb941 [2021-10-21T16:52:55.536Z] [2021-10-21T16:52:55.825Z] Collecting jsonschema<3,>=2.5.1 [2021-10-21T16:52:55.825Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-10-21T16:52:55.825Z] Collecting texttable<0.10,>=0.9.0 [2021-10-21T16:52:55.825Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-10-21T16:52:56.106Z] Successfully built 4c9e47beb941 [2021-10-21T16:52:56.106Z] Successfully tagged security-bootstrapper-arm64:latest [2021-10-21T16:52:56.106Z]  Building security-bootstrapper ... done Building core-metadata [2021-10-21T16:52:58.110Z] Collecting docker-pycreds>=0.4.0 [2021-10-21T16:52:58.110Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-10-21T16:52:59.563Z] Collecting urllib3<1.25,>=1.21.1 [2021-10-21T16:52:59.563Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-10-21T16:52:59.563Z] Collecting idna<2.8,>=2.5 [2021-10-21T16:52:59.563Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-10-21T16:52:59.840Z] Collecting chardet<3.1.0,>=3.0.2 [2021-10-21T16:52:59.840Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-10-21T16:52:59.840Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2021-10-21T16:53:00.116Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-10-21T16:53:00.116Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-10-21T16:53:00.116Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-10-21T16:53:00.116Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-10-21T16:53:01.114Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-10-21T16:53:01.114Z] Attempting uninstall: urllib3 [2021-10-21T16:53:01.114Z] Found existing installation: urllib3 1.26.5 [2021-10-21T16:53:01.114Z] Uninstalling urllib3-1.26.5: [2021-10-21T16:53:01.391Z] Successfully uninstalled urllib3-1.26.5 [2021-10-21T16:53:02.001Z] Attempting uninstall: idna [2021-10-21T16:53:02.001Z] Found existing installation: idna 3.2 [2021-10-21T16:53:02.001Z] Uninstalling idna-3.2: [2021-10-21T16:53:02.280Z] Successfully uninstalled idna-3.2 [2021-10-21T16:53:03.270Z] Attempting uninstall: chardet [2021-10-21T16:53:03.270Z] Found existing installation: chardet 4.0.0 [2021-10-21T16:53:03.270Z] Uninstalling chardet-4.0.0: [2021-10-21T16:53:03.270Z] Successfully uninstalled chardet-4.0.0 [2021-10-21T16:53:05.269Z] Attempting uninstall: requests [2021-10-21T16:53:05.269Z] Found existing installation: requests 2.25.1 [2021-10-21T16:53:05.269Z] Uninstalling requests-2.25.1: [2021-10-21T16:53:05.269Z] Successfully uninstalled requests-2.25.1 [2021-10-21T16:53:05.879Z] Running setup.py install for texttable: started [2021-10-21T16:53:08.548Z] Running setup.py install for texttable: finished with status 'done' [2021-10-21T16:53:08.548Z] Running setup.py install for PyYAML: started [2021-10-21T16:53:11.220Z] Running setup.py install for PyYAML: finished with status 'done' [2021-10-21T16:53:11.828Z] Running setup.py install for docopt: started [2021-10-21T16:53:14.482Z] Running setup.py install for docopt: finished with status 'done' [2021-10-21T16:53:14.482Z] Running setup.py install for dockerpty: started [2021-10-21T16:53:16.495Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-21T16:53:16.495Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-21T16:53:16.495Z] ---> 4e34c3b0a5be [2021-10-21T16:53:16.495Z] Step 3/22 : WORKDIR /edgex-go [2021-10-21T16:53:16.495Z] ---> Using cache [2021-10-21T16:53:16.495Z] ---> 794a8e48d122 [2021-10-21T16:53:16.495Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-21T16:53:16.495Z] ---> Using cache [2021-10-21T16:53:16.495Z] ---> a8e8f793c873 [2021-10-21T16:53:16.495Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-10-21T16:53:16.495Z] ---> Using cache [2021-10-21T16:53:16.495Z] ---> ddb70239bce7 [2021-10-21T16:53:16.495Z] Step 6/22 : COPY . . [2021-10-21T16:53:16.495Z] ---> Using cache [2021-10-21T16:53:16.495Z] ---> d6066ba56963 [2021-10-21T16:53:16.495Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-21T16:53:16.495Z] ---> Using cache [2021-10-21T16:53:16.495Z] ---> adfd8d6615a9 [2021-10-21T16:53:16.495Z] Step 8/22 : RUN make cmd/core-command/core-command [2021-10-21T16:53:16.495Z] Running setup.py install for dockerpty: finished with status 'done' [2021-10-21T16:53:19.931Z] ---> Running in c7ba40c486df [2021-10-21T16:53:20.212Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-10-21T16:53:21.216Z] 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-10-21T16:53:24.664Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-21T16:53:24.664Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-21T16:53:24.664Z] ---> 4e34c3b0a5be [2021-10-21T16:53:24.664Z] Step 3/22 : WORKDIR /edgex-go [2021-10-21T16:53:24.664Z] ---> Using cache [2021-10-21T16:53:24.664Z] ---> 794a8e48d122 [2021-10-21T16:53:24.664Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-21T16:53:24.664Z] ---> Using cache [2021-10-21T16:53:24.664Z] ---> a8e8f793c873 [2021-10-21T16:53:24.664Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-10-21T16:53:24.945Z] ---> Running in a14da39151fc [2021-10-21T16:53:27.634Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-21T16:53:27.945Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-21T16:53:27.945Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-10-21T16:53:27.945Z] ---> 4e34c3b0a5be [2021-10-21T16:53:27.945Z] Step 3/24 : WORKDIR /edgex-go [2021-10-21T16:53:27.945Z] ---> Using cache [2021-10-21T16:53:27.945Z] ---> 794a8e48d122 [2021-10-21T16:53:27.945Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-21T16:53:27.945Z] ---> Using cache [2021-10-21T16:53:27.945Z] ---> a8e8f793c873 [2021-10-21T16:53:27.945Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-10-21T16:53:27.945Z] ---> Using cache [2021-10-21T16:53:27.945Z] ---> ddb70239bce7 [2021-10-21T16:53:27.945Z] Step 6/24 : COPY . . [2021-10-21T16:53:27.945Z] ---> Using cache [2021-10-21T16:53:27.945Z] ---> d6066ba56963 [2021-10-21T16:53:27.945Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-21T16:53:27.945Z] ---> Using cache [2021-10-21T16:53:27.945Z] ---> adfd8d6615a9 [2021-10-21T16:53:27.945Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-10-21T16:53:28.672Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-21T16:53:28.672Z] ---> Running in 6382b000b10f [2021-10-21T16:53:30.698Z] OK: 219 MiB in 52 packages [2021-10-21T16:53:31.701Z] 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-10-21T16:53:32.702Z] Removing intermediate container a14da39151fc [2021-10-21T16:53:32.702Z] ---> fa9716352333 [2021-10-21T16:53:32.702Z] Step 6/22 : COPY . . [2021-10-21T16:53:41.068Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-21T16:53:41.068Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-21T16:53:41.068Z] ---> 4e34c3b0a5be [2021-10-21T16:53:41.068Z] Step 3/22 : WORKDIR /edgex-go [2021-10-21T16:53:41.068Z] ---> Using cache [2021-10-21T16:53:41.068Z] ---> 794a8e48d122 [2021-10-21T16:53:41.068Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-21T16:53:41.068Z] ---> Using cache [2021-10-21T16:53:41.068Z] ---> a8e8f793c873 [2021-10-21T16:53:41.068Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-10-21T16:53:41.068Z] ---> Using cache [2021-10-21T16:53:41.068Z] ---> ddb70239bce7 [2021-10-21T16:53:41.068Z] Step 6/22 : COPY . . [2021-10-21T16:53:41.068Z] ---> Using cache [2021-10-21T16:53:41.068Z] ---> d6066ba56963 [2021-10-21T16:53:41.068Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-21T16:53:41.068Z] ---> Using cache [2021-10-21T16:53:41.068Z] ---> adfd8d6615a9 [2021-10-21T16:53:41.068Z] Step 8/22 : RUN make cmd/core-metadata/core-metadata [2021-10-21T16:53:42.078Z] ---> Running in 6e49c9989968 [2021-10-21T16:53:44.842Z] 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-10-21T16:53:44.842Z] Removing intermediate container 30251f940318 [2021-10-21T16:53:44.842Z] ---> dc4f88633f80 [2021-10-21T16:53:44.842Z] Step 13/22 : ENV APP_PORT=58890 [2021-10-21T16:53:45.480Z] ---> Running in 4af19b59e5e2 [2021-10-21T16:53:46.496Z] Removing intermediate container 4af19b59e5e2 [2021-10-21T16:53:46.496Z] ---> cf94caac7dfc [2021-10-21T16:53:46.496Z] Step 14/22 : EXPOSE $APP_PORT [2021-10-21T16:53:46.780Z] ---> Running in a9fd6a3fb549 [2021-10-21T16:53:47.790Z] Removing intermediate container a9fd6a3fb549 [2021-10-21T16:53:47.790Z] ---> 7eac21af0c59 [2021-10-21T16:53:47.790Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-10-21T16:53:51.240Z] ---> 83d9a854a7c8 [2021-10-21T16:53:51.240Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-10-21T16:53:52.710Z] ---> 4dadf11bc524 [2021-10-21T16:53:52.710Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-10-21T16:53:54.738Z] ---> 1acdd54ba4aa [2021-10-21T16:53:55.026Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-10-21T16:53:55.026Z] ---> Running in 6e1443295aa4 [2021-10-21T16:53:56.497Z] Removing intermediate container 6e1443295aa4 [2021-10-21T16:53:56.497Z] ---> 5cf8e2d4f461 [2021-10-21T16:53:56.497Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-21T16:53:56.497Z] ---> Running in a0af91380976 [2021-10-21T16:53:57.966Z] Removing intermediate container a0af91380976 [2021-10-21T16:53:57.966Z] ---> 7465ce1c2656 [2021-10-21T16:53:57.966Z] Step 20/22 : LABEL arch=arm64 [2021-10-21T16:53:57.966Z] ---> Running in 2fad22f1d522 [2021-10-21T16:53:58.248Z] ---> af87d55485b0 [2021-10-21T16:53:58.248Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-21T16:53:58.531Z] ---> Running in cd0c3df7ce3c [2021-10-21T16:53:59.145Z] Removing intermediate container 2fad22f1d522 [2021-10-21T16:53:59.145Z] ---> 580c4f015233 [2021-10-21T16:53:59.145Z] Step 21/22 : LABEL git_sha=fe2d8a8c68a00651b766a826b67d95656450cd02 [2021-10-21T16:53:59.426Z] ---> Running in a5690caa7f08 [2021-10-21T16:54:00.046Z] Removing intermediate container a5690caa7f08 [2021-10-21T16:54:00.046Z] ---> 60c715121442 [2021-10-21T16:54:00.046Z] Step 22/22 : LABEL version=0.0.0 [2021-10-21T16:54:00.346Z] ---> Running in 8461fd5be994 [2021-10-21T16:54:01.384Z] Removing intermediate container 8461fd5be994 [2021-10-21T16:54:01.384Z] ---> 080551b9ae0d [2021-10-21T16:54:01.384Z] [2021-10-21T16:54:01.664Z] Successfully built 080551b9ae0d [2021-10-21T16:54:01.664Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-10-21T16:54:04.342Z]  Building sys-mgmt-agent ... done Removing intermediate container cd0c3df7ce3c [2021-10-21T16:54:04.342Z] ---> 6c2afea297f1 [2021-10-21T16:54:04.342Z] Step 8/22 : RUN make cmd/core-data/core-data [2021-10-21T16:54:04.342Z] ---> Running in a90172432491 [2021-10-21T16:54:07.015Z] 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-10-21T16:55:03.732Z] Removing intermediate container c7ba40c486df [2021-10-21T16:55:03.732Z] ---> 5877a51ba345 [2021-10-21T16:55:03.732Z] [2021-10-21T16:55:03.732Z] Step 9/22 : FROM alpine:3.14 [2021-10-21T16:55:03.732Z] ---> bb3de5531c18 [2021-10-21T16:55:03.732Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-10-21T16:55:03.732Z] ---> Using cache [2021-10-21T16:55:03.732Z] ---> 5dbbaa34f6f6 [2021-10-21T16:55:03.732Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-21T16:55:03.732Z] ---> Using cache [2021-10-21T16:55:03.732Z] ---> c83dc89b660b [2021-10-21T16:55:03.732Z] Step 12/22 : ENV APP_PORT=59882 [2021-10-21T16:55:03.732Z] ---> Running in 62ac44ea0316 [2021-10-21T16:55:03.732Z] Removing intermediate container 62ac44ea0316 [2021-10-21T16:55:03.732Z] ---> 1944dbc8a236 [2021-10-21T16:55:03.732Z] Step 13/22 : EXPOSE $APP_PORT [2021-10-21T16:55:03.732Z] ---> Running in 8d72536adb5a [2021-10-21T16:55:03.732Z] Removing intermediate container 8d72536adb5a [2021-10-21T16:55:03.732Z] ---> 5ab61ca34cbb [2021-10-21T16:55:03.732Z] Step 14/22 : WORKDIR / [2021-10-21T16:55:03.732Z] ---> Running in ef8be860e9a5 [2021-10-21T16:55:03.732Z] Removing intermediate container ef8be860e9a5 [2021-10-21T16:55:03.732Z] ---> 4d55fb08b8b3 [2021-10-21T16:55:03.732Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-21T16:55:03.732Z] ---> 5d181c72a131 [2021-10-21T16:55:03.732Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-10-21T16:55:03.732Z] ---> 7131fac7c118 [2021-10-21T16:55:03.732Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-10-21T16:55:03.732Z] ---> 859e3fc7203c [2021-10-21T16:55:03.732Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-10-21T16:55:03.732Z] ---> Running in 318d01670396 [2021-10-21T16:55:04.008Z] Removing intermediate container 318d01670396 [2021-10-21T16:55:04.008Z] ---> 198a2584a245 [2021-10-21T16:55:04.008Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-21T16:55:04.285Z] ---> Running in b899b0929d5b [2021-10-21T16:55:04.895Z] Removing intermediate container b899b0929d5b [2021-10-21T16:55:04.895Z] ---> 210efb8a7f44 [2021-10-21T16:55:04.895Z] Step 20/22 : LABEL arch=arm64 [2021-10-21T16:55:04.895Z] ---> Running in 377ff74f5008 [2021-10-21T16:55:05.886Z] Removing intermediate container 377ff74f5008 [2021-10-21T16:55:05.886Z] ---> ac4b95533bc7 [2021-10-21T16:55:05.886Z] Step 21/22 : LABEL git_sha=fe2d8a8c68a00651b766a826b67d95656450cd02 [2021-10-21T16:55:05.886Z] ---> Running in dec760f4c0a4 [2021-10-21T16:55:06.518Z] Removing intermediate container dec760f4c0a4 [2021-10-21T16:55:06.518Z] ---> 965ec78397ef [2021-10-21T16:55:06.518Z] Step 22/22 : LABEL version=0.0.0 [2021-10-21T16:55:06.518Z] ---> Running in 1b786a01cf77 [2021-10-21T16:55:07.519Z] Removing intermediate container 1b786a01cf77 [2021-10-21T16:55:07.519Z] ---> 72dacbab99af [2021-10-21T16:55:07.519Z] [2021-10-21T16:55:07.800Z] Successfully built 72dacbab99af [2021-10-21T16:55:07.800Z] Successfully tagged core-command-arm64:latest [2021-10-21T16:55:10.480Z]  Building core-command ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-10-21T16:55:22.972Z] Removing intermediate container 6382b000b10f [2021-10-21T16:55:22.972Z] ---> 036297d830d9 [2021-10-21T16:55:22.972Z] [2021-10-21T16:55:22.972Z] Step 9/24 : FROM alpine:3.14 [2021-10-21T16:55:22.972Z] ---> bb3de5531c18 [2021-10-21T16:55:22.972Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2021-10-21T16:55:22.972Z] ---> Running in a18073b64528 [2021-10-21T16:55:23.585Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-21T16:55:23.867Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-21T16:55:24.870Z] (1/3) Installing ca-certificates (20191127-r5) [2021-10-21T16:55:24.870Z] (2/3) Installing dumb-init (1.2.5-r1) [2021-10-21T16:55:24.870Z] (3/3) Installing su-exec (0.2-r1) [2021-10-21T16:55:24.870Z] Executing busybox-1.33.1-r3.trigger [2021-10-21T16:55:24.870Z] Executing ca-certificates-20191127-r5.trigger [2021-10-21T16:55:25.154Z] OK: 6 MiB in 17 packages [2021-10-21T16:55:27.829Z] Removing intermediate container a18073b64528 [2021-10-21T16:55:27.829Z] ---> 7d29545654b3 [2021-10-21T16:55:27.829Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-10-21T16:55:27.829Z] ---> Running in 3299dfb9648d [2021-10-21T16:55:28.444Z] Removing intermediate container 3299dfb9648d [2021-10-21T16:55:28.444Z] ---> 39fd3e2a8011 [2021-10-21T16:55:28.444Z] Step 12/24 : WORKDIR / [2021-10-21T16:55:28.721Z] ---> Running in 6f352e2db2fc [2021-10-21T16:55:29.715Z] Removing intermediate container 6f352e2db2fc [2021-10-21T16:55:29.715Z] ---> 1b51c600daf5 [2021-10-21T16:55:29.715Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-10-21T16:55:31.162Z] ---> e7e5cf73852f [2021-10-21T16:55:31.162Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-10-21T16:55:32.631Z] ---> b407fafb9aed [2021-10-21T16:55:32.631Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-10-21T16:55:32.631Z] Removing intermediate container 6e49c9989968 [2021-10-21T16:55:32.631Z] ---> 2beeb439687c [2021-10-21T16:55:32.631Z] [2021-10-21T16:55:32.631Z] Step 9/22 : FROM alpine:3.14 [2021-10-21T16:55:32.631Z] ---> bb3de5531c18 [2021-10-21T16:55:32.631Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-10-21T16:55:32.631Z] ---> Using cache [2021-10-21T16:55:32.631Z] ---> 5dbbaa34f6f6 [2021-10-21T16:55:32.631Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-21T16:55:32.631Z] ---> Using cache [2021-10-21T16:55:32.631Z] ---> c83dc89b660b [2021-10-21T16:55:32.631Z] Step 12/22 : ENV APP_PORT=59881 [2021-10-21T16:55:32.911Z] ---> Running in dc0241e82010 [2021-10-21T16:55:33.909Z] Removing intermediate container dc0241e82010 [2021-10-21T16:55:33.910Z] ---> eabf55ed665c [2021-10-21T16:55:33.910Z] Step 13/22 : EXPOSE $APP_PORT [2021-10-21T16:55:33.910Z] ---> 56fafb2c1a3b [2021-10-21T16:55:33.910Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-10-21T16:55:33.910Z] ---> Running in a5979a66c455 [2021-10-21T16:55:34.664Z] Removing intermediate container a5979a66c455 [2021-10-21T16:55:34.664Z] ---> af55f7b2d2f1 [2021-10-21T16:55:34.664Z] Step 14/22 : WORKDIR / [2021-10-21T16:55:34.664Z] ---> Running in 4d0cb8e7c872 [2021-10-21T16:55:34.983Z] ---> 2e7c0e518537 [2021-10-21T16:55:34.983Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-10-21T16:55:35.286Z] Removing intermediate container 4d0cb8e7c872 [2021-10-21T16:55:35.286Z] ---> 133dec605956 [2021-10-21T16:55:35.286Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-21T16:55:36.801Z] ---> b04b04c01041 [2021-10-21T16:55:36.801Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-10-21T16:55:36.801Z] ---> b8719e08f4d2 [2021-10-21T16:55:36.801Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-10-21T16:55:38.808Z] ---> 5cd3ca2e56be [2021-10-21T16:55:38.808Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-10-21T16:55:38.808Z] ---> f4bc9cfdc3b8 [2021-10-21T16:55:38.808Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-10-21T16:55:39.414Z] ---> 3ed358c191f0 [2021-10-21T16:55:39.414Z] 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-10-21T16:55:39.691Z] ---> f5225ba3094e [2021-10-21T16:55:39.691Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-10-21T16:55:39.691Z] ---> Running in f37f56922c1b [2021-10-21T16:55:39.969Z] ---> Running in 50d0e9864503 [2021-10-21T16:55:40.578Z] Removing intermediate container 50d0e9864503 [2021-10-21T16:55:40.578Z] ---> d0f71e382aa6 [2021-10-21T16:55:40.578Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-21T16:55:40.578Z] ---> Running in 3de99a29953e [2021-10-21T16:55:41.192Z] Removing intermediate container 3de99a29953e [2021-10-21T16:55:41.192Z] ---> 09e84222cb18 [2021-10-21T16:55:41.192Z] Step 20/22 : LABEL arch=arm64 [2021-10-21T16:55:41.470Z] ---> Running in df99c5b68261 [2021-10-21T16:55:42.076Z] Removing intermediate container df99c5b68261 [2021-10-21T16:55:42.076Z] ---> 2c68a8c20761 [2021-10-21T16:55:42.076Z] Step 21/22 : LABEL git_sha=fe2d8a8c68a00651b766a826b67d95656450cd02 [2021-10-21T16:55:42.076Z] Removing intermediate container f37f56922c1b [2021-10-21T16:55:42.076Z] ---> f18903550a16 [2021-10-21T16:55:42.076Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-10-21T16:55:42.355Z] ---> Running in 724b0d02938c [2021-10-21T16:55:42.355Z] ---> Running in fea4d8f6b083 [2021-10-21T16:55:42.960Z] Removing intermediate container 724b0d02938c [2021-10-21T16:55:42.960Z] ---> 4cf18d53fbc4 [2021-10-21T16:55:42.960Z] Step 22/24 : LABEL arch=arm64 [2021-10-21T16:55:42.960Z] Removing intermediate container fea4d8f6b083 [2021-10-21T16:55:42.960Z] ---> 6b6c41cfa672 [2021-10-21T16:55:42.960Z] Step 22/22 : LABEL version=0.0.0 [2021-10-21T16:55:43.239Z] ---> Running in 15ac87e2f583 [2021-10-21T16:55:43.239Z] ---> Running in cb30df0628a3 [2021-10-21T16:55:43.850Z] Removing intermediate container cb30df0628a3 [2021-10-21T16:55:43.850Z] Removing intermediate container 15ac87e2f583 [2021-10-21T16:55:43.850Z] ---> dc320ef3f7b9 [2021-10-21T16:55:43.850Z] Step 23/24 : LABEL git_sha=fe2d8a8c68a00651b766a826b67d95656450cd02 [2021-10-21T16:55:43.850Z] ---> 20b14f8b7c65 [2021-10-21T16:55:43.850Z] [2021-10-21T16:55:44.133Z] ---> Running in 78328becb3af [2021-10-21T16:55:44.133Z] Successfully built 20b14f8b7c65 [2021-10-21T16:55:44.133Z] Successfully tagged core-metadata-arm64:latest [2021-10-21T16:55:44.410Z]  Building core-metadata ... done Removing intermediate container a90172432491 [2021-10-21T16:55:44.410Z] ---> eab6a81b49f4 [2021-10-21T16:55:44.410Z] [2021-10-21T16:55:44.410Z] Step 9/22 : FROM alpine:3.14 [2021-10-21T16:55:44.410Z] ---> bb3de5531c18 [2021-10-21T16:55:44.410Z] Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-10-21T16:55:44.410Z] Removing intermediate container 78328becb3af [2021-10-21T16:55:44.410Z] ---> 6cf6a3caafaa [2021-10-21T16:55:44.410Z] Step 24/24 : LABEL version=0.0.0 [2021-10-21T16:55:44.690Z] ---> Running in c103523e627c [2021-10-21T16:55:44.690Z] ---> Running in ebecb3e1fa10 [2021-10-21T16:55:45.291Z] Removing intermediate container c103523e627c [2021-10-21T16:55:45.291Z] ---> 9d17ef21af35 [2021-10-21T16:55:45.291Z] Step 11/22 : ENV APP_PORT=59880 [2021-10-21T16:55:45.291Z] Removing intermediate container ebecb3e1fa10 [2021-10-21T16:55:45.291Z] ---> 87f1363ec419 [2021-10-21T16:55:45.291Z] [2021-10-21T16:55:45.565Z] ---> Running in 538dc00be4ec [2021-10-21T16:55:45.565Z] Successfully built 87f1363ec419 [2021-10-21T16:55:45.565Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-10-21T16:55:45.843Z]  Building security-secretstore-setup ... done Removing intermediate container 538dc00be4ec [2021-10-21T16:55:45.843Z] ---> 0d4eb92e16d4 [2021-10-21T16:55:45.843Z] Step 12/22 : EXPOSE $APP_PORT [2021-10-21T16:55:46.125Z] ---> Running in 0904a02d3df4 [2021-10-21T16:55:46.410Z] Removing intermediate container 0904a02d3df4 [2021-10-21T16:55:46.410Z] ---> b59317c4eaec [2021-10-21T16:55:46.410Z] Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-21T16:55:46.694Z] ---> Running in 2a044421a154 [2021-10-21T16:55:49.340Z] Removing intermediate container 2a044421a154 [2021-10-21T16:55:49.340Z] ---> 22d36534f418 [2021-10-21T16:55:49.340Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2021-10-21T16:55:49.340Z] ---> Running in bb6fb1ccccd0 [2021-10-21T16:55:50.328Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-21T16:55:51.317Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-21T16:55:52.307Z] (1/6) Installing dumb-init (1.2.5-r1) [2021-10-21T16:55:52.307Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2021-10-21T16:55:52.307Z] (3/6) Installing libsodium (1.0.18-r0) [2021-10-21T16:55:52.582Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-21T16:55:52.582Z] (5/6) Installing libzmq (4.3.4-r0) [2021-10-21T16:55:52.860Z] (6/6) Installing zeromq (4.3.4-r0) [2021-10-21T16:55:52.860Z] Executing busybox-1.33.1-r3.trigger [2021-10-21T16:55:52.860Z] OK: 8 MiB in 20 packages [2021-10-21T16:55:54.314Z] Removing intermediate container bb6fb1ccccd0 [2021-10-21T16:55:54.314Z] ---> bdaf5c9a5c41 [2021-10-21T16:55:54.314Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-21T16:55:54.922Z] ---> b8d5a3460165 [2021-10-21T16:55:54.922Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-10-21T16:55:56.381Z] ---> cf04f95b5ca0 [2021-10-21T16:55:56.381Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-10-21T16:55:56.989Z] ---> 3e57e3a0e098 [2021-10-21T16:55:56.989Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2021-10-21T16:55:56.989Z] ---> Running in c1b97b34f662 [2021-10-21T16:55:57.602Z] Removing intermediate container c1b97b34f662 [2021-10-21T16:55:57.602Z] ---> d6ba0d98cc29 [2021-10-21T16:55:57.602Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-21T16:55:57.602Z] ---> Running in 60be46ae224f [2021-10-21T16:55:58.207Z] Removing intermediate container 60be46ae224f [2021-10-21T16:55:58.207Z] ---> 2b8847f38765 [2021-10-21T16:55:58.207Z] Step 20/22 : LABEL arch=arm64 [2021-10-21T16:55:58.207Z] ---> Running in b48d5b7cfde9 [2021-10-21T16:55:58.816Z] Removing intermediate container b48d5b7cfde9 [2021-10-21T16:55:58.816Z] ---> 94ff2a051fea [2021-10-21T16:55:58.816Z] Step 21/22 : LABEL git_sha=fe2d8a8c68a00651b766a826b67d95656450cd02 [2021-10-21T16:55:58.816Z] ---> Running in 154ea4cb743e [2021-10-21T16:55:59.425Z] Removing intermediate container 154ea4cb743e [2021-10-21T16:55:59.425Z] ---> 24c396f26c50 [2021-10-21T16:55:59.425Z] Step 22/22 : LABEL version=0.0.0 [2021-10-21T16:55:59.711Z] ---> Running in 7ffc873c46c2 [2021-10-21T16:55:59.990Z] Removing intermediate container 7ffc873c46c2 [2021-10-21T16:55:59.990Z] ---> a7e15771ef68 [2021-10-21T16:55:59.990Z] [2021-10-21T16:56:00.804Z] Successfully built a7e15771ef68 [2021-10-21T16:56:00.804Z] Successfully tagged core-data-arm64:latest [2021-10-21T16:56:00.824Z]  Building core-data ... done  [Pipeline] } [2021-10-21T16:56:00.814Z] $ docker stop --time=1 9bf2ce913ac839f1d99157d243cab1e45c601f42711f4edb81a2464b93966627 [2021-10-21T16:56:02.799Z] $ docker rm -f 9bf2ce913ac839f1d99157d243cab1e45c601f42711f4edb81a2464b93966627 [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-21T16:56:03.465Z] + docker images [2021-10-21T16:56:03.744Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-10-21T16:56:03.744Z] core-data-arm64 latest a7e15771ef68 4 seconds ago 19.4MB [2021-10-21T16:56:03.744Z] security-secretstore-setup-arm64 latest 87f1363ec419 19 seconds ago 26.5MB [2021-10-21T16:56:03.744Z] eab6a81b49f4 20 seconds ago 1.58GB [2021-10-21T16:56:03.744Z] core-metadata-arm64 latest 20b14f8b7c65 20 seconds ago 15.8MB [2021-10-21T16:56:03.744Z] 2beeb439687c 32 seconds ago 1.57GB [2021-10-21T16:56:03.744Z] 036297d830d9 43 seconds ago 1.58GB [2021-10-21T16:56:03.744Z] core-command-arm64 latest 72dacbab99af 57 seconds ago 15.2MB [2021-10-21T16:56:03.744Z] 5877a51ba345 About a minute ago 1.57GB [2021-10-21T16:56:03.744Z] sys-mgmt-agent-arm64 latest 080551b9ae0d 2 minutes ago 277MB [2021-10-21T16:56:03.744Z] security-bootstrapper-arm64 latest 4c9e47beb941 3 minutes ago 17.7MB [2021-10-21T16:56:03.744Z] support-scheduler-arm64 latest 2089bfc32d39 3 minutes ago 15.2MB [2021-10-21T16:56:03.744Z] support-notifications-arm64 latest 4ed39938fd1d 3 minutes ago 15.9MB [2021-10-21T16:56:03.744Z] security-proxy-setup-arm64 latest 6c96b9d659fc 3 minutes ago 25.3MB [2021-10-21T16:56:03.744Z] aa54ef8ce7a6 3 minutes ago 1.57GB [2021-10-21T16:56:03.744Z] d168339ba8b0 3 minutes ago 1.57GB [2021-10-21T16:56:03.744Z] c95da5c72474 3 minutes ago 1.57GB [2021-10-21T16:56:03.744Z] e84ef6e0274e 3 minutes ago 1.57GB [2021-10-21T16:56:03.744Z] 2ee1b768ba56 3 minutes ago 1.57GB [2021-10-21T16:56:03.744Z] ci-base-image-arm64 latest 4e34c3b0a5be 14 minutes ago 1.24GB [2021-10-21T16:56:03.744Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine 8b459fc5aaf0 8 days ago 534MB [2021-10-21T16:56:03.744Z] docker 20.10.8 3734d5adc5ac 7 weeks ago 198MB [2021-10-21T16:56:03.744Z] alpine 3.14 bb3de5531c18 7 weeks ago 5.34MB [2021-10-21T16:56:03.744Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 15 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-21T16:56:04.343Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-21T16:56:04.624Z] [2021-10-21T16:56:04.624Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-10-21T16:56:04.994Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-21T16:56:05.273Z] arm64: Pulling from edgex-lftools-log-publisher [2021-10-21T16:56:05.273Z] 448f6bf000e3: Pulling fs layer [2021-10-21T16:56:05.273Z] f757da607395: Pulling fs layer [2021-10-21T16:56:05.273Z] 05883995daec: Pulling fs layer [2021-10-21T16:56:05.273Z] 8603b9c90790: Pulling fs layer [2021-10-21T16:56:05.273Z] 1560dd03e051: Pulling fs layer [2021-10-21T16:56:05.273Z] 27f5ce0e4adf: Pulling fs layer [2021-10-21T16:56:05.273Z] c2d8d7efcc4b: Pulling fs layer [2021-10-21T16:56:05.273Z] 1560dd03e051: Waiting [2021-10-21T16:56:05.273Z] 27f5ce0e4adf: Waiting [2021-10-21T16:56:05.273Z] c2d8d7efcc4b: Waiting [2021-10-21T16:56:05.273Z] 8603b9c90790: Waiting [2021-10-21T16:56:05.554Z] f757da607395: Verifying Checksum [2021-10-21T16:56:05.554Z] f757da607395: Download complete [2021-10-21T16:56:05.554Z] 8603b9c90790: Verifying Checksum [2021-10-21T16:56:05.554Z] 8603b9c90790: Download complete [2021-10-21T16:56:05.834Z] 1560dd03e051: Verifying Checksum [2021-10-21T16:56:05.834Z] 1560dd03e051: Download complete [2021-10-21T16:56:05.834Z] 05883995daec: Verifying Checksum [2021-10-21T16:56:05.834Z] 05883995daec: Download complete [2021-10-21T16:56:05.834Z] 27f5ce0e4adf: Verifying Checksum [2021-10-21T16:56:05.834Z] 27f5ce0e4adf: Download complete [2021-10-21T16:56:06.115Z] 448f6bf000e3: Verifying Checksum [2021-10-21T16:56:06.115Z] 448f6bf000e3: Download complete [2021-10-21T16:56:08.786Z] c2d8d7efcc4b: Verifying Checksum [2021-10-21T16:56:08.786Z] c2d8d7efcc4b: Download complete [2021-10-21T16:56:10.245Z] 448f6bf000e3: Pull complete [2021-10-21T16:56:11.254Z] f757da607395: Pull complete [2021-10-21T16:56:12.713Z] 05883995daec: Pull complete [2021-10-21T16:56:12.994Z] 8603b9c90790: Pull complete [2021-10-21T16:56:14.449Z] 1560dd03e051: Pull complete [2021-10-21T16:56:14.727Z] 27f5ce0e4adf: Pull complete [2021-10-21T16:56:29.897Z] c2d8d7efcc4b: Pull complete [2021-10-21T16:56:29.897Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-10-21T16:56:29.897Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-21T16:56:29.897Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-10-21T16:56:30.219Z] prd-ubuntu18.04-docker-arm64-4c-16g-937 does not seem to be running inside a container [2021-10-21T16:56:30.303Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-10-21T16:56:34.197Z] $ docker top 00997bf2ac79b27b699b10c46e418097415fcae13600bfdae0ef970e5663d21c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-21T16:56:35.360Z] ---> job-cost.sh [2021-10-21T16:56:35.360Z] lf-activate-venv: SKIPPING [2021-10-21T16:56:35.360Z] INFO: No Stack... [2021-10-21T16:56:53.741Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-10-21T16:56:53.741Z] INFO: Archiving Costs [Pipeline] sh [2021-10-21T16:56:54.452Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-10-21T16:56:54.452Z] + cut -d, -f6 [Pipeline] lock [2021-10-21T16:56:54.542Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3765-2-stack-cost] [2021-10-21T16:56:54.550Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3765-2-stack-cost] did not exist. Created. [2021-10-21T16:56:54.550Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3765-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-10-21T16:56:55.243Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-10-21T16:56:55.464Z] Stashed 1 file(s) [Pipeline] } [2021-10-21T16:56:55.473Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3765-2-stack-cost] [Pipeline] // lock [Pipeline] } [2021-10-21T16:56:55.476Z] $ docker stop --time=1 00997bf2ac79b27b699b10c46e418097415fcae13600bfdae0ef970e5663d21c [2021-10-21T16:56:57.281Z] $ docker rm -f 00997bf2ac79b27b699b10c46e418097415fcae13600bfdae0ef970e5663d21c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] sh [2021-10-21T16:56:58.984Z] + '[' -d /w/workspace/edgex-go/2/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-10-21T16:56:59.293Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-21T16:56:59.850Z] ---> package-listing.sh [2021-10-21T16:56:59.850Z] ++ tr '[:upper:]' '[:lower:]' [2021-10-21T16:56:59.850Z] ++ facter osfamily [2021-10-21T16:57:00.110Z] + OS_FAMILY=redhat [2021-10-21T16:57:00.110Z] + workspace=/w/workspace/edgex-go/2 [2021-10-21T16:57:00.110Z] + START_PACKAGES=/tmp/packages_start.txt [2021-10-21T16:57:00.110Z] + END_PACKAGES=/tmp/packages_end.txt [2021-10-21T16:57:00.111Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-10-21T16:57:00.111Z] + PACKAGES=/tmp/packages_start.txt [2021-10-21T16:57:00.111Z] + '[' /w/workspace/edgex-go/2 ']' [2021-10-21T16:57:00.111Z] + PACKAGES=/tmp/packages_end.txt [2021-10-21T16:57:00.111Z] + case "${OS_FAMILY}" in [2021-10-21T16:57:00.111Z] + sort [2021-10-21T16:57:00.111Z] + rpm -qa [2021-10-21T16:57:03.411Z] + '[' -f /tmp/packages_start.txt ']' [2021-10-21T16:57:03.411Z] + '[' -f /tmp/packages_end.txt ']' [2021-10-21T16:57:03.411Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-10-21T16:57:03.411Z] + '[' /w/workspace/edgex-go/2 ']' [2021-10-21T16:57:03.411Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-10-21T16:57:03.411Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-10-21T16:57:03.420Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-10-21T16:57:03.698Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-10-21T16:57:04.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-21T16:57:04.260Z] [2021-10-21T16:57:04.260Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-10-21T16:57:04.554Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-21T16:57:04.554Z] latest: Pulling from edgex-lftools-log-publisher [2021-10-21T16:57:04.554Z] b4d181a07f80: Pulling fs layer [2021-10-21T16:57:04.554Z] a1111a8f2ec3: Pulling fs layer [2021-10-21T16:57:04.554Z] ed53099fbce6: Pulling fs layer [2021-10-21T16:57:04.554Z] dc539afda2c1: Pulling fs layer [2021-10-21T16:57:04.554Z] 77bc0d833cb6: Pulling fs layer [2021-10-21T16:57:04.554Z] 9065ff56babe: Pulling fs layer [2021-10-21T16:57:04.554Z] d287ab97295c: Pulling fs layer [2021-10-21T16:57:04.554Z] 77bc0d833cb6: Waiting [2021-10-21T16:57:04.554Z] 9065ff56babe: Waiting [2021-10-21T16:57:04.554Z] dc539afda2c1: Waiting [2021-10-21T16:57:04.554Z] d287ab97295c: Waiting [2021-10-21T16:57:04.554Z] a1111a8f2ec3: Verifying Checksum [2021-10-21T16:57:04.554Z] a1111a8f2ec3: Download complete [2021-10-21T16:57:04.554Z] dc539afda2c1: Verifying Checksum [2021-10-21T16:57:04.554Z] dc539afda2c1: Download complete [2021-10-21T16:57:04.554Z] ed53099fbce6: Verifying Checksum [2021-10-21T16:57:04.554Z] ed53099fbce6: Download complete [2021-10-21T16:57:04.816Z] 9065ff56babe: Verifying Checksum [2021-10-21T16:57:04.816Z] 9065ff56babe: Download complete [2021-10-21T16:57:04.816Z] 77bc0d833cb6: Verifying Checksum [2021-10-21T16:57:04.816Z] 77bc0d833cb6: Download complete [2021-10-21T16:57:04.817Z] b4d181a07f80: Verifying Checksum [2021-10-21T16:57:04.817Z] b4d181a07f80: Download complete [2021-10-21T16:57:05.392Z] d287ab97295c: Verifying Checksum [2021-10-21T16:57:05.392Z] d287ab97295c: Download complete [2021-10-21T16:57:06.345Z] b4d181a07f80: Pull complete [2021-10-21T16:57:06.345Z] a1111a8f2ec3: Pull complete [2021-10-21T16:57:06.920Z] ed53099fbce6: Pull complete [2021-10-21T16:57:07.184Z] dc539afda2c1: Pull complete [2021-10-21T16:57:07.445Z] 77bc0d833cb6: Pull complete [2021-10-21T16:57:07.445Z] 9065ff56babe: Pull complete [2021-10-21T16:57:12.761Z] d287ab97295c: Pull complete [2021-10-21T16:57:12.761Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-10-21T16:57:12.761Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-21T16:57:12.761Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-10-21T16:57:12.821Z] prd-centos7-docker-4c-2g-933 does not seem to be running inside a container [2021-10-21T16:57:12.860Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-10-21T16:57:15.938Z] $ docker top 5d10ff6b2e284715905d7e7cfbf58104ff1aaa50c5704df859d1dd66f95e00c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-21T16:57:16.289Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-10-21T16:57:16.592Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-10-21T16:57:16.882Z] + ls /var/log/sa-host [2021-10-21T16:57:16.882Z] + sadf -c /var/log/sa-host/sa21 [2021-10-21T16:57:16.882Z] file_magic: OK [2021-10-21T16:57:16.882Z] HZ: Using current value: 100 [2021-10-21T16:57:16.882Z] file_header: OK [2021-10-21T16:57:16.882Z] 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-10-21T16:57:16.882Z] Statistics: [2021-10-21T16:57:16.882Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-21T16:57:16.882Z] File successfully converted to sysstat format version 12.0.3 [2021-10-21T16:57:16.882Z] + sadf -c /var/log/sa-host/sa30 [2021-10-21T16:57:16.882Z] file_magic: OK [2021-10-21T16:57:16.882Z] HZ: Using current value: 100 [2021-10-21T16:57:16.882Z] file_header: OK [2021-10-21T16:57:16.882Z] 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-10-21T16:57:16.882Z] Statistics: [2021-10-21T16:57:16.882Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-21T16:57:16.882Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-21T16:57:17.137Z] provisioning config files... [2021-10-21T16:57:17.149Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config3185455020405881093tmp [Pipeline] { [Pipeline] echo [2021-10-21T16:57:17.163Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-21T16:57:17.452Z] ---> create-netrc.sh [Pipeline] } [2021-10-21T16:57:17.461Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-10-21T16:57:17.799Z] ---> python-tools-install.sh [Pipeline] echo [2021-10-21T16:57:17.809Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-21T16:57:18.098Z] ---> sudo-logs.sh [2021-10-21T16:57:18.098Z] Archiving 'sudo' log.. [2021-10-21T16:57:18.098Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-933.novalocal: Name or service not known [2021-10-21T16:57:18.098Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-933.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-10-21T16:57:18.138Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-21T16:57:18.431Z] ---> job-cost.sh [2021-10-21T16:57:18.431Z] lf-activate-venv: SKIPPING [2021-10-21T16:57:18.431Z] DEBUG: total: 0.10999999940395355 [2021-10-21T16:57:18.431Z] INFO: Retrieving Stack Cost... [2021-10-21T16:57:19.816Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-10-21T16:57:20.386Z] INFO: Archiving Costs [Pipeline] echo [2021-10-21T16:57:20.397Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-21T16:57:20.685Z] ---> logs-deploy.sh [2021-10-21T16:57:20.685Z] lf-activate-venv: SKIPPING [2021-10-21T16:57:20.685Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3765/2 [2021-10-21T16:57:20.685Z] INFO: archiving workspace using pattern(s): [2021-10-21T16:57:21.628Z] Archives upload complete. [2021-10-21T16:57:21.628Z] INFO: archiving logs to Nexus