Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from de671d521d9c86c4e79c888266647b5538b20374+f1ea93c16db09b36626d9198e09713e38083a332 (a155a1ecb63ac552a097885284d2e740910b4cdd) 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9d0281235b943b7ad605f650702698f9078b2862 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 9d0281235b943b7ad605f650702698f9078b2862 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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/v1, 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/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4667 in /w/workspace/edgexfoundry_edgex-go_PR-3410 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout 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/12 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3410/head:refs/remotes/origin/PR-3410 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f1ea93c16db09b36626d9198e09713e38083a332 into PR head commit de671d521d9c86c4e79c888266647b5538b20374 Merge succeeded, producing a281e7ecf90e501821f04e365638aaebcd94ec35 Checking out Revision a281e7ecf90e501821f04e365638aaebcd94ec35 (PR-3410) > git config core.sparsecheckout # timeout=10 > git checkout -f de671d521d9c86c4e79c888266647b5538b20374 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f1ea93c16db09b36626d9198e09713e38083a332 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a281e7ecf90e501821f04e365638aaebcd94ec35 # timeout=10 Commit message: "Merge commit 'f1ea93c16db09b36626d9198e09713e38083a332' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:30:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:30:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:30:19 ========================================================= 08:30:19 EdgeX Global Pipelines Version Info 08:30:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 0311ae2b0344e8c4ecb566f9a8aa396db9a525d7 # timeout=10 08:30:21 ------------------- 08:30:21 stable info: 08:30:21 ------------------- 08:30:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:30:21 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 08:30:21 Message: update stable to v1.0.192 08:30:22 ------------------- 08:30:22 experimental info: 08:30:22 ------------------- 08:30:22 Commited By: **** collab-it+edgex@linuxfoundation.org 08:30:22 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 08:30:22 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3410 [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3410 [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3410 [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a281e7ecf90e501821f04e365638aaebcd94ec35 [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a281e7e [Pipeline] echo 08:30:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:30:24 provisioning config files... 08:30:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config6705537980764558853tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:30:24 ---> docker-login.sh 08:30:24 nexus3.edgexfoundry.org:10001 08:30:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:25 Configure a credential helper to remove this warning. See 08:30:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:25 08:30:25 Login Succeeded 08:30:25 nexus3.edgexfoundry.org:10002 08:30:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:25 Configure a credential helper to remove this warning. See 08:30:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:25 08:30:25 Login Succeeded 08:30:25 nexus3.edgexfoundry.org:10003 08:30:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:26 Configure a credential helper to remove this warning. See 08:30:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:26 08:30:26 Login Succeeded 08:30:26 nexus3.edgexfoundry.org:10004 08:30:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:26 Configure a credential helper to remove this warning. See 08:30:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:26 08:30:26 Login Succeeded 08:30:26 docker.io 08:30:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:27 Configure a credential helper to remove this warning. See 08:30:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:27 08:30:27 Login Succeeded 08:30:27 ---> docker-login.sh ends [Pipeline] } 08:30:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:30:27 ++ 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 08:30:27 + for file in '`ls cmd/**/Dockerfile`' 08:30:27 ++ cut -d/ -f2 08:30:27 ++ dirname cmd/core-command/Dockerfile 08:30:27 + echo core-command,cmd/core-command/Dockerfile 08:30:27 + for file in '`ls cmd/**/Dockerfile`' 08:30:27 ++ cut -d/ -f2 08:30:27 ++ dirname cmd/core-data/Dockerfile 08:30:27 + echo core-data,cmd/core-data/Dockerfile 08:30:27 + for file in '`ls cmd/**/Dockerfile`' 08:30:27 ++ dirname cmd/core-metadata/Dockerfile 08:30:27 ++ cut -d/ -f2 08:30:27 + echo core-metadata,cmd/core-metadata/Dockerfile 08:30:27 + for file in '`ls cmd/**/Dockerfile`' 08:30:27 ++ cut -d/ -f2 08:30:27 ++ dirname cmd/security-bootstrapper/Dockerfile 08:30:27 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:30:27 + for file in '`ls cmd/**/Dockerfile`' 08:30:27 ++ dirname cmd/security-proxy-setup/Dockerfile 08:30:27 ++ cut -d/ -f2 08:30:27 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:30:27 + for file in '`ls cmd/**/Dockerfile`' 08:30:27 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:30:27 ++ cut -d/ -f2 08:30:27 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:30:27 + for file in '`ls cmd/**/Dockerfile`' 08:30:27 ++ dirname cmd/support-notifications/Dockerfile 08:30:27 ++ cut -d/ -f2 08:30:27 + echo support-notifications,cmd/support-notifications/Dockerfile 08:30:27 + for file in '`ls cmd/**/Dockerfile`' 08:30:27 ++ dirname cmd/support-scheduler/Dockerfile 08:30:27 ++ cut -d/ -f2 08:30:27 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:30:27 + for file in '`ls cmd/**/Dockerfile`' 08:30:27 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:30:27 ++ cut -d/ -f2 08:30:27 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:30:27 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 08:30:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:30:29 08:30:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:30:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:30:29 latest: Pulling from edgex-devops/git-semver 08:30:29 31603596830f: Pulling fs layer 08:30:29 54011a49482f: Pulling fs layer 08:30:29 a6820b24f6d8: Pulling fs layer 08:30:29 f581987b2513: Pulling fs layer 08:30:29 f581987b2513: Waiting 08:30:29 54011a49482f: Download complete 08:30:30 f581987b2513: Verifying Checksum 08:30:30 f581987b2513: Download complete 08:30:30 31603596830f: Verifying Checksum 08:30:30 31603596830f: Download complete 08:30:30 a6820b24f6d8: Verifying Checksum 08:30:30 a6820b24f6d8: Download complete 08:30:31 31603596830f: Pull complete 08:30:31 54011a49482f: Pull complete 08:30:33 a6820b24f6d8: Pull complete 08:30:33 f581987b2513: Pull complete 08:30:33 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 08:30:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:30:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:30:33 prd-centos7-docker-4c-2g-4667 does not seem to be running inside a container 08:30:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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:10004/edgex-devops/git-semver:latest cat 08:30:37 $ docker top d9ca59ffbed1f6c6229d55a0973b1e7cfe5d7548f6efc3e294935e318c8b8745 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:30:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:30:37 [ssh-agent] Looking for ssh-agent implementation... 08:30:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:30:38 $ docker exec d9ca59ffbed1f6c6229d55a0973b1e7cfe5d7548f6efc3e294935e318c8b8745 ssh-agent 08:30:38 SSH_AUTH_SOCK=/tmp/ssh-bOsYilR1zvvS/agent.11 08:30:38 SSH_AGENT_PID=16 08:30:38 Running ssh-add (command line suppressed) 08:30:38 Identity added: /w/workspace/edgex-go/12@tmp/private_key_6396721698485671221.key (/w/workspace/edgex-go/12@tmp/private_key_6396721698485671221.key) 08:30:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:30:39 + git tag --points-at HEAD [Pipeline] } 08:30:39 $ docker exec --env ******** --env ******** d9ca59ffbed1f6c6229d55a0973b1e7cfe5d7548f6efc3e294935e318c8b8745 ssh-agent -k 08:30:39 unset SSH_AUTH_SOCK; 08:30:39 unset SSH_AGENT_PID; 08:30:39 echo Agent pid 16 killed; 08:30:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:30:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:30:39 [ssh-agent] Looking for ssh-agent implementation... 08:30:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:30:39 $ docker exec d9ca59ffbed1f6c6229d55a0973b1e7cfe5d7548f6efc3e294935e318c8b8745 ssh-agent 08:30:40 SSH_AUTH_SOCK=/tmp/ssh-a1p9yaVCgvUW/agent.44 08:30:40 SSH_AGENT_PID=49 08:30:40 Running ssh-add (command line suppressed) 08:30:40 Identity added: /w/workspace/edgex-go/12@tmp/private_key_451387789754720021.key (/w/workspace/edgex-go/12@tmp/private_key_451387789754720021.key) 08:30:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:30:41 + git semver init 08:30:41 # -> Open(): unable to determine branch for HEAD 08:30:41 # $GIT_DIR = /w/workspace/edgex-go/12/.git 08:30:41 # $GIT_WORK_TREE = /w/workspace/edgex-go/12 08:30:41 # $SEMVER_REMOTE_NAME = origin 08:30:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:30:41 # $SEMVER_USER_NAME = edgex-jenkins 08:30:41 # $SEMVER_BRANCH = PR-3410 08:30:41 # $SEMVER_TEMP = /tmp/semver-209418123 08:30:41 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:31:14 # '/tmp/semver-209418123' -> '/w/workspace/edgex-go/12/.semver' 08:31:16 # -> Force: false 08:31:16 # $SEMVER_DIR = /w/workspace/edgex-go/12/.semver [Pipeline] } 08:31:16 $ docker exec --env ******** --env ******** d9ca59ffbed1f6c6229d55a0973b1e7cfe5d7548f6efc3e294935e318c8b8745 ssh-agent -k 08:31:16 unset SSH_AUTH_SOCK; 08:31:16 unset SSH_AGENT_PID; 08:31:16 echo Agent pid 49 killed; 08:31:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:31:17 + git semver [Pipeline] } 08:31:17 $ docker stop --time=1 d9ca59ffbed1f6c6229d55a0973b1e7cfe5d7548f6efc3e294935e318c8b8745 08:31:19 $ docker rm -f d9ca59ffbed1f6c6229d55a0973b1e7cfe5d7548f6efc3e294935e318c8b8745 [Pipeline] // withDockerContainer [Pipeline] sh 08:31:20 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:31:20 Stashed 1 file(s) [Pipeline] echo 08:31:20 [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 08:31:21 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:31:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:31:22 + sudo service docker restart 08:31:22 + true 08:31:22 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:31:24 ========================================================= 08:31:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 08:31:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:31: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 . 08:31:31 Sending build context to Docker daemon 330.3MB 08:31:31 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 08:31:31 Step 2/6 : FROM ${BASE} 08:31:31 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 08:31:31 540db60ca938: Pulling fs layer 08:31:31 adcc1eea9eea: Pulling fs layer 08:31:31 4c4ab2625f07: Pulling fs layer 08:31:31 0510c868ecb4: Pulling fs layer 08:31:31 afea3b2eda06: Pulling fs layer 08:31:31 7809a108b3ef: Pulling fs layer 08:31:31 f706445af74f: Pulling fs layer 08:31:31 afea3b2eda06: Waiting 08:31:31 7809a108b3ef: Waiting 08:31:31 f706445af74f: Waiting 08:31:31 0510c868ecb4: Waiting 08:31:31 4c4ab2625f07: Verifying Checksum 08:31:31 4c4ab2625f07: Download complete 08:31:31 adcc1eea9eea: Verifying Checksum 08:31:31 adcc1eea9eea: Download complete 08:31:31 afea3b2eda06: Verifying Checksum 08:31:31 afea3b2eda06: Download complete 08:31:31 7809a108b3ef: Verifying Checksum 08:31:31 7809a108b3ef: Download complete 08:31:31 540db60ca938: Verifying Checksum 08:31:31 540db60ca938: Download complete 08:31:32 540db60ca938: Pull complete 08:31:33 adcc1eea9eea: Pull complete 08:31:33 4c4ab2625f07: Pull complete 08:31:36 f706445af74f: Verifying Checksum 08:31:36 f706445af74f: Download complete 08:31:36 Still waiting to schedule task 08:31:36 ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline 08:31:37 0510c868ecb4: Verifying Checksum 08:31:37 0510c868ecb4: Download complete 08:31:50 0510c868ecb4: Pull complete 08:31:50 afea3b2eda06: Pull complete 08:31:50 7809a108b3ef: Pull complete 08:31:56 f706445af74f: Pull complete 08:31:56 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 08:31:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 08:31:56 ---> b068be0155e3 08:31:56 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 08:31:56 ---> Running in 999e9b3259cb 08:31:57 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:31:58 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:31:58 (1/12) Installing libmagic (5.39-r0) 08:31:59 (2/12) Installing file (5.39-r0) 08:31:59 (3/12) Installing libc-dev (0.7.2-r3) 08:31:59 (4/12) Installing g++ (10.2.1_pre1-r3) 08:32:06 (5/12) Installing fortify-headers (1.1-r0) 08:32:06 (6/12) Installing patch (2.7.6-r6) 08:32:06 (7/12) Installing build-base (0.5-r2) 08:32:06 (8/12) Installing libsodium (1.0.18-r0) 08:32:06 (9/12) Installing pkgconf (1.7.3-r0) 08:32:06 (10/12) Installing libsodium-dev (1.0.18-r0) 08:32:06 (11/12) Installing libzmq (4.3.3-r1) 08:32:07 (12/12) Installing zeromq-dev (4.3.3-r1) 08:32:07 Executing busybox-1.32.1-r6.trigger 08:32:07 OK: 219 MiB in 52 packages 08:32:11 Removing intermediate container 999e9b3259cb 08:32:11 ---> abd1c4a5cd3b 08:32:11 Step 4/6 : WORKDIR /edgex-go 08:32:11 ---> Running in c93fee54268e 08:32:11 Removing intermediate container c93fee54268e 08:32:11 ---> d79ccbd4ecee 08:32:11 Step 5/6 : COPY go.mod . 08:32:11 ---> e0f491308591 08:32:11 Step 6/6 : RUN go mod download 08:32:12 ---> Running in bef5dbbeea58 08:32:44 go: bitbucket.org/bertimus9/systemstat@v0.0.0-20180207000608-0eeff89b0690: Get "https://proxy.golang.org/bitbucket.org/bertimus9/systemstat/@v/v0.0.0-20180207000608-0eeff89b0690.mod": dial tcp [2607:f8b0:4020:805::2011]:443: connect: network is unreachable 08:32:44 The command '/bin/sh -c go mod download' returned a non-zero code: 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:32:44 Failed in branch amd64 08:33:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4671 in /w/workspace/edgexfoundry_edgex-go_PR-3410 [Pipeline] { [Pipeline] ws 08:33:23 Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout 08:33:28 using credential edgex-jenkins-ssh 08:33:28 Cloning the remote Git repository 08:33:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:33:29 > git init /w/workspace/edgex-go/12 # timeout=10 08:33:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:33:29 > git --version # timeout=10 08:33:29 > git --version # 'git version 2.17.1' 08:33:29 using GIT_SSH to set credentials SSH Credentials for GitHub 08:33:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:33:47 Merging remotes/origin/master commit f1ea93c16db09b36626d9198e09713e38083a332 into PR head commit de671d521d9c86c4e79c888266647b5538b20374 08:33:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:33:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:33:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:33:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:33:46 using GIT_SSH to set credentials SSH Credentials for GitHub 08:33:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3410/head:refs/remotes/origin/PR-3410 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:33:47 > git config core.sparsecheckout # timeout=10 08:33:47 > git checkout -f de671d521d9c86c4e79c888266647b5538b20374 # timeout=10 08:33:48 Merge succeeded, producing 4de1a95a50feea5d8ec680fd6b49751a0da82370 08:33:48 Checking out Revision 4de1a95a50feea5d8ec680fd6b49751a0da82370 (PR-3410) 08:33:47 > git remote # timeout=10 08:33:47 > git config --get remote.origin.url # timeout=10 08:33:47 using GIT_SSH to set credentials SSH Credentials for GitHub 08:33:47 > git merge f1ea93c16db09b36626d9198e09713e38083a332 # timeout=10 08:33:48 > git rev-parse HEAD^{commit} # timeout=10 08:33:48 > git config core.sparsecheckout # timeout=10 08:33:48 > git checkout -f 4de1a95a50feea5d8ec680fd6b49751a0da82370 # timeout=10 08:33:52 Commit message: "Merge commit 'f1ea93c16db09b36626d9198e09713e38083a332' into HEAD" 08:33:52 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:33:53 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:33:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:33:52 > git rev-list --no-walk 0311ae2b0344e8c4ecb566f9a8aa396db9a525d7 # timeout=10 08:33:54 + sudo service docker restart 08:33:54 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:33:57 provisioning config files... 08:33:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config6760959951990404031tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:33:57 ---> docker-login.sh 08:33:57 nexus3.edgexfoundry.org:10001 08:33:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:33:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:33:59 Configure a credential helper to remove this warning. See 08:33:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:33:59 08:33:59 Login Succeeded 08:33:59 nexus3.edgexfoundry.org:10002 08:33:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:33:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:33:59 Configure a credential helper to remove this warning. See 08:33:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:33:59 08:33:59 Login Succeeded 08:33:59 nexus3.edgexfoundry.org:10003 08:33:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:33:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:33:59 Configure a credential helper to remove this warning. See 08:33:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:33:59 08:33:59 Login Succeeded 08:33:59 nexus3.edgexfoundry.org:10004 08:34:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:34:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:34:00 Configure a credential helper to remove this warning. See 08:34:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:34:00 08:34:00 Login Succeeded 08:34:00 docker.io 08:34:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:34:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:34:01 Configure a credential helper to remove this warning. See 08:34:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:34:01 08:34:01 Login Succeeded 08:34:01 ---> docker-login.sh ends [Pipeline] } 08:34:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:34:01 ========================================================= 08:34:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 08:34:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:34:02 + 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 . 08:34:04 Sending build context to Docker daemon 167.8MB 08:34:04 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 08:34:04 Step 2/6 : FROM ${BASE} 08:34:04 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:34:04 595b0fe564bb: Pulling fs layer 08:34:04 7186ed65a4f7: Pulling fs layer 08:34:04 316046926c0a: Pulling fs layer 08:34:04 4ebd0625c992: Pulling fs layer 08:34:04 207e8628e3a3: Pulling fs layer 08:34:04 c791037a9be2: Pulling fs layer 08:34:04 ffd874e62e21: Pulling fs layer 08:34:04 4ebd0625c992: Waiting 08:34:04 207e8628e3a3: Waiting 08:34:04 c791037a9be2: Waiting 08:34:04 ffd874e62e21: Waiting 08:34:04 316046926c0a: Download complete 08:34:04 7186ed65a4f7: Verifying Checksum 08:34:04 7186ed65a4f7: Download complete 08:34:04 207e8628e3a3: Verifying Checksum 08:34:04 c791037a9be2: Verifying Checksum 08:34:04 c791037a9be2: Download complete 08:34:04 595b0fe564bb: Verifying Checksum 08:34:04 595b0fe564bb: Download complete 08:34:05 595b0fe564bb: Pull complete 08:34:05 7186ed65a4f7: Pull complete 08:34:06 316046926c0a: Pull complete 08:34:06 ffd874e62e21: Verifying Checksum 08:34:06 ffd874e62e21: Download complete 08:34:08 4ebd0625c992: Verifying Checksum 08:34:08 4ebd0625c992: Download complete 08:34:18 4ebd0625c992: Pull complete 08:34:18 207e8628e3a3: Pull complete 08:34:18 c791037a9be2: Pull complete 08:34:22 ffd874e62e21: Pull complete 08:34:22 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 08:34:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 08:34:22 ---> cfc18b08335c 08:34:22 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 08:34:26 ---> Running in 59c4e2f1dcec 08:34:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:34:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:34:28 (1/12) Installing libmagic (5.39-r0) 08:34:28 (2/12) Installing file (5.39-r0) 08:34:28 (3/12) Installing libc-dev (0.7.2-r3) 08:34:29 (4/12) Installing g++ (10.2.1_pre1-r3) 08:34:34 (5/12) Installing fortify-headers (1.1-r0) 08:34:34 (6/12) Installing patch (2.7.6-r6) 08:34:34 (7/12) Installing build-base (0.5-r2) 08:34:34 (8/12) Installing libsodium (1.0.18-r0) 08:34:34 (9/12) Installing pkgconf (1.7.3-r0) 08:34:34 (10/12) Installing libsodium-dev (1.0.18-r0) 08:34:34 (11/12) Installing libzmq (4.3.3-r1) 08:34:34 (12/12) Installing zeromq-dev (4.3.3-r1) 08:34:35 Executing busybox-1.32.1-r6.trigger 08:34:35 OK: 218 MiB in 52 packages 08:34:39 Removing intermediate container 59c4e2f1dcec 08:34:39 ---> 561a3decb410 08:34:39 Step 4/6 : WORKDIR /edgex-go 08:34:39 ---> Running in 017d826e44be 08:34:39 Removing intermediate container 017d826e44be 08:34:39 ---> 5b9ef369f38f 08:34:39 Step 5/6 : COPY go.mod . 08:34:40 ---> d2c436223b6f 08:34:40 Step 6/6 : RUN go mod download 08:34:40 ---> Running in 0f3c2e05c768 08:35:07 Removing intermediate container 0f3c2e05c768 08:35:07 ---> 836ae4875c38 08:35:07 Successfully built 836ae4875c38 08:35:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:35:07 + docker inspect -f . ci-base-image-arm64 08:35:07 . [Pipeline] withDockerContainer 08:35:07 prd-ubuntu18.04-docker-arm64-4c-16g-4671 does not seem to be running inside a container 08:35:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:35:09 $ docker top 723ecb57c288c0fe5f6d0b7df1e4fc041f4bb6f8b79098fd8b50177326c653be -eo pid,comm [Pipeline] { [Pipeline] sh 08:35:10 + go version 08:35:10 go version go1.16.3 linux/arm64 [Pipeline] } 08:35:10 $ docker stop --time=1 723ecb57c288c0fe5f6d0b7df1e4fc041f4bb6f8b79098fd8b50177326c653be 08:35:12 $ docker rm -f 723ecb57c288c0fe5f6d0b7df1e4fc041f4bb6f8b79098fd8b50177326c653be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:35:12 + docker inspect -f . ci-base-image-arm64 08:35:12 . [Pipeline] withDockerContainer 08:35:13 prd-ubuntu18.04-docker-arm64-4c-16g-4671 does not seem to be running inside a container 08:35:13 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:35:14 $ docker top 63bfb41af9ccb8401f32c707ade222a741153897d91cbaa6776782f7f56218b0 -eo pid,comm [Pipeline] { [Pipeline] echo 08:35:14 ========================================================= 08:35:14 [edgeXBuildGoParallel] Running Tests and Build... 08:35:14 ========================================================= [Pipeline] sh 08:35:15 + go mod tidy [Pipeline] sh 08:35:17 + make test 08:35:17 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:35:44 ? github.com/edgexfoundry/edgex-go [no test files] 08:36:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:36:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:37:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:37:00 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:37:05 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:37:05 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:37:05 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:37:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:37:11 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:37:11 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:37:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:37:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:37:21 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:37:25 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.390s coverage: 45.9% of statements 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:37:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.136s coverage: 28.7% of statements 08:37:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.238s coverage: 100.0% of statements 08:37:36 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.646s coverage: 27.8% of statements 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:37:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.184s coverage: 81.2% of statements 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:37:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.129s coverage: 100.0% of statements 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:37:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.137s coverage: 100.0% of statements 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:37:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.273s coverage: 71.3% of statements 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:37:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.610s coverage: 87.7% of statements 08:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:37:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.141s coverage: 78.9% of statements 08:37:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:37:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.310s coverage: 28.6% of statements 08:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:37:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.272s coverage: 100.0% of statements 08:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:37:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.146s coverage: 100.0% of statements 08:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:37:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.420s coverage: 86.7% of statements 08:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:37:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.611s coverage: 97.5% of statements 08:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:37:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.241s coverage: 78.3% of statements 08:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:37:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:37:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.355s coverage: 95.1% of statements 08:37:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:37:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:37:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:37:55 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:37:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.113s coverage: 58.8% of statements 08:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:37:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.242s coverage: 0.9% of statements 08:37:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:37:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.147s coverage: 22.0% of statements 08:37:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.176s coverage: 47.1% of statements 08:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.167s coverage: 79.5% of statements 08:37:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.127s coverage: 94.1% of statements 08:37:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.165s coverage: 96.3% of statements 08:37:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.152s coverage: 87.5% of statements 08:38:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.201s coverage: 94.4% of statements 08:38:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.141s coverage: 44.8% of statements 08:38:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.519s coverage: 81.8% of statements 08:38:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:38:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.211s coverage: 92.9% of statements 08:38:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:38:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:38:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:38:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements 08:38:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:38:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:38:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:38:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:38:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:38:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.081s coverage: 87.2% of statements 08:38:22 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:38:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:38:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.120s coverage: 100.0% of statements 08:38:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:38:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.155s coverage: 76.0% of statements 08:38:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:38:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.149s coverage: 80.0% of statements 08:38:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.198s coverage: 87.2% of statements 08:38:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.232s coverage: 85.4% of statements 08:38:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.207s coverage: 91.2% of statements 08:38:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:38:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.725s coverage: 64.4% of statements 08:38:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:38:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:38:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.123s coverage: 100.0% of statements 08:38:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.106s coverage: 91.3% of statements 08:38:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements 08:38:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements 08:38:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements 08:38:29 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.099s coverage: 66.9% of statements 08:38:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:38:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:38:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:38:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.695s coverage: 43.4% of statements 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:38:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.135s coverage: 89.5% of statements 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:38:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.107s coverage: 84.8% of statements 08:38:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.455s coverage: 47.0% of statements 08:38:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:38:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:38:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:38:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:38:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:38:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.193s coverage: 100.0% of statements 08:38:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:38:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.120s coverage: 100.0% of statements 08:38:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:38:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:38:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.229s coverage: 22.7% of statements 08:38:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:38:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.427s coverage: 92.6% of statements 08:38:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:38:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:38:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:38:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.687s coverage: 28.7% of statements 08:38:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:38:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:38:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:38:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:38:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:38:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.184s coverage: 99.0% of statements 08:38:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:38:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.183s coverage: 100.0% of statements 08:38:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:38:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:38:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:38:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.256s coverage: 64.6% of statements 08:38:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:38:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.446s coverage: 97.6% of statements 08:38:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:38:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:38:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:38:48 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 08:38:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:38:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.082s coverage: 100.0% of statements 08:38:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:38:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:38:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:38:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:38:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements 08:38:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:38:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:38:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements 08:38:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.195s coverage: 28.1% of statements 08:38:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 08:38:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.073s coverage: 85.7% of statements 08:38:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 08:38:49 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 08:38:50 GO111MODULE=on go vet ./... 08:40:42 gofmt -l . 08:40:42 [ "`gofmt -l .`" = "" ] 08:40:42 ./bin/test-go-mod-tidy.sh 08:40:42 ./bin/test-attribution-txt.sh [Pipeline] sh 08:40:44 + ls -al . 08:40:44 total 856 08:40:44 drwxrwxr-x 9 1001 1001 4096 May 12 08:40 . 08:40:44 drwxr-xr-x 4 root root 4096 May 12 08:35 .. 08:40:44 -rw-rw-r-- 1 1001 1001 11 May 12 08:33 .dockerignore 08:40:44 drwxrwxr-x 8 1001 1001 4096 May 12 08:33 .git 08:40:44 drwxrwxr-x 3 1001 1001 4096 May 12 08:33 .github 08:40:44 -rw-rw-r-- 1 1001 1001 818 May 12 08:33 .gitignore 08:40:44 -rw-rw-r-- 1 1001 1001 166 May 12 08:33 .sonarcloud.properties 08:40:44 -rw-rw-r-- 1 1001 1001 8609 May 12 08:33 Attribution.txt 08:40:44 -rw-rw-r-- 1 1001 1001 3804 May 12 08:33 CONTRIBUTING.md 08:40:44 -rw-rw-r-- 1 1001 1001 931 May 12 08:33 Dockerfile.build 08:40:44 -rw-rw-r-- 1 1001 1001 863 May 12 08:33 Jenkinsfile 08:40:44 -rw-rw-r-- 1 1001 1001 10775 May 12 08:33 LICENSE 08:40:44 -rw-rw-r-- 1 1001 1001 5594 May 12 08:33 Makefile 08:40:44 -rw-rw-r-- 1 1001 1001 7978 May 12 08:33 README.md 08:40:44 -rw-rw-r-- 1 1001 1001 6755 May 12 08:33 SECURITY.md 08:40:44 -rw-rw-r-- 1 1001 1001 5 May 12 08:31 VERSION 08:40:44 -rw-rw-r-- 1 1001 1001 4131 May 12 08:33 ZMQWindows.md 08:40:44 drwxrwxr-x 2 1001 1001 4096 May 12 08:33 bin 08:40:44 drwxrwxr-x 14 1001 1001 4096 May 12 08:33 cmd 08:40:44 -rw-r--r-- 1 root root 720868 May 12 08:38 coverage.out 08:40:44 -rw-r--r-- 1 root root 1060 May 12 08:40 go.mod 08:40:44 -rw-r--r-- 1 root root 21595 May 12 08:35 go.sum 08:40:44 drwxrwxr-x 8 1001 1001 4096 May 12 08:33 internal 08:40:44 drwxrwxr-x 4 1001 1001 4096 May 12 08:33 openapi 08:40:44 drwxrwxr-x 4 1001 1001 4096 May 12 08:33 snap 08:40:44 -rw-rw-r-- 1 1001 1001 168 May 12 08:33 version.go [Pipeline] sh 08:40:44 + '[' -e coverage.out ] 08:40:44 + chown 1001:1001 coverage.out [Pipeline] stash 08:40:45 Stashed 1 file(s) [Pipeline] sh 08:40:46 + make build 08:40:46 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 08:40:53 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 08:41:25 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 08:41:25 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 08:41:29 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 08:41:30 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 08:41:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:41:39 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 08:41:42 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 08:41:45 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 08:41:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:41:51 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] } 08:41:58 $ docker stop --time=1 63bfb41af9ccb8401f32c707ade222a741153897d91cbaa6776782f7f56218b0 08:42:01 $ docker rm -f 63bfb41af9ccb8401f32c707ade222a741153897d91cbaa6776782f7f56218b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:42:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:42:03 08:42:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:42:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:42:04 latest: Pulling from edgex-devops/edgex-compose-arm64 08:42:04 29e5d40040c1: Pulling fs layer 08:42:04 1ce36da41761: Pulling fs layer 08:42:04 25b303627fd3: Pulling fs layer 08:42:04 29e5d40040c1: Download complete 08:42:05 29e5d40040c1: Pull complete 08:42:05 1ce36da41761: Verifying Checksum 08:42:05 1ce36da41761: Download complete 08:42:06 1ce36da41761: Pull complete 08:42:06 25b303627fd3: Verifying Checksum 08:42:06 25b303627fd3: Download complete 08:42:17 25b303627fd3: Pull complete 08:42:17 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:42:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:42:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:42:17 prd-ubuntu18.04-docker-arm64-4c-16g-4671 does not seem to be running inside a container 08:42:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:42:21 $ docker top 9070c199b3689665bd1c841c3c8f8645c9349e4632f709357ee926691ad464a0 -eo pid,comm [Pipeline] { [Pipeline] sh 08:42:22 + docker-compose build --help 08:42:22 + grep parallel 08:42:27 --parallel Build images in parallel. [Pipeline] } 08:42:27 $ docker stop --time=1 9070c199b3689665bd1c841c3c8f8645c9349e4632f709357ee926691ad464a0 08:42:29 $ docker rm -f 9070c199b3689665bd1c841c3c8f8645c9349e4632f709357ee926691ad464a0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:42:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:42:30 . [Pipeline] withDockerContainer 08:42:30 prd-ubuntu18.04-docker-arm64-4c-16g-4671 does not seem to be running inside a container 08:42:30 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:42:32 $ docker top 5619e59b71a4970b076d41c03e7426aa2522ded83cd6c1ea70ac92252b00721e -eo pid,comm [Pipeline] { [Pipeline] sh 08:42:33 + docker-compose -f ./docker-compose-build.yml build --parallel 08:42:38 Building core-command ... 08:42:38 Building core-data ... 08:42:38 Building core-metadata ... 08:42:38 Building security-bootstrapper ... 08:42:38 Building security-proxy-setup ... 08:42:38 Building security-secretstore-setup ... 08:42:38 Building support-notifications ... 08:42:38 Building support-scheduler ... 08:42:38 Building sys-mgmt-agent ... 08:42:38 Building security-secretstore-setup 08:42:38 Building core-metadata 08:42:38 Building sys-mgmt-agent 08:42:38 Building support-notifications 08:42:38 Building security-bootstrapper 08:43:46 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:43:46 Step 2/32 : FROM ${BUILDER_BASE} AS builder 08:43:46 ---> 836ae4875c38 08:43:46 Step 3/32 : WORKDIR /edgex-go 08:43:48 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:43:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:43:48 ---> 836ae4875c38 08:43:48 Step 3/23 : WORKDIR /edgex-go 08:43:48 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:43:48 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:43:48 ---> 836ae4875c38 08:43:48 Step 3/26 : WORKDIR /edgex-go 08:43:48 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:43:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:43:48 ---> 836ae4875c38 08:43:48 Step 3/24 : WORKDIR /edgex-go 08:43:48 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:43:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:43:48 ---> 836ae4875c38 08:43:48 Step 3/24 : WORKDIR /edgex-go 08:43:51 ---> Running in 8f8f0e69b725 08:43:51 ---> Running in be11171544d7 08:43:51 ---> Running in 6e69dcaf80ac 08:43:51 ---> Running in 2edf6776e7ff 08:43:51 ---> Running in c0c64a6f9623 08:43:51 Removing intermediate container be11171544d7 08:43:51 ---> 1ee7eb042e4f 08:43:51 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:43:51 Removing intermediate container 8f8f0e69b725 08:43:51 ---> 3797ec9f004e 08:43:51 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:43:51 Removing intermediate container 6e69dcaf80ac 08:43:51 ---> 3a142da70e36 08:43:51 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:43:51 ---> Running in d68a13caa8ce 08:43:52 Removing intermediate container c0c64a6f9623 08:43:52 ---> 52cc1e369e29 08:43:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:43:52 Removing intermediate container 2edf6776e7ff 08:43:52 ---> c333d29d2fb7 08:43:52 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:43:52 ---> Running in 2c049b19c3df 08:43:52 ---> Running in b981a7647728 08:43:52 ---> Running in 60da25ea0788 08:43:52 ---> Running in 468902b40d1a 08:43:55 Removing intermediate container d68a13caa8ce 08:43:55 ---> 3547355ed0d8 08:43:55 Step 5/26 : RUN apk add --update --no-cache make git 08:43:56 ---> Running in 80226e902537 08:43:56 Removing intermediate container b981a7647728 08:43:56 ---> 5fac2396cf1a 08:43:56 Step 5/24 : RUN apk add --update --no-cache make bash git 08:43:56 Removing intermediate container 2c049b19c3df 08:43:56 ---> 19c80e95fb2f 08:43:56 Step 5/24 : RUN apk add --update --no-cache make git 08:43:56 Removing intermediate container 60da25ea0788 08:43:56 ---> ac92eb31348f 08:43:56 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 08:43:56 ---> Running in 65f09d61d527 08:43:56 ---> Running in cbc519d02cdf 08:43:56 ---> Running in 1b2305eb4b69 08:43:56 Removing intermediate container 468902b40d1a 08:43:56 ---> 63096b833760 08:43:56 Step 5/32 : RUN apk add --update --no-cache make git 08:43:57 ---> Running in f9246e29a1e9 08:43:57 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:43:58 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:43:59 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:43:59 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:43:59 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:43:59 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:43:59 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:43:59 OK: 218 MiB in 52 packages 08:43:59 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:44:00 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:44:00 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:44:00 OK: 218 MiB in 52 packages 08:44:01 OK: 218 MiB in 52 packages 08:44:01 Removing intermediate container 80226e902537 08:44:01 ---> 90867eead442 08:44:01 Step 6/26 : COPY go.mod . 08:44:01 OK: 218 MiB in 52 packages 08:44:01 OK: 218 MiB in 52 packages 08:44:02 Removing intermediate container 65f09d61d527 08:44:02 ---> 465d978825a1 08:44:02 Step 6/24 : COPY go.mod . 08:44:02 ---> 5af7e992ab41 08:44:02 Step 7/26 : RUN go mod download 08:44:03 ---> Running in 2184486aa380 08:44:03 Removing intermediate container cbc519d02cdf 08:44:03 ---> ed64b06b8880 08:44:03 Step 6/24 : COPY go.mod . 08:44:03 Removing intermediate container f9246e29a1e9 08:44:03 ---> 5df814fdc6cf 08:44:03 Step 6/32 : COPY go.mod . 08:44:03 Removing intermediate container 1b2305eb4b69 08:44:03 ---> 1378276eafc9 08:44:03 Step 6/23 : COPY go.mod . 08:44:03 ---> 091434158d9d 08:44:03 Step 7/24 : RUN go mod download 08:44:03 ---> Running in cf132d0198ce 08:44:03 ---> 7e11e7b2fd4a 08:44:03 Step 7/24 : RUN go mod download 08:44:04 ---> Running in 9ae958d4d5fa 08:44:04 ---> d8158c72b60e 08:44:04 Step 7/32 : RUN go mod download ---> 8a6f094976f7 08:44:04 Step 7/23 : RUN go mod download 08:44:04 08:44:05 ---> Running in b4f1d83e3201 08:44:05 ---> Running in b252f9f70b15 08:44:06 Removing intermediate container 2184486aa380 08:44:06 ---> 17519227f5bd 08:44:06 Step 8/26 : COPY . . 08:44:08 Removing intermediate container cf132d0198ce 08:44:08 ---> c3057769a068 08:44:08 Step 8/24 : COPY . . 08:44:08 Removing intermediate container 9ae958d4d5fa 08:44:08 ---> 0bc825475ebb 08:44:08 Step 8/24 : COPY . . 08:44:10 Removing intermediate container b252f9f70b15 08:44:10 ---> 31865557cd42 08:44:10 Step 8/32 : COPY . . 08:44:10 Removing intermediate container b4f1d83e3201 08:44:10 ---> bc9b90fd227f 08:44:10 Step 8/23 : COPY . . 08:44:36 ---> 7462a9c7911b 08:44:36 Step 9/24 : RUN go mod tidy 08:44:36 ---> 99a67f3a5eee 08:44:36 Step 9/26 : RUN go mod tidy 08:44:36 ---> e0a41fc57d07 08:44:36 Step 9/24 : RUN go mod tidy 08:44:36 ---> c0f6f70243c4 08:44:36 Step 9/32 : RUN go mod tidy 08:44:36 ---> Running in 1a38c848ced0 08:44:36 ---> 81478f63d5fc 08:44:36 Step 9/23 : RUN go mod tidy 08:44:36 ---> Running in 3ffd5fe7fdcd 08:44:36 ---> Running in 7ef49038d36e 08:44:36 ---> Running in 3502844eb053 08:44:36 ---> Running in 25cfd7a05113 08:44:43 Removing intermediate container 1a38c848ced0 08:44:43 ---> b924e0b32d99 08:44:43 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:44:43 ---> Running in a333a6b48ebb 08:44:43 Removing intermediate container 3ffd5fe7fdcd 08:44:43 ---> 8f475b78f797 08:44:43 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:44:43 Removing intermediate container 7ef49038d36e 08:44:43 ---> 75dae4c346c3 08:44:43 Step 10/24 : RUN make cmd/core-metadata/core-metadata 08:44:43 ---> Running in e5a45efb46bf 08:44:44 ---> Running in 4eb5bbfd741d 08:44:44 Removing intermediate container 3502844eb053 08:44:44 ---> 0a0581385c16 08:44:44 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:44:44 Removing intermediate container 25cfd7a05113 08:44:44 ---> 08699d58680f 08:44:44 Step 10/23 : RUN make cmd/support-notifications/support-notifications 08:44:44 ---> Running in a18062e93fc9 08:44:44 ---> Running in 0c3697693fd1 08:44:44 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 08:44:45 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 08:44:46 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 08:44:46 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 08:44:46 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 08:46:53 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 08:46:59 Removing intermediate container a18062e93fc9 08:46:59 ---> 9511d9d474d4 08:46:59 08:46:59 Step 11/32 : FROM alpine:3.12 08:46:59 Removing intermediate container e5a45efb46bf 08:46:59 ---> 3089cc189df8 08:46:59 08:46:59 Step 11/26 : FROM alpine:3.12 08:46:59 3.12: Pulling from library/alpine 08:46:59 3.12: Pulling from library/alpine 08:47:00 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:47:00 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:47:00 Status: Downloaded newer image for alpine:3.12 08:47:00 ---> 9852663dfa18 08:47:00 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:47:00 Status: Image is up to date for alpine:3.12 08:47:00 ---> 9852663dfa18 08:47:00 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:47:01 ---> Running in d0e2dd81aa5c 08:47:01 ---> Running in cfc19dc872e5 08:47:03 Removing intermediate container d0e2dd81aa5c 08:47:03 ---> ac04b8143fa0 08:47:03 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 08:47:03 Removing intermediate container a333a6b48ebb 08:47:03 ---> 63d2f41b63f0 08:47:03 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:47:03 ---> Running in 490f83af70fb 08:47:03 ---> Running in eed12fc6a8fb 08:47:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:05 (1/6) Installing ca-certificates (20191127-r4) 08:47:05 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:47:05 (3/6) Installing libcurl (7.76.1-r0) 08:47:05 (4/6) Installing curl (7.76.1-r0) 08:47:05 (5/6) Installing dumb-init (1.2.2-r1) 08:47:05 (6/6) Installing su-exec (0.2-r1) 08:47:05 Executing busybox-1.31.1-r20.trigger 08:47:05 Executing ca-certificates-20191127-r4.trigger 08:47:05 OK: 7 MiB in 20 packages 08:47:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:06 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 08:47:06 (1/2) Installing dumb-init (1.2.2-r1) 08:47:06 (2/2) Installing su-exec (0.2-r1) 08:47:06 Executing busybox-1.31.1-r20.trigger 08:47:06 OK: 5 MiB in 16 packages 08:47:10 Removing intermediate container 490f83af70fb 08:47:10 ---> f84266dd9167 08:47:10 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 08:47:10 Removing intermediate container cfc19dc872e5 08:47:10 ---> 09a9b72c10ad 08:47:10 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:47:10 Removing intermediate container 0c3697693fd1 08:47:10 ---> 22a076fe5175 08:47:10 08:47:10 Step 11/23 : FROM alpine:3.12 08:47:10 ---> 9852663dfa18 08:47:10 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 08:47:10 ---> Running in e4dedeb331d8 08:47:10 ---> Running in d9e3f98b39eb 08:47:10 ---> Running in 10ac0e119da6 08:47:11 Removing intermediate container e4dedeb331d8 08:47:11 Removing intermediate container d9e3f98b39eb 08:47:11 ---> 94a664bc617c 08:47:11 Step 14/26 : WORKDIR / 08:47:11 ---> 02eef4a174f9 08:47:11 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:47:11 Removing intermediate container eed12fc6a8fb 08:47:11 ---> 5820cc05ef2e 08:47:11 08:47:11 Step 12/24 : FROM docker:20.10.0 08:47:11 ---> Running in f44cff000d19 08:47:11 20.10.0: Pulling from library/docker 08:47:11 ---> Running in 35568b397217 08:47:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:12 (1/2) Installing ca-certificates (20191127-r4) 08:47:12 Removing intermediate container 35568b397217 08:47:12 ---> 1b230a0f8d5c 08:47:12 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:47:12 (2/2) Installing dumb-init (1.2.2-r1) 08:47:13 Executing busybox-1.31.1-r20.trigger 08:47:13 Executing ca-certificates-20191127-r4.trigger 08:47:13 Removing intermediate container f44cff000d19 08:47:13 ---> 48728020b194 08:47:13 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:47:13 OK: 6 MiB in 16 packages 08:47:13 ---> Running in 71076b3ce469 08:47:16 ---> b82be535dcb9 08:47:16 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:47:18 Removing intermediate container 10ac0e119da6 08:47:18 ---> 6f5c3f75ed79 08:47:18 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:47:18 ---> 6f847a8e0e2a 08:47:18 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:47:18 ---> Running in 2f848ca3b0f6 08:47:18 Removing intermediate container 71076b3ce469 08:47:18 ---> e6152e0b56ca 08:47:18 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 08:47:19 ---> Running in da13d7b9c8e0 08:47:19 Removing intermediate container 2f848ca3b0f6 08:47:19 ---> d74f05574a43 08:47:19 Step 14/23 : ENV APP_PORT=48060 08:47:20 ---> 31bdbb6814e7 08:47: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 08:47:20 ---> Running in be5d55fedc3b 08:47:20 Removing intermediate container 4eb5bbfd741d 08:47:20 ---> 3c9a902c9345 08:47:20 08:47:20 Step 11/24 : FROM alpine:3.12 08:47:20 ---> 9852663dfa18 08:47:20 Step 12/24 : RUN apk add --update --no-cache dumb-init 08:47:20 Removing intermediate container da13d7b9c8e0 08:47:20 ---> 2be89b0624fc 08:47:20 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:47:21 ---> Running in edf463aa2806 08:47:21 Removing intermediate container be5d55fedc3b 08:47:21 ---> 96ed554336f1 08:47:21 Step 15/23 : EXPOSE $APP_PORT 08:47:22 ---> 32920bb4bc78 08:47:22 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:47:22 ---> Running in dedaef0b9a83 08:47:22 ---> 266f5aac646c 08:47:22 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:47:23 ---> Running in 84bf6284b244 08:47:23 Removing intermediate container dedaef0b9a83 08:47:23 ---> e64f2968f003 08:47:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:47:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:24 (1/1) Installing dumb-init (1.2.2-r1) 08:47:24 Executing busybox-1.31.1-r20.trigger 08:47:24 OK: 5 MiB in 15 packages 08:47:24 ---> d56584af3e49 08:47:24 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:47:25 ---> b9bed4a76dbb 08:47:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:47:27 ---> c2a5414a509a 08:47:27 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:47:27 Removing intermediate container edf463aa2806 08:47:27 ---> a38cff48a632 08:47:27 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:47:27 Removing intermediate container 84bf6284b244 08:47:27 ---> 71cbfccb60ff 08:47:27 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 08:47:27 ---> Running in e17b8c95b430 08:47:27 ---> d5876a073fa4 08:47:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:47:28 Removing intermediate container e17b8c95b430 08:47:28 ---> cfc5b1396985 08:47:28 Step 14/24 : ENV APP_PORT=48081 08:47:28 ---> 2654f7624951 08:47:28 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 08:47:28 ---> Running in 422d3502bffc 08:47:28 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:47:28 Status: Downloaded newer image for docker:20.10.0 08:47:28 ---> eeaf43b92773 08:47:28 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:47:28 ---> Running in 5677f067eb0b 08:47:28 ---> d1729036cbb4 08:47:28 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:47:29 ---> 70a8dcb2cb23 08:47:29 Step 19/23 : ENTRYPOINT ["/support-notifications"] 08:47:29 ---> Running in 60df754eb77f 08:47:29 ---> Running in 5e3502cd1a15 08:47:29 Removing intermediate container 422d3502bffc 08:47:29 ---> 2731494021da 08:47:29 Step 15/24 : EXPOSE $APP_PORT 08:47:29 ---> Running in 34c391b7fbf8 08:47:29 Removing intermediate container 60df754eb77f 08:47:29 ---> 0b4a26313df0 08:47:29 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:47:29 Removing intermediate container 5e3502cd1a15 08:47:29 ---> fc6466ea1e89 08:47:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:47:30 ---> Running in 85ed40ed6247 08:47:30 ---> Running in 7c2c795e947f 08:47:30 Removing intermediate container 34c391b7fbf8 08:47:30 ---> b0637e0ad37e 08:47:30 Step 16/24 : WORKDIR / 08:47:30 ---> 679e05cfd844 08:47:30 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:47:30 ---> Running in 4f97a9577fcb 08:47:31 Removing intermediate container 85ed40ed6247 08:47:31 ---> 52d2fcc7d8df 08:47:31 Step 21/23 : LABEL arch=arm64 08:47:31 ---> Running in 3525b544b051 08:47:31 Removing intermediate container 4f97a9577fcb 08:47:31 ---> cbddbfc0da62 08:47:31 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 08:47:31 Removing intermediate container 5677f067eb0b 08:47:31 ---> d4449d1774cd 08:47:31 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 08:47:31 Removing intermediate container 3525b544b051 08:47:31 ---> cd7c581aca91 08:47:31 Step 22/23 : LABEL git_sha=a281e7ecf90e501821f04e365638aaebcd94ec35 08:47:32 ---> d0b446376035 08:47:32 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:47:32 ---> Running in d20c1302b351 08:47:32 ---> Running in 1ffcca18f1e0 08:47:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:32 ---> 7711d1e9eb54 08:47:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:47:33 Removing intermediate container d20c1302b351 08:47:33 ---> a647b6258b69 08:47:33 Step 24/26 : LABEL arch=arm64 08:47:33 (1/39) Installing readline (8.0.4-r0) 08:47:33 (2/39) Installing bash (5.0.17-r0) 08:47:33 Executing bash-5.0.17-r0.post-install 08:47:33 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:47:33 (4/39) Installing libcurl (7.76.1-r0) 08:47:33 (5/39) Installing curl (7.76.1-r0) 08:47:33 (6/39) Installing dumb-init (1.2.2-r1) 08:47:33 (7/39) Installing libbz2 (1.0.8-r1) 08:47:33 (8/39) Installing expat (2.2.9-r1) 08:47:33 (9/39) Installing libffi (3.3-r2) 08:47:33 (10/39) Installing gdbm (1.13-r1) 08:47:33 (11/39) Installing xz-libs (5.2.5-r0) 08:47:33 (12/39) Installing sqlite-libs (3.32.1-r0) 08:47:33 (13/39) Installing python3 (3.8.10-r0) 08:47:33 Removing intermediate container 1ffcca18f1e0 08:47:33 ---> 53dab23f29ed 08:47:33 Step 23/23 : LABEL version=0.0.0 08:47:33 ---> 754ada6717c0 08:47:33 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:47:33 ---> Running in f08cd416d7bc 08:47:34 ---> Running in aa6073d6a16c 08:47:34 ---> 4f3664452380 08:47:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:47:34 Removing intermediate container f08cd416d7bc 08:47:34 ---> d745f48d2d6a 08:47:34 Step 25/26 : LABEL git_sha=a281e7ecf90e501821f04e365638aaebcd94ec35 08:47:34 ---> cf1de8a1d255 08:47:34 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 08:47:34 ---> Running in e7b51c92a830 08:47:34 Removing intermediate container aa6073d6a16c 08:47:34 ---> 220e821721c9 08:47:34 08:47:35 Successfully built 220e821721c9 08:47:35 (14/39) Installing py3-appdirs (1.4.4-r1) 08:47:35 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:47:35 (16/39) Installing py3-parsing (2.4.7-r0) 08:47:35 ---> Running in 0d97c385013c 08:47:35 Successfully tagged support-notifications-arm64:latest 08:47:35 (17/39) Installing py3-six (1.15.0-r0) 08:47:35  Building support-notifications ... done Building core-command 08:47:35 (18/39) Installing py3-packaging (20.4-r0) 08:47:35 (19/39) Installing py3-setuptools (47.0.0-r0) 08:47:35 (20/39) Installing py3-chardet (3.0.4-r4) 08:47:35 (21/39) Installing py3-idna (2.9-r0) 08:47:35 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:47:35 Removing intermediate container e7b51c92a830 08:47:35 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:47:35 ---> d1a7a71db148 08:47:35 Step 26/26 : LABEL version=0.0.0 08:47:35 (24/39) Installing py3-requests (2.23.0-r0) 08:47:35 ---> 1784d1aa6211 08:47:35 Step 20/24 : ENTRYPOINT ["/core-metadata"] 08:47:35 (25/39) Installing py3-msgpack (1.0.0-r0) 08:47:35 (26/39) Installing py3-lockfile (0.12.2-r3) 08:47:35 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:47:35 (28/39) Installing py3-colorama (0.4.3-r0) 08:47:35 (29/39) Installing py3-distlib (0.3.0-r0) 08:47:36 ---> Running in ce6f2e68b1f8 08:47:36 ---> Running in 83749da0d7bf 08:47:36 (30/39) Installing py3-distro (1.5.0-r1) 08:47:36 (31/39) Installing py3-webencodings (0.5.1-r3) 08:47:36 (32/39) Installing py3-html5lib (1.0.1-r4) 08:47:36 (33/39) Installing py3-pytoml (0.1.21-r0) 08:47:36 (34/39) Installing py3-pep517 (0.8.2-r0) 08:47:36 (35/39) Installing py3-progress (1.5-r0) 08:47:36 (36/39) Installing py3-toml (0.10.1-r0) 08:47:36 Removing intermediate container 0d97c385013c 08:47:36 ---> d55814e25b77 08:47:36 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:47:36 (37/39) Installing py3-retrying (1.3.3-r0) 08:47:36 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:47:36 (39/39) Installing py3-pip (20.1.1-r0) 08:47:36 Executing busybox-1.31.1-r19.trigger 08:47:36 OK: 72 MiB in 59 packages 08:47:36 Removing intermediate container ce6f2e68b1f8 08:47:36 ---> 9b8fda812f2a 08:47:36 08:47:37 Removing intermediate container 83749da0d7bf 08:47:37 ---> 11b5259b65c9 08:47:37 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:47:37 ---> Running in 6f72c55e149f 08:47:37 Successfully built 9b8fda812f2a 08:47:37 Successfully tagged security-secretstore-setup-arm64:latest 08:47:37  Building security-secretstore-setup ... done Building core-data 08:47:37 ---> 7aeb9885ddb3 08:47:37 Step 27/32 : RUN chmod +x /entrypoint.sh 08:47:38 Removing intermediate container 6f72c55e149f 08:47:38 ---> e3a9e2e7f3b8 08:47:38 Step 22/24 : LABEL arch=arm64 08:47:38 ---> Running in 7677deb9a490 08:47:38 ---> Running in da80dda5229b 08:47:39 Removing intermediate container da80dda5229b 08:47:39 ---> 2f6d1445db9e 08:47:39 Step 23/24 : LABEL git_sha=a281e7ecf90e501821f04e365638aaebcd94ec35 08:47:39 ---> Running in 87edea39ecb9 08:47:40 Removing intermediate container 87edea39ecb9 08:47:40 ---> 4a7d2648af61 08:47:40 Step 24/24 : LABEL version=0.0.0 08:47:41 ---> Running in 34bf497d4ece 08:47:42 Removing intermediate container 34bf497d4ece 08:47:42 ---> 2805a466b497 08:47:42 08:47:42 Removing intermediate container 7677deb9a490 08:47:42 ---> 300f3d0a09a8 08:47:42 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 08:47:42 Collecting docker-compose==1.23.2 08:47:42 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:47:43 Successfully built 2805a466b497 08:47:43 Successfully tagged core-metadata-arm64:latest 08:47:43 Building security-proxy-setup 08:47:43  Building core-metadata ... done  ---> Running in e79eb2115124 08:47:43 Collecting texttable<0.10,>=0.9.0 08:47:43 Downloading texttable-0.9.1.tar.gz (11 kB) 08:47:44 Removing intermediate container e79eb2115124 08:47:44 ---> 8f828ff62ce2 08:47:44 Step 29/32 : CMD ["gate"] 08:47:45 ---> Running in 9dcaf08c7665 08:47:45 Removing intermediate container 9dcaf08c7665 08:47:45 ---> e4f693f3d0ff 08:47:45 Step 30/32 : LABEL arch=arm64 08:47:46 ---> Running in c1cd890fa235 08:47:46 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:47:47 Removing intermediate container c1cd890fa235 08:47:47 ---> 4fda84513c2d 08:47:47 Step 31/32 : LABEL git_sha=a281e7ecf90e501821f04e365638aaebcd94ec35 08:47:47 Collecting jsonschema<3,>=2.5.1 08:47:47 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:47:48 ---> Running in 108ada263cdd 08:47:49 Collecting PyYAML<4,>=3.10 08:47:49 Removing intermediate container 108ada263cdd 08:47:49 ---> 712b2b4cc9f9 08:47:49 Step 32/32 : LABEL version=0.0.0 08:47:49 Downloading PyYAML-3.13.tar.gz (270 kB) 08:47:50 ---> Running in 155d5c209527 08:47:51 Removing intermediate container 155d5c209527 08:47:51 ---> 27c912dbd5f4 08:47:51 08:47:51 Successfully built 27c912dbd5f4 08:47:51 Successfully tagged security-bootstrapper-arm64:latest 08:47:51  Building security-bootstrapper ... done Building support-scheduler 08:47:53 Collecting docopt<0.7,>=0.6.1 08:47:53 Downloading docopt-0.6.2.tar.gz (25 kB) 08:47:58 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:47:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:47:58 Collecting cached-property<2,>=1.2.0 08:47:58 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:47:59 Collecting websocket-client<1.0,>=0.32.0 08:47:59 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 08:48:00 Collecting docker<4.0,>=3.6.0 08:48:00 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:48:01 Collecting dockerpty<0.5,>=0.4.1 08:48:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:48:03 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) 08:48:04 Collecting urllib3<1.25,>=1.21.1 08:48:04 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:48:05 Collecting idna<2.8,>=2.5 08:48:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:48:05 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) 08:48:05 Collecting docker-pycreds>=0.4.0 08:48:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:48:05 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:48:05 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:48:05 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:48:05 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:48:06 Installing collected packages: texttable, jsonschema, PyYAML, docopt, urllib3, idna, requests, cached-property, websocket-client, docker-pycreds, docker, dockerpty, docker-compose 08:48:06 Running setup.py install for texttable: started 08:48:09 Running setup.py install for texttable: finished with status 'done' 08:48:09 Running setup.py install for PyYAML: started 08:48:13 Running setup.py install for PyYAML: finished with status 'done' 08:48:13 Running setup.py install for docopt: started 08:48:15 Running setup.py install for docopt: finished with status 'done' 08:48:15 Attempting uninstall: urllib3 08:48:15 Found existing installation: urllib3 1.25.9 08:48:15 Uninstalling urllib3-1.25.9: 08:48:15 Successfully uninstalled urllib3-1.25.9 08:48:16 Attempting uninstall: idna 08:48:16 Found existing installation: idna 2.9 08:48:16 Uninstalling idna-2.9: 08:48:16 Successfully uninstalled idna-2.9 08:48:17 Attempting uninstall: requests 08:48:17 Found existing installation: requests 2.23.0 08:48:17 Uninstalling requests-2.23.0: 08:48:17 Successfully uninstalled requests-2.23.0 08:48:19 Running setup.py install for dockerpty: started 08:48:21 Running setup.py install for dockerpty: finished with status 'done' 08:48:23 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 08:48:26 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:48:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:48:26 ---> 836ae4875c38 08:48:26 Step 3/24 : WORKDIR /edgex-go 08:48:26 ---> Using cache 08:48:26 ---> c333d29d2fb7 08:48:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:48:26 ---> Using cache 08:48:26 ---> 63096b833760 08:48:26 Step 5/24 : RUN apk add --update --no-cache make git 08:48:26 ---> Using cache 08:48:26 ---> 5df814fdc6cf 08:48:26 Step 6/24 : COPY go.mod . 08:48:26 ---> Using cache 08:48:26 ---> d8158c72b60e 08:48:26 Step 7/24 : RUN go mod download 08:48:26 ---> Using cache 08:48:26 ---> 31865557cd42 08:48:26 Step 8/24 : COPY . . 08:48:26 ---> Using cache 08:48:26 ---> c0f6f70243c4 08:48:26 Step 9/24 : RUN go mod tidy 08:48:26 ---> Using cache 08:48:26 ---> 0a0581385c16 08:48:26 Step 10/24 : RUN make cmd/core-command/core-command 08:48:27 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:48:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:48:27 ---> 836ae4875c38 08:48:27 Step 3/24 : WORKDIR /edgex-go 08:48:27 ---> Using cache 08:48:27 ---> c333d29d2fb7 08:48:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:48:27 ---> Using cache 08:48:27 ---> 63096b833760 08:48:27 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:48:32 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:48:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:48:32 ---> 836ae4875c38 08:48:32 Step 3/22 : WORKDIR /edgex-go 08:48:32 ---> Using cache 08:48:32 ---> c333d29d2fb7 08:48:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:48:32 ---> Using cache 08:48:32 ---> 63096b833760 08:48:32 Step 5/22 : RUN apk add --update --no-cache make git 08:48:32 ---> Using cache 08:48:32 ---> 5df814fdc6cf 08:48:32 Step 6/22 : COPY go.mod . 08:48:32 ---> Using cache 08:48:32 ---> d8158c72b60e 08:48:32 Step 7/22 : RUN go mod download 08:48:32 ---> Using cache 08:48:32 ---> 31865557cd42 08:48:32 Step 8/22 : COPY . . 08:48:32 ---> Using cache 08:48:32 ---> c0f6f70243c4 08:48:32 Step 9/22 : RUN go mod tidy 08:48:32 ---> Using cache 08:48:32 ---> 0a0581385c16 08:48:32 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:48:34 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:48:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:48:34 ---> 836ae4875c38 08:48:34 Step 3/23 : WORKDIR /edgex-go 08:48:34 ---> Using cache 08:48:34 ---> c333d29d2fb7 08:48:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:48:34 ---> Using cache 08:48:34 ---> 63096b833760 08:48:34 Step 5/23 : RUN apk add --update --no-cache make git 08:48:34 ---> Using cache 08:48:34 ---> 5df814fdc6cf 08:48:34 Step 6/23 : COPY go.mod . 08:48:34 ---> Using cache 08:48:34 ---> d8158c72b60e 08:48:34 Step 7/23 : RUN go mod download 08:48:34 ---> Using cache 08:48:34 ---> 31865557cd42 08:48:34 Step 8/23 : COPY . . 08:48:34 ---> Using cache 08:48:34 ---> c0f6f70243c4 08:48:34 Step 9/23 : RUN go mod tidy 08:48:34 ---> Using cache 08:48:34 ---> 0a0581385c16 08:48:34 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 08:48:34 ---> Running in 29fe5446b28d 08:48:34 ---> Running in 1d5a379ed951 08:48:34 ---> Running in a385639cd56e 08:48:34 ---> Running in b582a2976ce8 08:48:36 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 08:48:36 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:48:36 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 08:48:37 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 08:48:37 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:48:39 OK: 218 MiB in 52 packages 08:48:41 Removing intermediate container 1d5a379ed951 08:48:41 ---> 53be36bc78b9 08:48:41 Step 6/24 : COPY go.mod . 08:48:43 ---> b944654d07c8 08:48:43 Step 7/24 : RUN go mod download 08:48:43 ---> Running in 1bdbe7345182 08:48:45 Removing intermediate container 7c2c795e947f 08:48:45 ---> dcefbb1e52d2 08:48:45 Step 15/24 : ENV APP_PORT=48090 08:48:45 ---> Running in 6b5c0f8c0caa 08:48:46 Removing intermediate container 6b5c0f8c0caa 08:48:46 ---> f013434dc7ee 08:48:46 Step 16/24 : EXPOSE $APP_PORT 08:48:46 ---> Running in 0261b872d20b 08:48:47 Removing intermediate container 0261b872d20b 08:48:47 ---> 44b658b86ba5 08:48:47 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:48:49 Removing intermediate container 1bdbe7345182 08:48:49 ---> 4215422153b0 08:48:49 Step 8/24 : COPY . . 08:48:49 ---> a5415092e1a7 08:48:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:48:51 ---> 8b6a9cee2e1f 08:48:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:48:54 ---> 5e0574a1146a 08:48:54 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 08:48:54 ---> Running in 1c80a77348e2 08:48:55 Removing intermediate container 1c80a77348e2 08:48:55 ---> c609370709c6 08:48:55 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:48:56 ---> Running in c676fe63e97a 08:48:57 Removing intermediate container c676fe63e97a 08:48:57 ---> 7e834e35ca2e 08:48:57 Step 22/24 : LABEL arch=arm64 08:48:58 ---> Running in 7bd8ec3fd6f5 08:48:59 Removing intermediate container 7bd8ec3fd6f5 08:48:59 ---> f35e7f862b17 08:48:59 Step 23/24 : LABEL git_sha=a281e7ecf90e501821f04e365638aaebcd94ec35 08:48:59 ---> Running in 935807f686ea 08:49:00 Removing intermediate container 935807f686ea 08:49:00 ---> b5770d0d06b9 08:49:00 Step 24/24 : LABEL version=0.0.0 08:49:01 ---> Running in e32090fc94b3 08:49:02 Removing intermediate container e32090fc94b3 08:49:02 ---> e6a33897f2a9 08:49:02 08:49:03 Successfully built e6a33897f2a9 08:49:03 Successfully tagged sys-mgmt-agent-arm64:latest 08:49:11  Building sys-mgmt-agent ... done  ---> ad32ed88a5c8 08:49:11 Step 9/24 : RUN go mod tidy 08:49:11 ---> Running in 37ecf3a49143 08:49:18 Removing intermediate container 37ecf3a49143 08:49:18 ---> 33f952b98319 08:49:18 Step 10/24 : RUN make cmd/core-data/core-data 08:49:18 ---> Running in b3bb5442e029 08:49:20 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 08:50:17 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 08:50:27 Removing intermediate container b582a2976ce8 08:50:27 ---> 9d134c61dfd0 08:50:27 08:50:27 Step 11/22 : FROM alpine:3.12 08:50:27 ---> 9852663dfa18 08:50:27 Step 12/22 : RUN apk add --update --no-cache curl 08:50:27 ---> Running in 865f73c9f0f9 08:50:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:50:30 (1/4) Installing ca-certificates (20191127-r4) 08:50:30 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:50:30 (3/4) Installing libcurl (7.76.1-r0) 08:50:30 (4/4) Installing curl (7.76.1-r0) 08:50:30 Executing busybox-1.31.1-r20.trigger 08:50:30 Executing ca-certificates-20191127-r4.trigger 08:50:30 OK: 7 MiB in 18 packages 08:50:34 Removing intermediate container 865f73c9f0f9 08:50:34 ---> 5f6a5670cc58 08:50:34 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:50:34 ---> Running in ab4b445a81ba 08:50:35 Removing intermediate container ab4b445a81ba 08:50:35 ---> 353ca6268548 08:50:35 Step 14/22 : WORKDIR /edgex 08:50:35 ---> Running in f5dece3d5af5 08:50:37 Removing intermediate container f5dece3d5af5 08:50:37 ---> 12e05eee291e 08:50:37 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:50:39 ---> ac0a5d07ca96 08:50:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:50:40 Removing intermediate container 29fe5446b28d 08:50:40 ---> d4d0a4bc483b 08:50:40 08:50:40 Step 11/24 : FROM alpine:3.12 08:50:40 ---> 9852663dfa18 08:50:40 Step 12/24 : RUN apk add --update --no-cache dumb-init 08:50:40 ---> Using cache 08:50:40 ---> a38cff48a632 08:50:40 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:50:40 ---> Using cache 08:50:40 ---> cfc5b1396985 08:50:40 Step 14/24 : ENV APP_PORT=48082 08:50:41 ---> Running in e26d29269873 08:50:41 Removing intermediate container a385639cd56e 08:50:41 ---> 219de55cc3af 08:50:41 08:50:41 Step 11/23 : FROM alpine:3.12 08:50:41 ---> 9852663dfa18 08:50:41 Step 12/23 : RUN apk add --update --no-cache dumb-init 08:50:41 ---> Using cache 08:50:41 ---> a38cff48a632 08:50:41 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:50:41 ---> Using cache 08:50:41 ---> cfc5b1396985 08:50:41 Step 14/23 : ENV APP_PORT=48085 08:50:41 ---> 5984fbf4c420 08:50:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:50:42 ---> Running in f14ca2072d05 08:50:42 Removing intermediate container e26d29269873 08:50:42 ---> 3de2310ef347 08:50:42 Step 15/24 : EXPOSE $APP_PORT 08:50:42 ---> Running in c5afb7a8c755 08:50:43 Removing intermediate container f14ca2072d05 08:50:43 ---> 792b0b96dbfd 08:50:43 Step 15/23 : EXPOSE $APP_PORT 08:50:43 ---> Running in 999414370a30 08:50:43 Removing intermediate container c5afb7a8c755 08:50:43 ---> 1a6391595cec 08:50:43 Step 16/24 : WORKDIR / 08:50:43 ---> cc41808f9da1 08:50:43 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:50:43 ---> Running in ead4e0bb80e7 08:50:43 ---> Running in 1eb57175d98f 08:50:44 Removing intermediate container 999414370a30 08:50:44 ---> 734b0421d398 08:50:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:50:44 Removing intermediate container ead4e0bb80e7 08:50:44 ---> bb9f4c2ee9d4 08:50:44 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 08:50:44 Removing intermediate container 1eb57175d98f 08:50:44 ---> dd6082d9f274 08:50:44 Step 19/22 : CMD ["--init=true"] 08:50:45 ---> Running in d032f4dc25db 08:50:45 ---> 7b34ddab7ce2 08:50:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:50:46 Removing intermediate container d032f4dc25db 08:50:46 ---> abd5c9cf7cf1 08:50:46 Step 20/22 : LABEL arch=arm64 08:50:46 ---> 3952cbc940a1 08:50:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:50:46 ---> Running in 5e6d26530750 08:50:47 Removing intermediate container 5e6d26530750 08:50:47 ---> af7b9a491f9c 08:50:47 Step 21/22 : LABEL git_sha=a281e7ecf90e501821f04e365638aaebcd94ec35 08:50:47 ---> Running in a6a773991122 08:50:48 ---> b74ea035dcf3 08:50:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:50:48 ---> e95ed17a4ce3 08:50:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:50:48 Removing intermediate container a6a773991122 08:50:48 ---> dec1fe94ca66 08:50:48 Step 22/22 : LABEL version=0.0.0 08:50:49 ---> Running in 477abe34d3ce 08:50:49 ---> 8c458c1f9904 08:50:49 Step 20/24 : ENTRYPOINT ["/core-command"] 08:50:49 ---> 495de8984a0e 08:50:49 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 08:50:49 ---> Running in f5886c0b2545 08:50:49 ---> Running in 7f19bb7fd118 08:50:49 Removing intermediate container 477abe34d3ce 08:50:49 ---> 6bca41011887 08:50:49 08:50:50 Removing intermediate container 7f19bb7fd118 08:50:50 ---> a932ca52971d 08:50:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:50:50 Removing intermediate container f5886c0b2545 08:50:50 ---> 2185b31323de 08:50:50 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:50:50 Successfully built 6bca41011887 08:50:50 Successfully tagged security-proxy-setup-arm64:latest 08:50:50  Building security-proxy-setup ... done  ---> Running in 9e0089c3819f 08:50:50 ---> Running in f2513d0bb50a 08:50:51 Removing intermediate container f2513d0bb50a 08:50:51 ---> 81a616d94c42 08:50:51 Step 21/23 : LABEL arch=arm64 08:50:51 Removing intermediate container 9e0089c3819f 08:50:51 ---> b2a850848eeb 08:50:51 Step 22/24 : LABEL arch=arm64 08:50:51 ---> Running in d8bcfc79c01c 08:50:51 ---> Running in dfae31fa1bc7 08:50:51 Removing intermediate container d8bcfc79c01c 08:50:51 ---> aba997159b07 08:50:51 Step 22/23 : LABEL git_sha=a281e7ecf90e501821f04e365638aaebcd94ec35 08:50:52 ---> Running in ea671dfbdd3d 08:50:52 Removing intermediate container dfae31fa1bc7 08:50:52 ---> 5404a1d9c47b 08:50:52 Step 23/24 : LABEL git_sha=a281e7ecf90e501821f04e365638aaebcd94ec35 08:50:52 ---> Running in bb68816ee56f 08:50:52 Removing intermediate container ea671dfbdd3d 08:50:52 ---> 8c2f66e6618e 08:50:52 Step 23/23 : LABEL version=0.0.0 08:50:52 ---> Running in abee7aed1a68 08:50:53 Removing intermediate container bb68816ee56f 08:50:53 ---> f5bbd55893c6 08:50:53 Step 24/24 : LABEL version=0.0.0 08:50:53 ---> Running in 3feffed302cc 08:50:53 Removing intermediate container abee7aed1a68 08:50:53 ---> d002b7f64340 08:50:53 08:50:53 Removing intermediate container 3feffed302cc 08:50:53 ---> 73cd3aa5be2e 08:50:53 08:50:53 Successfully built d002b7f64340 08:50:53 Successfully tagged support-scheduler-arm64:latest 08:50:54  Building support-scheduler ... done Successfully built 73cd3aa5be2e 08:50:54 Successfully tagged core-command-arm64:latest 08:51:02  Building core-command ... done Removing intermediate container b3bb5442e029 08:51:02 ---> e7b5ff8ee783 08:51:02 08:51:02 Step 11/24 : FROM alpine:3.12 08:51:02 ---> 9852663dfa18 08:51:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:51:02 ---> Running in c1c15e52cd91 08:51:02 Removing intermediate container c1c15e52cd91 08:51:02 ---> 086a4422a0f2 08:51:02 Step 13/24 : ENV APP_PORT=48080 08:51:02 ---> Running in 9c5678039664 08:51:03 Removing intermediate container 9c5678039664 08:51:03 ---> 3f684981f5eb 08:51:03 Step 14/24 : EXPOSE $APP_PORT 08:51:03 ---> Running in e478bc2a7878 08:51:03 Removing intermediate container e478bc2a7878 08:51:03 ---> fba51a897260 08:51:03 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:51:03 ---> Running in 4d497faf09cb 08:51:05 Removing intermediate container 4d497faf09cb 08:51:05 ---> 1d906ff84815 08:51:05 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 08:51:06 ---> Running in 1821ad329cd7 08:51:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:51:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:51:08 (1/6) Installing dumb-init (1.2.2-r1) 08:51:08 (2/6) Installing libgcc (9.3.0-r2) 08:51:08 (3/6) Installing libsodium (1.0.18-r0) 08:51:08 (4/6) Installing libstdc++ (9.3.0-r2) 08:51:09 (5/6) Installing libzmq (4.3.3-r0) 08:51:09 (6/6) Installing zeromq (4.3.3-r0) 08:51:09 Executing busybox-1.31.1-r20.trigger 08:51:09 OK: 8 MiB in 20 packages 08:51:10 Removing intermediate container 1821ad329cd7 08:51:10 ---> 2dc0d69cf486 08:51:10 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 08:51:11 ---> 2ce6ab3e907f 08:51:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:51:12 ---> 66c914ccd35c 08:51:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:51:13 ---> 54c610c041df 08:51:13 Step 20/24 : ENTRYPOINT ["/core-data"] 08:51:13 ---> Running in e61f2797f6b6 08:51:13 Removing intermediate container e61f2797f6b6 08:51:13 ---> f88892e5f424 08:51:13 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:51:13 ---> Running in c06ef6d0e0fe 08:51:14 Removing intermediate container c06ef6d0e0fe 08:51:14 ---> ac9a6a1b10d6 08:51:14 Step 22/24 : LABEL arch=arm64 08:51:14 ---> Running in c28666227d58 08:51:15 Removing intermediate container c28666227d58 08:51:15 ---> 2fbfee762dca 08:51:15 Step 23/24 : LABEL git_sha=a281e7ecf90e501821f04e365638aaebcd94ec35 08:51:15 ---> Running in 767176a6466e 08:51:15 Removing intermediate container 767176a6466e 08:51:15 ---> 1e339e5517b4 08:51:15 Step 24/24 : LABEL version=0.0.0 08:51:15 ---> Running in b8a5d81e83d4 08:51:16 Removing intermediate container b8a5d81e83d4 08:51:16 ---> b378085aab89 08:51:16 08:51:16 Successfully built b378085aab89 08:51:16 Successfully tagged core-data-arm64:latest 08:51:17  Building core-data ... done  [Pipeline] } 08:51:17 $ docker stop --time=1 5619e59b71a4970b076d41c03e7426aa2522ded83cd6c1ea70ac92252b00721e 08:51:19 $ docker rm -f 5619e59b71a4970b076d41c03e7426aa2522ded83cd6c1ea70ac92252b00721e [Pipeline] // withDockerContainer [Pipeline] sh 08:51:19 + docker images 08:51:20 REPOSITORY TAG IMAGE ID CREATED SIZE 08:51:20 core-data-arm64 latest b378085aab89 4 seconds ago 20.3MB 08:51:20 e7b5ff8ee783 19 seconds ago 989MB 08:51:20 core-command-arm64 latest 73cd3aa5be2e 27 seconds ago 16.1MB 08:51:20 support-scheduler-arm64 latest d002b7f64340 27 seconds ago 16.1MB 08:51:20 security-proxy-setup-arm64 latest 6bca41011887 31 seconds ago 23.9MB 08:51:20 219de55cc3af 40 seconds ago 980MB 08:51:20 d4d0a4bc483b 41 seconds ago 979MB 08:51:20 9d134c61dfd0 54 seconds ago 977MB 08:51:20 sys-mgmt-agent-arm64 latest e6a33897f2a9 2 minutes ago 299MB 08:51:20 security-bootstrapper-arm64 latest 27c912dbd5f4 3 minutes ago 17.1MB 08:51:20 core-metadata-arm64 latest 2805a466b497 3 minutes ago 17.4MB 08:51:20 security-secretstore-setup-arm64 latest 9b8fda812f2a 3 minutes ago 24.3MB 08:51:20 support-notifications-arm64 latest 220e821721c9 3 minutes ago 16.6MB 08:51:20 3c9a902c9345 4 minutes ago 988MB 08:51:20 5820cc05ef2e 4 minutes ago 976MB 08:51:20 22a076fe5175 4 minutes ago 980MB 08:51:20 3089cc189df8 4 minutes ago 977MB 08:51:20 9511d9d474d4 4 minutes ago 973MB 08:51:20 ci-base-image-arm64 latest 836ae4875c38 16 minutes ago 641MB 08:51:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 12 days ago 428MB 08:51:20 alpine 3.12 9852663dfa18 3 weeks ago 5.32MB 08:51:20 docker 20.10.0 eeaf43b92773 5 months ago 228MB 08:51:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 10 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 08:51:20 ---> job-cost.sh 08:51:20 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-iL48 08:52:17 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:54:09 lf-activate-venv(): INFO: Adding /tmp/venv-iL48/bin to PATH 08:54:09 INFO: No Stack... 08:54:09 INFO: Retrieving Pricing Info for: lf-standard-4 08:54:09 INFO: Archiving Costs [Pipeline] sh 08:54:09 + cat /w/workspace/edgex-go/12/archives/cost.csv 08:54:09 + cut -d, -f6 [Pipeline] lock 08:54:09 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3410-12-stack-cost] 08:54:09 Resource [jenkins-edgexfoundry-edgex-go-PR-3410-12-stack-cost] did not exist. Created. 08:54:09 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3410-12-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:54:10 + echo total: 0.20999999344348907 [Pipeline] stash 08:54:10 Stashed 1 file(s) [Pipeline] } 08:54:10 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3410-12-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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 08:54:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:54:12 ---> package-listing.sh 08:54:12 ++ facter osfamily 08:54:12 ++ tr '[:upper:]' '[:lower:]' 08:54:12 + OS_FAMILY=redhat 08:54:12 + workspace=/w/workspace/edgex-go/12 08:54:12 + START_PACKAGES=/tmp/packages_start.txt 08:54:12 + END_PACKAGES=/tmp/packages_end.txt 08:54:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:54:12 + PACKAGES=/tmp/packages_start.txt 08:54:12 + '[' /w/workspace/edgex-go/12 ']' 08:54:12 + PACKAGES=/tmp/packages_end.txt 08:54:12 + case "${OS_FAMILY}" in 08:54:12 + rpm -qa 08:54:12 + sort 08:54:19 + '[' -f /tmp/packages_start.txt ']' 08:54:19 + '[' -f /tmp/packages_end.txt ']' 08:54:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:54:19 + '[' /w/workspace/edgex-go/12 ']' 08:54:19 + mkdir -p /w/workspace/edgex-go/12/archives/ 08:54:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/12/archives/ [Pipeline] echo 08:54:19 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/12/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:54:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:54:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:54:20 08:54:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:54:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:54:21 alpine: Pulling from edgex-lftools-log-publisher 08:54:21 df20fa9351a1: Pulling fs layer 08:54:21 36b3adc4ff6f: Pulling fs layer 08:54:21 8ad3a11d3b57: Pulling fs layer 08:54:21 46f8f816bc3b: Pulling fs layer 08:54:21 93b61091891f: Pulling fs layer 08:54:21 93b9cdb0e59b: Pulling fs layer 08:54:21 5e14af77c1be: Pulling fs layer 08:54:21 01666e4c0597: Pulling fs layer 08:54:21 aa168da1d23b: Pulling fs layer 08:54:21 93b9cdb0e59b: Waiting 08:54:21 5e14af77c1be: Waiting 08:54:21 01666e4c0597: Waiting 08:54:21 aa168da1d23b: Waiting 08:54:21 46f8f816bc3b: Waiting 08:54:21 36b3adc4ff6f: Verifying Checksum 08:54:21 36b3adc4ff6f: Download complete 08:54:21 46f8f816bc3b: Verifying Checksum 08:54:21 46f8f816bc3b: Download complete 08:54:21 93b61091891f: Verifying Checksum 08:54:21 93b61091891f: Download complete 08:54:21 df20fa9351a1: Verifying Checksum 08:54:21 df20fa9351a1: Download complete 08:54:21 93b9cdb0e59b: Download complete 08:54:21 5e14af77c1be: Verifying Checksum 08:54:21 5e14af77c1be: Download complete 08:54:21 01666e4c0597: Verifying Checksum 08:54:21 01666e4c0597: Download complete 08:54:22 df20fa9351a1: Pull complete 08:54:22 8ad3a11d3b57: Verifying Checksum 08:54:22 8ad3a11d3b57: Download complete 08:54:23 36b3adc4ff6f: Pull complete 08:54:24 8ad3a11d3b57: Pull complete 08:54:25 46f8f816bc3b: Pull complete 08:54:26 93b61091891f: Pull complete 08:54:27 93b9cdb0e59b: Pull complete 08:54:27 aa168da1d23b: Verifying Checksum 08:54:27 aa168da1d23b: Download complete 08:54:27 5e14af77c1be: Pull complete 08:54:27 01666e4c0597: Pull complete 08:54:43 aa168da1d23b: Pull complete 08:54:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:54:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:54:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:54:43 prd-centos7-docker-4c-2g-4667 does not seem to be running inside a container 08:54:43 $ 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/12/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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-lftools-log-publisher:alpine cat 08:54:47 $ docker top 5f5dabfbfccec4b1044321855a6d5fa496e8896cdf14e3c5065e48fcd26bb474 -eo pid,comm [Pipeline] { [Pipeline] sh 08:54:48 + touch /tmp/pre-build-complete [Pipeline] sh 08:54:48 + mkdir -p /var/log/sa [Pipeline] sh 08:54:49 + ls /var/log/sa-host 08:54:49 + sadf -c /var/log/sa-host/sa12 08:54:49 file_magic: OK 08:54:49 HZ: Using current value: 100 08:54:49 file_header: OK 08:54:49 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 08:54:49 Statistics: 08:54:49 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... 08:54:49 File successfully converted to sysstat format version 12.2.1 08:54:49 + sadf -c /var/log/sa-host/sa23 08:54:49 file_magic: OK 08:54:49 HZ: Using current value: 100 08:54:49 file_header: OK 08:54:49 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 08:54:49 Statistics: 08:54:49 Hnuu...uuuununununu... 08:54:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:54:50 provisioning config files... 08:54:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/12@tmp/config5122177696454501859tmp [Pipeline] { [Pipeline] echo 08:54:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:54:50 ---> create-netrc.sh [Pipeline] } 08:54:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:54:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:54:51 ---> python-tools-install.sh [Pipeline] echo 08:54:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:54:51 ---> sudo-logs.sh 08:54:51 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:54:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:54:52 ---> job-cost.sh 08:54:52 lf-activate-venv: SKIPPING 08:54:52 DEBUG: total: 0.20999999344348907 08:54:52 INFO: Retrieving Stack Cost... 08:54:53 INFO: Retrieving Pricing Info for: v1-standard-2 08:54:54 INFO: Archiving Costs [Pipeline] echo 08:54:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:54:55 ---> logs-deploy.sh 08:54:55 lf-activate-venv: SKIPPING 08:54:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3410/12 08:54:55 INFO: archiving workspace using pattern(s): 08:54:57 Archives upload complete. 08:54:57 INFO: archiving logs to Nexus 08:54:58 ---> uname -a: 08:54:58 Linux prd-centos7-docker-4c-2g-4667.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:54:58 08:54:58 08:54:58 ---> lscpu: 08:54:58 Architecture: x86_64 08:54:58 CPU op-mode(s): 32-bit, 64-bit 08:54:58 Byte Order: Little Endian 08:54:58 Address sizes: 40 bits physical, 48 bits virtual 08:54:58 CPU(s): 4 08:54:58 On-line CPU(s) list: 0-3 08:54:58 Thread(s) per core: 1 08:54:58 Core(s) per socket: 1 08:54:58 Socket(s): 4 08:54:58 NUMA node(s): 1 08:54:58 Vendor ID: GenuineIntel 08:54:58 CPU family: 6 08:54:58 Model: 44 08:54:58 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:54:58 Stepping: 1 08:54:58 CPU MHz: 2933.436 08:54:58 BogoMIPS: 5866.87 08:54:58 Virtualization: VT-x 08:54:58 Hypervisor vendor: KVM 08:54:58 Virtualization type: full 08:54:58 L1d cache: 128 KiB 08:54:58 L1i cache: 128 KiB 08:54:58 L2 cache: 16 MiB 08:54:58 L3 cache: 64 MiB 08:54:58 NUMA node0 CPU(s): 0-3 08:54:58 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:54:58 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:54:58 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:54:58 Vulnerability Meltdown: Mitigation; PTI 08:54:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:54:58 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:54:58 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:54:58 Vulnerability Srbds: Not affected 08:54:58 Vulnerability Tsx async abort: Not affected 08:54:58 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 08:54:58 08:54:58 08:54:58 ---> nproc: 08:54:58 4 08:54:58 08:54:58 08:54:58 ---> df -h: 08:54:58 Filesystem Size Used Available Use% Mounted on 08:54:58 overlay 50.0G 7.7G 42.3G 15% / 08:54:58 tmpfs 64.0M 0 64.0M 0% /dev 08:54:58 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:54:58 shm 64.0M 0 64.0M 0% /dev/shm 08:54:58 /dev/vda1 50.0G 7.7G 42.3G 15% /facter-os 08:54:58 /dev/vda1 50.0G 7.7G 42.3G 15% /etc/resolv.conf 08:54:58 /dev/vda1 50.0G 7.7G 42.3G 15% /etc/hostname 08:54:58 /dev/vda1 50.0G 7.7G 42.3G 15% /etc/hosts 08:54:58 /dev/vda1 50.0G 7.7G 42.3G 15% /var/log/auth.log 08:54:58 /dev/vda1 50.0G 7.7G 42.3G 15% /run/cloud-init/result.json 08:54:58 /dev/vda1 50.0G 7.7G 42.3G 15% /var/log/sa-host 08:54:58 /dev/vda1 50.0G 7.7G 42.3G 15% /var/log/secure 08:54:58 /dev/vda1 50.0G 7.7G 42.3G 15% /w/workspace/edgex-go/12@tmp 08:54:58 /dev/vda1 50.0G 7.7G 42.3G 15% /w/workspace/edgex-go/12 08:54:58 08:54:58 08:54:58 ---> free -m: 08:54:58 total used free shared buff/cache available 08:54:58 Mem: 1837 748 130 0 957 991 08:54:58 Swap: 1023 3 1020 08:54:58 08:54:58 08:54:58 ---> ip addr: 08:54:58 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:54:58 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:54:58 inet 127.0.0.1/8 scope host lo 08:54:58 valid_lft forever preferred_lft forever 08:54:58 inet6 ::1/128 scope host 08:54:58 valid_lft forever preferred_lft forever 08:54:58 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:54:58 link/ether fa:16:3e:20:ec:5a brd ff:ff:ff:ff:ff:ff 08:54:58 inet 10.30.122.158/23 brd 10.30.123.255 scope global dynamic eth0 08:54:58 valid_lft 84862sec preferred_lft 84862sec 08:54:58 inet6 fe80::f816:3eff:fe20:ec5a/64 scope link 08:54:58 valid_lft forever preferred_lft forever 08:54:58 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:54:58 link/ether 02:42:ba:d8:f6:b1 brd ff:ff:ff:ff:ff:ff 08:54:58 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:54:58 valid_lft forever preferred_lft forever 08:54:58 inet6 fe80::42:baff:fed8:f6b1/64 scope link 08:54:58 valid_lft forever preferred_lft forever 08:54:58 08:54:58 08:54:58 ---> sar -b -r -n DEV: 08:54:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) 08:54:58 08:54:58 08:29:08 LINUX RESTART (4 CPU) 08:54:58 08:54:58 08:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:54:58 08:31:01 68.04 15.02 53.02 0.00 4851.38 13015.63 0.00 08:54:58 08:32:02 202.81 88.72 114.09 0.00 7216.49 38778.91 0.00 08:54:58 08:33:01 38.17 10.87 27.30 0.00 1038.25 5073.67 0.00 08:54:58 08:34:01 2.41 0.00 2.41 0.00 0.00 74.98 0.00 08:54:58 08:35:01 0.22 0.00 0.22 0.00 0.00 1.81 0.00 08:54:58 08:36:01 0.37 0.02 0.35 0.00 0.53 4.83 0.00 08:54:58 08:37:01 0.33 0.00 0.33 0.00 0.00 4.47 0.00 08:54:58 08:38:01 0.17 0.00 0.17 0.00 0.00 1.62 0.00 08:54:58 08:39:01 0.28 0.00 0.28 0.00 0.00 3.21 0.00 08:54:58 08:40:01 0.25 0.00 0.25 0.00 0.00 2.44 0.00 08:54:58 08:41:02 0.30 0.00 0.30 0.00 0.00 3.34 0.00 08:54:58 08:42:01 0.25 0.00 0.25 0.00 0.00 2.64 0.00 08:54:58 08:43:01 0.20 0.00 0.20 0.00 0.00 1.78 0.00 08:54:58 08:44:01 0.47 0.08 0.38 0.00 19.84 5.62 0.00 08:54:58 08:45:01 1.05 0.30 0.75 0.00 9.83 15.03 0.00 08:54:58 08:46:01 0.28 0.00 0.28 0.00 0.00 3.48 0.00 08:54:58 08:47:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 08:54:58 08:48:01 0.23 0.00 0.23 0.00 0.00 3.33 0.00 08:54:58 08:49:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 08:54:58 08:50:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 08:54:58 08:51:01 0.37 0.00 0.37 0.00 0.00 5.13 0.00 08:54:58 08:52:01 0.98 0.73 0.25 0.00 57.17 2.91 0.00 08:54:58 08:53:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 08:54:58 08:54:01 0.22 0.00 0.22 0.00 0.00 2.31 0.00 08:54:58 Average: 13.28 4.83 8.45 0.00 550.96 2380.32 0.00 08:54:58 08:54:58 08:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:54:58 08:31:01 71632 0 677588 36.01 2620 1129704 1351844 46.14 583456 1020252 10828 08:54:58 08:32:02 96104 0 734448 39.03 2004 1048988 1495824 51.05 562224 979464 39800 08:54:58 08:33:01 225352 0 664488 35.32 1764 989940 1122120 38.30 487832 928660 12 08:54:58 08:34:01 231148 0 658660 35.01 1764 989972 1121108 38.26 496248 920340 8 08:54:58 08:35:01 233476 0 656328 34.88 1764 989976 1087448 37.11 505456 909084 20 08:54:58 08:36:01 234612 0 655188 34.82 1764 989980 1087376 37.11 504932 909084 16 08:54:58 08:37:01 234216 0 655580 34.84 1764 989984 1087400 37.11 505204 909084 8 08:54:58 08:38:01 235240 0 654552 34.79 1764 989988 1087208 37.10 504160 909084 8 08:54:58 08:39:01 235340 0 654444 34.78 1764 989996 1087208 37.10 504048 909084 8 08:54:58 08:40:01 234888 0 654892 34.81 1764 990000 1087292 37.11 504504 909084 16 08:54:58 08:41:02 235432 0 654344 34.78 1764 990004 1087208 37.10 504052 909084 12 08:54:58 08:42:01 235736 0 654036 34.76 1764 990008 1087208 37.10 504072 909084 8 08:54:58 08:43:01 235104 0 654664 34.79 1764 990012 1087280 37.11 504560 909084 8 08:54:58 08:44:01 234748 0 654464 34.78 1764 990568 1087932 37.13 504452 909580 8 08:54:58 08:45:01 233996 0 655096 34.82 1764 990688 1087292 37.11 504692 909596 12 08:54:58 08:46:01 234596 0 654484 34.78 1764 990700 1087208 37.10 504260 909596 12 08:54:58 08:47:01 234392 0 654688 34.80 1764 990700 1087256 37.11 504508 909596 20 08:54:58 08:48:01 234472 0 654600 34.79 1764 990708 1087208 37.10 504396 909596 12 08:54:58 08:49:01 233760 0 655308 34.83 1764 990712 1087352 37.11 505032 909596 12 08:54:58 08:50:01 233184 0 655880 34.86 1764 990716 1087468 37.11 505320 909596 20 08:54:58 08:51:01 234324 0 654736 34.80 1764 990720 1087276 37.11 504348 909596 12 08:54:58 08:52:01 232468 0 654896 34.81 1764 992416 1087372 37.11 504736 911268 8 08:54:58 08:53:01 231200 0 656164 34.87 1764 992416 1087556 37.12 505580 911284 8 08:54:58 08:54:01 232520 0 654840 34.80 1764 992420 1087340 37.11 504408 911284 8 08:54:58 Average: 221164 0 659765 35.07 1810 998805 1118241 38.16 509270 918378 2120 08:54:58 08:54:58 08:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:54:58 08:31:01 vethdf55aba 953.63 669.93 88.69 2676.97 0.00 0.00 0.00 0.00 08:54:58 08:31:01 eth0 1180.70 1402.11 5707.75 141.74 0.00 0.00 0.00 0.00 08:54:58 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:31:01 docker0 953.63 669.80 75.65 2676.96 0.00 0.00 0.00 0.00 08:54:58 08:32:02 veth08b23ea 59.43 67.77 4.33 184.98 0.00 0.00 0.00 0.00 08:54:58 08:32:02 eth0 362.17 290.49 2881.85 64.33 0.00 0.00 0.00 0.00 08:54:58 08:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:32:02 docker0 59.48 67.71 3.52 184.97 0.00 0.00 0.00 0.00 08:54:58 08:33:01 eth0 90.14 73.16 203.43 8.89 0.00 0.00 0.00 0.00 08:54:58 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:33:01 docker0 65.03 71.89 3.33 194.25 0.00 0.00 0.00 0.00 08:54:58 08:34:01 eth0 0.93 0.30 0.31 0.19 0.00 0.00 0.00 0.00 08:54:58 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:35:01 eth0 1.66 0.60 0.42 0.29 0.00 0.00 0.00 0.00 08:54:58 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:36:01 eth0 0.88 0.33 0.37 0.17 0.00 0.00 0.00 0.00 08:54:58 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:37:01 eth0 0.45 0.32 0.29 0.23 0.00 0.00 0.00 0.00 08:54:58 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:38:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:54:58 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:39:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:54:58 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:40:01 eth0 0.27 0.17 0.09 0.07 0.00 0.00 0.00 0.00 08:54:58 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:41:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:54:58 08:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:41:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:42:01 eth0 0.14 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:54:58 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:43:01 eth0 0.17 0.17 0.07 0.01 0.00 0.00 0.00 0.00 08:54:58 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:44:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:54:58 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:45:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 08:54:58 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:46:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:54:58 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:47:01 eth0 0.10 0.12 0.06 0.01 0.00 0.00 0.00 0.00 08:54:58 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:48:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:49:01 eth0 0.93 0.43 0.32 0.21 0.00 0.00 0.00 0.00 08:54:58 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:50:01 eth0 0.98 0.40 0.39 0.26 0.00 0.00 0.00 0.00 08:54:58 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:51:01 eth0 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 08:54:58 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:52:01 eth0 0.78 0.20 0.23 0.07 0.00 0.00 0.00 0.00 08:54:58 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:53:01 eth0 0.53 0.28 0.27 0.20 0.00 0.00 0.00 0.00 08:54:58 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:54:01 eth0 0.13 0.05 0.01 0.00 0.00 0.00 0.00 0.00 08:54:58 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 Average: eth0 68.63 74.01 367.86 9.06 0.00 0.00 0.00 0.00 08:54:58 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:58 Average: docker0 45.08 33.82 3.45 127.77 0.00 0.00 0.00 0.00 08:54:58 08:54:58 08:54:58 ---> sar -P ALL: 08:54:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) 08:54:58 08:54:58 08:29:08 LINUX RESTART (4 CPU) 08:54:58 08:54:58 08:30:01 CPU %user %nice %system %iowait %steal %idle 08:54:58 08:31:01 all 9.46 0.00 5.41 1.45 14.96 68.71 08:54:58 08:31:01 0 9.43 0.00 6.29 0.55 16.72 67.00 08:54:58 08:31:01 1 9.88 0.00 5.34 1.74 15.73 67.30 08:54:58 08:31:01 2 8.66 0.00 5.61 3.08 14.13 68.52 08:54:58 08:31:01 3 9.87 0.00 4.42 0.41 13.31 71.99 08:54:58 08:32:02 all 9.68 0.00 6.11 1.68 17.62 64.90 08:54:58 08:32:02 0 16.47 0.00 8.40 2.50 18.44 54.19 08:54:58 08:32:02 1 8.20 0.00 5.20 1.17 18.13 67.29 08:54:58 08:32:02 2 7.10 0.00 5.68 1.31 16.75 69.16 08:54:58 08:32:02 3 7.03 0.00 5.20 1.73 17.17 68.86 08:54:58 08:33:01 all 0.97 0.00 1.36 0.66 3.91 93.09 08:54:58 08:33:01 0 0.82 0.00 1.25 0.13 4.24 93.55 08:54:58 08:33:01 1 1.01 0.00 1.96 0.20 3.62 93.21 08:54:58 08:33:01 2 1.23 0.00 1.31 2.09 3.81 91.56 08:54:58 08:33:01 3 0.82 0.00 0.92 0.23 3.99 94.03 08:54:58 08:34:01 all 0.05 0.00 0.08 0.00 1.13 98.74 08:54:58 08:34:01 0 0.02 0.00 0.07 0.00 1.37 98.55 08:54:58 08:34:01 1 0.02 0.00 0.03 0.00 0.91 99.04 08:54:58 08:34:01 2 0.12 0.00 0.17 0.00 1.07 98.65 08:54:58 08:34:01 3 0.03 0.00 0.07 0.00 1.19 98.71 08:54:58 08:35:01 all 0.11 0.00 0.50 0.00 2.12 97.27 08:54:58 08:35:01 0 0.02 0.00 0.11 0.00 2.29 97.58 08:54:58 08:35:01 1 0.18 0.00 0.36 0.00 1.95 97.51 08:54:58 08:35:01 2 0.16 0.00 0.38 0.00 2.15 97.31 08:54:58 08:35:01 3 0.10 0.00 1.15 0.00 2.08 96.67 08:54:58 08:36:01 all 0.05 0.00 0.03 0.00 1.15 98.77 08:54:58 08:36:01 0 0.08 0.00 0.03 0.00 1.50 98.39 08:54:58 08:36:01 1 0.05 0.00 0.03 0.00 1.01 98.91 08:54:58 08:36:01 2 0.02 0.00 0.02 0.00 0.63 99.34 08:54:58 08:36:01 3 0.03 0.00 0.03 0.00 1.48 98.45 08:54:58 08:37:01 all 0.07 0.00 0.07 0.00 1.03 98.84 08:54:58 08:37:01 0 0.02 0.00 0.05 0.00 0.51 99.42 08:54:58 08:37:01 1 0.07 0.00 0.12 0.00 0.85 98.97 08:54:58 08:37:01 2 0.13 0.00 0.05 0.00 1.02 98.79 08:54:58 08:37:01 3 0.05 0.00 0.07 0.00 1.72 98.16 08:54:58 08:38:01 all 0.10 0.00 0.03 0.00 0.32 99.56 08:54:58 08:38:01 0 0.02 0.00 0.02 0.00 0.10 99.87 08:54:58 08:38:01 1 0.35 0.00 0.03 0.00 0.13 99.48 08:54:58 08:38:01 2 0.03 0.00 0.03 0.00 0.33 99.60 08:54:58 08:38:01 3 0.00 0.00 0.03 0.00 0.70 99.27 08:54:58 08:39:01 all 0.12 0.00 0.02 0.00 0.51 99.35 08:54:58 08:39:01 0 0.02 0.00 0.02 0.00 0.15 99.82 08:54:58 08:39:01 1 0.40 0.00 0.03 0.00 1.04 98.53 08:54:58 08:39:01 2 0.02 0.00 0.03 0.00 0.58 99.37 08:54:58 08:39:01 3 0.03 0.00 0.02 0.00 0.28 99.67 08:54:58 08:40:01 all 0.10 0.00 0.04 0.00 0.83 99.03 08:54:58 08:40:01 0 0.02 0.00 0.02 0.00 0.35 99.62 08:54:58 08:40:01 1 0.33 0.00 0.07 0.00 1.37 98.24 08:54:58 08:40:01 2 0.02 0.00 0.07 0.00 1.28 98.63 08:54:58 08:40:01 3 0.02 0.00 0.02 0.00 0.33 99.63 08:54:58 08:41:02 all 0.05 0.00 0.04 0.00 1.15 98.76 08:54:58 08:41:02 0 0.03 0.00 0.03 0.00 3.06 96.87 08:54:58 08:41:02 1 0.13 0.00 0.03 0.00 0.76 99.07 08:54:58 08:41:02 2 0.02 0.00 0.03 0.00 0.33 99.62 08:54:58 08:41:02 3 0.03 0.00 0.07 0.00 0.40 99.50 08:54:58 08:54:58 08:41:02 CPU %user %nice %system %iowait %steal %idle 08:54:58 08:42:01 all 0.05 0.00 0.04 0.00 1.40 98.51 08:54:58 08:42:01 0 0.02 0.00 0.07 0.00 2.27 97.65 08:54:58 08:42:01 1 0.13 0.00 0.05 0.00 1.88 97.93 08:54:58 08:42:01 2 0.03 0.00 0.02 0.00 0.96 98.99 08:54:58 08:42:01 3 0.02 0.00 0.03 0.00 0.46 99.49 08:54:58 08:43:01 all 0.02 0.00 0.09 0.00 2.31 97.58 08:54:58 08:43:01 0 0.00 0.00 0.27 0.00 3.75 95.98 08:54:58 08:43:01 1 0.00 0.00 0.02 0.00 0.87 99.11 08:54:58 08:43:01 2 0.02 0.00 0.03 0.00 3.00 96.95 08:54:58 08:43:01 3 0.08 0.00 0.02 0.00 1.56 98.34 08:54:58 08:44:01 all 0.08 0.00 0.05 0.01 1.03 98.83 08:54:58 08:44:01 0 0.02 0.00 0.05 0.00 1.98 97.96 08:54:58 08:44:01 1 0.05 0.00 0.05 0.03 1.01 98.86 08:54:58 08:44:01 2 0.03 0.00 0.03 0.00 0.51 99.42 08:54:58 08:44:01 3 0.23 0.00 0.07 0.02 0.60 99.09 08:54:58 08:45:01 all 0.07 0.00 0.05 0.00 0.68 99.20 08:54:58 08:45:01 0 0.02 0.00 0.03 0.00 0.87 99.08 08:54:58 08:45:01 1 0.02 0.00 0.02 0.00 0.46 99.50 08:54:58 08:45:01 2 0.03 0.00 0.10 0.00 0.68 99.19 08:54:58 08:45:01 3 0.20 0.00 0.07 0.00 0.71 99.02 08:54:58 08:46:01 all 0.06 0.00 0.02 0.00 0.44 99.48 08:54:58 08:46:01 0 0.00 0.00 0.02 0.00 0.71 99.27 08:54:58 08:46:01 1 0.03 0.00 0.03 0.00 0.50 99.44 08:54:58 08:46:01 2 0.02 0.00 0.03 0.00 0.13 99.82 08:54:58 08:46:01 3 0.18 0.00 0.02 0.00 0.42 99.39 08:54:58 08:47:01 all 0.07 0.00 0.04 0.00 0.45 99.44 08:54:58 08:47:01 0 0.05 0.00 0.03 0.00 0.13 99.78 08:54:58 08:47:01 1 0.02 0.00 0.03 0.00 0.15 99.80 08:54:58 08:47:01 2 0.03 0.00 0.02 0.00 0.15 99.80 08:54:58 08:47:01 3 0.18 0.00 0.07 0.00 1.36 98.40 08:54:58 08:48:01 all 0.09 0.00 0.03 0.00 0.30 99.58 08:54:58 08:48:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:54:58 08:48:01 1 0.22 0.00 0.03 0.00 0.13 99.62 08:54:58 08:48:01 2 0.03 0.00 0.03 0.00 0.08 99.85 08:54:58 08:48:01 3 0.07 0.00 0.03 0.00 0.98 98.93 08:54:58 08:49:01 all 0.05 0.00 0.03 0.00 0.22 99.70 08:54:58 08:49:01 0 0.05 0.00 0.02 0.00 0.03 99.90 08:54:58 08:49:01 1 0.10 0.00 0.07 0.00 0.32 99.52 08:54:58 08:49:01 2 0.03 0.00 0.03 0.00 0.48 99.45 08:54:58 08:49:01 3 0.02 0.00 0.02 0.00 0.03 99.93 08:54:58 08:50:01 all 0.11 0.00 0.04 0.00 0.36 99.49 08:54:58 08:50:01 0 0.05 0.00 0.03 0.00 0.45 99.47 08:54:58 08:50:01 1 0.30 0.00 0.08 0.00 0.73 98.89 08:54:58 08:50:01 2 0.07 0.00 0.02 0.00 0.22 99.70 08:54:58 08:50:01 3 0.03 0.00 0.02 0.00 0.05 99.90 08:54:58 08:51:01 all 0.15 0.00 0.04 0.00 0.07 99.75 08:54:58 08:51:01 0 0.02 0.00 0.05 0.00 0.00 99.93 08:54:58 08:51:01 1 0.50 0.00 0.03 0.00 0.13 99.33 08:54:58 08:51:01 2 0.05 0.00 0.05 0.00 0.12 99.78 08:54:58 08:51:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:54:58 08:52:01 all 0.14 0.00 0.03 0.00 0.08 99.75 08:54:58 08:52:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:54:58 08:52:01 1 0.47 0.00 0.02 0.00 0.15 99.36 08:54:58 08:52:01 2 0.05 0.00 0.05 0.00 0.17 99.73 08:54:58 08:52:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:54:58 08:54:58 08:52:01 CPU %user %nice %system %iowait %steal %idle 08:54:58 08:53:01 all 0.14 0.00 0.02 0.00 0.11 99.73 08:54:58 08:53:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:54:58 08:53:01 1 0.45 0.00 0.02 0.00 0.20 99.33 08:54:58 08:53:01 2 0.08 0.00 0.05 0.00 0.18 99.68 08:54:58 08:53:01 3 0.02 0.00 0.00 0.00 0.05 99.93 08:54:58 08:54:01 all 0.15 0.00 0.03 0.00 0.15 99.68 08:54:58 08:54:01 0 0.02 0.00 0.02 0.00 0.12 99.85 08:54:58 08:54:01 1 0.50 0.00 0.03 0.00 0.33 99.14 08:54:58 08:54:01 2 0.05 0.00 0.05 0.00 0.08 99.82 08:54:58 08:54:01 3 0.02 0.00 0.02 0.00 0.07 99.90 08:54:58 Average: all 0.95 0.00 0.61 0.16 2.24 96.04 08:54:58 Average: 0 1.17 0.00 0.72 0.14 2.51 95.47 08:54:58 Average: 1 1.01 0.00 0.59 0.14 2.26 96.00 08:54:58 Average: 2 0.78 0.00 0.60 0.28 2.09 96.25 08:54:58 Average: 3 0.83 0.00 0.53 0.10 2.10 96.44 08:54:58 08:54:58 08:54:58