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 20:45:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:45:38 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:45:38 ========================================================= 20:45:38 EdgeX Global Pipelines Version Info 20:45:38 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:45:40 ------------------- 20:45:40 stable info: 20:45:40 ------------------- 20:45:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:45:40 Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b 20:45:40 Message: update stable to v1.0.194 20:45:40 ------------------- 20:45:40 experimental info: 20:45:40 ------------------- 20:45:40 Commited By: **** collab-it+edgex@linuxfoundation.org 20:45:40 Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b 20:45:40 Message: update experimental to v1.0.194 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:45:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:45:40 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:45:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:45:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:45:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:45:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 20:45:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 20:45:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:45:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 20:45:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 20:45:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:45:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:45:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:45:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:45:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:45:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:45:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:45:43 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:45:43 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:45:43 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 20:45:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:45:43 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:45:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3550 [Pipeline] echo 20:45:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3550 [Pipeline] echo 20:45:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3550 [Pipeline] echo 20:45:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a2666c85747e48d0f277d1bc73689a0fa3d00208 [Pipeline] echo 20:45:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a2666c8 [Pipeline] echo 20:45:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:45:43 provisioning config files... 20:45:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2254735604293412676tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:45:43 ---> docker-login.sh 20:45:43 nexus3.edgexfoundry.org:10001 20:45:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:44 Configure a credential helper to remove this warning. See 20:45:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:44 20:45:44 Login Succeeded 20:45:44 nexus3.edgexfoundry.org:10002 20:45:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:44 Configure a credential helper to remove this warning. See 20:45:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:44 20:45:44 Login Succeeded 20:45:44 nexus3.edgexfoundry.org:10003 20:45:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:44 Configure a credential helper to remove this warning. See 20:45:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:44 20:45:44 Login Succeeded 20:45:44 nexus3.edgexfoundry.org:10004 20:45:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:44 Configure a credential helper to remove this warning. See 20:45:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:44 20:45:44 Login Succeeded 20:45:44 docker.io 20:45:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:45:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:45:45 Configure a credential helper to remove this warning. See 20:45:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:45:45 20:45:45 Login Succeeded 20:45:45 ---> docker-login.sh ends [Pipeline] } 20:45:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:45:45 ++ 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 20:45:45 + for file in '`ls cmd/**/Dockerfile`' 20:45:45 ++ cut -d/ -f2 20:45:45 ++ dirname cmd/core-command/Dockerfile 20:45:45 + echo core-command,cmd/core-command/Dockerfile 20:45:45 + for file in '`ls cmd/**/Dockerfile`' 20:45:45 ++ dirname cmd/core-data/Dockerfile 20:45:45 ++ cut -d/ -f2 20:45:45 + echo core-data,cmd/core-data/Dockerfile 20:45:45 + for file in '`ls cmd/**/Dockerfile`' 20:45:45 ++ dirname cmd/core-metadata/Dockerfile 20:45:45 ++ cut -d/ -f2 20:45:45 + echo core-metadata,cmd/core-metadata/Dockerfile 20:45:45 + for file in '`ls cmd/**/Dockerfile`' 20:45:45 ++ dirname cmd/security-bootstrapper/Dockerfile 20:45:45 ++ cut -d/ -f2 20:45:45 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:45:45 + for file in '`ls cmd/**/Dockerfile`' 20:45:45 ++ dirname cmd/security-proxy-setup/Dockerfile 20:45:45 ++ cut -d/ -f2 20:45:45 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:45:45 + for file in '`ls cmd/**/Dockerfile`' 20:45:45 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:45:45 ++ cut -d/ -f2 20:45:45 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:45:45 + for file in '`ls cmd/**/Dockerfile`' 20:45:45 ++ dirname cmd/support-notifications/Dockerfile 20:45:45 ++ cut -d/ -f2 20:45:45 + echo support-notifications,cmd/support-notifications/Dockerfile 20:45:45 + for file in '`ls cmd/**/Dockerfile`' 20:45:45 ++ dirname cmd/support-scheduler/Dockerfile 20:45:45 ++ cut -d/ -f2 20:45:45 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:45:45 + for file in '`ls cmd/**/Dockerfile`' 20:45:45 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:45:45 ++ cut -d/ -f2 20:45:45 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:45:45 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 20:45:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:45:46 20:45:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:45:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:45:46 latest: Pulling from edgex-devops/git-semver 20:45:46 31603596830f: Pulling fs layer 20:45:46 54011a49482f: Pulling fs layer 20:45:46 a6820b24f6d8: Pulling fs layer 20:45:46 f581987b2513: Pulling fs layer 20:45:46 f581987b2513: Waiting 20:45:46 54011a49482f: Verifying Checksum 20:45:46 54011a49482f: Download complete 20:45:46 31603596830f: Verifying Checksum 20:45:46 31603596830f: Download complete 20:45:46 f581987b2513: Verifying Checksum 20:45:46 f581987b2513: Download complete 20:45:46 31603596830f: Pull complete 20:45:47 54011a49482f: Pull complete 20:45:47 a6820b24f6d8: Verifying Checksum 20:45:47 a6820b24f6d8: Download complete 20:45:47 a6820b24f6d8: Pull complete 20:45:48 f581987b2513: Pull complete 20:45:48 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 20:45:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:45:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:45:48 prd-centos7-docker-4c-2g-994 does not seem to be running inside a container 20:45:48 $ 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 20:45:50 $ docker top c886dc7bbfeab0ba73c1b228894d1f63795604b5878563687453da99681a1fd5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:45:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:45:50 [ssh-agent] Looking for ssh-agent implementation... 20:45:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:45:50 $ docker exec c886dc7bbfeab0ba73c1b228894d1f63795604b5878563687453da99681a1fd5 ssh-agent 20:45:51 SSH_AUTH_SOCK=/tmp/ssh-kaDR07b0A4tl/agent.13 20:45:51 SSH_AGENT_PID=19 20:45:51 Running ssh-add (command line suppressed) 20:45:51 Identity added: /w/workspace/edgex-go/2@tmp/private_key_5337487877104272044.key (/w/workspace/edgex-go/2@tmp/private_key_5337487877104272044.key) 20:45:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:45:51 + git tag --points-at HEAD [Pipeline] } 20:45:51 $ docker exec --env ******** --env ******** c886dc7bbfeab0ba73c1b228894d1f63795604b5878563687453da99681a1fd5 ssh-agent -k 20:45:51 unset SSH_AUTH_SOCK; 20:45:51 unset SSH_AGENT_PID; 20:45:51 echo Agent pid 19 killed; 20:45:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:45:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:45:51 [ssh-agent] Looking for ssh-agent implementation... 20:45:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:45:51 $ docker exec c886dc7bbfeab0ba73c1b228894d1f63795604b5878563687453da99681a1fd5 ssh-agent 20:45:51 SSH_AUTH_SOCK=/tmp/ssh-Isb0PMWoYPJm/agent.54 20:45:51 SSH_AGENT_PID=61 20:45:51 Running ssh-add (command line suppressed) 20:45:52 Identity added: /w/workspace/edgex-go/2@tmp/private_key_6683791973629008412.key (/w/workspace/edgex-go/2@tmp/private_key_6683791973629008412.key) 20:45:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:45:52 + git semver init 20:45:52 # -> Open(): unable to determine branch for HEAD 20:45:52 # $GIT_DIR = /w/workspace/edgex-go/2/.git 20:45:52 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 20:45:52 # $SEMVER_REMOTE_NAME = origin 20:45:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:45:52 # $SEMVER_USER_NAME = edgex-jenkins 20:45:52 # $SEMVER_BRANCH = PR-3550 20:45:52 # $SEMVER_TEMP = /tmp/semver-557204384 20:45:52 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:46:19 # '/tmp/semver-557204384' -> '/w/workspace/edgex-go/2/.semver' 20:46:19 # -> Force: false 20:46:19 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 20:46:19 $ docker exec --env ******** --env ******** c886dc7bbfeab0ba73c1b228894d1f63795604b5878563687453da99681a1fd5 ssh-agent -k 20:46:19 unset SSH_AUTH_SOCK; 20:46:19 unset SSH_AGENT_PID; 20:46:19 echo Agent pid 61 killed; 20:46:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:46:20 + git semver [Pipeline] } 20:46:20 $ docker stop --time=1 c886dc7bbfeab0ba73c1b228894d1f63795604b5878563687453da99681a1fd5 20:46:22 $ docker rm -f c886dc7bbfeab0ba73c1b228894d1f63795604b5878563687453da99681a1fd5 [Pipeline] // withDockerContainer [Pipeline] sh 20:46:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:46:23 Stashed 1 file(s) [Pipeline] echo 20:46:23 [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 20:46:23 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:46:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:46:24 + sudo service docker restart 20:46:24 + true 20:46:24 Redirecting to /bin/systemctl restart docker.service 20:46:38 Still waiting to schedule task 20:46:38 ‘prd-ubuntu18.04-docker-arm64-4c-16g-991’ is offline [Pipeline] echo 20:46:44 ========================================================= 20:46:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 20:46:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:46:45 + 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 . 20:46:46 Sending build context to Docker daemon 329.1MB 20:46:46 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 20:46:46 Step 2/6 : FROM ${BASE} 20:46:46 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 20:46:46 540db60ca938: Pulling fs layer 20:46:46 adcc1eea9eea: Pulling fs layer 20:46:46 4c4ab2625f07: Pulling fs layer 20:46:46 0510c868ecb4: Pulling fs layer 20:46:46 afea3b2eda06: Pulling fs layer 20:46:46 7809a108b3ef: Pulling fs layer 20:46:46 f706445af74f: Pulling fs layer 20:46:46 0510c868ecb4: Waiting 20:46:46 afea3b2eda06: Waiting 20:46:46 7809a108b3ef: Waiting 20:46:46 f706445af74f: Waiting 20:46:46 4c4ab2625f07: Download complete 20:46:46 adcc1eea9eea: Download complete 20:46:46 afea3b2eda06: Verifying Checksum 20:46:46 afea3b2eda06: Download complete 20:46:46 7809a108b3ef: Verifying Checksum 20:46:46 7809a108b3ef: Download complete 20:46:46 540db60ca938: Verifying Checksum 20:46:46 540db60ca938: Download complete 20:46:47 540db60ca938: Pull complete 20:46:47 adcc1eea9eea: Pull complete 20:46:47 4c4ab2625f07: Pull complete 20:46:49 f706445af74f: Verifying Checksum 20:46:49 f706445af74f: Download complete 20:46:49 0510c868ecb4: Verifying Checksum 20:46:49 0510c868ecb4: Download complete 20:46:53 0510c868ecb4: Pull complete 20:46:53 afea3b2eda06: Pull complete 20:46:53 7809a108b3ef: Pull complete 20:46:55 f706445af74f: Pull complete 20:46:55 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 20:46:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 20:46:55 ---> b068be0155e3 20:46:55 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 20:47:01 ---> Running in c42d60959e1a 20:47:01 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:47:02 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:47:02 (1/12) Installing libmagic (5.39-r0) 20:47:02 (2/12) Installing file (5.39-r0) 20:47:02 (3/12) Installing libc-dev (0.7.2-r3) 20:47:03 (4/12) Installing g++ (10.2.1_pre1-r3) 20:47:08 (5/12) Installing fortify-headers (1.1-r0) 20:47:08 (6/12) Installing patch (2.7.6-r6) 20:47:08 (7/12) Installing build-base (0.5-r2) 20:47:08 (8/12) Installing libsodium (1.0.18-r0) 20:47:08 (9/12) Installing pkgconf (1.7.3-r0) 20:47:08 (10/12) Installing libsodium-dev (1.0.18-r0) 20:47:08 (11/12) Installing libzmq (4.3.3-r1) 20:47:08 (12/12) Installing zeromq-dev (4.3.3-r1) 20:47:08 Executing busybox-1.32.1-r6.trigger 20:47:08 OK: 219 MiB in 52 packages 20:47:10 Removing intermediate container c42d60959e1a 20:47:10 ---> 60e09986202c 20:47:10 Step 4/6 : WORKDIR /edgex-go 20:47:10 ---> Running in d4b1a2587372 20:47:10 Removing intermediate container d4b1a2587372 20:47:10 ---> f69a660d3512 20:47:10 Step 5/6 : COPY go.mod . 20:47:10 ---> 68c976a37c8a 20:47:10 Step 6/6 : RUN go mod download 20:47:10 ---> Running in 567e0414589c 20:47:23 Removing intermediate container 567e0414589c 20:47:23 ---> 3b3c7d1ef911 20:47:23 Successfully built 3b3c7d1ef911 20:47:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:47:23 + docker inspect -f . ci-base-image-x86_64 20:47:23 . [Pipeline] withDockerContainer 20:47:23 prd-centos7-docker-4c-2g-994 does not seem to be running inside a container 20:47:23 $ 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 20:47:24 $ docker top 6ee25d809b7f01648697fb8d1545f458d8d248b661702828cde3033460ac3a3b -eo pid,comm [Pipeline] { [Pipeline] sh 20:47:26 + go version 20:47:26 go version go1.16.3 linux/amd64 [Pipeline] } 20:47:26 $ docker stop --time=1 6ee25d809b7f01648697fb8d1545f458d8d248b661702828cde3033460ac3a3b 20:47:27 $ docker rm -f 6ee25d809b7f01648697fb8d1545f458d8d248b661702828cde3033460ac3a3b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:47:28 + docker inspect -f . ci-base-image-x86_64 20:47:28 . [Pipeline] withDockerContainer 20:47:28 prd-centos7-docker-4c-2g-994 does not seem to be running inside a container 20:47:28 $ 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 20:47:28 $ docker top 71ad08dba8304570024c9a988f1174199f49138c6f15bb5e16a8c2bb0b360d41 -eo pid,comm [Pipeline] { [Pipeline] echo 20:47:28 ========================================================= 20:47:28 [edgeXBuildGoParallel] Running Tests and Build... 20:47:28 ========================================================= [Pipeline] sh 20:47:29 + go mod tidy [Pipeline] sh 20:47:29 + make test 20:47:29 go mod tidy 20:47:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:47:36 ? github.com/edgexfoundry/edgex-go [no test files] 20:47:54 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:47:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:47:59 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:47:59 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:48:02 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:48:02 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:48:02 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:48:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:48:03 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:48:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:48:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:48:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:48:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:48:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.045s coverage: 28.7% of statements 20:48:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.062s coverage: 100.0% of statements 20:48:07 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:48:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:48:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:48:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.064s coverage: 81.2% of statements 20:48:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:48:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.066s coverage: 53.4% of statements 20:48:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:48:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:48:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.094s coverage: 87.7% of statements 20:48:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:48:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:48:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.046s coverage: 78.9% of statements 20:48:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:48:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:48:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:48:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:48:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:48:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:48:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:48:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.257s coverage: 95.1% of statements 20:48:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:48:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:48:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:48:11 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:48:11 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:48:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:48:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:48:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:48:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:48:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:48:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements 20:48:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/application [no test files] 20:48:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:48:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http 0.057s coverage: 60.0% of statements 20:48:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.051s coverage: 0.8% of statements 20:48:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:48:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.047s coverage: 22.0% of statements 20:48:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:48:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 47.1% of statements 20:48:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.054s coverage: 79.5% of statements 20:48:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.042s coverage: 94.1% of statements 20:48:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.061s coverage: 96.3% of statements 20:48:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements 20:48:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.065s coverage: 94.4% of statements 20:48:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements 20:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.192s coverage: 81.8% of statements 20:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:48:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.085s coverage: 92.9% of statements 20:48:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:48:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:48:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:48:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements 20:48:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:48:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:48:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:48:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:48:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:48:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 20:48:47 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:48:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:48:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements 20:48:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:48:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.053s coverage: 76.0% of statements 20:48:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:48:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.042s coverage: 80.0% of statements 20:48:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 20:48:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 85.4% of statements 20:48:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.085s coverage: 91.2% of statements 20:48:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:48:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.128s coverage: 64.4% of statements 20:48:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:48:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:48:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements 20:48:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements 20:48:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 20:48:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 20:48:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements 20:48:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.173s coverage: 66.9% of statements 20:48:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:48:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:48:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:48:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.156s coverage: 43.6% of statements 20:48:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:48:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:48:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.038s coverage: 89.5% of statements 20:48:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:48:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.032s coverage: 84.8% of statements 20:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:48:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 6.063s coverage: 19.3% of statements 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel [no test files] 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel/mocks [no test files] 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:48:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.130s coverage: 91.9% of statements 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:48:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.063s coverage: 63.4% of statements 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:48:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.096s coverage: 97.6% of statements 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:48:55 ok github.com/edgexfoundry/edgex-go/internal/system 0.020s coverage: 0.0% of statements 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:48:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:48:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.031s coverage: 87.9% of statements 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:48:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 20:48:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 28.1% of statements 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application [no test files] 20:48:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct 0.046s coverage: 28.9% of statements 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct/config [no test files] 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/executor [no test files] 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/container [no test files] 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 20:48:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/interfaces [no test files] 20:48:55 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 100.0% of statements 20:48:56 GO111MODULE=on go vet ./... 20:49:22 gofmt -l . 20:49:22 [ "`gofmt -l .`" = "" ] 20:49:22 ./bin/test-attribution-txt.sh [Pipeline] sh 20:49:23 + ls -al . 20:49:23 total 528 20:49:23 drwxrwxr-x 10 1001 1001 4096 Jun 8 20:49 . 20:49:23 drwxr-xr-x 4 root root 28 Jun 8 20:47 .. 20:49:23 -rw-rw-r-- 1 1001 1001 11 Jun 8 20:45 .dockerignore 20:49:23 drwxrwxr-x 8 1001 1001 179 Jun 8 20:45 .git 20:49:23 drwxrwxr-x 3 1001 1001 125 Jun 8 20:45 .github 20:49:23 -rw-rw-r-- 1 1001 1001 818 Jun 8 20:45 .gitignore 20:49:23 drwx------ 3 1001 1001 60 Jun 8 20:46 .semver 20:49:23 -rw-rw-r-- 1 1001 1001 166 Jun 8 20:45 .sonarcloud.properties 20:49:23 -rw-rw-r-- 1 1001 1001 8609 Jun 8 20:45 Attribution.txt 20:49:23 -rw-rw-r-- 1 1001 1001 3804 Jun 8 20:45 CONTRIBUTING.md 20:49:23 -rw-rw-r-- 1 1001 1001 931 Jun 8 20:45 Dockerfile.build 20:49:23 -rw-rw-r-- 1 1001 1001 849 Jun 8 20:45 Jenkinsfile 20:49:23 -rw-rw-r-- 1 1001 1001 10775 Jun 8 20:45 LICENSE 20:49:23 -rw-rw-r-- 1 1001 1001 5605 Jun 8 20:45 Makefile 20:49:23 -rw-rw-r-- 1 1001 1001 7978 Jun 8 20:45 README.md 20:49:23 -rw-rw-r-- 1 1001 1001 6755 Jun 8 20:45 SECURITY.md 20:49:23 -rw-rw-r-- 1 1001 1001 5 Jun 8 20:46 VERSION 20:49:23 -rw-rw-r-- 1 1001 1001 4131 Jun 8 20:45 ZMQWindows.md 20:49:23 drwxrwxr-x 2 1001 1001 37 Jun 8 20:45 bin 20:49:23 drwxrwxr-x 14 1001 1001 4096 Jun 8 20:45 cmd 20:49:23 -rw-r--r-- 1 root root 412085 Jun 8 20:48 coverage.out 20:49:23 -rw-rw-r-- 1 1001 1001 902 Jun 8 20:45 go.mod 20:49:23 -rw-r--r-- 1 root root 21139 Jun 8 20:47 go.sum 20:49:23 drwxrwxr-x 8 1001 1001 127 Jun 8 20:45 internal 20:49:23 drwxrwxr-x 3 1001 1001 16 Jun 8 20:45 openapi 20:49:23 drwxrwxr-x 4 1001 1001 71 Jun 8 20:45 snap 20:49:23 -rw-rw-r-- 1 1001 1001 168 Jun 8 20:45 version.go [Pipeline] sh 20:49:23 + '[' -e coverage.out ] 20:49:23 + chown 1001:1001 coverage.out [Pipeline] stash 20:49:24 Stashed 1 file(s) [Pipeline] sh 20:49:24 + make build 20:49:24 go mod tidy 20:49:24 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 20:49:26 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 20:49:32 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 20:49:32 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 20:49:35 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 20:49:35 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 20:49:35 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 20:49:38 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 20:49:38 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 20:49:38 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 20:49:38 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 20:49:39 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] } 20:49:41 $ docker stop --time=1 71ad08dba8304570024c9a988f1174199f49138c6f15bb5e16a8c2bb0b360d41 20:49:44 $ docker rm -f 71ad08dba8304570024c9a988f1174199f49138c6f15bb5e16a8c2bb0b360d41 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:49:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:49:47 20:49:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:49:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:49:48 latest: Pulling from edgex-devops/edgex-compose 20:49:48 cbdbe7a5bc2a: Pulling fs layer 20:49:48 ca9280d653b3: Pulling fs layer 20:49:48 7e9c9ca2126c: Pulling fs layer 20:49:48 cbdbe7a5bc2a: Verifying Checksum 20:49:48 cbdbe7a5bc2a: Download complete 20:49:48 cbdbe7a5bc2a: Pull complete 20:49:49 ca9280d653b3: Verifying Checksum 20:49:49 ca9280d653b3: Download complete 20:49:49 ca9280d653b3: Pull complete 20:49:50 7e9c9ca2126c: Verifying Checksum 20:49:50 7e9c9ca2126c: Download complete 20:49:54 7e9c9ca2126c: Pull complete 20:49:54 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:49:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:49:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:49:54 prd-centos7-docker-4c-2g-994 does not seem to be running inside a container 20:49:54 $ 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 20:49:54 Running on prd-ubuntu18.04-docker-arm64-4c-16g-999 in /w/workspace/edgexfoundry_edgex-go_PR-3550 20:49:57 $ docker top 7144485ed206b8186490ad6fd8036135562b9228acdb056b2169bf6b24927a1d -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 20:49:57 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 20:49:57 The recommended git tool is: git 20:49:57 + grep parallel 20:49:57 + docker-compose build --help 20:49:58 --parallel Build images in parallel. [Pipeline] } 20:49:58 $ docker stop --time=1 7144485ed206b8186490ad6fd8036135562b9228acdb056b2169bf6b24927a1d 20:49:59 $ docker rm -f 7144485ed206b8186490ad6fd8036135562b9228acdb056b2169bf6b24927a1d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:49:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:49:59 . [Pipeline] withDockerContainer 20:49:59 prd-centos7-docker-4c-2g-994 does not seem to be running inside a container 20:49:59 $ 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 20:50:00 $ docker top 0ba37b16fbd553529a44ad4c63c635c7aad709c6d914268c85610d2664e5a56f -eo pid,comm [Pipeline] { [Pipeline] sh 20:50:00 + docker-compose -f ./docker-compose-build.yml build --parallel 20:50:03 Building core-command ... 20:50:03 Building core-data ... 20:50:03 Building core-metadata ... 20:50:03 Building security-bootstrapper ... 20:50:03 Building security-proxy-setup ... 20:50:03 Building security-secretstore-setup ... 20:50:03 Building support-notifications ... 20:50:03 Building support-scheduler ... 20:50:03 Building sys-mgmt-agent ... 20:50:03 Building core-metadata 20:50:03 Building security-proxy-setup 20:50:03 Building security-secretstore-setup 20:50:03 Building support-scheduler 20:50:03 Building core-command 20:50:04 using credential edgex-jenkins-ssh 20:50:04 Cloning the remote Git repository 20:50:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:50:05 > git init /w/workspace/edgex-go/2 # timeout=10 20:50:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:50:05 > git --version # timeout=10 20:50:05 > git --version # 'git version 2.17.1' 20:50:05 using GIT_SSH to set credentials SSH Credentials for GitHub 20:50:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:50:13 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:50:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:50:13 ---> 3b3c7d1ef911 20:50:13 Step 3/22 : WORKDIR /edgex-go 20:50:13 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:50:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:50:13 ---> 3b3c7d1ef911 20:50:13 Step 3/26 : WORKDIR /edgex-go 20:50:14 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:50:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:50:14 ---> 3b3c7d1ef911 20:50:14 Step 3/24 : WORKDIR /edgex-go 20:50:19 ---> Running in cee206c025f1 20:50:19 ---> Running in fca4f1a3bd4a 20:50:19 ---> Running in 05044914d62a 20:50:21 Removing intermediate container fca4f1a3bd4a 20:50:21 ---> 11cb11530415 20:50:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:50:21 Removing intermediate container 05044914d62a 20:50:21 ---> 9daf482c35b6 20:50:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:50:21 Removing intermediate container cee206c025f1 20:50:21 ---> 50b7c3fcb32b 20:50:21 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:50:21 ---> Running in 4a4fe2471535 20:50:21 ---> Running in 2ee237dc6cc9 20:50:21 ---> Running in 952b8a57d710 20:50:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:50:25 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:50:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:50:25 ---> 3b3c7d1ef911 20:50:25 Step 3/24 : WORKDIR /edgex-go 20:50:25 ---> Using cache 20:50:25 ---> 11cb11530415 20:50:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:50:25 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:50:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:50:25 ---> 3b3c7d1ef911 20:50:25 Step 3/23 : WORKDIR /edgex-go 20:50:25 ---> Using cache 20:50:25 ---> 11cb11530415 20:50:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:50:25 ---> Running in 5ff24f5625dd 20:50:25 ---> Running in 929a8aaa19b0 20:50:25 Removing intermediate container 952b8a57d710 20:50:25 ---> e94a9747acc1 20:50:25 Step 5/22 : RUN apk add --update --no-cache make git 20:50:25 Removing intermediate container 2ee237dc6cc9 20:50:25 ---> 7719ed430691 20:50:25 Step 5/26 : RUN apk add --update --no-cache make git 20:50:25 Removing intermediate container 4a4fe2471535 20:50:25 ---> dc0811c339af 20:50:25 Step 5/24 : RUN apk add --update --no-cache make git 20:50:25 ---> Running in d5873efe85fa 20:50:25 ---> Running in 02b9c3e8e924 20:50:25 ---> Running in b82afb837a2c 20:50:25 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:50:25 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:50:25 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:50:25 Removing intermediate container 5ff24f5625dd 20:50:25 ---> 85c4a6c92e3c 20:50:25 Step 5/24 : RUN apk add --update --no-cache make git 20:50:25 Removing intermediate container 929a8aaa19b0 20:50:25 ---> 7b53f55a0684 20:50:25 Step 5/23 : RUN apk add --update --no-cache make git 20:50:25 ---> Running in 5cdfc3530437 20:50:25 ---> Running in 4b24a48b8fff 20:50:25 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:50:25 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:50:25 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:50:25 Merging remotes/origin/master commit 2b869ccf7fb2f91a3d4a91833f99e6de2b9ca703 into PR head commit a2666c85747e48d0f277d1bc73689a0fa3d00208 20:50:26 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:50:26 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:50:26 OK: 219 MiB in 52 packages 20:50:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:50:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:50:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:50:25 using GIT_SSH to set credentials SSH Credentials for GitHub 20:50:25 > 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 20:50:25 > git config core.sparsecheckout # timeout=10 20:50:25 > git checkout -f a2666c85747e48d0f277d1bc73689a0fa3d00208 # timeout=10 20:50:26 > git remote # timeout=10 20:50:26 Merge succeeded, producing a2666c85747e48d0f277d1bc73689a0fa3d00208 20:50:26 Checking out Revision a2666c85747e48d0f277d1bc73689a0fa3d00208 (PR-3550) 20:50:26 OK: 219 MiB in 52 packages 20:50:26 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:50:26 OK: 219 MiB in 52 packages 20:50:26 Removing intermediate container d5873efe85fa 20:50:26 ---> 27fce92de9cc 20:50:26 Step 6/22 : COPY go.mod . 20:50:26 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:50:27 ---> 04fef06dbca6 20:50:27 Step 7/22 : RUN go mod download 20:50:27 ---> Running in bd68ef97e165 20:50:27 Removing intermediate container 02b9c3e8e924 20:50:27 ---> d7707095b876 20:50:27 Step 6/26 : COPY go.mod . 20:50:27 Removing intermediate container b82afb837a2c 20:50:27 ---> ca6688f0b1d9 20:50:27 Step 6/24 : COPY go.mod . 20:50:27 OK: 219 MiB in 52 packages 20:50:27 ---> e642ea3d3c3e 20:50:27 Step 7/26 : RUN go mod download 20:50:27 ---> b3ef9e54fc17 20:50:27 Step 7/24 : RUN go mod download 20:50:27 ---> Running in 33c145b49572 20:50:27 ---> Running in 726b2e5d9597 20:50:28 Removing intermediate container 4b24a48b8fff 20:50:28 ---> e56ae01d1431 20:50:28 Step 6/23 : COPY go.mod . 20:50:28 ---> bd73ffc6edb0 20:50:28 Step 7/23 : RUN go mod download 20:50:26 > git config --get remote.origin.url # timeout=10 20:50:26 using GIT_SSH to set credentials SSH Credentials for GitHub 20:50:26 > git merge 2b869ccf7fb2f91a3d4a91833f99e6de2b9ca703 # timeout=10 20:50:26 > git rev-parse HEAD^{commit} # timeout=10 20:50:26 > git config core.sparsecheckout # timeout=10 20:50:26 > git checkout -f a2666c85747e48d0f277d1bc73689a0fa3d00208 # timeout=10 20:50:28 ---> Running in 4602792fcb8b 20:50:29 Removing intermediate container bd68ef97e165 20:50:29 ---> 09286b538a03 20:50:29 Step 8/22 : COPY . . 20:50:29 OK: 219 MiB in 52 packages 20:50:30 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 20:50:34 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:50:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:50:34 + sudo service docker restart 20:50:34 + true 20:50:37 Removing intermediate container 33c145b49572 20:50:37 ---> a724535f1b43 20:50:37 Step 8/24 : COPY . . 20:50:45 ---> 3aebf46e2198 20:50:45 Step 9/22 : RUN go mod tidy 20:50:45 ---> 2fc33f87f52f 20:50:45 Step 9/24 : RUN go mod tidy 20:50:45 ---> Running in 1c85fe7fd6ac 20:50:45 ---> Running in 2df47e465044 20:50:45 Removing intermediate container 5cdfc3530437 20:50:45 ---> eacd41346989 20:50:45 Step 6/24 : COPY go.mod . 20:50:45 Removing intermediate container 726b2e5d9597 20:50:45 ---> a08ce93c4562 20:50:45 Step 8/26 : COPY . . 20:50:45 Removing intermediate container 4602792fcb8b 20:50:45 ---> 2bb56bb05581 20:50:45 Step 8/23 : COPY . . 20:50:47 ---> d8ab6942196d 20:50:47 Step 7/24 : RUN go mod download [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:50:53 provisioning config files... 20:50:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4089917090350599643tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:50:53 ---> docker-login.sh 20:50:53 nexus3.edgexfoundry.org:10001 20:50:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:55 Configure a credential helper to remove this warning. See 20:50:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:55 20:50:55 Login Succeeded 20:50:55 nexus3.edgexfoundry.org:10002 20:50:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:55 Configure a credential helper to remove this warning. See 20:50:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:55 20:50:55 Login Succeeded 20:50:55 nexus3.edgexfoundry.org:10003 20:50:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:56 Configure a credential helper to remove this warning. See 20:50:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:56 20:50:56 Login Succeeded 20:50:56 nexus3.edgexfoundry.org:10004 20:50:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:56 Configure a credential helper to remove this warning. See 20:50:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:56 20:50:56 Login Succeeded 20:50:56 docker.io 20:50:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:57 Configure a credential helper to remove this warning. See 20:50:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:57 20:50:57 Login Succeeded 20:50:57 ---> docker-login.sh ends [Pipeline] } 20:50:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:50:57 ========================================================= 20:50:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 20:50:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:50:58 + 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 . 20:51:01 Sending build context to Docker daemon 166.2MB 20:51:01 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 20:51:01 Step 2/6 : FROM ${BASE} 20:51:01 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:51:01 595b0fe564bb: Pulling fs layer 20:51:01 7186ed65a4f7: Pulling fs layer 20:51:01 316046926c0a: Pulling fs layer 20:51:01 4ebd0625c992: Pulling fs layer 20:51:01 207e8628e3a3: Pulling fs layer 20:51:01 c791037a9be2: Pulling fs layer 20:51:01 4ebd0625c992: Waiting 20:51:01 207e8628e3a3: Waiting 20:51:01 ffd874e62e21: Pulling fs layer 20:51:01 c791037a9be2: Waiting 20:51:01 ffd874e62e21: Waiting 20:51:01 316046926c0a: Verifying Checksum 20:51:01 316046926c0a: Download complete 20:51:01 7186ed65a4f7: Verifying Checksum 20:51:01 7186ed65a4f7: Download complete 20:51:01 207e8628e3a3: Verifying Checksum 20:51:01 207e8628e3a3: Download complete 20:51:01 c791037a9be2: Download complete 20:51:01 595b0fe564bb: Verifying Checksum 20:51:01 595b0fe564bb: Download complete 20:51:01 595b0fe564bb: Pull complete 20:51:01 7186ed65a4f7: Pull complete 20:51:02 316046926c0a: Pull complete 20:51:03 ffd874e62e21: Download complete 20:51:04 ---> Running in c32772500a4b 20:51:05 4ebd0625c992: Verifying Checksum 20:51:05 4ebd0625c992: Download complete 20:51:05 ---> 4247fc2769f0 20:51:05 Step 9/23 : RUN go mod tidy 20:51:05 ---> 6be4a5a2d1ba 20:51:05 Step 9/26 : RUN go mod tidy 20:51:05 Removing intermediate container 1c85fe7fd6ac 20:51:05 ---> 392be375f093 20:51:05 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:51:05 Removing intermediate container 2df47e465044 20:51:05 ---> 08e331d96840 20:51:05 Step 10/24 : RUN make cmd/core-command/core-command 20:51:05 ---> Running in 03813297e179 20:51:05 ---> Running in 3f7a16ab3641 20:51:06 ---> Running in 2cc55cb203d0 20:51:06 ---> Running in 8849ee803727 20:51:07 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 20:51:07 Removing intermediate container c32772500a4b 20:51:07 ---> ffe45949bafc 20:51:07 Step 8/24 : COPY . . 20:51:08 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 20:51:16 4ebd0625c992: Pull complete 20:51:16 207e8628e3a3: Pull complete 20:51:16 c791037a9be2: Pull complete 20:51:18 Removing intermediate container 03813297e179 20:51:18 ---> c8e913b6b58d 20:51:18 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:51:18 ---> Running in 0d83b9aa665d 20:51:18 Removing intermediate container 3f7a16ab3641 20:51:18 ---> 03dbd93d07c6 20:51:18 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 20:51:18 ---> Running in c3802e47e092 20:51:18 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 20:51:19 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 20:51:19 ffd874e62e21: Pull complete 20:51:19 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 20:51:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 20:51:19 ---> cfc18b08335c 20:51:19 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 20:51:23 ---> Running in 33aa11099ecc 20:51:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:51:25 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:51:25 (1/12) Installing libmagic (5.39-r0) 20:51:26 (2/12) Installing file (5.39-r0) 20:51:26 (3/12) Installing libc-dev (0.7.2-r3) 20:51:26 (4/12) Installing g++ (10.2.1_pre1-r3) 20:51:34 (5/12) Installing fortify-headers (1.1-r0) 20:51:34 (6/12) Installing patch (2.7.6-r6) 20:51:34 (7/12) Installing build-base (0.5-r2) 20:51:34 (8/12) Installing libsodium (1.0.18-r0) 20:51:34 (9/12) Installing pkgconf (1.7.3-r0) 20:51:34 (10/12) Installing libsodium-dev (1.0.18-r0) 20:51:34 (11/12) Installing libzmq (4.3.3-r1) 20:51:34 (12/12) Installing zeromq-dev (4.3.3-r1) 20:51:34 Executing busybox-1.32.1-r6.trigger 20:51:34 OK: 218 MiB in 52 packages 20:51:38 ---> a0d2e1b80682 20:51:38 Step 9/24 : RUN go mod tidy 20:51:38 ---> Running in 9ec2fa07d762 20:51:39 Removing intermediate container 33aa11099ecc 20:51:39 ---> 2fe49f4c732e 20:51:39 Step 4/6 : WORKDIR /edgex-go 20:51:39 ---> Running in 43ca4cb695c8 20:51:39 Removing intermediate container 43ca4cb695c8 20:51:39 ---> 1614ae3c090f 20:51:39 Step 5/6 : COPY go.mod . 20:51:40 ---> ba8dc2377309 20:51:40 Step 6/6 : RUN go mod download 20:51:40 ---> Running in 7ca8b7ab7797 20:51:40 Removing intermediate container 9ec2fa07d762 20:51:40 ---> 327ce08aadb9 20:51:40 Step 10/24 : RUN make cmd/core-metadata/core-metadata 20:51:40 ---> Running in a873514a5550 20:51:41 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 20:51:45 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 20:51:57 Removing intermediate container 2cc55cb203d0 20:51:57 ---> ea90b819ca0b 20:51:57 20:51:57 Step 11/22 : FROM alpine:3.12 20:51:57 3.12: Pulling from library/alpine 20:51:58 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 20:51:58 Removing intermediate container 8849ee803727 20:51:58 ---> a0748c69fabb 20:51:58 20:51:58 Step 11/24 : FROM alpine:3.12 20:51:58 3.12: Pulling from library/alpine 20:51:59 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:51:59 Status: Downloaded newer image for alpine:3.12 20:51:59 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 20:51:59 Status: Image is up to date for alpine:3.12 20:51:59 ---> 13621d1b12d4 20:51:59 Step 12/22 : RUN apk add --update --no-cache curl 20:51:59 ---> 13621d1b12d4 20:51:59 Step 12/24 : RUN apk add --update --no-cache dumb-init 20:52:01 ---> Running in 9c7f65ec65d4 20:52:01 ---> Running in 3afa57867dce 20:52:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:52:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:52:03 (1/4) Installing ca-certificates (20191127-r4) 20:52:03 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:52:03 (3/4) Installing libcurl (7.77.0-r0) 20:52:03 (4/4) Installing curl (7.77.0-r0) 20:52:03 Executing busybox-1.31.1-r20.trigger 20:52:03 Executing ca-certificates-20191127-r4.trigger 20:52:03 OK: 7 MiB in 18 packages 20:52:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:52:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:52:04 Removing intermediate container 0d83b9aa665d 20:52:04 ---> 454746145dfe 20:52:04 20:52:04 Step 11/26 : FROM alpine:3.12 20:52:04 ---> 13621d1b12d4 20:52:04 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 20:52:04 (1/1) Installing dumb-init (1.2.2-r1) 20:52:04 Executing busybox-1.31.1-r20.trigger 20:52:04 OK: 6 MiB in 15 packages 20:52:06 Removing intermediate container c3802e47e092 20:52:06 ---> 198c8c8c749d 20:52:06 20:52:06 Step 11/23 : FROM alpine:3.12 20:52:06 ---> 13621d1b12d4 20:52:06 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:52:06 ---> Running in 34f7b1a46a12 20:52:06 ---> Running in 354dc3af71b1 20:52:08 Removing intermediate container 7ca8b7ab7797 20:52:08 ---> 5b984992a195 20:52:08 Successfully built 5b984992a195 20:52:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:52:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:52:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:52:08 + docker inspect -f . ci-base-image-arm64 20:52:08 . [Pipeline] withDockerContainer 20:52:08 (1/6) Installing ca-certificates (20191127-r4) 20:52:08 (2/6) Installing nghttp2-libs (1.41.0-r0) 20:52:08 (3/6) Installing libcurl (7.77.0-r0) 20:52:08 (4/6) Installing curl (7.77.0-r0) 20:52:08 (5/6) Installing dumb-init (1.2.2-r1) 20:52:08 (6/6) Installing su-exec (0.2-r1) 20:52:08 Executing busybox-1.31.1-r20.trigger 20:52:08 Executing ca-certificates-20191127-r4.trigger 20:52:08 Removing intermediate container 9c7f65ec65d4 20:52:08 ---> 82a67eb0f5b9 20:52:08 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:52:08 OK: 7 MiB in 20 packages 20:52:08 prd-ubuntu18.04-docker-arm64-4c-16g-999 does not seem to be running inside a container 20:52:08 $ 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 20:52:08 Removing intermediate container 3afa57867dce 20:52:08 ---> 9bd078c60540 20:52:08 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:52:09 ---> Running in fb37d5b09687 20:52:09 ---> Running in 344df717da5d 20:52:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:52:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:52:09 (1/1) Installing dumb-init (1.2.2-r1) 20:52:09 Executing busybox-1.31.1-r20.trigger 20:52:09 OK: 6 MiB in 15 packages 20:52:09 Removing intermediate container fb37d5b09687 20:52:09 ---> 9c3e82711be1 20:52:09 Step 14/22 : WORKDIR /edgex 20:52:10 Removing intermediate container 344df717da5d 20:52:10 ---> 9a7aa04df8dd 20:52:10 Step 14/24 : ENV APP_PORT=59882 20:52:10 ---> Running in 9ef988552c1a 20:52:10 $ docker top 37c0df8d69d95cc16385f8bc4f952fdafaa1ca55747a128e0b4a9f8be5503e73 -eo pid,comm 20:52:10 ---> Running in 16b5d8598104 [Pipeline] { [Pipeline] sh 20:52:11 Removing intermediate container 34f7b1a46a12 20:52:11 ---> a3784e19fd6e 20:52:11 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:52:11 + go version 20:52:11 go version go1.16.3 linux/arm64 [Pipeline] } 20:52:11 $ docker stop --time=1 37c0df8d69d95cc16385f8bc4f952fdafaa1ca55747a128e0b4a9f8be5503e73 20:52:11 ---> Running in 4ab40656ea6f 20:52:11 Removing intermediate container 9ef988552c1a 20:52:11 ---> 9a71eb6fee5d 20:52:11 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:52:11 Removing intermediate container 16b5d8598104 20:52:11 ---> 52129be961eb 20:52:11 Step 15/24 : EXPOSE $APP_PORT 20:52:11 Removing intermediate container 354dc3af71b1 20:52:11 ---> 135bdbc8cc07 20:52:11 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:52:13 $ docker rm -f 37c0df8d69d95cc16385f8bc4f952fdafaa1ca55747a128e0b4a9f8be5503e73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:52:14 + docker inspect -f . ci-base-image-arm64 20:52:14 . [Pipeline] withDockerContainer 20:52:14 prd-ubuntu18.04-docker-arm64-4c-16g-999 does not seem to be running inside a container 20:52:14 $ 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 20:52:15 ---> Running in 682c66b76d66 20:52:15 ---> Running in ac4d9380b007 20:52:15 Removing intermediate container 4ab40656ea6f 20:52:15 ---> af28d4266bb9 20:52:15 Step 14/26 : WORKDIR / 20:52:15 Removing intermediate container a873514a5550 20:52:15 ---> 944fbef86f1c 20:52:15 20:52:15 Step 11/24 : FROM alpine:3.12 20:52:15 ---> 13621d1b12d4 20:52:15 Step 12/24 : RUN apk add --update --no-cache dumb-init 20:52:15 ---> Using cache 20:52:15 ---> 135bdbc8cc07 20:52:15 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:52:15 ---> e51a9fd3f9df 20:52:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:52:15 ---> Running in 5aec29847dbf 20:52:16 ---> Running in 5544187be0a4 20:52:16 Removing intermediate container 682c66b76d66 20:52:16 ---> 705db006a8bd 20:52:16 Step 14/23 : ENV APP_PORT=59861 20:52:16 $ docker top 8825df57839bcf52e429d203793c1b1924a53d2bd638c8eb320e9ab6f5d16bd5 -eo pid,comm 20:52:16 Removing intermediate container ac4d9380b007 20:52:16 ---> 4e389cca616d 20:52:16 Step 16/24 : WORKDIR / 20:52:16 ---> Running in 629ed66339c4 20:52:16 ---> acdc1c6f8066 20:52:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [Pipeline] { [Pipeline] echo 20:52:16 ========================================================= 20:52:16 [edgeXBuildGoParallel] Running Tests and Build... 20:52:16 ========================================================= [Pipeline] sh 20:52:20 ---> Running in b624b88b2704 20:52:20 Removing intermediate container 5544187be0a4 20:52:20 ---> 1fee7de44198 20:52:20 Step 14/24 : ENV APP_PORT=59881 20:52:20 Removing intermediate container 5aec29847dbf 20:52:20 ---> ea01081ad78d 20:52:20 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:52:20 ---> Running in 454681b4ef8d 20:52:20 Removing intermediate container 629ed66339c4 20:52:20 ---> 87aa517290d0 20:52:20 Step 15/23 : EXPOSE $APP_PORT 20:52:20 ---> de42f90c50e0 20:52:20 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:52:20 Removing intermediate container b624b88b2704 20:52:20 ---> d83e4121a492 20:52:20 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:52:20 ---> 4cafd65fc6ee 20:52:20 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:52:20 ---> Running in b210ceeb986c 20:52:20 ---> Running in 2fbd379375de 20:52:20 Removing intermediate container 454681b4ef8d 20:52:20 ---> a600e1d856c0 20:52:20 Step 15/24 : EXPOSE $APP_PORT 20:52:20 ---> Running in a0f8e7b65baa 20:52:20 ---> b66186222a21 20:52:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:52:20 Removing intermediate container 2fbd379375de 20:52:20 ---> 772a33a53a39 20:52:20 Step 19/22 : CMD ["--init=true"] 20:52:20 Removing intermediate container b210ceeb986c 20:52:20 ---> 22edfb452433 20:52:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:52:20 ---> 9a5342a7bc15 20:52:20 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:52:20 ---> Running in f600ff84d72b 20:52:20 Removing intermediate container a0f8e7b65baa 20:52:20 ---> 4778ed1e9175 20:52:20 Step 16/24 : WORKDIR / 20:52:20 ---> f6fbbce8b82f 20:52:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:52:20 ---> 95a8c8d3f784 20:52:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:52:20 ---> 700785c7cc7c 20:52:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:52:20 ---> Running in 2a64bf394b1a 20:52:20 Removing intermediate container f600ff84d72b 20:52:20 ---> 2f55db0e7768 20:52:20 Step 20/22 : LABEL arch=x86_64 20:52:20 ---> 8b163647ad92 20:52:20 Step 20/24 : ENTRYPOINT ["/core-command"] 20:52:20 ---> Running in 215091cf4ec4 20:52:20 ---> d59fc9186386 20:52:20 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:52:20 ---> 81d68d37cf81 20:52:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:52:20 Removing intermediate container 2a64bf394b1a 20:52:20 ---> ddedf07a784f 20:52:20 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:52:20 + go mod tidy 20:52:21 ---> Running in 17df41a98ed6 20:52:21 Removing intermediate container 215091cf4ec4 20:52:21 ---> 69426d9b7bd6 20:52:21 Step 21/22 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 20:52:21 ---> 06fa9e2c1618 20:52:21 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:52:21 ---> 639f9af39bf7 20:52:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [Pipeline] sh 20:52:21 ---> Running in 85a4d7257539 20:52:22 ---> ea11e520c90b 20:52:22 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:52:22 Removing intermediate container 17df41a98ed6 20:52:22 ---> f58e49be56de 20:52:22 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:52:22 + make test 20:52:22 go mod tidy 20:52:23 ---> Running in 1889cb45515f 20:52:23 ---> Running in dbbd670f4efe 20:52:23 Removing intermediate container 85a4d7257539 20:52:23 ---> b4798e6ce246 20:52:23 Step 22/22 : LABEL version=0.0.0 20:52:23 ---> 7b2d6ea70311 20:52:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:52:23 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:52:23 ---> 667e964284ee 20:52:23 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:52:23 ---> Running in f8e354339a18 20:52:23 Removing intermediate container 1889cb45515f 20:52:23 ---> eeb7b71e2713 20:52:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:52:23 Removing intermediate container dbbd670f4efe 20:52:23 ---> 3455a3c1010d 20:52:23 Step 22/24 : LABEL arch=x86_64 20:52:23 ---> Running in a40b421eac71 20:52:23 ---> 6994a6a88810 20:52:23 Step 20/24 : ENTRYPOINT ["/core-metadata"] 20:52:23 Removing intermediate container f8e354339a18 20:52:23 ---> 4241c1e90896 20:52:23 20:52:23 ---> 1fe42371587b 20:52:23 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/ 20:52:23 Successfully built 4241c1e90896 20:52:23 ---> Running in b71b99b38dfa 20:52:23 ---> Running in 396770729f86 20:52:24 Successfully tagged security-proxy-setup:latest 20:52:24 ---> Running in 96d81d8b612c 20:52:24  Building security-proxy-setup ... done Building security-bootstrapper 20:52:24 Removing intermediate container a40b421eac71 20:52:24 ---> b8b1ca1cc9b1 20:52:24 Step 21/23 : LABEL arch=x86_64 20:52:26 Removing intermediate container b71b99b38dfa 20:52:26 ---> 04850e759b1d 20:52:26 Step 23/24 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 20:52:26 ---> Running in e49cab445117 20:52:27 Removing intermediate container 396770729f86 20:52:27 ---> 83a5fac076eb 20:52:27 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:52:28 ---> Running in d07c64e2b4ef 20:52:30 ---> Running in 579ade70f12f 20:52:30 Removing intermediate container e49cab445117 20:52:30 ---> 18595d61546e 20:52:30 Step 22/23 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 20:52:32 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:52:32 Step 2/32 : FROM ${BUILDER_BASE} AS builder 20:52:32 ---> 3b3c7d1ef911 20:52:32 Step 3/32 : WORKDIR /edgex-go 20:52:32 ---> Using cache 20:52:32 ---> 11cb11530415 20:52:32 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:52:32 ---> Using cache 20:52:32 ---> 7b53f55a0684 20:52:32 Step 5/32 : RUN apk add --update --no-cache make git 20:52:32 ---> Using cache 20:52:32 ---> e56ae01d1431 20:52:32 Step 6/32 : COPY go.mod . 20:52:32 ---> Using cache 20:52:32 ---> bd73ffc6edb0 20:52:32 Step 7/32 : RUN go mod download 20:52:32 ---> Using cache 20:52:32 ---> 2bb56bb05581 20:52:32 Step 8/32 : COPY . . 20:52:32 ---> Using cache 20:52:32 ---> 4247fc2769f0 20:52:32 Step 9/32 : RUN go mod tidy 20:52:32 ---> Using cache 20:52:32 ---> 03dbd93d07c6 20:52:32 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:52:39 ---> Running in 8e584bb96be9 20:52:39 Removing intermediate container d07c64e2b4ef 20:52:39 ---> 015b057a064e 20:52:39 Step 24/24 : LABEL version=0.0.0 20:52:39 ---> Running in c4ff1241609d 20:52:39 Removing intermediate container 579ade70f12f 20:52:39 ---> ade2b34f61e3 20:52:39 Step 22/24 : LABEL arch=x86_64 20:52:39 ---> Running in 1e414fa320b2 20:52:39 ---> Running in bb2e117817a5 20:52:39 Removing intermediate container 8e584bb96be9 20:52:39 ---> 5e9dfe62475c 20:52:39 Step 23/23 : LABEL version=0.0.0 20:52:39 Removing intermediate container 96d81d8b612c 20:52:39 ---> 6b45605e12e6 20:52:39 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 20:52:39 ---> Running in c1c1fbbf787f 20:52:39 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 20:52:39 ---> Running in b6f4d0aef0b2 20:52:40 Removing intermediate container 1e414fa320b2 20:52:40 ---> fd6548f7e6a9 20:52:40 20:52:40 Successfully built fd6548f7e6a9 20:52:40 Successfully tagged core-command:latest 20:52:40 Building sys-mgmt-agent 20:52:40 Removing intermediate container bb2e117817a5 20:52:40 ---> 00f74e04b243 20:52:40 Step 23/24 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 20:52:41  Building core-command ... done Removing intermediate container c1c1fbbf787f 20:52:41 ---> bbea3dcbdd49 20:52:41 20:52:46 ---> Running in dfdfd9cc5cc4 20:52:46 Successfully built bbea3dcbdd49 20:52:46 Successfully tagged support-scheduler:latest 20:52:46 Building support-notifications 20:52:46 Removing intermediate container b6f4d0aef0b2 20:52:46 ---> 144a7829731f 20:52:46 Step 24/26 : LABEL arch=x86_64 20:52:49 ? github.com/edgexfoundry/edgex-go [no test files] 20:52:55  Building support-scheduler ... done Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:52:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:52:55 ---> 3b3c7d1ef911 20:52:55 Step 3/23 : WORKDIR /edgex-go 20:52:55 ---> Using cache 20:52:55 ---> 11cb11530415 20:52:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:52:55 ---> Using cache 20:52:55 ---> 7b53f55a0684 20:52:55 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:52:58 Removing intermediate container dfdfd9cc5cc4 20:52:58 ---> 35cf9e494dd2 20:52:58 Step 24/24 : LABEL version=0.0.0 20:52:58 ---> Running in b4b6a96e7521 20:52:58 ---> Running in bd3d4c2d5704 20:52:58 ---> Running in d03118ea2dc2 20:52:58 Removing intermediate container b4b6a96e7521 20:52:58 ---> 508bb0b811de 20:52:58 Step 25/26 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 20:52:59 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:52:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:52:59 ---> 3b3c7d1ef911 20:52:59 Step 3/24 : WORKDIR /edgex-go 20:52:59 ---> Using cache 20:52:59 ---> 11cb11530415 20:52:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:52:59 ---> Using cache 20:52:59 ---> 7b53f55a0684 20:52:59 Step 5/24 : RUN apk add --update --no-cache make bash git 20:52:59 Removing intermediate container d03118ea2dc2 20:52:59 ---> 66dd140bab7d 20:52:59 20:52:59 ---> Running in fa5afda7a721 20:52:59 ---> Running in fa222574d0ef 20:53:00 Successfully built 66dd140bab7d 20:53:00 Successfully tagged core-metadata:latest 20:53:00 Building core-data 20:53:00  Building core-metadata ... done Removing intermediate container fa5afda7a721 20:53:00 ---> c60ad83039ed 20:53:00 Step 26/26 : LABEL version=0.0.0 20:53:00 ---> Running in ec0e5604685e 20:53:00 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:53:00 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:53:03 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:53:03 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:53:03 Removing intermediate container ec0e5604685e 20:53:03 ---> 1c5b1ec60eaf 20:53:03 20:53:03 OK: 219 MiB in 52 packages 20:53:03 Successfully built 1c5b1ec60eaf 20:53:03 Successfully tagged security-secretstore-setup:latest 20:53:03  Building security-secretstore-setup ... done OK: 219 MiB in 52 packages 20:53:04 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:53:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:53:04 ---> 3b3c7d1ef911 20:53:04 Step 3/24 : WORKDIR /edgex-go 20:53:04 ---> Using cache 20:53:04 ---> 11cb11530415 20:53:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:53:04 ---> Using cache 20:53:04 ---> 7b53f55a0684 20:53:04 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:53:05 ---> Running in 4a1d7af5afcd 20:53:05 Removing intermediate container bd3d4c2d5704 20:53:05 ---> 77ea0af13ca4 20:53:05 Step 6/23 : COPY go.mod . 20:53:05 Removing intermediate container fa222574d0ef 20:53:05 ---> 544e6dd0bfb5 20:53:05 Step 6/24 : COPY go.mod . 20:53:06 ---> 92475b574020 20:53:06 Step 7/24 : RUN go mod download 20:53:06 ---> bb35966d4421 20:53:06 Step 7/23 : RUN go mod download 20:53:06 ---> Running in 9c3e069b7dc3 20:53:06 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:53:06 ---> Running in 4e8d8d16733b 20:53:07 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:53:07 Removing intermediate container 9c3e069b7dc3 20:53:07 ---> 416f19a4b72a 20:53:07 Step 8/24 : COPY . . 20:53:07 Removing intermediate container 4e8d8d16733b 20:53:07 ---> e9183b6e8b5d 20:53:07 Step 8/23 : COPY . . 20:53:07 OK: 219 MiB in 52 packages 20:53:17 Removing intermediate container 4a1d7af5afcd 20:53:17 ---> 9ecc6ef3aa49 20:53:17 Step 6/24 : COPY go.mod . 20:53:17 ---> e4c5e7eae493 20:53:17 Step 9/24 : RUN go mod tidy 20:53:17 ---> 90f5bfd5ff4b 20:53:17 Step 9/23 : RUN go mod tidy 20:53:17 ---> Running in c95abf123ec4 20:53:17 ---> Running in 9dbab0081f84 20:53:17 ---> 3ca8f92da8c2 20:53:17 Step 7/24 : RUN go mod download 20:53:17 ---> Running in 6e1caf0a5c6c 20:53:17 Removing intermediate container 6e1caf0a5c6c 20:53:17 ---> 4d68ae5dec9a 20:53:17 Step 8/24 : COPY . . 20:53:24 Removing intermediate container 9dbab0081f84 20:53:24 ---> 0fb1959b3951 20:53:24 Step 10/23 : RUN make cmd/support-notifications/support-notifications 20:53:24 Removing intermediate container c95abf123ec4 20:53:24 ---> bc0f28f33647 20:53:24 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:53:24 ---> Running in a0e45e57c849 20:53:24 ---> 82159f5d21be 20:53:24 Step 9/24 : RUN go mod tidy 20:53:24 ---> Running in 8a13cb75533d 20:53:24 ---> Running in b261d8a4b2fe 20:53:24 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 20:53:24 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 20:53:24 Removing intermediate container c4ff1241609d 20:53:24 ---> 83b88e4b622a 20:53:24 20:53:24 Step 11/32 : FROM alpine:3.12 20:53:24 ---> 13621d1b12d4 20:53:24 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:53:25 ---> Running in d8525fa84210 20:53:25 Removing intermediate container d8525fa84210 20:53:25 ---> 2999bd4eb0f7 20:53:25 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 20:53:25 ---> Running in 3a6167c6bb3e 20:53:25 Removing intermediate container b261d8a4b2fe 20:53:25 ---> 19ed6ba02571 20:53:25 Step 10/24 : RUN make cmd/core-data/core-data 20:53:25 ---> Running in 41d802425b41 20:53:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:53:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:53:26 (1/2) Installing dumb-init (1.2.2-r1) 20:53:26 (2/2) Installing su-exec (0.2-r1) 20:53:26 Executing busybox-1.31.1-r20.trigger 20:53:26 OK: 6 MiB in 16 packages 20:53:26 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 20:53:26 Removing intermediate container 3a6167c6bb3e 20:53:26 ---> 34e29c28717b 20:53:26 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 20:53:26 ---> Running in 6cc739d9ffeb 20:53:26 Removing intermediate container 6cc739d9ffeb 20:53:26 ---> 6bea43118048 20:53:26 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:53:26 ---> Running in d020a75e26dc 20:53:26 Removing intermediate container d020a75e26dc 20:53:26 ---> 8edd0465d74f 20:53:26 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:53:26 ---> Running in e53eb6bd8809 20:53:27 Removing intermediate container e53eb6bd8809 20:53:27 ---> 7634d4aec14e 20:53:27 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 20:53:27 ---> Running in f03723b18ebf 20:53:28 Removing intermediate container f03723b18ebf 20:53:28 ---> 409b00bcdd33 20:53:28 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:53:28 ---> 97907a4f6d00 20:53:28 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:53:28 ---> Running in dc524d3530e5 20:53:31 Removing intermediate container dc524d3530e5 20:53:31 ---> 88c5d12cb243 20:53:31 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 20:53:32 ---> 7f029a6d5f93 20:53:32 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:53:35 ---> 5506dea180c9 20:53:35 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:53:35 ---> 8db5c8b9191d 20:53:35 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:53:35 ---> b701c48f5c31 20:53:35 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:53:36 ---> 427fad4f581f 20:53:36 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 20:53:36 ---> Running in 85539e58d6ae 20:53:36 Removing intermediate container 85539e58d6ae 20:53:36 ---> c0bd1283724d 20:53:36 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:53:37 ---> e771acf11a44 20:53:37 Step 27/32 : RUN chmod +x /entrypoint.sh 20:53:37 ---> Running in eb101c136917 20:53:40 Removing intermediate container eb101c136917 20:53:40 ---> 0203ded99838 20:53:40 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 20:53:41 ---> Running in 2d87953c9f8b 20:53:41 Removing intermediate container 2d87953c9f8b 20:53:41 ---> 29321ef80998 20:53:41 Step 29/32 : CMD ["gate"] 20:53:42 ---> Running in f40d1f365995 20:53:43 Removing intermediate container f40d1f365995 20:53:43 ---> b02942a0f74f 20:53:43 Step 30/32 : LABEL arch=x86_64 20:53:43 ---> Running in be7c1fe0da6d 20:53:43 Removing intermediate container be7c1fe0da6d 20:53:43 ---> 1fd9a440745f 20:53:43 Step 31/32 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 20:53:43 ---> Running in 2b35d1ee7135 20:53:44 Removing intermediate container 2b35d1ee7135 20:53:44 ---> 266f0adb6aa4 20:53:44 Step 32/32 : LABEL version=0.0.0 20:53:44 ---> Running in 576c8c051485 20:53:45 Removing intermediate container 576c8c051485 20:53:45 ---> 0781d4f2c7fb 20:53:45 20:53:45 Successfully built 0781d4f2c7fb 20:53:45 Successfully tagged security-bootstrapper:latest 20:53:47 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:53:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:53:55  Building security-bootstrapper ... done Removing intermediate container a0e45e57c849 20:53:55 ---> bd8e8dccb214 20:53:55 20:53:55 Step 11/23 : FROM alpine:3.12 20:53:55 ---> 13621d1b12d4 20:53:55 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:53:55 ---> Running in 304e567537cd 20:53:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:53:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:53:56 (1/2) Installing ca-certificates (20191127-r4) 20:53:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:53:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:53:57 (2/2) Installing dumb-init (1.2.2-r1) 20:53:57 Executing busybox-1.31.1-r20.trigger 20:53:57 Executing ca-certificates-20191127-r4.trigger 20:53:57 OK: 6 MiB in 16 packages 20:53:58 Removing intermediate container 8a13cb75533d 20:53:58 ---> 69475e9bf1b3 20:53:58 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:53:58 ---> Running in 9f0a1b164447 20:53:59 Removing intermediate container 304e567537cd 20:53:59 ---> 8d9e914f01b5 20:53:59 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:53:59 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 20:53:59 ---> Running in 4125888ec0ca 20:54:03 Removing intermediate container 4125888ec0ca 20:54:03 ---> 96cc66845f6a 20:54:03 Step 14/23 : ENV APP_PORT=59860 20:54:03 Removing intermediate container 41d802425b41 20:54:03 ---> 9c686d752b18 20:54:03 20:54:03 Step 11/24 : FROM alpine:3.12 20:54:03 ---> 13621d1b12d4 20:54:03 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:54:03 ---> Running in 4b587ae6a2f1 20:54:03 ---> Running in f3084cbed0d5 20:54:03 Removing intermediate container 4b587ae6a2f1 20:54:03 ---> a75b3522cd5c 20:54:03 Step 15/23 : EXPOSE $APP_PORT 20:54:03 Removing intermediate container 9f0a1b164447 20:54:03 ---> 83406b0f0043 20:54:03 20:54:03 Step 12/24 : FROM docker:20.10.0 20:54:03 Removing intermediate container f3084cbed0d5 20:54:03 ---> b97fb15a37e5 20:54:03 Step 13/24 : ENV APP_PORT=59880 20:54:03 ---> Running in 609d3d983f14 20:54:03 20.10.0: Pulling from library/docker 20:54:03 ---> Running in e3ef2ce02304 20:54:03 Removing intermediate container 609d3d983f14 20:54:03 ---> a65475c632f8 20:54:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:54:03 Removing intermediate container e3ef2ce02304 20:54:03 ---> 291f6ca48f66 20:54:03 Step 14/24 : EXPOSE $APP_PORT 20:54:04 ---> Running in 28401cd96719 20:54:05 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:54:05 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:54:05 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:54:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:54:05 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:54:06 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:54:08 ---> 081e7d15dd4f 20:54:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:54:08 Removing intermediate container 28401cd96719 20:54:08 ---> 5871371a7199 20:54:08 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:54:08 ---> cde0a840cd4f 20:54:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:54:08 ---> Running in fda632c4f050 20:54:11 ---> 63d4353cc579 20:54:11 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:54:12 ---> Running in af60d8e1379a 20:54:12 Removing intermediate container af60d8e1379a 20:54:12 ---> 5119c4c4f76f 20:54:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:54:12 ---> Running in 056e82cffed1 20:54:12 Removing intermediate container fda632c4f050 20:54:12 ---> 842ef8c59cd6 20:54:12 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 20:54:13 ---> Running in 5d1f0f4dd5cb 20:54:13 Removing intermediate container 056e82cffed1 20:54:13 ---> 43a9d0e0bbd6 20:54:13 Step 21/23 : LABEL arch=x86_64 20:54:13 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:54:13 Status: Downloaded newer image for docker:20.10.0 20:54:13 ---> aefe523efa57 20:54:13 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 20:54:13 ---> Running in c3bdfa6121db 20:54:13 ---> Running in 96ab9f42e6b0 20:54:13 Removing intermediate container c3bdfa6121db 20:54:13 ---> 585afecaf444 20:54:13 Step 22/23 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 20:54:13 ---> Running in 1158bcde551e 20:54:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:54:13 Removing intermediate container 96ab9f42e6b0 20:54:13 ---> e96d7b8905dc 20:54:13 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 20:54:13 ---> Running in d8d8869956a2 20:54:13 Removing intermediate container 1158bcde551e 20:54:13 ---> f7b59260972c 20:54:13 Step 23/23 : LABEL version=0.0.0 20:54:13 ---> Running in fbd1154b15c2 20:54:13 Removing intermediate container fbd1154b15c2 20:54:13 ---> bf3d84a9dd74 20:54:13 20:54:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:54:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:54:14 Successfully built bf3d84a9dd74 20:54:14 Successfully tagged support-notifications:latest 20:54:14  Building support-notifications ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:54:14 (1/39) Installing readline (8.0.4-r0) 20:54:14 (2/39) Installing bash (5.0.17-r0) 20:54:14 Executing bash-5.0.17-r0.post-install 20:54:14 (3/39) Installing nghttp2-libs (1.41.0-r0) 20:54:14 (4/39) Installing libcurl (7.77.0-r0) 20:54:14 (5/39) Installing curl (7.77.0-r0) 20:54:14 (6/39) Installing dumb-init (1.2.2-r1) 20:54:14 (7/39) Installing libbz2 (1.0.8-r1) 20:54:14 (8/39) Installing expat (2.2.9-r1) 20:54:14 (9/39) Installing libffi (3.3-r2) 20:54:14 (10/39) Installing gdbm (1.13-r1) 20:54:14 (11/39) Installing xz-libs (5.2.5-r0) 20:54:14 (12/39) Installing sqlite-libs (3.32.1-r1) 20:54:14 (1/6) Installing dumb-init (1.2.2-r1) 20:54:14 (13/39) Installing python3 (3.8.10-r0) 20:54:14 (2/6) Installing libgcc (9.3.0-r2) 20:54:14 (3/6) Installing libsodium (1.0.18-r0) 20:54:14 (4/6) Installing libstdc++ (9.3.0-r2) 20:54:15 (5/6) Installing libzmq (4.3.3-r0) 20:54:15 (14/39) Installing py3-appdirs (1.4.4-r1) 20:54:15 (15/39) Installing py3-ordered-set (4.0.1-r0) 20:54:15 (16/39) Installing py3-parsing (2.4.7-r0) 20:54:15 (6/6) Installing zeromq (4.3.3-r0) 20:54:15 (17/39) Installing py3-six (1.15.0-r0) 20:54:15 (18/39) Installing py3-packaging (20.4-r0) 20:54:15 (19/39) Installing py3-setuptools (47.0.0-r0) 20:54:15 (20/39) Installing py3-chardet (3.0.4-r4) 20:54:15 (21/39) Installing py3-idna (2.9-r0) 20:54:15 Executing busybox-1.31.1-r20.trigger 20:54:15 OK: 8 MiB in 20 packages 20:54:15 (22/39) Installing py3-certifi (2020.4.5.1-r0) 20:54:15 (23/39) Installing py3-urllib3 (1.25.9-r0) 20:54:16 (24/39) Installing py3-requests (2.23.0-r0) 20:54:16 (25/39) Installing py3-msgpack (1.0.0-r0) 20:54:16 (26/39) Installing py3-lockfile (0.12.2-r3) 20:54:16 (27/39) Installing py3-cachecontrol (0.12.6-r0) 20:54:16 (28/39) Installing py3-colorama (0.4.3-r0) 20:54:16 (29/39) Installing py3-distlib (0.3.0-r0) 20:54:16 (30/39) Installing py3-distro (1.5.0-r1) 20:54:16 (31/39) Installing py3-webencodings (0.5.1-r3) 20:54:16 (32/39) Installing py3-html5lib (1.0.1-r4) 20:54:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:54:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:54:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:54:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.176s coverage: 28.7% of statements 20:54:19 (33/39) Installing py3-pytoml (0.1.21-r0) 20:54:19 (34/39) Installing py3-pep517 (0.8.2-r0) 20:54:19 (35/39) Installing py3-progress (1.5-r0) 20:54:19 (36/39) Installing py3-toml (0.10.1-r0) 20:54:19 (37/39) Installing py3-retrying (1.3.3-r0) 20:54:20 (38/39) Installing py3-contextlib2 (0.6.0-r0) 20:54:20 (39/39) Installing py3-pip (20.1.1-r0) 20:54:20 Executing busybox-1.31.1-r19.trigger 20:54:20 OK: 72 MiB in 59 packages 20:54:21 Removing intermediate container 5d1f0f4dd5cb 20:54:21 ---> bbb0f8cb394b 20:54:21 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:54:21 Collecting docker-compose==1.23.2 20:54:21 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:54:21 ---> ef53a3250983 20:54:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:54:21 Collecting PyYAML<4,>=3.10 20:54:21 Downloading PyYAML-3.13.tar.gz (270 kB) 20:54:22 ---> dd0a524dead5 20:54:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:54:22 Collecting cached-property<2,>=1.2.0 20:54:22 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:54:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:54:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:54:22 Collecting docker<4.0,>=3.6.0 20:54:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.372s coverage: 100.0% of statements 20:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:54:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.248s coverage: 81.2% of statements 20:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:54:22 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:54:22 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:54:22 ---> b1e8022c59d5 20:54:22 Step 20/24 : ENTRYPOINT ["/core-data"] 20:54:23 Collecting jsonschema<3,>=2.5.1 20:54:23 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:54:23 ---> Running in 04e070a1e9ed 20:54:23 Collecting dockerpty<0.5,>=0.4.1 20:54:23 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:54:23 Removing intermediate container 04e070a1e9ed 20:54:23 ---> c220e68599e8 20:54:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:54:23 ---> Running in c1e4c781b592 20:54:23 Collecting websocket-client<1.0,>=0.32.0 20:54:23 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 20:54:23 Removing intermediate container c1e4c781b592 20:54:23 ---> 2fa5ec6bd224 20:54:23 Step 22/24 : LABEL arch=x86_64 20:54:23 Collecting docopt<0.7,>=0.6.1 20:54:23 Downloading docopt-0.6.2.tar.gz (25 kB) 20:54:23 ---> Running in 65e7d41b1fa7 20:54:24 Removing intermediate container 65e7d41b1fa7 20:54:24 ---> 032725f86594 20:54:24 Step 23/24 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 20:54:24 Collecting texttable<0.10,>=0.9.0 20:54:24 Downloading texttable-0.9.1.tar.gz (11 kB) 20:54:24 ---> Running in 7f3d50667f01 20:54:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.391s coverage: 53.4% of statements 20:54:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:54:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:54:25 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) 20:54:25 Collecting urllib3<1.25,>=1.21.1 20:54:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:54:25 Collecting idna<2.8,>=2.5 20:54:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:54:25 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) 20:54:25 Removing intermediate container 7f3d50667f01 20:54:25 ---> 919b0bf9818e 20:54:25 Step 24/24 : LABEL version=0.0.0 20:54:25 Collecting docker-pycreds>=0.4.0 20:54:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:54:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:54:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:54:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:54:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:54:25 Installing collected packages: PyYAML, cached-property, urllib3, idna, requests, docker-pycreds, websocket-client, docker, jsonschema, dockerpty, docopt, texttable, docker-compose 20:54:25 Running setup.py install for PyYAML: started 20:54:25 ---> Running in f8b79b05c9f4 20:54:26 Removing intermediate container f8b79b05c9f4 20:54:26 ---> 37ae493a61ac 20:54:26 20:54:26 Successfully built 37ae493a61ac 20:54:26 Successfully tagged core-data:latest 20:54:26  Building core-data ... done  Running setup.py install for PyYAML: finished with status 'done' 20:54:26 Attempting uninstall: urllib3 20:54:26 Found existing installation: urllib3 1.25.9 20:54:26 Uninstalling urllib3-1.25.9: 20:54:26 Successfully uninstalled urllib3-1.25.9 20:54:26 Attempting uninstall: idna 20:54:26 Found existing installation: idna 2.9 20:54:26 Uninstalling idna-2.9: 20:54:26 Successfully uninstalled idna-2.9 20:54:26 Attempting uninstall: requests 20:54:26 Found existing installation: requests 2.23.0 20:54:26 Uninstalling requests-2.23.0: 20:54:26 Successfully uninstalled requests-2.23.0 20:54:27 Running setup.py install for dockerpty: started 20:54:27 Running setup.py install for dockerpty: finished with status 'done' 20:54:27 Running setup.py install for docopt: started 20:54:28 Running setup.py install for docopt: finished with status 'done' 20:54:28 Running setup.py install for texttable: started 20:54:28 Running setup.py install for texttable: finished with status 'done' 20:54:28 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 20:54:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.502s coverage: 87.7% of statements 20:54:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:54:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:54:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.196s coverage: 78.9% of statements 20:54:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:54:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:54:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:54:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:54:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:54:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:54:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:54:33 Removing intermediate container d8d8869956a2 20:54:33 ---> a7beedfc1507 20:54:33 Step 15/24 : ENV APP_PORT=58890 20:54:33 ---> Running in d23de6428fa2 20:54:33 Removing intermediate container d23de6428fa2 20:54:33 ---> acb2058820cb 20:54:33 Step 16/24 : EXPOSE $APP_PORT 20:54:33 ---> Running in 447fda422566 20:54:33 Removing intermediate container 447fda422566 20:54:33 ---> 5d84b0fcd1cb 20:54:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:54:34 ---> a6b672b6f0fa 20:54:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:54:35 ---> 53c97c8f4949 20:54:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:54:35 ---> 2e63ff7f0eb0 20:54:35 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 20:54:35 ---> Running in c08e28a456f4 20:54:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.570s coverage: 95.1% of statements 20:54:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:54:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:54:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:54:35 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:54:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:54:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:54:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:54:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:54:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:54:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:54:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.183s coverage: 58.8% of statements 20:54:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/application [no test files] 20:54:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:54:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http 0.248s coverage: 60.0% of statements 20:54:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.356s coverage: 0.8% of statements 20:54:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:54:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.181s coverage: 22.0% of statements 20:54:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:54:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.226s coverage: 47.1% of statements 20:54:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.208s coverage: 79.5% of statements 20:54:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.242s coverage: 94.1% of statements 20:54:35 Removing intermediate container c08e28a456f4 20:54:35 ---> 13b052a9b42b 20:54:35 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:54:35 ---> Running in 9f8d404475de 20:54:35 Removing intermediate container 9f8d404475de 20:54:35 ---> 0304ddf698f5 20:54:35 Step 22/24 : LABEL arch=x86_64 20:54:36 ---> Running in 53f2d4ae619e 20:54:36 Removing intermediate container 53f2d4ae619e 20:54:36 ---> 5b24c8e92d27 20:54:36 Step 23/24 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 20:54:36 ---> Running in 5874b4775d1d 20:54:36 Removing intermediate container 5874b4775d1d 20:54:36 ---> c42592938968 20:54:36 Step 24/24 : LABEL version=0.0.0 20:54:36 ---> Running in afda2392977a 20:54:36 Removing intermediate container afda2392977a 20:54:36 ---> b7ea0697983a 20:54:36 20:54:36 Successfully built b7ea0697983a 20:54:36 Successfully tagged sys-mgmt-agent:latest 20:54:36  Building sys-mgmt-agent ... done  [Pipeline] } 20:54:36 $ docker stop --time=1 0ba37b16fbd553529a44ad4c63c635c7aad709c6d914268c85610d2664e5a56f 20:54:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.211s coverage: 96.3% of statements 20:54:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.180s coverage: 87.5% of statements 20:54:38 $ docker rm -f 0ba37b16fbd553529a44ad4c63c635c7aad709c6d914268c85610d2664e5a56f [Pipeline] // withDockerContainer [Pipeline] sh 20:54:39 + docker images 20:54:39 REPOSITORY TAG IMAGE ID CREATED SIZE 20:54:39 sys-mgmt-agent latest b7ea0697983a 3 seconds ago 312MB 20:54:39 core-data latest 37ae493a61ac 14 seconds ago 20.2MB 20:54:39 support-notifications latest bf3d84a9dd74 26 seconds ago 16.6MB 20:54:39 83406b0f0043 37 seconds ago 1.15GB 20:54:39 9c686d752b18 37 seconds ago 1.15GB 20:54:39 bd8e8dccb214 47 seconds ago 1.15GB 20:54:39 security-bootstrapper latest 0781d4f2c7fb 55 seconds ago 18.2MB 20:54:39 83b88e4b622a About a minute ago 1.14GB 20:54:39 security-secretstore-setup latest 1c5b1ec60eaf About a minute ago 28.1MB 20:54:39 core-metadata latest 66dd140bab7d About a minute ago 16.6MB 20:54:39 support-scheduler latest bbea3dcbdd49 About a minute ago 15.9MB 20:54:39 core-command latest fd6548f7e6a9 2 minutes ago 15.9MB 20:54:39 security-proxy-setup latest 4241c1e90896 2 minutes ago 25.3MB 20:54:39 944fbef86f1c 2 minutes ago 1.15GB 20:54:39 198c8c8c749d 2 minutes ago 1.14GB 20:54:39 454746145dfe 2 minutes ago 1.15GB 20:54:39 a0748c69fabb 2 minutes ago 1.14GB 20:54:39 ea90b819ca0b 2 minutes ago 1.15GB 20:54:39 ci-base-image-x86_64 latest 3b3c7d1ef911 7 minutes ago 648MB 20:54:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 5 weeks ago 445MB 20:54:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 5 weeks ago 37.5MB 20:54:39 alpine 3.12 13621d1b12d4 7 weeks ago 5.58MB 20:54:39 docker 20.10.0 aefe523efa57 5 months ago 240MB 20:54:39 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] } 20:54:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.207s coverage: 94.4% of statements 20:54:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.186s coverage: 44.8% of statements 20:54:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.744s coverage: 81.8% of statements 20:54:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:55:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.253s coverage: 92.9% of statements 20:55:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:55:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:55:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:55:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 65.1% of statements 20:55:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:55:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:55:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:55:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:55:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:55:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.080s coverage: 87.2% of statements 20:55:03 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:55:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:55:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.162s coverage: 100.0% of statements 20:55:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:55:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.224s coverage: 76.0% of statements 20:55:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:55:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.185s coverage: 80.0% of statements 20:55:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.276s coverage: 87.2% of statements 20:55:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.249s coverage: 85.4% of statements 20:55:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.298s coverage: 91.2% of statements 20:55:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:55:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.866s coverage: 64.4% of statements 20:55:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:55:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:55:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.205s coverage: 100.0% of statements 20:55:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.118s coverage: 91.3% of statements 20:55:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements 20:55:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.071s coverage: 73.7% of statements 20:55:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements 20:55:11 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.152s coverage: 66.9% of statements 20:55:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:55:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:55:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:55:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.792s coverage: 43.6% of statements 20:55:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:55:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:55:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.122s coverage: 89.5% of statements 20:55:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:55:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.161s coverage: 84.8% of statements 20:55:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:55:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:55:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:55:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:55:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 6.280s coverage: 19.3% of statements 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel [no test files] 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application/channel/mocks [no test files] 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:55:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.649s coverage: 91.9% of statements 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:55:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.203s coverage: 63.4% of statements 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:55:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.392s coverage: 97.6% of statements 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:55:22 ok github.com/edgexfoundry/edgex-go/internal/system 0.059s coverage: 0.0% of statements 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:55:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:55:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:55:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements 20:55:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.194s coverage: 28.1% of statements 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application [no test files] 20:55:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct 0.173s coverage: 28.9% of statements 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/direct/config [no test files] 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application/executor [no test files] 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/container [no test files] 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 20:55:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/interfaces [no test files] 20:55:22 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 20:55:23 GO111MODULE=on go vet ./... 20:56:59 gofmt -l . 20:56:59 [ "`gofmt -l .`" = "" ] 20:56:59 ./bin/test-attribution-txt.sh [Pipeline] sh 20:57:00 + ls -al . 20:57:00 total 556 20:57:00 drwxrwxr-x 9 1001 1001 4096 Jun 8 20:56 . 20:57:00 drwxr-xr-x 4 root root 4096 Jun 8 20:52 .. 20:57:00 -rw-rw-r-- 1 1001 1001 11 Jun 8 20:50 .dockerignore 20:57:00 drwxrwxr-x 8 1001 1001 4096 Jun 8 20:50 .git 20:57:00 drwxrwxr-x 3 1001 1001 4096 Jun 8 20:50 .github 20:57:00 -rw-rw-r-- 1 1001 1001 818 Jun 8 20:50 .gitignore 20:57:00 -rw-rw-r-- 1 1001 1001 166 Jun 8 20:50 .sonarcloud.properties 20:57:00 -rw-rw-r-- 1 1001 1001 8609 Jun 8 20:50 Attribution.txt 20:57:00 -rw-rw-r-- 1 1001 1001 3804 Jun 8 20:50 CONTRIBUTING.md 20:57:00 -rw-rw-r-- 1 1001 1001 931 Jun 8 20:50 Dockerfile.build 20:57:00 -rw-rw-r-- 1 1001 1001 849 Jun 8 20:50 Jenkinsfile 20:57:00 -rw-rw-r-- 1 1001 1001 10775 Jun 8 20:50 LICENSE 20:57:00 -rw-rw-r-- 1 1001 1001 5605 Jun 8 20:50 Makefile 20:57:00 -rw-rw-r-- 1 1001 1001 7978 Jun 8 20:50 README.md 20:57:00 -rw-rw-r-- 1 1001 1001 6755 Jun 8 20:50 SECURITY.md 20:57:00 -rw-rw-r-- 1 1001 1001 5 Jun 8 20:46 VERSION 20:57:00 -rw-rw-r-- 1 1001 1001 4131 Jun 8 20:50 ZMQWindows.md 20:57:00 drwxrwxr-x 2 1001 1001 4096 Jun 8 20:50 bin 20:57:00 drwxrwxr-x 14 1001 1001 4096 Jun 8 20:50 cmd 20:57:00 -rw-r--r-- 1 root root 412085 Jun 8 20:55 coverage.out 20:57:00 -rw-rw-r-- 1 1001 1001 902 Jun 8 20:50 go.mod 20:57:00 -rw-r--r-- 1 root root 21139 Jun 8 20:52 go.sum 20:57:00 drwxrwxr-x 8 1001 1001 4096 Jun 8 20:50 internal 20:57:00 drwxrwxr-x 3 1001 1001 4096 Jun 8 20:50 openapi 20:57:00 drwxrwxr-x 4 1001 1001 4096 Jun 8 20:50 snap 20:57:00 -rw-rw-r-- 1 1001 1001 168 Jun 8 20:50 version.go [Pipeline] sh 20:57:01 + '[' -e coverage.out ] 20:57:01 + chown 1001:1001 coverage.out [Pipeline] stash 20:57:01 Warning: overwriting stash ‘coverage-report’ 20:57:02 Stashed 1 file(s) [Pipeline] sh 20:57:02 + make build 20:57:02 go mod tidy 20:57:03 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 20:57:11 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 20:57:38 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 20:57:38 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 20:57:42 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 20:57:45 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 20:57:48 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 20:57:52 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 20:57:55 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 20:57:59 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 20:58:02 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 20:58:04 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] } 20:58:11 $ docker stop --time=1 8825df57839bcf52e429d203793c1b1924a53d2bd638c8eb320e9ab6f5d16bd5 20:58:14 $ docker rm -f 8825df57839bcf52e429d203793c1b1924a53d2bd638c8eb320e9ab6f5d16bd5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:58:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:58:16 20:58:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:58:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:58:16 latest: Pulling from edgex-devops/edgex-compose-arm64 20:58:16 29e5d40040c1: Pulling fs layer 20:58:16 1ce36da41761: Pulling fs layer 20:58:16 25b303627fd3: Pulling fs layer 20:58:17 29e5d40040c1: Download complete 20:58:17 1ce36da41761: Verifying Checksum 20:58:17 29e5d40040c1: Pull complete 20:58:19 1ce36da41761: Pull complete 20:58:19 25b303627fd3: Verifying Checksum 20:58:19 25b303627fd3: Download complete 20:58:29 25b303627fd3: Pull complete 20:58:29 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:58:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:58:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:58:29 prd-ubuntu18.04-docker-arm64-4c-16g-999 does not seem to be running inside a container 20:58:29 $ 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 20:58:32 $ docker top 676e33dd2d4d60ffa9491d50492e5d8bcd78de8442ec49d4eb9f80ae4cc23033 -eo pid,comm [Pipeline] { [Pipeline] sh 20:58:33 + grep parallel 20:58:33 + docker-compose build --help 20:58:37 --parallel Build images in parallel. [Pipeline] } 20:58:38 $ docker stop --time=1 676e33dd2d4d60ffa9491d50492e5d8bcd78de8442ec49d4eb9f80ae4cc23033 20:58:40 $ docker rm -f 676e33dd2d4d60ffa9491d50492e5d8bcd78de8442ec49d4eb9f80ae4cc23033 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:58:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:58:46 . [Pipeline] withDockerContainer 20:58:46 prd-ubuntu18.04-docker-arm64-4c-16g-999 does not seem to be running inside a container 20:58:46 $ 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 20:58:48 $ docker top 64081736f2bc4f655ebce14ba9529083bdf704025bc74bbc93d7a4d23aad30d3 -eo pid,comm [Pipeline] { [Pipeline] sh 20:58:49 + docker-compose -f ./docker-compose-build.yml build --parallel 20:58:55 Building core-command ... 20:58:55 Building core-data ... 20:58:55 Building core-metadata ... 20:58:55 Building security-bootstrapper ... 20:58:55 Building security-proxy-setup ... 20:58:55 Building security-secretstore-setup ... 20:58:55 Building support-notifications ... 20:58:55 Building support-scheduler ... 20:58:55 Building sys-mgmt-agent ... 20:58:55 Building core-metadata 20:58:55 Building security-proxy-setup 20:58:55 Building security-secretstore-setup 20:58:55 Building support-scheduler 20:58:55 Building core-command 21:00:09 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:00:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:00:09 ---> 5b984992a195 21:00:09 Step 3/24 : WORKDIR /edgex-go 21:00:09 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:00:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:00:09 ---> 5b984992a195 21:00:09 Step 3/23 : WORKDIR /edgex-go 21:00:09 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:00:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:00:09 ---> 5b984992a195 21:00:09 Step 3/24 : WORKDIR /edgex-go 21:00:09 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:00:09 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:00:09 21:00:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder ---> 5b984992a195 21:00:09 21:00:09 Step 3/26 : WORKDIR /edgex-go ---> 5b984992a195 21:00:09 21:00:09 Step 3/22 : WORKDIR /edgex-go 21:00:09 ---> Running in 53d1f1263367 21:00:09 ---> Running in 17135788ac46 21:00:09 ---> Running in 024db6df9c76 21:00:09 ---> Running in b26efd2261d7 21:00:09 ---> Running in b33a92b3abc2 21:00:09 Removing intermediate container b26efd2261d7 21:00:09 ---> 6320ac8e3858 21:00:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:00:09 ---> Running in 468c989a57fd 21:00:09 Removing intermediate container 53d1f1263367 21:00:09 ---> 2f2711d88ccc 21:00:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:00:09 Removing intermediate container 17135788ac46 21:00:09 ---> 3dd905e162ae 21:00:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:00:09 Removing intermediate container b33a92b3abc2 21:00:09 ---> 5d0d1d43d7cc 21:00:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:00:09 Removing intermediate container 024db6df9c76 21:00:09 ---> 6bb5f14ea2ec 21:00:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:00:09 ---> Running in 59323b882de5 21:00:09 ---> Running in 6f52fa699441 21:00:09 ---> Running in 7e2da66726ba 21:00:09 ---> Running in cc78bd5d9688 21:00:09 Removing intermediate container 468c989a57fd 21:00:09 ---> 4f70a9971898 21:00:09 Step 5/26 : RUN apk add --update --no-cache make git 21:00:10 ---> Running in ef0384aea93e 21:00:10 Removing intermediate container 7e2da66726ba 21:00:10 ---> b0e70bb7be87 21:00:10 Step 5/22 : RUN apk add --update --no-cache make git 21:00:10 ---> Running in 4fd60f149f6a 21:00:10 Removing intermediate container 59323b882de5 21:00:10 ---> 44ff3b9aaf07 21:00:10 Step 5/24 : RUN apk add --update --no-cache make git 21:00:10 Removing intermediate container 6f52fa699441 21:00:10 ---> e8ee9406854d 21:00:10 Step 5/24 : RUN apk add --update --no-cache make git 21:00:11 ---> Running in 0628bed9e6c3 21:00:11 Removing intermediate container cc78bd5d9688 21:00:11 ---> e80a22515873 21:00:11 Step 5/23 : RUN apk add --update --no-cache make git 21:00:11 ---> Running in 89bb28c8ad2d 21:00:11 ---> Running in 5d19788c6930 21:00:12 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:00:12 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:00:13 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:00:13 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:00:13 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:00:13 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:00:13 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:00:14 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:00:14 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:00:14 OK: 218 MiB in 52 packages 21:00:14 OK: 218 MiB in 52 packages 21:00:15 OK: 218 MiB in 52 packages 21:00:15 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:00:15 OK: 218 MiB in 52 packages 21:00:15 Removing intermediate container ef0384aea93e 21:00:15 ---> 33795fcf9b9f 21:00:15 Step 6/26 : COPY go.mod . 21:00:16 Removing intermediate container 0628bed9e6c3 21:00:16 ---> ba1e992f03bf 21:00:16 Step 6/24 : COPY go.mod . 21:00:16 Removing intermediate container 4fd60f149f6a 21:00:16 ---> 93dbf836d70e 21:00:16 Step 6/22 : COPY go.mod . 21:00:17 Removing intermediate container 89bb28c8ad2d 21:00:17 ---> d5461184292a 21:00:17 Step 6/24 : COPY go.mod . 21:00:17 ---> d4ecec279758 21:00:17 Step 7/26 : RUN go mod download 21:00:17 ---> Running in f8fb11f964f4 21:00:17 ---> 6fef2e2c2d86 21:00:17 Step 7/24 : RUN go mod download 21:00:17 ---> 703b73215dd3 21:00:17 Step 7/22 : RUN go mod download 21:00:18 ---> Running in e7e33786c00e 21:00:18 ---> a0e21b310886 21:00:18 Step 7/24 : RUN go mod download 21:00:18 ---> Running in 1da43a0c5777 21:00:18 ---> Running in 224eadacb055 21:00:18 OK: 218 MiB in 52 packages 21:00:20 Removing intermediate container 5d19788c6930 21:00:20 ---> 7f25b503af5d 21:00:20 Step 6/23 : COPY go.mod . 21:00:20 Removing intermediate container f8fb11f964f4 21:00:20 ---> 50b120e22e78 21:00:20 Step 8/26 : COPY . . 21:00:21 ---> a3d406572e54 21:00:21 Step 7/23 : RUN go mod download 21:00:21 ---> Running in fd84f69acd05 21:00:22 Removing intermediate container e7e33786c00e 21:00:22 ---> abc616342852 21:00:22 Step 8/24 : COPY . . 21:00:23 Removing intermediate container 224eadacb055 21:00:23 ---> 7b0d72d06e6a 21:00:23 Step 8/24 : COPY . . 21:00:23 Removing intermediate container 1da43a0c5777 21:00:23 ---> d55ca106feb6 21:00:23 Step 8/22 : COPY . . 21:00:27 Removing intermediate container fd84f69acd05 21:00:27 ---> 25a6558d2f90 21:00:27 Step 8/23 : COPY . . 21:00:49 ---> cb62bcc96de6 21:00:49 Step 9/26 : RUN go mod tidy 21:00:49 ---> 18999b16d8d9 21:00:49 Step 9/24 : RUN go mod tidy 21:00:49 ---> fe31e4a01a76 21:00:49 Step 9/24 : RUN go mod tidy 21:00:49 ---> a07eb6c7590f 21:00:49 Step 9/22 : RUN go mod tidy 21:00:49 ---> Running in 89e2fcc1c7ae 21:00:49 ---> Running in 9ef8478a4c83 21:00:49 ---> b860dbc8144f 21:00:49 Step 9/23 : RUN go mod tidy 21:00:49 ---> Running in 3b42b8aaf5b9 21:00:49 ---> Running in 80917f16aadb 21:00:49 ---> Running in 3e0b4022bfdd 21:00:56 Removing intermediate container 89e2fcc1c7ae 21:00:56 ---> 735bf4c75fb8 21:00:56 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:00:56 ---> Running in 34bb4671990a 21:00:57 Removing intermediate container 80917f16aadb 21:00:57 ---> 26210dfbb13d 21:00:57 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:00:57 Removing intermediate container 3e0b4022bfdd 21:00:57 ---> 4d0bbc6e82b9 21:00:57 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 21:00:57 Removing intermediate container 3b42b8aaf5b9 21:00:57 ---> 5009ef620fff 21:00:57 Step 10/24 : RUN make cmd/core-metadata/core-metadata 21:00:58 ---> Running in 9b8b0e53ac3d 21:00:58 ---> Running in a1266decce66 21:00:58 ---> Running in b32382723732 21:00:58 Removing intermediate container 9ef8478a4c83 21:00:58 ---> c7f0188258ab 21:00:58 Step 10/24 : RUN make cmd/core-command/core-command 21:01:00 ---> Running in dab0ab41864e 21:01:00 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 21:01:02 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 21:01:02 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 21:01:02 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 21:01:02 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 21:02:48 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 21:02:48 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 21:03:04 Removing intermediate container 34bb4671990a 21:03:04 ---> 1cdef1718141 21:03:04 21:03:04 Step 11/26 : FROM alpine:3.12 21:03:04 Removing intermediate container 9b8b0e53ac3d 21:03:04 ---> 15fa7160959a 21:03:04 21:03:04 Step 11/22 : FROM alpine:3.12 21:03:05 Removing intermediate container dab0ab41864e 21:03:05 ---> 44f7b3bef64d 21:03:05 21:03:05 Step 11/24 : FROM alpine:3.12 21:03:05 3.12: Pulling from library/alpine 21:03:06 3.12: Pulling from library/alpine 21:03:10 3.12: Pulling from library/alpine 21:03:10 Removing intermediate container a1266decce66 21:03:10 ---> 49b1358982b1 21:03:10 21:03:10 Step 11/23 : FROM alpine:3.12 21:03:10 3.12: Pulling from library/alpine 21:03:10 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:03:10 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:03:10 Status: Downloaded newer image for alpine:3.12 21:03:10 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:03:10 Status: Downloaded newer image for alpine:3.12 21:03:10 Status: Image is up to date for alpine:3.12 21:03:10 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:03:10 Status: Image is up to date for alpine:3.12 21:03:10 ---> 9852663dfa18 21:03:10 Step 12/23 : RUN apk add --update --no-cache dumb-init 21:03:10 ---> 9852663dfa18 21:03:10 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 21:03:10 ---> 9852663dfa18 21:03:10 Step 12/24 : RUN apk add --update --no-cache dumb-init 21:03:10 ---> 9852663dfa18 21:03:10 Step 12/22 : RUN apk add --update --no-cache curl 21:03:10 ---> Running in d3528aa0c39f 21:03:10 ---> Running in 5ec60c1ed5cd 21:03:10 ---> Running in 57c29c9461d2 21:03:10 ---> Running in 4984ba2ea424 21:03:10 Removing intermediate container b32382723732 21:03:10 ---> 25e20c3cf63b 21:03:10 21:03:10 Step 11/24 : FROM alpine:3.12 21:03:10 ---> 9852663dfa18 21:03:10 Step 12/24 : RUN apk add --update --no-cache dumb-init 21:03:10 ---> Running in c459fa4360a7 21:03:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:03:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:03:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:03:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:03:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:03:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:03:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:03:11 (1/4) Installing ca-certificates (20191127-r4) 21:03:11 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:03:11 (3/4) Installing libcurl (7.77.0-r0) 21:03:11 (4/4) Installing curl (7.77.0-r0) 21:03:11 Executing busybox-1.31.1-r20.trigger 21:03:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:03:11 Executing ca-certificates-20191127-r4.trigger 21:03:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:03:12 OK: 7 MiB in 18 packages 21:03:12 (1/1) Installing dumb-init (1.2.2-r1) 21:03:12 Executing busybox-1.31.1-r20.trigger 21:03:12 (1/1) Installing dumb-init (1.2.2-r1) 21:03:12 Executing busybox-1.31.1-r20.trigger 21:03:12 OK: 5 MiB in 15 packages 21:03:12 OK: 5 MiB in 15 packages 21:03:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:03:12 (1/6) Installing ca-certificates (20191127-r4) 21:03:12 (2/6) Installing nghttp2-libs (1.41.0-r0) 21:03:12 (3/6) Installing libcurl (7.77.0-r0) 21:03:12 (4/6) Installing curl (7.77.0-r0) 21:03:12 (5/6) Installing dumb-init (1.2.2-r1) 21:03:12 (6/6) Installing su-exec (0.2-r1) 21:03:12 Executing busybox-1.31.1-r20.trigger 21:03:12 Executing ca-certificates-20191127-r4.trigger 21:03:12 (1/1) Installing dumb-init (1.2.2-r1) 21:03:12 Executing busybox-1.31.1-r20.trigger 21:03:12 OK: 7 MiB in 20 packages 21:03:12 OK: 5 MiB in 15 packages 21:03:14 Removing intermediate container 57c29c9461d2 21:03:14 ---> a0d7735f6302 21:03:14 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:03:14 Removing intermediate container 4984ba2ea424 21:03:14 ---> 5d8ffd5e7035 21:03:14 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:03:14 Removing intermediate container d3528aa0c39f 21:03:14 ---> 37912f5c0723 21:03:14 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:03:14 ---> Running in 2f1dfe1039ef 21:03:14 ---> Running in d21583832412 21:03:14 ---> Running in 314c28861637 21:03:14 Removing intermediate container c459fa4360a7 21:03:14 ---> 4f914de36f52 21:03:14 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:03:14 ---> Running in 950b1f16695d 21:03:14 Removing intermediate container 5ec60c1ed5cd 21:03:14 ---> 2d83480426a9 21:03:14 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:03:15 Removing intermediate container 2f1dfe1039ef 21:03:15 ---> 9ea830b602bb 21:03:15 Step 14/24 : ENV APP_PORT=59882 21:03:15 ---> Running in d5f93c359aff 21:03:15 ---> Running in 8604303982e6 21:03:15 Removing intermediate container d21583832412 21:03:15 ---> 005db3d4a8d6 21:03:15 Step 14/23 : ENV APP_PORT=59861 21:03:15 Removing intermediate container 314c28861637 21:03:15 ---> 485a38782e8d 21:03:15 Step 14/22 : WORKDIR /edgex 21:03:15 ---> Running in 6e6731e632fd 21:03:15 ---> Running in 4c1bf79602c7 21:03:15 Removing intermediate container 950b1f16695d 21:03:15 ---> 38b560b93396 21:03:15 Step 14/24 : ENV APP_PORT=59881 21:03:15 Removing intermediate container d5f93c359aff 21:03:15 ---> df8152bff8ce 21:03:15 Step 14/26 : WORKDIR / 21:03:16 ---> Running in b86ca13d9232 21:03:16 Removing intermediate container 8604303982e6 21:03:16 ---> ea22db0ceb05 21:03:16 Step 15/24 : EXPOSE $APP_PORT 21:03:16 ---> Running in c38343683952 21:03:16 Removing intermediate container 6e6731e632fd 21:03:16 ---> 6a28356566ad 21:03:16 Step 15/23 : EXPOSE $APP_PORT 21:03:16 ---> Running in 303ceb054ab6 21:03:16 Removing intermediate container 4c1bf79602c7 21:03:16 ---> 3571e098a954 21:03:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:03:16 ---> Running in 1755302863c0 21:03:16 Removing intermediate container b86ca13d9232 21:03:16 ---> b93969a5a2c1 21:03:16 Step 15/24 : EXPOSE $APP_PORT 21:03:16 ---> Running in 3646df6553f1 21:03:17 Removing intermediate container c38343683952 21:03:17 ---> 4a0e7177c12b 21:03:17 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:03:17 Removing intermediate container 303ceb054ab6 21:03:17 ---> 6e74f7d2113a 21:03:17 Step 16/24 : WORKDIR / 21:03:17 Removing intermediate container 1755302863c0 21:03:17 ---> 853969128398 21:03:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:03:17 ---> Running in 5e5fcbbe813f 21:03:17 ---> f73244bdd90f 21:03:17 Removing intermediate container 3646df6553f1 21:03:17 ---> d32b735edd5a 21:03:17 Step 16/24 : WORKDIR / 21:03:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:03:17 ---> Running in fb4cba2e1363 21:03:20 ---> 150e63654892 21:03:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:03:20 Removing intermediate container 5e5fcbbe813f 21:03:20 ---> 3fb316e5b7bc 21:03:20 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:03:20 ---> 8657e05dc8f2 21:03:20 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:03:20 Removing intermediate container fb4cba2e1363 21:03:20 ---> 718c6d290634 21:03:20 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:03:20 ---> b7c81bc23558 21:03:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:03:20 ---> 82b317b63dc2 21:03:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:03:20 ---> cbe288e3e8e4 21:03:20 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:03:20 ---> 3aa14d653972 21:03:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:03:20 ---> 7f9115a5a1d2 21:03:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:03:22 ---> 21882b6e4153 21:03:22 ---> 7c0a35b306eb 21:03:22 ---> 7c204874ee34 21:03:22 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"]Step 19/23 : ENTRYPOINT ["/support-scheduler"] 21:03:22 ---> 35996db548d9 21:03:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:03:22 ---> bc282d0f9974 21:03:22 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 21:03:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:03:22 21:03:23 ---> Running in 1c622c303934 21:03:23 ---> Running in 8d55507dc1a7 21:03:24 Removing intermediate container 8d55507dc1a7 21:03:24 ---> f9d58f7346b8 21:03:24 Step 19/22 : CMD ["--init=true"] 21:03:24 Removing intermediate container 1c622c303934 21:03:24 ---> e87d0425b581 21:03:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:03:24 ---> Running in d0b9d4757889 21:03:24 ---> Running in a28566a34828 21:03:24 ---> b2277b401ad0 21:03:24 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:03:24 ---> 971dc218271a 21:03:24 Step 20/24 : ENTRYPOINT ["/core-command"] 21:03:24 ---> 2990485ece5e 21:03:24 Step 20/24 : ENTRYPOINT ["/core-metadata"] 21:03:24 ---> Running in 099a028ae84e 21:03:24 ---> Running in ff77398702dd 21:03:25 Removing intermediate container a28566a34828 21:03:25 ---> ca013977bd72 21:03:25 Step 20/22 : LABEL arch=arm64 21:03:25 Removing intermediate container d0b9d4757889 21:03:25 ---> c9c62ad70b0b 21:03:25 Step 21/23 : LABEL arch=arm64 21:03:25 ---> Running in e47f22650ff8 21:03:25 Removing intermediate container 099a028ae84e 21:03:25 ---> 6db7095e63ba 21:03:25 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:03:25 ---> Running in 9980f8b7ed47 21:03:25 Removing intermediate container ff77398702dd 21:03:25 ---> 518ece5f2e34 21:03:25 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:03:25 ---> Running in 91d0cc64497e 21:03:26 ---> Running in e4a176087b79 21:03:26 ---> 7aa714bd263d 21:03:26 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:03:26 Removing intermediate container e47f22650ff8 21:03:26 ---> a5a02bc4f6e1 21:03:26 Step 21/22 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 21:03:26 Removing intermediate container 9980f8b7ed47 21:03:26 ---> 520d15089a08 21:03:26 Step 22/23 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 21:03:26 ---> Running in 66d449c84693 21:03:26 ---> Running in fc884accb2e2 21:03:26 Removing intermediate container 91d0cc64497e 21:03:26 ---> 2b9796a41055 21:03:26 Step 22/24 : LABEL arch=arm64 21:03:27 Removing intermediate container e4a176087b79 21:03:27 ---> 8a2a1e15977c 21:03:27 Step 22/24 : LABEL arch=arm64 21:03:27 ---> Running in 88d4e974cbc4 21:03:27 ---> Running in fffb2f2ded35 21:03:27 Removing intermediate container 66d449c84693 21:03:27 ---> 739d24a619ef 21:03:27 Step 22/22 : LABEL version=0.0.0 21:03:27 Removing intermediate container fc884accb2e2 21:03:27 ---> 1e6fd00384f7 21:03:27 Step 23/23 : LABEL version=0.0.0 21:03:27 ---> Running in 558d9cb00017 21:03:29 ---> Running in 5edd856fcfc9 21:03:29 Removing intermediate container 88d4e974cbc4 21:03:29 ---> 4b3b321d35d3 21:03:29 Step 23/24 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 21:03:29 Removing intermediate container fffb2f2ded35 21:03:29 ---> 7384a9489c3e 21:03:29 Step 23/24 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 21:03:29 ---> 06799059a106 21:03:29 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:03:29 ---> Running in 9f30d959e1cc 21:03:29 ---> Running in 7fe41ec8f908 21:03:29 Removing intermediate container 558d9cb00017 21:03:29 ---> fb49434f0c0a 21:03:29 21:03:29 Removing intermediate container 5edd856fcfc9 21:03:29 ---> 97ebef2637fa 21:03:29 21:03:29 Successfully built 97ebef2637fa 21:03:29 Successfully tagged support-scheduler-arm64:latest 21:03:29  Building support-scheduler ... done Building security-bootstrapper 21:03:29 Successfully built fb49434f0c0a 21:03:29 Successfully tagged security-proxy-setup-arm64:latest 21:03:29  Building security-proxy-setup ... done Building sys-mgmt-agent 21:03:29 Removing intermediate container 9f30d959e1cc 21:03:29 ---> 072769fc16a9 21:03:29 Removing intermediate container 7fe41ec8f908 21:03:29 Step 24/24 : LABEL version=0.0.0 21:03:29 ---> d5010c96173b 21:03:29 Step 24/24 : LABEL version=0.0.0 21:03:29 ---> Running in 99494f51076d 21:03:29 ---> Running in b70c4cb73f18 21:03:29 ---> 21ea924d0c28 21:03:29 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/ 21:03:30 ---> Running in 802ace373517 21:03:31 Removing intermediate container b70c4cb73f18 21:03:31 ---> 9301d456a0df 21:03:31 21:03:31 Removing intermediate container 99494f51076d 21:03:31 ---> e44036cdac7d 21:03:31 21:03:31 Successfully built e44036cdac7d 21:03:31 Successfully built 9301d456a0df 21:03:31 Successfully tagged core-command-arm64:latest 21:03:31  Building core-command ... done Successfully tagged core-metadata-arm64:latest 21:03:31 Building support-notifications 21:03:31  Building core-metadata ... done Building core-data 21:03:33 Removing intermediate container 802ace373517 21:03:33 ---> 965817644936 21:03:33 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 21:03:33 ---> Running in 534add96bcbe 21:03:34 Removing intermediate container 534add96bcbe 21:03:34 ---> 83fa3d790092 21:03:34 Step 24/26 : LABEL arch=arm64 21:03:34 ---> Running in f9f5cd4e93d4 21:03:34 Removing intermediate container f9f5cd4e93d4 21:03:34 ---> c60a3103dd64 21:03:34 Step 25/26 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 21:03:35 ---> Running in 3725b1eff420 21:03:36 Removing intermediate container 3725b1eff420 21:03:36 ---> 25423d741be3 21:03:36 Step 26/26 : LABEL version=0.0.0 21:03:37 ---> Running in 3cc3968fbcb9 21:03:38 Removing intermediate container 3cc3968fbcb9 21:03:38 ---> 3a5ae8f78395 21:03:38 21:03:39 Successfully built 3a5ae8f78395 21:03:39 Successfully tagged security-secretstore-setup-arm64:latest 21:04:23  Building security-secretstore-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:04:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:04:23 ---> 5b984992a195 21:04:23 Step 3/24 : WORKDIR /edgex-go 21:04:23 ---> Using cache 21:04:23 ---> 6bb5f14ea2ec 21:04:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:04:23 ---> Using cache 21:04:23 ---> e80a22515873 21:04:23 Step 5/24 : RUN apk add --update --no-cache make bash git 21:04:23 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:04:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:04:23 ---> 5b984992a195 21:04:23 Step 3/24 : WORKDIR /edgex-go 21:04:23 ---> Using cache 21:04:23 ---> 6bb5f14ea2ec 21:04:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:04:23 ---> Using cache 21:04:23 ---> e80a22515873 21:04:23 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:04:23 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:04:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:04:23 ---> 5b984992a195 21:04:23 Step 3/23 : WORKDIR /edgex-go 21:04:23 ---> Using cache 21:04:23 ---> 6bb5f14ea2ec 21:04:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:04:23 ---> Using cache 21:04:23 ---> e80a22515873 21:04:23 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 21:04:23 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:04:23 Step 2/32 : FROM ${BUILDER_BASE} AS builder 21:04:23 ---> 5b984992a195 21:04:23 Step 3/32 : WORKDIR /edgex-go 21:04:23 ---> Using cache 21:04:23 ---> 6bb5f14ea2ec 21:04:23 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:04:23 ---> Using cache 21:04:23 ---> e80a22515873 21:04:23 Step 5/32 : RUN apk add --update --no-cache make git 21:04:23 ---> Using cache 21:04:23 ---> 7f25b503af5d 21:04:23 Step 6/32 : COPY go.mod . 21:04:23 ---> Using cache 21:04:23 ---> a3d406572e54 21:04:23 Step 7/32 : RUN go mod download 21:04:23 ---> Using cache 21:04:23 ---> 25a6558d2f90 21:04:23 Step 8/32 : COPY . . 21:04:23 ---> Using cache 21:04:23 ---> b860dbc8144f 21:04:23 Step 9/32 : RUN go mod tidy 21:04:23 ---> Using cache 21:04:23 ---> 4d0bbc6e82b9 21:04:23 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:04:26 ---> Running in 790a12d441e4 21:04:26 ---> Running in be72bbd24981 21:04:26 ---> Running in db96840891fa 21:04:26 ---> Running in 0ad73239fb97 21:04:29 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:04:29 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:04:29 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 21:04:29 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:04:29 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:04:29 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:04:29 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:04:30 OK: 218 MiB in 52 packages 21:04:30 OK: 218 MiB in 52 packages 21:04:31 OK: 218 MiB in 52 packages 21:04:34 Removing intermediate container 790a12d441e4 21:04:34 ---> 1f2fbec9279b 21:04:34 Step 6/24 : COPY go.mod . 21:04:34 Removing intermediate container be72bbd24981 21:04:34 ---> 0a0bc87a37b2 21:04:34 Step 6/23 : COPY go.mod . 21:04:34 Removing intermediate container 0ad73239fb97 21:04:34 ---> 13cb4a711703 21:04:34 Step 6/24 : COPY go.mod . 21:04:34 ---> ad8365d3535e 21:04:34 Step 7/24 : RUN go mod download 21:04:34 ---> Running in 7ba2e6a5efa6 21:04:34 ---> f0d60e103034 21:04:34 Step 7/23 : RUN go mod download 21:04:34 ---> 6fe49800479a 21:04:34 Step 7/24 : RUN go mod download 21:04:34 ---> Running in e640c2d5cc05 21:04:35 ---> Running in 67697c92f6ed 21:04:39 Removing intermediate container 7ba2e6a5efa6 21:04:39 ---> 6160c014f829 21:04:39 Step 8/24 : COPY . . 21:04:40 Removing intermediate container e640c2d5cc05 21:04:40 ---> 2f23e94ba203 21:04:40 Step 8/23 : COPY . . 21:04:40 Removing intermediate container 67697c92f6ed 21:04:40 ---> 98d624823d6e 21:04:40 Step 8/24 : COPY . . 21:05:14 ---> 887442c7e709 21:05:14 Step 9/24 : RUN go mod tidy 21:05:14 ---> 60d995427eba 21:05:14 Step 9/23 : RUN go mod tidy 21:05:15 ---> b193a5dfc44a 21:05:15 Step 9/24 : RUN go mod tidy 21:05:15 ---> Running in 73ff0b63df72 21:05:15 ---> Running in c89293ebfb81 21:05:15 ---> Running in 64deb04feee5 21:05:18 Removing intermediate container db96840891fa 21:05:18 ---> ec19363dc28a 21:05:18 21:05:18 Step 11/32 : FROM alpine:3.12 21:05:18 ---> 9852663dfa18 21:05:18 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:05:18 ---> Running in 238d7bc23b1e 21:05:19 Removing intermediate container 238d7bc23b1e 21:05:19 ---> 61369473ff52 21:05:19 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 21:05:19 ---> Running in a9c489fd7f39 21:05:21 Removing intermediate container c89293ebfb81 21:05:21 ---> 6d98bad14046 21:05:21 Step 10/23 : RUN make cmd/support-notifications/support-notifications 21:05:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:05:21 ---> Running in 0478bb98ea5c 21:05:21 Removing intermediate container 64deb04feee5 21:05:21 ---> feb45203bf71 21:05:21 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:05:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:05:21 Removing intermediate container 73ff0b63df72 21:05:21 ---> 08ed38645476 21:05:21 Step 10/24 : RUN make cmd/core-data/core-data 21:05:21 ---> Running in 3cfb95d9ef2a 21:05:21 ---> Running in 208a115a46ff 21:05:22 (1/2) Installing dumb-init (1.2.2-r1) 21:05:22 (2/2) Installing su-exec (0.2-r1) 21:05:22 Executing busybox-1.31.1-r20.trigger 21:05:22 OK: 5 MiB in 16 packages 21:05:23 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 21:05:23 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 21:05:23 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 21:05:24 Removing intermediate container a9c489fd7f39 21:05:24 ---> 036dbe3e9de5 21:05:24 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 21:05:24 ---> Running in d8545cf33092 21:05:27 Removing intermediate container d8545cf33092 21:05:27 ---> b60dc739e210 21:05:27 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:05:27 ---> Running in d8aaa2fa6ad6 21:05:27 Removing intermediate container d8aaa2fa6ad6 21:05:27 ---> 373bcadc37b3 21:05:27 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:05:27 ---> Running in c659227aa07f 21:05:30 Removing intermediate container c659227aa07f 21:05:30 ---> 6e54986e394d 21:05:30 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 21:05:30 ---> Running in 426373db6ffd 21:05:31 Removing intermediate container 426373db6ffd 21:05:31 ---> 169f0f7e9647 21:05:31 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:05:32 ---> 5bb4f233bbc2 21:05:32 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:05:32 ---> Running in d95b5e5e829c 21:05:36 Removing intermediate container d95b5e5e829c 21:05:36 ---> 04198b279e63 21:05:36 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 21:05:37 ---> 896f8aaf38b1 21:05:37 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:05:40 ---> 1de95a972327 21:05:40 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:05:41 ---> ac48981e5d1b 21:05:41 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:05:42 ---> c300f6debf8b 21:05:42 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:05:45 ---> afe00b5c055e 21:05:45 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 21:05:45 ---> Running in 1b28ff8899ce 21:05:45 Removing intermediate container 1b28ff8899ce 21:05:45 ---> b3477282eed3 21:05:45 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:05:46 ---> 6296063be5ec 21:05:46 Step 27/32 : RUN chmod +x /entrypoint.sh 21:05:46 ---> Running in 7fddc065fd26 21:05:50 Removing intermediate container 7fddc065fd26 21:05:50 ---> 9e6e1e870c7e 21:05:50 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 21:05:50 ---> Running in bd95fe414322 21:05:51 Removing intermediate container bd95fe414322 21:05:51 ---> 957329a92a8c 21:05:51 Step 29/32 : CMD ["gate"] 21:05:51 ---> Running in 9e80514d7bec 21:05:52 Removing intermediate container 9e80514d7bec 21:05:52 ---> eaf3c6deda21 21:05:52 Step 30/32 : LABEL arch=arm64 21:05:53 ---> Running in 1dcad46d2a57 21:05:54 Removing intermediate container 1dcad46d2a57 21:05:54 ---> 32c4308b8a50 21:05:54 Step 31/32 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 21:05:54 ---> Running in 36011549b7f2 21:05:55 Removing intermediate container 36011549b7f2 21:05:55 ---> f5e33a58aa25 21:05:55 Step 32/32 : LABEL version=0.0.0 21:05:55 ---> Running in b87635b99f7d 21:05:56 Removing intermediate container b87635b99f7d 21:05:56 ---> 03af2886c4d4 21:05:56 21:05:56 Successfully built 03af2886c4d4 21:05:56 Successfully tagged security-bootstrapper-arm64:latest 21:06:58  Building security-bootstrapper ... done Removing intermediate container 0478bb98ea5c 21:06:58 ---> 8266577330da 21:06:58 21:06:58 Step 11/23 : FROM alpine:3.12 21:06:58 ---> 9852663dfa18 21:06:58 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 21:06:58 ---> Running in 373869ab7dbd 21:06:58 Removing intermediate container 3cfb95d9ef2a 21:06:58 ---> bee72bb48b13 21:06:58 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:06:58 ---> Running in 006fb6f9479c 21:06:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:06:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:06:59 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 21:06:59 (1/2) Installing ca-certificates (20191127-r4) 21:06:59 (2/2) Installing dumb-init (1.2.2-r1) 21:06:59 Executing busybox-1.31.1-r20.trigger 21:06:59 Executing ca-certificates-20191127-r4.trigger 21:07:00 OK: 6 MiB in 16 packages 21:07:02 Removing intermediate container 373869ab7dbd 21:07:02 ---> cf0ee934ce3c 21:07:02 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:07:02 Removing intermediate container 208a115a46ff 21:07:02 ---> 1e0533d87761 21:07:02 21:07:02 Step 11/24 : FROM alpine:3.12 21:07:02 ---> 9852663dfa18 21:07:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:07:02 ---> Running in b777db2051ef 21:07:02 ---> Running in a1b984fff447 21:07:03 Removing intermediate container 006fb6f9479c 21:07:03 ---> fdec5ddf4d89 21:07:03 21:07:03 Step 12/24 : FROM docker:20.10.0 21:07:03 20.10.0: Pulling from library/docker 21:07:03 Removing intermediate container b777db2051ef 21:07:03 ---> 956865945075 21:07:03 Step 14/23 : ENV APP_PORT=59860 21:07:03 Removing intermediate container a1b984fff447 21:07:03 ---> f55b79ca2b1a 21:07:03 Step 13/24 : ENV APP_PORT=59880 21:07:03 ---> Running in fd3aeebe9872 21:07:03 ---> Running in a0fb342343ab 21:07:04 Removing intermediate container fd3aeebe9872 21:07:04 ---> 4304b8326f63 21:07:04 Step 15/23 : EXPOSE $APP_PORT 21:07:04 Removing intermediate container a0fb342343ab 21:07:04 ---> 2613f299dd6f 21:07:04 Step 14/24 : EXPOSE $APP_PORT 21:07:05 ---> Running in 6e830d37144e 21:07:05 ---> Running in 50ad18a19444 21:07:07 Removing intermediate container 6e830d37144e 21:07:07 ---> 105b6ed9c83b 21:07:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:07:07 Removing intermediate container 50ad18a19444 21:07:07 ---> aae6e601761c 21:07:07 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:07:07 ---> Running in 0aa4fec8d6b6 21:07:08 ---> bd7e477c4806 21:07:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:07:10 ---> 0e4b8912af76 21:07:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:07:10 Removing intermediate container 0aa4fec8d6b6 21:07:10 ---> c72a99a8a4c2 21:07:10 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 21:07:11 ---> Running in 66ea970dafce 21:07:11 ---> 6b987eadcd04 21:07:11 Step 19/23 : ENTRYPOINT ["/support-notifications"] 21:07:11 ---> Running in d8c2a1b62616 21:07:12 Removing intermediate container d8c2a1b62616 21:07:12 ---> 494336ac049c 21:07:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:07:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:07:14 ---> Running in bd999fcc2c39 21:07:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:07:14 Removing intermediate container bd999fcc2c39 21:07:14 ---> 86de37c6e4cc 21:07:14 Step 21/23 : LABEL arch=arm64 21:07:14 ---> Running in 5e711dcdd280 21:07:14 (1/6) Installing dumb-init (1.2.2-r1) 21:07:14 Removing intermediate container 5e711dcdd280 21:07:14 ---> b3c90bb6f2b9 21:07:14 Step 22/23 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 21:07:14 (2/6) Installing libgcc (9.3.0-r2) 21:07:14 (3/6) Installing libsodium (1.0.18-r0) 21:07:14 ---> Running in fcbf45830d09 21:07:15 (4/6) Installing libstdc++ (9.3.0-r2) 21:07:15 (5/6) Installing libzmq (4.3.3-r0) 21:07:15 Removing intermediate container fcbf45830d09 21:07:15 ---> 9fc3fac13dcb 21:07:15 Step 23/23 : LABEL version=0.0.0 21:07:15 (6/6) Installing zeromq (4.3.3-r0) 21:07:15 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:07:15 Status: Downloaded newer image for docker:20.10.0 21:07:15 ---> eeaf43b92773 21:07:15 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 21:07:15 Executing busybox-1.31.1-r20.trigger 21:07:15 ---> Running in e1e62c2db6de 21:07:15 OK: 8 MiB in 20 packages 21:07:15 ---> Running in 480ceb370b30 21:07:16 Removing intermediate container e1e62c2db6de 21:07:16 ---> d0a98184e715 21:07:16 21:07:16 Removing intermediate container 480ceb370b30 21:07:16 ---> 116c05ceca7c 21:07:16 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 21:07:16 Successfully built d0a98184e715 21:07:16 Successfully tagged support-notifications-arm64:latest 21:07:16  Building support-notifications ... done  ---> Running in 50177283b829 21:07:17 Removing intermediate container 66ea970dafce 21:07:17 ---> c04311b4370e 21:07:17 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:07:18 ---> 56d6b75b3a23 21:07:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:07:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:07:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:07:19 (1/39) Installing readline (8.0.4-r0) 21:07:19 (2/39) Installing bash (5.0.17-r0) 21:07:19 Executing bash-5.0.17-r0.post-install 21:07:19 (3/39) Installing nghttp2-libs (1.41.0-r0) 21:07:19 (4/39) Installing libcurl (7.77.0-r0) 21:07:19 (5/39) Installing curl (7.77.0-r0) 21:07:19 (6/39) Installing dumb-init (1.2.2-r1) 21:07:19 (7/39) Installing libbz2 (1.0.8-r1) 21:07:19 (8/39) Installing expat (2.2.9-r1) 21:07:19 (9/39) Installing libffi (3.3-r2) 21:07:19 (10/39) Installing gdbm (1.13-r1) 21:07:19 (11/39) Installing xz-libs (5.2.5-r0) 21:07:19 (12/39) Installing sqlite-libs (3.32.1-r1) 21:07:19 (13/39) Installing python3 (3.8.10-r0) 21:07:19 ---> 6f825b6c716f 21:07:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:07:21 ---> 85495e506537 21:07:21 Step 20/24 : ENTRYPOINT ["/core-data"] 21:07:21 (14/39) Installing py3-appdirs (1.4.4-r1) 21:07:21 (15/39) Installing py3-ordered-set (4.0.1-r0) 21:07:21 (16/39) Installing py3-parsing (2.4.7-r0) 21:07:21 (17/39) Installing py3-six (1.15.0-r0) 21:07:21 (18/39) Installing py3-packaging (20.4-r0) 21:07:21 (19/39) Installing py3-setuptools (47.0.0-r0) 21:07:21 ---> Running in 80a7354a22ae 21:07:21 (20/39) Installing py3-chardet (3.0.4-r4) 21:07:21 (21/39) Installing py3-idna (2.9-r0) 21:07:21 (22/39) Installing py3-certifi (2020.4.5.1-r0) 21:07:21 (23/39) Installing py3-urllib3 (1.25.9-r0) 21:07:21 (24/39) Installing py3-requests (2.23.0-r0) 21:07:21 (25/39) Installing py3-msgpack (1.0.0-r0) 21:07:21 (26/39) Installing py3-lockfile (0.12.2-r3) 21:07:21 (27/39) Installing py3-cachecontrol (0.12.6-r0) 21:07:21 (28/39) Installing py3-colorama (0.4.3-r0) 21:07:21 (29/39) Installing py3-distlib (0.3.0-r0) 21:07:21 (30/39) Installing py3-distro (1.5.0-r1) 21:07:21 (31/39) Installing py3-webencodings (0.5.1-r3) 21:07:21 (32/39) Installing py3-html5lib (1.0.1-r4) 21:07:21 (33/39) Installing py3-pytoml (0.1.21-r0) 21:07:21 (34/39) Installing py3-pep517 (0.8.2-r0) 21:07:21 (35/39) Installing py3-progress (1.5-r0) 21:07:21 (36/39) Installing py3-toml (0.10.1-r0) 21:07:21 (37/39) Installing py3-retrying (1.3.3-r0) 21:07:21 (38/39) Installing py3-contextlib2 (0.6.0-r0) 21:07:21 (39/39) Installing py3-pip (20.1.1-r0) 21:07:21 Removing intermediate container 80a7354a22ae 21:07:21 ---> 02ec5e2e76ce 21:07:21 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:07:21 Executing busybox-1.31.1-r19.trigger 21:07:21 OK: 72 MiB in 59 packages 21:07:22 ---> Running in 6f7f31ead7b0 21:07:22 Removing intermediate container 6f7f31ead7b0 21:07:22 ---> 08ee84b06f6e 21:07:22 Step 22/24 : LABEL arch=arm64 21:07:22 ---> Running in 5ea549b54d7e 21:07:23 Removing intermediate container 5ea549b54d7e 21:07:23 ---> 1eccae19384f 21:07:23 Step 23/24 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 21:07:23 ---> Running in 649557515e65 21:07:23 Removing intermediate container 649557515e65 21:07:23 ---> b0d1979dffd1 21:07:23 Step 24/24 : LABEL version=0.0.0 21:07:24 ---> Running in 38e8fa364822 21:07:24 Removing intermediate container 38e8fa364822 21:07:24 ---> fc2347ecf919 21:07:24 21:07:25 Successfully built fc2347ecf919 21:07:25 Successfully tagged core-data-arm64:latest 21:07:27  Building core-data ... done Collecting docker-compose==1.23.2 21:07:27 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:07:28 Collecting jsonschema<3,>=2.5.1 21:07:28 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:07:29 Collecting docopt<0.7,>=0.6.1 21:07:29 Downloading docopt-0.6.2.tar.gz (25 kB) 21:07:31 Collecting texttable<0.10,>=0.9.0 21:07:31 Downloading texttable-0.9.1.tar.gz (11 kB) 21:07:35 Collecting websocket-client<1.0,>=0.32.0 21:07:35 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 21:07:36 Collecting PyYAML<4,>=3.10 21:07:36 Downloading PyYAML-3.13.tar.gz (270 kB) 21:07:41 Collecting docker<4.0,>=3.6.0 21:07:41 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:07:42 Collecting dockerpty<0.5,>=0.4.1 21:07:42 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:07:45 Collecting cached-property<2,>=1.2.0 21:07:45 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:07:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:07:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:07:47 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:07:47 Collecting docker-pycreds>=0.4.0 21:07:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:07:47 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) 21:07:47 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) 21:07:47 Collecting idna<2.8,>=2.5 21:07:47 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:07:48 Collecting urllib3<1.25,>=1.21.1 21:07:48 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:07:49 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:07:49 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:07:49 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:07:49 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:07:50 Installing collected packages: jsonschema, docopt, texttable, websocket-client, PyYAML, docker-pycreds, idna, urllib3, requests, docker, dockerpty, cached-property, docker-compose 21:07:50 Running setup.py install for docopt: started 21:07:53 Running setup.py install for docopt: finished with status 'done' 21:07:53 Running setup.py install for texttable: started 21:07:55 Running setup.py install for texttable: finished with status 'done' 21:07:55 Running setup.py install for PyYAML: started 21:07:59 Running setup.py install for PyYAML: finished with status 'done' 21:07:59 Attempting uninstall: idna 21:07:59 Found existing installation: idna 2.9 21:07:59 Uninstalling idna-2.9: 21:07:59 Successfully uninstalled idna-2.9 21:07:59 Attempting uninstall: urllib3 21:07:59 Found existing installation: urllib3 1.25.9 21:07:59 Uninstalling urllib3-1.25.9: 21:07:59 Successfully uninstalled urllib3-1.25.9 21:08:00 Attempting uninstall: requests 21:08:00 Found existing installation: requests 2.23.0 21:08:00 Uninstalling requests-2.23.0: 21:08:00 Successfully uninstalled requests-2.23.0 21:08:02 Running setup.py install for dockerpty: started 21:08:04 Running setup.py install for dockerpty: finished with status 'done' 21:08:05 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 21:08:13 Removing intermediate container 50177283b829 21:08:13 ---> fdc66ac128f5 21:08:13 Step 15/24 : ENV APP_PORT=58890 21:08:13 ---> Running in 147b45db1d02 21:08:14 Removing intermediate container 147b45db1d02 21:08:14 ---> f5e91d7c3bce 21:08:14 Step 16/24 : EXPOSE $APP_PORT 21:08:14 ---> Running in 3ea3d8ade69c 21:08:14 Removing intermediate container 3ea3d8ade69c 21:08:14 ---> a13cd1950b67 21:08:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:08:16 ---> 759c4ae819df 21:08:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:08:16 ---> d9f02fea16cb 21:08:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:08:17 ---> 9eb82e604ccb 21:08:17 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 21:08:18 ---> Running in 3724b651ce5d 21:08:18 Removing intermediate container 3724b651ce5d 21:08:18 ---> a2cbdc23d2d9 21:08:18 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:08:18 ---> Running in 3c208cb6cd6d 21:08:19 Removing intermediate container 3c208cb6cd6d 21:08:19 ---> f0921992ee44 21:08:19 Step 22/24 : LABEL arch=arm64 21:08:19 ---> Running in 1c7df4075eaf 21:08:19 Removing intermediate container 1c7df4075eaf 21:08:19 ---> 3490eab5e7b0 21:08:19 Step 23/24 : LABEL git_sha=a2666c85747e48d0f277d1bc73689a0fa3d00208 21:08:20 ---> Running in 13121eb9eec1 21:08:20 Removing intermediate container 13121eb9eec1 21:08:20 ---> d79bff52e080 21:08:20 Step 24/24 : LABEL version=0.0.0 21:08:20 ---> Running in 4986164eed18 21:08:21 Removing intermediate container 4986164eed18 21:08:21 ---> eaf5201378d5 21:08:21 21:08:21 Successfully built eaf5201378d5 21:08:21 Successfully tagged sys-mgmt-agent-arm64:latest 21:08:21  Building sys-mgmt-agent ... done  [Pipeline] } 21:08:21 $ docker stop --time=1 64081736f2bc4f655ebce14ba9529083bdf704025bc74bbc93d7a4d23aad30d3 21:08:24 $ docker rm -f 64081736f2bc4f655ebce14ba9529083bdf704025bc74bbc93d7a4d23aad30d3 [Pipeline] // withDockerContainer [Pipeline] sh 21:08:25 + docker images 21:08:25 REPOSITORY TAG IMAGE ID CREATED SIZE 21:08:25 sys-mgmt-agent-arm64 latest eaf5201378d5 5 seconds ago 299MB 21:08:25 core-data-arm64 latest fc2347ecf919 About a minute ago 19.1MB 21:08:25 support-notifications-arm64 latest d0a98184e715 About a minute ago 15.7MB 21:08:25 fdec5ddf4d89 About a minute ago 973MB 21:08:25 1e0533d87761 About a minute ago 974MB 21:08:25 8266577330da About a minute ago 968MB 21:08:25 security-bootstrapper-arm64 latest 03af2886c4d4 2 minutes ago 17.1MB 21:08:25 ec19363dc28a 3 minutes ago 967MB 21:08:25 security-secretstore-setup-arm64 latest 3a5ae8f78395 4 minutes ago 26.5MB 21:08:25 core-metadata-arm64 latest e44036cdac7d 4 minutes ago 15.6MB 21:08:25 core-command-arm64 latest 9301d456a0df 4 minutes ago 15MB 21:08:25 security-proxy-setup-arm64 latest fb49434f0c0a 4 minutes ago 24MB 21:08:25 support-scheduler-arm64 latest 97ebef2637fa 4 minutes ago 15MB 21:08:25 25e20c3cf63b 5 minutes ago 971MB 21:08:25 49b1358982b1 5 minutes ago 968MB 21:08:25 15fa7160959a 5 minutes ago 971MB 21:08:25 1cdef1718141 5 minutes ago 973MB 21:08:25 44f7b3bef64d 5 minutes ago 966MB 21:08:25 ci-base-image-arm64 latest 5b984992a195 16 minutes ago 641MB 21:08:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 5 weeks ago 428MB 21:08:25 alpine 3.12 9852663dfa18 7 weeks ago 5.32MB 21:08:25 docker 20.10.0 eeaf43b92773 5 months ago 228MB 21:08:25 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 21:08:25 ---> job-cost.sh 21:08:25 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-PfLn 21:09:07 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:10:48 lf-activate-venv(): INFO: Adding /tmp/venv-PfLn/bin to PATH 21:10:48 INFO: No Stack... 21:10:48 INFO: Retrieving Pricing Info for: v2-standard-4 21:10:48 INFO: Archiving Costs [Pipeline] sh 21:10:48 + cat+ /w/workspace/edgex-go/2/archives/cost.csv 21:10:48 cut -d, -f6 [Pipeline] lock 21:10:48 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3550-2-stack-cost] 21:10:48 Resource [jenkins-edgexfoundry-edgex-go-PR-3550-2-stack-cost] did not exist. Created. 21:10:48 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3550-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:10:49 + echo total: 0.18000000715255737 [Pipeline] stash 21:10:49 Stashed 1 file(s) [Pipeline] } 21:10:49 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 21:10:50 provisioning config files... 21:10:50 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config7788589082279034142tmp [Pipeline] { [Pipeline] sh 21:10:50 + set +x 21:10:50 + curl -s https://codecov.io/bash 21:10:50 + bash -s -- 21:10:50 21:10:50 _____ _ 21:10:50 / ____| | | 21:10:50 | | ___ __| | ___ ___ _____ __ 21:10:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:10:50 | |___| (_) | (_| | __/ (_| (_) \ V / 21:10:50 \_____\___/ \__,_|\___|\___\___/ \_/ 21:10:50 Bash-1.0.3 21:10:50 21:10:50 21:10:50 ==> git version 2.24.4 found 21:10:50 ==> 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 21:10:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:10:50 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:10:50 ==> Jenkins CI detected. 21:10:50 project root: . 21:10:50 --> token set from env 21:10:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:10:50 ==> Running gcov in . (disable via -X gcov) 21:10:50 ==> Python coveragepy not found 21:10:50 ==> Searching for coverage reports in: 21:10:50 + . 21:10:50 -> Found 1 reports 21:10:50 ==> Detecting git/mercurial file structure 21:10:50 ==> Reading reports 21:10:50 + ./coverage.out bytes=412085 21:10:50 ==> Appending adjustments 21:10:50 https://docs.codecov.io/docs/fixing-reports 21:10:55 + Found adjustments 21:10:55 ==> Gzipping contents 21:10:55 56K /tmp/codecov.BxUHtq.gz 21:10:55 ==> Uploading reports 21:10:55 url: https://codecov.io 21:10:55 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= 21:10:55 -> Pinging Codecov 21:10:55 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= 21:10:55 -> Uploading to 21:10:55 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 21:10:55 % Total % Received % Xferd Average Speed Time Time Time Current 21:10:55 Dload Upload Total Spent Left Speed 21:10:55 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 21:10:55 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/a2666c85747e48d0f277d1bc73689a0fa3d00208 [Pipeline] } 21:10:55 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 21:10:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:10:56 ---> package-listing.sh 21:10:56 ++ facter osfamily 21:10:56 ++ tr '[:upper:]' '[:lower:]' 21:10:57 + OS_FAMILY=redhat 21:10:57 + workspace=/w/workspace/edgex-go/2 21:10:57 + START_PACKAGES=/tmp/packages_start.txt 21:10:57 + END_PACKAGES=/tmp/packages_end.txt 21:10:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:10:57 + PACKAGES=/tmp/packages_start.txt 21:10:57 + '[' /w/workspace/edgex-go/2 ']' 21:10:57 + PACKAGES=/tmp/packages_end.txt 21:10:57 + case "${OS_FAMILY}" in 21:10:57 + sort 21:10:57 + rpm -qa 21:10:59 + '[' -f /tmp/packages_start.txt ']' 21:10:59 + '[' -f /tmp/packages_end.txt ']' 21:10:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:10:59 + '[' /w/workspace/edgex-go/2 ']' 21:10:59 + mkdir -p /w/workspace/edgex-go/2/archives/ 21:10:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 21:10:59 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 21:11:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:11:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:11:00 21:11:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:11:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:11:01 alpine: Pulling from edgex-lftools-log-publisher 21:11:01 df20fa9351a1: Pulling fs layer 21:11:01 36b3adc4ff6f: Pulling fs layer 21:11:01 8ad3a11d3b57: Pulling fs layer 21:11:01 46f8f816bc3b: Pulling fs layer 21:11:01 93b61091891f: Pulling fs layer 21:11:01 93b9cdb0e59b: Pulling fs layer 21:11:01 5e14af77c1be: Pulling fs layer 21:11:01 01666e4c0597: Pulling fs layer 21:11:01 aa168da1d23b: Pulling fs layer 21:11:01 93b9cdb0e59b: Waiting 21:11:01 5e14af77c1be: Waiting 21:11:01 01666e4c0597: Waiting 21:11:01 aa168da1d23b: Waiting 21:11:01 46f8f816bc3b: Waiting 21:11:01 93b61091891f: Waiting 21:11:01 36b3adc4ff6f: Verifying Checksum 21:11:01 36b3adc4ff6f: Download complete 21:11:01 46f8f816bc3b: Verifying Checksum 21:11:01 46f8f816bc3b: Download complete 21:11:01 df20fa9351a1: Verifying Checksum 21:11:01 df20fa9351a1: Download complete 21:11:01 93b9cdb0e59b: Verifying Checksum 21:11:01 93b9cdb0e59b: Download complete 21:11:01 93b61091891f: Verifying Checksum 21:11:01 93b61091891f: Download complete 21:11:01 01666e4c0597: Verifying Checksum 21:11:01 01666e4c0597: Download complete 21:11:01 8ad3a11d3b57: Verifying Checksum 21:11:01 8ad3a11d3b57: Download complete 21:11:01 df20fa9351a1: Pull complete 21:11:01 5e14af77c1be: Verifying Checksum 21:11:01 5e14af77c1be: Download complete 21:11:01 36b3adc4ff6f: Pull complete 21:11:02 8ad3a11d3b57: Pull complete 21:11:02 46f8f816bc3b: Pull complete 21:11:02 93b61091891f: Pull complete 21:11:02 93b9cdb0e59b: Pull complete 21:11:02 5e14af77c1be: Pull complete 21:11:02 01666e4c0597: Pull complete 21:11:03 aa168da1d23b: Download complete 21:11:07 aa168da1d23b: Pull complete 21:11:07 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:11:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:11:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:11:07 prd-centos7-docker-4c-2g-994 does not seem to be running inside a container 21:11:07 $ 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 21:11:14 $ docker top 88826b56b0bd4a0cb39f372df086c44142340a03207532f1b08a91ea0e9d258d -eo pid,comm [Pipeline] { [Pipeline] sh 21:11:14 + touch /tmp/pre-build-complete [Pipeline] sh 21:11:15 + mkdir -p /var/log/sa [Pipeline] sh 21:11:15 + ls /var/log/sa-host 21:11:15 + sadf -c /var/log/sa-host/sa05 21:11:15 file_magic: OK 21:11:15 HZ: Using current value: 100 21:11:15 file_header: OK 21:11:15 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 21:11:15 Statistics: 21:11:15 Hnuu...uuuununununu...Hnuu...uuuununununu... 21:11:15 File successfully converted to sysstat format version 12.2.1 21:11:15 + sadf -c /var/log/sa-host/sa08 21:11:15 file_magic: OK 21:11:15 HZ: Using current value: 100 21:11:15 file_header: OK 21:11:15 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 21:11:15 Statistics: 21:11:15 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... 21:11:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:11:15 provisioning config files... 21:11:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config1398036434011635154tmp [Pipeline] { [Pipeline] echo 21:11:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:11:15 ---> create-netrc.sh [Pipeline] } 21:11:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:11:16 ---> python-tools-install.sh [Pipeline] echo 21:11:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:11:16 ---> sudo-logs.sh 21:11:16 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:11:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:11:16 ---> job-cost.sh 21:11:16 lf-activate-venv: SKIPPING 21:11:16 DEBUG: total: 0.18000000715255737 21:11:16 INFO: Retrieving Stack Cost... 21:11:17 INFO: Retrieving Pricing Info for: v3-standard-2 21:11:18 INFO: Archiving Costs [Pipeline] echo 21:11:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:11:18 ---> logs-deploy.sh 21:11:18 lf-activate-venv: SKIPPING 21:11:18 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3550/2 21:11:18 INFO: archiving workspace using pattern(s): 21:11:19 Archives upload complete. 21:11:19 INFO: archiving logs to Nexus 21:11:19 ---> uname -a: 21:11:19 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 21:11:19 21:11:19 21:11:19 ---> lscpu: 21:11:19 Architecture: x86_64 21:11:19 CPU op-mode(s): 32-bit, 64-bit 21:11:19 Byte Order: Little Endian 21:11:19 Address sizes: 40 bits physical, 48 bits virtual 21:11:19 CPU(s): 2 21:11:19 On-line CPU(s) list: 0,1 21:11:19 Thread(s) per core: 1 21:11:19 Core(s) per socket: 1 21:11:19 Socket(s): 2 21:11:19 NUMA node(s): 1 21:11:19 Vendor ID: AuthenticAMD 21:11:19 CPU family: 23 21:11:19 Model: 49 21:11:19 Model name: AMD EPYC-Rome Processor 21:11:19 Stepping: 0 21:11:19 CPU MHz: 2799.998 21:11:19 BogoMIPS: 5599.99 21:11:19 Virtualization: AMD-V 21:11:19 Hypervisor vendor: KVM 21:11:19 Virtualization type: full 21:11:19 L1d cache: 64 KiB 21:11:19 L1i cache: 64 KiB 21:11:19 L2 cache: 1 MiB 21:11:19 L3 cache: 32 MiB 21:11:19 NUMA node0 CPU(s): 0,1 21:11:19 Vulnerability Itlb multihit: Not affected 21:11:19 Vulnerability L1tf: Not affected 21:11:19 Vulnerability Mds: Not affected 21:11:19 Vulnerability Meltdown: Not affected 21:11:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:11:19 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:11:19 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:11:19 Vulnerability Srbds: Not affected 21:11:19 Vulnerability Tsx async abort: Not affected 21:11:19 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 21:11:19 21:11:19 21:11:19 ---> nproc: 21:11:19 2 21:11:19 21:11:19 21:11:19 ---> df -h: 21:11:19 Filesystem Size Used Available Use% Mounted on 21:11:19 overlay 40.0G 12.9G 27.1G 32% / 21:11:19 tmpfs 64.0M 0 64.0M 0% /dev 21:11:19 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 21:11:19 shm 64.0M 0 64.0M 0% /dev/shm 21:11:19 /dev/vda1 40.0G 12.9G 27.1G 32% /facter-os 21:11:19 /dev/vda1 40.0G 12.9G 27.1G 32% /etc/resolv.conf 21:11:19 /dev/vda1 40.0G 12.9G 27.1G 32% /etc/hostname 21:11:19 /dev/vda1 40.0G 12.9G 27.1G 32% /etc/hosts 21:11:19 /dev/vda1 40.0G 12.9G 27.1G 32% /run/cloud-init/result.json 21:11:19 /dev/vda1 40.0G 12.9G 27.1G 32% /var/log/sa-host 21:11:19 /dev/vda1 40.0G 12.9G 27.1G 32% /var/log/secure 21:11:19 /dev/vda1 40.0G 12.9G 27.1G 32% /var/log/auth.log 21:11:19 /dev/vda1 40.0G 12.9G 27.1G 32% /w/workspace/edgex-go/2 21:11:19 /dev/vda1 40.0G 12.9G 27.1G 32% /w/workspace/edgex-go/2@tmp 21:11:19 21:11:19 21:11:19 ---> free -m: 21:11:19 total used free shared buff/cache available 21:11:19 Mem: 7821 1352 1464 0 5003 6444 21:11:19 Swap: 1023 2 1021 21:11:19 21:11:19 21:11:19 ---> ip addr: 21:11:19 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:11:19 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:11:19 inet 127.0.0.1/8 scope host lo 21:11:19 valid_lft forever preferred_lft forever 21:11:19 inet6 ::1/128 scope host 21:11:19 valid_lft forever preferred_lft forever 21:11:19 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:11:19 link/ether fa:16:3e:91:71:86 brd ff:ff:ff:ff:ff:ff 21:11:19 inet 10.30.122.144/23 brd 10.30.123.255 scope global dynamic eth0 21:11:19 valid_lft 84819sec preferred_lft 84819sec 21:11:19 inet6 fe80::f816:3eff:fe91:7186/64 scope link 21:11:19 valid_lft forever preferred_lft forever 21:11:19 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:11:19 link/ether 02:42:84:0f:0a:75 brd ff:ff:ff:ff:ff:ff 21:11:19 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:11:19 valid_lft forever preferred_lft forever 21:11:19 inet6 fe80::42:84ff:fe0f:a75/64 scope link 21:11:19 valid_lft forever preferred_lft forever 21:11:19 21:11:19 21:11:19 ---> sar -b -r -n DEV: 21:11:19 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) 21:11:19 21:11:19 20:44:48 LINUX RESTART (2 CPU) 21:11:19 21:11:19 20:46:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:11:19 20:47:01 123.23 0.18 123.04 0.00 22.78 41757.89 0.00 21:11:19 20:48:01 136.61 0.00 136.61 0.00 0.00 17510.17 0.00 21:11:19 20:49:01 64.29 0.02 64.28 0.00 0.53 10937.34 0.00 21:11:19 20:50:01 107.39 0.00 107.39 0.00 0.00 20295.67 0.00 21:11:19 20:51:03 510.48 170.12 340.36 0.00 4136.98 252261.57 0.00 21:11:19 20:52:01 223.40 66.47 156.93 0.00 8132.28 50733.60 0.00 21:11:19 20:53:01 254.46 22.94 231.52 0.00 1613.32 105633.25 0.00 21:11:19 20:54:01 359.02 28.74 330.27 0.00 2646.86 137562.71 0.00 21:11:19 20:55:01 136.39 10.87 125.51 0.00 1344.75 20374.69 0.00 21:11:19 20:56:01 1.38 0.00 1.38 0.00 0.00 22.51 0.00 21:11:19 20:57:02 0.17 0.00 0.17 0.00 0.00 1.50 0.00 21:11:19 20:58:01 0.37 0.00 0.37 0.00 0.00 4.86 0.00 21:11:19 20:59:01 0.25 0.00 0.25 0.00 0.00 2.48 0.00 21:11:19 21:00:01 0.47 0.18 0.28 0.00 5.73 3.13 0.00 21:11:19 21:01:01 0.83 0.03 0.80 0.00 0.27 15.84 0.00 21:11:19 21:02:01 0.52 0.20 0.32 0.00 3.60 5.20 0.00 21:11:19 21:03:01 0.30 0.00 0.30 0.00 0.00 3.85 0.00 21:11:19 21:04:01 0.25 0.00 0.25 0.00 0.00 3.40 0.00 21:11:19 21:05:01 0.18 0.00 0.18 0.00 0.00 2.22 0.00 21:11:19 21:06:01 0.20 0.00 0.20 0.00 0.00 2.20 0.00 21:11:19 21:07:01 0.20 0.00 0.20 0.00 0.00 1.92 0.00 21:11:19 21:08:01 0.23 0.00 0.23 0.00 0.00 3.53 0.00 21:11:19 21:09:01 0.28 0.00 0.28 0.00 0.00 2.77 0.00 21:11:19 21:10:01 0.20 0.00 0.20 0.00 0.00 1.82 0.00 21:11:19 21:11:01 42.55 41.20 1.35 0.00 4172.26 40.77 0.00 21:11:19 Average: 78.95 13.77 65.18 0.00 878.52 26550.95 0.00 21:11:19 21:11:19 20:46:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:11:19 20:47:01 4203064 0 951452 11.88 2620 2851804 1576864 17.41 1038396 2282480 44 21:11:19 20:48:01 3905308 0 1094204 13.66 2620 3006808 1678132 18.53 1292412 2264024 250468 21:11:19 20:49:01 3836508 0 1191552 14.88 2620 2978260 1681520 18.56 1292108 2321584 63968 21:11:19 20:50:01 3658164 0 1153808 14.41 2620 3194348 1622648 17.91 1301612 2474040 392 21:11:19 20:51:03 181612 0 1326988 16.57 2620 6497720 1558940 17.21 3273056 3820596 108 21:11:19 20:52:01 669000 0 1414732 17.66 2620 5922588 2101716 23.20 2768360 3845216 54760 21:11:19 20:53:01 1165256 0 1446376 18.06 2620 5394688 2569676 28.37 1619908 4495012 370984 21:11:19 20:54:01 1072828 0 1343144 16.77 2620 5590348 1584496 17.49 2775924 3418228 124 21:11:19 20:55:01 2130200 0 1285168 16.05 2620 4590952 1429884 15.79 1450360 3698920 20 21:11:19 20:56:01 2135152 0 1280212 15.98 2620 4590956 1399032 15.45 1451948 3694824 12 21:11:19 20:57:02 2135268 0 1280092 15.98 2620 4590960 1399044 15.45 1451948 3694948 8 21:11:19 20:58:01 2137068 0 1278288 15.96 2620 4590964 1384640 15.29 1450768 3694920 8 21:11:19 20:59:01 2137192 0 1278160 15.96 2620 4590968 1384640 15.29 1450772 3694920 8 21:11:19 21:00:01 2137316 0 1278000 15.96 2620 4591004 1384640 15.29 1450876 3694852 16 21:11:19 21:01:01 2135832 0 1279480 15.98 2620 4591008 1387492 15.32 1451548 3694856 8 21:11:19 21:02:01 2136356 0 1278776 15.97 2620 4591188 1385304 15.29 1451440 3694972 8 21:11:19 21:03:01 2136496 0 1278628 15.97 2620 4591196 1385292 15.29 1451564 3694972 8 21:11:19 21:04:01 2135872 0 1279248 15.97 2620 4591200 1385376 15.30 1451800 3694972 20 21:11:19 21:05:01 2135428 0 1279688 15.98 2620 4591204 1385460 15.30 1452176 3694972 8 21:11:19 21:06:01 2135288 0 1279824 15.98 2620 4591208 1385496 15.30 1452572 3694972 8 21:11:19 21:07:01 2134916 0 1280196 15.98 2620 4591208 1385472 15.30 1452720 3694972 20 21:11:19 21:08:01 2136952 0 1278152 15.96 2620 4591216 1385148 15.29 1451108 3694972 8 21:11:19 21:09:01 2136836 0 1278264 15.96 2620 4591220 1385148 15.29 1451228 3694972 8 21:11:19 21:10:01 2136560 0 1278536 15.96 2620 4591224 1385280 15.29 1451428 3694972 8 21:11:19 21:11:01 1906976 0 1346352 16.81 2620 4752992 1786560 19.72 1525956 3847544 36512 21:11:19 Average: 2190858 0 1269573 15.85 2620 4545889 1535916 16.96 1604480 3515668 31101 21:11:19 21:11:19 20:46:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:11:19 20:47:01 eth0 834.72 1031.97 4579.84 94.19 0.00 0.00 0.00 0.00 21:11:19 20:47:01 vethe75fa27 0.92 1.65 0.07 3.61 0.00 0.00 0.00 0.00 21:11:19 20:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 20:47:01 docker0 780.77 551.20 56.00 1882.89 0.00 0.00 0.00 0.00 21:11:19 20:48:01 veth000165d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:11:19 20:48:01 eth0 302.71 265.08 877.53 34.83 0.00 0.00 0.00 0.00 21:11:19 20:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 20:48:01 docker0 242.92 262.92 16.73 842.52 0.00 0.00 0.00 0.00 21:11:19 20:49:01 veth000165d 1.83 1.83 0.15 0.15 0.00 0.00 0.00 0.00 21:11:19 20:49:01 eth0 30.38 15.10 22.94 11.53 0.00 0.00 0.00 0.00 21:11:19 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 20:49:01 docker0 1.83 1.83 0.12 0.15 0.00 0.00 0.00 0.00 21:11:19 20:50:01 eth0 226.64 194.76 1702.55 131.45 0.00 0.00 0.00 0.00 21:11:19 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 20:50:01 veth56ab626 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 21:11:19 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 20:51:03 eth0 90.04 66.08 182.75 14.44 0.00 0.00 0.00 0.00 21:11:19 20:51:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 20:51:03 veth56ab626 0.00 1.42 0.00 0.07 0.00 0.00 0.00 0.00 21:11:19 20:51:03 docker0 52.82 62.85 3.38 161.44 0.00 0.00 0.00 0.00 21:11:19 20:52:01 veth44d133d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 20:52:01 vethbe51c3c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 20:52:01 veth4e575b1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 20:52:01 eth0 31.11 17.38 69.37 11.50 0.00 0.00 0.00 0.00 21:11:19 20:53:01 eth0 89.04 59.54 233.32 122.74 0.00 0.00 0.00 0.00 21:11:19 20:53:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 21:11:19 20:53:01 veth7932f61 10.54 12.02 0.84 33.20 0.00 0.00 0.00 0.00 21:11:19 20:53:01 vethb75abc2 9.17 11.04 0.71 33.13 0.00 0.00 0.00 0.00 21:11:19 20:54:01 veth9c49d2f 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 20:54:01 eth0 56.52 32.11 124.50 16.38 0.00 0.00 0.00 0.00 21:11:19 20:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 20:54:01 veth939370f 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 20:55:01 eth0 189.59 149.74 1633.27 21.97 0.00 0.00 0.00 0.00 21:11:19 20:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 20:55:01 docker0 1555.29 1272.36 112.97 4403.21 0.00 0.00 0.00 0.00 21:11:19 20:56:01 eth0 0.22 0.22 0.08 0.07 0.00 0.00 0.00 0.00 21:11:19 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 20:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 20:57:02 eth0 0.18 0.13 0.07 0.01 0.00 0.00 0.00 0.00 21:11:19 20:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 20:57:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 20:58:01 eth0 0.14 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:11:19 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 20:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 20:59:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:11:19 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 20:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 21:00:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:11:19 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 21:01:01 eth0 0.58 0.22 0.13 0.07 0.00 0.00 0.00 0.00 21:11:19 21:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 21:02:01 eth0 1.05 0.40 0.40 0.21 0.00 0.00 0.00 0.00 21:11:19 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 21:03:01 eth0 0.98 0.30 0.32 0.20 0.00 0.00 0.00 0.00 21:11:19 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 21:04:01 eth0 2.23 0.48 0.67 0.36 0.00 0.00 0.00 0.00 21:11:19 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 21:05:01 eth0 1.80 0.50 0.63 0.42 0.00 0.00 0.00 0.00 21:11:19 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 21:06:01 eth0 2.25 0.65 0.80 0.46 0.00 0.00 0.00 0.00 21:11:19 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 21:07:01 eth0 1.43 0.67 0.80 0.58 0.00 0.00 0.00 0.00 21:11:19 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 21:08:01 eth0 0.23 0.02 0.01 0.00 0.00 0.00 0.00 0.00 21:11:19 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 21:09:01 eth0 1.37 0.05 0.12 0.00 0.00 0.00 0.00 0.00 21:11:19 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 21:10:01 eth0 1.23 0.27 0.33 0.20 0.00 0.00 0.00 0.00 21:11:19 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 21:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 21:11:01 eth0 57.45 45.56 483.29 8.79 0.00 0.00 0.00 0.00 21:11:19 21:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 21:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 Average: eth0 77.04 75.40 397.10 18.84 0.00 0.00 0.00 0.00 21:11:19 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:11:19 Average: docker0 46.83 40.43 3.28 143.44 0.00 0.00 0.00 0.00 21:11:19 21:11:19 21:11:19 ---> sar -P ALL: 21:11:19 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) 21:11:19 21:11:19 20:44:48 LINUX RESTART (2 CPU) 21:11:19 21:11:19 20:46:01 CPU %user %nice %system %iowait %steal %idle 21:11:19 20:47:01 all 17.01 0.00 5.75 3.68 0.08 73.48 21:11:19 20:47:01 0 20.04 0.00 6.23 3.63 0.07 70.04 21:11:19 20:47:01 1 14.01 0.00 5.28 3.73 0.09 76.89 21:11:19 20:48:01 all 48.86 0.00 8.67 4.63 0.11 37.73 21:11:19 20:48:01 0 49.14 0.00 8.43 5.71 0.11 36.62 21:11:19 20:48:01 1 48.58 0.00 8.91 3.55 0.11 38.84 21:11:19 20:49:01 all 34.42 0.00 5.39 0.87 0.11 59.20 21:11:19 20:49:01 0 33.99 0.00 5.36 0.67 0.11 59.88 21:11:19 20:49:01 1 34.86 0.00 5.43 1.08 0.12 58.52 21:11:19 20:50:01 all 49.41 0.00 9.86 3.35 0.11 37.27 21:11:19 20:50:01 0 49.13 0.00 9.97 2.16 0.11 38.62 21:11:19 20:50:01 1 49.69 0.00 9.75 4.54 0.11 35.91 21:11:19 20:51:03 all 20.15 0.00 17.00 51.05 0.16 11.64 21:11:19 20:51:03 0 19.80 0.00 16.92 46.84 0.17 16.26 21:11:19 20:51:03 1 20.51 0.00 17.07 55.27 0.16 7.00 21:11:19 20:52:01 all 60.51 0.00 9.45 27.30 0.34 2.40 21:11:19 20:52:01 0 60.06 0.00 9.67 26.86 0.34 3.07 21:11:19 20:52:01 1 60.96 0.00 9.22 27.75 0.34 1.73 21:11:19 20:53:01 all 24.98 0.00 9.87 49.97 0.24 14.93 21:11:19 20:53:01 0 22.52 0.00 9.73 51.07 0.21 16.47 21:11:19 20:53:01 1 27.45 0.00 10.02 48.87 0.27 13.39 21:11:19 20:54:01 all 54.06 0.00 14.80 26.88 0.20 4.06 21:11:19 20:54:01 0 54.11 0.00 14.32 26.15 0.15 5.27 21:11:19 20:54:01 1 54.02 0.00 15.27 27.61 0.26 2.85 21:11:19 20:55:01 all 9.61 0.00 4.57 17.19 0.14 68.50 21:11:19 20:55:01 0 9.42 0.00 4.68 16.45 0.10 69.34 21:11:19 20:55:01 1 9.79 0.00 4.46 17.92 0.17 67.65 21:11:19 20:56:01 all 0.05 0.00 0.04 0.00 0.03 99.87 21:11:19 20:56:01 0 0.02 0.00 0.05 0.00 0.02 99.92 21:11:19 20:56:01 1 0.08 0.00 0.03 0.00 0.05 99.83 21:11:19 20:57:02 all 0.04 0.00 0.02 0.00 0.04 99.90 21:11:19 20:57:02 0 0.03 0.00 0.02 0.00 0.05 99.90 21:11:19 20:57:02 1 0.05 0.00 0.02 0.00 0.03 99.90 21:11:19 21:11:19 20:57:02 CPU %user %nice %system %iowait %steal %idle 21:11:19 20:58:01 all 0.05 0.00 0.02 0.00 0.03 99.90 21:11:19 20:58:01 0 0.02 0.00 0.02 0.00 0.05 99.92 21:11:19 20:58:01 1 0.09 0.00 0.02 0.00 0.02 99.88 21:11:19 20:59:01 all 0.04 0.00 0.01 0.00 0.04 99.91 21:11:19 20:59:01 0 0.03 0.00 0.00 0.00 0.07 99.90 21:11:19 20:59:01 1 0.05 0.00 0.02 0.00 0.02 99.92 21:11:19 21:00:01 all 0.06 0.00 0.04 0.01 0.03 99.86 21:11:19 21:00:01 0 0.05 0.00 0.05 0.02 0.05 99.83 21:11:19 21:00:01 1 0.07 0.00 0.03 0.00 0.02 99.88 21:11:19 21:01:01 all 0.08 0.00 0.02 0.00 0.04 99.87 21:11:19 21:01:01 0 0.03 0.00 0.02 0.00 0.03 99.92 21:11:19 21:01:01 1 0.12 0.00 0.02 0.00 0.05 99.82 21:11:19 21:02:01 all 0.04 0.00 0.04 0.00 0.03 99.89 21:11:19 21:02:01 0 0.02 0.00 0.03 0.00 0.02 99.93 21:11:19 21:02:01 1 0.07 0.00 0.05 0.00 0.03 99.85 21:11:19 21:03:01 all 0.06 0.00 0.02 0.00 0.04 99.88 21:11:19 21:03:01 0 0.03 0.00 0.02 0.00 0.03 99.92 21:11:19 21:03:01 1 0.08 0.00 0.02 0.00 0.05 99.85 21:11:19 21:04:01 all 0.07 0.00 0.01 0.00 0.03 99.89 21:11:19 21:04:01 0 0.03 0.00 0.02 0.00 0.03 99.92 21:11:19 21:04:01 1 0.10 0.00 0.00 0.00 0.03 99.87 21:11:19 21:05:01 all 0.09 0.00 0.02 0.00 0.03 99.86 21:11:19 21:05:01 0 0.02 0.00 0.02 0.00 0.05 99.92 21:11:19 21:05:01 1 0.17 0.00 0.02 0.00 0.02 99.80 21:11:19 21:06:01 all 0.04 0.00 0.03 0.00 0.03 99.91 21:11:19 21:06:01 0 0.05 0.00 0.05 0.00 0.03 99.87 21:11:19 21:06:01 1 0.03 0.00 0.00 0.00 0.02 99.95 21:11:19 21:07:01 all 0.08 0.00 0.03 0.00 0.03 99.87 21:11:19 21:07:01 0 0.05 0.00 0.03 0.00 0.05 99.87 21:11:19 21:07:01 1 0.10 0.00 0.02 0.00 0.00 99.88 21:11:19 21:08:01 all 0.05 0.00 0.02 0.00 0.03 99.90 21:11:19 21:08:01 0 0.02 0.00 0.02 0.00 0.03 99.93 21:11:19 21:08:01 1 0.08 0.00 0.02 0.00 0.03 99.87 21:11:19 21:11:19 21:08:01 CPU %user %nice %system %iowait %steal %idle 21:11:19 21:09:01 all 0.07 0.00 0.02 0.00 0.03 99.88 21:11:19 21:09:01 0 0.03 0.00 0.02 0.00 0.07 99.88 21:11:19 21:09:01 1 0.10 0.00 0.02 0.00 0.00 99.88 21:11:19 21:10:01 all 0.04 0.00 0.02 0.00 0.03 99.91 21:11:19 21:10:01 0 0.03 0.00 0.02 0.00 0.05 99.90 21:11:19 21:10:01 1 0.05 0.00 0.02 0.00 0.02 99.92 21:11:19 21:11:01 all 2.73 0.00 0.96 1.09 0.04 95.18 21:11:19 21:11:01 0 3.29 0.00 1.06 1.65 0.05 93.95 21:11:19 21:11:01 1 2.17 0.00 0.86 0.54 0.03 96.40 21:11:19 Average: all 12.24 0.00 3.32 7.15 0.08 77.21 21:11:19 Average: 0 12.20 0.00 3.32 6.96 0.08 77.44 21:11:19 Average: 1 12.27 0.00 3.32 7.34 0.08 76.98 21:11:19 21:11:19 21:11:19