Pull request #3202 updated 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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 7e4b36505a1967a6a490424c350129e624223419+73dc428bea26e7bc953b08348183f35641f26ad3 (2e8feb6e81e994603815a13ff1fe5e8cc15558f4) 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 # timeout=10 Commit message: "Merge pull request #316 from ernestojeda/email-notifications" > 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.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go 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-27826 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 Merging remotes/origin/master commit 73dc428bea26e7bc953b08348183f35641f26ad3 into PR head commit 7e4b36505a1967a6a490424c350129e624223419 > 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/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e4b36505a1967a6a490424c350129e624223419 # timeout=10 Merge succeeded, producing 7e4b36505a1967a6a490424c350129e624223419 Checking out Revision 7e4b36505a1967a6a490424c350129e624223419 (PR-3202) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 73dc428bea26e7bc953b08348183f35641f26ad3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e4b36505a1967a6a490424c350129e624223419 # timeout=10 Commit message: "feat(data): Add CBOR support for V2 API" First time build. Skipping changelog. > git rev-list --no-walk 3011de63955d4c066a248ef349eb9c602d5bef12 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:23:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:23:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:23:20 ========================================================= 08:23:20 EdgeX Global Pipelines Version Info 08:23:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:23:26 ------------------- 08:23:26 stable info: 08:23:26 ------------------- 08:23:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:23:26 Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 08:23:26 Message: update stable to v1.0.182 08:23:27 ------------------- 08:23:27 experimental info: 08:23:27 ------------------- 08:23:27 Commited By: **** collab-it+edgex@linuxfoundation.org 08:23:27 Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 08:23:27 Message: update experimental to v1.0.182 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:23:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:23:28 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:23:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:23:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:23:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:23:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:23:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:23:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:23:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:23:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:23:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:23:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:23:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:23:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:23:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:23:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:23:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:23:29 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:23:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:23:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:23:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:23:30 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:23:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3202 [Pipeline] echo 08:23:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3202 [Pipeline] echo 08:23:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3202 [Pipeline] echo 08:23:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e4b36505a1967a6a490424c350129e624223419 [Pipeline] echo 08:23:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e4b365 [Pipeline] echo 08:23:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:23:31 provisioning config files... 08:23:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3126876022232917924tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:23:32 ---> docker-login.sh 08:23:32 nexus3.edgexfoundry.org:10001 08:23:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:23:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:23:34 Configure a credential helper to remove this warning. See 08:23:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:23:34 08:23:34 Login Succeeded 08:23:34 nexus3.edgexfoundry.org:10002 08:23:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:23:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:23:36 Configure a credential helper to remove this warning. See 08:23:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:23:36 08:23:36 Login Succeeded 08:23:36 nexus3.edgexfoundry.org:10003 08:23:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:23:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:23:36 Configure a credential helper to remove this warning. See 08:23:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:23:36 08:23:36 Login Succeeded 08:23:36 nexus3.edgexfoundry.org:10004 08:23:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:23:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:23:37 Configure a credential helper to remove this warning. See 08:23:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:23:37 08:23:37 Login Succeeded 08:23:37 docker.io 08:23:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:23:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:23:39 Configure a credential helper to remove this warning. See 08:23:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:23:39 08:23:39 Login Succeeded 08:23:39 ---> docker-login.sh ends [Pipeline] } 08:23:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:23:39 ++ 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:23:39 + for file in '`ls cmd/**/Dockerfile`' 08:23:39 ++ cut -d/ -f2 08:23:39 ++ dirname cmd/core-command/Dockerfile 08:23:39 + echo core-command,cmd/core-command/Dockerfile 08:23:39 + for file in '`ls cmd/**/Dockerfile`' 08:23:39 ++ dirname cmd/core-data/Dockerfile 08:23:39 ++ cut -d/ -f2 08:23:39 + echo core-data,cmd/core-data/Dockerfile 08:23:39 + for file in '`ls cmd/**/Dockerfile`' 08:23:39 ++ cut -d/ -f2 08:23:39 ++ dirname cmd/core-metadata/Dockerfile 08:23:39 + echo core-metadata,cmd/core-metadata/Dockerfile 08:23:39 + for file in '`ls cmd/**/Dockerfile`' 08:23:39 ++ cut -d/ -f2 08:23:39 ++ dirname cmd/security-bootstrapper/Dockerfile 08:23:39 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:23:39 + for file in '`ls cmd/**/Dockerfile`' 08:23:39 ++ dirname cmd/security-proxy-setup/Dockerfile 08:23:39 ++ cut -d/ -f2 08:23:39 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:23:39 + for file in '`ls cmd/**/Dockerfile`' 08:23:39 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:23:39 ++ cut -d/ -f2 08:23:39 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:23:39 + for file in '`ls cmd/**/Dockerfile`' 08:23:39 ++ cut -d/ -f2 08:23:39 ++ dirname cmd/support-notifications/Dockerfile 08:23:39 + echo support-notifications,cmd/support-notifications/Dockerfile 08:23:39 + for file in '`ls cmd/**/Dockerfile`' 08:23:39 ++ dirname cmd/support-scheduler/Dockerfile 08:23:39 ++ cut -d/ -f2 08:23:39 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:23:39 + for file in '`ls cmd/**/Dockerfile`' 08:23:39 ++ cut -d/ -f2 08:23:39 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:23:39 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:23:40 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 08:23:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:23:42 08:23:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:23:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:23:43 latest: Pulling from edgex-devops/git-semver 08:23:43 31603596830f: Pulling fs layer 08:23:43 2a8b12db71e7: Pulling fs layer 08:23:43 6ca5941a6612: Pulling fs layer 08:23:43 ecc8261a40a4: Pulling fs layer 08:23:43 ecc8261a40a4: Waiting 08:23:43 2a8b12db71e7: Verifying Checksum 08:23:43 2a8b12db71e7: Download complete 08:23:44 31603596830f: Verifying Checksum 08:23:44 31603596830f: Download complete 08:23:45 ecc8261a40a4: Verifying Checksum 08:23:45 ecc8261a40a4: Download complete 08:23:45 6ca5941a6612: Verifying Checksum 08:23:45 6ca5941a6612: Download complete 08:23:46 31603596830f: Pull complete 08:23:46 2a8b12db71e7: Pull complete 08:23:47 6ca5941a6612: Pull complete 08:23:48 ecc8261a40a4: Pull complete 08:23:48 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:23:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:23:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:23:48 prd-centos7-docker-4c-2g-27826 does not seem to be running inside a container 08:23:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:23:52 $ docker top 8d6a3378ebfa6e82912cddff59bce8826b4a0018f964a066c2eef1c772260f71 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:23:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:23:52 [ssh-agent] Looking for ssh-agent implementation... 08:23:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:23:53 $ docker exec 8d6a3378ebfa6e82912cddff59bce8826b4a0018f964a066c2eef1c772260f71 ssh-agent 08:23:54 SSH_AUTH_SOCK=/tmp/ssh-fbf9x4vBERhC/agent.11 08:23:54 SSH_AGENT_PID=16 08:23:54 Running ssh-add (command line suppressed) 08:23:54 Identity added: /w/workspace/edgex-go/2@tmp/private_key_2985208385609371645.key (/w/workspace/edgex-go/2@tmp/private_key_2985208385609371645.key) 08:23:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:23:56 + git tag --points-at HEAD [Pipeline] } 08:23:56 $ docker exec --env ******** --env ******** 8d6a3378ebfa6e82912cddff59bce8826b4a0018f964a066c2eef1c772260f71 ssh-agent -k 08:23:56 unset SSH_AUTH_SOCK; 08:23:56 unset SSH_AGENT_PID; 08:23:56 echo Agent pid 16 killed; 08:23:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:23:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:23:57 [ssh-agent] Looking for ssh-agent implementation... 08:23:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:23:58 $ docker exec 8d6a3378ebfa6e82912cddff59bce8826b4a0018f964a066c2eef1c772260f71 ssh-agent 08:23:58 SSH_AUTH_SOCK=/tmp/ssh-W7E9kr5AhuEE/agent.44 08:23:58 SSH_AGENT_PID=50 08:23:58 Running ssh-add (command line suppressed) 08:23:58 Identity added: /w/workspace/edgex-go/2@tmp/private_key_3794099521131424944.key (/w/workspace/edgex-go/2@tmp/private_key_3794099521131424944.key) 08:23:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:23:59 + git semver init 08:23:59 # -> Open(): unable to determine branch for HEAD 08:23:59 # $GIT_DIR = /w/workspace/edgex-go/2/.git 08:23:59 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 08:23:59 # $SEMVER_REMOTE_NAME = origin 08:23:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:23:59 # $SEMVER_USER_NAME = edgex-jenkins 08:23:59 # $SEMVER_BRANCH = PR-3202 08:23:59 # $SEMVER_TEMP = /tmp/semver-542184517 08:23:59 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:24:34 # '/tmp/semver-542184517' -> '/w/workspace/edgex-go/2/.semver' 08:24:36 # -> Force: false 08:24:36 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 08:24:36 $ docker exec --env ******** --env ******** 8d6a3378ebfa6e82912cddff59bce8826b4a0018f964a066c2eef1c772260f71 ssh-agent -k 08:24:37 unset SSH_AUTH_SOCK; 08:24:37 unset SSH_AGENT_PID; 08:24:37 echo Agent pid 50 killed; 08:24:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:24:38 + git semver [Pipeline] } 08:24:39 $ docker stop --time=1 8d6a3378ebfa6e82912cddff59bce8826b4a0018f964a066c2eef1c772260f71 08:24:41 $ docker rm -f 8d6a3378ebfa6e82912cddff59bce8826b4a0018f964a066c2eef1c772260f71 [Pipeline] // withDockerContainer [Pipeline] sh 08:24:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:24:46 Stashed 1 file(s) [Pipeline] echo 08:24:46 [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:24:47 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:24:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:24:48 + sudo service docker restart 08:24:48 + true 08:24:48 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:24:49 ========================================================= 08:24:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:24:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:24:50 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 08:25:00 Sending build context to Docker daemon 328MB 08:25:00 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:25:00 Step 2/6 : FROM ${BASE} 08:25:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:25:00 188c0c94c7c5: Pulling fs layer 08:25:00 0ef7d3d256c8: Pulling fs layer 08:25:00 de9db76c5a1d: Pulling fs layer 08:25:00 bca2f99d35d6: Pulling fs layer 08:25:00 93359f2a8cfa: Pulling fs layer 08:25:00 7c6f9722023f: Pulling fs layer 08:25:00 a35cf1a2eb13: Pulling fs layer 08:25:00 bca2f99d35d6: Waiting 08:25:00 93359f2a8cfa: Waiting 08:25:00 7c6f9722023f: Waiting 08:25:00 a35cf1a2eb13: Waiting 08:25:00 de9db76c5a1d: Verifying Checksum 08:25:00 de9db76c5a1d: Download complete 08:25:01 0ef7d3d256c8: Verifying Checksum 08:25:01 0ef7d3d256c8: Download complete 08:25:01 Still waiting to schedule task 08:25:01 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 08:25:01 93359f2a8cfa: Verifying Checksum 08:25:01 93359f2a8cfa: Download complete 08:25:01 7c6f9722023f: Download complete 08:25:02 188c0c94c7c5: Verifying Checksum 08:25:02 188c0c94c7c5: Download complete 08:25:03 188c0c94c7c5: Pull complete 08:25:04 0ef7d3d256c8: Pull complete 08:25:04 de9db76c5a1d: Pull complete 08:25:12 a35cf1a2eb13: Verifying Checksum 08:25:12 a35cf1a2eb13: Download complete 08:25:13 bca2f99d35d6: Verifying Checksum 08:25:13 bca2f99d35d6: Download complete 08:25:31 bca2f99d35d6: Pull complete 08:25:31 93359f2a8cfa: Pull complete 08:25:31 7c6f9722023f: Pull complete 08:25:35 a35cf1a2eb13: Pull complete 08:25:35 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:25:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:25:35 ---> a62c8e92a672 08:25:35 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:25:35 ---> Running in be105ac44276 08:25:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:25:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:25:39 (1/12) Installing libmagic (5.38-r0) 08:25:39 (2/12) Installing file (5.38-r0) 08:25:39 (3/12) Installing libc-dev (0.7.2-r3) 08:25:39 (4/12) Installing g++ (9.3.0-r2) 08:25:49 (5/12) Installing fortify-headers (1.1-r0) 08:25:49 (6/12) Installing patch (2.7.6-r6) 08:25:49 (7/12) Installing build-base (0.5-r2) 08:25:49 (8/12) Installing libsodium (1.0.18-r0) 08:25:49 (9/12) Installing pkgconf (1.7.2-r0) 08:25:49 (10/12) Installing libsodium-dev (1.0.18-r0) 08:25:49 (11/12) Installing libzmq (4.3.3-r0) 08:25:49 (12/12) Installing zeromq-dev (4.3.3-r0) 08:25:49 Executing busybox-1.31.1-r19.trigger 08:25:49 OK: 233 MiB in 51 packages 08:25:55 Removing intermediate container be105ac44276 08:25:55 ---> 6eeefc2460f4 08:25:55 Step 4/6 : WORKDIR /edgex-go 08:25:55 ---> Running in ba5355b8d378 08:25:55 Removing intermediate container ba5355b8d378 08:25:55 ---> 13153fe4a2be 08:25:55 Step 5/6 : COPY go.mod . 08:25:56 ---> efb6a9f98de5 08:25:56 Step 6/6 : RUN go mod download 08:25:56 ---> Running in 034607f09864 08:26:37 Removing intermediate container 034607f09864 08:26:37 ---> a34a978d575f 08:26:37 Successfully built a34a978d575f 08:26:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:26:37 + docker inspect -f . ci-base-image-x86_64 08:26:38 . [Pipeline] withDockerContainer 08:26:39 prd-centos7-docker-4c-2g-27826 does not seem to be running inside a container 08:26:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:26:42 $ docker top 3e76c7967c00eabfe8a4e8f36d9470f59e987bc6a3ac48d0529b8e15ff66bda3 -eo pid,comm [Pipeline] { [Pipeline] sh 08:26:44 + go version 08:26:44 go version go1.15.5 linux/amd64 [Pipeline] } 08:26:44 $ docker stop --time=1 3e76c7967c00eabfe8a4e8f36d9470f59e987bc6a3ac48d0529b8e15ff66bda3 08:26:46 $ docker rm -f 3e76c7967c00eabfe8a4e8f36d9470f59e987bc6a3ac48d0529b8e15ff66bda3 08:26:46 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27827 in /w/workspace/edgexfoundry_edgex-go_PR-3202 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws 08:26:47 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:26:47 + docker inspect -f . ci-base-image-x86_64 08:26:47 . [Pipeline] withDockerContainer 08:26:48 prd-centos7-docker-4c-2g-27826 does not seem to be running inside a container 08:26:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:26:50 $ docker top f1f7a2aedb94d2425e4ae3eb8158cbbc98efac29de7059f5e457fbd750fdb80b -eo pid,comm [Pipeline] { [Pipeline] echo 08:26:50 ========================================================= 08:26:50 [edgeXBuildGoParallel] Running Tests and Build... 08:26:50 ========================================================= [Pipeline] sh 08:26:51 + make test 08:26:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:26:52 using credential edgex-jenkins-ssh 08:26:52 Cloning the remote Git repository 08:26:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:26:52 > git init /w/workspace/edgex-go/2 # timeout=10 08:26:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:26:52 > git --version # timeout=10 08:26:52 > git --version # 'git version 2.17.1' 08:26:52 using GIT_SSH to set credentials SSH Credentials for GitHub 08:26:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:27:09 Merging remotes/origin/master commit 73dc428bea26e7bc953b08348183f35641f26ad3 into PR head commit 7e4b36505a1967a6a490424c350129e624223419 08:27:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:27:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:27:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:27:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:27:08 using GIT_SSH to set credentials SSH Credentials for GitHub 08:27:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3202/head:refs/remotes/origin/PR-3202 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:27:09 > git config core.sparsecheckout # timeout=10 08:27:09 > git checkout -f 7e4b36505a1967a6a490424c350129e624223419 # timeout=10 08:27:09 Merge succeeded, producing 7e4b36505a1967a6a490424c350129e624223419 08:27:09 Checking out Revision 7e4b36505a1967a6a490424c350129e624223419 (PR-3202) 08:27:09 > git remote # timeout=10 08:27:09 > git config --get remote.origin.url # timeout=10 08:27:09 using GIT_SSH to set credentials SSH Credentials for GitHub 08:27:09 > git merge 73dc428bea26e7bc953b08348183f35641f26ad3 # timeout=10 08:27:09 > git rev-parse HEAD^{commit} # timeout=10 08:27:09 > git config core.sparsecheckout # timeout=10 08:27:09 > git checkout -f 7e4b36505a1967a6a490424c350129e624223419 # timeout=10 08:27:14 Commit message: "feat(data): Add CBOR support for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:27:15 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:27:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:27:16 + sudo service docker restart 08:27:16 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:27:18 provisioning config files... 08:27:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2060811682961323199tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:27:19 ---> docker-login.sh 08:27:19 nexus3.edgexfoundry.org:10001 08:27:19 ? github.com/edgexfoundry/edgex-go [no test files] 08:27:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:27:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:27:20 Configure a credential helper to remove this warning. See 08:27:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:27:20 08:27:20 Login Succeeded 08:27:20 nexus3.edgexfoundry.org:10002 08:27:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:27:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:27:20 Configure a credential helper to remove this warning. See 08:27:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:27:20 08:27:20 Login Succeeded 08:27:20 nexus3.edgexfoundry.org:10003 08:27:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:27:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:27:21 Configure a credential helper to remove this warning. See 08:27:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:27:21 08:27:21 Login Succeeded 08:27:21 nexus3.edgexfoundry.org:10004 08:27:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:27:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:27:22 Configure a credential helper to remove this warning. See 08:27:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:27:22 08:27:22 Login Succeeded 08:27:22 docker.io 08:27:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:27:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:27:22 Configure a credential helper to remove this warning. See 08:27:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:27:22 08:27:22 Login Succeeded 08:27:22 ---> docker-login.sh ends [Pipeline] } 08:27:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:27:23 ========================================================= 08:27:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:27:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:27:23 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 08:27:26 Sending build context to Docker daemon 166.4MB 08:27:26 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:27:26 Step 2/6 : FROM ${BASE} 08:27:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:27:26 5f621e34cdf4: Pulling fs layer 08:27:26 a4357932f1b6: Pulling fs layer 08:27:26 18c013af1878: Pulling fs layer 08:27:26 00ac8860ef70: Pulling fs layer 08:27:26 63d7cb157983: Pulling fs layer 08:27:26 b116817d02f9: Pulling fs layer 08:27:26 745a02a5169b: Pulling fs layer 08:27:26 00ac8860ef70: Waiting 08:27:26 63d7cb157983: Waiting 08:27:26 b116817d02f9: Waiting 08:27:26 745a02a5169b: Waiting 08:27:26 18c013af1878: Verifying Checksum 08:27:26 18c013af1878: Download complete 08:27:26 a4357932f1b6: Verifying Checksum 08:27:26 a4357932f1b6: Download complete 08:27:26 63d7cb157983: Verifying Checksum 08:27:26 63d7cb157983: Download complete 08:27:26 5f621e34cdf4: Download complete 08:27:27 5f621e34cdf4: Pull complete 08:27:27 b116817d02f9: Download complete 08:27:27 a4357932f1b6: Pull complete 08:27:28 18c013af1878: Pull complete 08:27:28 745a02a5169b: Download complete 08:27:29 00ac8860ef70: Verifying Checksum 08:27:29 00ac8860ef70: Download complete 08:27:42 00ac8860ef70: Pull complete 08:27:42 63d7cb157983: Pull complete 08:27:42 b116817d02f9: Pull complete 08:27:44 745a02a5169b: Pull complete 08:27:44 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:27:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:27:44 ---> b7e6874047d6 08:27:44 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:27:48 ---> Running in 9a0f8f0f8587 08:27:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:27:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:27:50 (1/12) Installing libmagic (5.38-r0) 08:27:50 (2/12) Installing file (5.38-r0) 08:27:51 (3/12) Installing libc-dev (0.7.2-r3) 08:27:51 (4/12) Installing g++ (9.3.0-r2) 08:27:57 (5/12) Installing fortify-headers (1.1-r0) 08:27:57 (6/12) Installing patch (2.7.6-r6) 08:27:57 (7/12) Installing build-base (0.5-r2) 08:27:57 (8/12) Installing libsodium (1.0.18-r0) 08:27:58 (9/12) Installing pkgconf (1.7.2-r0) 08:27:58 (10/12) Installing libsodium-dev (1.0.18-r0) 08:27:58 (11/12) Installing libzmq (4.3.3-r0) 08:27:58 (12/12) Installing zeromq-dev (4.3.3-r0) 08:27:58 Executing busybox-1.31.1-r19.trigger 08:27:58 OK: 217 MiB in 51 packages 08:28:02 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:28:02 Removing intermediate container 9a0f8f0f8587 08:28:02 ---> 9f898516d461 08:28:02 Step 4/6 : WORKDIR /edgex-go 08:28:02 ---> Running in 1befe4da9f59 08:28:03 Removing intermediate container 1befe4da9f59 08:28:03 ---> 52afee73bbe1 08:28:03 Step 5/6 : COPY go.mod . 08:28:03 ---> 9be80e23e487 08:28:03 Step 6/6 : RUN go mod download 08:28:03 ---> Running in 15485eeb33a8 08:28:09 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:28:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:28:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:28:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:28:15 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:28:15 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:28:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:28:16 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:28:17 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:28:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:28:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:28:23 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:28:28 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.238s coverage: 45.9% of statements 08:28:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:28:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:28:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:28:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:28:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:28:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:28:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 08:28:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.231s coverage: 100.0% of statements 08:28:30 Removing intermediate container 15485eeb33a8 08:28:30 ---> f720338ad39d 08:28:31 Successfully built f720338ad39d 08:28:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:28:31 + docker inspect -f . ci-base-image-arm64 08:28:31 . [Pipeline] withDockerContainer 08:28:32 prd-ubuntu18.04-docker-arm64-4c-16g-27827 does not seem to be running inside a container 08:28:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:28:33 $ docker top 8eff0372d77fe09fd51412e017d20ed829b9f323cc28d4c26544c12b30d23825 -eo pid,comm [Pipeline] { [Pipeline] sh 08:28:34 + go version 08:28:34 go version go1.15.5 linux/arm64 [Pipeline] } 08:28:34 $ docker stop --time=1 8eff0372d77fe09fd51412e017d20ed829b9f323cc28d4c26544c12b30d23825 08:28:34 --- FAIL: TestAddEventWithPersistence (0.61s) 08:28:34 event_test.go:251: event not received in timely fashion, index 0, TestAddEventWithPersistence 08:28:34 event_test.go:251: event not received in timely fashion, index 1, TestAddEventWithPersistence 08:28:34 event_test.go:255: PASS: AddEvent(string) 08:28:34 FAIL 08:28:34 coverage: 27.1% of statements 08:28:34 FAIL github.com/edgexfoundry/edgex-go/internal/core/data 1.841s 08:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:28:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.120s coverage: 100.0% of statements 08:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:28:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.091s coverage: 100.0% of statements 08:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:28:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.222s coverage: 65.8% of statements 08:28:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:28:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:28:36 $ docker rm -f 8eff0372d77fe09fd51412e017d20ed829b9f323cc28d4c26544c12b30d23825 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:28:37 + docker inspect -f . ci-base-image-arm64 08:28:37 . [Pipeline] withDockerContainer 08:28:37 prd-ubuntu18.04-docker-arm64-4c-16g-27827 does not seem to be running inside a container 08:28:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:28:39 $ docker top 02606693f8f4c7ee8b6572600bbf36c3dfcd3abfc44b24bce74e260a587aa122 -eo pid,comm [Pipeline] { [Pipeline] echo 08:28:39 ========================================================= 08:28:39 [edgeXBuildGoParallel] Running Tests and Build... 08:28:39 ========================================================= [Pipeline] sh 08:28:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.628s coverage: 82.4% of statements 08:28:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:28:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:28:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.285s coverage: 90.5% of statements 08:28:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:28:40 + make test 08:28:40 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:28:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.493s coverage: 28.6% of statements 08:28:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:28:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:28:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:28:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:28:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:28:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.330s coverage: 100.0% of statements 08:28:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:28:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.153s coverage: 100.0% of statements 08:28:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:28:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.197s coverage: 86.7% of statements 08:28:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:28:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.237s coverage: 97.5% of statements 08:28:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:28:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.085s coverage: 78.3% of statements 08:28:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:28:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:28:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:28:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:28:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.515s coverage: 92.8% of statements 08:28:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:28:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:28:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:28:54 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:28:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:28:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:28:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:28:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:28:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:28:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:28:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:28:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:28:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:28:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:28:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:28:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:28:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:28:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:28:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.090s coverage: 58.8% of statements 08:28:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:28:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:28:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.074s coverage: 0.1% of statements 08:28:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:28:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:28:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:28:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 45.5% of statements 08:28:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.191s coverage: 79.5% of statements 08:28:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.379s coverage: 94.1% of statements 08:28:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.322s coverage: 96.3% of statements 08:28:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.124s coverage: 87.5% of statements 08:29:02 ? github.com/edgexfoundry/edgex-go [no test files] 08:29:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.114s coverage: 94.4% of statements 08:29:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.106s coverage: 44.8% of statements 08:29:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.223s coverage: 92.9% of statements 08:29:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:29:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:29:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:29:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.077s coverage: 77.8% of statements 08:29:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:29:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:29:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:29:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:29:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:29:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.137s coverage: 87.2% of statements 08:29:21 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:29:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:29:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements 08:29:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:29:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.146s coverage: 75.5% of statements 08:29:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:29:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.353s coverage: 80.8% of statements 08:29:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements 08:29:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.331s coverage: 84.6% of statements 08:29:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.486s coverage: 91.6% of statements 08:29:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:29:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.304s coverage: 62.4% of statements 08:29:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:29:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:29:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.082s coverage: 100.0% of statements 08:29:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.075s coverage: 91.3% of statements 08:29:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 08:29:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements 08:29:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.134s coverage: 100.0% of statements 08:29:21 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.384s coverage: 68.9% of statements 08:29:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:29:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:29:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.250s coverage: 36.6% of statements 08:29:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:29:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:29:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.073s coverage: 89.5% of statements 08:29:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.483s coverage: 47.0% of statements 08:29:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:29:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:29:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:29:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:29:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:29:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.367s coverage: 100.0% of statements 08:29:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:29:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.062s coverage: 100.0% of statements 08:29:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:29:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:29:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 08:29:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:29:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.190s coverage: 89.4% of statements 08:29:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:29:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:29:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:29:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.610s coverage: 29.1% of statements 08:29:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:29:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:29:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:29:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:29:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:29:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.231s coverage: 99.0% of statements 08:29:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:29:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.160s coverage: 100.0% of statements 08:29:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:29:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:29:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:29:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:29:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.469s coverage: 92.9% of statements 08:29:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:29:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:29:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:29:31 ok github.com/edgexfoundry/edgex-go/internal/system 0.145s coverage: 0.0% of statements 08:29:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:29:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements 08:29:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:29:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:29:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:29:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:29:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements 08:29:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:29:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:29:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements 08:29:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 08:29:32 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.409s coverage: 100.0% of statements 08:29:32 FAIL 08:29:32 make: *** [Makefile:94: test] Error 1 [Pipeline] } 08:29:32 $ docker stop --time=1 f1f7a2aedb94d2425e4ae3eb8158cbbc98efac29de7059f5e457fbd750fdb80b 08:29:37 $ docker rm -f f1f7a2aedb94d2425e4ae3eb8158cbbc98efac29de7059f5e457fbd750fdb80b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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:29:39 Failed in branch amd64 08:29:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:29:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:30:03 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:30:03 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:30:05 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:30:05 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:30:05 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:30:06 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:30:08 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:30:10 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:30:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:30:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:30:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:30:23 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.319s coverage: 45.9% of statements 08:30:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:30:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:30:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:30:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:30:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:30:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:30:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 08:30:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.274s coverage: 100.0% of statements 08:30:30 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.559s coverage: 27.1% of statements 08:30:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:30:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:30:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:30:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:30:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:30:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:30:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 08:30:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:30:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.093s coverage: 100.0% of statements 08:30:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:30:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:30:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.243s coverage: 65.8% of statements 08:30:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:30:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:30:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.764s coverage: 82.4% of statements 08:30:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:30:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:30:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.129s coverage: 90.5% of statements 08:30:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:30:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.096s coverage: 28.6% of statements 08:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:30:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.165s coverage: 100.0% of statements 08:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:30:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements 08:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:30:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.387s coverage: 86.7% of statements 08:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:30:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.422s coverage: 97.5% of statements 08:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:30:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.132s coverage: 78.3% of statements 08:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:30:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.284s coverage: 92.8% of statements 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:30:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:30:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.214s coverage: 0.1% of statements 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:30:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.070s coverage: 45.5% of statements 08:30:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.083s coverage: 79.5% of statements 08:30:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements 08:30:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.115s coverage: 96.3% of statements 08:30:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements 08:31:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.076s coverage: 94.4% of statements 08:31:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements 08:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.125s coverage: 92.9% of statements 08:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements 08:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements 08:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 08:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 08:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 08:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 08:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.134s coverage: 84.6% of statements 08:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.183s coverage: 91.6% of statements 08:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.529s coverage: 62.4% of statements 08:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements 08:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements 08:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements 08:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements 08:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements 08:31:17 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.766s coverage: 68.9% of statements 08:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:31:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:31:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.368s coverage: 36.6% of statements 08:31:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:31:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:31:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.127s coverage: 89.5% of statements 08:31:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.394s coverage: 47.0% of statements 08:31:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:31:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:31:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:31:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:31:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:31:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.181s coverage: 100.0% of statements 08:31:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:31:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.136s coverage: 100.0% of statements 08:31:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:31:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:31:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 08:31:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:31:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.350s coverage: 89.4% of statements 08:31:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:31:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:31:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:31:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.368s coverage: 29.1% of statements 08:31:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:31:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:31:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:31:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:31:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:31:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.199s coverage: 99.0% of statements 08:31:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:31:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements 08:31:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:31:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:31:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:31:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:31:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.189s coverage: 92.9% of statements 08:31:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:31:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:31:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:31:32 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 08:31:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:31:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements 08:31:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:31:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:31:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:31:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:31:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.101s coverage: 87.9% of statements 08:31:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:31:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:31:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements 08:31:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 08:31:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 08:31:35 GO111MODULE=on go vet ./... 08:32:57 gofmt -l . 08:32:57 [ "`gofmt -l .`" = "" ] 08:32:57 ./bin/test-go-mod-tidy.sh 08:32:57 ./bin/test-attribution-txt.sh [Pipeline] sh 08:32:58 + ls -al . 08:32:58 total 740 08:32:58 drwxrwxr-x 9 1001 1001 4096 Feb 26 08:32 . 08:32:58 drwxr-xr-x 4 root root 4096 Feb 26 08:28 .. 08:32:58 -rw-rw-r-- 1 1001 1001 11 Feb 26 08:27 .dockerignore 08:32:58 drwxrwxr-x 8 1001 1001 4096 Feb 26 08:27 .git 08:32:58 drwxrwxr-x 3 1001 1001 4096 Feb 26 08:27 .github 08:32:58 -rw-rw-r-- 1 1001 1001 818 Feb 26 08:27 .gitignore 08:32:58 -rw-rw-r-- 1 1001 1001 166 Feb 26 08:27 .sonarcloud.properties 08:32:58 -rw-rw-r-- 1 1001 1001 8475 Feb 26 08:27 Attribution.txt 08:32:58 -rw-rw-r-- 1 1001 1001 3804 Feb 26 08:27 CONTRIBUTING.md 08:32:58 -rw-rw-r-- 1 1001 1001 931 Feb 26 08:27 Dockerfile.build 08:32:58 -rw-rw-r-- 1 1001 1001 863 Feb 26 08:27 Jenkinsfile 08:32:58 -rw-rw-r-- 1 1001 1001 10775 Feb 26 08:27 LICENSE 08:32:58 -rw-rw-r-- 1 1001 1001 5774 Feb 26 08:27 Makefile 08:32:58 -rw-rw-r-- 1 1001 1001 6524 Feb 26 08:27 README.md 08:32:58 -rw-rw-r-- 1 1001 1001 6755 Feb 26 08:27 SECURITY.md 08:32:58 -rw-rw-r-- 1 1001 1001 5 Feb 26 08:24 VERSION 08:32:58 -rw-rw-r-- 1 1001 1001 4131 Feb 26 08:27 ZMQWindows.md 08:32:58 drwxrwxr-x 2 1001 1001 4096 Feb 26 08:27 bin 08:32:58 drwxrwxr-x 14 1001 1001 4096 Feb 26 08:27 cmd 08:32:58 -rw-r--r-- 1 root root 599137 Feb 26 08:31 coverage.out 08:32:58 -rw-r--r-- 1 root root 1055 Feb 26 08:32 go.mod 08:32:58 -rw-r--r-- 1 root root 21699 Feb 26 08:32 go.sum 08:32:58 drwxrwxr-x 8 1001 1001 4096 Feb 26 08:27 internal 08:32:58 drwxrwxr-x 4 1001 1001 4096 Feb 26 08:27 openapi 08:32:58 drwxrwxr-x 4 1001 1001 4096 Feb 26 08:27 snap 08:32:58 -rw-rw-r-- 1 1001 1001 168 Feb 26 08:27 version.go [Pipeline] sh 08:32:58 + '[' -e coverage.out ] 08:32:58 + chown 1001:1001 coverage.out [Pipeline] stash 08:33:00 Stashed 1 file(s) [Pipeline] sh 08:33:00 + make build 08:33:00 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:33:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:33: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:33:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:33:44 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:33:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:33:50 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:33:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:34:00 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:34:04 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:34:08 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:34:12 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:34:18 $ docker stop --time=1 02606693f8f4c7ee8b6572600bbf36c3dfcd3abfc44b24bce74e260a587aa122 08:34:21 $ docker rm -f 02606693f8f4c7ee8b6572600bbf36c3dfcd3abfc44b24bce74e260a587aa122 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:34:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:34:26 08:34:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:34:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:34:27 latest: Pulling from edgex-devops/edgex-compose-arm64 08:34:27 29e5d40040c1: Pulling fs layer 08:34:27 1ce36da41761: Pulling fs layer 08:34:27 25b303627fd3: Pulling fs layer 08:34:27 29e5d40040c1: Verifying Checksum 08:34:27 29e5d40040c1: Download complete 08:34:28 1ce36da41761: Verifying Checksum 08:34:28 1ce36da41761: Download complete 08:34:28 29e5d40040c1: Pull complete 08:34:29 1ce36da41761: Pull complete 08:34:29 25b303627fd3: Download complete 08:34:39 25b303627fd3: Pull complete 08:34:39 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:34:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:34:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:34:40 prd-ubuntu18.04-docker-arm64-4c-16g-27827 does not seem to be running inside a container 08:34:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:34:43 $ docker top 925e40cebfa5459c38d72f4c8392414999beab96da2959de7ae6f8513eda7963 -eo pid,comm [Pipeline] { [Pipeline] sh 08:34:44 + docker-compose build --help 08:34:44 + grep parallel 08:34:47 --parallel Build images in parallel. [Pipeline] } 08:34:47 $ docker stop --time=1 925e40cebfa5459c38d72f4c8392414999beab96da2959de7ae6f8513eda7963 08:34:49 $ docker rm -f 925e40cebfa5459c38d72f4c8392414999beab96da2959de7ae6f8513eda7963 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:34:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:34:50 . [Pipeline] withDockerContainer 08:34:50 prd-ubuntu18.04-docker-arm64-4c-16g-27827 does not seem to be running inside a container 08:34:51 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:34:52 $ docker top 2a4a3e8f76343eff8fc6ebb16a93cdf4afc476925c6b478b300880065949b1b1 -eo pid,comm [Pipeline] { [Pipeline] sh 08:34:53 + docker-compose -f ./docker-compose-build.yml build --parallel 08:34:57 Building docker-core-command-go ... 08:34:57 Building docker-core-data-go ... 08:34:57 Building docker-core-metadata-go ... 08:34:57 Building docker-security-bootstrapper-go ... 08:34:57 Building docker-security-proxy-setup-go ... 08:34:57 Building docker-security-secretstore-setup-go ... 08:34:57 Building docker-support-notifications-go ... 08:34:57 Building docker-support-scheduler-go ... 08:34:57 Building docker-sys-mgmt-agent-go ... 08:34:57 Building docker-security-secretstore-setup-go 08:34:57 Building docker-security-bootstrapper-go 08:34:57 Building docker-core-metadata-go 08:34:57 Building docker-security-proxy-setup-go 08:34:57 Building docker-support-scheduler-go 08:36:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:36:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:36:19 ---> f720338ad39d 08:36:19 Step 3/23 : WORKDIR /edgex-go 08:36:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:36:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:36:19 ---> f720338ad39d 08:36:19 Step 3/22 : WORKDIR /edgex-go 08:36:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:36:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:36:19 ---> f720338ad39d 08:36:19 Step 3/24 : WORKDIR /edgex-go 08:36:19 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:36:19 Step 2/30 : FROM ${BUILDER_BASE} AS builder 08:36:19 ---> f720338ad39d 08:36:19 Step 3/30 : WORKDIR /edgex-go 08:36:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:36:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:36:19 ---> f720338ad39d 08:36:19 Step 3/21 : WORKDIR /edgex-go 08:36:19 ---> Running in 7c01d9890857 08:36:19 ---> Running in 0893528a7daa 08:36:19 ---> Running in b589ae6dbc96 08:36:19 ---> Running in 276895b97845 08:36:19 ---> Running in a9881f9b6de5 08:36:19 Removing intermediate container 0893528a7daa 08:36:19 ---> 46a779d195c3 08:36:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:36:19 Removing intermediate container 7c01d9890857 08:36:19 ---> 9f7f8d4d8937 08:36:19 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:36:19 Removing intermediate container a9881f9b6de5 08:36:19 ---> c6e9c81cc839 08:36:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:36:19 Removing intermediate container b589ae6dbc96 08:36:19 ---> b7d9e7f98ff2 08:36:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:36:19 Removing intermediate container 276895b97845 08:36:19 ---> c70a2f7d923f 08:36:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:36:19 ---> Running in fa4dbeb59ebb 08:36:19 ---> Running in aed29b702a0a 08:36:19 ---> Running in 7614bf245cb2 08:36:19 ---> Running in 3d012860c8da 08:36:19 ---> Running in 223e881af5c1 08:36:19 Removing intermediate container fa4dbeb59ebb 08:36:19 ---> c22d88f02b47 08:36:19 Step 5/24 : RUN apk add --update --no-cache make git 08:36:19 ---> Running in 5348c2d7ef80 08:36:19 Removing intermediate container aed29b702a0a 08:36:19 ---> 39c6dbe21550 08:36:19 Step 5/30 : RUN apk add --update --no-cache make git 08:36:19 Removing intermediate container 7614bf245cb2 08:36:19 ---> f0b3275b7677 08:36:19 Step 5/23 : RUN apk add --update --no-cache make git 08:36:19 ---> Running in d72de0744726 08:36:19 Removing intermediate container 223e881af5c1 08:36:19 ---> 2f4a016c37f4 08:36:19 Step 5/21 : RUN apk add --update --no-cache make git 08:36:19 Removing intermediate container 3d012860c8da 08:36:19 ---> 27a45fded04b 08:36:19 Step 5/22 : RUN apk add --update --no-cache make git 08:36:19 ---> Running in 1ef2492551b2 08:36:19 ---> Running in bfc9afede637 08:36:19 ---> Running in 9c00c24db369 08:36:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:36:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:36:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:36:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:36:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:36:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:36:20 OK: 217 MiB in 51 packages 08:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:36:21 OK: 217 MiB in 51 packages 08:36:21 OK: 217 MiB in 51 packages 08:36:21 OK: 217 MiB in 51 packages 08:36:21 OK: 217 MiB in 51 packages 08:36:21 Removing intermediate container 5348c2d7ef80 08:36:22 ---> f2ab18ede6dc 08:36:22 Step 6/24 : COPY go.mod . 08:36:22 Removing intermediate container d72de0744726 08:36:22 ---> 819356858390 08:36:22 Step 6/30 : COPY go.mod . 08:36:22 ---> ce2df8e664cf 08:36:22 Step 7/24 : RUN go mod download 08:36:23 Removing intermediate container bfc9afede637 08:36:23 ---> 59cb96443446 08:36:23 Step 6/21 : COPY go.mod . 08:36:23 ---> Running in 570b62315531 08:36:23 Removing intermediate container 1ef2492551b2 08:36:23 ---> 0943157a81f7 08:36:23 Step 6/23 : COPY go.mod . 08:36:23 Removing intermediate container 9c00c24db369 08:36:23 ---> e8ef7eab88f2 08:36:23 Step 6/22 : COPY go.mod . 08:36:24 ---> 084358dfd6bc 08:36:24 Step 7/30 : RUN go mod download 08:36:24 ---> 2871aae14542 08:36:24 Step 7/21 : RUN go mod download 08:36:24 ---> Running in 3d69327cda11 08:36:24 ---> Running in 4f26d5a64e61 08:36:24 ---> 279973f017f5 08:36:24 Step 7/23 : RUN go mod download 08:36:24 ---> d951f7e25d74 08:36:24 Step 7/22 : RUN go mod download 08:36:24 ---> Running in 39e27e2b742e 08:36:25 ---> Running in f4ac5ad32d9b 08:36:27 Removing intermediate container 570b62315531 08:36:27 ---> a1c456fec624 08:36:27 Step 8/24 : COPY . . 08:36:28 Removing intermediate container 3d69327cda11 08:36:28 ---> 551baec5d3d6 08:36:28 Step 8/30 : COPY . . 08:36:29 Removing intermediate container 4f26d5a64e61 08:36:29 ---> a0d14b84d5ef 08:36:29 Step 8/21 : COPY . . 08:36:30 Removing intermediate container 39e27e2b742e 08:36:30 ---> 79fe88ab0742 08:36:30 Step 8/23 : COPY . . 08:36:30 Removing intermediate container f4ac5ad32d9b 08:36:30 ---> a6363b35d634 08:36:30 Step 8/22 : COPY . . 08:36:57 ---> bc2298fb1bbe 08:36:57 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:36:57 ---> 38a5faafba5a 08:36:57 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:36:57 ---> 8243e557f614 08:36:57 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:36:57 ---> 69afc08320b9 08:36:57 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:36:57 ---> Running in 4adae45df745 08:36:57 ---> Running in 54f24746b1d5 08:36:57 ---> Running in 35e5c26f0393 08:36:57 ---> Running in 3ac59ecfca28 08:36:57 ---> dd6a623dbaf1 08:36:57 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:36:57 ---> Running in 72cadd9e9bd0 08:36:57 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:36:58 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:36:58 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:36:58 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:36:58 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:38:20 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:38:22 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:38:37 Removing intermediate container 4adae45df745 08:38:37 ---> ec19cb5e8f4e 08:38:37 08:38:37 Step 10/24 : FROM alpine:3.12 08:38:37 3.12: Pulling from library/alpine 08:38:37 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 08:38:37 Status: Downloaded newer image for alpine:3.12 08:38:37 ---> d10569e2745f 08:38:37 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 08:38:37 ---> Running in c5d78c4dabb6 08:38:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:38:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:38:41 (1/5) Installing ca-certificates (20191127-r4) 08:38:41 (2/5) Installing nghttp2-libs (1.41.0-r0) 08:38:41 (3/5) Installing libcurl (7.69.1-r3) 08:38:41 (4/5) Installing curl (7.69.1-r3) 08:38:41 (5/5) Installing dumb-init (1.2.2-r1) 08:38:41 Executing busybox-1.31.1-r19.trigger 08:38:41 Executing ca-certificates-20191127-r4.trigger 08:38:41 OK: 7 MiB in 19 packages 08:38:43 Removing intermediate container 54f24746b1d5 08:38:43 ---> 68a65e1ccf34 08:38:43 08:38:43 Step 10/21 : FROM alpine:3.12 08:38:43 ---> d10569e2745f 08:38:43 Step 11/21 : RUN apk add --update --no-cache curl 08:38:43 ---> Running in aae9ca3a4795 08:38:43 Removing intermediate container 35e5c26f0393 08:38:43 ---> 6ccf01b5ae1e 08:38:43 08:38:43 Step 10/30 : FROM alpine:3.12 08:38:43 ---> d10569e2745f 08:38:43 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:38:44 ---> Running in dbc75592e015 08:38:45 Removing intermediate container dbc75592e015 08:38:45 ---> b41c48662344 08:38:45 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 08:38:45 Removing intermediate container c5d78c4dabb6 08:38:45 ---> b180bd04de98 08:38:45 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:38:45 ---> Running in 6800595c50b2 08:38:45 ---> Running in 22765c41d59a 08:38:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:38:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:38:46 (1/4) Installing ca-certificates (20191127-r4) 08:38:46 Removing intermediate container 22765c41d59a 08:38:46 ---> 7466edfbb85e 08:38:46 Step 13/24 : WORKDIR / 08:38:46 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:38:46 (3/4) Installing libcurl (7.69.1-r3) 08:38:46 (4/4) Installing curl (7.69.1-r3) 08:38:46 Executing busybox-1.31.1-r19.trigger 08:38:46 Executing ca-certificates-20191127-r4.trigger 08:38:47 OK: 7 MiB in 18 packages 08:38:47 ---> Running in ee0847c46a5f 08:38:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:38:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:38:48 (1/2) Installing dumb-init (1.2.2-r1) 08:38:48 (2/2) Installing su-exec (0.2-r1) 08:38:48 Executing busybox-1.31.1-r19.trigger 08:38:48 OK: 5 MiB in 16 packages 08:38:48 Removing intermediate container ee0847c46a5f 08:38:48 ---> 6367be6c44a2 08:38:48 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:38:50 Removing intermediate container 6800595c50b2 08:38:50 ---> 60961aa7234f 08:38:50 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 08:38:50 ---> 641ef3410780 08:38:50 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:38:50 Removing intermediate container aae9ca3a4795 08:38:50 ---> e709178501e4 08:38:50 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:38:50 ---> Running in 3feb37cb3b86 08:38:51 ---> Running in 0f8dec5e4189 08:38:51 Removing intermediate container 3feb37cb3b86 08:38:51 ---> a4de873739bf 08:38:51 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:38:52 ---> 1ebe8b9eb03b 08:38:52 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:38:52 ---> Running in 4adc12fe5986 08:38:52 Removing intermediate container 0f8dec5e4189 08:38:52 ---> 785d74c783d8 08:38:52 Step 13/21 : WORKDIR /edgex 08:38:52 Removing intermediate container 3ac59ecfca28 08:38:52 ---> ea0caed87558 08:38:52 08:38:52 Step 10/22 : FROM alpine:3.12 08:38:52 ---> d10569e2745f 08:38:52 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:38:52 ---> Running in b8abf8f1f88c 08:38:52 ---> Running in eca687619b9c 08:38:53 Removing intermediate container 4adc12fe5986 08:38:53 ---> e25a32bee3df 08:38:53 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:38:53 ---> 731ed609dfc9 08:38:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:38:53 ---> Running in 9b4c14c62005 08:38:54 Removing intermediate container b8abf8f1f88c 08:38:54 ---> aaa70bd8caef 08:38:54 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:38:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:38:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:38:55 ---> 129d62ab2206 08:38:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:38:55 ---> 19ca8eb439a9 08:38:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:38:55 (1/1) Installing dumb-init (1.2.2-r1) 08:38:55 Executing busybox-1.31.1-r19.trigger 08:38:55 OK: 5 MiB in 15 packages 08:38:57 Removing intermediate container 9b4c14c62005 08:38:57 ---> cc437768ee9c 08:38:57 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 08:38:58 ---> ea1b82af310d 08:38:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:38:58 ---> a6627ba2c979 08:38:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:38:58 Removing intermediate container eca687619b9c 08:38:58 ---> 51e6a7bc82e0 08:38:58 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:38:58 ---> Running in 1c9a4d8f53ed 08:38:59 ---> Running in c5cab9b83ec6 08:38:59 Removing intermediate container 72cadd9e9bd0 08:38:59 ---> e65ba94f52f0 08:38:59 08:38:59 Step 10/23 : FROM alpine:3.12 08:38:59 ---> d10569e2745f 08:38:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:38:59 ---> Using cache 08:38:59 ---> 51e6a7bc82e0 08:38:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:38:59 ---> 794d82d2155d 08:38:59 Step 20/24 : 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:38:59 Removing intermediate container 1c9a4d8f53ed 08:38:59 ---> a1f6797ade6a 08:38:59 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:38:59 ---> Running in eeea704f7542 08:39:00 Removing intermediate container c5cab9b83ec6 08:39:00 ---> 636cb4ec0434 08:39:00 Step 13/22 : ENV APP_PORT=48085 08:39:00 ---> Running in e838b06b9efe 08:39:00 ---> 45672d1cbced 08:39:00 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:39:00 ---> Running in 4c2a40159cb8 08:39:00 ---> Running in dbe730b53e28 08:39:00 Removing intermediate container eeea704f7542 08:39:00 ---> 68a04ba97c70 08:39:00 Step 13/23 : ENV APP_PORT=48081 08:39:01 ---> Running in a25e2c5f1668 08:39:01 Removing intermediate container 4c2a40159cb8 08:39:01 ---> 87b383dc206b 08:39:01 Step 14/22 : EXPOSE $APP_PORT 08:39:01 ---> 395608714012 08:39:01 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:39:01 Removing intermediate container dbe730b53e28 08:39:01 ---> ce9be695040b 08:39:01 Step 18/21 : CMD ["--init=true"] 08:39:01 ---> Running in 603f13ab5ab9 08:39:01 ---> Running in 3c34f1ea27e5 08:39:01 ---> Running in 3333ca71c894 08:39:01 Removing intermediate container a25e2c5f1668 08:39:01 ---> 10f9fa8a470d 08:39:01 Step 14/23 : EXPOSE $APP_PORT 08:39:01 ---> Running in 741deaf6ea24 08:39:02 Removing intermediate container 603f13ab5ab9 08:39:02 ---> c93ec69d16eb 08:39:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:39:02 Removing intermediate container 3333ca71c894 08:39:02 ---> 8277b8a12cb1 08:39:02 Step 19/21 : LABEL arch=arm64 08:39:02 ---> Running in c111fce29a0a 08:39:02 Removing intermediate container 741deaf6ea24 08:39:02 ---> 58d63bec4203 08:39:02 Step 15/23 : WORKDIR / 08:39:03 ---> Running in cf297a702b66 08:39:03 Removing intermediate container c111fce29a0a 08:39:03 ---> 9291d8ef74b6 08:39:03 Step 20/21 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 08:39:03 Removing intermediate container e838b06b9efe 08:39:03 ---> f45ccba633ac 08:39:03 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:39:03 ---> 113374cd62dc 08:39:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:39:03 ---> Running in 4233f6daa26c 08:39:03 ---> Running in 1518e233ca11 08:39:03 Removing intermediate container cf297a702b66 08:39:03 ---> e3aef96a1747 08:39:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:39:04 Removing intermediate container 4233f6daa26c 08:39:04 Removing intermediate container 1518e233ca11 08:39:04 ---> 904f487bb8fd 08:39:04 Step 21/21 : LABEL version=0.0.0 ---> aecce687730d 08:39:04 08:39:04 Step 22/24 : LABEL arch=arm64 08:39:04 Removing intermediate container 3c34f1ea27e5 08:39:04 ---> eb579ee7ac35 08:39:04 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 08:39:04 ---> Running in f6db320c9aa2 08:39:04 ---> Running in ae98db020726 08:39:05 ---> f7d625337fd4 08:39:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:39:05 ---> 98bbf62ea1a5 08:39:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:39:05 Removing intermediate container f6db320c9aa2 08:39:05 ---> dc995743e379 08:39:05 08:39:05 Removing intermediate container ae98db020726 08:39:05 ---> 6b4236e554ec 08:39:05 Step 23/24 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 08:39:05 ---> e07a569fc026 08:39:05 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:39:05 ---> Running in da4568f843c0 08:39:06 Successfully built dc995743e379 08:39:06 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:39:06  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 08:39:06 ---> 631611a15559 08:39:06 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:39:06 ---> Running in 79bcab6fc01a 08:39:07 Removing intermediate container da4568f843c0 08:39:07 ---> a8e1765db86b 08:39:07 Step 24/24 : LABEL version=0.0.0 08:39:07 ---> fd0f21e540dc 08:39:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:39:07 ---> Running in 37c0fbdc3f94 08:39:08 Removing intermediate container 79bcab6fc01a 08:39:08 ---> e8535b0fc842 08:39:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:39:08 Removing intermediate container 37c0fbdc3f94 08:39:08 ---> 1707c7bf1d57 08:39:08 08:39:08 ---> 2335cb8985c3 08:39:08 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:39:08 Successfully built 1707c7bf1d57 08:39:08 ---> Running in 869061d4f925 08:39:08 ---> 25d7519aaf32 08:39:08 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:39:09 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:39:09  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 08:39:09 ---> Running in cc288e5700b0 08:39:09 ---> b7e5c7377642 08:39:09 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:39:09 Removing intermediate container 869061d4f925 08:39:09 ---> 2bb9e709187e 08:39:09 Step 20/22 : LABEL arch=arm64 08:39:10 ---> Running in 7be4b0eccfb9 08:39:10 Removing intermediate container cc288e5700b0 08:39:10 ---> 91edbf1f454a 08:39:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:39:10 ---> Running in 2f56f92cb812 08:39:10 Removing intermediate container 7be4b0eccfb9 08:39:10 ---> d3b6d2215f00 08:39:10 Step 21/22 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 08:39:10 ---> 417f1044a2c0 08:39:10 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 08:39:11 ---> Running in 69305f206d38 08:39:11 Removing intermediate container 2f56f92cb812 08:39:11 ---> c12a7ae9f5e0 08:39:11 Step 21/23 : LABEL arch=arm64 08:39:11 ---> Running in 850608fa0f4f 08:39:12 ---> Running in 5c7774a87491 08:39:12 Removing intermediate container 69305f206d38 08:39:12 ---> 14e6678d1b5c 08:39:12 Step 22/22 : LABEL version=0.0.0 08:39:13 Removing intermediate container 850608fa0f4f 08:39:13 ---> af4b89a26ba7 08:39:13 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:39:13 ---> Running in 7569d7a61107 08:39:13 Removing intermediate container 5c7774a87491 08:39:13 ---> 56effb5e676e 08:39:13 Step 22/23 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 08:39:14 ---> Running in 4a9def97faf2 08:39:14 Removing intermediate container 7569d7a61107 08:39:14 ---> 52ae7e311973 08:39:14 08:39:14 ---> 804bbc15a4da 08:39:14 Step 25/30 : RUN chmod +x /entrypoint.sh 08:39:15 Successfully built 52ae7e311973 08:39:15 ---> Running in 2a939ea2fbaf 08:39:15 Successfully tagged docker-support-scheduler-go-arm64:latest 08:39:15 Building docker-core-command-go 08:39:15  Building docker-support-scheduler-go ... done Removing intermediate container 4a9def97faf2 08:39:15 ---> 396d4038593e 08:39:15 Step 23/23 : LABEL version=0.0.0 08:39:15 ---> Running in ffcebde6320b 08:39:15 Removing intermediate container ffcebde6320b 08:39:15 ---> 7cda725e896a 08:39:15 08:39:16 Successfully built 7cda725e896a 08:39:16 Successfully tagged docker-core-metadata-go-arm64:latest 08:39:16 Building docker-core-data-go 08:39:17  Building docker-core-metadata-go ... done Removing intermediate container 2a939ea2fbaf 08:39:17 ---> d480ec0b90be 08:39:17 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 08:39:18 ---> Running in e06157430026 08:39:18 Removing intermediate container e06157430026 08:39:18 ---> d2c2b5a55e98 08:39:18 Step 27/30 : CMD ["gate"] 08:39:19 ---> Running in ccc8b6ed2294 08:39:20 Removing intermediate container ccc8b6ed2294 08:39:20 ---> 0e3f28ca7453 08:39:20 Step 28/30 : LABEL arch=arm64 08:39:21 ---> Running in 3b01268d574a 08:39:22 Removing intermediate container 3b01268d574a 08:39:22 ---> 732c6e8554bd 08:39:22 Step 29/30 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 08:39:23 ---> Running in 2dae840fad41 08:39:24 Removing intermediate container 2dae840fad41 08:39:24 ---> 60fd816a3036 08:39:24 Step 30/30 : LABEL version=0.0.0 08:39:24 ---> Running in d7ee39dbe3bb 08:39:25 Removing intermediate container d7ee39dbe3bb 08:39:25 ---> d64f809ae3fa 08:39:25 08:39:26 Successfully built d64f809ae3fa 08:39:26 Successfully tagged docker-security-bootstrapper-go-arm64:latest 08:39:58  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:39:58 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:39:58 ---> f720338ad39d 08:39:58 Step 3/26 : WORKDIR /edgex-go 08:39:58 ---> Using cache 08:39:58 ---> c70a2f7d923f 08:39:58 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:39:58 ---> Using cache 08:39:58 ---> 2f4a016c37f4 08:39:58 Step 5/26 : RUN apk add --update --no-cache make bash git 08:40:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:40:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:40:01 ---> f720338ad39d 08:40:01 Step 3/22 : WORKDIR /edgex-go 08:40:01 ---> Using cache 08:40:01 ---> c70a2f7d923f 08:40:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:40:01 ---> Using cache 08:40:01 ---> 2f4a016c37f4 08:40:01 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:40:02 ---> Running in 89584a7bdca3 08:40:02 ---> Running in f5601cd1d001 08:40:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:40:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:40:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:40:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:40:05 OK: 217 MiB in 51 packages 08:40:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:40:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:40:05 ---> f720338ad39d 08:40:05 Step 3/23 : WORKDIR /edgex-go 08:40:05 ---> Using cache 08:40:05 ---> c70a2f7d923f 08:40:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:40:05 ---> Using cache 08:40:05 ---> 2f4a016c37f4 08:40:05 Step 5/23 : RUN apk add --update --no-cache make git 08:40:05 ---> Using cache 08:40:05 ---> 59cb96443446 08:40:05 Step 6/23 : COPY go.mod . 08:40:05 ---> Using cache 08:40:05 ---> 2871aae14542 08:40:05 Step 7/23 : RUN go mod download 08:40:05 ---> Using cache 08:40:05 ---> a0d14b84d5ef 08:40:05 Step 8/23 : COPY . . 08:40:05 ---> Using cache 08:40:05 ---> 8243e557f614 08:40:05 Step 9/23 : RUN make cmd/core-command/core-command 08:40:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:40:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:40:05 ---> f720338ad39d 08:40:05 Step 3/23 : WORKDIR /edgex-go 08:40:05 ---> Using cache 08:40:05 ---> c70a2f7d923f 08:40:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:40:05 ---> Using cache 08:40:05 ---> 2f4a016c37f4 08:40:05 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:40:05 OK: 217 MiB in 51 packages 08:40:06 ---> Running in 73ba7d7567b6 08:40:06 ---> Running in f42fbd538043 08:40:07 Removing intermediate container f5601cd1d001 08:40:07 ---> f6f5c1538138 08:40:07 Step 6/26 : COPY go.mod . 08:40:07 Removing intermediate container 89584a7bdca3 08:40:07 ---> 6b56339da449 08:40:07 Step 6/22 : COPY go.mod . 08:40:07 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:40:07 ---> 3121f7fc8111 08:40:07 Step 7/26 : RUN go mod download 08:40:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:40:08 ---> Running in 5191f5d21a06 08:40:08 ---> cb7fcfb302f8 08:40:08 Step 7/22 : RUN go mod download 08:40:08 ---> Running in d9db92c5a11c 08:40:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:40:10 OK: 217 MiB in 51 packages 08:40:12 Removing intermediate container 5191f5d21a06 08:40:12 ---> d91b4221ce5c 08:40:12 Step 8/26 : COPY . . 08:40:13 Removing intermediate container d9db92c5a11c 08:40:13 ---> d5472bda5a3b 08:40:13 Step 8/22 : COPY . . 08:40:13 Removing intermediate container 73ba7d7567b6 08:40:13 ---> 401d37c1d498 08:40:13 Step 6/23 : COPY go.mod . 08:40:15 ---> 6916de0b7404 08:40:15 Step 7/23 : RUN go mod download 08:40:16 ---> Running in 7ee0ec388e34 08:40:24 Removing intermediate container 7ee0ec388e34 08:40:24 ---> 76cea86334ee 08:40:24 Step 8/23 : COPY . . 08:40:51 ---> 9b66f86fd079 08:40:51 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:40:51 ---> 932da0223f91 08:40:51 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:40:51 ---> Running in c926eed7cf42 08:40:51 ---> Running in 20af47a14808 08:40:51 ---> 82fd674e3fbb 08:40:51 Step 9/23 : RUN make cmd/core-data/core-data 08:40:51 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:40:51 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:40:51 ---> Running in 0515cc06ba26 08:40:52 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:56 Removing intermediate container f42fbd538043 08:40:56 ---> 32f5849858b7 08:40:56 08:40:56 Step 10/23 : FROM alpine:3.12 08:40:56 ---> d10569e2745f 08:40:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:40:56 ---> Using cache 08:40:56 ---> 51e6a7bc82e0 08:40:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:40:56 ---> Using cache 08:40:56 ---> 68a04ba97c70 08:40:56 Step 13/23 : ENV APP_PORT=48082 08:40:56 ---> Running in aba559aa5d72 08:40:57 Removing intermediate container aba559aa5d72 08:40:57 ---> ca0004308b19 08:40:57 Step 14/23 : EXPOSE $APP_PORT 08:40:57 ---> Running in a810578b4f25 08:40:57 Removing intermediate container a810578b4f25 08:40:57 ---> a47b96da52f5 08:40:57 Step 15/23 : WORKDIR / 08:40:58 ---> Running in 31b5732620a4 08:40:58 Removing intermediate container 31b5732620a4 08:40:58 ---> 0f042ad689d6 08:40:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:40:59 ---> 860ebb4b7db3 08:40:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:41:01 ---> c89aee0f3bf2 08:41:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:41:03 ---> 61adbfe42a3e 08:41:03 Step 19/23 : ENTRYPOINT ["/core-command"] 08:41:03 ---> Running in 58783123088a 08:41:03 Removing intermediate container 58783123088a 08:41:03 ---> 6fd145a9db8c 08:41:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:41:03 ---> Running in 1015e273b325 08:41:04 Removing intermediate container 1015e273b325 08:41:04 ---> 037c72262442 08:41:04 Step 21/23 : LABEL arch=arm64 08:41:04 ---> Running in 9adc9bffbd1f 08:41:05 Removing intermediate container 9adc9bffbd1f 08:41:05 ---> c87828298def 08:41:05 Step 22/23 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 08:41:05 ---> Running in abc511e46150 08:41:06 Removing intermediate container abc511e46150 08:41:06 ---> 626c412886e5 08:41:06 Step 23/23 : LABEL version=0.0.0 08:41:06 ---> Running in 1b27cdc8686e 08:41:07 Removing intermediate container 1b27cdc8686e 08:41:07 ---> 2a58d1a7f57e 08:41:07 08:41:07 Successfully built 2a58d1a7f57e 08:41:07 Successfully tagged docker-core-command-go-arm64:latest 08:42:04  Building docker-core-command-go ... done Removing intermediate container 20af47a14808 08:42:04 ---> 2a0df228a1d0 08:42:04 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:42:04 ---> Running in 51f59dbe6410 08:42:04 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:42:06 Removing intermediate container c926eed7cf42 08:42:06 ---> 09a6fc1397f6 08:42:06 08:42:06 Step 10/22 : FROM alpine:3.12 08:42:06 ---> d10569e2745f 08:42:06 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:42:06 ---> Running in e5a4bb06d4c1 08:42:07 Removing intermediate container 51f59dbe6410 08:42:07 ---> 0745e131958d 08:42:07 08:42:07 Step 11/26 : FROM docker:20.10.0 08:42:07 20.10.0: Pulling from library/docker 08:42:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:42:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:42:08 (1/2) Installing ca-certificates (20191127-r4) 08:42:08 (2/2) Installing dumb-init (1.2.2-r1) 08:42:08 Executing busybox-1.31.1-r19.trigger 08:42:08 Executing ca-certificates-20191127-r4.trigger 08:42:08 OK: 6 MiB in 16 packages 08:42:11 Removing intermediate container e5a4bb06d4c1 08:42:11 ---> 9315645ca657 08:42:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:42:11 ---> Running in 5dc152406f33 08:42:12 Removing intermediate container 5dc152406f33 08:42:12 ---> 1460eb6011f2 08:42:12 Step 13/22 : ENV APP_PORT=48060 08:42:12 ---> Running in cd07a3dbb8bb 08:42:13 Removing intermediate container cd07a3dbb8bb 08:42:13 ---> 8b6148fa7d33 08:42:13 Step 14/22 : EXPOSE $APP_PORT 08:42:13 ---> Running in 66d1ad372ce6 08:42:14 Removing intermediate container 66d1ad372ce6 08:42:14 ---> 37f9c6880ecb 08:42:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:42:16 ---> efc80ec8db5a 08:42:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:42:18 Removing intermediate container 0515cc06ba26 08:42:18 ---> fe3fe78ea782 08:42:18 08:42:18 Step 10/23 : FROM alpine:3.12 08:42:18 ---> d10569e2745f 08:42:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:42:18 ---> 6da457891dbb 08:42:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:42:18 ---> Running in c0b837bbb4af 08:42:18 Removing intermediate container c0b837bbb4af 08:42:18 ---> e7fd7c3f8a19 08:42:18 Step 12/23 : ENV APP_PORT=48080 08:42:18 ---> Running in 72a596c2b04d 08:42:19 ---> 7931acf67904 08:42:19 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:42:19 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:42:19 ---> Running in 2c1dbf850d45 08:42:19 Status: Downloaded newer image for docker:20.10.0 08:42:19 ---> eeaf43b92773 08:42:19 Step 12/26 : RUN apk add --no-cache bash 08:42:19 ---> Running in 7c111c1a6210 08:42:19 Removing intermediate container 72a596c2b04d 08:42:19 ---> b8d2a300c102 08:42:19 Step 13/23 : EXPOSE $APP_PORT 08:42:19 ---> Running in 378137602d2e 08:42:19 Removing intermediate container 2c1dbf850d45 08:42:19 ---> c3d7bb3249a8 08:42:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:42:19 ---> Running in 08c7d3845712 08:42:20 Removing intermediate container 378137602d2e 08:42:20 ---> 5e0d08ba38dd 08:42:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:42:20 ---> Running in 53f80c9c74dd 08:42:20 Removing intermediate container 08c7d3845712 08:42:20 ---> 61b9ad71c5e1 08:42:20 Step 20/22 : LABEL arch=arm64 08:42:20 ---> Running in c173c27c63ca 08:42:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:42:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:42:21 Removing intermediate container c173c27c63ca 08:42:21 ---> 961a73f6df71 08:42:21 Step 21/22 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 08:42:21 ---> Running in 6acae574a1a8 08:42:21 (1/2) Installing readline (8.0.4-r0) 08:42:21 (2/2) Installing bash (5.0.17-r0) 08:42:21 Executing bash-5.0.17-r0.post-install 08:42:21 Executing busybox-1.31.1-r19.trigger 08:42:21 OK: 12 MiB in 22 packages 08:42:22 Removing intermediate container 6acae574a1a8 08:42:22 ---> 60282b002889 08:42:22 Step 22/22 : LABEL version=0.0.0 08:42:22 ---> Running in 5c55f434f538 08:42:22 Removing intermediate container 5c55f434f538 08:42:22 ---> ec153838e572 08:42:22 08:42:23 Removing intermediate container 53f80c9c74dd 08:42:23 ---> 386481df0da3 08:42:23 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:42:23 Successfully built ec153838e572 08:42:23 Successfully tagged docker-support-notifications-go-arm64:latest 08:42:23  Building docker-support-notifications-go ... done  ---> Running in f957219bd769 08:42:23 Removing intermediate container 7c111c1a6210 08:42:23 ---> a868c2214370 08:42:23 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:42:23 ---> Running in a1e4246cebc2 08:42:24 Removing intermediate container a1e4246cebc2 08:42:24 ---> e8dc5434793f 08:42:24 Step 14/26 : ENV APP_PORT=48090 08:42:24 ---> Running in 72576815a3b9 08:42:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:42:24 Removing intermediate container 72576815a3b9 08:42:24 ---> 5f677e8667b4 08:42:24 Step 15/26 : EXPOSE $APP_PORT 08:42:24 ---> Running in a1b805a3649e 08:42:25 Removing intermediate container a1b805a3649e 08:42:25 ---> 6e8c2a947a28 08:42:25 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:42:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:42:26 (1/6) Installing dumb-init (1.2.2-r1) 08:42:26 (2/6) Installing libgcc (9.3.0-r2) 08:42:26 (3/6) Installing libsodium (1.0.18-r0) 08:42:26 ---> 0216212f8b29 08:42:26 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:42:26 (4/6) Installing libstdc++ (9.3.0-r2) 08:42:26 (5/6) Installing libzmq (4.3.3-r0) 08:42:27 (6/6) Installing zeromq (4.3.3-r0) 08:42:27 Executing busybox-1.31.1-r19.trigger 08:42:27 OK: 8 MiB in 20 packages 08:42:27 ---> ca0b58403bd3 08:42:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:42:28 Removing intermediate container f957219bd769 08:42:28 ---> 98339d2eb632 08:42:28 ---> 233fcc1ece58 08:42:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt /Step 19/26 : RUN apk --no-cache add py3-pip 08:42:28 08:42:28 ---> Running in 0e448abb0e64 08:42:29 ---> 7ccc7bc621e1 08:42:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:42:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:42:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:42:30 (1/33) Installing libbz2 (1.0.8-r1) 08:42:30 (2/33) Installing expat (2.2.9-r1) 08:42:30 (3/33) Installing libffi (3.3-r2) 08:42:30 (4/33) Installing gdbm (1.13-r1) 08:42:30 (5/33) Installing xz-libs (5.2.5-r0) 08:42:30 (6/33) Installing sqlite-libs (3.32.1-r0) 08:42:30 (7/33) Installing python3 (3.8.5-r1) 08:42:30 ---> 48ea3f227f22 08:42:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:42:32 ---> 05ffac2a84d8 08:42:32 Step 19/23 : ENTRYPOINT ["/core-data"] 08:42:32 ---> Running in ab53e2698ad4 08:42:32 (8/33) Installing py3-appdirs (1.4.4-r1) 08:42:32 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:42:32 (10/33) Installing py3-parsing (2.4.7-r0) 08:42:32 (11/33) Installing py3-six (1.15.0-r0) 08:42:32 (12/33) Installing py3-packaging (20.4-r0) 08:42:32 (13/33) Installing py3-setuptools (47.0.0-r0) 08:42:32 (14/33) Installing py3-chardet (3.0.4-r4) 08:42:32 (15/33) Installing py3-idna (2.9-r0) 08:42:32 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:42:32 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:42:32 (18/33) Installing py3-requests (2.23.0-r0) 08:42:32 (19/33) Installing py3-msgpack (1.0.0-r0) 08:42:32 Removing intermediate container ab53e2698ad4 08:42:32 ---> 38a92de8968d 08:42:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:42:32 (20/33) Installing py3-lockfile (0.12.2-r3) 08:42:32 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:42:32 (22/33) Installing py3-colorama (0.4.3-r0) 08:42:32 (23/33) Installing py3-distlib (0.3.0-r0) 08:42:32 (24/33) Installing py3-distro (1.5.0-r1) 08:42:32 (25/33) Installing py3-webencodings (0.5.1-r3) 08:42:32 (26/33) Installing py3-html5lib (1.0.1-r4) 08:42:32 (27/33) Installing py3-pytoml (0.1.21-r0) 08:42:32 (28/33) Installing py3-pep517 (0.8.2-r0) 08:42:32 (29/33) Installing py3-progress (1.5-r0) 08:42:32 (30/33) Installing py3-toml (0.10.1-r0) 08:42:32 (31/33) Installing py3-retrying (1.3.3-r0) 08:42:32 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:42:32 (33/33) Installing py3-pip (20.1.1-r0) 08:42:32 ---> Running in 7a4a8fd461c8 08:42:33 Executing busybox-1.31.1-r19.trigger 08:42:33 OK: 71 MiB in 55 packages 08:42:33 Removing intermediate container 7a4a8fd461c8 08:42:33 ---> feccee611975 08:42:33 Step 21/23 : LABEL arch=arm64 08:42:33 ---> Running in 8718f1128bc4 08:42:34 Removing intermediate container 8718f1128bc4 08:42:34 ---> ef14ddb4acef 08:42:34 Step 22/23 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 08:42:34 ---> Running in 63fd81776708 08:42:35 Removing intermediate container 63fd81776708 08:42:35 ---> 8e0b3884e99b 08:42:35 Step 23/23 : LABEL version=0.0.0 08:42:35 ---> Running in 5cdc04fcf223 08:42:35 Removing intermediate container 5cdc04fcf223 08:42:35 ---> e2396877db31 08:42:35 08:42:36 Successfully built e2396877db31 08:42:36 Successfully tagged docker-core-data-go-arm64:latest 08:42:38  Building docker-core-data-go ... done Removing intermediate container 0e448abb0e64 08:42:38 ---> 626cac30b6bf 08:42:38 Step 20/26 : RUN pip install docker-compose==1.23.2 08:42:38 ---> Running in 09ec551a68c6 08:42:44 Collecting docker-compose==1.23.2 08:42:44 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:42:44 Collecting PyYAML<4,>=3.10 08:42:44 Downloading PyYAML-3.13.tar.gz (270 kB) 08:42:47 Collecting docker<4.0,>=3.6.0 08:42:47 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:42:48 Collecting dockerpty<0.5,>=0.4.1 08:42:48 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:42:50 Collecting websocket-client<1.0,>=0.32.0 08:42:50 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:42:50 Collecting jsonschema<3,>=2.5.1 08:42:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:42:51 Collecting docopt<0.7,>=0.6.1 08:42:51 Downloading docopt-0.6.2.tar.gz (25 kB) 08:42:52 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:42:53 Collecting cached-property<2,>=1.2.0 08:42:53 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:42:53 Collecting texttable<0.10,>=0.9.0 08:42:53 Downloading texttable-0.9.1.tar.gz (11 kB) 08:42:56 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:42:56 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:42:56 Collecting docker-pycreds>=0.4.0 08:42:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:42:56 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:42:57 Collecting urllib3<1.25,>=1.21.1 08:42:57 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:42:57 Collecting idna<2.8,>=2.5 08:42:57 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:42:57 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:42:57 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:42:57 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:42:57 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:42:57 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:42:58 Installing collected packages: PyYAML, docker-pycreds, websocket-client, urllib3, idna, requests, docker, dockerpty, jsonschema, docopt, cached-property, texttable, docker-compose 08:42:58 Running setup.py install for PyYAML: started 08:43:00 Running setup.py install for PyYAML: finished with status 'done' 08:43:00 Attempting uninstall: urllib3 08:43:00 Found existing installation: urllib3 1.25.9 08:43:00 Uninstalling urllib3-1.25.9: 08:43:01 Successfully uninstalled urllib3-1.25.9 08:43:01 Attempting uninstall: idna 08:43:01 Found existing installation: idna 2.9 08:43:01 Uninstalling idna-2.9: 08:43:01 Successfully uninstalled idna-2.9 08:43:02 Attempting uninstall: requests 08:43:02 Found existing installation: requests 2.23.0 08:43:02 Uninstalling requests-2.23.0: 08:43:02 Successfully uninstalled requests-2.23.0 08:43:03 Running setup.py install for dockerpty: started 08:43:05 Running setup.py install for dockerpty: finished with status 'done' 08:43:05 Running setup.py install for docopt: started 08:43:07 Running setup.py install for docopt: finished with status 'done' 08:43:07 Running setup.py install for texttable: started 08:43:09 Running setup.py install for texttable: finished with status 'done' 08:43:10 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.57.0 08:43:13 Removing intermediate container 09ec551a68c6 08:43:13 ---> 8530275c05bb 08:43:13 Step 21/26 : RUN apk --no-cache add curl 08:43:13 ---> Running in 8924df3afda5 08:43:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:43:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:43:15 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:43:15 (2/3) Installing libcurl (7.69.1-r3) 08:43:15 (3/3) Installing curl (7.69.1-r3) 08:43:15 Executing busybox-1.31.1-r19.trigger 08:43:15 OK: 71 MiB in 58 packages 08:43:16 Removing intermediate container 8924df3afda5 08:43:16 ---> fbdd3ce1f63e 08:43:16 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 08:43:17 ---> Running in 9b1929909621 08:43:17 Removing intermediate container 9b1929909621 08:43:17 ---> ae7b844ae799 08:43:17 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:43:17 ---> Running in 3702fdcf3d67 08:43:17 Removing intermediate container 3702fdcf3d67 08:43:17 ---> fd79df908948 08:43:17 Step 24/26 : LABEL arch=arm64 08:43:18 ---> Running in d2602b3d431a 08:43:18 Removing intermediate container d2602b3d431a 08:43:18 ---> c5d1346300fa 08:43:18 Step 25/26 : LABEL git_sha=7e4b36505a1967a6a490424c350129e624223419 08:43:18 ---> Running in 4b1f01eb9116 08:43:19 Removing intermediate container 4b1f01eb9116 08:43:19 ---> 89b38f97f768 08:43:19 Step 26/26 : LABEL version=0.0.0 08:43:19 ---> Running in dac395c87a18 08:43:19 Removing intermediate container dac395c87a18 08:43:19 ---> 2b4f1aa8f270 08:43:19 08:43:20 Successfully built 2b4f1aa8f270 08:43:20 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:43:20  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:43:20 $ docker stop --time=1 2a4a3e8f76343eff8fc6ebb16a93cdf4afc476925c6b478b300880065949b1b1 08:43:22 $ docker rm -f 2a4a3e8f76343eff8fc6ebb16a93cdf4afc476925c6b478b300880065949b1b1 [Pipeline] // withDockerContainer [Pipeline] sh 08:43:23 + docker images 08:43:23 + grep docker 08:43:23 docker-sys-mgmt-agent-go-arm64 latest 2b4f1aa8f270 4 seconds ago 300MB 08:43:23 docker-core-data-go-arm64 latest e2396877db31 48 seconds ago 21.1MB 08:43:23 docker-support-notifications-go-arm64 latest ec153838e572 About a minute ago 16.8MB 08:43:23 docker-core-command-go-arm64 latest 2a58d1a7f57e 2 minutes ago 16.2MB 08:43:23 docker-security-bootstrapper-go-arm64 latest d64f809ae3fa 3 minutes ago 17.6MB 08:43:23 docker-core-metadata-go-arm64 latest 7cda725e896a 4 minutes ago 17.9MB 08:43:23 docker-support-scheduler-go-arm64 latest 52ae7e311973 4 minutes ago 16.3MB 08:43:23 docker-security-secretstore-setup-go-arm64 latest 1707c7bf1d57 4 minutes ago 23.7MB 08:43:23 docker-security-proxy-setup-go-arm64 latest dc995743e379 4 minutes ago 23.4MB 08:43:23 docker 20.10.0 eeaf43b92773 2 months ago 228MB [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:43:24 ---> job-cost.sh 08:43:24 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-hYco 08:44:03 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:46:25 lf-activate-venv(): INFO: Adding /tmp/venv-hYco/bin to PATH 08:46:25 INFO: No Stack... 08:46:25 INFO: Retrieving Pricing Info for: lf-standard-4 08:46:25 INFO: Archiving Costs [Pipeline] sh 08:46:25 + + catcut /w/workspace/edgex-go/2/archives/cost.csv -d, 08:46:25 -f6 [Pipeline] lock 08:46:26 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3202-2-stack-cost] 08:46:26 Resource [jenkins-edgexfoundry-edgex-go-PR-3202-2-stack-cost] did not exist. Created. 08:46:26 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3202-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:46:26 + echo total: 0.20999999344348907 [Pipeline] stash 08:46:26 Stashed 1 file(s) [Pipeline] } 08:46:26 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3202-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) 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:46:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:46:31 ---> package-listing.sh 08:46:31 ++ facter osfamily 08:46:31 ++ tr '[:upper:]' '[:lower:]' 08:46:31 + OS_FAMILY=redhat 08:46:31 + workspace=/w/workspace/edgex-go/2 08:46:31 + START_PACKAGES=/tmp/packages_start.txt 08:46:31 + END_PACKAGES=/tmp/packages_end.txt 08:46:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:46:31 + PACKAGES=/tmp/packages_start.txt 08:46:31 + '[' /w/workspace/edgex-go/2 ']' 08:46:31 + PACKAGES=/tmp/packages_end.txt 08:46:31 + case "${OS_FAMILY}" in 08:46:31 + rpm -qa 08:46:31 + sort 08:46:42 + '[' -f /tmp/packages_start.txt ']' 08:46:42 + '[' -f /tmp/packages_end.txt ']' 08:46:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:46:42 + '[' /w/workspace/edgex-go/2 ']' 08:46:42 + mkdir -p /w/workspace/edgex-go/2/archives/ 08:46:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 08:46:42 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:46:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:46:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:46:44 08:46:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:46:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:46:45 alpine: Pulling from edgex-lftools-log-publisher 08:46:45 df20fa9351a1: Pulling fs layer 08:46:45 36b3adc4ff6f: Pulling fs layer 08:46:45 8ad3a11d3b57: Pulling fs layer 08:46:45 46f8f816bc3b: Pulling fs layer 08:46:45 93b61091891f: Pulling fs layer 08:46:45 93b9cdb0e59b: Pulling fs layer 08:46:45 5e14af77c1be: Pulling fs layer 08:46:45 01666e4c0597: Pulling fs layer 08:46:45 aa168da1d23b: Pulling fs layer 08:46:45 46f8f816bc3b: Waiting 08:46:45 93b61091891f: Waiting 08:46:45 93b9cdb0e59b: Waiting 08:46:45 5e14af77c1be: Waiting 08:46:45 01666e4c0597: Waiting 08:46:45 aa168da1d23b: Waiting 08:46:45 36b3adc4ff6f: Verifying Checksum 08:46:45 36b3adc4ff6f: Download complete 08:46:45 46f8f816bc3b: Verifying Checksum 08:46:45 46f8f816bc3b: Download complete 08:46:46 df20fa9351a1: Verifying Checksum 08:46:46 df20fa9351a1: Download complete 08:46:46 93b9cdb0e59b: Verifying Checksum 08:46:46 93b9cdb0e59b: Download complete 08:46:46 5e14af77c1be: Verifying Checksum 08:46:46 5e14af77c1be: Download complete 08:46:46 01666e4c0597: Verifying Checksum 08:46:46 01666e4c0597: Download complete 08:46:46 93b61091891f: Verifying Checksum 08:46:46 93b61091891f: Download complete 08:46:48 8ad3a11d3b57: Verifying Checksum 08:46:48 8ad3a11d3b57: Download complete 08:46:48 df20fa9351a1: Pull complete 08:46:49 36b3adc4ff6f: Pull complete 08:46:51 8ad3a11d3b57: Pull complete 08:46:52 46f8f816bc3b: Pull complete 08:46:53 93b61091891f: Pull complete 08:46:54 93b9cdb0e59b: Pull complete 08:46:55 5e14af77c1be: Pull complete 08:46:55 01666e4c0597: Pull complete 08:47:05 aa168da1d23b: Verifying Checksum 08:47:05 aa168da1d23b: Download complete 08:47:29 aa168da1d23b: Pull complete 08:47:29 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:47:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:47:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:47:29 prd-centos7-docker-4c-2g-27826 does not seem to be running inside a container 08:47:30 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:47:35 $ docker top aa46275130293f84647c9cd07ea76f19e02586d3fccffea1ff3dad7fe48b7ae2 -eo pid,comm [Pipeline] { [Pipeline] sh 08:47:37 + touch /tmp/pre-build-complete [Pipeline] sh 08:47:38 + mkdir -p /var/log/sa [Pipeline] sh 08:47:38 + ls /var/log/sa-host 08:47:38 + sadf -c /var/log/sa-host/sa23 08:47:38 file_magic: OK 08:47:38 HZ: Using current value: 100 08:47:38 file_header: OK 08:47:38 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:47:38 Statistics: 08:47:38 Hnuu...uuuununununu... 08:47:38 File successfully converted to sysstat format version 12.2.1 08:47:38 + sadf -c /var/log/sa-host/sa26 08:47:38 file_magic: OK 08:47:38 HZ: Using current value: 100 08:47:38 file_header: OK 08:47:38 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:47:38 Statistics: 08:47:38 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:47:38 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:47:39 provisioning config files... 08:47:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config4936931734359749377tmp [Pipeline] { [Pipeline] echo 08:47:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:47:41 ---> create-netrc.sh [Pipeline] } 08:47:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:47:41 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:47:43 ---> python-tools-install.sh [Pipeline] echo 08:47:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:47:44 ---> sudo-logs.sh 08:47:44 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:47:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:47:46 ---> job-cost.sh 08:47:46 lf-activate-venv: SKIPPING 08:47:46 DEBUG: total: 0.20999999344348907 08:47:46 INFO: Retrieving Stack Cost... 08:47:47 INFO: Retrieving Pricing Info for: v1-standard-2 08:47:48 INFO: Archiving Costs [Pipeline] echo 08:47:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:47:48 ---> logs-deploy.sh 08:47:48 lf-activate-venv: SKIPPING 08:47:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3202/2 08:47:49 INFO: archiving workspace using pattern(s): 08:47:51 Archives upload complete. 08:47:51 INFO: archiving logs to Nexus 08:47:53 ---> uname -a: 08:47:53 Linux prd-centos7-docker-4c-2g-27826.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:47:53 08:47:53 08:47:53 ---> lscpu: 08:47:53 Architecture: x86_64 08:47:53 CPU op-mode(s): 32-bit, 64-bit 08:47:53 Byte Order: Little Endian 08:47:53 Address sizes: 40 bits physical, 48 bits virtual 08:47:53 CPU(s): 4 08:47:53 On-line CPU(s) list: 0-3 08:47:53 Thread(s) per core: 1 08:47:53 Core(s) per socket: 1 08:47:53 Socket(s): 4 08:47:53 NUMA node(s): 1 08:47:53 Vendor ID: GenuineIntel 08:47:53 CPU family: 6 08:47:53 Model: 44 08:47:53 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:47:53 Stepping: 1 08:47:53 CPU MHz: 2933.438 08:47:53 BogoMIPS: 5866.87 08:47:53 Virtualization: VT-x 08:47:53 Hypervisor vendor: KVM 08:47:53 Virtualization type: full 08:47:53 L1d cache: 128 KiB 08:47:53 L1i cache: 128 KiB 08:47:53 L2 cache: 16 MiB 08:47:53 L3 cache: 64 MiB 08:47:53 NUMA node0 CPU(s): 0-3 08:47:53 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:47:53 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:47:53 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:47:53 Vulnerability Meltdown: Mitigation; PTI 08:47:53 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:47:53 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:47:53 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:47:53 Vulnerability Srbds: Not affected 08:47:53 Vulnerability Tsx async abort: Not affected 08:47:53 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:47:53 08:47:53 08:47:53 ---> nproc: 08:47:53 4 08:47:53 08:47:53 08:47:53 ---> df -h: 08:47:53 Filesystem Size Used Available Use% Mounted on 08:47:53 overlay 50.0G 7.9G 42.1G 16% / 08:47:53 tmpfs 64.0M 0 64.0M 0% /dev 08:47:53 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:47:53 shm 64.0M 0 64.0M 0% /dev/shm 08:47:53 /dev/vda1 50.0G 7.9G 42.1G 16% /facter-os 08:47:53 /dev/vda1 50.0G 7.9G 42.1G 16% /etc/resolv.conf 08:47:53 /dev/vda1 50.0G 7.9G 42.1G 16% /etc/hostname 08:47:53 /dev/vda1 50.0G 7.9G 42.1G 16% /etc/hosts 08:47:53 /dev/vda1 50.0G 7.9G 42.1G 16% /var/log/auth.log 08:47:53 /dev/vda1 50.0G 7.9G 42.1G 16% /run/cloud-init/result.json 08:47:53 /dev/vda1 50.0G 7.9G 42.1G 16% /var/log/sa-host 08:47:53 /dev/vda1 50.0G 7.9G 42.1G 16% /var/log/secure 08:47:53 /dev/vda1 50.0G 7.9G 42.1G 16% /w/workspace/edgex-go/2 08:47:53 /dev/vda1 50.0G 7.9G 42.1G 16% /w/workspace/edgex-go/2@tmp 08:47:53 08:47:53 08:47:53 ---> free -m: 08:47:53 total used free shared buff/cache available 08:47:53 Mem: 1837 770 124 0 942 976 08:47:53 Swap: 1023 3 1020 08:47:53 08:47:53 08:47:53 ---> ip addr: 08:47:53 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:47:53 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:47:53 inet 127.0.0.1/8 scope host lo 08:47:53 valid_lft forever preferred_lft forever 08:47:53 inet6 ::1/128 scope host 08:47:53 valid_lft forever preferred_lft forever 08:47:53 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:47:53 link/ether fa:16:3e:fb:2b:11 brd ff:ff:ff:ff:ff:ff 08:47:53 inet 10.30.122.247/23 brd 10.30.123.255 scope global dynamic eth0 08:47:53 valid_lft 84807sec preferred_lft 84807sec 08:47:53 inet6 fe80::f816:3eff:fefb:2b11/64 scope link 08:47:53 valid_lft forever preferred_lft forever 08:47:53 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:47:53 link/ether 02:42:e0:bc:bc:cc brd ff:ff:ff:ff:ff:ff 08:47:53 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:47:53 valid_lft forever preferred_lft forever 08:47:53 inet6 fe80::42:e0ff:febc:bccc/64 scope link 08:47:53 valid_lft forever preferred_lft forever 08:47:53 08:47:53 08:47:53 ---> sar -b -r -n DEV: 08:47:53 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/26/21 _x86_64_ (4 CPU) 08:47:53 08:47:53 08:21:04 LINUX RESTART (4 CPU) 08:47:53 08:47:53 08:22:06 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:47:53 08:23:02 56.83 42.06 14.77 0.00 3730.89 1532.22 0.00 08:47:53 08:24:01 57.12 11.24 45.88 0.00 4648.89 7952.04 0.00 08:47:53 08:25:01 83.79 45.44 38.35 0.00 4546.75 19411.97 0.00 08:47:53 08:26:01 146.54 35.93 110.61 0.00 1647.60 29563.67 0.00 08:47:53 08:27:02 153.21 55.07 98.14 0.00 2024.33 12839.96 0.00 08:47:53 08:28:01 71.24 22.93 48.30 0.00 891.94 6008.72 0.00 08:47:53 08:29:01 55.93 12.98 42.94 0.00 540.78 4626.23 0.00 08:47:53 08:30:01 31.51 6.74 24.78 0.00 1407.79 2167.39 0.00 08:47:53 08:31:01 3.83 0.02 3.81 0.00 0.53 136.79 0.00 08:47:53 08:32:01 0.65 0.02 0.63 0.00 0.53 6.23 0.00 08:47:53 08:33:01 0.58 0.00 0.58 0.00 0.00 5.99 0.00 08:47:53 08:34:01 0.37 0.00 0.37 0.00 0.00 5.04 0.00 08:47:53 08:35:01 0.20 0.00 0.20 0.00 0.00 1.80 0.00 08:47:53 08:36:01 0.32 0.05 0.27 0.00 5.33 3.21 0.00 08:47:53 08:37:02 1.73 0.98 0.75 0.00 38.10 15.09 0.00 08:47:53 08:38:01 0.27 0.00 0.27 0.00 0.00 3.18 0.00 08:47:53 08:39:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 08:47:53 08:40:01 0.18 0.00 0.18 0.00 0.00 1.37 0.00 08:47:53 08:41:01 0.28 0.00 0.28 0.00 0.00 3.53 0.00 08:47:53 08:42:01 0.30 0.00 0.30 0.00 0.00 3.15 0.00 08:47:53 08:43:01 0.25 0.00 0.25 0.00 0.00 3.26 0.00 08:47:53 08:44:01 0.30 0.00 0.30 0.00 0.00 3.03 0.00 08:47:53 08:45:01 2.01 1.81 0.20 0.00 124.65 1.91 0.00 08:47:53 08:46:01 0.25 0.00 0.25 0.00 0.00 3.10 0.00 08:47:53 08:47:02 62.69 55.02 7.66 0.00 4357.72 2441.46 0.00 08:47:53 Average: 29.18 11.57 17.62 0.00 952.04 3479.83 0.00 08:47:53 08:47:53 08:22:06 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:47:53 08:23:02 72088 0 563672 29.96 2620 1243164 1077484 36.77 470944 1140876 104608 08:47:53 08:24:01 128456 0 629636 33.46 2620 1120832 1390088 47.44 511160 1035468 11320 08:47:53 08:25:01 110244 0 641904 34.12 2596 1126800 1403196 47.89 698224 861588 67368 08:47:53 08:26:01 150752 0 690396 36.69 2280 1038116 1528464 52.16 550512 935420 1176 08:47:53 08:27:02 129948 0 831692 44.20 1528 918376 1505348 51.38 634656 840524 5752 08:47:53 08:28:01 83924 0 926800 49.26 1496 869324 1678300 57.28 727592 787192 19496 08:47:53 08:29:01 203232 0 778828 41.39 872 898612 1806608 61.66 666888 727096 54580 08:47:53 08:30:01 531044 0 704568 37.45 872 645060 1111956 37.95 462432 607632 20 08:47:53 08:31:01 550756 0 684852 36.40 872 645064 1077892 36.79 460612 607312 8 08:47:53 08:32:01 551288 0 684316 36.37 872 645068 1077948 36.79 460732 607320 8 08:47:53 08:33:01 550332 0 685268 36.42 872 645072 1078140 36.80 460752 607320 12 08:47:53 08:34:01 551000 0 684596 36.38 872 645076 1077948 36.79 460756 607320 12 08:47:53 08:35:01 550944 0 684644 36.39 872 645084 1077948 36.79 460516 607320 8 08:47:53 08:36:01 550448 0 684956 36.40 872 645268 1078388 36.80 460764 607444 8 08:47:53 08:37:02 549092 0 685572 36.44 872 646008 1077948 36.79 461224 607544 16 08:47:53 08:38:01 549228 0 685432 36.43 872 646012 1078032 36.79 461440 607544 8 08:47:53 08:39:01 549784 0 684872 36.40 872 646016 1077948 36.79 461356 607544 8 08:47:53 08:40:01 549356 0 685296 36.42 872 646020 1077948 36.79 461360 607544 12 08:47:53 08:41:01 549340 0 685304 36.42 872 646028 1077984 36.79 461496 607548 8 08:47:53 08:42:01 549380 0 685264 36.42 872 646028 1077948 36.79 461368 607544 8 08:47:53 08:43:01 549332 0 685304 36.42 872 646036 1078032 36.79 461712 607544 8 08:47:53 08:44:01 549356 0 685216 36.42 872 646100 1077984 36.79 461476 607560 20 08:47:53 08:45:01 545652 0 685232 36.42 872 649788 1077948 36.79 461520 611288 12 08:47:53 08:46:01 546188 0 684688 36.39 872 649796 1077948 36.79 461264 611288 8 08:47:53 08:47:02 244672 0 721756 38.36 872 914244 1368184 46.69 523916 842620 58784 08:47:53 Average: 417833 0 698003 37.10 1188 764520 1204704 41.11 504987 700216 12931 08:47:53 08:47:53 08:22:06 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:47:53 08:23:02 eth0 418.26 198.18 2389.07 47.90 0.00 0.00 0.00 0.00 08:47:53 08:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:23:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:24:01 eth0 267.15 150.61 1686.38 47.33 0.00 0.00 0.00 0.00 08:47:53 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:24:01 docker0 37.22 44.67 7.02 204.71 0.00 0.00 0.00 0.00 08:47:53 08:24:01 veth24bf831 37.22 44.80 7.53 204.72 0.00 0.00 0.00 0.00 08:47:53 08:25:01 eth0 430.66 376.43 2508.47 77.15 0.00 0.00 0.00 0.00 08:47:53 08:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:25:01 docker0 348.71 395.98 39.40 2443.66 0.00 0.00 0.00 0.00 08:47:53 08:26:01 veth9668a14 17.42 20.14 1.72 19.33 0.00 0.00 0.00 0.00 08:47:53 08:26:01 eth0 368.28 311.97 3157.44 30.71 0.00 0.00 0.00 0.00 08:47:53 08:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:26:01 docker0 62.45 87.06 4.04 378.43 0.00 0.00 0.00 0.00 08:47:53 08:27:02 vetha52c831 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:47:53 08:27:02 eth0 136.16 77.97 524.81 14.52 0.00 0.00 0.00 0.00 08:47:53 08:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:27:02 docker0 59.21 111.42 4.79 499.85 0.00 0.00 0.00 0.00 08:47:53 08:28:01 vetha52c831 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:28:01 eth0 16.65 17.24 6.35 62.36 0.00 0.00 0.00 0.00 08:47:53 08:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:29:01 vetha52c831 0.53 0.53 0.04 0.05 0.00 0.00 0.00 0.00 08:47:53 08:29:01 eth0 26.55 20.67 20.28 11.19 0.00 0.00 0.00 0.00 08:47:53 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:29:01 docker0 0.53 0.53 0.04 0.05 0.00 0.00 0.00 0.00 08:47:53 08:30:01 eth0 13.91 11.60 10.54 5.66 0.00 0.00 0.00 0.00 08:47:53 08:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:30:01 docker0 1.21 1.21 0.08 0.10 0.00 0.00 0.00 0.00 08:47:53 08:31:01 eth0 0.10 0.10 0.01 0.02 0.00 0.00 0.00 0.00 08:47:53 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:32:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:47:53 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:33:01 eth0 0.37 0.37 0.40 0.08 0.00 0.00 0.00 0.00 08:47:53 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:34:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:47:53 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:35:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:47:53 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:36:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:47:53 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:37:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:47:53 08:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:38:01 eth0 0.20 0.22 0.08 0.07 0.00 0.00 0.00 0.00 08:47:53 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:39:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:40:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:41:01 eth0 0.15 0.15 0.06 0.01 0.00 0.00 0.00 0.00 08:47:53 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:42:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:43:01 eth0 0.60 0.50 0.34 0.24 0.00 0.00 0.00 0.00 08:47:53 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:44:01 eth0 0.15 0.10 0.06 0.04 0.00 0.00 0.00 0.00 08:47:53 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:45:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:47:53 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:46:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:47:02 eth0 176.44 147.02 1709.88 50.68 0.00 0.00 0.00 0.00 08:47:53 08:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 08:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 Average: eth0 73.36 52.26 476.35 13.82 0.00 0.00 0.00 0.00 08:47:53 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:47:53 Average: docker0 20.47 25.76 2.22 141.80 0.00 0.00 0.00 0.00 08:47:53 08:47:53 08:47:53 ---> sar -P ALL: 08:47:53 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/26/21 _x86_64_ (4 CPU) 08:47:53 08:47:53 08:21:04 LINUX RESTART (4 CPU) 08:47:53 08:47:53 08:22:06 CPU %user %nice %system %iowait %steal %idle 08:47:53 08:23:02 all 12.95 0.00 5.60 4.51 37.02 39.92 08:47:53 08:23:02 0 9.98 0.00 5.26 2.72 40.56 41.48 08:47:53 08:23:02 1 11.77 0.00 5.32 5.60 35.77 41.55 08:47:53 08:23:02 2 15.15 0.00 5.04 3.98 37.07 38.77 08:47:53 08:23:02 3 15.05 0.00 6.81 5.79 34.61 37.73 08:47:53 08:24:01 all 4.49 0.00 3.83 1.14 28.00 62.55 08:47:53 08:24:01 0 3.04 0.00 3.50 1.05 29.95 62.46 08:47:53 08:24:01 1 4.34 0.00 3.97 0.70 27.27 63.72 08:47:53 08:24:01 2 6.14 0.00 4.36 2.41 27.86 59.23 08:47:53 08:24:01 3 4.50 0.00 3.49 0.42 26.83 64.76 08:47:53 08:25:01 all 7.80 0.00 3.41 1.45 29.53 57.81 08:47:53 08:25:01 0 3.02 0.00 3.34 0.41 32.16 61.07 08:47:53 08:25:01 1 7.72 0.00 2.75 1.39 30.15 57.99 08:47:53 08:25:01 2 8.82 0.00 3.67 1.70 28.32 57.49 08:47:53 08:25:01 3 12.10 0.00 3.94 2.40 27.19 54.39 08:47:53 08:26:01 all 3.35 0.00 4.09 1.74 28.27 62.56 08:47:53 08:26:01 0 4.02 0.00 4.09 2.38 30.97 58.55 08:47:53 08:26:01 1 3.44 0.00 4.90 1.89 28.31 61.46 08:47:53 08:26:01 2 2.95 0.00 3.76 1.33 27.65 64.30 08:47:53 08:26:01 3 2.98 0.00 3.59 1.36 26.12 65.95 08:47:53 08:27:02 all 6.00 0.00 6.08 5.05 25.49 57.38 08:47:53 08:27:02 0 4.23 0.00 5.52 4.30 28.64 57.30 08:47:53 08:27:02 1 8.75 0.00 7.64 6.14 23.89 53.58 08:47:53 08:27:02 2 5.27 0.00 5.53 5.42 25.14 58.64 08:47:53 08:27:02 3 5.90 0.00 5.68 4.39 24.13 59.90 08:47:53 08:28:01 all 30.26 0.00 8.31 2.99 38.73 19.71 08:47:53 08:28:01 0 22.59 0.00 7.30 4.32 39.46 26.33 08:47:53 08:28:01 1 33.53 0.00 8.12 2.61 41.09 14.65 08:47:53 08:28:01 2 35.27 0.00 9.35 2.50 35.88 17.00 08:47:53 08:28:01 3 30.59 0.00 8.59 2.37 38.38 20.06 08:47:53 08:29:01 all 27.21 0.00 9.43 2.41 38.18 22.76 08:47:53 08:29:01 0 23.28 0.00 8.36 3.30 40.06 24.99 08:47:53 08:29:01 1 30.84 0.00 9.65 2.26 37.03 20.23 08:47:53 08:29:01 2 27.57 0.00 9.34 2.12 38.85 22.12 08:47:53 08:29:01 3 27.36 0.00 10.43 1.92 36.70 23.59 08:47:53 08:30:01 all 11.64 0.00 5.69 1.29 21.76 59.62 08:47:53 08:30:01 0 12.49 0.00 5.76 1.06 21.15 59.54 08:47:53 08:30:01 1 10.92 0.00 5.77 2.14 22.81 58.36 08:47:53 08:30:01 2 11.02 0.00 6.36 1.71 21.94 58.98 08:47:53 08:30:01 3 12.12 0.00 4.88 0.25 21.14 61.60 08:47:53 08:31:01 all 0.11 0.00 0.05 0.00 0.56 99.28 08:47:53 08:31:01 0 0.00 0.00 0.07 0.00 0.28 99.65 08:47:53 08:31:01 1 0.17 0.00 0.07 0.00 0.93 98.84 08:47:53 08:31:01 2 0.08 0.00 0.05 0.00 0.61 99.25 08:47:53 08:31:01 3 0.18 0.00 0.02 0.00 0.43 99.37 08:47:53 08:32:01 all 0.09 0.00 0.22 0.00 1.14 98.55 08:47:53 08:32:01 0 0.02 0.00 0.67 0.00 0.53 98.78 08:47:53 08:32:01 1 0.10 0.00 0.07 0.00 1.60 98.23 08:47:53 08:32:01 2 0.02 0.00 0.05 0.00 0.93 99.01 08:47:53 08:32:01 3 0.23 0.00 0.08 0.00 1.50 98.19 08:47:53 08:33:01 all 0.11 0.00 0.05 0.00 1.34 98.50 08:47:53 08:33:01 0 0.02 0.00 0.02 0.00 0.69 99.27 08:47:53 08:33:01 1 0.31 0.00 0.05 0.00 1.32 98.31 08:47:53 08:33:01 2 0.05 0.00 0.08 0.00 1.43 98.43 08:47:53 08:33:01 3 0.05 0.00 0.05 0.00 1.92 97.98 08:47:53 08:47:53 08:33:01 CPU %user %nice %system %iowait %steal %idle 08:47:53 08:34:01 all 0.08 0.00 0.03 0.00 0.63 99.25 08:47:53 08:34:01 0 0.03 0.00 0.05 0.00 0.91 99.01 08:47:53 08:34:01 1 0.26 0.00 0.03 0.00 1.31 98.40 08:47:53 08:34:01 2 0.00 0.00 0.03 0.00 0.20 99.77 08:47:53 08:34:01 3 0.02 0.00 0.02 0.00 0.12 99.85 08:47:53 08:35:01 all 0.09 0.00 0.02 0.00 0.17 99.73 08:47:53 08:35:01 0 0.00 0.00 0.02 0.00 0.22 99.77 08:47:53 08:35:01 1 0.30 0.00 0.00 0.00 0.33 99.37 08:47:53 08:35:01 2 0.05 0.00 0.03 0.00 0.08 99.83 08:47:53 08:35:01 3 0.02 0.00 0.02 0.00 0.03 99.93 08:47:53 08:36:01 all 0.13 0.00 0.03 0.00 0.09 99.75 08:47:53 08:36:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:47:53 08:36:01 1 0.43 0.00 0.03 0.02 0.22 99.30 08:47:53 08:36:01 2 0.03 0.00 0.03 0.00 0.08 99.85 08:47:53 08:36:01 3 0.03 0.00 0.03 0.00 0.03 99.90 08:47:53 08:37:02 all 0.11 0.00 0.06 0.03 1.02 98.78 08:47:53 08:37:02 0 0.02 0.00 0.05 0.00 0.88 99.05 08:47:53 08:37:02 1 0.31 0.00 0.05 0.13 1.62 97.89 08:47:53 08:37:02 2 0.07 0.00 0.10 0.00 1.05 98.79 08:47:53 08:37:02 3 0.03 0.00 0.05 0.00 0.51 99.40 08:47:53 08:38:01 all 0.11 0.00 0.03 0.00 0.97 98.90 08:47:53 08:38:01 0 0.02 0.00 0.05 0.00 2.03 97.90 08:47:53 08:38:01 1 0.37 0.00 0.02 0.00 0.25 99.36 08:47:53 08:38:01 2 0.03 0.00 0.03 0.00 1.14 98.79 08:47:53 08:38:01 3 0.00 0.00 0.02 0.00 0.42 99.56 08:47:53 08:39:01 all 0.12 0.00 0.03 0.00 0.97 98.89 08:47:53 08:39:01 0 0.02 0.00 0.03 0.00 0.37 99.58 08:47:53 08:39:01 1 0.25 0.00 0.02 0.00 1.21 98.53 08:47:53 08:39:01 2 0.05 0.00 0.03 0.00 0.99 98.92 08:47:53 08:39:01 3 0.15 0.00 0.03 0.00 1.29 98.53 08:47:53 08:40:01 all 0.12 0.00 0.02 0.00 0.13 99.72 08:47:53 08:40:01 0 0.00 0.00 0.00 0.00 0.00 100.00 08:47:53 08:40:01 1 0.02 0.00 0.02 0.00 0.02 99.95 08:47:53 08:40:01 2 0.07 0.00 0.05 0.00 0.45 99.43 08:47:53 08:40:01 3 0.40 0.00 0.03 0.00 0.07 99.50 08:47:53 08:41:01 all 0.10 0.00 0.02 0.00 0.12 99.76 08:47:53 08:41:01 0 0.03 0.00 0.03 0.00 0.15 99.78 08:47:53 08:41:01 1 0.02 0.00 0.02 0.00 0.03 99.93 08:47:53 08:41:01 2 0.00 0.00 0.00 0.00 0.07 99.93 08:47:53 08:41:01 3 0.35 0.00 0.02 0.00 0.25 99.38 08:47:53 08:42:01 all 0.11 0.00 0.02 0.00 0.30 99.56 08:47:53 08:42:01 0 0.02 0.00 0.02 0.00 1.11 98.86 08:47:53 08:42:01 1 0.00 0.00 0.02 0.00 0.02 99.97 08:47:53 08:42:01 2 0.40 0.00 0.03 0.00 0.03 99.53 08:47:53 08:42:01 3 0.03 0.00 0.02 0.00 0.05 99.90 08:47:53 08:43:01 all 0.12 0.00 0.03 0.00 0.15 99.69 08:47:53 08:43:01 0 0.08 0.00 0.05 0.00 0.47 99.40 08:47:53 08:43:01 1 0.02 0.00 0.03 0.00 0.03 99.92 08:47:53 08:43:01 2 0.37 0.00 0.02 0.00 0.07 99.55 08:47:53 08:43:01 3 0.03 0.00 0.03 0.00 0.03 99.90 08:47:53 08:44:01 all 0.12 0.00 0.02 0.00 0.28 99.58 08:47:53 08:44:01 0 0.02 0.00 0.02 0.00 0.50 99.47 08:47:53 08:44:01 1 0.05 0.00 0.02 0.00 0.00 99.93 08:47:53 08:44:01 2 0.42 0.00 0.02 0.00 0.37 99.20 08:47:53 08:44:01 3 0.02 0.00 0.03 0.00 0.25 99.70 08:47:53 08:47:53 08:44:01 CPU %user %nice %system %iowait %steal %idle 08:47:53 08:45:01 all 0.12 0.00 0.03 0.01 0.44 99.41 08:47:53 08:45:01 0 0.02 0.00 0.02 0.00 0.50 99.47 08:47:53 08:45:01 1 0.27 0.00 0.03 0.03 0.20 99.47 08:47:53 08:45:01 2 0.15 0.00 0.03 0.00 0.89 98.92 08:47:53 08:45:01 3 0.03 0.00 0.03 0.00 0.17 99.77 08:47:53 08:46:01 all 0.10 0.00 0.03 0.00 0.67 99.20 08:47:53 08:46:01 0 0.02 0.00 0.02 0.00 0.33 99.63 08:47:53 08:46:01 1 0.33 0.00 0.02 0.00 0.53 99.12 08:47:53 08:46:01 2 0.03 0.00 0.07 0.00 1.65 98.25 08:47:53 08:46:01 3 0.02 0.00 0.02 0.00 0.17 99.80 08:47:53 08:47:02 all 1.89 0.00 1.53 2.78 18.06 75.75 08:47:53 08:47:02 0 1.46 0.00 1.19 0.26 19.11 77.99 08:47:53 08:47:02 1 1.62 0.00 1.29 2.24 17.43 77.42 08:47:53 08:47:02 2 1.56 0.00 2.14 2.35 19.00 74.95 08:47:53 08:47:02 3 2.95 0.00 1.50 6.35 16.66 72.53 08:47:53 Average: all 4.33 0.00 2.01 0.98 11.45 81.23 08:47:53 Average: 0 3.48 0.00 1.92 0.84 12.40 81.36 08:47:53 Average: 1 4.64 0.00 2.06 1.05 11.40 80.85 08:47:53 Average: 2 4.58 0.00 2.05 0.99 11.26 81.13 08:47:53 Average: 3 4.62 0.00 2.02 1.05 10.71 81.59 08:47:53 08:47:53 08:47:53