Pull request #3780 event Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8cacdfbf32f3ba6ab84e2b4dd357fd6c5f6ec5a4+fb769a0070cc1922608d3d80e9a209584ebd424b (5f33137a972dbe1066b43b270fb2885c24aaec0d) 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-ssh1156590339867806186.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-ssh3764512828278787013.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-3780/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-3780/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5074128134820981865.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-ssh8346162225001083301.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-3780/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-3780/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh5972960617211685089.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 on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2146 in /w/workspace/edgexfoundry_edgex-go_PR-3780 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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/3@tmp/jenkins-gitclient-ssh5920048353393073024.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3@tmp/jenkins-gitclient-ssh2113839023945460196.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3780/head:refs/remotes/origin/PR-3780 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit fb769a0070cc1922608d3d80e9a209584ebd424b into PR head commit 8cacdfbf32f3ba6ab84e2b4dd357fd6c5f6ec5a4 Merge succeeded, producing 57c5767fd0b868d7175fad6103c897990ecf9e81 Checking out Revision 57c5767fd0b868d7175fad6103c897990ecf9e81 (PR-3780) > git config core.sparsecheckout # timeout=10 > git checkout -f 8cacdfbf32f3ba6ab84e2b4dd357fd6c5f6ec5a4 # 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/3@tmp/jenkins-gitclient-ssh431132848379499432.key > git merge fb769a0070cc1922608d3d80e9a209584ebd424b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 57c5767fd0b868d7175fad6103c897990ecf9e81 # timeout=10 Commit message: "Merge commit 'fb769a0070cc1922608d3d80e9a209584ebd424b' into HEAD" > git rev-list --no-walk 7e08918acf5e9740a70ec71e4c2fd839ba24f03f # timeout=10 First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-10-27T00:50:09.937Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-10-27T00:50:09.972Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-10-27T00:50:09.987Z] ========================================================= [2021-10-27T00:50:09.987Z] EdgeX Global Pipelines Version Info [2021-10-27T00:50:09.987Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-10-27T00:50:11.127Z] ------------------- [2021-10-27T00:50:11.127Z] stable info: [2021-10-27T00:50:11.127Z] ------------------- [2021-10-27T00:50:11.127Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-10-27T00:50:11.127Z] Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 [2021-10-27T00:50:11.127Z] Message: update stable to v1.0.210 [2021-10-27T00:50:11.699Z] ------------------- [2021-10-27T00:50:11.699Z] experimental info: [2021-10-27T00:50:11.699Z] ------------------- [2021-10-27T00:50:11.699Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-10-27T00:50:11.699Z] Commit SHA: 6722a7c1c8ebe94597741d4fbba21f45702e0c7d [2021-10-27T00:50:11.699Z] Message: testing jakarta lts changes [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-10-27T00:50:11.769Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-10-27T00:50:11.776Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-10-27T00:50:11.783Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-10-27T00:50:11.790Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-10-27T00:50:11.796Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-10-27T00:50:11.803Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-10-27T00:50:11.810Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-10-27T00:50:11.817Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-10-27T00:50:11.824Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-10-27T00:50:11.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-10-27T00:50:11.838Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-10-27T00:50:11.849Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-10-27T00:50:11.861Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-10-27T00:50:11.870Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-10-27T00:50:11.881Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-10-27T00:50:11.892Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-10-27T00:50:11.901Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-10-27T00:50:11.910Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-10-27T00:50:11.919Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-10-27T00:50:11.928Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-10-27T00:50:11.937Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-10-27T00:50:11.946Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-10-27T00:50:11.956Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3780 [Pipeline] echo [2021-10-27T00:50:11.968Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3780 [Pipeline] echo [2021-10-27T00:50:11.980Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3780 [Pipeline] echo [2021-10-27T00:50:11.988Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 57c5767fd0b868d7175fad6103c897990ecf9e81 [Pipeline] echo [2021-10-27T00:50:11.997Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 57c5767 [Pipeline] echo [2021-10-27T00:50:12.006Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-27T00:50:12.044Z] provisioning config files... [2021-10-27T00:50:12.057Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config8984559161986523082tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-27T00:50:12.436Z] ---> docker-login.sh [2021-10-27T00:50:12.436Z] nexus3.edgexfoundry.org:10001 [2021-10-27T00:50:12.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-27T00:50:12.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-27T00:50:12.436Z] Configure a credential helper to remove this warning. See [2021-10-27T00:50:12.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-27T00:50:12.436Z] [2021-10-27T00:50:12.436Z] Login Succeeded [2021-10-27T00:50:12.699Z] nexus3.edgexfoundry.org:10002 [2021-10-27T00:50:12.699Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-27T00:50:12.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-27T00:50:12.699Z] Configure a credential helper to remove this warning. See [2021-10-27T00:50:12.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-27T00:50:12.699Z] [2021-10-27T00:50:12.699Z] Login Succeeded [2021-10-27T00:50:12.699Z] nexus3.edgexfoundry.org:10003 [2021-10-27T00:50:12.699Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-27T00:50:12.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-27T00:50:12.699Z] Configure a credential helper to remove this warning. See [2021-10-27T00:50:12.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-27T00:50:12.699Z] [2021-10-27T00:50:12.699Z] Login Succeeded [2021-10-27T00:50:12.699Z] nexus3.edgexfoundry.org:10004 [2021-10-27T00:50:12.961Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-27T00:50:12.961Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-27T00:50:12.961Z] Configure a credential helper to remove this warning. See [2021-10-27T00:50:12.961Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-27T00:50:12.961Z] [2021-10-27T00:50:12.961Z] Login Succeeded [2021-10-27T00:50:12.961Z] docker.io [2021-10-27T00:50:12.961Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-27T00:50:13.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-27T00:50:13.227Z] Configure a credential helper to remove this warning. See [2021-10-27T00:50:13.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-27T00:50:13.227Z] [2021-10-27T00:50:13.227Z] Login Succeeded [2021-10-27T00:50:13.227Z] ---> docker-login.sh ends [Pipeline] } [2021-10-27T00:50:13.236Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-10-27T00:50:13.547Z] ++ 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-27T00:50:13.547Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-27T00:50:13.547Z] ++ dirname cmd/core-command/Dockerfile [2021-10-27T00:50:13.547Z] ++ cut -d/ -f2 [2021-10-27T00:50:13.547Z] + echo core-command,cmd/core-command/Dockerfile [2021-10-27T00:50:13.547Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-27T00:50:13.547Z] ++ dirname cmd/core-data/Dockerfile [2021-10-27T00:50:13.547Z] ++ cut -d/ -f2 [2021-10-27T00:50:13.547Z] + echo core-data,cmd/core-data/Dockerfile [2021-10-27T00:50:13.547Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-27T00:50:13.547Z] ++ dirname cmd/core-metadata/Dockerfile [2021-10-27T00:50:13.547Z] ++ cut -d/ -f2 [2021-10-27T00:50:13.547Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-10-27T00:50:13.547Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-27T00:50:13.547Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-10-27T00:50:13.547Z] ++ cut -d/ -f2 [2021-10-27T00:50:13.547Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-10-27T00:50:13.547Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-27T00:50:13.547Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-10-27T00:50:13.547Z] ++ cut -d/ -f2 [2021-10-27T00:50:13.547Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-10-27T00:50:13.547Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-27T00:50:13.547Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-10-27T00:50:13.547Z] ++ cut -d/ -f2 [2021-10-27T00:50:13.547Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-10-27T00:50:13.547Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-27T00:50:13.547Z] ++ dirname cmd/support-notifications/Dockerfile [2021-10-27T00:50:13.547Z] ++ cut -d/ -f2 [2021-10-27T00:50:13.547Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-10-27T00:50:13.547Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-27T00:50:13.547Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-10-27T00:50:13.548Z] ++ cut -d/ -f2 [2021-10-27T00:50:13.548Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-10-27T00:50:13.548Z] + for file in '`ls cmd/**/Dockerfile`' [2021-10-27T00:50:13.548Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-10-27T00:50:13.548Z] ++ cut -d/ -f2 [2021-10-27T00:50:13.548Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-10-27T00:50:13.586Z] 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-27T00:50:14.143Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-27T00:50:14.143Z] [2021-10-27T00:50:14.143Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-10-27T00:50:14.460Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-27T00:50:14.460Z] latest: Pulling from edgex-devops/git-semver [2021-10-27T00:50:14.460Z] a0d0a0d46f8b: Pulling fs layer [2021-10-27T00:50:14.460Z] 3e5f54012d9b: Pulling fs layer [2021-10-27T00:50:14.460Z] 4c7163046ea9: Pulling fs layer [2021-10-27T00:50:14.460Z] 0c2d73faf560: Pulling fs layer [2021-10-27T00:50:14.460Z] 0c2d73faf560: Waiting [2021-10-27T00:50:14.460Z] 3e5f54012d9b: Download complete [2021-10-27T00:50:14.460Z] a0d0a0d46f8b: Verifying Checksum [2021-10-27T00:50:14.460Z] a0d0a0d46f8b: Download complete [2021-10-27T00:50:14.460Z] 0c2d73faf560: Verifying Checksum [2021-10-27T00:50:14.460Z] 0c2d73faf560: Download complete [2021-10-27T00:50:14.460Z] 4c7163046ea9: Verifying Checksum [2021-10-27T00:50:14.460Z] 4c7163046ea9: Download complete [2021-10-27T00:50:14.737Z] a0d0a0d46f8b: Pull complete [2021-10-27T00:50:14.737Z] 3e5f54012d9b: Pull complete [2021-10-27T00:50:15.009Z] 4c7163046ea9: Pull complete [2021-10-27T00:50:15.278Z] 0c2d73faf560: Pull complete [2021-10-27T00:50:15.278Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2021-10-27T00:50:15.278Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-10-27T00:50:15.278Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-10-27T00:50:15.347Z] prd-centos7-docker-4c-2g-2146 does not seem to be running inside a container [2021-10-27T00:50:15.384Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-10-27T00:50:18.885Z] $ docker top 2898a133d58f3b9517b56bba62f3a25bcc05bd67cfbf88982de5e45b30635e5d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-10-27T00:50:18.987Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-27T00:50:18.987Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-27T00:50:19.092Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-27T00:50:19.095Z] $ docker exec 2898a133d58f3b9517b56bba62f3a25bcc05bd67cfbf88982de5e45b30635e5d ssh-agent [2021-10-27T00:50:19.195Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXINCDoa/agent.15 [2021-10-27T00:50:19.195Z] SSH_AGENT_PID=21 [2021-10-27T00:50:19.202Z] Running ssh-add (command line suppressed) [2021-10-27T00:50:19.296Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_7949877163509432090.key (/w/workspace/edgex-go/3@tmp/private_key_7949877163509432090.key) [2021-10-27T00:50:19.310Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-27T00:50:19.598Z] + git tag --points-at HEAD [Pipeline] } [2021-10-27T00:50:19.612Z] $ docker exec --env ******** --env ******** 2898a133d58f3b9517b56bba62f3a25bcc05bd67cfbf88982de5e45b30635e5d ssh-agent -k [2021-10-27T00:50:19.705Z] unset SSH_AUTH_SOCK; [2021-10-27T00:50:19.705Z] unset SSH_AGENT_PID; [2021-10-27T00:50:19.705Z] echo Agent pid 21 killed; [2021-10-27T00:50:19.715Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-10-27T00:50:19.769Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-10-27T00:50:19.769Z] [ssh-agent] Looking for ssh-agent implementation... [2021-10-27T00:50:19.894Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-10-27T00:50:19.897Z] $ docker exec 2898a133d58f3b9517b56bba62f3a25bcc05bd67cfbf88982de5e45b30635e5d ssh-agent [2021-10-27T00:50:20.022Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXfkCepe/agent.54 [2021-10-27T00:50:20.022Z] SSH_AGENT_PID=61 [2021-10-27T00:50:20.028Z] Running ssh-add (command line suppressed) [2021-10-27T00:50:20.133Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_2646339475482613013.key (/w/workspace/edgex-go/3@tmp/private_key_2646339475482613013.key) [2021-10-27T00:50:20.144Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-10-27T00:50:20.436Z] + git semver init [2021-10-27T00:50:20.436Z] # -> Open(): unable to determine branch for HEAD [2021-10-27T00:50:20.436Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-10-27T00:50:20.436Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-10-27T00:50:20.436Z] # $SEMVER_REMOTE_NAME = origin [2021-10-27T00:50:20.436Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-10-27T00:50:20.436Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-10-27T00:50:20.436Z] # $SEMVER_BRANCH = PR-3780 [2021-10-27T00:50:20.436Z] # $SEMVER_TEMP = /tmp/semver-917938201 [2021-10-27T00:50:20.436Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-10-27T00:50:32.729Z] # '/tmp/semver-917938201' -> '/w/workspace/edgex-go/3/.semver' [2021-10-27T00:50:32.729Z] # -> Force: false [2021-10-27T00:50:32.729Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-10-27T00:50:32.739Z] $ docker exec --env ******** --env ******** 2898a133d58f3b9517b56bba62f3a25bcc05bd67cfbf88982de5e45b30635e5d ssh-agent -k [2021-10-27T00:50:32.829Z] unset SSH_AUTH_SOCK; [2021-10-27T00:50:32.830Z] unset SSH_AGENT_PID; [2021-10-27T00:50:32.830Z] echo Agent pid 61 killed; [2021-10-27T00:50:32.838Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-10-27T00:50:33.137Z] + git semver [Pipeline] } [2021-10-27T00:50:33.149Z] $ docker stop --time=1 2898a133d58f3b9517b56bba62f3a25bcc05bd67cfbf88982de5e45b30635e5d [2021-10-27T00:50:35.255Z] $ docker rm -f 2898a133d58f3b9517b56bba62f3a25bcc05bd67cfbf88982de5e45b30635e5d [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-27T00:50:35.613Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-10-27T00:50:35.851Z] Stashed 1 file(s) [Pipeline] echo [2021-10-27T00:50:35.853Z] [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-27T00:50:36.059Z] ========================================================= [2021-10-27T00:50:36.059Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-10-27T00:50:36.059Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-10-27T00:50:36.350Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-27T00:50:36.350Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-10-27T00:50:36.350Z] a0d0a0d46f8b: Already exists [2021-10-27T00:50:36.350Z] 31adcdaf11c8: Pulling fs layer [2021-10-27T00:50:36.350Z] b8b176561691: Pulling fs layer [2021-10-27T00:50:36.350Z] 4527c011a84f: Pulling fs layer [2021-10-27T00:50:36.350Z] 5d74067f8e1e: Pulling fs layer [2021-10-27T00:50:36.350Z] e0aca202a116: Pulling fs layer [2021-10-27T00:50:36.350Z] 3a43be97a3b4: Pulling fs layer [2021-10-27T00:50:36.350Z] 34cad66bf833: Pulling fs layer [2021-10-27T00:50:36.350Z] b4e3c513aaa6: Pulling fs layer [2021-10-27T00:50:36.350Z] 5d74067f8e1e: Waiting [2021-10-27T00:50:36.350Z] e0aca202a116: Waiting [2021-10-27T00:50:36.350Z] 3a43be97a3b4: Waiting [2021-10-27T00:50:36.350Z] 34cad66bf833: Waiting [2021-10-27T00:50:36.350Z] b4e3c513aaa6: Waiting [2021-10-27T00:50:36.350Z] b8b176561691: Verifying Checksum [2021-10-27T00:50:36.350Z] b8b176561691: Download complete [2021-10-27T00:50:36.350Z] 31adcdaf11c8: Verifying Checksum [2021-10-27T00:50:36.350Z] 31adcdaf11c8: Download complete [2021-10-27T00:50:36.350Z] 5d74067f8e1e: Verifying Checksum [2021-10-27T00:50:36.350Z] 5d74067f8e1e: Download complete [2021-10-27T00:50:36.350Z] e0aca202a116: Verifying Checksum [2021-10-27T00:50:36.350Z] e0aca202a116: Download complete [2021-10-27T00:50:36.350Z] 3a43be97a3b4: Verifying Checksum [2021-10-27T00:50:36.350Z] 3a43be97a3b4: Download complete [2021-10-27T00:50:36.627Z] 31adcdaf11c8: Pull complete [2021-10-27T00:50:36.627Z] 34cad66bf833: Verifying Checksum [2021-10-27T00:50:36.627Z] 34cad66bf833: Download complete [2021-10-27T00:50:36.627Z] b8b176561691: Pull complete [2021-10-27T00:50:36.889Z] b4e3c513aaa6: Verifying Checksum [2021-10-27T00:50:36.889Z] b4e3c513aaa6: Download complete [2021-10-27T00:50:37.156Z] 4527c011a84f: Verifying Checksum [2021-10-27T00:50:37.156Z] 4527c011a84f: Download complete [2021-10-27T00:50:40.516Z] 4527c011a84f: Pull complete [2021-10-27T00:50:40.516Z] 5d74067f8e1e: Pull complete [2021-10-27T00:50:40.516Z] e0aca202a116: Pull complete [2021-10-27T00:50:40.779Z] 3a43be97a3b4: Pull complete [2021-10-27T00:50:40.779Z] 34cad66bf833: Pull complete [2021-10-27T00:50:43.331Z] b4e3c513aaa6: Pull complete [2021-10-27T00:50:43.331Z] Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 [2021-10-27T00:50:43.331Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-27T00:50:43.331Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-10-27T00:50:43.645Z] + docker build -t ci-base-image-x86_64 -f - . [2021-10-27T00:50:43.645Z] + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-27T00:50:43.645Z] WORKDIR /edgex [2021-10-27T00:50:43.645Z] COPY go.mod . [2021-10-27T00:50:43.645Z] RUN go mod download' [2021-10-27T00:50:45.060Z] Sending build context to Docker daemon 329.8MB [2021-10-27T00:50:45.060Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-10-27T00:50:45.060Z] ---> 9f6097aaca64 [2021-10-27T00:50:45.060Z] Step 2/4 : WORKDIR /edgex [2021-10-27T00:50:46.969Z] ---> Running in ea5927c204e5 [2021-10-27T00:50:46.969Z] Removing intermediate container ea5927c204e5 [2021-10-27T00:50:46.969Z] ---> 14b3ba2136c7 [2021-10-27T00:50:46.969Z] Step 3/4 : COPY go.mod . [2021-10-27T00:50:46.969Z] ---> b09a1d5633b5 [2021-10-27T00:50:46.969Z] Step 4/4 : RUN go mod download [2021-10-27T00:50:46.969Z] ---> Running in 8dcdb9752145 [2021-10-27T00:50:51.018Z] Still waiting to schedule task [2021-10-27T00:50:51.018Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-2142’ [2021-10-27T00:51:25.757Z] Removing intermediate container 8dcdb9752145 [2021-10-27T00:51:25.757Z] ---> 657827f53dae [2021-10-27T00:51:25.757Z] Successfully built 657827f53dae [2021-10-27T00:51:25.757Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-27T00:51:26.050Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-27T00:51:26.050Z] . [Pipeline] withDockerContainer [2021-10-27T00:51:26.115Z] prd-centos7-docker-4c-2g-2146 does not seem to be running inside a container [2021-10-27T00:51:26.146Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-10-27T00:51:26.488Z] $ docker top 931bdc529d733be4a2032fd6cc0304b6481443a3db68efb86820d29d4f723176 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-27T00:51:26.853Z] + go version [2021-10-27T00:51:26.853Z] go version go1.16.8 linux/amd64 [Pipeline] } [2021-10-27T00:51:26.860Z] $ docker stop --time=1 931bdc529d733be4a2032fd6cc0304b6481443a3db68efb86820d29d4f723176 [2021-10-27T00:51:28.040Z] $ docker rm -f 931bdc529d733be4a2032fd6cc0304b6481443a3db68efb86820d29d4f723176 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-27T00:51:28.568Z] + docker inspect -f . ci-base-image-x86_64 [2021-10-27T00:51:28.568Z] . [Pipeline] withDockerContainer [2021-10-27T00:51:28.625Z] prd-centos7-docker-4c-2g-2146 does not seem to be running inside a container [2021-10-27T00:51:28.660Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-10-27T00:51:28.981Z] $ docker top 50de4e42cee423ab5552c01298fbb91b5b31648e4faa564635558a1e5aef5a75 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-10-27T00:51:29.053Z] ========================================================= [2021-10-27T00:51:29.053Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-10-27T00:51:29.053Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-10-27T00:51:29.340Z] + make test [2021-10-27T00:51:29.340Z] go mod tidy [2021-10-27T00:51:29.340Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-10-27T00:51:34.652Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-10-27T00:51:52.808Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-10-27T00:51:55.368Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-10-27T00:51:55.946Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-10-27T00:51:56.205Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-10-27T00:51:58.339Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-10-27T00:51:59.291Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-10-27T00:51:59.291Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-10-27T00:51:59.291Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-10-27T00:51:59.865Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-10-27T00:51:59.865Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-10-27T00:52:00.128Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-10-27T00:52:00.128Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-10-27T00:52:00.128Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-10-27T00:52:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-10-27T00:52:02.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.043s coverage: 28.7% of statements [2021-10-27T00:52:02.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-10-27T00:52:02.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-10-27T00:52:03.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.063s coverage: 98.5% of statements [2021-10-27T00:52:03.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-10-27T00:52:03.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.048s coverage: 44.7% of statements [2021-10-27T00:52:03.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-10-27T00:52:03.051Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-10-27T00:52:04.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.135s coverage: 89.5% of statements [2021-10-27T00:52:04.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-10-27T00:52:04.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-10-27T00:52:04.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.068s coverage: 84.4% of statements [2021-10-27T00:52:04.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-10-27T00:52:04.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-10-27T00:52:04.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-10-27T00:52:04.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-10-27T00:52:04.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-10-27T00:52:05.921Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.251s coverage: 94.2% of statements [2021-10-27T00:52:05.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-10-27T00:52:05.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-10-27T00:52:05.921Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.053s coverage: 59.1% of statements [2021-10-27T00:52:05.921Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-10-27T00:52:05.921Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-10-27T00:52:05.921Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-10-27T00:52:05.921Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-10-27T00:52:05.921Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-10-27T00:52:06.189Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.042s coverage: 60.0% of statements [2021-10-27T00:52:06.189Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-10-27T00:52:06.189Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-10-27T00:52:06.189Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-10-27T00:52:06.762Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.059s coverage: 0.9% of statements [2021-10-27T00:52:06.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-10-27T00:52:06.762Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements [2021-10-27T00:52:07.340Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.044s coverage: 21.7% of statements [2021-10-27T00:52:07.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-10-27T00:52:07.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.052s coverage: 47.1% of statements [2021-10-27T00:52:07.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.045s coverage: 79.5% of statements [2021-10-27T00:52:07.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements [2021-10-27T00:52:08.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.054s coverage: 96.3% of statements [2021-10-27T00:52:08.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.042s coverage: 87.5% of statements [2021-10-27T00:52:23.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.064s coverage: 94.4% of statements [2021-10-27T00:52:23.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.041s coverage: 44.8% of statements [2021-10-27T00:52:24.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.195s coverage: 82.5% of statements [2021-10-27T00:52:24.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-10-27T00:52:43.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.072s coverage: 92.9% of statements [2021-10-27T00:52:43.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-10-27T00:52:43.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-10-27T00:52:43.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-10-27T00:52:43.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 65.1% of statements [2021-10-27T00:52:43.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-10-27T00:52:43.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-10-27T00:52:43.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-10-27T00:52:43.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-10-27T00:52:43.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-10-27T00:52:43.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.057s coverage: 87.2% of statements [2021-10-27T00:52:43.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-10-27T00:52:43.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-10-27T00:52:43.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2021-10-27T00:52:43.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-10-27T00:52:43.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.062s coverage: 58.8% of statements [2021-10-27T00:52:43.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-10-27T00:52:43.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.051s coverage: 80.0% of statements [2021-10-27T00:52:43.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-10-27T00:52:43.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.063s coverage: 85.4% of statements [2021-10-27T00:52:43.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.124s coverage: 91.2% of statements [2021-10-27T00:52:43.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-10-27T00:52:43.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.124s coverage: 64.4% of statements [2021-10-27T00:52:43.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-10-27T00:52:43.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-10-27T00:52:43.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-10-27T00:52:43.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.030s coverage: 89.4% of statements [2021-10-27T00:52:43.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2021-10-27T00:52:43.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.020s coverage: 73.7% of statements [2021-10-27T00:52:43.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.019s coverage: 100.0% of statements [2021-10-27T00:52:43.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.287s coverage: 70.4% of statements [2021-10-27T00:52:43.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-10-27T00:52:43.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-10-27T00:52:43.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-10-27T00:52:44.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.136s coverage: 43.5% of statements [2021-10-27T00:52:44.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-10-27T00:52:44.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-10-27T00:52:44.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.048s coverage: 89.5% of statements [2021-10-27T00:52:44.037Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-10-27T00:52:44.037Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.063s coverage: 84.8% of statements [2021-10-27T00:52:44.037Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-10-27T00:52:52.200Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.061s coverage: 17.7% of statements [2021-10-27T00:52:52.200Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-10-27T00:52:52.200Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-10-27T00:52:52.200Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-10-27T00:52:52.200Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-10-27T00:52:52.200Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.131s coverage: 92.3% of statements [2021-10-27T00:52:52.200Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-10-27T00:52:52.200Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-10-27T00:52:52.200Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-10-27T00:52:52.200Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-10-27T00:52:52.200Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 63.2% of statements [2021-10-27T00:52:52.200Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-10-27T00:52:52.200Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-10-27T00:52:52.200Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.097s coverage: 97.7% of statements [2021-10-27T00:52:52.200Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-10-27T00:52:52.200Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-10-27T00:52:52.200Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-10-27T00:52:52.200Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-10-27T00:52:52.200Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.039s coverage: 28.9% of statements [2021-10-27T00:52:52.200Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-10-27T00:52:52.200Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-10-27T00:52:52.200Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-10-27T00:52:52.200Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-10-27T00:52:52.200Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-10-27T00:52:52.200Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-10-27T00:52:52.200Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements [2021-10-27T00:52:52.200Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 96.9% of statements [2021-10-27T00:52:52.200Z] 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-27T00:53:24.445Z] GO111MODULE=on go vet ./... [2021-10-27T00:53:34.483Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-10-27T00:53:34.483Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2021-10-27T00:53:34.483Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-10-27T00:53:34.722Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2150 in /w/workspace/edgexfoundry_edgex-go_PR-3780 [Pipeline] { [Pipeline] ws [2021-10-27T00:53:34.734Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-10-27T00:53:34.773Z] + ls -al . [2021-10-27T00:53:34.773Z] total 636 [2021-10-27T00:53:34.773Z] drwxrwxr-x 10 1001 1001 4096 Oct 27 00:53 . [2021-10-27T00:53:34.773Z] drwxr-xr-x 4 root root 28 Oct 27 00:51 .. [2021-10-27T00:53:34.773Z] -rw-rw-r-- 1 1001 1001 11 Oct 27 00:50 .dockerignore [2021-10-27T00:53:34.773Z] drwxrwxr-x 8 1001 1001 179 Oct 27 00:50 .git [2021-10-27T00:53:34.773Z] drwxrwxr-x 4 1001 1001 142 Oct 27 00:50 .github [2021-10-27T00:53:34.773Z] -rw-rw-r-- 1 1001 1001 804 Oct 27 00:50 .gitignore [2021-10-27T00:53:34.773Z] -rw-rw-r-- 1 1001 1001 42 Oct 27 00:50 .golangci.yml [2021-10-27T00:53:34.773Z] -rw-rw-r-- 1 1001 1001 76 Oct 27 00:50 .hadolint.yml [2021-10-27T00:53:34.773Z] drwx------ 3 1001 1001 58 Oct 27 00:50 .semver [2021-10-27T00:53:34.773Z] -rw-rw-r-- 1 1001 1001 166 Oct 27 00:50 .sonarcloud.properties [2021-10-27T00:53:34.773Z] -rw-rw-r-- 1 1001 1001 1171 Oct 27 00:50 ADOPTERS.md [2021-10-27T00:53:34.773Z] -rw-rw-r-- 1 1001 1001 8910 Oct 27 00:50 Attribution.txt [2021-10-27T00:53:34.773Z] -rw-rw-r-- 1 1001 1001 43881 Oct 27 00:50 CHANGELOG.md [2021-10-27T00:53:34.773Z] -rw-rw-r-- 1 1001 1001 3804 Oct 27 00:50 CONTRIBUTING.md [2021-10-27T00:53:34.773Z] -rw-rw-r-- 1 1001 1001 677 Oct 27 00:50 GOVERNANCE.md [2021-10-27T00:53:34.773Z] -rw-rw-r-- 1 1001 1001 849 Oct 27 00:50 Jenkinsfile [2021-10-27T00:53:34.773Z] -rw-rw-r-- 1 1001 1001 10775 Oct 27 00:50 LICENSE [2021-10-27T00:53:34.773Z] -rw-rw-r-- 1 1001 1001 6508 Oct 27 00:50 Makefile [2021-10-27T00:53:34.773Z] -rw-rw-r-- 1 1001 1001 582 Oct 27 00:50 OWNERS.md [2021-10-27T00:53:34.773Z] -rw-rw-r-- 1 1001 1001 8256 Oct 27 00:50 README.md [2021-10-27T00:53:34.773Z] -rw-rw-r-- 1 1001 1001 6912 Oct 27 00:50 SECURITY.md [2021-10-27T00:53:34.773Z] -rw-rw-r-- 1 1001 1001 5 Oct 27 00:50 VERSION [2021-10-27T00:53:34.773Z] -rw-rw-r-- 1 1001 1001 4131 Oct 27 00:50 ZMQWindows.md [2021-10-27T00:53:34.773Z] drwxrwxr-x 2 1001 1001 37 Oct 27 00:50 bin [2021-10-27T00:53:34.773Z] drwxrwxr-x 14 1001 1001 4096 Oct 27 00:50 cmd [2021-10-27T00:53:34.773Z] -rw-r--r-- 1 root root 426728 Oct 27 00:52 coverage.out [2021-10-27T00:53:34.773Z] -rw-rw-r-- 1 1001 1001 848 Oct 27 00:50 go.mod [2021-10-27T00:53:34.773Z] -rw-rw-r-- 1 1001 1001 50525 Oct 27 00:50 go.sum [2021-10-27T00:53:34.773Z] drwxrwxr-x 8 1001 1001 124 Oct 27 00:50 internal [2021-10-27T00:53:34.774Z] drwxrwxr-x 3 1001 1001 16 Oct 27 00:50 openapi [2021-10-27T00:53:34.774Z] drwxrwxr-x 4 1001 1001 71 Oct 27 00:50 snap [2021-10-27T00:53:34.774Z] -rw-rw-r-- 1 1001 1001 204 Oct 27 00:50 version.go [Pipeline] sh [2021-10-27T00:53:34.960Z] The recommended git tool is: git [2021-10-27T00:53:35.068Z] + '[' -e coverage.out ] [2021-10-27T00:53:35.068Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-10-27T00:53:35.171Z] Stashed 1 file(s) [Pipeline] sh [2021-10-27T00:53:35.464Z] + make build [2021-10-27T00:53:35.464Z] 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-27T00:53:36.851Z] 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-27T00:53:41.252Z] using credential edgex-jenkins-ssh [2021-10-27T00:53:41.269Z] Cloning the remote Git repository [2021-10-27T00:53:41.338Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-10-27T00:53:41.450Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-10-27T00:53:41.550Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-10-27T00:53:41.551Z] > git --version # timeout=10 [2021-10-27T00:53:41.570Z] > git --version # 'git version 2.17.1' [2021-10-27T00:53:41.572Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-27T00:53:41.664Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-27T00:53:43.490Z] 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-27T00:53:44.067Z] 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-27T00:53:45.006Z] 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-27T00:53:45.266Z] 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-27T00:53:46.202Z] 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-27T00:53:47.154Z] 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-27T00:53:48.103Z] 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-27T00:53:49.054Z] 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-27T00:53:49.630Z] 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-27T00:53:50.576Z] 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-27T00:53:51.969Z] $ docker stop --time=1 50de4e42cee423ab5552c01298fbb91b5b31648e4faa564635558a1e5aef5a75 [2021-10-27T00:53:54.274Z] $ docker rm -f 50de4e42cee423ab5552c01298fbb91b5b31648e4faa564635558a1e5aef5a75 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-27T00:53:55.414Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-27T00:53:55.414Z] [2021-10-27T00:53:55.414Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-10-27T00:53:55.881Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-27T00:53:56.189Z] latest: Pulling from edgex-devops/edgex-compose [2021-10-27T00:53:56.189Z] cbdbe7a5bc2a: Pulling fs layer [2021-10-27T00:53:56.189Z] ca9280d653b3: Pulling fs layer [2021-10-27T00:53:56.189Z] 7e9c9ca2126c: Pulling fs layer [2021-10-27T00:53:56.189Z] cbdbe7a5bc2a: Verifying Checksum [2021-10-27T00:53:56.189Z] cbdbe7a5bc2a: Download complete [2021-10-27T00:53:56.189Z] ca9280d653b3: Verifying Checksum [2021-10-27T00:53:56.189Z] ca9280d653b3: Download complete [2021-10-27T00:53:56.475Z] cbdbe7a5bc2a: Pull complete [2021-10-27T00:53:56.475Z] 7e9c9ca2126c: Verifying Checksum [2021-10-27T00:53:56.475Z] 7e9c9ca2126c: Download complete [2021-10-27T00:53:57.045Z] ca9280d653b3: Pull complete [2021-10-27T00:53:59.098Z] Merging remotes/origin/main commit fb769a0070cc1922608d3d80e9a209584ebd424b into PR head commit 8cacdfbf32f3ba6ab84e2b4dd357fd6c5f6ec5a4 [2021-10-27T00:53:58.295Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-10-27T00:53:58.320Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-27T00:53:58.356Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-10-27T00:53:58.400Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-10-27T00:53:58.402Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-27T00:53:58.418Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3780/head:refs/remotes/origin/PR-3780 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-10-27T00:53:59.126Z] > git config core.sparsecheckout # timeout=10 [2021-10-27T00:53:59.148Z] > git checkout -f 8cacdfbf32f3ba6ab84e2b4dd357fd6c5f6ec5a4 # timeout=10 [2021-10-27T00:53:59.821Z] Merge succeeded, producing 2086f5d1da9d1dc864610fa8c2f8f59cbbc0b1d5 [2021-10-27T00:53:59.821Z] Checking out Revision 2086f5d1da9d1dc864610fa8c2f8f59cbbc0b1d5 (PR-3780) [2021-10-27T00:54:00.362Z] 7e9c9ca2126c: Pull complete [2021-10-27T00:54:00.362Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-10-27T00:54:00.362Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-27T00:54:00.362Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-10-27T00:54:00.420Z] prd-centos7-docker-4c-2g-2146 does not seem to be running inside a container [2021-10-27T00:54:00.446Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-10-27T00:53:59.399Z] > git remote # timeout=10 [2021-10-27T00:53:59.420Z] > git config --get remote.origin.url # timeout=10 [2021-10-27T00:53:59.444Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-27T00:53:59.461Z] > git merge fb769a0070cc1922608d3d80e9a209584ebd424b # timeout=10 [2021-10-27T00:53:59.796Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-10-27T00:53:59.837Z] > git config core.sparsecheckout # timeout=10 [2021-10-27T00:53:59.862Z] > git checkout -f 2086f5d1da9d1dc864610fa8c2f8f59cbbc0b1d5 # timeout=10 [2021-10-27T00:54:02.573Z] $ docker top 6b7bed56c46cada69220c0be9249b6295ac3998d5991d391d6536ce34d370ffd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-27T00:54:02.921Z] + grep parallel [2021-10-27T00:54:02.921Z] + docker-compose build --help [2021-10-27T00:54:03.490Z] --parallel Build images in parallel. [Pipeline] } [2021-10-27T00:54:03.497Z] $ docker stop --time=1 6b7bed56c46cada69220c0be9249b6295ac3998d5991d391d6536ce34d370ffd [2021-10-27T00:54:04.618Z] Commit message: "Merge commit 'fb769a0070cc1922608d3d80e9a209584ebd424b' into HEAD" [2021-10-27T00:54:04.653Z] First time build. Skipping changelog. [2021-10-27T00:54:04.678Z] $ docker rm -f 6b7bed56c46cada69220c0be9249b6295ac3998d5991d391d6536ce34d370ffd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-10-27T00:54:05.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-10-27T00:54:05.050Z] . [Pipeline] withDockerContainer [2021-10-27T00:54:05.276Z] prd-centos7-docker-4c-2g-2146 does not seem to be running inside a container [2021-10-27T00:54:05.310Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-10-27T00:54:05.579Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2021-10-27T00:54:05.579Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-10-27T00:54:05.579Z] Dload Upload Total Spent Left Speed [2021-10-27T00:54:05.579Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 172k 0 --:--:-- --:--:-- --:--:-- 172k [2021-10-27T00:54:05.594Z] $ docker top 06b978d89f6ecbf2d5cceb367262850322535d0dc59d67bcf3332278dcae9a9a -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-10-27T00:54:06.050Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [2021-10-27T00:54:06.063Z] + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] sh [2021-10-27T00:54:04.635Z] > git rev-list --no-walk 7e08918acf5e9740a70ec71e4c2fd839ba24f03f # timeout=10 [2021-10-27T00:54:06.402Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2021-10-27T00:54:06.403Z] + sudo tee /etc/docker/daemon.new [2021-10-27T00:54:06.403Z] { [2021-10-27T00:54:06.403Z] "registry-mirrors": [ [2021-10-27T00:54:06.403Z] "https://nexus3.edgexfoundry.org:10001" [2021-10-27T00:54:06.403Z] ], [2021-10-27T00:54:06.403Z] "bip": "10.250.0.254/24", [2021-10-27T00:54:06.403Z] "hosts": [ [2021-10-27T00:54:06.403Z] "tcp://0.0.0.0:5555", [2021-10-27T00:54:06.403Z] "unix:///var/run/docker.sock" [2021-10-27T00:54:06.403Z] ], [2021-10-27T00:54:06.403Z] "mtu": 1458, [2021-10-27T00:54:06.403Z] "selinux-enabled": true, [2021-10-27T00:54:06.403Z] "seccomp-profile": "/etc/docker/seccomp.json" [2021-10-27T00:54:06.403Z] } [Pipeline] sh [2021-10-27T00:54:06.635Z] Building core-command ... [2021-10-27T00:54:06.635Z] Building core-data ... [2021-10-27T00:54:06.635Z] Building core-metadata ... [2021-10-27T00:54:06.635Z] Building security-bootstrapper ... [2021-10-27T00:54:06.635Z] Building security-proxy-setup ... [2021-10-27T00:54:06.635Z] Building security-secretstore-setup ... [2021-10-27T00:54:06.635Z] Building support-notifications ... [2021-10-27T00:54:06.635Z] Building support-scheduler ... [2021-10-27T00:54:06.635Z] Building sys-mgmt-agent ... [2021-10-27T00:54:06.635Z] Building security-proxy-setup [2021-10-27T00:54:06.635Z] Building security-secretstore-setup [2021-10-27T00:54:06.635Z] Building support-scheduler [2021-10-27T00:54:06.635Z] Building sys-mgmt-agent [2021-10-27T00:54:06.635Z] Building core-command [2021-10-27T00:54:06.775Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2021-10-27T00:54:07.140Z] + sudo service docker restart [2021-10-27T00:54:16.967Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T00:54:16.967Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-27T00:54:16.967Z] ---> 657827f53dae [2021-10-27T00:54:16.967Z] Step 3/22 : WORKDIR /edgex-go [2021-10-27T00:54:16.967Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T00:54:16.967Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-27T00:54:16.967Z] ---> 657827f53dae [2021-10-27T00:54:16.967Z] Step 3/22 : WORKDIR /edgex-go [2021-10-27T00:54:21.166Z] ---> Running in 4f69179a6241 [2021-10-27T00:54:21.166Z] ---> Running in c8c0ba149a54 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-27T00:54:25.480Z] provisioning config files... [2021-10-27T00:54:25.505Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config8279203223095108407tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-27T00:54:25.870Z] ---> docker-login.sh [2021-10-27T00:54:25.871Z] nexus3.edgexfoundry.org:10001 [2021-10-27T00:54:26.470Z] Removing intermediate container 4f69179a6241 [2021-10-27T00:54:26.470Z] ---> ea0101c54f7f [2021-10-27T00:54:26.470Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T00:54:26.470Z] Removing intermediate container c8c0ba149a54 [2021-10-27T00:54:26.470Z] ---> d48c26a5f257 [2021-10-27T00:54:26.470Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T00:54:26.470Z] ---> Running in 04b6714eac91 [2021-10-27T00:54:26.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-27T00:54:26.743Z] ---> Running in 7ecf9e82f815 [2021-10-27T00:54:27.014Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T00:54:27.014Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-10-27T00:54:27.014Z] ---> 657827f53dae [2021-10-27T00:54:27.014Z] Step 3/23 : WORKDIR /edgex-go [2021-10-27T00:54:27.014Z] ---> Using cache [2021-10-27T00:54:27.014Z] ---> d48c26a5f257 [2021-10-27T00:54:27.014Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T00:54:27.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-27T00:54:27.077Z] Configure a credential helper to remove this warning. See [2021-10-27T00:54:27.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-27T00:54:27.077Z] [2021-10-27T00:54:27.077Z] Login Succeeded [2021-10-27T00:54:27.077Z] nexus3.edgexfoundry.org:10002 [2021-10-27T00:54:27.281Z] Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T00:54:27.281Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2021-10-27T00:54:27.281Z] ---> 657827f53dae [2021-10-27T00:54:27.281Z] Step 3/20 : WORKDIR /edgex-go [2021-10-27T00:54:27.281Z] ---> Using cache [2021-10-27T00:54:27.281Z] ---> d48c26a5f257 [2021-10-27T00:54:27.281Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T00:54:27.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-27T00:54:27.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-27T00:54:27.349Z] Configure a credential helper to remove this warning. See [2021-10-27T00:54:27.349Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-27T00:54:27.349Z] [2021-10-27T00:54:27.349Z] Login Succeeded [2021-10-27T00:54:27.349Z] nexus3.edgexfoundry.org:10003 [2021-10-27T00:54:27.850Z] ---> Running in fcd2a78ead3f [2021-10-27T00:54:27.851Z] ---> Running in b6e0747c54bb [2021-10-27T00:54:27.950Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-27T00:54:27.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-27T00:54:27.951Z] Configure a credential helper to remove this warning. See [2021-10-27T00:54:27.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-27T00:54:27.951Z] [2021-10-27T00:54:27.951Z] Login Succeeded [2021-10-27T00:54:27.951Z] nexus3.edgexfoundry.org:10004 [2021-10-27T00:54:28.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-27T00:54:28.426Z] Removing intermediate container 04b6714eac91 [2021-10-27T00:54:28.427Z] ---> a5fc604d5ede [2021-10-27T00:54:28.427Z] Step 5/22 : RUN apk add --update --no-cache make bash git [2021-10-27T00:54:28.427Z] Removing intermediate container 7ecf9e82f815 [2021-10-27T00:54:28.427Z] ---> 3d53fcb464ca [2021-10-27T00:54:28.427Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-10-27T00:54:28.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-27T00:54:28.502Z] Configure a credential helper to remove this warning. See [2021-10-27T00:54:28.502Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-27T00:54:28.502Z] [2021-10-27T00:54:28.502Z] Login Succeeded [2021-10-27T00:54:28.502Z] docker.io [2021-10-27T00:54:28.688Z] ---> Running in 0daaf80d416a [2021-10-27T00:54:28.688Z] ---> Running in 63fbc255460f [2021-10-27T00:54:28.688Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T00:54:28.688Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-10-27T00:54:28.688Z] ---> 657827f53dae [2021-10-27T00:54:28.688Z] Step 3/24 : WORKDIR /edgex-go [2021-10-27T00:54:28.688Z] ---> Using cache [2021-10-27T00:54:28.688Z] ---> d48c26a5f257 [2021-10-27T00:54:28.688Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T00:54:28.688Z] ---> Using cache [2021-10-27T00:54:28.688Z] ---> f8b0e14e331f [2021-10-27T00:54:28.688Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-10-27T00:54:28.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-10-27T00:54:28.948Z] Removing intermediate container fcd2a78ead3f [2021-10-27T00:54:28.948Z] ---> f8b0e14e331f [2021-10-27T00:54:28.948Z] Step 5/20 : RUN apk add --update --no-cache make git [2021-10-27T00:54:28.948Z] ---> Running in 712aa4299a64 [2021-10-27T00:54:28.948Z] ---> Running in 66f790724cf9 [2021-10-27T00:54:29.219Z] Removing intermediate container b6e0747c54bb [2021-10-27T00:54:29.219Z] ---> 2606ec8cac1a [2021-10-27T00:54:29.219Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-10-27T00:54:29.219Z] ---> Running in 5e770292b86a [2021-10-27T00:54:29.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-10-27T00:54:29.379Z] Configure a credential helper to remove this warning. See [2021-10-27T00:54:29.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-10-27T00:54:29.379Z] [2021-10-27T00:54:29.379Z] Login Succeeded [2021-10-27T00:54:29.379Z] ---> docker-login.sh ends [Pipeline] } [2021-10-27T00:54:29.397Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-10-27T00:54:29.492Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-27T00:54:29.757Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-27T00:54:29.757Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-27T00:54:29.757Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-27T00:54:29.757Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [Pipeline] echo [2021-10-27T00:54:29.903Z] ========================================================= [2021-10-27T00:54:29.903Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-10-27T00:54:29.903Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-10-27T00:54:30.287Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-27T00:54:30.324Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T00:54:30.324Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T00:54:30.324Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T00:54:30.570Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-10-27T00:54:30.570Z] 552d1f2373af: Pulling fs layer [2021-10-27T00:54:30.570Z] ea3f2d53f512: Pulling fs layer [2021-10-27T00:54:30.570Z] 9e70ebbbe112: Pulling fs layer [2021-10-27T00:54:30.570Z] 7a9cfe048b4a: Pulling fs layer [2021-10-27T00:54:30.570Z] 72dc09318566: Pulling fs layer [2021-10-27T00:54:30.570Z] f4f7b4309257: Pulling fs layer [2021-10-27T00:54:30.570Z] 0ac9a79272e3: Pulling fs layer [2021-10-27T00:54:30.570Z] b78e95d17946: Pulling fs layer [2021-10-27T00:54:30.570Z] f4f7b4309257: Waiting [2021-10-27T00:54:30.570Z] 0ac9a79272e3: Waiting [2021-10-27T00:54:30.570Z] 7a9cfe048b4a: Waiting [2021-10-27T00:54:30.570Z] b78e95d17946: Waiting [2021-10-27T00:54:30.570Z] 72dc09318566: Waiting [2021-10-27T00:54:30.570Z] 9e70ebbbe112: Verifying Checksum [2021-10-27T00:54:30.570Z] 9e70ebbbe112: Download complete [2021-10-27T00:54:30.570Z] ea3f2d53f512: Verifying Checksum [2021-10-27T00:54:30.570Z] ea3f2d53f512: Download complete [2021-10-27T00:54:30.570Z] 72dc09318566: Verifying Checksum [2021-10-27T00:54:30.570Z] 72dc09318566: Download complete [2021-10-27T00:54:30.570Z] f4f7b4309257: Verifying Checksum [2021-10-27T00:54:30.570Z] f4f7b4309257: Download complete [2021-10-27T00:54:30.570Z] 552d1f2373af: Verifying Checksum [2021-10-27T00:54:30.570Z] 552d1f2373af: Download complete [2021-10-27T00:54:30.570Z] 0ac9a79272e3: Download complete [2021-10-27T00:54:30.586Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T00:54:30.586Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T00:54:30.586Z] OK: 220 MiB in 52 packages [2021-10-27T00:54:30.852Z] OK: 220 MiB in 52 packages [2021-10-27T00:54:30.852Z] OK: 220 MiB in 52 packages [2021-10-27T00:54:31.116Z] OK: 220 MiB in 52 packages [2021-10-27T00:54:31.116Z] OK: 220 MiB in 52 packages [2021-10-27T00:54:31.116Z] Removing intermediate container 0daaf80d416a [2021-10-27T00:54:31.116Z] ---> 23ac82a3962f [2021-10-27T00:54:31.116Z] Step 6/22 : COPY . . [2021-10-27T00:54:31.568Z] 552d1f2373af: Pull complete [2021-10-27T00:54:32.177Z] ea3f2d53f512: Pull complete [2021-10-27T00:54:32.459Z] 9e70ebbbe112: Pull complete [2021-10-27T00:54:32.521Z] Removing intermediate container 66f790724cf9 [2021-10-27T00:54:32.521Z] ---> de092b81a92c [2021-10-27T00:54:32.521Z] Step 6/20 : COPY . . [2021-10-27T00:54:32.737Z] b78e95d17946: Verifying Checksum [2021-10-27T00:54:32.737Z] b78e95d17946: Download complete [2021-10-27T00:54:32.794Z] Removing intermediate container 5e770292b86a [2021-10-27T00:54:32.794Z] ---> ee699c4fc6f8 [2021-10-27T00:54:32.794Z] Step 6/23 : COPY go.mod . [2021-10-27T00:54:33.055Z] Removing intermediate container 712aa4299a64 [2021-10-27T00:54:33.055Z] ---> 167d47c8228d [2021-10-27T00:54:33.055Z] Step 6/24 : COPY . . [2021-10-27T00:54:33.315Z] ---> 2359ae75a976 [2021-10-27T00:54:33.315Z] Step 7/23 : RUN go mod download [2021-10-27T00:54:33.332Z] 7a9cfe048b4a: Download complete [2021-10-27T00:54:38.224Z] Removing intermediate container 63fbc255460f [2021-10-27T00:54:38.224Z] ---> ee05a3d17f9b [2021-10-27T00:54:38.224Z] Step 6/22 : COPY . . [2021-10-27T00:54:38.224Z] ---> Running in b4cc407ff4dc [2021-10-27T00:54:38.805Z] ---> 3beb346aa6c9 [2021-10-27T00:54:38.805Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T00:54:39.373Z] ---> 610495c744c9 [2021-10-27T00:54:39.373Z] Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T00:54:39.644Z] ---> Running in dc1780e0d407 [2021-10-27T00:54:39.644Z] ---> Running in 4e8df9e6ee19 [2021-10-27T00:54:39.905Z] ---> 80689a2793b2 [2021-10-27T00:54:39.905Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T00:54:40.853Z] ---> Running in 7f5189ad355e [2021-10-27T00:54:44.076Z] 7a9cfe048b4a: Pull complete [2021-10-27T00:54:44.076Z] 72dc09318566: Pull complete [2021-10-27T00:54:44.076Z] f4f7b4309257: Pull complete [2021-10-27T00:54:44.215Z] ---> fc6a72b53388 [2021-10-27T00:54:44.215Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T00:54:44.215Z] Removing intermediate container dc1780e0d407 [2021-10-27T00:54:44.215Z] ---> 8354d376442c [2021-10-27T00:54:44.215Z] Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-10-27T00:54:44.215Z] Removing intermediate container b4cc407ff4dc [2021-10-27T00:54:44.215Z] ---> ea7f58e6a931 [2021-10-27T00:54:44.215Z] Step 8/23 : COPY . . [2021-10-27T00:54:44.215Z] ---> Running in af4fa90c923a [2021-10-27T00:54:44.215Z] ---> Running in e2dd75f53cfd [2021-10-27T00:54:44.215Z] Removing intermediate container 7f5189ad355e [2021-10-27T00:54:44.215Z] ---> 23cba180b630 [2021-10-27T00:54:44.215Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-10-27T00:54:44.215Z] ---> Running in dfd6ea9f045e [2021-10-27T00:54:44.215Z] Removing intermediate container 4e8df9e6ee19 [2021-10-27T00:54:44.215Z] ---> c98eabac4eb6 [2021-10-27T00:54:44.215Z] Step 8/22 : RUN make cmd/core-command/core-command [2021-10-27T00:54:44.215Z] ---> Running in 4d64730b5df8 [2021-10-27T00:54:44.351Z] 0ac9a79272e3: Pull complete [2021-10-27T00:54:45.168Z] 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-27T00:54:45.169Z] 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-27T00:54:45.169Z] 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-27T00:54:46.563Z] Removing intermediate container af4fa90c923a [2021-10-27T00:54:46.563Z] ---> 528c51eae519 [2021-10-27T00:54:46.563Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-10-27T00:54:47.155Z] ---> Running in 67184ca08e86 [2021-10-27T00:54:47.750Z] 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-27T00:54:49.751Z] b78e95d17946: Pull complete [2021-10-27T00:54:49.751Z] Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 [2021-10-27T00:54:49.751Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-27T00:54:49.751Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-10-27T00:54:50.100Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-27T00:54:50.100Z] WORKDIR /edgex [2021-10-27T00:54:50.100Z] COPY go.mod . [2021-10-27T00:54:50.100Z] RUN go mod download [2021-10-27T00:54:50.100Z] + docker build -t ci-base-image-arm64 -f - . [2021-10-27T00:54:52.078Z] Sending build context to Docker daemon 166.5MB [2021-10-27T00:54:52.078Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-10-27T00:54:52.078Z] ---> 8b459fc5aaf0 [2021-10-27T00:54:52.078Z] Step 2/4 : WORKDIR /edgex [2021-10-27T00:54:53.195Z] ---> c3923eb4f305 [2021-10-27T00:54:53.195Z] Step 9/23 : RUN go mod tidy [2021-10-27T00:54:53.195Z] ---> Running in 1590aa769676 [2021-10-27T00:54:54.580Z] Removing intermediate container 1590aa769676 [2021-10-27T00:54:54.580Z] ---> e7e1c8952320 [2021-10-27T00:54:54.580Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-10-27T00:54:54.580Z] ---> Running in 6383837c278f [2021-10-27T00:54:54.682Z] ---> Running in 754a67e99886 [2021-10-27T00:54:54.682Z] Removing intermediate container 754a67e99886 [2021-10-27T00:54:54.682Z] ---> b63813e99e11 [2021-10-27T00:54:54.682Z] Step 3/4 : COPY go.mod . [2021-10-27T00:54:54.841Z] 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-27T00:54:55.274Z] ---> 5254f9daecdc [2021-10-27T00:54:55.274Z] Step 4/4 : RUN go mod download [2021-10-27T00:54:55.545Z] ---> Running in 376a3057ed14 [2021-10-27T00:55:21.411Z] 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-27T00:55:21.411Z] 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-27T00:55:26.721Z] Removing intermediate container 4d64730b5df8 [2021-10-27T00:55:26.721Z] ---> 8fdb28fd3be1 [2021-10-27T00:55:26.721Z] [2021-10-27T00:55:26.721Z] Step 9/22 : FROM alpine:3.14 [2021-10-27T00:55:26.990Z] Removing intermediate container 67184ca08e86 [2021-10-27T00:55:26.990Z] ---> 9b3bcc34c67d [2021-10-27T00:55:26.990Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-10-27T00:55:26.990Z] 3.14: Pulling from library/alpine [2021-10-27T00:55:26.990Z] Removing intermediate container e2dd75f53cfd [2021-10-27T00:55:26.990Z] ---> 1fd30c1037f0 [2021-10-27T00:55:26.990Z] [2021-10-27T00:55:26.990Z] Step 9/20 : FROM alpine:3.14 [2021-10-27T00:55:26.990Z] Removing intermediate container dfd6ea9f045e [2021-10-27T00:55:26.990Z] ---> 4d6bc19d3c80 [2021-10-27T00:55:26.990Z] [2021-10-27T00:55:26.990Z] Step 9/24 : FROM alpine:3.14 [2021-10-27T00:55:26.990Z] ---> Running in 99ae00fb2c0f [2021-10-27T00:55:27.259Z] 3.14: Pulling from library/alpine [2021-10-27T00:55:27.259Z] 3.14: Pulling from library/alpine [2021-10-27T00:55:27.259Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-10-27T00:55:27.259Z] Status: Downloaded newer image for alpine:3.14 [2021-10-27T00:55:27.259Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-10-27T00:55:27.259Z] Status: Image is up to date for alpine:3.14 [2021-10-27T00:55:27.259Z] ---> 14119a10abf4 [2021-10-27T00:55:27.259Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-10-27T00:55:27.259Z] ---> 14119a10abf4 [2021-10-27T00:55:27.259Z] Step 10/20 : RUN apk add --update --no-cache curl [2021-10-27T00:55:27.259Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-10-27T00:55:27.259Z] Status: Image is up to date for alpine:3.14 [2021-10-27T00:55:27.259Z] ---> Running in 7f26dac1c348 [2021-10-27T00:55:27.259Z] ---> 14119a10abf4 [2021-10-27T00:55:27.259Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2021-10-27T00:55:27.528Z] ---> Running in e7cd78344679 [2021-10-27T00:55:27.528Z] ---> Running in 95e8450640ce [2021-10-27T00:55:27.792Z] 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-27T00:55:28.054Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-27T00:55:28.054Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-27T00:55:28.323Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T00:55:28.323Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T00:55:28.323Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-27T00:55:28.585Z] (1/1) Installing dumb-init (1.2.5-r1) [2021-10-27T00:55:28.585Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T00:55:28.585Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T00:55:28.585Z] OK: 6 MiB in 15 packages [2021-10-27T00:55:28.848Z] (1/3) Installing ca-certificates (20191127-r5) [2021-10-27T00:55:28.848Z] (2/3) Installing dumb-init (1.2.5-r1) [2021-10-27T00:55:28.848Z] (3/3) Installing su-exec (0.2-r1) [2021-10-27T00:55:28.848Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T00:55:28.848Z] Executing ca-certificates-20191127-r5.trigger [2021-10-27T00:55:28.848Z] OK: 6 MiB in 17 packages [2021-10-27T00:55:28.848Z] (1/5) Installing ca-certificates (20191127-r5) [2021-10-27T00:55:28.848Z] (2/5) Installing brotli-libs (1.0.9-r5) [2021-10-27T00:55:28.848Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2021-10-27T00:55:28.848Z] (4/5) Installing libcurl (7.79.1-r0) [2021-10-27T00:55:28.848Z] (5/5) Installing curl (7.79.1-r0) [2021-10-27T00:55:29.112Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T00:55:29.112Z] Executing ca-certificates-20191127-r5.trigger [2021-10-27T00:55:29.112Z] OK: 8 MiB in 19 packages [2021-10-27T00:55:29.112Z] Removing intermediate container 7f26dac1c348 [2021-10-27T00:55:29.113Z] ---> 2c2bb5aa10ce [2021-10-27T00:55:29.113Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-27T00:55:29.385Z] ---> Running in f17050bb657e [2021-10-27T00:55:29.385Z] Removing intermediate container 95e8450640ce [2021-10-27T00:55:29.385Z] ---> 012c227cd390 [2021-10-27T00:55:29.385Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-10-27T00:55:29.385Z] Removing intermediate container f17050bb657e [2021-10-27T00:55:29.385Z] ---> a8c45742209a [2021-10-27T00:55:29.385Z] Step 12/22 : ENV APP_PORT=59882 [2021-10-27T00:55:29.651Z] ---> Running in 8a3863f0108c [2021-10-27T00:55:29.651Z] ---> Running in 976cffa022b3 [2021-10-27T00:55:29.651Z] Removing intermediate container 99ae00fb2c0f [2021-10-27T00:55:29.651Z] ---> fe1dde76a199 [2021-10-27T00:55:29.651Z] [2021-10-27T00:55:29.651Z] Step 10/22 : FROM docker:20.10.8 [2021-10-27T00:55:29.651Z] 20.10.8: Pulling from library/docker [2021-10-27T00:55:29.923Z] Removing intermediate container 8a3863f0108c [2021-10-27T00:55:29.923Z] ---> ef88b841c103 [2021-10-27T00:55:29.923Z] Step 12/24 : WORKDIR / [2021-10-27T00:55:29.923Z] Removing intermediate container e7cd78344679 [2021-10-27T00:55:29.923Z] ---> c6937877e1f6 [2021-10-27T00:55:29.923Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-10-27T00:55:29.923Z] ---> Running in ed9c8bd54df9 [2021-10-27T00:55:29.923Z] Removing intermediate container 976cffa022b3 [2021-10-27T00:55:29.923Z] ---> bf01fe26c731 [2021-10-27T00:55:29.923Z] Step 13/22 : EXPOSE $APP_PORT [2021-10-27T00:55:29.923Z] ---> Running in 2f22f1cbe356 [2021-10-27T00:55:29.923Z] ---> Running in 2e5b6c376468 [2021-10-27T00:55:29.923Z] Removing intermediate container ed9c8bd54df9 [2021-10-27T00:55:29.923Z] ---> f5ab05bf8b8d [2021-10-27T00:55:29.923Z] 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-27T00:55:30.186Z] Removing intermediate container 2e5b6c376468 [2021-10-27T00:55:30.186Z] ---> c2d0d5fa7867 [2021-10-27T00:55:30.186Z] Step 14/22 : WORKDIR / [2021-10-27T00:55:30.186Z] Removing intermediate container 2f22f1cbe356 [2021-10-27T00:55:30.186Z] ---> b7fd8bf0eba7 [2021-10-27T00:55:30.186Z] Step 12/20 : WORKDIR /edgex [2021-10-27T00:55:30.449Z] ---> c8f9e5f32a67 [2021-10-27T00:55:30.449Z] 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-27T00:55:30.449Z] ---> Running in 286ae2a5b776 [2021-10-27T00:55:30.449Z] ---> Running in f6b83da99807 [2021-10-27T00:55:30.715Z] Removing intermediate container f6b83da99807 [2021-10-27T00:55:30.715Z] ---> 2a9c29675e1d [2021-10-27T00:55:30.715Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-10-27T00:55:30.978Z] Removing intermediate container 286ae2a5b776 [2021-10-27T00:55:30.978Z] ---> 04b307aa90d0 [2021-10-27T00:55:30.978Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-27T00:55:30.978Z] ---> e1dd1bb594ad [2021-10-27T00:55:30.978Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-10-27T00:55:30.978Z] Removing intermediate container 6383837c278f [2021-10-27T00:55:30.978Z] ---> 0615d4ccc8ac [2021-10-27T00:55:30.978Z] [2021-10-27T00:55:30.978Z] Step 11/23 : FROM alpine:3.14 [2021-10-27T00:55:30.978Z] ---> 14119a10abf4 [2021-10-27T00:55:30.978Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-10-27T00:55:30.978Z] ---> Using cache [2021-10-27T00:55:30.978Z] ---> 2c2bb5aa10ce [2021-10-27T00:55:30.978Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-27T00:55:30.978Z] ---> Using cache [2021-10-27T00:55:30.978Z] ---> a8c45742209a [2021-10-27T00:55:30.978Z] Step 14/23 : ENV APP_PORT=59861 [2021-10-27T00:55:30.978Z] ---> 666f240a07e0 [2021-10-27T00:55:30.978Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-10-27T00:55:30.978Z] ---> Running in c124d1c9f48a [2021-10-27T00:55:31.250Z] ---> 356f0bb04794 [2021-10-27T00:55:31.250Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-10-27T00:55:31.250Z] ---> f63be1fb98e7 [2021-10-27T00:55:31.250Z] 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-27T00:55:31.250Z] Removing intermediate container c124d1c9f48a [2021-10-27T00:55:31.250Z] ---> e910405ff806 [2021-10-27T00:55:31.250Z] Step 15/23 : EXPOSE $APP_PORT [2021-10-27T00:55:31.520Z] ---> Running in 5a1a3be97a04 [2021-10-27T00:55:31.520Z] ---> 3453c2c826c2 [2021-10-27T00:55:31.520Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-10-27T00:55:31.520Z] ---> 05cb654ec2be [2021-10-27T00:55:31.520Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-10-27T00:55:31.520Z] ---> ac38956cbbf4 [2021-10-27T00:55:31.520Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-10-27T00:55:31.520Z] Removing intermediate container 5a1a3be97a04 [2021-10-27T00:55:31.520Z] ---> 7949ddd4f675 [2021-10-27T00:55:31.520Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-27T00:55:31.786Z] ---> 9e9fead14c77 [2021-10-27T00:55:31.786Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-10-27T00:55:32.051Z] ---> Running in 1f6b389bd049 [2021-10-27T00:55:32.051Z] ---> ca39085a02a5 [2021-10-27T00:55:32.051Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-10-27T00:55:32.051Z] ---> ba527e3ba33c [2021-10-27T00:55:32.051Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-10-27T00:55:32.051Z] ---> 8ded30cad204 [2021-10-27T00:55:32.051Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-10-27T00:55:32.311Z] ---> Running in 3200cea18415 [2021-10-27T00:55:32.311Z] Removing intermediate container 1f6b389bd049 [2021-10-27T00:55:32.311Z] ---> 70675b06ad39 [2021-10-27T00:55:32.311Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-27T00:55:32.311Z] ---> Running in 1a5bb4bc7a5d [2021-10-27T00:55:32.578Z] Removing intermediate container 3200cea18415 [2021-10-27T00:55:32.578Z] ---> 394390250609 [2021-10-27T00:55:32.578Z] Step 17/20 : CMD ["--init=true"] [2021-10-27T00:55:32.578Z] ---> Running in 79ee783e2112 [2021-10-27T00:55:32.578Z] ---> fd67dc606dfa [2021-10-27T00:55:32.578Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-10-27T00:55:32.578Z] Removing intermediate container 1a5bb4bc7a5d [2021-10-27T00:55:32.578Z] ---> 93fa8bcda141 [2021-10-27T00:55:32.578Z] Step 20/22 : LABEL arch=x86_64 [2021-10-27T00:55:32.841Z] ---> d71203aea5ce [2021-10-27T00:55:32.841Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-10-27T00:55:32.841Z] ---> Running in 69aaba0982ec [2021-10-27T00:55:32.841Z] Removing intermediate container 79ee783e2112 [2021-10-27T00:55:32.841Z] ---> 22dcfe72cf85 [2021-10-27T00:55:32.841Z] Step 18/20 : LABEL arch=x86_64 [2021-10-27T00:55:32.841Z] ---> 5312cb2e7ae6 [2021-10-27T00:55:32.841Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-10-27T00:55:32.841Z] ---> Running in 8509e53ac23b [2021-10-27T00:55:32.841Z] ---> Running in b65148c53c26 [2021-10-27T00:55:32.841Z] Removing intermediate container 69aaba0982ec [2021-10-27T00:55:32.841Z] ---> b90dbb5dfaff [2021-10-27T00:55:32.841Z] Step 21/22 : LABEL git_sha=57c5767fd0b868d7175fad6103c897990ecf9e81 [2021-10-27T00:55:33.102Z] ---> 0b55a3f5d8fe [2021-10-27T00:55:33.102Z] 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-27T00:55:33.102Z] ---> Running in a970f7c2e1ba [2021-10-27T00:55:33.102Z] Removing intermediate container 8509e53ac23b [2021-10-27T00:55:33.102Z] ---> cf405bd25a32 [2021-10-27T00:55:33.102Z] Step 19/20 : LABEL git_sha=57c5767fd0b868d7175fad6103c897990ecf9e81 [2021-10-27T00:55:33.102Z] ---> Running in 79e948a87372 [2021-10-27T00:55:33.102Z] Removing intermediate container b65148c53c26 [2021-10-27T00:55:33.102Z] ---> 647636ef4e91 [2021-10-27T00:55:33.102Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-27T00:55:33.102Z] ---> Running in 75a801b6779c [2021-10-27T00:55:33.102Z] ---> Running in 69ec325c03f6 [2021-10-27T00:55:33.102Z] Removing intermediate container a970f7c2e1ba [2021-10-27T00:55:33.102Z] ---> e69850c9ee17 [2021-10-27T00:55:33.102Z] Step 22/22 : LABEL version=0.0.0 [2021-10-27T00:55:33.368Z] ---> Running in a7969e118af6 [2021-10-27T00:55:33.368Z] Removing intermediate container 75a801b6779c [2021-10-27T00:55:33.368Z] ---> 44fc820060c0 [2021-10-27T00:55:33.368Z] Step 20/20 : LABEL version=0.0.0 [2021-10-27T00:55:33.368Z] Removing intermediate container 69ec325c03f6 [2021-10-27T00:55:33.368Z] ---> 0da2f0ac8f9f [2021-10-27T00:55:33.368Z] Step 21/23 : LABEL arch=x86_64 [2021-10-27T00:55:33.368Z] ---> Running in 648e3e027f44 [2021-10-27T00:55:33.368Z] ---> Running in 15c2243c5ea5 [2021-10-27T00:55:33.368Z] Removing intermediate container a7969e118af6 [2021-10-27T00:55:33.368Z] ---> ba23ec331d5e [2021-10-27T00:55:33.368Z] [2021-10-27T00:55:33.658Z] Successfully built ba23ec331d5e [2021-10-27T00:55:33.658Z] Successfully tagged core-command:latest [2021-10-27T00:55:33.658Z] Building core-metadata [2021-10-27T00:55:33.658Z]  Building core-command ... done Removing intermediate container 648e3e027f44 [2021-10-27T00:55:33.658Z] ---> 77c1f312fb11 [2021-10-27T00:55:33.658Z] [2021-10-27T00:55:33.658Z] Removing intermediate container 15c2243c5ea5 [2021-10-27T00:55:33.658Z] ---> 445a470c76c6 [2021-10-27T00:55:33.658Z] Step 22/23 : LABEL git_sha=57c5767fd0b868d7175fad6103c897990ecf9e81 [2021-10-27T00:55:33.658Z] Successfully built 77c1f312fb11 [2021-10-27T00:55:33.658Z] Successfully tagged security-proxy-setup:latest [2021-10-27T00:55:33.658Z]  Building security-proxy-setup ... done Building security-bootstrapper [2021-10-27T00:55:34.599Z] ---> Running in 3c6c09d73d1d [2021-10-27T00:55:34.861Z] Removing intermediate container 3c6c09d73d1d [2021-10-27T00:55:34.861Z] ---> 0babd8b001a1 [2021-10-27T00:55:34.861Z] Step 23/23 : LABEL version=0.0.0 [2021-10-27T00:55:35.428Z] Removing intermediate container 79e948a87372 [2021-10-27T00:55:35.428Z] ---> 0151147cab6b [2021-10-27T00:55:35.428Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-10-27T00:55:36.001Z] ---> Running in e300cc0cf5dd [2021-10-27T00:55:36.001Z] ---> Running in 5880c8a83a86 [2021-10-27T00:55:36.262Z] Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd [2021-10-27T00:55:36.262Z] Status: Downloaded newer image for docker:20.10.8 [2021-10-27T00:55:36.262Z] ---> bc6c0ffef665 [2021-10-27T00:55:36.262Z] 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-27T00:55:36.523Z] Removing intermediate container e300cc0cf5dd [2021-10-27T00:55:36.523Z] ---> 7f8dd0d93d12 [2021-10-27T00:55:36.523Z] [2021-10-27T00:55:36.523Z] Removing intermediate container 5880c8a83a86 [2021-10-27T00:55:36.523Z] ---> 6665cc862b75 [2021-10-27T00:55:36.523Z] Step 22/24 : LABEL arch=x86_64 [2021-10-27T00:55:36.523Z] ---> Running in 232ce9117bd0 [2021-10-27T00:55:36.523Z] Successfully built 7f8dd0d93d12 [2021-10-27T00:55:36.523Z] Successfully tagged support-scheduler:latest [2021-10-27T00:55:36.523Z]  Building support-scheduler ... done Building support-notifications [2021-10-27T00:55:36.523Z] ---> Running in fe84c388c065 [2021-10-27T00:55:36.783Z] Removing intermediate container 232ce9117bd0 [2021-10-27T00:55:36.783Z] ---> ae1764279423 [2021-10-27T00:55:36.783Z] 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-27T00:55:38.184Z] Removing intermediate container fe84c388c065 [2021-10-27T00:55:38.184Z] ---> 333fb88e0440 [2021-10-27T00:55:38.185Z] Step 23/24 : LABEL git_sha=57c5767fd0b868d7175fad6103c897990ecf9e81 [2021-10-27T00:55:39.569Z] ---> Running in 36562e937abd [2021-10-27T00:55:39.569Z] ---> Running in 94e51ad34cac [2021-10-27T00:55:40.949Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T00:55:40.949Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-10-27T00:55:40.949Z] ---> 657827f53dae [2021-10-27T00:55:40.949Z] Step 3/21 : WORKDIR /edgex-go [2021-10-27T00:55:40.949Z] ---> Using cache [2021-10-27T00:55:40.949Z] ---> d48c26a5f257 [2021-10-27T00:55:40.949Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T00:55:40.949Z] ---> Using cache [2021-10-27T00:55:40.949Z] ---> 2606ec8cac1a [2021-10-27T00:55:40.949Z] Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates [2021-10-27T00:55:42.329Z] Removing intermediate container 94e51ad34cac [2021-10-27T00:55:42.329Z] ---> 07b7fdcc71e1 [2021-10-27T00:55:42.329Z] Step 24/24 : LABEL version=0.0.0 [2021-10-27T00:55:42.329Z] ---> Running in 2320f58d2868 [2021-10-27T00:55:42.587Z] ---> Running in dcd20050895c [2021-10-27T00:55:43.528Z] Removing intermediate container dcd20050895c [2021-10-27T00:55:43.528Z] ---> b38e3722635a [2021-10-27T00:55:43.528Z] [2021-10-27T00:55:43.528Z] Successfully built b38e3722635a [2021-10-27T00:55:43.528Z] Successfully tagged security-secretstore-setup:latest [2021-10-27T00:55:43.528Z] Building core-data [2021-10-27T00:55:43.789Z]  Building security-secretstore-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-27T00:55:43.789Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T00:55:44.841Z] (1/42) Installing readline (8.1.0-r0) [2021-10-27T00:55:44.841Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-27T00:55:44.841Z] (2/42) Installing bash (5.1.4-r0) [2021-10-27T00:55:44.841Z] Executing bash-5.1.4-r0.post-install [2021-10-27T00:55:44.841Z] (3/42) Installing brotli-libs (1.0.9-r5) [2021-10-27T00:55:44.841Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2021-10-27T00:55:44.841Z] (5/42) Installing libcurl (7.79.1-r0) [2021-10-27T00:55:44.841Z] (6/42) Installing curl (7.79.1-r0) [2021-10-27T00:55:44.841Z] (7/42) Installing dumb-init (1.2.5-r1) [2021-10-27T00:55:44.841Z] (8/42) Installing libbz2 (1.0.8-r1) [2021-10-27T00:55:44.841Z] (9/42) Installing expat (2.4.1-r0) [2021-10-27T00:55:44.841Z] (10/42) Installing libffi (3.3-r2) [2021-10-27T00:55:44.841Z] (11/42) Installing gdbm (1.19-r0) [2021-10-27T00:55:44.841Z] (12/42) Installing xz-libs (5.2.5-r0) [2021-10-27T00:55:44.841Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2021-10-27T00:55:44.841Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-27T00:55:44.841Z] (15/42) Installing mpdecimal (2.5.1-r1) [2021-10-27T00:55:44.841Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2021-10-27T00:55:44.841Z] (17/42) Installing python3 (3.9.5-r1) [2021-10-27T00:55:45.435Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T00:55:45.435Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2021-10-27T00:55:45.435Z] (19/42) Installing py3-chardet (4.0.0-r2) [2021-10-27T00:55:45.435Z] (20/42) Installing py3-idna (3.2-r0) [2021-10-27T00:55:45.435Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2021-10-27T00:55:45.435Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2021-10-27T00:55:45.435Z] (23/42) Installing py3-requests (2.25.1-r4) [2021-10-27T00:55:45.698Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2021-10-27T00:55:45.698Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2021-10-27T00:55:45.698Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2021-10-27T00:55:45.958Z] OK: 220 MiB in 52 packages [2021-10-27T00:55:46.223Z] (27/42) Installing py3-colorama (0.4.4-r1) [2021-10-27T00:55:46.224Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2021-10-27T00:55:46.224Z] (29/42) Installing py3-distlib (0.3.1-r3) [2021-10-27T00:55:46.493Z] (30/42) Installing py3-distro (1.5.0-r3) [2021-10-27T00:55:46.493Z] (31/42) Installing py3-six (1.15.0-r1) [2021-10-27T00:55:46.493Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2021-10-27T00:55:46.493Z] (33/42) Installing py3-html5lib (1.1-r1) [2021-10-27T00:55:46.493Z] (34/42) Installing py3-parsing (2.4.7-r2) [2021-10-27T00:55:46.493Z] (35/42) Installing py3-packaging (20.9-r1) [2021-10-27T00:55:46.493Z] (36/42) Installing py3-toml (0.10.2-r2) [2021-10-27T00:55:46.493Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2021-10-27T00:55:46.493Z] (38/42) Installing py3-progress (1.5-r2) [2021-10-27T00:55:46.493Z] (39/42) Installing py3-retrying (1.3.3-r1) [2021-10-27T00:55:46.493Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2021-10-27T00:55:46.493Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2021-10-27T00:55:46.493Z] (42/42) Installing py3-pip (20.3.4-r1) [2021-10-27T00:55:47.881Z] Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T00:55:47.881Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-10-27T00:55:47.881Z] ---> 657827f53dae [2021-10-27T00:55:47.881Z] Step 3/30 : WORKDIR /edgex-go [2021-10-27T00:55:47.881Z] ---> Using cache [2021-10-27T00:55:47.881Z] ---> d48c26a5f257 [2021-10-27T00:55:47.881Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T00:55:47.881Z] ---> Using cache [2021-10-27T00:55:47.881Z] ---> 2606ec8cac1a [2021-10-27T00:55:47.881Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-10-27T00:55:47.881Z] ---> Using cache [2021-10-27T00:55:47.881Z] ---> ee699c4fc6f8 [2021-10-27T00:55:47.881Z] Step 6/30 : COPY . . [2021-10-27T00:55:48.455Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T00:55:48.715Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T00:55:48.715Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-27T00:55:48.715Z] ---> 657827f53dae [2021-10-27T00:55:48.715Z] Step 3/22 : WORKDIR /edgex-go [2021-10-27T00:55:48.715Z] ---> Using cache [2021-10-27T00:55:48.715Z] ---> d48c26a5f257 [2021-10-27T00:55:48.715Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T00:55:48.715Z] ---> Using cache [2021-10-27T00:55:48.715Z] ---> 2606ec8cac1a [2021-10-27T00:55:48.715Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-10-27T00:55:48.981Z] OK: 84 MiB in 64 packages [2021-10-27T00:55:50.894Z] Collecting docker-compose==1.23.2 [2021-10-27T00:55:50.894Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-10-27T00:55:50.894Z] Collecting docker<4.0,>=3.6.0 [2021-10-27T00:55:50.894Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-10-27T00:55:50.894Z] Collecting texttable<0.10,>=0.9.0 [2021-10-27T00:55:50.894Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-10-27T00:55:51.159Z] Collecting websocket-client<1.0,>=0.32.0 [2021-10-27T00:55:51.159Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-10-27T00:55:51.159Z] 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-27T00:55:51.159Z] Collecting cached-property<2,>=1.2.0 [2021-10-27T00:55:51.159Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-10-27T00:55:51.431Z] Collecting dockerpty<0.5,>=0.4.1 [2021-10-27T00:55:51.431Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-10-27T00:55:51.694Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-10-27T00:55:51.694Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-10-27T00:55:51.694Z] Collecting docopt<0.7,>=0.6.1 [2021-10-27T00:55:51.694Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-10-27T00:55:52.637Z] Collecting jsonschema<3,>=2.5.1 [2021-10-27T00:55:52.637Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-10-27T00:55:52.637Z] Collecting PyYAML<4,>=3.10 [2021-10-27T00:55:52.637Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-10-27T00:55:53.205Z] Collecting docker-pycreds>=0.4.0 [2021-10-27T00:55:53.205Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-10-27T00:55:53.472Z] Collecting chardet<3.1.0,>=3.0.2 [2021-10-27T00:55:53.472Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-10-27T00:55:53.472Z] Collecting idna<2.8,>=2.5 [2021-10-27T00:55:53.472Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-10-27T00:55:53.472Z] Collecting urllib3<1.25,>=1.21.1 [2021-10-27T00:55:53.472Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-10-27T00:55:53.472Z] 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-27T00:55:53.472Z] ---> Running in 2bb84e7a068c [2021-10-27T00:55:53.739Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-10-27T00:55:53.739Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-10-27T00:55:53.739Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-10-27T00:55:53.739Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-10-27T00:55:53.739Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-10-27T00:55:53.739Z] Attempting uninstall: urllib3 [2021-10-27T00:55:53.739Z] Found existing installation: urllib3 1.26.5 [2021-10-27T00:55:53.739Z] Uninstalling urllib3-1.26.5: [2021-10-27T00:55:53.739Z] ---> 0c2a761ed2b2 [2021-10-27T00:55:53.739Z] Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T00:55:53.739Z] Successfully uninstalled urllib3-1.26.5 [2021-10-27T00:55:54.004Z] Removing intermediate container 2320f58d2868 [2021-10-27T00:55:54.004Z] ---> 78cd08b71ffe [2021-10-27T00:55:54.004Z] Step 6/21 : COPY . . [2021-10-27T00:55:54.004Z] ---> Running in 7ff66b036263 [2021-10-27T00:55:54.004Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-27T00:55:54.004Z] Attempting uninstall: idna [2021-10-27T00:55:54.004Z] Found existing installation: idna 3.2 [2021-10-27T00:55:54.004Z] Uninstalling idna-3.2: [2021-10-27T00:55:54.004Z] Successfully uninstalled idna-3.2 [2021-10-27T00:55:54.279Z] Attempting uninstall: chardet [2021-10-27T00:55:54.279Z] Found existing installation: chardet 4.0.0 [2021-10-27T00:55:54.279Z] Uninstalling chardet-4.0.0: [2021-10-27T00:55:54.279Z] Successfully uninstalled chardet-4.0.0 [2021-10-27T00:55:54.585Z] Attempting uninstall: requests [2021-10-27T00:55:54.585Z] Found existing installation: requests 2.25.1 [2021-10-27T00:55:54.585Z] Uninstalling requests-2.25.1: [2021-10-27T00:55:54.585Z] Successfully uninstalled requests-2.25.1 [2021-10-27T00:55:54.872Z] Running setup.py install for texttable: started [2021-10-27T00:55:54.872Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T00:55:55.148Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T00:55:55.148Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-27T00:55:55.148Z] ---> 657827f53dae [2021-10-27T00:55:55.148Z] Step 3/22 : WORKDIR /edgex-go [2021-10-27T00:55:55.148Z] ---> Using cache [2021-10-27T00:55:55.148Z] ---> d48c26a5f257 [2021-10-27T00:55:55.148Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T00:55:55.148Z] ---> Using cache [2021-10-27T00:55:55.148Z] ---> 2606ec8cac1a [2021-10-27T00:55:55.148Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-10-27T00:55:55.148Z] ---> Using cache [2021-10-27T00:55:55.148Z] ---> ee699c4fc6f8 [2021-10-27T00:55:55.148Z] Step 6/22 : COPY . . [2021-10-27T00:55:55.148Z] ---> Using cache [2021-10-27T00:55:55.148Z] ---> 0c2a761ed2b2 [2021-10-27T00:55:55.148Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T00:55:55.425Z] OK: 220 MiB in 52 packages [2021-10-27T00:55:55.425Z] Running setup.py install for texttable: finished with status 'done' [2021-10-27T00:55:55.425Z] Running setup.py install for PyYAML: started [2021-10-27T00:55:56.821Z] Running setup.py install for PyYAML: finished with status 'done' [2021-10-27T00:55:56.821Z] ---> Running in 456180acfb5c [2021-10-27T00:55:56.821Z] Running setup.py install for docopt: started [2021-10-27T00:55:57.128Z] Running setup.py install for docopt: finished with status 'done' [2021-10-27T00:55:57.128Z] Running setup.py install for dockerpty: started [2021-10-27T00:55:57.128Z] Removing intermediate container 7ff66b036263 [2021-10-27T00:55:57.128Z] ---> aabbb349e6a2 [2021-10-27T00:55:57.128Z] Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-10-27T00:55:57.424Z] ---> Running in 65745af69b61 [2021-10-27T00:55:57.424Z] Removing intermediate container 2bb84e7a068c [2021-10-27T00:55:57.424Z] ---> b33be6e8d03f [2021-10-27T00:55:57.424Z] Step 6/22 : COPY . . [2021-10-27T00:55:57.424Z] Running setup.py install for dockerpty: finished with status 'done' [2021-10-27T00:55:58.204Z] 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-27T00:55:58.780Z] 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-27T00:55:59.737Z] Removing intermediate container 456180acfb5c [2021-10-27T00:55:59.737Z] ---> fae28d250224 [2021-10-27T00:55:59.737Z] Step 8/22 : RUN make cmd/core-metadata/core-metadata [2021-10-27T00:56:00.315Z] ---> Running in 561cec940f79 [2021-10-27T00:56:00.919Z] ---> 1d71a6803d07 [2021-10-27T00:56:00.919Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T00:56:00.919Z] ---> Running in 3420aee43bb0 [2021-10-27T00:56:01.193Z] 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-27T00:56:04.618Z] Removing intermediate container 3420aee43bb0 [2021-10-27T00:56:04.618Z] ---> f8b3d3ef24da [2021-10-27T00:56:04.618Z] Step 8/21 : RUN make cmd/support-notifications/support-notifications [2021-10-27T00:56:04.618Z] ---> Running in 0ac7d1af1943 [2021-10-27T00:56:04.894Z] 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-27T00:56:05.186Z] Removing intermediate container 36562e937abd [2021-10-27T00:56:05.186Z] ---> c3c0e5ddfd62 [2021-10-27T00:56:05.186Z] Step 13/22 : ENV APP_PORT=58890 [2021-10-27T00:56:05.465Z] ---> Running in 6a71f146cf4f [2021-10-27T00:56:06.066Z] Removing intermediate container 6a71f146cf4f [2021-10-27T00:56:06.066Z] ---> 4665460ee83d [2021-10-27T00:56:06.066Z] Step 14/22 : EXPOSE $APP_PORT [2021-10-27T00:56:06.066Z] ---> Running in 032d90796935 [2021-10-27T00:56:06.343Z] Removing intermediate container 032d90796935 [2021-10-27T00:56:06.343Z] ---> f5e09ad73bdf [2021-10-27T00:56:06.343Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-10-27T00:56:07.324Z] ---> 5ec4863d4a13 [2021-10-27T00:56:07.324Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-10-27T00:56:07.324Z] ---> bfeeaad0fe79 [2021-10-27T00:56:07.324Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T00:56:07.324Z] ---> Running in 61ee06c393c8 [2021-10-27T00:56:07.597Z] ---> ef3665ce1475 [2021-10-27T00:56:07.597Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-10-27T00:56:07.866Z] ---> dc2190816208 [2021-10-27T00:56:07.866Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-10-27T00:56:07.866Z] ---> Running in f76badc49957 [2021-10-27T00:56:08.135Z] Removing intermediate container f76badc49957 [2021-10-27T00:56:08.135Z] ---> a09ca9a99b0a [2021-10-27T00:56:08.136Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-27T00:56:08.136Z] ---> Running in 62e308bfc9e4 [2021-10-27T00:56:08.404Z] Removing intermediate container 62e308bfc9e4 [2021-10-27T00:56:08.404Z] ---> 1ed26b796f90 [2021-10-27T00:56:08.404Z] Step 20/22 : LABEL arch=x86_64 [2021-10-27T00:56:08.404Z] ---> Running in 196043441d4e [2021-10-27T00:56:08.669Z] Removing intermediate container 196043441d4e [2021-10-27T00:56:08.669Z] ---> f2566e6bbfb1 [2021-10-27T00:56:08.669Z] Step 21/22 : LABEL git_sha=57c5767fd0b868d7175fad6103c897990ecf9e81 [2021-10-27T00:56:08.669Z] ---> Running in ebeba8759cae [2021-10-27T00:56:08.669Z] Removing intermediate container ebeba8759cae [2021-10-27T00:56:08.669Z] ---> 083a1b10effd [2021-10-27T00:56:08.669Z] Step 22/22 : LABEL version=0.0.0 [2021-10-27T00:56:08.944Z] ---> Running in 217d049e8ce7 [2021-10-27T00:56:08.944Z] Removing intermediate container 217d049e8ce7 [2021-10-27T00:56:08.944Z] ---> 913ff861cfd2 [2021-10-27T00:56:08.944Z] [2021-10-27T00:56:09.212Z] Successfully built 913ff861cfd2 [2021-10-27T00:56:09.212Z] Successfully tagged sys-mgmt-agent:latest [2021-10-27T00:56:09.212Z]  Building sys-mgmt-agent ... done Removing intermediate container 61ee06c393c8 [2021-10-27T00:56:09.212Z] ---> d1229ab06fdf [2021-10-27T00:56:09.212Z] Step 8/22 : RUN make cmd/core-data/core-data [2021-10-27T00:56:09.212Z] ---> Running in 63e28d33f6c7 [2021-10-27T00:56:09.806Z] 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-27T00:56:17.314Z] Removing intermediate container 376a3057ed14 [2021-10-27T00:56:17.314Z] ---> fdbc1eac993e [2021-10-27T00:56:17.314Z] Successfully built fdbc1eac993e [2021-10-27T00:56:17.314Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-27T00:56:17.665Z] + docker inspect -f . ci-base-image-arm64 [2021-10-27T00:56:17.665Z] . [Pipeline] withDockerContainer [2021-10-27T00:56:17.961Z] prd-ubuntu18.04-docker-arm64-4c-16g-2150 does not seem to be running inside a container [2021-10-27T00:56:18.064Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-10-27T00:56:19.874Z] $ docker top b0a640e749b392ab3fb0b0615e6e7a0af70fa51720c75fe1aa89108bdfb35a66 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-27T00:56:20.902Z] + go version [2021-10-27T00:56:20.902Z] go version go1.16.8 linux/arm64 [Pipeline] } [2021-10-27T00:56:20.929Z] $ docker stop --time=1 b0a640e749b392ab3fb0b0615e6e7a0af70fa51720c75fe1aa89108bdfb35a66 [2021-10-27T00:56:22.789Z] $ docker rm -f b0a640e749b392ab3fb0b0615e6e7a0af70fa51720c75fe1aa89108bdfb35a66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-27T00:56:23.562Z] + docker inspect -f . ci-base-image-arm64 [2021-10-27T00:56:23.562Z] . [Pipeline] withDockerContainer [2021-10-27T00:56:23.878Z] prd-ubuntu18.04-docker-arm64-4c-16g-2150 does not seem to be running inside a container [2021-10-27T00:56:23.980Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-10-27T00:56:25.674Z] $ docker top ed1b8113e280337d935e0934bc3e89b6b175de1ec2e6ee2ddc3dccf45e516604 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-10-27T00:56:26.062Z] ========================================================= [2021-10-27T00:56:26.062Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-10-27T00:56:26.062Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-10-27T00:56:26.725Z] + make test [2021-10-27T00:56:26.725Z] go mod tidy [2021-10-27T00:56:27.715Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-10-27T00:56:31.874Z] Removing intermediate container 65745af69b61 [2021-10-27T00:56:31.874Z] ---> 859c0e2eed6e [2021-10-27T00:56:31.874Z] [2021-10-27T00:56:31.874Z] Step 9/30 : FROM alpine:3.14 [2021-10-27T00:56:31.874Z] ---> 14119a10abf4 [2021-10-27T00:56:31.874Z] Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-10-27T00:56:31.874Z] ---> Running in 1b88c81e7dde [2021-10-27T00:56:31.874Z] Removing intermediate container 1b88c81e7dde [2021-10-27T00:56:31.874Z] ---> b17aaa4b822f [2021-10-27T00:56:31.874Z] Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-10-27T00:56:31.874Z] ---> Running in 465c6235d736 [2021-10-27T00:56:31.874Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-27T00:56:31.874Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T00:56:31.874Z] (1/2) Installing dumb-init (1.2.5-r1) [2021-10-27T00:56:31.874Z] (2/2) Installing su-exec (0.2-r1) [2021-10-27T00:56:31.874Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T00:56:31.874Z] OK: 6 MiB in 16 packages [2021-10-27T00:56:31.874Z] Removing intermediate container 465c6235d736 [2021-10-27T00:56:31.874Z] ---> 9f216a00ea12 [2021-10-27T00:56:31.874Z] Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-10-27T00:56:31.874Z] ---> Running in 46305b155680 [2021-10-27T00:56:31.874Z] Removing intermediate container 46305b155680 [2021-10-27T00:56:31.874Z] ---> ce26ef99cc02 [2021-10-27T00:56:31.874Z] Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-10-27T00:56:31.874Z] ---> Running in 008b8a03ca8d [2021-10-27T00:56:31.874Z] Removing intermediate container 008b8a03ca8d [2021-10-27T00:56:31.874Z] ---> 1cefc25ce022 [2021-10-27T00:56:31.874Z] Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-10-27T00:56:31.874Z] ---> Running in 3474f44fe543 [2021-10-27T00:56:31.874Z] Removing intermediate container 3474f44fe543 [2021-10-27T00:56:31.874Z] ---> 3bf2ba2a4010 [2021-10-27T00:56:31.874Z] Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-10-27T00:56:31.874Z] ---> Running in 6b04b5782039 [2021-10-27T00:56:31.874Z] Removing intermediate container 6b04b5782039 [2021-10-27T00:56:31.874Z] ---> 7de475dfa4e6 [2021-10-27T00:56:31.874Z] Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-10-27T00:56:31.874Z] ---> e8ca550f7dee [2021-10-27T00:56:31.874Z] Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-10-27T00:56:31.874Z] ---> Running in c7414c411446 [2021-10-27T00:56:33.264Z] Removing intermediate container c7414c411446 [2021-10-27T00:56:33.264Z] ---> ed34ac788243 [2021-10-27T00:56:33.264Z] Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-27T00:56:33.264Z] ---> 297f777a4638 [2021-10-27T00:56:33.264Z] Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-10-27T00:56:33.834Z] ---> 7a3e12ecc4c0 [2021-10-27T00:56:33.834Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-10-27T00:56:34.095Z] ---> 171c3ecffc7d [2021-10-27T00:56:34.095Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-10-27T00:56:34.095Z] ---> 8519331081a2 [2021-10-27T00:56:34.095Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-10-27T00:56:34.361Z] ---> a108df8c5ef1 [2021-10-27T00:56:34.361Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-10-27T00:56:35.310Z] ---> Running in afb857ba416f [2021-10-27T00:56:35.575Z] Removing intermediate container afb857ba416f [2021-10-27T00:56:35.575Z] ---> dd02159c2c9b [2021-10-27T00:56:35.575Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-10-27T00:56:36.197Z] ---> c3183287a545 [2021-10-27T00:56:36.197Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-10-27T00:56:36.457Z] ---> Running in 3307bd6abb86 [2021-10-27T00:56:36.457Z] Removing intermediate container 561cec940f79 [2021-10-27T00:56:36.457Z] ---> d8475cf76156 [2021-10-27T00:56:36.457Z] [2021-10-27T00:56:36.457Z] Step 9/22 : FROM alpine:3.14 [2021-10-27T00:56:36.457Z] ---> 14119a10abf4 [2021-10-27T00:56:36.457Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-10-27T00:56:36.457Z] ---> Using cache [2021-10-27T00:56:36.457Z] ---> 2c2bb5aa10ce [2021-10-27T00:56:36.457Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-27T00:56:36.457Z] ---> Using cache [2021-10-27T00:56:36.457Z] ---> a8c45742209a [2021-10-27T00:56:36.457Z] Step 12/22 : ENV APP_PORT=59881 [2021-10-27T00:56:36.457Z] ---> Running in 83946667fce5 [2021-10-27T00:56:36.738Z] Removing intermediate container 83946667fce5 [2021-10-27T00:56:36.738Z] ---> cadf3badd621 [2021-10-27T00:56:36.738Z] Step 13/22 : EXPOSE $APP_PORT [2021-10-27T00:56:37.014Z] ---> Running in fed589cb234f [2021-10-27T00:56:37.014Z] Removing intermediate container fed589cb234f [2021-10-27T00:56:37.014Z] ---> 9e59042aa399 [2021-10-27T00:56:37.014Z] Step 14/22 : WORKDIR / [2021-10-27T00:56:37.323Z] ---> Running in 3a74b0f21b5f [2021-10-27T00:56:37.904Z] Removing intermediate container 3a74b0f21b5f [2021-10-27T00:56:37.904Z] ---> 7e885ce2b888 [2021-10-27T00:56:37.904Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-27T00:56:37.904Z] Removing intermediate container 3307bd6abb86 [2021-10-27T00:56:37.904Z] ---> 48957eb44393 [2021-10-27T00:56:37.904Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-10-27T00:56:37.904Z] Removing intermediate container 0ac7d1af1943 [2021-10-27T00:56:37.904Z] ---> 40a754ed0120 [2021-10-27T00:56:37.904Z] [2021-10-27T00:56:37.904Z] Step 9/21 : FROM alpine:3.14 [2021-10-27T00:56:37.904Z] ---> 14119a10abf4 [2021-10-27T00:56:37.904Z] Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-10-27T00:56:37.904Z] ---> Running in f60b0a07fb28 [2021-10-27T00:56:37.904Z] ---> Running in 7760cfd6961b [2021-10-27T00:56:37.904Z] ---> 0964c445462a [2021-10-27T00:56:37.904Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-10-27T00:56:38.178Z] Removing intermediate container f60b0a07fb28 [2021-10-27T00:56:38.178Z] ---> 62f0337a3494 [2021-10-27T00:56:38.178Z] Step 27/30 : CMD ["gate"] [2021-10-27T00:56:38.445Z] ---> Running in 07f202dfbe1d [2021-10-27T00:56:38.707Z] ---> 82763b292ca2 [2021-10-27T00:56:38.707Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-10-27T00:56:38.707Z] Removing intermediate container 07f202dfbe1d [2021-10-27T00:56:38.707Z] ---> c4113593535f [2021-10-27T00:56:38.707Z] Step 28/30 : LABEL arch=x86_64 [2021-10-27T00:56:38.707Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-27T00:56:38.707Z] ---> Running in b5c15fe8b588 [2021-10-27T00:56:38.707Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T00:56:38.968Z] ---> f7ed8bbe70e6 [2021-10-27T00:56:38.968Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-10-27T00:56:38.968Z] (1/2) Installing ca-certificates (20191127-r5) [2021-10-27T00:56:38.968Z] Removing intermediate container b5c15fe8b588 [2021-10-27T00:56:38.968Z] ---> f83a03e0d82b [2021-10-27T00:56:38.968Z] Step 29/30 : LABEL git_sha=57c5767fd0b868d7175fad6103c897990ecf9e81 [2021-10-27T00:56:38.968Z] (2/2) Installing dumb-init (1.2.5-r1) [2021-10-27T00:56:38.968Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T00:56:38.968Z] Executing ca-certificates-20191127-r5.trigger [2021-10-27T00:56:38.968Z] ---> Running in 887290ec7800 [2021-10-27T00:56:39.234Z] OK: 6 MiB in 16 packages [2021-10-27T00:56:39.234Z] ---> Running in 04276467cca0 [2021-10-27T00:56:39.234Z] Removing intermediate container 887290ec7800 [2021-10-27T00:56:39.234Z] ---> 2b3798656b2f [2021-10-27T00:56:39.234Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-27T00:56:39.234Z] ---> Running in 0ada1a96d40a [2021-10-27T00:56:39.234Z] Removing intermediate container 04276467cca0 [2021-10-27T00:56:39.234Z] ---> 2220fd7ac785 [2021-10-27T00:56:39.234Z] Step 30/30 : LABEL version=0.0.0 [2021-10-27T00:56:39.500Z] ---> Running in 4c7ba7be900b [2021-10-27T00:56:39.500Z] Removing intermediate container 0ada1a96d40a [2021-10-27T00:56:39.500Z] ---> a4d63bde9eed [2021-10-27T00:56:39.500Z] Step 20/22 : LABEL arch=x86_64 [2021-10-27T00:56:39.500Z] ---> Running in 66c2f27c2ddb [2021-10-27T00:56:39.500Z] Removing intermediate container 4c7ba7be900b [2021-10-27T00:56:39.500Z] ---> 3201ca38146e [2021-10-27T00:56:39.500Z] [2021-10-27T00:56:39.762Z] Successfully built 3201ca38146e [2021-10-27T00:56:39.762Z] Removing intermediate container 7760cfd6961b [2021-10-27T00:56:39.762Z] ---> 14e769d72053 [2021-10-27T00:56:39.762Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-27T00:56:39.762Z] Successfully tagged security-bootstrapper:latest [2021-10-27T00:56:39.762Z]  Building security-bootstrapper ... done Removing intermediate container 66c2f27c2ddb [2021-10-27T00:56:39.762Z] ---> ca92271cfc16 [2021-10-27T00:56:39.762Z] Step 21/22 : LABEL git_sha=57c5767fd0b868d7175fad6103c897990ecf9e81 [2021-10-27T00:56:39.762Z] ---> Running in 28c19477b9ec [2021-10-27T00:56:39.762Z] ---> Running in 0410cbce19cf [2021-10-27T00:56:39.762Z] Removing intermediate container 28c19477b9ec [2021-10-27T00:56:39.762Z] ---> ebb8b68a992a [2021-10-27T00:56:39.762Z] Step 12/21 : ENV APP_PORT=59860 [2021-10-27T00:56:40.020Z] Removing intermediate container 0410cbce19cf [2021-10-27T00:56:40.020Z] ---> 0804a27e24af [2021-10-27T00:56:40.020Z] Step 22/22 : LABEL version=0.0.0 [2021-10-27T00:56:40.020Z] ---> Running in 51fcb03f0998 [2021-10-27T00:56:40.020Z] ---> Running in 769253e0b5fa [2021-10-27T00:56:40.020Z] Removing intermediate container 51fcb03f0998 [2021-10-27T00:56:40.020Z] ---> 99cf54d8f19e [2021-10-27T00:56:40.020Z] Step 13/21 : EXPOSE $APP_PORT [2021-10-27T00:56:40.293Z] Removing intermediate container 769253e0b5fa [2021-10-27T00:56:40.293Z] ---> 08eb83cac2fe [2021-10-27T00:56:40.293Z] [2021-10-27T00:56:40.293Z] ---> Running in 6f82832fd344 [2021-10-27T00:56:40.293Z] Successfully built 08eb83cac2fe [2021-10-27T00:56:40.293Z] Successfully tagged core-metadata:latest [2021-10-27T00:56:40.293Z]  Building core-metadata ... done Removing intermediate container 6f82832fd344 [2021-10-27T00:56:40.293Z] ---> dd7a62048fdf [2021-10-27T00:56:40.293Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-27T00:56:40.558Z] ---> 41a0839b1e79 [2021-10-27T00:56:40.558Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-10-27T00:56:41.934Z] ---> 5af9920b2b4c [2021-10-27T00:56:41.934Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-10-27T00:56:42.193Z] ---> 41f3efbf37f5 [2021-10-27T00:56:42.193Z] Step 17/21 : ENTRYPOINT ["/support-notifications"] [2021-10-27T00:56:42.193Z] ---> Running in 7293e5c2ca43 [2021-10-27T00:56:42.452Z] Removing intermediate container 7293e5c2ca43 [2021-10-27T00:56:42.452Z] ---> d7cefdbb7f98 [2021-10-27T00:56:42.452Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-27T00:56:42.714Z] ---> Running in ac23c7880e91 [2021-10-27T00:56:42.714Z] Removing intermediate container 63e28d33f6c7 [2021-10-27T00:56:42.714Z] ---> 1d5537614c81 [2021-10-27T00:56:42.714Z] [2021-10-27T00:56:42.714Z] Step 9/22 : FROM alpine:3.14 [2021-10-27T00:56:42.714Z] ---> 14119a10abf4 [2021-10-27T00:56:42.714Z] Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-10-27T00:56:42.714Z] ---> Running in 1c381ae339e0 [2021-10-27T00:56:42.714Z] Removing intermediate container ac23c7880e91 [2021-10-27T00:56:42.714Z] ---> 3bc1814062e1 [2021-10-27T00:56:42.714Z] Step 19/21 : LABEL arch=x86_64 [2021-10-27T00:56:42.714Z] ---> Running in f113a91c1f13 [2021-10-27T00:56:42.714Z] Removing intermediate container 1c381ae339e0 [2021-10-27T00:56:42.714Z] ---> 3ffffc4b32bb [2021-10-27T00:56:42.714Z] Step 11/22 : ENV APP_PORT=59880 [2021-10-27T00:56:42.714Z] ---> Running in fa724e79a1f1 [2021-10-27T00:56:42.714Z] Removing intermediate container f113a91c1f13 [2021-10-27T00:56:42.714Z] ---> 3df091071d8f [2021-10-27T00:56:42.714Z] Step 20/21 : LABEL git_sha=57c5767fd0b868d7175fad6103c897990ecf9e81 [2021-10-27T00:56:42.977Z] Removing intermediate container fa724e79a1f1 [2021-10-27T00:56:42.977Z] ---> 975131b7a3b6 [2021-10-27T00:56:42.977Z] Step 12/22 : EXPOSE $APP_PORT [2021-10-27T00:56:42.977Z] ---> Running in 6444dbfe0938 [2021-10-27T00:56:42.977Z] ---> Running in dbb50f3d27c4 [2021-10-27T00:56:42.977Z] Removing intermediate container 6444dbfe0938 [2021-10-27T00:56:42.977Z] ---> a0e89ab83a85 [2021-10-27T00:56:42.977Z] Step 21/21 : LABEL version=0.0.0 [2021-10-27T00:56:42.977Z] Removing intermediate container dbb50f3d27c4 [2021-10-27T00:56:42.977Z] ---> f5ae6f98ea33 [2021-10-27T00:56:42.977Z] Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T00:56:42.977Z] ---> Running in 018e062a2e40 [2021-10-27T00:56:42.977Z] ---> Running in fafcbfcbfdaa [2021-10-27T00:56:42.977Z] Removing intermediate container 018e062a2e40 [2021-10-27T00:56:42.977Z] ---> 6a4a77381c3b [2021-10-27T00:56:42.977Z] [2021-10-27T00:56:43.237Z] Successfully built 6a4a77381c3b [2021-10-27T00:56:43.237Z] Successfully tagged support-notifications:latest [2021-10-27T00:56:43.511Z]  Building support-notifications ... done Removing intermediate container fafcbfcbfdaa [2021-10-27T00:56:43.511Z] ---> ca8326f4443f [2021-10-27T00:56:43.511Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2021-10-27T00:56:43.511Z] ---> Running in 0c4e0608a186 [2021-10-27T00:56:43.770Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-10-27T00:56:44.708Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-10-27T00:56:44.969Z] (1/6) Installing dumb-init (1.2.5-r1) [2021-10-27T00:56:44.969Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2021-10-27T00:56:45.227Z] (3/6) Installing libsodium (1.0.18-r0) [2021-10-27T00:56:45.227Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-27T00:56:45.227Z] (5/6) Installing libzmq (4.3.4-r0) [2021-10-27T00:56:45.487Z] (6/6) Installing zeromq (4.3.4-r0) [2021-10-27T00:56:45.487Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T00:56:45.487Z] OK: 8 MiB in 20 packages [2021-10-27T00:56:45.747Z] Removing intermediate container 0c4e0608a186 [2021-10-27T00:56:45.747Z] ---> 6dde1e464758 [2021-10-27T00:56:45.747Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-27T00:56:46.006Z] ---> 148267576c15 [2021-10-27T00:56:46.006Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-10-27T00:56:46.265Z] ---> 15ebd851ece8 [2021-10-27T00:56:46.265Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-10-27T00:56:46.265Z] ---> 1b8cf9105845 [2021-10-27T00:56:46.265Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2021-10-27T00:56:46.265Z] ---> Running in edcbb941fea2 [2021-10-27T00:56:46.527Z] Removing intermediate container edcbb941fea2 [2021-10-27T00:56:46.527Z] ---> 4cf0c048933b [2021-10-27T00:56:46.527Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-27T00:56:46.527Z] ---> Running in 24e2047869a1 [2021-10-27T00:56:46.527Z] Removing intermediate container 24e2047869a1 [2021-10-27T00:56:46.527Z] ---> 6476b761f9a9 [2021-10-27T00:56:46.527Z] Step 20/22 : LABEL arch=x86_64 [2021-10-27T00:56:46.527Z] ---> Running in efa74036ddfb [2021-10-27T00:56:46.527Z] Removing intermediate container efa74036ddfb [2021-10-27T00:56:46.527Z] ---> db688c24ca50 [2021-10-27T00:56:46.527Z] Step 21/22 : LABEL git_sha=57c5767fd0b868d7175fad6103c897990ecf9e81 [2021-10-27T00:56:46.788Z] ---> Running in c7fae473eedf [2021-10-27T00:56:46.788Z] Removing intermediate container c7fae473eedf [2021-10-27T00:56:46.788Z] ---> db6092444f6b [2021-10-27T00:56:46.788Z] Step 22/22 : LABEL version=0.0.0 [2021-10-27T00:56:46.788Z] ---> Running in c06685b0f4f0 [2021-10-27T00:56:46.788Z] Removing intermediate container c06685b0f4f0 [2021-10-27T00:56:46.788Z] ---> d7840c92f723 [2021-10-27T00:56:46.788Z] [2021-10-27T00:56:47.047Z] Successfully built d7840c92f723 [2021-10-27T00:56:47.047Z] Successfully tagged core-data:latest [2021-10-27T00:56:47.054Z]  Building core-data ... done  [Pipeline] } [2021-10-27T00:56:47.057Z] $ docker stop --time=1 06b978d89f6ecbf2d5cceb367262850322535d0dc59d67bcf3332278dcae9a9a [2021-10-27T00:56:48.338Z] $ docker rm -f 06b978d89f6ecbf2d5cceb367262850322535d0dc59d67bcf3332278dcae9a9a [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-27T00:56:48.891Z] + docker images [2021-10-27T00:56:48.891Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-10-27T00:56:48.891Z] core-data latest d7840c92f723 2 seconds ago 20.7MB [2021-10-27T00:56:48.891Z] 1d5537614c81 6 seconds ago 1.76GB [2021-10-27T00:56:48.891Z] support-notifications latest 6a4a77381c3b 6 seconds ago 16.9MB [2021-10-27T00:56:48.891Z] core-metadata latest 08eb83cac2fe 9 seconds ago 16.9MB [2021-10-27T00:56:48.891Z] security-bootstrapper latest 3201ca38146e 9 seconds ago 18.9MB [2021-10-27T00:56:48.891Z] 40a754ed0120 11 seconds ago 1.76GB [2021-10-27T00:56:48.891Z] d8475cf76156 12 seconds ago 1.76GB [2021-10-27T00:56:48.891Z] 859c0e2eed6e 21 seconds ago 1.76GB [2021-10-27T00:56:48.891Z] sys-mgmt-agent latest 913ff861cfd2 40 seconds ago 294MB [2021-10-27T00:56:48.891Z] security-secretstore-setup latest b38e3722635a About a minute ago 28.4MB [2021-10-27T00:56:48.891Z] support-scheduler latest 7f8dd0d93d12 About a minute ago 16.2MB [2021-10-27T00:56:48.891Z] core-command latest ba23ec331d5e About a minute ago 16.1MB [2021-10-27T00:56:48.891Z] security-proxy-setup latest 77c1f312fb11 About a minute ago 26.8MB [2021-10-27T00:56:48.891Z] 0615d4ccc8ac About a minute ago 1.76GB [2021-10-27T00:56:48.891Z] fe1dde76a199 About a minute ago 1.76GB [2021-10-27T00:56:48.891Z] 1fd30c1037f0 About a minute ago 1.76GB [2021-10-27T00:56:48.891Z] 4d6bc19d3c80 About a minute ago 1.76GB [2021-10-27T00:56:48.891Z] 8fdb28fd3be1 About a minute ago 1.75GB [2021-10-27T00:56:48.891Z] ci-base-image-x86_64 latest 657827f53dae 5 minutes ago 1.25GB [2021-10-27T00:56:48.891Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 9f6097aaca64 13 days ago 548MB [2021-10-27T00:56:48.891Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 2 weeks ago 34.5MB [2021-10-27T00:56:48.891Z] docker 20.10.8 bc6c0ffef665 7 weeks ago 214MB [2021-10-27T00:56:48.891Z] alpine 3.14 14119a10abf4 2 months ago 5.6MB [2021-10-27T00:56:48.891Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 16 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 [2021-10-27T00:57:00.636Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-10-27T00:57:04.242Z] Still waiting to schedule task [2021-10-27T00:57:04.242Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-10-27T00:58:08.753Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-10-27T00:58:12.246Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-10-27T00:58:14.244Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-10-27T00:58:14.847Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-10-27T00:58:28.994Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-10-27T00:58:28.994Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-10-27T00:58:28.994Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-10-27T00:58:28.994Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-10-27T00:58:28.994Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-10-27T00:58:28.994Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-10-27T00:58:30.007Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-10-27T00:58:30.007Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-10-27T00:58:30.007Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-10-27T00:58:30.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-10-27T00:58:40.271Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.244s coverage: 28.7% of statements [2021-10-27T00:58:40.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-10-27T00:58:40.271Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-10-27T00:58:45.364Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.523s coverage: 98.5% of statements [2021-10-27T00:58:45.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-10-27T00:58:46.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.447s coverage: 44.7% of statements [2021-10-27T00:58:46.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-10-27T00:58:46.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-10-27T00:58:50.239Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.813s coverage: 89.5% of statements [2021-10-27T00:58:50.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-10-27T00:58:50.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-10-27T00:58:50.239Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.278s coverage: 84.4% of statements [2021-10-27T00:58:50.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-10-27T00:58:50.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-10-27T00:58:50.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-10-27T00:58:50.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-10-27T00:58:50.239Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-10-27T00:59:00.464Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.341s coverage: 94.2% of statements [2021-10-27T00:59:00.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-10-27T00:59:00.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-10-27T00:59:00.464Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.245s coverage: 59.1% of statements [2021-10-27T00:59:00.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-10-27T00:59:00.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-10-27T00:59:00.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-10-27T00:59:00.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-10-27T00:59:00.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-10-27T00:59:00.464Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.277s coverage: 60.0% of statements [2021-10-27T00:59:00.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-10-27T00:59:00.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-10-27T00:59:00.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-10-27T00:59:00.464Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.416s coverage: 0.9% of statements [2021-10-27T00:59:00.464Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-10-27T00:59:00.464Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.233s coverage: 58.8% of statements [2021-10-27T00:59:00.464Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.217s coverage: 21.7% of statements [2021-10-27T00:59:00.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-10-27T00:59:00.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.341s coverage: 47.1% of statements [2021-10-27T00:59:00.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.265s coverage: 79.5% of statements [2021-10-27T00:59:00.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.249s coverage: 94.1% of statements [2021-10-27T00:59:02.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.244s coverage: 96.3% of statements [2021-10-27T00:59:02.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.218s coverage: 87.5% of statements [2021-10-27T00:59:16.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.281s coverage: 94.4% of statements [2021-10-27T00:59:16.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.220s coverage: 44.8% of statements [2021-10-27T00:59:21.819Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.725s coverage: 82.5% of statements [2021-10-27T00:59:21.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-10-27T00:59:28.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.276s coverage: 92.9% of statements [2021-10-27T00:59:28.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-10-27T00:59:28.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-10-27T00:59:28.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-10-27T00:59:28.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 65.1% of statements [2021-10-27T00:59:28.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-10-27T00:59:28.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-10-27T00:59:28.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-10-27T00:59:28.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-10-27T00:59:28.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-10-27T00:59:28.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.238s coverage: 87.2% of statements [2021-10-27T00:59:28.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-10-27T00:59:28.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-10-27T00:59:28.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.196s coverage: 100.0% of statements [2021-10-27T00:59:28.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-10-27T00:59:28.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.301s coverage: 58.8% of statements [2021-10-27T00:59:28.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-10-27T00:59:28.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.330s coverage: 80.0% of statements [2021-10-27T00:59:28.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.335s coverage: 87.2% of statements [2021-10-27T00:59:28.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.307s coverage: 85.4% of statements [2021-10-27T00:59:28.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.959s coverage: 91.2% of statements [2021-10-27T00:59:28.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-10-27T00:59:33.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.049s coverage: 64.4% of statements [2021-10-27T00:59:33.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-10-27T00:59:33.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-10-27T00:59:33.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.268s coverage: 100.0% of statements [2021-10-27T00:59:33.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.096s coverage: 89.4% of statements [2021-10-27T00:59:33.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements [2021-10-27T00:59:33.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.074s coverage: 73.7% of statements [2021-10-27T00:59:33.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements [2021-10-27T00:59:40.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.680s coverage: 70.4% of statements [2021-10-27T00:59:40.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-10-27T00:59:40.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-10-27T00:59:40.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-10-27T00:59:42.279Z] Running on prd-ubuntu18.04-docker-8c-8g-2155 in /w/workspace/edgexfoundry_edgex-go_PR-3780 [Pipeline] { [Pipeline] ws [2021-10-27T00:59:42.290Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-10-27T00:59:42.374Z] The recommended git tool is: git [2021-10-27T00:59:42.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.847s coverage: 43.5% of statements [2021-10-27T00:59:42.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-10-27T00:59:42.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-10-27T00:59:42.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.273s coverage: 89.5% of statements [2021-10-27T00:59:42.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-10-27T00:59:42.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.293s coverage: 84.8% of statements [2021-10-27T00:59:42.401Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-10-27T00:59:47.748Z] using credential edgex-jenkins-ssh [2021-10-27T00:59:47.767Z] Cloning the remote Git repository [2021-10-27T00:59:47.787Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-10-27T00:59:47.842Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-10-27T00:59:47.867Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-10-27T00:59:47.868Z] > git --version # timeout=10 [2021-10-27T00:59:47.874Z] > git --version # 'git version 2.17.1' [2021-10-27T00:59:47.875Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-27T00:59:47.930Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-27T00:59:49.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.277s coverage: 17.7% of statements [2021-10-27T00:59:49.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-10-27T00:59:49.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-10-27T00:59:49.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-10-27T00:59:49.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-10-27T00:59:49.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.829s coverage: 92.3% of statements [2021-10-27T00:59:49.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-10-27T00:59:49.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-10-27T00:59:49.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-10-27T00:59:49.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-10-27T00:59:49.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.254s coverage: 63.2% of statements [2021-10-27T00:59:49.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-10-27T00:59:49.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-10-27T00:59:49.923Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.510s coverage: 97.7% of statements [2021-10-27T00:59:49.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-10-27T00:59:49.923Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-10-27T00:59:49.923Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-10-27T00:59:49.923Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-10-27T00:59:50.199Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.217s coverage: 28.9% of statements [2021-10-27T00:59:50.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-10-27T00:59:50.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-10-27T00:59:50.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-10-27T00:59:50.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-10-27T00:59:50.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-10-27T00:59:50.199Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-10-27T00:59:50.199Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.224s coverage: 100.0% of statements [2021-10-27T00:59:50.805Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 96.9% of statements [2021-10-27T00:59:51.788Z] 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-27T00:59:51.788Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2021-10-27T00:59:51.788Z] GO111MODULE=on go vet ./... [2021-10-27T00:59:51.937Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-10-27T00:59:51.944Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-10-27T00:59:51.953Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-10-27T00:59:51.965Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-10-27T00:59:51.965Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-10-27T00:59:51.970Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3780/head:refs/remotes/origin/PR-3780 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-10-27T00:59:52.498Z] Merging remotes/origin/main commit fb769a0070cc1922608d3d80e9a209584ebd424b into PR head commit 8cacdfbf32f3ba6ab84e2b4dd357fd6c5f6ec5a4 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-10-27T00:59:52.704Z] Failed in branch amd64 [2021-10-27T00:59:52.524Z] > git config core.sparsecheckout # timeout=10 [2021-10-27T00:59:52.531Z] > git checkout -f 8cacdfbf32f3ba6ab84e2b4dd357fd6c5f6ec5a4 # timeout=10 [2021-10-27T01:01:29.741Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-10-27T01:01:30.026Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2021-10-27T01:01:32.662Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-10-27T01:01:35.340Z] + ls -al . [2021-10-27T01:01:35.340Z] total 664 [2021-10-27T01:01:35.340Z] drwxrwxr-x 9 1001 1001 4096 Oct 27 01:01 . [2021-10-27T01:01:35.340Z] drwxr-xr-x 4 root root 4096 Oct 27 00:56 .. [2021-10-27T01:01:35.340Z] -rw-rw-r-- 1 1001 1001 11 Oct 27 00:53 .dockerignore [2021-10-27T01:01:35.340Z] drwxrwxr-x 8 1001 1001 4096 Oct 27 00:54 .git [2021-10-27T01:01:35.340Z] drwxrwxr-x 4 1001 1001 4096 Oct 27 00:53 .github [2021-10-27T01:01:35.340Z] -rw-rw-r-- 1 1001 1001 804 Oct 27 00:53 .gitignore [2021-10-27T01:01:35.340Z] -rw-rw-r-- 1 1001 1001 42 Oct 27 00:53 .golangci.yml [2021-10-27T01:01:35.340Z] -rw-rw-r-- 1 1001 1001 76 Oct 27 00:53 .hadolint.yml [2021-10-27T01:01:35.340Z] -rw-rw-r-- 1 1001 1001 166 Oct 27 00:53 .sonarcloud.properties [2021-10-27T01:01:35.340Z] -rw-rw-r-- 1 1001 1001 1171 Oct 27 00:53 ADOPTERS.md [2021-10-27T01:01:35.340Z] -rw-rw-r-- 1 1001 1001 8910 Oct 27 00:53 Attribution.txt [2021-10-27T01:01:35.340Z] -rw-rw-r-- 1 1001 1001 43881 Oct 27 00:53 CHANGELOG.md [2021-10-27T01:01:35.340Z] -rw-rw-r-- 1 1001 1001 3804 Oct 27 00:53 CONTRIBUTING.md [2021-10-27T01:01:35.340Z] -rw-rw-r-- 1 1001 1001 677 Oct 27 00:53 GOVERNANCE.md [2021-10-27T01:01:35.340Z] -rw-rw-r-- 1 1001 1001 849 Oct 27 00:53 Jenkinsfile [2021-10-27T01:01:35.340Z] -rw-rw-r-- 1 1001 1001 10775 Oct 27 00:53 LICENSE [2021-10-27T01:01:35.340Z] -rw-rw-r-- 1 1001 1001 6508 Oct 27 00:53 Makefile [2021-10-27T01:01:35.340Z] -rw-rw-r-- 1 1001 1001 582 Oct 27 00:53 OWNERS.md [2021-10-27T01:01:35.340Z] -rw-rw-r-- 1 1001 1001 8256 Oct 27 00:53 README.md [2021-10-27T01:01:35.340Z] -rw-rw-r-- 1 1001 1001 6912 Oct 27 00:53 SECURITY.md [2021-10-27T01:01:35.340Z] -rw-rw-r-- 1 1001 1001 5 Oct 27 00:50 VERSION [2021-10-27T01:01:35.340Z] -rw-rw-r-- 1 1001 1001 4131 Oct 27 00:53 ZMQWindows.md [2021-10-27T01:01:35.340Z] drwxrwxr-x 2 1001 1001 4096 Oct 27 00:53 bin [2021-10-27T01:01:35.340Z] drwxrwxr-x 14 1001 1001 4096 Oct 27 00:53 cmd [2021-10-27T01:01:35.340Z] -rw-r--r-- 1 root root 426728 Oct 27 00:59 coverage.out [2021-10-27T01:01:35.340Z] -rw-rw-r-- 1 1001 1001 848 Oct 27 00:53 go.mod [2021-10-27T01:01:35.340Z] -rw-rw-r-- 1 1001 1001 50525 Oct 27 00:53 go.sum [2021-10-27T01:01:35.340Z] drwxrwxr-x 8 1001 1001 4096 Oct 27 00:53 internal [2021-10-27T01:01:35.340Z] drwxrwxr-x 3 1001 1001 4096 Oct 27 00:53 openapi [2021-10-27T01:01:35.340Z] drwxrwxr-x 4 1001 1001 4096 Oct 27 00:53 snap [2021-10-27T01:01:35.340Z] -rw-rw-r-- 1 1001 1001 204 Oct 27 00:53 version.go [Pipeline] sh [2021-10-27T01:01:36.018Z] + '[' -e coverage.out ] [2021-10-27T01:01:36.018Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-10-27T01:01:36.047Z] Warning: overwriting stash ‘coverage-report’ [2021-10-27T01:01:37.965Z] Stashed 1 file(s) [Pipeline] sh [2021-10-27T01:01:38.679Z] + make build [2021-10-27T01:01:38.679Z] 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-27T01:01:46.540Z] 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-27T01:02:14.565Z] 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-27T01:02:16.872Z] 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-27T01:02:21.182Z] 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-27T01:02:22.158Z] 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-27T01:02:26.330Z] 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-27T01:02:30.226Z] 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-27T01:02:33.606Z] 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-27T01:02:39.003Z] 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-27T01:02:41.625Z] 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-27T01:02:45.936Z] 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-27T01:02:52.683Z] $ docker stop --time=1 ed1b8113e280337d935e0934bc3e89b6b175de1ec2e6ee2ddc3dccf45e516604 [2021-10-27T01:02:54.821Z] $ docker rm -f ed1b8113e280337d935e0934bc3e89b6b175de1ec2e6ee2ddc3dccf45e516604 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-27T01:02:56.562Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-10-27T01:02:56.562Z] [2021-10-27T01:02:56.562Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-10-27T01:02:57.177Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-10-27T01:02:58.288Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-10-27T01:02:58.288Z] 29e5d40040c1: Pulling fs layer [2021-10-27T01:02:58.288Z] 1ce36da41761: Pulling fs layer [2021-10-27T01:02:58.288Z] 25b303627fd3: Pulling fs layer [2021-10-27T01:02:58.288Z] 29e5d40040c1: Verifying Checksum [2021-10-27T01:02:58.288Z] 29e5d40040c1: Download complete [2021-10-27T01:02:58.288Z] 1ce36da41761: Verifying Checksum [2021-10-27T01:02:58.288Z] 1ce36da41761: Download complete [2021-10-27T01:02:58.288Z] 29e5d40040c1: Pull complete [2021-10-27T01:02:59.271Z] 25b303627fd3: Verifying Checksum [2021-10-27T01:02:59.271Z] 25b303627fd3: Download complete [2021-10-27T01:02:59.542Z] 1ce36da41761: Pull complete [2021-10-27T01:03:09.668Z] 25b303627fd3: Pull complete [2021-10-27T01:03:09.668Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-10-27T01:03:09.668Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-10-27T01:03:09.668Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-10-27T01:03:09.903Z] prd-ubuntu18.04-docker-arm64-4c-16g-2150 does not seem to be running inside a container [2021-10-27T01:03:09.983Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-10-27T01:03:12.741Z] $ docker top 742ad08bb927919f0a17e559256e2130c54e6f6aa0f70199a655eeeaebb501f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-27T01:03:13.679Z] + grep parallel [2021-10-27T01:03:13.679Z] + docker-compose build --help [2021-10-27T01:03:20.363Z] --parallel Build images in parallel. [Pipeline] } [2021-10-27T01:03:20.385Z] $ docker stop --time=1 742ad08bb927919f0a17e559256e2130c54e6f6aa0f70199a655eeeaebb501f2 [2021-10-27T01:03:22.161Z] $ docker rm -f 742ad08bb927919f0a17e559256e2130c54e6f6aa0f70199a655eeeaebb501f2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-10-27T01:03:22.827Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-10-27T01:03:22.827Z] . [Pipeline] withDockerContainer [2021-10-27T01:03:23.097Z] prd-ubuntu18.04-docker-arm64-4c-16g-2150 does not seem to be running inside a container [2021-10-27T01:03:23.201Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-10-27T01:03:24.911Z] $ docker top ced2771601d91384181c9af7b3f6418e2c1076df28fcacb9e42350342daa6157 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-27T01:03:25.990Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-10-27T01:03:32.686Z] Building core-command ... [2021-10-27T01:03:32.686Z] Building core-data ... [2021-10-27T01:03:32.686Z] Building core-metadata ... [2021-10-27T01:03:32.686Z] Building security-bootstrapper ... [2021-10-27T01:03:32.686Z] Building security-proxy-setup ... [2021-10-27T01:03:32.686Z] Building security-secretstore-setup ... [2021-10-27T01:03:32.686Z] Building support-notifications ... [2021-10-27T01:03:32.686Z] Building support-scheduler ... [2021-10-27T01:03:32.686Z] Building sys-mgmt-agent ... [2021-10-27T01:03:32.686Z] Building core-data [2021-10-27T01:03:32.686Z] Building support-scheduler [2021-10-27T01:03:32.686Z] Building security-bootstrapper [2021-10-27T01:03:32.686Z] Building support-notifications [2021-10-27T01:03:32.686Z] Building core-metadata [2021-10-27T01:04:41.511Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T01:04:41.511Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-10-27T01:04:41.511Z] ---> fdbc1eac993e [2021-10-27T01:04:41.511Z] Step 3/23 : WORKDIR /edgex-go [2021-10-27T01:04:41.511Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T01:04:41.511Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-10-27T01:04:41.511Z] ---> fdbc1eac993e [2021-10-27T01:04:41.511Z] Step 3/21 : WORKDIR /edgex-go [2021-10-27T01:04:41.511Z] Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T01:04:41.511Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-10-27T01:04:41.511Z] ---> fdbc1eac993e [2021-10-27T01:04:41.511Z] Step 3/30 : WORKDIR /edgex-go [2021-10-27T01:04:41.511Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T01:04:41.511Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-27T01:04:41.511Z] ---> fdbc1eac993e [2021-10-27T01:04:41.511Z] Step 3/22 : WORKDIR /edgex-go [2021-10-27T01:04:41.511Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T01:04:41.511Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-27T01:04:41.511Z] ---> fdbc1eac993e [2021-10-27T01:04:41.511Z] Step 3/22 : WORKDIR /edgex-go [2021-10-27T01:04:41.511Z] ---> Running in 40fbccc672ca [2021-10-27T01:04:41.511Z] ---> Running in e53901a00f59 [2021-10-27T01:04:41.511Z] ---> Running in f97f63a1565e [2021-10-27T01:04:41.511Z] ---> Running in 6da8943f595a [2021-10-27T01:04:41.511Z] ---> Running in ac5a7d7df405 [2021-10-27T01:04:41.511Z] Removing intermediate container f97f63a1565e [2021-10-27T01:04:41.511Z] ---> dff10001312e [2021-10-27T01:04:41.511Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T01:04:41.511Z] Removing intermediate container e53901a00f59 [2021-10-27T01:04:41.511Z] ---> 67d2d6374142 [2021-10-27T01:04:41.511Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T01:04:41.511Z] Removing intermediate container 6da8943f595a [2021-10-27T01:04:41.511Z] ---> 1f8be497aed3 [2021-10-27T01:04:41.511Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T01:04:41.511Z] Removing intermediate container 40fbccc672ca [2021-10-27T01:04:41.511Z] ---> 8de68570679c [2021-10-27T01:04:41.511Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T01:04:41.511Z] ---> Running in 0f0c6b362a99 [2021-10-27T01:04:41.511Z] ---> Running in 2694b18573c2 [2021-10-27T01:04:41.511Z] ---> Running in 173f8b3e8d88 [2021-10-27T01:04:41.511Z] ---> Running in 09e259a0e47c [2021-10-27T01:04:41.511Z] Removing intermediate container ac5a7d7df405 [2021-10-27T01:04:41.511Z] ---> 1abeb0db8c48 [2021-10-27T01:04:41.511Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T01:04:41.511Z] ---> Running in 8983c4e0c291 [2021-10-27T01:04:41.511Z] Removing intermediate container 173f8b3e8d88 [2021-10-27T01:04:41.511Z] ---> edd6a77d1f0b [2021-10-27T01:04:41.511Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-10-27T01:04:41.511Z] Removing intermediate container 0f0c6b362a99 [2021-10-27T01:04:41.511Z] ---> b159e8bb3b29 [2021-10-27T01:04:41.511Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-10-27T01:04:41.511Z] ---> Running in f8cb62a430ba [2021-10-27T01:04:41.511Z] ---> Running in 7d4ed470fc46 [2021-10-27T01:04:41.790Z] Removing intermediate container 09e259a0e47c [2021-10-27T01:04:41.790Z] ---> eef3515455eb [2021-10-27T01:04:41.790Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-10-27T01:04:41.790Z] Removing intermediate container 8983c4e0c291 [2021-10-27T01:04:41.790Z] ---> 81dd66aff3c8 [2021-10-27T01:04:41.790Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-10-27T01:04:41.790Z] ---> Running in 64c81c1dd09b [2021-10-27T01:04:42.070Z] Removing intermediate container 2694b18573c2 [2021-10-27T01:04:42.070Z] ---> 49fbbdc05bb7 [2021-10-27T01:04:42.071Z] Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates [2021-10-27T01:04:42.071Z] ---> Running in 5c2ea6f88ff8 [2021-10-27T01:04:42.349Z] ---> Running in c89037cab33a [2021-10-27T01:04:42.968Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T01:04:43.590Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T01:04:44.195Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T01:04:44.195Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T01:04:44.195Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T01:04:44.481Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T01:04:44.481Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T01:04:45.485Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T01:04:45.485Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T01:04:45.485Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T01:04:45.485Z] OK: 219 MiB in 52 packages [2021-10-27T01:04:45.771Z] OK: 219 MiB in 52 packages [2021-10-27T01:04:46.974Z] OK: 219 MiB in 52 packages [2021-10-27T01:04:46.974Z] OK: 219 MiB in 52 packages [2021-10-27T01:04:46.974Z] OK: 219 MiB in 52 packages [2021-10-27T01:04:47.260Z] Removing intermediate container f8cb62a430ba [2021-10-27T01:04:47.260Z] ---> d61ecede5be3 [2021-10-27T01:04:47.260Z] Step 6/23 : COPY go.mod . [2021-10-27T01:04:47.540Z] Removing intermediate container 7d4ed470fc46 [2021-10-27T01:04:47.540Z] ---> 3bd17de94873 [2021-10-27T01:04:47.540Z] Step 6/30 : COPY . . [2021-10-27T01:04:48.548Z] Removing intermediate container c89037cab33a [2021-10-27T01:04:48.548Z] ---> bfcb7b074f5b [2021-10-27T01:04:48.548Z] Step 6/21 : COPY . . [2021-10-27T01:04:48.829Z] Removing intermediate container 64c81c1dd09b [2021-10-27T01:04:48.829Z] ---> bdb5fc61e86d [2021-10-27T01:04:48.829Z] Step 6/22 : COPY . . [2021-10-27T01:04:48.829Z] ---> f71666b568fd [2021-10-27T01:04:48.830Z] Step 7/23 : RUN go mod download [2021-10-27T01:04:49.108Z] Removing intermediate container 5c2ea6f88ff8 [2021-10-27T01:04:49.108Z] ---> 8a637e0c17e5 [2021-10-27T01:04:49.108Z] Step 6/22 : COPY . . [2021-10-27T01:04:49.108Z] ---> Running in b70cb74108fa [2021-10-27T01:04:55.887Z] Removing intermediate container b70cb74108fa [2021-10-27T01:04:55.887Z] ---> f10f4551f95f [2021-10-27T01:04:55.887Z] Step 8/23 : COPY . . [2021-10-27T01:05:15.689Z] ---> a6d46414e9bb [2021-10-27T01:05:15.689Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T01:05:15.689Z] ---> d2db6496cd5f [2021-10-27T01:05:15.689Z] Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T01:05:15.975Z] ---> 62d7c1947429 [2021-10-27T01:05:15.975Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T01:05:15.975Z] ---> 2f7419b75da8 [2021-10-27T01:05:15.975Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T01:05:15.975Z] ---> Running in 18f2d2854f9f [2021-10-27T01:05:15.975Z] ---> Running in 2b0d6529758b [2021-10-27T01:05:15.975Z] ---> Running in 0c368cedf71d [2021-10-27T01:05:16.253Z] ---> Running in 86ae52ec84d6 [2021-10-27T01:05:20.637Z] ---> 37c818be9180 [2021-10-27T01:05:20.637Z] Step 9/23 : RUN go mod tidy [2021-10-27T01:05:20.637Z] ---> Running in fa7c9cf1cdaa [2021-10-27T01:05:22.098Z] Removing intermediate container 18f2d2854f9f [2021-10-27T01:05:22.098Z] ---> 389dc8dbe4b6 [2021-10-27T01:05:22.098Z] Step 8/22 : RUN make cmd/core-metadata/core-metadata [2021-10-27T01:05:22.378Z] ---> Running in a59626d8b530 [2021-10-27T01:05:22.664Z] Removing intermediate container 0c368cedf71d [2021-10-27T01:05:22.664Z] ---> 510e37b40430 [2021-10-27T01:05:22.664Z] Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-10-27T01:05:22.664Z] ---> Running in c47fa350bab6 [2021-10-27T01:05:22.943Z] Removing intermediate container 86ae52ec84d6 [2021-10-27T01:05:22.943Z] ---> bb505a580ff8 [2021-10-27T01:05:22.943Z] Step 8/22 : RUN make cmd/core-data/core-data [2021-10-27T01:05:22.943Z] Removing intermediate container 2b0d6529758b [2021-10-27T01:05:22.943Z] ---> 58e4b2f7e264 [2021-10-27T01:05:22.943Z] Step 8/21 : RUN make cmd/support-notifications/support-notifications [2021-10-27T01:05:22.943Z] ---> Running in 69dc810c3232 [2021-10-27T01:05:23.233Z] ---> Running in e33e08452703 [2021-10-27T01:05:25.246Z] 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-27T01:05:25.246Z] 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-27T01:05:25.847Z] 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-27T01:05:26.451Z] 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-27T01:05:26.733Z] Removing intermediate container fa7c9cf1cdaa [2021-10-27T01:05:26.733Z] ---> 9b8316426d92 [2021-10-27T01:05:26.733Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-10-27T01:05:27.017Z] ---> Running in 8d271c52348c [2021-10-27T01:05:29.674Z] 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-27T01:07:52.054Z] Removing intermediate container c47fa350bab6 [2021-10-27T01:07:52.054Z] ---> 1fb20de4d8e4 [2021-10-27T01:07:52.054Z] [2021-10-27T01:07:52.054Z] Step 9/30 : FROM alpine:3.14 [2021-10-27T01:07:52.054Z] 3.14: Pulling from library/alpine [2021-10-27T01:07:52.054Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-10-27T01:07:52.054Z] Status: Downloaded newer image for alpine:3.14 [2021-10-27T01:07:52.054Z] ---> bb3de5531c18 [2021-10-27T01:07:52.054Z] Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-10-27T01:07:52.054Z] ---> Running in adde6c343ca7 [2021-10-27T01:07:52.054Z] Removing intermediate container adde6c343ca7 [2021-10-27T01:07:52.054Z] ---> 5cad3090fbf9 [2021-10-27T01:07:52.054Z] Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-10-27T01:07:52.054Z] ---> Running in bbe4ea48d5a8 [2021-10-27T01:07:52.054Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T01:07:52.054Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T01:07:52.054Z] (1/2) Installing dumb-init (1.2.5-r1) [2021-10-27T01:07:52.054Z] (2/2) Installing su-exec (0.2-r1) [2021-10-27T01:07:52.054Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T01:07:52.054Z] OK: 5 MiB in 16 packages [2021-10-27T01:07:52.345Z] Removing intermediate container bbe4ea48d5a8 [2021-10-27T01:07:52.345Z] ---> 174a9f36977a [2021-10-27T01:07:52.345Z] Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-10-27T01:07:52.345Z] ---> Running in 3ec13b35d252 [2021-10-27T01:07:52.949Z] Removing intermediate container 3ec13b35d252 [2021-10-27T01:07:52.949Z] ---> 1d3684120f11 [2021-10-27T01:07:52.949Z] Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-10-27T01:07:53.225Z] ---> Running in 0c5a0bd41d68 [2021-10-27T01:07:54.224Z] Removing intermediate container 0c5a0bd41d68 [2021-10-27T01:07:54.224Z] ---> ecfa075bb241 [2021-10-27T01:07:54.224Z] Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-10-27T01:07:54.224Z] ---> Running in 5d19debe2a05 [2021-10-27T01:07:58.582Z] Removing intermediate container 5d19debe2a05 [2021-10-27T01:07:58.582Z] ---> cbff9f2d836e [2021-10-27T01:07:58.582Z] Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-10-27T01:07:58.861Z] ---> Running in 8a413205bc29 [2021-10-27T01:07:59.846Z] Removing intermediate container 8a413205bc29 [2021-10-27T01:07:59.846Z] ---> 98600197156d [2021-10-27T01:07:59.846Z] Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-10-27T01:07:59.846Z] Removing intermediate container e33e08452703 [2021-10-27T01:07:59.846Z] ---> b58c4ae4d6fb [2021-10-27T01:07:59.846Z] [2021-10-27T01:07:59.846Z] Step 9/21 : FROM alpine:3.14 [2021-10-27T01:07:59.846Z] ---> bb3de5531c18 [2021-10-27T01:07:59.846Z] Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-10-27T01:08:00.128Z] ---> Running in ad50b32b6daa [2021-10-27T01:08:01.590Z] ---> fab13113aa63 [2021-10-27T01:08:01.590Z] Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-10-27T01:08:01.866Z] ---> Running in e136ea068e59 [2021-10-27T01:08:02.302Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T01:08:03.026Z] Removing intermediate container 8d271c52348c [2021-10-27T01:08:03.026Z] ---> c9f1a1fd390f [2021-10-27T01:08:03.026Z] [2021-10-27T01:08:03.026Z] Step 11/23 : FROM alpine:3.14 [2021-10-27T01:08:03.026Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T01:08:03.026Z] ---> bb3de5531c18 [2021-10-27T01:08:03.026Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-10-27T01:08:03.317Z] ---> Running in 4b362ae261e2 [2021-10-27T01:08:04.881Z] (1/2) Installing ca-certificates (20191127-r5) [2021-10-27T01:08:04.881Z] (2/2) Installing dumb-init (1.2.5-r1) [2021-10-27T01:08:04.881Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T01:08:04.881Z] Executing ca-certificates-20191127-r5.trigger [2021-10-27T01:08:04.881Z] Removing intermediate container a59626d8b530 [2021-10-27T01:08:04.881Z] ---> cce6b6073e93 [2021-10-27T01:08:04.881Z] [2021-10-27T01:08:04.881Z] Step 9/22 : FROM alpine:3.14 [2021-10-27T01:08:04.881Z] ---> bb3de5531c18 [2021-10-27T01:08:04.881Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-10-27T01:08:04.881Z] OK: 6 MiB in 16 packages [2021-10-27T01:08:04.881Z] ---> Running in 253b2cb9734f [2021-10-27T01:08:06.339Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T01:08:06.339Z] Removing intermediate container e136ea068e59 [2021-10-27T01:08:06.339Z] ---> aed90309bb34 [2021-10-27T01:08:06.339Z] Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-27T01:08:06.618Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T01:08:07.621Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T01:08:07.621Z] (1/1) Installing dumb-init (1.2.5-r1) [2021-10-27T01:08:07.621Z] Removing intermediate container ad50b32b6daa [2021-10-27T01:08:07.621Z] ---> a4534b56ef28 [2021-10-27T01:08:07.621Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-27T01:08:07.621Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T01:08:07.621Z] OK: 5 MiB in 15 packages [2021-10-27T01:08:07.621Z] ---> Running in 6a9dadadea37 [2021-10-27T01:08:07.902Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T01:08:07.902Z] ---> d928726bbbb7 [2021-10-27T01:08:07.902Z] Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-10-27T01:08:08.518Z] Removing intermediate container 6a9dadadea37 [2021-10-27T01:08:08.518Z] ---> e53053e96f5b [2021-10-27T01:08:08.518Z] Step 12/21 : ENV APP_PORT=59860 [2021-10-27T01:08:08.794Z] ---> Running in a9a1de21a39d [2021-10-27T01:08:08.794Z] (1/1) Installing dumb-init (1.2.5-r1) [2021-10-27T01:08:08.794Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T01:08:09.072Z] OK: 5 MiB in 15 packages [2021-10-27T01:08:09.360Z] Removing intermediate container 4b362ae261e2 [2021-10-27T01:08:09.360Z] ---> fc283b7c4784 [2021-10-27T01:08:09.360Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-27T01:08:09.639Z] ---> Running in 72528c3bfe7d [2021-10-27T01:08:09.639Z] Removing intermediate container a9a1de21a39d [2021-10-27T01:08:09.640Z] ---> 4c59336d3c84 [2021-10-27T01:08:09.640Z] Step 13/21 : EXPOSE $APP_PORT [2021-10-27T01:08:09.917Z] ---> Running in 10e821110dee [2021-10-27T01:08:10.198Z] Removing intermediate container 72528c3bfe7d [2021-10-27T01:08:10.198Z] ---> fdedbddc12b8 [2021-10-27T01:08:10.198Z] Step 14/23 : ENV APP_PORT=59861 [2021-10-27T01:08:10.481Z] Removing intermediate container 253b2cb9734f [2021-10-27T01:08:10.481Z] ---> 1f404dae8e02 [2021-10-27T01:08:10.481Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-27T01:08:10.481Z] ---> Running in b64eebf036dd [2021-10-27T01:08:10.481Z] ---> 63eba1fb77d2 [2021-10-27T01:08:10.481Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-10-27T01:08:10.761Z] ---> Running in 5ad7474cf9b8 [2021-10-27T01:08:10.761Z] Removing intermediate container 10e821110dee [2021-10-27T01:08:10.761Z] ---> a858dd611b65 [2021-10-27T01:08:10.761Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-27T01:08:11.370Z] Removing intermediate container b64eebf036dd [2021-10-27T01:08:11.370Z] ---> e587f45a84bf [2021-10-27T01:08:11.370Z] Step 15/23 : EXPOSE $APP_PORT [2021-10-27T01:08:11.370Z] Removing intermediate container 5ad7474cf9b8 [2021-10-27T01:08:11.370Z] ---> 1e2828d6552c [2021-10-27T01:08:11.370Z] Step 12/22 : ENV APP_PORT=59881 [2021-10-27T01:08:11.651Z] ---> Running in b829f0fd0e18 [2021-10-27T01:08:11.651Z] ---> Running in ef55eaf17e0e [2021-10-27T01:08:12.253Z] ---> e459848adf4b [2021-10-27T01:08:12.253Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-10-27T01:08:12.253Z] Removing intermediate container ef55eaf17e0e [2021-10-27T01:08:12.253Z] ---> ace6388816f5 [2021-10-27T01:08:12.253Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-27T01:08:12.528Z] ---> 0a8734a90b95 [2021-10-27T01:08:12.528Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-10-27T01:08:12.528Z] Removing intermediate container b829f0fd0e18 [2021-10-27T01:08:12.528Z] ---> 4e6de183f8db [2021-10-27T01:08:12.528Z] Step 13/22 : EXPOSE $APP_PORT [2021-10-27T01:08:12.803Z] ---> Running in 60e44807f3c5 [2021-10-27T01:08:13.402Z] ---> 664934263c04 [2021-10-27T01:08:13.402Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-10-27T01:08:13.676Z] Removing intermediate container 60e44807f3c5 [2021-10-27T01:08:13.676Z] ---> 080ff41041d2 [2021-10-27T01:08:13.676Z] Step 14/22 : WORKDIR / [2021-10-27T01:08:13.676Z] ---> 922627a477ef [2021-10-27T01:08:13.676Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-10-27T01:08:13.950Z] ---> Running in f28b5b4ea20d [2021-10-27T01:08:14.224Z] Removing intermediate container 69dc810c3232 [2021-10-27T01:08:14.224Z] ---> f6b66ae84b70 [2021-10-27T01:08:14.224Z] [2021-10-27T01:08:14.224Z] Step 9/22 : FROM alpine:3.14 [2021-10-27T01:08:14.224Z] ---> bb3de5531c18 [2021-10-27T01:08:14.224Z] Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-10-27T01:08:14.224Z] ---> a606c739aaac [2021-10-27T01:08:14.224Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-10-27T01:08:14.499Z] ---> Running in aedd4df1f192 [2021-10-27T01:08:14.775Z] Removing intermediate container f28b5b4ea20d [2021-10-27T01:08:14.775Z] ---> 1affc54309e0 [2021-10-27T01:08:14.775Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-27T01:08:14.775Z] ---> a43168f85e4d [2021-10-27T01:08:14.775Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-10-27T01:08:15.056Z] ---> Running in a828725769a3 [2021-10-27T01:08:15.331Z] Removing intermediate container aedd4df1f192 [2021-10-27T01:08:15.331Z] ---> 7eff7d564e92 [2021-10-27T01:08:15.331Z] Step 11/22 : ENV APP_PORT=59880 [2021-10-27T01:08:15.331Z] ---> Running in 0d6ab933541b [2021-10-27T01:08:15.331Z] ---> 93923f00675e [2021-10-27T01:08:15.331Z] Step 17/21 : ENTRYPOINT ["/support-notifications"] [2021-10-27T01:08:15.606Z] ---> 23967f252aab [2021-10-27T01:08:15.607Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-10-27T01:08:15.607Z] ---> Running in e84279df7774 [2021-10-27T01:08:15.879Z] ---> 8ff8a38743c7 [2021-10-27T01:08:15.879Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-10-27T01:08:15.879Z] Removing intermediate container a828725769a3 [2021-10-27T01:08:15.879Z] ---> d87a9ef423e3 [2021-10-27T01:08:15.879Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-10-27T01:08:15.879Z] Removing intermediate container 0d6ab933541b [2021-10-27T01:08:15.879Z] ---> 8a38d1d0faad [2021-10-27T01:08:15.879Z] Step 12/22 : EXPOSE $APP_PORT [2021-10-27T01:08:16.158Z] ---> Running in c8da5984fc86 [2021-10-27T01:08:16.436Z] Removing intermediate container e84279df7774 [2021-10-27T01:08:16.436Z] ---> d0a15db7ad7d [2021-10-27T01:08:16.436Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-27T01:08:16.436Z] ---> Running in 9f01fcc94383 [2021-10-27T01:08:16.704Z] ---> 847567724141 [2021-10-27T01:08:16.704Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-10-27T01:08:16.976Z] ---> Running in 73d15f0d6124 [2021-10-27T01:08:16.976Z] Removing intermediate container c8da5984fc86 [2021-10-27T01:08:16.976Z] ---> 5bdd68d331f7 [2021-10-27T01:08:16.976Z] Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T01:08:17.251Z] ---> Running in 50612af50edd [2021-10-27T01:08:17.251Z] Removing intermediate container 9f01fcc94383 [2021-10-27T01:08:17.251Z] ---> 41cfb981f373 [2021-10-27T01:08:17.251Z] Step 19/21 : LABEL arch=arm64 [2021-10-27T01:08:17.251Z] ---> 596084a00b5e [2021-10-27T01:08:17.251Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-10-27T01:08:17.529Z] ---> Running in 6e4032134a3e [2021-10-27T01:08:17.529Z] ---> Running in 9f8ac39b87e9 [2021-10-27T01:08:17.529Z] Removing intermediate container 73d15f0d6124 [2021-10-27T01:08:17.529Z] ---> cb2f6c0d59f4 [2021-10-27T01:08:17.529Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-27T01:08:17.801Z] ---> 52a595f8c035 [2021-10-27T01:08:17.801Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-10-27T01:08:17.801Z] ---> Running in de4a8a76f22c [2021-10-27T01:08:18.077Z] Removing intermediate container 6e4032134a3e [2021-10-27T01:08:18.077Z] ---> eda948629dd3 [2021-10-27T01:08:18.077Z] Step 20/21 : LABEL git_sha=2086f5d1da9d1dc864610fa8c2f8f59cbbc0b1d5 [2021-10-27T01:08:18.351Z] ---> Running in 706db75c9c5a [2021-10-27T01:08:18.626Z] Removing intermediate container de4a8a76f22c [2021-10-27T01:08:18.626Z] ---> d89e11e7e981 [2021-10-27T01:08:18.626Z] Step 21/23 : LABEL arch=arm64 [2021-10-27T01:08:18.900Z] ---> Running in b9a9c538623b [2021-10-27T01:08:18.900Z] ---> ebf9685bd26b [2021-10-27T01:08:18.900Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-10-27T01:08:19.172Z] Removing intermediate container 706db75c9c5a [2021-10-27T01:08:19.172Z] ---> 474b63a1e8fb [2021-10-27T01:08:19.172Z] Step 21/21 : LABEL version=0.0.0 [2021-10-27T01:08:19.172Z] ---> Running in e58478fef6c9 [2021-10-27T01:08:19.172Z] ---> Running in 7a42b505cc69 [2021-10-27T01:08:19.768Z] Removing intermediate container b9a9c538623b [2021-10-27T01:08:19.768Z] ---> be168210a3da [2021-10-27T01:08:19.768Z] Step 22/23 : LABEL git_sha=2086f5d1da9d1dc864610fa8c2f8f59cbbc0b1d5 [2021-10-27T01:08:19.768Z] Removing intermediate container e58478fef6c9 [2021-10-27T01:08:19.768Z] ---> 4806331717db [2021-10-27T01:08:19.768Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-27T01:08:19.768Z] ---> Running in 4baeeec900a9 [2021-10-27T01:08:20.988Z] ---> Running in a4dc2c572129 [2021-10-27T01:08:20.988Z] Removing intermediate container 7a42b505cc69 [2021-10-27T01:08:20.988Z] ---> 36cfb8487ee1 [2021-10-27T01:08:20.988Z] [2021-10-27T01:08:20.988Z] Removing intermediate container 50612af50edd [2021-10-27T01:08:20.988Z] ---> 782e6e10882a [2021-10-27T01:08:20.988Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2021-10-27T01:08:20.988Z] Removing intermediate container 4baeeec900a9 [2021-10-27T01:08:20.988Z] ---> 90957575ab84 [2021-10-27T01:08:20.988Z] Step 23/23 : LABEL version=0.0.0 [2021-10-27T01:08:20.988Z] ---> Running in 3b07272bbf6f [2021-10-27T01:08:20.988Z] Removing intermediate container a4dc2c572129 [2021-10-27T01:08:20.988Z] ---> 2e018c660f43 [2021-10-27T01:08:20.988Z] Step 20/22 : LABEL arch=arm64 [2021-10-27T01:08:20.988Z] ---> Running in e226539031a0 [2021-10-27T01:08:20.988Z] Successfully built 36cfb8487ee1 [2021-10-27T01:08:20.988Z] Successfully tagged support-notifications-arm64:latest [2021-10-27T01:08:20.988Z] ---> Running in c6b197abc507 [2021-10-27T01:08:20.988Z]  Building support-notifications ... done Building security-proxy-setup [2021-10-27T01:08:20.988Z] Removing intermediate container 9f8ac39b87e9 [2021-10-27T01:08:20.988Z] ---> a78ae19dd9f7 [2021-10-27T01:08:20.988Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-10-27T01:08:21.263Z] ---> Running in bf4f810b7cab [2021-10-27T01:08:21.536Z] Removing intermediate container e226539031a0 [2021-10-27T01:08:21.536Z] ---> 2942eac87eb4 [2021-10-27T01:08:21.536Z] [2021-10-27T01:08:21.536Z] Removing intermediate container c6b197abc507 [2021-10-27T01:08:21.536Z] ---> 823247cbc967 [2021-10-27T01:08:21.536Z] Step 21/22 : LABEL git_sha=2086f5d1da9d1dc864610fa8c2f8f59cbbc0b1d5 [2021-10-27T01:08:21.813Z] ---> Running in 9fd3f998eb91 [2021-10-27T01:08:22.089Z] Successfully built 2942eac87eb4 [2021-10-27T01:08:22.089Z] Successfully tagged support-scheduler-arm64:latest [2021-10-27T01:08:22.089Z]  Building support-scheduler ... done Building security-secretstore-setup [2021-10-27T01:08:22.089Z] Removing intermediate container bf4f810b7cab [2021-10-27T01:08:22.089Z] ---> f4dc3985ac75 [2021-10-27T01:08:22.089Z] Step 27/30 : CMD ["gate"] [2021-10-27T01:08:22.369Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T01:08:22.369Z] Removing intermediate container 9fd3f998eb91 [2021-10-27T01:08:22.369Z] ---> f19822f48aea [2021-10-27T01:08:22.369Z] Step 22/22 : LABEL version=0.0.0 [2021-10-27T01:08:22.369Z] ---> Running in 09c94d05a9f5 [2021-10-27T01:08:22.369Z] ---> Running in 1a830f391c2c [2021-10-27T01:08:22.963Z] Removing intermediate container 1a830f391c2c [2021-10-27T01:08:22.963Z] ---> 432e18999771 [2021-10-27T01:08:22.963Z] [2021-10-27T01:08:22.963Z] Removing intermediate container 09c94d05a9f5 [2021-10-27T01:08:22.963Z] ---> 7421b00a5506 [2021-10-27T01:08:22.963Z] Step 28/30 : LABEL arch=arm64 [2021-10-27T01:08:23.558Z] ---> Running in 5e3f02744f8b [2021-10-27T01:08:23.558Z] Successfully built 432e18999771 [2021-10-27T01:08:23.558Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T01:08:23.558Z] Successfully tagged core-metadata-arm64:latest [2021-10-27T01:08:23.558Z]  Building core-metadata ... done Building sys-mgmt-agent [2021-10-27T01:08:23.839Z] Removing intermediate container 5e3f02744f8b [2021-10-27T01:08:23.839Z] ---> badba0996566 [2021-10-27T01:08:23.839Z] Step 29/30 : LABEL git_sha=2086f5d1da9d1dc864610fa8c2f8f59cbbc0b1d5 [2021-10-27T01:08:24.114Z] ---> Running in 17539839904c [2021-10-27T01:08:24.392Z] (1/6) Installing dumb-init (1.2.5-r1) [2021-10-27T01:08:24.666Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2021-10-27T01:08:24.666Z] (3/6) Installing libsodium (1.0.18-r0) [2021-10-27T01:08:24.666Z] Removing intermediate container 17539839904c [2021-10-27T01:08:24.666Z] ---> 1e78648a09a7 [2021-10-27T01:08:24.666Z] Step 30/30 : LABEL version=0.0.0 [2021-10-27T01:08:24.666Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-27T01:08:24.940Z] (5/6) Installing libzmq (4.3.4-r0) [2021-10-27T01:08:24.940Z] ---> Running in f8039646183e [2021-10-27T01:08:25.221Z] (6/6) Installing zeromq (4.3.4-r0) [2021-10-27T01:08:25.221Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T01:08:25.221Z] OK: 8 MiB in 20 packages [2021-10-27T01:08:25.831Z] Removing intermediate container f8039646183e [2021-10-27T01:08:25.831Z] ---> 8fe6636a989d [2021-10-27T01:08:25.831Z] [2021-10-27T01:08:26.113Z] Successfully built 8fe6636a989d [2021-10-27T01:08:26.113Z] Successfully tagged security-bootstrapper-arm64:latest [2021-10-27T01:08:26.113Z]  Building security-bootstrapper ... done Building core-command [2021-10-27T01:08:26.715Z] Removing intermediate container 3b07272bbf6f [2021-10-27T01:08:26.715Z] ---> 8aa779c6bae6 [2021-10-27T01:08:26.715Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-27T01:08:27.696Z] ---> f4978d286fdf [2021-10-27T01:08:27.696Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-10-27T01:08:29.135Z] ---> b1b7275c997a [2021-10-27T01:08:29.135Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-10-27T01:08:30.124Z] ---> aa1b80c31c75 [2021-10-27T01:08:30.124Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2021-10-27T01:08:30.396Z] ---> Running in 530359a0b268 [2021-10-27T01:08:30.991Z] Removing intermediate container 530359a0b268 [2021-10-27T01:08:30.991Z] ---> 7523ada52bb8 [2021-10-27T01:08:30.991Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-27T01:08:30.991Z] ---> Running in 03bcd1c3ed64 [2021-10-27T01:08:31.586Z] Removing intermediate container 03bcd1c3ed64 [2021-10-27T01:08:31.586Z] ---> 8b4fcda95b24 [2021-10-27T01:08:31.586Z] Step 20/22 : LABEL arch=arm64 [2021-10-27T01:08:31.858Z] ---> Running in 8c7127fbf477 [2021-10-27T01:08:32.452Z] Removing intermediate container 8c7127fbf477 [2021-10-27T01:08:32.452Z] ---> 61f3ee500559 [2021-10-27T01:08:32.452Z] Step 21/22 : LABEL git_sha=2086f5d1da9d1dc864610fa8c2f8f59cbbc0b1d5 [2021-10-27T01:08:32.452Z] ---> Running in 5aae9e7850cb [2021-10-27T01:08:33.047Z] Removing intermediate container 5aae9e7850cb [2021-10-27T01:08:33.047Z] ---> 343e220d3eb3 [2021-10-27T01:08:33.047Z] Step 22/22 : LABEL version=0.0.0 [2021-10-27T01:08:33.047Z] ---> Running in 6f6427214694 [2021-10-27T01:08:33.639Z] Removing intermediate container 6f6427214694 [2021-10-27T01:08:33.639Z] ---> a60a22fcb5b3 [2021-10-27T01:08:33.639Z] [2021-10-27T01:08:33.916Z] Successfully built a60a22fcb5b3 [2021-10-27T01:08:33.916Z] Successfully tagged core-data-arm64:latest [2021-10-27T01:09:21.134Z]  Building core-data ... done Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T01:09:21.134Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2021-10-27T01:09:21.134Z] ---> fdbc1eac993e [2021-10-27T01:09:21.134Z] Step 3/20 : WORKDIR /edgex-go [2021-10-27T01:09:21.134Z] ---> Using cache [2021-10-27T01:09:21.134Z] ---> 1abeb0db8c48 [2021-10-27T01:09:21.134Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T01:09:21.134Z] ---> Using cache [2021-10-27T01:09:21.134Z] ---> 81dd66aff3c8 [2021-10-27T01:09:21.134Z] Step 5/20 : RUN apk add --update --no-cache make git [2021-10-27T01:09:21.134Z] ---> Using cache [2021-10-27T01:09:21.134Z] ---> 8a637e0c17e5 [2021-10-27T01:09:21.134Z] Step 6/20 : COPY . . [2021-10-27T01:09:21.134Z] ---> Using cache [2021-10-27T01:09:21.134Z] ---> a6d46414e9bb [2021-10-27T01:09:21.134Z] Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T01:09:21.134Z] ---> Using cache [2021-10-27T01:09:21.134Z] ---> 389dc8dbe4b6 [2021-10-27T01:09:21.134Z] Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-10-27T01:09:21.134Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T01:09:21.134Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-27T01:09:21.134Z] ---> fdbc1eac993e [2021-10-27T01:09:21.134Z] Step 3/22 : WORKDIR /edgex-go [2021-10-27T01:09:21.134Z] ---> Using cache [2021-10-27T01:09:21.134Z] ---> 1abeb0db8c48 [2021-10-27T01:09:21.134Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T01:09:21.134Z] ---> Using cache [2021-10-27T01:09:21.134Z] ---> 81dd66aff3c8 [2021-10-27T01:09:21.134Z] Step 5/22 : RUN apk add --update --no-cache make bash git [2021-10-27T01:09:21.134Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T01:09:21.134Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-10-27T01:09:21.134Z] ---> fdbc1eac993e [2021-10-27T01:09:21.134Z] Step 3/24 : WORKDIR /edgex-go [2021-10-27T01:09:21.134Z] ---> Using cache [2021-10-27T01:09:21.134Z] ---> 1abeb0db8c48 [2021-10-27T01:09:21.134Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T01:09:21.134Z] ---> Using cache [2021-10-27T01:09:21.134Z] ---> 81dd66aff3c8 [2021-10-27T01:09:21.134Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-10-27T01:09:21.134Z] ---> Using cache [2021-10-27T01:09:21.134Z] ---> 8a637e0c17e5 [2021-10-27T01:09:21.134Z] Step 6/24 : COPY . . [2021-10-27T01:09:21.134Z] ---> Using cache [2021-10-27T01:09:21.134Z] ---> a6d46414e9bb [2021-10-27T01:09:21.134Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T01:09:21.134Z] ---> Using cache [2021-10-27T01:09:21.134Z] ---> 389dc8dbe4b6 [2021-10-27T01:09:21.134Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-10-27T01:09:21.134Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2021-10-27T01:09:21.134Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-10-27T01:09:21.134Z] ---> fdbc1eac993e [2021-10-27T01:09:21.134Z] Step 3/22 : WORKDIR /edgex-go [2021-10-27T01:09:21.134Z] ---> Using cache [2021-10-27T01:09:21.134Z] ---> 1abeb0db8c48 [2021-10-27T01:09:21.134Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-10-27T01:09:21.134Z] ---> Using cache [2021-10-27T01:09:21.134Z] ---> 81dd66aff3c8 [2021-10-27T01:09:21.134Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-10-27T01:09:21.134Z] ---> Using cache [2021-10-27T01:09:21.134Z] ---> 8a637e0c17e5 [2021-10-27T01:09:21.134Z] Step 6/22 : COPY . . [2021-10-27T01:09:21.134Z] ---> Using cache [2021-10-27T01:09:21.134Z] ---> a6d46414e9bb [2021-10-27T01:09:21.134Z] ---> Running in e27a4177d1bb [2021-10-27T01:09:21.134Z] ---> Running in 101d11788d1a [2021-10-27T01:09:21.134Z] ---> Running in 5fdafb0212a0 [2021-10-27T01:09:21.134Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T01:09:21.134Z] ---> Using cache [2021-10-27T01:09:21.134Z] ---> 389dc8dbe4b6 [2021-10-27T01:09:21.134Z] Step 8/22 : RUN make cmd/core-command/core-command [2021-10-27T01:09:21.134Z] ---> Running in 74e5fe19141e [2021-10-27T01:09:21.134Z] 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-27T01:09:21.134Z] 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-27T01:09:21.134Z] 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-27T01:09:21.134Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T01:09:21.134Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T01:09:21.737Z] OK: 219 MiB in 52 packages [2021-10-27T01:09:23.089Z] Removing intermediate container 101d11788d1a [2021-10-27T01:09:23.089Z] ---> 9a5b8293a15d [2021-10-27T01:09:23.089Z] Step 6/22 : COPY . . [2021-10-27T01:09:42.103Z] ---> 2521eb5c3fb3 [2021-10-27T01:09:42.103Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-10-27T01:09:42.103Z] ---> Running in 83353f66c313 [2021-10-27T01:09:46.442Z] Removing intermediate container 83353f66c313 [2021-10-27T01:09:46.442Z] ---> e1e7bb279a6d [2021-10-27T01:09:46.442Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-10-27T01:09:46.719Z] ---> Running in ad196b9fc783 [2021-10-27T01:09:49.514Z] 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-27T01:11:11.420Z] 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-27T01:11:11.420Z] 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-27T01:11:14.841Z] Removing intermediate container 74e5fe19141e [2021-10-27T01:11:14.841Z] ---> 47fe658151f4 [2021-10-27T01:11:14.841Z] [2021-10-27T01:11:14.841Z] Step 9/22 : FROM alpine:3.14 [2021-10-27T01:11:14.841Z] ---> bb3de5531c18 [2021-10-27T01:11:14.841Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2021-10-27T01:11:14.841Z] ---> Using cache [2021-10-27T01:11:14.841Z] ---> 1f404dae8e02 [2021-10-27T01:11:14.841Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-10-27T01:11:14.841Z] ---> Using cache [2021-10-27T01:11:14.841Z] ---> 1e2828d6552c [2021-10-27T01:11:14.841Z] Step 12/22 : ENV APP_PORT=59882 [2021-10-27T01:11:14.841Z] ---> Running in ecde27d7823a [2021-10-27T01:11:15.120Z] Removing intermediate container ecde27d7823a [2021-10-27T01:11:15.120Z] ---> a0a78f015b0a [2021-10-27T01:11:15.120Z] Step 13/22 : EXPOSE $APP_PORT [2021-10-27T01:11:15.120Z] ---> Running in f243e00f363d [2021-10-27T01:11:15.741Z] Removing intermediate container f243e00f363d [2021-10-27T01:11:15.741Z] ---> 6f2b6883f528 [2021-10-27T01:11:15.741Z] Step 14/22 : WORKDIR / [2021-10-27T01:11:16.015Z] ---> Running in 23f5daa2b271 [2021-10-27T01:11:16.624Z] Removing intermediate container 23f5daa2b271 [2021-10-27T01:11:16.624Z] ---> 95d822d586fd [2021-10-27T01:11:16.624Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-10-27T01:11:18.625Z] ---> 03fe9579f9fe [2021-10-27T01:11:18.625Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-10-27T01:11:22.951Z] ---> 41a9b4023bd0 [2021-10-27T01:11:22.951Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-10-27T01:11:23.229Z] Removing intermediate container 5fdafb0212a0 [2021-10-27T01:11:23.229Z] ---> 374f521288ba [2021-10-27T01:11:23.229Z] [2021-10-27T01:11:23.229Z] Step 9/20 : FROM alpine:3.14 [2021-10-27T01:11:23.229Z] ---> bb3de5531c18 [2021-10-27T01:11:23.229Z] Step 10/20 : RUN apk add --update --no-cache curl [2021-10-27T01:11:23.506Z] ---> Running in 6aacd59ed877 [2021-10-27T01:11:23.785Z] Removing intermediate container e27a4177d1bb [2021-10-27T01:11:23.785Z] ---> 10167f7242ee [2021-10-27T01:11:23.785Z] [2021-10-27T01:11:23.785Z] Step 9/24 : FROM alpine:3.14 [2021-10-27T01:11:23.785Z] ---> bb3de5531c18 [2021-10-27T01:11:23.785Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2021-10-27T01:11:24.060Z] ---> Running in 6bd7db917a8a [2021-10-27T01:11:24.060Z] ---> a8fb9457062c [2021-10-27T01:11:24.060Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-10-27T01:11:24.358Z] ---> Running in 9b446ed5889e [2021-10-27T01:11:24.966Z] Removing intermediate container 9b446ed5889e [2021-10-27T01:11:24.966Z] ---> 6427e4e9474c [2021-10-27T01:11:24.966Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-27T01:11:25.244Z] ---> Running in ddc60a7c7315 [2021-10-27T01:11:25.244Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T01:11:25.851Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T01:11:25.851Z] Removing intermediate container ddc60a7c7315 [2021-10-27T01:11:25.851Z] ---> c553754f9c2e [2021-10-27T01:11:25.851Z] Step 20/22 : LABEL arch=arm64 [2021-10-27T01:11:25.851Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T01:11:25.851Z] ---> Running in c3de2224d3ff [2021-10-27T01:11:26.126Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T01:11:26.410Z] Removing intermediate container c3de2224d3ff [2021-10-27T01:11:26.410Z] ---> 6b1f8df2efe2 [2021-10-27T01:11:26.410Z] Step 21/22 : LABEL git_sha=2086f5d1da9d1dc864610fa8c2f8f59cbbc0b1d5 [2021-10-27T01:11:26.689Z] ---> Running in 81e8182b697f [2021-10-27T01:11:26.964Z] (1/5) Installing ca-certificates (20191127-r5) [2021-10-27T01:11:27.266Z] (2/5) Installing brotli-libs (1.0.9-r5) [2021-10-27T01:11:27.266Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2021-10-27T01:11:27.266Z] (4/5) Installing libcurl (7.79.1-r0) [2021-10-27T01:11:27.266Z] (5/5) Installing curl (7.79.1-r0) [2021-10-27T01:11:27.266Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T01:11:27.266Z] Executing ca-certificates-20191127-r5.trigger [2021-10-27T01:11:27.266Z] (1/3) Installing ca-certificates (20191127-r5) [2021-10-27T01:11:27.541Z] (2/3) Installing dumb-init (1.2.5-r1) [2021-10-27T01:11:27.541Z] (3/3) Installing su-exec (0.2-r1) [2021-10-27T01:11:27.541Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T01:11:27.541Z] Removing intermediate container 81e8182b697f [2021-10-27T01:11:27.541Z] ---> acd955f9dca5 [2021-10-27T01:11:27.541Z] Step 22/22 : LABEL version=0.0.0 [2021-10-27T01:11:27.541Z] Executing ca-certificates-20191127-r5.trigger [2021-10-27T01:11:27.541Z] OK: 8 MiB in 19 packages [2021-10-27T01:11:28.723Z] ---> Running in 11385f6a49cf [2021-10-27T01:11:28.723Z] OK: 6 MiB in 17 packages [2021-10-27T01:11:28.723Z] Removing intermediate container 11385f6a49cf [2021-10-27T01:11:28.723Z] ---> 53a2ca831a41 [2021-10-27T01:11:28.723Z] [2021-10-27T01:11:29.328Z] Successfully built 53a2ca831a41 [2021-10-27T01:11:29.328Z] Successfully tagged core-command-arm64:latest [2021-10-27T01:11:29.929Z]  Building core-command ... done Removing intermediate container 6bd7db917a8a [2021-10-27T01:11:29.929Z] ---> 183fa3e7965c [2021-10-27T01:11:29.929Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-10-27T01:11:29.929Z] Removing intermediate container 6aacd59ed877 [2021-10-27T01:11:29.929Z] ---> 65ff4075c2e8 [2021-10-27T01:11:29.929Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-10-27T01:11:29.929Z] ---> Running in 7ab117e3479c [2021-10-27T01:11:29.929Z] ---> Running in 63e6931a0386 [2021-10-27T01:11:30.914Z] Removing intermediate container 63e6931a0386 [2021-10-27T01:11:30.914Z] Removing intermediate container 7ab117e3479c [2021-10-27T01:11:30.914Z] ---> 7a1e7bb31736 [2021-10-27T01:11:30.914Z] Step 12/20 : WORKDIR /edgex [2021-10-27T01:11:30.914Z] ---> 799d5922c6b7 [2021-10-27T01:11:30.914Z] Step 12/24 : WORKDIR / [2021-10-27T01:11:30.914Z] ---> Running in d2620deb4aad [2021-10-27T01:11:30.914Z] ---> Running in 37a10503d49b [2021-10-27T01:11:31.515Z] Removing intermediate container d2620deb4aad [2021-10-27T01:11:31.515Z] ---> 6bb695b963f1 [2021-10-27T01:11:31.515Z] Removing intermediate container 37a10503d49b [2021-10-27T01:11:31.515Z] ---> 83d512063e05 [2021-10-27T01:11:31.515Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.jsonRemoving intermediate container ad196b9fc783 [2021-10-27T01:11:31.515Z] ---> a4a04b39ffbe [2021-10-27T01:11:31.515Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-10-27T01:11:31.515Z] [2021-10-27T01:11:31.515Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-10-27T01:11:31.790Z] ---> Running in 55ff0053592b [2021-10-27T01:11:32.773Z] ---> 261e3dccb932 [2021-10-27T01:11:32.773Z] ---> 81f5cecd776b [2021-10-27T01:11:32.773Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.tomlStep 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-10-27T01:11:32.773Z] [2021-10-27T01:11:33.373Z] 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-27T01:11:33.649Z] ---> f913fb4572c6 [2021-10-27T01:11:33.649Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-10-27T01:11:34.254Z] ---> 6a663f982689 [2021-10-27T01:11:34.254Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-10-27T01:11:34.867Z] ---> 249a155d62d0 [2021-10-27T01:11:34.868Z] 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-27T01:11:35.485Z] ---> 38c098088b4d [2021-10-27T01:11:35.485Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-10-27T01:11:35.770Z] ---> Running in ba59e39ae64e [2021-10-27T01:11:35.770Z] ---> 3a3f2f2acab5 [2021-10-27T01:11:35.770Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-10-27T01:11:36.045Z] Removing intermediate container ba59e39ae64e [2021-10-27T01:11:36.321Z] ---> 06ffb1861d3e [2021-10-27T01:11:36.321Z] Step 17/20 : CMD ["--init=true"] [2021-10-27T01:11:36.321Z] ---> Running in 8602341d2015 [2021-10-27T01:11:36.597Z] Removing intermediate container 55ff0053592b [2021-10-27T01:11:36.597Z] ---> a8fef62274ee [2021-10-27T01:11:36.597Z] [2021-10-27T01:11:36.597Z] Step 10/22 : FROM docker:20.10.8 [2021-10-27T01:11:36.870Z] 20.10.8: Pulling from library/docker [2021-10-27T01:11:36.870Z] Removing intermediate container 8602341d2015 [2021-10-27T01:11:36.870Z] ---> 551a5034fdd8 [2021-10-27T01:11:36.870Z] Step 18/20 : LABEL arch=arm64 [2021-10-27T01:11:37.144Z] ---> Running in ecda5f9e24e4 [2021-10-27T01:11:37.420Z] ---> a31784b0dd74 [2021-10-27T01:11:37.420Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-10-27T01:11:38.021Z] Removing intermediate container ecda5f9e24e4 [2021-10-27T01:11:38.021Z] ---> 626fd095732b [2021-10-27T01:11:38.021Z] Step 19/20 : LABEL git_sha=2086f5d1da9d1dc864610fa8c2f8f59cbbc0b1d5 [2021-10-27T01:11:38.021Z] ---> Running in 1003e6df7080 [2021-10-27T01:11:39.007Z] Removing intermediate container 1003e6df7080 [2021-10-27T01:11:39.007Z] ---> b2290c632c87 [2021-10-27T01:11:39.007Z] Step 20/20 : LABEL version=0.0.0 [2021-10-27T01:11:39.007Z] ---> Running in de08f95e27aa [2021-10-27T01:11:39.283Z] ---> 268a9120f501 [2021-10-27T01:11:39.283Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-10-27T01:11:39.880Z] Removing intermediate container de08f95e27aa [2021-10-27T01:11:39.880Z] ---> bbac7740aa7b [2021-10-27T01:11:39.880Z] [2021-10-27T01:11:40.154Z] ---> 5dc518dcd7bc [2021-10-27T01:11:40.154Z] 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-27T01:11:40.154Z] Successfully built bbac7740aa7b [2021-10-27T01:11:40.425Z] Successfully tagged security-proxy-setup-arm64:latest [2021-10-27T01:11:40.425Z]  Building security-proxy-setup ... done  ---> Running in 99b29ac677ed [2021-10-27T01:11:43.043Z] Removing intermediate container 99b29ac677ed [2021-10-27T01:11:43.043Z] ---> d2563639887c [2021-10-27T01:11:43.043Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-10-27T01:11:43.043Z] ---> Running in 32cb93d8f0f0 [2021-10-27T01:11:43.650Z] Removing intermediate container 32cb93d8f0f0 [2021-10-27T01:11:43.650Z] ---> 45c54c2152eb [2021-10-27T01:11:43.650Z] Step 22/24 : LABEL arch=arm64 [2021-10-27T01:11:43.923Z] ---> Running in 79151412915b [2021-10-27T01:11:44.515Z] Removing intermediate container 79151412915b [2021-10-27T01:11:44.515Z] ---> fd2033be0a0b [2021-10-27T01:11:44.515Z] Step 23/24 : LABEL git_sha=2086f5d1da9d1dc864610fa8c2f8f59cbbc0b1d5 [2021-10-27T01:11:44.515Z] ---> Running in 1e7ab893caa0 [2021-10-27T01:11:45.111Z] Removing intermediate container 1e7ab893caa0 [2021-10-27T01:11:45.111Z] ---> 0fffe59ba799 [2021-10-27T01:11:45.111Z] Step 24/24 : LABEL version=0.0.0 [2021-10-27T01:11:45.111Z] Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd [2021-10-27T01:11:45.111Z] Status: Downloaded newer image for docker:20.10.8 [2021-10-27T01:11:45.111Z] ---> 3734d5adc5ac [2021-10-27T01:11:45.111Z] 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-27T01:11:45.111Z] ---> Running in 37cc0e32634d [2021-10-27T01:11:45.111Z] ---> Running in 35e250c4cd96 [2021-10-27T01:11:45.704Z] Removing intermediate container 37cc0e32634d [2021-10-27T01:11:45.704Z] ---> 680ad70f45dd [2021-10-27T01:11:45.704Z] [2021-10-27T01:11:45.704Z] Removing intermediate container 35e250c4cd96 [2021-10-27T01:11:45.704Z] ---> 00e104978121 [2021-10-27T01:11:45.704Z] 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-27T01:11:45.975Z] ---> Running in 1874aa1c7901 [2021-10-27T01:11:45.975Z] Successfully built 680ad70f45dd [2021-10-27T01:11:45.975Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-10-27T01:11:47.403Z]  Building security-secretstore-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-10-27T01:11:47.403Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-10-27T01:11:48.377Z] (1/42) Installing readline (8.1.0-r0) [2021-10-27T01:11:48.377Z] (2/42) Installing bash (5.1.4-r0) [2021-10-27T01:11:48.377Z] Executing bash-5.1.4-r0.post-install [2021-10-27T01:11:48.377Z] (3/42) Installing brotli-libs (1.0.9-r5) [2021-10-27T01:11:48.377Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2021-10-27T01:11:48.377Z] (5/42) Installing libcurl (7.79.1-r0) [2021-10-27T01:11:48.377Z] (6/42) Installing curl (7.79.1-r0) [2021-10-27T01:11:48.377Z] (7/42) Installing dumb-init (1.2.5-r1) [2021-10-27T01:11:48.377Z] (8/42) Installing libbz2 (1.0.8-r1) [2021-10-27T01:11:48.377Z] (9/42) Installing expat (2.4.1-r0) [2021-10-27T01:11:48.648Z] (10/42) Installing libffi (3.3-r2) [2021-10-27T01:11:48.648Z] (11/42) Installing gdbm (1.19-r0) [2021-10-27T01:11:48.648Z] (12/42) Installing xz-libs (5.2.5-r0) [2021-10-27T01:11:48.648Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2021-10-27T01:11:48.648Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2021-10-27T01:11:48.648Z] (15/42) Installing mpdecimal (2.5.1-r1) [2021-10-27T01:11:48.648Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2021-10-27T01:11:48.648Z] (17/42) Installing python3 (3.9.5-r1) [2021-10-27T01:11:50.615Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2021-10-27T01:11:50.615Z] (19/42) Installing py3-chardet (4.0.0-r2) [2021-10-27T01:11:50.886Z] (20/42) Installing py3-idna (3.2-r0) [2021-10-27T01:11:50.886Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2021-10-27T01:11:50.886Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2021-10-27T01:11:50.886Z] (23/42) Installing py3-requests (2.25.1-r4) [2021-10-27T01:11:50.886Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2021-10-27T01:11:50.886Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2021-10-27T01:11:50.886Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2021-10-27T01:11:50.886Z] (27/42) Installing py3-colorama (0.4.4-r1) [2021-10-27T01:11:50.886Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2021-10-27T01:11:50.886Z] (29/42) Installing py3-distlib (0.3.1-r3) [2021-10-27T01:11:51.155Z] (30/42) Installing py3-distro (1.5.0-r3) [2021-10-27T01:11:51.155Z] (31/42) Installing py3-six (1.15.0-r1) [2021-10-27T01:11:51.155Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2021-10-27T01:11:51.155Z] (33/42) Installing py3-html5lib (1.1-r1) [2021-10-27T01:11:51.155Z] (34/42) Installing py3-parsing (2.4.7-r2) [2021-10-27T01:11:51.155Z] (35/42) Installing py3-packaging (20.9-r1) [2021-10-27T01:11:51.155Z] (36/42) Installing py3-toml (0.10.2-r2) [2021-10-27T01:11:51.155Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2021-10-27T01:11:51.155Z] (38/42) Installing py3-progress (1.5-r2) [2021-10-27T01:11:51.155Z] (39/42) Installing py3-retrying (1.3.3-r1) [2021-10-27T01:11:51.155Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2021-10-27T01:11:51.155Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2021-10-27T01:11:51.430Z] (42/42) Installing py3-pip (20.3.4-r1) [2021-10-27T01:11:52.023Z] Executing busybox-1.33.1-r3.trigger [2021-10-27T01:11:52.023Z] OK: 84 MiB in 64 packages [2021-10-27T01:11:57.296Z] Collecting docker-compose==1.23.2 [2021-10-27T01:11:57.296Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-10-27T01:11:57.885Z] Collecting jsonschema<3,>=2.5.1 [2021-10-27T01:11:58.157Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-10-27T01:11:58.428Z] Collecting websocket-client<1.0,>=0.32.0 [2021-10-27T01:11:58.428Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-10-27T01:11:59.401Z] Collecting docker<4.0,>=3.6.0 [2021-10-27T01:11:59.401Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-10-27T01:12:00.830Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-10-27T01:12:00.830Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-10-27T01:12:00.830Z] Collecting cached-property<2,>=1.2.0 [2021-10-27T01:12:00.830Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-10-27T01:12:01.102Z] Collecting dockerpty<0.5,>=0.4.1 [2021-10-27T01:12:01.102Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-10-27T01:12:05.397Z] Collecting PyYAML<4,>=3.10 [2021-10-27T01:12:05.397Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-10-27T01:12:08.767Z] Collecting docopt<0.7,>=0.6.1 [2021-10-27T01:12:08.767Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-10-27T01:12:11.375Z] 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-27T01:12:11.375Z] Collecting texttable<0.10,>=0.9.0 [2021-10-27T01:12:11.375Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-10-27T01:12:14.624Z] Collecting docker-pycreds>=0.4.0 [2021-10-27T01:12:14.624Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-10-27T01:12:15.619Z] Collecting idna<2.8,>=2.5 [2021-10-27T01:12:15.619Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-10-27T01:12:15.619Z] Collecting chardet<3.1.0,>=3.0.2 [2021-10-27T01:12:15.619Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-10-27T01:12:16.607Z] Collecting urllib3<1.25,>=1.21.1 [2021-10-27T01:12:16.607Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-10-27T01:12:16.607Z] 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-27T01:12:17.206Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-10-27T01:12:17.206Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-10-27T01:12:17.206Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-10-27T01:12:17.206Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-10-27T01:12:18.650Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-10-27T01:12:18.650Z] Attempting uninstall: urllib3 [2021-10-27T01:12:18.650Z] Found existing installation: urllib3 1.26.5 [2021-10-27T01:12:18.650Z] Uninstalling urllib3-1.26.5: [2021-10-27T01:12:18.926Z] Successfully uninstalled urllib3-1.26.5 [2021-10-27T01:12:19.909Z] Attempting uninstall: idna [2021-10-27T01:12:19.909Z] Found existing installation: idna 3.2 [2021-10-27T01:12:19.909Z] Uninstalling idna-3.2: [2021-10-27T01:12:19.909Z] Successfully uninstalled idna-3.2 [2021-10-27T01:12:21.352Z] Attempting uninstall: chardet [2021-10-27T01:12:21.352Z] Found existing installation: chardet 4.0.0 [2021-10-27T01:12:21.352Z] Uninstalling chardet-4.0.0: [2021-10-27T01:12:21.352Z] Successfully uninstalled chardet-4.0.0 [2021-10-27T01:12:23.976Z] Attempting uninstall: requests [2021-10-27T01:12:23.976Z] Found existing installation: requests 2.25.1 [2021-10-27T01:12:23.976Z] Uninstalling requests-2.25.1: [2021-10-27T01:12:23.976Z] Successfully uninstalled requests-2.25.1 [2021-10-27T01:12:24.571Z] Running setup.py install for texttable: started [2021-10-27T01:12:27.176Z] Running setup.py install for texttable: finished with status 'done' [2021-10-27T01:12:27.176Z] Running setup.py install for PyYAML: started [2021-10-27T01:12:30.484Z] Running setup.py install for PyYAML: finished with status 'done' [2021-10-27T01:12:31.079Z] Running setup.py install for docopt: started [2021-10-27T01:12:33.681Z] Running setup.py install for docopt: finished with status 'done' [2021-10-27T01:12:33.681Z] Running setup.py install for dockerpty: started [2021-10-27T01:12:36.292Z] Running setup.py install for dockerpty: finished with status 'done' [2021-10-27T01:12:38.902Z] 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-27T01:12:49.045Z] Removing intermediate container 1874aa1c7901 [2021-10-27T01:12:49.045Z] ---> 5b4e42b07a45 [2021-10-27T01:12:49.045Z] Step 13/22 : ENV APP_PORT=58890 [2021-10-27T01:12:49.045Z] ---> Running in 337c625cbd6b [2021-10-27T01:12:49.045Z] Removing intermediate container 337c625cbd6b [2021-10-27T01:12:49.045Z] ---> 4171ab29157b [2021-10-27T01:12:49.045Z] Step 14/22 : EXPOSE $APP_PORT [2021-10-27T01:12:49.045Z] ---> Running in 949d0e3ba34f [2021-10-27T01:12:49.045Z] Removing intermediate container 949d0e3ba34f [2021-10-27T01:12:49.045Z] ---> 44d420824fe8 [2021-10-27T01:12:49.045Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-10-27T01:12:50.017Z] ---> 446c9fa9061d [2021-10-27T01:12:50.017Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-10-27T01:12:50.991Z] ---> 8e97b5c6101a [2021-10-27T01:12:50.991Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-10-27T01:12:51.593Z] ---> 37a88ee07b9b [2021-10-27T01:12:51.593Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-10-27T01:12:51.866Z] ---> Running in af7c4f10a442 [2021-10-27T01:12:52.137Z] Removing intermediate container af7c4f10a442 [2021-10-27T01:12:52.137Z] ---> 278b6a248518 [2021-10-27T01:12:52.137Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-10-27T01:12:52.408Z] ---> Running in 9d9763abd5b7 [2021-10-27T01:12:52.682Z] Removing intermediate container 9d9763abd5b7 [2021-10-27T01:12:52.682Z] ---> 4096f2a612cd [2021-10-27T01:12:52.682Z] Step 20/22 : LABEL arch=arm64 [2021-10-27T01:12:52.954Z] ---> Running in fc06275e9619 [2021-10-27T01:12:53.226Z] Removing intermediate container fc06275e9619 [2021-10-27T01:12:53.226Z] ---> d811057cc2f2 [2021-10-27T01:12:53.226Z] Step 21/22 : LABEL git_sha=2086f5d1da9d1dc864610fa8c2f8f59cbbc0b1d5 [2021-10-27T01:12:53.499Z] ---> Running in 4c33cae6c66c [2021-10-27T01:12:53.770Z] Removing intermediate container 4c33cae6c66c [2021-10-27T01:12:53.770Z] ---> 25d06effbaea [2021-10-27T01:12:53.770Z] Step 22/22 : LABEL version=0.0.0 [2021-10-27T01:12:54.044Z] ---> Running in 8b4cca4ea2ab [2021-10-27T01:12:54.317Z] Removing intermediate container 8b4cca4ea2ab [2021-10-27T01:12:54.317Z] ---> 9b308c53ee10 [2021-10-27T01:12:54.317Z] [2021-10-27T01:12:54.909Z] Successfully built 9b308c53ee10 [2021-10-27T01:12:54.909Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-10-27T01:12:55.198Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-10-27T01:12:55.202Z] $ docker stop --time=1 ced2771601d91384181c9af7b3f6418e2c1076df28fcacb9e42350342daa6157 [2021-10-27T01:12:56.986Z] $ docker rm -f ced2771601d91384181c9af7b3f6418e2c1076df28fcacb9e42350342daa6157 [Pipeline] // withDockerContainer [Pipeline] sh [2021-10-27T01:12:57.604Z] + docker images [2021-10-27T01:12:57.877Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-10-27T01:12:57.877Z] sys-mgmt-agent-arm64 latest 9b308c53ee10 3 seconds ago 277MB [2021-10-27T01:12:57.877Z] security-secretstore-setup-arm64 latest 680ad70f45dd About a minute ago 26.8MB [2021-10-27T01:12:57.877Z] security-proxy-setup-arm64 latest bbac7740aa7b About a minute ago 25.4MB [2021-10-27T01:12:57.877Z] a8fef62274ee About a minute ago 1.57GB [2021-10-27T01:12:57.877Z] core-command-arm64 latest 53a2ca831a41 About a minute ago 15.2MB [2021-10-27T01:12:57.877Z] 10167f7242ee About a minute ago 1.58GB [2021-10-27T01:12:57.877Z] 374f521288ba About a minute ago 1.57GB [2021-10-27T01:12:57.877Z] 47fe658151f4 About a minute ago 1.57GB [2021-10-27T01:12:57.877Z] core-data-arm64 latest a60a22fcb5b3 4 minutes ago 19.5MB [2021-10-27T01:12:57.877Z] security-bootstrapper-arm64 latest 8fe6636a989d 4 minutes ago 17.8MB [2021-10-27T01:12:57.877Z] core-metadata-arm64 latest 432e18999771 4 minutes ago 15.9MB [2021-10-27T01:12:57.877Z] support-scheduler-arm64 latest 2942eac87eb4 4 minutes ago 15.3MB [2021-10-27T01:12:57.877Z] support-notifications-arm64 latest 36cfb8487ee1 4 minutes ago 16.1MB [2021-10-27T01:12:57.877Z] f6b66ae84b70 4 minutes ago 1.58GB [2021-10-27T01:12:57.877Z] cce6b6073e93 4 minutes ago 1.57GB [2021-10-27T01:12:57.877Z] c9f1a1fd390f 4 minutes ago 1.57GB [2021-10-27T01:12:57.877Z] b58c4ae4d6fb 4 minutes ago 1.57GB [2021-10-27T01:12:57.877Z] 1fb20de4d8e4 5 minutes ago 1.57GB [2021-10-27T01:12:57.877Z] ci-base-image-arm64 latest fdbc1eac993e 16 minutes ago 1.24GB [2021-10-27T01:12:57.877Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine 8b459fc5aaf0 13 days ago 534MB [2021-10-27T01:12:57.877Z] docker 20.10.8 3734d5adc5ac 7 weeks ago 198MB [2021-10-27T01:12:57.877Z] alpine 3.14 bb3de5531c18 2 months ago 5.34MB [2021-10-27T01:12:57.877Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 16 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-27T01:12:59.478Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-27T01:12:59.750Z] [2021-10-27T01:12:59.750Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-10-27T01:13:00.098Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-27T01:13:00.370Z] arm64: Pulling from edgex-lftools-log-publisher [2021-10-27T01:13:00.370Z] 448f6bf000e3: Pulling fs layer [2021-10-27T01:13:00.370Z] f757da607395: Pulling fs layer [2021-10-27T01:13:00.370Z] 05883995daec: Pulling fs layer [2021-10-27T01:13:00.370Z] 8603b9c90790: Pulling fs layer [2021-10-27T01:13:00.370Z] 1560dd03e051: Pulling fs layer [2021-10-27T01:13:00.370Z] 27f5ce0e4adf: Pulling fs layer [2021-10-27T01:13:00.370Z] c2d8d7efcc4b: Pulling fs layer [2021-10-27T01:13:00.370Z] 1560dd03e051: Waiting [2021-10-27T01:13:00.370Z] 27f5ce0e4adf: Waiting [2021-10-27T01:13:00.370Z] c2d8d7efcc4b: Waiting [2021-10-27T01:13:00.370Z] 8603b9c90790: Waiting [2021-10-27T01:13:00.370Z] f757da607395: Verifying Checksum [2021-10-27T01:13:00.370Z] f757da607395: Download complete [2021-10-27T01:13:00.370Z] 8603b9c90790: Verifying Checksum [2021-10-27T01:13:00.370Z] 8603b9c90790: Download complete [2021-10-27T01:13:00.649Z] 1560dd03e051: Verifying Checksum [2021-10-27T01:13:00.649Z] 1560dd03e051: Download complete [2021-10-27T01:13:00.649Z] 05883995daec: Verifying Checksum [2021-10-27T01:13:00.649Z] 05883995daec: Download complete [2021-10-27T01:13:00.649Z] 27f5ce0e4adf: Download complete [2021-10-27T01:13:00.925Z] 448f6bf000e3: Verifying Checksum [2021-10-27T01:13:00.925Z] 448f6bf000e3: Download complete [2021-10-27T01:13:03.551Z] c2d8d7efcc4b: Verifying Checksum [2021-10-27T01:13:03.551Z] c2d8d7efcc4b: Download complete [2021-10-27T01:13:04.983Z] 448f6bf000e3: Pull complete [2021-10-27T01:13:05.584Z] f757da607395: Pull complete [2021-10-27T01:13:07.560Z] 05883995daec: Pull complete [2021-10-27T01:13:07.560Z] 8603b9c90790: Pull complete [2021-10-27T01:13:08.547Z] 1560dd03e051: Pull complete [2021-10-27T01:13:09.146Z] 27f5ce0e4adf: Pull complete [2021-10-27T01:13:25.176Z] c2d8d7efcc4b: Pull complete [2021-10-27T01:13:25.176Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-10-27T01:13:25.176Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-10-27T01:13:25.176Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-10-27T01:13:25.442Z] prd-ubuntu18.04-docker-arm64-4c-16g-2150 does not seem to be running inside a container [2021-10-27T01:13:25.565Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-10-27T01:13:29.207Z] $ docker top bd42ffa8a0c61fb4eaf3a10851faa99177caa387016a441498eeceef1bb3c659 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-10-27T01:13:30.298Z] ---> job-cost.sh [2021-10-27T01:13:30.298Z] lf-activate-venv: SKIPPING [2021-10-27T01:13:30.298Z] INFO: No Stack... [2021-10-27T01:13:31.738Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-10-27T01:13:32.011Z] INFO: Archiving Costs [Pipeline] sh [2021-10-27T01:13:32.686Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [2021-10-27T01:13:32.686Z] + cut -d, -f6 [Pipeline] lock [2021-10-27T01:13:32.770Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3780-3-stack-cost] [2021-10-27T01:13:32.781Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3780-3-stack-cost] did not exist. Created. [2021-10-27T01:13:32.782Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3780-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-10-27T01:13:33.480Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-10-27T01:13:33.706Z] Stashed 1 file(s) [Pipeline] } [2021-10-27T01:13:33.719Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3780-3-stack-cost] [Pipeline] // lock [Pipeline] } [2021-10-27T01:13:33.736Z] $ docker stop --time=1 bd42ffa8a0c61fb4eaf3a10851faa99177caa387016a441498eeceef1bb3c659 [2021-10-27T01:13:36.470Z] $ docker rm -f bd42ffa8a0c61fb4eaf3a10851faa99177caa387016a441498eeceef1bb3c659 [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-27T01:13:37.929Z] + '[' -d /w/workspace/edgex-go/3/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-10-27T01:13:38.226Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-27T01:13:38.786Z] ---> package-listing.sh [2021-10-27T01:13:38.786Z] ++ facter osfamily [2021-10-27T01:13:38.786Z] ++ tr '[:upper:]' '[:lower:]' [2021-10-27T01:13:39.052Z] + OS_FAMILY=redhat [2021-10-27T01:13:39.052Z] + workspace=/w/workspace/edgex-go/3 [2021-10-27T01:13:39.052Z] + START_PACKAGES=/tmp/packages_start.txt [2021-10-27T01:13:39.052Z] + END_PACKAGES=/tmp/packages_end.txt [2021-10-27T01:13:39.053Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-10-27T01:13:39.053Z] + PACKAGES=/tmp/packages_start.txt [2021-10-27T01:13:39.053Z] + '[' /w/workspace/edgex-go/3 ']' [2021-10-27T01:13:39.053Z] + PACKAGES=/tmp/packages_end.txt [2021-10-27T01:13:39.053Z] + case "${OS_FAMILY}" in [2021-10-27T01:13:39.053Z] + sort [2021-10-27T01:13:39.053Z] + rpm -qa [2021-10-27T01:13:42.347Z] + '[' -f /tmp/packages_start.txt ']' [2021-10-27T01:13:42.348Z] + '[' -f /tmp/packages_end.txt ']' [2021-10-27T01:13:42.348Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-10-27T01:13:42.348Z] + '[' /w/workspace/edgex-go/3 ']' [2021-10-27T01:13:42.348Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-10-27T01:13:42.348Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-10-27T01:13:42.356Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-10-27T01:13:42.640Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-10-27T01:13:42.942Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-27T01:13:42.942Z] [2021-10-27T01:13:42.942Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-10-27T01:13:43.245Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-27T01:13:43.245Z] latest: Pulling from edgex-lftools-log-publisher [2021-10-27T01:13:43.245Z] b4d181a07f80: Pulling fs layer [2021-10-27T01:13:43.245Z] a1111a8f2ec3: Pulling fs layer [2021-10-27T01:13:43.245Z] ed53099fbce6: Pulling fs layer [2021-10-27T01:13:43.245Z] dc539afda2c1: Pulling fs layer [2021-10-27T01:13:43.245Z] 77bc0d833cb6: Pulling fs layer [2021-10-27T01:13:43.245Z] 9065ff56babe: Pulling fs layer [2021-10-27T01:13:43.245Z] d287ab97295c: Pulling fs layer [2021-10-27T01:13:43.245Z] dc539afda2c1: Waiting [2021-10-27T01:13:43.245Z] 77bc0d833cb6: Waiting [2021-10-27T01:13:43.245Z] 9065ff56babe: Waiting [2021-10-27T01:13:43.245Z] d287ab97295c: Waiting [2021-10-27T01:13:43.245Z] a1111a8f2ec3: Verifying Checksum [2021-10-27T01:13:43.245Z] a1111a8f2ec3: Download complete [2021-10-27T01:13:43.245Z] dc539afda2c1: Verifying Checksum [2021-10-27T01:13:43.245Z] dc539afda2c1: Download complete [2021-10-27T01:13:43.245Z] ed53099fbce6: Verifying Checksum [2021-10-27T01:13:43.245Z] ed53099fbce6: Download complete [2021-10-27T01:13:43.510Z] 9065ff56babe: Verifying Checksum [2021-10-27T01:13:43.510Z] 9065ff56babe: Download complete [2021-10-27T01:13:43.510Z] 77bc0d833cb6: Verifying Checksum [2021-10-27T01:13:43.510Z] 77bc0d833cb6: Download complete [2021-10-27T01:13:43.510Z] b4d181a07f80: Verifying Checksum [2021-10-27T01:13:43.510Z] b4d181a07f80: Download complete [2021-10-27T01:13:44.092Z] d287ab97295c: Verifying Checksum [2021-10-27T01:13:44.092Z] d287ab97295c: Download complete [2021-10-27T01:13:45.044Z] b4d181a07f80: Pull complete [2021-10-27T01:13:45.045Z] a1111a8f2ec3: Pull complete [2021-10-27T01:13:45.635Z] ed53099fbce6: Pull complete [2021-10-27T01:13:45.636Z] dc539afda2c1: Pull complete [2021-10-27T01:13:45.902Z] 77bc0d833cb6: Pull complete [2021-10-27T01:13:46.163Z] 9065ff56babe: Pull complete [2021-10-27T01:13:52.227Z] d287ab97295c: Pull complete [2021-10-27T01:13:52.227Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-10-27T01:13:52.227Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-10-27T01:13:52.227Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-10-27T01:13:52.305Z] prd-centos7-docker-4c-2g-2146 does not seem to be running inside a container [2021-10-27T01:13:52.341Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-10-27T01:13:55.665Z] $ docker top 99ee766de68c2fd295534b21cde686b94cbc0951babacd538b1e113bc960064a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-10-27T01:13:56.015Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-10-27T01:13:56.304Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-10-27T01:13:56.592Z] + ls /var/log/sa-host [2021-10-27T01:13:56.592Z] + sadf -c /var/log/sa-host/sa27 [2021-10-27T01:13:56.592Z] file_magic: OK [2021-10-27T01:13:56.592Z] HZ: Using current value: 100 [2021-10-27T01:13:56.592Z] file_header: OK [2021-10-27T01:13:56.592Z] 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-27T01:13:56.592Z] Statistics: [2021-10-27T01:13:56.592Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-27T01:13:56.592Z] File successfully converted to sysstat format version 12.0.3 [2021-10-27T01:13:56.592Z] + sadf -c /var/log/sa-host/sa30 [2021-10-27T01:13:56.592Z] file_magic: OK [2021-10-27T01:13:56.592Z] HZ: Using current value: 100 [2021-10-27T01:13:56.592Z] file_header: OK [2021-10-27T01:13:56.592Z] 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-27T01:13:56.592Z] Statistics: [2021-10-27T01:13:56.592Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-10-27T01:13:56.592Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-10-27T01:13:56.676Z] provisioning config files... [2021-10-27T01:13:56.685Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config635087640259288136tmp [Pipeline] { [Pipeline] echo [2021-10-27T01:13:56.697Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-27T01:13:56.979Z] ---> create-netrc.sh [Pipeline] } [2021-10-27T01:13:56.986Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-10-27T01:13:57.309Z] ---> python-tools-install.sh [Pipeline] echo [2021-10-27T01:13:57.317Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-27T01:13:57.600Z] ---> sudo-logs.sh [2021-10-27T01:13:57.600Z] Archiving 'sudo' log.. [2021-10-27T01:13:57.600Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-2146.novalocal: Name or service not known [2021-10-27T01:13:57.600Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-2146.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-10-27T01:13:57.653Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-27T01:13:57.943Z] ---> job-cost.sh [2021-10-27T01:13:57.944Z] lf-activate-venv: SKIPPING [2021-10-27T01:13:57.944Z] DEBUG: total: 0.10999999940395355 [2021-10-27T01:13:57.944Z] INFO: Retrieving Stack Cost... [2021-10-27T01:13:58.203Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-10-27T01:13:58.462Z] INFO: Archiving Costs [Pipeline] echo [2021-10-27T01:13:58.473Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-10-27T01:13:58.764Z] ---> logs-deploy.sh [2021-10-27T01:13:58.764Z] lf-activate-venv: SKIPPING [2021-10-27T01:13:58.764Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3780/3 [2021-10-27T01:13:58.764Z] INFO: archiving workspace using pattern(s): [2021-10-27T01:13:59.702Z] Archives upload complete. [2021-10-27T01:13:59.702Z] INFO: archiving logs to Nexus