Pull request #3562 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 04c838e8472b5aabfd7e7421d4bd85178651bafb+e3fe4ea6dc2b0363ea17cb6a495f96496b33254f (b527fb123e868b4154bb438fbeaab4126a1915da) 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-ssh7711978078365054416.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-ssh5095358202165218403.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-3562/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-3562/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8327447998144759177.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-ssh7115340018558127024.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-3562/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-3562/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh417908963555990102.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 ‘prd-centos7-blackbox-4c-2g-591’ doesn’t have label ‘centos7-docker-4c-2g’ ‘prd-centos7-docker-4c-2g-1306’ is offline Running on prd-centos7-docker-4c-2g-1308 in /w/workspace/edgexfoundry_edgex-go_PR-3562 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/2@tmp/jenkins-gitclient-ssh8805388866777750351.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 e3fe4ea6dc2b0363ea17cb6a495f96496b33254f into PR head commit 04c838e8472b5aabfd7e7421d4bd85178651bafb Merge succeeded, producing 04c838e8472b5aabfd7e7421d4bd85178651bafb Checking out Revision 04c838e8472b5aabfd7e7421d4bd85178651bafb (PR-3562) > 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/2@tmp/jenkins-gitclient-ssh5294824122784967303.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3562/head:refs/remotes/origin/PR-3562 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 04c838e8472b5aabfd7e7421d4bd85178651bafb # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/2@tmp/jenkins-gitclient-ssh6210761713299616411.key > git merge e3fe4ea6dc2b0363ea17cb6a495f96496b33254f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 04c838e8472b5aabfd7e7421d4bd85178651bafb # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git rev-list --no-walk 453914383dfa345ded50b63636eeac27a3d9aebe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:20:18 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:20:18 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:20:18 ========================================================= 18:20:18 EdgeX Global Pipelines Version Info 18:20:18 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:20:19 ------------------- 18:20:19 stable info: 18:20:19 ------------------- 18:20:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:20:19 Commit SHA: f4a1163c6b2b14014f487cca778b157dcbc6cc6b 18:20:19 Message: update stable to v1.0.194 18:20:20 ------------------- 18:20:20 experimental info: 18:20:20 ------------------- 18:20:20 Commited By: **** collab-it+edgex@linuxfoundation.org 18:20:20 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 18:20:20 Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:20:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:20:20 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:20:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:20:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:20:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:20:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 18:20:20 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 18:20:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:20:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 18:20:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 18:20:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:20:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:20:20 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:20:20 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:20:20 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:20:20 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:20:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:20:20 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:20:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:20:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 18:20:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:20:20 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:20:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3562 [Pipeline] echo 18:20:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3562 [Pipeline] echo 18:20:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3562 [Pipeline] echo 18:20:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 04c838e8472b5aabfd7e7421d4bd85178651bafb [Pipeline] echo 18:20:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 04c838e [Pipeline] echo 18:20:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:20:21 provisioning config files... 18:20:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7487976132395538639tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:20:21 ---> docker-login.sh 18:20:21 nexus3.edgexfoundry.org:10001 18:20:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:20:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:20:22 Configure a credential helper to remove this warning. See 18:20:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:20:22 18:20:22 Login Succeeded 18:20:22 nexus3.edgexfoundry.org:10002 18:20:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:20:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:20:22 Configure a credential helper to remove this warning. See 18:20:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:20:22 18:20:22 Login Succeeded 18:20:22 nexus3.edgexfoundry.org:10003 18:20:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:20:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:20:22 Configure a credential helper to remove this warning. See 18:20:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:20:22 18:20:22 Login Succeeded 18:20:22 nexus3.edgexfoundry.org:10004 18:20:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:20:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:20:22 Configure a credential helper to remove this warning. See 18:20:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:20:22 18:20:22 Login Succeeded 18:20:22 docker.io 18:20:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:20:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:20:23 Configure a credential helper to remove this warning. See 18:20:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:20:23 18:20:23 Login Succeeded 18:20:23 ---> docker-login.sh ends [Pipeline] } 18:20:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:20:23 ++ 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 18:20:23 + for file in '`ls cmd/**/Dockerfile`' 18:20:23 ++ dirname cmd/core-command/Dockerfile 18:20:23 ++ cut -d/ -f2 18:20:23 + echo core-command,cmd/core-command/Dockerfile 18:20:23 + for file in '`ls cmd/**/Dockerfile`' 18:20:23 ++ dirname cmd/core-data/Dockerfile 18:20:23 ++ cut -d/ -f2 18:20:23 + echo core-data,cmd/core-data/Dockerfile 18:20:23 + for file in '`ls cmd/**/Dockerfile`' 18:20:23 ++ dirname cmd/core-metadata/Dockerfile 18:20:23 ++ cut -d/ -f2 18:20:23 + echo core-metadata,cmd/core-metadata/Dockerfile 18:20:23 + for file in '`ls cmd/**/Dockerfile`' 18:20:23 ++ dirname cmd/security-bootstrapper/Dockerfile 18:20:23 ++ cut -d/ -f2 18:20:23 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:20:23 + for file in '`ls cmd/**/Dockerfile`' 18:20:23 ++ dirname cmd/security-proxy-setup/Dockerfile 18:20:23 ++ cut -d/ -f2 18:20:23 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:20:23 + for file in '`ls cmd/**/Dockerfile`' 18:20:23 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:20:23 ++ cut -d/ -f2 18:20:23 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:20:23 + for file in '`ls cmd/**/Dockerfile`' 18:20:23 ++ dirname cmd/support-notifications/Dockerfile 18:20:23 ++ cut -d/ -f2 18:20:23 + echo support-notifications,cmd/support-notifications/Dockerfile 18:20:23 + for file in '`ls cmd/**/Dockerfile`' 18:20:23 ++ dirname cmd/support-scheduler/Dockerfile 18:20:23 ++ cut -d/ -f2 18:20:23 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:20:23 + for file in '`ls cmd/**/Dockerfile`' 18:20:23 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:20:23 ++ cut -d/ -f2 18:20:23 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:20:23 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 18:20:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:20:24 18:20:24 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:20:24 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:20:24 latest: Pulling from edgex-devops/git-semver 18:20:24 31603596830f: Pulling fs layer 18:20:24 54011a49482f: Pulling fs layer 18:20:24 a6820b24f6d8: Pulling fs layer 18:20:24 f581987b2513: Pulling fs layer 18:20:24 f581987b2513: Waiting 18:20:24 54011a49482f: Verifying Checksum 18:20:24 54011a49482f: Download complete 18:20:25 31603596830f: Verifying Checksum 18:20:25 31603596830f: Download complete 18:20:25 a6820b24f6d8: Verifying Checksum 18:20:25 a6820b24f6d8: Download complete 18:20:25 f581987b2513: Verifying Checksum 18:20:25 f581987b2513: Download complete 18:20:25 31603596830f: Pull complete 18:20:25 54011a49482f: Pull complete 18:20:27 a6820b24f6d8: Pull complete 18:20:27 f581987b2513: Pull complete 18:20:27 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 18:20:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:20:27 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:20:27 prd-centos7-docker-4c-2g-1308 does not seem to be running inside a container 18:20:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:20:34 $ docker top 69afd6f141c6f31121014d892ccbc675ab78c99d94107d8a175823dde70476ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:20:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:20:34 [ssh-agent] Looking for ssh-agent implementation... 18:20:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:20:34 $ docker exec 69afd6f141c6f31121014d892ccbc675ab78c99d94107d8a175823dde70476ba ssh-agent 18:20:34 SSH_AUTH_SOCK=/tmp/ssh-7Hcj1cKEHTX4/agent.13 18:20:34 SSH_AGENT_PID=20 18:20:34 Running ssh-add (command line suppressed) 18:20:34 Identity added: /w/workspace/edgex-go/2@tmp/private_key_6044336417026192274.key (/w/workspace/edgex-go/2@tmp/private_key_6044336417026192274.key) 18:20:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:20:35 + git tag --points-at HEAD [Pipeline] } 18:20:35 $ docker exec --env ******** --env ******** 69afd6f141c6f31121014d892ccbc675ab78c99d94107d8a175823dde70476ba ssh-agent -k 18:20:35 unset SSH_AUTH_SOCK; 18:20:35 unset SSH_AGENT_PID; 18:20:35 echo Agent pid 20 killed; 18:20:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:20:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:20:35 [ssh-agent] Looking for ssh-agent implementation... 18:20:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:20:35 $ docker exec 69afd6f141c6f31121014d892ccbc675ab78c99d94107d8a175823dde70476ba ssh-agent 18:20:35 SSH_AUTH_SOCK=/tmp/ssh-dvl2FH0BxHoK/agent.55 18:20:35 SSH_AGENT_PID=62 18:20:35 Running ssh-add (command line suppressed) 18:20:35 Identity added: /w/workspace/edgex-go/2@tmp/private_key_9173711198539576454.key (/w/workspace/edgex-go/2@tmp/private_key_9173711198539576454.key) 18:20:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:20:36 + git semver init 18:20:36 # -> Open(): unable to determine branch for HEAD 18:20:36 # $GIT_DIR = /w/workspace/edgex-go/2/.git 18:20:36 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 18:20:36 # $SEMVER_REMOTE_NAME = origin 18:20:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:20:36 # $SEMVER_USER_NAME = edgex-jenkins 18:20:36 # $SEMVER_BRANCH = PR-3562 18:20:36 # $SEMVER_TEMP = /tmp/semver-388106554 18:20:36 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:20:54 # '/tmp/semver-388106554' -> '/w/workspace/edgex-go/2/.semver' 18:20:54 # -> Force: false 18:20:54 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 18:20:54 $ docker exec --env ******** --env ******** 69afd6f141c6f31121014d892ccbc675ab78c99d94107d8a175823dde70476ba ssh-agent -k 18:20:54 unset SSH_AUTH_SOCK; 18:20:54 unset SSH_AGENT_PID; 18:20:54 echo Agent pid 62 killed; 18:20:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:20:54 + git semver [Pipeline] } 18:20:54 $ docker stop --time=1 69afd6f141c6f31121014d892ccbc675ab78c99d94107d8a175823dde70476ba 18:21:04 $ docker rm -f 69afd6f141c6f31121014d892ccbc675ab78c99d94107d8a175823dde70476ba [Pipeline] // withDockerContainer [Pipeline] sh 18:21:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:21:05 Stashed 1 file(s) [Pipeline] echo 18:21:05 [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 18:21:05 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:21:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:21:06 + sudo service docker restart 18:21:06 + true 18:21:06 Redirecting to /bin/systemctl restart docker.service 18:21:20 Still waiting to schedule task 18:21:20 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [Pipeline] echo 18:21:24 ========================================================= 18:21:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 18:21:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:21:24 + 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 . 18:21:26 Sending build context to Docker daemon 329.3MB 18:21:26 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 18:21:26 Step 2/6 : FROM ${BASE} 18:21:26 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 18:21:26 540db60ca938: Pulling fs layer 18:21:26 adcc1eea9eea: Pulling fs layer 18:21:26 4c4ab2625f07: Pulling fs layer 18:21:26 0510c868ecb4: Pulling fs layer 18:21:26 afea3b2eda06: Pulling fs layer 18:21:26 7809a108b3ef: Pulling fs layer 18:21:26 f706445af74f: Pulling fs layer 18:21:26 0510c868ecb4: Waiting 18:21:26 afea3b2eda06: Waiting 18:21:26 7809a108b3ef: Waiting 18:21:26 f706445af74f: Waiting 18:21:26 4c4ab2625f07: Verifying Checksum 18:21:26 4c4ab2625f07: Download complete 18:21:26 adcc1eea9eea: Verifying Checksum 18:21:26 adcc1eea9eea: Download complete 18:21:26 afea3b2eda06: Verifying Checksum 18:21:26 afea3b2eda06: Download complete 18:21:26 7809a108b3ef: Verifying Checksum 18:21:26 7809a108b3ef: Download complete 18:21:26 540db60ca938: Verifying Checksum 18:21:26 540db60ca938: Download complete 18:21:27 540db60ca938: Pull complete 18:21:27 adcc1eea9eea: Pull complete 18:21:27 4c4ab2625f07: Pull complete 18:21:28 f706445af74f: Verifying Checksum 18:21:28 f706445af74f: Download complete 18:21:28 0510c868ecb4: Verifying Checksum 18:21:28 0510c868ecb4: Download complete 18:21:32 0510c868ecb4: Pull complete 18:21:33 afea3b2eda06: Pull complete 18:21:33 7809a108b3ef: Pull complete 18:21:42 f706445af74f: Pull complete 18:21:42 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 18:21:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 18:21:42 ---> b068be0155e3 18:21:42 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 18:21:50 ---> Running in 16c8be239a80 18:21:50 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:21:50 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:21:51 (1/12) Installing libmagic (5.39-r0) 18:21:52 (2/12) Installing file (5.39-r0) 18:21:52 (3/12) Installing libc-dev (0.7.2-r3) 18:21:52 (4/12) Installing g++ (10.2.1_pre1-r3) 18:21:59 (5/12) Installing fortify-headers (1.1-r0) 18:21:59 (6/12) Installing patch (2.7.6-r6) 18:21:59 (7/12) Installing build-base (0.5-r2) 18:21:59 (8/12) Installing libsodium (1.0.18-r0) 18:21:59 (9/12) Installing pkgconf (1.7.3-r0) 18:21:59 (10/12) Installing libsodium-dev (1.0.18-r0) 18:21:59 (11/12) Installing libzmq (4.3.3-r1) 18:21:59 (12/12) Installing zeromq-dev (4.3.3-r1) 18:21:59 Executing busybox-1.32.1-r6.trigger 18:21:59 OK: 219 MiB in 52 packages 18:22:07 Removing intermediate container 16c8be239a80 18:22:07 ---> 1cf921cd421e 18:22:07 Step 4/6 : WORKDIR /edgex-go 18:22:07 ---> Running in fc2d5e84a7a8 18:22:07 Removing intermediate container fc2d5e84a7a8 18:22:07 ---> c18d91c17fc8 18:22:07 Step 5/6 : COPY go.mod . 18:22:07 ---> 07a5000ba708 18:22:07 Step 6/6 : RUN go mod download 18:22:07 ---> Running in 0a9bbe8fe872 18:22:46 Removing intermediate container 0a9bbe8fe872 18:22:46 ---> 3c61fe8683a3 18:22:46 Successfully built 3c61fe8683a3 18:22:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:22:48 + docker inspect -f . ci-base-image-x86_64 18:22:48 . [Pipeline] withDockerContainer 18:22:48 prd-centos7-docker-4c-2g-1308 does not seem to be running inside a container 18:22:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:22:49 $ docker top 6887f812e621d115cb241342956b4f27f927d0a8a6b5f5befe1be80f94ba8ba3 -eo pid,comm [Pipeline] { [Pipeline] sh 18:22:49 + go version 18:22:49 go version go1.16.3 linux/amd64 [Pipeline] } 18:22:49 $ docker stop --time=1 6887f812e621d115cb241342956b4f27f927d0a8a6b5f5befe1be80f94ba8ba3 18:22:50 $ docker rm -f 6887f812e621d115cb241342956b4f27f927d0a8a6b5f5befe1be80f94ba8ba3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:22:51 + docker inspect -f . ci-base-image-x86_64 18:22:51 . [Pipeline] withDockerContainer 18:22:51 prd-centos7-docker-4c-2g-1308 does not seem to be running inside a container 18:22:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:22:52 $ docker top 7dae2b1fc8f46ccdc1d1437c8f0fbb5f5423e4c23a4794bf550b301455332ea6 -eo pid,comm [Pipeline] { [Pipeline] echo 18:22:52 ========================================================= 18:22:52 [edgeXBuildGoParallel] Running Tests and Build... 18:22:52 ========================================================= [Pipeline] sh 18:22:52 + go mod tidy [Pipeline] sh 18:22:53 + make test 18:22:53 go mod tidy 18:22:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:22:59 ? github.com/edgexfoundry/edgex-go [no test files] 18:23:21 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:23:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:23:26 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:23:28 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:23:31 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:23:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:23:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:23:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:23:35 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:23:37 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:23:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:23:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:23:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:23:38 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 18:23:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.053s coverage: 28.7% of statements 18:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:23:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:23:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.081s coverage: 100.0% of statements 18:23:43 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 18:23:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.093s coverage: 53.4% of statements 18:23:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:23:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:23:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.093s coverage: 87.7% of statements 18:23:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 18:23:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 18:23:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.066s coverage: 78.9% of statements 18:23:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.052s coverage: 81.2% of statements 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:23:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.239s coverage: 95.1% of statements 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:23:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.052s coverage: 60.0% of statements 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:23:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.053s coverage: 0.8% of statements 18:23:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 18:23:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements 18:23:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.057s coverage: 22.0% of statements 18:23:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:23:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.046s coverage: 47.1% of statements 18:23:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.052s coverage: 79.5% of statements 18:23:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.045s coverage: 94.1% of statements 18:23:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.053s coverage: 96.3% of statements 18:23:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements 18:24:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.048s coverage: 94.4% of statements 18:24:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.040s coverage: 44.8% of statements 18:24:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1313 in /w/workspace/edgexfoundry_edgex-go_PR-3562 [Pipeline] { [Pipeline] ws 18:24:08 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 18:24:09 The recommended git tool is: git 18:24:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 17.806s coverage: 81.8% of statements 18:24:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:24:15 using credential edgex-jenkins-ssh 18:24:15 Cloning the remote Git repository 18:24:15 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:24:15 > git init /w/workspace/edgex-go/2 # timeout=10 18:24:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:24:15 > git --version # timeout=10 18:24:15 > git --version # 'git version 2.17.1' 18:24:15 using GIT_SSH to set credentials SSH Credentials for GitHub 18:24:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:24:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.075s coverage: 92.9% of statements 18:24:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:24:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:24:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:24:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 65.1% of statements 18:24:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:24:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:24:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:24:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:24:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:24:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.065s coverage: 87.2% of statements 18:24:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:24:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:24:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 18:24:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:24:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.058s coverage: 76.0% of statements 18:24:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:24:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements 18:24:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements 18:24:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 85.4% of statements 18:24:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.2% of statements 18:24:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:24:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.110s coverage: 64.4% of statements 18:24:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:24:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:24:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.046s coverage: 100.0% of statements 18:24:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.023s coverage: 91.3% of statements 18:24:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements 18:24:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.020s coverage: 73.7% of statements 18:24:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 18:24:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.212s coverage: 66.9% of statements 18:24:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:24:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:24:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:24:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.111s coverage: 43.6% of statements 18:24:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:24:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:24:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.049s coverage: 89.5% of statements 18:24:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:24:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.060s coverage: 84.8% of statements 18:24:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 18:24:35 Merging remotes/origin/master commit e3fe4ea6dc2b0363ea17cb6a495f96496b33254f into PR head commit 04c838e8472b5aabfd7e7421d4bd85178651bafb 18:24:35 Merge succeeded, producing 04c838e8472b5aabfd7e7421d4bd85178651bafb 18:24:35 Checking out Revision 04c838e8472b5aabfd7e7421d4bd85178651bafb (PR-3562) 18:24:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:24:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:24:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:24:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:24:34 using GIT_SSH to set credentials SSH Credentials for GitHub 18:24:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3562/head:refs/remotes/origin/PR-3562 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:24:35 > git config core.sparsecheckout # timeout=10 18:24:35 > git checkout -f 04c838e8472b5aabfd7e7421d4bd85178651bafb # timeout=10 18:24:35 > git remote # timeout=10 18:24:35 > git config --get remote.origin.url # timeout=10 18:24:35 using GIT_SSH to set credentials SSH Credentials for GitHub 18:24:35 > git merge e3fe4ea6dc2b0363ea17cb6a495f96496b33254f # timeout=10 18:24:35 > git rev-parse HEAD^{commit} # timeout=10 18:24:35 > git config core.sparsecheckout # timeout=10 18:24:35 > git checkout -f 04c838e8472b5aabfd7e7421d4bd85178651bafb # timeout=10 18:24:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.065s coverage: 19.3% of statements 18:24:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 18:24:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 18:24:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:24:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:24:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.125s coverage: 91.9% of statements 18:24:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 18:24:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 18:24:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] 18:24:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 18:24:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 18:24:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.050s coverage: 62.7% of statements 18:24:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:24:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:24:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.097s coverage: 97.6% of statements 18:24:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 18:24:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 18:24:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] 18:24:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:24:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 18:24:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.044s coverage: 28.9% of statements 18:24:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 18:24:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 18:24:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:24:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:24:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 18:24:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:24:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 18:24:37 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 95.4% of statements 18:24:37 GO111MODULE=on go vet ./... 18:24:40 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:24:41 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:24:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:24:42 + true 18:24:42 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:25:00 provisioning config files... 18:25:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7264425946918514150tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:25:00 ---> docker-login.sh 18:25:00 nexus3.edgexfoundry.org:10001 18:25:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:25:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:25:02 Configure a credential helper to remove this warning. See 18:25:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:25:02 18:25:02 Login Succeeded 18:25:02 nexus3.edgexfoundry.org:10002 18:25:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:25:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:25:02 Configure a credential helper to remove this warning. See 18:25:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:25:02 18:25:02 Login Succeeded 18:25:02 nexus3.edgexfoundry.org:10003 18:25:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:25:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:25:02 Configure a credential helper to remove this warning. See 18:25:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:25:02 18:25:02 Login Succeeded 18:25:02 nexus3.edgexfoundry.org:10004 18:25:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:25:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:25:03 Configure a credential helper to remove this warning. See 18:25:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:25:03 18:25:03 Login Succeeded 18:25:03 docker.io 18:25:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:25:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:25:04 Configure a credential helper to remove this warning. See 18:25:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:25:04 18:25:04 Login Succeeded 18:25:04 ---> docker-login.sh ends [Pipeline] } 18:25:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:25:04 ========================================================= 18:25:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 18:25:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:25:05 + 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 . 18:25:07 Sending build context to Docker daemon 166.3MB 18:25:07 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 18:25:07 Step 2/6 : FROM ${BASE} 18:25:07 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:25:07 595b0fe564bb: Pulling fs layer 18:25:07 3088b5b3c5c0: Pulling fs layer 18:25:07 5b7225fbf94c: Pulling fs layer 18:25:07 ba82ee9f976e: Pulling fs layer 18:25:07 ba82ee9f976e: Waiting 18:25:07 506bd15cee9f: Pulling fs layer 18:25:07 75a0a4a0db45: Pulling fs layer 18:25:07 618dc40b7e24: Pulling fs layer 18:25:07 506bd15cee9f: Waiting 18:25:07 75a0a4a0db45: Waiting 18:25:07 618dc40b7e24: Waiting 18:25:07 5b7225fbf94c: Verifying Checksum 18:25:07 5b7225fbf94c: Download complete 18:25:07 3088b5b3c5c0: Verifying Checksum 18:25:07 3088b5b3c5c0: Download complete 18:25:07 506bd15cee9f: Verifying Checksum 18:25:07 506bd15cee9f: Download complete 18:25:07 75a0a4a0db45: Verifying Checksum 18:25:07 75a0a4a0db45: Download complete 18:25:07 595b0fe564bb: Verifying Checksum 18:25:07 595b0fe564bb: Download complete 18:25:08 595b0fe564bb: Pull complete 18:25:09 3088b5b3c5c0: Pull complete 18:25:09 gofmt -l . 18:25:09 [ "`gofmt -l .`" = "" ] 18:25:09 ./bin/test-attribution-txt.sh [Pipeline] sh 18:25:09 5b7225fbf94c: Pull complete 18:25:09 + ls -al . 18:25:09 total 516 18:25:09 drwxrwxr-x 10 1001 1001 4096 Jun 14 18:25 . 18:25:09 drwxr-xr-x 4 root root 28 Jun 14 18:22 .. 18:25:09 -rw-rw-r-- 1 1001 1001 11 Jun 14 18:20 .dockerignore 18:25:09 drwxrwxr-x 8 1001 1001 179 Jun 14 18:20 .git 18:25:09 drwxrwxr-x 3 1001 1001 125 Jun 14 18:20 .github 18:25:09 -rw-rw-r-- 1 1001 1001 818 Jun 14 18:20 .gitignore 18:25:09 drwx------ 3 1001 1001 60 Jun 14 18:20 .semver 18:25:09 -rw-rw-r-- 1 1001 1001 166 Jun 14 18:20 .sonarcloud.properties 18:25:09 -rw-rw-r-- 1 1001 1001 8609 Jun 14 18:20 Attribution.txt 18:25:09 -rw-rw-r-- 1 1001 1001 3804 Jun 14 18:20 CONTRIBUTING.md 18:25:09 -rw-rw-r-- 1 1001 1001 931 Jun 14 18:20 Dockerfile.build 18:25:09 -rw-rw-r-- 1 1001 1001 849 Jun 14 18:20 Jenkinsfile 18:25:09 -rw-rw-r-- 1 1001 1001 10775 Jun 14 18:20 LICENSE 18:25:09 -rw-rw-r-- 1 1001 1001 5605 Jun 14 18:20 Makefile 18:25:09 -rw-rw-r-- 1 1001 1001 7978 Jun 14 18:20 README.md 18:25:09 -rw-rw-r-- 1 1001 1001 7071 Jun 14 18:20 SECURITY.md 18:25:09 -rw-rw-r-- 1 1001 1001 5 Jun 14 18:21 VERSION 18:25:09 -rw-rw-r-- 1 1001 1001 4131 Jun 14 18:20 ZMQWindows.md 18:25:09 drwxrwxr-x 2 1001 1001 37 Jun 14 18:20 bin 18:25:09 drwxrwxr-x 14 1001 1001 4096 Jun 14 18:20 cmd 18:25:09 -rw-r--r-- 1 root root 398195 Jun 14 18:24 coverage.out 18:25:09 -rw-rw-r-- 1 1001 1001 841 Jun 14 18:20 go.mod 18:25:09 -rw-r--r-- 1 root root 21063 Jun 14 18:22 go.sum 18:25:09 drwxrwxr-x 7 1001 1001 114 Jun 14 18:20 internal 18:25:09 drwxrwxr-x 3 1001 1001 16 Jun 14 18:20 openapi 18:25:09 drwxrwxr-x 4 1001 1001 71 Jun 14 18:20 snap 18:25:09 -rw-rw-r-- 1 1001 1001 168 Jun 14 18:20 version.go [Pipeline] sh 18:25:10 + '[' -e coverage.out ] 18:25:10 + chown 1001:1001 coverage.out [Pipeline] stash 18:25:10 618dc40b7e24: Verifying Checksum 18:25:10 618dc40b7e24: Download complete 18:25:10 Stashed 1 file(s) [Pipeline] sh 18:25:10 + make build 18:25:10 go mod tidy 18:25:10 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 18:25:11 ba82ee9f976e: Verifying Checksum 18:25:11 ba82ee9f976e: Download complete 18:25:12 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 18:25:20 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 18:25: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 18:25:21 ba82ee9f976e: Pull complete 18:25:21 506bd15cee9f: Pull complete 18:25:21 75a0a4a0db45: Pull complete 18:25:22 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 18:25:22 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 18:25:23 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 18:25:24 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 18:25:25 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 18:25:26 618dc40b7e24: Pull complete 18:25:26 Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 18:25:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 18:25:26 ---> a36622ca3599 18:25:26 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 18:25:26 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 18:25:27 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 18:25:28 ---> Running in 7563756d4a3e 18:25:29 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:25:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:25:30 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:25:31 (1/12) Installing libmagic (5.39-r0) 18:25:31 (2/12) Installing file (5.39-r0) 18:25:31 (3/12) Installing libc-dev (0.7.2-r3) 18:25:31 (4/12) Installing g++ (10.2.1_pre1-r3) [Pipeline] } 18:25:31 $ docker stop --time=1 7dae2b1fc8f46ccdc1d1437c8f0fbb5f5423e4c23a4794bf550b301455332ea6 18:25:35 (5/12) Installing fortify-headers (1.1-r0) 18:25:35 (6/12) Installing patch (2.7.6-r6) 18:25:36 (7/12) Installing build-base (0.5-r2) 18:25:36 (8/12) Installing libsodium (1.0.18-r0) 18:25:36 (9/12) Installing pkgconf (1.7.3-r0) 18:25:36 (10/12) Installing libsodium-dev (1.0.18-r0) 18:25:36 (11/12) Installing libzmq (4.3.3-r1) 18:25:36 (12/12) Installing zeromq-dev (4.3.3-r1) 18:25:36 Executing busybox-1.32.1-r6.trigger 18:25:36 OK: 218 MiB in 52 packages 18:25:40 $ docker rm -f 7dae2b1fc8f46ccdc1d1437c8f0fbb5f5423e4c23a4794bf550b301455332ea6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 18:25:40 Removing intermediate container 7563756d4a3e 18:25:40 ---> 32364dd0a5ee 18:25:40 Step 4/6 : WORKDIR /edgex-go 18:25:40 ---> Running in 92938508994c 18:25:40 Removing intermediate container 92938508994c 18:25:40 ---> fb47c2ac3634 18:25:40 Step 5/6 : COPY go.mod . [Pipeline] isUnix [Pipeline] sh 18:25:41 ---> d1d63223b108 18:25:41 Step 6/6 : RUN go mod download 18:25:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:25:41 18:25:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:25:41 ---> Running in 30d695cd3777 18:25:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:25:42 latest: Pulling from edgex-devops/edgex-compose 18:25:42 cbdbe7a5bc2a: Pulling fs layer 18:25:42 ca9280d653b3: Pulling fs layer 18:25:42 7e9c9ca2126c: Pulling fs layer 18:25:42 cbdbe7a5bc2a: Verifying Checksum 18:25:42 cbdbe7a5bc2a: Download complete 18:25:42 cbdbe7a5bc2a: Pull complete 18:25:43 ca9280d653b3: Verifying Checksum 18:25:43 ca9280d653b3: Download complete 18:25:43 ca9280d653b3: Pull complete 18:25:43 7e9c9ca2126c: Verifying Checksum 18:25:43 7e9c9ca2126c: Download complete 18:25:46 7e9c9ca2126c: Pull complete 18:25:46 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:25:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:25:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:25:47 prd-centos7-docker-4c-2g-1308 does not seem to be running inside a container 18:25:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:26:00 $ docker top 5a6821ef7075338eae68dd3f22fb689c7f6172526664feb44961efe64a884811 -eo pid,comm [Pipeline] { [Pipeline] sh 18:26:01 + docker-compose build --help 18:26:01 + grep parallel 18:26:01 --parallel Build images in parallel. [Pipeline] } 18:26:01 $ docker stop --time=1 5a6821ef7075338eae68dd3f22fb689c7f6172526664feb44961efe64a884811 18:26:03 $ docker rm -f 5a6821ef7075338eae68dd3f22fb689c7f6172526664feb44961efe64a884811 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:26:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:26:03 . [Pipeline] withDockerContainer 18:26:03 prd-centos7-docker-4c-2g-1308 does not seem to be running inside a container 18:26:03 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:26:05 $ docker top 7f4d9e8a487ec822967ce21a3f4753a212f027386543a136b20ae6d387d66e06 -eo pid,comm [Pipeline] { [Pipeline] sh 18:26:05 + docker-compose -f ./docker-compose-build.yml build --parallel 18:26:07 Building core-command ... 18:26:07 Building core-data ... 18:26:07 Building core-metadata ... 18:26:07 Building security-bootstrapper ... 18:26:07 Building security-proxy-setup ... 18:26:07 Building security-secretstore-setup ... 18:26:07 Building support-notifications ... 18:26:07 Building support-scheduler ... 18:26:07 Building sys-mgmt-agent ... 18:26:07 Building core-metadata 18:26:07 Building support-scheduler 18:26:07 Building security-proxy-setup 18:26:07 Building security-bootstrapper 18:26:07 Building sys-mgmt-agent 18:26:08 Removing intermediate container 30d695cd3777 18:26:08 ---> 5d42bd175683 18:26:08 Successfully built 5d42bd175683 18:26:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:26:08 + docker inspect -f . ci-base-image-arm64 18:26:08 . [Pipeline] withDockerContainer 18:26:09 prd-ubuntu18.04-docker-arm64-4c-16g-1313 does not seem to be running inside a container 18:26:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:26:11 $ docker top 425c72d423085d493c4a8fb75af0f56801ecde2c5467ee2be02d8d48cd91d1a9 -eo pid,comm [Pipeline] { [Pipeline] sh 18:26:12 + go version 18:26:12 go version go1.16.5 linux/arm64 [Pipeline] } 18:26:12 $ docker stop --time=1 425c72d423085d493c4a8fb75af0f56801ecde2c5467ee2be02d8d48cd91d1a9 18:26:14 $ docker rm -f 425c72d423085d493c4a8fb75af0f56801ecde2c5467ee2be02d8d48cd91d1a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:26:15 + docker inspect -f . ci-base-image-arm64 18:26:15 . [Pipeline] withDockerContainer 18:26:15 prd-ubuntu18.04-docker-arm64-4c-16g-1313 does not seem to be running inside a container 18:26:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:26:17 $ docker top 31ed92a750adb4b3b76a54d31030fd7ebf829ea333129b537d3771b2f5903883 -eo pid,comm [Pipeline] { [Pipeline] echo 18:26:17 ========================================================= 18:26:17 [edgeXBuildGoParallel] Running Tests and Build... 18:26:17 ========================================================= [Pipeline] sh 18:26:18 + go mod tidy [Pipeline] sh 18:26:19 + make test 18:26:19 go mod tidy 18:26:20 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:26:42 ? github.com/edgexfoundry/edgex-go [no test files] 18:26:54 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:26:54 Step 2/32 : FROM ${BUILDER_BASE} AS builder 18:26:54 ---> 3c61fe8683a3 18:26:54 Step 3/32 : WORKDIR /edgex-go 18:26:58 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:26:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:26:58 ---> 3c61fe8683a3 18:26:58 Step 3/23 : WORKDIR /edgex-go 18:27:10 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:27:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:27:10 ---> 3c61fe8683a3 18:27:10 Step 3/24 : WORKDIR /edgex-go 18:27:11 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:27:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:27:11 ---> 3c61fe8683a3 18:27:11 Step 3/22 : WORKDIR /edgex-go 18:27:13 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:27:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:27:13 ---> 3c61fe8683a3 18:27:13 Step 3/24 : WORKDIR /edgex-go 18:27:21 ---> Running in 73085f909ece 18:27:21 ---> Running in abd368099fd1 18:27:21 ---> Running in a2a64bdb4168 18:27:21 ---> Running in 48d9026fa903 18:27:21 ---> Running in 83869cf1d0fe 18:27:21 Removing intermediate container 48d9026fa903 18:27:21 ---> caea3c33261c 18:27:21 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:21 Removing intermediate container 83869cf1d0fe 18:27:21 ---> 201f60740112 18:27:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:22 Removing intermediate container 73085f909ece 18:27:22 ---> 09f77810abef 18:27:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:22 Removing intermediate container abd368099fd1 18:27:22 ---> 3d5a449f86e4 18:27:22 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:22 Removing intermediate container a2a64bdb4168 18:27:22 ---> f6040660def3 18:27:22 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:22 ---> Running in fa68d6bac784 18:27:22 ---> Running in 75f61fd28e0d 18:27:22 ---> Running in 953393c7b195 18:27:22 ---> Running in 6d1cc73eba7a 18:27:22 ---> Running in ccfc64e817fb 18:27:25 Removing intermediate container fa68d6bac784 18:27:25 ---> 5d450a1ff4a6 18:27:25 Step 5/32 : RUN apk add --update --no-cache make git 18:27:25 Removing intermediate container 75f61fd28e0d 18:27:25 ---> 12701cfd71da 18:27:25 Step 5/23 : RUN apk add --update --no-cache make git 18:27:25 ---> Running in 8a87aebbc190 18:27:25 ---> Running in 79286dc4e16d 18:27:25 Removing intermediate container 6d1cc73eba7a 18:27:25 ---> 6e6d68b55974 18:27:25 Step 5/24 : RUN apk add --update --no-cache make git 18:27:25 ---> Running in d0c442209017 18:27:25 Removing intermediate container 953393c7b195 18:27:25 ---> 5f1d59867d30 18:27:25 Step 5/22 : RUN apk add --update --no-cache make git 18:27:26 Removing intermediate container ccfc64e817fb 18:27:26 ---> 7d3714e5154f 18:27:26 Step 5/24 : RUN apk add --update --no-cache make bash git 18:27:26 ---> Running in 1663bd457927 18:27:26 ---> Running in 7c86846e51ad 18:27:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:27:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:27:27 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:27:27 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:27:27 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:27:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:27:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:27:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:27:27 OK: 219 MiB in 52 packages 18:27:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:27:28 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:27:28 OK: 219 MiB in 52 packages 18:27:28 OK: 219 MiB in 52 packages 18:27:28 Removing intermediate container 8a87aebbc190 18:27:28 ---> ce11bc1c702d 18:27:28 Step 6/32 : COPY go.mod . 18:27:28 OK: 219 MiB in 52 packages 18:27:29 OK: 219 MiB in 52 packages 18:27:29 Removing intermediate container 79286dc4e16d 18:27:29 ---> f8afb10e9107 18:27:29 Step 6/23 : COPY go.mod . 18:27:29 ---> 04a209b42f84 18:27:29 Step 7/32 : RUN go mod download 18:27:29 ---> Running in 04d71e2332fe 18:27:29 ---> dae3a2a0ebde 18:27:29 Step 7/23 : RUN go mod download 18:27:29 ---> Running in 65a36a91fb27 18:27:30 Removing intermediate container d0c442209017 18:27:30 ---> 30d15e309e99 18:27:30 Step 6/24 : COPY go.mod . 18:27:30 Removing intermediate container 1663bd457927 18:27:30 ---> b40c3c908532 18:27:30 Step 6/22 : COPY go.mod . 18:27:30 Removing intermediate container 7c86846e51ad 18:27:30 ---> 496820db892a 18:27:30 Step 6/24 : COPY go.mod . 18:27:30 ---> f23de4d05de1 18:27:30 Step 7/24 : RUN go mod download 18:27:30 ---> 81770b054a50 18:27:30 Step 7/22 : RUN go mod download 18:27:31 ---> Running in e8d1ade626d8 18:27:31 ---> 458ed1a2daef 18:27:31 Step 7/24 : RUN go mod download 18:27:31 ---> Running in 1fd5faad4dd9 18:27:31 ---> Running in c6fb1cabd73b 18:27:32 Removing intermediate container 04d71e2332fe 18:27:32 ---> 0cef3cd59efa 18:27:32 Step 8/32 : COPY . . 18:27:33 Removing intermediate container 65a36a91fb27 18:27:33 ---> b53705b2137f 18:27:33 Step 8/23 : COPY . . 18:27:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:27:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:27:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:27:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:27:52 ---> 47530e0130b9 18:27:52 Step 9/32 : RUN go mod tidy 18:27:52 ---> 4b58f9bb6985 18:27:52 Step 9/23 : RUN go mod tidy 18:27:52 ---> Running in e7dfcc02e3b2 18:27:52 ---> Running in 0597d3872aaa 18:27:52 Removing intermediate container e8d1ade626d8 18:27:52 ---> b0e0bcdb31ea 18:27:52 Step 8/24 : COPY . . 18:27:52 Removing intermediate container 1fd5faad4dd9 18:27:52 ---> 06d22c0a8fc3 18:27:52 Step 8/22 : COPY . . 18:27:55 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:27:55 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:27:55 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:27:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:27:56 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:27:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:27:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:27:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:27:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:27:58 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 18:28:02 Removing intermediate container c6fb1cabd73b 18:28:02 ---> 11cb018ce943 18:28:02 Step 8/24 : COPY . . 18:28:09 ---> e4abda398722 18:28:09 Step 9/22 : RUN go mod tidy 18:28:09 ---> 190008628559 18:28:09 Step 9/24 : RUN go mod tidy 18:28:09 ---> Running in 006529d1b176 18:28:09 ---> Running in 0a01f2a068fa 18:28:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.183s coverage: 28.7% of statements 18:28:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:28:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:28:13 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.314s coverage: 100.0% of statements 18:28:13 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 18:28:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.279s coverage: 53.4% of statements 18:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:28:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.466s coverage: 87.7% of statements 18:28:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 18:28:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 18:28:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.285s coverage: 78.9% of statements 18:28:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.206s coverage: 81.2% of statements 18:28:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:28:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 18:28:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 18:28:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:28:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:28:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.390s coverage: 95.1% of statements 18:28:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 18:28:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 18:28:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] 18:28:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:28:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 18:28:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 18:28:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:28:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:28:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.171s coverage: 60.0% of statements 18:28:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:28:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:28:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:28:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.318s coverage: 0.8% of statements 18:28:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 18:28:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.151s coverage: 58.8% of statements 18:28:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.251s coverage: 22.0% of statements 18:28:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:28:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.247s coverage: 47.1% of statements 18:28:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.220s coverage: 79.5% of statements 18:28:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.180s coverage: 94.1% of statements 18:28:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.221s coverage: 96.3% of statements 18:28:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.215s coverage: 87.5% of statements 18:28:31 Removing intermediate container e7dfcc02e3b2 18:28:31 ---> f2e9bcccc19a 18:28:31 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:28:33 ---> Running in 0463917ddb2d 18:28:33 Removing intermediate container 0597d3872aaa 18:28:33 ---> 403ec3dd34dc 18:28:33 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 18:28:33 ---> Running in 56ab6fdb785d 18:28:34 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 18:28:34 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 18:28:36 Removing intermediate container 0a01f2a068fa 18:28:36 ---> 0519e59fadc5 18:28:36 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:28:36 Removing intermediate container 006529d1b176 18:28:36 ---> 0a5bbdee12f7 18:28:36 Step 10/24 : RUN make cmd/core-metadata/core-metadata 18:28:36 ---> Running in 3282a32cad31 18:28:36 ---> Running in 52c37b47c827 18:28:37 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 18:28:37 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 18:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.176s coverage: 94.4% of statements 18:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.169s coverage: 44.8% of statements 18:28:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.583s coverage: 81.8% of statements 18:28:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:28:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.284s coverage: 92.9% of statements 18:28:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:28:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:28:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:28:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 65.1% of statements 18:28:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:28:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:28:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:28:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:28:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:28:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.171s coverage: 87.2% of statements 18:28:51 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:28:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:28:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.151s coverage: 100.0% of statements 18:28:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:28:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.209s coverage: 76.0% of statements 18:28:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:28:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.223s coverage: 80.0% of statements 18:28:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.399s coverage: 87.2% of statements 18:28:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.297s coverage: 85.4% of statements 18:28:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.300s coverage: 91.2% of statements 18:28:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:28:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.822s coverage: 64.4% of statements 18:28:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:28:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:28:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.155s coverage: 100.0% of statements 18:28:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.094s coverage: 91.3% of statements 18:28:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements 18:28:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.091s coverage: 73.7% of statements 18:28:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements 18:28:57 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.058s coverage: 66.9% of statements 18:28:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:28:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:28:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:28:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.729s coverage: 43.6% of statements 18:28:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:28:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:28:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.249s coverage: 89.5% of statements 18:28:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:28:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.192s coverage: 84.8% of statements 18:28:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 18:29:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.241s coverage: 19.3% of statements 18:29:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 18:29:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 18:29:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:29:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:29:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.534s coverage: 91.9% of statements 18:29:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 18:29:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 18:29:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] 18:29:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 18:29:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 18:29:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.186s coverage: 62.7% of statements 18:29:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:29:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:29:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.389s coverage: 97.6% of statements 18:29:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 18:29:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 18:29:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] 18:29:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:29:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 18:29:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.151s coverage: 28.9% of statements 18:29:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 18:29:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 18:29:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:29:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:29:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 18:29:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:29:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.176s coverage: 100.0% of statements 18:29:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.064s coverage: 95.4% of statements 18:29:08 GO111MODULE=on go vet ./... 18:29:09 ---> 24d5e8e19930 18:29:09 Step 9/24 : RUN go mod tidy 18:29:09 ---> Running in fb1d588b7f6d 18:29:09 Removing intermediate container fb1d588b7f6d 18:29:09 ---> a9e52f5d9a1a 18:29:09 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:29:09 ---> Running in eda481082e7b 18:29:09 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 18:29:19 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 18:29:23 Removing intermediate container 56ab6fdb785d 18:29:23 ---> 135164464809 18:29:23 18:29:23 Step 11/23 : FROM alpine:3.12 18:29:23 Removing intermediate container 0463917ddb2d 18:29:23 ---> db5a29edccb1 18:29:23 18:29:23 Step 11/32 : FROM alpine:3.12 18:29:23 3.12: Pulling from library/alpine 18:29:23 3.12: Pulling from library/alpine 18:29:24 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 18:29:24 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 18:29:24 Status: Downloaded newer image for alpine:3.12 18:29:24 Status: Downloaded newer image for alpine:3.12 18:29:24 ---> 13621d1b12d4 18:29:24 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:29:24 ---> 13621d1b12d4 18:29:24 Step 12/23 : RUN apk add --update --no-cache dumb-init 18:29:25 ---> Running in ad1a42d5d623 18:29:25 ---> Running in 0c0fe99dd6f2 18:29:25 Removing intermediate container 52c37b47c827 18:29:25 ---> 7cf1aaaae57e 18:29:25 18:29:25 Step 11/22 : FROM alpine:3.12 18:29:25 ---> 13621d1b12d4 18:29:25 Step 12/22 : RUN apk add --update --no-cache curl 18:29:25 ---> Running in eb7415578d6f 18:29:25 Removing intermediate container 0c0fe99dd6f2 18:29:25 ---> 43f458ef917f 18:29:25 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 18:29:25 ---> Running in 6426dc82a534 18:29:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:26 (1/1) Installing dumb-init (1.2.2-r1) 18:29:26 Executing busybox-1.31.1-r20.trigger 18:29:26 OK: 6 MiB in 15 packages 18:29:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:26 (1/4) Installing ca-certificates (20191127-r4) 18:29:26 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:29:26 (3/4) Installing libcurl (7.77.0-r0) 18:29:26 (4/4) Installing curl (7.77.0-r0) 18:29:26 Executing busybox-1.31.1-r20.trigger 18:29:26 Executing ca-certificates-20191127-r4.trigger 18:29:26 OK: 7 MiB in 18 packages 18:29:27 (1/2) Installing dumb-init (1.2.2-r1) 18:29:27 (2/2) Installing su-exec (0.2-r1) 18:29:27 Executing busybox-1.31.1-r20.trigger 18:29:27 OK: 6 MiB in 16 packages 18:29:27 Removing intermediate container 3282a32cad31 18:29:27 ---> 5e5915c7cac2 18:29:27 18:29:27 Step 11/24 : FROM alpine:3.12 18:29:27 ---> 13621d1b12d4 18:29:27 Step 12/24 : RUN apk add --update --no-cache dumb-init 18:29:27 ---> Running in b7384108f7d0 18:29:27 Removing intermediate container ad1a42d5d623 18:29:27 ---> 6d6f8b0ae98c 18:29:27 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:29:27 ---> Running in 553d5724b640 18:29:27 Removing intermediate container eb7415578d6f 18:29:27 ---> 59de7c5c99fc 18:29:27 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:29:27 Removing intermediate container 6426dc82a534 18:29:27 ---> 3a047d2f580f 18:29:27 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 18:29:27 ---> Running in 6cd2f70f434b 18:29:27 ---> Running in 4f2f3b98498b 18:29:27 Removing intermediate container 553d5724b640 18:29:27 ---> 10016dcf76cb 18:29:27 Step 14/23 : ENV APP_PORT=59861 18:29:27 ---> Running in 7762d8e29239 18:29:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:28 Removing intermediate container 4f2f3b98498b 18:29:28 ---> 60b6cd902005 18:29:28 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:29:28 Removing intermediate container 6cd2f70f434b 18:29:28 ---> 0f0749f834f7 18:29:28 Step 14/22 : WORKDIR /edgex 18:29:28 Removing intermediate container 7762d8e29239 18:29:28 ---> 40c8403cd110 18:29:28 Step 15/23 : EXPOSE $APP_PORT 18:29:28 ---> Running in 524a385f8e5b 18:29:28 ---> Running in e736f958e41e 18:29:28 ---> Running in 1cb971b2970d 18:29:28 (1/1) Installing dumb-init (1.2.2-r1) 18:29:28 Executing busybox-1.31.1-r20.trigger 18:29:28 OK: 6 MiB in 15 packages 18:29:28 Removing intermediate container 524a385f8e5b 18:29:28 ---> 76279757c2ee 18:29:28 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:29:28 Removing intermediate container 1cb971b2970d 18:29:28 ---> 0102614a818a 18:29:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:29:28 Removing intermediate container e736f958e41e 18:29:28 ---> 17f00acfe798 18:29:28 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:29:28 ---> Running in 8c1fd425f7b4 18:29:29 Removing intermediate container b7384108f7d0 18:29:29 ---> eb1f6ba5d0ec 18:29:29 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:29:29 ---> 94ee9f27b211 18:29:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:29:29 ---> b52d905d4535 18:29:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:29:29 ---> Running in 800f1a6a0b1f 18:29:29 Removing intermediate container 800f1a6a0b1f 18:29:29 ---> a0f64597deef 18:29:29 Step 14/24 : ENV APP_PORT=59881 18:29:29 ---> Running in 4bc986616b56 18:29:29 ---> 243629a2d186 18:29:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:29:29 ---> 1e4ad3ed878d 18:29:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:29:29 Removing intermediate container 4bc986616b56 18:29:29 ---> 064a12245b5f 18:29:29 Step 15/24 : EXPOSE $APP_PORT 18:29:30 Removing intermediate container 8c1fd425f7b4 18:29:30 ---> 6ecc1b1d869b 18:29:30 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 18:29:30 ---> Running in c1e2ba3e9432 18:29:30 ---> Running in 8087f82e5eef 18:29:30 ---> 3f48e00fe82f 18:29:30 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 18:29:30 Removing intermediate container c1e2ba3e9432 18:29:30 ---> 33caf4aba4dd 18:29:30 Step 16/24 : WORKDIR / 18:29:30 ---> Running in 3ecbc2175539 18:29:30 ---> adc0b862e638 18:29:30 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:29:30 ---> Running in 2426a2985303 18:29:30 Removing intermediate container 8087f82e5eef 18:29:30 ---> fd0e2c4de0cf 18:29:30 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:29:30 ---> Running in 3a8b62673f6c 18:29:30 Removing intermediate container 2426a2985303 18:29:30 ---> a6e20b54d8ff 18:29:30 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:29:30 Removing intermediate container 3ecbc2175539 18:29:30 ---> b76ba23d9170 18:29:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:29:30 ---> Running in d3f3d13a5df2 18:29:30 Removing intermediate container 3a8b62673f6c 18:29:30 ---> e17d970ddcef 18:29:30 Step 19/22 : CMD ["--init=true"] 18:29:30 ---> Running in 8e340a838d9e 18:29:30 ---> 9b64f46049a8 18:29:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:29:30 Removing intermediate container d3f3d13a5df2 18:29:30 ---> 413fec8449fe 18:29:30 Step 21/23 : LABEL arch=x86_64 18:29:30 ---> 4d0aa2f47c2f 18:29:30 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:29:30 ---> Running in 08c16d5bf7d5 18:29:30 ---> Running in 8c777ec642f8 18:29:30 Removing intermediate container 8e340a838d9e 18:29:30 ---> bb6dbd5be95c 18:29:30 Step 20/22 : LABEL arch=x86_64 18:29:30 ---> Running in 2ebee28f6666 18:29:31 Removing intermediate container 08c16d5bf7d5 18:29:31 ---> e2b04b55cb30 18:29:31 Step 22/23 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb 18:29:31 ---> Running in 09c1139b9a0b 18:29:31 ---> b56f70c9e12a 18:29:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:29:31 Removing intermediate container 2ebee28f6666 18:29:31 ---> 309f3b5f65ca 18:29:31 Step 21/22 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb 18:29:31 ---> Running in db304cdf9463 18:29:31 Removing intermediate container 09c1139b9a0b 18:29:31 ---> e5ad5c1d5d0c 18:29:31 Step 23/23 : LABEL version=0.0.0 18:29:31 ---> 732e8042b649 18:29:31 Step 20/24 : ENTRYPOINT ["/core-metadata"] 18:29:31 Removing intermediate container db304cdf9463 18:29:31 ---> 4c15953b140e 18:29:31 Step 22/22 : LABEL version=0.0.0 18:29:31 ---> Running in bb4c37ddcd6b 18:29:31 ---> Running in 0ceff1010bb7 18:29:31 ---> Running in fc74c022e0dd 18:29:32 Removing intermediate container bb4c37ddcd6b 18:29:32 ---> bff60dd40ee5 18:29:32 18:29:32 Removing intermediate container 8c777ec642f8 18:29:32 ---> 7a75ace7bee7 18:29:32 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 18:29:32 Removing intermediate container fc74c022e0dd 18:29:32 ---> f6c0001ce3a7 18:29:32 18:29:32 Removing intermediate container 0ceff1010bb7 18:29:32 ---> 1c8b9549487b 18:29:32 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:29:32 Successfully built bff60dd40ee5 18:29:32 Successfully tagged support-scheduler:latest 18:29:32 Building core-command 18:29:32  Building support-scheduler ... done Successfully built f6c0001ce3a7 18:29:32 ---> Running in b932f0cf00c0 18:29:32 Successfully tagged security-proxy-setup:latest 18:29:32 Building core-data 18:29:33  Building security-proxy-setup ... done  ---> 99be810739bd 18:29:33 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:29:34 Removing intermediate container b932f0cf00c0 18:29:34 ---> 3c90b974a511 18:29:34 Step 22/24 : LABEL arch=x86_64 18:29:34 Removing intermediate container eda481082e7b 18:29:34 ---> f8c3d245ed22 18:29:34 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:29:35 ---> Running in a25c6609ce1a 18:29:35 ---> 5c6836b22f75 18:29:35 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:29:35 ---> Running in e47bd9abecd0 18:29:37 Removing intermediate container a25c6609ce1a 18:29:37 ---> ca568460c921 18:29:37 Step 23/24 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb 18:29:37 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 18:29:38 ---> 37c59a8c40eb 18:29:38 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:29:40 ---> Running in 3ab63ea5643b 18:29:40 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:29:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:29:40 ---> 3c61fe8683a3 18:29:40 Step 3/24 : WORKDIR /edgex-go 18:29:40 ---> Using cache 18:29:40 ---> f6040660def3 18:29:40 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:29:40 ---> Using cache 18:29:40 ---> 7d3714e5154f 18:29:40 Step 5/24 : RUN apk add --update --no-cache make git 18:29:41 ---> Running in 098cfa1a8345 18:29:41 ---> a8e83e57407b 18:29:41 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:29:41 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:29:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:29:41 ---> 3c61fe8683a3 18:29:41 Step 3/24 : WORKDIR /edgex-go 18:29:41 ---> Using cache 18:29:41 ---> f6040660def3 18:29:41 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:29:41 ---> Using cache 18:29:41 ---> 7d3714e5154f 18:29:41 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:29:41 Removing intermediate container 3ab63ea5643b 18:29:41 ---> c8e36d08f2a6 18:29:41 Step 24/24 : LABEL version=0.0.0 18:29:41 ---> Running in c449f117eb96 18:29:41 ---> Running in 030812ad04a9 18:29:41 Removing intermediate container e47bd9abecd0 18:29:41 ---> f69201f8d4ff 18:29:41 18:29:41 Step 12/24 : FROM docker:20.10.0 18:29:42 ---> ad20a69c3a53 18:29:42 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 18:29:42 20.10.0: Pulling from library/docker 18:29:42 Removing intermediate container 030812ad04a9 18:29:42 ---> aba0ba2f87cb 18:29:42 18:29:42 ---> Running in 5b4cd65ecb89 18:29:42 Successfully built aba0ba2f87cb 18:29:42 Successfully tagged core-metadata:latest 18:29:42 Building security-secretstore-setup 18:29:42 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:29:42  Building core-metadata ... done Removing intermediate container 5b4cd65ecb89 18:29:42 ---> 27306e67cc0d 18:29:42 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:29:42 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:29:43 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:29:43 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:29:43 OK: 219 MiB in 52 packages 18:29:43 ---> 49b5dc1a96bd 18:29:43 Step 27/32 : RUN chmod +x /entrypoint.sh 18:29:44 OK: 219 MiB in 52 packages 18:29:44 ---> Running in f01fe68cff65 18:29:46 Removing intermediate container 098cfa1a8345 18:29:46 ---> c4c5ed9631d3 18:29:46 Step 6/24 : COPY go.mod . 18:29:46 Removing intermediate container c449f117eb96 18:29:46 ---> 5de11fd49e48 18:29:46 Step 6/24 : COPY go.mod . 18:29:46 ---> adcdb8ae1cf9 18:29:46 Step 7/24 : RUN go mod download 18:29:47 ---> e8e789068049 18:29:47 Step 7/24 : RUN go mod download 18:29:47 ---> Running in f11e4c435ce8 18:29:47 ---> Running in ca6bae177953 18:29:47 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:29:47 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:29:47 ---> 3c61fe8683a3 18:29:47 Step 3/26 : WORKDIR /edgex-go 18:29:47 ---> Using cache 18:29:47 ---> f6040660def3 18:29:47 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:29:47 ---> Using cache 18:29:47 ---> 7d3714e5154f 18:29:47 Step 5/26 : RUN apk add --update --no-cache make git 18:29:47 ---> Using cache 18:29:47 ---> c4c5ed9631d3 18:29:47 Step 6/26 : COPY go.mod . 18:29:47 ---> Using cache 18:29:47 ---> adcdb8ae1cf9 18:29:47 Step 7/26 : RUN go mod download 18:29:47 Removing intermediate container f01fe68cff65 18:29:47 ---> 11a91f73f653 18:29:47 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 18:29:47 ---> Running in 43bd6b543248 18:29:47 ---> Running in db7cc015fd97 18:29:48 Removing intermediate container db7cc015fd97 18:29:48 ---> a7ef4861c404 18:29:48 Step 29/32 : CMD ["gate"] 18:29:48 ---> Running in 94822977958a 18:29:48 Removing intermediate container f11e4c435ce8 18:29:48 ---> de66921edf71 18:29:48 Step 8/24 : COPY . . 18:29:48 Removing intermediate container 94822977958a 18:29:48 ---> cdd0b4726b98 18:29:48 Step 30/32 : LABEL arch=x86_64 18:29:48 Removing intermediate container ca6bae177953 18:29:48 ---> 32d10ada783b 18:29:48 Step 8/24 : COPY . . 18:29:48 ---> Running in fa2cabc99899 18:29:49 Removing intermediate container fa2cabc99899 18:29:49 ---> b188028ac037 18:29:49 Step 31/32 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb 18:29:53 Removing intermediate container 43bd6b543248 18:29:53 ---> f1b75d51afda 18:29:53 Step 8/26 : COPY . . 18:29:53 ---> Running in e89f22546203 18:29:55 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:29:55 Removing intermediate container e89f22546203 18:29:55 ---> 2dee51c689db 18:29:55 Step 32/32 : LABEL version=0.0.0 18:29:55 Status: Downloaded newer image for docker:20.10.0 18:29:56 ---> aefe523efa57 18:29:56 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 18:29:56 ---> 4e4ea50f290f 18:29:56 Step 9/24 : RUN go mod tidy 18:29:56 ---> Running in 8cd85c9eae58 18:29:56 ---> e1835a91ab72 18:29:56 Step 9/24 : RUN go mod tidy 18:29:56 ---> Running in 5072e092bece 18:29:56 ---> Running in 806801a7d376 18:29:57 ---> Running in 71fc57377d4d 18:29:57 Removing intermediate container 8cd85c9eae58 18:29:57 ---> e9b38d412cf7 18:29:57 18:29:57 Successfully built e9b38d412cf7 18:29:57 Removing intermediate container 806801a7d376 18:29:57 ---> 501f1df31e29 18:29:57 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 18:29:57 Successfully tagged security-bootstrapper:latest 18:29:57 Building support-notifications 18:29:57  Building security-bootstrapper ... done  ---> Running in eac7295e6f7a 18:29:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:58 (1/39) Installing readline (8.0.4-r0) 18:29:58 (2/39) Installing bash (5.0.17-r0) 18:29:58 Executing bash-5.0.17-r0.post-install 18:29:58 (3/39) Installing nghttp2-libs (1.41.0-r0) 18:29:58 (4/39) Installing libcurl (7.77.0-r0) 18:29:58 (5/39) Installing curl (7.77.0-r0) 18:29:58 (6/39) Installing dumb-init (1.2.2-r1) 18:29:58 (7/39) Installing libbz2 (1.0.8-r1) 18:29:58 (8/39) Installing expat (2.2.9-r1) 18:29:58 (9/39) Installing libffi (3.3-r2) 18:29:58 (10/39) Installing gdbm (1.13-r1) 18:29:58 (11/39) Installing xz-libs (5.2.5-r0) 18:29:58 (12/39) Installing sqlite-libs (3.32.1-r1) 18:29:58 (13/39) Installing python3 (3.8.10-r0) 18:30:02 (14/39) Installing py3-appdirs (1.4.4-r1) 18:30:02 (15/39) Installing py3-ordered-set (4.0.1-r0) 18:30:02 (16/39) Installing py3-parsing (2.4.7-r0) 18:30:02 (17/39) Installing py3-six (1.15.0-r0) 18:30:02 (18/39) Installing py3-packaging (20.4-r0) 18:30:02 (19/39) Installing py3-setuptools (47.0.0-r0) 18:30:02 (20/39) Installing py3-chardet (3.0.4-r4) 18:30:02 (21/39) Installing py3-idna (2.9-r0) 18:30:02 (22/39) Installing py3-certifi (2020.4.5.1-r0) 18:30:02 (23/39) Installing py3-urllib3 (1.25.9-r0) 18:30:02 Removing intermediate container 5072e092bece 18:30:02 ---> 5bb604054d9f 18:30:02 Step 10/24 : RUN make cmd/core-data/core-data 18:30:02 (24/39) Installing py3-requests (2.23.0-r0) 18:30:02 (25/39) Installing py3-msgpack (1.0.0-r0) 18:30:02 (26/39) Installing py3-lockfile (0.12.2-r3) 18:30:02 (27/39) Installing py3-cachecontrol (0.12.6-r0) 18:30:02 (28/39) Installing py3-colorama (0.4.3-r0) 18:30:02 Removing intermediate container 71fc57377d4d 18:30:02 ---> 4eb75c9390d1 18:30:02 Step 10/24 : RUN make cmd/core-command/core-command 18:30:02 ---> 48a1ea700549 18:30:02 Step 9/26 : RUN go mod tidy 18:30:02 (29/39) Installing py3-distlib (0.3.0-r0) 18:30:02 ---> Running in 51f4f544cb90 18:30:02 (30/39) Installing py3-distro (1.5.0-r1) 18:30:02 (31/39) Installing py3-webencodings (0.5.1-r3) 18:30:02 (32/39) Installing py3-html5lib (1.0.1-r4) 18:30:02 ---> Running in f5cc61fb6bb3 18:30:02 ---> Running in 51c0eb8fe893 18:30:02 (33/39) Installing py3-pytoml (0.1.21-r0) 18:30:02 (34/39) Installing py3-pep517 (0.8.2-r0) 18:30:02 (35/39) Installing py3-progress (1.5-r0) 18:30:02 (36/39) Installing py3-toml (0.10.1-r0) 18:30:02 (37/39) Installing py3-retrying (1.3.3-r0) 18:30:02 (38/39) Installing py3-contextlib2 (0.6.0-r0) 18:30:02 (39/39) Installing py3-pip (20.1.1-r0) 18:30:02 Executing busybox-1.31.1-r19.trigger 18:30:02 OK: 72 MiB in 59 packages 18:30:03 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:30:03 Collecting docker-compose==1.23.2 18:30:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:30:03 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 18:30:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:30:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:30:03 Collecting cached-property<2,>=1.2.0 18:30:03 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:30:03 Collecting PyYAML<4,>=3.10 18:30:03 Downloading PyYAML-3.13.tar.gz (270 kB) 18:30:05 Removing intermediate container 51c0eb8fe893 18:30:05 ---> 1cc1af7066e9 18:30:05 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:30:05 ---> Running in b0e4126691c9 18:30:05 Collecting dockerpty<0.5,>=0.4.1 18:30:05 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:30:05 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 18:30:06 Collecting docopt<0.7,>=0.6.1 18:30:06 Downloading docopt-0.6.2.tar.gz (25 kB) 18:30:07 Collecting texttable<0.10,>=0.9.0 18:30:07 Downloading texttable-0.9.1.tar.gz (11 kB) 18:30:07 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:30:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:30:07 ---> 3c61fe8683a3 18:30:07 Step 3/23 : WORKDIR /edgex-go 18:30:07 ---> Using cache 18:30:07 ---> f6040660def3 18:30:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:30:07 ---> Using cache 18:30:07 ---> 7d3714e5154f 18:30:07 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 18:30:07 ---> Running in 3c3e7101e888 18:30:07 Collecting websocket-client<1.0,>=0.32.0 18:30:07 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 18:30:07 Collecting docker<4.0,>=3.6.0 18:30:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:30:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:30:08 Collecting jsonschema<3,>=2.5.1 18:30:08 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:30:08 Collecting idna<2.8,>=2.5 18:30:08 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 18:30:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:30:08 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) 18:30:08 Collecting urllib3<1.25,>=1.21.1 18:30:08 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:30:08 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) 18:30:08 Collecting docker-pycreds>=0.4.0 18:30:08 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:30:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:30:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:30:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:30:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:30:09 Installing collected packages: idna, urllib3, requests, cached-property, PyYAML, dockerpty, docopt, texttable, websocket-client, docker-pycreds, docker, jsonschema, docker-compose 18:30:09 Attempting uninstall: idna 18:30:09 Found existing installation: idna 2.9 18:30:09 Uninstalling idna-2.9: 18:30:09 Successfully uninstalled idna-2.9 18:30:09 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 18:30:09 Attempting uninstall: urllib3 18:30:09 Found existing installation: urllib3 1.25.9 18:30:09 Uninstalling urllib3-1.25.9: 18:30:09 Successfully uninstalled urllib3-1.25.9 18:30:09 Attempting uninstall: requests 18:30:09 Found existing installation: requests 2.23.0 18:30:09 Uninstalling requests-2.23.0: 18:30:09 Successfully uninstalled requests-2.23.0 18:30:09 Running setup.py install for PyYAML: started 18:30:09 OK: 219 MiB in 52 packages 18:30:10 Running setup.py install for PyYAML: finished with status 'done' 18:30:10 Running setup.py install for dockerpty: started 18:30:10 Removing intermediate container 3c3e7101e888 18:30:10 ---> 7ce0d1634a7e 18:30:10 Step 6/23 : COPY go.mod . 18:30:10 ---> 53f095bb77b1 18:30:10 Step 7/23 : RUN go mod download 18:30:10 ---> Running in 7a6bc7fb7ba6 18:30:10 Running setup.py install for dockerpty: finished with status 'done' 18:30:10 Running setup.py install for docopt: started 18:30:11 Removing intermediate container 7a6bc7fb7ba6 18:30:11 ---> 903a910d79a4 18:30:11 Step 8/23 : COPY . . 18:30:11 Running setup.py install for docopt: finished with status 'done' 18:30:11 Running setup.py install for texttable: started 18:30:13 Running setup.py install for texttable: finished with status 'done' 18:30:14 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 18:30:18 ---> ed275df59381 18:30:18 Step 9/23 : RUN go mod tidy 18:30:18 ---> Running in 6cac534ea95d 18:30:21 Removing intermediate container eac7295e6f7a 18:30:21 ---> 326278d77f00 18:30:21 Step 15/24 : ENV APP_PORT=58890 18:30:21 Removing intermediate container 6cac534ea95d 18:30:21 ---> 7cb521a46adc 18:30:21 Step 10/23 : RUN make cmd/support-notifications/support-notifications 18:30:21 ---> Running in 5aaa3f35ca04 18:30:21 ---> Running in afc6ee8d89bf 18:30:21 Removing intermediate container 5aaa3f35ca04 18:30:21 ---> 2c62fa4061f8 18:30:21 Step 16/24 : EXPOSE $APP_PORT 18:30:21 ---> Running in fe24a61285cb 18:30:21 Removing intermediate container fe24a61285cb 18:30:21 ---> d359d373ce1a 18:30:21 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:30:21 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 18:30:22 ---> 5f6ba45b036c 18:30:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:30:22 ---> 94fee80c4031 18:30:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:30:22 ---> 364dbe4a72cf 18:30:22 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 18:30:22 ---> Running in f6f6f911d07f 18:30:22 Removing intermediate container f6f6f911d07f 18:30:22 ---> f481ec169c22 18:30:22 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:30:22 ---> Running in 7135a28ce095 18:30:22 Removing intermediate container 7135a28ce095 18:30:22 ---> e065f92db467 18:30:22 Step 22/24 : LABEL arch=x86_64 18:30:23 ---> Running in fa105aa016ee 18:30:23 Removing intermediate container fa105aa016ee 18:30:23 ---> 92276951fed3 18:30:23 Step 23/24 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb 18:30:23 ---> Running in 88762b22f42a 18:30:23 Removing intermediate container 88762b22f42a 18:30:23 ---> be8aee2c1b43 18:30:23 Step 24/24 : LABEL version=0.0.0 18:30:23 ---> Running in 768ec107a72f 18:30:23 Removing intermediate container 768ec107a72f 18:30:23 ---> 4793350effbc 18:30:23 18:30:23 Successfully built 4793350effbc 18:30:23 Successfully tagged sys-mgmt-agent:latest 18:30:30 gofmt -l . 18:30:30 [ "`gofmt -l .`" = "" ] 18:30:30 ./bin/test-attribution-txt.sh [Pipeline] sh 18:30:31 + ls -al . 18:30:31 total 544 18:30:31 drwxrwxr-x 9 1001 1001 4096 Jun 14 18:30 . 18:30:31 drwxr-xr-x 4 root root 4096 Jun 14 18:26 .. 18:30:31 -rw-rw-r-- 1 1001 1001 11 Jun 14 18:24 .dockerignore 18:30:31 drwxrwxr-x 8 1001 1001 4096 Jun 14 18:24 .git 18:30:31 drwxrwxr-x 3 1001 1001 4096 Jun 14 18:24 .github 18:30:31 -rw-rw-r-- 1 1001 1001 818 Jun 14 18:24 .gitignore 18:30:31 -rw-rw-r-- 1 1001 1001 166 Jun 14 18:24 .sonarcloud.properties 18:30:31 -rw-rw-r-- 1 1001 1001 8609 Jun 14 18:24 Attribution.txt 18:30:31 -rw-rw-r-- 1 1001 1001 3804 Jun 14 18:24 CONTRIBUTING.md 18:30:31 -rw-rw-r-- 1 1001 1001 931 Jun 14 18:24 Dockerfile.build 18:30:31 -rw-rw-r-- 1 1001 1001 849 Jun 14 18:24 Jenkinsfile 18:30:31 -rw-rw-r-- 1 1001 1001 10775 Jun 14 18:24 LICENSE 18:30:31 -rw-rw-r-- 1 1001 1001 5605 Jun 14 18:24 Makefile 18:30:31 -rw-rw-r-- 1 1001 1001 7978 Jun 14 18:24 README.md 18:30:31 -rw-rw-r-- 1 1001 1001 7071 Jun 14 18:24 SECURITY.md 18:30:31 -rw-rw-r-- 1 1001 1001 5 Jun 14 18:21 VERSION 18:30:31 -rw-rw-r-- 1 1001 1001 4131 Jun 14 18:24 ZMQWindows.md 18:30:31 drwxrwxr-x 2 1001 1001 4096 Jun 14 18:24 bin 18:30:31 drwxrwxr-x 14 1001 1001 4096 Jun 14 18:24 cmd 18:30:31 -rw-r--r-- 1 root root 398195 Jun 14 18:29 coverage.out 18:30:31 -rw-rw-r-- 1 1001 1001 841 Jun 14 18:24 go.mod 18:30:31 -rw-r--r-- 1 root root 21063 Jun 14 18:26 go.sum 18:30:31 drwxrwxr-x 7 1001 1001 4096 Jun 14 18:24 internal 18:30:31 drwxrwxr-x 3 1001 1001 4096 Jun 14 18:24 openapi 18:30:31 drwxrwxr-x 4 1001 1001 4096 Jun 14 18:24 snap 18:30:31 -rw-rw-r-- 1 1001 1001 168 Jun 14 18:24 version.go [Pipeline] sh 18:30:31 + '[' -e coverage.out ] 18:30:31 + chown 1001:1001 coverage.out [Pipeline] stash 18:30:32 Warning: overwriting stash ‘coverage-report’ 18:30:32 Stashed 1 file(s) [Pipeline] sh 18:30:33 + make build 18:30:33 go mod tidy 18:30:34 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 18:30:36  Building sys-mgmt-agent ... done Removing intermediate container f5cc61fb6bb3 18:30:36 ---> e9d824221350 18:30:36 18:30:36 Step 11/24 : FROM alpine:3.12 18:30:36 ---> 13621d1b12d4 18:30:36 Step 12/24 : RUN apk add --update --no-cache dumb-init 18:30:36 ---> Using cache 18:30:36 ---> eb1f6ba5d0ec 18:30:36 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:30:36 ---> Using cache 18:30:36 ---> a0f64597deef 18:30:36 Step 14/24 : ENV APP_PORT=59882 18:30:36 ---> Running in cf1fb4af9a8f 18:30:36 Removing intermediate container cf1fb4af9a8f 18:30:36 ---> 0c956bba0f24 18:30:36 Step 15/24 : EXPOSE $APP_PORT 18:30:36 ---> Running in 8aab20a6068f 18:30:36 Removing intermediate container 8aab20a6068f 18:30:36 ---> 13f3f60b7573 18:30:36 Step 16/24 : WORKDIR / 18:30:36 ---> Running in b3d5418ddf32 18:30:36 Removing intermediate container b3d5418ddf32 18:30:36 ---> 2e53a6f71ff9 18:30:36 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:30:36 ---> 6eca6d047971 18:30:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:30:36 ---> e06417f3d135 18:30:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:30:36 ---> e18234f9ea4c 18:30:36 Step 20/24 : ENTRYPOINT ["/core-command"] 18:30:36 ---> Running in 206b7592b2fc 18:30:36 Removing intermediate container 206b7592b2fc 18:30:36 ---> d97d14187276 18:30:36 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:30:36 ---> Running in 65ceb3f5c46c 18:30:36 Removing intermediate container 65ceb3f5c46c 18:30:36 ---> cfd178e5cb0d 18:30:36 Step 22/24 : LABEL arch=x86_64 18:30:37 ---> Running in e6843f4f48e1 18:30:37 Removing intermediate container e6843f4f48e1 18:30:37 ---> 1707802aa73f 18:30:37 Step 23/24 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb 18:30:37 ---> Running in e99d744d493f 18:30:37 Removing intermediate container e99d744d493f 18:30:37 ---> daa14a079005 18:30:37 Step 24/24 : LABEL version=0.0.0 18:30:37 ---> Running in e4921a4416e1 18:30:37 Removing intermediate container e4921a4416e1 18:30:37 ---> 13fddfd513d9 18:30:37 18:30:37 Successfully built 13fddfd513d9 18:30:37 Successfully tagged core-command:latest 18:30:37  Building core-command ... done 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 18:30: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 18:30:41 Removing intermediate container b0e4126691c9 18:30:41 ---> d73b1f8efed6 18:30:41 18:30:41 Step 11/26 : FROM alpine:3.12 18:30:41 ---> 13621d1b12d4 18:30:41 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 18:30:41 ---> Running in 48debae1780a 18:30:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:30:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:30:42 (1/6) Installing ca-certificates (20191127-r4) 18:30:42 (2/6) Installing nghttp2-libs (1.41.0-r0) 18:30:42 (3/6) Installing libcurl (7.77.0-r0) 18:30:42 (4/6) Installing curl (7.77.0-r0) 18:30:42 (5/6) Installing dumb-init (1.2.2-r1) 18:30:42 (6/6) Installing su-exec (0.2-r1) 18:30:42 Executing busybox-1.31.1-r20.trigger 18:30:42 Executing ca-certificates-20191127-r4.trigger 18:30:42 OK: 7 MiB in 20 packages 18:30:42 Removing intermediate container 51f4f544cb90 18:30:42 ---> b98c1a8d021b 18:30:42 18:30:42 Step 11/24 : FROM alpine:3.12 18:30:42 ---> 13621d1b12d4 18:30:42 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:30:42 ---> Running in fd461c1a8c9d 18:30:43 Removing intermediate container fd461c1a8c9d 18:30:43 ---> c43f6f7016aa 18:30:43 Step 13/24 : ENV APP_PORT=59880 18:30:43 Removing intermediate container 48debae1780a 18:30:43 ---> fa056f70f302 18:30:43 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:30:43 ---> Running in f668bbeb32c4 18:30:43 ---> Running in 98b86e1dafb1 18:30:43 Removing intermediate container f668bbeb32c4 18:30:43 ---> b0911c636812 18:30:43 Step 14/24 : EXPOSE $APP_PORT 18:30:43 Removing intermediate container 98b86e1dafb1 18:30:43 ---> c8522df0c05f 18:30:43 Step 14/26 : WORKDIR / 18:30:43 ---> Running in 70185cd1354a 18:30:43 ---> Running in b9175f78b365 18:30:43 Removing intermediate container 70185cd1354a 18:30:43 ---> 2bc3119b5ab3 18:30:43 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:30:43 ---> Running in a1ce80808357 18:30:43 Removing intermediate container b9175f78b365 18:30:43 ---> 09019f7721c4 18:30:43 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:30:43 ---> 835c9f276cd5 18:30:43 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:30:44 ---> a979cd2fca7d 18:30:44 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:30:44 ---> 6e59a67a10d5 18:30:44 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 18:30:44 Removing intermediate container a1ce80808357 18:30:44 ---> 48d25f6833a8 18:30:44 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 18:30:44 ---> Running in 5053bae0c694 18:30:44 ---> e636c94709e9 18:30:44 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:30:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:30:45 ---> f07e2b862b31 18:30:45 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:30:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:30:45 ---> 31e957df1264 18:30:45 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:30:45 Removing intermediate container afc6ee8d89bf 18:30:45 ---> 09625d231a8e 18:30:45 18:30:45 Step 11/23 : FROM alpine:3.12 18:30:45 ---> 13621d1b12d4 18:30:45 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 18:30:45 ---> Running in 4f122f1ae461 18:30:45 ---> 7173a64a3fb5 18:30:45 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/ 18:30:45 ---> Running in a43d99d23e03 18:30:46 (1/6) Installing dumb-init (1.2.2-r1) 18:30:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:30:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:30:46 (2/6) Installing libgcc (9.3.0-r2) 18:30:46 (3/6) Installing libsodium (1.0.18-r0) 18:30:46 (1/2) Installing ca-certificates (20191127-r4) 18:30:46 (2/2) Installing dumb-init (1.2.2-r1) 18:30:46 Executing busybox-1.31.1-r20.trigger 18:30:46 Executing ca-certificates-20191127-r4.trigger 18:30:46 (4/6) Installing libstdc++ (9.3.0-r2) 18:30:46 OK: 6 MiB in 16 packages 18:30:46 Removing intermediate container a43d99d23e03 18:30:46 ---> 5846378cff86 18:30:46 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 18:30:46 ---> Running in a4a0c5e0c38c 18:30:46 Removing intermediate container a4a0c5e0c38c 18:30:46 ---> 9ad4fa3ad97c 18:30:46 Step 24/26 : LABEL arch=x86_64 18:30:46 Removing intermediate container 4f122f1ae461 18:30:46 ---> cbd8ac290be7 18:30:46 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:30:46 ---> Running in e953f3e25bd5 18:30:46 ---> Running in 034113060a03 18:30:46 Removing intermediate container e953f3e25bd5 18:30:46 ---> 8c9552f71132 18:30:46 Step 25/26 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb 18:30:46 ---> Running in f2a3296f53bf 18:30:46 Removing intermediate container 034113060a03 18:30:46 ---> 9371f09c92c9 18:30:46 Step 14/23 : ENV APP_PORT=59860 18:30:46 ---> Running in 1ce121af2d86 18:30:46 Removing intermediate container f2a3296f53bf 18:30:46 ---> c248bee62174 18:30:46 Step 26/26 : LABEL version=0.0.0 18:30:46 ---> Running in b4147b7b47b2 18:30:46 Removing intermediate container 1ce121af2d86 18:30:46 ---> ba4e102acccb 18:30:46 Step 15/23 : EXPOSE $APP_PORT 18:30:46 ---> Running in 966882ac482e 18:30:47 Removing intermediate container b4147b7b47b2 18:30:47 ---> d3a676ab7779 18:30:47 18:30:47 Removing intermediate container 966882ac482e 18:30:47 ---> fe10360495bf 18:30:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:30:47 Successfully built d3a676ab7779 18:30:47 Successfully tagged security-secretstore-setup:latest 18:30:47  Building security-secretstore-setup ... done  ---> 790ff441e943 18:30:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:30:47 (5/6) Installing libzmq (4.3.3-r0) 18:30:47 (6/6) Installing zeromq (4.3.3-r0) 18:30:47 Executing busybox-1.31.1-r20.trigger 18:30:47 OK: 8 MiB in 20 packages 18:30:47 ---> 3a22c319006d 18:30:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:30:47 ---> 74654401f407 18:30:47 Step 19/23 : ENTRYPOINT ["/support-notifications"] 18:30:48 Removing intermediate container 5053bae0c694 18:30:48 ---> a54df343b745 18:30:48 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:30:48 ---> Running in 8089e322825f 18:30:48 Removing intermediate container 8089e322825f 18:30:48 ---> b0ed01bf028c 18:30:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:30:48 ---> Running in 71c556195e79 18:30:48 ---> 3d24fd767bd5 18:30:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:30:48 Removing intermediate container 71c556195e79 18:30:48 ---> 6e69971f3a4f 18:30:48 Step 21/23 : LABEL arch=x86_64 18:30:48 ---> Running in 5f5b604647ea 18:30:48 Removing intermediate container 5f5b604647ea 18:30:48 ---> 2a591d93c842 18:30:48 Step 22/23 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb 18:30:48 ---> cdc4b99b8c4f 18:30:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:30:48 ---> Running in ef07e9eb9ffc 18:30:48 Removing intermediate container ef07e9eb9ffc 18:30:48 ---> b19508f997dd 18:30:48 Step 23/23 : LABEL version=0.0.0 18:30:48 ---> Running in 0236d47a6924 18:30:48 ---> af8e923f8ee7 18:30:48 Step 20/24 : ENTRYPOINT ["/core-data"] 18:30:48 ---> Running in 591236484b8c 18:30:48 Removing intermediate container 0236d47a6924 18:30:48 ---> 7e7c6244f020 18:30:48 18:30:48 Removing intermediate container 591236484b8c 18:30:48 ---> df01b9a76b35 18:30:48 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:30:48 Successfully built 7e7c6244f020 18:30:48 Successfully tagged support-notifications:latest 18:30:48  Building support-notifications ... done  ---> Running in b5d2a5d5b6cb 18:30:48 Removing intermediate container b5d2a5d5b6cb 18:30:48 ---> 2613ccbfd26e 18:30:48 Step 22/24 : LABEL arch=x86_64 18:30:48 ---> Running in 9b07ee7d12af 18:30:49 Removing intermediate container 9b07ee7d12af 18:30:49 ---> 208872f52b4b 18:30:49 Step 23/24 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb 18:30:49 ---> Running in ab3f4c85d44e 18:30:49 Removing intermediate container ab3f4c85d44e 18:30:49 ---> c0bc837892af 18:30:49 Step 24/24 : LABEL version=0.0.0 18:30:49 ---> Running in 7c6133593f89 18:30:49 Removing intermediate container 7c6133593f89 18:30:49 ---> b62d4c55c609 18:30:49 18:30:49 Successfully built b62d4c55c609 18:30:49 Successfully tagged core-data:latest 18:30:49  Building core-data ... done  [Pipeline] } 18:30:49 $ docker stop --time=1 7f4d9e8a487ec822967ce21a3f4753a212f027386543a136b20ae6d387d66e06 18:30:50 $ docker rm -f 7f4d9e8a487ec822967ce21a3f4753a212f027386543a136b20ae6d387d66e06 [Pipeline] // withDockerContainer [Pipeline] sh 18:30:51 + docker images 18:30:51 REPOSITORY TAG IMAGE ID CREATED SIZE 18:30:51 core-data latest b62d4c55c609 2 seconds ago 20.2MB 18:30:51 support-notifications latest 7e7c6244f020 3 seconds ago 16.7MB 18:30:51 security-secretstore-setup latest d3a676ab7779 5 seconds ago 28.7MB 18:30:51 09625d231a8e 6 seconds ago 1.15GB 18:30:51 b98c1a8d021b 9 seconds ago 1.15GB 18:30:51 d73b1f8efed6 11 seconds ago 1.15GB 18:30:51 core-command latest 13fddfd513d9 14 seconds ago 15.9MB 18:30:51 e9d824221350 17 seconds ago 1.14GB 18:30:51 sys-mgmt-agent latest 4793350effbc 28 seconds ago 312MB 18:30:51 security-bootstrapper latest e9b38d412cf7 54 seconds ago 18.6MB 18:30:51 core-metadata latest aba0ba2f87cb About a minute ago 16.6MB 18:30:51 f69201f8d4ff About a minute ago 1.15GB 18:30:51 security-proxy-setup latest f6c0001ce3a7 About a minute ago 25.7MB 18:30:51 support-scheduler latest bff60dd40ee5 About a minute ago 15.9MB 18:30:51 5e5915c7cac2 About a minute ago 1.15GB 18:30:51 7cf1aaaae57e About a minute ago 1.15GB 18:30:51 db5a29edccb1 About a minute ago 1.15GB 18:30:51 135164464809 About a minute ago 1.15GB 18:30:51 ci-base-image-x86_64 latest 3c61fe8683a3 8 minutes ago 647MB 18:30:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 6 weeks ago 445MB 18:30:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 6 weeks ago 37.5MB 18:30:51 alpine 3.12 13621d1b12d4 2 months ago 5.58MB 18:30:51 docker 20.10.0 aefe523efa57 6 months ago 240MB 18:30:51 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] } 18:31:01 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 18:31:03 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 18:31:07 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 18:31:08 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 18:31:11 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 18:31:14 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 18:31:17 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 18:31: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 18:31: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 18:31:27 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] } 18:31:33 $ docker stop --time=1 31ed92a750adb4b3b76a54d31030fd7ebf829ea333129b537d3771b2f5903883 18:31:35 $ docker rm -f 31ed92a750adb4b3b76a54d31030fd7ebf829ea333129b537d3771b2f5903883 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:31:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:31:37 18:31:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:31:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:31:38 latest: Pulling from edgex-devops/edgex-compose-arm64 18:31:38 29e5d40040c1: Pulling fs layer 18:31:38 1ce36da41761: Pulling fs layer 18:31:38 25b303627fd3: Pulling fs layer 18:31:39 29e5d40040c1: Verifying Checksum 18:31:39 29e5d40040c1: Download complete 18:31:39 1ce36da41761: Verifying Checksum 18:31:39 1ce36da41761: Download complete 18:31:39 29e5d40040c1: Pull complete 18:31:41 25b303627fd3: Verifying Checksum 18:31:41 25b303627fd3: Download complete 18:31:41 1ce36da41761: Pull complete 18:31:51 25b303627fd3: Pull complete 18:31:51 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:31:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:31:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:31:51 prd-ubuntu18.04-docker-arm64-4c-16g-1313 does not seem to be running inside a container 18:31:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:31:54 $ docker top 43e2eafce1209781ae154916dcccb96c4bf319810ee84fff10eec06e1ee2fd79 -eo pid,comm [Pipeline] { [Pipeline] sh 18:31:55 + docker-compose build --help 18:31:55 + grep parallel 18:31:58 --parallel Build images in parallel. [Pipeline] } 18:31:59 $ docker stop --time=1 43e2eafce1209781ae154916dcccb96c4bf319810ee84fff10eec06e1ee2fd79 18:32:01 $ docker rm -f 43e2eafce1209781ae154916dcccb96c4bf319810ee84fff10eec06e1ee2fd79 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:32:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:32:01 . [Pipeline] withDockerContainer 18:32:02 prd-ubuntu18.04-docker-arm64-4c-16g-1313 does not seem to be running inside a container 18:32:02 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:32:03 $ docker top 45a75afb2b5a648909894fcbf7c6f609e75eb0d87cf46d8c2dc0606a31194243 -eo pid,comm [Pipeline] { [Pipeline] sh 18:32:04 + docker-compose -f ./docker-compose-build.yml build --parallel 18:32:08 Building core-command ... 18:32:08 Building core-data ... 18:32:08 Building core-metadata ... 18:32:08 Building security-bootstrapper ... 18:32:08 Building security-proxy-setup ... 18:32:08 Building security-secretstore-setup ... 18:32:08 Building support-notifications ... 18:32:08 Building support-scheduler ... 18:32:08 Building sys-mgmt-agent ... 18:32:08 Building security-secretstore-setup 18:32:08 Building core-command 18:32:08 Building support-scheduler 18:32:08 Building support-notifications 18:32:08 Building core-metadata 18:33:16 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:33:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:33:16 ---> 5d42bd175683 18:33:16 Step 3/23 : WORKDIR /edgex-go 18:33:16 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:33:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:33:16 ---> 5d42bd175683 18:33:16 Step 3/23 : WORKDIR /edgex-go 18:33:16 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:33:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:33:16 ---> 5d42bd175683 18:33:16 Step 3/24 : WORKDIR /edgex-go 18:33:16 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:33:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:33:16 ---> 5d42bd175683 18:33:16 Step 3/24 : WORKDIR /edgex-go 18:33:16 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:33:16 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:33:16 ---> 5d42bd175683 18:33:16 Step 3/26 : WORKDIR /edgex-go 18:33:19 ---> Running in d974a7ecfdda 18:33:19 ---> Running in 5450bf41f140 18:33:19 ---> Running in 7776420f30dd 18:33:19 ---> Running in ff541c3b31f0 18:33:19 ---> Running in f11480aefda2 18:33:19 Removing intermediate container 7776420f30dd 18:33:19 ---> 4ed202213abc 18:33:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:33:19 Removing intermediate container f11480aefda2 18:33:19 ---> 7858888d8035 18:33:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:33:19 Removing intermediate container 5450bf41f140 18:33:19 ---> 83887d677045 18:33:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:33:20 Removing intermediate container ff541c3b31f0 18:33:20 ---> f14416c25624 18:33:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:33:20 Removing intermediate container d974a7ecfdda 18:33:20 ---> 6d75aeecfcc2 18:33:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:33:20 ---> Running in 9ff022a8a2f7 18:33:20 ---> Running in cc17e42bfe98 18:33:20 ---> Running in 7c78df628b02 18:33:20 ---> Running in 5c3d0e973d16 18:33:20 ---> Running in 4cf81db667eb 18:33:23 Removing intermediate container cc17e42bfe98 18:33:23 ---> 9a66e3b36cfb 18:33:23 Step 5/23 : RUN apk add --update --no-cache make git 18:33:24 Removing intermediate container 7c78df628b02 18:33:24 ---> c1f054f9a8b5 18:33:24 Step 5/26 : RUN apk add --update --no-cache make git 18:33:24 ---> Running in 2beaa25857f6 18:33:24 Removing intermediate container 9ff022a8a2f7 18:33:24 ---> 5e0c9b303619 18:33:24 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 18:33:24 ---> Running in 71ca796aa6ea 18:33:24 Removing intermediate container 4cf81db667eb 18:33:24 ---> 7db1243a5a03 18:33:24 Step 5/24 : RUN apk add --update --no-cache make git 18:33:24 ---> Running in 60cfd26d7aca 18:33:24 ---> Running in c59c215b8835 18:33:24 Removing intermediate container 5c3d0e973d16 18:33:24 ---> e4086153be26 18:33:24 Step 5/24 : RUN apk add --update --no-cache make git 18:33:25 ---> Running in daee18f03f00 18:33:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:33:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:33:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:33:27 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:33:27 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:33:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:33:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:33:28 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:33:28 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:33:28 OK: 218 MiB in 52 packages 18:33:28 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:33:28 OK: 218 MiB in 52 packages 18:33:29 OK: 218 MiB in 52 packages 18:33:29 OK: 218 MiB in 52 packages 18:33:29 OK: 218 MiB in 52 packages 18:33:29 Removing intermediate container 2beaa25857f6 18:33:29 ---> f0f7e0fb7cf3 18:33:29 Step 6/23 : COPY go.mod . 18:33:30 Removing intermediate container 71ca796aa6ea 18:33:30 ---> 2b61db2441d6 18:33:30 Step 6/26 : COPY go.mod . 18:33:30 Removing intermediate container c59c215b8835 18:33:30 ---> 68e5554c229b 18:33:30 Step 6/24 : COPY go.mod . 18:33:31 Removing intermediate container 60cfd26d7aca 18:33:31 ---> cf833a963c79 18:33:31 Step 6/23 : COPY go.mod . 18:33:31 ---> 76a7ed4754ea 18:33:31 Step 7/23 : RUN go mod download 18:33:31 Removing intermediate container daee18f03f00 18:33:31 ---> 59898a2c85be 18:33:31 Step 6/24 : COPY go.mod . 18:33:31 ---> Running in 9477b39d037e 18:33:31 ---> 466f97645981 18:33:31 Step 7/26 : RUN go mod download 18:33:31 ---> Running in 5ce64379d699 18:33:31 ---> f5b2cf500dbc 18:33:31 Step 7/24 : RUN go mod download 18:33:32 ---> Running in 08d67f5e1e9c 18:33:32 ---> 468582055f1a 18:33:32 Step 7/23 : RUN go mod download 18:33:32 ---> ba3eade088cd 18:33:32 Step 7/24 : RUN go mod download 18:33:32 ---> Running in 452135338d3a 18:33:32 ---> Running in 937e2370ee1c 18:33:36 Removing intermediate container 9477b39d037e 18:33:36 ---> 4d171ba7f36d 18:33:36 Step 8/23 : COPY . . 18:33:36 Removing intermediate container 08d67f5e1e9c 18:33:36 ---> c953b9dc23fa 18:33:36 Step 8/24 : COPY . . 18:33:36 Removing intermediate container 5ce64379d699 18:33:36 ---> 0659ae022adc 18:33:36 Step 8/26 : COPY . . 18:33:37 Removing intermediate container 937e2370ee1c 18:33:37 ---> 304821edd8f9 18:33:37 Step 8/24 : COPY . . 18:33:37 Removing intermediate container 452135338d3a 18:33:37 ---> c048909bb586 18:33:37 Step 8/23 : COPY . . 18:33:59 ---> 255a33babab2 18:33:59 Step 9/23 : RUN go mod tidy 18:34:00 ---> 6c168f733ffa 18:34:00 Step 9/24 : RUN go mod tidy 18:34:00 ---> 86c20510d12d 18:34:00 Step 9/23 : RUN go mod tidy 18:34:00 ---> 1ac5aad378f6 18:34:00 Step 9/24 : RUN go mod tidy 18:34:00 ---> Running in 5dbbef0a9802 18:34:00 ---> 8b6690632989 18:34:00 Step 9/26 : RUN go mod tidy 18:34:00 ---> Running in ce6e2ab5f584 18:34:01 ---> Running in 85f600090849 18:34:01 ---> Running in b6c5cd8ecac2 18:34:01 ---> Running in cca0fd3546da 18:34:07 Removing intermediate container ce6e2ab5f584 18:34:07 ---> e4cd1a1476f1 18:34:07 Step 10/24 : RUN make cmd/core-metadata/core-metadata 18:34:07 Removing intermediate container 5dbbef0a9802 18:34:07 ---> 4919bd1a196e 18:34:07 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 18:34:08 ---> Running in f3c5dd5c89cb 18:34:08 ---> Running in efc45e74590c 18:34:08 Removing intermediate container cca0fd3546da 18:34:08 ---> 89ad7ccf5e1e 18:34:08 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:34:08 ---> Running in bd5480c61942 18:34:08 Removing intermediate container 85f600090849 18:34:08 ---> a5da4bbd6da6 18:34:08 Step 10/24 : RUN make cmd/core-command/core-command 18:34:08 Removing intermediate container b6c5cd8ecac2 18:34:08 ---> 412a4e8ca479 18:34:08 Step 10/23 : RUN make cmd/support-notifications/support-notifications 18:34:09 ---> Running in 4288b7cfa71b 18:34:09 ---> Running in c849cbfb5e94 18:34:10 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 18:34:10 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 18:34:10 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 18:34:11 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 18:34:11 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 18:36:03 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 18:36:03 Removing intermediate container c849cbfb5e94 18:36:03 ---> 61e068de5ac0 18:36:03 18:36:03 Step 11/24 : FROM alpine:3.12 18:36:03 3.12: Pulling from library/alpine 18:36:04 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 18:36:04 Status: Downloaded newer image for alpine:3.12 18:36:04 ---> 9852663dfa18 18:36:04 Step 12/24 : RUN apk add --update --no-cache dumb-init 18:36:05 ---> Running in 6fb18c9cd5c6 18:36:06 Removing intermediate container f3c5dd5c89cb 18:36:06 ---> 7eefeefee212 18:36:06 18:36:06 Step 11/23 : FROM alpine:3.12 18:36:06 ---> 9852663dfa18 18:36:06 Step 12/23 : RUN apk add --update --no-cache dumb-init 18:36:06 Removing intermediate container bd5480c61942 18:36:06 ---> 3f5fbc09cf30 18:36:07 18:36:07 Step 11/26 : FROM alpine:3.12 18:36:07 ---> 9852663dfa18 18:36:07 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 18:36:07 ---> Running in 752d591d8771 18:36:07 ---> Running in 4b15471114eb 18:36:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:36:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:36:08 Removing intermediate container 4288b7cfa71b 18:36:08 ---> c63e62b30b60 18:36:08 18:36:08 Step 11/23 : FROM alpine:3.12 18:36:08 ---> 9852663dfa18 18:36:08 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 18:36:08 (1/1) Installing dumb-init (1.2.2-r1) 18:36:08 Executing busybox-1.31.1-r20.trigger 18:36:08 ---> Running in cc751af2b859 18:36:08 OK: 5 MiB in 15 packages 18:36:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:36:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:36:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:36:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:36:10 (1/1) Installing dumb-init (1.2.2-r1) 18:36:10 Executing busybox-1.31.1-r20.trigger 18:36:10 OK: 5 MiB in 15 packages 18:36:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:36:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:36:11 (1/6) Installing ca-certificates (20191127-r4) 18:36:11 (2/6) Installing nghttp2-libs (1.41.0-r0) 18:36:11 (3/6) Installing libcurl (7.77.0-r0) 18:36:11 (4/6) Installing curl (7.77.0-r0) 18:36:11 Removing intermediate container 6fb18c9cd5c6 18:36:11 ---> 6e2858408aa5 18:36:11 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:36:11 (5/6) Installing dumb-init (1.2.2-r1) 18:36:11 (6/6) Installing su-exec (0.2-r1) 18:36:11 Executing busybox-1.31.1-r20.trigger 18:36:11 Executing ca-certificates-20191127-r4.trigger 18:36:11 OK: 7 MiB in 20 packages 18:36:11 (1/2) Installing ca-certificates (20191127-r4) 18:36:11 ---> Running in af36c30a22fe 18:36:11 (2/2) Installing dumb-init (1.2.2-r1) 18:36:11 Executing busybox-1.31.1-r20.trigger 18:36:11 Removing intermediate container efc45e74590c 18:36:11 ---> 6893471b6afc 18:36:11 18:36:11 Step 11/24 : FROM alpine:3.12 18:36:11 Executing ca-certificates-20191127-r4.trigger 18:36:11 ---> 9852663dfa18 18:36:11 Step 12/24 : RUN apk add --update --no-cache dumb-init 18:36:11 ---> Using cache 18:36:11 ---> 6e2858408aa5 18:36:11 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:36:11 OK: 6 MiB in 16 packages 18:36:12 ---> Running in 3493f6b36835 18:36:12 Removing intermediate container af36c30a22fe 18:36:12 ---> 83b95261bf02 18:36:12 Step 14/24 : ENV APP_PORT=59882 18:36:12 Removing intermediate container 3493f6b36835 18:36:12 ---> 79c64a6eef77 18:36:12 Step 14/24 : ENV APP_PORT=59881 18:36:12 Removing intermediate container 752d591d8771 18:36:12 ---> 1c38088dfdc8 18:36:12 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:36:13 ---> Running in 0e00fc815b59 18:36:13 ---> Running in e1773b111e38 18:36:13 ---> Running in f37f85d41e5e 18:36:13 Removing intermediate container 4b15471114eb 18:36:13 ---> c34dbf939b45 18:36:13 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:36:14 ---> Running in 8c5be0551d31 18:36:14 Removing intermediate container 0e00fc815b59 18:36:14 ---> c6d20bac8967 18:36:14 Step 15/24 : EXPOSE $APP_PORT 18:36:14 Removing intermediate container f37f85d41e5e 18:36:14 ---> 35c202bec857 18:36:14 Step 15/24 : EXPOSE $APP_PORT 18:36:14 Removing intermediate container cc751af2b859 18:36:14 ---> 5f4dd0daf474 18:36:14 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:36:14 Removing intermediate container e1773b111e38 18:36:14 ---> 37e732958794 18:36:14 Step 14/23 : ENV APP_PORT=59861 18:36:14 ---> Running in 4678a06f15c8 18:36:14 ---> Running in ffe123efee17 18:36:14 ---> Running in 9344161fbb01 18:36:14 ---> Running in 76c173041a08 18:36:14 Removing intermediate container 8c5be0551d31 18:36:14 ---> 6a8d06d637b6 18:36:14 Step 14/26 : WORKDIR / 18:36:15 ---> Running in 505a8e51c9f1 18:36:15 Removing intermediate container ffe123efee17 18:36:15 ---> 2e1e19639901 18:36:15 Step 16/24 : WORKDIR / 18:36:15 Removing intermediate container 9344161fbb01 18:36:15 ---> 8ed8db7752fe 18:36:15 Step 14/23 : ENV APP_PORT=59860 18:36:15 Removing intermediate container 4678a06f15c8 18:36:15 ---> 97994605dc2c 18:36:15 Step 16/24 : WORKDIR / 18:36:15 Removing intermediate container 76c173041a08 18:36:15 ---> d401510518b7 18:36:15 Step 15/23 : EXPOSE $APP_PORT 18:36:15 ---> Running in bbce5b642763 18:36:15 ---> Running in f4d4515e8c0b 18:36:15 ---> Running in 817b7889fd7b 18:36:16 ---> Running in 19d62c87c507 18:36:16 Removing intermediate container 505a8e51c9f1 18:36:16 ---> 23d03a4a54e9 18:36:16 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:36:16 Removing intermediate container f4d4515e8c0b 18:36:16 ---> 1d039886d929 18:36:16 Step 15/23 : EXPOSE $APP_PORT 18:36:16 Removing intermediate container bbce5b642763 18:36:16 ---> 4dcecfdc7f2d 18:36:16 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:36:16 ---> Running in ffddf558bb58 18:36:16 Removing intermediate container 19d62c87c507 18:36:16 ---> 93c0f5d2b31a 18:36:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:36:16 Removing intermediate container 817b7889fd7b 18:36:16 ---> 69ce5d4ae0c1 18:36:16 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:36:17 ---> 0a4d1d0049dc 18:36:17 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:36:17 Removing intermediate container ffddf558bb58 18:36:17 ---> 127b7709228c 18:36:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:36:18 ---> 7bd14899afb1 18:36:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:36:18 ---> 88e52e7ff956 18:36:18 ---> 67af3fca3bc3 18:36:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler /Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:36:18 18:36:18 ---> 5559faa734ea 18:36:18 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:36:19 ---> 2ccacc246086 18:36:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:36:20 ---> 2e66083227a1 18:36:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:36:20 ---> 586a1c735703 18:36:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 18:36:20 ---> 2d77262d4e27 18:36:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:36:20 ---> aecca6975730 18:36:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:36:21 ---> d67c777f37f5 18:36:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:36:21 ---> 490b75c9eab3 18:36:21 Step 20/24 : ENTRYPOINT ["/core-metadata"] 18:36:21 ---> Running in f3ef339fa7dd 18:36:21 ---> 922ac20f18a1 18:36:21 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:36:21 ---> b9ff8f030624 18:36:21 Step 20/24 : ENTRYPOINT ["/core-command"] 18:36:21 ---> 210fa4adeb66 18:36:21 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 18:36:22 Removing intermediate container f3ef339fa7dd 18:36:22 ---> 1a573d68c9d8 18:36:22 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:36:22 ---> f70f3ab78012 18:36:22 Step 19/23 : ENTRYPOINT ["/support-notifications"] 18:36:22 ---> Running in e3a7fd1fd9f6 18:36:22 ---> Running in d3bfcf543e9f 18:36:22 ---> Running in 7303f5267868 18:36:22 ---> Running in db018a10887e 18:36:23 Removing intermediate container e3a7fd1fd9f6 18:36:23 ---> eba1f6a3c1d8 18:36:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:36:23 ---> a2305222e663 18:36:23 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:36:23 Removing intermediate container d3bfcf543e9f 18:36:23 ---> f7cf89c9ac2a 18:36:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:36:23 ---> Running in 787b40534f24 18:36:23 Removing intermediate container 7303f5267868 18:36:23 ---> e091585a6bef 18:36:23 Step 22/24 : LABEL arch=arm64 18:36:23 Removing intermediate container db018a10887e 18:36:23 ---> f8200db7ad06 18:36:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:36:23 ---> Running in 8c248b1296b1 18:36:23 ---> Running in eff45b9a2ff4 18:36:23 ---> Running in 6682db34d88a 18:36:24 Removing intermediate container 787b40534f24 18:36:24 ---> 33ef918daef4 18:36:24 Step 22/24 : LABEL arch=arm64 18:36:24 Removing intermediate container 8c248b1296b1 18:36:24 ---> 8bd19e956f32 18:36:24 Step 21/23 : LABEL arch=arm64 18:36:24 Removing intermediate container eff45b9a2ff4 18:36:24 ---> 2ee48727a47e 18:36:24 Step 23/24 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb 18:36:24 ---> Running in 05fef27c1fb6 18:36:24 Removing intermediate container 6682db34d88a 18:36:24 ---> 09cba6108e11 18:36:24 Step 21/23 : LABEL arch=arm64 18:36:24 ---> Running in e67a912ae1e3 18:36:24 ---> Running in 571751f8a620 18:36:25 ---> Running in da459525bdd1 18:36:25 ---> b500e2833c90 18:36:25 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:36:25 Removing intermediate container 05fef27c1fb6 18:36:25 ---> dac681149d0c 18:36:25 Step 23/24 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb 18:36:25 ---> Running in f00d6644e664 18:36:25 Removing intermediate container e67a912ae1e3 18:36:25 ---> 3e45f25ae755 18:36:25 Step 24/24 : LABEL version=0.0.0 18:36:25 Removing intermediate container 571751f8a620 18:36:25 ---> 894117656d03 18:36:25 Step 22/23 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb 18:36:25 ---> Running in 7880932ec88e 18:36:25 Removing intermediate container da459525bdd1 18:36:25 ---> 3a7e5d77de00 18:36:25 Step 22/23 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb 18:36:25 ---> Running in e096a87abe39 18:36:26 ---> Running in 9cb17657474e 18:36:26 ---> a43cb954c32c 18:36:26 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/ 18:36:26 Removing intermediate container f00d6644e664 18:36:26 ---> 1253d72a567e 18:36:26 Step 24/24 : LABEL version=0.0.0 18:36:26 ---> Running in 28f79803bbf3 18:36:26 ---> Running in d3df70dfd20e 18:36:26 Removing intermediate container 7880932ec88e 18:36:26 ---> 257520ad27e2 18:36:26 18:36:27 Removing intermediate container 9cb17657474e 18:36:27 ---> 8cde0b864651 18:36:27 Step 23/23 : LABEL version=0.0.0 18:36:27 Removing intermediate container e096a87abe39 18:36:27 ---> 472c4fe0eb4b 18:36:27 Step 23/23 : LABEL version=0.0.0 18:36:27 Successfully built 257520ad27e2 18:36:27 ---> Running in 944613c510b7 18:36:27 ---> Running in d67cbdd3cb7c 18:36:27 Successfully tagged core-metadata-arm64:latest 18:36:27  Building core-metadata ... done Building security-bootstrapper 18:36:27 Removing intermediate container d3df70dfd20e 18:36:27 ---> 537bf281716e 18:36:27 18:36:27 Successfully built 537bf281716e 18:36:28 Successfully tagged core-command-arm64:latest 18:36:28 Removing intermediate container 944613c510b7 18:36:28 ---> 3b6ac8d8f799 18:36:28 18:36:28 Building security-proxy-setup 18:36:28  Building core-command ... done Removing intermediate container d67cbdd3cb7c 18:36:28 ---> 619296051337 18:36:28 18:36:28 Successfully built 3b6ac8d8f799 18:36:28 Successfully built 619296051337 18:36:28 Successfully tagged support-notifications-arm64:latest 18:36:28  Building support-notifications ... done Successfully tagged support-scheduler-arm64:latest 18:36:28 Building core-data 18:36:28  Building support-scheduler ... done Building sys-mgmt-agent 18:36:29 Removing intermediate container 28f79803bbf3 18:36:29 ---> 3f76180904dc 18:36:29 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 18:36:29 ---> Running in 408ad1297786 18:36:29 Removing intermediate container 408ad1297786 18:36:29 ---> e35894afb8f4 18:36:29 Step 24/26 : LABEL arch=arm64 18:36:30 ---> Running in b5ff11abeb0c 18:36:30 Removing intermediate container b5ff11abeb0c 18:36:30 ---> da609b244151 18:36:30 Step 25/26 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb 18:36:30 ---> Running in 1380e2cd5862 18:36:31 Removing intermediate container 1380e2cd5862 18:36:31 ---> bf066d0f0fc8 18:36:31 Step 26/26 : LABEL version=0.0.0 18:36:32 ---> Running in 727bcd158a1f 18:36:33 Removing intermediate container 727bcd158a1f 18:36:33 ---> 303b2030fdf9 18:36:33 18:36:33 Successfully built 303b2030fdf9 18:36:33 Successfully tagged security-secretstore-setup-arm64:latest 18:37:30  Building security-secretstore-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:37:30 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:37:30 ---> 5d42bd175683 18:37:30 Step 3/24 : WORKDIR /edgex-go 18:37:30 ---> Using cache 18:37:30 ---> 6d75aeecfcc2 18:37:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:37:30 ---> Using cache 18:37:30 ---> e4086153be26 18:37:30 Step 5/24 : RUN apk add --update --no-cache make bash git 18:37:30 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:37:30 Step 2/32 : FROM ${BUILDER_BASE} AS builder 18:37:30 ---> 5d42bd175683 18:37:30 Step 3/32 : WORKDIR /edgex-go 18:37:30 ---> Using cache 18:37:30 ---> 6d75aeecfcc2 18:37:30 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:37:30 ---> Using cache 18:37:30 ---> e4086153be26 18:37:30 Step 5/32 : RUN apk add --update --no-cache make git 18:37:30 ---> Using cache 18:37:30 ---> 59898a2c85be 18:37:30 Step 6/32 : COPY go.mod . 18:37:30 ---> Using cache 18:37:30 ---> ba3eade088cd 18:37:30 Step 7/32 : RUN go mod download 18:37:30 ---> Using cache 18:37:30 ---> 304821edd8f9 18:37:30 Step 8/32 : COPY . . 18:37:30 ---> Using cache 18:37:30 ---> 1ac5aad378f6 18:37:30 Step 9/32 : RUN go mod tidy 18:37:30 ---> Using cache 18:37:30 ---> a5da4bbd6da6 18:37:30 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:37:30 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:37:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:37:30 ---> 5d42bd175683 18:37:30 Step 3/22 : WORKDIR /edgex-go 18:37:30 ---> Using cache 18:37:30 ---> 6d75aeecfcc2 18:37:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:37:30 ---> Using cache 18:37:30 ---> e4086153be26 18:37:30 Step 5/22 : RUN apk add --update --no-cache make git 18:37:30 ---> Using cache 18:37:30 ---> 59898a2c85be 18:37:30 Step 6/22 : COPY go.mod . 18:37:30 ---> Using cache 18:37:30 ---> ba3eade088cd 18:37:30 Step 7/22 : RUN go mod download 18:37:30 ---> Using cache 18:37:30 ---> 304821edd8f9 18:37:30 Step 8/22 : COPY . . 18:37:30 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 18:37:30 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:37:30 ---> 5d42bd175683 18:37:30 Step 3/24 : WORKDIR /edgex-go 18:37:30 ---> Using cache 18:37:30 ---> 6d75aeecfcc2 18:37:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:37:30 ---> Using cache 18:37:30 ---> e4086153be26 18:37:30 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:37:30 ---> Using cache 18:37:30 ---> 1ac5aad378f6 18:37:30 Step 9/22 : RUN go mod tidy 18:37:30 ---> Using cache 18:37:30 ---> a5da4bbd6da6 18:37:30 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:37:30 ---> Running in 3c3517258f8b 18:37:30 ---> Running in 4ec7d0f9c44e 18:37:30 ---> Running in 6858fe1e568b 18:37:30 ---> Running in af834f910fb6 18:37: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 18:37:30 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:37:30 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 18:37:30 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 18:37:30 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:37:30 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 18:37:30 OK: 218 MiB in 52 packages 18:37:31 OK: 218 MiB in 52 packages 18:37:31 Removing intermediate container 3c3517258f8b 18:37:31 ---> a08e4881b491 18:37:31 Step 6/24 : COPY go.mod . 18:37:32 Removing intermediate container 6858fe1e568b 18:37:32 ---> 0241ca44f49f 18:37:32 Step 6/24 : COPY go.mod . 18:37:33 ---> 0149b12319e2 18:37:33 Step 7/24 : RUN go mod download 18:37:33 ---> Running in 2bc946a696a8 18:37:34 ---> 503df57a4a88 18:37:34 Step 7/24 : RUN go mod download 18:37:34 ---> Running in 8b8c8cec5c99 18:37:39 Removing intermediate container 2bc946a696a8 18:37:39 ---> 712ab8c0a79e 18:37:39 Step 8/24 : COPY . . 18:37:39 Removing intermediate container 8b8c8cec5c99 18:37:39 ---> cdd6778a4463 18:37:39 Step 8/24 : COPY . . 18:38:11 ---> eebce659d7c4 18:38:11 Step 9/24 : RUN go mod tidy 18:38:11 ---> aaa9c6557025 18:38:11 Step 9/24 : RUN go mod tidy 18:38:11 ---> Running in 9404b22c8456 18:38:11 ---> Running in 3d13b585693f 18:38:12 Removing intermediate container 3d13b585693f 18:38:12 ---> 14d8db9fc7c2 18:38:12 Step 10/24 : RUN make cmd/core-data/core-data 18:38:12 ---> Running in 5d0d21e17ba2 18:38:13 Removing intermediate container 9404b22c8456 18:38:13 ---> ca12b02dd757 18:38:13 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:38:13 ---> Running in 35ca92bdf9b1 18:38:15 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 18:38:15 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 18:38: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 18:38:52 Removing intermediate container 4ec7d0f9c44e 18:38:52 ---> c36ce8a34a61 18:38:52 18:38:52 Step 11/32 : FROM alpine:3.12 18:38:52 ---> 9852663dfa18 18:38:52 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:38:52 ---> Running in 733848627b11 18:38:52 Removing intermediate container 733848627b11 18:38:52 ---> 623740f275d9 18:38:52 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 18:38:52 ---> Running in 95b9f3b54d6d 18:38:54 Removing intermediate container af834f910fb6 18:38:54 ---> e9b8b7889768 18:38:54 18:38:54 Step 11/22 : FROM alpine:3.12 18:38:54 ---> 9852663dfa18 18:38:54 Step 12/22 : RUN apk add --update --no-cache curl 18:38:54 ---> Running in 850d8d1473b2 18:38:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:38:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:38:56 (1/2) Installing dumb-init (1.2.2-r1) 18:38:56 (2/2) Installing su-exec (0.2-r1) 18:38:56 Executing busybox-1.31.1-r20.trigger 18:38:56 OK: 5 MiB in 16 packages 18:38:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:38:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:38:57 (1/4) Installing ca-certificates (20191127-r4) 18:38:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:38:57 (3/4) Installing libcurl (7.77.0-r0) 18:38:57 (4/4) Installing curl (7.77.0-r0) 18:38:57 Executing busybox-1.31.1-r20.trigger 18:38:57 Executing ca-certificates-20191127-r4.trigger 18:38:57 OK: 7 MiB in 18 packages 18:38:57 Removing intermediate container 95b9f3b54d6d 18:38:57 ---> 8bae480c52f1 18:38:57 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 18:38:57 ---> Running in 3259dfdcf885 18:38:58 Removing intermediate container 3259dfdcf885 18:38:58 ---> c8dccf54149c 18:38:58 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:38:59 ---> Running in 991ee0c52084 18:38:59 Removing intermediate container 850d8d1473b2 18:38:59 ---> 082d5caf3521 18:38:59 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:39:00 Removing intermediate container 991ee0c52084 18:39:00 ---> f1fdbf16311d 18:39:00 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:39:00 ---> Running in cb708e2597d1 18:39:00 ---> Running in 7febc190aafa 18:39:01 Removing intermediate container cb708e2597d1 18:39:01 ---> 797b79cd030e 18:39:01 Step 14/22 : WORKDIR /edgex 18:39:01 ---> Running in 5c54c558e6ec 18:39:02 Removing intermediate container 5c54c558e6ec 18:39:02 ---> f6992741405f 18:39:02 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:39:03 ---> 1fb225b0aaae 18:39:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:39:04 Removing intermediate container 7febc190aafa 18:39:04 ---> a3ffe601e579 18:39:04 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 18:39:04 ---> Running in 9a254f2bbfee 18:39:05 Removing intermediate container 9a254f2bbfee 18:39:05 ---> 3ab6d1f01700 18:39:05 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:39:06 ---> b0eab126f458 18:39:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:39:07 ---> 6a7340c4a8e8 18:39:07 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:39:07 ---> Running in eae4d56b2b02 18:39:08 ---> f177de9afadc 18:39:08 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:39:08 ---> Running in b37d68ba8987 18:39:09 Removing intermediate container b37d68ba8987 18:39:09 ---> d7ea1ca139d1 18:39:09 Step 19/22 : CMD ["--init=true"] 18:39:09 ---> Running in dc32c5e22999 18:39:10 Removing intermediate container dc32c5e22999 18:39:10 ---> fab9e8fca14d 18:39:10 Step 20/22 : LABEL arch=arm64 18:39:10 ---> Running in 637e1a3680c3 18:39:11 Removing intermediate container eae4d56b2b02 18:39:11 ---> 48527408cf61 18:39:11 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 18:39:11 Removing intermediate container 637e1a3680c3 18:39:11 ---> a3269dafe369 18:39:11 Step 21/22 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb 18:39:12 ---> Running in 8e08c9db1bfb 18:39:13 Removing intermediate container 8e08c9db1bfb 18:39:13 ---> 1af9adc12ec1 18:39:13 Step 22/22 : LABEL version=0.0.0 18:39:13 ---> d4601f78cc79 18:39:13 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:39:13 ---> Running in a345439a50c8 18:39:13 Removing intermediate container a345439a50c8 18:39:13 ---> ae30a2762514 18:39:13 18:39:14 Successfully built ae30a2762514 18:39:14 Successfully tagged security-proxy-setup-arm64:latest 18:39:15  Building security-proxy-setup ... done  ---> 68d15c6f4b13 18:39:15 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:39:16 ---> 183d4e9e9653 18:39:16 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:39:18 ---> 0c72d8604b12 18:39:18 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:39:19 ---> 2cf393c9812c 18:39:19 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 18:39:20 ---> Running in 62d96ba28383 18:39:20 Removing intermediate container 62d96ba28383 18:39:20 ---> bad18eb142a0 18:39:20 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:39:22 ---> 4b3bc42a0400 18:39:22 Step 27/32 : RUN chmod +x /entrypoint.sh 18:39:22 ---> Running in c6e1b755a051 18:39:26 Removing intermediate container c6e1b755a051 18:39:26 ---> 32f92bdc21a2 18:39:26 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 18:39:26 ---> Running in b527383a82b6 18:39:27 Removing intermediate container b527383a82b6 18:39:27 ---> fe73be148ca3 18:39:27 Step 29/32 : CMD ["gate"] 18:39:28 ---> Running in 161702dd530c 18:39:28 Removing intermediate container 161702dd530c 18:39:28 ---> ec2957435724 18:39:28 Step 30/32 : LABEL arch=arm64 18:39:29 ---> Running in 3bc251bf751c 18:39:30 Removing intermediate container 3bc251bf751c 18:39:30 ---> 6de72b9d7d3b 18:39:30 Step 31/32 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb 18:39:30 ---> Running in 2c506af0ab35 18:39:31 Removing intermediate container 2c506af0ab35 18:39:31 ---> fb1baf7b43e5 18:39:31 Step 32/32 : LABEL version=0.0.0 18:39:31 ---> Running in 974ccfdb1009 18:39:32 Removing intermediate container 974ccfdb1009 18:39:32 ---> 121e72761f91 18:39:32 18:39:32 Successfully built 121e72761f91 18:39:33 Successfully tagged security-bootstrapper-arm64:latest 18:39:33  Building security-bootstrapper ... done Removing intermediate container 35ca92bdf9b1 18:39:33 ---> 2ac0fee1ed76 18:39:33 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:39:33 ---> Running in 6581ff25d770 18:39:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:39:37 Removing intermediate container 6581ff25d770 18:39:37 ---> 12133aa51767 18:39:37 18:39:37 Step 12/24 : FROM docker:20.10.0 18:39:37 20.10.0: Pulling from library/docker 18:39:40 Removing intermediate container 5d0d21e17ba2 18:39:40 ---> b1614504c806 18:39:40 18:39:40 Step 11/24 : FROM alpine:3.12 18:39:40 ---> 9852663dfa18 18:39:40 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:39:40 ---> Running in 316c57f7dc74 18:39:41 Removing intermediate container 316c57f7dc74 18:39:41 ---> 4fc4d33ddda3 18:39:41 Step 13/24 : ENV APP_PORT=59880 18:39:41 ---> Running in b43047536e9b 18:39:42 Removing intermediate container b43047536e9b 18:39:42 ---> 94a729f39ca1 18:39:42 Step 14/24 : EXPOSE $APP_PORT 18:39:42 ---> Running in 273225424d60 18:39:42 Removing intermediate container 273225424d60 18:39:42 ---> 4452c250a359 18:39:42 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:39:43 ---> Running in 346a2101b7e2 18:39:45 Removing intermediate container 346a2101b7e2 18:39:45 ---> 88c2d65da0dc 18:39:45 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 18:39:46 ---> Running in 275aed9ed7cd 18:39:47 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:39:47 Status: Downloaded newer image for docker:20.10.0 18:39:47 ---> eeaf43b92773 18:39:47 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 18:39:47 ---> Running in 76102c0a8239 18:39:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:39:47 Removing intermediate container 76102c0a8239 18:39:47 ---> 530362b8fb1c 18:39:47 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 18:39:47 ---> Running in a1731fe78d38 18:39:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:39:49 (1/6) Installing dumb-init (1.2.2-r1) 18:39:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:39:49 (2/6) Installing libgcc (9.3.0-r2) 18:39:49 (3/6) Installing libsodium (1.0.18-r0) 18:39:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:39:49 (4/6) Installing libstdc++ (9.3.0-r2) 18:39:49 (5/6) Installing libzmq (4.3.3-r0) 18:39:49 (6/6) Installing zeromq (4.3.3-r0) 18:39:49 Executing busybox-1.31.1-r20.trigger 18:39:49 (1/39) Installing readline (8.0.4-r0) 18:39:49 OK: 8 MiB in 20 packages 18:39:49 (2/39) Installing bash (5.0.17-r0) 18:39:49 Executing bash-5.0.17-r0.post-install 18:39:49 (3/39) Installing nghttp2-libs (1.41.0-r0) 18:39:49 (4/39) Installing libcurl (7.77.0-r0) 18:39:49 (5/39) Installing curl (7.77.0-r0) 18:39:49 (6/39) Installing dumb-init (1.2.2-r1) 18:39:49 (7/39) Installing libbz2 (1.0.8-r1) 18:39:49 (8/39) Installing expat (2.2.9-r1) 18:39:49 (9/39) Installing libffi (3.3-r2) 18:39:49 (10/39) Installing gdbm (1.13-r1) 18:39:49 (11/39) Installing xz-libs (5.2.5-r0) 18:39:49 (12/39) Installing sqlite-libs (3.32.1-r1) 18:39:49 (13/39) Installing python3 (3.8.10-r0) 18:39:51 Removing intermediate container 275aed9ed7cd 18:39:51 ---> 5bbea17c111f 18:39:51 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:39:51 (14/39) Installing py3-appdirs (1.4.4-r1) 18:39:51 (15/39) Installing py3-ordered-set (4.0.1-r0) 18:39:51 (16/39) Installing py3-parsing (2.4.7-r0) 18:39:51 (17/39) Installing py3-six (1.15.0-r0) 18:39:51 (18/39) Installing py3-packaging (20.4-r0) 18:39:51 (19/39) Installing py3-setuptools (47.0.0-r0) 18:39:51 (20/39) Installing py3-chardet (3.0.4-r4) 18:39:51 (21/39) Installing py3-idna (2.9-r0) 18:39:51 (22/39) Installing py3-certifi (2020.4.5.1-r0) 18:39:51 (23/39) Installing py3-urllib3 (1.25.9-r0) 18:39:51 (24/39) Installing py3-requests (2.23.0-r0) 18:39:51 (25/39) Installing py3-msgpack (1.0.0-r0) 18:39:51 (26/39) Installing py3-lockfile (0.12.2-r3) 18:39:51 (27/39) Installing py3-cachecontrol (0.12.6-r0) 18:39:51 (28/39) Installing py3-colorama (0.4.3-r0) 18:39:51 (29/39) Installing py3-distlib (0.3.0-r0) 18:39:51 (30/39) Installing py3-distro (1.5.0-r1) 18:39:51 (31/39) Installing py3-webencodings (0.5.1-r3) 18:39:51 (32/39) Installing py3-html5lib (1.0.1-r4) 18:39:52 (33/39) Installing py3-pytoml (0.1.21-r0) 18:39:52 (34/39) Installing py3-pep517 (0.8.2-r0) 18:39:52 (35/39) Installing py3-progress (1.5-r0) 18:39:52 (36/39) Installing py3-toml (0.10.1-r0) 18:39:52 (37/39) Installing py3-retrying (1.3.3-r0) 18:39:52 (38/39) Installing py3-contextlib2 (0.6.0-r0) 18:39:52 (39/39) Installing py3-pip (20.1.1-r0) 18:39:52 Executing busybox-1.31.1-r19.trigger 18:39:52 OK: 72 MiB in 59 packages 18:39:52 ---> 129c6aad7287 18:39:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:39:53 ---> 3da8c3ec1e7f 18:39:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:39:54 ---> 9e2c5dcbe6a7 18:39:54 Step 20/24 : ENTRYPOINT ["/core-data"] 18:39:54 ---> Running in 77bcd97ec456 18:39:55 Removing intermediate container 77bcd97ec456 18:39:55 ---> deb05cde6131 18:39:55 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:39:55 ---> Running in f78fcca2388e 18:39:55 Removing intermediate container f78fcca2388e 18:39:55 ---> e3308c9a39a8 18:39:55 Step 22/24 : LABEL arch=arm64 18:39:55 ---> Running in 0a109542c9f6 18:39:56 Removing intermediate container 0a109542c9f6 18:39:56 ---> 022c3236c700 18:39:56 Step 23/24 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb 18:39:56 ---> Running in 6d22c8a042b8 18:39:56 Collecting docker-compose==1.23.2 18:39:56 Removing intermediate container 6d22c8a042b8 18:39:56 ---> 59a93ea1d145 18:39:56 Step 24/24 : LABEL version=0.0.0 18:39:56 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:39:56 ---> Running in 8b378d91d150 18:39:57 Removing intermediate container 8b378d91d150 18:39:57 ---> ddd5d9215eb5 18:39:57 18:39:58 Successfully built ddd5d9215eb5 18:39:58 Successfully tagged core-data-arm64:latest 18:39:58  Building core-data ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:39:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:39:59 Collecting websocket-client<1.0,>=0.32.0 18:39:59 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 18:39:59 Collecting cached-property<2,>=1.2.0 18:39:59 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:40:00 Collecting docker<4.0,>=3.6.0 18:40:00 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:40:01 Collecting PyYAML<4,>=3.10 18:40:01 Downloading PyYAML-3.13.tar.gz (270 kB) 18:40:04 Collecting dockerpty<0.5,>=0.4.1 18:40:04 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:40:06 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:40:06 Collecting docopt<0.7,>=0.6.1 18:40:06 Downloading docopt-0.6.2.tar.gz (25 kB) 18:40:08 Collecting texttable<0.10,>=0.9.0 18:40:08 Downloading texttable-0.9.1.tar.gz (11 kB) 18:40:10 Collecting jsonschema<3,>=2.5.1 18:40:10 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:40:10 Collecting urllib3<1.25,>=1.21.1 18:40:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:40:11 Collecting idna<2.8,>=2.5 18:40:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:40:11 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) 18:40:11 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) 18:40:11 Collecting docker-pycreds>=0.4.0 18:40:11 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:40:11 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:40:11 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:40:11 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:40:11 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:40:12 Installing collected packages: urllib3, idna, requests, websocket-client, cached-property, docker-pycreds, docker, PyYAML, dockerpty, docopt, texttable, jsonschema, docker-compose 18:40:12 Attempting uninstall: urllib3 18:40:12 Found existing installation: urllib3 1.25.9 18:40:12 Uninstalling urllib3-1.25.9: 18:40:12 Successfully uninstalled urllib3-1.25.9 18:40:13 Attempting uninstall: idna 18:40:13 Found existing installation: idna 2.9 18:40:13 Uninstalling idna-2.9: 18:40:13 Successfully uninstalled idna-2.9 18:40:13 Attempting uninstall: requests 18:40:13 Found existing installation: requests 2.23.0 18:40:13 Uninstalling requests-2.23.0: 18:40:13 Successfully uninstalled requests-2.23.0 18:40:15 Running setup.py install for PyYAML: started 18:40:17 Running setup.py install for PyYAML: finished with status 'done' 18:40:17 Running setup.py install for dockerpty: started 18:40:19 Running setup.py install for dockerpty: finished with status 'done' 18:40:19 Running setup.py install for docopt: started 18:40:21 Running setup.py install for docopt: finished with status 'done' 18:40:21 Running setup.py install for texttable: started 18:40:22 Running setup.py install for texttable: finished with status 'done' 18:40:24 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 18:40:32 Removing intermediate container a1731fe78d38 18:40:32 ---> d2c8476e23da 18:40:32 Step 15/24 : ENV APP_PORT=58890 18:40:32 ---> Running in ccafed5560cd 18:40:32 Removing intermediate container ccafed5560cd 18:40:32 ---> c3e96c350580 18:40:32 Step 16/24 : EXPOSE $APP_PORT 18:40:32 ---> Running in d2ea294aa205 18:40:33 Removing intermediate container d2ea294aa205 18:40:33 ---> 15929ad40477 18:40:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:40:34 ---> aac0da84711e 18:40:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:40:35 ---> 55e711c4ac9a 18:40:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:40:36 ---> 4a1d07470997 18:40:36 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 18:40:36 ---> Running in ab8f1e24a655 18:40:36 Removing intermediate container ab8f1e24a655 18:40:36 ---> 4646ef0a0fc9 18:40:36 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:40:37 ---> Running in eae0a6ea9429 18:40:37 Removing intermediate container eae0a6ea9429 18:40:37 ---> 92524e8be653 18:40:37 Step 22/24 : LABEL arch=arm64 18:40:37 ---> Running in 045e75027ca7 18:40:38 Removing intermediate container 045e75027ca7 18:40:38 ---> 961bf1fd6ccc 18:40:38 Step 23/24 : LABEL git_sha=04c838e8472b5aabfd7e7421d4bd85178651bafb 18:40:38 ---> Running in cef8860e17c7 18:40:38 Removing intermediate container cef8860e17c7 18:40:38 ---> fbd4395d34c1 18:40:38 Step 24/24 : LABEL version=0.0.0 18:40:38 ---> Running in 450f2b4b9a4f 18:40:39 Removing intermediate container 450f2b4b9a4f 18:40:39 ---> 3411a2b35868 18:40:39 18:40:39 Successfully built 3411a2b35868 18:40:39 Successfully tagged sys-mgmt-agent-arm64:latest 18:40:40  Building sys-mgmt-agent ... done  [Pipeline] } 18:40:40 $ docker stop --time=1 45a75afb2b5a648909894fcbf7c6f609e75eb0d87cf46d8c2dc0606a31194243 18:40:42 $ docker rm -f 45a75afb2b5a648909894fcbf7c6f609e75eb0d87cf46d8c2dc0606a31194243 [Pipeline] // withDockerContainer [Pipeline] sh 18:40:42 + docker images 18:40:42 REPOSITORY TAG IMAGE ID CREATED SIZE 18:40:42 sys-mgmt-agent-arm64 latest 3411a2b35868 3 seconds ago 299MB 18:40:42 core-data-arm64 latest ddd5d9215eb5 45 seconds ago 19.1MB 18:40:42 b1614504c806 About a minute ago 975MB 18:40:42 12133aa51767 About a minute ago 969MB 18:40:42 security-bootstrapper-arm64 latest 121e72761f91 About a minute ago 17.5MB 18:40:42 security-proxy-setup-arm64 latest ae30a2762514 About a minute ago 24.3MB 18:40:42 e9b8b7889768 About a minute ago 973MB 18:40:42 c36ce8a34a61 About a minute ago 970MB 18:40:42 security-secretstore-setup-arm64 latest 303b2030fdf9 4 minutes ago 27.1MB 18:40:42 support-notifications-arm64 latest 3b6ac8d8f799 4 minutes ago 15.7MB 18:40:42 core-command-arm64 latest 537bf281716e 4 minutes ago 15MB 18:40:42 support-scheduler-arm64 latest 619296051337 4 minutes ago 15.1MB 18:40:42 core-metadata-arm64 latest 257520ad27e2 4 minutes ago 15.7MB 18:40:42 6893471b6afc 4 minutes ago 972MB 18:40:42 c63e62b30b60 4 minutes ago 969MB 18:40:42 3f5fbc09cf30 4 minutes ago 976MB 18:40:42 7eefeefee212 4 minutes ago 968MB 18:40:42 61e068de5ac0 4 minutes ago 967MB 18:40:42 ci-base-image-arm64 latest 5d42bd175683 14 minutes ago 641MB 18:40:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine a36622ca3599 5 days ago 429MB 18:40:42 alpine 3.12 9852663dfa18 2 months ago 5.32MB 18:40:42 docker 20.10.0 eeaf43b92773 6 months ago 228MB 18:40:42 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 18:40:43 ---> job-cost.sh 18:40:43 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wtSU 18:41:22 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:43:00 lf-activate-venv(): INFO: Adding /tmp/venv-wtSU/bin to PATH 18:43:00 INFO: No Stack... 18:43:00 INFO: Retrieving Pricing Info for: v2-standard-4 18:43:00 INFO: Archiving Costs [Pipeline] sh 18:43:00 + + cutcat -d, /w/workspace/edgex-go/2/archives/cost.csv -f6 18:43:00 [Pipeline] lock 18:43:00 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3562-2-stack-cost] 18:43:00 Resource [jenkins-edgexfoundry-edgex-go-PR-3562-2-stack-cost] did not exist. Created. 18:43:00 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3562-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:43:00 + echo total: 0.18000000715255737 [Pipeline] stash 18:43:01 Stashed 1 file(s) [Pipeline] } 18:43:01 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3562-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 18:43:01 provisioning config files... 18:43:01 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config6291652574337887446tmp [Pipeline] { [Pipeline] sh 18:43:02 + set +x 18:43:02 + curl -s https://codecov.io/bash 18:43:02 + bash -s -- 18:43:02 18:43:02 _____ _ 18:43:02 / ____| | | 18:43:02 | | ___ __| | ___ ___ _____ __ 18:43:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:43:02 | |___| (_) | (_| | __/ (_| (_) \ V / 18:43:02 \_____\___/ \__,_|\___|\___\___/ \_/ 18:43:02 Bash-1.0.3 18:43:02 18:43:02 18:43:02 ==> git version 2.24.4 found 18:43:02 ==> 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 18:43:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:43:02 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:43:02 ==> Jenkins CI detected. 18:43:02 project root: . 18:43:02 --> token set from env 18:43:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:43:02 ==> Running gcov in . (disable via -X gcov) 18:43:02 ==> Python coveragepy not found 18:43:02 ==> Searching for coverage reports in: 18:43:02 + . 18:43:02 -> Found 1 reports 18:43:02 ==> Detecting git/mercurial file structure 18:43:02 ==> Reading reports 18:43:02 + ./coverage.out bytes=398195 18:43:02 ==> Appending adjustments 18:43:02 https://docs.codecov.io/docs/fixing-reports 18:43:03 + Found adjustments 18:43:03 ==> Gzipping contents 18:43:03 56K /tmp/codecov.p87amq.gz 18:43:03 ==> Uploading reports 18:43:03 url: https://codecov.io 18:43:03 query: branch=PR-3562&commit=04c838e8472b5aabfd7e7421d4bd85178651bafb&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3562%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3562&job=&cmd_args= 18:43:03 -> Pinging Codecov 18:43:03 https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-3562&commit=04c838e8472b5aabfd7e7421d4bd85178651bafb&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3562%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3562&job=&cmd_args= 18:43:04 -> Uploading to 18:43:04 https://storage.googleapis.com/codecov/v4/raw/2021-06-14/00271124DB129430A58F1EEE437C3FCB/04c838e8472b5aabfd7e7421d4bd85178651bafb/605239c0-0220-4308-b64f-bf65afb84413.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210614%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210614T184303Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=12e779cfb6cc22f584e31e78ea4dd754bf3aad2edd12e8e48e3b2764c7569adf 18:43:04 % Total % Received % Xferd Average Speed Time Time Time Current 18:43:04 Dload Upload Total Spent Left Speed 18:43:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54450 0 0 100 54450 0 123k --:--:-- --:--:-- --:--:-- 123k 100 54450 0 0 100 54450 0 123k --:--:-- --:--:-- --:--:-- 123k 18:43:04 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/04c838e8472b5aabfd7e7421d4bd85178651bafb [Pipeline] } 18:43:04 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 18:43:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:43:06 ---> package-listing.sh 18:43:06 ++ facter osfamily 18:43:06 ++ tr '[:upper:]' '[:lower:]' 18:43:06 + OS_FAMILY=redhat 18:43:06 + workspace=/w/workspace/edgex-go/2 18:43:06 + START_PACKAGES=/tmp/packages_start.txt 18:43:06 + END_PACKAGES=/tmp/packages_end.txt 18:43:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:43:06 + PACKAGES=/tmp/packages_start.txt 18:43:06 + '[' /w/workspace/edgex-go/2 ']' 18:43:06 + PACKAGES=/tmp/packages_end.txt 18:43:06 + case "${OS_FAMILY}" in 18:43:06 + rpm -qa 18:43:06 + sort 18:43:08 + '[' -f /tmp/packages_start.txt ']' 18:43:08 + '[' -f /tmp/packages_end.txt ']' 18:43:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:43:08 + '[' /w/workspace/edgex-go/2 ']' 18:43:08 + mkdir -p /w/workspace/edgex-go/2/archives/ 18:43:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 18:43:08 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:43:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:43:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:43:09 18:43:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:43:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:43:10 alpine: Pulling from edgex-lftools-log-publisher 18:43:10 df20fa9351a1: Pulling fs layer 18:43:10 36b3adc4ff6f: Pulling fs layer 18:43:10 8ad3a11d3b57: Pulling fs layer 18:43:10 46f8f816bc3b: Pulling fs layer 18:43:10 93b61091891f: Pulling fs layer 18:43:10 93b9cdb0e59b: Pulling fs layer 18:43:10 5e14af77c1be: Pulling fs layer 18:43:10 01666e4c0597: Pulling fs layer 18:43:10 aa168da1d23b: Pulling fs layer 18:43:10 46f8f816bc3b: Waiting 18:43:10 93b61091891f: Waiting 18:43:10 93b9cdb0e59b: Waiting 18:43:10 5e14af77c1be: Waiting 18:43:10 01666e4c0597: Waiting 18:43:10 aa168da1d23b: Waiting 18:43:10 36b3adc4ff6f: Verifying Checksum 18:43:10 36b3adc4ff6f: Download complete 18:43:10 46f8f816bc3b: Verifying Checksum 18:43:10 46f8f816bc3b: Download complete 18:43:10 df20fa9351a1: Verifying Checksum 18:43:10 df20fa9351a1: Download complete 18:43:10 93b9cdb0e59b: Verifying Checksum 18:43:10 93b9cdb0e59b: Download complete 18:43:10 5e14af77c1be: Verifying Checksum 18:43:10 5e14af77c1be: Download complete 18:43:10 93b61091891f: Verifying Checksum 18:43:10 93b61091891f: Download complete 18:43:10 01666e4c0597: Verifying Checksum 18:43:10 01666e4c0597: Download complete 18:43:10 8ad3a11d3b57: Verifying Checksum 18:43:10 8ad3a11d3b57: Download complete 18:43:10 df20fa9351a1: Pull complete 18:43:10 36b3adc4ff6f: Pull complete 18:43:10 8ad3a11d3b57: Pull complete 18:43:10 46f8f816bc3b: Pull complete 18:43:11 93b61091891f: Pull complete 18:43:11 93b9cdb0e59b: Pull complete 18:43:11 5e14af77c1be: Pull complete 18:43:11 01666e4c0597: Pull complete 18:43:12 aa168da1d23b: Verifying Checksum 18:43:12 aa168da1d23b: Download complete 18:43:16 aa168da1d23b: Pull complete 18:43:16 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:43:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:43:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:43:16 prd-centos7-docker-4c-2g-1308 does not seem to be running inside a container 18:43:16 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:43:19 $ docker top 99973dc69c79926e15aca3450f1425cd92d926e28420963a5d02311e4c2d55d0 -eo pid,comm [Pipeline] { [Pipeline] sh 18:43:19 + touch /tmp/pre-build-complete [Pipeline] sh 18:43:20 + mkdir -p /var/log/sa [Pipeline] sh 18:43:20 + ls /var/log/sa-host 18:43:20 + sadf -c /var/log/sa-host/sa05 18:43:20 file_magic: OK 18:43:20 HZ: Using current value: 100 18:43:20 file_header: OK 18:43:20 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 18:43:20 Statistics: 18:43:20 Hnuu...uuuununununu...Hnuu...uuuununununu... 18:43:20 File successfully converted to sysstat format version 12.2.1 18:43:20 + sadf -c /var/log/sa-host/sa14 18:43:20 file_magic: OK 18:43:20 HZ: Using current value: 100 18:43:20 file_header: OK 18:43:20 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 18:43:20 Statistics: 18:43:20 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:43:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:43:20 provisioning config files... 18:43:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8655216438776090910tmp [Pipeline] { [Pipeline] echo 18:43:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:43:20 ---> create-netrc.sh [Pipeline] } 18:43:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:43:21 ---> python-tools-install.sh [Pipeline] echo 18:43:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:43:21 ---> sudo-logs.sh 18:43:21 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:43:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:43:21 ---> job-cost.sh 18:43:21 lf-activate-venv: SKIPPING 18:43:21 DEBUG: total: 0.18000000715255737 18:43:21 INFO: Retrieving Stack Cost... 18:43:22 INFO: Retrieving Pricing Info for: v3-standard-2 18:43:23 INFO: Archiving Costs [Pipeline] echo 18:43:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:43:23 ---> logs-deploy.sh 18:43:23 lf-activate-venv: SKIPPING 18:43:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3562/2 18:43:23 INFO: archiving workspace using pattern(s): 18:43:24 Archives upload complete. 18:43:24 INFO: archiving logs to Nexus 18:43:24 ---> uname -a: 18:43:24 Linux prd-centos7-docker-4c-2g-1308.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 18:43:24 18:43:24 18:43:24 ---> lscpu: 18:43:24 Architecture: x86_64 18:43:24 CPU op-mode(s): 32-bit, 64-bit 18:43:24 Byte Order: Little Endian 18:43:24 Address sizes: 40 bits physical, 48 bits virtual 18:43:24 CPU(s): 2 18:43:24 On-line CPU(s) list: 0,1 18:43:24 Thread(s) per core: 1 18:43:24 Core(s) per socket: 1 18:43:24 Socket(s): 2 18:43:24 NUMA node(s): 1 18:43:24 Vendor ID: AuthenticAMD 18:43:24 CPU family: 23 18:43:24 Model: 49 18:43:24 Model name: AMD EPYC-Rome Processor 18:43:24 Stepping: 0 18:43:24 CPU MHz: 2799.998 18:43:24 BogoMIPS: 5599.99 18:43:24 Virtualization: AMD-V 18:43:24 Hypervisor vendor: KVM 18:43:24 Virtualization type: full 18:43:24 L1d cache: 64 KiB 18:43:24 L1i cache: 64 KiB 18:43:24 L2 cache: 1 MiB 18:43:24 L3 cache: 32 MiB 18:43:24 NUMA node0 CPU(s): 0,1 18:43:24 Vulnerability Itlb multihit: Not affected 18:43:24 Vulnerability L1tf: Not affected 18:43:24 Vulnerability Mds: Not affected 18:43:24 Vulnerability Meltdown: Not affected 18:43:24 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:43:24 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:43:24 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:43:24 Vulnerability Srbds: Not affected 18:43:24 Vulnerability Tsx async abort: Not affected 18:43:24 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 18:43:24 18:43:24 18:43:24 ---> nproc: 18:43:24 2 18:43:24 18:43:24 18:43:24 ---> df -h: 18:43:24 Filesystem Size Used Available Use% Mounted on 18:43:24 overlay 40.0G 13.3G 26.7G 33% / 18:43:24 tmpfs 64.0M 0 64.0M 0% /dev 18:43:24 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 18:43:24 shm 64.0M 0 64.0M 0% /dev/shm 18:43:24 /dev/vda1 40.0G 13.3G 26.7G 33% /facter-os 18:43:24 /dev/vda1 40.0G 13.3G 26.7G 33% /etc/resolv.conf 18:43:24 /dev/vda1 40.0G 13.3G 26.7G 33% /etc/hostname 18:43:24 /dev/vda1 40.0G 13.3G 26.7G 33% /etc/hosts 18:43:24 /dev/vda1 40.0G 13.3G 26.7G 33% /run/cloud-init/result.json 18:43:24 /dev/vda1 40.0G 13.3G 26.7G 33% /var/log/sa-host 18:43:24 /dev/vda1 40.0G 13.3G 26.7G 33% /var/log/secure 18:43:24 /dev/vda1 40.0G 13.3G 26.7G 33% /var/log/auth.log 18:43:24 /dev/vda1 40.0G 13.3G 26.7G 33% /w/workspace/edgex-go/2@tmp 18:43:24 /dev/vda1 40.0G 13.3G 26.7G 33% /w/workspace/edgex-go/2 18:43:24 18:43:24 18:43:24 ---> free -m: 18:43:24 total used free shared buff/cache available 18:43:24 Mem: 7821 1340 2228 0 4252 6445 18:43:24 Swap: 1023 3 1020 18:43:24 18:43:24 18:43:24 ---> ip addr: 18:43:24 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:43:24 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:43:24 inet 127.0.0.1/8 scope host lo 18:43:24 valid_lft forever preferred_lft forever 18:43:24 inet6 ::1/128 scope host 18:43:24 valid_lft forever preferred_lft forever 18:43:24 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:43:24 link/ether fa:16:3e:9b:a3:d0 brd ff:ff:ff:ff:ff:ff 18:43:24 inet 10.30.122.244/23 brd 10.30.123.255 scope global dynamic eth0 18:43:24 valid_lft 84926sec preferred_lft 84926sec 18:43:24 inet6 fe80::f816:3eff:fe9b:a3d0/64 scope link 18:43:24 valid_lft forever preferred_lft forever 18:43:24 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:43:24 link/ether 02:42:05:d0:c8:2d brd ff:ff:ff:ff:ff:ff 18:43:24 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:43:24 valid_lft forever preferred_lft forever 18:43:24 inet6 fe80::42:5ff:fed0:c82d/64 scope link 18:43:24 valid_lft forever preferred_lft forever 18:43:24 18:43:24 18:43:24 ---> sar -b -r -n DEV: 18:43:24 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/14/21 _x86_64_ (2 CPU) 18:43:24 18:43:24 18:18:36 LINUX RESTART (2 CPU) 18:43:24 18:43:24 18:19:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:43:24 18:20:01 160.08 97.75 62.33 0.00 8050.66 36510.86 0.00 18:43:24 18:21:01 42.69 3.43 39.26 0.00 2578.75 15990.38 0.00 18:43:24 18:22:01 69.69 0.18 69.50 0.00 22.78 34845.30 0.00 18:43:24 18:23:01 111.94 0.00 111.94 0.00 0.00 15603.86 0.00 18:43:24 18:24:01 52.90 0.00 52.90 0.00 0.00 8272.90 0.00 18:43:24 18:25:01 43.25 0.02 43.23 0.00 0.53 3114.04 0.00 18:43:24 18:26:01 93.41 0.00 93.41 0.00 0.00 19672.79 0.00 18:43:24 18:27:05 194.90 96.41 98.49 0.00 2314.83 83330.74 0.00 18:43:24 18:28:01 259.06 23.94 235.11 0.00 625.12 150699.89 0.00 18:43:24 18:29:01 273.36 179.57 93.79 0.00 9472.91 50623.38 0.00 18:43:24 18:30:01 526.00 26.05 499.95 0.00 2351.79 240440.15 0.00 18:43:24 18:31:01 354.21 51.00 303.21 0.00 4611.52 74488.91 0.00 18:43:24 18:32:01 1.73 0.02 1.72 0.00 0.13 35.72 0.00 18:43:24 18:33:01 0.28 0.00 0.28 0.00 0.00 2.77 0.00 18:43:24 18:34:01 0.43 0.23 0.20 0.00 6.53 2.73 0.00 18:43:24 18:35:01 0.85 0.00 0.85 0.00 0.00 16.67 0.00 18:43:24 18:36:01 0.23 0.00 0.23 0.00 0.00 2.63 0.00 18:43:24 18:37:01 0.32 0.00 0.32 0.00 0.00 3.60 0.00 18:43:24 18:38:01 0.23 0.00 0.23 0.00 0.00 2.87 0.00 18:43:24 18:39:01 0.23 0.00 0.23 0.00 0.00 3.48 0.00 18:43:24 18:40:02 0.35 0.00 0.35 0.00 0.00 3.27 0.00 18:43:24 18:41:01 0.22 0.00 0.22 0.00 0.00 2.49 0.00 18:43:24 18:42:01 0.28 0.00 0.28 0.00 0.00 3.46 0.00 18:43:24 18:43:01 0.25 0.02 0.23 0.00 0.13 3.03 0.00 18:43:24 Average: 91.01 20.14 70.87 0.00 1256.95 30402.10 0.00 18:43:24 18:43:24 18:19:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:43:24 18:20:01 5647488 0 752204 9.39 2620 1606620 1292568 14.27 468920 1505252 31096 18:43:24 18:21:01 4932452 0 857108 10.70 2620 2216752 1468752 16.22 928296 1726484 8 18:43:24 18:22:01 4122124 0 963440 12.03 2620 2920748 1440340 15.90 1030352 2365804 8 18:43:24 18:23:01 4081600 0 1107188 13.82 2620 2817524 1667780 18.41 1215972 2174616 69072 18:43:24 18:24:01 3727616 0 1204952 15.05 2620 3073744 1893312 20.90 1443536 2278020 87464 18:43:24 18:25:01 3845404 0 1118596 13.97 2620 3042312 1446976 15.98 1301876 2299460 125292 18:43:24 18:26:01 3701788 0 1112592 13.89 2620 3191932 1371772 15.15 1271828 2461448 52 18:43:24 18:27:05 981536 0 1372596 17.14 2620 5652180 1976588 21.82 2114108 4241036 742992 18:43:24 18:28:01 160688 0 1304604 16.29 2620 6541020 1450568 16.02 3307264 3823280 631064 18:43:24 18:29:01 632196 0 1408056 17.58 2620 5966060 2384228 26.32 3033652 3606376 94092 18:43:24 18:30:01 781856 0 1402732 17.51 2620 5821724 1765732 19.49 2850296 3635976 1228 18:43:24 18:31:01 2914084 0 1272248 15.89 2620 3819980 1298172 14.33 1296456 3076864 20 18:43:24 18:32:01 2914360 0 1271964 15.88 2620 3819988 1282692 14.16 1303020 3070124 12 18:43:24 18:33:01 2918184 0 1268140 15.83 2620 3819988 1263160 13.95 1300736 3070612 12 18:43:24 18:34:01 2918980 0 1267304 15.82 2620 3820028 1263268 13.95 1301548 3070188 20 18:43:24 18:35:01 2919168 0 1267116 15.82 2620 3820028 1263340 13.95 1301100 3070892 12 18:43:24 18:36:01 2919640 0 1266636 15.82 2620 3820036 1263208 13.95 1300392 3070892 12 18:43:24 18:37:01 2919220 0 1267052 15.82 2620 3820040 1263160 13.95 1301004 3070892 16 18:43:24 18:38:01 2918600 0 1267668 15.83 2620 3820044 1263328 13.95 1301364 3070820 8 18:43:24 18:39:01 2918248 0 1268016 15.83 2620 3820048 1263376 13.95 1324488 3048148 8 18:43:24 18:40:02 2917504 0 1268756 15.84 2620 3820052 1263340 13.95 1326440 3047068 16 18:43:24 18:41:01 2917440 0 1268812 15.84 2620 3820060 1263364 13.95 1326676 3047068 8 18:43:24 18:42:01 2918504 0 1267744 15.83 2620 3820064 1263160 13.95 1326536 3045764 8 18:43:24 18:43:01 2917992 0 1268252 15.84 2620 3820068 1263340 13.95 1327292 3045768 8 18:43:24 Average: 2939445 0 1212241 15.14 2620 3854627 1443147 15.93 1500131 2913452 74272 18:43:24 18:43:24 18:19:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:43:24 18:20:01 eth0 457.24 282.55 618.67 58.28 0.00 0.00 0.00 0.00 18:43:24 18:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:21:01 eth0 1335.91 1368.71 5814.38 138.81 0.00 0.00 0.00 0.00 18:43:24 18:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:21:01 docker0 938.98 761.21 75.34 2699.22 0.00 0.00 0.00 0.00 18:43:24 18:22:01 eth0 453.43 349.63 3082.20 36.12 0.00 0.00 0.00 0.00 18:43:24 18:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:22:01 docker0 88.94 153.61 5.02 380.56 0.00 0.00 0.00 0.00 18:43:24 18:23:01 vethb6b9eb3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:43:24 18:23:01 eth0 168.85 146.79 493.85 22.77 0.00 0.00 0.00 0.00 18:43:24 18:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:23:01 docker0 130.97 142.22 10.11 467.30 0.00 0.00 0.00 0.00 18:43:24 18:24:01 vethb6b9eb3 0.73 0.73 0.06 0.06 0.00 0.00 0.00 0.00 18:43:24 18:24:01 eth0 36.78 23.87 24.11 106.62 0.00 0.00 0.00 0.00 18:43:24 18:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:24:01 docker0 0.73 0.73 0.05 0.06 0.00 0.00 0.00 0.00 18:43:24 18:25:01 vethb6b9eb3 1.53 1.53 0.12 0.12 0.00 0.00 0.00 0.00 18:43:24 18:25:01 eth0 21.74 11.46 16.38 8.81 0.00 0.00 0.00 0.00 18:43:24 18:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:25:01 docker0 1.53 1.53 0.10 0.12 0.00 0.00 0.00 0.00 18:43:24 18:26:01 veth22a7021 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:26:01 eth0 188.54 165.23 1694.23 22.94 0.00 0.00 0.00 0.00 18:43:24 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:27:05 veth762a68a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:43:24 18:27:05 eth0 18.49 11.09 18.51 7.21 0.00 0.00 0.00 0.00 18:43:24 18:27:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:27:05 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:28:01 veth762a68a 0.00 0.52 0.00 0.02 0.00 0.00 0.00 0.00 18:43:24 18:28:01 vethae8177b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:28:01 eth0 99.48 76.47 200.00 16.73 0.00 0.00 0.00 0.00 18:43:24 18:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:29:01 veth7b8ae66 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:43:24 18:29:01 veth6c36a03 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:43:24 18:29:01 vethf4c9869 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:43:24 18:29:01 veth762a68a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:30:01 veth762a68a 0.00 0.42 0.00 0.02 0.00 0.00 0.00 0.00 18:43:24 18:30:01 veth993c33d 26.59 52.21 1.84 305.98 0.00 0.00 0.00 0.00 18:43:24 18:30:01 eth0 3067.54 2634.28 13804.71 553.24 0.00 0.00 0.00 0.00 18:43:24 18:30:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:43:24 18:31:01 eth0 89.98 61.52 224.49 19.56 0.00 0.00 0.00 0.00 18:43:24 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:31:01 docker0 1317.80 1272.46 100.90 4407.59 0.00 0.00 0.00 0.00 18:43:24 18:32:01 eth0 0.72 0.67 0.45 0.05 0.00 0.00 0.00 0.00 18:43:24 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:33:01 eth0 0.23 0.22 0.02 0.02 0.00 0.00 0.00 0.00 18:43:24 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:34:01 eth0 0.98 0.32 0.32 0.20 0.00 0.00 0.00 0.00 18:43:24 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:35:01 eth0 1.00 0.40 0.39 0.26 0.00 0.00 0.00 0.00 18:43:24 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:36:01 eth0 0.18 0.17 0.07 0.01 0.00 0.00 0.00 0.00 18:43:24 18:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:37:01 eth0 0.43 0.03 0.04 0.00 0.00 0.00 0.00 0.00 18:43:24 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:38:01 eth0 1.47 0.33 0.37 0.20 0.00 0.00 0.00 0.00 18:43:24 18:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:39:01 eth0 1.40 0.52 0.58 0.39 0.00 0.00 0.00 0.00 18:43:24 18:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:40:02 eth0 0.72 0.50 0.41 0.27 0.00 0.00 0.00 0.00 18:43:24 18:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:40:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:41:01 eth0 0.86 0.49 0.70 0.37 0.00 0.00 0.00 0.00 18:43:24 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:42:01 eth0 0.55 0.08 0.06 0.01 0.00 0.00 0.00 0.00 18:43:24 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:43:01 eth0 1.38 0.47 0.58 0.39 0.00 0.00 0.00 0.00 18:43:24 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 Average: eth0 130.86 112.13 583.56 23.94 0.00 0.00 0.00 0.00 18:43:24 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:43:24 Average: docker0 54.98 53.09 4.21 183.88 0.00 0.00 0.00 0.00 18:43:24 18:43:24 18:43:24 ---> sar -P ALL: 18:43:24 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/14/21 _x86_64_ (2 CPU) 18:43:24 18:43:24 18:18:36 LINUX RESTART (2 CPU) 18:43:24 18:43:24 18:19:01 CPU %user %nice %system %iowait %steal %idle 18:43:24 18:20:01 all 18.12 0.00 8.57 52.24 0.10 20.97 18:43:24 18:20:01 0 17.75 0.00 8.31 50.29 0.10 23.55 18:43:24 18:20:01 1 18.49 0.00 8.83 54.20 0.10 18.38 18:43:24 18:21:01 all 20.11 0.00 5.03 13.92 0.12 60.81 18:43:24 18:21:01 0 21.96 0.00 5.61 16.60 0.11 55.72 18:43:24 18:21:01 1 18.28 0.00 4.46 11.26 0.14 65.86 18:43:24 18:22:01 all 7.13 0.00 3.28 11.95 0.07 77.57 18:43:24 18:22:01 0 7.27 0.00 3.48 12.58 0.07 76.60 18:43:24 18:22:01 1 7.00 0.00 3.07 11.32 0.07 78.54 18:43:24 18:23:01 all 15.56 0.00 4.49 15.77 0.10 64.09 18:43:24 18:23:01 0 15.58 0.00 4.33 14.09 0.09 65.90 18:43:24 18:23:01 1 15.54 0.00 4.64 17.44 0.10 62.27 18:43:24 18:24:01 all 50.17 0.00 5.86 14.02 0.11 29.84 18:43:24 18:24:01 0 50.63 0.00 6.02 11.86 0.11 31.38 18:43:24 18:24:01 1 49.72 0.00 5.69 16.17 0.11 28.31 18:43:24 18:25:01 all 37.90 0.00 5.98 9.00 0.16 46.96 18:43:24 18:25:01 0 37.34 0.00 6.07 9.38 0.16 47.05 18:43:24 18:25:01 1 38.45 0.00 5.90 8.62 0.16 46.87 18:43:24 18:26:01 all 31.17 0.00 6.10 14.74 0.12 47.86 18:43:24 18:26:01 0 30.98 0.00 6.16 16.68 0.12 46.07 18:43:24 18:26:01 1 31.37 0.00 6.05 12.80 0.12 49.66 18:43:24 18:27:05 all 10.20 0.00 5.90 74.81 0.13 8.95 18:43:24 18:27:05 0 9.07 0.00 5.99 75.07 0.15 9.72 18:43:24 18:27:05 1 11.35 0.00 5.81 74.56 0.12 8.17 18:43:24 18:28:01 all 13.52 0.00 10.43 51.25 0.11 24.69 18:43:24 18:28:01 0 13.01 0.00 10.81 48.64 0.11 27.43 18:43:24 18:28:01 1 14.03 0.00 10.06 53.86 0.11 21.94 18:43:24 18:29:01 all 29.44 0.00 5.49 55.00 0.13 9.94 18:43:24 18:29:01 0 28.95 0.00 5.71 58.15 0.14 7.04 18:43:24 18:29:01 1 29.93 0.00 5.26 51.84 0.12 12.85 18:43:24 18:30:01 all 55.70 0.00 19.53 20.61 0.13 4.03 18:43:24 18:30:01 0 55.21 0.00 19.95 20.09 0.13 4.62 18:43:24 18:30:01 1 56.20 0.00 19.11 21.13 0.13 3.43 18:43:24 18:43:24 18:30:01 CPU %user %nice %system %iowait %steal %idle 18:43:24 18:31:01 all 60.69 0.00 13.32 1.56 0.11 24.32 18:43:24 18:31:01 0 59.80 0.00 14.17 1.59 0.11 24.33 18:43:24 18:31:01 1 61.57 0.00 12.47 1.54 0.11 24.31 18:43:24 18:32:01 all 0.03 0.00 0.03 0.00 0.04 99.91 18:43:24 18:32:01 0 0.05 0.00 0.02 0.00 0.03 99.90 18:43:24 18:32:01 1 0.00 0.00 0.03 0.00 0.05 99.92 18:43:24 18:33:01 all 0.09 0.00 0.07 0.00 0.03 99.82 18:43:24 18:33:01 0 0.13 0.00 0.07 0.00 0.02 99.78 18:43:24 18:33:01 1 0.05 0.00 0.07 0.00 0.03 99.85 18:43:24 18:34:01 all 0.04 0.00 0.05 0.00 0.03 99.87 18:43:24 18:34:01 0 0.07 0.00 0.03 0.00 0.00 99.90 18:43:24 18:34:01 1 0.02 0.00 0.07 0.00 0.07 99.85 18:43:24 18:35:01 all 0.11 0.00 0.05 0.00 0.03 99.81 18:43:24 18:35:01 0 0.15 0.00 0.03 0.00 0.02 99.80 18:43:24 18:35:01 1 0.07 0.00 0.07 0.00 0.05 99.82 18:43:24 18:36:01 all 0.12 0.00 0.03 0.00 0.03 99.83 18:43:24 18:36:01 0 0.02 0.00 0.02 0.00 0.02 99.95 18:43:24 18:36:01 1 0.22 0.00 0.03 0.00 0.03 99.72 18:43:24 18:37:01 all 0.09 0.00 0.02 0.00 0.03 99.87 18:43:24 18:37:01 0 0.02 0.00 0.02 0.00 0.02 99.95 18:43:24 18:37:01 1 0.17 0.00 0.02 0.00 0.03 99.78 18:43:24 18:38:01 all 0.17 0.00 0.02 0.00 0.03 99.79 18:43:24 18:38:01 0 0.05 0.00 0.03 0.00 0.02 99.90 18:43:24 18:38:01 1 0.28 0.00 0.00 0.00 0.03 99.68 18:43:24 18:39:01 all 0.07 0.00 0.03 0.00 0.03 99.87 18:43:24 18:39:01 0 0.02 0.00 0.03 0.00 0.02 99.93 18:43:24 18:39:01 1 0.12 0.00 0.03 0.00 0.05 99.80 18:43:24 18:40:02 all 0.09 0.00 0.02 0.00 0.02 99.87 18:43:24 18:40:02 0 0.03 0.00 0.02 0.00 0.00 99.95 18:43:24 18:40:02 1 0.15 0.00 0.02 0.00 0.03 99.80 18:43:24 18:41:01 all 0.03 0.00 0.03 0.00 0.03 99.92 18:43:24 18:41:01 0 0.03 0.00 0.03 0.00 0.03 99.90 18:43:24 18:41:01 1 0.03 0.00 0.02 0.00 0.02 99.93 18:43:24 18:43:24 18:41:01 CPU %user %nice %system %iowait %steal %idle 18:43:24 18:42:01 all 0.06 0.00 0.02 0.00 0.03 99.89 18:43:24 18:42:01 0 0.02 0.00 0.03 0.00 0.03 99.92 18:43:24 18:42:01 1 0.10 0.00 0.00 0.00 0.03 99.87 18:43:24 18:43:01 all 0.07 0.00 0.03 0.00 0.02 99.89 18:43:24 18:43:01 0 0.03 0.00 0.02 0.00 0.02 99.93 18:43:24 18:43:01 1 0.10 0.00 0.03 0.00 0.02 99.85 18:43:24 Average: all 14.09 0.00 3.78 13.64 0.07 68.42 18:43:24 Average: 0 13.99 0.00 3.89 13.66 0.07 68.40 18:43:24 Average: 1 14.19 0.00 3.68 13.62 0.08 68.44 18:43:24 18:43:24 18:43:24