Pull request #3571 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4d8305b3a0ce0906d055d440d1b874a1496e8b07+ca82cc67a24dd3a646f9c54faca12af7640f6229 (ec97b0c76f7b38cd1f208c00ce86209c3b03cb7c) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6025491697008078062.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh3196923845350797822.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3571/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3571/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh6765947083054156312.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f4a1163c6b2b14014f487cca778b157dcbc6cc6b (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f4a1163c6b2b14014f487cca778b157dcbc6cc6b # timeout=10 Commit message: "Merge pull request #339 from ernestojeda/disable-snaps-temp" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1504488812561333125.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3571/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3571/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh41288613240538865.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1570 in /w/workspace/edgexfoundry_edgex-go_PR-3571 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/3@tmp/jenkins-gitclient-ssh1310256119663460183.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit ca82cc67a24dd3a646f9c54faca12af7640f6229 into PR head commit 4d8305b3a0ce0906d055d440d1b874a1496e8b07 Merge succeeded, producing 4d8305b3a0ce0906d055d440d1b874a1496e8b07 Checking out Revision 4d8305b3a0ce0906d055d440d1b874a1496e8b07 (PR-3571) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/3@tmp/jenkins-gitclient-ssh5624865588040853964.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3571/head:refs/remotes/origin/PR-3571 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4d8305b3a0ce0906d055d440d1b874a1496e8b07 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/3@tmp/jenkins-gitclient-ssh5935180643259975615.key > git merge ca82cc67a24dd3a646f9c54faca12af7640f6229 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4d8305b3a0ce0906d055d440d1b874a1496e8b07 # timeout=10 Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.2 to 1.9.3" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:15:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:15:38 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv > git rev-list --no-walk f9106bbc589f57de50b494ab615c1d847f3fadd2 # timeout=10 [Pipeline] { [Pipeline] echo 22:15:38 ========================================================= 22:15:38 EdgeX Global Pipelines Version Info 22:15:38 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:15:40 ------------------- 22:15:40 stable info: 22:15:40 ------------------- 22:15:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:15:40 Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b 22:15:40 Message: update stable to v1.0.194 22:15:40 ------------------- 22:15:40 experimental info: 22:15:40 ------------------- 22:15:40 Commited By: **** collab-it+edgex@linuxfoundation.org 22:15:40 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 22:15:40 Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:15:42 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:15:42 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:15:42 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:15:42 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:15:42 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:15:42 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 22:15:42 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 22:15:42 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:15:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 22:15:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 22:15:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:15:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:15:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:15:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:15:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:15:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:15:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:15:43 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:15:43 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:15:43 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 22:15:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:15:43 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:15:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3571 [Pipeline] echo 22:15:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3571 [Pipeline] echo 22:15:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3571 [Pipeline] echo 22:15:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4d8305b3a0ce0906d055d440d1b874a1496e8b07 [Pipeline] echo 22:15:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4d8305b [Pipeline] echo 22:15:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:15:43 provisioning config files... 22:15:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6461827154749112602tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:15:43 ---> docker-login.sh 22:15:43 nexus3.edgexfoundry.org:10001 22:15:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:44 Configure a credential helper to remove this warning. See 22:15:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:44 22:15:44 Login Succeeded 22:15:44 nexus3.edgexfoundry.org:10002 22:15:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:44 Configure a credential helper to remove this warning. See 22:15:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:44 22:15:44 Login Succeeded 22:15:44 nexus3.edgexfoundry.org:10003 22:15:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:44 Configure a credential helper to remove this warning. See 22:15:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:44 22:15:44 Login Succeeded 22:15:44 nexus3.edgexfoundry.org:10004 22:15:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:44 Configure a credential helper to remove this warning. See 22:15:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:44 22:15:44 Login Succeeded 22:15:44 docker.io 22:15:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:15:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:15:45 Configure a credential helper to remove this warning. See 22:15:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:15:45 22:15:45 Login Succeeded 22:15:45 ---> docker-login.sh ends [Pipeline] } 22:15:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:15: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 22:15:45 + for file in '`ls cmd/**/Dockerfile`' 22:15:45 ++ cut -d/ -f2 22:15:45 ++ dirname cmd/core-command/Dockerfile 22:15:45 + echo core-command,cmd/core-command/Dockerfile 22:15:45 + for file in '`ls cmd/**/Dockerfile`' 22:15:45 ++ dirname cmd/core-data/Dockerfile 22:15:45 ++ cut -d/ -f2 22:15:45 + echo core-data,cmd/core-data/Dockerfile 22:15:45 + for file in '`ls cmd/**/Dockerfile`' 22:15:45 ++ dirname cmd/core-metadata/Dockerfile 22:15:45 ++ cut -d/ -f2 22:15:45 + echo core-metadata,cmd/core-metadata/Dockerfile 22:15:45 + for file in '`ls cmd/**/Dockerfile`' 22:15:45 ++ cut -d/ -f2 22:15:45 ++ dirname cmd/security-bootstrapper/Dockerfile 22:15:45 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 22:15:45 + for file in '`ls cmd/**/Dockerfile`' 22:15:45 ++ dirname cmd/security-proxy-setup/Dockerfile 22:15:45 ++ cut -d/ -f2 22:15:45 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:15:45 + for file in '`ls cmd/**/Dockerfile`' 22:15:45 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:15:45 ++ cut -d/ -f2 22:15:45 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:15:45 + for file in '`ls cmd/**/Dockerfile`' 22:15:45 ++ dirname cmd/support-notifications/Dockerfile 22:15:45 ++ cut -d/ -f2 22:15:45 + echo support-notifications,cmd/support-notifications/Dockerfile 22:15:45 + for file in '`ls cmd/**/Dockerfile`' 22:15:45 ++ dirname cmd/support-scheduler/Dockerfile 22:15:45 ++ cut -d/ -f2 22:15:45 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:15:45 + for file in '`ls cmd/**/Dockerfile`' 22:15:45 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:15:45 ++ cut -d/ -f2 22:15:45 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:15: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 22:15:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:15:46 22:15:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:15:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:15:46 latest: Pulling from edgex-devops/git-semver 22:15:46 31603596830f: Pulling fs layer 22:15:46 54011a49482f: Pulling fs layer 22:15:46 a6820b24f6d8: Pulling fs layer 22:15:46 f581987b2513: Pulling fs layer 22:15:46 f581987b2513: Waiting 22:15:46 54011a49482f: Download complete 22:15:47 31603596830f: Verifying Checksum 22:15:47 31603596830f: Download complete 22:15:47 f581987b2513: Verifying Checksum 22:15:47 f581987b2513: Download complete 22:15:47 a6820b24f6d8: Verifying Checksum 22:15:47 a6820b24f6d8: Download complete 22:15:47 31603596830f: Pull complete 22:15:47 54011a49482f: Pull complete 22:15:48 a6820b24f6d8: Pull complete 22:15:48 f581987b2513: Pull complete 22:15:48 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 22:15:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:15:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:15:48 prd-centos7-docker-4c-2g-1570 does not seem to be running inside a container 22:15:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:15:51 $ docker top dfc9b74904d84ac329088ff588ec76d22ac3566e27fde977edf64097783722fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:15:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:15:51 [ssh-agent] Looking for ssh-agent implementation... 22:15:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:15:53 $ docker exec dfc9b74904d84ac329088ff588ec76d22ac3566e27fde977edf64097783722fe ssh-agent 22:15:53 SSH_AUTH_SOCK=/tmp/ssh-ERMEzgYmGYaE/agent.13 22:15:53 SSH_AGENT_PID=19 22:15:53 Running ssh-add (command line suppressed) 22:15:53 Identity added: /w/workspace/edgex-go/3@tmp/private_key_14353079898523345.key (/w/workspace/edgex-go/3@tmp/private_key_14353079898523345.key) 22:15:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:15:53 + git tag --points-at HEAD [Pipeline] } 22:15:53 $ docker exec --env ******** --env ******** dfc9b74904d84ac329088ff588ec76d22ac3566e27fde977edf64097783722fe ssh-agent -k 22:15:54 unset SSH_AUTH_SOCK; 22:15:54 unset SSH_AGENT_PID; 22:15:54 echo Agent pid 19 killed; 22:15:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:15:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:15:54 [ssh-agent] Looking for ssh-agent implementation... 22:15:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:15:54 $ docker exec dfc9b74904d84ac329088ff588ec76d22ac3566e27fde977edf64097783722fe ssh-agent 22:15:54 SSH_AUTH_SOCK=/tmp/ssh-6XmvdcDsc63n/agent.52 22:15:54 SSH_AGENT_PID=59 22:15:54 Running ssh-add (command line suppressed) 22:15:54 Identity added: /w/workspace/edgex-go/3@tmp/private_key_740655848454169029.key (/w/workspace/edgex-go/3@tmp/private_key_740655848454169029.key) 22:15:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:15:54 + git semver init 22:15:54 # -> Open(): unable to determine branch for HEAD 22:15:54 # $GIT_DIR = /w/workspace/edgex-go/3/.git 22:15:54 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 22:15:54 # $SEMVER_REMOTE_NAME = origin 22:15:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:15:54 # $SEMVER_USER_NAME = edgex-jenkins 22:15:54 # $SEMVER_BRANCH = PR-3571 22:15:54 # $SEMVER_TEMP = /tmp/semver-244230512 22:15:54 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:16:27 # '/tmp/semver-244230512' -> '/w/workspace/edgex-go/3/.semver' 22:16:27 # -> Force: false 22:16:27 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 22:16:27 $ docker exec --env ******** --env ******** dfc9b74904d84ac329088ff588ec76d22ac3566e27fde977edf64097783722fe ssh-agent -k 22:16:27 unset SSH_AUTH_SOCK; 22:16:27 unset SSH_AGENT_PID; 22:16:27 echo Agent pid 59 killed; 22:16:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:16:27 + git semver [Pipeline] } 22:16:27 $ docker stop --time=1 dfc9b74904d84ac329088ff588ec76d22ac3566e27fde977edf64097783722fe 22:16:29 $ docker rm -f dfc9b74904d84ac329088ff588ec76d22ac3566e27fde977edf64097783722fe [Pipeline] // withDockerContainer [Pipeline] sh 22:16:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:16:30 Stashed 1 file(s) [Pipeline] echo 22:16:30 [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 22:16:31 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:16:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:16:31 + sudo service docker restart 22:16:31 + true 22:16:31 Redirecting to /bin/systemctl restart docker.service 22:16:45 Still waiting to schedule task 22:16:45 ‘prd-centos7-blackbox-4c-2g-591’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 22:16:45 ‘prd-centos7-docker-4c-2g-1560’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 22:16:45 ‘prd-centos7-docker-4c-2g-1561’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 22:16:45 ‘prd-centos7-docker-4c-2g-1562’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 22:16:45 ‘prd-centos7-docker-4c-2g-1564’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 22:16:45 ‘prd-centos7-docker-4c-2g-1567’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 22:16:45 ‘prd-centos7-docker-4c-2g-1568’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 22:16:45 ‘prd-ubuntu18.04-docker-arm64-4c-16g-1573’ is offline [Pipeline] echo 22:16:49 ========================================================= 22:16:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 22:16:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:16:50 + 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 . 22:16:51 Sending build context to Docker daemon 329.4MB 22:16:51 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 22:16:51 Step 2/6 : FROM ${BASE} 22:16:51 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 22:16:51 540db60ca938: Pulling fs layer 22:16:51 adcc1eea9eea: Pulling fs layer 22:16:51 4c4ab2625f07: Pulling fs layer 22:16:51 0510c868ecb4: Pulling fs layer 22:16:51 afea3b2eda06: Pulling fs layer 22:16:51 7809a108b3ef: Pulling fs layer 22:16:51 f706445af74f: Pulling fs layer 22:16:51 0510c868ecb4: Waiting 22:16:51 f706445af74f: Waiting 22:16:51 afea3b2eda06: Waiting 22:16:51 7809a108b3ef: Waiting 22:16:51 4c4ab2625f07: Verifying Checksum 22:16:51 4c4ab2625f07: Download complete 22:16:51 adcc1eea9eea: Download complete 22:16:51 afea3b2eda06: Verifying Checksum 22:16:51 afea3b2eda06: Download complete 22:16:51 540db60ca938: Verifying Checksum 22:16:51 540db60ca938: Download complete 22:16:52 7809a108b3ef: Verifying Checksum 22:16:52 7809a108b3ef: Download complete 22:16:52 540db60ca938: Pull complete 22:16:52 adcc1eea9eea: Pull complete 22:16:52 4c4ab2625f07: Pull complete 22:16:53 f706445af74f: Verifying Checksum 22:16:53 f706445af74f: Download complete 22:16:53 0510c868ecb4: Verifying Checksum 22:16:53 0510c868ecb4: Download complete 22:16:58 0510c868ecb4: Pull complete 22:16:58 afea3b2eda06: Pull complete 22:16:58 7809a108b3ef: Pull complete 22:16:59 f706445af74f: Pull complete 22:16:59 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 22:16:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 22:16:59 ---> b068be0155e3 22:16:59 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 22:17:02 ---> Running in 320ca8c04fdb 22:17:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:17:02 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:17:03 (1/12) Installing libmagic (5.39-r0) 22:17:03 (2/12) Installing file (5.39-r0) 22:17:03 (3/12) Installing libc-dev (0.7.2-r3) 22:17:03 (4/12) Installing g++ (10.2.1_pre1-r3) 22:17:07 (5/12) Installing fortify-headers (1.1-r0) 22:17:07 (6/12) Installing patch (2.7.6-r6) 22:17:07 (7/12) Installing build-base (0.5-r2) 22:17:07 (8/12) Installing libsodium (1.0.18-r0) 22:17:07 (9/12) Installing pkgconf (1.7.3-r0) 22:17:07 (10/12) Installing libsodium-dev (1.0.18-r0) 22:17:07 (11/12) Installing libzmq (4.3.3-r1) 22:17:07 (12/12) Installing zeromq-dev (4.3.3-r1) 22:17:08 Executing busybox-1.32.1-r6.trigger 22:17:08 OK: 219 MiB in 52 packages 22:17:10 Removing intermediate container 320ca8c04fdb 22:17:10 ---> c5309a3703a7 22:17:10 Step 4/6 : WORKDIR /edgex-go 22:17:10 ---> Running in cfd8f3177ab9 22:17:10 Removing intermediate container cfd8f3177ab9 22:17:10 ---> ae4a61ba2a7b 22:17:10 Step 5/6 : COPY go.mod . 22:17:10 ---> 2f74e5bef990 22:17:10 Step 6/6 : RUN go mod download 22:17:10 ---> Running in 0f4fcffb59b2 22:17:23 Removing intermediate container 0f4fcffb59b2 22:17:23 ---> 731ca288f00d 22:17:23 Successfully built 731ca288f00d 22:17:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:17:24 + docker inspect -f . ci-base-image-x86_64 22:17:24 . [Pipeline] withDockerContainer 22:17:24 prd-centos7-docker-4c-2g-1570 does not seem to be running inside a container 22:17:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:17:24 $ docker top 3468a9e83b17a821ef4845d8ab2424d28e32ea299d9717f8aefc08fe3b22d5bd -eo pid,comm [Pipeline] { [Pipeline] sh 22:17:25 + go version 22:17:25 go version go1.16.3 linux/amd64 [Pipeline] } 22:17:25 $ docker stop --time=1 3468a9e83b17a821ef4845d8ab2424d28e32ea299d9717f8aefc08fe3b22d5bd 22:17:26 $ docker rm -f 3468a9e83b17a821ef4845d8ab2424d28e32ea299d9717f8aefc08fe3b22d5bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:17:26 + docker inspect -f . ci-base-image-x86_64 22:17:26 . [Pipeline] withDockerContainer 22:17:27 prd-centos7-docker-4c-2g-1570 does not seem to be running inside a container 22:17:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:17:27 $ docker top 1b86010ca011699fbdb08b5008b28c5cff72e27ee2d93a4be5f5ab6028138a17 -eo pid,comm [Pipeline] { [Pipeline] echo 22:17:27 ========================================================= 22:17:27 [edgeXBuildGoParallel] Running Tests and Build... 22:17:27 ========================================================= [Pipeline] sh 22:17:27 + go mod tidy [Pipeline] sh 22:17:28 + make test 22:17:28 go mod tidy 22:17:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:17:35 ? github.com/edgexfoundry/edgex-go [no test files] 22:17:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:17:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:17:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:17:58 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:18:01 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:18:02 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:18:02 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:18:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:18:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:18:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:18:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:18:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:18:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:18:03 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 22:18:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.064s coverage: 28.7% of statements 22:18:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:18:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:18:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.082s coverage: 100.0% of statements 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 22:18:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.082s coverage: 53.4% of statements 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:18:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.112s coverage: 87.7% of statements 22:18:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 22:18:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 22:18:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.048s coverage: 78.9% of statements 22:18:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.052s coverage: 81.2% of statements 22:18:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:18:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 22:18:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 22:18:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:18:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:18:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.244s coverage: 95.1% of statements 22:18:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 22:18:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 22:18:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] 22:18:11 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:18:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 22:18:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 22:18:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:18:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:18:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.058s coverage: 60.0% of statements 22:18:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:18:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:18:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:18:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.057s coverage: 0.8% of statements 22:18:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 22:18:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements 22:18:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.046s coverage: 22.0% of statements 22:18:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:18:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.048s coverage: 47.1% of statements 22:18:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.054s coverage: 79.5% of statements 22:18:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements 22:18:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.068s coverage: 96.3% of statements 22:18:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.047s coverage: 87.5% of statements 22:18:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.051s coverage: 94.4% of statements 22:18:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 22:18:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.750s coverage: 81.8% of statements 22:18:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 22:18:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.096s coverage: 92.9% of statements 22:18:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:18:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:18:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:18:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 65.1% of statements 22:18:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:18:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:18:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:18:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:18:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:18:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements 22:18:49 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:18:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:18:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 22:18:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:18:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 76.0% of statements 22:18:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:18:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.0% of statements 22:18:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements 22:18:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 85.4% of statements 22:18:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.086s coverage: 91.2% of statements 22:18:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:18:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.139s coverage: 64.4% of statements 22:18:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:18:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:18:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements 22:18:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements 22:18:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 22:18:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements 22:18:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements 22:18:50 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.250s coverage: 66.9% of statements 22:18:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:18:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:18:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:18:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.121s coverage: 43.6% of statements 22:18:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:18:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:18:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements 22:18:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:18:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.062s coverage: 84.8% of statements 22:18:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 22:18:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.072s coverage: 19.3% of statements 22:18:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 22:18:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 22:18:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:18:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:18:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.136s coverage: 91.9% of statements 22:18:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 22:18:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 22:18:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] 22:18:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 22:18:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 22:18:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.055s coverage: 62.7% of statements 22:18:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:18:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:18:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.085s coverage: 97.6% of statements 22:18:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 22:18:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 22:18:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] 22:18:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:18:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 22:18:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements 22:18:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 22:18:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 22:18:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:18:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:18:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 22:18:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:18:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.046s coverage: 100.0% of statements 22:18:59 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 95.4% of statements 22:18:59 GO111MODULE=on go vet ./... 22:19:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1576 in /w/workspace/edgexfoundry_edgex-go_PR-3571 [Pipeline] { [Pipeline] ws 22:19:22 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 22:19:22 The recommended git tool is: git 22:19:28 using credential edgex-jenkins-ssh 22:19:28 Cloning the remote Git repository 22:19:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:19:28 > git init /w/workspace/edgex-go/3 # timeout=10 22:19:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:19:28 > git --version # timeout=10 22:19:28 > git --version # 'git version 2.17.1' 22:19:28 using GIT_SSH to set credentials SSH Credentials for GitHub 22:19:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:19:36 gofmt -l . 22:19:36 [ "`gofmt -l .`" = "" ] 22:19:36 ./bin/test-attribution-txt.sh [Pipeline] sh 22:19:37 + ls -al . 22:19:37 total 516 22:19:37 drwxrwxr-x 10 1001 1001 4096 Jun 15 22:19 . 22:19:37 drwxr-xr-x 4 root root 28 Jun 15 22:17 .. 22:19:37 -rw-rw-r-- 1 1001 1001 11 Jun 15 22:15 .dockerignore 22:19:37 drwxrwxr-x 8 1001 1001 179 Jun 15 22:15 .git 22:19:37 drwxrwxr-x 3 1001 1001 125 Jun 15 22:15 .github 22:19:37 -rw-rw-r-- 1 1001 1001 818 Jun 15 22:15 .gitignore 22:19:37 drwx------ 3 1001 1001 60 Jun 15 22:16 .semver 22:19:37 -rw-rw-r-- 1 1001 1001 166 Jun 15 22:15 .sonarcloud.properties 22:19:37 -rw-rw-r-- 1 1001 1001 8609 Jun 15 22:15 Attribution.txt 22:19:37 -rw-rw-r-- 1 1001 1001 3804 Jun 15 22:15 CONTRIBUTING.md 22:19:37 -rw-rw-r-- 1 1001 1001 931 Jun 15 22:15 Dockerfile.build 22:19:37 -rw-rw-r-- 1 1001 1001 849 Jun 15 22:15 Jenkinsfile 22:19:37 -rw-rw-r-- 1 1001 1001 10775 Jun 15 22:15 LICENSE 22:19:37 -rw-rw-r-- 1 1001 1001 5605 Jun 15 22:15 Makefile 22:19:37 -rw-rw-r-- 1 1001 1001 7905 Jun 15 22:15 README.md 22:19:37 -rw-rw-r-- 1 1001 1001 7071 Jun 15 22:15 SECURITY.md 22:19:37 -rw-rw-r-- 1 1001 1001 5 Jun 15 22:16 VERSION 22:19:37 -rw-rw-r-- 1 1001 1001 4131 Jun 15 22:15 ZMQWindows.md 22:19:37 drwxrwxr-x 2 1001 1001 37 Jun 15 22:15 bin 22:19:37 drwxrwxr-x 14 1001 1001 4096 Jun 15 22:15 cmd 22:19:37 -rw-r--r-- 1 root root 398195 Jun 15 22:18 coverage.out 22:19:37 -rw-rw-r-- 1 1001 1001 841 Jun 15 22:15 go.mod 22:19:37 -rw-r--r-- 1 root root 21154 Jun 15 22:17 go.sum 22:19:37 drwxrwxr-x 7 1001 1001 114 Jun 15 22:15 internal 22:19:37 drwxrwxr-x 3 1001 1001 16 Jun 15 22:15 openapi 22:19:37 drwxrwxr-x 4 1001 1001 71 Jun 15 22:15 snap 22:19:37 -rw-rw-r-- 1 1001 1001 168 Jun 15 22:15 version.go [Pipeline] sh 22:19:37 + '[' -e coverage.out ] 22:19:37 + chown 1001:1001 coverage.out [Pipeline] stash 22:19:37 Stashed 1 file(s) [Pipeline] sh 22:19:37 + make build 22:19:37 go mod tidy 22:19:38 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 22:19:39 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 22:19:44 Merging remotes/origin/master commit ca82cc67a24dd3a646f9c54faca12af7640f6229 into PR head commit 4d8305b3a0ce0906d055d440d1b874a1496e8b07 22:19:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:19:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:19:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:19:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:19:44 using GIT_SSH to set credentials SSH Credentials for GitHub 22:19:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3571/head:refs/remotes/origin/PR-3571 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:19:44 > git config core.sparsecheckout # timeout=10 22:19:44 > git checkout -f 4d8305b3a0ce0906d055d440d1b874a1496e8b07 # timeout=10 22:19:45 > git remote # timeout=10 22:19:45 > git config --get remote.origin.url # timeout=10 22:19:45 using GIT_SSH to set credentials SSH Credentials for GitHub 22:19:45 Merge succeeded, producing 4d8305b3a0ce0906d055d440d1b874a1496e8b07 22:19:45 Checking out Revision 4d8305b3a0ce0906d055d440d1b874a1496e8b07 (PR-3571) 22:19:45 > git merge ca82cc67a24dd3a646f9c54faca12af7640f6229 # timeout=10 22:19:45 > git rev-parse HEAD^{commit} # timeout=10 22:19:45 > git config core.sparsecheckout # timeout=10 22:19:45 > git checkout -f 4d8305b3a0ce0906d055d440d1b874a1496e8b07 # timeout=10 22:19:47 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 22:19:47 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 22:19:48 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 22:19:48 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 22:19:49 Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.2 to 1.9.3" 22:19:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:19:50 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 22:19:50 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:19:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:19:51 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 22:19:51 + sudo service+ docker restart 22:19:51 true 22:19:52 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 22:19:53 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 22:19:54 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] } 22:19:56 $ docker stop --time=1 1b86010ca011699fbdb08b5008b28c5cff72e27ee2d93a4be5f5ab6028138a17 22:19:58 $ docker rm -f 1b86010ca011699fbdb08b5008b28c5cff72e27ee2d93a4be5f5ab6028138a17 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:19:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:19:59 22:19:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:20:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:20:00 latest: Pulling from edgex-devops/edgex-compose 22:20:00 cbdbe7a5bc2a: Pulling fs layer 22:20:00 ca9280d653b3: Pulling fs layer 22:20:00 7e9c9ca2126c: Pulling fs layer 22:20:00 cbdbe7a5bc2a: Verifying Checksum 22:20:00 cbdbe7a5bc2a: Download complete 22:20:03 ca9280d653b3: Verifying Checksum 22:20:03 ca9280d653b3: Download complete 22:20:03 cbdbe7a5bc2a: Pull complete 22:20:03 ca9280d653b3: Pull complete 22:20:03 7e9c9ca2126c: Verifying Checksum 22:20:03 7e9c9ca2126c: Download complete 22:20:05 7e9c9ca2126c: Pull complete 22:20:05 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:20:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:20:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:20:05 prd-centos7-docker-4c-2g-1570 does not seem to be running inside a container 22:20:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:20:16 $ docker top 4c595e07aaed472b88cf786cd3470fc58be0598fe53ea8293e69e1a8624f199b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] configFileProvider 22:20:16 provisioning config files... 22:20:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6547810525379012750tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:20:16 + docker-compose build --help 22:20:16 + grep parallel 22:20:16 ---> docker-login.sh 22:20:16 nexus3.edgexfoundry.org:10001 22:20:17 --parallel Build images in parallel. [Pipeline] } 22:20:17 $ docker stop --time=1 4c595e07aaed472b88cf786cd3470fc58be0598fe53ea8293e69e1a8624f199b 22:20:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:20:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:20:17 Configure a credential helper to remove this warning. See 22:20:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:20:17 22:20:17 Login Succeeded 22:20:17 nexus3.edgexfoundry.org:10002 22:20:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:20:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:20:18 Configure a credential helper to remove this warning. See 22:20:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:20:18 22:20:18 Login Succeeded 22:20:18 nexus3.edgexfoundry.org:10003 22:20:18 $ docker rm -f 4c595e07aaed472b88cf786cd3470fc58be0598fe53ea8293e69e1a8624f199b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:20:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:20:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:20:18 . [Pipeline] withDockerContainer 22:20:19 prd-centos7-docker-4c-2g-1570 does not seem to be running inside a container 22:20:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:20:19 Configure a credential helper to remove this warning. See 22:20:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:20:19 22:20:19 Login Succeeded 22:20:19 nexus3.edgexfoundry.org:10004 22:20:19 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:20:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:20:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:20:19 Configure a credential helper to remove this warning. See 22:20:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:20:19 22:20:19 Login Succeeded 22:20:19 docker.io 22:20:19 $ docker top fbfbf1cbca2fec6a60f205b31abb3218c618c0e1990eff3a2c8cff6803777d62 -eo pid,comm [Pipeline] { [Pipeline] sh 22:20:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:20:20 + docker-compose -f ./docker-compose-build.yml build --parallel 22:20:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:20:20 Configure a credential helper to remove this warning. See 22:20:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:20:20 22:20:20 Login Succeeded 22:20:20 ---> docker-login.sh ends [Pipeline] } 22:20:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 22:20:20 Building core-command ... 22:20:20 Building core-data ... 22:20:20 Building core-metadata ... 22:20:20 Building security-bootstrapper ... 22:20:20 Building security-proxy-setup ... 22:20:20 Building security-secretstore-setup ... 22:20:20 Building support-notifications ... 22:20:20 Building support-scheduler ... 22:20:20 Building sys-mgmt-agent ... 22:20:20 Building core-data 22:20:20 Building security-secretstore-setup 22:20:20 Building security-bootstrapper 22:20:20 Building core-metadata 22:20:20 Building support-scheduler [Pipeline] echo 22:20:20 ========================================================= 22:20:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 22:20:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:20:21 + 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 . 22:20:23 Sending build context to Docker daemon 166.3MB 22:20:23 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 22:20:23 Step 2/6 : FROM ${BASE} 22:20:23 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:20:23 595b0fe564bb: Pulling fs layer 22:20:23 3088b5b3c5c0: Pulling fs layer 22:20:23 5b7225fbf94c: Pulling fs layer 22:20:23 ba82ee9f976e: Pulling fs layer 22:20:23 506bd15cee9f: Pulling fs layer 22:20:23 75a0a4a0db45: Pulling fs layer 22:20:23 618dc40b7e24: Pulling fs layer 22:20:23 506bd15cee9f: Waiting 22:20:23 75a0a4a0db45: Waiting 22:20:23 618dc40b7e24: Waiting 22:20:23 ba82ee9f976e: Waiting 22:20:23 5b7225fbf94c: Download complete 22:20:23 3088b5b3c5c0: Verifying Checksum 22:20:23 3088b5b3c5c0: Download complete 22:20:23 506bd15cee9f: Download complete 22:20:23 75a0a4a0db45: Verifying Checksum 22:20:23 75a0a4a0db45: Download complete 22:20:23 595b0fe564bb: Verifying Checksum 22:20:23 595b0fe564bb: Download complete 22:20:24 595b0fe564bb: Pull complete 22:20:25 3088b5b3c5c0: Pull complete 22:20:25 5b7225fbf94c: Pull complete 22:20:26 618dc40b7e24: Verifying Checksum 22:20:26 618dc40b7e24: Download complete 22:20:26 ba82ee9f976e: Verifying Checksum 22:20:26 ba82ee9f976e: Download complete 22:20:38 ba82ee9f976e: Pull complete 22:20:38 506bd15cee9f: Pull complete 22:20:38 75a0a4a0db45: Pull complete 22:20:40 618dc40b7e24: Pull complete 22:20:41 Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 22:20:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 22:20:41 ---> a36622ca3599 22:20:41 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 22:20:43 ---> Running in 58665e2ced37 22:20:45 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:20:46 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:20:46 (1/12) Installing libmagic (5.39-r0) 22:20:47 (2/12) Installing file (5.39-r0) 22:20:47 (3/12) Installing libc-dev (0.7.2-r3) 22:20:47 (4/12) Installing g++ (10.2.1_pre1-r3) 22:20:52 (5/12) Installing fortify-headers (1.1-r0) 22:20:52 (6/12) Installing patch (2.7.6-r6) 22:20:52 (7/12) Installing build-base (0.5-r2) 22:20:52 (8/12) Installing libsodium (1.0.18-r0) 22:20:52 (9/12) Installing pkgconf (1.7.3-r0) 22:20:52 (10/12) Installing libsodium-dev (1.0.18-r0) 22:20:52 (11/12) Installing libzmq (4.3.3-r1) 22:20:52 (12/12) Installing zeromq-dev (4.3.3-r1) 22:20:52 Executing busybox-1.32.1-r6.trigger 22:20:52 OK: 218 MiB in 52 packages 22:20:57 Removing intermediate container 58665e2ced37 22:20:57 ---> 44dab49395fe 22:20:57 Step 4/6 : WORKDIR /edgex-go 22:20:57 ---> Running in 0f0061738005 22:20:57 Removing intermediate container 0f0061738005 22:20:57 ---> d7cbb04ba262 22:20:57 Step 5/6 : COPY go.mod . 22:20:58 ---> ed9cd61b9c59 22:20:58 Step 6/6 : RUN go mod download 22:20:58 ---> Running in 681fbbe89209 22:20:59 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:20:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:20:59 ---> 731ca288f00d 22:20:59 Step 3/24 : WORKDIR /edgex-go 22:21:00 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:21:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:21:00 ---> 731ca288f00d 22:21:00 Step 3/26 : WORKDIR /edgex-go 22:21:15 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:21:15 Step 2/32 : FROM ${BUILDER_BASE} AS builder 22:21:15 ---> 731ca288f00d 22:21:15 Step 3/32 : WORKDIR /edgex-go 22:21:16 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:21:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:21:16 ---> 731ca288f00d 22:21:16 Step 3/24 : WORKDIR /edgex-go 22:21:24 Removing intermediate container 681fbbe89209 22:21:24 ---> f986508dc830 22:21:24 Successfully built f986508dc830 22:21:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:21:25 + docker inspect -f . ci-base-image-arm64 22:21:25 . [Pipeline] withDockerContainer 22:21:25 prd-ubuntu18.04-docker-arm64-4c-16g-1576 does not seem to be running inside a container 22:21:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:21:27 $ docker top 1312ce8e19f2296a2c43fc5c7da83637b9bcdcf8eff3800a8fbd361401df71d8 -eo pid,comm [Pipeline] { [Pipeline] sh 22:21:28 + go version 22:21:28 go version go1.16.5 linux/arm64 [Pipeline] } 22:21:28 $ docker stop --time=1 1312ce8e19f2296a2c43fc5c7da83637b9bcdcf8eff3800a8fbd361401df71d8 22:21:30 $ docker rm -f 1312ce8e19f2296a2c43fc5c7da83637b9bcdcf8eff3800a8fbd361401df71d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:21:30 + docker inspect -f . ci-base-image-arm64 22:21:30 . [Pipeline] withDockerContainer 22:21:31 prd-ubuntu18.04-docker-arm64-4c-16g-1576 does not seem to be running inside a container 22:21:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:21:32 $ docker top afb3f091ecd324bf5dba7bce8c847101626a926525b69981b930cc1613ce0c21 -eo pid,comm [Pipeline] { [Pipeline] echo 22:21:33 ========================================================= 22:21:33 [edgeXBuildGoParallel] Running Tests and Build... 22:21:33 ========================================================= [Pipeline] sh 22:21:35 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:21:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:21:35 ---> 731ca288f00d 22:21:35 Step 3/23 : WORKDIR /edgex-go 22:21:35 + go mod tidy [Pipeline] sh 22:21:35 + make test 22:21:35 go mod tidy 22:21:36 ---> Running in 54219159166e 22:21:36 ---> Running in 772e53fbb5ca 22:21:36 ---> Running in c46deee36425 22:21:36 ---> Running in e80767c8256d 22:21:36 ---> Running in 2d1e8fd44527 22:21:36 Removing intermediate container 54219159166e 22:21:36 ---> 8b4aee57cfe9 22:21:36 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:21:36 Removing intermediate container 772e53fbb5ca 22:21:36 ---> 38bfe28cc769 22:21:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:21:36 Removing intermediate container c46deee36425 22:21:36 ---> 0a08a30d2059 22:21:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:21:36 Removing intermediate container 2d1e8fd44527 22:21:36 ---> 25afc3a95715 22:21:36 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:21:36 Removing intermediate container e80767c8256d 22:21:36 ---> 0c1f7cb14fbb 22:21:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:21:36 ---> Running in fd513edb058b 22:21:36 ---> Running in d0e855c73b57 22:21:36 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:21:36 ---> Running in 53e0bfb6a480 22:21:36 ---> Running in c76f819859d1 22:21:36 ---> Running in 47ee6dde9f6d 22:21:37 Removing intermediate container fd513edb058b 22:21:37 ---> f5c6db995495 22:21:37 Step 5/32 : RUN apk add --update --no-cache make git 22:21:37 ---> Running in 305ea79b3777 22:21:37 Removing intermediate container d0e855c73b57 22:21:37 ---> 770119501f2d 22:21:37 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:21:37 ---> Running in e7cc638d4227 22:21:38 Removing intermediate container 53e0bfb6a480 22:21:38 ---> 84ba4a147014 22:21:38 Step 5/24 : RUN apk add --update --no-cache make git 22:21:38 Removing intermediate container c76f819859d1 22:21:38 ---> 0c452b7be388 22:21:38 Step 5/26 : RUN apk add --update --no-cache make git 22:21:38 Removing intermediate container 47ee6dde9f6d 22:21:38 ---> 22536ca06135 22:21:38 Step 5/23 : RUN apk add --update --no-cache make git 22:21:38 ---> Running in 0e51566eaedd 22:21:38 ---> Running in 299ad2d2b6c1 22:21:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:21:38 ---> Running in 0918a0e82417 22:21:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:21:39 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:21:39 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:21:39 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:21:39 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:21:39 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:21:39 OK: 219 MiB in 52 packages 22:21:40 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:21:40 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:21:40 OK: 219 MiB in 52 packages 22:21:40 Removing intermediate container 305ea79b3777 22:21:40 ---> 3c38a7e02a84 22:21:40 Step 6/32 : COPY go.mod . 22:21:40 OK: 219 MiB in 52 packages 22:21:40 OK: 219 MiB in 52 packages 22:21:41 ---> a8dc99c62ee9 22:21:41 Step 7/32 : RUN go mod download 22:21:41 ---> Running in 600a956a9323 22:21:41 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:21:41 Removing intermediate container 0918a0e82417 22:21:41 ---> 2e4b34787adb 22:21:41 Step 6/23 : COPY go.mod . 22:21:41 Removing intermediate container 0e51566eaedd 22:21:41 ---> d0841f3e928b 22:21:41 Step 6/26 : COPY go.mod . 22:21:41 Removing intermediate container 299ad2d2b6c1 22:21:41 ---> 33fc708f4992 22:21:41 Step 6/24 : COPY go.mod . 22:21:42 ---> 2640a83896e1 22:21:42 Step 7/23 : RUN go mod download 22:21:42 ---> c7ce644a8b26 22:21:42 Step 7/26 : RUN go mod download 22:21:42 ---> 3790be0f481e 22:21:42 Step 7/24 : RUN go mod download 22:21:42 ---> Running in 362c7d5c6494 22:21:42 ---> Running in 59e7e9891af2 22:21:42 ---> Running in b700e64ed6ac 22:21:43 Removing intermediate container 600a956a9323 22:21:43 ---> 4b24d1d13d5b 22:21:43 Step 8/32 : COPY . . 22:21:44 OK: 219 MiB in 52 packages 22:21:56 ---> 8a65e79c1609 22:21:56 Step 9/32 : RUN go mod tidy 22:21:56 ---> Running in bbc1eca6ec0b 22:21:56 Removing intermediate container 362c7d5c6494 22:21:56 ---> ffa277686e95 22:21:56 Step 8/23 : COPY . . 22:21:56 Removing intermediate container e7cc638d4227 22:21:56 ---> b7b5dbfa1c08 22:21:56 Step 6/24 : COPY go.mod . 22:21:56 Removing intermediate container 59e7e9891af2 22:21:56 ---> 6b5f7b7756c6 22:21:56 Step 8/26 : COPY . . 22:22:00 ? github.com/edgexfoundry/edgex-go [no test files] 22:22:06 Removing intermediate container b700e64ed6ac 22:22:06 ---> 02e8bf680dc1 22:22:06 Step 8/24 : COPY . . 22:22:16 ---> 924345a624e5 22:22:16 Step 7/24 : RUN go mod download 22:22:17 ---> Running in 817b38db2cf9 22:22:17 ---> cbc6d3e2f622 22:22:17 Step 9/26 : RUN go mod tidy 22:22:17 ---> dc6b7f452ad1 22:22:17 Step 9/24 : RUN go mod tidy 22:22:17 ---> 7bb8fc59b1a3 22:22:17 Step 9/23 : RUN go mod tidy 22:22:17 ---> Running in b79c69822fe2 22:22:17 Removing intermediate container bbc1eca6ec0b 22:22:17 ---> aea810de39d0 22:22:17 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:22:17 ---> Running in a6994d3f19de 22:22:17 ---> Running in 895aa7295b75 22:22:17 ---> Running in 5a1d5971384c 22:22:18 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 22:22:18 Removing intermediate container 817b38db2cf9 22:22:18 ---> dfb03b433146 22:22:18 Step 8/24 : COPY . . 22:22:19 Removing intermediate container b79c69822fe2 22:22:19 ---> ee5651268a17 22:22:19 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:22:20 Removing intermediate container a6994d3f19de 22:22:20 ---> 0a5359753ec3 22:22:20 Step 10/24 : RUN make cmd/core-metadata/core-metadata 22:22:20 ---> Running in a677df099117 22:22:20 ---> Running in 68acbb752afb 22:22:20 Removing intermediate container 895aa7295b75 22:22:20 ---> ea7b363a7db0 22:22:20 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 22:22:21 ---> Running in 6520fd258916 22:22:21 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 22:22:22 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 22:22:22 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 22:22:42 ---> 9a6fdf066483 22:22:42 Step 9/24 : RUN go mod tidy 22:22:42 ---> Running in 4f1f688d536c 22:22:42 Removing intermediate container 4f1f688d536c 22:22:42 ---> 2d23747c7ac9 22:22:42 Step 10/24 : RUN make cmd/core-data/core-data 22:22:43 ---> Running in 3c9aa3641bac 22:22:43 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 22:22:56 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 22:22:56 Removing intermediate container 5a1d5971384c 22:22:56 ---> e4a46ca117ad 22:22:56 22:22:56 Step 11/32 : FROM alpine:3.12 22:22:56 3.12: Pulling from library/alpine 22:22:56 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:22:56 Status: Downloaded newer image for alpine:3.12 22:22:56 ---> 13621d1b12d4 22:22:56 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:22:56 ---> Running in 2d04bdf6408f 22:22:56 Removing intermediate container 2d04bdf6408f 22:22:56 ---> 7e22715cae0b 22:22:56 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 22:22:56 ---> Running in 56f2c0ce095b 22:22:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:22:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:22:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:22:57 (1/2) Installing dumb-init (1.2.2-r1) 22:22:57 (2/2) Installing su-exec (0.2-r1) 22:22:57 Executing busybox-1.31.1-r20.trigger 22:22:57 OK: 6 MiB in 16 packages 22:22:58 Removing intermediate container a677df099117 22:22:58 ---> 78f1c297569f 22:22:58 22:22:58 Step 11/26 : FROM alpine:3.12 22:22:58 ---> 13621d1b12d4 22:22:58 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 22:22:58 ---> Running in 15ef8ff8c003 22:22:58 Removing intermediate container 56f2c0ce095b 22:22:58 ---> aff2067f6cdf 22:22:58 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 22:22:58 ---> Running in 736839e1e7b8 22:22:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:22:58 Removing intermediate container 736839e1e7b8 22:22:58 ---> 5d1b7c3ef082 22:22:58 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:22:58 ---> Running in f811309c75eb 22:22:58 Removing intermediate container f811309c75eb 22:22:58 ---> f26c0afefa7e 22:22:58 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:22:58 ---> Running in ea24ae5d3462 22:22:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:22:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:22:59 (1/6) Installing ca-certificates (20191127-r4) 22:22:59 (2/6) Installing nghttp2-libs (1.41.0-r0) 22:22:59 (3/6) Installing libcurl (7.77.0-r0) 22:22:59 (4/6) Installing curl (7.77.0-r0) 22:22:59 (5/6) Installing dumb-init (1.2.2-r1) 22:22:59 (6/6) Installing su-exec (0.2-r1) 22:22:59 Executing busybox-1.31.1-r20.trigger 22:22:59 Executing ca-certificates-20191127-r4.trigger 22:22:59 OK: 7 MiB in 20 packages 22:23:04 Removing intermediate container ea24ae5d3462 22:23:04 ---> 5c27c07aae31 22:23:04 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 22:23:04 ---> Running in f323c1cc1808 22:23:05 Removing intermediate container 15ef8ff8c003 22:23:05 ---> c83f6df78e12 22:23:05 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:23:05 Removing intermediate container f323c1cc1808 22:23:05 ---> c4ee8c16c5b8 22:23:05 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:23:05 ---> Running in 2d4d77c1c04b 22:23:05 Removing intermediate container 2d4d77c1c04b 22:23:05 ---> d322e413fadf 22:23:05 Step 14/26 : WORKDIR / 22:23:05 ---> 05d6bad3d7f3 22:23:05 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:23:05 Removing intermediate container 6520fd258916 22:23:05 ---> 61ede4f640d6 22:23:05 22:23:05 Step 11/23 : FROM alpine:3.12 22:23:05 ---> 13621d1b12d4 22:23:05 Step 12/23 : RUN apk add --update --no-cache dumb-init 22:23:05 ---> Running in eacc85e4eb99 22:23:05 ---> Running in 34f05523bd6d 22:23:05 Removing intermediate container 68acbb752afb 22:23:05 ---> 91b0ba1f1bf0 22:23:05 22:23:05 Step 11/24 : FROM alpine:3.12 22:23:05 ---> 13621d1b12d4 22:23:05 Step 12/24 : RUN apk add --update --no-cache dumb-init 22:23:05 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:23:05 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:23:06 ---> Running in 89632d77ef78 22:23:06 ---> Running in 78de76dc0d61 22:23:06 Removing intermediate container 34f05523bd6d 22:23:06 ---> ab874fdeaec5 22:23:06 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:23:07 ---> 0d17a3bcc412 22:23:07 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:23:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:23:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:23:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:23:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:23:08 (1/1) Installing dumb-init (1.2.2-r1) 22:23:08 Executing busybox-1.31.1-r20.trigger 22:23:08 OK: 6 MiB in 15 packages 22:23:08 ---> 8d95acaa392b 22:23:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:23:08 (1/1) Installing dumb-init (1.2.2-r1) 22:23:08 Executing busybox-1.31.1-r20.trigger 22:23:08 OK: 6 MiB in 15 packages 22:23:08 Removing intermediate container eacc85e4eb99 22:23:08 ---> a513c7002717 22:23:08 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 22:23:08 ---> da2ffead012a 22:23:08 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 22:23:09 ---> c4a77a71b59c 22:23:09 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:23:09 Removing intermediate container 78de76dc0d61 22:23:09 ---> 5538818f8ef1 22:23:09 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:23:09 ---> 9f8a1c933daa 22:23:09 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:23:09 ---> Running in ae3e3067b1f9 22:23:09 Removing intermediate container 89632d77ef78 22:23:09 ---> fba6eb5cdbde 22:23:09 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:23:09 ---> fe8210f5a797 22:23:09 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:23:10 ---> Running in d46af34fe2fd 22:23:10 Removing intermediate container ae3e3067b1f9 22:23:10 ---> a93f60000e3e 22:23:10 Step 14/24 : ENV APP_PORT=59881 22:23:10 ---> 2fc20cf7c019 22:23:10 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:23:10 ---> e22df0f55ad9 22:23:10 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:23:10 Removing intermediate container d46af34fe2fd 22:23:10 ---> 401af4077f54 22:23:10 Step 14/23 : ENV APP_PORT=59861 22:23:10 ---> Running in e4f4672ab135 22:23:11 ---> Running in a2d2dec01751 22:23:11 ---> 2b2eb37d3965 22:23:11 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 22:23:11 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:23:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:23:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:23:11 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:23:11 Removing intermediate container e4f4672ab135 22:23:11 ---> 067fb198c6ee 22:23:11 Step 15/24 : EXPOSE $APP_PORT 22:23:11 ---> 735342bd30bb 22:23:11 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:23:11 Removing intermediate container a2d2dec01751 22:23:11 ---> cadfbef9f060 22:23:11 Step 15/23 : EXPOSE $APP_PORT 22:23:11 ---> d3846d63c600 22:23:11 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 22:23:11 ---> Running in 638e2d2b3bcb 22:23:11 ---> Running in a1898430ac1f 22:23:12 ---> 20202c451552 22:23:12 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/ 22:23:12 ---> Running in 49011770799e 22:23:12 Removing intermediate container a1898430ac1f 22:23:12 ---> 00dd6dedda56 22:23:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:23:12 ---> Running in 40a41ceadcbc 22:23:12 Removing intermediate container 638e2d2b3bcb 22:23:12 ---> 982bda7f9ff5 22:23:12 Step 16/24 : WORKDIR / 22:23:12 ---> Running in 8e6b75f540d0 22:23:12 Removing intermediate container 49011770799e 22:23:12 ---> fe62ba951141 22:23:12 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:23:12 ---> 364e98474cdb 22:23:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:23:13 Removing intermediate container 8e6b75f540d0 22:23:13 ---> 59427e015f90 22:23:13 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 22:23:13 ---> 3ea430ec70aa 22:23:13 Step 27/32 : RUN chmod +x /entrypoint.sh 22:23:13 ---> b737319d3324 22:23:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:23:13 ---> Running in 52ddaa29ab4e 22:23:13 ---> baf53e75c52a 22:23:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:23:13 ---> 09ac70376979 22:23:13 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 22:23:13 Removing intermediate container 40a41ceadcbc 22:23:13 ---> 5537ca7c31b9 22:23:13 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 22:23:14 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:23:14 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:23:14 ---> Running in 489866fe3d25 22:23:14 ---> Running in b260b2a8f9b8 22:23:14 ---> b69a11b71ead 22:23:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:23:14 Removing intermediate container 3c9aa3641bac 22:23:14 ---> f0f78e1a802d 22:23:14 22:23:14 Step 11/24 : FROM alpine:3.12 22:23:14 ---> 13621d1b12d4 22:23:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:23:14 Removing intermediate container 489866fe3d25 22:23:14 ---> f14653d75e23 22:23:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:23:14 Removing intermediate container b260b2a8f9b8 22:23:14 ---> 62ccd4417e0c 22:23:14 Step 24/26 : LABEL arch=x86_64 22:23:14 ---> Running in 269ce2e55b5b 22:23:14 ---> Running in 0efc2395be90 22:23:14 ---> Running in a2c7c6e13178 22:23:14 ---> eb6b74352821 22:23:14 Step 20/24 : ENTRYPOINT ["/core-metadata"] 22:23:14 Removing intermediate container 52ddaa29ab4e 22:23:14 ---> 6c300d9891c7 22:23:14 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 22:23:14 ---> Running in 31aee25b7a3b 22:23:15 Removing intermediate container 269ce2e55b5b 22:23:15 ---> ab004cdb4a91 22:23:15 Step 13/24 : ENV APP_PORT=59880 22:23:15 ---> Running in 526f1918c003 22:23:15 Removing intermediate container 0efc2395be90 22:23:15 ---> 8005abb1c1e9 22:23:15 Step 21/23 : LABEL arch=x86_64 22:23:15 ---> Running in f9fd2abb04a7 22:23:15 Removing intermediate container a2c7c6e13178 22:23:15 ---> 45ed08f01982 22:23:15 Step 25/26 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 22:23:15 ---> Running in b82e39ef08d0 22:23:15 Removing intermediate container 31aee25b7a3b 22:23:15 ---> 585a0b1f33bd 22:23:15 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:23:15 ---> Running in 29b604c871a9 22:23:15 ---> Running in d8fdcc02984d 22:23:15 Removing intermediate container 526f1918c003 22:23:15 ---> 4a946be9a871 22:23:15 Step 29/32 : CMD ["gate"] 22:23:15 Removing intermediate container f9fd2abb04a7 22:23:15 ---> e57540c0f228 22:23:15 Step 14/24 : EXPOSE $APP_PORT 22:23:15 Removing intermediate container b82e39ef08d0 22:23:15 ---> b37fa6687dc7 22:23:15 Step 22/23 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 22:23:15 ---> Running in fefb87c6e83a 22:23:15 ---> Running in 8c559bcce5ac 22:23:15 Removing intermediate container d8fdcc02984d 22:23:15 ---> c20b9d462cb3 22:23:15 Step 22/24 : LABEL arch=x86_64 22:23:15 ---> Running in 065e22396f7a 22:23:15 Removing intermediate container 29b604c871a9 22:23:15 ---> f2fb7ccb6bd1 22:23:15 Step 26/26 : LABEL version=0.0.0 22:23:15 ---> Running in 65d826108074 22:23:15 ---> Running in 95599090593d 22:23:15 Removing intermediate container fefb87c6e83a 22:23:15 ---> 1500d6147c38 22:23:15 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:23:15 Removing intermediate container 8c559bcce5ac 22:23:15 ---> ca043f01ff0e 22:23:15 Step 30/32 : LABEL arch=x86_64 22:23:15 ---> Running in 86f596ed1975 22:23:15 ---> Running in f839053844d4 22:23:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:23:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:23:15 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:23:15 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 22:23:15 Removing intermediate container 065e22396f7a 22:23:15 ---> 145ca632300e 22:23:15 Step 23/23 : LABEL version=0.0.0 22:23:15 Removing intermediate container 65d826108074 22:23:15 ---> d6666c40e53f 22:23:15 22:23:15 Removing intermediate container 95599090593d 22:23:15 ---> 63d5f44203e3 22:23:15 Step 23/24 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 22:23:15 ---> Running in 0baedfae8b93 22:23:15 ---> Running in e32b4d6a6d4b 22:23:15 Successfully built d6666c40e53f 22:23:15 Successfully tagged security-secretstore-setup:latest 22:23:15  Building security-secretstore-setup ... done Building support-notifications 22:23:15 Removing intermediate container 86f596ed1975 22:23:15 ---> 43f71120c8c0 22:23:15 Step 31/32 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 22:23:16 ---> Running in 30b02253e9bd 22:23:16 Removing intermediate container 0baedfae8b93 22:23:16 ---> a04f554640c8 22:23:16 22:23:16 Removing intermediate container e32b4d6a6d4b 22:23:16 ---> 1166fc1a5f67 22:23:16 Step 24/24 : LABEL version=0.0.0 22:23:16 Successfully built a04f554640c8 22:23:17 Successfully tagged support-scheduler:latest 22:23:17 Building security-proxy-setup 22:23:17  Building support-scheduler ... done Removing intermediate container 30b02253e9bd 22:23:17 ---> 729766036a5c 22:23:17 Step 32/32 : LABEL version=0.0.0 22:23:17 ---> Running in c78be4e257ba 22:23:17 ---> Running in fc5952e10001 22:23:18 Removing intermediate container c78be4e257ba 22:23:18 ---> 5e424b9fc8ad 22:23:18 22:23:18 Successfully built 5e424b9fc8ad 22:23:21 Successfully tagged core-metadata:latest 22:23:21  Building core-metadata ... done Building sys-mgmt-agent 22:23:21 Removing intermediate container f839053844d4 22:23:21 ---> 6d8cbb9d0125 22:23:21 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 22:23:21 Removing intermediate container fc5952e10001 22:23:21 ---> 3c6c03cfdb81 22:23:21 22:23:21 Successfully built 3c6c03cfdb81 22:23:21 Successfully tagged security-bootstrapper:latest 22:23:21  Building security-bootstrapper ... done Building core-command 22:23:27 ---> Running in e0f2cd962c36 22:23:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.185s coverage: 28.7% of statements 22:23:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:23:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:23:29 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.343s coverage: 100.0% of statements 22:23:29 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 22:23:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.340s coverage: 53.4% of statements 22:23:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:23:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:23:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.572s coverage: 87.7% of statements 22:23:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 22:23:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 22:23:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.176s coverage: 78.9% of statements 22:23:33 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:23:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:23:33 ---> 731ca288f00d 22:23:33 Step 3/24 : WORKDIR /edgex-go 22:23:33 ---> Using cache 22:23:33 ---> 0c1f7cb14fbb 22:23:33 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:23:33 ---> Using cache 22:23:33 ---> 84ba4a147014 22:23:33 Step 5/24 : RUN apk add --update --no-cache make git 22:23:33 ---> Using cache 22:23:33 ---> 33fc708f4992 22:23:33 Step 6/24 : COPY go.mod . 22:23:33 ---> Using cache 22:23:33 ---> 3790be0f481e 22:23:33 Step 7/24 : RUN go mod download 22:23:33 ---> Using cache 22:23:33 ---> 02e8bf680dc1 22:23:33 Step 8/24 : COPY . . 22:23:33 ---> Using cache 22:23:33 ---> dc6b7f452ad1 22:23:33 Step 9/24 : RUN go mod tidy 22:23:33 ---> Using cache 22:23:33 ---> 0a5359753ec3 22:23:33 Step 10/24 : RUN make cmd/core-command/core-command 22:23:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.227s coverage: 81.2% of statements 22:23:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:23:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 22:23:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 22:23:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:23:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:23:37 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:23:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:23:37 ---> 731ca288f00d 22:23:37 Step 3/23 : WORKDIR /edgex-go 22:23:37 ---> Using cache 22:23:37 ---> 0c1f7cb14fbb 22:23:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:23:37 ---> Using cache 22:23:37 ---> 84ba4a147014 22:23:37 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 22:23:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.157s coverage: 95.1% of statements 22:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 22:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 22:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] 22:23:41 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:23:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 22:23:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 22:23:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:23:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:23:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.194s coverage: 60.0% of statements 22:23:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:23:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:23:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:23:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.370s coverage: 0.8% of statements 22:23:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 22:23:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.151s coverage: 58.8% of statements 22:23:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.197s coverage: 22.0% of statements 22:23:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:23:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.262s coverage: 47.1% of statements 22:23:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.206s coverage: 79.5% of statements 22:23:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.160s coverage: 94.1% of statements 22:23:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.251s coverage: 96.3% of statements 22:23:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.153s coverage: 87.5% of statements 22:23:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:23:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:23:47 (1/6) Installing dumb-init (1.2.2-r1) 22:23:47 (2/6) Installing libgcc (9.3.0-r2) 22:23:47 (3/6) Installing libsodium (1.0.18-r0) 22:23:47 (4/6) Installing libstdc++ (9.3.0-r2) 22:23:47 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:23:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:23:47 ---> 731ca288f00d 22:23:47 Step 3/22 : WORKDIR /edgex-go 22:23:47 ---> Using cache 22:23:47 ---> 0c1f7cb14fbb 22:23:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:23:47 ---> Using cache 22:23:47 ---> 84ba4a147014 22:23:47 Step 5/22 : RUN apk add --update --no-cache make git 22:23:47 ---> Using cache 22:23:47 ---> 33fc708f4992 22:23:47 Step 6/22 : COPY go.mod . 22:23:47 ---> Using cache 22:23:47 ---> 3790be0f481e 22:23:47 Step 7/22 : RUN go mod download 22:23:47 ---> Using cache 22:23:47 ---> 02e8bf680dc1 22:23:47 Step 8/22 : COPY . . 22:23:47 ---> Using cache 22:23:47 ---> dc6b7f452ad1 22:23:47 Step 9/22 : RUN go mod tidy 22:23:47 ---> Using cache 22:23:47 ---> 0a5359753ec3 22:23:47 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:23:49 (5/6) Installing libzmq (4.3.3-r0) 22:23:49 (6/6) Installing zeromq (4.3.3-r0) 22:23:49 Executing busybox-1.31.1-r20.trigger 22:23:49 OK: 8 MiB in 20 packages 22:23:50 ---> Running in 561eeecf1d2c 22:23:51 ---> Running in 5146c7e5673c 22:23:51 ---> Running in 1cf389345aa5 22:23:52 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:23:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:23:52 ---> 731ca288f00d 22:23:52 Step 3/24 : WORKDIR /edgex-go 22:23:52 ---> Using cache 22:23:52 ---> 0c1f7cb14fbb 22:23:52 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:23:52 ---> Using cache 22:23:52 ---> 84ba4a147014 22:23:52 Step 5/24 : RUN apk add --update --no-cache make bash git 22:23:55 ---> Running in aaee78581b79 22:23:55 Removing intermediate container e0f2cd962c36 22:23:55 ---> a5aa2c30ae8b 22:23:55 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 22:23:55 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 22:23:55 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 22:23:55 ---> af9c4820fefd 22:23:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:23:55 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.193s coverage: 94.4% of statements 22:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.183s coverage: 44.8% of statements 22:23:56 ---> 41e88cb8dc35 22:23:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:23:56 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:23:56 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:23:56 ---> e7b509a42ad1 22:23:56 Step 20/24 : ENTRYPOINT ["/core-data"] 22:23:56 ---> Running in a0e352ad00f4 22:23:57 Removing intermediate container a0e352ad00f4 22:23:57 ---> 982425f1c066 22:23:57 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:23:57 ---> Running in e24af5ef954f 22:23:57 Removing intermediate container e24af5ef954f 22:23:57 ---> b8ad768e0530 22:23:57 Step 22/24 : LABEL arch=x86_64 22:23:57 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:23:57 OK: 219 MiB in 52 packages 22:23:57 ---> Running in 15cce2f5e842 22:23:57 Removing intermediate container 15cce2f5e842 22:23:57 ---> 4d1ccfc391f7 22:23:57 Step 23/24 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 22:23:57 ---> Running in 300f23340a6a 22:23:57 OK: 219 MiB in 52 packages 22:23:57 Removing intermediate container 5146c7e5673c 22:23:57 ---> e4bd41aa3704 22:23:57 Step 6/23 : COPY go.mod . 22:23:58 Removing intermediate container 300f23340a6a 22:23:58 ---> 2a64939817e6 22:23:58 Step 24/24 : LABEL version=0.0.0 22:23:58 ---> Running in 586c0f194383 22:23:58 ---> 7f001d178559 22:23:58 Step 7/23 : RUN go mod download 22:23:58 Removing intermediate container aaee78581b79 22:23:58 ---> 6f44240e87bf 22:23:58 Step 6/24 : COPY go.mod . 22:23:58 ---> Running in 2bd092476034 22:23:58 Removing intermediate container 586c0f194383 22:23:58 ---> 018cd96ba29a 22:23:58 22:23:58 Successfully built 018cd96ba29a 22:23:58 Successfully tagged core-data:latest 22:23:58  Building core-data ... done  ---> 12b5baa26f5f 22:23:58 Step 7/24 : RUN go mod download 22:23:58 ---> Running in f12a99bf6006 22:23:59 Removing intermediate container 2bd092476034 22:23:59 ---> b3eb01cd2a59 22:23:59 Step 8/23 : COPY . . 22:24:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.730s coverage: 81.8% of statements 22:24:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 22:24:05 Removing intermediate container f12a99bf6006 22:24:05 ---> b1ab814f9e1d 22:24:05 Step 8/24 : COPY . . 22:24:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.255s coverage: 92.9% of statements 22:24:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:24:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:24:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:24:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements 22:24:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:24:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:24:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:24:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:24:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:24:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.176s coverage: 87.2% of statements 22:24:10 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:24:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:24:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.150s coverage: 100.0% of statements 22:24:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:24:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.184s coverage: 76.0% of statements 22:24:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:24:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.148s coverage: 80.0% of statements 22:24:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.219s coverage: 87.2% of statements 22:24:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.244s coverage: 85.4% of statements 22:24:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.311s coverage: 91.2% of statements 22:24:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:24:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.638s coverage: 64.4% of statements 22:24:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:24:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:24:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.181s coverage: 100.0% of statements 22:24:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements 22:24:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements 22:24:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 22:24:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements 22:24:11 ---> 1b35d885ed62 22:24:11 Step 9/23 : RUN go mod tidy 22:24:11 ---> 7f3e4468944e 22:24:11 Step 9/24 : RUN go mod tidy 22:24:11 ---> Running in d8663d8243c4 22:24:11 ---> Running in e3d26ff3c418 22:24:13 Removing intermediate container d8663d8243c4 22:24:13 ---> 464be04d8d25 22:24:13 Step 10/23 : RUN make cmd/support-notifications/support-notifications 22:24:13 ---> Running in 115d098db609 22:24:13 Removing intermediate container e3d26ff3c418 22:24:13 ---> 41c63bc13829 22:24:13 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:24:13 ---> Running in 0f4144e5916e 22:24:14 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 22:24:14 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 22:24:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.045s coverage: 66.9% of statements 22:24:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:24:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:24:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:24:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.698s coverage: 43.6% of statements 22:24:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:24:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:24:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.235s coverage: 89.5% of statements 22:24:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:24:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.185s coverage: 84.8% of statements 22:24:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 22:24:24 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 22:24:24 Removing intermediate container 561eeecf1d2c 22:24:24 ---> 1425b0f7dd7c 22:24:24 22:24:24 Step 11/24 : FROM alpine:3.12 22:24:24 ---> 13621d1b12d4 22:24:24 Step 12/24 : RUN apk add --update --no-cache dumb-init 22:24:24 ---> Using cache 22:24:24 ---> fba6eb5cdbde 22:24:24 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:24:24 ---> Using cache 22:24:24 ---> 401af4077f54 22:24:24 Step 14/24 : ENV APP_PORT=59882 22:24:24 ---> Running in e0a85cd24e30 22:24:24 Removing intermediate container e0a85cd24e30 22:24:24 ---> cd2c1bbdd93f 22:24:24 Step 15/24 : EXPOSE $APP_PORT 22:24:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.212s coverage: 19.3% of statements 22:24:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 22:24:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 22:24:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:24:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:24:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.501s coverage: 91.9% of statements 22:24:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 22:24:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 22:24:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] 22:24:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 22:24:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 22:24:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.219s coverage: 62.7% of statements 22:24:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:24:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:24:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.359s coverage: 97.6% of statements 22:24:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 22:24:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 22:24:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] 22:24:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:24:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 22:24:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.166s coverage: 28.9% of statements 22:24:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 22:24:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 22:24:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:24:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:24:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 22:24:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:24:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.184s coverage: 100.0% of statements 22:24:24 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 95.4% of statements 22:24:24 GO111MODULE=on go vet ./... 22:24:25 ---> Running in ff478b502efd 22:24:25 Removing intermediate container ff478b502efd 22:24:25 ---> 34605f217144 22:24:25 Step 16/24 : WORKDIR / 22:24:26 ---> Running in f2141f9410d9 22:24:26 Removing intermediate container 1cf389345aa5 22:24:26 ---> 9c6136f7a28e 22:24:26 22:24:26 Step 11/22 : FROM alpine:3.12 22:24:26 ---> 13621d1b12d4 22:24:26 Step 12/22 : RUN apk add --update --no-cache curl 22:24:26 ---> Running in 217c8dea103a 22:24:26 Removing intermediate container f2141f9410d9 22:24:26 ---> b18ea6417570 22:24:26 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 22:24:26 ---> b97f23c802f0 22:24:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:24:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:24:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:24:27 (1/4) Installing ca-certificates (20191127-r4) 22:24:27 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:24:27 (3/4) Installing libcurl (7.77.0-r0) 22:24:27 (4/4) Installing curl (7.77.0-r0) 22:24:27 Executing busybox-1.31.1-r20.trigger 22:24:27 Executing ca-certificates-20191127-r4.trigger 22:24:27 ---> 76f430d50e9b 22:24:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:24:27 OK: 7 MiB in 18 packages 22:24:27 ---> dfd8181a0799 22:24:27 Step 20/24 : ENTRYPOINT ["/core-command"] 22:24:27 ---> Running in e4e06cbb8958 22:24:28 Removing intermediate container e4e06cbb8958 22:24:28 ---> 457a9ae2c347 22:24:28 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:24:28 Removing intermediate container 217c8dea103a 22:24:28 ---> 4129764f3bd0 22:24:28 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:24:28 ---> Running in 765c16229ef2 22:24:28 ---> Running in 972b6d5e70c3 22:24:28 Removing intermediate container 765c16229ef2 22:24:28 ---> 8ca2df96e938 22:24:28 Step 22/24 : LABEL arch=x86_64 22:24:28 Removing intermediate container 972b6d5e70c3 22:24:28 ---> 684c8222f1ac 22:24:28 Step 14/22 : WORKDIR /edgex 22:24:28 ---> Running in 60a947a79404 22:24:28 ---> Running in 2ab195265416 22:24:28 Removing intermediate container 60a947a79404 22:24:28 ---> 951ee9359779 22:24:28 Step 23/24 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 22:24:28 Removing intermediate container 2ab195265416 22:24:28 ---> f830cb51cd89 22:24:28 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:24:28 ---> Running in 8baa73a0c9b6 22:24:29 Removing intermediate container 8baa73a0c9b6 22:24:29 ---> 748938b79cee 22:24:29 Step 24/24 : LABEL version=0.0.0 22:24:29 ---> 09dd82b2f4b2 22:24:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:24:29 ---> Running in 5b6d67ec34c0 22:24:29 Removing intermediate container 5b6d67ec34c0 22:24:29 ---> 6b2273c51831 22:24:29 22:24:29 Successfully built 6b2273c51831 22:24:29 Successfully tagged core-command:latest 22:24:29  Building core-command ... done  ---> 82c700be84b7 22:24:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:24:30 ---> 57816f9bf7b1 22:24:30 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:24:31 ---> Running in 86fedffc00de 22:24:31 Removing intermediate container 86fedffc00de 22:24:31 ---> d449f63bdb7f 22:24:31 Step 19/22 : CMD ["--init=true"] 22:24:31 ---> Running in a422b706e359 22:24:31 Removing intermediate container a422b706e359 22:24:31 ---> a07d52c28b27 22:24:31 Step 20/22 : LABEL arch=x86_64 22:24:31 ---> Running in 3f8d78c2a35f 22:24:32 Removing intermediate container 3f8d78c2a35f 22:24:32 ---> 70ad9aa2b335 22:24:32 Step 21/22 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 22:24:32 ---> Running in a7226c8f6480 22:24:33 Removing intermediate container a7226c8f6480 22:24:33 ---> 176964443e9a 22:24:33 Step 22/22 : LABEL version=0.0.0 22:24:33 ---> Running in 02acb9993fdd 22:24:33 Removing intermediate container 02acb9993fdd 22:24:33 ---> 024296a51d9d 22:24:33 22:24:33 Successfully built 024296a51d9d 22:24:33 Successfully tagged security-proxy-setup:latest 22:24:38  Building security-proxy-setup ... done Removing intermediate container 0f4144e5916e 22:24:38 ---> 2888d0764e54 22:24:38 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:24:38 Removing intermediate container 115d098db609 22:24:38 ---> 9773e96eb5fb 22:24:38 22:24:38 Step 11/23 : FROM alpine:3.12 22:24:38 ---> 13621d1b12d4 22:24:38 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 22:24:38 ---> Running in 2ea8a8bf9333 22:24:38 ---> Running in 969763037d10 22:24:38 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 22:24:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:24:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:24:38 (1/2) Installing ca-certificates (20191127-r4) 22:24:38 (2/2) Installing dumb-init (1.2.2-r1) 22:24:38 Executing busybox-1.31.1-r20.trigger 22:24:38 Executing ca-certificates-20191127-r4.trigger 22:24:38 OK: 6 MiB in 16 packages 22:24:39 Removing intermediate container 969763037d10 22:24:39 ---> 96a5f9e4c921 22:24:39 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:24:39 ---> Running in 13be7c315d2f 22:24:39 Removing intermediate container 2ea8a8bf9333 22:24:39 ---> 45311ea7e9b1 22:24:39 22:24:39 Step 12/24 : FROM docker:20.10.0 22:24:39 Removing intermediate container 13be7c315d2f 22:24:39 ---> 9497844620f8 22:24:39 Step 14/23 : ENV APP_PORT=59860 22:24:39 20.10.0: Pulling from library/docker 22:24:39 ---> Running in 524ff922d263 22:24:39 Removing intermediate container 524ff922d263 22:24:39 ---> 2bb214748c02 22:24:39 Step 15/23 : EXPOSE $APP_PORT 22:24:39 ---> Running in 65903dd25eb3 22:24:39 Removing intermediate container 65903dd25eb3 22:24:39 ---> efac6b9be137 22:24:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:24:40 ---> 4b6503b4e8fb 22:24:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:24:40 ---> cf5a95ab32bd 22:24:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:24:41 ---> e3df4938caab 22:24:41 Step 19/23 : ENTRYPOINT ["/support-notifications"] 22:24:41 ---> Running in dacd4fa1627b 22:24:41 Removing intermediate container dacd4fa1627b 22:24:41 ---> 9d5ad3e10146 22:24:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:24:41 ---> Running in adfb50e4ee2f 22:24:41 Removing intermediate container adfb50e4ee2f 22:24:41 ---> a82e4ee8537e 22:24:41 Step 21/23 : LABEL arch=x86_64 22:24:43 ---> Running in 53515f6fca5f 22:24:43 Removing intermediate container 53515f6fca5f 22:24:43 ---> 434f1ff03122 22:24:43 Step 22/23 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 22:24:43 ---> Running in 06aa0d18c9f5 22:24:44 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:24:44 Removing intermediate container 06aa0d18c9f5 22:24:44 ---> c814e92cd54b 22:24:44 Step 23/23 : LABEL version=0.0.0 22:24:44 Status: Downloaded newer image for docker:20.10.0 22:24:44 ---> aefe523efa57 22:24:44 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 22:24:44 ---> Running in 84e1800745fd 22:24:44 ---> Running in 29e448acb596 22:24:44 Removing intermediate container 84e1800745fd 22:24:44 ---> 5bfad1a602c9 22:24:44 22:24:44 Removing intermediate container 29e448acb596 22:24:44 ---> 02411c9c1254 22:24:44 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 22:24:44 ---> Running in 09f4a9173a2c 22:24:44 Successfully built 5bfad1a602c9 22:24:44 Successfully tagged support-notifications:latest 22:24:44  Building support-notifications ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:24:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:24:44 (1/39) Installing readline (8.0.4-r0) 22:24:44 (2/39) Installing bash (5.0.17-r0) 22:24:44 Executing bash-5.0.17-r0.post-install 22:24:44 (3/39) Installing nghttp2-libs (1.41.0-r0) 22:24:44 (4/39) Installing libcurl (7.77.0-r0) 22:24:44 (5/39) Installing curl (7.77.0-r0) 22:24:44 (6/39) Installing dumb-init (1.2.2-r1) 22:24:44 (7/39) Installing libbz2 (1.0.8-r1) 22:24:44 (8/39) Installing expat (2.2.9-r1) 22:24:44 (9/39) Installing libffi (3.3-r2) 22:24:44 (10/39) Installing gdbm (1.13-r1) 22:24:44 (11/39) Installing xz-libs (5.2.5-r0) 22:24:44 (12/39) Installing sqlite-libs (3.32.1-r1) 22:24:44 (13/39) Installing python3 (3.8.10-r0) 22:24:45 (14/39) Installing py3-appdirs (1.4.4-r1) 22:24:45 (15/39) Installing py3-ordered-set (4.0.1-r0) 22:24:45 (16/39) Installing py3-parsing (2.4.7-r0) 22:24:45 (17/39) Installing py3-six (1.15.0-r0) 22:24:45 (18/39) Installing py3-packaging (20.4-r0) 22:24:45 (19/39) Installing py3-setuptools (47.0.0-r0) 22:24:45 (20/39) Installing py3-chardet (3.0.4-r4) 22:24:45 (21/39) Installing py3-idna (2.9-r0) 22:24:45 (22/39) Installing py3-certifi (2020.4.5.1-r0) 22:24:45 (23/39) Installing py3-urllib3 (1.25.9-r0) 22:24:45 (24/39) Installing py3-requests (2.23.0-r0) 22:24:45 (25/39) Installing py3-msgpack (1.0.0-r0) 22:24:45 (26/39) Installing py3-lockfile (0.12.2-r3) 22:24:45 (27/39) Installing py3-cachecontrol (0.12.6-r0) 22:24:45 (28/39) Installing py3-colorama (0.4.3-r0) 22:24:45 (29/39) Installing py3-distlib (0.3.0-r0) 22:24:45 (30/39) Installing py3-distro (1.5.0-r1) 22:24:45 (31/39) Installing py3-webencodings (0.5.1-r3) 22:24:45 (32/39) Installing py3-html5lib (1.0.1-r4) 22:24:45 (33/39) Installing py3-pytoml (0.1.21-r0) 22:24:45 (34/39) Installing py3-pep517 (0.8.2-r0) 22:24:45 (35/39) Installing py3-progress (1.5-r0) 22:24:45 (36/39) Installing py3-toml (0.10.1-r0) 22:24:45 (37/39) Installing py3-retrying (1.3.3-r0) 22:24:45 (38/39) Installing py3-contextlib2 (0.6.0-r0) 22:24:45 (39/39) Installing py3-pip (20.1.1-r0) 22:24:45 Executing busybox-1.31.1-r19.trigger 22:24:45 OK: 72 MiB in 59 packages 22:24:46 Collecting docker-compose==1.23.2 22:24:46 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:24:46 Collecting PyYAML<4,>=3.10 22:24:46 Downloading PyYAML-3.13.tar.gz (270 kB) 22:24:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:24:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:24:47 Collecting texttable<0.10,>=0.9.0 22:24:47 Downloading texttable-0.9.1.tar.gz (11 kB) 22:24:47 Collecting dockerpty<0.5,>=0.4.1 22:24:47 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:24:48 Collecting jsonschema<3,>=2.5.1 22:24:48 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:24:48 Collecting docker<4.0,>=3.6.0 22:24:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:24:48 Collecting websocket-client<1.0,>=0.32.0 22:24:48 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 22:24:48 Collecting cached-property<2,>=1.2.0 22:24:48 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:24:48 Collecting docopt<0.7,>=0.6.1 22:24:48 Downloading docopt-0.6.2.tar.gz (25 kB) 22:24:48 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:24:48 Collecting idna<2.8,>=2.5 22:24:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:24:48 Collecting urllib3<1.25,>=1.21.1 22:24:48 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:24:48 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) 22:24:48 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) 22:24:48 Collecting docker-pycreds>=0.4.0 22:24:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:24:48 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:24:48 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:24:48 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:24:48 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:24:48 Installing collected packages: PyYAML, idna, urllib3, requests, texttable, dockerpty, jsonschema, docker-pycreds, websocket-client, docker, cached-property, docopt, docker-compose 22:24:48 Running setup.py install for PyYAML: started 22:24:49 Running setup.py install for PyYAML: finished with status 'done' 22:24:49 Attempting uninstall: idna 22:24:49 Found existing installation: idna 2.9 22:24:49 Uninstalling idna-2.9: 22:24:49 Successfully uninstalled idna-2.9 22:24:49 Attempting uninstall: urllib3 22:24:49 Found existing installation: urllib3 1.25.9 22:24:49 Uninstalling urllib3-1.25.9: 22:24:49 Successfully uninstalled urllib3-1.25.9 22:24:49 Attempting uninstall: requests 22:24:49 Found existing installation: requests 2.23.0 22:24:49 Uninstalling requests-2.23.0: 22:24:49 Successfully uninstalled requests-2.23.0 22:24:49 Running setup.py install for texttable: started 22:24:50 Running setup.py install for texttable: finished with status 'done' 22:24:50 Running setup.py install for dockerpty: started 22:24:50 Running setup.py install for dockerpty: finished with status 'done' 22:24:50 Running setup.py install for docopt: started 22:24:50 Running setup.py install for docopt: finished with status 'done' 22:24:51 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 22:24:53 Removing intermediate container 09f4a9173a2c 22:24:53 ---> 4e403added88 22:24:53 Step 15/24 : ENV APP_PORT=58890 22:24:53 ---> Running in b7aab145762b 22:24:53 Removing intermediate container b7aab145762b 22:24:53 ---> f55a2af1c640 22:24:53 Step 16/24 : EXPOSE $APP_PORT 22:24:53 ---> Running in 1d389a3dfce0 22:24:53 Removing intermediate container 1d389a3dfce0 22:24:53 ---> cba5a57f0dca 22:24:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:24:54 ---> 699fe9e2a26a 22:24:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:24:54 ---> 308bdfd326c6 22:24:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:24:54 ---> 1a13bad2529b 22:24:54 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 22:24:54 ---> Running in 78ac3b616247 22:24:54 Removing intermediate container 78ac3b616247 22:24:54 ---> 00a065e387e5 22:24:54 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:24:54 ---> Running in 39b6c7682070 22:24:54 Removing intermediate container 39b6c7682070 22:24:54 ---> 8961a54f7349 22:24:54 Step 22/24 : LABEL arch=x86_64 22:24:54 ---> Running in 91d716c60f28 22:24:54 Removing intermediate container 91d716c60f28 22:24:54 ---> 642aafa88429 22:24:54 Step 23/24 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 22:24:54 ---> Running in b815c0fafdab 22:24:54 Removing intermediate container b815c0fafdab 22:24:54 ---> d9729ad85a13 22:24:54 Step 24/24 : LABEL version=0.0.0 22:24:54 ---> Running in df3a260e8126 22:24:54 Removing intermediate container df3a260e8126 22:24:54 ---> fddf3d7f8b3d 22:24:54 22:24:54 Successfully built fddf3d7f8b3d 22:24:54 Successfully tagged sys-mgmt-agent:latest 22:24:55  Building sys-mgmt-agent ... done  [Pipeline] } 22:24:55 $ docker stop --time=1 fbfbf1cbca2fec6a60f205b31abb3218c618c0e1990eff3a2c8cff6803777d62 22:24:56 $ docker rm -f fbfbf1cbca2fec6a60f205b31abb3218c618c0e1990eff3a2c8cff6803777d62 [Pipeline] // withDockerContainer [Pipeline] sh 22:24:56 + docker images 22:24:56 REPOSITORY TAG IMAGE ID CREATED SIZE 22:24:56 sys-mgmt-agent latest fddf3d7f8b3d 2 seconds ago 312MB 22:24:56 support-notifications latest 5bfad1a602c9 12 seconds ago 16.7MB 22:24:56 45311ea7e9b1 17 seconds ago 1.15GB 22:24:56 9773e96eb5fb 19 seconds ago 1.15GB 22:24:56 security-proxy-setup latest 024296a51d9d 23 seconds ago 25.7MB 22:24:56 core-command latest 6b2273c51831 27 seconds ago 15.9MB 22:24:56 9c6136f7a28e 31 seconds ago 1.15GB 22:24:56 1425b0f7dd7c 32 seconds ago 1.14GB 22:24:56 core-data latest 018cd96ba29a 58 seconds ago 20.2MB 22:24:56 security-bootstrapper latest 3c6c03cfdb81 About a minute ago 18.6MB 22:24:56 core-metadata latest 5e424b9fc8ad About a minute ago 16.6MB 22:24:56 support-scheduler latest a04f554640c8 About a minute ago 15.9MB 22:24:56 security-secretstore-setup latest d6666c40e53f About a minute ago 28.7MB 22:24:56 f0f78e1a802d About a minute ago 1.15GB 22:24:56 91b0ba1f1bf0 About a minute ago 1.15GB 22:24:56 61ede4f640d6 About a minute ago 1.15GB 22:24:56 78f1c297569f About a minute ago 1.15GB 22:24:56 e4a46ca117ad 2 minutes ago 1.15GB 22:24:56 ci-base-image-x86_64 latest 731ca288f00d 7 minutes ago 647MB 22:24:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 6 weeks ago 445MB 22:24:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 6 weeks ago 37.5MB 22:24:56 alpine 3.12 13621d1b12d4 2 months ago 5.58MB 22:24:56 docker 20.10.0 aefe523efa57 6 months ago 240MB 22:24:56 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] } 22:25:46 gofmt -l . 22:25:46 [ "`gofmt -l .`" = "" ] 22:25:46 ./bin/test-attribution-txt.sh [Pipeline] sh 22:25:47 + ls -al . 22:25:47 total 544 22:25:47 drwxrwxr-x 9 1001 1001 4096 Jun 15 22:25 . 22:25:47 drwxr-xr-x 4 root root 4096 Jun 15 22:21 .. 22:25:47 -rw-rw-r-- 1 1001 1001 11 Jun 15 22:19 .dockerignore 22:25:47 drwxrwxr-x 8 1001 1001 4096 Jun 15 22:19 .git 22:25:47 drwxrwxr-x 3 1001 1001 4096 Jun 15 22:19 .github 22:25:47 -rw-rw-r-- 1 1001 1001 818 Jun 15 22:19 .gitignore 22:25:47 -rw-rw-r-- 1 1001 1001 166 Jun 15 22:19 .sonarcloud.properties 22:25:47 -rw-rw-r-- 1 1001 1001 8609 Jun 15 22:19 Attribution.txt 22:25:47 -rw-rw-r-- 1 1001 1001 3804 Jun 15 22:19 CONTRIBUTING.md 22:25:47 -rw-rw-r-- 1 1001 1001 931 Jun 15 22:19 Dockerfile.build 22:25:47 -rw-rw-r-- 1 1001 1001 849 Jun 15 22:19 Jenkinsfile 22:25:47 -rw-rw-r-- 1 1001 1001 10775 Jun 15 22:19 LICENSE 22:25:47 -rw-rw-r-- 1 1001 1001 5605 Jun 15 22:19 Makefile 22:25:47 -rw-rw-r-- 1 1001 1001 7905 Jun 15 22:19 README.md 22:25:47 -rw-rw-r-- 1 1001 1001 7071 Jun 15 22:19 SECURITY.md 22:25:47 -rw-rw-r-- 1 1001 1001 5 Jun 15 22:16 VERSION 22:25:47 -rw-rw-r-- 1 1001 1001 4131 Jun 15 22:19 ZMQWindows.md 22:25:47 drwxrwxr-x 2 1001 1001 4096 Jun 15 22:19 bin 22:25:47 drwxrwxr-x 14 1001 1001 4096 Jun 15 22:19 cmd 22:25:47 -rw-r--r-- 1 root root 398195 Jun 15 22:24 coverage.out 22:25:47 -rw-rw-r-- 1 1001 1001 841 Jun 15 22:19 go.mod 22:25:47 -rw-r--r-- 1 root root 21154 Jun 15 22:21 go.sum 22:25:47 drwxrwxr-x 7 1001 1001 4096 Jun 15 22:19 internal 22:25:47 drwxrwxr-x 3 1001 1001 4096 Jun 15 22:19 openapi 22:25:47 drwxrwxr-x 4 1001 1001 4096 Jun 15 22:19 snap 22:25:47 -rw-rw-r-- 1 1001 1001 168 Jun 15 22:19 version.go [Pipeline] sh 22:25:47 + '[' -e coverage.out ] 22:25:47 + chown 1001:1001 coverage.out [Pipeline] stash 22:25:48 Warning: overwriting stash ‘coverage-report’ 22:25:48 Stashed 1 file(s) [Pipeline] sh 22:25:49 + make build 22:25:49 go mod tidy 22:25:50 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 22:25:56 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 22:26:18 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 22:26:20 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 22:26:24 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 22:26:25 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 22:26:28 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 22:26:32 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 22:26:34 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 22:26:42 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 22:26:42 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 22:26:45 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] } 22:26:51 $ docker stop --time=1 afb3f091ecd324bf5dba7bce8c847101626a926525b69981b930cc1613ce0c21 22:26:53 $ docker rm -f afb3f091ecd324bf5dba7bce8c847101626a926525b69981b930cc1613ce0c21 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:26:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:26:55 22:26:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:26:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:26:55 latest: Pulling from edgex-devops/edgex-compose-arm64 22:26:55 29e5d40040c1: Pulling fs layer 22:26:55 1ce36da41761: Pulling fs layer 22:26:55 25b303627fd3: Pulling fs layer 22:26:56 29e5d40040c1: Verifying Checksum 22:26:56 29e5d40040c1: Download complete 22:26:56 1ce36da41761: Download complete 22:26:56 29e5d40040c1: Pull complete 22:26:58 1ce36da41761: Pull complete 22:26:58 25b303627fd3: Verifying Checksum 22:26:58 25b303627fd3: Download complete 22:27:09 25b303627fd3: Pull complete 22:27:09 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:27:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:27:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:27:09 prd-ubuntu18.04-docker-arm64-4c-16g-1576 does not seem to be running inside a container 22:27:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:27:13 $ docker top abeda5864dfe2232c8c34c1c73fa78002151a4488d4b3ecb1496a11144f34e5a -eo pid,comm [Pipeline] { [Pipeline] sh 22:27:14 + grep parallel 22:27:14 + docker-compose build --help 22:27:17 --parallel Build images in parallel. [Pipeline] } 22:27:17 $ docker stop --time=1 abeda5864dfe2232c8c34c1c73fa78002151a4488d4b3ecb1496a11144f34e5a 22:27:19 $ docker rm -f abeda5864dfe2232c8c34c1c73fa78002151a4488d4b3ecb1496a11144f34e5a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:27:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:27:20 . [Pipeline] withDockerContainer 22:27:20 prd-ubuntu18.04-docker-arm64-4c-16g-1576 does not seem to be running inside a container 22:27:20 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:27:22 $ docker top b004b3b43908ae4fe9d7e0c9a22497785c01e1435cea5da686964697053ac810 -eo pid,comm [Pipeline] { [Pipeline] sh 22:27:23 + docker-compose -f ./docker-compose-build.yml build --parallel 22:27:27 Building core-command ... 22:27:27 Building core-data ... 22:27:27 Building core-metadata ... 22:27:27 Building security-bootstrapper ... 22:27:27 Building security-proxy-setup ... 22:27:27 Building security-secretstore-setup ... 22:27:27 Building support-notifications ... 22:27:27 Building support-scheduler ... 22:27:27 Building sys-mgmt-agent ... 22:27:27 Building support-notifications 22:27:27 Building security-bootstrapper 22:27:27 Building core-command 22:27:27 Building core-metadata 22:27:27 Building support-scheduler 22:28:35 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:28:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:28:35 ---> f986508dc830 22:28:35 Step 3/24 : WORKDIR /edgex-go 22:28:35 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:28:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:28:35 ---> f986508dc830 22:28:35 Step 3/23 : WORKDIR /edgex-go 22:28:35 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:28:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:28:35 ---> f986508dc830 22:28:35 Step 3/23 : WORKDIR /edgex-go 22:28:35 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:28:35 22:28:35 Step 2/32 : FROM ${BUILDER_BASE} AS builderStep 2/24 : FROM ${BUILDER_BASE} AS builder 22:28:35 ---> f986508dc830 22:28:35 22:28:35 ---> f986508dc830 22:28:35 Step 3/32 : WORKDIR /edgex-goStep 3/24 : WORKDIR /edgex-go 22:28:35 22:28:37 ---> Running in 45c00ac7f1b1 22:28:37 ---> Running in f2df9c5540c0 22:28:37 ---> Running in 6376ab65159b 22:28:37 ---> Running in 78e1ffa3ce2c 22:28:37 ---> Running in 8a91631b9d57 22:28:38 Removing intermediate container 8a91631b9d57 22:28:38 ---> 94a1113c53a0 22:28:38 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:38 Removing intermediate container 6376ab65159b 22:28:38 ---> e6d101df84e2 22:28:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:38 Removing intermediate container f2df9c5540c0 22:28:38 ---> fb9193fe63ff 22:28:38 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:38 Removing intermediate container 78e1ffa3ce2c 22:28:38 ---> fe63ee9357cb 22:28:38 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:38 Removing intermediate container 45c00ac7f1b1 22:28:38 ---> 0f9eed58cea4 22:28:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:38 ---> Running in 8d6c04f62b6b 22:28:38 ---> Running in 3aa49a0dda7e 22:28:38 ---> Running in d723b3f0e4ae 22:28:38 ---> Running in c426de662ccc 22:28:38 ---> Running in 8d4696ab063d 22:28:43 Removing intermediate container 8d6c04f62b6b 22:28:43 ---> f8ac882ad566 22:28:43 Step 5/24 : RUN apk add --update --no-cache make git 22:28:43 Removing intermediate container d723b3f0e4ae 22:28:43 ---> Running in ab55442caa63 22:28:43 ---> 0955ae4c835a 22:28:43 Step 5/24 : RUN apk add --update --no-cache make git 22:28:43 ---> Running in efa05a6b8445 22:28:43 Removing intermediate container 3aa49a0dda7e 22:28:43 ---> b195df7f8d04 22:28:43 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 22:28:43 Removing intermediate container 8d4696ab063d 22:28:43 Removing intermediate container c426de662ccc 22:28:43 ---> 31edaa12e2cd 22:28:43 ---> 8f071635cdcb 22:28:43 Step 5/23 : RUN apk add --update --no-cache make gitStep 5/32 : RUN apk add --update --no-cache make git 22:28:43 22:28:43 ---> Running in b1f945908c10 22:28:43 ---> Running in 070edf833e52 22:28:43 ---> Running in d7dc08f5d266 22:28:44 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:28:45 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:28:45 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:28:46 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:28:46 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:28:46 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:28:46 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:28:46 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:28:47 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:28:47 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:28:47 OK: 218 MiB in 52 packages 22:28:47 OK: 218 MiB in 52 packages 22:28:47 OK: 218 MiB in 52 packages 22:28:48 OK: 218 MiB in 52 packages 22:28:48 OK: 218 MiB in 52 packages 22:28:51 Removing intermediate container ab55442caa63 22:28:51 ---> 3a474a1e630c 22:28:51 Step 6/24 : COPY go.mod . 22:28:51 Removing intermediate container efa05a6b8445 22:28:51 ---> 2fa3e62a12e9 22:28:51 Step 6/24 : COPY go.mod . 22:28:51 Removing intermediate container b1f945908c10 22:28:51 ---> a7c23e867fe5 22:28:51 Step 6/23 : COPY go.mod . 22:28:51 Removing intermediate container d7dc08f5d266 22:28:51 ---> 4cc375c5b9ad 22:28:51 Step 6/32 : COPY go.mod . 22:28:51 Removing intermediate container 070edf833e52 22:28:51 ---> 5c2c5087d25d 22:28:51 Step 6/23 : COPY go.mod . 22:28:51 ---> 4ff8305828d8 22:28:51 Step 7/24 : RUN go mod download 22:28:51 ---> Running in 3a0e2af158c5 22:28:51 ---> ee4db2676073 22:28:51 Step 7/24 : RUN go mod download 22:28:51 ---> e26c2580bf67 22:28:51 Step 7/23 : RUN go mod download 22:28:51 ---> Running in 608cf921a4f8 22:28:51 ---> 91ff23284bb2 22:28:51 Step 7/32 : RUN go mod download 22:28:51 ---> Running in a768598d710b 22:28:51 ---> ab9a7efb41a2 22:28:51 Step 7/23 : RUN go mod download 22:28:51 ---> Running in 04258dce25c5 22:28:51 ---> Running in 9d27832613e8 22:28:55 Removing intermediate container 3a0e2af158c5 22:28:55 ---> cfc6244ae886 22:28:55 Step 8/24 : COPY . . 22:28:55 Removing intermediate container 608cf921a4f8 22:28:55 ---> a277547a00ba 22:28:55 Step 8/24 : COPY . . 22:28:56 Removing intermediate container a768598d710b 22:28:56 ---> e7b7186ea5b7 22:28:56 Step 8/23 : COPY . . 22:28:57 Removing intermediate container 9d27832613e8 22:28:57 ---> 57725eedb586 22:28:57 Step 8/23 : COPY . . 22:28:57 Removing intermediate container 04258dce25c5 22:28:57 ---> 39ece2da5a96 22:28:57 Step 8/32 : COPY . . 22:29:20 ---> 1e518fb2cd46 22:29:20 Step 9/24 : RUN go mod tidy 22:29:20 ---> 4f40550fd211 22:29:20 Step 9/24 : RUN go mod tidy 22:29:20 ---> 52625fdbdc57 22:29:20 Step 9/23 : RUN go mod tidy 22:29:20 ---> 88550f3fbe22 22:29:20 Step 9/23 : RUN go mod tidy 22:29:20 ---> Running in ed7f76592a25 22:29:20 ---> Running in 7d4bc8a4ffbf 22:29:20 ---> Running in cbde428e8582 22:29:20 ---> Running in 147a1e6114d0 22:29:20 ---> af587d61a285 22:29:20 Step 9/32 : RUN go mod tidy 22:29:20 ---> Running in 1959cb1911ba 22:29:25 Removing intermediate container ed7f76592a25 22:29:25 ---> 53145411fc86 22:29:25 Step 10/24 : RUN make cmd/core-metadata/core-metadata 22:29:26 ---> Running in 9715df8dc522 22:29:26 Removing intermediate container 7d4bc8a4ffbf 22:29:26 ---> 178d647866b9 22:29:26 Step 10/24 : RUN make cmd/core-command/core-command 22:29:26 Removing intermediate container 147a1e6114d0 22:29:26 ---> cb033235567d 22:29:26 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 22:29:26 ---> Running in 133b69ff2cd2 22:29:27 ---> Running in ae734163bbfd 22:29:27 Removing intermediate container cbde428e8582 22:29:27 ---> a50aef0e0aa0 22:29:27 Step 10/23 : RUN make cmd/support-notifications/support-notifications 22:29:27 Removing intermediate container 1959cb1911ba 22:29:27 ---> 9f37eb22ad06 22:29:27 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:29:27 ---> Running in 40d50037671b 22:29:27 ---> Running in d2daddb2714b 22:29:28 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 22:29:29 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 22:29:29 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 22:29:29 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 22:29:30 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 22:31:24 Removing intermediate container 133b69ff2cd2 22:31:24 ---> f57705109282 22:31:24 22:31:24 Step 11/24 : FROM alpine:3.12 22:31:24 3.12: Pulling from library/alpine 22:31:24 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:31:24 Status: Downloaded newer image for alpine:3.12 22:31:24 ---> 9852663dfa18 22:31:24 Step 12/24 : RUN apk add --update --no-cache dumb-init 22:31:24 ---> Running in 92ee3da24e6f 22:31:24 Removing intermediate container d2daddb2714b 22:31:24 ---> 5749c5a63862 22:31:24 22:31:24 Step 11/32 : FROM alpine:3.12 22:31:24 ---> 9852663dfa18 22:31:24 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:31:25 ---> Running in decbb02d00d8 22:31:25 Removing intermediate container ae734163bbfd 22:31:25 ---> adb255f691af 22:31:25 22:31:25 Step 11/23 : FROM alpine:3.12 22:31:25 ---> 9852663dfa18 22:31:25 Step 12/23 : RUN apk add --update --no-cache dumb-init 22:31:26 Removing intermediate container 40d50037671b 22:31:26 ---> 384be6edc086 22:31:26 22:31:26 Step 11/23 : FROM alpine:3.12 22:31:26 ---> 9852663dfa18 22:31:26 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 22:31:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:31:26 ---> Running in 7450b91a1334 22:31:26 ---> Running in 208976c2b3c8 22:31:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:31:26 Removing intermediate container decbb02d00d8 22:31:26 ---> f99c5e0c9b32 22:31:26 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 22:31:27 (1/1) Installing dumb-init (1.2.2-r1) 22:31:27 Executing busybox-1.31.1-r20.trigger 22:31:27 OK: 5 MiB in 15 packages 22:31:27 ---> Running in ef5c027161f0 22:31:29 Removing intermediate container 9715df8dc522 22:31:29 ---> f7aa069495f1 22:31:29 22:31:29 Step 11/24 : FROM alpine:3.12 22:31:29 ---> 9852663dfa18 22:31:29 Step 12/24 : RUN apk add --update --no-cache dumb-init 22:31:29 ---> Running in d89613a83f27 22:31:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:31:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:31:29 Removing intermediate container 92ee3da24e6f 22:31:29 ---> 36162754a563 22:31:29 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:31:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:31:29 ---> Running in 28306eb22db0 22:31:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:31:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:31:29 (1/1) Installing dumb-init (1.2.2-r1) 22:31:29 Executing busybox-1.31.1-r20.trigger 22:31:29 OK: 5 MiB in 15 packages 22:31:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:31:30 (1/2) Installing ca-certificates (20191127-r4) 22:31:30 (2/2) Installing dumb-init (1.2.2-r1) 22:31:30 Executing busybox-1.31.1-r20.trigger 22:31:30 Executing ca-certificates-20191127-r4.trigger 22:31:30 (1/2) Installing dumb-init (1.2.2-r1) 22:31:30 (2/2) Installing su-exec (0.2-r1) 22:31:30 Executing busybox-1.31.1-r20.trigger 22:31:30 Removing intermediate container 28306eb22db0 22:31:30 ---> 1ed88f60110a 22:31:30 Step 14/24 : ENV APP_PORT=59882 22:31:30 OK: 5 MiB in 16 packages 22:31:30 OK: 6 MiB in 16 packages 22:31:31 ---> Running in 0110988d96fe 22:31:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:31:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:31:31 Removing intermediate container 0110988d96fe 22:31:31 ---> d5d56ae8ae45 22:31:31 Step 15/24 : EXPOSE $APP_PORT 22:31:31 Removing intermediate container 7450b91a1334 22:31:31 ---> 1adedab1abe4 22:31:31 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:31:32 ---> Running in 9a1b821dc06c 22:31:32 ---> Running in b343890875c3 22:31:32 (1/1) Installing dumb-init (1.2.2-r1) 22:31:32 Executing busybox-1.31.1-r20.trigger 22:31:32 Removing intermediate container ef5c027161f0 22:31:32 ---> 74df9d75f10b 22:31:32 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 22:31:32 OK: 5 MiB in 15 packages 22:31:33 ---> Running in 1f381ea9c61e 22:31:33 Removing intermediate container 9a1b821dc06c 22:31:33 ---> ca3a6b8b3de7 22:31:33 Removing intermediate container b343890875c3 22:31:33 ---> eb1263700881 22:31:33 Step 14/23 : ENV APP_PORT=59861 22:31:33 Step 16/24 : WORKDIR / 22:31:33 Removing intermediate container 208976c2b3c8 22:31:33 ---> 5d1acaa05b1f 22:31:33 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:31:33 ---> Running in 56d2400428b4 22:31:33 ---> Running in f456b7efcc9a 22:31:33 ---> Running in c66e173e5627 22:31:33 Removing intermediate container 1f381ea9c61e 22:31:33 ---> 68a9294b7150 22:31:33 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:31:33 ---> Running in 934643a96946 22:31:34 Removing intermediate container d89613a83f27 22:31:34 ---> 0c707f82d4b6 22:31:34 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:31:34 ---> Running in 0e8713391a4f 22:31:34 Removing intermediate container f456b7efcc9a 22:31:34 ---> 5bd98316f7f0 22:31:34 Step 14/23 : ENV APP_PORT=59860 22:31:34 Removing intermediate container c66e173e5627 22:31:34 ---> 0b657e4245fb 22:31:34 Step 15/23 : EXPOSE $APP_PORT 22:31:34 Removing intermediate container 56d2400428b4 22:31:34 ---> eb1d99b4eae3 22:31:34 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 22:31:34 ---> Running in 6deac056059a 22:31:34 Removing intermediate container 934643a96946 22:31:34 ---> 62e6ac981508 22:31:34 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:31:34 ---> Running in 006fa347457e 22:31:35 ---> Running in 803cee78bcdd 22:31:35 Removing intermediate container 0e8713391a4f 22:31:35 ---> e6daf4f8553a 22:31:35 Step 14/24 : ENV APP_PORT=59881 22:31:35 ---> Running in 1a9cdae67133 22:31:35 Removing intermediate container 6deac056059a 22:31:35 ---> 04ddd771fcd1 22:31:35 Step 15/23 : EXPOSE $APP_PORT 22:31:35 Removing intermediate container 006fa347457e 22:31:35 ---> 00f4c72cdb01 22:31:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:31:35 ---> Running in f1cb922b6769 22:31:35 ---> 10cd743e2e40 22:31:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:31:36 Removing intermediate container 1a9cdae67133 22:31:36 ---> 468135fc36de 22:31:36 Step 15/24 : EXPOSE $APP_PORT 22:31:36 ---> Running in d4ea00a8a5fb 22:31:36 Removing intermediate container f1cb922b6769 22:31:36 ---> 879824fedd19 22:31:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:31:36 ---> cdc8a991b565 22:31:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:31:36 Removing intermediate container d4ea00a8a5fb 22:31:36 ---> f8670d6df946 22:31:36 Step 16/24 : WORKDIR / 22:31:37 ---> Running in 6723d064dd45 22:31:37 ---> dc3665354418 22:31:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:31:37 ---> d85506b00023 22:31:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:31:38 Removing intermediate container 6723d064dd45 22:31:38 ---> 94a6c00f6482 22:31:38 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 22:31:38 Removing intermediate container 803cee78bcdd 22:31:38 ---> 0da1db53145e 22:31:38 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 22:31:38 ---> 60a75af04a1e 22:31:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:31:38 ---> Running in 99307e35a7ba 22:31:39 ---> 87897cb61063 22:31:39 Step 20/24 : ENTRYPOINT ["/core-command"] 22:31:39 ---> Running in e269d281a83e 22:31:39 Removing intermediate container 99307e35a7ba 22:31:39 ---> d71f1c1f2286 22:31:39 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:31:39 ---> efe084ac2628 22:31:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:31:39 ---> 9264c44366a6 22:31:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:31:40 Removing intermediate container e269d281a83e 22:31:40 ---> c5af5d90fe69 22:31:40 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:31:40 ---> eb9e92915c47 22:31:40 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 22:31:40 ---> Running in 7e686186e06e 22:31:40 ---> Running in 42b33dea1cee 22:31:41 ---> 2f6811e90776 22:31:41 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:31:41 ---> Running in f36980dce2ca 22:31:41 Removing intermediate container 7e686186e06e 22:31:41 ---> f7aeecce078d 22:31:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:31:41 ---> fb98db68ab20 22:31:41 Step 19/23 : ENTRYPOINT ["/support-notifications"] 22:31:41 Removing intermediate container 42b33dea1cee 22:31:41 ---> 48a7ab8eef01 22:31:41 Step 22/24 : LABEL arch=arm64 22:31:41 ---> f4c18500a475 22:31:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:31:41 ---> Running in f320486266a8 22:31:41 ---> Running in 472666e33159 22:31:41 ---> Running in 5c15c3e06e07 22:31:42 Removing intermediate container f320486266a8 22:31:42 ---> 7baf8ed6b4ac 22:31:42 Step 21/23 : LABEL arch=arm64 22:31:42 ---> Running in 302ff38ca50e 22:31:42 Removing intermediate container 472666e33159 22:31:42 ---> 4365014e24c6 22:31:42 Step 23/24 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 22:31:42 Removing intermediate container 5c15c3e06e07 22:31:42 ---> 119dcf3f33f1 22:31:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:31:43 ---> 448afad860ce 22:31:43 Step 20/24 : ENTRYPOINT ["/core-metadata"] 22:31:43 ---> Running in a4c728e4f531 22:31:43 ---> Running in c80e86999975 22:31:43 ---> Running in cc107987fb8d 22:31:43 Removing intermediate container 302ff38ca50e 22:31:43 ---> 47bd111f5cf9 22:31:43 Step 22/23 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 22:31:43 ---> Running in 673c409117bf 22:31:43 Removing intermediate container a4c728e4f531 22:31:43 ---> 448398367305 22:31:43 Step 21/23 : LABEL arch=arm64 22:31:43 Removing intermediate container cc107987fb8d 22:31:43 ---> 135adb022be1 22:31:43 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:31:44 Removing intermediate container c80e86999975 22:31:44 ---> b2d86ef50ccf 22:31:44 Step 24/24 : LABEL version=0.0.0 22:31:44 ---> Running in cb956991d2a8 22:31:44 ---> Running in 5b886751af55 22:31:44 ---> Running in 0d1d485c030a 22:31:44 Removing intermediate container 673c409117bf 22:31:44 ---> e5c5e2ee0f02 22:31:44 Step 23/23 : LABEL version=0.0.0 22:31:44 Removing intermediate container f36980dce2ca 22:31:44 ---> bbd5ae90e9d9 22:31:44 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 22:31:44 ---> Running in d9158ebbc627 22:31:45 Removing intermediate container 5b886751af55 22:31:45 ---> 435de0b6f83f 22:31:45 Step 22/24 : LABEL arch=arm64 22:31:45 Removing intermediate container 0d1d485c030a 22:31:45 ---> c331c53b9870 22:31:45 22:31:45 Removing intermediate container cb956991d2a8 22:31:45 ---> 33f230d39dd4 22:31:45 Step 22/23 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 22:31:45 Successfully built c331c53b9870 22:31:45 ---> Running in 6aa8af41c43d 22:31:45 Successfully tagged core-command-arm64:latest 22:31:45  Building core-command ... done Building core-data 22:31:45 ---> Running in 4351577e8119 22:31:45 Removing intermediate container d9158ebbc627 22:31:45 ---> 7f9215ec59a9 22:31:45 22:31:45 ---> 74718e2d3cbb 22:31:45 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:31:46 Successfully built 7f9215ec59a9 22:31:46 Removing intermediate container 6aa8af41c43d 22:31:46 ---> d308b67e1462 22:31:46 Step 23/24 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 22:31:46 Successfully tagged support-scheduler-arm64:latest 22:31:46  Building support-scheduler ... done Building sys-mgmt-agent 22:31:46 ---> Running in 167f60a95ebc 22:31:46 Removing intermediate container 4351577e8119 22:31:46 ---> 9fc287252128 22:31:46 Step 23/23 : LABEL version=0.0.0 22:31:47 ---> Running in dc2a5bcc31b8 22:31:47 Removing intermediate container 167f60a95ebc 22:31:47 ---> a0d4578a3dbc 22:31:47 Step 24/24 : LABEL version=0.0.0 22:31:47 ---> 9b57e490d692 22:31:47 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:31:48 ---> Running in 4b3f2badc952 22:31:48 Removing intermediate container dc2a5bcc31b8 22:31:48 ---> afed52fcc6f0 22:31:48 22:31:48 Successfully built afed52fcc6f0 22:31:49 Successfully tagged support-notifications-arm64:latest 22:31:49  Building support-notifications ... done Building security-secretstore-setup 22:31:49 ---> 72cd8ab5825b 22:31:49 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:31:49 Removing intermediate container 4b3f2badc952 22:31:49 ---> 7c0ee192f67c 22:31:49 22:31:50 Successfully built 7c0ee192f67c 22:31:50 Successfully tagged core-metadata-arm64:latest 22:31:50  Building core-metadata ... done Building security-proxy-setup 22:31:50 ---> e14007ec83e3 22:31:50 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 22:31:51 ---> 3e6636ef822a 22:31:51 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 22:31:51 ---> Running in 98c1695eca44 22:31:52 Removing intermediate container 98c1695eca44 22:31:52 ---> 12f02d1edae1 22:31:52 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:31:53 ---> 46f06d0296ec 22:31:53 Step 27/32 : RUN chmod +x /entrypoint.sh 22:31:54 ---> Running in 33f1719cedcd 22:31:56 Removing intermediate container 33f1719cedcd 22:31:56 ---> c2a7e11bd74c 22:31:56 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 22:31:57 ---> Running in 9c0cf039dc14 22:31:58 Removing intermediate container 9c0cf039dc14 22:31:58 ---> dd7e40834a61 22:31:58 Step 29/32 : CMD ["gate"] 22:31:58 ---> Running in 08e089bc0098 22:31:59 Removing intermediate container 08e089bc0098 22:31:59 ---> 5cf2214ae7d0 22:31:59 Step 30/32 : LABEL arch=arm64 22:32:00 ---> Running in 435ee1c9220b 22:32:00 Removing intermediate container 435ee1c9220b 22:32:00 ---> 4f0824e856d2 22:32:00 Step 31/32 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 22:32:01 ---> Running in f9a68967846a 22:32:01 Removing intermediate container f9a68967846a 22:32:01 ---> 5e6b3c4ca118 22:32:01 Step 32/32 : LABEL version=0.0.0 22:32:02 ---> Running in 2ca87c47eb01 22:32:02 Removing intermediate container 2ca87c47eb01 22:32:02 ---> 004d2d134da3 22:32:02 22:32:03 Successfully built 004d2d134da3 22:32:03 Successfully tagged security-bootstrapper-arm64:latest 22:32:42  Building security-bootstrapper ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:32:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:32:42 ---> f986508dc830 22:32:42 Step 3/24 : WORKDIR /edgex-go 22:32:42 ---> Using cache 22:32:42 ---> 0f9eed58cea4 22:32:42 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:32:42 ---> Using cache 22:32:42 ---> 31edaa12e2cd 22:32:42 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:32:42 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:32:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:32:42 ---> f986508dc830 22:32:42 Step 3/24 : WORKDIR /edgex-go 22:32:42 ---> Using cache 22:32:42 ---> 0f9eed58cea4 22:32:42 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:32:42 ---> Using cache 22:32:42 ---> 31edaa12e2cd 22:32:42 Step 5/24 : RUN apk add --update --no-cache make bash git 22:32:42 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:32:42 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:32:42 ---> f986508dc830 22:32:42 Step 3/26 : WORKDIR /edgex-go 22:32:42 ---> Using cache 22:32:42 ---> 0f9eed58cea4 22:32:42 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:32:42 ---> Using cache 22:32:42 ---> 31edaa12e2cd 22:32:42 Step 5/26 : RUN apk add --update --no-cache make git 22:32:42 ---> Using cache 22:32:42 ---> 5c2c5087d25d 22:32:42 Step 6/26 : COPY go.mod . 22:32:42 ---> Using cache 22:32:42 ---> ab9a7efb41a2 22:32:42 Step 7/26 : RUN go mod download 22:32:42 ---> Using cache 22:32:42 ---> 57725eedb586 22:32:42 Step 8/26 : COPY . . 22:32:42 ---> Using cache 22:32:42 ---> 88550f3fbe22 22:32:42 Step 9/26 : RUN go mod tidy 22:32:42 ---> Using cache 22:32:42 ---> cb033235567d 22:32:42 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:32:42 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:32:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:32:42 ---> f986508dc830 22:32:42 Step 3/22 : WORKDIR /edgex-go 22:32:42 ---> Using cache 22:32:42 ---> 0f9eed58cea4 22:32:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:32:42 ---> Using cache 22:32:42 ---> 31edaa12e2cd 22:32:42 Step 5/22 : RUN apk add --update --no-cache make git 22:32:42 ---> Using cache 22:32:42 ---> 5c2c5087d25d 22:32:42 Step 6/22 : COPY go.mod . 22:32:42 ---> Using cache 22:32:42 ---> ab9a7efb41a2 22:32:42 Step 7/22 : RUN go mod download 22:32:42 ---> Using cache 22:32:42 ---> 57725eedb586 22:32:42 Step 8/22 : COPY . . 22:32:42 ---> Using cache 22:32:42 ---> 88550f3fbe22 22:32:42 Step 9/22 : RUN go mod tidy 22:32:42 ---> Using cache 22:32:42 ---> cb033235567d 22:32:42 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:32:42 ---> Running in 214aa8fd33d6 22:32:42 ---> Running in d2ccec13d688 22:32:42 ---> Running in be1976da1059 22:32:42 ---> Running in 919da71562a2 22:32:44 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:32:44 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 22:32:44 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 22:32:44 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:32:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:32:46 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:32:46 OK: 218 MiB in 52 packages 22:32:47 OK: 218 MiB in 52 packages 22:32:49 Removing intermediate container 214aa8fd33d6 22:32:49 ---> 7511aaaa960d 22:32:49 Step 6/24 : COPY go.mod . 22:32:49 Removing intermediate container 919da71562a2 22:32:49 ---> 046e10e10196 22:32:49 Step 6/24 : COPY go.mod . 22:32:50 ---> 2fdf66acae06 22:32:50 Step 7/24 : RUN go mod download 22:32:50 ---> 4b38c80d98b5 22:32:50 Step 7/24 : RUN go mod download 22:32:50 ---> Running in b5a5e08fb8b8 22:32:50 ---> Running in 9b4166f84177 22:32:56 Removing intermediate container b5a5e08fb8b8 22:32:56 ---> 0eed90d5224b 22:32:56 Step 8/24 : COPY . . 22:32:56 Removing intermediate container 9b4166f84177 22:32:56 ---> cd43fe2f0dc2 22:32:56 Step 8/24 : COPY . . 22:33:28 ---> 5066fdfe888b 22:33:28 Step 9/24 : RUN go mod tidy 22:33:28 ---> 044ca91b4266 22:33:28 Step 9/24 : RUN go mod tidy 22:33:28 ---> Running in 0a859b327806 22:33:28 ---> Running in d9cfbb5afb57 22:33:32 Removing intermediate container d9cfbb5afb57 22:33:32 ---> c14bd8db7453 22:33:32 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:33:32 Removing intermediate container 0a859b327806 22:33:32 ---> d0610652a867 22:33:32 Step 10/24 : RUN make cmd/core-data/core-data 22:33:32 ---> Running in ef6ad7e4213b 22:33:32 ---> Running in c726cfd997ee 22:33:34 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 22:33:35 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 22:33:49 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 22:33:51 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 22:34:06 Removing intermediate container d2ccec13d688 22:34:06 ---> 887cd41deb37 22:34:06 22:34:06 Step 11/22 : FROM alpine:3.12 22:34:06 ---> 9852663dfa18 22:34:06 Step 12/22 : RUN apk add --update --no-cache curl 22:34:06 Removing intermediate container be1976da1059 22:34:06 ---> df126ff2af71 22:34:06 22:34:06 Step 11/26 : FROM alpine:3.12 22:34:06 ---> 9852663dfa18 22:34:06 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 22:34:06 ---> Running in 9a9c54bd9a30 22:34:06 ---> Running in 4f4d2b062e71 22:34:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:34:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:34:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:34:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:34:09 (1/4) Installing ca-certificates (20191127-r4) 22:34:09 (1/6) Installing ca-certificates (20191127-r4) 22:34:09 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:34:09 (3/4) Installing libcurl (7.77.0-r0) 22:34:09 (4/4) Installing curl (7.77.0-r0) 22:34:09 Executing busybox-1.31.1-r20.trigger 22:34:09 (2/6) Installing nghttp2-libs (1.41.0-r0) 22:34:09 (3/6) Installing libcurl (7.77.0-r0) 22:34:09 Executing ca-certificates-20191127-r4.trigger 22:34:09 (4/6) Installing curl (7.77.0-r0) 22:34:09 (5/6) Installing dumb-init (1.2.2-r1) 22:34:09 (6/6) Installing su-exec (0.2-r1) 22:34:09 Executing busybox-1.31.1-r20.trigger 22:34:09 Executing ca-certificates-20191127-r4.trigger 22:34:09 OK: 7 MiB in 18 packages 22:34:09 OK: 7 MiB in 20 packages 22:34:13 Removing intermediate container 4f4d2b062e71 22:34:13 ---> 3433307510b6 22:34:13 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:34:13 Removing intermediate container 9a9c54bd9a30 22:34:13 ---> 670ddd4885df 22:34:13 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:34:13 ---> Running in 0a36f3bf3955 22:34:13 ---> Running in ac5af2e39628 22:34:13 Removing intermediate container 0a36f3bf3955 22:34:13 ---> 9f73359f307d 22:34:13 Step 14/22 : WORKDIR /edgex 22:34:13 Removing intermediate container ac5af2e39628 22:34:13 ---> e015de040d20 22:34:13 Step 14/26 : WORKDIR / 22:34:14 ---> Running in fb0736e2336b 22:34:14 ---> Running in df60d5306a13 22:34:14 Removing intermediate container fb0736e2336b 22:34:14 ---> 300dd68199eb 22:34:14 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:34:14 Removing intermediate container df60d5306a13 22:34:14 ---> ff900fcad9a9 22:34:14 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:34:16 ---> 175f97ffe6e6 22:34:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:34:16 ---> 5a47ce409ff6 22:34:16 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:34:17 ---> 6a0e50fa655c 22:34:17 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:34:18 ---> 9de08630618d 22:34:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:34:19 ---> 9a8794e806e0 22:34:19 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 22:34:21 ---> 63af260c6ad9 22:34:21 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:34:21 ---> f0588b27ed1b 22:34:21 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:34:21 ---> Running in 7d6ca3e1f8e2 22:34:22 Removing intermediate container 7d6ca3e1f8e2 22:34:22 ---> 91804bd38a97 22:34:22 Step 19/22 : CMD ["--init=true"] 22:34:22 ---> Running in 1418c126b7cc 22:34:22 ---> 80288ca0d7e8 22:34:22 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:34:23 Removing intermediate container 1418c126b7cc 22:34:23 ---> 3f04447d1682 22:34:23 Step 20/22 : LABEL arch=arm64 22:34:23 ---> Running in 8e0cc0a8e53d 22:34:24 Removing intermediate container 8e0cc0a8e53d 22:34:24 ---> 41e54607f593 22:34:24 Step 21/22 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 22:34:24 ---> Running in 56075e85c759 22:34:24 ---> a9b1f473a164 22:34:24 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:34:25 Removing intermediate container 56075e85c759 22:34:25 ---> 1a75c01071e6 22:34:25 Step 22/22 : LABEL version=0.0.0 22:34:25 ---> Running in 83abef22c8c5 22:34:28 ---> 648333dc4900 22:34:28 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/ 22:34:28 Removing intermediate container 83abef22c8c5 22:34:28 ---> 58242a55b4bf 22:34:28 22:34:28 ---> Running in 2e04529daaaf 22:34:28 Successfully built 58242a55b4bf 22:34:28 Successfully tagged security-proxy-setup-arm64:latest 22:34:30  Building security-proxy-setup ... done Removing intermediate container 2e04529daaaf 22:34:30 ---> b52662a0a06a 22:34:30 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 22:34:30 ---> Running in 96ad971591f8 22:34:31 Removing intermediate container 96ad971591f8 22:34:31 ---> 625844c9e29c 22:34:31 Step 24/26 : LABEL arch=arm64 22:34:31 ---> Running in 136739d9e992 22:34:32 Removing intermediate container 136739d9e992 22:34:32 ---> 471b0a498f4c 22:34:32 Step 25/26 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 22:34:32 ---> Running in 3640bacf1204 22:34:33 Removing intermediate container 3640bacf1204 22:34:33 ---> 68ce96189f00 22:34:33 Step 26/26 : LABEL version=0.0.0 22:34:33 ---> Running in 96f13ccc041a 22:34:34 Removing intermediate container 96f13ccc041a 22:34:34 ---> 984cbb714c77 22:34:34 22:34:34 Successfully built 984cbb714c77 22:34:34 Successfully tagged security-secretstore-setup-arm64:latest 22:34:47  Building security-secretstore-setup ... done Removing intermediate container ef6ad7e4213b 22:34:47 ---> f2a162323881 22:34:47 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:34:47 ---> Running in b071d2b1de47 22:34:47 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 22:34:50 Removing intermediate container b071d2b1de47 22:34:50 ---> bafb070a3ce1 22:34:50 22:34:50 Step 12/24 : FROM docker:20.10.0 22:34:50 20.10.0: Pulling from library/docker 22:34:54 Removing intermediate container c726cfd997ee 22:34:54 ---> 37d1b48a6a10 22:34:54 22:34:54 Step 11/24 : FROM alpine:3.12 22:34:54 ---> 9852663dfa18 22:34:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:34:54 ---> Running in d9388b5f8ead 22:34:55 Removing intermediate container d9388b5f8ead 22:34:55 ---> 4a9ba997f762 22:34:55 Step 13/24 : ENV APP_PORT=59880 22:34:55 ---> Running in 99aaa207cc58 22:34:56 Removing intermediate container 99aaa207cc58 22:34:56 ---> 9873c305c8f0 22:34:56 Step 14/24 : EXPOSE $APP_PORT 22:34:56 ---> Running in 235989eea82b 22:34:57 Removing intermediate container 235989eea82b 22:34:57 ---> 66fcfe96b4d7 22:34:57 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:34:57 ---> Running in 86f9372adbcf 22:35:00 Removing intermediate container 86f9372adbcf 22:35:00 ---> 4bc7d5c20015 22:35:00 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 22:35:00 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:35:00 Status: Downloaded newer image for docker:20.10.0 22:35:00 ---> eeaf43b92773 22:35:00 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 22:35:00 ---> Running in 90ec63927ef2 22:35:00 ---> Running in d5648739de8e 22:35:01 Removing intermediate container d5648739de8e 22:35:01 ---> 0ebd1b7d0319 22:35:01 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 22:35:01 ---> Running in 747f05573941 22:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:35:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:35:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:35:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:35:03 (1/39) Installing readline (8.0.4-r0) 22:35:03 (2/39) Installing bash (5.0.17-r0) 22:35:03 Executing bash-5.0.17-r0.post-install 22:35:03 (3/39) Installing nghttp2-libs (1.41.0-r0) 22:35:03 (4/39) Installing libcurl (7.77.0-r0) 22:35:03 (5/39) Installing curl (7.77.0-r0) 22:35:03 (6/39) Installing dumb-init (1.2.2-r1) 22:35:03 (7/39) Installing libbz2 (1.0.8-r1) 22:35:03 (8/39) Installing expat (2.2.9-r1) 22:35:03 (9/39) Installing libffi (3.3-r2) 22:35:03 (10/39) Installing gdbm (1.13-r1) 22:35:03 (11/39) Installing xz-libs (5.2.5-r0) 22:35:03 (12/39) Installing sqlite-libs (3.32.1-r1) 22:35:03 (13/39) Installing python3 (3.8.10-r0) 22:35:03 (1/6) Installing dumb-init (1.2.2-r1) 22:35:03 (2/6) Installing libgcc (9.3.0-r2) 22:35:03 (3/6) Installing libsodium (1.0.18-r0) 22:35:03 (4/6) Installing libstdc++ (9.3.0-r2) 22:35:03 (5/6) Installing libzmq (4.3.3-r0) 22:35:04 (6/6) Installing zeromq (4.3.3-r0) 22:35:04 Executing busybox-1.31.1-r20.trigger 22:35:04 OK: 8 MiB in 20 packages 22:35:05 (14/39) Installing py3-appdirs (1.4.4-r1) 22:35:05 (15/39) Installing py3-ordered-set (4.0.1-r0) 22:35:05 (16/39) Installing py3-parsing (2.4.7-r0) 22:35:05 (17/39) Installing py3-six (1.15.0-r0) 22:35:05 (18/39) Installing py3-packaging (20.4-r0) 22:35:05 (19/39) Installing py3-setuptools (47.0.0-r0) 22:35:05 (20/39) Installing py3-chardet (3.0.4-r4) 22:35:05 (21/39) Installing py3-idna (2.9-r0) 22:35:05 (22/39) Installing py3-certifi (2020.4.5.1-r0) 22:35:05 (23/39) Installing py3-urllib3 (1.25.9-r0) 22:35:05 (24/39) Installing py3-requests (2.23.0-r0) 22:35:05 (25/39) Installing py3-msgpack (1.0.0-r0) 22:35:05 (26/39) Installing py3-lockfile (0.12.2-r3) 22:35:05 (27/39) Installing py3-cachecontrol (0.12.6-r0) 22:35:05 (28/39) Installing py3-colorama (0.4.3-r0) 22:35:05 (29/39) Installing py3-distlib (0.3.0-r0) 22:35:05 (30/39) Installing py3-distro (1.5.0-r1) 22:35:05 (31/39) Installing py3-webencodings (0.5.1-r3) 22:35:05 (32/39) Installing py3-html5lib (1.0.1-r4) 22:35:05 (33/39) Installing py3-pytoml (0.1.21-r0) 22:35:05 (34/39) Installing py3-pep517 (0.8.2-r0) 22:35:05 (35/39) Installing py3-progress (1.5-r0) 22:35:05 (36/39) Installing py3-toml (0.10.1-r0) 22:35:05 (37/39) Installing py3-retrying (1.3.3-r0) 22:35:05 (38/39) Installing py3-contextlib2 (0.6.0-r0) 22:35:05 (39/39) Installing py3-pip (20.1.1-r0) 22:35:05 Executing busybox-1.31.1-r19.trigger 22:35:05 OK: 72 MiB in 59 packages 22:35:05 Removing intermediate container 90ec63927ef2 22:35:05 ---> c2be230abaa9 22:35:05 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 22:35:06 ---> c6a8ea731402 22:35:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:35:08 ---> 9dd814ff2595 22:35:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:35:08 ---> dc98e0fd00d9 22:35:08 Step 20/24 : ENTRYPOINT ["/core-data"] 22:35:08 ---> Running in cfdfa38e4bc8 22:35:09 Removing intermediate container cfdfa38e4bc8 22:35:09 ---> ac76b94e83e3 22:35:09 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:35:09 ---> Running in e7c5464a5715 22:35:10 Removing intermediate container e7c5464a5715 22:35:10 ---> cafeb6f46912 22:35:10 Step 22/24 : LABEL arch=arm64 22:35:10 ---> Running in dee264990216 22:35:10 Collecting docker-compose==1.23.2 22:35:10 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:35:10 Removing intermediate container dee264990216 22:35:10 ---> db594e5f15cf 22:35:10 Step 23/24 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 22:35:10 ---> Running in a460680778a9 22:35:11 Collecting jsonschema<3,>=2.5.1 22:35:11 Removing intermediate container a460680778a9 22:35:11 ---> 972601fbf04e 22:35:11 Step 24/24 : LABEL version=0.0.0 22:35:11 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:35:11 ---> Running in c5a00ce778bf 22:35:11 Removing intermediate container c5a00ce778bf 22:35:11 ---> 388cc9504ca7 22:35:11 22:35:12 Successfully built 388cc9504ca7 22:35:12 Successfully tagged core-data-arm64:latest 22:35:12  Building core-data ... done Collecting PyYAML<4,>=3.10 22:35:12 Downloading PyYAML-3.13.tar.gz (270 kB) 22:35:16 Collecting docker<4.0,>=3.6.0 22:35:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:35:16 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:35:16 Collecting texttable<0.10,>=0.9.0 22:35:16 Downloading texttable-0.9.1.tar.gz (11 kB) 22:35:18 Collecting dockerpty<0.5,>=0.4.1 22:35:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:35:20 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:35:20 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:35:21 Collecting websocket-client<1.0,>=0.32.0 22:35:21 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 22:35:21 Collecting docopt<0.7,>=0.6.1 22:35:21 Downloading docopt-0.6.2.tar.gz (25 kB) 22:35:23 Collecting cached-property<2,>=1.2.0 22:35:23 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:35:24 Collecting docker-pycreds>=0.4.0 22:35:24 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:35:24 Collecting urllib3<1.25,>=1.21.1 22:35:24 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:35:25 Collecting idna<2.8,>=2.5 22:35:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:35: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) 22:35: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) 22:35:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:35:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:35:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:35:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:35:25 Installing collected packages: jsonschema, PyYAML, websocket-client, docker-pycreds, urllib3, idna, requests, docker, texttable, dockerpty, docopt, cached-property, docker-compose 22:35:26 Running setup.py install for PyYAML: started 22:35:28 Running setup.py install for PyYAML: finished with status 'done' 22:35:28 Attempting uninstall: urllib3 22:35:28 Found existing installation: urllib3 1.25.9 22:35:28 Uninstalling urllib3-1.25.9: 22:35:28 Successfully uninstalled urllib3-1.25.9 22:35:29 Attempting uninstall: idna 22:35:29 Found existing installation: idna 2.9 22:35:29 Uninstalling idna-2.9: 22:35:29 Successfully uninstalled idna-2.9 22:35:30 Attempting uninstall: requests 22:35:30 Found existing installation: requests 2.23.0 22:35:30 Uninstalling requests-2.23.0: 22:35:30 Successfully uninstalled requests-2.23.0 22:35:31 Running setup.py install for texttable: started 22:35:33 Running setup.py install for texttable: finished with status 'done' 22:35:33 Running setup.py install for dockerpty: started 22:35:35 Running setup.py install for dockerpty: finished with status 'done' 22:35:35 Running setup.py install for docopt: started 22:35:36 Running setup.py install for docopt: finished with status 'done' 22:35:37 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 22:35:45 Removing intermediate container 747f05573941 22:35:45 ---> 98cd3d37fa24 22:35:45 Step 15/24 : ENV APP_PORT=58890 22:35:45 ---> Running in 757c806d9648 22:35:46 Removing intermediate container 757c806d9648 22:35:46 ---> 1acfe1834349 22:35:46 Step 16/24 : EXPOSE $APP_PORT 22:35:46 ---> Running in 53907fa39c01 22:35:46 Removing intermediate container 53907fa39c01 22:35:46 ---> 4ee14d98b3fd 22:35:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:35:48 ---> e043594d3df5 22:35:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:35:48 ---> 102acb309c72 22:35:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:35:49 ---> 7c12e3ac72a0 22:35:49 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 22:35:49 ---> Running in 64cd57c4baea 22:35:50 Removing intermediate container 64cd57c4baea 22:35:50 ---> 4c1f0057e91c 22:35:50 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:35:50 ---> Running in 38b7b9d3cd87 22:35:50 Removing intermediate container 38b7b9d3cd87 22:35:50 ---> 5b3592ab819b 22:35:50 Step 22/24 : LABEL arch=arm64 22:35:51 ---> Running in 63ebdc43ccb1 22:35:51 Removing intermediate container 63ebdc43ccb1 22:35:51 ---> 0ac3213da646 22:35:51 Step 23/24 : LABEL git_sha=4d8305b3a0ce0906d055d440d1b874a1496e8b07 22:35:51 ---> Running in dea4ea13350d 22:35:52 Removing intermediate container dea4ea13350d 22:35:52 ---> eb28838a306b 22:35:52 Step 24/24 : LABEL version=0.0.0 22:35:52 ---> Running in 6379aa10bef6 22:35:52 Removing intermediate container 6379aa10bef6 22:35:52 ---> c747f1d33399 22:35:52 22:35:53 Successfully built c747f1d33399 22:35:53 Successfully tagged sys-mgmt-agent-arm64:latest 22:35:53  Building sys-mgmt-agent ... done  [Pipeline] } 22:35:53 $ docker stop --time=1 b004b3b43908ae4fe9d7e0c9a22497785c01e1435cea5da686964697053ac810 22:35:55 $ docker rm -f b004b3b43908ae4fe9d7e0c9a22497785c01e1435cea5da686964697053ac810 [Pipeline] // withDockerContainer [Pipeline] sh 22:35:55 + docker images 22:35:55 REPOSITORY TAG IMAGE ID CREATED SIZE 22:35:55 sys-mgmt-agent-arm64 latest c747f1d33399 3 seconds ago 299MB 22:35:55 core-data-arm64 latest 388cc9504ca7 44 seconds ago 19.1MB 22:35:55 37d1b48a6a10 About a minute ago 975MB 22:35:55 bafb070a3ce1 About a minute ago 969MB 22:35:55 security-secretstore-setup-arm64 latest 984cbb714c77 About a minute ago 27.1MB 22:35:55 security-proxy-setup-arm64 latest 58242a55b4bf About a minute ago 24.3MB 22:35:55 df126ff2af71 About a minute ago 976MB 22:35:55 887cd41deb37 About a minute ago 973MB 22:35:55 security-bootstrapper-arm64 latest 004d2d134da3 3 minutes ago 17.5MB 22:35:55 core-metadata-arm64 latest 7c0ee192f67c 4 minutes ago 15.7MB 22:35:55 support-notifications-arm64 latest afed52fcc6f0 4 minutes ago 15.7MB 22:35:55 support-scheduler-arm64 latest 7f9215ec59a9 4 minutes ago 15.1MB 22:35:55 core-command-arm64 latest c331c53b9870 4 minutes ago 15MB 22:35:55 f7aa069495f1 4 minutes ago 972MB 22:35:55 384be6edc086 4 minutes ago 969MB 22:35:55 adb255f691af 4 minutes ago 968MB 22:35:55 5749c5a63862 4 minutes ago 970MB 22:35:55 f57705109282 4 minutes ago 967MB 22:35:55 ci-base-image-arm64 latest f986508dc830 14 minutes ago 641MB 22:35:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine a36622ca3599 6 days ago 429MB 22:35:55 alpine 3.12 9852663dfa18 2 months ago 5.32MB 22:35:55 docker 20.10.0 eeaf43b92773 6 months ago 228MB 22:35:55 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 22:35:56 ---> job-cost.sh 22:35:56 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-F8F2 22:36:35 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:38:13 lf-activate-venv(): INFO: Adding /tmp/venv-F8F2/bin to PATH 22:38:13 INFO: No Stack... 22:38:13 INFO: Retrieving Pricing Info for: v2-standard-4 22:38:13 INFO: Archiving Costs [Pipeline] sh 22:38:14 + cut -d, -f6 22:38:14 + cat /w/workspace/edgex-go/3/archives/cost.csv [Pipeline] lock 22:38:14 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3571-3-stack-cost] 22:38:14 Resource [jenkins-edgexfoundry-edgex-go-PR-3571-3-stack-cost] did not exist. Created. 22:38:14 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3571-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:38:14 + echo total: 0.18000000715255737 [Pipeline] stash 22:38:14 Stashed 1 file(s) [Pipeline] } 22:38:14 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3571-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 22:38:15 provisioning config files... 22:38:15 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config7311244612691151140tmp [Pipeline] { [Pipeline] sh 22:38:15 + set +x 22:38:15 + curl -s https://codecov.io/bash 22:38:15 + bash -s -- 22:38:15 22:38:15 _____ _ 22:38:15 / ____| | | 22:38:15 | | ___ __| | ___ ___ _____ __ 22:38:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:38:15 | |___| (_) | (_| | __/ (_| (_) \ V / 22:38:15 \_____\___/ \__,_|\___|\___\___/ \_/ 22:38:15 Bash-1.0.3 22:38:15 22:38:15 22:38:15 ==> git version 2.24.4 found 22:38:15 ==> 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 22:38:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:38:15 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:38:15 ==> Jenkins CI detected. 22:38:15 project root: . 22:38:15 --> token set from env 22:38:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:38:15 ==> Running gcov in . (disable via -X gcov) 22:38:15 ==> Python coveragepy not found 22:38:15 ==> Searching for coverage reports in: 22:38:15 + . 22:38:15 -> Found 1 reports 22:38:15 ==> Detecting git/mercurial file structure 22:38:15 ==> Reading reports 22:38:15 + ./coverage.out bytes=398195 22:38:15 ==> Appending adjustments 22:38:15 https://docs.codecov.io/docs/fixing-reports 22:38:16 + Found adjustments 22:38:16 ==> Gzipping contents 22:38:16 56K /tmp/codecov.NaKj7G.gz 22:38:16 ==> Uploading reports 22:38:16 url: https://codecov.io 22:38:16 query: branch=PR-3571&commit=4d8305b3a0ce0906d055d440d1b874a1496e8b07&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3571%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3571&job=&cmd_args= 22:38:16 -> Pinging Codecov 22:38:16 https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-3571&commit=4d8305b3a0ce0906d055d440d1b874a1496e8b07&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3571%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3571&job=&cmd_args= 22:38:17 -> Uploading to 22:38:17 https://storage.googleapis.com/codecov/v4/raw/2021-06-15/00271124DB129430A58F1EEE437C3FCB/4d8305b3a0ce0906d055d440d1b874a1496e8b07/b6f2b920-2f02-4b86-b0f2-d822cf493fde.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210615%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210615T223817Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=21360a7db5a3b236ed974fc01cfe826218820e8bcb0d892245ab7ae9b594af49 22:38:17 % Total % Received % Xferd Average Speed Time Time Time Current 22:38:17 Dload Upload Total Spent Left Speed 22:38:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54466 0 0 100 54466 0 129k --:--:-- --:--:-- --:--:-- 129k 22:38:18 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/4d8305b3a0ce0906d055d440d1b874a1496e8b07 [Pipeline] } 22:38:18 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 22:38:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:38:21 ---> package-listing.sh 22:38:21 ++ facter osfamily 22:38:21 ++ tr '[:upper:]' '[:lower:]' 22:38:22 + OS_FAMILY=redhat 22:38:22 + workspace=/w/workspace/edgex-go/3 22:38:22 + START_PACKAGES=/tmp/packages_start.txt 22:38:22 + END_PACKAGES=/tmp/packages_end.txt 22:38:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:38:22 + PACKAGES=/tmp/packages_start.txt 22:38:22 + '[' /w/workspace/edgex-go/3 ']' 22:38:22 + PACKAGES=/tmp/packages_end.txt 22:38:22 + case "${OS_FAMILY}" in 22:38:22 + rpm -qa 22:38:22 + sort 22:38:24 + '[' -f /tmp/packages_start.txt ']' 22:38:24 + '[' -f /tmp/packages_end.txt ']' 22:38:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:38:24 + '[' /w/workspace/edgex-go/3 ']' 22:38:24 + mkdir -p /w/workspace/edgex-go/3/archives/ 22:38:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 22:38:24 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:38:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:38:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:38:25 22:38:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:38:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:38:25 alpine: Pulling from edgex-lftools-log-publisher 22:38:25 df20fa9351a1: Pulling fs layer 22:38:25 36b3adc4ff6f: Pulling fs layer 22:38:25 8ad3a11d3b57: Pulling fs layer 22:38:25 46f8f816bc3b: Pulling fs layer 22:38:25 93b61091891f: Pulling fs layer 22:38:25 93b9cdb0e59b: Pulling fs layer 22:38:25 5e14af77c1be: Pulling fs layer 22:38:25 01666e4c0597: Pulling fs layer 22:38:25 aa168da1d23b: Pulling fs layer 22:38:25 46f8f816bc3b: Waiting 22:38:25 93b61091891f: Waiting 22:38:25 93b9cdb0e59b: Waiting 22:38:25 5e14af77c1be: Waiting 22:38:25 01666e4c0597: Waiting 22:38:25 aa168da1d23b: Waiting 22:38:25 36b3adc4ff6f: Verifying Checksum 22:38:25 36b3adc4ff6f: Download complete 22:38:25 46f8f816bc3b: Verifying Checksum 22:38:25 46f8f816bc3b: Download complete 22:38:25 df20fa9351a1: Verifying Checksum 22:38:25 df20fa9351a1: Download complete 22:38:25 93b9cdb0e59b: Verifying Checksum 22:38:25 93b9cdb0e59b: Download complete 22:38:25 5e14af77c1be: Verifying Checksum 22:38:25 5e14af77c1be: Download complete 22:38:25 01666e4c0597: Verifying Checksum 22:38:25 01666e4c0597: Download complete 22:38:25 93b61091891f: Verifying Checksum 22:38:25 93b61091891f: Download complete 22:38:25 df20fa9351a1: Pull complete 22:38:25 8ad3a11d3b57: Verifying Checksum 22:38:25 8ad3a11d3b57: Download complete 22:38:25 36b3adc4ff6f: Pull complete 22:38:26 8ad3a11d3b57: Pull complete 22:38:26 46f8f816bc3b: Pull complete 22:38:26 93b61091891f: Pull complete 22:38:26 93b9cdb0e59b: Pull complete 22:38:26 5e14af77c1be: Pull complete 22:38:26 01666e4c0597: Pull complete 22:38:27 aa168da1d23b: Verifying Checksum 22:38:27 aa168da1d23b: Download complete 22:38:31 aa168da1d23b: Pull complete 22:38:31 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:38:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:38:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:38:31 prd-centos7-docker-4c-2g-1570 does not seem to be running inside a container 22:38:31 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:38:34 $ docker top 12533522b488287ddf660235aa01dcc0acdfe602e02719971fbe0547ba3b7bd4 -eo pid,comm [Pipeline] { [Pipeline] sh 22:38:35 + touch /tmp/pre-build-complete [Pipeline] sh 22:38:35 + mkdir -p /var/log/sa [Pipeline] sh 22:38:35 + ls /var/log/sa-host 22:38:35 + sadf -c /var/log/sa-host/sa05 22:38:35 file_magic: OK 22:38:35 HZ: Using current value: 100 22:38:35 file_header: OK 22:38:35 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 22:38:35 Statistics: 22:38:35 Hnuu...uuuununununu...Hnuu...uuuununununu... 22:38:35 File successfully converted to sysstat format version 12.2.1 22:38:35 + sadf -c /var/log/sa-host/sa15 22:38:35 file_magic: OK 22:38:35 HZ: Using current value: 100 22:38:35 file_header: OK 22:38:35 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 22:38:35 Statistics: 22:38:35 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... 22:38:35 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:38:35 provisioning config files... 22:38:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config312868457498655925tmp [Pipeline] { [Pipeline] echo 22:38:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:38:36 ---> create-netrc.sh [Pipeline] } 22:38:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:38:36 ---> python-tools-install.sh [Pipeline] echo 22:38:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:38:36 ---> sudo-logs.sh 22:38:36 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:38:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:38:37 ---> job-cost.sh 22:38:37 lf-activate-venv: SKIPPING 22:38:37 DEBUG: total: 0.18000000715255737 22:38:37 INFO: Retrieving Stack Cost... 22:38:38 INFO: Retrieving Pricing Info for: v3-standard-2 22:38:38 INFO: Archiving Costs [Pipeline] echo 22:38:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:38:39 ---> logs-deploy.sh 22:38:39 lf-activate-venv: SKIPPING 22:38:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3571/3 22:38:39 INFO: archiving workspace using pattern(s): 22:38:40 Archives upload complete. 22:38:40 INFO: archiving logs to Nexus 22:38:40 ---> uname -a: 22:38:40 Linux prd-centos7-docker-4c-2g-1570.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 22:38:40 22:38:40 22:38:40 ---> lscpu: 22:38:40 Architecture: x86_64 22:38:40 CPU op-mode(s): 32-bit, 64-bit 22:38:40 Byte Order: Little Endian 22:38:40 Address sizes: 40 bits physical, 48 bits virtual 22:38:40 CPU(s): 2 22:38:40 On-line CPU(s) list: 0,1 22:38:40 Thread(s) per core: 1 22:38:40 Core(s) per socket: 1 22:38:40 Socket(s): 2 22:38:40 NUMA node(s): 1 22:38:40 Vendor ID: AuthenticAMD 22:38:40 CPU family: 23 22:38:40 Model: 49 22:38:40 Model name: AMD EPYC-Rome Processor 22:38:40 Stepping: 0 22:38:40 CPU MHz: 2800.000 22:38:40 BogoMIPS: 5600.00 22:38:40 Virtualization: AMD-V 22:38:40 Hypervisor vendor: KVM 22:38:40 Virtualization type: full 22:38:40 L1d cache: 64 KiB 22:38:40 L1i cache: 64 KiB 22:38:40 L2 cache: 1 MiB 22:38:40 L3 cache: 32 MiB 22:38:40 NUMA node0 CPU(s): 0,1 22:38:40 Vulnerability Itlb multihit: Not affected 22:38:40 Vulnerability L1tf: Not affected 22:38:40 Vulnerability Mds: Not affected 22:38:40 Vulnerability Meltdown: Not affected 22:38:40 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:38:40 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:38:40 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:38:40 Vulnerability Srbds: Not affected 22:38:40 Vulnerability Tsx async abort: Not affected 22:38:40 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 22:38:40 22:38:40 22:38:40 ---> nproc: 22:38:40 2 22:38:40 22:38:40 22:38:40 ---> df -h: 22:38:40 Filesystem Size Used Available Use% Mounted on 22:38:40 overlay 40.0G 12.5G 27.5G 31% / 22:38:40 tmpfs 64.0M 0 64.0M 0% /dev 22:38:40 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 22:38:40 shm 64.0M 0 64.0M 0% /dev/shm 22:38:40 /dev/vda1 40.0G 12.5G 27.5G 31% /facter-os 22:38:40 /dev/vda1 40.0G 12.5G 27.5G 31% /etc/resolv.conf 22:38:40 /dev/vda1 40.0G 12.5G 27.5G 31% /etc/hostname 22:38:40 /dev/vda1 40.0G 12.5G 27.5G 31% /etc/hosts 22:38:40 /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/auth.log 22:38:40 /dev/vda1 40.0G 12.5G 27.5G 31% /run/cloud-init/result.json 22:38:40 /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/sa-host 22:38:40 /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/secure 22:38:40 /dev/vda1 40.0G 12.5G 27.5G 31% /w/workspace/edgex-go/3 22:38:40 /dev/vda1 40.0G 12.5G 27.5G 31% /w/workspace/edgex-go/3@tmp 22:38:40 22:38:40 22:38:40 ---> free -m: 22:38:40 total used free shared buff/cache available 22:38:40 Mem: 7821 1338 1863 0 4619 6448 22:38:40 Swap: 1023 2 1021 22:38:40 22:38:40 22:38:40 ---> ip addr: 22:38:40 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:38:40 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:38:40 inet 127.0.0.1/8 scope host lo 22:38:40 valid_lft forever preferred_lft forever 22:38:40 inet6 ::1/128 scope host 22:38:40 valid_lft forever preferred_lft forever 22:38:40 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:38:40 link/ether fa:16:3e:a9:12:6e brd ff:ff:ff:ff:ff:ff 22:38:40 inet 10.30.123.147/23 brd 10.30.123.255 scope global dynamic eth0 22:38:40 valid_lft 84959sec preferred_lft 84959sec 22:38:40 inet6 fe80::f816:3eff:fea9:126e/64 scope link 22:38:40 valid_lft forever preferred_lft forever 22:38:40 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:38:40 link/ether 02:42:44:ad:45:3b brd ff:ff:ff:ff:ff:ff 22:38:40 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:38:40 valid_lft forever preferred_lft forever 22:38:40 inet6 fe80::42:44ff:fead:453b/64 scope link 22:38:40 valid_lft forever preferred_lft forever 22:38:40 22:38:40 22:38:40 ---> sar -b -r -n DEV: 22:38:40 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/15/21 _x86_64_ (2 CPU) 22:38:40 22:38:40 22:14:30 LINUX RESTART (2 CPU) 22:38:40 22:38:40 22:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:38:40 22:16:01 88.32 4.29 84.02 0.00 2813.85 8885.29 0.00 22:38:40 22:17:01 75.12 0.18 74.94 0.00 22.78 40050.05 0.00 22:38:40 22:18:01 135.63 0.00 135.63 0.00 0.00 19281.44 0.00 22:38:40 22:19:01 55.53 0.02 55.51 0.00 0.53 10717.43 0.00 22:38:40 22:20:01 52.81 0.02 52.80 0.00 0.53 8577.06 0.00 22:38:40 22:21:10 192.21 63.67 128.55 0.00 1532.87 85987.18 0.00 22:38:40 22:22:02 256.90 76.42 180.49 0.00 1875.34 107382.23 0.00 22:38:40 22:23:01 522.91 270.04 252.87 0.00 14100.86 126915.56 0.00 22:38:40 22:24:01 489.31 194.96 294.36 0.00 6537.28 132344.39 0.00 22:38:40 22:25:01 296.85 13.15 283.71 0.00 1385.49 95456.44 0.00 22:38:40 22:26:01 6.06 0.00 6.06 0.00 0.00 233.27 0.00 22:38:40 22:27:01 0.25 0.00 0.25 0.00 0.00 3.25 0.00 22:38:40 22:28:01 0.27 0.00 0.27 0.00 0.00 2.73 0.00 22:38:40 22:29:01 0.28 0.00 0.28 0.00 0.00 3.27 0.00 22:38:40 22:30:01 0.62 0.40 0.22 0.00 50.37 2.50 0.00 22:38:40 22:31:01 0.85 0.00 0.85 0.00 0.00 16.43 0.00 22:38:40 22:32:01 0.25 0.00 0.25 0.00 0.00 2.75 0.00 22:38:40 22:33:01 0.17 0.00 0.17 0.00 0.00 2.20 0.00 22:38:40 22:34:01 0.27 0.00 0.27 0.00 0.00 3.53 0.00 22:38:40 22:35:01 0.22 0.00 0.22 0.00 0.00 2.33 0.00 22:38:40 22:36:01 0.27 0.00 0.27 0.00 0.00 3.67 0.00 22:38:40 22:37:01 0.22 0.00 0.22 0.00 0.00 2.47 0.00 22:38:40 22:38:01 0.23 0.00 0.23 0.00 0.00 1.97 0.00 22:38:40 Average: 93.91 26.85 67.06 0.00 1220.14 27456.71 0.00 22:38:40 22:38:40 22:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:38:40 22:16:01 5198428 0 886492 11.07 2620 1921392 1500760 16.57 807448 1592568 22564 22:38:40 22:17:01 4191784 0 962176 12.01 2620 2852352 1445924 15.96 1033744 2285508 116 22:38:40 22:18:01 3885936 0 1115460 13.93 2620 3004916 1580652 17.45 1308504 2263984 249300 22:38:40 22:19:01 3861952 0 1213620 15.15 2620 2930740 1807856 19.96 1287804 2299096 21152 22:38:40 22:20:01 3869376 0 1138876 14.22 2620 2998060 1641040 18.12 1301456 2295924 130116 22:38:40 22:21:10 1029472 0 1369672 17.10 2620 5607168 1973444 21.79 2134440 4170268 852024 22:38:40 22:22:02 312792 0 1431424 17.87 2620 6262096 2436812 26.90 2856528 4137684 443400 22:38:40 22:23:01 874660 0 1366352 17.06 2620 5765300 1890200 20.87 2606324 3789420 26416 22:38:40 22:24:01 1290008 0 1584592 19.79 2620 5131712 2531736 27.95 2089192 3901152 284948 22:38:40 22:25:01 2543236 0 1264988 15.79 2620 4198088 1299004 14.34 1324116 3422816 20 22:38:40 22:26:01 2550192 0 1258032 15.71 2620 4198088 1277392 14.10 1323840 3420112 12 22:38:40 22:27:01 2550024 0 1258192 15.71 2620 4198096 1263048 13.94 1324228 3420356 8 22:38:40 22:28:01 2550468 0 1257740 15.70 2620 4198104 1263000 13.94 1324340 3420356 8 22:38:40 22:29:01 2551236 0 1256972 15.69 2620 4198104 1263132 13.95 1323508 3421396 8 22:38:40 22:30:01 2546392 0 1260488 15.74 2620 4199432 1263120 13.95 1329580 3419692 20 22:38:40 22:31:01 2546472 0 1260408 15.74 2620 4199432 1263084 13.95 1329356 3419692 12 22:38:40 22:32:01 2546636 0 1260236 15.74 2620 4199440 1263000 13.94 1329740 3419132 16 22:38:40 22:33:01 2546168 0 1260700 15.74 2620 4199444 1263156 13.95 1364820 3384316 12 22:38:40 22:34:01 2546952 0 1259912 15.73 2620 4199448 1263000 13.94 1364572 3384316 12 22:38:40 22:35:01 2546624 0 1260236 15.74 2620 4199452 1263060 13.94 1364468 3384316 12 22:38:40 22:36:01 2546368 0 1260488 15.74 2620 4199456 1263156 13.95 1366360 3382876 8 22:38:40 22:37:01 2547112 0 1259740 15.73 2620 4199460 1263000 13.94 1365836 3382876 8 22:38:40 22:38:01 2546972 0 1259876 15.73 2620 4199464 1263000 13.94 1365920 3382876 8 22:38:40 Average: 2616490 0 1248116 15.58 2620 4141706 1501808 16.58 1488092 3234814 88270 22:38:40 22:38:40 22:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:38:40 22:16:01 eth0 1124.23 981.47 3910.66 125.48 0.00 0.00 0.00 0.00 22:38:40 22:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:16:01 veth91479d2 199.77 124.23 20.49 391.14 0.00 0.00 0.00 0.00 22:38:40 22:16:01 docker0 199.77 124.10 17.76 391.13 0.00 0.00 0.00 0.00 22:38:40 22:17:01 eth0 830.62 1123.69 4998.14 102.94 0.00 0.00 0.00 0.00 22:38:40 22:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:17:01 docker0 879.25 555.19 64.73 2302.99 0.00 0.00 0.00 0.00 22:38:40 22:18:01 eth0 299.13 221.94 881.16 32.30 0.00 0.00 0.00 0.00 22:38:40 22:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:18:01 vethab5dd9b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:38:40 22:18:01 docker0 198.50 256.78 14.39 843.25 0.00 0.00 0.00 0.00 22:38:40 22:19:01 eth0 35.88 25.67 20.14 107.02 0.00 0.00 0.00 0.00 22:38:40 22:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:19:01 vethab5dd9b 2.26 2.26 0.18 0.18 0.00 0.00 0.00 0.00 22:38:40 22:19:01 docker0 2.26 2.26 0.15 0.18 0.00 0.00 0.00 0.00 22:38:40 22:20:01 eth0 148.25 127.50 1531.97 17.99 0.00 0.00 0.00 0.00 22:38:40 22:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:21:10 vetha531679 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 22:38:40 22:21:10 eth0 34.31 23.50 154.71 9.19 0.00 0.00 0.00 0.00 22:38:40 22:21:10 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:21:10 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:22:02 vetha531679 0.00 0.49 0.00 0.03 0.00 0.00 0.00 0.00 22:38:40 22:22:02 veth463768f 0.04 0.18 0.00 0.01 0.00 0.00 0.00 0.00 22:38:40 22:22:02 eth0 106.17 78.16 216.02 15.67 0.00 0.00 0.00 0.00 22:38:40 22:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:23:01 veth50628f7 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 22:38:40 22:23:01 vetha531679 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:23:01 veth749042e 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 22:38:40 22:23:01 veth6036ee9 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 22:38:40 22:24:01 vetha531679 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 22:38:40 22:24:01 vethb1a7752 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 22:38:40 22:24:01 eth0 2865.18 2746.40 12299.39 552.59 0.00 0.00 0.00 0.00 22:38:40 22:24:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 22:38:40 22:25:01 eth0 202.85 149.93 1668.27 26.55 0.00 0.00 0.00 0.00 22:38:40 22:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:25:01 docker0 1412.65 1121.80 105.51 4359.72 0.00 0.00 0.00 0.00 22:38:40 22:26:01 eth0 0.17 0.15 0.04 0.05 0.00 0.00 0.00 0.00 22:38:40 22:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:27:01 eth0 0.18 0.12 0.07 0.01 0.00 0.00 0.00 0.00 22:38:40 22:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:28:01 eth0 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 22:38:40 22:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:29:01 eth0 1.12 0.30 0.34 0.20 0.00 0.00 0.00 0.00 22:38:40 22:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:30:01 eth0 0.82 0.37 0.34 0.23 0.00 0.00 0.00 0.00 22:38:40 22:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:31:01 eth0 0.20 0.17 0.10 0.04 0.00 0.00 0.00 0.00 22:38:40 22:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:32:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:38:40 22:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:33:01 eth0 0.85 0.28 0.31 0.20 0.00 0.00 0.00 0.00 22:38:40 22:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:34:01 eth0 0.73 0.05 0.06 0.00 0.00 0.00 0.00 0.00 22:38:40 22:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:35:01 eth0 0.27 0.12 0.05 0.04 0.00 0.00 0.00 0.00 22:38:40 22:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:36:01 eth0 0.60 0.38 0.36 0.24 0.00 0.00 0.00 0.00 22:38:40 22:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:37:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 22:38:40 22:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:38:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 22:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 Average: eth0 126.75 122.55 596.72 24.75 0.00 0.00 0.00 0.00 22:38:40 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:38:40 Average: docker0 61.49 48.83 4.59 189.76 0.00 0.00 0.00 0.00 22:38:40 22:38:40 22:38:40 ---> sar -P ALL: 22:38:40 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/15/21 _x86_64_ (2 CPU) 22:38:40 22:38:40 22:14:30 LINUX RESTART (2 CPU) 22:38:40 22:38:40 22:15:01 CPU %user %nice %system %iowait %steal %idle 22:38:40 22:16:01 all 15.34 0.00 4.14 3.26 0.11 77.15 22:38:40 22:16:01 0 13.75 0.00 4.87 4.80 0.11 76.47 22:38:40 22:16:01 1 16.93 0.00 3.40 1.74 0.11 77.83 22:38:40 22:17:01 all 18.01 0.00 5.82 3.28 0.08 72.81 22:38:40 22:17:01 0 20.14 0.00 6.09 3.18 0.09 70.50 22:38:40 22:17:01 1 15.91 0.00 5.56 3.38 0.07 75.08 22:38:40 22:18:01 all 52.01 0.00 9.65 3.86 0.11 34.37 22:38:40 22:18:01 0 51.64 0.00 10.49 2.83 0.11 34.93 22:38:40 22:18:01 1 52.37 0.00 8.81 4.89 0.11 33.82 22:38:40 22:19:01 all 30.95 0.00 5.36 1.77 0.08 61.84 22:38:40 22:19:01 0 30.18 0.00 5.37 2.00 0.09 62.36 22:38:40 22:19:01 1 31.71 0.00 5.35 1.54 0.07 61.33 22:38:40 22:20:01 all 53.10 0.00 8.71 5.82 0.12 32.26 22:38:40 22:20:01 0 52.29 0.00 8.74 5.14 0.13 33.71 22:38:40 22:20:01 1 53.90 0.00 8.68 6.50 0.11 30.81 22:38:40 22:21:10 all 13.97 0.00 8.95 56.61 0.12 20.35 22:38:40 22:21:10 0 13.17 0.00 9.46 55.10 0.14 22.12 22:38:40 22:21:10 1 14.76 0.00 8.44 58.11 0.11 18.58 22:38:40 22:22:02 all 9.74 0.00 9.83 58.30 0.09 22.05 22:38:40 22:22:02 0 9.52 0.00 10.45 51.41 0.08 28.53 22:38:40 22:22:02 1 9.95 0.00 9.21 65.19 0.10 15.55 22:38:40 22:23:01 all 65.92 0.00 14.53 16.42 0.13 3.00 22:38:40 22:23:01 0 65.88 0.00 14.78 15.95 0.13 3.26 22:38:40 22:23:01 1 65.96 0.00 14.27 16.89 0.13 2.75 22:38:40 22:24:01 all 27.02 0.00 12.97 53.66 0.13 6.22 22:38:40 22:24:01 0 26.32 0.00 13.70 52.08 0.14 7.76 22:38:40 22:24:01 1 27.72 0.00 12.25 55.23 0.11 4.68 22:38:40 22:25:01 all 52.69 0.00 12.33 10.77 0.14 24.07 22:38:40 22:25:01 0 52.38 0.00 12.30 10.41 0.13 24.78 22:38:40 22:25:01 1 53.00 0.00 12.36 11.13 0.15 23.36 22:38:40 22:26:01 all 0.13 0.00 0.03 0.01 0.03 99.81 22:38:40 22:26:01 0 0.23 0.00 0.02 0.00 0.03 99.72 22:38:40 22:26:01 1 0.02 0.00 0.05 0.02 0.02 99.90 22:38:40 22:38:40 22:26:01 CPU %user %nice %system %iowait %steal %idle 22:38:40 22:27:01 all 0.11 0.00 0.02 0.00 0.03 99.85 22:38:40 22:27:01 0 0.20 0.00 0.02 0.00 0.03 99.75 22:38:40 22:27:01 1 0.02 0.00 0.02 0.00 0.02 99.95 22:38:40 22:28:01 all 0.16 0.00 0.02 0.00 0.02 99.81 22:38:40 22:28:01 0 0.27 0.00 0.02 0.00 0.02 99.70 22:38:40 22:28:01 1 0.05 0.00 0.02 0.00 0.02 99.92 22:38:40 22:29:01 all 0.11 0.00 0.03 0.00 0.03 99.83 22:38:40 22:29:01 0 0.20 0.00 0.03 0.00 0.03 99.73 22:38:40 22:29:01 1 0.02 0.00 0.03 0.00 0.02 99.93 22:38:40 22:30:01 all 0.07 0.00 0.07 0.03 0.03 99.82 22:38:40 22:30:01 0 0.10 0.00 0.08 0.00 0.03 99.78 22:38:40 22:30:01 1 0.03 0.00 0.05 0.05 0.02 99.85 22:38:40 22:31:01 all 0.12 0.00 0.03 0.00 0.02 99.84 22:38:40 22:31:01 0 0.20 0.00 0.02 0.00 0.02 99.77 22:38:40 22:31:01 1 0.03 0.00 0.03 0.00 0.02 99.92 22:38:40 22:32:01 all 0.14 0.00 0.02 0.00 0.03 99.82 22:38:40 22:32:01 0 0.23 0.00 0.02 0.00 0.02 99.73 22:38:40 22:32:01 1 0.05 0.00 0.02 0.00 0.03 99.90 22:38:40 22:33:01 all 0.07 0.00 0.05 0.00 0.02 99.87 22:38:40 22:33:01 0 0.12 0.00 0.03 0.00 0.02 99.83 22:38:40 22:33:01 1 0.02 0.00 0.07 0.00 0.02 99.90 22:38:40 22:34:01 all 0.16 0.00 0.03 0.00 0.02 99.80 22:38:40 22:34:01 0 0.27 0.00 0.02 0.00 0.00 99.72 22:38:40 22:34:01 1 0.05 0.00 0.03 0.00 0.03 99.88 22:38:40 22:35:01 all 0.14 0.00 0.01 0.00 0.02 99.83 22:38:40 22:35:01 0 0.25 0.00 0.00 0.00 0.02 99.73 22:38:40 22:35:01 1 0.03 0.00 0.02 0.00 0.02 99.93 22:38:40 22:36:01 all 0.09 0.00 0.03 0.00 0.03 99.85 22:38:40 22:36:01 0 0.15 0.00 0.03 0.00 0.02 99.80 22:38:40 22:36:01 1 0.03 0.00 0.03 0.00 0.03 99.90 22:38:40 22:37:01 all 0.07 0.00 0.02 0.00 0.03 99.89 22:38:40 22:37:01 0 0.12 0.00 0.02 0.00 0.02 99.85 22:38:40 22:37:01 1 0.02 0.00 0.02 0.00 0.03 99.93 22:38:40 22:38:40 22:37:01 CPU %user %nice %system %iowait %steal %idle 22:38:40 22:38:01 all 0.16 0.00 0.03 0.00 0.01 99.81 22:38:40 22:38:01 0 0.28 0.00 0.03 0.00 0.00 99.68 22:38:40 22:38:01 1 0.03 0.00 0.02 0.00 0.02 99.93 22:38:40 Average: all 14.06 0.00 3.84 8.97 0.06 73.08 22:38:40 Average: 0 13.96 0.00 4.00 8.54 0.06 73.44 22:38:40 Average: 1 14.16 0.00 3.68 9.39 0.06 72.72 22:38:40 22:38:40 22:38:40