Pull request #3571 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4d8305b3a0ce0906d055d440d1b874a1496e8b07+ca82cc67a24dd3a646f9c54faca12af7640f6229 (ec97b0c76f7b38cd1f208c00ce86209c3b03cb7c) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6025491697008078062.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh3196923845350797822.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3571/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3571/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh6765947083054156312.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f4a1163c6b2b14014f487cca778b157dcbc6cc6b # timeout=10 Commit message: "Merge pull request #339 from ernestojeda/disable-snaps-temp" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1504488812561333125.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3571/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3571/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh41288613240538865.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1570 in /w/workspace/edgexfoundry_edgex-go_PR-3571 [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 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/3@tmp/jenkins-gitclient-ssh1310256119663460183.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit ca82cc67a24dd3a646f9c54faca12af7640f6229 into PR head commit 4d8305b3a0ce0906d055d440d1b874a1496e8b07 Merge succeeded, producing 4d8305b3a0ce0906d055d440d1b874a1496e8b07 Checking out Revision 4d8305b3a0ce0906d055d440d1b874a1496e8b07 (PR-3571) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/3@tmp/jenkins-gitclient-ssh5624865588040853964.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3571/head:refs/remotes/origin/PR-3571 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4d8305b3a0ce0906d055d440d1b874a1496e8b07 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/3@tmp/jenkins-gitclient-ssh5935180643259975615.key > git merge ca82cc67a24dd3a646f9c54faca12af7640f6229 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4d8305b3a0ce0906d055d440d1b874a1496e8b07 # timeout=10 Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.2 to 1.9.3" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-06-15T22:15:38.602Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-06-15T22:15:38.691Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv > git rev-list --no-walk f9106bbc589f57de50b494ab615c1d847f3fadd2 # timeout=10 [Pipeline] { [Pipeline] echo [2021-06-15T22:15:38.722Z] ========================================================= [2021-06-15T22:15:38.722Z] EdgeX Global Pipelines Version Info [2021-06-15T22:15:38.722Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-06-15T22:15:40.144Z] ------------------- [2021-06-15T22:15:40.144Z] stable info: [2021-06-15T22:15:40.144Z] ------------------- [2021-06-15T22:15:40.144Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-06-15T22:15:40.144Z] Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b [2021-06-15T22:15:40.144Z] Message: update stable to v1.0.194 [2021-06-15T22:15:40.729Z] ------------------- [2021-06-15T22:15:40.729Z] experimental info: [2021-06-15T22:15:40.729Z] ------------------- [2021-06-15T22:15:40.729Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-06-15T22:15:40.729Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-15T22:15:40.729Z] Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-06-15T22:15:42.709Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-06-15T22:15:42.733Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-06-15T22:15:42.759Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-06-15T22:15:42.783Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-06-15T22:15:42.807Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-06-15T22:15:42.833Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-06-15T22:15:42.870Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-06-15T22:15:42.899Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-06-15T22:15:42.923Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-06-15T22:15:42.947Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-06-15T22:15:42.971Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-06-15T22:15:42.995Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-06-15T22:15:43.051Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-06-15T22:15:43.076Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-06-15T22:15:43.099Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-06-15T22:15:43.123Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-06-15T22:15:43.150Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-06-15T22:15:43.176Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-06-15T22:15:43.219Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-06-15T22:15:43.244Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-06-15T22:15:43.276Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-06-15T22:15:43.308Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-06-15T22:15:43.340Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3571 [Pipeline] echo [2021-06-15T22:15:43.381Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3571 [Pipeline] echo [2021-06-15T22:15:43.420Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3571 [Pipeline] echo [2021-06-15T22:15:43.446Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4d8305b3a0ce0906d055d440d1b874a1496e8b07 [Pipeline] echo [2021-06-15T22:15:43.477Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4d8305b [Pipeline] echo [2021-06-15T22:15:43.503Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-15T22:15:43.584Z] provisioning config files... [2021-06-15T22:15:43.602Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6461827154749112602tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-15T22:15:43.942Z] ---> docker-login.sh [2021-06-15T22:15:43.942Z] nexus3.edgexfoundry.org:10001 [2021-06-15T22:15:44.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T22:15:44.206Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T22:15:44.206Z] Configure a credential helper to remove this warning. See [2021-06-15T22:15:44.206Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T22:15:44.206Z] [2021-06-15T22:15:44.206Z] Login Succeeded [2021-06-15T22:15:44.206Z] nexus3.edgexfoundry.org:10002 [2021-06-15T22:15:44.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T22:15:44.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T22:15:44.473Z] Configure a credential helper to remove this warning. See [2021-06-15T22:15:44.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T22:15:44.473Z] [2021-06-15T22:15:44.473Z] Login Succeeded [2021-06-15T22:15:44.473Z] nexus3.edgexfoundry.org:10003 [2021-06-15T22:15:44.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T22:15:44.742Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T22:15:44.742Z] Configure a credential helper to remove this warning. See [2021-06-15T22:15:44.742Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T22:15:44.742Z] [2021-06-15T22:15:44.742Z] Login Succeeded [2021-06-15T22:15:44.742Z] nexus3.edgexfoundry.org:10004 [2021-06-15T22:15:44.742Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T22:15:44.742Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T22:15:44.742Z] Configure a credential helper to remove this warning. See [2021-06-15T22:15:44.742Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T22:15:44.742Z] [2021-06-15T22:15:44.742Z] Login Succeeded [2021-06-15T22:15:44.742Z] docker.io [2021-06-15T22:15:45.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T22:15:45.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T22:15:45.270Z] Configure a credential helper to remove this warning. See [2021-06-15T22:15:45.270Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T22:15:45.270Z] [2021-06-15T22:15:45.270Z] Login Succeeded [2021-06-15T22:15:45.270Z] ---> docker-login.sh ends [Pipeline] } [2021-06-15T22:15:45.280Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-15T22:15:45.628Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-06-15T22:15:45.628Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T22:15:45.628Z] ++ cut -d/ -f2 [2021-06-15T22:15:45.628Z] ++ dirname cmd/core-command/Dockerfile [2021-06-15T22:15:45.628Z] + echo core-command,cmd/core-command/Dockerfile [2021-06-15T22:15:45.628Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T22:15:45.628Z] ++ dirname cmd/core-data/Dockerfile [2021-06-15T22:15:45.628Z] ++ cut -d/ -f2 [2021-06-15T22:15:45.628Z] + echo core-data,cmd/core-data/Dockerfile [2021-06-15T22:15:45.628Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T22:15:45.628Z] ++ dirname cmd/core-metadata/Dockerfile [2021-06-15T22:15:45.628Z] ++ cut -d/ -f2 [2021-06-15T22:15:45.628Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-06-15T22:15:45.628Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T22:15:45.628Z] ++ cut -d/ -f2 [2021-06-15T22:15:45.628Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-06-15T22:15:45.628Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-06-15T22:15:45.628Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T22:15:45.628Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-06-15T22:15:45.628Z] ++ cut -d/ -f2 [2021-06-15T22:15:45.628Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-06-15T22:15:45.628Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T22:15:45.628Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-06-15T22:15:45.628Z] ++ cut -d/ -f2 [2021-06-15T22:15:45.628Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-06-15T22:15:45.628Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T22:15:45.628Z] ++ dirname cmd/support-notifications/Dockerfile [2021-06-15T22:15:45.628Z] ++ cut -d/ -f2 [2021-06-15T22:15:45.628Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-06-15T22:15:45.628Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T22:15:45.628Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-06-15T22:15:45.628Z] ++ cut -d/ -f2 [2021-06-15T22:15:45.628Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-06-15T22:15:45.628Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-15T22:15:45.628Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-06-15T22:15:45.628Z] ++ cut -d/ -f2 [2021-06-15T22:15:45.628Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-06-15T22:15:45.678Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:15:46.426Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-15T22:15:46.426Z] [2021-06-15T22:15:46.426Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:15:46.748Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-15T22:15:46.748Z] latest: Pulling from edgex-devops/git-semver [2021-06-15T22:15:46.748Z] 31603596830f: Pulling fs layer [2021-06-15T22:15:46.748Z] 54011a49482f: Pulling fs layer [2021-06-15T22:15:46.748Z] a6820b24f6d8: Pulling fs layer [2021-06-15T22:15:46.748Z] f581987b2513: Pulling fs layer [2021-06-15T22:15:46.748Z] f581987b2513: Waiting [2021-06-15T22:15:46.748Z] 54011a49482f: Download complete [2021-06-15T22:15:47.012Z] 31603596830f: Verifying Checksum [2021-06-15T22:15:47.012Z] 31603596830f: Download complete [2021-06-15T22:15:47.012Z] f581987b2513: Verifying Checksum [2021-06-15T22:15:47.012Z] f581987b2513: Download complete [2021-06-15T22:15:47.012Z] a6820b24f6d8: Verifying Checksum [2021-06-15T22:15:47.012Z] a6820b24f6d8: Download complete [2021-06-15T22:15:47.276Z] 31603596830f: Pull complete [2021-06-15T22:15:47.276Z] 54011a49482f: Pull complete [2021-06-15T22:15:48.227Z] a6820b24f6d8: Pull complete [2021-06-15T22:15:48.489Z] f581987b2513: Pull complete [2021-06-15T22:15:48.489Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-06-15T22:15:48.489Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-15T22:15:48.489Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-06-15T22:15:48.587Z] prd-centos7-docker-4c-2g-1570 does not seem to be running inside a container [2021-06-15T22:15:48.627Z] $ 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-06-15T22:15:51.462Z] $ docker top dfc9b74904d84ac329088ff588ec76d22ac3566e27fde977edf64097783722fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-06-15T22:15:51.617Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-15T22:15:51.617Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-15T22:15:53.375Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-15T22:15:53.375Z] $ docker exec dfc9b74904d84ac329088ff588ec76d22ac3566e27fde977edf64097783722fe ssh-agent [2021-06-15T22:15:53.507Z] SSH_AUTH_SOCK=/tmp/ssh-ERMEzgYmGYaE/agent.13 [2021-06-15T22:15:53.507Z] SSH_AGENT_PID=19 [2021-06-15T22:15:53.518Z] Running ssh-add (command line suppressed) [2021-06-15T22:15:53.627Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_14353079898523345.key (/w/workspace/edgex-go/3@tmp/private_key_14353079898523345.key) [2021-06-15T22:15:53.649Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-15T22:15:53.961Z] + git tag --points-at HEAD [Pipeline] } [2021-06-15T22:15:53.977Z] $ docker exec --env ******** --env ******** dfc9b74904d84ac329088ff588ec76d22ac3566e27fde977edf64097783722fe ssh-agent -k [2021-06-15T22:15:54.088Z] unset SSH_AUTH_SOCK; [2021-06-15T22:15:54.089Z] unset SSH_AGENT_PID; [2021-06-15T22:15:54.089Z] echo Agent pid 19 killed; [2021-06-15T22:15:54.105Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-06-15T22:15:54.169Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-15T22:15:54.169Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-15T22:15:54.294Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-15T22:15:54.294Z] $ docker exec dfc9b74904d84ac329088ff588ec76d22ac3566e27fde977edf64097783722fe ssh-agent [2021-06-15T22:15:54.415Z] SSH_AUTH_SOCK=/tmp/ssh-6XmvdcDsc63n/agent.52 [2021-06-15T22:15:54.416Z] SSH_AGENT_PID=59 [2021-06-15T22:15:54.421Z] Running ssh-add (command line suppressed) [2021-06-15T22:15:54.531Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_740655848454169029.key (/w/workspace/edgex-go/3@tmp/private_key_740655848454169029.key) [2021-06-15T22:15:54.551Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-15T22:15:54.874Z] + git semver init [2021-06-15T22:15:54.874Z] # -> Open(): unable to determine branch for HEAD [2021-06-15T22:15:54.874Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-06-15T22:15:54.874Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-06-15T22:15:54.874Z] # $SEMVER_REMOTE_NAME = origin [2021-06-15T22:15:54.874Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-06-15T22:15:54.874Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-06-15T22:15:54.874Z] # $SEMVER_BRANCH = PR-3571 [2021-06-15T22:15:54.874Z] # $SEMVER_TEMP = /tmp/semver-244230512 [2021-06-15T22:15:54.874Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-06-15T22:16:27.037Z] # '/tmp/semver-244230512' -> '/w/workspace/edgex-go/3/.semver' [2021-06-15T22:16:27.037Z] # -> Force: false [2021-06-15T22:16:27.037Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-06-15T22:16:27.048Z] $ docker exec --env ******** --env ******** dfc9b74904d84ac329088ff588ec76d22ac3566e27fde977edf64097783722fe ssh-agent -k [2021-06-15T22:16:27.173Z] unset SSH_AUTH_SOCK; [2021-06-15T22:16:27.173Z] unset SSH_AGENT_PID; [2021-06-15T22:16:27.173Z] echo Agent pid 59 killed; [2021-06-15T22:16:27.186Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-15T22:16:27.524Z] + git semver [Pipeline] } [2021-06-15T22:16:27.538Z] $ docker stop --time=1 dfc9b74904d84ac329088ff588ec76d22ac3566e27fde977edf64097783722fe [2021-06-15T22:16:29.673Z] $ docker rm -f dfc9b74904d84ac329088ff588ec76d22ac3566e27fde977edf64097783722fe [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-15T22:16:30.087Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-06-15T22:16:30.357Z] Stashed 1 file(s) [Pipeline] echo [2021-06-15T22:16:30.361Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-15T22:16:31.021Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-06-15T22:16:31.318Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-15T22:16:31.618Z] + sudo service docker restart [2021-06-15T22:16:31.618Z] + true [2021-06-15T22:16:31.618Z] Redirecting to /bin/systemctl restart docker.service [2021-06-15T22:16:45.646Z] Still waiting to schedule task [2021-06-15T22:16:45.647Z] ‘prd-centos7-blackbox-4c-2g-591’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-06-15T22:16:45.647Z] ‘prd-centos7-docker-4c-2g-1560’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-06-15T22:16:45.647Z] ‘prd-centos7-docker-4c-2g-1561’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-06-15T22:16:45.647Z] ‘prd-centos7-docker-4c-2g-1562’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-06-15T22:16:45.647Z] ‘prd-centos7-docker-4c-2g-1564’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-06-15T22:16:45.647Z] ‘prd-centos7-docker-4c-2g-1567’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-06-15T22:16:45.647Z] ‘prd-centos7-docker-4c-2g-1568’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-06-15T22:16:45.647Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-1573’ is offline [Pipeline] echo [2021-06-15T22:16:49.774Z] ========================================================= [2021-06-15T22:16:49.774Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-06-15T22:16:49.774Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:16:50.091Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-06-15T22:16:51.493Z] Sending build context to Docker daemon 329.4MB [2021-06-15T22:16:51.493Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-06-15T22:16:51.493Z] Step 2/6 : FROM ${BASE} [2021-06-15T22:16:51.762Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-06-15T22:16:51.762Z] 540db60ca938: Pulling fs layer [2021-06-15T22:16:51.762Z] adcc1eea9eea: Pulling fs layer [2021-06-15T22:16:51.762Z] 4c4ab2625f07: Pulling fs layer [2021-06-15T22:16:51.762Z] 0510c868ecb4: Pulling fs layer [2021-06-15T22:16:51.762Z] afea3b2eda06: Pulling fs layer [2021-06-15T22:16:51.762Z] 7809a108b3ef: Pulling fs layer [2021-06-15T22:16:51.762Z] f706445af74f: Pulling fs layer [2021-06-15T22:16:51.762Z] 0510c868ecb4: Waiting [2021-06-15T22:16:51.762Z] f706445af74f: Waiting [2021-06-15T22:16:51.762Z] afea3b2eda06: Waiting [2021-06-15T22:16:51.762Z] 7809a108b3ef: Waiting [2021-06-15T22:16:51.762Z] 4c4ab2625f07: Verifying Checksum [2021-06-15T22:16:51.762Z] 4c4ab2625f07: Download complete [2021-06-15T22:16:51.762Z] adcc1eea9eea: Download complete [2021-06-15T22:16:51.762Z] afea3b2eda06: Verifying Checksum [2021-06-15T22:16:51.762Z] afea3b2eda06: Download complete [2021-06-15T22:16:51.762Z] 540db60ca938: Verifying Checksum [2021-06-15T22:16:51.762Z] 540db60ca938: Download complete [2021-06-15T22:16:52.024Z] 7809a108b3ef: Verifying Checksum [2021-06-15T22:16:52.024Z] 7809a108b3ef: Download complete [2021-06-15T22:16:52.024Z] 540db60ca938: Pull complete [2021-06-15T22:16:52.285Z] adcc1eea9eea: Pull complete [2021-06-15T22:16:52.285Z] 4c4ab2625f07: Pull complete [2021-06-15T22:16:53.237Z] f706445af74f: Verifying Checksum [2021-06-15T22:16:53.237Z] f706445af74f: Download complete [2021-06-15T22:16:53.811Z] 0510c868ecb4: Verifying Checksum [2021-06-15T22:16:53.811Z] 0510c868ecb4: Download complete [2021-06-15T22:16:58.047Z] 0510c868ecb4: Pull complete [2021-06-15T22:16:58.047Z] afea3b2eda06: Pull complete [2021-06-15T22:16:58.047Z] 7809a108b3ef: Pull complete [2021-06-15T22:16:59.442Z] f706445af74f: Pull complete [2021-06-15T22:16:59.442Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-06-15T22:16:59.442Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-06-15T22:16:59.442Z] ---> b068be0155e3 [2021-06-15T22:16:59.442Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-06-15T22:17:02.013Z] ---> Running in 320ca8c04fdb [2021-06-15T22:17:02.013Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:17:02.977Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:17:03.243Z] (1/12) Installing libmagic (5.39-r0) [2021-06-15T22:17:03.243Z] (2/12) Installing file (5.39-r0) [2021-06-15T22:17:03.504Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-06-15T22:17:03.504Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-06-15T22:17:07.720Z] (5/12) Installing fortify-headers (1.1-r0) [2021-06-15T22:17:07.720Z] (6/12) Installing patch (2.7.6-r6) [2021-06-15T22:17:07.720Z] (7/12) Installing build-base (0.5-r2) [2021-06-15T22:17:07.720Z] (8/12) Installing libsodium (1.0.18-r0) [2021-06-15T22:17:07.720Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-06-15T22:17:07.983Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-06-15T22:17:07.983Z] (11/12) Installing libzmq (4.3.3-r1) [2021-06-15T22:17:07.983Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-06-15T22:17:08.246Z] Executing busybox-1.32.1-r6.trigger [2021-06-15T22:17:08.246Z] OK: 219 MiB in 52 packages [2021-06-15T22:17:10.174Z] Removing intermediate container 320ca8c04fdb [2021-06-15T22:17:10.174Z] ---> c5309a3703a7 [2021-06-15T22:17:10.174Z] Step 4/6 : WORKDIR /edgex-go [2021-06-15T22:17:10.174Z] ---> Running in cfd8f3177ab9 [2021-06-15T22:17:10.438Z] Removing intermediate container cfd8f3177ab9 [2021-06-15T22:17:10.438Z] ---> ae4a61ba2a7b [2021-06-15T22:17:10.438Z] Step 5/6 : COPY go.mod . [2021-06-15T22:17:10.438Z] ---> 2f74e5bef990 [2021-06-15T22:17:10.438Z] Step 6/6 : RUN go mod download [2021-06-15T22:17:10.438Z] ---> Running in 0f4fcffb59b2 [2021-06-15T22:17:23.798Z] Removing intermediate container 0f4fcffb59b2 [2021-06-15T22:17:23.798Z] ---> 731ca288f00d [2021-06-15T22:17:23.798Z] Successfully built 731ca288f00d [2021-06-15T22:17:23.798Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:17:24.114Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-15T22:17:24.114Z] . [Pipeline] withDockerContainer [2021-06-15T22:17:24.214Z] prd-centos7-docker-4c-2g-1570 does not seem to be running inside a container [2021-06-15T22:17:24.252Z] $ 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-06-15T22:17:24.772Z] $ docker top 3468a9e83b17a821ef4845d8ab2424d28e32ea299d9717f8aefc08fe3b22d5bd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-15T22:17:25.166Z] + go version [2021-06-15T22:17:25.167Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-06-15T22:17:25.175Z] $ docker stop --time=1 3468a9e83b17a821ef4845d8ab2424d28e32ea299d9717f8aefc08fe3b22d5bd [2021-06-15T22:17:26.387Z] $ docker rm -f 3468a9e83b17a821ef4845d8ab2424d28e32ea299d9717f8aefc08fe3b22d5bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:17:26.920Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-15T22:17:26.921Z] . [Pipeline] withDockerContainer [2021-06-15T22:17:27.004Z] prd-centos7-docker-4c-2g-1570 does not seem to be running inside a container [2021-06-15T22:17:27.038Z] $ 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-06-15T22:17:27.501Z] $ docker top 1b86010ca011699fbdb08b5008b28c5cff72e27ee2d93a4be5f5ab6028138a17 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-06-15T22:17:27.612Z] ========================================================= [2021-06-15T22:17:27.613Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-06-15T22:17:27.613Z] ========================================================= [Pipeline] sh [2021-06-15T22:17:27.911Z] + go mod tidy [Pipeline] sh [2021-06-15T22:17:28.476Z] + make test [2021-06-15T22:17:28.476Z] go mod tidy [2021-06-15T22:17:28.748Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-15T22:17:35.397Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-06-15T22:17:52.645Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-06-15T22:17:58.090Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-06-15T22:17:58.681Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-06-15T22:17:58.946Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-06-15T22:18:01.544Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-06-15T22:18:02.161Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-06-15T22:18:02.161Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-06-15T22:18:02.161Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-06-15T22:18:02.740Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-06-15T22:18:03.013Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-06-15T22:18:03.592Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-06-15T22:18:03.592Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-06-15T22:18:03.592Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-06-15T22:18:03.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-06-15T22:18:06.211Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.064s coverage: 28.7% of statements [2021-06-15T22:18:06.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-06-15T22:18:06.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-06-15T22:18:07.184Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.082s coverage: 100.0% of statements [2021-06-15T22:18:07.185Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-06-15T22:18:07.456Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.082s coverage: 53.4% of statements [2021-06-15T22:18:07.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-06-15T22:18:07.456Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-06-15T22:18:11.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.112s coverage: 87.7% of statements [2021-06-15T22:18:11.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-06-15T22:18:11.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-06-15T22:18:11.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.048s coverage: 78.9% of statements [2021-06-15T22:18:11.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.052s coverage: 81.2% of statements [2021-06-15T22:18:11.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-06-15T22:18:11.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-06-15T22:18:11.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-06-15T22:18:11.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-06-15T22:18:11.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-06-15T22:18:11.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.244s coverage: 95.1% of statements [2021-06-15T22:18:11.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-06-15T22:18:11.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-06-15T22:18:11.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] [2021-06-15T22:18:11.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-06-15T22:18:11.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-06-15T22:18:11.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-06-15T22:18:11.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-06-15T22:18:11.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-06-15T22:18:11.612Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.058s coverage: 60.0% of statements [2021-06-15T22:18:11.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-06-15T22:18:11.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-06-15T22:18:11.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-06-15T22:18:11.612Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.057s coverage: 0.8% of statements [2021-06-15T22:18:11.612Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-06-15T22:18:11.612Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements [2021-06-15T22:18:11.612Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.046s coverage: 22.0% of statements [2021-06-15T22:18:11.612Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-06-15T22:18:11.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.048s coverage: 47.1% of statements [2021-06-15T22:18:11.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.054s coverage: 79.5% of statements [2021-06-15T22:18:12.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements [2021-06-15T22:18:12.425Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.068s coverage: 96.3% of statements [2021-06-15T22:18:12.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.047s coverage: 87.5% of statements [2021-06-15T22:18:27.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.051s coverage: 94.4% of statements [2021-06-15T22:18:27.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2021-06-15T22:18:30.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.750s coverage: 81.8% of statements [2021-06-15T22:18:30.932Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-06-15T22:18:49.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.096s coverage: 92.9% of statements [2021-06-15T22:18:49.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-06-15T22:18:49.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-06-15T22:18:49.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-06-15T22:18:49.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 65.1% of statements [2021-06-15T22:18:49.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-06-15T22:18:49.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-06-15T22:18:49.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-06-15T22:18:49.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-06-15T22:18:49.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-06-15T22:18:49.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements [2021-06-15T22:18:49.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-06-15T22:18:49.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-06-15T22:18:49.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-06-15T22:18:49.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-06-15T22:18:49.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 76.0% of statements [2021-06-15T22:18:49.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-06-15T22:18:49.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.0% of statements [2021-06-15T22:18:49.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements [2021-06-15T22:18:49.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 85.4% of statements [2021-06-15T22:18:49.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.086s coverage: 91.2% of statements [2021-06-15T22:18:49.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-06-15T22:18:49.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.139s coverage: 64.4% of statements [2021-06-15T22:18:49.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-06-15T22:18:49.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-06-15T22:18:49.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements [2021-06-15T22:18:49.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements [2021-06-15T22:18:49.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2021-06-15T22:18:49.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2021-06-15T22:18:49.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2021-06-15T22:18:50.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.250s coverage: 66.9% of statements [2021-06-15T22:18:50.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-06-15T22:18:50.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-06-15T22:18:50.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-06-15T22:18:51.178Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.121s coverage: 43.6% of statements [2021-06-15T22:18:51.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-06-15T22:18:51.178Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-06-15T22:18:51.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements [2021-06-15T22:18:51.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-06-15T22:18:52.035Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.062s coverage: 84.8% of statements [2021-06-15T22:18:52.035Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-06-15T22:18:59.276Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.072s coverage: 19.3% of statements [2021-06-15T22:18:59.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-06-15T22:18:59.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-06-15T22:18:59.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-06-15T22:18:59.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-06-15T22:18:59.276Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.136s coverage: 91.9% of statements [2021-06-15T22:18:59.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-06-15T22:18:59.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-06-15T22:18:59.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] [2021-06-15T22:18:59.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-06-15T22:18:59.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-06-15T22:18:59.276Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.055s coverage: 62.7% of statements [2021-06-15T22:18:59.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-06-15T22:18:59.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-06-15T22:18:59.276Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.085s coverage: 97.6% of statements [2021-06-15T22:18:59.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-06-15T22:18:59.277Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-06-15T22:18:59.277Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] [2021-06-15T22:18:59.277Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-06-15T22:18:59.277Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-06-15T22:18:59.277Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements [2021-06-15T22:18:59.277Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-06-15T22:18:59.277Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-06-15T22:18:59.277Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-06-15T22:18:59.277Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-06-15T22:18:59.277Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-06-15T22:18:59.277Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-06-15T22:18:59.277Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.046s coverage: 100.0% of statements [2021-06-15T22:18:59.277Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 95.4% of statements [2021-06-15T22:18:59.277Z] GO111MODULE=on go vet ./... [2021-06-15T22:19:22.586Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1576 in /w/workspace/edgexfoundry_edgex-go_PR-3571 [Pipeline] { [Pipeline] ws [2021-06-15T22:19:22.606Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-06-15T22:19:22.811Z] The recommended git tool is: git [2021-06-15T22:19:28.124Z] using credential edgex-jenkins-ssh [2021-06-15T22:19:28.144Z] Cloning the remote Git repository [2021-06-15T22:19:28.194Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-06-15T22:19:28.313Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-06-15T22:19:28.387Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-15T22:19:28.388Z] > git --version # timeout=10 [2021-06-15T22:19:28.406Z] > git --version # 'git version 2.17.1' [2021-06-15T22:19:28.408Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-15T22:19:28.577Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-15T22:19:36.884Z] gofmt -l . [2021-06-15T22:19:36.885Z] [ "`gofmt -l .`" = "" ] [2021-06-15T22:19:36.885Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-06-15T22:19:37.192Z] + ls -al . [2021-06-15T22:19:37.192Z] total 516 [2021-06-15T22:19:37.192Z] drwxrwxr-x 10 1001 1001 4096 Jun 15 22:19 . [2021-06-15T22:19:37.192Z] drwxr-xr-x 4 root root 28 Jun 15 22:17 .. [2021-06-15T22:19:37.192Z] -rw-rw-r-- 1 1001 1001 11 Jun 15 22:15 .dockerignore [2021-06-15T22:19:37.192Z] drwxrwxr-x 8 1001 1001 179 Jun 15 22:15 .git [2021-06-15T22:19:37.192Z] drwxrwxr-x 3 1001 1001 125 Jun 15 22:15 .github [2021-06-15T22:19:37.192Z] -rw-rw-r-- 1 1001 1001 818 Jun 15 22:15 .gitignore [2021-06-15T22:19:37.192Z] drwx------ 3 1001 1001 60 Jun 15 22:16 .semver [2021-06-15T22:19:37.192Z] -rw-rw-r-- 1 1001 1001 166 Jun 15 22:15 .sonarcloud.properties [2021-06-15T22:19:37.192Z] -rw-rw-r-- 1 1001 1001 8609 Jun 15 22:15 Attribution.txt [2021-06-15T22:19:37.192Z] -rw-rw-r-- 1 1001 1001 3804 Jun 15 22:15 CONTRIBUTING.md [2021-06-15T22:19:37.192Z] -rw-rw-r-- 1 1001 1001 931 Jun 15 22:15 Dockerfile.build [2021-06-15T22:19:37.192Z] -rw-rw-r-- 1 1001 1001 849 Jun 15 22:15 Jenkinsfile [2021-06-15T22:19:37.192Z] -rw-rw-r-- 1 1001 1001 10775 Jun 15 22:15 LICENSE [2021-06-15T22:19:37.192Z] -rw-rw-r-- 1 1001 1001 5605 Jun 15 22:15 Makefile [2021-06-15T22:19:37.192Z] -rw-rw-r-- 1 1001 1001 7905 Jun 15 22:15 README.md [2021-06-15T22:19:37.192Z] -rw-rw-r-- 1 1001 1001 7071 Jun 15 22:15 SECURITY.md [2021-06-15T22:19:37.192Z] -rw-rw-r-- 1 1001 1001 5 Jun 15 22:16 VERSION [2021-06-15T22:19:37.192Z] -rw-rw-r-- 1 1001 1001 4131 Jun 15 22:15 ZMQWindows.md [2021-06-15T22:19:37.192Z] drwxrwxr-x 2 1001 1001 37 Jun 15 22:15 bin [2021-06-15T22:19:37.192Z] drwxrwxr-x 14 1001 1001 4096 Jun 15 22:15 cmd [2021-06-15T22:19:37.192Z] -rw-r--r-- 1 root root 398195 Jun 15 22:18 coverage.out [2021-06-15T22:19:37.192Z] -rw-rw-r-- 1 1001 1001 841 Jun 15 22:15 go.mod [2021-06-15T22:19:37.192Z] -rw-r--r-- 1 root root 21154 Jun 15 22:17 go.sum [2021-06-15T22:19:37.192Z] drwxrwxr-x 7 1001 1001 114 Jun 15 22:15 internal [2021-06-15T22:19:37.192Z] drwxrwxr-x 3 1001 1001 16 Jun 15 22:15 openapi [2021-06-15T22:19:37.192Z] drwxrwxr-x 4 1001 1001 71 Jun 15 22:15 snap [2021-06-15T22:19:37.192Z] -rw-rw-r-- 1 1001 1001 168 Jun 15 22:15 version.go [Pipeline] sh [2021-06-15T22:19:37.501Z] + '[' -e coverage.out ] [2021-06-15T22:19:37.502Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-06-15T22:19:37.654Z] Stashed 1 file(s) [Pipeline] sh [2021-06-15T22:19:37.959Z] + make build [2021-06-15T22:19:37.959Z] go mod tidy [2021-06-15T22:19:38.243Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-06-15T22:19:39.645Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-06-15T22:19:44.863Z] Merging remotes/origin/master commit ca82cc67a24dd3a646f9c54faca12af7640f6229 into PR head commit 4d8305b3a0ce0906d055d440d1b874a1496e8b07 [2021-06-15T22:19:43.997Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-15T22:19:44.021Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-15T22:19:44.046Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-15T22:19:44.097Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-15T22:19:44.097Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-15T22:19:44.111Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3571/head:refs/remotes/origin/PR-3571 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-15T22:19:44.880Z] > git config core.sparsecheckout # timeout=10 [2021-06-15T22:19:44.895Z] > git checkout -f 4d8305b3a0ce0906d055d440d1b874a1496e8b07 # timeout=10 [2021-06-15T22:19:45.104Z] > git remote # timeout=10 [2021-06-15T22:19:45.123Z] > git config --get remote.origin.url # timeout=10 [2021-06-15T22:19:45.139Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-15T22:19:45.195Z] Merge succeeded, producing 4d8305b3a0ce0906d055d440d1b874a1496e8b07 [2021-06-15T22:19:45.196Z] Checking out Revision 4d8305b3a0ce0906d055d440d1b874a1496e8b07 (PR-3571) [2021-06-15T22:19:45.154Z] > git merge ca82cc67a24dd3a646f9c54faca12af7640f6229 # timeout=10 [2021-06-15T22:19:45.178Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-15T22:19:45.201Z] > git config core.sparsecheckout # timeout=10 [2021-06-15T22:19:45.216Z] > git checkout -f 4d8305b3a0ce0906d055d440d1b874a1496e8b07 # timeout=10 [2021-06-15T22:19:47.829Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-06-15T22:19:47.829Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-06-15T22:19:48.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-06-15T22:19:48.792Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-06-15T22:19:49.490Z] Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.2 to 1.9.3" [2021-06-15T22:19:49.750Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-15T22:19:50.322Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-06-15T22:19:50.787Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-06-15T22:19:51.211Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-15T22:19:51.269Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-06-15T22:19:51.565Z] + sudo service+ docker restart [2021-06-15T22:19:51.566Z] true [2021-06-15T22:19:52.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-06-15T22:19:53.171Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-06-15T22:19:54.131Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-06-15T22:19:56.063Z] $ docker stop --time=1 1b86010ca011699fbdb08b5008b28c5cff72e27ee2d93a4be5f5ab6028138a17 [2021-06-15T22:19:58.552Z] $ docker rm -f 1b86010ca011699fbdb08b5008b28c5cff72e27ee2d93a4be5f5ab6028138a17 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:19:59.883Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-15T22:19:59.883Z] [2021-06-15T22:19:59.883Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:20:00.198Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-15T22:20:00.461Z] latest: Pulling from edgex-devops/edgex-compose [2021-06-15T22:20:00.461Z] cbdbe7a5bc2a: Pulling fs layer [2021-06-15T22:20:00.461Z] ca9280d653b3: Pulling fs layer [2021-06-15T22:20:00.461Z] 7e9c9ca2126c: Pulling fs layer [2021-06-15T22:20:00.461Z] cbdbe7a5bc2a: Verifying Checksum [2021-06-15T22:20:00.462Z] cbdbe7a5bc2a: Download complete [2021-06-15T22:20:03.608Z] ca9280d653b3: Verifying Checksum [2021-06-15T22:20:03.608Z] ca9280d653b3: Download complete [2021-06-15T22:20:03.608Z] cbdbe7a5bc2a: Pull complete [2021-06-15T22:20:03.608Z] ca9280d653b3: Pull complete [2021-06-15T22:20:03.608Z] 7e9c9ca2126c: Verifying Checksum [2021-06-15T22:20:03.608Z] 7e9c9ca2126c: Download complete [2021-06-15T22:20:05.544Z] 7e9c9ca2126c: Pull complete [2021-06-15T22:20:05.544Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-06-15T22:20:05.544Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-15T22:20:05.544Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-06-15T22:20:05.630Z] prd-centos7-docker-4c-2g-1570 does not seem to be running inside a container [2021-06-15T22:20:05.666Z] $ 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-06-15T22:20:16.141Z] $ docker top 4c595e07aaed472b88cf786cd3470fc58be0598fe53ea8293e69e1a8624f199b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] configFileProvider [2021-06-15T22:20:16.297Z] provisioning config files... [2021-06-15T22:20:16.327Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6547810525379012750tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-15T22:20:16.537Z] + docker-compose build --help [2021-06-15T22:20:16.537Z] + grep parallel [2021-06-15T22:20:16.704Z] ---> docker-login.sh [2021-06-15T22:20:16.704Z] nexus3.edgexfoundry.org:10001 [2021-06-15T22:20:17.111Z] --parallel Build images in parallel. [Pipeline] } [2021-06-15T22:20:17.121Z] $ docker stop --time=1 4c595e07aaed472b88cf786cd3470fc58be0598fe53ea8293e69e1a8624f199b [2021-06-15T22:20:17.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T22:20:17.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T22:20:17.963Z] Configure a credential helper to remove this warning. See [2021-06-15T22:20:17.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T22:20:17.963Z] [2021-06-15T22:20:17.963Z] Login Succeeded [2021-06-15T22:20:17.963Z] nexus3.edgexfoundry.org:10002 [2021-06-15T22:20:18.236Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T22:20:18.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T22:20:18.510Z] Configure a credential helper to remove this warning. See [2021-06-15T22:20:18.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T22:20:18.510Z] [2021-06-15T22:20:18.510Z] Login Succeeded [2021-06-15T22:20:18.510Z] nexus3.edgexfoundry.org:10003 [2021-06-15T22:20:18.508Z] $ docker rm -f 4c595e07aaed472b88cf786cd3470fc58be0598fe53ea8293e69e1a8624f199b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:20:18.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T22:20:18.973Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-15T22:20:18.973Z] . [Pipeline] withDockerContainer [2021-06-15T22:20:19.057Z] prd-centos7-docker-4c-2g-1570 does not seem to be running inside a container [2021-06-15T22:20:19.067Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T22:20:19.067Z] Configure a credential helper to remove this warning. See [2021-06-15T22:20:19.067Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T22:20:19.067Z] [2021-06-15T22:20:19.068Z] Login Succeeded [2021-06-15T22:20:19.068Z] nexus3.edgexfoundry.org:10004 [2021-06-15T22:20:19.116Z] $ 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-06-15T22:20:19.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T22:20:19.620Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T22:20:19.620Z] Configure a credential helper to remove this warning. See [2021-06-15T22:20:19.620Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T22:20:19.620Z] [2021-06-15T22:20:19.620Z] Login Succeeded [2021-06-15T22:20:19.620Z] docker.io [2021-06-15T22:20:19.741Z] $ docker top fbfbf1cbca2fec6a60f205b31abb3218c618c0e1990eff3a2c8cff6803777d62 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-15T22:20:19.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-15T22:20:20.142Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-06-15T22:20:20.493Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-15T22:20:20.493Z] Configure a credential helper to remove this warning. See [2021-06-15T22:20:20.493Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-15T22:20:20.493Z] [2021-06-15T22:20:20.493Z] Login Succeeded [2021-06-15T22:20:20.493Z] ---> docker-login.sh ends [Pipeline] } [2021-06-15T22:20:20.511Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-06-15T22:20:20.717Z] Building core-command ... [2021-06-15T22:20:20.717Z] Building core-data ... [2021-06-15T22:20:20.717Z] Building core-metadata ... [2021-06-15T22:20:20.717Z] Building security-bootstrapper ... [2021-06-15T22:20:20.717Z] Building security-proxy-setup ... [2021-06-15T22:20:20.717Z] Building security-secretstore-setup ... [2021-06-15T22:20:20.717Z] Building support-notifications ... [2021-06-15T22:20:20.717Z] Building support-scheduler ... [2021-06-15T22:20:20.717Z] Building sys-mgmt-agent ... [2021-06-15T22:20:20.717Z] Building core-data [2021-06-15T22:20:20.717Z] Building security-secretstore-setup [2021-06-15T22:20:20.717Z] Building security-bootstrapper [2021-06-15T22:20:20.717Z] Building core-metadata [2021-06-15T22:20:20.717Z] Building support-scheduler [Pipeline] echo [2021-06-15T22:20:20.829Z] ========================================================= [2021-06-15T22:20:20.829Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-06-15T22:20:20.829Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:20:21.205Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-06-15T22:20:23.851Z] Sending build context to Docker daemon 166.3MB [2021-06-15T22:20:23.851Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-06-15T22:20:23.851Z] Step 2/6 : FROM ${BASE} [2021-06-15T22:20:23.851Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-06-15T22:20:23.851Z] 595b0fe564bb: Pulling fs layer [2021-06-15T22:20:23.851Z] 3088b5b3c5c0: Pulling fs layer [2021-06-15T22:20:23.851Z] 5b7225fbf94c: Pulling fs layer [2021-06-15T22:20:23.851Z] ba82ee9f976e: Pulling fs layer [2021-06-15T22:20:23.851Z] 506bd15cee9f: Pulling fs layer [2021-06-15T22:20:23.851Z] 75a0a4a0db45: Pulling fs layer [2021-06-15T22:20:23.851Z] 618dc40b7e24: Pulling fs layer [2021-06-15T22:20:23.851Z] 506bd15cee9f: Waiting [2021-06-15T22:20:23.851Z] 75a0a4a0db45: Waiting [2021-06-15T22:20:23.851Z] 618dc40b7e24: Waiting [2021-06-15T22:20:23.851Z] ba82ee9f976e: Waiting [2021-06-15T22:20:23.851Z] 5b7225fbf94c: Download complete [2021-06-15T22:20:23.851Z] 3088b5b3c5c0: Verifying Checksum [2021-06-15T22:20:23.851Z] 3088b5b3c5c0: Download complete [2021-06-15T22:20:23.851Z] 506bd15cee9f: Download complete [2021-06-15T22:20:23.851Z] 75a0a4a0db45: Verifying Checksum [2021-06-15T22:20:23.851Z] 75a0a4a0db45: Download complete [2021-06-15T22:20:23.851Z] 595b0fe564bb: Verifying Checksum [2021-06-15T22:20:23.851Z] 595b0fe564bb: Download complete [2021-06-15T22:20:24.456Z] 595b0fe564bb: Pull complete [2021-06-15T22:20:25.085Z] 3088b5b3c5c0: Pull complete [2021-06-15T22:20:25.701Z] 5b7225fbf94c: Pull complete [2021-06-15T22:20:26.685Z] 618dc40b7e24: Verifying Checksum [2021-06-15T22:20:26.685Z] 618dc40b7e24: Download complete [2021-06-15T22:20:26.966Z] ba82ee9f976e: Verifying Checksum [2021-06-15T22:20:26.966Z] ba82ee9f976e: Download complete [2021-06-15T22:20:38.362Z] ba82ee9f976e: Pull complete [2021-06-15T22:20:38.362Z] 506bd15cee9f: Pull complete [2021-06-15T22:20:38.362Z] 75a0a4a0db45: Pull complete [2021-06-15T22:20:40.984Z] 618dc40b7e24: Pull complete [2021-06-15T22:20:41.260Z] Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 [2021-06-15T22:20:41.261Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-06-15T22:20:41.261Z] ---> a36622ca3599 [2021-06-15T22:20:41.261Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-06-15T22:20:43.891Z] ---> Running in 58665e2ced37 [2021-06-15T22:20:45.337Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:20:46.316Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:20:46.912Z] (1/12) Installing libmagic (5.39-r0) [2021-06-15T22:20:47.189Z] (2/12) Installing file (5.39-r0) [2021-06-15T22:20:47.463Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-06-15T22:20:47.463Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-06-15T22:20:52.851Z] (5/12) Installing fortify-headers (1.1-r0) [2021-06-15T22:20:52.851Z] (6/12) Installing patch (2.7.6-r6) [2021-06-15T22:20:52.851Z] (7/12) Installing build-base (0.5-r2) [2021-06-15T22:20:52.851Z] (8/12) Installing libsodium (1.0.18-r0) [2021-06-15T22:20:52.851Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-06-15T22:20:52.851Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-06-15T22:20:52.851Z] (11/12) Installing libzmq (4.3.3-r1) [2021-06-15T22:20:52.851Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-06-15T22:20:52.851Z] Executing busybox-1.32.1-r6.trigger [2021-06-15T22:20:52.851Z] OK: 218 MiB in 52 packages [2021-06-15T22:20:57.163Z] Removing intermediate container 58665e2ced37 [2021-06-15T22:20:57.163Z] ---> 44dab49395fe [2021-06-15T22:20:57.163Z] Step 4/6 : WORKDIR /edgex-go [2021-06-15T22:20:57.163Z] ---> Running in 0f0061738005 [2021-06-15T22:20:57.163Z] Removing intermediate container 0f0061738005 [2021-06-15T22:20:57.163Z] ---> d7cbb04ba262 [2021-06-15T22:20:57.163Z] Step 5/6 : COPY go.mod . [2021-06-15T22:20:58.146Z] ---> ed9cd61b9c59 [2021-06-15T22:20:58.146Z] Step 6/6 : RUN go mod download [2021-06-15T22:20:58.146Z] ---> Running in 681fbbe89209 [2021-06-15T22:20:59.517Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:20:59.517Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:20:59.517Z] ---> 731ca288f00d [2021-06-15T22:20:59.517Z] Step 3/24 : WORKDIR /edgex-go [2021-06-15T22:21:00.091Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:21:00.091Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:21:00.091Z] ---> 731ca288f00d [2021-06-15T22:21:00.091Z] Step 3/26 : WORKDIR /edgex-go [2021-06-15T22:21:15.011Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:21:15.012Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:21:15.012Z] ---> 731ca288f00d [2021-06-15T22:21:15.012Z] Step 3/32 : WORKDIR /edgex-go [2021-06-15T22:21:16.930Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:21:16.930Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:21:16.930Z] ---> 731ca288f00d [2021-06-15T22:21:16.930Z] Step 3/24 : WORKDIR /edgex-go [2021-06-15T22:21:24.946Z] Removing intermediate container 681fbbe89209 [2021-06-15T22:21:24.946Z] ---> f986508dc830 [2021-06-15T22:21:24.946Z] Successfully built f986508dc830 [2021-06-15T22:21:24.946Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:21:25.293Z] + docker inspect -f . ci-base-image-arm64 [2021-06-15T22:21:25.293Z] . [Pipeline] withDockerContainer [2021-06-15T22:21:25.531Z] prd-ubuntu18.04-docker-arm64-4c-16g-1576 does not seem to be running inside a container [2021-06-15T22:21:25.624Z] $ 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-arm64 cat [2021-06-15T22:21:27.214Z] $ docker top 1312ce8e19f2296a2c43fc5c7da83637b9bcdcf8eff3800a8fbd361401df71d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-15T22:21:28.194Z] + go version [2021-06-15T22:21:28.194Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-06-15T22:21:28.217Z] $ docker stop --time=1 1312ce8e19f2296a2c43fc5c7da83637b9bcdcf8eff3800a8fbd361401df71d8 [2021-06-15T22:21:30.012Z] $ docker rm -f 1312ce8e19f2296a2c43fc5c7da83637b9bcdcf8eff3800a8fbd361401df71d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:21:30.766Z] + docker inspect -f . ci-base-image-arm64 [2021-06-15T22:21:30.766Z] . [Pipeline] withDockerContainer [2021-06-15T22:21:31.030Z] prd-ubuntu18.04-docker-arm64-4c-16g-1576 does not seem to be running inside a container [2021-06-15T22:21:31.110Z] $ 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-arm64 cat [2021-06-15T22:21:32.705Z] $ docker top afb3f091ecd324bf5dba7bce8c847101626a926525b69981b930cc1613ce0c21 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-06-15T22:21:33.036Z] ========================================================= [2021-06-15T22:21:33.036Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-06-15T22:21:33.036Z] ========================================================= [Pipeline] sh [2021-06-15T22:21:35.237Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:21:35.237Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:21:35.237Z] ---> 731ca288f00d [2021-06-15T22:21:35.237Z] Step 3/23 : WORKDIR /edgex-go [2021-06-15T22:21:35.243Z] + go mod tidy [Pipeline] sh [2021-06-15T22:21:35.928Z] + make test [2021-06-15T22:21:35.929Z] go mod tidy [2021-06-15T22:21:36.183Z] ---> Running in 54219159166e [2021-06-15T22:21:36.183Z] ---> Running in 772e53fbb5ca [2021-06-15T22:21:36.183Z] ---> Running in c46deee36425 [2021-06-15T22:21:36.183Z] ---> Running in e80767c8256d [2021-06-15T22:21:36.183Z] ---> Running in 2d1e8fd44527 [2021-06-15T22:21:36.446Z] Removing intermediate container 54219159166e [2021-06-15T22:21:36.446Z] ---> 8b4aee57cfe9 [2021-06-15T22:21:36.446Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:21:36.446Z] Removing intermediate container 772e53fbb5ca [2021-06-15T22:21:36.446Z] ---> 38bfe28cc769 [2021-06-15T22:21:36.446Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:21:36.446Z] Removing intermediate container c46deee36425 [2021-06-15T22:21:36.446Z] ---> 0a08a30d2059 [2021-06-15T22:21:36.446Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:21:36.446Z] Removing intermediate container 2d1e8fd44527 [2021-06-15T22:21:36.446Z] ---> 25afc3a95715 [2021-06-15T22:21:36.446Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:21:36.446Z] Removing intermediate container e80767c8256d [2021-06-15T22:21:36.446Z] ---> 0c1f7cb14fbb [2021-06-15T22:21:36.446Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:21:36.446Z] ---> Running in fd513edb058b [2021-06-15T22:21:36.446Z] ---> Running in d0e855c73b57 [2021-06-15T22:21:36.526Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-15T22:21:36.707Z] ---> Running in 53e0bfb6a480 [2021-06-15T22:21:36.707Z] ---> Running in c76f819859d1 [2021-06-15T22:21:36.707Z] ---> Running in 47ee6dde9f6d [2021-06-15T22:21:37.676Z] Removing intermediate container fd513edb058b [2021-06-15T22:21:37.676Z] ---> f5c6db995495 [2021-06-15T22:21:37.676Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-06-15T22:21:37.676Z] ---> Running in 305ea79b3777 [2021-06-15T22:21:37.939Z] Removing intermediate container d0e855c73b57 [2021-06-15T22:21:37.939Z] ---> 770119501f2d [2021-06-15T22:21:37.939Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-06-15T22:21:37.939Z] ---> Running in e7cc638d4227 [2021-06-15T22:21:38.541Z] Removing intermediate container 53e0bfb6a480 [2021-06-15T22:21:38.541Z] ---> 84ba4a147014 [2021-06-15T22:21:38.541Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-15T22:21:38.541Z] Removing intermediate container c76f819859d1 [2021-06-15T22:21:38.541Z] ---> 0c452b7be388 [2021-06-15T22:21:38.541Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-06-15T22:21:38.541Z] Removing intermediate container 47ee6dde9f6d [2021-06-15T22:21:38.541Z] ---> 22536ca06135 [2021-06-15T22:21:38.541Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-06-15T22:21:38.541Z] ---> Running in 0e51566eaedd [2021-06-15T22:21:38.541Z] ---> Running in 299ad2d2b6c1 [2021-06-15T22:21:38.541Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:21:38.803Z] ---> Running in 0918a0e82417 [2021-06-15T22:21:38.803Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:21:39.075Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:21:39.336Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:21:39.336Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:21:39.599Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:21:39.864Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:21:39.864Z] OK: 219 MiB in 52 packages [2021-06-15T22:21:40.130Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:21:40.130Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:21:40.726Z] OK: 219 MiB in 52 packages [2021-06-15T22:21:40.726Z] Removing intermediate container 305ea79b3777 [2021-06-15T22:21:40.726Z] ---> 3c38a7e02a84 [2021-06-15T22:21:40.726Z] Step 6/32 : COPY go.mod . [2021-06-15T22:21:40.726Z] OK: 219 MiB in 52 packages [2021-06-15T22:21:40.992Z] OK: 219 MiB in 52 packages [2021-06-15T22:21:41.264Z] ---> a8dc99c62ee9 [2021-06-15T22:21:41.264Z] Step 7/32 : RUN go mod download [2021-06-15T22:21:41.264Z] ---> Running in 600a956a9323 [2021-06-15T22:21:41.264Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:21:41.264Z] Removing intermediate container 0918a0e82417 [2021-06-15T22:21:41.264Z] ---> 2e4b34787adb [2021-06-15T22:21:41.264Z] Step 6/23 : COPY go.mod . [2021-06-15T22:21:41.530Z] Removing intermediate container 0e51566eaedd [2021-06-15T22:21:41.530Z] ---> d0841f3e928b [2021-06-15T22:21:41.530Z] Step 6/26 : COPY go.mod . [2021-06-15T22:21:41.793Z] Removing intermediate container 299ad2d2b6c1 [2021-06-15T22:21:41.793Z] ---> 33fc708f4992 [2021-06-15T22:21:41.793Z] Step 6/24 : COPY go.mod . [2021-06-15T22:21:42.054Z] ---> 2640a83896e1 [2021-06-15T22:21:42.054Z] Step 7/23 : RUN go mod download [2021-06-15T22:21:42.054Z] ---> c7ce644a8b26 [2021-06-15T22:21:42.054Z] Step 7/26 : RUN go mod download [2021-06-15T22:21:42.054Z] ---> 3790be0f481e [2021-06-15T22:21:42.054Z] Step 7/24 : RUN go mod download [2021-06-15T22:21:42.319Z] ---> Running in 362c7d5c6494 [2021-06-15T22:21:42.319Z] ---> Running in 59e7e9891af2 [2021-06-15T22:21:42.582Z] ---> Running in b700e64ed6ac [2021-06-15T22:21:43.159Z] Removing intermediate container 600a956a9323 [2021-06-15T22:21:43.159Z] ---> 4b24d1d13d5b [2021-06-15T22:21:43.159Z] Step 8/32 : COPY . . [2021-06-15T22:21:44.556Z] OK: 219 MiB in 52 packages [2021-06-15T22:21:56.855Z] ---> 8a65e79c1609 [2021-06-15T22:21:56.855Z] Step 9/32 : RUN go mod tidy [2021-06-15T22:21:56.855Z] ---> Running in bbc1eca6ec0b [2021-06-15T22:21:56.855Z] Removing intermediate container 362c7d5c6494 [2021-06-15T22:21:56.855Z] ---> ffa277686e95 [2021-06-15T22:21:56.855Z] Step 8/23 : COPY . . [2021-06-15T22:21:56.855Z] Removing intermediate container e7cc638d4227 [2021-06-15T22:21:56.855Z] ---> b7b5dbfa1c08 [2021-06-15T22:21:56.855Z] Step 6/24 : COPY go.mod . [2021-06-15T22:21:56.855Z] Removing intermediate container 59e7e9891af2 [2021-06-15T22:21:56.855Z] ---> 6b5f7b7756c6 [2021-06-15T22:21:56.855Z] Step 8/26 : COPY . . [2021-06-15T22:22:00.434Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-06-15T22:22:06.670Z] Removing intermediate container b700e64ed6ac [2021-06-15T22:22:06.670Z] ---> 02e8bf680dc1 [2021-06-15T22:22:06.670Z] Step 8/24 : COPY . . [2021-06-15T22:22:16.750Z] ---> 924345a624e5 [2021-06-15T22:22:16.750Z] Step 7/24 : RUN go mod download [2021-06-15T22:22:17.011Z] ---> Running in 817b38db2cf9 [2021-06-15T22:22:17.011Z] ---> cbc6d3e2f622 [2021-06-15T22:22:17.011Z] Step 9/26 : RUN go mod tidy [2021-06-15T22:22:17.276Z] ---> dc6b7f452ad1 [2021-06-15T22:22:17.276Z] Step 9/24 : RUN go mod tidy [2021-06-15T22:22:17.276Z] ---> 7bb8fc59b1a3 [2021-06-15T22:22:17.276Z] Step 9/23 : RUN go mod tidy [2021-06-15T22:22:17.276Z] ---> Running in b79c69822fe2 [2021-06-15T22:22:17.276Z] Removing intermediate container bbc1eca6ec0b [2021-06-15T22:22:17.276Z] ---> aea810de39d0 [2021-06-15T22:22:17.276Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-06-15T22:22:17.276Z] ---> Running in a6994d3f19de [2021-06-15T22:22:17.538Z] ---> Running in 895aa7295b75 [2021-06-15T22:22:17.538Z] ---> Running in 5a1d5971384c [2021-06-15T22:22:18.931Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-06-15T22:22:18.931Z] Removing intermediate container 817b38db2cf9 [2021-06-15T22:22:18.931Z] ---> dfb03b433146 [2021-06-15T22:22:18.931Z] Step 8/24 : COPY . . [2021-06-15T22:22:19.881Z] Removing intermediate container b79c69822fe2 [2021-06-15T22:22:19.881Z] ---> ee5651268a17 [2021-06-15T22:22:19.881Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-06-15T22:22:20.474Z] Removing intermediate container a6994d3f19de [2021-06-15T22:22:20.474Z] ---> 0a5359753ec3 [2021-06-15T22:22:20.474Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-06-15T22:22:20.474Z] ---> Running in a677df099117 [2021-06-15T22:22:20.744Z] ---> Running in 68acbb752afb [2021-06-15T22:22:20.744Z] Removing intermediate container 895aa7295b75 [2021-06-15T22:22:20.744Z] ---> ea7b363a7db0 [2021-06-15T22:22:20.744Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-06-15T22:22:21.350Z] ---> Running in 6520fd258916 [2021-06-15T22:22:21.952Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-06-15T22:22:22.220Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-06-15T22:22:22.801Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-06-15T22:22:42.919Z] ---> 9a6fdf066483 [2021-06-15T22:22:42.919Z] Step 9/24 : RUN go mod tidy [2021-06-15T22:22:42.919Z] ---> Running in 4f1f688d536c [2021-06-15T22:22:42.919Z] Removing intermediate container 4f1f688d536c [2021-06-15T22:22:42.919Z] ---> 2d23747c7ac9 [2021-06-15T22:22:42.919Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-06-15T22:22:43.188Z] ---> Running in 3c9aa3641bac [2021-06-15T22:22:43.769Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-06-15T22:22:56.038Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-06-15T22:22:56.038Z] Removing intermediate container 5a1d5971384c [2021-06-15T22:22:56.038Z] ---> e4a46ca117ad [2021-06-15T22:22:56.038Z] [2021-06-15T22:22:56.038Z] Step 11/32 : FROM alpine:3.12 [2021-06-15T22:22:56.038Z] 3.12: Pulling from library/alpine [2021-06-15T22:22:56.038Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-15T22:22:56.038Z] Status: Downloaded newer image for alpine:3.12 [2021-06-15T22:22:56.038Z] ---> 13621d1b12d4 [2021-06-15T22:22:56.038Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-06-15T22:22:56.038Z] ---> Running in 2d04bdf6408f [2021-06-15T22:22:56.301Z] Removing intermediate container 2d04bdf6408f [2021-06-15T22:22:56.301Z] ---> 7e22715cae0b [2021-06-15T22:22:56.301Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-06-15T22:22:56.301Z] ---> Running in 56f2c0ce095b [2021-06-15T22:22:57.066Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-06-15T22:22:57.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:22:57.250Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:22:57.513Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-06-15T22:22:57.513Z] (2/2) Installing su-exec (0.2-r1) [2021-06-15T22:22:57.513Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:22:57.513Z] OK: 6 MiB in 16 packages [2021-06-15T22:22:58.464Z] Removing intermediate container a677df099117 [2021-06-15T22:22:58.464Z] ---> 78f1c297569f [2021-06-15T22:22:58.464Z] [2021-06-15T22:22:58.464Z] Step 11/26 : FROM alpine:3.12 [2021-06-15T22:22:58.464Z] ---> 13621d1b12d4 [2021-06-15T22:22:58.464Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-06-15T22:22:58.464Z] ---> Running in 15ef8ff8c003 [2021-06-15T22:22:58.464Z] Removing intermediate container 56f2c0ce095b [2021-06-15T22:22:58.464Z] ---> aff2067f6cdf [2021-06-15T22:22:58.464Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-06-15T22:22:58.464Z] ---> Running in 736839e1e7b8 [2021-06-15T22:22:58.515Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-06-15T22:22:58.727Z] Removing intermediate container 736839e1e7b8 [2021-06-15T22:22:58.727Z] ---> 5d1b7c3ef082 [2021-06-15T22:22:58.727Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-06-15T22:22:58.727Z] ---> Running in f811309c75eb [2021-06-15T22:22:58.996Z] Removing intermediate container f811309c75eb [2021-06-15T22:22:58.996Z] ---> f26c0afefa7e [2021-06-15T22:22:58.996Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-06-15T22:22:58.996Z] ---> Running in ea24ae5d3462 [2021-06-15T22:22:58.996Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:22:59.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:22:59.535Z] (1/6) Installing ca-certificates (20191127-r4) [2021-06-15T22:22:59.535Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-06-15T22:22:59.535Z] (3/6) Installing libcurl (7.77.0-r0) [2021-06-15T22:22:59.535Z] (4/6) Installing curl (7.77.0-r0) [2021-06-15T22:22:59.535Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-06-15T22:22:59.535Z] (6/6) Installing su-exec (0.2-r1) [2021-06-15T22:22:59.535Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:22:59.535Z] Executing ca-certificates-20191127-r4.trigger [2021-06-15T22:22:59.811Z] OK: 7 MiB in 20 packages [2021-06-15T22:23:04.050Z] Removing intermediate container ea24ae5d3462 [2021-06-15T22:23:04.050Z] ---> 5c27c07aae31 [2021-06-15T22:23:04.050Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-06-15T22:23:04.050Z] ---> Running in f323c1cc1808 [2021-06-15T22:23:05.980Z] Removing intermediate container 15ef8ff8c003 [2021-06-15T22:23:05.980Z] ---> c83f6df78e12 [2021-06-15T22:23:05.980Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-15T22:23:05.980Z] Removing intermediate container f323c1cc1808 [2021-06-15T22:23:05.980Z] ---> c4ee8c16c5b8 [2021-06-15T22:23:05.980Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-06-15T22:23:05.980Z] ---> Running in 2d4d77c1c04b [2021-06-15T22:23:05.980Z] Removing intermediate container 2d4d77c1c04b [2021-06-15T22:23:05.980Z] ---> d322e413fadf [2021-06-15T22:23:05.980Z] Step 14/26 : WORKDIR / [2021-06-15T22:23:05.980Z] ---> 05d6bad3d7f3 [2021-06-15T22:23:05.980Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-06-15T22:23:05.980Z] Removing intermediate container 6520fd258916 [2021-06-15T22:23:05.980Z] ---> 61ede4f640d6 [2021-06-15T22:23:05.980Z] [2021-06-15T22:23:05.980Z] Step 11/23 : FROM alpine:3.12 [2021-06-15T22:23:05.980Z] ---> 13621d1b12d4 [2021-06-15T22:23:05.980Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-06-15T22:23:05.980Z] ---> Running in eacc85e4eb99 [2021-06-15T22:23:05.980Z] ---> Running in 34f05523bd6d [2021-06-15T22:23:05.980Z] Removing intermediate container 68acbb752afb [2021-06-15T22:23:05.980Z] ---> 91b0ba1f1bf0 [2021-06-15T22:23:05.980Z] [2021-06-15T22:23:05.980Z] Step 11/24 : FROM alpine:3.12 [2021-06-15T22:23:05.980Z] ---> 13621d1b12d4 [2021-06-15T22:23:05.980Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-15T22:23:05.986Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-06-15T22:23:05.986Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-06-15T22:23:06.246Z] ---> Running in 89632d77ef78 [2021-06-15T22:23:06.247Z] ---> Running in 78de76dc0d61 [2021-06-15T22:23:06.861Z] Removing intermediate container 34f05523bd6d [2021-06-15T22:23:06.861Z] ---> ab874fdeaec5 [2021-06-15T22:23:06.861Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-06-15T22:23:07.452Z] ---> 0d17a3bcc412 [2021-06-15T22:23:07.452Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-06-15T22:23:08.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:23:08.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:23:08.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:23:08.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:23:08.309Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-15T22:23:08.309Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:23:08.309Z] OK: 6 MiB in 15 packages [2021-06-15T22:23:08.309Z] ---> 8d95acaa392b [2021-06-15T22:23:08.309Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-06-15T22:23:08.309Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-15T22:23:08.309Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:23:08.309Z] OK: 6 MiB in 15 packages [2021-06-15T22:23:08.572Z] Removing intermediate container eacc85e4eb99 [2021-06-15T22:23:08.572Z] ---> a513c7002717 [2021-06-15T22:23:08.572Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T22:23:08.833Z] ---> da2ffead012a [2021-06-15T22:23:08.833Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-06-15T22:23:09.094Z] ---> c4a77a71b59c [2021-06-15T22:23:09.094Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-06-15T22:23:09.663Z] Removing intermediate container 78de76dc0d61 [2021-06-15T22:23:09.663Z] ---> 5538818f8ef1 [2021-06-15T22:23:09.663Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-15T22:23:09.936Z] ---> 9f8a1c933daa [2021-06-15T22:23:09.936Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-06-15T22:23:09.936Z] ---> Running in ae3e3067b1f9 [2021-06-15T22:23:09.936Z] Removing intermediate container 89632d77ef78 [2021-06-15T22:23:09.936Z] ---> fba6eb5cdbde [2021-06-15T22:23:09.936Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-15T22:23:09.936Z] ---> fe8210f5a797 [2021-06-15T22:23:09.936Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-06-15T22:23:10.201Z] ---> Running in d46af34fe2fd [2021-06-15T22:23:10.464Z] Removing intermediate container ae3e3067b1f9 [2021-06-15T22:23:10.465Z] ---> a93f60000e3e [2021-06-15T22:23:10.465Z] Step 14/24 : ENV APP_PORT=59881 [2021-06-15T22:23:10.465Z] ---> 2fc20cf7c019 [2021-06-15T22:23:10.465Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-06-15T22:23:10.735Z] ---> e22df0f55ad9 [2021-06-15T22:23:10.735Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-06-15T22:23:10.735Z] Removing intermediate container d46af34fe2fd [2021-06-15T22:23:10.735Z] ---> 401af4077f54 [2021-06-15T22:23:10.735Z] Step 14/23 : ENV APP_PORT=59861 [2021-06-15T22:23:10.735Z] ---> Running in e4f4672ab135 [2021-06-15T22:23:11.316Z] ---> Running in a2d2dec01751 [2021-06-15T22:23:11.316Z] ---> 2b2eb37d3965 [2021-06-15T22:23:11.316Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-06-15T22:23:11.417Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-06-15T22:23:11.417Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-06-15T22:23:11.417Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-06-15T22:23:11.417Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-06-15T22:23:11.577Z] Removing intermediate container e4f4672ab135 [2021-06-15T22:23:11.577Z] ---> 067fb198c6ee [2021-06-15T22:23:11.577Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-15T22:23:11.577Z] ---> 735342bd30bb [2021-06-15T22:23:11.577Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-06-15T22:23:11.577Z] Removing intermediate container a2d2dec01751 [2021-06-15T22:23:11.577Z] ---> cadfbef9f060 [2021-06-15T22:23:11.577Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-15T22:23:11.840Z] ---> d3846d63c600 [2021-06-15T22:23:11.840Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-06-15T22:23:11.840Z] ---> Running in 638e2d2b3bcb [2021-06-15T22:23:11.840Z] ---> Running in a1898430ac1f [2021-06-15T22:23:12.100Z] ---> 20202c451552 [2021-06-15T22:23:12.100Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-06-15T22:23:12.100Z] ---> Running in 49011770799e [2021-06-15T22:23:12.390Z] Removing intermediate container a1898430ac1f [2021-06-15T22:23:12.390Z] ---> 00dd6dedda56 [2021-06-15T22:23:12.390Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T22:23:12.390Z] ---> Running in 40a41ceadcbc [2021-06-15T22:23:12.390Z] Removing intermediate container 638e2d2b3bcb [2021-06-15T22:23:12.390Z] ---> 982bda7f9ff5 [2021-06-15T22:23:12.390Z] Step 16/24 : WORKDIR / [2021-06-15T22:23:12.664Z] ---> Running in 8e6b75f540d0 [2021-06-15T22:23:12.664Z] Removing intermediate container 49011770799e [2021-06-15T22:23:12.664Z] ---> fe62ba951141 [2021-06-15T22:23:12.664Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-06-15T22:23:12.935Z] ---> 364e98474cdb [2021-06-15T22:23:12.935Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-06-15T22:23:13.198Z] Removing intermediate container 8e6b75f540d0 [2021-06-15T22:23:13.198Z] ---> 59427e015f90 [2021-06-15T22:23:13.198Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T22:23:13.471Z] ---> 3ea430ec70aa [2021-06-15T22:23:13.471Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-06-15T22:23:13.471Z] ---> b737319d3324 [2021-06-15T22:23:13.471Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-06-15T22:23:13.471Z] ---> Running in 52ddaa29ab4e [2021-06-15T22:23:13.730Z] ---> baf53e75c52a [2021-06-15T22:23:13.731Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-06-15T22:23:13.731Z] ---> 09ac70376979 [2021-06-15T22:23:13.731Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-06-15T22:23:13.996Z] Removing intermediate container 40a41ceadcbc [2021-06-15T22:23:13.996Z] ---> 5537ca7c31b9 [2021-06-15T22:23:13.996Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-06-15T22:23:14.043Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-06-15T22:23:14.043Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-06-15T22:23:14.262Z] ---> Running in 489866fe3d25 [2021-06-15T22:23:14.262Z] ---> Running in b260b2a8f9b8 [2021-06-15T22:23:14.262Z] ---> b69a11b71ead [2021-06-15T22:23:14.262Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-06-15T22:23:14.685Z] Removing intermediate container 3c9aa3641bac [2021-06-15T22:23:14.685Z] ---> f0f78e1a802d [2021-06-15T22:23:14.685Z] [2021-06-15T22:23:14.685Z] Step 11/24 : FROM alpine:3.12 [2021-06-15T22:23:14.685Z] ---> 13621d1b12d4 [2021-06-15T22:23:14.685Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-06-15T22:23:14.685Z] Removing intermediate container 489866fe3d25 [2021-06-15T22:23:14.685Z] ---> f14653d75e23 [2021-06-15T22:23:14.685Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T22:23:14.685Z] Removing intermediate container b260b2a8f9b8 [2021-06-15T22:23:14.685Z] ---> 62ccd4417e0c [2021-06-15T22:23:14.685Z] Step 24/26 : LABEL arch=x86_64 [2021-06-15T22:23:14.685Z] ---> Running in 269ce2e55b5b [2021-06-15T22:23:14.685Z] ---> Running in 0efc2395be90 [2021-06-15T22:23:14.685Z] ---> Running in a2c7c6e13178 [2021-06-15T22:23:14.685Z] ---> eb6b74352821 [2021-06-15T22:23:14.685Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-06-15T22:23:14.685Z] Removing intermediate container 52ddaa29ab4e [2021-06-15T22:23:14.685Z] ---> 6c300d9891c7 [2021-06-15T22:23:14.685Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-06-15T22:23:14.685Z] ---> Running in 31aee25b7a3b [2021-06-15T22:23:15.002Z] Removing intermediate container 269ce2e55b5b [2021-06-15T22:23:15.002Z] ---> ab004cdb4a91 [2021-06-15T22:23:15.002Z] Step 13/24 : ENV APP_PORT=59880 [2021-06-15T22:23:15.002Z] ---> Running in 526f1918c003 [2021-06-15T22:23:15.002Z] Removing intermediate container 0efc2395be90 [2021-06-15T22:23:15.002Z] ---> 8005abb1c1e9 [2021-06-15T22:23:15.002Z] Step 21/23 : LABEL arch=x86_64 [2021-06-15T22:23:15.002Z] ---> Running in f9fd2abb04a7 [2021-06-15T22:23:15.002Z] Removing intermediate container a2c7c6e13178 [2021-06-15T22:23:15.002Z] ---> 45ed08f01982 [2021-06-15T22:23:15.002Z] Step 25/26 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 [2021-06-15T22:23:15.002Z] ---> Running in b82e39ef08d0 [2021-06-15T22:23:15.002Z] Removing intermediate container 31aee25b7a3b [2021-06-15T22:23:15.002Z] ---> 585a0b1f33bd [2021-06-15T22:23:15.002Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T22:23:15.002Z] ---> Running in 29b604c871a9 [2021-06-15T22:23:15.002Z] ---> Running in d8fdcc02984d [2021-06-15T22:23:15.002Z] Removing intermediate container 526f1918c003 [2021-06-15T22:23:15.002Z] ---> 4a946be9a871 [2021-06-15T22:23:15.002Z] Step 29/32 : CMD ["gate"] [2021-06-15T22:23:15.002Z] Removing intermediate container f9fd2abb04a7 [2021-06-15T22:23:15.002Z] ---> e57540c0f228 [2021-06-15T22:23:15.002Z] Step 14/24 : EXPOSE $APP_PORT [2021-06-15T22:23:15.002Z] Removing intermediate container b82e39ef08d0 [2021-06-15T22:23:15.002Z] ---> b37fa6687dc7 [2021-06-15T22:23:15.002Z] Step 22/23 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 [2021-06-15T22:23:15.002Z] ---> Running in fefb87c6e83a [2021-06-15T22:23:15.002Z] ---> Running in 8c559bcce5ac [2021-06-15T22:23:15.393Z] Removing intermediate container d8fdcc02984d [2021-06-15T22:23:15.393Z] ---> c20b9d462cb3 [2021-06-15T22:23:15.393Z] Step 22/24 : LABEL arch=x86_64 [2021-06-15T22:23:15.393Z] ---> Running in 065e22396f7a [2021-06-15T22:23:15.393Z] Removing intermediate container 29b604c871a9 [2021-06-15T22:23:15.393Z] ---> f2fb7ccb6bd1 [2021-06-15T22:23:15.393Z] Step 26/26 : LABEL version=0.0.0 [2021-06-15T22:23:15.393Z] ---> Running in 65d826108074 [2021-06-15T22:23:15.393Z] ---> Running in 95599090593d [2021-06-15T22:23:15.393Z] Removing intermediate container fefb87c6e83a [2021-06-15T22:23:15.393Z] ---> 1500d6147c38 [2021-06-15T22:23:15.393Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:23:15.393Z] Removing intermediate container 8c559bcce5ac [2021-06-15T22:23:15.393Z] ---> ca043f01ff0e [2021-06-15T22:23:15.393Z] Step 30/32 : LABEL arch=x86_64 [2021-06-15T22:23:15.393Z] ---> Running in 86f596ed1975 [2021-06-15T22:23:15.393Z] ---> Running in f839053844d4 [2021-06-15T22:23:15.493Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-06-15T22:23:15.493Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-06-15T22:23:15.493Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-06-15T22:23:15.493Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-06-15T22:23:15.734Z] Removing intermediate container 065e22396f7a [2021-06-15T22:23:15.734Z] ---> 145ca632300e [2021-06-15T22:23:15.734Z] Step 23/23 : LABEL version=0.0.0 [2021-06-15T22:23:15.734Z] Removing intermediate container 65d826108074 [2021-06-15T22:23:15.734Z] ---> d6666c40e53f [2021-06-15T22:23:15.734Z] [2021-06-15T22:23:15.734Z] Removing intermediate container 95599090593d [2021-06-15T22:23:15.734Z] ---> 63d5f44203e3 [2021-06-15T22:23:15.734Z] Step 23/24 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 [2021-06-15T22:23:15.734Z] ---> Running in 0baedfae8b93 [2021-06-15T22:23:15.734Z] ---> Running in e32b4d6a6d4b [2021-06-15T22:23:15.734Z] Successfully built d6666c40e53f [2021-06-15T22:23:15.734Z] Successfully tagged security-secretstore-setup:latest [2021-06-15T22:23:15.734Z]  Building security-secretstore-setup ... done Building support-notifications [2021-06-15T22:23:15.734Z] Removing intermediate container 86f596ed1975 [2021-06-15T22:23:15.734Z] ---> 43f71120c8c0 [2021-06-15T22:23:15.734Z] Step 31/32 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 [2021-06-15T22:23:16.766Z] ---> Running in 30b02253e9bd [2021-06-15T22:23:16.766Z] Removing intermediate container 0baedfae8b93 [2021-06-15T22:23:16.766Z] ---> a04f554640c8 [2021-06-15T22:23:16.766Z] [2021-06-15T22:23:16.766Z] Removing intermediate container e32b4d6a6d4b [2021-06-15T22:23:16.766Z] ---> 1166fc1a5f67 [2021-06-15T22:23:16.766Z] Step 24/24 : LABEL version=0.0.0 [2021-06-15T22:23:16.766Z] Successfully built a04f554640c8 [2021-06-15T22:23:17.359Z] Successfully tagged support-scheduler:latest [2021-06-15T22:23:17.359Z] Building security-proxy-setup [2021-06-15T22:23:17.359Z]  Building support-scheduler ... done Removing intermediate container 30b02253e9bd [2021-06-15T22:23:17.359Z] ---> 729766036a5c [2021-06-15T22:23:17.359Z] Step 32/32 : LABEL version=0.0.0 [2021-06-15T22:23:17.359Z] ---> Running in c78be4e257ba [2021-06-15T22:23:17.931Z] ---> Running in fc5952e10001 [2021-06-15T22:23:18.502Z] Removing intermediate container c78be4e257ba [2021-06-15T22:23:18.502Z] ---> 5e424b9fc8ad [2021-06-15T22:23:18.502Z] [2021-06-15T22:23:18.502Z] Successfully built 5e424b9fc8ad [2021-06-15T22:23:21.056Z] Successfully tagged core-metadata:latest [2021-06-15T22:23:21.056Z]  Building core-metadata ... done Building sys-mgmt-agent [2021-06-15T22:23:21.056Z] Removing intermediate container f839053844d4 [2021-06-15T22:23:21.056Z] ---> 6d8cbb9d0125 [2021-06-15T22:23:21.056Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-06-15T22:23:21.056Z] Removing intermediate container fc5952e10001 [2021-06-15T22:23:21.056Z] ---> 3c6c03cfdb81 [2021-06-15T22:23:21.056Z] [2021-06-15T22:23:21.056Z] Successfully built 3c6c03cfdb81 [2021-06-15T22:23:21.317Z] Successfully tagged security-bootstrapper:latest [2021-06-15T22:23:21.317Z]  Building security-bootstrapper ... done Building core-command [2021-06-15T22:23:27.921Z] ---> Running in e0f2cd962c36 [2021-06-15T22:23:27.932Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.185s coverage: 28.7% of statements [2021-06-15T22:23:27.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-06-15T22:23:27.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-06-15T22:23:29.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.343s coverage: 100.0% of statements [2021-06-15T22:23:29.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-06-15T22:23:30.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.340s coverage: 53.4% of statements [2021-06-15T22:23:30.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-06-15T22:23:30.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-06-15T22:23:31.674Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.572s coverage: 87.7% of statements [2021-06-15T22:23:31.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-06-15T22:23:31.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-06-15T22:23:31.674Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.176s coverage: 78.9% of statements [2021-06-15T22:23:33.228Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:23:33.228Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:23:33.228Z] ---> 731ca288f00d [2021-06-15T22:23:33.228Z] Step 3/24 : WORKDIR /edgex-go [2021-06-15T22:23:33.228Z] ---> Using cache [2021-06-15T22:23:33.228Z] ---> 0c1f7cb14fbb [2021-06-15T22:23:33.228Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:23:33.228Z] ---> Using cache [2021-06-15T22:23:33.228Z] ---> 84ba4a147014 [2021-06-15T22:23:33.228Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-15T22:23:33.228Z] ---> Using cache [2021-06-15T22:23:33.228Z] ---> 33fc708f4992 [2021-06-15T22:23:33.228Z] Step 6/24 : COPY go.mod . [2021-06-15T22:23:33.228Z] ---> Using cache [2021-06-15T22:23:33.228Z] ---> 3790be0f481e [2021-06-15T22:23:33.228Z] Step 7/24 : RUN go mod download [2021-06-15T22:23:33.228Z] ---> Using cache [2021-06-15T22:23:33.228Z] ---> 02e8bf680dc1 [2021-06-15T22:23:33.228Z] Step 8/24 : COPY . . [2021-06-15T22:23:33.228Z] ---> Using cache [2021-06-15T22:23:33.228Z] ---> dc6b7f452ad1 [2021-06-15T22:23:33.228Z] Step 9/24 : RUN go mod tidy [2021-06-15T22:23:33.228Z] ---> Using cache [2021-06-15T22:23:33.228Z] ---> 0a5359753ec3 [2021-06-15T22:23:33.228Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-06-15T22:23:36.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.227s coverage: 81.2% of statements [2021-06-15T22:23:36.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-06-15T22:23:36.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-06-15T22:23:36.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-06-15T22:23:36.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-06-15T22:23:36.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-06-15T22:23:37.435Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:23:37.435Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:23:37.435Z] ---> 731ca288f00d [2021-06-15T22:23:37.435Z] Step 3/23 : WORKDIR /edgex-go [2021-06-15T22:23:37.435Z] ---> Using cache [2021-06-15T22:23:37.435Z] ---> 0c1f7cb14fbb [2021-06-15T22:23:37.435Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:23:37.435Z] ---> Using cache [2021-06-15T22:23:37.435Z] ---> 84ba4a147014 [2021-06-15T22:23:37.435Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-06-15T22:23:41.458Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.157s coverage: 95.1% of statements [2021-06-15T22:23:41.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-06-15T22:23:41.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-06-15T22:23:41.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] [2021-06-15T22:23:41.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-06-15T22:23:41.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-06-15T22:23:41.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-06-15T22:23:41.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-06-15T22:23:41.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-06-15T22:23:41.459Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.194s coverage: 60.0% of statements [2021-06-15T22:23:41.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-06-15T22:23:41.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-06-15T22:23:41.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-06-15T22:23:41.459Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.370s coverage: 0.8% of statements [2021-06-15T22:23:41.459Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-06-15T22:23:41.459Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.151s coverage: 58.8% of statements [2021-06-15T22:23:41.459Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.197s coverage: 22.0% of statements [2021-06-15T22:23:41.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-06-15T22:23:41.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.262s coverage: 47.1% of statements [2021-06-15T22:23:41.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.206s coverage: 79.5% of statements [2021-06-15T22:23:41.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.160s coverage: 94.1% of statements [2021-06-15T22:23:42.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.251s coverage: 96.3% of statements [2021-06-15T22:23:43.553Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.153s coverage: 87.5% of statements [2021-06-15T22:23:47.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:23:47.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:23:47.437Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-06-15T22:23:47.437Z] (2/6) Installing libgcc (9.3.0-r2) [2021-06-15T22:23:47.437Z] (3/6) Installing libsodium (1.0.18-r0) [2021-06-15T22:23:47.437Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-06-15T22:23:47.698Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:23:47.698Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:23:47.698Z] ---> 731ca288f00d [2021-06-15T22:23:47.698Z] Step 3/22 : WORKDIR /edgex-go [2021-06-15T22:23:47.698Z] ---> Using cache [2021-06-15T22:23:47.698Z] ---> 0c1f7cb14fbb [2021-06-15T22:23:47.698Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:23:47.698Z] ---> Using cache [2021-06-15T22:23:47.698Z] ---> 84ba4a147014 [2021-06-15T22:23:47.698Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-06-15T22:23:47.698Z] ---> Using cache [2021-06-15T22:23:47.698Z] ---> 33fc708f4992 [2021-06-15T22:23:47.698Z] Step 6/22 : COPY go.mod . [2021-06-15T22:23:47.698Z] ---> Using cache [2021-06-15T22:23:47.698Z] ---> 3790be0f481e [2021-06-15T22:23:47.698Z] Step 7/22 : RUN go mod download [2021-06-15T22:23:47.698Z] ---> Using cache [2021-06-15T22:23:47.698Z] ---> 02e8bf680dc1 [2021-06-15T22:23:47.698Z] Step 8/22 : COPY . . [2021-06-15T22:23:47.698Z] ---> Using cache [2021-06-15T22:23:47.698Z] ---> dc6b7f452ad1 [2021-06-15T22:23:47.698Z] Step 9/22 : RUN go mod tidy [2021-06-15T22:23:47.698Z] ---> Using cache [2021-06-15T22:23:47.698Z] ---> 0a5359753ec3 [2021-06-15T22:23:47.698Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-06-15T22:23:49.952Z] (5/6) Installing libzmq (4.3.3-r0) [2021-06-15T22:23:49.952Z] (6/6) Installing zeromq (4.3.3-r0) [2021-06-15T22:23:49.952Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:23:49.952Z] OK: 8 MiB in 20 packages [2021-06-15T22:23:50.211Z] ---> Running in 561eeecf1d2c [2021-06-15T22:23:51.596Z] ---> Running in 5146c7e5673c [2021-06-15T22:23:51.596Z] ---> Running in 1cf389345aa5 [2021-06-15T22:23:52.558Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:23:52.558Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:23:52.558Z] ---> 731ca288f00d [2021-06-15T22:23:52.558Z] Step 3/24 : WORKDIR /edgex-go [2021-06-15T22:23:52.558Z] ---> Using cache [2021-06-15T22:23:52.558Z] ---> 0c1f7cb14fbb [2021-06-15T22:23:52.558Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:23:52.558Z] ---> Using cache [2021-06-15T22:23:52.558Z] ---> 84ba4a147014 [2021-06-15T22:23:52.558Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-06-15T22:23:55.104Z] ---> Running in aaee78581b79 [2021-06-15T22:23:55.104Z] Removing intermediate container e0f2cd962c36 [2021-06-15T22:23:55.104Z] ---> a5aa2c30ae8b [2021-06-15T22:23:55.104Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T22:23:55.104Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-06-15T22:23:55.367Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-06-15T22:23:55.628Z] ---> af9c4820fefd [2021-06-15T22:23:55.628Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-06-15T22:23:55.628Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:23:55.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.193s coverage: 94.4% of statements [2021-06-15T22:23:55.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.183s coverage: 44.8% of statements [2021-06-15T22:23:56.212Z] ---> 41e88cb8dc35 [2021-06-15T22:23:56.212Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-06-15T22:23:56.212Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:23:56.486Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:23:56.751Z] ---> e7b509a42ad1 [2021-06-15T22:23:56.751Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-06-15T22:23:56.751Z] ---> Running in a0e352ad00f4 [2021-06-15T22:23:57.015Z] Removing intermediate container a0e352ad00f4 [2021-06-15T22:23:57.015Z] ---> 982425f1c066 [2021-06-15T22:23:57.015Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T22:23:57.015Z] ---> Running in e24af5ef954f [2021-06-15T22:23:57.294Z] Removing intermediate container e24af5ef954f [2021-06-15T22:23:57.294Z] ---> b8ad768e0530 [2021-06-15T22:23:57.294Z] Step 22/24 : LABEL arch=x86_64 [2021-06-15T22:23:57.294Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:23:57.294Z] OK: 219 MiB in 52 packages [2021-06-15T22:23:57.294Z] ---> Running in 15cce2f5e842 [2021-06-15T22:23:57.576Z] Removing intermediate container 15cce2f5e842 [2021-06-15T22:23:57.576Z] ---> 4d1ccfc391f7 [2021-06-15T22:23:57.576Z] Step 23/24 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 [2021-06-15T22:23:57.576Z] ---> Running in 300f23340a6a [2021-06-15T22:23:57.843Z] OK: 219 MiB in 52 packages [2021-06-15T22:23:57.843Z] Removing intermediate container 5146c7e5673c [2021-06-15T22:23:57.843Z] ---> e4bd41aa3704 [2021-06-15T22:23:57.843Z] Step 6/23 : COPY go.mod . [2021-06-15T22:23:58.112Z] Removing intermediate container 300f23340a6a [2021-06-15T22:23:58.112Z] ---> 2a64939817e6 [2021-06-15T22:23:58.112Z] Step 24/24 : LABEL version=0.0.0 [2021-06-15T22:23:58.112Z] ---> Running in 586c0f194383 [2021-06-15T22:23:58.380Z] ---> 7f001d178559 [2021-06-15T22:23:58.380Z] Step 7/23 : RUN go mod download [2021-06-15T22:23:58.380Z] Removing intermediate container aaee78581b79 [2021-06-15T22:23:58.380Z] ---> 6f44240e87bf [2021-06-15T22:23:58.380Z] Step 6/24 : COPY go.mod . [2021-06-15T22:23:58.380Z] ---> Running in 2bd092476034 [2021-06-15T22:23:58.380Z] Removing intermediate container 586c0f194383 [2021-06-15T22:23:58.380Z] ---> 018cd96ba29a [2021-06-15T22:23:58.380Z] [2021-06-15T22:23:58.647Z] Successfully built 018cd96ba29a [2021-06-15T22:23:58.647Z] Successfully tagged core-data:latest [2021-06-15T22:23:58.913Z]  Building core-data ... done  ---> 12b5baa26f5f [2021-06-15T22:23:58.913Z] Step 7/24 : RUN go mod download [2021-06-15T22:23:58.913Z] ---> Running in f12a99bf6006 [2021-06-15T22:23:59.865Z] Removing intermediate container 2bd092476034 [2021-06-15T22:23:59.865Z] ---> b3eb01cd2a59 [2021-06-15T22:23:59.865Z] Step 8/23 : COPY . . [2021-06-15T22:24:00.090Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.730s coverage: 81.8% of statements [2021-06-15T22:24:00.091Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-06-15T22:24:05.218Z] Removing intermediate container f12a99bf6006 [2021-06-15T22:24:05.218Z] ---> b1ab814f9e1d [2021-06-15T22:24:05.218Z] Step 8/24 : COPY . . [2021-06-15T22:24:10.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.255s coverage: 92.9% of statements [2021-06-15T22:24:10.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-06-15T22:24:10.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-06-15T22:24:10.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-06-15T22:24:10.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements [2021-06-15T22:24:10.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-06-15T22:24:10.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-06-15T22:24:10.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-06-15T22:24:10.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-06-15T22:24:10.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-06-15T22:24:10.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.176s coverage: 87.2% of statements [2021-06-15T22:24:10.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-06-15T22:24:10.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-06-15T22:24:10.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.150s coverage: 100.0% of statements [2021-06-15T22:24:10.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-06-15T22:24:10.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.184s coverage: 76.0% of statements [2021-06-15T22:24:10.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-06-15T22:24:10.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.148s coverage: 80.0% of statements [2021-06-15T22:24:10.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.219s coverage: 87.2% of statements [2021-06-15T22:24:10.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.244s coverage: 85.4% of statements [2021-06-15T22:24:10.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.311s coverage: 91.2% of statements [2021-06-15T22:24:10.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-06-15T22:24:10.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.638s coverage: 64.4% of statements [2021-06-15T22:24:10.286Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-06-15T22:24:10.286Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-06-15T22:24:10.286Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.181s coverage: 100.0% of statements [2021-06-15T22:24:10.286Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements [2021-06-15T22:24:10.286Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2021-06-15T22:24:10.286Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-06-15T22:24:10.286Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements [2021-06-15T22:24:11.832Z] ---> 1b35d885ed62 [2021-06-15T22:24:11.832Z] Step 9/23 : RUN go mod tidy [2021-06-15T22:24:11.832Z] ---> 7f3e4468944e [2021-06-15T22:24:11.832Z] Step 9/24 : RUN go mod tidy [2021-06-15T22:24:11.832Z] ---> Running in d8663d8243c4 [2021-06-15T22:24:11.832Z] ---> Running in e3d26ff3c418 [2021-06-15T22:24:13.761Z] Removing intermediate container d8663d8243c4 [2021-06-15T22:24:13.761Z] ---> 464be04d8d25 [2021-06-15T22:24:13.761Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-06-15T22:24:13.761Z] ---> Running in 115d098db609 [2021-06-15T22:24:13.761Z] Removing intermediate container e3d26ff3c418 [2021-06-15T22:24:13.761Z] ---> 41c63bc13829 [2021-06-15T22:24:13.761Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-06-15T22:24:13.761Z] ---> Running in 0f4144e5916e [2021-06-15T22:24:14.026Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-06-15T22:24:14.289Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-06-15T22:24:14.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.045s coverage: 66.9% of statements [2021-06-15T22:24:14.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-06-15T22:24:14.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-06-15T22:24:14.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-06-15T22:24:16.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.698s coverage: 43.6% of statements [2021-06-15T22:24:16.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-06-15T22:24:16.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-06-15T22:24:16.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.235s coverage: 89.5% of statements [2021-06-15T22:24:16.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-06-15T22:24:16.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.185s coverage: 84.8% of statements [2021-06-15T22:24:16.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-06-15T22:24:24.885Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-06-15T22:24:24.885Z] Removing intermediate container 561eeecf1d2c [2021-06-15T22:24:24.885Z] ---> 1425b0f7dd7c [2021-06-15T22:24:24.885Z] [2021-06-15T22:24:24.885Z] Step 11/24 : FROM alpine:3.12 [2021-06-15T22:24:24.885Z] ---> 13621d1b12d4 [2021-06-15T22:24:24.885Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-15T22:24:24.885Z] ---> Using cache [2021-06-15T22:24:24.885Z] ---> fba6eb5cdbde [2021-06-15T22:24:24.885Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-15T22:24:24.885Z] ---> Using cache [2021-06-15T22:24:24.885Z] ---> 401af4077f54 [2021-06-15T22:24:24.885Z] Step 14/24 : ENV APP_PORT=59882 [2021-06-15T22:24:24.885Z] ---> Running in e0a85cd24e30 [2021-06-15T22:24:24.885Z] Removing intermediate container e0a85cd24e30 [2021-06-15T22:24:24.885Z] ---> cd2c1bbdd93f [2021-06-15T22:24:24.885Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-15T22:24:24.887Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.212s coverage: 19.3% of statements [2021-06-15T22:24:24.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-06-15T22:24:24.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-06-15T22:24:24.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-06-15T22:24:24.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-06-15T22:24:24.887Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.501s coverage: 91.9% of statements [2021-06-15T22:24:24.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-06-15T22:24:24.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-06-15T22:24:24.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] [2021-06-15T22:24:24.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-06-15T22:24:24.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-06-15T22:24:24.887Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.219s coverage: 62.7% of statements [2021-06-15T22:24:24.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-06-15T22:24:24.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-06-15T22:24:24.887Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.359s coverage: 97.6% of statements [2021-06-15T22:24:24.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-06-15T22:24:24.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-06-15T22:24:24.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] [2021-06-15T22:24:24.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-06-15T22:24:24.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-06-15T22:24:24.887Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.166s coverage: 28.9% of statements [2021-06-15T22:24:24.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-06-15T22:24:24.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-06-15T22:24:24.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-06-15T22:24:24.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-06-15T22:24:24.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-06-15T22:24:24.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-06-15T22:24:24.887Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.184s coverage: 100.0% of statements [2021-06-15T22:24:24.887Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 95.4% of statements [2021-06-15T22:24:24.887Z] GO111MODULE=on go vet ./... [2021-06-15T22:24:25.152Z] ---> Running in ff478b502efd [2021-06-15T22:24:25.757Z] Removing intermediate container ff478b502efd [2021-06-15T22:24:25.757Z] ---> 34605f217144 [2021-06-15T22:24:25.757Z] Step 16/24 : WORKDIR / [2021-06-15T22:24:26.032Z] ---> Running in f2141f9410d9 [2021-06-15T22:24:26.032Z] Removing intermediate container 1cf389345aa5 [2021-06-15T22:24:26.032Z] ---> 9c6136f7a28e [2021-06-15T22:24:26.032Z] [2021-06-15T22:24:26.032Z] Step 11/22 : FROM alpine:3.12 [2021-06-15T22:24:26.032Z] ---> 13621d1b12d4 [2021-06-15T22:24:26.032Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-06-15T22:24:26.032Z] ---> Running in 217c8dea103a [2021-06-15T22:24:26.032Z] Removing intermediate container f2141f9410d9 [2021-06-15T22:24:26.032Z] ---> b18ea6417570 [2021-06-15T22:24:26.032Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T22:24:26.623Z] ---> b97f23c802f0 [2021-06-15T22:24:26.623Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-06-15T22:24:26.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:24:26.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:24:27.156Z] (1/4) Installing ca-certificates (20191127-r4) [2021-06-15T22:24:27.156Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-06-15T22:24:27.156Z] (3/4) Installing libcurl (7.77.0-r0) [2021-06-15T22:24:27.156Z] (4/4) Installing curl (7.77.0-r0) [2021-06-15T22:24:27.156Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:24:27.156Z] Executing ca-certificates-20191127-r4.trigger [2021-06-15T22:24:27.156Z] ---> 76f430d50e9b [2021-06-15T22:24:27.156Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-06-15T22:24:27.156Z] OK: 7 MiB in 18 packages [2021-06-15T22:24:27.438Z] ---> dfd8181a0799 [2021-06-15T22:24:27.438Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-06-15T22:24:27.438Z] ---> Running in e4e06cbb8958 [2021-06-15T22:24:28.021Z] Removing intermediate container e4e06cbb8958 [2021-06-15T22:24:28.021Z] ---> 457a9ae2c347 [2021-06-15T22:24:28.021Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T22:24:28.021Z] Removing intermediate container 217c8dea103a [2021-06-15T22:24:28.021Z] ---> 4129764f3bd0 [2021-06-15T22:24:28.021Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-15T22:24:28.021Z] ---> Running in 765c16229ef2 [2021-06-15T22:24:28.021Z] ---> Running in 972b6d5e70c3 [2021-06-15T22:24:28.021Z] Removing intermediate container 765c16229ef2 [2021-06-15T22:24:28.021Z] ---> 8ca2df96e938 [2021-06-15T22:24:28.021Z] Step 22/24 : LABEL arch=x86_64 [2021-06-15T22:24:28.287Z] Removing intermediate container 972b6d5e70c3 [2021-06-15T22:24:28.287Z] ---> 684c8222f1ac [2021-06-15T22:24:28.287Z] Step 14/22 : WORKDIR /edgex [2021-06-15T22:24:28.558Z] ---> Running in 60a947a79404 [2021-06-15T22:24:28.558Z] ---> Running in 2ab195265416 [2021-06-15T22:24:28.821Z] Removing intermediate container 60a947a79404 [2021-06-15T22:24:28.821Z] ---> 951ee9359779 [2021-06-15T22:24:28.821Z] Step 23/24 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 [2021-06-15T22:24:28.821Z] Removing intermediate container 2ab195265416 [2021-06-15T22:24:28.821Z] ---> f830cb51cd89 [2021-06-15T22:24:28.821Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-06-15T22:24:28.821Z] ---> Running in 8baa73a0c9b6 [2021-06-15T22:24:29.097Z] Removing intermediate container 8baa73a0c9b6 [2021-06-15T22:24:29.097Z] ---> 748938b79cee [2021-06-15T22:24:29.097Z] Step 24/24 : LABEL version=0.0.0 [2021-06-15T22:24:29.097Z] ---> 09dd82b2f4b2 [2021-06-15T22:24:29.097Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-06-15T22:24:29.097Z] ---> Running in 5b6d67ec34c0 [2021-06-15T22:24:29.367Z] Removing intermediate container 5b6d67ec34c0 [2021-06-15T22:24:29.367Z] ---> 6b2273c51831 [2021-06-15T22:24:29.367Z] [2021-06-15T22:24:29.633Z] Successfully built 6b2273c51831 [2021-06-15T22:24:29.633Z] Successfully tagged core-command:latest [2021-06-15T22:24:29.918Z]  Building core-command ... done  ---> 82c700be84b7 [2021-06-15T22:24:29.918Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-06-15T22:24:30.891Z] ---> 57816f9bf7b1 [2021-06-15T22:24:30.891Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-06-15T22:24:31.175Z] ---> Running in 86fedffc00de [2021-06-15T22:24:31.444Z] Removing intermediate container 86fedffc00de [2021-06-15T22:24:31.444Z] ---> d449f63bdb7f [2021-06-15T22:24:31.444Z] Step 19/22 : CMD ["--init=true"] [2021-06-15T22:24:31.716Z] ---> Running in a422b706e359 [2021-06-15T22:24:31.994Z] Removing intermediate container a422b706e359 [2021-06-15T22:24:31.994Z] ---> a07d52c28b27 [2021-06-15T22:24:31.994Z] Step 20/22 : LABEL arch=x86_64 [2021-06-15T22:24:31.994Z] ---> Running in 3f8d78c2a35f [2021-06-15T22:24:32.592Z] Removing intermediate container 3f8d78c2a35f [2021-06-15T22:24:32.592Z] ---> 70ad9aa2b335 [2021-06-15T22:24:32.592Z] Step 21/22 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 [2021-06-15T22:24:32.858Z] ---> Running in a7226c8f6480 [2021-06-15T22:24:33.127Z] Removing intermediate container a7226c8f6480 [2021-06-15T22:24:33.127Z] ---> 176964443e9a [2021-06-15T22:24:33.127Z] Step 22/22 : LABEL version=0.0.0 [2021-06-15T22:24:33.390Z] ---> Running in 02acb9993fdd [2021-06-15T22:24:33.652Z] Removing intermediate container 02acb9993fdd [2021-06-15T22:24:33.652Z] ---> 024296a51d9d [2021-06-15T22:24:33.652Z] [2021-06-15T22:24:33.912Z] Successfully built 024296a51d9d [2021-06-15T22:24:33.912Z] Successfully tagged security-proxy-setup:latest [2021-06-15T22:24:38.130Z]  Building security-proxy-setup ... done Removing intermediate container 0f4144e5916e [2021-06-15T22:24:38.130Z] ---> 2888d0764e54 [2021-06-15T22:24:38.130Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-06-15T22:24:38.130Z] Removing intermediate container 115d098db609 [2021-06-15T22:24:38.130Z] ---> 9773e96eb5fb [2021-06-15T22:24:38.130Z] [2021-06-15T22:24:38.130Z] Step 11/23 : FROM alpine:3.12 [2021-06-15T22:24:38.130Z] ---> 13621d1b12d4 [2021-06-15T22:24:38.130Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-06-15T22:24:38.392Z] ---> Running in 2ea8a8bf9333 [2021-06-15T22:24:38.392Z] ---> Running in 969763037d10 [2021-06-15T22:24:38.669Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-06-15T22:24:38.669Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:24:38.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:24:38.932Z] (1/2) Installing ca-certificates (20191127-r4) [2021-06-15T22:24:38.932Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-06-15T22:24:38.932Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:24:38.932Z] Executing ca-certificates-20191127-r4.trigger [2021-06-15T22:24:38.932Z] OK: 6 MiB in 16 packages [2021-06-15T22:24:39.194Z] Removing intermediate container 969763037d10 [2021-06-15T22:24:39.194Z] ---> 96a5f9e4c921 [2021-06-15T22:24:39.194Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-15T22:24:39.455Z] ---> Running in 13be7c315d2f [2021-06-15T22:24:39.455Z] Removing intermediate container 2ea8a8bf9333 [2021-06-15T22:24:39.455Z] ---> 45311ea7e9b1 [2021-06-15T22:24:39.455Z] [2021-06-15T22:24:39.455Z] Step 12/24 : FROM docker:20.10.0 [2021-06-15T22:24:39.455Z] Removing intermediate container 13be7c315d2f [2021-06-15T22:24:39.455Z] ---> 9497844620f8 [2021-06-15T22:24:39.455Z] Step 14/23 : ENV APP_PORT=59860 [2021-06-15T22:24:39.455Z] 20.10.0: Pulling from library/docker [2021-06-15T22:24:39.455Z] ---> Running in 524ff922d263 [2021-06-15T22:24:39.715Z] Removing intermediate container 524ff922d263 [2021-06-15T22:24:39.715Z] ---> 2bb214748c02 [2021-06-15T22:24:39.715Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-15T22:24:39.715Z] ---> Running in 65903dd25eb3 [2021-06-15T22:24:39.974Z] Removing intermediate container 65903dd25eb3 [2021-06-15T22:24:39.974Z] ---> efac6b9be137 [2021-06-15T22:24:39.974Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T22:24:40.235Z] ---> 4b6503b4e8fb [2021-06-15T22:24:40.235Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-06-15T22:24:40.815Z] ---> cf5a95ab32bd [2021-06-15T22:24:40.815Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-06-15T22:24:41.079Z] ---> e3df4938caab [2021-06-15T22:24:41.079Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-06-15T22:24:41.079Z] ---> Running in dacd4fa1627b [2021-06-15T22:24:41.338Z] Removing intermediate container dacd4fa1627b [2021-06-15T22:24:41.338Z] ---> 9d5ad3e10146 [2021-06-15T22:24:41.339Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T22:24:41.339Z] ---> Running in adfb50e4ee2f [2021-06-15T22:24:41.624Z] Removing intermediate container adfb50e4ee2f [2021-06-15T22:24:41.624Z] ---> a82e4ee8537e [2021-06-15T22:24:41.624Z] Step 21/23 : LABEL arch=x86_64 [2021-06-15T22:24:43.024Z] ---> Running in 53515f6fca5f [2021-06-15T22:24:43.978Z] Removing intermediate container 53515f6fca5f [2021-06-15T22:24:43.978Z] ---> 434f1ff03122 [2021-06-15T22:24:43.978Z] Step 22/23 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 [2021-06-15T22:24:43.978Z] ---> Running in 06aa0d18c9f5 [2021-06-15T22:24:44.247Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-06-15T22:24:44.247Z] Removing intermediate container 06aa0d18c9f5 [2021-06-15T22:24:44.247Z] ---> c814e92cd54b [2021-06-15T22:24:44.247Z] Step 23/23 : LABEL version=0.0.0 [2021-06-15T22:24:44.247Z] Status: Downloaded newer image for docker:20.10.0 [2021-06-15T22:24:44.247Z] ---> aefe523efa57 [2021-06-15T22:24:44.247Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-06-15T22:24:44.247Z] ---> Running in 84e1800745fd [2021-06-15T22:24:44.247Z] ---> Running in 29e448acb596 [2021-06-15T22:24:44.247Z] Removing intermediate container 84e1800745fd [2021-06-15T22:24:44.247Z] ---> 5bfad1a602c9 [2021-06-15T22:24:44.247Z] [2021-06-15T22:24:44.247Z] Removing intermediate container 29e448acb596 [2021-06-15T22:24:44.247Z] ---> 02411c9c1254 [2021-06-15T22:24:44.247Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-06-15T22:24:44.247Z] ---> Running in 09f4a9173a2c [2021-06-15T22:24:44.511Z] Successfully built 5bfad1a602c9 [2021-06-15T22:24:44.511Z] Successfully tagged support-notifications:latest [2021-06-15T22:24:44.773Z]  Building support-notifications ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-15T22:24:44.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-15T22:24:44.773Z] (1/39) Installing readline (8.0.4-r0) [2021-06-15T22:24:44.773Z] (2/39) Installing bash (5.0.17-r0) [2021-06-15T22:24:44.773Z] Executing bash-5.0.17-r0.post-install [2021-06-15T22:24:44.773Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-06-15T22:24:44.773Z] (4/39) Installing libcurl (7.77.0-r0) [2021-06-15T22:24:44.773Z] (5/39) Installing curl (7.77.0-r0) [2021-06-15T22:24:44.773Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-06-15T22:24:44.773Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-06-15T22:24:44.773Z] (8/39) Installing expat (2.2.9-r1) [2021-06-15T22:24:44.773Z] (9/39) Installing libffi (3.3-r2) [2021-06-15T22:24:44.773Z] (10/39) Installing gdbm (1.13-r1) [2021-06-15T22:24:44.773Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-06-15T22:24:44.773Z] (12/39) Installing sqlite-libs (3.32.1-r1) [2021-06-15T22:24:44.773Z] (13/39) Installing python3 (3.8.10-r0) [2021-06-15T22:24:45.347Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-06-15T22:24:45.347Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-06-15T22:24:45.347Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-06-15T22:24:45.347Z] (17/39) Installing py3-six (1.15.0-r0) [2021-06-15T22:24:45.347Z] (18/39) Installing py3-packaging (20.4-r0) [2021-06-15T22:24:45.347Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-06-15T22:24:45.347Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-06-15T22:24:45.347Z] (21/39) Installing py3-idna (2.9-r0) [2021-06-15T22:24:45.347Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-06-15T22:24:45.347Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-06-15T22:24:45.610Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-06-15T22:24:45.610Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-06-15T22:24:45.610Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-06-15T22:24:45.610Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-06-15T22:24:45.610Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-06-15T22:24:45.610Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-06-15T22:24:45.610Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-06-15T22:24:45.610Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-06-15T22:24:45.610Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-06-15T22:24:45.610Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-06-15T22:24:45.611Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-06-15T22:24:45.611Z] (35/39) Installing py3-progress (1.5-r0) [2021-06-15T22:24:45.611Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-06-15T22:24:45.611Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-06-15T22:24:45.611Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-06-15T22:24:45.611Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-06-15T22:24:45.611Z] Executing busybox-1.31.1-r19.trigger [2021-06-15T22:24:45.611Z] OK: 72 MiB in 59 packages [2021-06-15T22:24:46.191Z] Collecting docker-compose==1.23.2 [2021-06-15T22:24:46.454Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-06-15T22:24:46.454Z] Collecting PyYAML<4,>=3.10 [2021-06-15T22:24:46.718Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-06-15T22:24:47.293Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-06-15T22:24:47.293Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-06-15T22:24:47.293Z] Collecting texttable<0.10,>=0.9.0 [2021-06-15T22:24:47.293Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-06-15T22:24:47.557Z] Collecting dockerpty<0.5,>=0.4.1 [2021-06-15T22:24:47.557Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-06-15T22:24:48.132Z] Collecting jsonschema<3,>=2.5.1 [2021-06-15T22:24:48.132Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-06-15T22:24:48.132Z] Collecting docker<4.0,>=3.6.0 [2021-06-15T22:24:48.132Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-06-15T22:24:48.132Z] Collecting websocket-client<1.0,>=0.32.0 [2021-06-15T22:24:48.132Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-06-15T22:24:48.397Z] Collecting cached-property<2,>=1.2.0 [2021-06-15T22:24:48.397Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-06-15T22:24:48.397Z] Collecting docopt<0.7,>=0.6.1 [2021-06-15T22:24:48.397Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-06-15T22:24:48.660Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-06-15T22:24:48.660Z] Collecting idna<2.8,>=2.5 [2021-06-15T22:24:48.660Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-06-15T22:24:48.925Z] Collecting urllib3<1.25,>=1.21.1 [2021-06-15T22:24:48.926Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-06-15T22:24:48.926Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-06-15T22:24:48.926Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-06-15T22:24:48.926Z] Collecting docker-pycreds>=0.4.0 [2021-06-15T22:24:48.926Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-06-15T22:24:48.926Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-06-15T22:24:48.926Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-06-15T22:24:48.926Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-06-15T22:24:48.926Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-06-15T22:24:48.926Z] Installing collected packages: PyYAML, idna, urllib3, requests, texttable, dockerpty, jsonschema, docker-pycreds, websocket-client, docker, cached-property, docopt, docker-compose [2021-06-15T22:24:48.926Z] Running setup.py install for PyYAML: started [2021-06-15T22:24:49.501Z] Running setup.py install for PyYAML: finished with status 'done' [2021-06-15T22:24:49.501Z] Attempting uninstall: idna [2021-06-15T22:24:49.501Z] Found existing installation: idna 2.9 [2021-06-15T22:24:49.501Z] Uninstalling idna-2.9: [2021-06-15T22:24:49.501Z] Successfully uninstalled idna-2.9 [2021-06-15T22:24:49.501Z] Attempting uninstall: urllib3 [2021-06-15T22:24:49.501Z] Found existing installation: urllib3 1.25.9 [2021-06-15T22:24:49.501Z] Uninstalling urllib3-1.25.9: [2021-06-15T22:24:49.501Z] Successfully uninstalled urllib3-1.25.9 [2021-06-15T22:24:49.765Z] Attempting uninstall: requests [2021-06-15T22:24:49.765Z] Found existing installation: requests 2.23.0 [2021-06-15T22:24:49.765Z] Uninstalling requests-2.23.0: [2021-06-15T22:24:49.765Z] Successfully uninstalled requests-2.23.0 [2021-06-15T22:24:49.765Z] Running setup.py install for texttable: started [2021-06-15T22:24:50.027Z] Running setup.py install for texttable: finished with status 'done' [2021-06-15T22:24:50.028Z] Running setup.py install for dockerpty: started [2021-06-15T22:24:50.290Z] Running setup.py install for dockerpty: finished with status 'done' [2021-06-15T22:24:50.553Z] Running setup.py install for docopt: started [2021-06-15T22:24:50.816Z] Running setup.py install for docopt: finished with status 'done' [2021-06-15T22:24:51.078Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-06-15T22:24:53.647Z] Removing intermediate container 09f4a9173a2c [2021-06-15T22:24:53.647Z] ---> 4e403added88 [2021-06-15T22:24:53.647Z] Step 15/24 : ENV APP_PORT=58890 [2021-06-15T22:24:53.647Z] ---> Running in b7aab145762b [2021-06-15T22:24:53.647Z] Removing intermediate container b7aab145762b [2021-06-15T22:24:53.647Z] ---> f55a2af1c640 [2021-06-15T22:24:53.647Z] Step 16/24 : EXPOSE $APP_PORT [2021-06-15T22:24:53.647Z] ---> Running in 1d389a3dfce0 [2021-06-15T22:24:53.910Z] Removing intermediate container 1d389a3dfce0 [2021-06-15T22:24:53.910Z] ---> cba5a57f0dca [2021-06-15T22:24:53.910Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-06-15T22:24:54.173Z] ---> 699fe9e2a26a [2021-06-15T22:24:54.173Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-06-15T22:24:54.173Z] ---> 308bdfd326c6 [2021-06-15T22:24:54.173Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-06-15T22:24:54.437Z] ---> 1a13bad2529b [2021-06-15T22:24:54.437Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-06-15T22:24:54.437Z] ---> Running in 78ac3b616247 [2021-06-15T22:24:54.437Z] Removing intermediate container 78ac3b616247 [2021-06-15T22:24:54.437Z] ---> 00a065e387e5 [2021-06-15T22:24:54.437Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T22:24:54.702Z] ---> Running in 39b6c7682070 [2021-06-15T22:24:54.702Z] Removing intermediate container 39b6c7682070 [2021-06-15T22:24:54.702Z] ---> 8961a54f7349 [2021-06-15T22:24:54.702Z] Step 22/24 : LABEL arch=x86_64 [2021-06-15T22:24:54.702Z] ---> Running in 91d716c60f28 [2021-06-15T22:24:54.702Z] Removing intermediate container 91d716c60f28 [2021-06-15T22:24:54.702Z] ---> 642aafa88429 [2021-06-15T22:24:54.702Z] Step 23/24 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 [2021-06-15T22:24:54.702Z] ---> Running in b815c0fafdab [2021-06-15T22:24:54.965Z] Removing intermediate container b815c0fafdab [2021-06-15T22:24:54.965Z] ---> d9729ad85a13 [2021-06-15T22:24:54.965Z] Step 24/24 : LABEL version=0.0.0 [2021-06-15T22:24:54.965Z] ---> Running in df3a260e8126 [2021-06-15T22:24:54.966Z] Removing intermediate container df3a260e8126 [2021-06-15T22:24:54.966Z] ---> fddf3d7f8b3d [2021-06-15T22:24:54.966Z] [2021-06-15T22:24:54.966Z] Successfully built fddf3d7f8b3d [2021-06-15T22:24:54.966Z] Successfully tagged sys-mgmt-agent:latest [2021-06-15T22:24:55.238Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-06-15T22:24:55.245Z] $ docker stop --time=1 fbfbf1cbca2fec6a60f205b31abb3218c618c0e1990eff3a2c8cff6803777d62 [2021-06-15T22:24:56.565Z] $ docker rm -f fbfbf1cbca2fec6a60f205b31abb3218c618c0e1990eff3a2c8cff6803777d62 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-15T22:24:56.959Z] + docker images [2021-06-15T22:24:56.959Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-15T22:24:56.959Z] sys-mgmt-agent latest fddf3d7f8b3d 2 seconds ago 312MB [2021-06-15T22:24:56.959Z] support-notifications latest 5bfad1a602c9 12 seconds ago 16.7MB [2021-06-15T22:24:56.959Z] 45311ea7e9b1 17 seconds ago 1.15GB [2021-06-15T22:24:56.959Z] 9773e96eb5fb 19 seconds ago 1.15GB [2021-06-15T22:24:56.959Z] security-proxy-setup latest 024296a51d9d 23 seconds ago 25.7MB [2021-06-15T22:24:56.959Z] core-command latest 6b2273c51831 27 seconds ago 15.9MB [2021-06-15T22:24:56.959Z] 9c6136f7a28e 31 seconds ago 1.15GB [2021-06-15T22:24:56.959Z] 1425b0f7dd7c 32 seconds ago 1.14GB [2021-06-15T22:24:56.959Z] core-data latest 018cd96ba29a 58 seconds ago 20.2MB [2021-06-15T22:24:56.959Z] security-bootstrapper latest 3c6c03cfdb81 About a minute ago 18.6MB [2021-06-15T22:24:56.959Z] core-metadata latest 5e424b9fc8ad About a minute ago 16.6MB [2021-06-15T22:24:56.959Z] support-scheduler latest a04f554640c8 About a minute ago 15.9MB [2021-06-15T22:24:56.959Z] security-secretstore-setup latest d6666c40e53f About a minute ago 28.7MB [2021-06-15T22:24:56.959Z] f0f78e1a802d About a minute ago 1.15GB [2021-06-15T22:24:56.959Z] 91b0ba1f1bf0 About a minute ago 1.15GB [2021-06-15T22:24:56.959Z] 61ede4f640d6 About a minute ago 1.15GB [2021-06-15T22:24:56.959Z] 78f1c297569f About a minute ago 1.15GB [2021-06-15T22:24:56.959Z] e4a46ca117ad 2 minutes ago 1.15GB [2021-06-15T22:24:56.959Z] ci-base-image-x86_64 latest 731ca288f00d 7 minutes ago 647MB [2021-06-15T22:24:56.959Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 6 weeks ago 445MB [2021-06-15T22:24:56.959Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 6 weeks ago 37.5MB [2021-06-15T22:24:56.959Z] alpine 3.12 13621d1b12d4 2 months ago 5.58MB [2021-06-15T22:24:56.960Z] docker 20.10.0 aefe523efa57 6 months ago 240MB [2021-06-15T22:24:56.960Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 11 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-15T22:25:46.689Z] gofmt -l . [2021-06-15T22:25:46.689Z] [ "`gofmt -l .`" = "" ] [2021-06-15T22:25:46.689Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-06-15T22:25:47.343Z] + ls -al . [2021-06-15T22:25:47.343Z] total 544 [2021-06-15T22:25:47.343Z] drwxrwxr-x 9 1001 1001 4096 Jun 15 22:25 . [2021-06-15T22:25:47.343Z] drwxr-xr-x 4 root root 4096 Jun 15 22:21 .. [2021-06-15T22:25:47.343Z] -rw-rw-r-- 1 1001 1001 11 Jun 15 22:19 .dockerignore [2021-06-15T22:25:47.343Z] drwxrwxr-x 8 1001 1001 4096 Jun 15 22:19 .git [2021-06-15T22:25:47.343Z] drwxrwxr-x 3 1001 1001 4096 Jun 15 22:19 .github [2021-06-15T22:25:47.343Z] -rw-rw-r-- 1 1001 1001 818 Jun 15 22:19 .gitignore [2021-06-15T22:25:47.343Z] -rw-rw-r-- 1 1001 1001 166 Jun 15 22:19 .sonarcloud.properties [2021-06-15T22:25:47.343Z] -rw-rw-r-- 1 1001 1001 8609 Jun 15 22:19 Attribution.txt [2021-06-15T22:25:47.343Z] -rw-rw-r-- 1 1001 1001 3804 Jun 15 22:19 CONTRIBUTING.md [2021-06-15T22:25:47.343Z] -rw-rw-r-- 1 1001 1001 931 Jun 15 22:19 Dockerfile.build [2021-06-15T22:25:47.343Z] -rw-rw-r-- 1 1001 1001 849 Jun 15 22:19 Jenkinsfile [2021-06-15T22:25:47.343Z] -rw-rw-r-- 1 1001 1001 10775 Jun 15 22:19 LICENSE [2021-06-15T22:25:47.343Z] -rw-rw-r-- 1 1001 1001 5605 Jun 15 22:19 Makefile [2021-06-15T22:25:47.343Z] -rw-rw-r-- 1 1001 1001 7905 Jun 15 22:19 README.md [2021-06-15T22:25:47.343Z] -rw-rw-r-- 1 1001 1001 7071 Jun 15 22:19 SECURITY.md [2021-06-15T22:25:47.343Z] -rw-rw-r-- 1 1001 1001 5 Jun 15 22:16 VERSION [2021-06-15T22:25:47.343Z] -rw-rw-r-- 1 1001 1001 4131 Jun 15 22:19 ZMQWindows.md [2021-06-15T22:25:47.343Z] drwxrwxr-x 2 1001 1001 4096 Jun 15 22:19 bin [2021-06-15T22:25:47.343Z] drwxrwxr-x 14 1001 1001 4096 Jun 15 22:19 cmd [2021-06-15T22:25:47.343Z] -rw-r--r-- 1 root root 398195 Jun 15 22:24 coverage.out [2021-06-15T22:25:47.343Z] -rw-rw-r-- 1 1001 1001 841 Jun 15 22:19 go.mod [2021-06-15T22:25:47.343Z] -rw-r--r-- 1 root root 21154 Jun 15 22:21 go.sum [2021-06-15T22:25:47.343Z] drwxrwxr-x 7 1001 1001 4096 Jun 15 22:19 internal [2021-06-15T22:25:47.343Z] drwxrwxr-x 3 1001 1001 4096 Jun 15 22:19 openapi [2021-06-15T22:25:47.343Z] drwxrwxr-x 4 1001 1001 4096 Jun 15 22:19 snap [2021-06-15T22:25:47.343Z] -rw-rw-r-- 1 1001 1001 168 Jun 15 22:19 version.go [Pipeline] sh [2021-06-15T22:25:47.999Z] + '[' -e coverage.out ] [2021-06-15T22:25:47.999Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-06-15T22:25:48.023Z] Warning: overwriting stash ‘coverage-report’ [2021-06-15T22:25:48.794Z] Stashed 1 file(s) [Pipeline] sh [2021-06-15T22:25:49.445Z] + make build [2021-06-15T22:25:49.445Z] go mod tidy [2021-06-15T22:25:50.048Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-06-15T22:25:56.773Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-06-15T22:26:18.981Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-06-15T22:26:20.419Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-06-15T22:26:24.733Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-06-15T22:26:25.343Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-06-15T22:26:28.755Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-06-15T22:26:32.150Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-06-15T22:26:34.780Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-06-15T22:26:42.825Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-06-15T22:26:42.825Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-06-15T22:26:45.532Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-06-15T22:26:51.013Z] $ docker stop --time=1 afb3f091ecd324bf5dba7bce8c847101626a926525b69981b930cc1613ce0c21 [2021-06-15T22:26:53.356Z] $ docker rm -f afb3f091ecd324bf5dba7bce8c847101626a926525b69981b930cc1613ce0c21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:26:55.000Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-15T22:26:55.000Z] [2021-06-15T22:26:55.000Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:26:55.359Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-15T22:26:55.632Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-06-15T22:26:55.632Z] 29e5d40040c1: Pulling fs layer [2021-06-15T22:26:55.632Z] 1ce36da41761: Pulling fs layer [2021-06-15T22:26:55.632Z] 25b303627fd3: Pulling fs layer [2021-06-15T22:26:56.222Z] 29e5d40040c1: Verifying Checksum [2021-06-15T22:26:56.222Z] 29e5d40040c1: Download complete [2021-06-15T22:26:56.493Z] 1ce36da41761: Download complete [2021-06-15T22:26:56.769Z] 29e5d40040c1: Pull complete [2021-06-15T22:26:58.206Z] 1ce36da41761: Pull complete [2021-06-15T22:26:58.206Z] 25b303627fd3: Verifying Checksum [2021-06-15T22:26:58.206Z] 25b303627fd3: Download complete [2021-06-15T22:27:09.020Z] 25b303627fd3: Pull complete [2021-06-15T22:27:09.020Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-06-15T22:27:09.020Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-15T22:27:09.020Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-06-15T22:27:09.253Z] prd-ubuntu18.04-docker-arm64-4c-16g-1576 does not seem to be running inside a container [2021-06-15T22:27:09.346Z] $ 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-arm64:latest cat [2021-06-15T22:27:13.154Z] $ docker top abeda5864dfe2232c8c34c1c73fa78002151a4488d4b3ecb1496a11144f34e5a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-15T22:27:14.133Z] + grep parallel [2021-06-15T22:27:14.133Z] + docker-compose build --help [2021-06-15T22:27:17.520Z] --parallel Build images in parallel. [Pipeline] } [2021-06-15T22:27:17.817Z] $ docker stop --time=1 abeda5864dfe2232c8c34c1c73fa78002151a4488d4b3ecb1496a11144f34e5a [2021-06-15T22:27:19.660Z] $ docker rm -f abeda5864dfe2232c8c34c1c73fa78002151a4488d4b3ecb1496a11144f34e5a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:27:20.305Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-15T22:27:20.305Z] . [Pipeline] withDockerContainer [2021-06-15T22:27:20.566Z] prd-ubuntu18.04-docker-arm64-4c-16g-1576 does not seem to be running inside a container [2021-06-15T22:27:20.668Z] $ 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-arm64:latest cat [2021-06-15T22:27:22.162Z] $ docker top b004b3b43908ae4fe9d7e0c9a22497785c01e1435cea5da686964697053ac810 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-15T22:27:23.137Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-06-15T22:27:27.429Z] Building core-command ... [2021-06-15T22:27:27.429Z] Building core-data ... [2021-06-15T22:27:27.429Z] Building core-metadata ... [2021-06-15T22:27:27.429Z] Building security-bootstrapper ... [2021-06-15T22:27:27.429Z] Building security-proxy-setup ... [2021-06-15T22:27:27.429Z] Building security-secretstore-setup ... [2021-06-15T22:27:27.429Z] Building support-notifications ... [2021-06-15T22:27:27.429Z] Building support-scheduler ... [2021-06-15T22:27:27.429Z] Building sys-mgmt-agent ... [2021-06-15T22:27:27.429Z] Building support-notifications [2021-06-15T22:27:27.429Z] Building security-bootstrapper [2021-06-15T22:27:27.429Z] Building core-command [2021-06-15T22:27:27.429Z] Building core-metadata [2021-06-15T22:27:27.429Z] Building support-scheduler [2021-06-15T22:28:35.428Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:28:35.428Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:28:35.428Z] ---> f986508dc830 [2021-06-15T22:28:35.428Z] Step 3/24 : WORKDIR /edgex-go [2021-06-15T22:28:35.428Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:28:35.428Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:28:35.428Z] ---> f986508dc830 [2021-06-15T22:28:35.428Z] Step 3/23 : WORKDIR /edgex-go [2021-06-15T22:28:35.428Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:28:35.428Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:28:35.428Z] ---> f986508dc830 [2021-06-15T22:28:35.428Z] Step 3/23 : WORKDIR /edgex-go [2021-06-15T22:28:35.428Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:28:35.428Z] [2021-06-15T22:28:35.428Z] Step 2/32 : FROM ${BUILDER_BASE} AS builderStep 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:28:35.428Z] ---> f986508dc830 [2021-06-15T22:28:35.428Z] [2021-06-15T22:28:35.428Z] ---> f986508dc830 [2021-06-15T22:28:35.428Z] Step 3/32 : WORKDIR /edgex-goStep 3/24 : WORKDIR /edgex-go [2021-06-15T22:28:35.428Z] [2021-06-15T22:28:37.406Z] ---> Running in 45c00ac7f1b1 [2021-06-15T22:28:37.406Z] ---> Running in f2df9c5540c0 [2021-06-15T22:28:37.406Z] ---> Running in 6376ab65159b [2021-06-15T22:28:37.406Z] ---> Running in 78e1ffa3ce2c [2021-06-15T22:28:37.406Z] ---> Running in 8a91631b9d57 [2021-06-15T22:28:38.390Z] Removing intermediate container 8a91631b9d57 [2021-06-15T22:28:38.390Z] ---> 94a1113c53a0 [2021-06-15T22:28:38.390Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:28:38.390Z] Removing intermediate container 6376ab65159b [2021-06-15T22:28:38.390Z] ---> e6d101df84e2 [2021-06-15T22:28:38.390Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:28:38.390Z] Removing intermediate container f2df9c5540c0 [2021-06-15T22:28:38.390Z] ---> fb9193fe63ff [2021-06-15T22:28:38.390Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:28:38.390Z] Removing intermediate container 78e1ffa3ce2c [2021-06-15T22:28:38.390Z] ---> fe63ee9357cb [2021-06-15T22:28:38.390Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:28:38.390Z] Removing intermediate container 45c00ac7f1b1 [2021-06-15T22:28:38.390Z] ---> 0f9eed58cea4 [2021-06-15T22:28:38.390Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:28:38.390Z] ---> Running in 8d6c04f62b6b [2021-06-15T22:28:38.390Z] ---> Running in 3aa49a0dda7e [2021-06-15T22:28:38.390Z] ---> Running in d723b3f0e4ae [2021-06-15T22:28:38.668Z] ---> Running in c426de662ccc [2021-06-15T22:28:38.668Z] ---> Running in 8d4696ab063d [2021-06-15T22:28:43.005Z] Removing intermediate container 8d6c04f62b6b [2021-06-15T22:28:43.005Z] ---> f8ac882ad566 [2021-06-15T22:28:43.005Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-15T22:28:43.005Z] Removing intermediate container d723b3f0e4ae [2021-06-15T22:28:43.005Z] ---> Running in ab55442caa63 [2021-06-15T22:28:43.005Z] ---> 0955ae4c835a [2021-06-15T22:28:43.005Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-15T22:28:43.005Z] ---> Running in efa05a6b8445 [2021-06-15T22:28:43.005Z] Removing intermediate container 3aa49a0dda7e [2021-06-15T22:28:43.005Z] ---> b195df7f8d04 [2021-06-15T22:28:43.005Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-06-15T22:28:43.636Z] Removing intermediate container 8d4696ab063d [2021-06-15T22:28:43.636Z] Removing intermediate container c426de662ccc [2021-06-15T22:28:43.636Z] ---> 31edaa12e2cd [2021-06-15T22:28:43.636Z] ---> 8f071635cdcb [2021-06-15T22:28:43.636Z] Step 5/23 : RUN apk add --update --no-cache make gitStep 5/32 : RUN apk add --update --no-cache make git [2021-06-15T22:28:43.636Z] [2021-06-15T22:28:43.636Z] ---> Running in b1f945908c10 [2021-06-15T22:28:43.921Z] ---> Running in 070edf833e52 [2021-06-15T22:28:43.921Z] ---> Running in d7dc08f5d266 [2021-06-15T22:28:44.953Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:28:45.555Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:28:45.840Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:28:46.116Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:28:46.116Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:28:46.116Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:28:46.397Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:28:46.670Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:28:47.270Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:28:47.270Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:28:47.555Z] OK: 218 MiB in 52 packages [2021-06-15T22:28:47.555Z] OK: 218 MiB in 52 packages [2021-06-15T22:28:47.555Z] OK: 218 MiB in 52 packages [2021-06-15T22:28:48.166Z] OK: 218 MiB in 52 packages [2021-06-15T22:28:48.166Z] OK: 218 MiB in 52 packages [2021-06-15T22:28:51.560Z] Removing intermediate container ab55442caa63 [2021-06-15T22:28:51.560Z] ---> 3a474a1e630c [2021-06-15T22:28:51.560Z] Step 6/24 : COPY go.mod . [2021-06-15T22:28:51.560Z] Removing intermediate container efa05a6b8445 [2021-06-15T22:28:51.560Z] ---> 2fa3e62a12e9 [2021-06-15T22:28:51.560Z] Step 6/24 : COPY go.mod . [2021-06-15T22:28:51.560Z] Removing intermediate container b1f945908c10 [2021-06-15T22:28:51.560Z] ---> a7c23e867fe5 [2021-06-15T22:28:51.560Z] Step 6/23 : COPY go.mod . [2021-06-15T22:28:51.560Z] Removing intermediate container d7dc08f5d266 [2021-06-15T22:28:51.560Z] ---> 4cc375c5b9ad [2021-06-15T22:28:51.560Z] Step 6/32 : COPY go.mod . [2021-06-15T22:28:51.560Z] Removing intermediate container 070edf833e52 [2021-06-15T22:28:51.560Z] ---> 5c2c5087d25d [2021-06-15T22:28:51.560Z] Step 6/23 : COPY go.mod . [2021-06-15T22:28:51.560Z] ---> 4ff8305828d8 [2021-06-15T22:28:51.560Z] Step 7/24 : RUN go mod download [2021-06-15T22:28:51.560Z] ---> Running in 3a0e2af158c5 [2021-06-15T22:28:51.560Z] ---> ee4db2676073 [2021-06-15T22:28:51.560Z] Step 7/24 : RUN go mod download [2021-06-15T22:28:51.560Z] ---> e26c2580bf67 [2021-06-15T22:28:51.560Z] Step 7/23 : RUN go mod download [2021-06-15T22:28:51.560Z] ---> Running in 608cf921a4f8 [2021-06-15T22:28:51.560Z] ---> 91ff23284bb2 [2021-06-15T22:28:51.560Z] Step 7/32 : RUN go mod download [2021-06-15T22:28:51.560Z] ---> Running in a768598d710b [2021-06-15T22:28:51.560Z] ---> ab9a7efb41a2 [2021-06-15T22:28:51.560Z] Step 7/23 : RUN go mod download [2021-06-15T22:28:51.560Z] ---> Running in 04258dce25c5 [2021-06-15T22:28:51.838Z] ---> Running in 9d27832613e8 [2021-06-15T22:28:55.514Z] Removing intermediate container 3a0e2af158c5 [2021-06-15T22:28:55.514Z] ---> cfc6244ae886 [2021-06-15T22:28:55.514Z] Step 8/24 : COPY . . [2021-06-15T22:28:55.514Z] Removing intermediate container 608cf921a4f8 [2021-06-15T22:28:55.514Z] ---> a277547a00ba [2021-06-15T22:28:55.514Z] Step 8/24 : COPY . . [2021-06-15T22:28:56.559Z] Removing intermediate container a768598d710b [2021-06-15T22:28:56.559Z] ---> e7b7186ea5b7 [2021-06-15T22:28:56.559Z] Step 8/23 : COPY . . [2021-06-15T22:28:57.546Z] Removing intermediate container 9d27832613e8 [2021-06-15T22:28:57.546Z] ---> 57725eedb586 [2021-06-15T22:28:57.546Z] Step 8/23 : COPY . . [2021-06-15T22:28:57.824Z] Removing intermediate container 04258dce25c5 [2021-06-15T22:28:57.824Z] ---> 39ece2da5a96 [2021-06-15T22:28:57.824Z] Step 8/32 : COPY . . [2021-06-15T22:29:20.007Z] ---> 1e518fb2cd46 [2021-06-15T22:29:20.007Z] Step 9/24 : RUN go mod tidy [2021-06-15T22:29:20.007Z] ---> 4f40550fd211 [2021-06-15T22:29:20.007Z] Step 9/24 : RUN go mod tidy [2021-06-15T22:29:20.007Z] ---> 52625fdbdc57 [2021-06-15T22:29:20.007Z] Step 9/23 : RUN go mod tidy [2021-06-15T22:29:20.007Z] ---> 88550f3fbe22 [2021-06-15T22:29:20.007Z] Step 9/23 : RUN go mod tidy [2021-06-15T22:29:20.007Z] ---> Running in ed7f76592a25 [2021-06-15T22:29:20.007Z] ---> Running in 7d4bc8a4ffbf [2021-06-15T22:29:20.007Z] ---> Running in cbde428e8582 [2021-06-15T22:29:20.007Z] ---> Running in 147a1e6114d0 [2021-06-15T22:29:20.007Z] ---> af587d61a285 [2021-06-15T22:29:20.007Z] Step 9/32 : RUN go mod tidy [2021-06-15T22:29:20.289Z] ---> Running in 1959cb1911ba [2021-06-15T22:29:25.741Z] Removing intermediate container ed7f76592a25 [2021-06-15T22:29:25.741Z] ---> 53145411fc86 [2021-06-15T22:29:25.741Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-06-15T22:29:26.015Z] ---> Running in 9715df8dc522 [2021-06-15T22:29:26.615Z] Removing intermediate container 7d4bc8a4ffbf [2021-06-15T22:29:26.615Z] ---> 178d647866b9 [2021-06-15T22:29:26.615Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-06-15T22:29:26.891Z] Removing intermediate container 147a1e6114d0 [2021-06-15T22:29:26.891Z] ---> cb033235567d [2021-06-15T22:29:26.891Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-06-15T22:29:26.891Z] ---> Running in 133b69ff2cd2 [2021-06-15T22:29:27.165Z] ---> Running in ae734163bbfd [2021-06-15T22:29:27.445Z] Removing intermediate container cbde428e8582 [2021-06-15T22:29:27.445Z] ---> a50aef0e0aa0 [2021-06-15T22:29:27.445Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-06-15T22:29:27.445Z] Removing intermediate container 1959cb1911ba [2021-06-15T22:29:27.445Z] ---> 9f37eb22ad06 [2021-06-15T22:29:27.445Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-06-15T22:29:27.733Z] ---> Running in 40d50037671b [2021-06-15T22:29:27.733Z] ---> Running in d2daddb2714b [2021-06-15T22:29:28.332Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-06-15T22:29:29.331Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-06-15T22:29:29.331Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-06-15T22:29:29.940Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-06-15T22:29:30.218Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-06-15T22:31:24.959Z] Removing intermediate container 133b69ff2cd2 [2021-06-15T22:31:24.959Z] ---> f57705109282 [2021-06-15T22:31:24.959Z] [2021-06-15T22:31:24.959Z] Step 11/24 : FROM alpine:3.12 [2021-06-15T22:31:24.959Z] 3.12: Pulling from library/alpine [2021-06-15T22:31:24.959Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-15T22:31:24.959Z] Status: Downloaded newer image for alpine:3.12 [2021-06-15T22:31:24.959Z] ---> 9852663dfa18 [2021-06-15T22:31:24.959Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-15T22:31:24.959Z] ---> Running in 92ee3da24e6f [2021-06-15T22:31:24.959Z] Removing intermediate container d2daddb2714b [2021-06-15T22:31:24.959Z] ---> 5749c5a63862 [2021-06-15T22:31:24.959Z] [2021-06-15T22:31:24.959Z] Step 11/32 : FROM alpine:3.12 [2021-06-15T22:31:24.959Z] ---> 9852663dfa18 [2021-06-15T22:31:24.959Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-06-15T22:31:25.566Z] ---> Running in decbb02d00d8 [2021-06-15T22:31:25.839Z] Removing intermediate container ae734163bbfd [2021-06-15T22:31:25.839Z] ---> adb255f691af [2021-06-15T22:31:25.839Z] [2021-06-15T22:31:25.839Z] Step 11/23 : FROM alpine:3.12 [2021-06-15T22:31:25.839Z] ---> 9852663dfa18 [2021-06-15T22:31:25.839Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-06-15T22:31:26.439Z] Removing intermediate container 40d50037671b [2021-06-15T22:31:26.439Z] ---> 384be6edc086 [2021-06-15T22:31:26.439Z] [2021-06-15T22:31:26.439Z] Step 11/23 : FROM alpine:3.12 [2021-06-15T22:31:26.439Z] ---> 9852663dfa18 [2021-06-15T22:31:26.439Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-06-15T22:31:26.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:31:26.716Z] ---> Running in 7450b91a1334 [2021-06-15T22:31:26.716Z] ---> Running in 208976c2b3c8 [2021-06-15T22:31:26.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:31:26.992Z] Removing intermediate container decbb02d00d8 [2021-06-15T22:31:26.992Z] ---> f99c5e0c9b32 [2021-06-15T22:31:26.992Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-06-15T22:31:27.594Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-15T22:31:27.594Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:31:27.594Z] OK: 5 MiB in 15 packages [2021-06-15T22:31:27.594Z] ---> Running in ef5c027161f0 [2021-06-15T22:31:29.047Z] Removing intermediate container 9715df8dc522 [2021-06-15T22:31:29.047Z] ---> f7aa069495f1 [2021-06-15T22:31:29.047Z] [2021-06-15T22:31:29.047Z] Step 11/24 : FROM alpine:3.12 [2021-06-15T22:31:29.047Z] ---> 9852663dfa18 [2021-06-15T22:31:29.047Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-15T22:31:29.047Z] ---> Running in d89613a83f27 [2021-06-15T22:31:29.047Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:31:29.321Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:31:29.321Z] Removing intermediate container 92ee3da24e6f [2021-06-15T22:31:29.321Z] ---> 36162754a563 [2021-06-15T22:31:29.321Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-15T22:31:29.597Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:31:29.597Z] ---> Running in 28306eb22db0 [2021-06-15T22:31:29.597Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:31:29.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:31:29.874Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-15T22:31:29.874Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:31:29.874Z] OK: 5 MiB in 15 packages [2021-06-15T22:31:29.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:31:30.486Z] (1/2) Installing ca-certificates (20191127-r4) [2021-06-15T22:31:30.486Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-06-15T22:31:30.486Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:31:30.486Z] Executing ca-certificates-20191127-r4.trigger [2021-06-15T22:31:30.771Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-06-15T22:31:30.771Z] (2/2) Installing su-exec (0.2-r1) [2021-06-15T22:31:30.771Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:31:30.771Z] Removing intermediate container 28306eb22db0 [2021-06-15T22:31:30.771Z] ---> 1ed88f60110a [2021-06-15T22:31:30.771Z] Step 14/24 : ENV APP_PORT=59882 [2021-06-15T22:31:30.771Z] OK: 5 MiB in 16 packages [2021-06-15T22:31:30.771Z] OK: 6 MiB in 16 packages [2021-06-15T22:31:31.055Z] ---> Running in 0110988d96fe [2021-06-15T22:31:31.655Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:31:31.932Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:31:31.932Z] Removing intermediate container 0110988d96fe [2021-06-15T22:31:31.932Z] ---> d5d56ae8ae45 [2021-06-15T22:31:31.932Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-15T22:31:31.932Z] Removing intermediate container 7450b91a1334 [2021-06-15T22:31:31.932Z] ---> 1adedab1abe4 [2021-06-15T22:31:31.932Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-15T22:31:32.209Z] ---> Running in 9a1b821dc06c [2021-06-15T22:31:32.209Z] ---> Running in b343890875c3 [2021-06-15T22:31:32.491Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-15T22:31:32.491Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:31:32.491Z] Removing intermediate container ef5c027161f0 [2021-06-15T22:31:32.491Z] ---> 74df9d75f10b [2021-06-15T22:31:32.491Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-06-15T22:31:32.491Z] OK: 5 MiB in 15 packages [2021-06-15T22:31:33.105Z] ---> Running in 1f381ea9c61e [2021-06-15T22:31:33.105Z] Removing intermediate container 9a1b821dc06c [2021-06-15T22:31:33.105Z] ---> ca3a6b8b3de7 [2021-06-15T22:31:33.105Z] Removing intermediate container b343890875c3 [2021-06-15T22:31:33.105Z] ---> eb1263700881 [2021-06-15T22:31:33.105Z] Step 14/23 : ENV APP_PORT=59861 [2021-06-15T22:31:33.105Z] Step 16/24 : WORKDIR / [2021-06-15T22:31:33.380Z] Removing intermediate container 208976c2b3c8 [2021-06-15T22:31:33.380Z] ---> 5d1acaa05b1f [2021-06-15T22:31:33.380Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-15T22:31:33.658Z] ---> Running in 56d2400428b4 [2021-06-15T22:31:33.658Z] ---> Running in f456b7efcc9a [2021-06-15T22:31:33.658Z] ---> Running in c66e173e5627 [2021-06-15T22:31:33.658Z] Removing intermediate container 1f381ea9c61e [2021-06-15T22:31:33.658Z] ---> 68a9294b7150 [2021-06-15T22:31:33.658Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-06-15T22:31:33.939Z] ---> Running in 934643a96946 [2021-06-15T22:31:34.215Z] Removing intermediate container d89613a83f27 [2021-06-15T22:31:34.215Z] ---> 0c707f82d4b6 [2021-06-15T22:31:34.215Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-15T22:31:34.498Z] ---> Running in 0e8713391a4f [2021-06-15T22:31:34.498Z] Removing intermediate container f456b7efcc9a [2021-06-15T22:31:34.498Z] ---> 5bd98316f7f0 [2021-06-15T22:31:34.498Z] Step 14/23 : ENV APP_PORT=59860 [2021-06-15T22:31:34.498Z] Removing intermediate container c66e173e5627 [2021-06-15T22:31:34.498Z] ---> 0b657e4245fb [2021-06-15T22:31:34.498Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-15T22:31:34.498Z] Removing intermediate container 56d2400428b4 [2021-06-15T22:31:34.498Z] ---> eb1d99b4eae3 [2021-06-15T22:31:34.498Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T22:31:34.771Z] ---> Running in 6deac056059a [2021-06-15T22:31:34.771Z] Removing intermediate container 934643a96946 [2021-06-15T22:31:34.771Z] ---> 62e6ac981508 [2021-06-15T22:31:34.771Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-06-15T22:31:34.771Z] ---> Running in 006fa347457e [2021-06-15T22:31:35.048Z] ---> Running in 803cee78bcdd [2021-06-15T22:31:35.048Z] Removing intermediate container 0e8713391a4f [2021-06-15T22:31:35.048Z] ---> e6daf4f8553a [2021-06-15T22:31:35.048Z] Step 14/24 : ENV APP_PORT=59881 [2021-06-15T22:31:35.330Z] ---> Running in 1a9cdae67133 [2021-06-15T22:31:35.607Z] Removing intermediate container 6deac056059a [2021-06-15T22:31:35.607Z] ---> 04ddd771fcd1 [2021-06-15T22:31:35.607Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-15T22:31:35.607Z] Removing intermediate container 006fa347457e [2021-06-15T22:31:35.607Z] ---> 00f4c72cdb01 [2021-06-15T22:31:35.607Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T22:31:35.885Z] ---> Running in f1cb922b6769 [2021-06-15T22:31:35.885Z] ---> 10cd743e2e40 [2021-06-15T22:31:35.885Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-06-15T22:31:36.161Z] Removing intermediate container 1a9cdae67133 [2021-06-15T22:31:36.161Z] ---> 468135fc36de [2021-06-15T22:31:36.161Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-15T22:31:36.432Z] ---> Running in d4ea00a8a5fb [2021-06-15T22:31:36.706Z] Removing intermediate container f1cb922b6769 [2021-06-15T22:31:36.706Z] ---> 879824fedd19 [2021-06-15T22:31:36.706Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T22:31:36.706Z] ---> cdc8a991b565 [2021-06-15T22:31:36.706Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-06-15T22:31:36.991Z] Removing intermediate container d4ea00a8a5fb [2021-06-15T22:31:36.991Z] ---> f8670d6df946 [2021-06-15T22:31:36.991Z] Step 16/24 : WORKDIR / [2021-06-15T22:31:37.591Z] ---> Running in 6723d064dd45 [2021-06-15T22:31:37.869Z] ---> dc3665354418 [2021-06-15T22:31:37.869Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-06-15T22:31:37.869Z] ---> d85506b00023 [2021-06-15T22:31:37.869Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-06-15T22:31:38.469Z] Removing intermediate container 6723d064dd45 [2021-06-15T22:31:38.469Z] ---> 94a6c00f6482 [2021-06-15T22:31:38.469Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T22:31:38.469Z] Removing intermediate container 803cee78bcdd [2021-06-15T22:31:38.469Z] ---> 0da1db53145e [2021-06-15T22:31:38.469Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-06-15T22:31:38.748Z] ---> 60a75af04a1e [2021-06-15T22:31:38.748Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-06-15T22:31:38.748Z] ---> Running in 99307e35a7ba [2021-06-15T22:31:39.025Z] ---> 87897cb61063 [2021-06-15T22:31:39.025Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-06-15T22:31:39.299Z] ---> Running in e269d281a83e [2021-06-15T22:31:39.574Z] Removing intermediate container 99307e35a7ba [2021-06-15T22:31:39.574Z] ---> d71f1c1f2286 [2021-06-15T22:31:39.574Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-06-15T22:31:39.853Z] ---> efe084ac2628 [2021-06-15T22:31:39.853Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-06-15T22:31:39.853Z] ---> 9264c44366a6 [2021-06-15T22:31:39.853Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-06-15T22:31:40.136Z] Removing intermediate container e269d281a83e [2021-06-15T22:31:40.136Z] ---> c5af5d90fe69 [2021-06-15T22:31:40.136Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T22:31:40.136Z] ---> eb9e92915c47 [2021-06-15T22:31:40.136Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-06-15T22:31:40.422Z] ---> Running in 7e686186e06e [2021-06-15T22:31:40.422Z] ---> Running in 42b33dea1cee [2021-06-15T22:31:41.025Z] ---> 2f6811e90776 [2021-06-15T22:31:41.025Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-06-15T22:31:41.297Z] ---> Running in f36980dce2ca [2021-06-15T22:31:41.297Z] Removing intermediate container 7e686186e06e [2021-06-15T22:31:41.297Z] ---> f7aeecce078d [2021-06-15T22:31:41.297Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T22:31:41.569Z] ---> fb98db68ab20 [2021-06-15T22:31:41.569Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-06-15T22:31:41.569Z] Removing intermediate container 42b33dea1cee [2021-06-15T22:31:41.569Z] ---> 48a7ab8eef01 [2021-06-15T22:31:41.569Z] Step 22/24 : LABEL arch=arm64 [2021-06-15T22:31:41.569Z] ---> f4c18500a475 [2021-06-15T22:31:41.569Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-06-15T22:31:41.843Z] ---> Running in f320486266a8 [2021-06-15T22:31:41.843Z] ---> Running in 472666e33159 [2021-06-15T22:31:41.843Z] ---> Running in 5c15c3e06e07 [2021-06-15T22:31:42.825Z] Removing intermediate container f320486266a8 [2021-06-15T22:31:42.825Z] ---> 7baf8ed6b4ac [2021-06-15T22:31:42.825Z] Step 21/23 : LABEL arch=arm64 [2021-06-15T22:31:42.825Z] ---> Running in 302ff38ca50e [2021-06-15T22:31:42.825Z] Removing intermediate container 472666e33159 [2021-06-15T22:31:42.825Z] ---> 4365014e24c6 [2021-06-15T22:31:42.825Z] Step 23/24 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 [2021-06-15T22:31:42.825Z] Removing intermediate container 5c15c3e06e07 [2021-06-15T22:31:42.825Z] ---> 119dcf3f33f1 [2021-06-15T22:31:42.825Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T22:31:43.098Z] ---> 448afad860ce [2021-06-15T22:31:43.099Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-06-15T22:31:43.099Z] ---> Running in a4c728e4f531 [2021-06-15T22:31:43.099Z] ---> Running in c80e86999975 [2021-06-15T22:31:43.374Z] ---> Running in cc107987fb8d [2021-06-15T22:31:43.374Z] Removing intermediate container 302ff38ca50e [2021-06-15T22:31:43.374Z] ---> 47bd111f5cf9 [2021-06-15T22:31:43.374Z] Step 22/23 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 [2021-06-15T22:31:43.973Z] ---> Running in 673c409117bf [2021-06-15T22:31:43.973Z] Removing intermediate container a4c728e4f531 [2021-06-15T22:31:43.973Z] ---> 448398367305 [2021-06-15T22:31:43.973Z] Step 21/23 : LABEL arch=arm64 [2021-06-15T22:31:43.973Z] Removing intermediate container cc107987fb8d [2021-06-15T22:31:43.973Z] ---> 135adb022be1 [2021-06-15T22:31:43.973Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T22:31:44.247Z] Removing intermediate container c80e86999975 [2021-06-15T22:31:44.248Z] ---> b2d86ef50ccf [2021-06-15T22:31:44.248Z] Step 24/24 : LABEL version=0.0.0 [2021-06-15T22:31:44.248Z] ---> Running in cb956991d2a8 [2021-06-15T22:31:44.248Z] ---> Running in 5b886751af55 [2021-06-15T22:31:44.248Z] ---> Running in 0d1d485c030a [2021-06-15T22:31:44.524Z] Removing intermediate container 673c409117bf [2021-06-15T22:31:44.524Z] ---> e5c5e2ee0f02 [2021-06-15T22:31:44.524Z] Step 23/23 : LABEL version=0.0.0 [2021-06-15T22:31:44.799Z] Removing intermediate container f36980dce2ca [2021-06-15T22:31:44.799Z] ---> bbd5ae90e9d9 [2021-06-15T22:31:44.799Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T22:31:44.799Z] ---> Running in d9158ebbc627 [2021-06-15T22:31:45.074Z] Removing intermediate container 5b886751af55 [2021-06-15T22:31:45.074Z] ---> 435de0b6f83f [2021-06-15T22:31:45.074Z] Step 22/24 : LABEL arch=arm64 [2021-06-15T22:31:45.074Z] Removing intermediate container 0d1d485c030a [2021-06-15T22:31:45.074Z] ---> c331c53b9870 [2021-06-15T22:31:45.074Z] [2021-06-15T22:31:45.350Z] Removing intermediate container cb956991d2a8 [2021-06-15T22:31:45.350Z] ---> 33f230d39dd4 [2021-06-15T22:31:45.350Z] Step 22/23 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 [2021-06-15T22:31:45.631Z] Successfully built c331c53b9870 [2021-06-15T22:31:45.631Z] ---> Running in 6aa8af41c43d [2021-06-15T22:31:45.631Z] Successfully tagged core-command-arm64:latest [2021-06-15T22:31:45.631Z]  Building core-command ... done Building core-data [2021-06-15T22:31:45.631Z] ---> Running in 4351577e8119 [2021-06-15T22:31:45.914Z] Removing intermediate container d9158ebbc627 [2021-06-15T22:31:45.914Z] ---> 7f9215ec59a9 [2021-06-15T22:31:45.914Z] [2021-06-15T22:31:45.914Z] ---> 74718e2d3cbb [2021-06-15T22:31:45.914Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-06-15T22:31:46.513Z] Successfully built 7f9215ec59a9 [2021-06-15T22:31:46.513Z] Removing intermediate container 6aa8af41c43d [2021-06-15T22:31:46.513Z] ---> d308b67e1462 [2021-06-15T22:31:46.513Z] Step 23/24 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 [2021-06-15T22:31:46.513Z] Successfully tagged support-scheduler-arm64:latest [2021-06-15T22:31:46.513Z]  Building support-scheduler ... done Building sys-mgmt-agent [2021-06-15T22:31:46.804Z] ---> Running in 167f60a95ebc [2021-06-15T22:31:46.804Z] Removing intermediate container 4351577e8119 [2021-06-15T22:31:46.804Z] ---> 9fc287252128 [2021-06-15T22:31:46.804Z] Step 23/23 : LABEL version=0.0.0 [2021-06-15T22:31:47.405Z] ---> Running in dc2a5bcc31b8 [2021-06-15T22:31:47.680Z] Removing intermediate container 167f60a95ebc [2021-06-15T22:31:47.680Z] ---> a0d4578a3dbc [2021-06-15T22:31:47.680Z] Step 24/24 : LABEL version=0.0.0 [2021-06-15T22:31:47.680Z] ---> 9b57e490d692 [2021-06-15T22:31:47.680Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-06-15T22:31:48.297Z] ---> Running in 4b3f2badc952 [2021-06-15T22:31:48.297Z] Removing intermediate container dc2a5bcc31b8 [2021-06-15T22:31:48.297Z] ---> afed52fcc6f0 [2021-06-15T22:31:48.297Z] [2021-06-15T22:31:48.895Z] Successfully built afed52fcc6f0 [2021-06-15T22:31:49.494Z] Successfully tagged support-notifications-arm64:latest [2021-06-15T22:31:49.494Z]  Building support-notifications ... done Building security-secretstore-setup [2021-06-15T22:31:49.494Z] ---> 72cd8ab5825b [2021-06-15T22:31:49.494Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-06-15T22:31:49.787Z] Removing intermediate container 4b3f2badc952 [2021-06-15T22:31:49.787Z] ---> 7c0ee192f67c [2021-06-15T22:31:49.787Z] [2021-06-15T22:31:50.383Z] Successfully built 7c0ee192f67c [2021-06-15T22:31:50.383Z] Successfully tagged core-metadata-arm64:latest [2021-06-15T22:31:50.383Z]  Building core-metadata ... done Building security-proxy-setup [2021-06-15T22:31:50.655Z] ---> e14007ec83e3 [2021-06-15T22:31:50.655Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-06-15T22:31:51.646Z] ---> 3e6636ef822a [2021-06-15T22:31:51.646Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-06-15T22:31:51.918Z] ---> Running in 98c1695eca44 [2021-06-15T22:31:52.521Z] Removing intermediate container 98c1695eca44 [2021-06-15T22:31:52.521Z] ---> 12f02d1edae1 [2021-06-15T22:31:52.521Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-06-15T22:31:53.952Z] ---> 46f06d0296ec [2021-06-15T22:31:53.952Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-06-15T22:31:54.223Z] ---> Running in 33f1719cedcd [2021-06-15T22:31:56.839Z] Removing intermediate container 33f1719cedcd [2021-06-15T22:31:56.840Z] ---> c2a7e11bd74c [2021-06-15T22:31:56.840Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-06-15T22:31:57.440Z] ---> Running in 9c0cf039dc14 [2021-06-15T22:31:58.424Z] Removing intermediate container 9c0cf039dc14 [2021-06-15T22:31:58.424Z] ---> dd7e40834a61 [2021-06-15T22:31:58.424Z] Step 29/32 : CMD ["gate"] [2021-06-15T22:31:58.701Z] ---> Running in 08e089bc0098 [2021-06-15T22:31:59.684Z] Removing intermediate container 08e089bc0098 [2021-06-15T22:31:59.684Z] ---> 5cf2214ae7d0 [2021-06-15T22:31:59.684Z] Step 30/32 : LABEL arch=arm64 [2021-06-15T22:32:00.296Z] ---> Running in 435ee1c9220b [2021-06-15T22:32:00.898Z] Removing intermediate container 435ee1c9220b [2021-06-15T22:32:00.898Z] ---> 4f0824e856d2 [2021-06-15T22:32:00.898Z] Step 31/32 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 [2021-06-15T22:32:01.171Z] ---> Running in f9a68967846a [2021-06-15T22:32:01.769Z] Removing intermediate container f9a68967846a [2021-06-15T22:32:01.769Z] ---> 5e6b3c4ca118 [2021-06-15T22:32:01.769Z] Step 32/32 : LABEL version=0.0.0 [2021-06-15T22:32:02.450Z] ---> Running in 2ca87c47eb01 [2021-06-15T22:32:02.787Z] Removing intermediate container 2ca87c47eb01 [2021-06-15T22:32:02.787Z] ---> 004d2d134da3 [2021-06-15T22:32:02.787Z] [2021-06-15T22:32:03.406Z] Successfully built 004d2d134da3 [2021-06-15T22:32:03.406Z] Successfully tagged security-bootstrapper-arm64:latest [2021-06-15T22:32:42.457Z]  Building security-bootstrapper ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:32:42.457Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:32:42.457Z] ---> f986508dc830 [2021-06-15T22:32:42.457Z] Step 3/24 : WORKDIR /edgex-go [2021-06-15T22:32:42.457Z] ---> Using cache [2021-06-15T22:32:42.457Z] ---> 0f9eed58cea4 [2021-06-15T22:32:42.457Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:32:42.457Z] ---> Using cache [2021-06-15T22:32:42.457Z] ---> 31edaa12e2cd [2021-06-15T22:32:42.457Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-06-15T22:32:42.457Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:32:42.457Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:32:42.457Z] ---> f986508dc830 [2021-06-15T22:32:42.457Z] Step 3/24 : WORKDIR /edgex-go [2021-06-15T22:32:42.457Z] ---> Using cache [2021-06-15T22:32:42.457Z] ---> 0f9eed58cea4 [2021-06-15T22:32:42.457Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:32:42.457Z] ---> Using cache [2021-06-15T22:32:42.457Z] ---> 31edaa12e2cd [2021-06-15T22:32:42.457Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-06-15T22:32:42.457Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:32:42.457Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:32:42.457Z] ---> f986508dc830 [2021-06-15T22:32:42.457Z] Step 3/26 : WORKDIR /edgex-go [2021-06-15T22:32:42.457Z] ---> Using cache [2021-06-15T22:32:42.457Z] ---> 0f9eed58cea4 [2021-06-15T22:32:42.457Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:32:42.457Z] ---> Using cache [2021-06-15T22:32:42.457Z] ---> 31edaa12e2cd [2021-06-15T22:32:42.457Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-06-15T22:32:42.457Z] ---> Using cache [2021-06-15T22:32:42.457Z] ---> 5c2c5087d25d [2021-06-15T22:32:42.457Z] Step 6/26 : COPY go.mod . [2021-06-15T22:32:42.457Z] ---> Using cache [2021-06-15T22:32:42.457Z] ---> ab9a7efb41a2 [2021-06-15T22:32:42.457Z] Step 7/26 : RUN go mod download [2021-06-15T22:32:42.457Z] ---> Using cache [2021-06-15T22:32:42.457Z] ---> 57725eedb586 [2021-06-15T22:32:42.457Z] Step 8/26 : COPY . . [2021-06-15T22:32:42.457Z] ---> Using cache [2021-06-15T22:32:42.457Z] ---> 88550f3fbe22 [2021-06-15T22:32:42.457Z] Step 9/26 : RUN go mod tidy [2021-06-15T22:32:42.457Z] ---> Using cache [2021-06-15T22:32:42.457Z] ---> cb033235567d [2021-06-15T22:32:42.457Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-06-15T22:32:42.457Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-15T22:32:42.457Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-06-15T22:32:42.457Z] ---> f986508dc830 [2021-06-15T22:32:42.457Z] Step 3/22 : WORKDIR /edgex-go [2021-06-15T22:32:42.457Z] ---> Using cache [2021-06-15T22:32:42.457Z] ---> 0f9eed58cea4 [2021-06-15T22:32:42.457Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:32:42.457Z] ---> Using cache [2021-06-15T22:32:42.457Z] ---> 31edaa12e2cd [2021-06-15T22:32:42.457Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-06-15T22:32:42.457Z] ---> Using cache [2021-06-15T22:32:42.457Z] ---> 5c2c5087d25d [2021-06-15T22:32:42.457Z] Step 6/22 : COPY go.mod . [2021-06-15T22:32:42.457Z] ---> Using cache [2021-06-15T22:32:42.457Z] ---> ab9a7efb41a2 [2021-06-15T22:32:42.457Z] Step 7/22 : RUN go mod download [2021-06-15T22:32:42.457Z] ---> Using cache [2021-06-15T22:32:42.457Z] ---> 57725eedb586 [2021-06-15T22:32:42.457Z] Step 8/22 : COPY . . [2021-06-15T22:32:42.457Z] ---> Using cache [2021-06-15T22:32:42.457Z] ---> 88550f3fbe22 [2021-06-15T22:32:42.457Z] Step 9/22 : RUN go mod tidy [2021-06-15T22:32:42.457Z] ---> Using cache [2021-06-15T22:32:42.457Z] ---> cb033235567d [2021-06-15T22:32:42.457Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-06-15T22:32:42.733Z] ---> Running in 214aa8fd33d6 [2021-06-15T22:32:42.733Z] ---> Running in d2ccec13d688 [2021-06-15T22:32:42.733Z] ---> Running in be1976da1059 [2021-06-15T22:32:42.733Z] ---> Running in 919da71562a2 [2021-06-15T22:32:44.723Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:32:44.723Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-06-15T22:32:44.997Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-06-15T22:32:44.997Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:32:45.602Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:32:46.204Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:32:46.807Z] OK: 218 MiB in 52 packages [2021-06-15T22:32:47.085Z] OK: 218 MiB in 52 packages [2021-06-15T22:32:49.082Z] Removing intermediate container 214aa8fd33d6 [2021-06-15T22:32:49.082Z] ---> 7511aaaa960d [2021-06-15T22:32:49.082Z] Step 6/24 : COPY go.mod . [2021-06-15T22:32:49.082Z] Removing intermediate container 919da71562a2 [2021-06-15T22:32:49.082Z] ---> 046e10e10196 [2021-06-15T22:32:49.082Z] Step 6/24 : COPY go.mod . [2021-06-15T22:32:50.528Z] ---> 2fdf66acae06 [2021-06-15T22:32:50.528Z] Step 7/24 : RUN go mod download [2021-06-15T22:32:50.528Z] ---> 4b38c80d98b5 [2021-06-15T22:32:50.528Z] Step 7/24 : RUN go mod download [2021-06-15T22:32:50.528Z] ---> Running in b5a5e08fb8b8 [2021-06-15T22:32:50.806Z] ---> Running in 9b4166f84177 [2021-06-15T22:32:56.243Z] Removing intermediate container b5a5e08fb8b8 [2021-06-15T22:32:56.243Z] ---> 0eed90d5224b [2021-06-15T22:32:56.243Z] Step 8/24 : COPY . . [2021-06-15T22:32:56.243Z] Removing intermediate container 9b4166f84177 [2021-06-15T22:32:56.243Z] ---> cd43fe2f0dc2 [2021-06-15T22:32:56.243Z] Step 8/24 : COPY . . [2021-06-15T22:33:28.612Z] ---> 5066fdfe888b [2021-06-15T22:33:28.612Z] Step 9/24 : RUN go mod tidy [2021-06-15T22:33:28.612Z] ---> 044ca91b4266 [2021-06-15T22:33:28.612Z] Step 9/24 : RUN go mod tidy [2021-06-15T22:33:28.612Z] ---> Running in 0a859b327806 [2021-06-15T22:33:28.612Z] ---> Running in d9cfbb5afb57 [2021-06-15T22:33:32.948Z] Removing intermediate container d9cfbb5afb57 [2021-06-15T22:33:32.948Z] ---> c14bd8db7453 [2021-06-15T22:33:32.948Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-06-15T22:33:32.948Z] Removing intermediate container 0a859b327806 [2021-06-15T22:33:32.948Z] ---> d0610652a867 [2021-06-15T22:33:32.948Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-06-15T22:33:32.948Z] ---> Running in ef6ad7e4213b [2021-06-15T22:33:32.948Z] ---> Running in c726cfd997ee [2021-06-15T22:33:34.942Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-06-15T22:33:35.218Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-06-15T22:33:49.561Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-06-15T22:33:51.544Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-06-15T22:34:06.663Z] Removing intermediate container d2ccec13d688 [2021-06-15T22:34:06.663Z] ---> 887cd41deb37 [2021-06-15T22:34:06.663Z] [2021-06-15T22:34:06.663Z] Step 11/22 : FROM alpine:3.12 [2021-06-15T22:34:06.663Z] ---> 9852663dfa18 [2021-06-15T22:34:06.663Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-06-15T22:34:06.663Z] Removing intermediate container be1976da1059 [2021-06-15T22:34:06.663Z] ---> df126ff2af71 [2021-06-15T22:34:06.663Z] [2021-06-15T22:34:06.663Z] Step 11/26 : FROM alpine:3.12 [2021-06-15T22:34:06.663Z] ---> 9852663dfa18 [2021-06-15T22:34:06.663Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-06-15T22:34:06.663Z] ---> Running in 9a9c54bd9a30 [2021-06-15T22:34:06.663Z] ---> Running in 4f4d2b062e71 [2021-06-15T22:34:08.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:34:08.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:34:08.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:34:08.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:34:09.249Z] (1/4) Installing ca-certificates (20191127-r4) [2021-06-15T22:34:09.249Z] (1/6) Installing ca-certificates (20191127-r4) [2021-06-15T22:34:09.249Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-06-15T22:34:09.249Z] (3/4) Installing libcurl (7.77.0-r0) [2021-06-15T22:34:09.249Z] (4/4) Installing curl (7.77.0-r0) [2021-06-15T22:34:09.249Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:34:09.249Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-06-15T22:34:09.249Z] (3/6) Installing libcurl (7.77.0-r0) [2021-06-15T22:34:09.249Z] Executing ca-certificates-20191127-r4.trigger [2021-06-15T22:34:09.249Z] (4/6) Installing curl (7.77.0-r0) [2021-06-15T22:34:09.249Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-06-15T22:34:09.249Z] (6/6) Installing su-exec (0.2-r1) [2021-06-15T22:34:09.524Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:34:09.524Z] Executing ca-certificates-20191127-r4.trigger [2021-06-15T22:34:09.524Z] OK: 7 MiB in 18 packages [2021-06-15T22:34:09.799Z] OK: 7 MiB in 20 packages [2021-06-15T22:34:13.200Z] Removing intermediate container 4f4d2b062e71 [2021-06-15T22:34:13.200Z] ---> 3433307510b6 [2021-06-15T22:34:13.200Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-15T22:34:13.200Z] Removing intermediate container 9a9c54bd9a30 [2021-06-15T22:34:13.200Z] ---> 670ddd4885df [2021-06-15T22:34:13.200Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-15T22:34:13.200Z] ---> Running in 0a36f3bf3955 [2021-06-15T22:34:13.200Z] ---> Running in ac5af2e39628 [2021-06-15T22:34:13.802Z] Removing intermediate container 0a36f3bf3955 [2021-06-15T22:34:13.802Z] ---> 9f73359f307d [2021-06-15T22:34:13.802Z] Step 14/22 : WORKDIR /edgex [2021-06-15T22:34:13.802Z] Removing intermediate container ac5af2e39628 [2021-06-15T22:34:13.802Z] ---> e015de040d20 [2021-06-15T22:34:13.802Z] Step 14/26 : WORKDIR / [2021-06-15T22:34:14.081Z] ---> Running in fb0736e2336b [2021-06-15T22:34:14.357Z] ---> Running in df60d5306a13 [2021-06-15T22:34:14.967Z] Removing intermediate container fb0736e2336b [2021-06-15T22:34:14.967Z] ---> 300dd68199eb [2021-06-15T22:34:14.967Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-06-15T22:34:14.967Z] Removing intermediate container df60d5306a13 [2021-06-15T22:34:14.967Z] ---> ff900fcad9a9 [2021-06-15T22:34:14.967Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-06-15T22:34:16.421Z] ---> 175f97ffe6e6 [2021-06-15T22:34:16.421Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-06-15T22:34:16.421Z] ---> 5a47ce409ff6 [2021-06-15T22:34:16.421Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-06-15T22:34:17.869Z] ---> 6a0e50fa655c [2021-06-15T22:34:17.869Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-06-15T22:34:18.861Z] ---> 9de08630618d [2021-06-15T22:34:18.861Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-06-15T22:34:19.140Z] ---> 9a8794e806e0 [2021-06-15T22:34:19.140Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-06-15T22:34:21.144Z] ---> 63af260c6ad9 [2021-06-15T22:34:21.144Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-06-15T22:34:21.144Z] ---> f0588b27ed1b [2021-06-15T22:34:21.144Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-06-15T22:34:21.144Z] ---> Running in 7d6ca3e1f8e2 [2021-06-15T22:34:22.142Z] Removing intermediate container 7d6ca3e1f8e2 [2021-06-15T22:34:22.142Z] ---> 91804bd38a97 [2021-06-15T22:34:22.142Z] Step 19/22 : CMD ["--init=true"] [2021-06-15T22:34:22.441Z] ---> Running in 1418c126b7cc [2021-06-15T22:34:22.441Z] ---> 80288ca0d7e8 [2021-06-15T22:34:22.441Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-06-15T22:34:23.434Z] Removing intermediate container 1418c126b7cc [2021-06-15T22:34:23.434Z] ---> 3f04447d1682 [2021-06-15T22:34:23.434Z] Step 20/22 : LABEL arch=arm64 [2021-06-15T22:34:23.720Z] ---> Running in 8e0cc0a8e53d [2021-06-15T22:34:24.717Z] Removing intermediate container 8e0cc0a8e53d [2021-06-15T22:34:24.717Z] ---> 41e54607f593 [2021-06-15T22:34:24.717Z] Step 21/22 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 [2021-06-15T22:34:24.717Z] ---> Running in 56075e85c759 [2021-06-15T22:34:24.999Z] ---> a9b1f473a164 [2021-06-15T22:34:24.999Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-06-15T22:34:25.677Z] Removing intermediate container 56075e85c759 [2021-06-15T22:34:25.677Z] ---> 1a75c01071e6 [2021-06-15T22:34:25.677Z] Step 22/22 : LABEL version=0.0.0 [2021-06-15T22:34:25.976Z] ---> Running in 83abef22c8c5 [2021-06-15T22:34:28.336Z] ---> 648333dc4900 [2021-06-15T22:34:28.337Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-06-15T22:34:28.337Z] Removing intermediate container 83abef22c8c5 [2021-06-15T22:34:28.337Z] ---> 58242a55b4bf [2021-06-15T22:34:28.337Z] [2021-06-15T22:34:28.337Z] ---> Running in 2e04529daaaf [2021-06-15T22:34:28.337Z] Successfully built 58242a55b4bf [2021-06-15T22:34:28.337Z] Successfully tagged security-proxy-setup-arm64:latest [2021-06-15T22:34:30.985Z]  Building security-proxy-setup ... done Removing intermediate container 2e04529daaaf [2021-06-15T22:34:30.985Z] ---> b52662a0a06a [2021-06-15T22:34:30.985Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-06-15T22:34:30.985Z] ---> Running in 96ad971591f8 [2021-06-15T22:34:31.585Z] Removing intermediate container 96ad971591f8 [2021-06-15T22:34:31.585Z] ---> 625844c9e29c [2021-06-15T22:34:31.585Z] Step 24/26 : LABEL arch=arm64 [2021-06-15T22:34:31.585Z] ---> Running in 136739d9e992 [2021-06-15T22:34:32.578Z] Removing intermediate container 136739d9e992 [2021-06-15T22:34:32.578Z] ---> 471b0a498f4c [2021-06-15T22:34:32.578Z] Step 25/26 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 [2021-06-15T22:34:32.578Z] ---> Running in 3640bacf1204 [2021-06-15T22:34:33.568Z] Removing intermediate container 3640bacf1204 [2021-06-15T22:34:33.568Z] ---> 68ce96189f00 [2021-06-15T22:34:33.568Z] Step 26/26 : LABEL version=0.0.0 [2021-06-15T22:34:33.568Z] ---> Running in 96f13ccc041a [2021-06-15T22:34:34.550Z] Removing intermediate container 96f13ccc041a [2021-06-15T22:34:34.550Z] ---> 984cbb714c77 [2021-06-15T22:34:34.550Z] [2021-06-15T22:34:34.827Z] Successfully built 984cbb714c77 [2021-06-15T22:34:34.827Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-06-15T22:34:47.255Z]  Building security-secretstore-setup ... done Removing intermediate container ef6ad7e4213b [2021-06-15T22:34:47.255Z] ---> f2a162323881 [2021-06-15T22:34:47.255Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-06-15T22:34:47.255Z] ---> Running in b071d2b1de47 [2021-06-15T22:34:47.854Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-06-15T22:34:50.486Z] Removing intermediate container b071d2b1de47 [2021-06-15T22:34:50.486Z] ---> bafb070a3ce1 [2021-06-15T22:34:50.486Z] [2021-06-15T22:34:50.486Z] Step 12/24 : FROM docker:20.10.0 [2021-06-15T22:34:50.486Z] 20.10.0: Pulling from library/docker [2021-06-15T22:34:54.803Z] Removing intermediate container c726cfd997ee [2021-06-15T22:34:54.803Z] ---> 37d1b48a6a10 [2021-06-15T22:34:54.803Z] [2021-06-15T22:34:54.803Z] Step 11/24 : FROM alpine:3.12 [2021-06-15T22:34:54.803Z] ---> 9852663dfa18 [2021-06-15T22:34:54.803Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-06-15T22:34:54.803Z] ---> Running in d9388b5f8ead [2021-06-15T22:34:55.077Z] Removing intermediate container d9388b5f8ead [2021-06-15T22:34:55.077Z] ---> 4a9ba997f762 [2021-06-15T22:34:55.077Z] Step 13/24 : ENV APP_PORT=59880 [2021-06-15T22:34:55.351Z] ---> Running in 99aaa207cc58 [2021-06-15T22:34:56.328Z] Removing intermediate container 99aaa207cc58 [2021-06-15T22:34:56.328Z] ---> 9873c305c8f0 [2021-06-15T22:34:56.328Z] Step 14/24 : EXPOSE $APP_PORT [2021-06-15T22:34:56.603Z] ---> Running in 235989eea82b [2021-06-15T22:34:57.587Z] Removing intermediate container 235989eea82b [2021-06-15T22:34:57.587Z] ---> 66fcfe96b4d7 [2021-06-15T22:34:57.587Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-15T22:34:57.587Z] ---> Running in 86f9372adbcf [2021-06-15T22:35:00.208Z] Removing intermediate container 86f9372adbcf [2021-06-15T22:35:00.208Z] ---> 4bc7d5c20015 [2021-06-15T22:35:00.208Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-06-15T22:35:00.481Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-06-15T22:35:00.481Z] Status: Downloaded newer image for docker:20.10.0 [2021-06-15T22:35:00.481Z] ---> eeaf43b92773 [2021-06-15T22:35:00.481Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-06-15T22:35:00.481Z] ---> Running in 90ec63927ef2 [2021-06-15T22:35:00.754Z] ---> Running in d5648739de8e [2021-06-15T22:35:01.029Z] Removing intermediate container d5648739de8e [2021-06-15T22:35:01.029Z] ---> 0ebd1b7d0319 [2021-06-15T22:35:01.029Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-06-15T22:35:01.303Z] ---> Running in 747f05573941 [2021-06-15T22:35:01.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:35:02.496Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-15T22:35:02.496Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:35:02.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-15T22:35:03.090Z] (1/39) Installing readline (8.0.4-r0) [2021-06-15T22:35:03.090Z] (2/39) Installing bash (5.0.17-r0) [2021-06-15T22:35:03.090Z] Executing bash-5.0.17-r0.post-install [2021-06-15T22:35:03.090Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-06-15T22:35:03.090Z] (4/39) Installing libcurl (7.77.0-r0) [2021-06-15T22:35:03.090Z] (5/39) Installing curl (7.77.0-r0) [2021-06-15T22:35:03.090Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-06-15T22:35:03.090Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-06-15T22:35:03.090Z] (8/39) Installing expat (2.2.9-r1) [2021-06-15T22:35:03.090Z] (9/39) Installing libffi (3.3-r2) [2021-06-15T22:35:03.090Z] (10/39) Installing gdbm (1.13-r1) [2021-06-15T22:35:03.090Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-06-15T22:35:03.091Z] (12/39) Installing sqlite-libs (3.32.1-r1) [2021-06-15T22:35:03.364Z] (13/39) Installing python3 (3.8.10-r0) [2021-06-15T22:35:03.636Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-06-15T22:35:03.636Z] (2/6) Installing libgcc (9.3.0-r2) [2021-06-15T22:35:03.636Z] (3/6) Installing libsodium (1.0.18-r0) [2021-06-15T22:35:03.908Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-06-15T22:35:03.908Z] (5/6) Installing libzmq (4.3.3-r0) [2021-06-15T22:35:04.180Z] (6/6) Installing zeromq (4.3.3-r0) [2021-06-15T22:35:04.180Z] Executing busybox-1.31.1-r20.trigger [2021-06-15T22:35:04.180Z] OK: 8 MiB in 20 packages [2021-06-15T22:35:05.158Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-06-15T22:35:05.158Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-06-15T22:35:05.158Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-06-15T22:35:05.158Z] (17/39) Installing py3-six (1.15.0-r0) [2021-06-15T22:35:05.158Z] (18/39) Installing py3-packaging (20.4-r0) [2021-06-15T22:35:05.158Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-06-15T22:35:05.158Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-06-15T22:35:05.158Z] (21/39) Installing py3-idna (2.9-r0) [2021-06-15T22:35:05.158Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-06-15T22:35:05.158Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-06-15T22:35:05.158Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-06-15T22:35:05.158Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-06-15T22:35:05.158Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-06-15T22:35:05.158Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-06-15T22:35:05.431Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-06-15T22:35:05.431Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-06-15T22:35:05.431Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-06-15T22:35:05.431Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-06-15T22:35:05.431Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-06-15T22:35:05.431Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-06-15T22:35:05.431Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-06-15T22:35:05.431Z] (35/39) Installing py3-progress (1.5-r0) [2021-06-15T22:35:05.431Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-06-15T22:35:05.431Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-06-15T22:35:05.431Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-06-15T22:35:05.431Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-06-15T22:35:05.712Z] Executing busybox-1.31.1-r19.trigger [2021-06-15T22:35:05.712Z] OK: 72 MiB in 59 packages [2021-06-15T22:35:05.712Z] Removing intermediate container 90ec63927ef2 [2021-06-15T22:35:05.712Z] ---> c2be230abaa9 [2021-06-15T22:35:05.712Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-15T22:35:06.697Z] ---> c6a8ea731402 [2021-06-15T22:35:06.697Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-06-15T22:35:08.126Z] ---> 9dd814ff2595 [2021-06-15T22:35:08.126Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-06-15T22:35:08.725Z] ---> dc98e0fd00d9 [2021-06-15T22:35:08.725Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-06-15T22:35:08.996Z] ---> Running in cfdfa38e4bc8 [2021-06-15T22:35:09.595Z] Removing intermediate container cfdfa38e4bc8 [2021-06-15T22:35:09.595Z] ---> ac76b94e83e3 [2021-06-15T22:35:09.595Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T22:35:09.595Z] ---> Running in e7c5464a5715 [2021-06-15T22:35:10.191Z] Removing intermediate container e7c5464a5715 [2021-06-15T22:35:10.191Z] ---> cafeb6f46912 [2021-06-15T22:35:10.191Z] Step 22/24 : LABEL arch=arm64 [2021-06-15T22:35:10.191Z] ---> Running in dee264990216 [2021-06-15T22:35:10.464Z] Collecting docker-compose==1.23.2 [2021-06-15T22:35:10.464Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-06-15T22:35:10.739Z] Removing intermediate container dee264990216 [2021-06-15T22:35:10.739Z] ---> db594e5f15cf [2021-06-15T22:35:10.739Z] Step 23/24 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 [2021-06-15T22:35:10.739Z] ---> Running in a460680778a9 [2021-06-15T22:35:11.338Z] Collecting jsonschema<3,>=2.5.1 [2021-06-15T22:35:11.338Z] Removing intermediate container a460680778a9 [2021-06-15T22:35:11.338Z] ---> 972601fbf04e [2021-06-15T22:35:11.338Z] Step 24/24 : LABEL version=0.0.0 [2021-06-15T22:35:11.338Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-06-15T22:35:11.609Z] ---> Running in c5a00ce778bf [2021-06-15T22:35:11.882Z] Removing intermediate container c5a00ce778bf [2021-06-15T22:35:11.882Z] ---> 388cc9504ca7 [2021-06-15T22:35:11.882Z] [2021-06-15T22:35:12.477Z] Successfully built 388cc9504ca7 [2021-06-15T22:35:12.477Z] Successfully tagged core-data-arm64:latest [2021-06-15T22:35:12.477Z]  Building core-data ... done Collecting PyYAML<4,>=3.10 [2021-06-15T22:35:12.477Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-06-15T22:35:16.120Z] Collecting docker<4.0,>=3.6.0 [2021-06-15T22:35:16.120Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-06-15T22:35:16.120Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-06-15T22:35:16.392Z] Collecting texttable<0.10,>=0.9.0 [2021-06-15T22:35:16.392Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-06-15T22:35:18.354Z] Collecting dockerpty<0.5,>=0.4.1 [2021-06-15T22:35:18.354Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-06-15T22:35:20.959Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-06-15T22:35:20.959Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-06-15T22:35:21.553Z] Collecting websocket-client<1.0,>=0.32.0 [2021-06-15T22:35:21.553Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-06-15T22:35:21.824Z] Collecting docopt<0.7,>=0.6.1 [2021-06-15T22:35:21.824Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-06-15T22:35:23.790Z] Collecting cached-property<2,>=1.2.0 [2021-06-15T22:35:23.790Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-06-15T22:35:24.061Z] Collecting docker-pycreds>=0.4.0 [2021-06-15T22:35:24.061Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-06-15T22:35:24.656Z] Collecting urllib3<1.25,>=1.21.1 [2021-06-15T22:35:24.656Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-06-15T22:35:25.251Z] Collecting idna<2.8,>=2.5 [2021-06-15T22:35:25.251Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-06-15T22:35:25.251Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-06-15T22:35:25.251Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-06-15T22:35:25.251Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-06-15T22:35:25.251Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-06-15T22:35:25.251Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-06-15T22:35:25.251Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-06-15T22:35:25.846Z] Installing collected packages: jsonschema, PyYAML, websocket-client, docker-pycreds, urllib3, idna, requests, docker, texttable, dockerpty, docopt, cached-property, docker-compose [2021-06-15T22:35:26.439Z] Running setup.py install for PyYAML: started [2021-06-15T22:35:28.405Z] Running setup.py install for PyYAML: finished with status 'done' [2021-06-15T22:35:28.678Z] Attempting uninstall: urllib3 [2021-06-15T22:35:28.678Z] Found existing installation: urllib3 1.25.9 [2021-06-15T22:35:28.678Z] Uninstalling urllib3-1.25.9: [2021-06-15T22:35:28.958Z] Successfully uninstalled urllib3-1.25.9 [2021-06-15T22:35:29.548Z] Attempting uninstall: idna [2021-06-15T22:35:29.548Z] Found existing installation: idna 2.9 [2021-06-15T22:35:29.548Z] Uninstalling idna-2.9: [2021-06-15T22:35:29.548Z] Successfully uninstalled idna-2.9 [2021-06-15T22:35:30.140Z] Attempting uninstall: requests [2021-06-15T22:35:30.140Z] Found existing installation: requests 2.23.0 [2021-06-15T22:35:30.140Z] Uninstalling requests-2.23.0: [2021-06-15T22:35:30.140Z] Successfully uninstalled requests-2.23.0 [2021-06-15T22:35:31.110Z] Running setup.py install for texttable: started [2021-06-15T22:35:33.073Z] Running setup.py install for texttable: finished with status 'done' [2021-06-15T22:35:33.073Z] Running setup.py install for dockerpty: started [2021-06-15T22:35:35.038Z] Running setup.py install for dockerpty: finished with status 'done' [2021-06-15T22:35:35.038Z] Running setup.py install for docopt: started [2021-06-15T22:35:36.467Z] Running setup.py install for docopt: finished with status 'done' [2021-06-15T22:35:37.441Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-06-15T22:35:45.736Z] Removing intermediate container 747f05573941 [2021-06-15T22:35:45.736Z] ---> 98cd3d37fa24 [2021-06-15T22:35:45.736Z] Step 15/24 : ENV APP_PORT=58890 [2021-06-15T22:35:45.736Z] ---> Running in 757c806d9648 [2021-06-15T22:35:46.029Z] Removing intermediate container 757c806d9648 [2021-06-15T22:35:46.029Z] ---> 1acfe1834349 [2021-06-15T22:35:46.029Z] Step 16/24 : EXPOSE $APP_PORT [2021-06-15T22:35:46.301Z] ---> Running in 53907fa39c01 [2021-06-15T22:35:46.576Z] Removing intermediate container 53907fa39c01 [2021-06-15T22:35:46.576Z] ---> 4ee14d98b3fd [2021-06-15T22:35:46.576Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-06-15T22:35:48.014Z] ---> e043594d3df5 [2021-06-15T22:35:48.014Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-06-15T22:35:48.611Z] ---> 102acb309c72 [2021-06-15T22:35:48.611Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-06-15T22:35:49.589Z] ---> 7c12e3ac72a0 [2021-06-15T22:35:49.589Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-06-15T22:35:49.589Z] ---> Running in 64cd57c4baea [2021-06-15T22:35:50.182Z] Removing intermediate container 64cd57c4baea [2021-06-15T22:35:50.182Z] ---> 4c1f0057e91c [2021-06-15T22:35:50.182Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-15T22:35:50.455Z] ---> Running in 38b7b9d3cd87 [2021-06-15T22:35:50.725Z] Removing intermediate container 38b7b9d3cd87 [2021-06-15T22:35:50.725Z] ---> 5b3592ab819b [2021-06-15T22:35:50.725Z] Step 22/24 : LABEL arch=arm64 [2021-06-15T22:35:51.008Z] ---> Running in 63ebdc43ccb1 [2021-06-15T22:35:51.278Z] Removing intermediate container 63ebdc43ccb1 [2021-06-15T22:35:51.278Z] ---> 0ac3213da646 [2021-06-15T22:35:51.278Z] Step 23/24 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 [2021-06-15T22:35:51.550Z] ---> Running in dea4ea13350d [2021-06-15T22:35:52.143Z] Removing intermediate container dea4ea13350d [2021-06-15T22:35:52.143Z] ---> eb28838a306b [2021-06-15T22:35:52.143Z] Step 24/24 : LABEL version=0.0.0 [2021-06-15T22:35:52.143Z] ---> Running in 6379aa10bef6 [2021-06-15T22:35:52.741Z] Removing intermediate container 6379aa10bef6 [2021-06-15T22:35:52.742Z] ---> c747f1d33399 [2021-06-15T22:35:52.742Z] [2021-06-15T22:35:53.016Z] Successfully built c747f1d33399 [2021-06-15T22:35:53.016Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-06-15T22:35:53.303Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-06-15T22:35:53.315Z] $ docker stop --time=1 b004b3b43908ae4fe9d7e0c9a22497785c01e1435cea5da686964697053ac810 [2021-06-15T22:35:55.095Z] $ docker rm -f b004b3b43908ae4fe9d7e0c9a22497785c01e1435cea5da686964697053ac810 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-15T22:35:55.691Z] + docker images [2021-06-15T22:35:55.962Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-15T22:35:55.962Z] sys-mgmt-agent-arm64 latest c747f1d33399 3 seconds ago 299MB [2021-06-15T22:35:55.962Z] core-data-arm64 latest 388cc9504ca7 44 seconds ago 19.1MB [2021-06-15T22:35:55.962Z] 37d1b48a6a10 About a minute ago 975MB [2021-06-15T22:35:55.962Z] bafb070a3ce1 About a minute ago 969MB [2021-06-15T22:35:55.962Z] security-secretstore-setup-arm64 latest 984cbb714c77 About a minute ago 27.1MB [2021-06-15T22:35:55.962Z] security-proxy-setup-arm64 latest 58242a55b4bf About a minute ago 24.3MB [2021-06-15T22:35:55.962Z] df126ff2af71 About a minute ago 976MB [2021-06-15T22:35:55.962Z] 887cd41deb37 About a minute ago 973MB [2021-06-15T22:35:55.962Z] security-bootstrapper-arm64 latest 004d2d134da3 3 minutes ago 17.5MB [2021-06-15T22:35:55.962Z] core-metadata-arm64 latest 7c0ee192f67c 4 minutes ago 15.7MB [2021-06-15T22:35:55.962Z] support-notifications-arm64 latest afed52fcc6f0 4 minutes ago 15.7MB [2021-06-15T22:35:55.962Z] support-scheduler-arm64 latest 7f9215ec59a9 4 minutes ago 15.1MB [2021-06-15T22:35:55.962Z] core-command-arm64 latest c331c53b9870 4 minutes ago 15MB [2021-06-15T22:35:55.962Z] f7aa069495f1 4 minutes ago 972MB [2021-06-15T22:35:55.962Z] 384be6edc086 4 minutes ago 969MB [2021-06-15T22:35:55.962Z] adb255f691af 4 minutes ago 968MB [2021-06-15T22:35:55.962Z] 5749c5a63862 4 minutes ago 970MB [2021-06-15T22:35:55.962Z] f57705109282 4 minutes ago 967MB [2021-06-15T22:35:55.962Z] ci-base-image-arm64 latest f986508dc830 14 minutes ago 641MB [2021-06-15T22:35:55.962Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine a36622ca3599 6 days ago 429MB [2021-06-15T22:35:55.962Z] alpine 3.12 9852663dfa18 2 months ago 5.32MB [2021-06-15T22:35:55.962Z] docker 20.10.0 eeaf43b92773 6 months ago 228MB [2021-06-15T22:35:55.962Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 11 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-06-15T22:35:56.706Z] ---> job-cost.sh [2021-06-15T22:35:56.706Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-F8F2 [2021-06-15T22:36:35.669Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-15T22:38:13.699Z] lf-activate-venv(): INFO: Adding /tmp/venv-F8F2/bin to PATH [2021-06-15T22:38:13.699Z] INFO: No Stack... [2021-06-15T22:38:13.699Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-06-15T22:38:13.699Z] INFO: Archiving Costs [Pipeline] sh [2021-06-15T22:38:14.044Z] + cut -d, -f6 [2021-06-15T22:38:14.044Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [Pipeline] lock [2021-06-15T22:38:14.112Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3571-3-stack-cost] [2021-06-15T22:38:14.131Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3571-3-stack-cost] did not exist. Created. [2021-06-15T22:38:14.132Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3571-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-15T22:38:14.496Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-06-15T22:38:14.741Z] Stashed 1 file(s) [Pipeline] } [2021-06-15T22:38:14.755Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3571-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2021-06-15T22:38:15.334Z] provisioning config files... [2021-06-15T22:38:15.344Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config7311244612691151140tmp [Pipeline] { [Pipeline] sh [2021-06-15T22:38:15.658Z] + set +x [2021-06-15T22:38:15.658Z] + curl -s https://codecov.io/bash [2021-06-15T22:38:15.658Z] + bash -s -- [2021-06-15T22:38:15.658Z] [2021-06-15T22:38:15.658Z] _____ _ [2021-06-15T22:38:15.658Z] / ____| | | [2021-06-15T22:38:15.658Z] | | ___ __| | ___ ___ _____ __ [2021-06-15T22:38:15.658Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-06-15T22:38:15.658Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-06-15T22:38:15.658Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-06-15T22:38:15.658Z] Bash-1.0.3 [2021-06-15T22:38:15.658Z] [2021-06-15T22:38:15.658Z] [2021-06-15T22:38:15.658Z] ==> git version 2.24.4 found [2021-06-15T22:38:15.658Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-06-15T22:38:15.658Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-06-15T22:38:15.658Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-06-15T22:38:15.658Z] ==> Jenkins CI detected. [2021-06-15T22:38:15.658Z] project root: . [2021-06-15T22:38:15.658Z] --> token set from env [2021-06-15T22:38:15.658Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-06-15T22:38:15.658Z] ==> Running gcov in . (disable via -X gcov) [2021-06-15T22:38:15.923Z] ==> Python coveragepy not found [2021-06-15T22:38:15.923Z] ==> Searching for coverage reports in: [2021-06-15T22:38:15.923Z] + . [2021-06-15T22:38:15.923Z] -> Found 1 reports [2021-06-15T22:38:15.923Z] ==> Detecting git/mercurial file structure [2021-06-15T22:38:15.923Z] ==> Reading reports [2021-06-15T22:38:15.923Z] + ./coverage.out bytes=398195 [2021-06-15T22:38:15.923Z] ==> Appending adjustments [2021-06-15T22:38:15.923Z] https://docs.codecov.io/docs/fixing-reports [2021-06-15T22:38:16.875Z] + Found adjustments [2021-06-15T22:38:16.875Z] ==> Gzipping contents [2021-06-15T22:38:16.875Z] 56K /tmp/codecov.NaKj7G.gz [2021-06-15T22:38:16.875Z] ==> Uploading reports [2021-06-15T22:38:16.875Z] url: https://codecov.io [2021-06-15T22:38:16.875Z] query: branch=PR-3571&commit=4d8305b3a0ce0906d055d440d1b874a1496e8b07&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3571%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3571&job=&cmd_args= [2021-06-15T22:38:16.875Z] -> Pinging Codecov [2021-06-15T22:38:16.875Z] https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-3571&commit=4d8305b3a0ce0906d055d440d1b874a1496e8b07&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3571%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3571&job=&cmd_args= [2021-06-15T22:38:17.446Z] -> Uploading to [2021-06-15T22:38:17.447Z] https://storage.googleapis.com/codecov/v4/raw/2021-06-15/00271124DB129430A58F1EEE437C3FCB/4d8305b3a0ce0906d055d440d1b874a1496e8b07/b6f2b920-2f02-4b86-b0f2-d822cf493fde.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210615%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210615T223817Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=21360a7db5a3b236ed974fc01cfe826218820e8bcb0d892245ab7ae9b594af49 [2021-06-15T22:38:17.447Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-15T22:38:17.447Z] Dload Upload Total Spent Left Speed [2021-06-15T22:38:18.021Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54466 0 0 100 54466 0 129k --:--:-- --:--:-- --:--:-- 129k [2021-06-15T22:38:18.021Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/4d8305b3a0ce0906d055d440d1b874a1496e8b07 [Pipeline] } [2021-06-15T22:38:18.030Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-06-15T22:38:21.408Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-15T22:38:21.983Z] ---> package-listing.sh [2021-06-15T22:38:21.983Z] ++ facter osfamily [2021-06-15T22:38:21.983Z] ++ tr '[:upper:]' '[:lower:]' [2021-06-15T22:38:22.247Z] + OS_FAMILY=redhat [2021-06-15T22:38:22.247Z] + workspace=/w/workspace/edgex-go/3 [2021-06-15T22:38:22.247Z] + START_PACKAGES=/tmp/packages_start.txt [2021-06-15T22:38:22.247Z] + END_PACKAGES=/tmp/packages_end.txt [2021-06-15T22:38:22.247Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-06-15T22:38:22.247Z] + PACKAGES=/tmp/packages_start.txt [2021-06-15T22:38:22.247Z] + '[' /w/workspace/edgex-go/3 ']' [2021-06-15T22:38:22.247Z] + PACKAGES=/tmp/packages_end.txt [2021-06-15T22:38:22.247Z] + case "${OS_FAMILY}" in [2021-06-15T22:38:22.247Z] + rpm -qa [2021-06-15T22:38:22.247Z] + sort [2021-06-15T22:38:24.183Z] + '[' -f /tmp/packages_start.txt ']' [2021-06-15T22:38:24.183Z] + '[' -f /tmp/packages_end.txt ']' [2021-06-15T22:38:24.183Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-06-15T22:38:24.183Z] + '[' /w/workspace/edgex-go/3 ']' [2021-06-15T22:38:24.183Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-06-15T22:38:24.183Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-06-15T22:38:24.194Z] 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-06-15T22:38:24.486Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:38:25.060Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-15T22:38:25.060Z] [2021-06-15T22:38:25.060Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-06-15T22:38:25.382Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-15T22:38:25.382Z] alpine: Pulling from edgex-lftools-log-publisher [2021-06-15T22:38:25.382Z] df20fa9351a1: Pulling fs layer [2021-06-15T22:38:25.382Z] 36b3adc4ff6f: Pulling fs layer [2021-06-15T22:38:25.382Z] 8ad3a11d3b57: Pulling fs layer [2021-06-15T22:38:25.382Z] 46f8f816bc3b: Pulling fs layer [2021-06-15T22:38:25.382Z] 93b61091891f: Pulling fs layer [2021-06-15T22:38:25.382Z] 93b9cdb0e59b: Pulling fs layer [2021-06-15T22:38:25.382Z] 5e14af77c1be: Pulling fs layer [2021-06-15T22:38:25.382Z] 01666e4c0597: Pulling fs layer [2021-06-15T22:38:25.382Z] aa168da1d23b: Pulling fs layer [2021-06-15T22:38:25.382Z] 46f8f816bc3b: Waiting [2021-06-15T22:38:25.382Z] 93b61091891f: Waiting [2021-06-15T22:38:25.382Z] 93b9cdb0e59b: Waiting [2021-06-15T22:38:25.382Z] 5e14af77c1be: Waiting [2021-06-15T22:38:25.382Z] 01666e4c0597: Waiting [2021-06-15T22:38:25.382Z] aa168da1d23b: Waiting [2021-06-15T22:38:25.382Z] 36b3adc4ff6f: Verifying Checksum [2021-06-15T22:38:25.382Z] 36b3adc4ff6f: Download complete [2021-06-15T22:38:25.382Z] 46f8f816bc3b: Verifying Checksum [2021-06-15T22:38:25.382Z] 46f8f816bc3b: Download complete [2021-06-15T22:38:25.382Z] df20fa9351a1: Verifying Checksum [2021-06-15T22:38:25.382Z] df20fa9351a1: Download complete [2021-06-15T22:38:25.382Z] 93b9cdb0e59b: Verifying Checksum [2021-06-15T22:38:25.382Z] 93b9cdb0e59b: Download complete [2021-06-15T22:38:25.646Z] 5e14af77c1be: Verifying Checksum [2021-06-15T22:38:25.646Z] 5e14af77c1be: Download complete [2021-06-15T22:38:25.646Z] 01666e4c0597: Verifying Checksum [2021-06-15T22:38:25.646Z] 01666e4c0597: Download complete [2021-06-15T22:38:25.646Z] 93b61091891f: Verifying Checksum [2021-06-15T22:38:25.646Z] 93b61091891f: Download complete [2021-06-15T22:38:25.646Z] df20fa9351a1: Pull complete [2021-06-15T22:38:25.646Z] 8ad3a11d3b57: Verifying Checksum [2021-06-15T22:38:25.646Z] 8ad3a11d3b57: Download complete [2021-06-15T22:38:25.646Z] 36b3adc4ff6f: Pull complete [2021-06-15T22:38:26.228Z] 8ad3a11d3b57: Pull complete [2021-06-15T22:38:26.228Z] 46f8f816bc3b: Pull complete [2021-06-15T22:38:26.492Z] 93b61091891f: Pull complete [2021-06-15T22:38:26.492Z] 93b9cdb0e59b: Pull complete [2021-06-15T22:38:26.752Z] 5e14af77c1be: Pull complete [2021-06-15T22:38:26.752Z] 01666e4c0597: Pull complete [2021-06-15T22:38:27.327Z] aa168da1d23b: Verifying Checksum [2021-06-15T22:38:27.327Z] aa168da1d23b: Download complete [2021-06-15T22:38:31.559Z] aa168da1d23b: Pull complete [2021-06-15T22:38:31.559Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-06-15T22:38:31.559Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-15T22:38:31.559Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-06-15T22:38:31.635Z] prd-centos7-docker-4c-2g-1570 does not seem to be running inside a container [2021-06-15T22:38:31.672Z] $ 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:alpine cat [2021-06-15T22:38:34.657Z] $ docker top 12533522b488287ddf660235aa01dcc0acdfe602e02719971fbe0547ba3b7bd4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-15T22:38:35.049Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-06-15T22:38:35.349Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-06-15T22:38:35.644Z] + ls /var/log/sa-host [2021-06-15T22:38:35.645Z] + sadf -c /var/log/sa-host/sa05 [2021-06-15T22:38:35.645Z] file_magic: OK [2021-06-15T22:38:35.645Z] HZ: Using current value: 100 [2021-06-15T22:38:35.645Z] file_header: OK [2021-06-15T22:38:35.645Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-06-15T22:38:35.645Z] Statistics: [2021-06-15T22:38:35.645Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-15T22:38:35.645Z] File successfully converted to sysstat format version 12.2.1 [2021-06-15T22:38:35.645Z] + sadf -c /var/log/sa-host/sa15 [2021-06-15T22:38:35.645Z] file_magic: OK [2021-06-15T22:38:35.645Z] HZ: Using current value: 100 [2021-06-15T22:38:35.645Z] file_header: OK [2021-06-15T22:38:35.645Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-06-15T22:38:35.645Z] Statistics: [2021-06-15T22:38:35.645Z] 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-06-15T22:38:35.645Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-15T22:38:35.826Z] provisioning config files... [2021-06-15T22:38:35.837Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config312868457498655925tmp [Pipeline] { [Pipeline] echo [2021-06-15T22:38:35.859Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-15T22:38:36.153Z] ---> create-netrc.sh [Pipeline] } [2021-06-15T22:38:36.162Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-06-15T22:38:36.529Z] ---> python-tools-install.sh [Pipeline] echo [2021-06-15T22:38:36.542Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-15T22:38:36.838Z] ---> sudo-logs.sh [2021-06-15T22:38:36.838Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-06-15T22:38:36.948Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-15T22:38:37.673Z] ---> job-cost.sh [2021-06-15T22:38:37.674Z] lf-activate-venv: SKIPPING [2021-06-15T22:38:37.674Z] DEBUG: total: 0.18000000715255737 [2021-06-15T22:38:37.674Z] INFO: Retrieving Stack Cost... [2021-06-15T22:38:38.618Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-15T22:38:38.880Z] INFO: Archiving Costs [Pipeline] echo [2021-06-15T22:38:38.894Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-15T22:38:39.191Z] ---> logs-deploy.sh [2021-06-15T22:38:39.191Z] lf-activate-venv: SKIPPING [2021-06-15T22:38:39.191Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3571/3 [2021-06-15T22:38:39.191Z] INFO: archiving workspace using pattern(s): [2021-06-15T22:38:40.139Z] Archives upload complete. [2021-06-15T22:38:40.139Z] INFO: archiving logs to Nexus [2021-06-15T22:38:40.714Z] ---> uname -a: [2021-06-15T22:38:40.714Z] Linux prd-centos7-docker-4c-2g-1570.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux [2021-06-15T22:38:40.714Z] [2021-06-15T22:38:40.714Z] [2021-06-15T22:38:40.714Z] ---> lscpu: [2021-06-15T22:38:40.714Z] Architecture: x86_64 [2021-06-15T22:38:40.714Z] CPU op-mode(s): 32-bit, 64-bit [2021-06-15T22:38:40.714Z] Byte Order: Little Endian [2021-06-15T22:38:40.714Z] Address sizes: 40 bits physical, 48 bits virtual [2021-06-15T22:38:40.714Z] CPU(s): 2 [2021-06-15T22:38:40.714Z] On-line CPU(s) list: 0,1 [2021-06-15T22:38:40.714Z] Thread(s) per core: 1 [2021-06-15T22:38:40.714Z] Core(s) per socket: 1 [2021-06-15T22:38:40.714Z] Socket(s): 2 [2021-06-15T22:38:40.714Z] NUMA node(s): 1 [2021-06-15T22:38:40.714Z] Vendor ID: AuthenticAMD [2021-06-15T22:38:40.714Z] CPU family: 23 [2021-06-15T22:38:40.714Z] Model: 49 [2021-06-15T22:38:40.714Z] Model name: AMD EPYC-Rome Processor [2021-06-15T22:38:40.714Z] Stepping: 0 [2021-06-15T22:38:40.714Z] CPU MHz: 2800.000 [2021-06-15T22:38:40.714Z] BogoMIPS: 5600.00 [2021-06-15T22:38:40.714Z] Virtualization: AMD-V [2021-06-15T22:38:40.714Z] Hypervisor vendor: KVM [2021-06-15T22:38:40.714Z] Virtualization type: full [2021-06-15T22:38:40.714Z] L1d cache: 64 KiB [2021-06-15T22:38:40.714Z] L1i cache: 64 KiB [2021-06-15T22:38:40.714Z] L2 cache: 1 MiB [2021-06-15T22:38:40.714Z] L3 cache: 32 MiB [2021-06-15T22:38:40.714Z] NUMA node0 CPU(s): 0,1 [2021-06-15T22:38:40.714Z] Vulnerability Itlb multihit: Not affected [2021-06-15T22:38:40.714Z] Vulnerability L1tf: Not affected [2021-06-15T22:38:40.714Z] Vulnerability Mds: Not affected [2021-06-15T22:38:40.714Z] Vulnerability Meltdown: Not affected [2021-06-15T22:38:40.714Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-06-15T22:38:40.714Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-06-15T22:38:40.714Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-06-15T22:38:40.714Z] Vulnerability Srbds: Not affected [2021-06-15T22:38:40.714Z] Vulnerability Tsx async abort: Not affected [2021-06-15T22:38:40.714Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp [2021-06-15T22:38:40.714Z] [2021-06-15T22:38:40.714Z] [2021-06-15T22:38:40.714Z] ---> nproc: [2021-06-15T22:38:40.714Z] 2 [2021-06-15T22:38:40.714Z] [2021-06-15T22:38:40.714Z] [2021-06-15T22:38:40.714Z] ---> df -h: [2021-06-15T22:38:40.714Z] Filesystem Size Used Available Use% Mounted on [2021-06-15T22:38:40.714Z] overlay 40.0G 12.5G 27.5G 31% / [2021-06-15T22:38:40.714Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-06-15T22:38:40.714Z] tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup [2021-06-15T22:38:40.714Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-06-15T22:38:40.714Z] /dev/vda1 40.0G 12.5G 27.5G 31% /facter-os [2021-06-15T22:38:40.714Z] /dev/vda1 40.0G 12.5G 27.5G 31% /etc/resolv.conf [2021-06-15T22:38:40.714Z] /dev/vda1 40.0G 12.5G 27.5G 31% /etc/hostname [2021-06-15T22:38:40.714Z] /dev/vda1 40.0G 12.5G 27.5G 31% /etc/hosts [2021-06-15T22:38:40.714Z] /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/auth.log [2021-06-15T22:38:40.714Z] /dev/vda1 40.0G 12.5G 27.5G 31% /run/cloud-init/result.json [2021-06-15T22:38:40.714Z] /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/sa-host [2021-06-15T22:38:40.714Z] /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/secure [2021-06-15T22:38:40.714Z] /dev/vda1 40.0G 12.5G 27.5G 31% /w/workspace/edgex-go/3 [2021-06-15T22:38:40.714Z] /dev/vda1 40.0G 12.5G 27.5G 31% /w/workspace/edgex-go/3@tmp [2021-06-15T22:38:40.714Z] [2021-06-15T22:38:40.714Z] [2021-06-15T22:38:40.714Z] ---> free -m: [2021-06-15T22:38:40.714Z] total used free shared buff/cache available [2021-06-15T22:38:40.714Z] Mem: 7821 1338 1863 0 4619 6448 [2021-06-15T22:38:40.714Z] Swap: 1023 2 1021 [2021-06-15T22:38:40.714Z] [2021-06-15T22:38:40.714Z] [2021-06-15T22:38:40.714Z] ---> ip addr: [2021-06-15T22:38:40.714Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-06-15T22:38:40.714Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-06-15T22:38:40.714Z] inet 127.0.0.1/8 scope host lo [2021-06-15T22:38:40.714Z] valid_lft forever preferred_lft forever [2021-06-15T22:38:40.714Z] inet6 ::1/128 scope host [2021-06-15T22:38:40.714Z] valid_lft forever preferred_lft forever [2021-06-15T22:38:40.714Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-06-15T22:38:40.714Z] link/ether fa:16:3e:a9:12:6e brd ff:ff:ff:ff:ff:ff [2021-06-15T22:38:40.714Z] inet 10.30.123.147/23 brd 10.30.123.255 scope global dynamic eth0 [2021-06-15T22:38:40.714Z] valid_lft 84959sec preferred_lft 84959sec [2021-06-15T22:38:40.715Z] inet6 fe80::f816:3eff:fea9:126e/64 scope link [2021-06-15T22:38:40.715Z] valid_lft forever preferred_lft forever [2021-06-15T22:38:40.715Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-06-15T22:38:40.715Z] link/ether 02:42:44:ad:45:3b brd ff:ff:ff:ff:ff:ff [2021-06-15T22:38:40.715Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-06-15T22:38:40.715Z] valid_lft forever preferred_lft forever [2021-06-15T22:38:40.715Z] inet6 fe80::42:44ff:fead:453b/64 scope link [2021-06-15T22:38:40.715Z] valid_lft forever preferred_lft forever [2021-06-15T22:38:40.715Z] [2021-06-15T22:38:40.715Z] [2021-06-15T22:38:40.715Z] ---> sar -b -r -n DEV: [2021-06-15T22:38:40.715Z] Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/15/21 _x86_64_ (2 CPU) [2021-06-15T22:38:40.715Z] [2021-06-15T22:38:40.715Z] 22:14:30 LINUX RESTART (2 CPU) [2021-06-15T22:38:40.715Z] [2021-06-15T22:38:40.715Z] 22:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-06-15T22:38:40.715Z] 22:16:01 88.32 4.29 84.02 0.00 2813.85 8885.29 0.00 [2021-06-15T22:38:40.715Z] 22:17:01 75.12 0.18 74.94 0.00 22.78 40050.05 0.00 [2021-06-15T22:38:40.715Z] 22:18:01 135.63 0.00 135.63 0.00 0.00 19281.44 0.00 [2021-06-15T22:38:40.715Z] 22:19:01 55.53 0.02 55.51 0.00 0.53 10717.43 0.00 [2021-06-15T22:38:40.715Z] 22:20:01 52.81 0.02 52.80 0.00 0.53 8577.06 0.00 [2021-06-15T22:38:40.715Z] 22:21:10 192.21 63.67 128.55 0.00 1532.87 85987.18 0.00 [2021-06-15T22:38:40.715Z] 22:22:02 256.90 76.42 180.49 0.00 1875.34 107382.23 0.00 [2021-06-15T22:38:40.715Z] 22:23:01 522.91 270.04 252.87 0.00 14100.86 126915.56 0.00 [2021-06-15T22:38:40.715Z] 22:24:01 489.31 194.96 294.36 0.00 6537.28 132344.39 0.00 [2021-06-15T22:38:40.715Z] 22:25:01 296.85 13.15 283.71 0.00 1385.49 95456.44 0.00 [2021-06-15T22:38:40.715Z] 22:26:01 6.06 0.00 6.06 0.00 0.00 233.27 0.00 [2021-06-15T22:38:40.715Z] 22:27:01 0.25 0.00 0.25 0.00 0.00 3.25 0.00 [2021-06-15T22:38:40.715Z] 22:28:01 0.27 0.00 0.27 0.00 0.00 2.73 0.00 [2021-06-15T22:38:40.715Z] 22:29:01 0.28 0.00 0.28 0.00 0.00 3.27 0.00 [2021-06-15T22:38:40.715Z] 22:30:01 0.62 0.40 0.22 0.00 50.37 2.50 0.00 [2021-06-15T22:38:40.715Z] 22:31:01 0.85 0.00 0.85 0.00 0.00 16.43 0.00 [2021-06-15T22:38:40.715Z] 22:32:01 0.25 0.00 0.25 0.00 0.00 2.75 0.00 [2021-06-15T22:38:40.715Z] 22:33:01 0.17 0.00 0.17 0.00 0.00 2.20 0.00 [2021-06-15T22:38:40.715Z] 22:34:01 0.27 0.00 0.27 0.00 0.00 3.53 0.00 [2021-06-15T22:38:40.715Z] 22:35:01 0.22 0.00 0.22 0.00 0.00 2.33 0.00 [2021-06-15T22:38:40.715Z] 22:36:01 0.27 0.00 0.27 0.00 0.00 3.67 0.00 [2021-06-15T22:38:40.715Z] 22:37:01 0.22 0.00 0.22 0.00 0.00 2.47 0.00 [2021-06-15T22:38:40.715Z] 22:38:01 0.23 0.00 0.23 0.00 0.00 1.97 0.00 [2021-06-15T22:38:40.715Z] Average: 93.91 26.85 67.06 0.00 1220.14 27456.71 0.00 [2021-06-15T22:38:40.715Z] [2021-06-15T22:38:40.715Z] 22:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-06-15T22:38:40.715Z] 22:16:01 5198428 0 886492 11.07 2620 1921392 1500760 16.57 807448 1592568 22564 [2021-06-15T22:38:40.715Z] 22:17:01 4191784 0 962176 12.01 2620 2852352 1445924 15.96 1033744 2285508 116 [2021-06-15T22:38:40.715Z] 22:18:01 3885936 0 1115460 13.93 2620 3004916 1580652 17.45 1308504 2263984 249300 [2021-06-15T22:38:40.715Z] 22:19:01 3861952 0 1213620 15.15 2620 2930740 1807856 19.96 1287804 2299096 21152 [2021-06-15T22:38:40.715Z] 22:20:01 3869376 0 1138876 14.22 2620 2998060 1641040 18.12 1301456 2295924 130116 [2021-06-15T22:38:40.715Z] 22:21:10 1029472 0 1369672 17.10 2620 5607168 1973444 21.79 2134440 4170268 852024 [2021-06-15T22:38:40.715Z] 22:22:02 312792 0 1431424 17.87 2620 6262096 2436812 26.90 2856528 4137684 443400 [2021-06-15T22:38:40.715Z] 22:23:01 874660 0 1366352 17.06 2620 5765300 1890200 20.87 2606324 3789420 26416 [2021-06-15T22:38:40.715Z] 22:24:01 1290008 0 1584592 19.79 2620 5131712 2531736 27.95 2089192 3901152 284948 [2021-06-15T22:38:40.715Z] 22:25:01 2543236 0 1264988 15.79 2620 4198088 1299004 14.34 1324116 3422816 20 [2021-06-15T22:38:40.715Z] 22:26:01 2550192 0 1258032 15.71 2620 4198088 1277392 14.10 1323840 3420112 12 [2021-06-15T22:38:40.715Z] 22:27:01 2550024 0 1258192 15.71 2620 4198096 1263048 13.94 1324228 3420356 8 [2021-06-15T22:38:40.715Z] 22:28:01 2550468 0 1257740 15.70 2620 4198104 1263000 13.94 1324340 3420356 8 [2021-06-15T22:38:40.715Z] 22:29:01 2551236 0 1256972 15.69 2620 4198104 1263132 13.95 1323508 3421396 8 [2021-06-15T22:38:40.715Z] 22:30:01 2546392 0 1260488 15.74 2620 4199432 1263120 13.95 1329580 3419692 20 [2021-06-15T22:38:40.715Z] 22:31:01 2546472 0 1260408 15.74 2620 4199432 1263084 13.95 1329356 3419692 12 [2021-06-15T22:38:40.715Z] 22:32:01 2546636 0 1260236 15.74 2620 4199440 1263000 13.94 1329740 3419132 16 [2021-06-15T22:38:40.715Z] 22:33:01 2546168 0 1260700 15.74 2620 4199444 1263156 13.95 1364820 3384316 12 [2021-06-15T22:38:40.715Z] 22:34:01 2546952 0 1259912 15.73 2620 4199448 1263000 13.94 1364572 3384316 12 [2021-06-15T22:38:40.715Z] 22:35:01 2546624 0 1260236 15.74 2620 4199452 1263060 13.94 1364468 3384316 12 [2021-06-15T22:38:40.715Z] 22:36:01 2546368 0 1260488 15.74 2620 4199456 1263156 13.95 1366360 3382876 8 [2021-06-15T22:38:40.715Z] 22:37:01 2547112 0 1259740 15.73 2620 4199460 1263000 13.94 1365836 3382876 8 [2021-06-15T22:38:40.715Z] 22:38:01 2546972 0 1259876 15.73 2620 4199464 1263000 13.94 1365920 3382876 8 [2021-06-15T22:38:40.715Z] Average: 2616490 0 1248116 15.58 2620 4141706 1501808 16.58 1488092 3234814 88270 [2021-06-15T22:38:40.715Z] [2021-06-15T22:38:40.715Z] 22:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-06-15T22:38:40.715Z] 22:16:01 eth0 1124.23 981.47 3910.66 125.48 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:16:01 veth91479d2 199.77 124.23 20.49 391.14 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:16:01 docker0 199.77 124.10 17.76 391.13 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:17:01 eth0 830.62 1123.69 4998.14 102.94 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:17:01 docker0 879.25 555.19 64.73 2302.99 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:18:01 eth0 299.13 221.94 881.16 32.30 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:18:01 vethab5dd9b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:18:01 docker0 198.50 256.78 14.39 843.25 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:19:01 eth0 35.88 25.67 20.14 107.02 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:19:01 vethab5dd9b 2.26 2.26 0.18 0.18 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:19:01 docker0 2.26 2.26 0.15 0.18 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:20:01 eth0 148.25 127.50 1531.97 17.99 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:21:10 vetha531679 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:21:10 eth0 34.31 23.50 154.71 9.19 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:21:10 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:21:10 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:22:02 vetha531679 0.00 0.49 0.00 0.03 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:22:02 veth463768f 0.04 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:22:02 eth0 106.17 78.16 216.02 15.67 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:23:01 veth50628f7 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:23:01 vetha531679 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:23:01 veth749042e 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:23:01 veth6036ee9 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:24:01 vetha531679 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:24:01 vethb1a7752 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:24:01 eth0 2865.18 2746.40 12299.39 552.59 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:24:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:25:01 eth0 202.85 149.93 1668.27 26.55 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:25:01 docker0 1412.65 1121.80 105.51 4359.72 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:26:01 eth0 0.17 0.15 0.04 0.05 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:27:01 eth0 0.18 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:28:01 eth0 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:29:01 eth0 1.12 0.30 0.34 0.20 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:30:01 eth0 0.82 0.37 0.34 0.23 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:31:01 eth0 0.20 0.17 0.10 0.04 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:32:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:33:01 eth0 0.85 0.28 0.31 0.20 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:34:01 eth0 0.73 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:35:01 eth0 0.27 0.12 0.05 0.04 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:36:01 eth0 0.60 0.38 0.36 0.24 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:37:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:38:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] 22:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] Average: eth0 126.75 122.55 596.72 24.75 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] Average: docker0 61.49 48.83 4.59 189.76 0.00 0.00 0.00 0.00 [2021-06-15T22:38:40.715Z] [2021-06-15T22:38:40.715Z] [2021-06-15T22:38:40.715Z] ---> sar -P ALL: [2021-06-15T22:38:40.715Z] Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/15/21 _x86_64_ (2 CPU) [2021-06-15T22:38:40.715Z] [2021-06-15T22:38:40.716Z] 22:14:30 LINUX RESTART (2 CPU) [2021-06-15T22:38:40.716Z] [2021-06-15T22:38:40.716Z] 22:15:01 CPU %user %nice %system %iowait %steal %idle [2021-06-15T22:38:40.716Z] 22:16:01 all 15.34 0.00 4.14 3.26 0.11 77.15 [2021-06-15T22:38:40.716Z] 22:16:01 0 13.75 0.00 4.87 4.80 0.11 76.47 [2021-06-15T22:38:40.716Z] 22:16:01 1 16.93 0.00 3.40 1.74 0.11 77.83 [2021-06-15T22:38:40.716Z] 22:17:01 all 18.01 0.00 5.82 3.28 0.08 72.81 [2021-06-15T22:38:40.716Z] 22:17:01 0 20.14 0.00 6.09 3.18 0.09 70.50 [2021-06-15T22:38:40.716Z] 22:17:01 1 15.91 0.00 5.56 3.38 0.07 75.08 [2021-06-15T22:38:40.716Z] 22:18:01 all 52.01 0.00 9.65 3.86 0.11 34.37 [2021-06-15T22:38:40.716Z] 22:18:01 0 51.64 0.00 10.49 2.83 0.11 34.93 [2021-06-15T22:38:40.716Z] 22:18:01 1 52.37 0.00 8.81 4.89 0.11 33.82 [2021-06-15T22:38:40.716Z] 22:19:01 all 30.95 0.00 5.36 1.77 0.08 61.84 [2021-06-15T22:38:40.716Z] 22:19:01 0 30.18 0.00 5.37 2.00 0.09 62.36 [2021-06-15T22:38:40.716Z] 22:19:01 1 31.71 0.00 5.35 1.54 0.07 61.33 [2021-06-15T22:38:40.716Z] 22:20:01 all 53.10 0.00 8.71 5.82 0.12 32.26 [2021-06-15T22:38:40.716Z] 22:20:01 0 52.29 0.00 8.74 5.14 0.13 33.71 [2021-06-15T22:38:40.716Z] 22:20:01 1 53.90 0.00 8.68 6.50 0.11 30.81 [2021-06-15T22:38:40.716Z] 22:21:10 all 13.97 0.00 8.95 56.61 0.12 20.35 [2021-06-15T22:38:40.716Z] 22:21:10 0 13.17 0.00 9.46 55.10 0.14 22.12 [2021-06-15T22:38:40.716Z] 22:21:10 1 14.76 0.00 8.44 58.11 0.11 18.58 [2021-06-15T22:38:40.716Z] 22:22:02 all 9.74 0.00 9.83 58.30 0.09 22.05 [2021-06-15T22:38:40.716Z] 22:22:02 0 9.52 0.00 10.45 51.41 0.08 28.53 [2021-06-15T22:38:40.716Z] 22:22:02 1 9.95 0.00 9.21 65.19 0.10 15.55 [2021-06-15T22:38:40.716Z] 22:23:01 all 65.92 0.00 14.53 16.42 0.13 3.00 [2021-06-15T22:38:40.716Z] 22:23:01 0 65.88 0.00 14.78 15.95 0.13 3.26 [2021-06-15T22:38:40.716Z] 22:23:01 1 65.96 0.00 14.27 16.89 0.13 2.75 [2021-06-15T22:38:40.716Z] 22:24:01 all 27.02 0.00 12.97 53.66 0.13 6.22 [2021-06-15T22:38:40.716Z] 22:24:01 0 26.32 0.00 13.70 52.08 0.14 7.76 [2021-06-15T22:38:40.716Z] 22:24:01 1 27.72 0.00 12.25 55.23 0.11 4.68 [2021-06-15T22:38:40.716Z] 22:25:01 all 52.69 0.00 12.33 10.77 0.14 24.07 [2021-06-15T22:38:40.716Z] 22:25:01 0 52.38 0.00 12.30 10.41 0.13 24.78 [2021-06-15T22:38:40.716Z] 22:25:01 1 53.00 0.00 12.36 11.13 0.15 23.36 [2021-06-15T22:38:40.716Z] 22:26:01 all 0.13 0.00 0.03 0.01 0.03 99.81 [2021-06-15T22:38:40.716Z] 22:26:01 0 0.23 0.00 0.02 0.00 0.03 99.72 [2021-06-15T22:38:40.716Z] 22:26:01 1 0.02 0.00 0.05 0.02 0.02 99.90 [2021-06-15T22:38:40.716Z] [2021-06-15T22:38:40.716Z] 22:26:01 CPU %user %nice %system %iowait %steal %idle [2021-06-15T22:38:40.716Z] 22:27:01 all 0.11 0.00 0.02 0.00 0.03 99.85 [2021-06-15T22:38:40.716Z] 22:27:01 0 0.20 0.00 0.02 0.00 0.03 99.75 [2021-06-15T22:38:40.716Z] 22:27:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-15T22:38:40.716Z] 22:28:01 all 0.16 0.00 0.02 0.00 0.02 99.81 [2021-06-15T22:38:40.716Z] 22:28:01 0 0.27 0.00 0.02 0.00 0.02 99.70 [2021-06-15T22:38:40.716Z] 22:28:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2021-06-15T22:38:40.716Z] 22:29:01 all 0.11 0.00 0.03 0.00 0.03 99.83 [2021-06-15T22:38:40.716Z] 22:29:01 0 0.20 0.00 0.03 0.00 0.03 99.73 [2021-06-15T22:38:40.716Z] 22:29:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2021-06-15T22:38:40.716Z] 22:30:01 all 0.07 0.00 0.07 0.03 0.03 99.82 [2021-06-15T22:38:40.716Z] 22:30:01 0 0.10 0.00 0.08 0.00 0.03 99.78 [2021-06-15T22:38:40.716Z] 22:30:01 1 0.03 0.00 0.05 0.05 0.02 99.85 [2021-06-15T22:38:40.716Z] 22:31:01 all 0.12 0.00 0.03 0.00 0.02 99.84 [2021-06-15T22:38:40.716Z] 22:31:01 0 0.20 0.00 0.02 0.00 0.02 99.77 [2021-06-15T22:38:40.716Z] 22:31:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2021-06-15T22:38:40.716Z] 22:32:01 all 0.14 0.00 0.02 0.00 0.03 99.82 [2021-06-15T22:38:40.716Z] 22:32:01 0 0.23 0.00 0.02 0.00 0.02 99.73 [2021-06-15T22:38:40.716Z] 22:32:01 1 0.05 0.00 0.02 0.00 0.03 99.90 [2021-06-15T22:38:40.716Z] 22:33:01 all 0.07 0.00 0.05 0.00 0.02 99.87 [2021-06-15T22:38:40.716Z] 22:33:01 0 0.12 0.00 0.03 0.00 0.02 99.83 [2021-06-15T22:38:40.716Z] 22:33:01 1 0.02 0.00 0.07 0.00 0.02 99.90 [2021-06-15T22:38:40.716Z] 22:34:01 all 0.16 0.00 0.03 0.00 0.02 99.80 [2021-06-15T22:38:40.716Z] 22:34:01 0 0.27 0.00 0.02 0.00 0.00 99.72 [2021-06-15T22:38:40.716Z] 22:34:01 1 0.05 0.00 0.03 0.00 0.03 99.88 [2021-06-15T22:38:40.716Z] 22:35:01 all 0.14 0.00 0.01 0.00 0.02 99.83 [2021-06-15T22:38:40.716Z] 22:35:01 0 0.25 0.00 0.00 0.00 0.02 99.73 [2021-06-15T22:38:40.716Z] 22:35:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-15T22:38:40.716Z] 22:36:01 all 0.09 0.00 0.03 0.00 0.03 99.85 [2021-06-15T22:38:40.716Z] 22:36:01 0 0.15 0.00 0.03 0.00 0.02 99.80 [2021-06-15T22:38:40.716Z] 22:36:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2021-06-15T22:38:40.716Z] 22:37:01 all 0.07 0.00 0.02 0.00 0.03 99.89 [2021-06-15T22:38:40.716Z] 22:37:01 0 0.12 0.00 0.02 0.00 0.02 99.85 [2021-06-15T22:38:40.716Z] 22:37:01 1 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-15T22:38:40.716Z] [2021-06-15T22:38:40.716Z] 22:37:01 CPU %user %nice %system %iowait %steal %idle [2021-06-15T22:38:40.716Z] 22:38:01 all 0.16 0.00 0.03 0.00 0.01 99.81 [2021-06-15T22:38:40.716Z] 22:38:01 0 0.28 0.00 0.03 0.00 0.00 99.68 [2021-06-15T22:38:40.716Z] 22:38:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2021-06-15T22:38:40.716Z] Average: all 14.06 0.00 3.84 8.97 0.06 73.08 [2021-06-15T22:38:40.716Z] Average: 0 13.96 0.00 4.00 8.54 0.06 73.44 [2021-06-15T22:38:40.716Z] Average: 1 14.16 0.00 3.68 9.39 0.06 72.72 [2021-06-15T22:38:40.716Z] [2021-06-15T22:38:40.716Z] [2021-06-15T22:38:40.716Z]