Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a2666c85747e48d0f277d1bc73689a0fa3d00208+2b869ccf7fb2f91a3d4a91833f99e6de2b9ca703 (ddeb592ec1710415d36d5d42b5046657a08eb987) 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-ssh8817417337897623431.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-ssh7879377848306297943.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-3550/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-3550/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8468469037206739155.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-ssh8555226313624397812.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-3550/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-3550/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh3348851511245655381.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-994 in /w/workspace/edgexfoundry_edgex-go_PR-3550 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/2@tmp/jenkins-gitclient-ssh8158659655724954806.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Merging remotes/origin/master commit 2b869ccf7fb2f91a3d4a91833f99e6de2b9ca703 into PR head commit a2666c85747e48d0f277d1bc73689a0fa3d00208 Merge succeeded, producing a2666c85747e48d0f277d1bc73689a0fa3d00208 Checking out Revision a2666c85747e48d0f277d1bc73689a0fa3d00208 (PR-3550) 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/2@tmp/jenkins-gitclient-ssh7635173618984383981.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3550/head:refs/remotes/origin/PR-3550 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a2666c85747e48d0f277d1bc73689a0fa3d00208 # 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/2@tmp/jenkins-gitclient-ssh929488541809011393.key > git merge 2b869ccf7fb2f91a3d4a91833f99e6de2b9ca703 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a2666c85747e48d0f277d1bc73689a0fa3d00208 # timeout=10 Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.1 to 1.9.2" > git rev-list --no-walk a2666c85747e48d0f277d1bc73689a0fa3d00208 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-06-08T20:45:38.450Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-06-08T20:45:38.544Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-06-08T20:45:38.569Z] ========================================================= [2021-06-08T20:45:38.569Z] EdgeX Global Pipelines Version Info [2021-06-08T20:45:38.569Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-06-08T20:45:40.067Z] ------------------- [2021-06-08T20:45:40.068Z] stable info: [2021-06-08T20:45:40.068Z] ------------------- [2021-06-08T20:45:40.068Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-06-08T20:45:40.068Z] Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b [2021-06-08T20:45:40.068Z] Message: update stable to v1.0.194 [2021-06-08T20:45:40.644Z] ------------------- [2021-06-08T20:45:40.644Z] experimental info: [2021-06-08T20:45:40.644Z] ------------------- [2021-06-08T20:45:40.644Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-06-08T20:45:40.644Z] Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b [2021-06-08T20:45:40.644Z] Message: update experimental to v1.0.194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-06-08T20:45:40.754Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-06-08T20:45:40.775Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-06-08T20:45:40.797Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-06-08T20:45:40.830Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-06-08T20:45:40.851Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-06-08T20:45:40.871Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-06-08T20:45:40.891Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-06-08T20:45:40.913Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-06-08T20:45:40.935Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-06-08T20:45:40.956Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-06-08T20:45:43.037Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-06-08T20:45:43.059Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-06-08T20:45:43.080Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-06-08T20:45:43.105Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-06-08T20:45:43.127Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-06-08T20:45:43.149Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-06-08T20:45:43.171Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-06-08T20:45:43.197Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-06-08T20:45:43.218Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-06-08T20:45:43.240Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-06-08T20:45:43.263Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-06-08T20:45:43.285Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-06-08T20:45:43.307Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3550 [Pipeline] echo [2021-06-08T20:45:43.330Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3550 [Pipeline] echo [2021-06-08T20:45:43.353Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3550 [Pipeline] echo [2021-06-08T20:45:43.375Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a2666c85747e48d0f277d1bc73689a0fa3d00208 [Pipeline] echo [2021-06-08T20:45:43.396Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a2666c8 [Pipeline] echo [2021-06-08T20:45:43.417Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-08T20:45:43.493Z] provisioning config files... [2021-06-08T20:45:43.509Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2254735604293412676tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-08T20:45:43.832Z] ---> docker-login.sh [2021-06-08T20:45:43.832Z] nexus3.edgexfoundry.org:10001 [2021-06-08T20:45:44.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T20:45:44.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T20:45:44.101Z] Configure a credential helper to remove this warning. See [2021-06-08T20:45:44.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T20:45:44.101Z] [2021-06-08T20:45:44.101Z] Login Succeeded [2021-06-08T20:45:44.101Z] nexus3.edgexfoundry.org:10002 [2021-06-08T20:45:44.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T20:45:44.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T20:45:44.370Z] Configure a credential helper to remove this warning. See [2021-06-08T20:45:44.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T20:45:44.370Z] [2021-06-08T20:45:44.370Z] Login Succeeded [2021-06-08T20:45:44.370Z] nexus3.edgexfoundry.org:10003 [2021-06-08T20:45:44.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T20:45:44.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T20:45:44.632Z] Configure a credential helper to remove this warning. See [2021-06-08T20:45:44.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T20:45:44.632Z] [2021-06-08T20:45:44.632Z] Login Succeeded [2021-06-08T20:45:44.632Z] nexus3.edgexfoundry.org:10004 [2021-06-08T20:45:44.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T20:45:44.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T20:45:44.632Z] Configure a credential helper to remove this warning. See [2021-06-08T20:45:44.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T20:45:44.632Z] [2021-06-08T20:45:44.632Z] Login Succeeded [2021-06-08T20:45:44.632Z] docker.io [2021-06-08T20:45:44.899Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T20:45:45.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T20:45:45.161Z] Configure a credential helper to remove this warning. See [2021-06-08T20:45:45.161Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T20:45:45.161Z] [2021-06-08T20:45:45.161Z] Login Succeeded [2021-06-08T20:45:45.161Z] ---> docker-login.sh ends [Pipeline] } [2021-06-08T20:45:45.170Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-08T20:45:45.507Z] ++ 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-08T20:45:45.507Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-08T20:45:45.507Z] ++ cut -d/ -f2 [2021-06-08T20:45:45.507Z] ++ dirname cmd/core-command/Dockerfile [2021-06-08T20:45:45.507Z] + echo core-command,cmd/core-command/Dockerfile [2021-06-08T20:45:45.507Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-08T20:45:45.507Z] ++ dirname cmd/core-data/Dockerfile [2021-06-08T20:45:45.507Z] ++ cut -d/ -f2 [2021-06-08T20:45:45.507Z] + echo core-data,cmd/core-data/Dockerfile [2021-06-08T20:45:45.507Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-08T20:45:45.507Z] ++ dirname cmd/core-metadata/Dockerfile [2021-06-08T20:45:45.507Z] ++ cut -d/ -f2 [2021-06-08T20:45:45.507Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-06-08T20:45:45.507Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-08T20:45:45.507Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-06-08T20:45:45.507Z] ++ cut -d/ -f2 [2021-06-08T20:45:45.507Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-06-08T20:45:45.507Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-08T20:45:45.507Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-06-08T20:45:45.507Z] ++ cut -d/ -f2 [2021-06-08T20:45:45.507Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-06-08T20:45:45.507Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-08T20:45:45.507Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-06-08T20:45:45.507Z] ++ cut -d/ -f2 [2021-06-08T20:45:45.507Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-06-08T20:45:45.507Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-08T20:45:45.507Z] ++ dirname cmd/support-notifications/Dockerfile [2021-06-08T20:45:45.507Z] ++ cut -d/ -f2 [2021-06-08T20:45:45.507Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-06-08T20:45:45.507Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-08T20:45:45.507Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-06-08T20:45:45.507Z] ++ cut -d/ -f2 [2021-06-08T20:45:45.507Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-06-08T20:45:45.507Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-08T20:45:45.507Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-06-08T20:45:45.507Z] ++ cut -d/ -f2 [2021-06-08T20:45:45.507Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-06-08T20:45:45.558Z] 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-08T20:45:46.337Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-08T20:45:46.337Z] [2021-06-08T20:45:46.337Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-06-08T20:45:46.655Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-08T20:45:46.655Z] latest: Pulling from edgex-devops/git-semver [2021-06-08T20:45:46.655Z] 31603596830f: Pulling fs layer [2021-06-08T20:45:46.655Z] 54011a49482f: Pulling fs layer [2021-06-08T20:45:46.655Z] a6820b24f6d8: Pulling fs layer [2021-06-08T20:45:46.655Z] f581987b2513: Pulling fs layer [2021-06-08T20:45:46.655Z] f581987b2513: Waiting [2021-06-08T20:45:46.655Z] 54011a49482f: Verifying Checksum [2021-06-08T20:45:46.655Z] 54011a49482f: Download complete [2021-06-08T20:45:46.920Z] 31603596830f: Verifying Checksum [2021-06-08T20:45:46.920Z] 31603596830f: Download complete [2021-06-08T20:45:46.920Z] f581987b2513: Verifying Checksum [2021-06-08T20:45:46.920Z] f581987b2513: Download complete [2021-06-08T20:45:46.920Z] 31603596830f: Pull complete [2021-06-08T20:45:47.186Z] 54011a49482f: Pull complete [2021-06-08T20:45:47.186Z] a6820b24f6d8: Verifying Checksum [2021-06-08T20:45:47.186Z] a6820b24f6d8: Download complete [2021-06-08T20:45:47.773Z] a6820b24f6d8: Pull complete [2021-06-08T20:45:48.038Z] f581987b2513: Pull complete [2021-06-08T20:45:48.038Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-06-08T20:45:48.038Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-08T20:45:48.038Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-06-08T20:45:48.129Z] prd-centos7-docker-4c-2g-994 does not seem to be running inside a container [2021-06-08T20:45:48.187Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-06-08T20:45:50.618Z] $ docker top c886dc7bbfeab0ba73c1b228894d1f63795604b5878563687453da99681a1fd5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-06-08T20:45:50.780Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-08T20:45:50.781Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-08T20:45:50.912Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-08T20:45:50.912Z] $ docker exec c886dc7bbfeab0ba73c1b228894d1f63795604b5878563687453da99681a1fd5 ssh-agent [2021-06-08T20:45:51.029Z] SSH_AUTH_SOCK=/tmp/ssh-kaDR07b0A4tl/agent.13 [2021-06-08T20:45:51.029Z] SSH_AGENT_PID=19 [2021-06-08T20:45:51.038Z] Running ssh-add (command line suppressed) [2021-06-08T20:45:51.144Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_5337487877104272044.key (/w/workspace/edgex-go/2@tmp/private_key_5337487877104272044.key) [2021-06-08T20:45:51.168Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-08T20:45:51.471Z] + git tag --points-at HEAD [Pipeline] } [2021-06-08T20:45:51.481Z] $ docker exec --env ******** --env ******** c886dc7bbfeab0ba73c1b228894d1f63795604b5878563687453da99681a1fd5 ssh-agent -k [2021-06-08T20:45:51.593Z] unset SSH_AUTH_SOCK; [2021-06-08T20:45:51.597Z] unset SSH_AGENT_PID; [2021-06-08T20:45:51.597Z] echo Agent pid 19 killed; [2021-06-08T20:45:51.613Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-06-08T20:45:51.657Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-08T20:45:51.657Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-08T20:45:51.784Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-08T20:45:51.783Z] $ docker exec c886dc7bbfeab0ba73c1b228894d1f63795604b5878563687453da99681a1fd5 ssh-agent [2021-06-08T20:45:51.909Z] SSH_AUTH_SOCK=/tmp/ssh-Isb0PMWoYPJm/agent.54 [2021-06-08T20:45:51.909Z] SSH_AGENT_PID=61 [2021-06-08T20:45:51.915Z] Running ssh-add (command line suppressed) [2021-06-08T20:45:52.031Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6683791973629008412.key (/w/workspace/edgex-go/2@tmp/private_key_6683791973629008412.key) [2021-06-08T20:45:52.051Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-08T20:45:52.366Z] + git semver init [2021-06-08T20:45:52.366Z] # -> Open(): unable to determine branch for HEAD [2021-06-08T20:45:52.367Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-06-08T20:45:52.367Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-06-08T20:45:52.367Z] # $SEMVER_REMOTE_NAME = origin [2021-06-08T20:45:52.367Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-06-08T20:45:52.367Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-06-08T20:45:52.367Z] # $SEMVER_BRANCH = PR-3550 [2021-06-08T20:45:52.367Z] # $SEMVER_TEMP = /tmp/semver-557204384 [2021-06-08T20:45:52.367Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-06-08T20:46:19.718Z] # '/tmp/semver-557204384' -> '/w/workspace/edgex-go/2/.semver' [2021-06-08T20:46:19.718Z] # -> Force: false [2021-06-08T20:46:19.718Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-06-08T20:46:19.733Z] $ docker exec --env ******** --env ******** c886dc7bbfeab0ba73c1b228894d1f63795604b5878563687453da99681a1fd5 ssh-agent -k [2021-06-08T20:46:19.853Z] unset SSH_AUTH_SOCK; [2021-06-08T20:46:19.853Z] unset SSH_AGENT_PID; [2021-06-08T20:46:19.853Z] echo Agent pid 61 killed; [2021-06-08T20:46:19.876Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-08T20:46:20.223Z] + git semver [Pipeline] } [2021-06-08T20:46:20.237Z] $ docker stop --time=1 c886dc7bbfeab0ba73c1b228894d1f63795604b5878563687453da99681a1fd5 [2021-06-08T20:46:22.775Z] $ docker rm -f c886dc7bbfeab0ba73c1b228894d1f63795604b5878563687453da99681a1fd5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-08T20:46:23.176Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-06-08T20:46:23.448Z] Stashed 1 file(s) [Pipeline] echo [2021-06-08T20:46:23.451Z] [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-08T20:46:23.985Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-06-08T20:46:24.293Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-08T20:46:24.591Z] + sudo service docker restart [2021-06-08T20:46:24.591Z] + true [2021-06-08T20:46:24.591Z] Redirecting to /bin/systemctl restart docker.service [2021-06-08T20:46:38.619Z] Still waiting to schedule task [2021-06-08T20:46:38.620Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-991’ is offline [Pipeline] echo [2021-06-08T20:46:44.933Z] ========================================================= [2021-06-08T20:46:44.933Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-06-08T20:46:44.933Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-08T20:46:45.254Z] + 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-08T20:46:46.641Z] Sending build context to Docker daemon 329.1MB [2021-06-08T20:46:46.641Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-06-08T20:46:46.641Z] Step 2/6 : FROM ${BASE} [2021-06-08T20:46:46.912Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-06-08T20:46:46.912Z] 540db60ca938: Pulling fs layer [2021-06-08T20:46:46.912Z] adcc1eea9eea: Pulling fs layer [2021-06-08T20:46:46.912Z] 4c4ab2625f07: Pulling fs layer [2021-06-08T20:46:46.912Z] 0510c868ecb4: Pulling fs layer [2021-06-08T20:46:46.912Z] afea3b2eda06: Pulling fs layer [2021-06-08T20:46:46.912Z] 7809a108b3ef: Pulling fs layer [2021-06-08T20:46:46.912Z] f706445af74f: Pulling fs layer [2021-06-08T20:46:46.912Z] 0510c868ecb4: Waiting [2021-06-08T20:46:46.912Z] afea3b2eda06: Waiting [2021-06-08T20:46:46.912Z] 7809a108b3ef: Waiting [2021-06-08T20:46:46.912Z] f706445af74f: Waiting [2021-06-08T20:46:46.912Z] 4c4ab2625f07: Download complete [2021-06-08T20:46:46.912Z] adcc1eea9eea: Download complete [2021-06-08T20:46:46.912Z] afea3b2eda06: Verifying Checksum [2021-06-08T20:46:46.912Z] afea3b2eda06: Download complete [2021-06-08T20:46:46.912Z] 7809a108b3ef: Verifying Checksum [2021-06-08T20:46:46.912Z] 7809a108b3ef: Download complete [2021-06-08T20:46:46.912Z] 540db60ca938: Verifying Checksum [2021-06-08T20:46:46.912Z] 540db60ca938: Download complete [2021-06-08T20:46:47.183Z] 540db60ca938: Pull complete [2021-06-08T20:46:47.446Z] adcc1eea9eea: Pull complete [2021-06-08T20:46:47.446Z] 4c4ab2625f07: Pull complete [2021-06-08T20:46:49.372Z] f706445af74f: Verifying Checksum [2021-06-08T20:46:49.372Z] f706445af74f: Download complete [2021-06-08T20:46:49.635Z] 0510c868ecb4: Verifying Checksum [2021-06-08T20:46:49.635Z] 0510c868ecb4: Download complete [2021-06-08T20:46:53.883Z] 0510c868ecb4: Pull complete [2021-06-08T20:46:53.883Z] afea3b2eda06: Pull complete [2021-06-08T20:46:53.883Z] 7809a108b3ef: Pull complete [2021-06-08T20:46:55.815Z] f706445af74f: Pull complete [2021-06-08T20:46:55.815Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-06-08T20:46:55.815Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-06-08T20:46:55.815Z] ---> b068be0155e3 [2021-06-08T20:46:55.815Z] 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-08T20:47:01.130Z] ---> Running in c42d60959e1a [2021-06-08T20:47:01.130Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-08T20:47:02.074Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-08T20:47:02.342Z] (1/12) Installing libmagic (5.39-r0) [2021-06-08T20:47:02.914Z] (2/12) Installing file (5.39-r0) [2021-06-08T20:47:02.914Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-06-08T20:47:03.176Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-06-08T20:47:08.477Z] (5/12) Installing fortify-headers (1.1-r0) [2021-06-08T20:47:08.477Z] (6/12) Installing patch (2.7.6-r6) [2021-06-08T20:47:08.477Z] (7/12) Installing build-base (0.5-r2) [2021-06-08T20:47:08.477Z] (8/12) Installing libsodium (1.0.18-r0) [2021-06-08T20:47:08.477Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-06-08T20:47:08.477Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-06-08T20:47:08.477Z] (11/12) Installing libzmq (4.3.3-r1) [2021-06-08T20:47:08.740Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-06-08T20:47:08.740Z] Executing busybox-1.32.1-r6.trigger [2021-06-08T20:47:08.740Z] OK: 219 MiB in 52 packages [2021-06-08T20:47:10.665Z] Removing intermediate container c42d60959e1a [2021-06-08T20:47:10.665Z] ---> 60e09986202c [2021-06-08T20:47:10.665Z] Step 4/6 : WORKDIR /edgex-go [2021-06-08T20:47:10.665Z] ---> Running in d4b1a2587372 [2021-06-08T20:47:10.665Z] Removing intermediate container d4b1a2587372 [2021-06-08T20:47:10.665Z] ---> f69a660d3512 [2021-06-08T20:47:10.665Z] Step 5/6 : COPY go.mod . [2021-06-08T20:47:10.927Z] ---> 68c976a37c8a [2021-06-08T20:47:10.927Z] Step 6/6 : RUN go mod download [2021-06-08T20:47:10.927Z] ---> Running in 567e0414589c [2021-06-08T20:47:23.186Z] Removing intermediate container 567e0414589c [2021-06-08T20:47:23.186Z] ---> 3b3c7d1ef911 [2021-06-08T20:47:23.186Z] Successfully built 3b3c7d1ef911 [2021-06-08T20:47:23.186Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-08T20:47:23.494Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-08T20:47:23.494Z] . [Pipeline] withDockerContainer [2021-06-08T20:47:23.581Z] prd-centos7-docker-4c-2g-994 does not seem to be running inside a container [2021-06-08T20:47:23.616Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-06-08T20:47:24.024Z] $ docker top 6ee25d809b7f01648697fb8d1545f458d8d248b661702828cde3033460ac3a3b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-08T20:47:26.552Z] + go version [2021-06-08T20:47:26.552Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-06-08T20:47:26.561Z] $ docker stop --time=1 6ee25d809b7f01648697fb8d1545f458d8d248b661702828cde3033460ac3a3b [2021-06-08T20:47:27.748Z] $ docker rm -f 6ee25d809b7f01648697fb8d1545f458d8d248b661702828cde3033460ac3a3b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-08T20:47:28.306Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-08T20:47:28.306Z] . [Pipeline] withDockerContainer [2021-06-08T20:47:28.381Z] prd-centos7-docker-4c-2g-994 does not seem to be running inside a container [2021-06-08T20:47:28.431Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-06-08T20:47:28.822Z] $ docker top 71ad08dba8304570024c9a988f1174199f49138c6f15bb5e16a8c2bb0b360d41 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-06-08T20:47:28.931Z] ========================================================= [2021-06-08T20:47:28.931Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-06-08T20:47:28.931Z] ========================================================= [Pipeline] sh [2021-06-08T20:47:29.231Z] + go mod tidy [Pipeline] sh [2021-06-08T20:47:29.809Z] + make test [2021-06-08T20:47:29.810Z] go mod tidy [2021-06-08T20:47:29.810Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-08T20:47:36.467Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-06-08T20:47:54.675Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-06-08T20:47:58.023Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-06-08T20:47:59.439Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-06-08T20:47:59.439Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-06-08T20:48:02.045Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-06-08T20:48:02.628Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-06-08T20:48:02.629Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-06-08T20:48:02.629Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-06-08T20:48:03.218Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-06-08T20:48:03.482Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-06-08T20:48:05.426Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-06-08T20:48:05.426Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-06-08T20:48:05.426Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-06-08T20:48:05.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-06-08T20:48:05.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-06-08T20:48:05.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-06-08T20:48:05.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-06-08T20:48:06.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.045s coverage: 28.7% of statements [2021-06-08T20:48:07.339Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.062s coverage: 100.0% of statements [2021-06-08T20:48:07.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-06-08T20:48:07.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-06-08T20:48:07.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-06-08T20:48:09.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.064s coverage: 81.2% of statements [2021-06-08T20:48:09.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-06-08T20:48:09.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.066s coverage: 53.4% of statements [2021-06-08T20:48:09.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-06-08T20:48:09.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-06-08T20:48:09.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.094s coverage: 87.7% of statements [2021-06-08T20:48:09.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-06-08T20:48:09.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-06-08T20:48:09.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.046s coverage: 78.9% of statements [2021-06-08T20:48:09.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-06-08T20:48:09.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-06-08T20:48:09.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-06-08T20:48:09.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-06-08T20:48:09.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-06-08T20:48:09.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-06-08T20:48:09.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-06-08T20:48:11.188Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.257s coverage: 95.1% of statements [2021-06-08T20:48:11.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-06-08T20:48:11.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-06-08T20:48:11.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-06-08T20:48:11.188Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-06-08T20:48:11.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-06-08T20:48:11.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-06-08T20:48:11.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-06-08T20:48:11.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-06-08T20:48:11.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-06-08T20:48:11.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-06-08T20:48:11.188Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements [2021-06-08T20:48:11.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/application [no test files] [2021-06-08T20:48:11.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-06-08T20:48:11.188Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http 0.057s coverage: 60.0% of statements [2021-06-08T20:48:11.775Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.051s coverage: 0.8% of statements [2021-06-08T20:48:11.775Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-06-08T20:48:11.775Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.047s coverage: 22.0% of statements [2021-06-08T20:48:11.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-06-08T20:48:12.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 47.1% of statements [2021-06-08T20:48:12.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.054s coverage: 79.5% of statements [2021-06-08T20:48:12.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.042s coverage: 94.1% of statements [2021-06-08T20:48:12.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.061s coverage: 96.3% of statements [2021-06-08T20:48:13.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements [2021-06-08T20:48:25.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.065s coverage: 94.4% of statements [2021-06-08T20:48:25.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements [2021-06-08T20:48:30.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.192s coverage: 81.8% of statements [2021-06-08T20:48:30.702Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-06-08T20:48:47.322Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.085s coverage: 92.9% of statements [2021-06-08T20:48:47.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-06-08T20:48:47.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-06-08T20:48:47.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-06-08T20:48:47.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2021-06-08T20:48:47.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-06-08T20:48:47.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-06-08T20:48:47.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-06-08T20:48:47.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-06-08T20:48:47.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-06-08T20:48:47.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-06-08T20:48:47.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-06-08T20:48:47.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-06-08T20:48:47.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements [2021-06-08T20:48:47.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-06-08T20:48:47.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.053s coverage: 76.0% of statements [2021-06-08T20:48:47.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-06-08T20:48:47.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.042s coverage: 80.0% of statements [2021-06-08T20:48:47.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-06-08T20:48:47.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 85.4% of statements [2021-06-08T20:48:47.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.085s coverage: 91.2% of statements [2021-06-08T20:48:47.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-06-08T20:48:47.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.128s coverage: 64.4% of statements [2021-06-08T20:48:47.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-06-08T20:48:47.323Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-06-08T20:48:47.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2021-06-08T20:48:47.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2021-06-08T20:48:47.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-06-08T20:48:47.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2021-06-08T20:48:47.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2021-06-08T20:48:48.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.173s coverage: 66.9% of statements [2021-06-08T20:48:48.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-06-08T20:48:48.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-06-08T20:48:48.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-06-08T20:48:48.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.156s coverage: 43.6% of statements [2021-06-08T20:48:48.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-06-08T20:48:48.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-06-08T20:48:48.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.038s coverage: 89.5% of statements [2021-06-08T20:48:48.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-06-08T20:48:49.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.032s coverage: 84.8% of statements [2021-06-08T20:48:49.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-06-08T20:48:49.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-06-08T20:48:49.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-06-08T20:48:49.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-06-08T20:48:55.787Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 6.063s coverage: 19.3% of statements [2021-06-08T20:48:55.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel [no test files] [2021-06-08T20:48:55.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel/mocks [no test files] [2021-06-08T20:48:55.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-06-08T20:48:55.787Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.130s coverage: 91.9% of statements [2021-06-08T20:48:55.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-06-08T20:48:55.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-06-08T20:48:55.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-06-08T20:48:55.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-06-08T20:48:55.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-06-08T20:48:55.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-06-08T20:48:55.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-06-08T20:48:55.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-06-08T20:48:55.787Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.063s coverage: 63.4% of statements [2021-06-08T20:48:55.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-06-08T20:48:55.787Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.096s coverage: 97.6% of statements [2021-06-08T20:48:55.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-06-08T20:48:55.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-06-08T20:48:55.787Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-06-08T20:48:55.787Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.020s coverage: 0.0% of statements [2021-06-08T20:48:55.787Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-06-08T20:48:55.787Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-06-08T20:48:55.787Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-06-08T20:48:55.787Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-06-08T20:48:55.787Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-06-08T20:48:55.787Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-06-08T20:48:55.788Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.031s coverage: 87.9% of statements [2021-06-08T20:48:55.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-06-08T20:48:55.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-06-08T20:48:55.788Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2021-06-08T20:48:55.788Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 28.1% of statements [2021-06-08T20:48:55.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-06-08T20:48:55.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application [no test files] [2021-06-08T20:48:55.788Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct 0.046s coverage: 28.9% of statements [2021-06-08T20:48:55.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct/config [no test files] [2021-06-08T20:48:55.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/executor [no test files] [2021-06-08T20:48:55.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/container [no test files] [2021-06-08T20:48:55.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-06-08T20:48:55.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/interfaces [no test files] [2021-06-08T20:48:55.788Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 100.0% of statements [2021-06-08T20:48:56.051Z] GO111MODULE=on go vet ./... [2021-06-08T20:49:22.744Z] gofmt -l . [2021-06-08T20:49:22.744Z] [ "`gofmt -l .`" = "" ] [2021-06-08T20:49:22.744Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-06-08T20:49:23.264Z] + ls -al . [2021-06-08T20:49:23.264Z] total 528 [2021-06-08T20:49:23.264Z] drwxrwxr-x 10 1001 1001 4096 Jun 8 20:49 . [2021-06-08T20:49:23.264Z] drwxr-xr-x 4 root root 28 Jun 8 20:47 .. [2021-06-08T20:49:23.264Z] -rw-rw-r-- 1 1001 1001 11 Jun 8 20:45 .dockerignore [2021-06-08T20:49:23.264Z] drwxrwxr-x 8 1001 1001 179 Jun 8 20:45 .git [2021-06-08T20:49:23.264Z] drwxrwxr-x 3 1001 1001 125 Jun 8 20:45 .github [2021-06-08T20:49:23.264Z] -rw-rw-r-- 1 1001 1001 818 Jun 8 20:45 .gitignore [2021-06-08T20:49:23.264Z] drwx------ 3 1001 1001 60 Jun 8 20:46 .semver [2021-06-08T20:49:23.264Z] -rw-rw-r-- 1 1001 1001 166 Jun 8 20:45 .sonarcloud.properties [2021-06-08T20:49:23.264Z] -rw-rw-r-- 1 1001 1001 8609 Jun 8 20:45 Attribution.txt [2021-06-08T20:49:23.264Z] -rw-rw-r-- 1 1001 1001 3804 Jun 8 20:45 CONTRIBUTING.md [2021-06-08T20:49:23.264Z] -rw-rw-r-- 1 1001 1001 931 Jun 8 20:45 Dockerfile.build [2021-06-08T20:49:23.264Z] -rw-rw-r-- 1 1001 1001 849 Jun 8 20:45 Jenkinsfile [2021-06-08T20:49:23.264Z] -rw-rw-r-- 1 1001 1001 10775 Jun 8 20:45 LICENSE [2021-06-08T20:49:23.264Z] -rw-rw-r-- 1 1001 1001 5605 Jun 8 20:45 Makefile [2021-06-08T20:49:23.264Z] -rw-rw-r-- 1 1001 1001 7978 Jun 8 20:45 README.md [2021-06-08T20:49:23.264Z] -rw-rw-r-- 1 1001 1001 6755 Jun 8 20:45 SECURITY.md [2021-06-08T20:49:23.264Z] -rw-rw-r-- 1 1001 1001 5 Jun 8 20:46 VERSION [2021-06-08T20:49:23.264Z] -rw-rw-r-- 1 1001 1001 4131 Jun 8 20:45 ZMQWindows.md [2021-06-08T20:49:23.264Z] drwxrwxr-x 2 1001 1001 37 Jun 8 20:45 bin [2021-06-08T20:49:23.264Z] drwxrwxr-x 14 1001 1001 4096 Jun 8 20:45 cmd [2021-06-08T20:49:23.264Z] -rw-r--r-- 1 root root 412085 Jun 8 20:48 coverage.out [2021-06-08T20:49:23.264Z] -rw-rw-r-- 1 1001 1001 902 Jun 8 20:45 go.mod [2021-06-08T20:49:23.264Z] -rw-r--r-- 1 root root 21139 Jun 8 20:47 go.sum [2021-06-08T20:49:23.264Z] drwxrwxr-x 8 1001 1001 127 Jun 8 20:45 internal [2021-06-08T20:49:23.264Z] drwxrwxr-x 3 1001 1001 16 Jun 8 20:45 openapi [2021-06-08T20:49:23.264Z] drwxrwxr-x 4 1001 1001 71 Jun 8 20:45 snap [2021-06-08T20:49:23.264Z] -rw-rw-r-- 1 1001 1001 168 Jun 8 20:45 version.go [Pipeline] sh [2021-06-08T20:49:23.878Z] + '[' -e coverage.out ] [2021-06-08T20:49:23.878Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-06-08T20:49:24.090Z] Stashed 1 file(s) [Pipeline] sh [2021-06-08T20:49:24.385Z] + make build [2021-06-08T20:49:24.385Z] go mod tidy [2021-06-08T20:49:24.385Z] 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-08T20:49:26.310Z] 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-08T20:49:32.941Z] 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-08T20:49:32.941Z] 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-08T20:49:35.196Z] 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-08T20:49:35.196Z] 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-08T20:49:35.780Z] 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-08T20:49:38.284Z] 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-08T20:49:38.284Z] 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-08T20:49:38.284Z] 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-08T20:49:38.864Z] 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-08T20:49:39.810Z] 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-08T20:49:41.214Z] $ docker stop --time=1 71ad08dba8304570024c9a988f1174199f49138c6f15bb5e16a8c2bb0b360d41 [2021-06-08T20:49:44.532Z] $ docker rm -f 71ad08dba8304570024c9a988f1174199f49138c6f15bb5e16a8c2bb0b360d41 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-08T20:49:47.841Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-08T20:49:47.841Z] [2021-06-08T20:49:47.841Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-06-08T20:49:48.156Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-08T20:49:48.156Z] latest: Pulling from edgex-devops/edgex-compose [2021-06-08T20:49:48.156Z] cbdbe7a5bc2a: Pulling fs layer [2021-06-08T20:49:48.156Z] ca9280d653b3: Pulling fs layer [2021-06-08T20:49:48.156Z] 7e9c9ca2126c: Pulling fs layer [2021-06-08T20:49:48.426Z] cbdbe7a5bc2a: Verifying Checksum [2021-06-08T20:49:48.426Z] cbdbe7a5bc2a: Download complete [2021-06-08T20:49:48.686Z] cbdbe7a5bc2a: Pull complete [2021-06-08T20:49:49.274Z] ca9280d653b3: Verifying Checksum [2021-06-08T20:49:49.274Z] ca9280d653b3: Download complete [2021-06-08T20:49:49.856Z] ca9280d653b3: Pull complete [2021-06-08T20:49:50.458Z] 7e9c9ca2126c: Verifying Checksum [2021-06-08T20:49:50.458Z] 7e9c9ca2126c: Download complete [2021-06-08T20:49:54.031Z] 7e9c9ca2126c: Pull complete [2021-06-08T20:49:54.031Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-06-08T20:49:54.031Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-08T20:49:54.031Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-06-08T20:49:54.130Z] prd-centos7-docker-4c-2g-994 does not seem to be running inside a container [2021-06-08T20:49:54.169Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-06-08T20:49:54.329Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-999 in /w/workspace/edgexfoundry_edgex-go_PR-3550 [2021-06-08T20:49:57.207Z] $ docker top 7144485ed206b8186490ad6fd8036135562b9228acdb056b2169bf6b24927a1d -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-06-08T20:49:57.355Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-06-08T20:49:57.568Z] The recommended git tool is: git [2021-06-08T20:49:57.608Z] + grep parallel [2021-06-08T20:49:57.608Z] + docker-compose build --help [2021-06-08T20:49:58.180Z] --parallel Build images in parallel. [Pipeline] } [2021-06-08T20:49:58.189Z] $ docker stop --time=1 7144485ed206b8186490ad6fd8036135562b9228acdb056b2169bf6b24927a1d [2021-06-08T20:49:59.381Z] $ docker rm -f 7144485ed206b8186490ad6fd8036135562b9228acdb056b2169bf6b24927a1d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-08T20:49:59.834Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-08T20:49:59.835Z] . [Pipeline] withDockerContainer [2021-06-08T20:49:59.921Z] prd-centos7-docker-4c-2g-994 does not seem to be running inside a container [2021-06-08T20:49:59.960Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-06-08T20:50:00.348Z] $ docker top 0ba37b16fbd553529a44ad4c63c635c7aad709c6d914268c85610d2664e5a56f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-08T20:50:00.744Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-06-08T20:50:03.175Z] Building core-command ... [2021-06-08T20:50:03.175Z] Building core-data ... [2021-06-08T20:50:03.175Z] Building core-metadata ... [2021-06-08T20:50:03.175Z] Building security-bootstrapper ... [2021-06-08T20:50:03.175Z] Building security-proxy-setup ... [2021-06-08T20:50:03.175Z] Building security-secretstore-setup ... [2021-06-08T20:50:03.175Z] Building support-notifications ... [2021-06-08T20:50:03.175Z] Building support-scheduler ... [2021-06-08T20:50:03.175Z] Building sys-mgmt-agent ... [2021-06-08T20:50:03.175Z] Building core-metadata [2021-06-08T20:50:03.175Z] Building security-proxy-setup [2021-06-08T20:50:03.175Z] Building security-secretstore-setup [2021-06-08T20:50:03.175Z] Building support-scheduler [2021-06-08T20:50:03.175Z] Building core-command [2021-06-08T20:50:04.970Z] using credential edgex-jenkins-ssh [2021-06-08T20:50:04.993Z] Cloning the remote Git repository [2021-06-08T20:50:05.057Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-06-08T20:50:05.174Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-06-08T20:50:05.253Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-08T20:50:05.254Z] > git --version # timeout=10 [2021-06-08T20:50:05.272Z] > git --version # 'git version 2.17.1' [2021-06-08T20:50:05.274Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-08T20:50:05.374Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-08T20:50:13.540Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-08T20:50:13.540Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-06-08T20:50:13.540Z] ---> 3b3c7d1ef911 [2021-06-08T20:50:13.540Z] Step 3/22 : WORKDIR /edgex-go [2021-06-08T20:50:13.802Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-08T20:50:13.802Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-06-08T20:50:13.802Z] ---> 3b3c7d1ef911 [2021-06-08T20:50:13.802Z] Step 3/26 : WORKDIR /edgex-go [2021-06-08T20:50:14.063Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-08T20:50:14.063Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-08T20:50:14.063Z] ---> 3b3c7d1ef911 [2021-06-08T20:50:14.063Z] Step 3/24 : WORKDIR /edgex-go [2021-06-08T20:50:19.355Z] ---> Running in cee206c025f1 [2021-06-08T20:50:19.355Z] ---> Running in fca4f1a3bd4a [2021-06-08T20:50:19.355Z] ---> Running in 05044914d62a [2021-06-08T20:50:21.267Z] Removing intermediate container fca4f1a3bd4a [2021-06-08T20:50:21.267Z] ---> 11cb11530415 [2021-06-08T20:50:21.267Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T20:50:21.267Z] Removing intermediate container 05044914d62a [2021-06-08T20:50:21.267Z] ---> 9daf482c35b6 [2021-06-08T20:50:21.267Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T20:50:21.267Z] Removing intermediate container cee206c025f1 [2021-06-08T20:50:21.267Z] ---> 50b7c3fcb32b [2021-06-08T20:50:21.267Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T20:50:21.528Z] ---> Running in 4a4fe2471535 [2021-06-08T20:50:21.528Z] ---> Running in 2ee237dc6cc9 [2021-06-08T20:50:21.528Z] ---> Running in 952b8a57d710 [2021-06-08T20:50:23.883Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-08T20:50:25.092Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-08T20:50:25.092Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-08T20:50:25.092Z] ---> 3b3c7d1ef911 [2021-06-08T20:50:25.092Z] Step 3/24 : WORKDIR /edgex-go [2021-06-08T20:50:25.092Z] ---> Using cache [2021-06-08T20:50:25.092Z] ---> 11cb11530415 [2021-06-08T20:50:25.092Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T20:50:25.092Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-08T20:50:25.092Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-08T20:50:25.092Z] ---> 3b3c7d1ef911 [2021-06-08T20:50:25.092Z] Step 3/23 : WORKDIR /edgex-go [2021-06-08T20:50:25.092Z] ---> Using cache [2021-06-08T20:50:25.092Z] ---> 11cb11530415 [2021-06-08T20:50:25.092Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T20:50:25.092Z] ---> Running in 5ff24f5625dd [2021-06-08T20:50:25.092Z] ---> Running in 929a8aaa19b0 [2021-06-08T20:50:25.092Z] Removing intermediate container 952b8a57d710 [2021-06-08T20:50:25.092Z] ---> e94a9747acc1 [2021-06-08T20:50:25.092Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-06-08T20:50:25.092Z] Removing intermediate container 2ee237dc6cc9 [2021-06-08T20:50:25.092Z] ---> 7719ed430691 [2021-06-08T20:50:25.092Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-06-08T20:50:25.092Z] Removing intermediate container 4a4fe2471535 [2021-06-08T20:50:25.092Z] ---> dc0811c339af [2021-06-08T20:50:25.092Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-08T20:50:25.092Z] ---> Running in d5873efe85fa [2021-06-08T20:50:25.092Z] ---> Running in 02b9c3e8e924 [2021-06-08T20:50:25.092Z] ---> Running in b82afb837a2c [2021-06-08T20:50:25.092Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-08T20:50:25.092Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-08T20:50:25.355Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-08T20:50:25.355Z] Removing intermediate container 5ff24f5625dd [2021-06-08T20:50:25.355Z] ---> 85c4a6c92e3c [2021-06-08T20:50:25.355Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-08T20:50:25.355Z] Removing intermediate container 929a8aaa19b0 [2021-06-08T20:50:25.355Z] ---> 7b53f55a0684 [2021-06-08T20:50:25.355Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-06-08T20:50:25.355Z] ---> Running in 5cdfc3530437 [2021-06-08T20:50:25.355Z] ---> Running in 4b24a48b8fff [2021-06-08T20:50:25.618Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-08T20:50:25.618Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-08T20:50:25.881Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-08T20:50:25.892Z] Merging remotes/origin/master commit 2b869ccf7fb2f91a3d4a91833f99e6de2b9ca703 into PR head commit a2666c85747e48d0f277d1bc73689a0fa3d00208 [2021-06-08T20:50:26.157Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-08T20:50:26.157Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-08T20:50:26.157Z] OK: 219 MiB in 52 packages [2021-06-08T20:50:23.899Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-08T20:50:25.083Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-08T20:50:25.126Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-08T20:50:25.127Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-08T20:50:25.138Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3550/head:refs/remotes/origin/PR-3550 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-08T20:50:25.907Z] > git config core.sparsecheckout # timeout=10 [2021-06-08T20:50:25.918Z] > git checkout -f a2666c85747e48d0f277d1bc73689a0fa3d00208 # timeout=10 [2021-06-08T20:50:26.161Z] > git remote # timeout=10 [2021-06-08T20:50:26.259Z] Merge succeeded, producing a2666c85747e48d0f277d1bc73689a0fa3d00208 [2021-06-08T20:50:26.260Z] Checking out Revision a2666c85747e48d0f277d1bc73689a0fa3d00208 (PR-3550) [2021-06-08T20:50:26.751Z] OK: 219 MiB in 52 packages [2021-06-08T20:50:26.751Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-08T20:50:26.751Z] OK: 219 MiB in 52 packages [2021-06-08T20:50:26.751Z] Removing intermediate container d5873efe85fa [2021-06-08T20:50:26.751Z] ---> 27fce92de9cc [2021-06-08T20:50:26.751Z] Step 6/22 : COPY go.mod . [2021-06-08T20:50:26.751Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-08T20:50:27.021Z] ---> 04fef06dbca6 [2021-06-08T20:50:27.021Z] Step 7/22 : RUN go mod download [2021-06-08T20:50:27.021Z] ---> Running in bd68ef97e165 [2021-06-08T20:50:27.021Z] Removing intermediate container 02b9c3e8e924 [2021-06-08T20:50:27.021Z] ---> d7707095b876 [2021-06-08T20:50:27.021Z] Step 6/26 : COPY go.mod . [2021-06-08T20:50:27.021Z] Removing intermediate container b82afb837a2c [2021-06-08T20:50:27.021Z] ---> ca6688f0b1d9 [2021-06-08T20:50:27.021Z] Step 6/24 : COPY go.mod . [2021-06-08T20:50:27.290Z] OK: 219 MiB in 52 packages [2021-06-08T20:50:27.290Z] ---> e642ea3d3c3e [2021-06-08T20:50:27.290Z] Step 7/26 : RUN go mod download [2021-06-08T20:50:27.290Z] ---> b3ef9e54fc17 [2021-06-08T20:50:27.290Z] Step 7/24 : RUN go mod download [2021-06-08T20:50:27.290Z] ---> Running in 33c145b49572 [2021-06-08T20:50:27.290Z] ---> Running in 726b2e5d9597 [2021-06-08T20:50:28.234Z] Removing intermediate container 4b24a48b8fff [2021-06-08T20:50:28.234Z] ---> e56ae01d1431 [2021-06-08T20:50:28.234Z] Step 6/23 : COPY go.mod . [2021-06-08T20:50:28.495Z] ---> bd73ffc6edb0 [2021-06-08T20:50:28.495Z] Step 7/23 : RUN go mod download [2021-06-08T20:50:26.180Z] > git config --get remote.origin.url # timeout=10 [2021-06-08T20:50:26.197Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-08T20:50:26.209Z] > git merge 2b869ccf7fb2f91a3d4a91833f99e6de2b9ca703 # timeout=10 [2021-06-08T20:50:26.238Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-08T20:50:26.265Z] > git config core.sparsecheckout # timeout=10 [2021-06-08T20:50:26.283Z] > git checkout -f a2666c85747e48d0f277d1bc73689a0fa3d00208 # timeout=10 [2021-06-08T20:50:28.765Z] ---> Running in 4602792fcb8b [2021-06-08T20:50:29.029Z] Removing intermediate container bd68ef97e165 [2021-06-08T20:50:29.029Z] ---> 09286b538a03 [2021-06-08T20:50:29.029Z] Step 8/22 : COPY . . [2021-06-08T20:50:29.029Z] OK: 219 MiB in 52 packages [2021-06-08T20:50:30.737Z] Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.1 to 1.9.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-08T20:50:34.108Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-06-08T20:50:34.513Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-08T20:50:34.861Z] + sudo service docker restart [2021-06-08T20:50:34.861Z] + true [2021-06-08T20:50:37.132Z] Removing intermediate container 33c145b49572 [2021-06-08T20:50:37.133Z] ---> a724535f1b43 [2021-06-08T20:50:37.133Z] Step 8/24 : COPY . . [2021-06-08T20:50:45.300Z] ---> 3aebf46e2198 [2021-06-08T20:50:45.300Z] Step 9/22 : RUN go mod tidy [2021-06-08T20:50:45.300Z] ---> 2fc33f87f52f [2021-06-08T20:50:45.300Z] Step 9/24 : RUN go mod tidy [2021-06-08T20:50:45.300Z] ---> Running in 1c85fe7fd6ac [2021-06-08T20:50:45.300Z] ---> Running in 2df47e465044 [2021-06-08T20:50:45.300Z] Removing intermediate container 5cdfc3530437 [2021-06-08T20:50:45.300Z] ---> eacd41346989 [2021-06-08T20:50:45.300Z] Step 6/24 : COPY go.mod . [2021-06-08T20:50:45.300Z] Removing intermediate container 726b2e5d9597 [2021-06-08T20:50:45.300Z] ---> a08ce93c4562 [2021-06-08T20:50:45.300Z] Step 8/26 : COPY . . [2021-06-08T20:50:45.566Z] Removing intermediate container 4602792fcb8b [2021-06-08T20:50:45.566Z] ---> 2bb56bb05581 [2021-06-08T20:50:45.566Z] Step 8/23 : COPY . . [2021-06-08T20:50:47.789Z] ---> d8ab6942196d [2021-06-08T20:50:47.789Z] Step 7/24 : RUN go mod download [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-08T20:50:53.517Z] provisioning config files... [2021-06-08T20:50:53.542Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4089917090350599643tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-08T20:50:53.917Z] ---> docker-login.sh [2021-06-08T20:50:53.917Z] nexus3.edgexfoundry.org:10001 [2021-06-08T20:50:54.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T20:50:55.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T20:50:55.167Z] Configure a credential helper to remove this warning. See [2021-06-08T20:50:55.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T20:50:55.167Z] [2021-06-08T20:50:55.167Z] Login Succeeded [2021-06-08T20:50:55.167Z] nexus3.edgexfoundry.org:10002 [2021-06-08T20:50:55.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T20:50:55.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T20:50:55.718Z] Configure a credential helper to remove this warning. See [2021-06-08T20:50:55.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T20:50:55.718Z] [2021-06-08T20:50:55.718Z] Login Succeeded [2021-06-08T20:50:55.718Z] nexus3.edgexfoundry.org:10003 [2021-06-08T20:50:55.995Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T20:50:56.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T20:50:56.270Z] Configure a credential helper to remove this warning. See [2021-06-08T20:50:56.270Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T20:50:56.270Z] [2021-06-08T20:50:56.270Z] Login Succeeded [2021-06-08T20:50:56.270Z] nexus3.edgexfoundry.org:10004 [2021-06-08T20:50:56.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T20:50:56.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T20:50:56.544Z] Configure a credential helper to remove this warning. See [2021-06-08T20:50:56.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T20:50:56.544Z] [2021-06-08T20:50:56.544Z] Login Succeeded [2021-06-08T20:50:56.544Z] docker.io [2021-06-08T20:50:57.141Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T20:50:57.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T20:50:57.414Z] Configure a credential helper to remove this warning. See [2021-06-08T20:50:57.414Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T20:50:57.414Z] [2021-06-08T20:50:57.414Z] Login Succeeded [2021-06-08T20:50:57.414Z] ---> docker-login.sh ends [Pipeline] } [2021-06-08T20:50:57.435Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-08T20:50:57.774Z] ========================================================= [2021-06-08T20:50:57.774Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-06-08T20:50:57.774Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-08T20:50:58.121Z] + 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-08T20:51:01.708Z] Sending build context to Docker daemon 166.2MB [2021-06-08T20:51:01.708Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-06-08T20:51:01.708Z] Step 2/6 : FROM ${BASE} [2021-06-08T20:51:01.708Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-06-08T20:51:01.708Z] 595b0fe564bb: Pulling fs layer [2021-06-08T20:51:01.708Z] 7186ed65a4f7: Pulling fs layer [2021-06-08T20:51:01.708Z] 316046926c0a: Pulling fs layer [2021-06-08T20:51:01.708Z] 4ebd0625c992: Pulling fs layer [2021-06-08T20:51:01.708Z] 207e8628e3a3: Pulling fs layer [2021-06-08T20:51:01.708Z] c791037a9be2: Pulling fs layer [2021-06-08T20:51:01.708Z] 4ebd0625c992: Waiting [2021-06-08T20:51:01.708Z] 207e8628e3a3: Waiting [2021-06-08T20:51:01.708Z] ffd874e62e21: Pulling fs layer [2021-06-08T20:51:01.708Z] c791037a9be2: Waiting [2021-06-08T20:51:01.708Z] ffd874e62e21: Waiting [2021-06-08T20:51:01.708Z] 316046926c0a: Verifying Checksum [2021-06-08T20:51:01.708Z] 316046926c0a: Download complete [2021-06-08T20:51:01.708Z] 7186ed65a4f7: Verifying Checksum [2021-06-08T20:51:01.708Z] 7186ed65a4f7: Download complete [2021-06-08T20:51:01.708Z] 207e8628e3a3: Verifying Checksum [2021-06-08T20:51:01.708Z] 207e8628e3a3: Download complete [2021-06-08T20:51:01.708Z] c791037a9be2: Download complete [2021-06-08T20:51:01.708Z] 595b0fe564bb: Verifying Checksum [2021-06-08T20:51:01.708Z] 595b0fe564bb: Download complete [2021-06-08T20:51:01.708Z] 595b0fe564bb: Pull complete [2021-06-08T20:51:01.990Z] 7186ed65a4f7: Pull complete [2021-06-08T20:51:02.601Z] 316046926c0a: Pull complete [2021-06-08T20:51:03.593Z] ffd874e62e21: Download complete [2021-06-08T20:51:04.374Z] ---> Running in c32772500a4b [2021-06-08T20:51:05.062Z] 4ebd0625c992: Verifying Checksum [2021-06-08T20:51:05.062Z] 4ebd0625c992: Download complete [2021-06-08T20:51:05.326Z] ---> 4247fc2769f0 [2021-06-08T20:51:05.327Z] Step 9/23 : RUN go mod tidy [2021-06-08T20:51:05.327Z] ---> 6be4a5a2d1ba [2021-06-08T20:51:05.327Z] Step 9/26 : RUN go mod tidy [2021-06-08T20:51:05.592Z] Removing intermediate container 1c85fe7fd6ac [2021-06-08T20:51:05.592Z] ---> 392be375f093 [2021-06-08T20:51:05.593Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-06-08T20:51:05.593Z] Removing intermediate container 2df47e465044 [2021-06-08T20:51:05.593Z] ---> 08e331d96840 [2021-06-08T20:51:05.593Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-06-08T20:51:05.855Z] ---> Running in 03813297e179 [2021-06-08T20:51:05.855Z] ---> Running in 3f7a16ab3641 [2021-06-08T20:51:06.115Z] ---> Running in 2cc55cb203d0 [2021-06-08T20:51:06.115Z] ---> Running in 8849ee803727 [2021-06-08T20:51:07.512Z] 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-08T20:51:07.780Z] Removing intermediate container c32772500a4b [2021-06-08T20:51:07.780Z] ---> ffe45949bafc [2021-06-08T20:51:07.780Z] Step 8/24 : COPY . . [2021-06-08T20:51:08.741Z] 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-08T20:51:16.395Z] 4ebd0625c992: Pull complete [2021-06-08T20:51:16.395Z] 207e8628e3a3: Pull complete [2021-06-08T20:51:16.395Z] c791037a9be2: Pull complete [2021-06-08T20:51:18.546Z] Removing intermediate container 03813297e179 [2021-06-08T20:51:18.546Z] ---> c8e913b6b58d [2021-06-08T20:51:18.546Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-06-08T20:51:18.546Z] ---> Running in 0d83b9aa665d [2021-06-08T20:51:18.546Z] Removing intermediate container 3f7a16ab3641 [2021-06-08T20:51:18.546Z] ---> 03dbd93d07c6 [2021-06-08T20:51:18.546Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-06-08T20:51:18.546Z] ---> Running in c3802e47e092 [2021-06-08T20:51:18.813Z] 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-08T20:51:19.086Z] 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-08T20:51:19.879Z] ffd874e62e21: Pull complete [2021-06-08T20:51:19.879Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-06-08T20:51:19.879Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-06-08T20:51:19.879Z] ---> cfc18b08335c [2021-06-08T20:51:19.880Z] 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-08T20:51:23.276Z] ---> Running in 33aa11099ecc [2021-06-08T20:51:23.868Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-08T20:51:25.295Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-08T20:51:25.891Z] (1/12) Installing libmagic (5.39-r0) [2021-06-08T20:51:26.165Z] (2/12) Installing file (5.39-r0) [2021-06-08T20:51:26.165Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-06-08T20:51:26.439Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-06-08T20:51:34.925Z] (5/12) Installing fortify-headers (1.1-r0) [2021-06-08T20:51:34.925Z] (6/12) Installing patch (2.7.6-r6) [2021-06-08T20:51:34.925Z] (7/12) Installing build-base (0.5-r2) [2021-06-08T20:51:34.925Z] (8/12) Installing libsodium (1.0.18-r0) [2021-06-08T20:51:34.925Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-06-08T20:51:34.925Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-06-08T20:51:34.925Z] (11/12) Installing libzmq (4.3.3-r1) [2021-06-08T20:51:34.925Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-06-08T20:51:34.925Z] Executing busybox-1.32.1-r6.trigger [2021-06-08T20:51:34.925Z] OK: 218 MiB in 52 packages [2021-06-08T20:51:38.816Z] ---> a0d2e1b80682 [2021-06-08T20:51:38.816Z] Step 9/24 : RUN go mod tidy [2021-06-08T20:51:38.816Z] ---> Running in 9ec2fa07d762 [2021-06-08T20:51:39.232Z] Removing intermediate container 33aa11099ecc [2021-06-08T20:51:39.233Z] ---> 2fe49f4c732e [2021-06-08T20:51:39.233Z] Step 4/6 : WORKDIR /edgex-go [2021-06-08T20:51:39.233Z] ---> Running in 43ca4cb695c8 [2021-06-08T20:51:39.233Z] Removing intermediate container 43ca4cb695c8 [2021-06-08T20:51:39.233Z] ---> 1614ae3c090f [2021-06-08T20:51:39.233Z] Step 5/6 : COPY go.mod . [2021-06-08T20:51:40.224Z] ---> ba8dc2377309 [2021-06-08T20:51:40.224Z] Step 6/6 : RUN go mod download [2021-06-08T20:51:40.224Z] ---> Running in 7ca8b7ab7797 [2021-06-08T20:51:40.243Z] Removing intermediate container 9ec2fa07d762 [2021-06-08T20:51:40.243Z] ---> 327ce08aadb9 [2021-06-08T20:51:40.243Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-06-08T20:51:40.836Z] ---> Running in a873514a5550 [2021-06-08T20:51:41.436Z] 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-08T20:51:45.716Z] 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-08T20:51:57.149Z] Removing intermediate container 2cc55cb203d0 [2021-06-08T20:51:57.149Z] ---> ea90b819ca0b [2021-06-08T20:51:57.149Z] [2021-06-08T20:51:57.149Z] Step 11/22 : FROM alpine:3.12 [2021-06-08T20:51:57.149Z] 3.12: Pulling from library/alpine [2021-06-08T20:51:58.090Z] 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-08T20:51:58.090Z] Removing intermediate container 8849ee803727 [2021-06-08T20:51:58.090Z] ---> a0748c69fabb [2021-06-08T20:51:58.090Z] [2021-06-08T20:51:58.090Z] Step 11/24 : FROM alpine:3.12 [2021-06-08T20:51:58.355Z] 3.12: Pulling from library/alpine [2021-06-08T20:51:59.304Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-08T20:51:59.304Z] Status: Downloaded newer image for alpine:3.12 [2021-06-08T20:51:59.304Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-08T20:51:59.304Z] Status: Image is up to date for alpine:3.12 [2021-06-08T20:51:59.304Z] ---> 13621d1b12d4 [2021-06-08T20:51:59.304Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-06-08T20:51:59.304Z] ---> 13621d1b12d4 [2021-06-08T20:51:59.304Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-08T20:52:01.225Z] ---> Running in 9c7f65ec65d4 [2021-06-08T20:52:01.225Z] ---> Running in 3afa57867dce [2021-06-08T20:52:03.789Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-08T20:52:03.789Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-08T20:52:03.789Z] (1/4) Installing ca-certificates (20191127-r4) [2021-06-08T20:52:03.789Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-06-08T20:52:03.789Z] (3/4) Installing libcurl (7.77.0-r0) [2021-06-08T20:52:03.789Z] (4/4) Installing curl (7.77.0-r0) [2021-06-08T20:52:03.789Z] Executing busybox-1.31.1-r20.trigger [2021-06-08T20:52:03.789Z] Executing ca-certificates-20191127-r4.trigger [2021-06-08T20:52:03.789Z] OK: 7 MiB in 18 packages [2021-06-08T20:52:04.734Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-08T20:52:04.734Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-08T20:52:04.734Z] Removing intermediate container 0d83b9aa665d [2021-06-08T20:52:04.734Z] ---> 454746145dfe [2021-06-08T20:52:04.734Z] [2021-06-08T20:52:04.734Z] Step 11/26 : FROM alpine:3.12 [2021-06-08T20:52:04.734Z] ---> 13621d1b12d4 [2021-06-08T20:52:04.734Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-06-08T20:52:04.734Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-08T20:52:04.734Z] Executing busybox-1.31.1-r20.trigger [2021-06-08T20:52:04.734Z] OK: 6 MiB in 15 packages [2021-06-08T20:52:06.129Z] Removing intermediate container c3802e47e092 [2021-06-08T20:52:06.129Z] ---> 198c8c8c749d [2021-06-08T20:52:06.129Z] [2021-06-08T20:52:06.129Z] Step 11/23 : FROM alpine:3.12 [2021-06-08T20:52:06.129Z] ---> 13621d1b12d4 [2021-06-08T20:52:06.129Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-06-08T20:52:06.129Z] ---> Running in 34f7b1a46a12 [2021-06-08T20:52:06.392Z] ---> Running in 354dc3af71b1 [2021-06-08T20:52:08.135Z] Removing intermediate container 7ca8b7ab7797 [2021-06-08T20:52:08.135Z] ---> 5b984992a195 [2021-06-08T20:52:08.135Z] Successfully built 5b984992a195 [2021-06-08T20:52:08.135Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-08T20:52:08.322Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-08T20:52:08.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-08T20:52:08.492Z] + docker inspect -f . ci-base-image-arm64 [2021-06-08T20:52:08.492Z] . [Pipeline] withDockerContainer [2021-06-08T20:52:08.600Z] (1/6) Installing ca-certificates (20191127-r4) [2021-06-08T20:52:08.600Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-06-08T20:52:08.600Z] (3/6) Installing libcurl (7.77.0-r0) [2021-06-08T20:52:08.600Z] (4/6) Installing curl (7.77.0-r0) [2021-06-08T20:52:08.600Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-06-08T20:52:08.600Z] (6/6) Installing su-exec (0.2-r1) [2021-06-08T20:52:08.600Z] Executing busybox-1.31.1-r20.trigger [2021-06-08T20:52:08.600Z] Executing ca-certificates-20191127-r4.trigger [2021-06-08T20:52:08.600Z] Removing intermediate container 9c7f65ec65d4 [2021-06-08T20:52:08.600Z] ---> 82a67eb0f5b9 [2021-06-08T20:52:08.600Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-08T20:52:08.600Z] OK: 7 MiB in 20 packages [2021-06-08T20:52:08.782Z] prd-ubuntu18.04-docker-arm64-4c-16g-999 does not seem to be running inside a container [2021-06-08T20:52:08.867Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-06-08T20:52:08.886Z] Removing intermediate container 3afa57867dce [2021-06-08T20:52:08.886Z] ---> 9bd078c60540 [2021-06-08T20:52:08.886Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-08T20:52:09.456Z] ---> Running in fb37d5b09687 [2021-06-08T20:52:09.456Z] ---> Running in 344df717da5d [2021-06-08T20:52:09.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-08T20:52:09.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-08T20:52:09.726Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-08T20:52:09.726Z] Executing busybox-1.31.1-r20.trigger [2021-06-08T20:52:09.726Z] OK: 6 MiB in 15 packages [2021-06-08T20:52:09.999Z] Removing intermediate container fb37d5b09687 [2021-06-08T20:52:09.999Z] ---> 9c3e82711be1 [2021-06-08T20:52:09.999Z] Step 14/22 : WORKDIR /edgex [2021-06-08T20:52:10.264Z] Removing intermediate container 344df717da5d [2021-06-08T20:52:10.264Z] ---> 9a7aa04df8dd [2021-06-08T20:52:10.264Z] Step 14/24 : ENV APP_PORT=59882 [2021-06-08T20:52:10.526Z] ---> Running in 9ef988552c1a [2021-06-08T20:52:10.663Z] $ docker top 37c0df8d69d95cc16385f8bc4f952fdafaa1ca55747a128e0b4a9f8be5503e73 -eo pid,comm [2021-06-08T20:52:10.786Z] ---> Running in 16b5d8598104 [Pipeline] { [Pipeline] sh [2021-06-08T20:52:11.357Z] Removing intermediate container 34f7b1a46a12 [2021-06-08T20:52:11.358Z] ---> a3784e19fd6e [2021-06-08T20:52:11.358Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-08T20:52:11.671Z] + go version [2021-06-08T20:52:11.671Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-06-08T20:52:11.690Z] $ docker stop --time=1 37c0df8d69d95cc16385f8bc4f952fdafaa1ca55747a128e0b4a9f8be5503e73 [2021-06-08T20:52:11.939Z] ---> Running in 4ab40656ea6f [2021-06-08T20:52:11.939Z] Removing intermediate container 9ef988552c1a [2021-06-08T20:52:11.939Z] ---> 9a71eb6fee5d [2021-06-08T20:52:11.939Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-06-08T20:52:11.939Z] Removing intermediate container 16b5d8598104 [2021-06-08T20:52:11.939Z] ---> 52129be961eb [2021-06-08T20:52:11.939Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-08T20:52:11.939Z] Removing intermediate container 354dc3af71b1 [2021-06-08T20:52:11.939Z] ---> 135bdbc8cc07 [2021-06-08T20:52:11.939Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-08T20:52:13.435Z] $ docker rm -f 37c0df8d69d95cc16385f8bc4f952fdafaa1ca55747a128e0b4a9f8be5503e73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-08T20:52:14.181Z] + docker inspect -f . ci-base-image-arm64 [2021-06-08T20:52:14.181Z] . [Pipeline] withDockerContainer [2021-06-08T20:52:14.422Z] prd-ubuntu18.04-docker-arm64-4c-16g-999 does not seem to be running inside a container [2021-06-08T20:52:14.501Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-06-08T20:52:15.246Z] ---> Running in 682c66b76d66 [2021-06-08T20:52:15.246Z] ---> Running in ac4d9380b007 [2021-06-08T20:52:15.246Z] Removing intermediate container 4ab40656ea6f [2021-06-08T20:52:15.246Z] ---> af28d4266bb9 [2021-06-08T20:52:15.246Z] Step 14/26 : WORKDIR / [2021-06-08T20:52:15.246Z] Removing intermediate container a873514a5550 [2021-06-08T20:52:15.246Z] ---> 944fbef86f1c [2021-06-08T20:52:15.246Z] [2021-06-08T20:52:15.246Z] Step 11/24 : FROM alpine:3.12 [2021-06-08T20:52:15.246Z] ---> 13621d1b12d4 [2021-06-08T20:52:15.246Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-08T20:52:15.246Z] ---> Using cache [2021-06-08T20:52:15.246Z] ---> 135bdbc8cc07 [2021-06-08T20:52:15.246Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-08T20:52:15.505Z] ---> e51a9fd3f9df [2021-06-08T20:52:15.506Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-06-08T20:52:15.766Z] ---> Running in 5aec29847dbf [2021-06-08T20:52:16.027Z] ---> Running in 5544187be0a4 [2021-06-08T20:52:16.027Z] Removing intermediate container 682c66b76d66 [2021-06-08T20:52:16.027Z] ---> 705db006a8bd [2021-06-08T20:52:16.027Z] Step 14/23 : ENV APP_PORT=59861 [2021-06-08T20:52:16.120Z] $ docker top 8825df57839bcf52e429d203793c1b1924a53d2bd638c8eb320e9ab6f5d16bd5 -eo pid,comm [2021-06-08T20:52:16.299Z] Removing intermediate container ac4d9380b007 [2021-06-08T20:52:16.299Z] ---> 4e389cca616d [2021-06-08T20:52:16.299Z] Step 16/24 : WORKDIR / [2021-06-08T20:52:16.299Z] ---> Running in 629ed66339c4 [2021-06-08T20:52:16.299Z] ---> acdc1c6f8066 [2021-06-08T20:52:16.299Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [Pipeline] { [Pipeline] echo [2021-06-08T20:52:16.471Z] ========================================================= [2021-06-08T20:52:16.471Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-06-08T20:52:16.471Z] ========================================================= [Pipeline] sh [2021-06-08T20:52:20.259Z] ---> Running in b624b88b2704 [2021-06-08T20:52:20.260Z] Removing intermediate container 5544187be0a4 [2021-06-08T20:52:20.260Z] ---> 1fee7de44198 [2021-06-08T20:52:20.260Z] Step 14/24 : ENV APP_PORT=59881 [2021-06-08T20:52:20.260Z] Removing intermediate container 5aec29847dbf [2021-06-08T20:52:20.260Z] ---> ea01081ad78d [2021-06-08T20:52:20.260Z] 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-08T20:52:20.260Z] ---> Running in 454681b4ef8d [2021-06-08T20:52:20.260Z] Removing intermediate container 629ed66339c4 [2021-06-08T20:52:20.260Z] ---> 87aa517290d0 [2021-06-08T20:52:20.260Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-08T20:52:20.260Z] ---> de42f90c50e0 [2021-06-08T20:52:20.260Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-06-08T20:52:20.260Z] Removing intermediate container b624b88b2704 [2021-06-08T20:52:20.260Z] ---> d83e4121a492 [2021-06-08T20:52:20.260Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-08T20:52:20.260Z] ---> 4cafd65fc6ee [2021-06-08T20:52:20.260Z] 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-08T20:52:20.260Z] ---> Running in b210ceeb986c [2021-06-08T20:52:20.260Z] ---> Running in 2fbd379375de [2021-06-08T20:52:20.260Z] Removing intermediate container 454681b4ef8d [2021-06-08T20:52:20.260Z] ---> a600e1d856c0 [2021-06-08T20:52:20.260Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-08T20:52:20.260Z] ---> Running in a0f8e7b65baa [2021-06-08T20:52:20.260Z] ---> b66186222a21 [2021-06-08T20:52:20.260Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-06-08T20:52:20.260Z] Removing intermediate container 2fbd379375de [2021-06-08T20:52:20.260Z] ---> 772a33a53a39 [2021-06-08T20:52:20.260Z] Step 19/22 : CMD ["--init=true"] [2021-06-08T20:52:20.260Z] Removing intermediate container b210ceeb986c [2021-06-08T20:52:20.260Z] ---> 22edfb452433 [2021-06-08T20:52:20.260Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-08T20:52:20.260Z] ---> 9a5342a7bc15 [2021-06-08T20:52:20.260Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-06-08T20:52:20.260Z] ---> Running in f600ff84d72b [2021-06-08T20:52:20.260Z] Removing intermediate container a0f8e7b65baa [2021-06-08T20:52:20.260Z] ---> 4778ed1e9175 [2021-06-08T20:52:20.260Z] Step 16/24 : WORKDIR / [2021-06-08T20:52:20.260Z] ---> f6fbbce8b82f [2021-06-08T20:52:20.260Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-06-08T20:52:20.260Z] ---> 95a8c8d3f784 [2021-06-08T20:52:20.260Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-06-08T20:52:20.260Z] ---> 700785c7cc7c [2021-06-08T20:52:20.260Z] 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-08T20:52:20.260Z] ---> Running in 2a64bf394b1a [2021-06-08T20:52:20.260Z] Removing intermediate container f600ff84d72b [2021-06-08T20:52:20.260Z] ---> 2f55db0e7768 [2021-06-08T20:52:20.260Z] Step 20/22 : LABEL arch=x86_64 [2021-06-08T20:52:20.528Z] ---> 8b163647ad92 [2021-06-08T20:52:20.528Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-06-08T20:52:20.528Z] ---> Running in 215091cf4ec4 [2021-06-08T20:52:20.528Z] ---> d59fc9186386 [2021-06-08T20:52:20.528Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-06-08T20:52:20.788Z] ---> 81d68d37cf81 [2021-06-08T20:52:20.788Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-06-08T20:52:20.788Z] Removing intermediate container 2a64bf394b1a [2021-06-08T20:52:20.788Z] ---> ddedf07a784f [2021-06-08T20:52:20.788Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-08T20:52:20.886Z] + go mod tidy [2021-06-08T20:52:21.363Z] ---> Running in 17df41a98ed6 [2021-06-08T20:52:21.630Z] Removing intermediate container 215091cf4ec4 [2021-06-08T20:52:21.630Z] ---> 69426d9b7bd6 [2021-06-08T20:52:21.630Z] Step 21/22 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 [2021-06-08T20:52:21.630Z] ---> 06fa9e2c1618 [2021-06-08T20:52:21.630Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-06-08T20:52:21.630Z] ---> 639f9af39bf7 [2021-06-08T20:52:21.630Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [Pipeline] sh [2021-06-08T20:52:21.894Z] ---> Running in 85a4d7257539 [2021-06-08T20:52:22.465Z] ---> ea11e520c90b [2021-06-08T20:52:22.465Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-06-08T20:52:22.465Z] Removing intermediate container 17df41a98ed6 [2021-06-08T20:52:22.465Z] ---> f58e49be56de [2021-06-08T20:52:22.465Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-08T20:52:22.525Z] + make test [2021-06-08T20:52:22.525Z] go mod tidy [2021-06-08T20:52:23.040Z] ---> Running in 1889cb45515f [2021-06-08T20:52:23.040Z] ---> Running in dbbd670f4efe [2021-06-08T20:52:23.040Z] Removing intermediate container 85a4d7257539 [2021-06-08T20:52:23.040Z] ---> b4798e6ce246 [2021-06-08T20:52:23.040Z] Step 22/22 : LABEL version=0.0.0 [2021-06-08T20:52:23.040Z] ---> 7b2d6ea70311 [2021-06-08T20:52:23.040Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-06-08T20:52:23.123Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-08T20:52:23.301Z] ---> 667e964284ee [2021-06-08T20:52:23.301Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-06-08T20:52:23.301Z] ---> Running in f8e354339a18 [2021-06-08T20:52:23.301Z] Removing intermediate container 1889cb45515f [2021-06-08T20:52:23.301Z] ---> eeb7b71e2713 [2021-06-08T20:52:23.301Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-08T20:52:23.565Z] Removing intermediate container dbbd670f4efe [2021-06-08T20:52:23.565Z] ---> 3455a3c1010d [2021-06-08T20:52:23.565Z] Step 22/24 : LABEL arch=x86_64 [2021-06-08T20:52:23.565Z] ---> Running in a40b421eac71 [2021-06-08T20:52:23.565Z] ---> 6994a6a88810 [2021-06-08T20:52:23.565Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-06-08T20:52:23.826Z] Removing intermediate container f8e354339a18 [2021-06-08T20:52:23.826Z] ---> 4241c1e90896 [2021-06-08T20:52:23.826Z] [2021-06-08T20:52:23.827Z] ---> 1fe42371587b [2021-06-08T20:52:23.827Z] 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-08T20:52:23.827Z] Successfully built 4241c1e90896 [2021-06-08T20:52:23.827Z] ---> Running in b71b99b38dfa [2021-06-08T20:52:23.827Z] ---> Running in 396770729f86 [2021-06-08T20:52:24.087Z] Successfully tagged security-proxy-setup:latest [2021-06-08T20:52:24.087Z] ---> Running in 96d81d8b612c [2021-06-08T20:52:24.087Z]  Building security-proxy-setup ... done Building security-bootstrapper [2021-06-08T20:52:24.087Z] Removing intermediate container a40b421eac71 [2021-06-08T20:52:24.087Z] ---> b8b1ca1cc9b1 [2021-06-08T20:52:24.087Z] Step 21/23 : LABEL arch=x86_64 [2021-06-08T20:52:26.642Z] Removing intermediate container b71b99b38dfa [2021-06-08T20:52:26.642Z] ---> 04850e759b1d [2021-06-08T20:52:26.642Z] Step 23/24 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 [2021-06-08T20:52:26.906Z] ---> Running in e49cab445117 [2021-06-08T20:52:27.166Z] Removing intermediate container 396770729f86 [2021-06-08T20:52:27.166Z] ---> 83a5fac076eb [2021-06-08T20:52:27.166Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-08T20:52:28.108Z] ---> Running in d07c64e2b4ef [2021-06-08T20:52:30.652Z] ---> Running in 579ade70f12f [2021-06-08T20:52:30.652Z] Removing intermediate container e49cab445117 [2021-06-08T20:52:30.652Z] ---> 18595d61546e [2021-06-08T20:52:30.652Z] Step 22/23 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 [2021-06-08T20:52:32.572Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-08T20:52:32.572Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-06-08T20:52:32.572Z] ---> 3b3c7d1ef911 [2021-06-08T20:52:32.572Z] Step 3/32 : WORKDIR /edgex-go [2021-06-08T20:52:32.572Z] ---> Using cache [2021-06-08T20:52:32.572Z] ---> 11cb11530415 [2021-06-08T20:52:32.572Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T20:52:32.572Z] ---> Using cache [2021-06-08T20:52:32.572Z] ---> 7b53f55a0684 [2021-06-08T20:52:32.572Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-06-08T20:52:32.572Z] ---> Using cache [2021-06-08T20:52:32.572Z] ---> e56ae01d1431 [2021-06-08T20:52:32.572Z] Step 6/32 : COPY go.mod . [2021-06-08T20:52:32.572Z] ---> Using cache [2021-06-08T20:52:32.572Z] ---> bd73ffc6edb0 [2021-06-08T20:52:32.572Z] Step 7/32 : RUN go mod download [2021-06-08T20:52:32.572Z] ---> Using cache [2021-06-08T20:52:32.572Z] ---> 2bb56bb05581 [2021-06-08T20:52:32.572Z] Step 8/32 : COPY . . [2021-06-08T20:52:32.572Z] ---> Using cache [2021-06-08T20:52:32.572Z] ---> 4247fc2769f0 [2021-06-08T20:52:32.572Z] Step 9/32 : RUN go mod tidy [2021-06-08T20:52:32.572Z] ---> Using cache [2021-06-08T20:52:32.572Z] ---> 03dbd93d07c6 [2021-06-08T20:52:32.572Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-06-08T20:52:39.149Z] ---> Running in 8e584bb96be9 [2021-06-08T20:52:39.149Z] Removing intermediate container d07c64e2b4ef [2021-06-08T20:52:39.149Z] ---> 015b057a064e [2021-06-08T20:52:39.149Z] Step 24/24 : LABEL version=0.0.0 [2021-06-08T20:52:39.149Z] ---> Running in c4ff1241609d [2021-06-08T20:52:39.149Z] Removing intermediate container 579ade70f12f [2021-06-08T20:52:39.149Z] ---> ade2b34f61e3 [2021-06-08T20:52:39.149Z] Step 22/24 : LABEL arch=x86_64 [2021-06-08T20:52:39.412Z] ---> Running in 1e414fa320b2 [2021-06-08T20:52:39.412Z] ---> Running in bb2e117817a5 [2021-06-08T20:52:39.674Z] Removing intermediate container 8e584bb96be9 [2021-06-08T20:52:39.674Z] ---> 5e9dfe62475c [2021-06-08T20:52:39.674Z] Step 23/23 : LABEL version=0.0.0 [2021-06-08T20:52:39.674Z] Removing intermediate container 96d81d8b612c [2021-06-08T20:52:39.674Z] ---> 6b45605e12e6 [2021-06-08T20:52:39.674Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-06-08T20:52:39.939Z] ---> Running in c1c1fbbf787f [2021-06-08T20:52:39.939Z] 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-08T20:52:39.939Z] ---> Running in b6f4d0aef0b2 [2021-06-08T20:52:40.201Z] Removing intermediate container 1e414fa320b2 [2021-06-08T20:52:40.201Z] ---> fd6548f7e6a9 [2021-06-08T20:52:40.201Z] [2021-06-08T20:52:40.201Z] Successfully built fd6548f7e6a9 [2021-06-08T20:52:40.466Z] Successfully tagged core-command:latest [2021-06-08T20:52:40.466Z] Building sys-mgmt-agent [2021-06-08T20:52:40.466Z] Removing intermediate container bb2e117817a5 [2021-06-08T20:52:40.466Z] ---> 00f74e04b243 [2021-06-08T20:52:40.466Z] Step 23/24 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 [2021-06-08T20:52:41.451Z]  Building core-command ... done Removing intermediate container c1c1fbbf787f [2021-06-08T20:52:41.451Z] ---> bbea3dcbdd49 [2021-06-08T20:52:41.451Z] [2021-06-08T20:52:46.973Z] ---> Running in dfdfd9cc5cc4 [2021-06-08T20:52:46.973Z] Successfully built bbea3dcbdd49 [2021-06-08T20:52:46.973Z] Successfully tagged support-scheduler:latest [2021-06-08T20:52:46.973Z] Building support-notifications [2021-06-08T20:52:46.973Z] Removing intermediate container b6f4d0aef0b2 [2021-06-08T20:52:46.973Z] ---> 144a7829731f [2021-06-08T20:52:46.973Z] Step 24/26 : LABEL arch=x86_64 [2021-06-08T20:52:49.945Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-06-08T20:52:55.511Z]  Building support-scheduler ... done Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-08T20:52:55.511Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-08T20:52:55.511Z] ---> 3b3c7d1ef911 [2021-06-08T20:52:55.511Z] Step 3/23 : WORKDIR /edgex-go [2021-06-08T20:52:55.511Z] ---> Using cache [2021-06-08T20:52:55.511Z] ---> 11cb11530415 [2021-06-08T20:52:55.511Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T20:52:55.511Z] ---> Using cache [2021-06-08T20:52:55.511Z] ---> 7b53f55a0684 [2021-06-08T20:52:55.511Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-06-08T20:52:58.086Z] Removing intermediate container dfdfd9cc5cc4 [2021-06-08T20:52:58.086Z] ---> 35cf9e494dd2 [2021-06-08T20:52:58.086Z] Step 24/24 : LABEL version=0.0.0 [2021-06-08T20:52:58.086Z] ---> Running in b4b6a96e7521 [2021-06-08T20:52:58.355Z] ---> Running in bd3d4c2d5704 [2021-06-08T20:52:58.355Z] ---> Running in d03118ea2dc2 [2021-06-08T20:52:58.623Z] Removing intermediate container b4b6a96e7521 [2021-06-08T20:52:58.623Z] ---> 508bb0b811de [2021-06-08T20:52:58.623Z] Step 25/26 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 [2021-06-08T20:52:59.208Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-08T20:52:59.208Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-08T20:52:59.208Z] ---> 3b3c7d1ef911 [2021-06-08T20:52:59.208Z] Step 3/24 : WORKDIR /edgex-go [2021-06-08T20:52:59.208Z] ---> Using cache [2021-06-08T20:52:59.208Z] ---> 11cb11530415 [2021-06-08T20:52:59.208Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T20:52:59.208Z] ---> Using cache [2021-06-08T20:52:59.208Z] ---> 7b53f55a0684 [2021-06-08T20:52:59.208Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-06-08T20:52:59.783Z] Removing intermediate container d03118ea2dc2 [2021-06-08T20:52:59.783Z] ---> 66dd140bab7d [2021-06-08T20:52:59.783Z] [2021-06-08T20:52:59.783Z] ---> Running in fa5afda7a721 [2021-06-08T20:52:59.783Z] ---> Running in fa222574d0ef [2021-06-08T20:53:00.047Z] Successfully built 66dd140bab7d [2021-06-08T20:53:00.047Z] Successfully tagged core-metadata:latest [2021-06-08T20:53:00.047Z] Building core-data [2021-06-08T20:53:00.312Z]  Building core-metadata ... done Removing intermediate container fa5afda7a721 [2021-06-08T20:53:00.312Z] ---> c60ad83039ed [2021-06-08T20:53:00.312Z] Step 26/26 : LABEL version=0.0.0 [2021-06-08T20:53:00.312Z] ---> Running in ec0e5604685e [2021-06-08T20:53:00.578Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-08T20:53:00.578Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-08T20:53:03.385Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-08T20:53:03.385Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-08T20:53:03.385Z] Removing intermediate container ec0e5604685e [2021-06-08T20:53:03.385Z] ---> 1c5b1ec60eaf [2021-06-08T20:53:03.385Z] [2021-06-08T20:53:03.385Z] OK: 219 MiB in 52 packages [2021-06-08T20:53:03.385Z] Successfully built 1c5b1ec60eaf [2021-06-08T20:53:03.385Z] Successfully tagged security-secretstore-setup:latest [2021-06-08T20:53:03.385Z]  Building security-secretstore-setup ... done OK: 219 MiB in 52 packages [2021-06-08T20:53:04.327Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-08T20:53:04.327Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-08T20:53:04.327Z] ---> 3b3c7d1ef911 [2021-06-08T20:53:04.327Z] Step 3/24 : WORKDIR /edgex-go [2021-06-08T20:53:04.327Z] ---> Using cache [2021-06-08T20:53:04.327Z] ---> 11cb11530415 [2021-06-08T20:53:04.327Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T20:53:04.327Z] ---> Using cache [2021-06-08T20:53:04.327Z] ---> 7b53f55a0684 [2021-06-08T20:53:04.327Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-06-08T20:53:05.281Z] ---> Running in 4a1d7af5afcd [2021-06-08T20:53:05.549Z] Removing intermediate container bd3d4c2d5704 [2021-06-08T20:53:05.549Z] ---> 77ea0af13ca4 [2021-06-08T20:53:05.549Z] Step 6/23 : COPY go.mod . [2021-06-08T20:53:05.549Z] Removing intermediate container fa222574d0ef [2021-06-08T20:53:05.549Z] ---> 544e6dd0bfb5 [2021-06-08T20:53:05.549Z] Step 6/24 : COPY go.mod . [2021-06-08T20:53:06.122Z] ---> 92475b574020 [2021-06-08T20:53:06.122Z] Step 7/24 : RUN go mod download [2021-06-08T20:53:06.122Z] ---> bb35966d4421 [2021-06-08T20:53:06.122Z] Step 7/23 : RUN go mod download [2021-06-08T20:53:06.122Z] ---> Running in 9c3e069b7dc3 [2021-06-08T20:53:06.122Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-08T20:53:06.122Z] ---> Running in 4e8d8d16733b [2021-06-08T20:53:07.077Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-08T20:53:07.077Z] Removing intermediate container 9c3e069b7dc3 [2021-06-08T20:53:07.077Z] ---> 416f19a4b72a [2021-06-08T20:53:07.077Z] Step 8/24 : COPY . . [2021-06-08T20:53:07.340Z] Removing intermediate container 4e8d8d16733b [2021-06-08T20:53:07.340Z] ---> e9183b6e8b5d [2021-06-08T20:53:07.340Z] Step 8/23 : COPY . . [2021-06-08T20:53:07.603Z] OK: 219 MiB in 52 packages [2021-06-08T20:53:17.660Z] Removing intermediate container 4a1d7af5afcd [2021-06-08T20:53:17.660Z] ---> 9ecc6ef3aa49 [2021-06-08T20:53:17.660Z] Step 6/24 : COPY go.mod . [2021-06-08T20:53:17.660Z] ---> e4c5e7eae493 [2021-06-08T20:53:17.660Z] Step 9/24 : RUN go mod tidy [2021-06-08T20:53:17.660Z] ---> 90f5bfd5ff4b [2021-06-08T20:53:17.660Z] Step 9/23 : RUN go mod tidy [2021-06-08T20:53:17.660Z] ---> Running in c95abf123ec4 [2021-06-08T20:53:17.660Z] ---> Running in 9dbab0081f84 [2021-06-08T20:53:17.660Z] ---> 3ca8f92da8c2 [2021-06-08T20:53:17.660Z] Step 7/24 : RUN go mod download [2021-06-08T20:53:17.660Z] ---> Running in 6e1caf0a5c6c [2021-06-08T20:53:17.924Z] Removing intermediate container 6e1caf0a5c6c [2021-06-08T20:53:17.924Z] ---> 4d68ae5dec9a [2021-06-08T20:53:17.924Z] Step 8/24 : COPY . . [2021-06-08T20:53:24.522Z] Removing intermediate container 9dbab0081f84 [2021-06-08T20:53:24.522Z] ---> 0fb1959b3951 [2021-06-08T20:53:24.522Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-06-08T20:53:24.522Z] Removing intermediate container c95abf123ec4 [2021-06-08T20:53:24.522Z] ---> bc0f28f33647 [2021-06-08T20:53:24.522Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-06-08T20:53:24.522Z] ---> Running in a0e45e57c849 [2021-06-08T20:53:24.522Z] ---> 82159f5d21be [2021-06-08T20:53:24.522Z] Step 9/24 : RUN go mod tidy [2021-06-08T20:53:24.522Z] ---> Running in 8a13cb75533d [2021-06-08T20:53:24.522Z] ---> Running in b261d8a4b2fe [2021-06-08T20:53:24.522Z] 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-08T20:53:24.522Z] 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-08T20:53:24.787Z] Removing intermediate container c4ff1241609d [2021-06-08T20:53:24.787Z] ---> 83b88e4b622a [2021-06-08T20:53:24.787Z] [2021-06-08T20:53:24.787Z] Step 11/32 : FROM alpine:3.12 [2021-06-08T20:53:24.787Z] ---> 13621d1b12d4 [2021-06-08T20:53:24.787Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-06-08T20:53:25.051Z] ---> Running in d8525fa84210 [2021-06-08T20:53:25.051Z] Removing intermediate container d8525fa84210 [2021-06-08T20:53:25.051Z] ---> 2999bd4eb0f7 [2021-06-08T20:53:25.051Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-06-08T20:53:25.312Z] ---> Running in 3a6167c6bb3e [2021-06-08T20:53:25.574Z] Removing intermediate container b261d8a4b2fe [2021-06-08T20:53:25.574Z] ---> 19ed6ba02571 [2021-06-08T20:53:25.574Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-06-08T20:53:25.574Z] ---> Running in 41d802425b41 [2021-06-08T20:53:25.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-08T20:53:25.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-08T20:53:26.104Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-06-08T20:53:26.104Z] (2/2) Installing su-exec (0.2-r1) [2021-06-08T20:53:26.104Z] Executing busybox-1.31.1-r20.trigger [2021-06-08T20:53:26.104Z] OK: 6 MiB in 16 packages [2021-06-08T20:53:26.104Z] 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-08T20:53:26.682Z] Removing intermediate container 3a6167c6bb3e [2021-06-08T20:53:26.682Z] ---> 34e29c28717b [2021-06-08T20:53:26.682Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-06-08T20:53:26.682Z] ---> Running in 6cc739d9ffeb [2021-06-08T20:53:26.682Z] Removing intermediate container 6cc739d9ffeb [2021-06-08T20:53:26.682Z] ---> 6bea43118048 [2021-06-08T20:53:26.682Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-06-08T20:53:26.682Z] ---> Running in d020a75e26dc [2021-06-08T20:53:26.947Z] Removing intermediate container d020a75e26dc [2021-06-08T20:53:26.947Z] ---> 8edd0465d74f [2021-06-08T20:53:26.947Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-06-08T20:53:26.947Z] ---> Running in e53eb6bd8809 [2021-06-08T20:53:27.893Z] Removing intermediate container e53eb6bd8809 [2021-06-08T20:53:27.893Z] ---> 7634d4aec14e [2021-06-08T20:53:27.893Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-06-08T20:53:27.893Z] ---> Running in f03723b18ebf [2021-06-08T20:53:28.157Z] Removing intermediate container f03723b18ebf [2021-06-08T20:53:28.157Z] ---> 409b00bcdd33 [2021-06-08T20:53:28.157Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-06-08T20:53:28.421Z] ---> 97907a4f6d00 [2021-06-08T20:53:28.421Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-06-08T20:53:28.682Z] ---> Running in dc524d3530e5 [2021-06-08T20:53:31.244Z] Removing intermediate container dc524d3530e5 [2021-06-08T20:53:31.244Z] ---> 88c5d12cb243 [2021-06-08T20:53:31.244Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-08T20:53:32.651Z] ---> 7f029a6d5f93 [2021-06-08T20:53:32.651Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-06-08T20:53:35.666Z] ---> 5506dea180c9 [2021-06-08T20:53:35.666Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-06-08T20:53:35.666Z] ---> 8db5c8b9191d [2021-06-08T20:53:35.666Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-06-08T20:53:35.666Z] ---> b701c48f5c31 [2021-06-08T20:53:35.666Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-06-08T20:53:36.633Z] ---> 427fad4f581f [2021-06-08T20:53:36.633Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-06-08T20:53:36.633Z] ---> Running in 85539e58d6ae [2021-06-08T20:53:36.912Z] Removing intermediate container 85539e58d6ae [2021-06-08T20:53:36.912Z] ---> c0bd1283724d [2021-06-08T20:53:36.912Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-06-08T20:53:37.181Z] ---> e771acf11a44 [2021-06-08T20:53:37.181Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-06-08T20:53:37.451Z] ---> Running in eb101c136917 [2021-06-08T20:53:40.812Z] Removing intermediate container eb101c136917 [2021-06-08T20:53:40.812Z] ---> 0203ded99838 [2021-06-08T20:53:40.812Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-06-08T20:53:41.394Z] ---> Running in 2d87953c9f8b [2021-06-08T20:53:41.982Z] Removing intermediate container 2d87953c9f8b [2021-06-08T20:53:41.982Z] ---> 29321ef80998 [2021-06-08T20:53:41.982Z] Step 29/32 : CMD ["gate"] [2021-06-08T20:53:42.571Z] ---> Running in f40d1f365995 [2021-06-08T20:53:43.165Z] Removing intermediate container f40d1f365995 [2021-06-08T20:53:43.165Z] ---> b02942a0f74f [2021-06-08T20:53:43.165Z] Step 30/32 : LABEL arch=x86_64 [2021-06-08T20:53:43.435Z] ---> Running in be7c1fe0da6d [2021-06-08T20:53:43.704Z] Removing intermediate container be7c1fe0da6d [2021-06-08T20:53:43.705Z] ---> 1fd9a440745f [2021-06-08T20:53:43.705Z] Step 31/32 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 [2021-06-08T20:53:43.985Z] ---> Running in 2b35d1ee7135 [2021-06-08T20:53:44.571Z] Removing intermediate container 2b35d1ee7135 [2021-06-08T20:53:44.571Z] ---> 266f0adb6aa4 [2021-06-08T20:53:44.571Z] Step 32/32 : LABEL version=0.0.0 [2021-06-08T20:53:44.845Z] ---> Running in 576c8c051485 [2021-06-08T20:53:45.435Z] Removing intermediate container 576c8c051485 [2021-06-08T20:53:45.435Z] ---> 0781d4f2c7fb [2021-06-08T20:53:45.435Z] [2021-06-08T20:53:45.435Z] Successfully built 0781d4f2c7fb [2021-06-08T20:53:45.435Z] Successfully tagged security-bootstrapper:latest [2021-06-08T20:53:47.571Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-06-08T20:53:50.243Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-06-08T20:53:55.507Z]  Building security-bootstrapper ... done Removing intermediate container a0e45e57c849 [2021-06-08T20:53:55.507Z] ---> bd8e8dccb214 [2021-06-08T20:53:55.507Z] [2021-06-08T20:53:55.507Z] Step 11/23 : FROM alpine:3.12 [2021-06-08T20:53:55.507Z] ---> 13621d1b12d4 [2021-06-08T20:53:55.507Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-06-08T20:53:55.768Z] ---> Running in 304e567537cd [2021-06-08T20:53:56.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-08T20:53:56.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-08T20:53:56.748Z] (1/2) Installing ca-certificates (20191127-r4) [2021-06-08T20:53:56.997Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-06-08T20:53:56.997Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-06-08T20:53:57.010Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-06-08T20:53:57.011Z] Executing busybox-1.31.1-r20.trigger [2021-06-08T20:53:57.011Z] Executing ca-certificates-20191127-r4.trigger [2021-06-08T20:53:57.011Z] OK: 6 MiB in 16 packages [2021-06-08T20:53:58.401Z] Removing intermediate container 8a13cb75533d [2021-06-08T20:53:58.401Z] ---> 69475e9bf1b3 [2021-06-08T20:53:58.401Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-06-08T20:53:58.972Z] ---> Running in 9f0a1b164447 [2021-06-08T20:53:59.544Z] Removing intermediate container 304e567537cd [2021-06-08T20:53:59.544Z] ---> 8d9e914f01b5 [2021-06-08T20:53:59.544Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-08T20:53:59.807Z] 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-08T20:53:59.807Z] ---> Running in 4125888ec0ca [2021-06-08T20:54:03.114Z] Removing intermediate container 4125888ec0ca [2021-06-08T20:54:03.114Z] ---> 96cc66845f6a [2021-06-08T20:54:03.114Z] Step 14/23 : ENV APP_PORT=59860 [2021-06-08T20:54:03.114Z] Removing intermediate container 41d802425b41 [2021-06-08T20:54:03.114Z] ---> 9c686d752b18 [2021-06-08T20:54:03.114Z] [2021-06-08T20:54:03.114Z] Step 11/24 : FROM alpine:3.12 [2021-06-08T20:54:03.114Z] ---> 13621d1b12d4 [2021-06-08T20:54:03.114Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-06-08T20:54:03.114Z] ---> Running in 4b587ae6a2f1 [2021-06-08T20:54:03.114Z] ---> Running in f3084cbed0d5 [2021-06-08T20:54:03.375Z] Removing intermediate container 4b587ae6a2f1 [2021-06-08T20:54:03.375Z] ---> a75b3522cd5c [2021-06-08T20:54:03.375Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-08T20:54:03.375Z] Removing intermediate container 9f0a1b164447 [2021-06-08T20:54:03.375Z] ---> 83406b0f0043 [2021-06-08T20:54:03.375Z] [2021-06-08T20:54:03.375Z] Step 12/24 : FROM docker:20.10.0 [2021-06-08T20:54:03.375Z] Removing intermediate container f3084cbed0d5 [2021-06-08T20:54:03.376Z] ---> b97fb15a37e5 [2021-06-08T20:54:03.376Z] Step 13/24 : ENV APP_PORT=59880 [2021-06-08T20:54:03.639Z] ---> Running in 609d3d983f14 [2021-06-08T20:54:03.639Z] 20.10.0: Pulling from library/docker [2021-06-08T20:54:03.639Z] ---> Running in e3ef2ce02304 [2021-06-08T20:54:03.899Z] Removing intermediate container 609d3d983f14 [2021-06-08T20:54:03.899Z] ---> a65475c632f8 [2021-06-08T20:54:03.899Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-08T20:54:03.899Z] Removing intermediate container e3ef2ce02304 [2021-06-08T20:54:03.899Z] ---> 291f6ca48f66 [2021-06-08T20:54:03.899Z] Step 14/24 : EXPOSE $APP_PORT [2021-06-08T20:54:04.164Z] ---> Running in 28401cd96719 [2021-06-08T20:54:05.305Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-06-08T20:54:05.305Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-06-08T20:54:05.305Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-06-08T20:54:05.305Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-06-08T20:54:05.584Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-06-08T20:54:06.578Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-06-08T20:54:08.369Z] ---> 081e7d15dd4f [2021-06-08T20:54:08.369Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-06-08T20:54:08.369Z] Removing intermediate container 28401cd96719 [2021-06-08T20:54:08.369Z] ---> 5871371a7199 [2021-06-08T20:54:08.369Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T20:54:08.945Z] ---> cde0a840cd4f [2021-06-08T20:54:08.945Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-06-08T20:54:08.945Z] ---> Running in fda632c4f050 [2021-06-08T20:54:11.910Z] ---> 63d4353cc579 [2021-06-08T20:54:11.910Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-06-08T20:54:12.175Z] ---> Running in af60d8e1379a [2021-06-08T20:54:12.745Z] Removing intermediate container af60d8e1379a [2021-06-08T20:54:12.745Z] ---> 5119c4c4f76f [2021-06-08T20:54:12.745Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-08T20:54:12.745Z] ---> Running in 056e82cffed1 [2021-06-08T20:54:12.745Z] Removing intermediate container fda632c4f050 [2021-06-08T20:54:12.745Z] ---> 842ef8c59cd6 [2021-06-08T20:54:12.745Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-06-08T20:54:13.005Z] ---> Running in 5d1f0f4dd5cb [2021-06-08T20:54:13.005Z] Removing intermediate container 056e82cffed1 [2021-06-08T20:54:13.005Z] ---> 43a9d0e0bbd6 [2021-06-08T20:54:13.005Z] Step 21/23 : LABEL arch=x86_64 [2021-06-08T20:54:13.005Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-06-08T20:54:13.005Z] Status: Downloaded newer image for docker:20.10.0 [2021-06-08T20:54:13.005Z] ---> aefe523efa57 [2021-06-08T20:54:13.005Z] 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-08T20:54:13.005Z] ---> Running in c3bdfa6121db [2021-06-08T20:54:13.274Z] ---> Running in 96ab9f42e6b0 [2021-06-08T20:54:13.274Z] Removing intermediate container c3bdfa6121db [2021-06-08T20:54:13.274Z] ---> 585afecaf444 [2021-06-08T20:54:13.274Z] Step 22/23 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 [2021-06-08T20:54:13.274Z] ---> Running in 1158bcde551e [2021-06-08T20:54:13.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-08T20:54:13.553Z] Removing intermediate container 96ab9f42e6b0 [2021-06-08T20:54:13.553Z] ---> e96d7b8905dc [2021-06-08T20:54:13.553Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-06-08T20:54:13.553Z] ---> Running in d8d8869956a2 [2021-06-08T20:54:13.553Z] Removing intermediate container 1158bcde551e [2021-06-08T20:54:13.553Z] ---> f7b59260972c [2021-06-08T20:54:13.553Z] Step 23/23 : LABEL version=0.0.0 [2021-06-08T20:54:13.553Z] ---> Running in fbd1154b15c2 [2021-06-08T20:54:13.814Z] Removing intermediate container fbd1154b15c2 [2021-06-08T20:54:13.814Z] ---> bf3d84a9dd74 [2021-06-08T20:54:13.814Z] [2021-06-08T20:54:13.814Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-08T20:54:13.814Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-08T20:54:14.075Z] Successfully built bf3d84a9dd74 [2021-06-08T20:54:14.075Z] Successfully tagged support-notifications:latest [2021-06-08T20:54:14.075Z]  Building support-notifications ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-08T20:54:14.075Z] (1/39) Installing readline (8.0.4-r0) [2021-06-08T20:54:14.335Z] (2/39) Installing bash (5.0.17-r0) [2021-06-08T20:54:14.335Z] Executing bash-5.0.17-r0.post-install [2021-06-08T20:54:14.335Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-06-08T20:54:14.335Z] (4/39) Installing libcurl (7.77.0-r0) [2021-06-08T20:54:14.335Z] (5/39) Installing curl (7.77.0-r0) [2021-06-08T20:54:14.335Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-06-08T20:54:14.335Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-06-08T20:54:14.335Z] (8/39) Installing expat (2.2.9-r1) [2021-06-08T20:54:14.335Z] (9/39) Installing libffi (3.3-r2) [2021-06-08T20:54:14.335Z] (10/39) Installing gdbm (1.13-r1) [2021-06-08T20:54:14.335Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-06-08T20:54:14.335Z] (12/39) Installing sqlite-libs (3.32.1-r1) [2021-06-08T20:54:14.335Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-06-08T20:54:14.335Z] (13/39) Installing python3 (3.8.10-r0) [2021-06-08T20:54:14.595Z] (2/6) Installing libgcc (9.3.0-r2) [2021-06-08T20:54:14.595Z] (3/6) Installing libsodium (1.0.18-r0) [2021-06-08T20:54:14.595Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-06-08T20:54:15.976Z] (5/6) Installing libzmq (4.3.3-r0) [2021-06-08T20:54:15.976Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-06-08T20:54:15.976Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-06-08T20:54:15.976Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-06-08T20:54:15.976Z] (6/6) Installing zeromq (4.3.3-r0) [2021-06-08T20:54:15.976Z] (17/39) Installing py3-six (1.15.0-r0) [2021-06-08T20:54:15.976Z] (18/39) Installing py3-packaging (20.4-r0) [2021-06-08T20:54:15.976Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-06-08T20:54:15.976Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-06-08T20:54:15.976Z] (21/39) Installing py3-idna (2.9-r0) [2021-06-08T20:54:15.976Z] Executing busybox-1.31.1-r20.trigger [2021-06-08T20:54:15.976Z] OK: 8 MiB in 20 packages [2021-06-08T20:54:15.976Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-06-08T20:54:15.976Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-06-08T20:54:16.235Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-06-08T20:54:16.235Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-06-08T20:54:16.235Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-06-08T20:54:16.235Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-06-08T20:54:16.235Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-06-08T20:54:16.235Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-06-08T20:54:16.235Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-06-08T20:54:16.235Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-06-08T20:54:16.235Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-06-08T20:54:17.588Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-06-08T20:54:17.589Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-06-08T20:54:17.589Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-06-08T20:54:17.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-06-08T20:54:17.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-06-08T20:54:17.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-06-08T20:54:17.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-06-08T20:54:18.192Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.176s coverage: 28.7% of statements [2021-06-08T20:54:19.535Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-06-08T20:54:19.798Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-06-08T20:54:19.798Z] (35/39) Installing py3-progress (1.5-r0) [2021-06-08T20:54:19.798Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-06-08T20:54:19.798Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-06-08T20:54:20.062Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-06-08T20:54:20.062Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-06-08T20:54:20.062Z] Executing busybox-1.31.1-r19.trigger [2021-06-08T20:54:20.062Z] OK: 72 MiB in 59 packages [2021-06-08T20:54:21.003Z] Removing intermediate container 5d1f0f4dd5cb [2021-06-08T20:54:21.003Z] ---> bbb0f8cb394b [2021-06-08T20:54:21.003Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-08T20:54:21.003Z] Collecting docker-compose==1.23.2 [2021-06-08T20:54:21.003Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-06-08T20:54:21.273Z] ---> ef53a3250983 [2021-06-08T20:54:21.273Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-06-08T20:54:21.273Z] Collecting PyYAML<4,>=3.10 [2021-06-08T20:54:21.273Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-06-08T20:54:22.219Z] ---> dd0a524dead5 [2021-06-08T20:54:22.219Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-06-08T20:54:22.219Z] Collecting cached-property<2,>=1.2.0 [2021-06-08T20:54:22.219Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-06-08T20:54:22.480Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-06-08T20:54:22.480Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-06-08T20:54:22.480Z] Collecting docker<4.0,>=3.6.0 [2021-06-08T20:54:22.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.372s coverage: 100.0% of statements [2021-06-08T20:54:22.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-06-08T20:54:22.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-06-08T20:54:22.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-06-08T20:54:22.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.248s coverage: 81.2% of statements [2021-06-08T20:54:22.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-06-08T20:54:22.741Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-06-08T20:54:22.741Z] 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-08T20:54:22.741Z] ---> b1e8022c59d5 [2021-06-08T20:54:22.741Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-06-08T20:54:23.006Z] Collecting jsonschema<3,>=2.5.1 [2021-06-08T20:54:23.006Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-06-08T20:54:23.006Z] ---> Running in 04e070a1e9ed [2021-06-08T20:54:23.275Z] Collecting dockerpty<0.5,>=0.4.1 [2021-06-08T20:54:23.275Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-06-08T20:54:23.539Z] Removing intermediate container 04e070a1e9ed [2021-06-08T20:54:23.539Z] ---> c220e68599e8 [2021-06-08T20:54:23.539Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-08T20:54:23.539Z] ---> Running in c1e4c781b592 [2021-06-08T20:54:23.539Z] Collecting websocket-client<1.0,>=0.32.0 [2021-06-08T20:54:23.539Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-06-08T20:54:23.800Z] Removing intermediate container c1e4c781b592 [2021-06-08T20:54:23.800Z] ---> 2fa5ec6bd224 [2021-06-08T20:54:23.800Z] Step 22/24 : LABEL arch=x86_64 [2021-06-08T20:54:23.800Z] Collecting docopt<0.7,>=0.6.1 [2021-06-08T20:54:23.800Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-06-08T20:54:23.800Z] ---> Running in 65e7d41b1fa7 [2021-06-08T20:54:24.062Z] Removing intermediate container 65e7d41b1fa7 [2021-06-08T20:54:24.062Z] ---> 032725f86594 [2021-06-08T20:54:24.062Z] Step 23/24 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 [2021-06-08T20:54:24.062Z] Collecting texttable<0.10,>=0.9.0 [2021-06-08T20:54:24.062Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-06-08T20:54:24.322Z] ---> Running in 7f3d50667f01 [2021-06-08T20:54:24.504Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.391s coverage: 53.4% of statements [2021-06-08T20:54:24.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-06-08T20:54:24.505Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-06-08T20:54:25.262Z] 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-08T20:54:25.262Z] Collecting urllib3<1.25,>=1.21.1 [2021-06-08T20:54:25.262Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-06-08T20:54:25.523Z] Collecting idna<2.8,>=2.5 [2021-06-08T20:54:25.523Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-06-08T20:54:25.523Z] 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-08T20:54:25.523Z] Removing intermediate container 7f3d50667f01 [2021-06-08T20:54:25.523Z] ---> 919b0bf9818e [2021-06-08T20:54:25.523Z] Step 24/24 : LABEL version=0.0.0 [2021-06-08T20:54:25.523Z] Collecting docker-pycreds>=0.4.0 [2021-06-08T20:54:25.523Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-06-08T20:54:25.784Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-06-08T20:54:25.784Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-06-08T20:54:25.784Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-06-08T20:54:25.784Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-06-08T20:54:25.784Z] Installing collected packages: PyYAML, cached-property, urllib3, idna, requests, docker-pycreds, websocket-client, docker, jsonschema, dockerpty, docopt, texttable, docker-compose [2021-06-08T20:54:25.784Z] Running setup.py install for PyYAML: started [2021-06-08T20:54:25.784Z] ---> Running in f8b79b05c9f4 [2021-06-08T20:54:26.047Z] Removing intermediate container f8b79b05c9f4 [2021-06-08T20:54:26.047Z] ---> 37ae493a61ac [2021-06-08T20:54:26.047Z] [2021-06-08T20:54:26.047Z] Successfully built 37ae493a61ac [2021-06-08T20:54:26.047Z] Successfully tagged core-data:latest [2021-06-08T20:54:26.047Z]  Building core-data ... done  Running setup.py install for PyYAML: finished with status 'done' [2021-06-08T20:54:26.308Z] Attempting uninstall: urllib3 [2021-06-08T20:54:26.308Z] Found existing installation: urllib3 1.25.9 [2021-06-08T20:54:26.308Z] Uninstalling urllib3-1.25.9: [2021-06-08T20:54:26.308Z] Successfully uninstalled urllib3-1.25.9 [2021-06-08T20:54:26.567Z] Attempting uninstall: idna [2021-06-08T20:54:26.567Z] Found existing installation: idna 2.9 [2021-06-08T20:54:26.567Z] Uninstalling idna-2.9: [2021-06-08T20:54:26.567Z] Successfully uninstalled idna-2.9 [2021-06-08T20:54:26.567Z] Attempting uninstall: requests [2021-06-08T20:54:26.567Z] Found existing installation: requests 2.23.0 [2021-06-08T20:54:26.567Z] Uninstalling requests-2.23.0: [2021-06-08T20:54:26.567Z] Successfully uninstalled requests-2.23.0 [2021-06-08T20:54:27.521Z] Running setup.py install for dockerpty: started [2021-06-08T20:54:27.521Z] Running setup.py install for dockerpty: finished with status 'done' [2021-06-08T20:54:27.521Z] Running setup.py install for docopt: started [2021-06-08T20:54:28.094Z] Running setup.py install for docopt: finished with status 'done' [2021-06-08T20:54:28.094Z] Running setup.py install for texttable: started [2021-06-08T20:54:28.356Z] Running setup.py install for texttable: finished with status 'done' [2021-06-08T20:54:28.356Z] 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-08T20:54:28.836Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.502s coverage: 87.7% of statements [2021-06-08T20:54:28.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-06-08T20:54:28.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-06-08T20:54:28.836Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.196s coverage: 78.9% of statements [2021-06-08T20:54:28.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-06-08T20:54:28.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-06-08T20:54:28.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-06-08T20:54:28.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-06-08T20:54:28.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-06-08T20:54:28.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-06-08T20:54:28.836Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-06-08T20:54:33.642Z] Removing intermediate container d8d8869956a2 [2021-06-08T20:54:33.642Z] ---> a7beedfc1507 [2021-06-08T20:54:33.642Z] Step 15/24 : ENV APP_PORT=58890 [2021-06-08T20:54:33.642Z] ---> Running in d23de6428fa2 [2021-06-08T20:54:33.642Z] Removing intermediate container d23de6428fa2 [2021-06-08T20:54:33.642Z] ---> acb2058820cb [2021-06-08T20:54:33.642Z] Step 16/24 : EXPOSE $APP_PORT [2021-06-08T20:54:33.642Z] ---> Running in 447fda422566 [2021-06-08T20:54:33.906Z] Removing intermediate container 447fda422566 [2021-06-08T20:54:33.906Z] ---> 5d84b0fcd1cb [2021-06-08T20:54:33.906Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-06-08T20:54:34.848Z] ---> a6b672b6f0fa [2021-06-08T20:54:34.849Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-06-08T20:54:35.109Z] ---> 53c97c8f4949 [2021-06-08T20:54:35.109Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-06-08T20:54:35.369Z] ---> 2e63ff7f0eb0 [2021-06-08T20:54:35.369Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-06-08T20:54:35.369Z] ---> Running in c08e28a456f4 [2021-06-08T20:54:35.578Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.570s coverage: 95.1% of statements [2021-06-08T20:54:35.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-06-08T20:54:35.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-06-08T20:54:35.578Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-06-08T20:54:35.578Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-06-08T20:54:35.578Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-06-08T20:54:35.578Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-06-08T20:54:35.578Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-06-08T20:54:35.578Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-06-08T20:54:35.578Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-06-08T20:54:35.578Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-06-08T20:54:35.578Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.183s coverage: 58.8% of statements [2021-06-08T20:54:35.578Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/application [no test files] [2021-06-08T20:54:35.578Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-06-08T20:54:35.578Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http 0.248s coverage: 60.0% of statements [2021-06-08T20:54:35.578Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.356s coverage: 0.8% of statements [2021-06-08T20:54:35.578Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-06-08T20:54:35.578Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.181s coverage: 22.0% of statements [2021-06-08T20:54:35.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-06-08T20:54:35.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.226s coverage: 47.1% of statements [2021-06-08T20:54:35.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.208s coverage: 79.5% of statements [2021-06-08T20:54:35.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.242s coverage: 94.1% of statements [2021-06-08T20:54:35.636Z] Removing intermediate container c08e28a456f4 [2021-06-08T20:54:35.636Z] ---> 13b052a9b42b [2021-06-08T20:54:35.636Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-08T20:54:35.636Z] ---> Running in 9f8d404475de [2021-06-08T20:54:35.898Z] Removing intermediate container 9f8d404475de [2021-06-08T20:54:35.898Z] ---> 0304ddf698f5 [2021-06-08T20:54:35.898Z] Step 22/24 : LABEL arch=x86_64 [2021-06-08T20:54:36.158Z] ---> Running in 53f2d4ae619e [2021-06-08T20:54:36.158Z] Removing intermediate container 53f2d4ae619e [2021-06-08T20:54:36.158Z] ---> 5b24c8e92d27 [2021-06-08T20:54:36.158Z] Step 23/24 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 [2021-06-08T20:54:36.420Z] ---> Running in 5874b4775d1d [2021-06-08T20:54:36.420Z] Removing intermediate container 5874b4775d1d [2021-06-08T20:54:36.420Z] ---> c42592938968 [2021-06-08T20:54:36.420Z] Step 24/24 : LABEL version=0.0.0 [2021-06-08T20:54:36.420Z] ---> Running in afda2392977a [2021-06-08T20:54:36.684Z] Removing intermediate container afda2392977a [2021-06-08T20:54:36.684Z] ---> b7ea0697983a [2021-06-08T20:54:36.684Z] [2021-06-08T20:54:36.684Z] Successfully built b7ea0697983a [2021-06-08T20:54:36.945Z] Successfully tagged sys-mgmt-agent:latest [2021-06-08T20:54:36.952Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-06-08T20:54:36.953Z] $ docker stop --time=1 0ba37b16fbd553529a44ad4c63c635c7aad709c6d914268c85610d2664e5a56f [2021-06-08T20:54:37.563Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.211s coverage: 96.3% of statements [2021-06-08T20:54:37.563Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.180s coverage: 87.5% of statements [2021-06-08T20:54:38.781Z] $ docker rm -f 0ba37b16fbd553529a44ad4c63c635c7aad709c6d914268c85610d2664e5a56f [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-08T20:54:39.202Z] + docker images [2021-06-08T20:54:39.463Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-08T20:54:39.463Z] sys-mgmt-agent latest b7ea0697983a 3 seconds ago 312MB [2021-06-08T20:54:39.463Z] core-data latest 37ae493a61ac 14 seconds ago 20.2MB [2021-06-08T20:54:39.463Z] support-notifications latest bf3d84a9dd74 26 seconds ago 16.6MB [2021-06-08T20:54:39.463Z] 83406b0f0043 37 seconds ago 1.15GB [2021-06-08T20:54:39.463Z] 9c686d752b18 37 seconds ago 1.15GB [2021-06-08T20:54:39.463Z] bd8e8dccb214 47 seconds ago 1.15GB [2021-06-08T20:54:39.463Z] security-bootstrapper latest 0781d4f2c7fb 55 seconds ago 18.2MB [2021-06-08T20:54:39.463Z] 83b88e4b622a About a minute ago 1.14GB [2021-06-08T20:54:39.463Z] security-secretstore-setup latest 1c5b1ec60eaf About a minute ago 28.1MB [2021-06-08T20:54:39.463Z] core-metadata latest 66dd140bab7d About a minute ago 16.6MB [2021-06-08T20:54:39.463Z] support-scheduler latest bbea3dcbdd49 About a minute ago 15.9MB [2021-06-08T20:54:39.463Z] core-command latest fd6548f7e6a9 2 minutes ago 15.9MB [2021-06-08T20:54:39.463Z] security-proxy-setup latest 4241c1e90896 2 minutes ago 25.3MB [2021-06-08T20:54:39.463Z] 944fbef86f1c 2 minutes ago 1.15GB [2021-06-08T20:54:39.463Z] 198c8c8c749d 2 minutes ago 1.14GB [2021-06-08T20:54:39.463Z] 454746145dfe 2 minutes ago 1.15GB [2021-06-08T20:54:39.463Z] a0748c69fabb 2 minutes ago 1.14GB [2021-06-08T20:54:39.463Z] ea90b819ca0b 2 minutes ago 1.15GB [2021-06-08T20:54:39.463Z] ci-base-image-x86_64 latest 3b3c7d1ef911 7 minutes ago 648MB [2021-06-08T20:54:39.463Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 5 weeks ago 445MB [2021-06-08T20:54:39.463Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 5 weeks ago 37.5MB [2021-06-08T20:54:39.463Z] alpine 3.12 13621d1b12d4 7 weeks ago 5.58MB [2021-06-08T20:54:39.463Z] docker 20.10.0 aefe523efa57 5 months ago 240MB [2021-06-08T20:54:39.463Z] 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-08T20:54:52.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.207s coverage: 94.4% of statements [2021-06-08T20:54:52.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.186s coverage: 44.8% of statements [2021-06-08T20:54:56.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.744s coverage: 81.8% of statements [2021-06-08T20:54:56.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-06-08T20:55:03.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.253s coverage: 92.9% of statements [2021-06-08T20:55:03.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-06-08T20:55:03.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-06-08T20:55:03.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-06-08T20:55:03.676Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 65.1% of statements [2021-06-08T20:55:03.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-06-08T20:55:03.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-06-08T20:55:03.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-06-08T20:55:03.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-06-08T20:55:03.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-06-08T20:55:03.676Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.080s coverage: 87.2% of statements [2021-06-08T20:55:03.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-06-08T20:55:03.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-06-08T20:55:03.676Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.162s coverage: 100.0% of statements [2021-06-08T20:55:03.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-06-08T20:55:03.676Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.224s coverage: 76.0% of statements [2021-06-08T20:55:03.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-06-08T20:55:03.676Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.185s coverage: 80.0% of statements [2021-06-08T20:55:03.676Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.276s coverage: 87.2% of statements [2021-06-08T20:55:03.676Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.249s coverage: 85.4% of statements [2021-06-08T20:55:03.676Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.298s coverage: 91.2% of statements [2021-06-08T20:55:03.676Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-06-08T20:55:06.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.866s coverage: 64.4% of statements [2021-06-08T20:55:06.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-06-08T20:55:06.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-06-08T20:55:06.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.205s coverage: 100.0% of statements [2021-06-08T20:55:06.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.118s coverage: 91.3% of statements [2021-06-08T20:55:06.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements [2021-06-08T20:55:06.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.071s coverage: 73.7% of statements [2021-06-08T20:55:06.934Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements [2021-06-08T20:55:11.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.152s coverage: 66.9% of statements [2021-06-08T20:55:11.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-06-08T20:55:11.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-06-08T20:55:11.290Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-06-08T20:55:13.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.792s coverage: 43.6% of statements [2021-06-08T20:55:13.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-06-08T20:55:13.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-06-08T20:55:13.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.122s coverage: 89.5% of statements [2021-06-08T20:55:13.924Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-06-08T20:55:13.924Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.161s coverage: 84.8% of statements [2021-06-08T20:55:13.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-06-08T20:55:13.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-06-08T20:55:13.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-06-08T20:55:13.924Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-06-08T20:55:22.211Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 6.280s coverage: 19.3% of statements [2021-06-08T20:55:22.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel [no test files] [2021-06-08T20:55:22.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel/mocks [no test files] [2021-06-08T20:55:22.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-06-08T20:55:22.211Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.649s coverage: 91.9% of statements [2021-06-08T20:55:22.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-06-08T20:55:22.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-06-08T20:55:22.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-06-08T20:55:22.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-06-08T20:55:22.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-06-08T20:55:22.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-06-08T20:55:22.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-06-08T20:55:22.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-06-08T20:55:22.211Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.203s coverage: 63.4% of statements [2021-06-08T20:55:22.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-06-08T20:55:22.211Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.392s coverage: 97.6% of statements [2021-06-08T20:55:22.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-06-08T20:55:22.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-06-08T20:55:22.211Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-06-08T20:55:22.211Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.059s coverage: 0.0% of statements [2021-06-08T20:55:22.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-06-08T20:55:22.211Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements [2021-06-08T20:55:22.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-06-08T20:55:22.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-06-08T20:55:22.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-06-08T20:55:22.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-06-08T20:55:22.211Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements [2021-06-08T20:55:22.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-06-08T20:55:22.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-06-08T20:55:22.211Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements [2021-06-08T20:55:22.211Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.194s coverage: 28.1% of statements [2021-06-08T20:55:22.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-06-08T20:55:22.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application [no test files] [2021-06-08T20:55:22.211Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct 0.173s coverage: 28.9% of statements [2021-06-08T20:55:22.211Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct/config [no test files] [2021-06-08T20:55:22.212Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/executor [no test files] [2021-06-08T20:55:22.212Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/container [no test files] [2021-06-08T20:55:22.212Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-06-08T20:55:22.212Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/interfaces [no test files] [2021-06-08T20:55:22.482Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-06-08T20:55:23.072Z] GO111MODULE=on go vet ./... [2021-06-08T20:56:59.882Z] gofmt -l . [2021-06-08T20:56:59.882Z] [ "`gofmt -l .`" = "" ] [2021-06-08T20:56:59.882Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-06-08T20:57:00.551Z] + ls -al . [2021-06-08T20:57:00.551Z] total 556 [2021-06-08T20:57:00.551Z] drwxrwxr-x 9 1001 1001 4096 Jun 8 20:56 . [2021-06-08T20:57:00.551Z] drwxr-xr-x 4 root root 4096 Jun 8 20:52 .. [2021-06-08T20:57:00.551Z] -rw-rw-r-- 1 1001 1001 11 Jun 8 20:50 .dockerignore [2021-06-08T20:57:00.551Z] drwxrwxr-x 8 1001 1001 4096 Jun 8 20:50 .git [2021-06-08T20:57:00.551Z] drwxrwxr-x 3 1001 1001 4096 Jun 8 20:50 .github [2021-06-08T20:57:00.551Z] -rw-rw-r-- 1 1001 1001 818 Jun 8 20:50 .gitignore [2021-06-08T20:57:00.551Z] -rw-rw-r-- 1 1001 1001 166 Jun 8 20:50 .sonarcloud.properties [2021-06-08T20:57:00.551Z] -rw-rw-r-- 1 1001 1001 8609 Jun 8 20:50 Attribution.txt [2021-06-08T20:57:00.551Z] -rw-rw-r-- 1 1001 1001 3804 Jun 8 20:50 CONTRIBUTING.md [2021-06-08T20:57:00.551Z] -rw-rw-r-- 1 1001 1001 931 Jun 8 20:50 Dockerfile.build [2021-06-08T20:57:00.551Z] -rw-rw-r-- 1 1001 1001 849 Jun 8 20:50 Jenkinsfile [2021-06-08T20:57:00.551Z] -rw-rw-r-- 1 1001 1001 10775 Jun 8 20:50 LICENSE [2021-06-08T20:57:00.551Z] -rw-rw-r-- 1 1001 1001 5605 Jun 8 20:50 Makefile [2021-06-08T20:57:00.551Z] -rw-rw-r-- 1 1001 1001 7978 Jun 8 20:50 README.md [2021-06-08T20:57:00.551Z] -rw-rw-r-- 1 1001 1001 6755 Jun 8 20:50 SECURITY.md [2021-06-08T20:57:00.551Z] -rw-rw-r-- 1 1001 1001 5 Jun 8 20:46 VERSION [2021-06-08T20:57:00.551Z] -rw-rw-r-- 1 1001 1001 4131 Jun 8 20:50 ZMQWindows.md [2021-06-08T20:57:00.551Z] drwxrwxr-x 2 1001 1001 4096 Jun 8 20:50 bin [2021-06-08T20:57:00.551Z] drwxrwxr-x 14 1001 1001 4096 Jun 8 20:50 cmd [2021-06-08T20:57:00.551Z] -rw-r--r-- 1 root root 412085 Jun 8 20:55 coverage.out [2021-06-08T20:57:00.551Z] -rw-rw-r-- 1 1001 1001 902 Jun 8 20:50 go.mod [2021-06-08T20:57:00.551Z] -rw-r--r-- 1 root root 21139 Jun 8 20:52 go.sum [2021-06-08T20:57:00.551Z] drwxrwxr-x 8 1001 1001 4096 Jun 8 20:50 internal [2021-06-08T20:57:00.551Z] drwxrwxr-x 3 1001 1001 4096 Jun 8 20:50 openapi [2021-06-08T20:57:00.551Z] drwxrwxr-x 4 1001 1001 4096 Jun 8 20:50 snap [2021-06-08T20:57:00.551Z] -rw-rw-r-- 1 1001 1001 168 Jun 8 20:50 version.go [Pipeline] sh [2021-06-08T20:57:01.216Z] + '[' -e coverage.out ] [2021-06-08T20:57:01.216Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-06-08T20:57:01.239Z] Warning: overwriting stash ‘coverage-report’ [2021-06-08T20:57:02.192Z] Stashed 1 file(s) [Pipeline] sh [2021-06-08T20:57:02.863Z] + make build [2021-06-08T20:57:02.863Z] go mod tidy [2021-06-08T20:57:03.467Z] 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-08T20:57:11.752Z] 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-08T20:57:38.613Z] 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-08T20:57:38.613Z] 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-08T20:57:42.004Z] 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-08T20:57:45.694Z] 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-08T20:57:48.381Z] 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-08T20:57:52.694Z] 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-08T20:57:55.325Z] 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-08T20:57:59.639Z] 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-08T20:58:02.271Z] 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-08T20:58:04.892Z] 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-08T20:58:11.604Z] $ docker stop --time=1 8825df57839bcf52e429d203793c1b1924a53d2bd638c8eb320e9ab6f5d16bd5 [2021-06-08T20:58:14.224Z] $ docker rm -f 8825df57839bcf52e429d203793c1b1924a53d2bd638c8eb320e9ab6f5d16bd5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-08T20:58:16.028Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-08T20:58:16.303Z] [2021-06-08T20:58:16.303Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-08T20:58:16.661Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-08T20:58:16.937Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-06-08T20:58:16.937Z] 29e5d40040c1: Pulling fs layer [2021-06-08T20:58:16.937Z] 1ce36da41761: Pulling fs layer [2021-06-08T20:58:16.937Z] 25b303627fd3: Pulling fs layer [2021-06-08T20:58:17.211Z] 29e5d40040c1: Download complete [2021-06-08T20:58:17.486Z] 1ce36da41761: Verifying Checksum [2021-06-08T20:58:17.760Z] 29e5d40040c1: Pull complete [2021-06-08T20:58:19.199Z] 1ce36da41761: Pull complete [2021-06-08T20:58:19.199Z] 25b303627fd3: Verifying Checksum [2021-06-08T20:58:19.199Z] 25b303627fd3: Download complete [2021-06-08T20:58:29.341Z] 25b303627fd3: Pull complete [2021-06-08T20:58:29.341Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-06-08T20:58:29.341Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-08T20:58:29.341Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-06-08T20:58:29.611Z] prd-ubuntu18.04-docker-arm64-4c-16g-999 does not seem to be running inside a container [2021-06-08T20:58:29.685Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-06-08T20:58:32.663Z] $ docker top 676e33dd2d4d60ffa9491d50492e5d8bcd78de8442ec49d4eb9f80ae4cc23033 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-08T20:58:33.658Z] + grep parallel [2021-06-08T20:58:33.658Z] + docker-compose build --help [2021-06-08T20:58:37.953Z] --parallel Build images in parallel. [Pipeline] } [2021-06-08T20:58:38.234Z] $ docker stop --time=1 676e33dd2d4d60ffa9491d50492e5d8bcd78de8442ec49d4eb9f80ae4cc23033 [2021-06-08T20:58:40.088Z] $ docker rm -f 676e33dd2d4d60ffa9491d50492e5d8bcd78de8442ec49d4eb9f80ae4cc23033 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-08T20:58:46.274Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-08T20:58:46.274Z] . [Pipeline] withDockerContainer [2021-06-08T20:58:46.539Z] prd-ubuntu18.04-docker-arm64-4c-16g-999 does not seem to be running inside a container [2021-06-08T20:58:46.603Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-06-08T20:58:48.255Z] $ docker top 64081736f2bc4f655ebce14ba9529083bdf704025bc74bbc93d7a4d23aad30d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-08T20:58:49.270Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-06-08T20:58:55.288Z] Building core-command ... [2021-06-08T20:58:55.288Z] Building core-data ... [2021-06-08T20:58:55.288Z] Building core-metadata ... [2021-06-08T20:58:55.288Z] Building security-bootstrapper ... [2021-06-08T20:58:55.288Z] Building security-proxy-setup ... [2021-06-08T20:58:55.288Z] Building security-secretstore-setup ... [2021-06-08T20:58:55.288Z] Building support-notifications ... [2021-06-08T20:58:55.288Z] Building support-scheduler ... [2021-06-08T20:58:55.288Z] Building sys-mgmt-agent ... [2021-06-08T20:58:55.288Z] Building core-metadata [2021-06-08T20:58:55.288Z] Building security-proxy-setup [2021-06-08T20:58:55.288Z] Building security-secretstore-setup [2021-06-08T20:58:55.288Z] Building support-scheduler [2021-06-08T20:58:55.288Z] Building core-command [2021-06-08T21:00:09.349Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-08T21:00:09.349Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-08T21:00:09.349Z] ---> 5b984992a195 [2021-06-08T21:00:09.349Z] Step 3/24 : WORKDIR /edgex-go [2021-06-08T21:00:09.349Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-08T21:00:09.349Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-08T21:00:09.349Z] ---> 5b984992a195 [2021-06-08T21:00:09.349Z] Step 3/23 : WORKDIR /edgex-go [2021-06-08T21:00:09.349Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-08T21:00:09.349Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-08T21:00:09.349Z] ---> 5b984992a195 [2021-06-08T21:00:09.349Z] Step 3/24 : WORKDIR /edgex-go [2021-06-08T21:00:09.349Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-08T21:00:09.349Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-06-08T21:00:09.349Z] [2021-06-08T21:00:09.349Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder ---> 5b984992a195 [2021-06-08T21:00:09.349Z] [2021-06-08T21:00:09.349Z] Step 3/26 : WORKDIR /edgex-go ---> 5b984992a195 [2021-06-08T21:00:09.349Z] [2021-06-08T21:00:09.349Z] Step 3/22 : WORKDIR /edgex-go [2021-06-08T21:00:09.349Z] ---> Running in 53d1f1263367 [2021-06-08T21:00:09.349Z] ---> Running in 17135788ac46 [2021-06-08T21:00:09.349Z] ---> Running in 024db6df9c76 [2021-06-08T21:00:09.349Z] ---> Running in b26efd2261d7 [2021-06-08T21:00:09.349Z] ---> Running in b33a92b3abc2 [2021-06-08T21:00:09.349Z] Removing intermediate container b26efd2261d7 [2021-06-08T21:00:09.349Z] ---> 6320ac8e3858 [2021-06-08T21:00:09.349Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T21:00:09.349Z] ---> Running in 468c989a57fd [2021-06-08T21:00:09.349Z] Removing intermediate container 53d1f1263367 [2021-06-08T21:00:09.349Z] ---> 2f2711d88ccc [2021-06-08T21:00:09.349Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T21:00:09.349Z] Removing intermediate container 17135788ac46 [2021-06-08T21:00:09.349Z] ---> 3dd905e162ae [2021-06-08T21:00:09.349Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T21:00:09.349Z] Removing intermediate container b33a92b3abc2 [2021-06-08T21:00:09.349Z] ---> 5d0d1d43d7cc [2021-06-08T21:00:09.350Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T21:00:09.350Z] Removing intermediate container 024db6df9c76 [2021-06-08T21:00:09.350Z] ---> 6bb5f14ea2ec [2021-06-08T21:00:09.350Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T21:00:09.350Z] ---> Running in 59323b882de5 [2021-06-08T21:00:09.350Z] ---> Running in 6f52fa699441 [2021-06-08T21:00:09.350Z] ---> Running in 7e2da66726ba [2021-06-08T21:00:09.350Z] ---> Running in cc78bd5d9688 [2021-06-08T21:00:09.736Z] Removing intermediate container 468c989a57fd [2021-06-08T21:00:09.736Z] ---> 4f70a9971898 [2021-06-08T21:00:09.736Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-06-08T21:00:10.074Z] ---> Running in ef0384aea93e [2021-06-08T21:00:10.074Z] Removing intermediate container 7e2da66726ba [2021-06-08T21:00:10.074Z] ---> b0e70bb7be87 [2021-06-08T21:00:10.074Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-06-08T21:00:10.384Z] ---> Running in 4fd60f149f6a [2021-06-08T21:00:10.707Z] Removing intermediate container 59323b882de5 [2021-06-08T21:00:10.707Z] ---> 44ff3b9aaf07 [2021-06-08T21:00:10.707Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-08T21:00:10.707Z] Removing intermediate container 6f52fa699441 [2021-06-08T21:00:10.707Z] ---> e8ee9406854d [2021-06-08T21:00:10.707Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-08T21:00:11.038Z] ---> Running in 0628bed9e6c3 [2021-06-08T21:00:11.038Z] Removing intermediate container cc78bd5d9688 [2021-06-08T21:00:11.038Z] ---> e80a22515873 [2021-06-08T21:00:11.038Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-06-08T21:00:11.038Z] ---> Running in 89bb28c8ad2d [2021-06-08T21:00:11.317Z] ---> Running in 5d19788c6930 [2021-06-08T21:00:12.328Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-08T21:00:12.930Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-08T21:00:13.210Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-08T21:00:13.210Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-08T21:00:13.486Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-08T21:00:13.486Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-08T21:00:13.760Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-08T21:00:14.039Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-08T21:00:14.318Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-08T21:00:14.318Z] OK: 218 MiB in 52 packages [2021-06-08T21:00:14.919Z] OK: 218 MiB in 52 packages [2021-06-08T21:00:15.197Z] OK: 218 MiB in 52 packages [2021-06-08T21:00:15.197Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-08T21:00:15.475Z] OK: 218 MiB in 52 packages [2021-06-08T21:00:15.752Z] Removing intermediate container ef0384aea93e [2021-06-08T21:00:15.752Z] ---> 33795fcf9b9f [2021-06-08T21:00:15.752Z] Step 6/26 : COPY go.mod . [2021-06-08T21:00:16.735Z] Removing intermediate container 0628bed9e6c3 [2021-06-08T21:00:16.735Z] ---> ba1e992f03bf [2021-06-08T21:00:16.735Z] Step 6/24 : COPY go.mod . [2021-06-08T21:00:16.735Z] Removing intermediate container 4fd60f149f6a [2021-06-08T21:00:16.735Z] ---> 93dbf836d70e [2021-06-08T21:00:16.736Z] Step 6/22 : COPY go.mod . [2021-06-08T21:00:17.012Z] Removing intermediate container 89bb28c8ad2d [2021-06-08T21:00:17.012Z] ---> d5461184292a [2021-06-08T21:00:17.012Z] Step 6/24 : COPY go.mod . [2021-06-08T21:00:17.012Z] ---> d4ecec279758 [2021-06-08T21:00:17.012Z] Step 7/26 : RUN go mod download [2021-06-08T21:00:17.293Z] ---> Running in f8fb11f964f4 [2021-06-08T21:00:17.898Z] ---> 6fef2e2c2d86 [2021-06-08T21:00:17.898Z] Step 7/24 : RUN go mod download [2021-06-08T21:00:17.898Z] ---> 703b73215dd3 [2021-06-08T21:00:17.898Z] Step 7/22 : RUN go mod download [2021-06-08T21:00:18.170Z] ---> Running in e7e33786c00e [2021-06-08T21:00:18.170Z] ---> a0e21b310886 [2021-06-08T21:00:18.170Z] Step 7/24 : RUN go mod download [2021-06-08T21:00:18.170Z] ---> Running in 1da43a0c5777 [2021-06-08T21:00:18.443Z] ---> Running in 224eadacb055 [2021-06-08T21:00:18.443Z] OK: 218 MiB in 52 packages [2021-06-08T21:00:20.445Z] Removing intermediate container 5d19788c6930 [2021-06-08T21:00:20.445Z] ---> 7f25b503af5d [2021-06-08T21:00:20.445Z] Step 6/23 : COPY go.mod . [2021-06-08T21:00:20.724Z] Removing intermediate container f8fb11f964f4 [2021-06-08T21:00:20.724Z] ---> 50b120e22e78 [2021-06-08T21:00:20.724Z] Step 8/26 : COPY . . [2021-06-08T21:00:21.325Z] ---> a3d406572e54 [2021-06-08T21:00:21.325Z] Step 7/23 : RUN go mod download [2021-06-08T21:00:21.603Z] ---> Running in fd84f69acd05 [2021-06-08T21:00:22.601Z] Removing intermediate container e7e33786c00e [2021-06-08T21:00:22.601Z] ---> abc616342852 [2021-06-08T21:00:22.601Z] Step 8/24 : COPY . . [2021-06-08T21:00:23.210Z] Removing intermediate container 224eadacb055 [2021-06-08T21:00:23.210Z] ---> 7b0d72d06e6a [2021-06-08T21:00:23.210Z] Step 8/24 : COPY . . [2021-06-08T21:00:23.210Z] Removing intermediate container 1da43a0c5777 [2021-06-08T21:00:23.210Z] ---> d55ca106feb6 [2021-06-08T21:00:23.210Z] Step 8/22 : COPY . . [2021-06-08T21:00:27.538Z] Removing intermediate container fd84f69acd05 [2021-06-08T21:00:27.538Z] ---> 25a6558d2f90 [2021-06-08T21:00:27.538Z] Step 8/23 : COPY . . [2021-06-08T21:00:49.751Z] ---> cb62bcc96de6 [2021-06-08T21:00:49.751Z] Step 9/26 : RUN go mod tidy [2021-06-08T21:00:49.751Z] ---> 18999b16d8d9 [2021-06-08T21:00:49.751Z] Step 9/24 : RUN go mod tidy [2021-06-08T21:00:49.751Z] ---> fe31e4a01a76 [2021-06-08T21:00:49.751Z] Step 9/24 : RUN go mod tidy [2021-06-08T21:00:49.751Z] ---> a07eb6c7590f [2021-06-08T21:00:49.751Z] Step 9/22 : RUN go mod tidy [2021-06-08T21:00:49.751Z] ---> Running in 89e2fcc1c7ae [2021-06-08T21:00:49.751Z] ---> Running in 9ef8478a4c83 [2021-06-08T21:00:49.751Z] ---> b860dbc8144f [2021-06-08T21:00:49.751Z] Step 9/23 : RUN go mod tidy [2021-06-08T21:00:49.751Z] ---> Running in 3b42b8aaf5b9 [2021-06-08T21:00:49.751Z] ---> Running in 80917f16aadb [2021-06-08T21:00:49.751Z] ---> Running in 3e0b4022bfdd [2021-06-08T21:00:56.558Z] Removing intermediate container 89e2fcc1c7ae [2021-06-08T21:00:56.558Z] ---> 735bf4c75fb8 [2021-06-08T21:00:56.558Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-06-08T21:00:56.838Z] ---> Running in 34bb4671990a [2021-06-08T21:00:57.833Z] Removing intermediate container 80917f16aadb [2021-06-08T21:00:57.833Z] ---> 26210dfbb13d [2021-06-08T21:00:57.833Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-06-08T21:00:57.833Z] Removing intermediate container 3e0b4022bfdd [2021-06-08T21:00:57.833Z] ---> 4d0bbc6e82b9 [2021-06-08T21:00:57.833Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-06-08T21:00:57.833Z] Removing intermediate container 3b42b8aaf5b9 [2021-06-08T21:00:57.833Z] ---> 5009ef620fff [2021-06-08T21:00:57.833Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-06-08T21:00:58.107Z] ---> Running in 9b8b0e53ac3d [2021-06-08T21:00:58.107Z] ---> Running in a1266decce66 [2021-06-08T21:00:58.107Z] ---> Running in b32382723732 [2021-06-08T21:00:58.107Z] Removing intermediate container 9ef8478a4c83 [2021-06-08T21:00:58.107Z] ---> c7f0188258ab [2021-06-08T21:00:58.107Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-06-08T21:01:00.298Z] ---> Running in dab0ab41864e [2021-06-08T21:01:00.576Z] 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-08T21:01:02.032Z] 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-08T21:01:02.310Z] 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-08T21:01:02.589Z] 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-08T21:01:02.589Z] 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-08T21:02:48.739Z] 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-08T21:02:48.739Z] 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-08T21:03:04.916Z] Removing intermediate container 34bb4671990a [2021-06-08T21:03:04.917Z] ---> 1cdef1718141 [2021-06-08T21:03:04.917Z] [2021-06-08T21:03:04.917Z] Step 11/26 : FROM alpine:3.12 [2021-06-08T21:03:04.917Z] Removing intermediate container 9b8b0e53ac3d [2021-06-08T21:03:04.917Z] ---> 15fa7160959a [2021-06-08T21:03:04.917Z] [2021-06-08T21:03:04.917Z] Step 11/22 : FROM alpine:3.12 [2021-06-08T21:03:05.191Z] Removing intermediate container dab0ab41864e [2021-06-08T21:03:05.191Z] ---> 44f7b3bef64d [2021-06-08T21:03:05.191Z] [2021-06-08T21:03:05.191Z] Step 11/24 : FROM alpine:3.12 [2021-06-08T21:03:05.791Z] 3.12: Pulling from library/alpine [2021-06-08T21:03:06.062Z] 3.12: Pulling from library/alpine [2021-06-08T21:03:10.081Z] 3.12: Pulling from library/alpine [2021-06-08T21:03:10.081Z] Removing intermediate container a1266decce66 [2021-06-08T21:03:10.081Z] ---> 49b1358982b1 [2021-06-08T21:03:10.081Z] [2021-06-08T21:03:10.081Z] Step 11/23 : FROM alpine:3.12 [2021-06-08T21:03:10.081Z] 3.12: Pulling from library/alpine [2021-06-08T21:03:10.081Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-08T21:03:10.081Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-08T21:03:10.081Z] Status: Downloaded newer image for alpine:3.12 [2021-06-08T21:03:10.081Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-08T21:03:10.081Z] Status: Downloaded newer image for alpine:3.12 [2021-06-08T21:03:10.081Z] Status: Image is up to date for alpine:3.12 [2021-06-08T21:03:10.081Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-08T21:03:10.081Z] Status: Image is up to date for alpine:3.12 [2021-06-08T21:03:10.081Z] ---> 9852663dfa18 [2021-06-08T21:03:10.081Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-06-08T21:03:10.081Z] ---> 9852663dfa18 [2021-06-08T21:03:10.081Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-06-08T21:03:10.081Z] ---> 9852663dfa18 [2021-06-08T21:03:10.081Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-08T21:03:10.081Z] ---> 9852663dfa18 [2021-06-08T21:03:10.081Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-06-08T21:03:10.081Z] ---> Running in d3528aa0c39f [2021-06-08T21:03:10.081Z] ---> Running in 5ec60c1ed5cd [2021-06-08T21:03:10.081Z] ---> Running in 57c29c9461d2 [2021-06-08T21:03:10.081Z] ---> Running in 4984ba2ea424 [2021-06-08T21:03:10.081Z] Removing intermediate container b32382723732 [2021-06-08T21:03:10.081Z] ---> 25e20c3cf63b [2021-06-08T21:03:10.081Z] [2021-06-08T21:03:10.081Z] Step 11/24 : FROM alpine:3.12 [2021-06-08T21:03:10.081Z] ---> 9852663dfa18 [2021-06-08T21:03:10.081Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-08T21:03:10.081Z] ---> Running in c459fa4360a7 [2021-06-08T21:03:10.677Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-08T21:03:10.951Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-08T21:03:11.222Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-08T21:03:11.222Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-08T21:03:11.496Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-08T21:03:11.496Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-08T21:03:11.496Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-08T21:03:11.496Z] (1/4) Installing ca-certificates (20191127-r4) [2021-06-08T21:03:11.496Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-06-08T21:03:11.496Z] (3/4) Installing libcurl (7.77.0-r0) [2021-06-08T21:03:11.496Z] (4/4) Installing curl (7.77.0-r0) [2021-06-08T21:03:11.496Z] Executing busybox-1.31.1-r20.trigger [2021-06-08T21:03:11.496Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-08T21:03:11.777Z] Executing ca-certificates-20191127-r4.trigger [2021-06-08T21:03:12.058Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-08T21:03:12.058Z] OK: 7 MiB in 18 packages [2021-06-08T21:03:12.058Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-08T21:03:12.058Z] Executing busybox-1.31.1-r20.trigger [2021-06-08T21:03:12.058Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-08T21:03:12.058Z] Executing busybox-1.31.1-r20.trigger [2021-06-08T21:03:12.058Z] OK: 5 MiB in 15 packages [2021-06-08T21:03:12.058Z] OK: 5 MiB in 15 packages [2021-06-08T21:03:12.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-08T21:03:12.608Z] (1/6) Installing ca-certificates (20191127-r4) [2021-06-08T21:03:12.608Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-06-08T21:03:12.608Z] (3/6) Installing libcurl (7.77.0-r0) [2021-06-08T21:03:12.608Z] (4/6) Installing curl (7.77.0-r0) [2021-06-08T21:03:12.608Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-06-08T21:03:12.608Z] (6/6) Installing su-exec (0.2-r1) [2021-06-08T21:03:12.608Z] Executing busybox-1.31.1-r20.trigger [2021-06-08T21:03:12.608Z] Executing ca-certificates-20191127-r4.trigger [2021-06-08T21:03:12.885Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-08T21:03:12.885Z] Executing busybox-1.31.1-r20.trigger [2021-06-08T21:03:12.885Z] OK: 7 MiB in 20 packages [2021-06-08T21:03:12.885Z] OK: 5 MiB in 15 packages [2021-06-08T21:03:14.360Z] Removing intermediate container 57c29c9461d2 [2021-06-08T21:03:14.360Z] ---> a0d7735f6302 [2021-06-08T21:03:14.360Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-08T21:03:14.360Z] Removing intermediate container 4984ba2ea424 [2021-06-08T21:03:14.360Z] ---> 5d8ffd5e7035 [2021-06-08T21:03:14.360Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-08T21:03:14.360Z] Removing intermediate container d3528aa0c39f [2021-06-08T21:03:14.360Z] ---> 37912f5c0723 [2021-06-08T21:03:14.360Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-08T21:03:14.360Z] ---> Running in 2f1dfe1039ef [2021-06-08T21:03:14.636Z] ---> Running in d21583832412 [2021-06-08T21:03:14.636Z] ---> Running in 314c28861637 [2021-06-08T21:03:14.636Z] Removing intermediate container c459fa4360a7 [2021-06-08T21:03:14.636Z] ---> 4f914de36f52 [2021-06-08T21:03:14.636Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-08T21:03:14.908Z] ---> Running in 950b1f16695d [2021-06-08T21:03:14.909Z] Removing intermediate container 5ec60c1ed5cd [2021-06-08T21:03:14.909Z] ---> 2d83480426a9 [2021-06-08T21:03:14.909Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-08T21:03:15.201Z] Removing intermediate container 2f1dfe1039ef [2021-06-08T21:03:15.201Z] ---> 9ea830b602bb [2021-06-08T21:03:15.201Z] Step 14/24 : ENV APP_PORT=59882 [2021-06-08T21:03:15.201Z] ---> Running in d5f93c359aff [2021-06-08T21:03:15.201Z] ---> Running in 8604303982e6 [2021-06-08T21:03:15.201Z] Removing intermediate container d21583832412 [2021-06-08T21:03:15.201Z] ---> 005db3d4a8d6 [2021-06-08T21:03:15.201Z] Step 14/23 : ENV APP_PORT=59861 [2021-06-08T21:03:15.476Z] Removing intermediate container 314c28861637 [2021-06-08T21:03:15.477Z] ---> 485a38782e8d [2021-06-08T21:03:15.477Z] Step 14/22 : WORKDIR /edgex [2021-06-08T21:03:15.477Z] ---> Running in 6e6731e632fd [2021-06-08T21:03:15.477Z] ---> Running in 4c1bf79602c7 [2021-06-08T21:03:15.764Z] Removing intermediate container 950b1f16695d [2021-06-08T21:03:15.764Z] ---> 38b560b93396 [2021-06-08T21:03:15.764Z] Step 14/24 : ENV APP_PORT=59881 [2021-06-08T21:03:15.764Z] Removing intermediate container d5f93c359aff [2021-06-08T21:03:15.764Z] ---> df8152bff8ce [2021-06-08T21:03:15.764Z] Step 14/26 : WORKDIR / [2021-06-08T21:03:16.045Z] ---> Running in b86ca13d9232 [2021-06-08T21:03:16.045Z] Removing intermediate container 8604303982e6 [2021-06-08T21:03:16.045Z] ---> ea22db0ceb05 [2021-06-08T21:03:16.045Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-08T21:03:16.045Z] ---> Running in c38343683952 [2021-06-08T21:03:16.317Z] Removing intermediate container 6e6731e632fd [2021-06-08T21:03:16.317Z] ---> 6a28356566ad [2021-06-08T21:03:16.317Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-08T21:03:16.317Z] ---> Running in 303ceb054ab6 [2021-06-08T21:03:16.317Z] Removing intermediate container 4c1bf79602c7 [2021-06-08T21:03:16.317Z] ---> 3571e098a954 [2021-06-08T21:03:16.317Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-06-08T21:03:16.317Z] ---> Running in 1755302863c0 [2021-06-08T21:03:16.590Z] Removing intermediate container b86ca13d9232 [2021-06-08T21:03:16.590Z] ---> b93969a5a2c1 [2021-06-08T21:03:16.590Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-08T21:03:16.863Z] ---> Running in 3646df6553f1 [2021-06-08T21:03:17.141Z] Removing intermediate container c38343683952 [2021-06-08T21:03:17.141Z] ---> 4a0e7177c12b [2021-06-08T21:03:17.141Z] 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-08T21:03:17.141Z] Removing intermediate container 303ceb054ab6 [2021-06-08T21:03:17.141Z] ---> 6e74f7d2113a [2021-06-08T21:03:17.141Z] Step 16/24 : WORKDIR / [2021-06-08T21:03:17.141Z] Removing intermediate container 1755302863c0 [2021-06-08T21:03:17.141Z] ---> 853969128398 [2021-06-08T21:03:17.141Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-08T21:03:17.419Z] ---> Running in 5e5fcbbe813f [2021-06-08T21:03:17.698Z] ---> f73244bdd90f [2021-06-08T21:03:17.698Z] Removing intermediate container 3646df6553f1 [2021-06-08T21:03:17.698Z] ---> d32b735edd5a [2021-06-08T21:03:17.698Z] Step 16/24 : WORKDIR / [2021-06-08T21:03:17.698Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-06-08T21:03:17.698Z] ---> Running in fb4cba2e1363 [2021-06-08T21:03:20.344Z] ---> 150e63654892 [2021-06-08T21:03:20.344Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-06-08T21:03:20.344Z] Removing intermediate container 5e5fcbbe813f [2021-06-08T21:03:20.344Z] ---> 3fb316e5b7bc [2021-06-08T21:03:20.344Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-08T21:03:20.344Z] ---> 8657e05dc8f2 [2021-06-08T21:03:20.344Z] 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-08T21:03:20.344Z] Removing intermediate container fb4cba2e1363 [2021-06-08T21:03:20.344Z] ---> 718c6d290634 [2021-06-08T21:03:20.344Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-08T21:03:20.344Z] ---> b7c81bc23558 [2021-06-08T21:03:20.344Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-06-08T21:03:20.344Z] ---> 82b317b63dc2 [2021-06-08T21:03:20.344Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-06-08T21:03:20.344Z] ---> cbe288e3e8e4 [2021-06-08T21:03:20.344Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-06-08T21:03:20.344Z] ---> 3aa14d653972 [2021-06-08T21:03:20.344Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-06-08T21:03:20.344Z] ---> 7f9115a5a1d2 [2021-06-08T21:03:20.344Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-06-08T21:03:22.964Z] ---> 21882b6e4153 [2021-06-08T21:03:22.964Z] ---> 7c0a35b306eb [2021-06-08T21:03:22.964Z] ---> 7c204874ee34 [2021-06-08T21:03:22.964Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"]Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-06-08T21:03:22.964Z] ---> 35996db548d9 [2021-06-08T21:03:22.964Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-06-08T21:03:22.964Z] ---> bc282d0f9974 [2021-06-08T21:03:22.964Z] 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-08T21:03:22.964Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-06-08T21:03:22.964Z] [2021-06-08T21:03:23.241Z] ---> Running in 1c622c303934 [2021-06-08T21:03:23.241Z] ---> Running in 8d55507dc1a7 [2021-06-08T21:03:24.225Z] Removing intermediate container 8d55507dc1a7 [2021-06-08T21:03:24.225Z] ---> f9d58f7346b8 [2021-06-08T21:03:24.225Z] Step 19/22 : CMD ["--init=true"] [2021-06-08T21:03:24.225Z] Removing intermediate container 1c622c303934 [2021-06-08T21:03:24.225Z] ---> e87d0425b581 [2021-06-08T21:03:24.225Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-08T21:03:24.499Z] ---> Running in d0b9d4757889 [2021-06-08T21:03:24.499Z] ---> Running in a28566a34828 [2021-06-08T21:03:24.499Z] ---> b2277b401ad0 [2021-06-08T21:03:24.499Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-06-08T21:03:24.499Z] ---> 971dc218271a [2021-06-08T21:03:24.499Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-06-08T21:03:24.499Z] ---> 2990485ece5e [2021-06-08T21:03:24.499Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-06-08T21:03:24.776Z] ---> Running in 099a028ae84e [2021-06-08T21:03:24.776Z] ---> Running in ff77398702dd [2021-06-08T21:03:25.409Z] Removing intermediate container a28566a34828 [2021-06-08T21:03:25.409Z] ---> ca013977bd72 [2021-06-08T21:03:25.409Z] Step 20/22 : LABEL arch=arm64 [2021-06-08T21:03:25.409Z] Removing intermediate container d0b9d4757889 [2021-06-08T21:03:25.409Z] ---> c9c62ad70b0b [2021-06-08T21:03:25.409Z] Step 21/23 : LABEL arch=arm64 [2021-06-08T21:03:25.699Z] ---> Running in e47f22650ff8 [2021-06-08T21:03:25.699Z] Removing intermediate container 099a028ae84e [2021-06-08T21:03:25.699Z] ---> 6db7095e63ba [2021-06-08T21:03:25.699Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-08T21:03:25.699Z] ---> Running in 9980f8b7ed47 [2021-06-08T21:03:25.699Z] Removing intermediate container ff77398702dd [2021-06-08T21:03:25.699Z] ---> 518ece5f2e34 [2021-06-08T21:03:25.699Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-08T21:03:25.977Z] ---> Running in 91d0cc64497e [2021-06-08T21:03:26.262Z] ---> Running in e4a176087b79 [2021-06-08T21:03:26.262Z] ---> 7aa714bd263d [2021-06-08T21:03:26.262Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-06-08T21:03:26.262Z] Removing intermediate container e47f22650ff8 [2021-06-08T21:03:26.262Z] ---> a5a02bc4f6e1 [2021-06-08T21:03:26.262Z] Step 21/22 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 [2021-06-08T21:03:26.543Z] Removing intermediate container 9980f8b7ed47 [2021-06-08T21:03:26.543Z] ---> 520d15089a08 [2021-06-08T21:03:26.543Z] Step 22/23 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 [2021-06-08T21:03:26.543Z] ---> Running in 66d449c84693 [2021-06-08T21:03:26.821Z] ---> Running in fc884accb2e2 [2021-06-08T21:03:26.821Z] Removing intermediate container 91d0cc64497e [2021-06-08T21:03:26.821Z] ---> 2b9796a41055 [2021-06-08T21:03:26.821Z] Step 22/24 : LABEL arch=arm64 [2021-06-08T21:03:27.134Z] Removing intermediate container e4a176087b79 [2021-06-08T21:03:27.134Z] ---> 8a2a1e15977c [2021-06-08T21:03:27.134Z] Step 22/24 : LABEL arch=arm64 [2021-06-08T21:03:27.134Z] ---> Running in 88d4e974cbc4 [2021-06-08T21:03:27.511Z] ---> Running in fffb2f2ded35 [2021-06-08T21:03:27.511Z] Removing intermediate container 66d449c84693 [2021-06-08T21:03:27.511Z] ---> 739d24a619ef [2021-06-08T21:03:27.511Z] Step 22/22 : LABEL version=0.0.0 [2021-06-08T21:03:27.812Z] Removing intermediate container fc884accb2e2 [2021-06-08T21:03:27.812Z] ---> 1e6fd00384f7 [2021-06-08T21:03:27.812Z] Step 23/23 : LABEL version=0.0.0 [2021-06-08T21:03:27.812Z] ---> Running in 558d9cb00017 [2021-06-08T21:03:29.912Z] ---> Running in 5edd856fcfc9 [2021-06-08T21:03:29.912Z] Removing intermediate container 88d4e974cbc4 [2021-06-08T21:03:29.912Z] ---> 4b3b321d35d3 [2021-06-08T21:03:29.912Z] Step 23/24 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 [2021-06-08T21:03:29.912Z] Removing intermediate container fffb2f2ded35 [2021-06-08T21:03:29.912Z] ---> 7384a9489c3e [2021-06-08T21:03:29.912Z] Step 23/24 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 [2021-06-08T21:03:29.912Z] ---> 06799059a106 [2021-06-08T21:03:29.912Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-06-08T21:03:29.912Z] ---> Running in 9f30d959e1cc [2021-06-08T21:03:29.912Z] ---> Running in 7fe41ec8f908 [2021-06-08T21:03:29.912Z] Removing intermediate container 558d9cb00017 [2021-06-08T21:03:29.912Z] ---> fb49434f0c0a [2021-06-08T21:03:29.912Z] [2021-06-08T21:03:29.912Z] Removing intermediate container 5edd856fcfc9 [2021-06-08T21:03:29.912Z] ---> 97ebef2637fa [2021-06-08T21:03:29.912Z] [2021-06-08T21:03:29.912Z] Successfully built 97ebef2637fa [2021-06-08T21:03:29.912Z] Successfully tagged support-scheduler-arm64:latest [2021-06-08T21:03:29.912Z]  Building support-scheduler ... done Building security-bootstrapper [2021-06-08T21:03:29.912Z] Successfully built fb49434f0c0a [2021-06-08T21:03:29.912Z] Successfully tagged security-proxy-setup-arm64:latest [2021-06-08T21:03:29.912Z]  Building security-proxy-setup ... done Building sys-mgmt-agent [2021-06-08T21:03:29.912Z] Removing intermediate container 9f30d959e1cc [2021-06-08T21:03:29.912Z] ---> 072769fc16a9 [2021-06-08T21:03:29.912Z] Removing intermediate container 7fe41ec8f908 [2021-06-08T21:03:29.912Z] Step 24/24 : LABEL version=0.0.0 [2021-06-08T21:03:29.912Z] ---> d5010c96173b [2021-06-08T21:03:29.912Z] Step 24/24 : LABEL version=0.0.0 [2021-06-08T21:03:29.912Z] ---> Running in 99494f51076d [2021-06-08T21:03:29.912Z] ---> Running in b70c4cb73f18 [2021-06-08T21:03:29.912Z] ---> 21ea924d0c28 [2021-06-08T21:03:29.912Z] 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-08T21:03:30.301Z] ---> Running in 802ace373517 [2021-06-08T21:03:31.057Z] Removing intermediate container b70c4cb73f18 [2021-06-08T21:03:31.057Z] ---> 9301d456a0df [2021-06-08T21:03:31.057Z] [2021-06-08T21:03:31.057Z] Removing intermediate container 99494f51076d [2021-06-08T21:03:31.057Z] ---> e44036cdac7d [2021-06-08T21:03:31.057Z] [2021-06-08T21:03:31.680Z] Successfully built e44036cdac7d [2021-06-08T21:03:31.680Z] Successfully built 9301d456a0df [2021-06-08T21:03:31.680Z] Successfully tagged core-command-arm64:latest [2021-06-08T21:03:31.680Z]  Building core-command ... done Successfully tagged core-metadata-arm64:latest [2021-06-08T21:03:31.680Z] Building support-notifications [2021-06-08T21:03:31.680Z]  Building core-metadata ... done Building core-data [2021-06-08T21:03:33.673Z] Removing intermediate container 802ace373517 [2021-06-08T21:03:33.673Z] ---> 965817644936 [2021-06-08T21:03:33.673Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-06-08T21:03:33.673Z] ---> Running in 534add96bcbe [2021-06-08T21:03:34.275Z] Removing intermediate container 534add96bcbe [2021-06-08T21:03:34.275Z] ---> 83fa3d790092 [2021-06-08T21:03:34.275Z] Step 24/26 : LABEL arch=arm64 [2021-06-08T21:03:34.275Z] ---> Running in f9f5cd4e93d4 [2021-06-08T21:03:34.871Z] Removing intermediate container f9f5cd4e93d4 [2021-06-08T21:03:34.871Z] ---> c60a3103dd64 [2021-06-08T21:03:34.871Z] Step 25/26 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 [2021-06-08T21:03:35.855Z] ---> Running in 3725b1eff420 [2021-06-08T21:03:36.855Z] Removing intermediate container 3725b1eff420 [2021-06-08T21:03:36.855Z] ---> 25423d741be3 [2021-06-08T21:03:36.855Z] Step 26/26 : LABEL version=0.0.0 [2021-06-08T21:03:37.456Z] ---> Running in 3cc3968fbcb9 [2021-06-08T21:03:38.443Z] Removing intermediate container 3cc3968fbcb9 [2021-06-08T21:03:38.443Z] ---> 3a5ae8f78395 [2021-06-08T21:03:38.443Z] [2021-06-08T21:03:39.040Z] Successfully built 3a5ae8f78395 [2021-06-08T21:03:39.040Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-06-08T21:04:23.444Z]  Building security-secretstore-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-08T21:04:23.444Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-08T21:04:23.444Z] ---> 5b984992a195 [2021-06-08T21:04:23.444Z] Step 3/24 : WORKDIR /edgex-go [2021-06-08T21:04:23.444Z] ---> Using cache [2021-06-08T21:04:23.444Z] ---> 6bb5f14ea2ec [2021-06-08T21:04:23.444Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T21:04:23.444Z] ---> Using cache [2021-06-08T21:04:23.444Z] ---> e80a22515873 [2021-06-08T21:04:23.444Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-06-08T21:04:23.444Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-08T21:04:23.444Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-08T21:04:23.444Z] ---> 5b984992a195 [2021-06-08T21:04:23.444Z] Step 3/24 : WORKDIR /edgex-go [2021-06-08T21:04:23.444Z] ---> Using cache [2021-06-08T21:04:23.444Z] ---> 6bb5f14ea2ec [2021-06-08T21:04:23.444Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T21:04:23.444Z] ---> Using cache [2021-06-08T21:04:23.444Z] ---> e80a22515873 [2021-06-08T21:04:23.444Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-06-08T21:04:23.444Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-08T21:04:23.444Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-08T21:04:23.444Z] ---> 5b984992a195 [2021-06-08T21:04:23.444Z] Step 3/23 : WORKDIR /edgex-go [2021-06-08T21:04:23.444Z] ---> Using cache [2021-06-08T21:04:23.444Z] ---> 6bb5f14ea2ec [2021-06-08T21:04:23.444Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T21:04:23.444Z] ---> Using cache [2021-06-08T21:04:23.444Z] ---> e80a22515873 [2021-06-08T21:04:23.444Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-06-08T21:04:23.444Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-08T21:04:23.444Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-06-08T21:04:23.444Z] ---> 5b984992a195 [2021-06-08T21:04:23.444Z] Step 3/32 : WORKDIR /edgex-go [2021-06-08T21:04:23.444Z] ---> Using cache [2021-06-08T21:04:23.444Z] ---> 6bb5f14ea2ec [2021-06-08T21:04:23.444Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T21:04:23.444Z] ---> Using cache [2021-06-08T21:04:23.444Z] ---> e80a22515873 [2021-06-08T21:04:23.444Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-06-08T21:04:23.444Z] ---> Using cache [2021-06-08T21:04:23.444Z] ---> 7f25b503af5d [2021-06-08T21:04:23.444Z] Step 6/32 : COPY go.mod . [2021-06-08T21:04:23.444Z] ---> Using cache [2021-06-08T21:04:23.444Z] ---> a3d406572e54 [2021-06-08T21:04:23.444Z] Step 7/32 : RUN go mod download [2021-06-08T21:04:23.444Z] ---> Using cache [2021-06-08T21:04:23.444Z] ---> 25a6558d2f90 [2021-06-08T21:04:23.444Z] Step 8/32 : COPY . . [2021-06-08T21:04:23.444Z] ---> Using cache [2021-06-08T21:04:23.444Z] ---> b860dbc8144f [2021-06-08T21:04:23.444Z] Step 9/32 : RUN go mod tidy [2021-06-08T21:04:23.444Z] ---> Using cache [2021-06-08T21:04:23.444Z] ---> 4d0bbc6e82b9 [2021-06-08T21:04:23.444Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-06-08T21:04:26.895Z] ---> Running in 790a12d441e4 [2021-06-08T21:04:26.895Z] ---> Running in be72bbd24981 [2021-06-08T21:04:26.895Z] ---> Running in db96840891fa [2021-06-08T21:04:26.895Z] ---> Running in 0ad73239fb97 [2021-06-08T21:04:29.084Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-08T21:04:29.084Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-08T21:04:29.084Z] 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-08T21:04:29.084Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-08T21:04:29.723Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-08T21:04:29.723Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-08T21:04:29.723Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-08T21:04:30.728Z] OK: 218 MiB in 52 packages [2021-06-08T21:04:30.728Z] OK: 218 MiB in 52 packages [2021-06-08T21:04:31.007Z] OK: 218 MiB in 52 packages [2021-06-08T21:04:34.420Z] Removing intermediate container 790a12d441e4 [2021-06-08T21:04:34.420Z] ---> 1f2fbec9279b [2021-06-08T21:04:34.420Z] Step 6/24 : COPY go.mod . [2021-06-08T21:04:34.420Z] Removing intermediate container be72bbd24981 [2021-06-08T21:04:34.420Z] ---> 0a0bc87a37b2 [2021-06-08T21:04:34.420Z] Step 6/23 : COPY go.mod . [2021-06-08T21:04:34.420Z] Removing intermediate container 0ad73239fb97 [2021-06-08T21:04:34.420Z] ---> 13cb4a711703 [2021-06-08T21:04:34.420Z] Step 6/24 : COPY go.mod . [2021-06-08T21:04:34.420Z] ---> ad8365d3535e [2021-06-08T21:04:34.420Z] Step 7/24 : RUN go mod download [2021-06-08T21:04:34.692Z] ---> Running in 7ba2e6a5efa6 [2021-06-08T21:04:34.692Z] ---> f0d60e103034 [2021-06-08T21:04:34.692Z] Step 7/23 : RUN go mod download [2021-06-08T21:04:34.968Z] ---> 6fe49800479a [2021-06-08T21:04:34.968Z] Step 7/24 : RUN go mod download [2021-06-08T21:04:34.968Z] ---> Running in e640c2d5cc05 [2021-06-08T21:04:35.245Z] ---> Running in 67697c92f6ed [2021-06-08T21:04:39.576Z] Removing intermediate container 7ba2e6a5efa6 [2021-06-08T21:04:39.576Z] ---> 6160c014f829 [2021-06-08T21:04:39.576Z] Step 8/24 : COPY . . [2021-06-08T21:04:40.565Z] Removing intermediate container e640c2d5cc05 [2021-06-08T21:04:40.565Z] ---> 2f23e94ba203 [2021-06-08T21:04:40.565Z] Step 8/23 : COPY . . [2021-06-08T21:04:40.565Z] Removing intermediate container 67697c92f6ed [2021-06-08T21:04:40.565Z] ---> 98d624823d6e [2021-06-08T21:04:40.565Z] Step 8/24 : COPY . . [2021-06-08T21:05:14.813Z] ---> 887442c7e709 [2021-06-08T21:05:14.813Z] Step 9/24 : RUN go mod tidy [2021-06-08T21:05:14.813Z] ---> 60d995427eba [2021-06-08T21:05:14.813Z] Step 9/23 : RUN go mod tidy [2021-06-08T21:05:15.086Z] ---> b193a5dfc44a [2021-06-08T21:05:15.086Z] Step 9/24 : RUN go mod tidy [2021-06-08T21:05:15.086Z] ---> Running in 73ff0b63df72 [2021-06-08T21:05:15.359Z] ---> Running in c89293ebfb81 [2021-06-08T21:05:15.359Z] ---> Running in 64deb04feee5 [2021-06-08T21:05:18.844Z] Removing intermediate container db96840891fa [2021-06-08T21:05:18.844Z] ---> ec19363dc28a [2021-06-08T21:05:18.844Z] [2021-06-08T21:05:18.844Z] Step 11/32 : FROM alpine:3.12 [2021-06-08T21:05:18.844Z] ---> 9852663dfa18 [2021-06-08T21:05:18.844Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-06-08T21:05:18.844Z] ---> Running in 238d7bc23b1e [2021-06-08T21:05:19.121Z] Removing intermediate container 238d7bc23b1e [2021-06-08T21:05:19.121Z] ---> 61369473ff52 [2021-06-08T21:05:19.121Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-06-08T21:05:19.403Z] ---> Running in a9c489fd7f39 [2021-06-08T21:05:21.395Z] Removing intermediate container c89293ebfb81 [2021-06-08T21:05:21.395Z] ---> 6d98bad14046 [2021-06-08T21:05:21.395Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-06-08T21:05:21.395Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-08T21:05:21.395Z] ---> Running in 0478bb98ea5c [2021-06-08T21:05:21.395Z] Removing intermediate container 64deb04feee5 [2021-06-08T21:05:21.395Z] ---> feb45203bf71 [2021-06-08T21:05:21.395Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-06-08T21:05:21.395Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-08T21:05:21.674Z] Removing intermediate container 73ff0b63df72 [2021-06-08T21:05:21.674Z] ---> 08ed38645476 [2021-06-08T21:05:21.674Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-06-08T21:05:21.674Z] ---> Running in 3cfb95d9ef2a [2021-06-08T21:05:21.951Z] ---> Running in 208a115a46ff [2021-06-08T21:05:22.554Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-06-08T21:05:22.554Z] (2/2) Installing su-exec (0.2-r1) [2021-06-08T21:05:22.554Z] Executing busybox-1.31.1-r20.trigger [2021-06-08T21:05:22.554Z] OK: 5 MiB in 16 packages [2021-06-08T21:05:23.542Z] 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-08T21:05:23.542Z] 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-08T21:05:23.829Z] 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-08T21:05:24.440Z] Removing intermediate container a9c489fd7f39 [2021-06-08T21:05:24.440Z] ---> 036dbe3e9de5 [2021-06-08T21:05:24.440Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-06-08T21:05:24.440Z] ---> Running in d8545cf33092 [2021-06-08T21:05:27.417Z] Removing intermediate container d8545cf33092 [2021-06-08T21:05:27.417Z] ---> b60dc739e210 [2021-06-08T21:05:27.417Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-06-08T21:05:27.417Z] ---> Running in d8aaa2fa6ad6 [2021-06-08T21:05:27.417Z] Removing intermediate container d8aaa2fa6ad6 [2021-06-08T21:05:27.417Z] ---> 373bcadc37b3 [2021-06-08T21:05:27.417Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-06-08T21:05:27.417Z] ---> Running in c659227aa07f [2021-06-08T21:05:30.096Z] Removing intermediate container c659227aa07f [2021-06-08T21:05:30.096Z] ---> 6e54986e394d [2021-06-08T21:05:30.096Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-06-08T21:05:30.096Z] ---> Running in 426373db6ffd [2021-06-08T21:05:31.098Z] Removing intermediate container 426373db6ffd [2021-06-08T21:05:31.098Z] ---> 169f0f7e9647 [2021-06-08T21:05:31.098Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-06-08T21:05:32.550Z] ---> 5bb4f233bbc2 [2021-06-08T21:05:32.550Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-06-08T21:05:32.550Z] ---> Running in d95b5e5e829c [2021-06-08T21:05:36.897Z] Removing intermediate container d95b5e5e829c [2021-06-08T21:05:36.897Z] ---> 04198b279e63 [2021-06-08T21:05:36.897Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-08T21:05:37.513Z] ---> 896f8aaf38b1 [2021-06-08T21:05:37.513Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-06-08T21:05:40.185Z] ---> 1de95a972327 [2021-06-08T21:05:40.185Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-06-08T21:05:41.390Z] ---> ac48981e5d1b [2021-06-08T21:05:41.390Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-06-08T21:05:42.529Z] ---> c300f6debf8b [2021-06-08T21:05:42.529Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-06-08T21:05:45.608Z] ---> afe00b5c055e [2021-06-08T21:05:45.608Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-06-08T21:05:45.608Z] ---> Running in 1b28ff8899ce [2021-06-08T21:05:45.608Z] Removing intermediate container 1b28ff8899ce [2021-06-08T21:05:45.608Z] ---> b3477282eed3 [2021-06-08T21:05:45.608Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-06-08T21:05:46.218Z] ---> 6296063be5ec [2021-06-08T21:05:46.219Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-06-08T21:05:46.844Z] ---> Running in 7fddc065fd26 [2021-06-08T21:05:50.273Z] Removing intermediate container 7fddc065fd26 [2021-06-08T21:05:50.273Z] ---> 9e6e1e870c7e [2021-06-08T21:05:50.273Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-06-08T21:05:50.556Z] ---> Running in bd95fe414322 [2021-06-08T21:05:51.564Z] Removing intermediate container bd95fe414322 [2021-06-08T21:05:51.564Z] ---> 957329a92a8c [2021-06-08T21:05:51.564Z] Step 29/32 : CMD ["gate"] [2021-06-08T21:05:51.842Z] ---> Running in 9e80514d7bec [2021-06-08T21:05:52.447Z] Removing intermediate container 9e80514d7bec [2021-06-08T21:05:52.447Z] ---> eaf3c6deda21 [2021-06-08T21:05:52.447Z] Step 30/32 : LABEL arch=arm64 [2021-06-08T21:05:53.056Z] ---> Running in 1dcad46d2a57 [2021-06-08T21:05:54.056Z] Removing intermediate container 1dcad46d2a57 [2021-06-08T21:05:54.056Z] ---> 32c4308b8a50 [2021-06-08T21:05:54.056Z] Step 31/32 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 [2021-06-08T21:05:54.337Z] ---> Running in 36011549b7f2 [2021-06-08T21:05:55.337Z] Removing intermediate container 36011549b7f2 [2021-06-08T21:05:55.337Z] ---> f5e33a58aa25 [2021-06-08T21:05:55.337Z] Step 32/32 : LABEL version=0.0.0 [2021-06-08T21:05:55.616Z] ---> Running in b87635b99f7d [2021-06-08T21:05:56.631Z] Removing intermediate container b87635b99f7d [2021-06-08T21:05:56.631Z] ---> 03af2886c4d4 [2021-06-08T21:05:56.631Z] [2021-06-08T21:05:56.915Z] Successfully built 03af2886c4d4 [2021-06-08T21:05:56.915Z] Successfully tagged security-bootstrapper-arm64:latest [2021-06-08T21:06:58.189Z]  Building security-bootstrapper ... done Removing intermediate container 0478bb98ea5c [2021-06-08T21:06:58.189Z] ---> 8266577330da [2021-06-08T21:06:58.189Z] [2021-06-08T21:06:58.189Z] Step 11/23 : FROM alpine:3.12 [2021-06-08T21:06:58.189Z] ---> 9852663dfa18 [2021-06-08T21:06:58.189Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-06-08T21:06:58.189Z] ---> Running in 373869ab7dbd [2021-06-08T21:06:58.189Z] Removing intermediate container 3cfb95d9ef2a [2021-06-08T21:06:58.189Z] ---> bee72bb48b13 [2021-06-08T21:06:58.189Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-06-08T21:06:58.467Z] ---> Running in 006fb6f9479c [2021-06-08T21:06:59.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-08T21:06:59.339Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-08T21:06:59.611Z] 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-08T21:06:59.889Z] (1/2) Installing ca-certificates (20191127-r4) [2021-06-08T21:06:59.889Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-06-08T21:06:59.889Z] Executing busybox-1.31.1-r20.trigger [2021-06-08T21:06:59.889Z] Executing ca-certificates-20191127-r4.trigger [2021-06-08T21:07:00.168Z] OK: 6 MiB in 16 packages [2021-06-08T21:07:02.781Z] Removing intermediate container 373869ab7dbd [2021-06-08T21:07:02.781Z] ---> cf0ee934ce3c [2021-06-08T21:07:02.781Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-08T21:07:02.781Z] Removing intermediate container 208a115a46ff [2021-06-08T21:07:02.781Z] ---> 1e0533d87761 [2021-06-08T21:07:02.781Z] [2021-06-08T21:07:02.781Z] Step 11/24 : FROM alpine:3.12 [2021-06-08T21:07:02.781Z] ---> 9852663dfa18 [2021-06-08T21:07:02.781Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-06-08T21:07:02.781Z] ---> Running in b777db2051ef [2021-06-08T21:07:02.781Z] ---> Running in a1b984fff447 [2021-06-08T21:07:03.055Z] Removing intermediate container 006fb6f9479c [2021-06-08T21:07:03.055Z] ---> fdec5ddf4d89 [2021-06-08T21:07:03.055Z] [2021-06-08T21:07:03.055Z] Step 12/24 : FROM docker:20.10.0 [2021-06-08T21:07:03.326Z] 20.10.0: Pulling from library/docker [2021-06-08T21:07:03.606Z] Removing intermediate container b777db2051ef [2021-06-08T21:07:03.606Z] ---> 956865945075 [2021-06-08T21:07:03.606Z] Step 14/23 : ENV APP_PORT=59860 [2021-06-08T21:07:03.606Z] Removing intermediate container a1b984fff447 [2021-06-08T21:07:03.606Z] ---> f55b79ca2b1a [2021-06-08T21:07:03.606Z] Step 13/24 : ENV APP_PORT=59880 [2021-06-08T21:07:03.606Z] ---> Running in fd3aeebe9872 [2021-06-08T21:07:03.880Z] ---> Running in a0fb342343ab [2021-06-08T21:07:04.481Z] Removing intermediate container fd3aeebe9872 [2021-06-08T21:07:04.481Z] ---> 4304b8326f63 [2021-06-08T21:07:04.481Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-08T21:07:04.756Z] Removing intermediate container a0fb342343ab [2021-06-08T21:07:04.756Z] ---> 2613f299dd6f [2021-06-08T21:07:04.756Z] Step 14/24 : EXPOSE $APP_PORT [2021-06-08T21:07:05.034Z] ---> Running in 6e830d37144e [2021-06-08T21:07:05.034Z] ---> Running in 50ad18a19444 [2021-06-08T21:07:07.041Z] Removing intermediate container 6e830d37144e [2021-06-08T21:07:07.041Z] ---> 105b6ed9c83b [2021-06-08T21:07:07.041Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-08T21:07:07.339Z] Removing intermediate container 50ad18a19444 [2021-06-08T21:07:07.339Z] ---> aae6e601761c [2021-06-08T21:07:07.339Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T21:07:07.615Z] ---> Running in 0aa4fec8d6b6 [2021-06-08T21:07:08.239Z] ---> bd7e477c4806 [2021-06-08T21:07:08.239Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-06-08T21:07:10.233Z] ---> 0e4b8912af76 [2021-06-08T21:07:10.233Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-06-08T21:07:10.833Z] Removing intermediate container 0aa4fec8d6b6 [2021-06-08T21:07:10.833Z] ---> c72a99a8a4c2 [2021-06-08T21:07:10.833Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-06-08T21:07:11.109Z] ---> Running in 66ea970dafce [2021-06-08T21:07:11.711Z] ---> 6b987eadcd04 [2021-06-08T21:07:11.711Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-06-08T21:07:11.987Z] ---> Running in d8c2a1b62616 [2021-06-08T21:07:12.593Z] Removing intermediate container d8c2a1b62616 [2021-06-08T21:07:12.593Z] ---> 494336ac049c [2021-06-08T21:07:12.593Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-08T21:07:14.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-08T21:07:14.885Z] ---> Running in bd999fcc2c39 [2021-06-08T21:07:14.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-08T21:07:14.885Z] Removing intermediate container bd999fcc2c39 [2021-06-08T21:07:14.885Z] ---> 86de37c6e4cc [2021-06-08T21:07:14.885Z] Step 21/23 : LABEL arch=arm64 [2021-06-08T21:07:14.885Z] ---> Running in 5e711dcdd280 [2021-06-08T21:07:14.885Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-06-08T21:07:14.885Z] Removing intermediate container 5e711dcdd280 [2021-06-08T21:07:14.885Z] ---> b3c90bb6f2b9 [2021-06-08T21:07:14.885Z] Step 22/23 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 [2021-06-08T21:07:14.885Z] (2/6) Installing libgcc (9.3.0-r2) [2021-06-08T21:07:14.885Z] (3/6) Installing libsodium (1.0.18-r0) [2021-06-08T21:07:14.885Z] ---> Running in fcbf45830d09 [2021-06-08T21:07:15.160Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-06-08T21:07:15.442Z] (5/6) Installing libzmq (4.3.3-r0) [2021-06-08T21:07:15.442Z] Removing intermediate container fcbf45830d09 [2021-06-08T21:07:15.442Z] ---> 9fc3fac13dcb [2021-06-08T21:07:15.442Z] Step 23/23 : LABEL version=0.0.0 [2021-06-08T21:07:15.442Z] (6/6) Installing zeromq (4.3.3-r0) [2021-06-08T21:07:15.442Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-06-08T21:07:15.442Z] Status: Downloaded newer image for docker:20.10.0 [2021-06-08T21:07:15.715Z] ---> eeaf43b92773 [2021-06-08T21:07:15.715Z] 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-08T21:07:15.715Z] Executing busybox-1.31.1-r20.trigger [2021-06-08T21:07:15.715Z] ---> Running in e1e62c2db6de [2021-06-08T21:07:15.715Z] OK: 8 MiB in 20 packages [2021-06-08T21:07:15.715Z] ---> Running in 480ceb370b30 [2021-06-08T21:07:16.320Z] Removing intermediate container e1e62c2db6de [2021-06-08T21:07:16.320Z] ---> d0a98184e715 [2021-06-08T21:07:16.320Z] [2021-06-08T21:07:16.599Z] Removing intermediate container 480ceb370b30 [2021-06-08T21:07:16.599Z] ---> 116c05ceca7c [2021-06-08T21:07:16.599Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-06-08T21:07:16.877Z] Successfully built d0a98184e715 [2021-06-08T21:07:16.877Z] Successfully tagged support-notifications-arm64:latest [2021-06-08T21:07:16.877Z]  Building support-notifications ... done  ---> Running in 50177283b829 [2021-06-08T21:07:17.152Z] Removing intermediate container 66ea970dafce [2021-06-08T21:07:17.152Z] ---> c04311b4370e [2021-06-08T21:07:17.152Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-08T21:07:18.149Z] ---> 56d6b75b3a23 [2021-06-08T21:07:18.149Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-06-08T21:07:18.428Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-08T21:07:18.428Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-08T21:07:19.026Z] (1/39) Installing readline (8.0.4-r0) [2021-06-08T21:07:19.026Z] (2/39) Installing bash (5.0.17-r0) [2021-06-08T21:07:19.026Z] Executing bash-5.0.17-r0.post-install [2021-06-08T21:07:19.026Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-06-08T21:07:19.304Z] (4/39) Installing libcurl (7.77.0-r0) [2021-06-08T21:07:19.304Z] (5/39) Installing curl (7.77.0-r0) [2021-06-08T21:07:19.304Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-06-08T21:07:19.304Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-06-08T21:07:19.304Z] (8/39) Installing expat (2.2.9-r1) [2021-06-08T21:07:19.304Z] (9/39) Installing libffi (3.3-r2) [2021-06-08T21:07:19.304Z] (10/39) Installing gdbm (1.13-r1) [2021-06-08T21:07:19.304Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-06-08T21:07:19.304Z] (12/39) Installing sqlite-libs (3.32.1-r1) [2021-06-08T21:07:19.304Z] (13/39) Installing python3 (3.8.10-r0) [2021-06-08T21:07:19.304Z] ---> 6f825b6c716f [2021-06-08T21:07:19.304Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-06-08T21:07:21.295Z] ---> 85495e506537 [2021-06-08T21:07:21.295Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-06-08T21:07:21.295Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-06-08T21:07:21.295Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-06-08T21:07:21.295Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-06-08T21:07:21.295Z] (17/39) Installing py3-six (1.15.0-r0) [2021-06-08T21:07:21.295Z] (18/39) Installing py3-packaging (20.4-r0) [2021-06-08T21:07:21.295Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-06-08T21:07:21.295Z] ---> Running in 80a7354a22ae [2021-06-08T21:07:21.295Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-06-08T21:07:21.295Z] (21/39) Installing py3-idna (2.9-r0) [2021-06-08T21:07:21.295Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-06-08T21:07:21.573Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-06-08T21:07:21.573Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-06-08T21:07:21.573Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-06-08T21:07:21.573Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-06-08T21:07:21.573Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-06-08T21:07:21.573Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-06-08T21:07:21.573Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-06-08T21:07:21.573Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-06-08T21:07:21.573Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-06-08T21:07:21.573Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-06-08T21:07:21.573Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-06-08T21:07:21.855Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-06-08T21:07:21.855Z] (35/39) Installing py3-progress (1.5-r0) [2021-06-08T21:07:21.855Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-06-08T21:07:21.855Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-06-08T21:07:21.855Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-06-08T21:07:21.855Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-06-08T21:07:21.855Z] Removing intermediate container 80a7354a22ae [2021-06-08T21:07:21.855Z] ---> 02ec5e2e76ce [2021-06-08T21:07:21.855Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-08T21:07:21.855Z] Executing busybox-1.31.1-r19.trigger [2021-06-08T21:07:21.855Z] OK: 72 MiB in 59 packages [2021-06-08T21:07:22.132Z] ---> Running in 6f7f31ead7b0 [2021-06-08T21:07:22.737Z] Removing intermediate container 6f7f31ead7b0 [2021-06-08T21:07:22.737Z] ---> 08ee84b06f6e [2021-06-08T21:07:22.737Z] Step 22/24 : LABEL arch=arm64 [2021-06-08T21:07:22.737Z] ---> Running in 5ea549b54d7e [2021-06-08T21:07:23.339Z] Removing intermediate container 5ea549b54d7e [2021-06-08T21:07:23.339Z] ---> 1eccae19384f [2021-06-08T21:07:23.339Z] Step 23/24 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 [2021-06-08T21:07:23.339Z] ---> Running in 649557515e65 [2021-06-08T21:07:23.936Z] Removing intermediate container 649557515e65 [2021-06-08T21:07:23.936Z] ---> b0d1979dffd1 [2021-06-08T21:07:23.936Z] Step 24/24 : LABEL version=0.0.0 [2021-06-08T21:07:24.209Z] ---> Running in 38e8fa364822 [2021-06-08T21:07:24.485Z] Removing intermediate container 38e8fa364822 [2021-06-08T21:07:24.485Z] ---> fc2347ecf919 [2021-06-08T21:07:24.485Z] [2021-06-08T21:07:25.089Z] Successfully built fc2347ecf919 [2021-06-08T21:07:25.089Z] Successfully tagged core-data-arm64:latest [2021-06-08T21:07:27.718Z]  Building core-data ... done Collecting docker-compose==1.23.2 [2021-06-08T21:07:27.718Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-06-08T21:07:28.702Z] Collecting jsonschema<3,>=2.5.1 [2021-06-08T21:07:28.702Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-06-08T21:07:29.298Z] Collecting docopt<0.7,>=0.6.1 [2021-06-08T21:07:29.298Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-06-08T21:07:31.921Z] Collecting texttable<0.10,>=0.9.0 [2021-06-08T21:07:31.921Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-06-08T21:07:35.320Z] Collecting websocket-client<1.0,>=0.32.0 [2021-06-08T21:07:35.320Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-06-08T21:07:36.359Z] Collecting PyYAML<4,>=3.10 [2021-06-08T21:07:36.653Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-06-08T21:07:41.498Z] Collecting docker<4.0,>=3.6.0 [2021-06-08T21:07:41.770Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-06-08T21:07:42.364Z] Collecting dockerpty<0.5,>=0.4.1 [2021-06-08T21:07:42.364Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-06-08T21:07:45.759Z] Collecting cached-property<2,>=1.2.0 [2021-06-08T21:07:45.759Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-06-08T21:07:46.734Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-06-08T21:07:46.734Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-06-08T21:07:47.006Z] 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-08T21:07:47.278Z] Collecting docker-pycreds>=0.4.0 [2021-06-08T21:07:47.278Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-06-08T21:07:47.550Z] 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-08T21:07:47.550Z] 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-08T21:07:47.824Z] Collecting idna<2.8,>=2.5 [2021-06-08T21:07:47.824Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-06-08T21:07:48.802Z] Collecting urllib3<1.25,>=1.21.1 [2021-06-08T21:07:48.803Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-06-08T21:07:49.086Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-06-08T21:07:49.086Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-06-08T21:07:49.086Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-06-08T21:07:49.086Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-06-08T21:07:50.066Z] Installing collected packages: jsonschema, docopt, texttable, websocket-client, PyYAML, docker-pycreds, idna, urllib3, requests, docker, dockerpty, cached-property, docker-compose [2021-06-08T21:07:50.658Z] Running setup.py install for docopt: started [2021-06-08T21:07:53.272Z] Running setup.py install for docopt: finished with status 'done' [2021-06-08T21:07:53.272Z] Running setup.py install for texttable: started [2021-06-08T21:07:55.838Z] Running setup.py install for texttable: finished with status 'done' [2021-06-08T21:07:55.838Z] Running setup.py install for PyYAML: started [2021-06-08T21:07:59.230Z] Running setup.py install for PyYAML: finished with status 'done' [2021-06-08T21:07:59.230Z] Attempting uninstall: idna [2021-06-08T21:07:59.230Z] Found existing installation: idna 2.9 [2021-06-08T21:07:59.230Z] Uninstalling idna-2.9: [2021-06-08T21:07:59.230Z] Successfully uninstalled idna-2.9 [2021-06-08T21:07:59.826Z] Attempting uninstall: urllib3 [2021-06-08T21:07:59.826Z] Found existing installation: urllib3 1.25.9 [2021-06-08T21:07:59.826Z] Uninstalling urllib3-1.25.9: [2021-06-08T21:07:59.826Z] Successfully uninstalled urllib3-1.25.9 [2021-06-08T21:08:00.420Z] Attempting uninstall: requests [2021-06-08T21:08:00.420Z] Found existing installation: requests 2.23.0 [2021-06-08T21:08:00.420Z] Uninstalling requests-2.23.0: [2021-06-08T21:08:00.691Z] Successfully uninstalled requests-2.23.0 [2021-06-08T21:08:02.120Z] Running setup.py install for dockerpty: started [2021-06-08T21:08:04.730Z] Running setup.py install for dockerpty: finished with status 'done' [2021-06-08T21:08:05.323Z] 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-08T21:08:13.355Z] Removing intermediate container 50177283b829 [2021-06-08T21:08:13.355Z] ---> fdc66ac128f5 [2021-06-08T21:08:13.355Z] Step 15/24 : ENV APP_PORT=58890 [2021-06-08T21:08:13.628Z] ---> Running in 147b45db1d02 [2021-06-08T21:08:14.222Z] Removing intermediate container 147b45db1d02 [2021-06-08T21:08:14.222Z] ---> f5e91d7c3bce [2021-06-08T21:08:14.222Z] Step 16/24 : EXPOSE $APP_PORT [2021-06-08T21:08:14.222Z] ---> Running in 3ea3d8ade69c [2021-06-08T21:08:14.815Z] Removing intermediate container 3ea3d8ade69c [2021-06-08T21:08:14.815Z] ---> a13cd1950b67 [2021-06-08T21:08:14.815Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-06-08T21:08:16.241Z] ---> 759c4ae819df [2021-06-08T21:08:16.242Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-06-08T21:08:16.847Z] ---> d9f02fea16cb [2021-06-08T21:08:16.847Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-06-08T21:08:17.825Z] ---> 9eb82e604ccb [2021-06-08T21:08:17.825Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-06-08T21:08:18.098Z] ---> Running in 3724b651ce5d [2021-06-08T21:08:18.694Z] Removing intermediate container 3724b651ce5d [2021-06-08T21:08:18.694Z] ---> a2cbdc23d2d9 [2021-06-08T21:08:18.694Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-08T21:08:18.694Z] ---> Running in 3c208cb6cd6d [2021-06-08T21:08:19.289Z] Removing intermediate container 3c208cb6cd6d [2021-06-08T21:08:19.289Z] ---> f0921992ee44 [2021-06-08T21:08:19.289Z] Step 22/24 : LABEL arch=arm64 [2021-06-08T21:08:19.289Z] ---> Running in 1c7df4075eaf [2021-06-08T21:08:19.881Z] Removing intermediate container 1c7df4075eaf [2021-06-08T21:08:19.881Z] ---> 3490eab5e7b0 [2021-06-08T21:08:19.881Z] Step 23/24 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 [2021-06-08T21:08:20.152Z] ---> Running in 13121eb9eec1 [2021-06-08T21:08:20.425Z] Removing intermediate container 13121eb9eec1 [2021-06-08T21:08:20.425Z] ---> d79bff52e080 [2021-06-08T21:08:20.425Z] Step 24/24 : LABEL version=0.0.0 [2021-06-08T21:08:20.699Z] ---> Running in 4986164eed18 [2021-06-08T21:08:21.297Z] Removing intermediate container 4986164eed18 [2021-06-08T21:08:21.297Z] ---> eaf5201378d5 [2021-06-08T21:08:21.298Z] [2021-06-08T21:08:21.567Z] Successfully built eaf5201378d5 [2021-06-08T21:08:21.567Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-06-08T21:08:21.854Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-06-08T21:08:21.838Z] $ docker stop --time=1 64081736f2bc4f655ebce14ba9529083bdf704025bc74bbc93d7a4d23aad30d3 [2021-06-08T21:08:24.459Z] $ docker rm -f 64081736f2bc4f655ebce14ba9529083bdf704025bc74bbc93d7a4d23aad30d3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-08T21:08:25.085Z] + docker images [2021-06-08T21:08:25.354Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-08T21:08:25.354Z] sys-mgmt-agent-arm64 latest eaf5201378d5 5 seconds ago 299MB [2021-06-08T21:08:25.354Z] core-data-arm64 latest fc2347ecf919 About a minute ago 19.1MB [2021-06-08T21:08:25.354Z] support-notifications-arm64 latest d0a98184e715 About a minute ago 15.7MB [2021-06-08T21:08:25.354Z] fdec5ddf4d89 About a minute ago 973MB [2021-06-08T21:08:25.354Z] 1e0533d87761 About a minute ago 974MB [2021-06-08T21:08:25.354Z] 8266577330da About a minute ago 968MB [2021-06-08T21:08:25.354Z] security-bootstrapper-arm64 latest 03af2886c4d4 2 minutes ago 17.1MB [2021-06-08T21:08:25.354Z] ec19363dc28a 3 minutes ago 967MB [2021-06-08T21:08:25.354Z] security-secretstore-setup-arm64 latest 3a5ae8f78395 4 minutes ago 26.5MB [2021-06-08T21:08:25.354Z] core-metadata-arm64 latest e44036cdac7d 4 minutes ago 15.6MB [2021-06-08T21:08:25.354Z] core-command-arm64 latest 9301d456a0df 4 minutes ago 15MB [2021-06-08T21:08:25.354Z] security-proxy-setup-arm64 latest fb49434f0c0a 4 minutes ago 24MB [2021-06-08T21:08:25.354Z] support-scheduler-arm64 latest 97ebef2637fa 4 minutes ago 15MB [2021-06-08T21:08:25.354Z] 25e20c3cf63b 5 minutes ago 971MB [2021-06-08T21:08:25.354Z] 49b1358982b1 5 minutes ago 968MB [2021-06-08T21:08:25.354Z] 15fa7160959a 5 minutes ago 971MB [2021-06-08T21:08:25.354Z] 1cdef1718141 5 minutes ago 973MB [2021-06-08T21:08:25.354Z] 44f7b3bef64d 5 minutes ago 966MB [2021-06-08T21:08:25.354Z] ci-base-image-arm64 latest 5b984992a195 16 minutes ago 641MB [2021-06-08T21:08:25.354Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 5 weeks ago 428MB [2021-06-08T21:08:25.354Z] alpine 3.12 9852663dfa18 7 weeks ago 5.32MB [2021-06-08T21:08:25.354Z] docker 20.10.0 eeaf43b92773 5 months ago 228MB [2021-06-08T21:08:25.354Z] 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-08T21:08:25.985Z] ---> job-cost.sh [2021-06-08T21:08:25.985Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-PfLn [2021-06-08T21:09:07.532Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-08T21:10:48.481Z] lf-activate-venv(): INFO: Adding /tmp/venv-PfLn/bin to PATH [2021-06-08T21:10:48.481Z] INFO: No Stack... [2021-06-08T21:10:48.481Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-06-08T21:10:48.481Z] INFO: Archiving Costs [Pipeline] sh [2021-06-08T21:10:48.818Z] + cat+ /w/workspace/edgex-go/2/archives/cost.csv [2021-06-08T21:10:48.818Z] cut -d, -f6 [Pipeline] lock [2021-06-08T21:10:48.883Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3550-2-stack-cost] [2021-06-08T21:10:48.896Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3550-2-stack-cost] did not exist. Created. [2021-06-08T21:10:48.896Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3550-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-08T21:10:49.249Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-06-08T21:10:49.506Z] Stashed 1 file(s) [Pipeline] } [2021-06-08T21:10:49.532Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3550-2-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-08T21:10:50.162Z] provisioning config files... [2021-06-08T21:10:50.171Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config7788589082279034142tmp [Pipeline] { [Pipeline] sh [2021-06-08T21:10:50.477Z] + set +x [2021-06-08T21:10:50.477Z] + curl -s https://codecov.io/bash [2021-06-08T21:10:50.477Z] + bash -s -- [2021-06-08T21:10:50.477Z] [2021-06-08T21:10:50.477Z] _____ _ [2021-06-08T21:10:50.477Z] / ____| | | [2021-06-08T21:10:50.477Z] | | ___ __| | ___ ___ _____ __ [2021-06-08T21:10:50.477Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-06-08T21:10:50.477Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-06-08T21:10:50.477Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-06-08T21:10:50.477Z] Bash-1.0.3 [2021-06-08T21:10:50.477Z] [2021-06-08T21:10:50.477Z] [2021-06-08T21:10:50.477Z] ==> git version 2.24.4 found [2021-06-08T21:10:50.477Z] ==> 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-08T21:10:50.477Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-06-08T21:10:50.477Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-06-08T21:10:50.477Z] ==> Jenkins CI detected. [2021-06-08T21:10:50.477Z] project root: . [2021-06-08T21:10:50.477Z] --> token set from env [2021-06-08T21:10:50.477Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-06-08T21:10:50.737Z] ==> Running gcov in . (disable via -X gcov) [2021-06-08T21:10:50.737Z] ==> Python coveragepy not found [2021-06-08T21:10:50.737Z] ==> Searching for coverage reports in: [2021-06-08T21:10:50.737Z] + . [2021-06-08T21:10:50.737Z] -> Found 1 reports [2021-06-08T21:10:50.737Z] ==> Detecting git/mercurial file structure [2021-06-08T21:10:50.737Z] ==> Reading reports [2021-06-08T21:10:50.737Z] + ./coverage.out bytes=412085 [2021-06-08T21:10:50.737Z] ==> Appending adjustments [2021-06-08T21:10:50.737Z] https://docs.codecov.io/docs/fixing-reports [2021-06-08T21:10:55.328Z] + Found adjustments [2021-06-08T21:10:55.328Z] ==> Gzipping contents [2021-06-08T21:10:55.328Z] 56K /tmp/codecov.BxUHtq.gz [2021-06-08T21:10:55.328Z] ==> Uploading reports [2021-06-08T21:10:55.328Z] url: https://codecov.io [2021-06-08T21:10:55.328Z] query: branch=PR-3550&commit=a2666c85747e48d0f277d1bc73689a0fa3d00208&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3550%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3550&job=&cmd_args= [2021-06-08T21:10:55.328Z] -> Pinging Codecov [2021-06-08T21:10:55.328Z] https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-3550&commit=a2666c85747e48d0f277d1bc73689a0fa3d00208&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3550%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3550&job=&cmd_args= [2021-06-08T21:10:55.328Z] -> Uploading to [2021-06-08T21:10:55.328Z] https://storage.googleapis.com/codecov/v4/raw/2021-06-08/00271124DB129430A58F1EEE437C3FCB/a2666c85747e48d0f277d1bc73689a0fa3d00208/b56e4ede-6ff7-45d0-a2ef-96a324e1652e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210608%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210608T211052Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=91d1d74a8baa08147b640e356030399a14f7a8faa5b97b3f1a0a6c9ed4a2bd41 [2021-06-08T21:10:55.328Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-08T21:10:55.328Z] Dload Upload Total Spent Left Speed [2021-06-08T21:10:55.328Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56020 0 0 100 56020 0 157k --:--:-- --:--:-- --:--:-- 157k 100 56020 0 0 100 56020 0 157k --:--:-- --:--:-- --:--:-- 157k [2021-06-08T21:10:55.328Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/a2666c85747e48d0f277d1bc73689a0fa3d00208 [Pipeline] } [2021-06-08T21:10:55.361Z] 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-08T21:10:56.429Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-08T21:10:56.993Z] ---> package-listing.sh [2021-06-08T21:10:56.993Z] ++ facter osfamily [2021-06-08T21:10:56.993Z] ++ tr '[:upper:]' '[:lower:]' [2021-06-08T21:10:57.254Z] + OS_FAMILY=redhat [2021-06-08T21:10:57.255Z] + workspace=/w/workspace/edgex-go/2 [2021-06-08T21:10:57.255Z] + START_PACKAGES=/tmp/packages_start.txt [2021-06-08T21:10:57.255Z] + END_PACKAGES=/tmp/packages_end.txt [2021-06-08T21:10:57.255Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-06-08T21:10:57.255Z] + PACKAGES=/tmp/packages_start.txt [2021-06-08T21:10:57.255Z] + '[' /w/workspace/edgex-go/2 ']' [2021-06-08T21:10:57.255Z] + PACKAGES=/tmp/packages_end.txt [2021-06-08T21:10:57.255Z] + case "${OS_FAMILY}" in [2021-06-08T21:10:57.255Z] + sort [2021-06-08T21:10:57.255Z] + rpm -qa [2021-06-08T21:10:59.801Z] + '[' -f /tmp/packages_start.txt ']' [2021-06-08T21:10:59.801Z] + '[' -f /tmp/packages_end.txt ']' [2021-06-08T21:10:59.801Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-06-08T21:10:59.801Z] + '[' /w/workspace/edgex-go/2 ']' [2021-06-08T21:10:59.801Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-06-08T21:10:59.801Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-06-08T21:10:59.814Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-06-08T21:11:00.108Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-06-08T21:11:00.673Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-08T21:11:00.673Z] [2021-06-08T21:11:00.673Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-06-08T21:11:01.008Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-08T21:11:01.008Z] alpine: Pulling from edgex-lftools-log-publisher [2021-06-08T21:11:01.008Z] df20fa9351a1: Pulling fs layer [2021-06-08T21:11:01.008Z] 36b3adc4ff6f: Pulling fs layer [2021-06-08T21:11:01.008Z] 8ad3a11d3b57: Pulling fs layer [2021-06-08T21:11:01.008Z] 46f8f816bc3b: Pulling fs layer [2021-06-08T21:11:01.008Z] 93b61091891f: Pulling fs layer [2021-06-08T21:11:01.008Z] 93b9cdb0e59b: Pulling fs layer [2021-06-08T21:11:01.008Z] 5e14af77c1be: Pulling fs layer [2021-06-08T21:11:01.008Z] 01666e4c0597: Pulling fs layer [2021-06-08T21:11:01.008Z] aa168da1d23b: Pulling fs layer [2021-06-08T21:11:01.008Z] 93b9cdb0e59b: Waiting [2021-06-08T21:11:01.008Z] 5e14af77c1be: Waiting [2021-06-08T21:11:01.008Z] 01666e4c0597: Waiting [2021-06-08T21:11:01.008Z] aa168da1d23b: Waiting [2021-06-08T21:11:01.008Z] 46f8f816bc3b: Waiting [2021-06-08T21:11:01.008Z] 93b61091891f: Waiting [2021-06-08T21:11:01.008Z] 36b3adc4ff6f: Verifying Checksum [2021-06-08T21:11:01.008Z] 36b3adc4ff6f: Download complete [2021-06-08T21:11:01.008Z] 46f8f816bc3b: Verifying Checksum [2021-06-08T21:11:01.008Z] 46f8f816bc3b: Download complete [2021-06-08T21:11:01.008Z] df20fa9351a1: Verifying Checksum [2021-06-08T21:11:01.008Z] df20fa9351a1: Download complete [2021-06-08T21:11:01.279Z] 93b9cdb0e59b: Verifying Checksum [2021-06-08T21:11:01.279Z] 93b9cdb0e59b: Download complete [2021-06-08T21:11:01.279Z] 93b61091891f: Verifying Checksum [2021-06-08T21:11:01.279Z] 93b61091891f: Download complete [2021-06-08T21:11:01.279Z] 01666e4c0597: Verifying Checksum [2021-06-08T21:11:01.279Z] 01666e4c0597: Download complete [2021-06-08T21:11:01.279Z] 8ad3a11d3b57: Verifying Checksum [2021-06-08T21:11:01.279Z] 8ad3a11d3b57: Download complete [2021-06-08T21:11:01.279Z] df20fa9351a1: Pull complete [2021-06-08T21:11:01.279Z] 5e14af77c1be: Verifying Checksum [2021-06-08T21:11:01.279Z] 5e14af77c1be: Download complete [2021-06-08T21:11:01.279Z] 36b3adc4ff6f: Pull complete [2021-06-08T21:11:02.236Z] 8ad3a11d3b57: Pull complete [2021-06-08T21:11:02.236Z] 46f8f816bc3b: Pull complete [2021-06-08T21:11:02.500Z] 93b61091891f: Pull complete [2021-06-08T21:11:02.500Z] 93b9cdb0e59b: Pull complete [2021-06-08T21:11:02.500Z] 5e14af77c1be: Pull complete [2021-06-08T21:11:02.761Z] 01666e4c0597: Pull complete [2021-06-08T21:11:03.021Z] aa168da1d23b: Download complete [2021-06-08T21:11:07.382Z] aa168da1d23b: Pull complete [2021-06-08T21:11:07.382Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-06-08T21:11:07.382Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-08T21:11:07.382Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-06-08T21:11:07.462Z] prd-centos7-docker-4c-2g-994 does not seem to be running inside a container [2021-06-08T21:11:07.502Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-06-08T21:11:14.507Z] $ docker top 88826b56b0bd4a0cb39f372df086c44142340a03207532f1b08a91ea0e9d258d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-08T21:11:14.885Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-06-08T21:11:15.181Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-06-08T21:11:15.479Z] + ls /var/log/sa-host [2021-06-08T21:11:15.479Z] + sadf -c /var/log/sa-host/sa05 [2021-06-08T21:11:15.479Z] file_magic: OK [2021-06-08T21:11:15.479Z] HZ: Using current value: 100 [2021-06-08T21:11:15.479Z] file_header: OK [2021-06-08T21:11:15.479Z] 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-08T21:11:15.479Z] Statistics: [2021-06-08T21:11:15.479Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-08T21:11:15.479Z] File successfully converted to sysstat format version 12.2.1 [2021-06-08T21:11:15.479Z] + sadf -c /var/log/sa-host/sa08 [2021-06-08T21:11:15.479Z] file_magic: OK [2021-06-08T21:11:15.479Z] HZ: Using current value: 100 [2021-06-08T21:11:15.479Z] file_header: OK [2021-06-08T21:11:15.479Z] 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-08T21:11:15.479Z] Statistics: [2021-06-08T21:11:15.479Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-08T21:11:15.479Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-08T21:11:15.654Z] provisioning config files... [2021-06-08T21:11:15.665Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config1398036434011635154tmp [Pipeline] { [Pipeline] echo [2021-06-08T21:11:15.684Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-08T21:11:15.975Z] ---> create-netrc.sh [Pipeline] } [2021-06-08T21:11:15.984Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-06-08T21:11:16.347Z] ---> python-tools-install.sh [Pipeline] echo [2021-06-08T21:11:16.357Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-08T21:11:16.649Z] ---> sudo-logs.sh [2021-06-08T21:11:16.649Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-06-08T21:11:16.675Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-08T21:11:16.972Z] ---> job-cost.sh [2021-06-08T21:11:16.972Z] lf-activate-venv: SKIPPING [2021-06-08T21:11:16.972Z] DEBUG: total: 0.18000000715255737 [2021-06-08T21:11:16.972Z] INFO: Retrieving Stack Cost... [2021-06-08T21:11:17.542Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-08T21:11:18.112Z] INFO: Archiving Costs [Pipeline] echo [2021-06-08T21:11:18.124Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-08T21:11:18.416Z] ---> logs-deploy.sh [2021-06-08T21:11:18.416Z] lf-activate-venv: SKIPPING [2021-06-08T21:11:18.416Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3550/2 [2021-06-08T21:11:18.416Z] INFO: archiving workspace using pattern(s): [2021-06-08T21:11:19.367Z] Archives upload complete. [2021-06-08T21:11:19.367Z] INFO: archiving logs to Nexus [2021-06-08T21:11:19.940Z] ---> uname -a: [2021-06-08T21:11:19.940Z] Linux prd-centos7-docker-4c-2g-994.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-08T21:11:19.940Z] [2021-06-08T21:11:19.940Z] [2021-06-08T21:11:19.940Z] ---> lscpu: [2021-06-08T21:11:19.940Z] Architecture: x86_64 [2021-06-08T21:11:19.940Z] CPU op-mode(s): 32-bit, 64-bit [2021-06-08T21:11:19.940Z] Byte Order: Little Endian [2021-06-08T21:11:19.940Z] Address sizes: 40 bits physical, 48 bits virtual [2021-06-08T21:11:19.940Z] CPU(s): 2 [2021-06-08T21:11:19.940Z] On-line CPU(s) list: 0,1 [2021-06-08T21:11:19.940Z] Thread(s) per core: 1 [2021-06-08T21:11:19.940Z] Core(s) per socket: 1 [2021-06-08T21:11:19.940Z] Socket(s): 2 [2021-06-08T21:11:19.940Z] NUMA node(s): 1 [2021-06-08T21:11:19.940Z] Vendor ID: AuthenticAMD [2021-06-08T21:11:19.940Z] CPU family: 23 [2021-06-08T21:11:19.940Z] Model: 49 [2021-06-08T21:11:19.940Z] Model name: AMD EPYC-Rome Processor [2021-06-08T21:11:19.940Z] Stepping: 0 [2021-06-08T21:11:19.940Z] CPU MHz: 2799.998 [2021-06-08T21:11:19.940Z] BogoMIPS: 5599.99 [2021-06-08T21:11:19.940Z] Virtualization: AMD-V [2021-06-08T21:11:19.940Z] Hypervisor vendor: KVM [2021-06-08T21:11:19.940Z] Virtualization type: full [2021-06-08T21:11:19.940Z] L1d cache: 64 KiB [2021-06-08T21:11:19.940Z] L1i cache: 64 KiB [2021-06-08T21:11:19.940Z] L2 cache: 1 MiB [2021-06-08T21:11:19.940Z] L3 cache: 32 MiB [2021-06-08T21:11:19.940Z] NUMA node0 CPU(s): 0,1 [2021-06-08T21:11:19.940Z] Vulnerability Itlb multihit: Not affected [2021-06-08T21:11:19.940Z] Vulnerability L1tf: Not affected [2021-06-08T21:11:19.940Z] Vulnerability Mds: Not affected [2021-06-08T21:11:19.940Z] Vulnerability Meltdown: Not affected [2021-06-08T21:11:19.940Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-06-08T21:11:19.940Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-06-08T21:11:19.940Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-06-08T21:11:19.940Z] Vulnerability Srbds: Not affected [2021-06-08T21:11:19.940Z] Vulnerability Tsx async abort: Not affected [2021-06-08T21:11:19.941Z] 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-08T21:11:19.941Z] [2021-06-08T21:11:19.941Z] [2021-06-08T21:11:19.941Z] ---> nproc: [2021-06-08T21:11:19.941Z] 2 [2021-06-08T21:11:19.941Z] [2021-06-08T21:11:19.941Z] [2021-06-08T21:11:19.941Z] ---> df -h: [2021-06-08T21:11:19.941Z] Filesystem Size Used Available Use% Mounted on [2021-06-08T21:11:19.941Z] overlay 40.0G 12.9G 27.1G 32% / [2021-06-08T21:11:19.941Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-06-08T21:11:19.941Z] tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup [2021-06-08T21:11:19.941Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-06-08T21:11:19.941Z] /dev/vda1 40.0G 12.9G 27.1G 32% /facter-os [2021-06-08T21:11:19.941Z] /dev/vda1 40.0G 12.9G 27.1G 32% /etc/resolv.conf [2021-06-08T21:11:19.941Z] /dev/vda1 40.0G 12.9G 27.1G 32% /etc/hostname [2021-06-08T21:11:19.941Z] /dev/vda1 40.0G 12.9G 27.1G 32% /etc/hosts [2021-06-08T21:11:19.941Z] /dev/vda1 40.0G 12.9G 27.1G 32% /run/cloud-init/result.json [2021-06-08T21:11:19.941Z] /dev/vda1 40.0G 12.9G 27.1G 32% /var/log/sa-host [2021-06-08T21:11:19.941Z] /dev/vda1 40.0G 12.9G 27.1G 32% /var/log/secure [2021-06-08T21:11:19.941Z] /dev/vda1 40.0G 12.9G 27.1G 32% /var/log/auth.log [2021-06-08T21:11:19.941Z] /dev/vda1 40.0G 12.9G 27.1G 32% /w/workspace/edgex-go/2 [2021-06-08T21:11:19.941Z] /dev/vda1 40.0G 12.9G 27.1G 32% /w/workspace/edgex-go/2@tmp [2021-06-08T21:11:19.941Z] [2021-06-08T21:11:19.941Z] [2021-06-08T21:11:19.941Z] ---> free -m: [2021-06-08T21:11:19.941Z] total used free shared buff/cache available [2021-06-08T21:11:19.941Z] Mem: 7821 1352 1464 0 5003 6444 [2021-06-08T21:11:19.941Z] Swap: 1023 2 1021 [2021-06-08T21:11:19.941Z] [2021-06-08T21:11:19.941Z] [2021-06-08T21:11:19.941Z] ---> ip addr: [2021-06-08T21:11:19.941Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-06-08T21:11:19.941Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-06-08T21:11:19.941Z] inet 127.0.0.1/8 scope host lo [2021-06-08T21:11:19.941Z] valid_lft forever preferred_lft forever [2021-06-08T21:11:19.941Z] inet6 ::1/128 scope host [2021-06-08T21:11:19.941Z] valid_lft forever preferred_lft forever [2021-06-08T21:11:19.941Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-06-08T21:11:19.941Z] link/ether fa:16:3e:91:71:86 brd ff:ff:ff:ff:ff:ff [2021-06-08T21:11:19.941Z] inet 10.30.122.144/23 brd 10.30.123.255 scope global dynamic eth0 [2021-06-08T21:11:19.941Z] valid_lft 84819sec preferred_lft 84819sec [2021-06-08T21:11:19.941Z] inet6 fe80::f816:3eff:fe91:7186/64 scope link [2021-06-08T21:11:19.941Z] valid_lft forever preferred_lft forever [2021-06-08T21:11:19.941Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-06-08T21:11:19.941Z] link/ether 02:42:84:0f:0a:75 brd ff:ff:ff:ff:ff:ff [2021-06-08T21:11:19.941Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-06-08T21:11:19.941Z] valid_lft forever preferred_lft forever [2021-06-08T21:11:19.941Z] inet6 fe80::42:84ff:fe0f:a75/64 scope link [2021-06-08T21:11:19.941Z] valid_lft forever preferred_lft forever [2021-06-08T21:11:19.941Z] [2021-06-08T21:11:19.941Z] [2021-06-08T21:11:19.941Z] ---> sar -b -r -n DEV: [2021-06-08T21:11:19.941Z] Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/08/21 _x86_64_ (2 CPU) [2021-06-08T21:11:19.941Z] [2021-06-08T21:11:19.941Z] 20:44:48 LINUX RESTART (2 CPU) [2021-06-08T21:11:19.941Z] [2021-06-08T21:11:19.941Z] 20:46:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-06-08T21:11:19.941Z] 20:47:01 123.23 0.18 123.04 0.00 22.78 41757.89 0.00 [2021-06-08T21:11:19.941Z] 20:48:01 136.61 0.00 136.61 0.00 0.00 17510.17 0.00 [2021-06-08T21:11:19.941Z] 20:49:01 64.29 0.02 64.28 0.00 0.53 10937.34 0.00 [2021-06-08T21:11:19.941Z] 20:50:01 107.39 0.00 107.39 0.00 0.00 20295.67 0.00 [2021-06-08T21:11:19.941Z] 20:51:03 510.48 170.12 340.36 0.00 4136.98 252261.57 0.00 [2021-06-08T21:11:19.941Z] 20:52:01 223.40 66.47 156.93 0.00 8132.28 50733.60 0.00 [2021-06-08T21:11:19.941Z] 20:53:01 254.46 22.94 231.52 0.00 1613.32 105633.25 0.00 [2021-06-08T21:11:19.941Z] 20:54:01 359.02 28.74 330.27 0.00 2646.86 137562.71 0.00 [2021-06-08T21:11:19.941Z] 20:55:01 136.39 10.87 125.51 0.00 1344.75 20374.69 0.00 [2021-06-08T21:11:19.941Z] 20:56:01 1.38 0.00 1.38 0.00 0.00 22.51 0.00 [2021-06-08T21:11:19.941Z] 20:57:02 0.17 0.00 0.17 0.00 0.00 1.50 0.00 [2021-06-08T21:11:19.941Z] 20:58:01 0.37 0.00 0.37 0.00 0.00 4.86 0.00 [2021-06-08T21:11:19.941Z] 20:59:01 0.25 0.00 0.25 0.00 0.00 2.48 0.00 [2021-06-08T21:11:19.941Z] 21:00:01 0.47 0.18 0.28 0.00 5.73 3.13 0.00 [2021-06-08T21:11:19.941Z] 21:01:01 0.83 0.03 0.80 0.00 0.27 15.84 0.00 [2021-06-08T21:11:19.941Z] 21:02:01 0.52 0.20 0.32 0.00 3.60 5.20 0.00 [2021-06-08T21:11:19.941Z] 21:03:01 0.30 0.00 0.30 0.00 0.00 3.85 0.00 [2021-06-08T21:11:19.941Z] 21:04:01 0.25 0.00 0.25 0.00 0.00 3.40 0.00 [2021-06-08T21:11:19.941Z] 21:05:01 0.18 0.00 0.18 0.00 0.00 2.22 0.00 [2021-06-08T21:11:19.941Z] 21:06:01 0.20 0.00 0.20 0.00 0.00 2.20 0.00 [2021-06-08T21:11:19.941Z] 21:07:01 0.20 0.00 0.20 0.00 0.00 1.92 0.00 [2021-06-08T21:11:19.941Z] 21:08:01 0.23 0.00 0.23 0.00 0.00 3.53 0.00 [2021-06-08T21:11:19.941Z] 21:09:01 0.28 0.00 0.28 0.00 0.00 2.77 0.00 [2021-06-08T21:11:19.941Z] 21:10:01 0.20 0.00 0.20 0.00 0.00 1.82 0.00 [2021-06-08T21:11:19.941Z] 21:11:01 42.55 41.20 1.35 0.00 4172.26 40.77 0.00 [2021-06-08T21:11:19.941Z] Average: 78.95 13.77 65.18 0.00 878.52 26550.95 0.00 [2021-06-08T21:11:19.941Z] [2021-06-08T21:11:19.941Z] 20:46:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-06-08T21:11:19.941Z] 20:47:01 4203064 0 951452 11.88 2620 2851804 1576864 17.41 1038396 2282480 44 [2021-06-08T21:11:19.941Z] 20:48:01 3905308 0 1094204 13.66 2620 3006808 1678132 18.53 1292412 2264024 250468 [2021-06-08T21:11:19.941Z] 20:49:01 3836508 0 1191552 14.88 2620 2978260 1681520 18.56 1292108 2321584 63968 [2021-06-08T21:11:19.941Z] 20:50:01 3658164 0 1153808 14.41 2620 3194348 1622648 17.91 1301612 2474040 392 [2021-06-08T21:11:19.941Z] 20:51:03 181612 0 1326988 16.57 2620 6497720 1558940 17.21 3273056 3820596 108 [2021-06-08T21:11:19.941Z] 20:52:01 669000 0 1414732 17.66 2620 5922588 2101716 23.20 2768360 3845216 54760 [2021-06-08T21:11:19.941Z] 20:53:01 1165256 0 1446376 18.06 2620 5394688 2569676 28.37 1619908 4495012 370984 [2021-06-08T21:11:19.941Z] 20:54:01 1072828 0 1343144 16.77 2620 5590348 1584496 17.49 2775924 3418228 124 [2021-06-08T21:11:19.941Z] 20:55:01 2130200 0 1285168 16.05 2620 4590952 1429884 15.79 1450360 3698920 20 [2021-06-08T21:11:19.941Z] 20:56:01 2135152 0 1280212 15.98 2620 4590956 1399032 15.45 1451948 3694824 12 [2021-06-08T21:11:19.941Z] 20:57:02 2135268 0 1280092 15.98 2620 4590960 1399044 15.45 1451948 3694948 8 [2021-06-08T21:11:19.941Z] 20:58:01 2137068 0 1278288 15.96 2620 4590964 1384640 15.29 1450768 3694920 8 [2021-06-08T21:11:19.941Z] 20:59:01 2137192 0 1278160 15.96 2620 4590968 1384640 15.29 1450772 3694920 8 [2021-06-08T21:11:19.941Z] 21:00:01 2137316 0 1278000 15.96 2620 4591004 1384640 15.29 1450876 3694852 16 [2021-06-08T21:11:19.941Z] 21:01:01 2135832 0 1279480 15.98 2620 4591008 1387492 15.32 1451548 3694856 8 [2021-06-08T21:11:19.941Z] 21:02:01 2136356 0 1278776 15.97 2620 4591188 1385304 15.29 1451440 3694972 8 [2021-06-08T21:11:19.941Z] 21:03:01 2136496 0 1278628 15.97 2620 4591196 1385292 15.29 1451564 3694972 8 [2021-06-08T21:11:19.941Z] 21:04:01 2135872 0 1279248 15.97 2620 4591200 1385376 15.30 1451800 3694972 20 [2021-06-08T21:11:19.941Z] 21:05:01 2135428 0 1279688 15.98 2620 4591204 1385460 15.30 1452176 3694972 8 [2021-06-08T21:11:19.941Z] 21:06:01 2135288 0 1279824 15.98 2620 4591208 1385496 15.30 1452572 3694972 8 [2021-06-08T21:11:19.941Z] 21:07:01 2134916 0 1280196 15.98 2620 4591208 1385472 15.30 1452720 3694972 20 [2021-06-08T21:11:19.941Z] 21:08:01 2136952 0 1278152 15.96 2620 4591216 1385148 15.29 1451108 3694972 8 [2021-06-08T21:11:19.941Z] 21:09:01 2136836 0 1278264 15.96 2620 4591220 1385148 15.29 1451228 3694972 8 [2021-06-08T21:11:19.941Z] 21:10:01 2136560 0 1278536 15.96 2620 4591224 1385280 15.29 1451428 3694972 8 [2021-06-08T21:11:19.941Z] 21:11:01 1906976 0 1346352 16.81 2620 4752992 1786560 19.72 1525956 3847544 36512 [2021-06-08T21:11:19.941Z] Average: 2190858 0 1269573 15.85 2620 4545889 1535916 16.96 1604480 3515668 31101 [2021-06-08T21:11:19.941Z] [2021-06-08T21:11:19.941Z] 20:46:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-06-08T21:11:19.941Z] 20:47:01 eth0 834.72 1031.97 4579.84 94.19 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:47:01 vethe75fa27 0.92 1.65 0.07 3.61 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:47:01 docker0 780.77 551.20 56.00 1882.89 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:48:01 veth000165d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:48:01 eth0 302.71 265.08 877.53 34.83 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:48:01 docker0 242.92 262.92 16.73 842.52 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:49:01 veth000165d 1.83 1.83 0.15 0.15 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:49:01 eth0 30.38 15.10 22.94 11.53 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:49:01 docker0 1.83 1.83 0.12 0.15 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:50:01 eth0 226.64 194.76 1702.55 131.45 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:50:01 veth56ab626 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:51:03 eth0 90.04 66.08 182.75 14.44 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:51:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:51:03 veth56ab626 0.00 1.42 0.00 0.07 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:51:03 docker0 52.82 62.85 3.38 161.44 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:52:01 veth44d133d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:52:01 vethbe51c3c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:52:01 veth4e575b1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:52:01 eth0 31.11 17.38 69.37 11.50 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:53:01 eth0 89.04 59.54 233.32 122.74 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:53:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:53:01 veth7932f61 10.54 12.02 0.84 33.20 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:53:01 vethb75abc2 9.17 11.04 0.71 33.13 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:54:01 veth9c49d2f 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:54:01 eth0 56.52 32.11 124.50 16.38 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:54:01 veth939370f 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:55:01 eth0 189.59 149.74 1633.27 21.97 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:55:01 docker0 1555.29 1272.36 112.97 4403.21 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:56:01 eth0 0.22 0.22 0.08 0.07 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:57:02 eth0 0.18 0.13 0.07 0.01 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:57:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:58:01 eth0 0.14 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:59:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 20:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 21:00:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 21:01:01 eth0 0.58 0.22 0.13 0.07 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.941Z] 21:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:02:01 eth0 1.05 0.40 0.40 0.21 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:03:01 eth0 0.98 0.30 0.32 0.20 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:04:01 eth0 2.23 0.48 0.67 0.36 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:05:01 eth0 1.80 0.50 0.63 0.42 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:06:01 eth0 2.25 0.65 0.80 0.46 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:07:01 eth0 1.43 0.67 0.80 0.58 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:08:01 eth0 0.23 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:09:01 eth0 1.37 0.05 0.12 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:10:01 eth0 1.23 0.27 0.33 0.20 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:11:01 eth0 57.45 45.56 483.29 8.79 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] 21:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] Average: eth0 77.04 75.40 397.10 18.84 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] Average: docker0 46.83 40.43 3.28 143.44 0.00 0.00 0.00 0.00 [2021-06-08T21:11:19.942Z] [2021-06-08T21:11:19.942Z] [2021-06-08T21:11:19.942Z] ---> sar -P ALL: [2021-06-08T21:11:19.942Z] Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/08/21 _x86_64_ (2 CPU) [2021-06-08T21:11:19.942Z] [2021-06-08T21:11:19.942Z] 20:44:48 LINUX RESTART (2 CPU) [2021-06-08T21:11:19.942Z] [2021-06-08T21:11:19.942Z] 20:46:01 CPU %user %nice %system %iowait %steal %idle [2021-06-08T21:11:19.942Z] 20:47:01 all 17.01 0.00 5.75 3.68 0.08 73.48 [2021-06-08T21:11:19.942Z] 20:47:01 0 20.04 0.00 6.23 3.63 0.07 70.04 [2021-06-08T21:11:19.942Z] 20:47:01 1 14.01 0.00 5.28 3.73 0.09 76.89 [2021-06-08T21:11:19.942Z] 20:48:01 all 48.86 0.00 8.67 4.63 0.11 37.73 [2021-06-08T21:11:19.942Z] 20:48:01 0 49.14 0.00 8.43 5.71 0.11 36.62 [2021-06-08T21:11:19.942Z] 20:48:01 1 48.58 0.00 8.91 3.55 0.11 38.84 [2021-06-08T21:11:19.942Z] 20:49:01 all 34.42 0.00 5.39 0.87 0.11 59.20 [2021-06-08T21:11:19.942Z] 20:49:01 0 33.99 0.00 5.36 0.67 0.11 59.88 [2021-06-08T21:11:19.942Z] 20:49:01 1 34.86 0.00 5.43 1.08 0.12 58.52 [2021-06-08T21:11:19.942Z] 20:50:01 all 49.41 0.00 9.86 3.35 0.11 37.27 [2021-06-08T21:11:19.942Z] 20:50:01 0 49.13 0.00 9.97 2.16 0.11 38.62 [2021-06-08T21:11:19.942Z] 20:50:01 1 49.69 0.00 9.75 4.54 0.11 35.91 [2021-06-08T21:11:19.942Z] 20:51:03 all 20.15 0.00 17.00 51.05 0.16 11.64 [2021-06-08T21:11:19.942Z] 20:51:03 0 19.80 0.00 16.92 46.84 0.17 16.26 [2021-06-08T21:11:19.942Z] 20:51:03 1 20.51 0.00 17.07 55.27 0.16 7.00 [2021-06-08T21:11:19.942Z] 20:52:01 all 60.51 0.00 9.45 27.30 0.34 2.40 [2021-06-08T21:11:19.942Z] 20:52:01 0 60.06 0.00 9.67 26.86 0.34 3.07 [2021-06-08T21:11:19.942Z] 20:52:01 1 60.96 0.00 9.22 27.75 0.34 1.73 [2021-06-08T21:11:19.942Z] 20:53:01 all 24.98 0.00 9.87 49.97 0.24 14.93 [2021-06-08T21:11:19.942Z] 20:53:01 0 22.52 0.00 9.73 51.07 0.21 16.47 [2021-06-08T21:11:19.942Z] 20:53:01 1 27.45 0.00 10.02 48.87 0.27 13.39 [2021-06-08T21:11:19.942Z] 20:54:01 all 54.06 0.00 14.80 26.88 0.20 4.06 [2021-06-08T21:11:19.942Z] 20:54:01 0 54.11 0.00 14.32 26.15 0.15 5.27 [2021-06-08T21:11:19.942Z] 20:54:01 1 54.02 0.00 15.27 27.61 0.26 2.85 [2021-06-08T21:11:19.942Z] 20:55:01 all 9.61 0.00 4.57 17.19 0.14 68.50 [2021-06-08T21:11:19.942Z] 20:55:01 0 9.42 0.00 4.68 16.45 0.10 69.34 [2021-06-08T21:11:19.942Z] 20:55:01 1 9.79 0.00 4.46 17.92 0.17 67.65 [2021-06-08T21:11:19.942Z] 20:56:01 all 0.05 0.00 0.04 0.00 0.03 99.87 [2021-06-08T21:11:19.942Z] 20:56:01 0 0.02 0.00 0.05 0.00 0.02 99.92 [2021-06-08T21:11:19.942Z] 20:56:01 1 0.08 0.00 0.03 0.00 0.05 99.83 [2021-06-08T21:11:19.942Z] 20:57:02 all 0.04 0.00 0.02 0.00 0.04 99.90 [2021-06-08T21:11:19.942Z] 20:57:02 0 0.03 0.00 0.02 0.00 0.05 99.90 [2021-06-08T21:11:19.942Z] 20:57:02 1 0.05 0.00 0.02 0.00 0.03 99.90 [2021-06-08T21:11:19.942Z] [2021-06-08T21:11:19.942Z] 20:57:02 CPU %user %nice %system %iowait %steal %idle [2021-06-08T21:11:19.942Z] 20:58:01 all 0.05 0.00 0.02 0.00 0.03 99.90 [2021-06-08T21:11:19.942Z] 20:58:01 0 0.02 0.00 0.02 0.00 0.05 99.92 [2021-06-08T21:11:19.942Z] 20:58:01 1 0.09 0.00 0.02 0.00 0.02 99.88 [2021-06-08T21:11:19.942Z] 20:59:01 all 0.04 0.00 0.01 0.00 0.04 99.91 [2021-06-08T21:11:19.942Z] 20:59:01 0 0.03 0.00 0.00 0.00 0.07 99.90 [2021-06-08T21:11:19.942Z] 20:59:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2021-06-08T21:11:19.942Z] 21:00:01 all 0.06 0.00 0.04 0.01 0.03 99.86 [2021-06-08T21:11:19.942Z] 21:00:01 0 0.05 0.00 0.05 0.02 0.05 99.83 [2021-06-08T21:11:19.942Z] 21:00:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2021-06-08T21:11:19.942Z] 21:01:01 all 0.08 0.00 0.02 0.00 0.04 99.87 [2021-06-08T21:11:19.942Z] 21:01:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-08T21:11:19.942Z] 21:01:01 1 0.12 0.00 0.02 0.00 0.05 99.82 [2021-06-08T21:11:19.942Z] 21:02:01 all 0.04 0.00 0.04 0.00 0.03 99.89 [2021-06-08T21:11:19.942Z] 21:02:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2021-06-08T21:11:19.942Z] 21:02:01 1 0.07 0.00 0.05 0.00 0.03 99.85 [2021-06-08T21:11:19.942Z] 21:03:01 all 0.06 0.00 0.02 0.00 0.04 99.88 [2021-06-08T21:11:19.942Z] 21:03:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-08T21:11:19.942Z] 21:03:01 1 0.08 0.00 0.02 0.00 0.05 99.85 [2021-06-08T21:11:19.942Z] 21:04:01 all 0.07 0.00 0.01 0.00 0.03 99.89 [2021-06-08T21:11:19.942Z] 21:04:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-08T21:11:19.942Z] 21:04:01 1 0.10 0.00 0.00 0.00 0.03 99.87 [2021-06-08T21:11:19.942Z] 21:05:01 all 0.09 0.00 0.02 0.00 0.03 99.86 [2021-06-08T21:11:19.942Z] 21:05:01 0 0.02 0.00 0.02 0.00 0.05 99.92 [2021-06-08T21:11:19.942Z] 21:05:01 1 0.17 0.00 0.02 0.00 0.02 99.80 [2021-06-08T21:11:19.942Z] 21:06:01 all 0.04 0.00 0.03 0.00 0.03 99.91 [2021-06-08T21:11:19.942Z] 21:06:01 0 0.05 0.00 0.05 0.00 0.03 99.87 [2021-06-08T21:11:19.942Z] 21:06:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2021-06-08T21:11:19.942Z] 21:07:01 all 0.08 0.00 0.03 0.00 0.03 99.87 [2021-06-08T21:11:19.942Z] 21:07:01 0 0.05 0.00 0.03 0.00 0.05 99.87 [2021-06-08T21:11:19.942Z] 21:07:01 1 0.10 0.00 0.02 0.00 0.00 99.88 [2021-06-08T21:11:19.942Z] 21:08:01 all 0.05 0.00 0.02 0.00 0.03 99.90 [2021-06-08T21:11:19.942Z] 21:08:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2021-06-08T21:11:19.942Z] 21:08:01 1 0.08 0.00 0.02 0.00 0.03 99.87 [2021-06-08T21:11:19.942Z] [2021-06-08T21:11:19.942Z] 21:08:01 CPU %user %nice %system %iowait %steal %idle [2021-06-08T21:11:19.942Z] 21:09:01 all 0.07 0.00 0.02 0.00 0.03 99.88 [2021-06-08T21:11:19.942Z] 21:09:01 0 0.03 0.00 0.02 0.00 0.07 99.88 [2021-06-08T21:11:19.942Z] 21:09:01 1 0.10 0.00 0.02 0.00 0.00 99.88 [2021-06-08T21:11:19.942Z] 21:10:01 all 0.04 0.00 0.02 0.00 0.03 99.91 [2021-06-08T21:11:19.942Z] 21:10:01 0 0.03 0.00 0.02 0.00 0.05 99.90 [2021-06-08T21:11:19.942Z] 21:10:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2021-06-08T21:11:19.942Z] 21:11:01 all 2.73 0.00 0.96 1.09 0.04 95.18 [2021-06-08T21:11:19.942Z] 21:11:01 0 3.29 0.00 1.06 1.65 0.05 93.95 [2021-06-08T21:11:19.942Z] 21:11:01 1 2.17 0.00 0.86 0.54 0.03 96.40 [2021-06-08T21:11:19.942Z] Average: all 12.24 0.00 3.32 7.15 0.08 77.21 [2021-06-08T21:11:19.942Z] Average: 0 12.20 0.00 3.32 6.96 0.08 77.44 [2021-06-08T21:11:19.942Z] Average: 1 12.27 0.00 3.32 7.34 0.08 76.98 [2021-06-08T21:11:19.942Z] [2021-06-08T21:11:19.942Z] [2021-06-08T21:11:19.942Z]