Pull request #2877 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 tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from 0ccfa4df87d1662ebcbe03a447f0fade9135eaf9+e390d2e8669e02a2433017a3e20d0713a53de70e (ea97cd9334c0c761e1fbf843170a93c4070cd5ea) 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@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-12041 in /w/workspace/edgexfoundry_edgex-go_PR-2877 [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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2877/head:refs/remotes/origin/PR-2877 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit e390d2e8669e02a2433017a3e20d0713a53de70e into PR head commit 0ccfa4df87d1662ebcbe03a447f0fade9135eaf9 Merge succeeded, producing 0ccfa4df87d1662ebcbe03a447f0fade9135eaf9 Checking out Revision 0ccfa4df87d1662ebcbe03a447f0fade9135eaf9 (PR-2877) > git config core.sparsecheckout # timeout=10 > git checkout -f 0ccfa4df87d1662ebcbe03a447f0fade9135eaf9 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e390d2e8669e02a2433017a3e20d0713a53de70e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0ccfa4df87d1662ebcbe03a447f0fade9135eaf9 # timeout=10 Commit message: "fix(security): fix proxy vault configuration" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:51:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:51:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk ecda63b45d366f978958d262ddf261d745e740be # timeout=10 [Pipeline] echo 16:51:04 ========================================================= 16:51:04 EdgeX Global Pipelines Version Info 16:51:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:51:06 ------------------- 16:51:06 stable info: 16:51:06 ------------------- 16:51:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:51:06 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 16:51:06 Message: update stable to v1.0.162 16:51:07 ------------------- 16:51:07 experimental info: 16:51:07 ------------------- 16:51:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:51:07 Commit SHA: 6f2ee81cce8ce978e0d8ebd6865d4103bdd6920b 16:51:07 Message: update experimental to v1.0.164 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:51:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:51:07 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:51:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:51:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:51:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:51:08 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:51:08 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:51:08 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:51:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:51:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:51:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:51:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:51:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:51:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:51:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:51:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:51:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:51:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:51:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:51:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:51:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:51:10 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:51:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2877 [Pipeline] echo 16:51:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2877 [Pipeline] echo 16:51:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2877 [Pipeline] echo 16:51:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0ccfa4df87d1662ebcbe03a447f0fade9135eaf9 [Pipeline] echo 16:51:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0ccfa4d [Pipeline] echo 16:51:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:51:11 provisioning config files... 16:51:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3074090407543703097tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:51:11 ---> docker-login.sh 16:51:11 nexus3.edgexfoundry.org:10001 16:51:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:51:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:51:12 Configure a credential helper to remove this warning. See 16:51:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:51:12 16:51:12 Login Succeeded 16:51:12 nexus3.edgexfoundry.org:10002 16:51:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:51:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:51:12 Configure a credential helper to remove this warning. See 16:51:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:51:12 16:51:12 Login Succeeded 16:51:12 nexus3.edgexfoundry.org:10003 16:51:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:51:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:51:12 Configure a credential helper to remove this warning. See 16:51:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:51:12 16:51:12 Login Succeeded 16:51:12 nexus3.edgexfoundry.org:10004 16:51:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:51:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:51:13 Configure a credential helper to remove this warning. See 16:51:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:51:13 16:51:13 Login Succeeded 16:51:13 docker.io 16:51:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:51:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:51:13 Configure a credential helper to remove this warning. See 16:51:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:51:13 16:51:13 Login Succeeded 16:51:13 ---> docker-login.sh ends [Pipeline] } 16:51:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:51:14 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 16:51:14 + for file in '`ls cmd/**/Dockerfile`' 16:51:14 ++ dirname cmd/core-command/Dockerfile 16:51:14 ++ cut -d/ -f2 16:51:14 + echo core-command,cmd/core-command/Dockerfile 16:51:14 + for file in '`ls cmd/**/Dockerfile`' 16:51:14 ++ dirname cmd/core-data/Dockerfile 16:51:14 ++ cut -d/ -f2 16:51:14 + echo core-data,cmd/core-data/Dockerfile 16:51:14 + for file in '`ls cmd/**/Dockerfile`' 16:51:14 ++ dirname cmd/core-metadata/Dockerfile 16:51:14 ++ cut -d/ -f2 16:51:14 + echo core-metadata,cmd/core-metadata/Dockerfile 16:51:14 + for file in '`ls cmd/**/Dockerfile`' 16:51:14 ++ dirname cmd/security-bootstrap-redis/Dockerfile 16:51:14 ++ cut -d/ -f2 16:51:14 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 16:51:14 + for file in '`ls cmd/**/Dockerfile`' 16:51:14 ++ dirname cmd/security-proxy-setup/Dockerfile 16:51:14 ++ cut -d/ -f2 16:51:14 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:51:14 + for file in '`ls cmd/**/Dockerfile`' 16:51:14 ++ dirname cmd/security-secrets-setup/Dockerfile 16:51:14 ++ cut -d/ -f2 16:51:14 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 16:51:14 + for file in '`ls cmd/**/Dockerfile`' 16:51:14 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:51:14 ++ cut -d/ -f2 16:51:14 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:51:14 + for file in '`ls cmd/**/Dockerfile`' 16:51:14 ++ dirname cmd/support-logging/Dockerfile 16:51:14 ++ cut -d/ -f2 16:51:14 + echo support-logging,cmd/support-logging/Dockerfile 16:51:14 + for file in '`ls cmd/**/Dockerfile`' 16:51:14 ++ dirname cmd/support-notifications/Dockerfile 16:51:14 ++ cut -d/ -f2 16:51:14 + echo support-notifications,cmd/support-notifications/Dockerfile 16:51:14 + for file in '`ls cmd/**/Dockerfile`' 16:51:14 ++ dirname cmd/support-scheduler/Dockerfile 16:51:14 ++ cut -d/ -f2 16:51:14 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:51:14 + for file in '`ls cmd/**/Dockerfile`' 16:51:14 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:51:14 ++ cut -d/ -f2 16:51:14 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:51:14 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/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 16:51:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:51:16 16:51:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:51:16 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:51:16 latest: Pulling from edgex-devops/git-semver 16:51:16 31603596830f: Pulling fs layer 16:51:16 2a8b12db71e7: Pulling fs layer 16:51:16 6ca5941a6612: Pulling fs layer 16:51:16 ecc8261a40a4: Pulling fs layer 16:51:16 ecc8261a40a4: Waiting 16:51:16 2a8b12db71e7: Download complete 16:51:17 31603596830f: Verifying Checksum 16:51:17 31603596830f: Download complete 16:51:17 6ca5941a6612: Verifying Checksum 16:51:17 6ca5941a6612: Download complete 16:51:17 ecc8261a40a4: Verifying Checksum 16:51:17 ecc8261a40a4: Download complete 16:51:17 31603596830f: Pull complete 16:51:17 2a8b12db71e7: Pull complete 16:51:18 6ca5941a6612: Pull complete 16:51:19 ecc8261a40a4: Pull complete 16:51:19 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:51:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:51:19 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:51:19 prd-centos7-docker-4c-2g-12041 does not seem to be running inside a container 16:51:19 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:51:21 $ docker top 0be70070fb75c41e8e0a1c41eec239585bb78fe94b9acd575b6458ddf0b9089d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:51:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:51:22 [ssh-agent] Looking for ssh-agent implementation... 16:51:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:51:22 $ docker exec 0be70070fb75c41e8e0a1c41eec239585bb78fe94b9acd575b6458ddf0b9089d ssh-agent 16:51:23 SSH_AUTH_SOCK=/tmp/ssh-GTWN7BoP2KD3/agent.11 16:51:23 SSH_AGENT_PID=16 16:51:23 Running ssh-add (command line suppressed) 16:51:23 Identity added: /w/workspace/edgex-go/2@tmp/private_key_2661258556125647191.key (/w/workspace/edgex-go/2@tmp/private_key_2661258556125647191.key) 16:51:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:51:23 + git tag --points-at HEAD [Pipeline] } 16:51:23 $ docker exec --env ******** --env ******** 0be70070fb75c41e8e0a1c41eec239585bb78fe94b9acd575b6458ddf0b9089d ssh-agent -k 16:51:24 unset SSH_AUTH_SOCK; 16:51:24 unset SSH_AGENT_PID; 16:51:24 echo Agent pid 16 killed; 16:51:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:51:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:51:24 [ssh-agent] Looking for ssh-agent implementation... 16:51:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:51:24 $ docker exec 0be70070fb75c41e8e0a1c41eec239585bb78fe94b9acd575b6458ddf0b9089d ssh-agent 16:51:24 SSH_AUTH_SOCK=/tmp/ssh-mq4Xza4Bj1V4/agent.47 16:51:24 SSH_AGENT_PID=52 16:51:24 Running ssh-add (command line suppressed) 16:51:24 Identity added: /w/workspace/edgex-go/2@tmp/private_key_841808886307778151.key (/w/workspace/edgex-go/2@tmp/private_key_841808886307778151.key) 16:51:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:51:25 + git semver init 16:51:25 # -> Open(): unable to determine branch for HEAD 16:51:25 # $GIT_DIR = /w/workspace/edgex-go/2/.git 16:51:25 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 16:51:25 # $SEMVER_REMOTE_NAME = origin 16:51:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:51:25 # $SEMVER_USER_NAME = edgex-jenkins 16:51:25 # $SEMVER_BRANCH = PR-2877 16:51:25 # $SEMVER_TEMP = /tmp/semver-086910876 16:51:25 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:51:52 # '/tmp/semver-086910876' -> '/w/workspace/edgex-go/2/.semver' 16:51:52 # -> Force: false 16:51:52 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 16:51:52 $ docker exec --env ******** --env ******** 0be70070fb75c41e8e0a1c41eec239585bb78fe94b9acd575b6458ddf0b9089d ssh-agent -k 16:51:53 unset SSH_AUTH_SOCK; 16:51:53 unset SSH_AGENT_PID; 16:51:53 echo Agent pid 52 killed; 16:51:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:51:53 + git semver [Pipeline] } 16:51:53 $ docker stop --time=1 0be70070fb75c41e8e0a1c41eec239585bb78fe94b9acd575b6458ddf0b9089d 16:51:55 $ docker rm -f 0be70070fb75c41e8e0a1c41eec239585bb78fe94b9acd575b6458ddf0b9089d [Pipeline] // withDockerContainer [Pipeline] sh 16:51:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:51:56 Stashed 1 file(s) [Pipeline] echo 16:51:56 [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] echo 16:51:57 ========================================================= 16:51:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:51:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:51:57 + 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 . 16:52:03 Sending build context to Docker daemon 325.8MB 16:52:03 Step 1/7 : ARG BASE=golang:1.15-alpine 16:52:03 Step 2/7 : FROM ${BASE} 16:52:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:52:03 df20fa9351a1: Pulling fs layer 16:52:03 ed8968b2872e: Pulling fs layer 16:52:03 a92cc7c5fd73: Pulling fs layer 16:52:03 e871e8e8d7a9: Pulling fs layer 16:52:03 e73272ec9a57: Pulling fs layer 16:52:03 1e910a182e73: Pulling fs layer 16:52:03 4e634b169226: Pulling fs layer 16:52:03 e73272ec9a57: Waiting 16:52:03 1e910a182e73: Waiting 16:52:03 4e634b169226: Waiting 16:52:03 e871e8e8d7a9: Waiting 16:52:03 a92cc7c5fd73: Verifying Checksum 16:52:03 a92cc7c5fd73: Download complete 16:52:03 ed8968b2872e: Verifying Checksum 16:52:03 ed8968b2872e: Download complete 16:52:03 e73272ec9a57: Verifying Checksum 16:52:03 e73272ec9a57: Download complete 16:52:03 df20fa9351a1: Verifying Checksum 16:52:03 1e910a182e73: Verifying Checksum 16:52:03 1e910a182e73: Download complete 16:52:03 df20fa9351a1: Pull complete 16:52:04 ed8968b2872e: Pull complete 16:52:04 a92cc7c5fd73: Pull complete 16:52:08 4e634b169226: Verifying Checksum 16:52:08 4e634b169226: Download complete 16:52:09 e871e8e8d7a9: Verifying Checksum 16:52:09 e871e8e8d7a9: Download complete 16:52:12 Still waiting to schedule task 16:52:12 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:52:17 e871e8e8d7a9: Pull complete 16:52:17 e73272ec9a57: Pull complete 16:52:17 1e910a182e73: Pull complete 16:52:22 4e634b169226: Pull complete 16:52:22 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 16:52:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:52:22 ---> f7629b54cfaa 16:52:22 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 16:52:22 ---> Running in d13f817a5738 16:52:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:52:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:52:24 (1/12) Installing libmagic (5.38-r0) 16:52:25 (2/12) Installing file (5.38-r0) 16:52:25 (3/12) Installing libc-dev (0.7.2-r3) 16:52:25 (4/12) Installing g++ (9.3.0-r2) 16:52:29 (5/12) Installing fortify-headers (1.1-r0) 16:52:29 (6/12) Installing patch (2.7.6-r6) 16:52:29 (7/12) Installing build-base (0.5-r2) 16:52:30 (8/12) Installing libsodium (1.0.18-r0) 16:52:30 (9/12) Installing pkgconf (1.7.2-r0) 16:52:30 (10/12) Installing libsodium-dev (1.0.18-r0) 16:52:30 (11/12) Installing libzmq (4.3.3-r0) 16:52:30 (12/12) Installing zeromq-dev (4.3.3-r0) 16:52:30 Executing busybox-1.31.1-r16.trigger 16:52:30 OK: 233 MiB in 51 packages 16:52:34 Removing intermediate container d13f817a5738 16:52:34 ---> 952c0d85163c 16:52:34 Step 4/7 : WORKDIR /edgex-go 16:52:34 ---> Running in 100740bed23d 16:52:34 Removing intermediate container 100740bed23d 16:52:34 ---> eb1c00199952 16:52:34 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:52:34 latest: Pulling from library/docker 16:52:34 188c0c94c7c5: Pulling fs layer 16:52:34 0c7c675703d6: Pulling fs layer 16:52:34 cc8c12a437cb: Pulling fs layer 16:52:34 c5dafad2182a: Pulling fs layer 16:52:34 5aa711733414: Pulling fs layer 16:52:34 058f73b55e4b: Pulling fs layer 16:52:34 8c9c664faf12: Pulling fs layer 16:52:34 c5dafad2182a: Waiting 16:52:34 5aa711733414: Waiting 16:52:34 058f73b55e4b: Waiting 16:52:34 8c9c664faf12: Waiting 16:52:34 cc8c12a437cb: Verifying Checksum 16:52:34 cc8c12a437cb: Download complete 16:52:34 0c7c675703d6: Verifying Checksum 16:52:34 0c7c675703d6: Download complete 16:52:34 188c0c94c7c5: Verifying Checksum 16:52:34 188c0c94c7c5: Download complete 16:52:34 5aa711733414: Verifying Checksum 16:52:34 5aa711733414: Download complete 16:52:35 058f73b55e4b: Verifying Checksum 16:52:35 058f73b55e4b: Download complete 16:52:35 8c9c664faf12: Verifying Checksum 16:52:35 8c9c664faf12: Download complete 16:52:35 188c0c94c7c5: Pull complete 16:52:35 0c7c675703d6: Pull complete 16:52:35 cc8c12a437cb: Pull complete 16:52:38 c5dafad2182a: Verifying Checksum 16:52:38 c5dafad2182a: Download complete 16:52:41 c5dafad2182a: Pull complete 16:52:41 5aa711733414: Pull complete 16:52:41 058f73b55e4b: Pull complete 16:52:41 8c9c664faf12: Pull complete 16:52:41 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 16:52:41 Status: Downloaded newer image for docker:latest 16:52:43 ---> e8dbd5b8e14d 16:52:43 Step 6/7 : COPY go.mod . 16:52:43 ---> a6d5a5e098de 16:52:43 Step 7/7 : RUN go mod download 16:52:43 ---> Running in 5f2180e6f1a4 16:53:06 Removing intermediate container 5f2180e6f1a4 16:53:06 ---> fa442b952de1 16:53:06 Successfully built fa442b952de1 16:53:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:53:06 + docker inspect -f . ci-base-image-x86_64 16:53:06 . [Pipeline] withDockerContainer 16:53:06 prd-centos7-docker-4c-2g-12041 does not seem to be running inside a container 16:53:07 $ 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-x86_64 cat 16:53:08 $ docker top 5966f002da6e32e445f14d90323119c8f36909fe7a77cfe6e6b1e5d5cca3485f -eo pid,comm [Pipeline] { [Pipeline] sh 16:53:09 + go version 16:53:09 go version go1.15.2 linux/amd64 [Pipeline] } 16:53:09 $ docker stop --time=1 5966f002da6e32e445f14d90323119c8f36909fe7a77cfe6e6b1e5d5cca3485f 16:53:11 $ docker rm -f 5966f002da6e32e445f14d90323119c8f36909fe7a77cfe6e6b1e5d5cca3485f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:53:12 + docker inspect -f . ci-base-image-x86_64 16:53:12 . [Pipeline] withDockerContainer 16:53:12 prd-centos7-docker-4c-2g-12041 does not seem to be running inside a container 16:53:12 $ 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-x86_64 cat 16:53:13 $ docker top c14f74eca0f7b69d671468b3f59177eadf157b34b5eaf2f8fe190cec4b69b9b4 -eo pid,comm [Pipeline] { [Pipeline] echo 16:53:13 ========================================================= 16:53:13 [edgeXBuildGoParallel] Running Tests and Build... 16:53:13 ========================================================= [Pipeline] sh 16:53:14 + make test 16:53:14 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:53:29 ? github.com/edgexfoundry/edgex-go [no test files] 16:53:51 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:53:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12042 in /w/workspace/edgexfoundry_edgex-go_PR-2877 [Pipeline] { [Pipeline] ws 16:53:53 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 16:53:58 using credential edgex-jenkins-ssh 16:53:58 Cloning the remote Git repository 16:53:59 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:53:59 > git init /w/workspace/edgex-go/2 # timeout=10 16:53:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:53:59 > git --version # timeout=10 16:53:59 > git --version # 'git version 2.17.1' 16:53:59 using GIT_SSH to set credentials SSH Credentials for GitHub 16:53:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:54:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:54:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:54:02 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:54:02 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:54:02 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:54:05 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.037s 16:54:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:54:05 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 16:54:06 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:54:06 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:54:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:54:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:54:06 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:54:11 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.223s coverage: 46.6% of statements 16:54:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:54:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:54:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:54:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:54:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:54:14 Merging remotes/origin/master commit e390d2e8669e02a2433017a3e20d0713a53de70e into PR head commit 0ccfa4df87d1662ebcbe03a447f0fade9135eaf9 16:54:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:54:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:54:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:54:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:54:13 using GIT_SSH to set credentials SSH Credentials for GitHub 16:54:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2877/head:refs/remotes/origin/PR-2877 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:54:14 > git config core.sparsecheckout # timeout=10 16:54:14 > git checkout -f 0ccfa4df87d1662ebcbe03a447f0fade9135eaf9 # timeout=10 16:54:14 Merge succeeded, producing 0ccfa4df87d1662ebcbe03a447f0fade9135eaf9 16:54:14 Checking out Revision 0ccfa4df87d1662ebcbe03a447f0fade9135eaf9 (PR-2877) 16:54:14 > git remote # timeout=10 16:54:14 > git config --get remote.origin.url # timeout=10 16:54:14 using GIT_SSH to set credentials SSH Credentials for GitHub 16:54:14 > git merge e390d2e8669e02a2433017a3e20d0713a53de70e # timeout=10 16:54:14 > git rev-parse HEAD^{commit} # timeout=10 16:54:14 > git config core.sparsecheckout # timeout=10 16:54:14 > git checkout -f 0ccfa4df87d1662ebcbe03a447f0fade9135eaf9 # timeout=10 16:54:17 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.413s coverage: 27.1% of statements 16:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:54:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.083s coverage: 100.0% of statements 16:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:54:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements 16:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:54:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.499s coverage: 66.0% of statements 16:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:54:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.294s coverage: 84.5% of statements 16:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:54:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:54:19 Commit message: "fix(security): fix proxy vault configuration" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:54:20 provisioning config files... 16:54:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.712s coverage: 28.6% of statements 16:54:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:54:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:54:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:54:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:54:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:54:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.123s coverage: 100.0% of statements 16:54:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:54:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements 16:54:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:54:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config9182458512884117583tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:54:21 ---> docker-login.sh 16:54:21 nexus3.edgexfoundry.org:10001 16:54:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.305s coverage: 86.7% of statements 16:54:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:54:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.230s coverage: 97.5% of statements 16:54:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:54:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.075s coverage: 100.0% of statements 16:54:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:54:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:54:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:54:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:54:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:54:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:54:22 Configure a credential helper to remove this warning. See 16:54:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:54:22 16:54:22 Login Succeeded 16:54:22 nexus3.edgexfoundry.org:10002 16:54:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:54:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:54:22 Configure a credential helper to remove this warning. See 16:54:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:54:22 16:54:22 Login Succeeded 16:54:22 nexus3.edgexfoundry.org:10003 16:54:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:54:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:54:23 Configure a credential helper to remove this warning. See 16:54:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:54:23 16:54:23 Login Succeeded 16:54:23 nexus3.edgexfoundry.org:10004 16:54:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:54:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:54:24 Configure a credential helper to remove this warning. See 16:54:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:54:24 16:54:24 Login Succeeded 16:54:24 docker.io 16:54:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:54:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:54:24 Configure a credential helper to remove this warning. See 16:54:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:54:24 16:54:24 Login Succeeded 16:54:24 ---> docker-login.sh ends [Pipeline] } 16:54:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:54:25 ========================================================= 16:54:25 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:54:25 ========================================================= 16:54:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.348s coverage: 95.7% of statements 16:54:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:54:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:54:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:54:25 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 16:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 16:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:54:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.158s coverage: 58.8% of statements 16:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:54:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.141s coverage: 0.0% of statements [no tests to run] 16:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.310s coverage: 63.5% of statements 16:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 16:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.074s coverage: 91.3% of statements 16:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements [Pipeline] isUnix [Pipeline] sh 16:54:25 + 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 . 16:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.158s coverage: 73.7% of statements 16:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements 16:54:28 Sending build context to Docker daemon 165.3MB 16:54:28 Step 1/7 : ARG BASE=golang:1.15-alpine 16:54:28 Step 2/7 : FROM ${BASE} 16:54:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:54:28 b538f80385f9: Pulling fs layer 16:54:28 74f711af9a0d: Pulling fs layer 16:54:28 99f96fe45779: Pulling fs layer 16:54:28 8529a6b9a6be: Pulling fs layer 16:54:28 45590311c82a: Pulling fs layer 16:54:28 69ca0ff8b7b3: Pulling fs layer 16:54:28 209524e5b208: Pulling fs layer 16:54:28 8529a6b9a6be: Waiting 16:54:28 45590311c82a: Waiting 16:54:28 69ca0ff8b7b3: Waiting 16:54:28 209524e5b208: Waiting 16:54:28 99f96fe45779: Download complete 16:54:28 74f711af9a0d: Download complete 16:54:28 45590311c82a: Verifying Checksum 16:54:28 45590311c82a: Download complete 16:54:28 69ca0ff8b7b3: Verifying Checksum 16:54:28 69ca0ff8b7b3: Download complete 16:54:28 b538f80385f9: Download complete 16:54:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.739s coverage: 55.9% of statements 16:54:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:54:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:54:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:54:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:54:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:54:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 16:54:29 b538f80385f9: Pull complete 16:54:29 74f711af9a0d: Pull complete 16:54:30 99f96fe45779: Pull complete 16:54:31 209524e5b208: Verifying Checksum 16:54:31 209524e5b208: Download complete 16:54:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 4.568s coverage: 86.3% of statements 16:54:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 16:54:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.950s coverage: 72.2% of statements 16:54:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.914s coverage: 72.1% of statements 16:54:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.117s coverage: 82.4% of statements 16:54:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.162s coverage: 48.4% of statements 16:54:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 16:54:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 16:54:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 16:54:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.050s coverage: 28.8% of statements 16:54:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 16:54:32 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.062s coverage: 96.8% of statements 16:54:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 16:54:32 8529a6b9a6be: Verifying Checksum 16:54:32 8529a6b9a6be: Download complete 16:54:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.139s coverage: 36.5% of statements 16:54:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:54:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:54:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.445s coverage: 84.1% of statements 16:54:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.080s coverage: 100.0% of statements 16:54:34 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.086s coverage: 42.9% of statements 16:54:34 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 16:54:34 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 16:54:34 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.116s coverage: 100.0% of statements 16:54:34 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 16:54:35 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.118s coverage: 83.8% of statements 16:54:35 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 16:54:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.229s coverage: 47.1% of statements 16:54:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:54:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:54:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.037s coverage: 100.0% of statements 16:54:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:54:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:54:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:54:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.092s coverage: 100.0% of statements 16:54:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:54:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.075s coverage: 100.0% of statements 16:54:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:54:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.005s coverage: 29.1% of statements 16:54:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:54:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:54:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:54:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:54:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:54:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.205s coverage: 99.0% of statements 16:54:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:54:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.061s coverage: 100.0% of statements 16:54:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:54:40 ok github.com/edgexfoundry/edgex-go/internal/system 0.077s coverage: 0.0% of statements 16:54:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:54:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements 16:54:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:54:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:54:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:54:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:54:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements 16:54:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:54:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:54:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.135s coverage: 100.0% of statements 16:54:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.030s coverage: 32.1% of statements 16:54:42 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 16:54:42 8529a6b9a6be: Pull complete 16:54:42 45590311c82a: Pull complete 16:54:42 GO111MODULE=on go vet ./... 16:54:43 69ca0ff8b7b3: Pull complete 16:54:46 209524e5b208: Pull complete 16:54:46 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 16:54:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:54:46 ---> 5bddaf1c2fca 16:54:46 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 16:54:50 ---> Running in 59bf7ceee6d2 16:54:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:54:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:54:53 (1/12) Installing libmagic (5.38-r0) 16:54:53 (2/12) Installing file (5.38-r0) 16:54:53 (3/12) Installing libc-dev (0.7.2-r3) 16:54:53 (4/12) Installing g++ (9.3.0-r2) 16:55:00 (5/12) Installing fortify-headers (1.1-r0) 16:55:00 (6/12) Installing patch (2.7.6-r6) 16:55:00 (7/12) Installing build-base (0.5-r2) 16:55:00 (8/12) Installing libsodium (1.0.18-r0) 16:55:00 (9/12) Installing pkgconf (1.7.2-r0) 16:55:00 (10/12) Installing libsodium-dev (1.0.18-r0) 16:55:00 (11/12) Installing libzmq (4.3.3-r0) 16:55:00 (12/12) Installing zeromq-dev (4.3.3-r0) 16:55:00 Executing busybox-1.31.1-r16.trigger 16:55:00 OK: 217 MiB in 51 packages 16:55:05 Removing intermediate container 59bf7ceee6d2 16:55:05 ---> bb742e2b4bd6 16:55:05 Step 4/7 : WORKDIR /edgex-go 16:55:05 ---> Running in 10a03727cf5f 16:55:05 Removing intermediate container 10a03727cf5f 16:55:05 ---> f720a6946dda 16:55:05 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:55:06 latest: Pulling from library/docker 16:55:06 5f621e34cdf4: Pulling fs layer 16:55:06 85db56a05063: Pulling fs layer 16:55:06 ccb67d6aeaaa: Pulling fs layer 16:55:06 a0b19fc83503: Pulling fs layer 16:55:06 8eb508b41278: Pulling fs layer 16:55:06 37236713561e: Pulling fs layer 16:55:06 07c93f2b1b56: Pulling fs layer 16:55:06 a0b19fc83503: Waiting 16:55:06 8eb508b41278: Waiting 16:55:06 07c93f2b1b56: Waiting 16:55:06 ccb67d6aeaaa: Verifying Checksum 16:55:06 ccb67d6aeaaa: Download complete 16:55:06 85db56a05063: Download complete 16:55:06 5f621e34cdf4: Verifying Checksum 16:55:06 5f621e34cdf4: Download complete 16:55:06 8eb508b41278: Verifying Checksum 16:55:06 8eb508b41278: Download complete 16:55:06 37236713561e: Verifying Checksum 16:55:06 37236713561e: Download complete 16:55:06 07c93f2b1b56: Verifying Checksum 16:55:06 07c93f2b1b56: Download complete 16:55:07 5f621e34cdf4: Pull complete 16:55:07 a0b19fc83503: Download complete 16:55:07 85db56a05063: Pull complete 16:55:08 ccb67d6aeaaa: Pull complete 16:55:11 a0b19fc83503: Pull complete 16:55:11 8eb508b41278: Pull complete 16:55:11 37236713561e: Pull complete 16:55:12 07c93f2b1b56: Pull complete 16:55:12 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 16:55:12 Status: Downloaded newer image for docker:latest 16:55:15 ---> 02436f59c7fa 16:55:15 Step 6/7 : COPY go.mod . 16:55:16 ---> 3a2efea3cf85 16:55:16 Step 7/7 : RUN go mod download 16:55:16 ---> Running in 16232b94acfe 16:55:22 gofmt -l . 16:55:22 internal/security/proxy/config/config.go 16:55:22 [ "`gofmt -l .`" = "" ] 16:55:22 make: *** [Makefile:88: test] Error 1 [Pipeline] } 16:55:22 $ docker stop --time=1 c14f74eca0f7b69d671468b3f59177eadf157b34b5eaf2f8fe190cec4b69b9b4 16:55:24 $ docker rm -f c14f74eca0f7b69d671468b3f59177eadf157b34b5eaf2f8fe190cec4b69b9b4 [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] } 16:55:26 Failed in branch amd64 16:55:43 Removing intermediate container 16232b94acfe 16:55:43 ---> 30459f70b067 16:55:43 Successfully built 30459f70b067 16:55:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:55:43 + docker inspect -f . ci-base-image-arm64 16:55:43 . [Pipeline] withDockerContainer 16:55:43 prd-ubuntu18.04-docker-arm64-4c-16g-12042 does not seem to be running inside a container 16:55:43 $ 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 16:55:45 $ docker top 989fbe6e81c5e1cf37bcb55fa4fb7da191fa205a964ccb6b6f3445cd9fd00779 -eo pid,comm [Pipeline] { [Pipeline] sh 16:55:47 + go version 16:55:47 go version go1.15.2 linux/arm64 [Pipeline] } 16:55:47 $ docker stop --time=1 989fbe6e81c5e1cf37bcb55fa4fb7da191fa205a964ccb6b6f3445cd9fd00779 16:55:49 $ docker rm -f 989fbe6e81c5e1cf37bcb55fa4fb7da191fa205a964ccb6b6f3445cd9fd00779 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:55:50 + docker inspect -f . ci-base-image-arm64 16:55:50 . [Pipeline] withDockerContainer 16:55:50 prd-ubuntu18.04-docker-arm64-4c-16g-12042 does not seem to be running inside a container 16:55:50 $ 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 16:55:51 $ docker top 26bd87996f3282e88c720b773b5b0fb6e4bdc6b72d485cd382abaa9d8eacffbd -eo pid,comm [Pipeline] { [Pipeline] echo 16:55:52 ========================================================= 16:55:52 [edgeXBuildGoParallel] Running Tests and Build... 16:55:52 ========================================================= [Pipeline] sh 16:55:52 + make test 16:55:52 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:56:15 ? github.com/edgexfoundry/edgex-go [no test files] 16:56:54 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:57:16 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:57:16 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:57:16 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:57:16 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:57:16 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:57:18 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.091s 16:57:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:57:18 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 16:57:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:57:21 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:57:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:57:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:57:21 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:57:30 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.258s coverage: 46.6% of statements 16:57:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:57:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:57:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:57:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:57:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:57:37 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.416s coverage: 27.1% of statements 16:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:57:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements 16:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:57:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.082s coverage: 100.0% of statements 16:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:57:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.508s coverage: 66.0% of statements 16:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:57:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.255s coverage: 84.5% of statements 16:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:57:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:57:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.247s coverage: 28.6% of statements 16:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:57:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.221s coverage: 100.0% of statements 16:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:57:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.142s coverage: 100.0% of statements 16:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:57:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.341s coverage: 86.7% of statements 16:57:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:57:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.340s coverage: 97.5% of statements 16:57:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:57:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.179s coverage: 100.0% of statements 16:57:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:57:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:57:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:57:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:57:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.980s coverage: 95.7% of statements 16:57:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:57:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:57:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:57:51 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 16:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 16:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:57:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements 16:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:57:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.208s coverage: 0.0% of statements [no tests to run] 16:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:57:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.657s coverage: 63.5% of statements 16:57:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:57:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:57:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 16:57:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements 16:57:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.095s coverage: 100.0% of statements 16:57:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements 16:57:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements 16:57:58 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.871s coverage: 55.9% of statements 16:57:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:57:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:57:58 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:57:58 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:57:58 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:57:58 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 16:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 34.516s coverage: 86.3% of statements 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 16:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.251s coverage: 72.2% of statements 16:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.478s coverage: 72.1% of statements 16:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.080s coverage: 82.4% of statements 16:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.064s coverage: 48.4% of statements 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 16:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.075s coverage: 28.8% of statements 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 16:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.077s coverage: 96.8% of statements 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 16:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.350s coverage: 36.5% of statements 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.576s coverage: 84.1% of statements 16:58:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.082s coverage: 100.0% of statements 16:58:30 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.105s coverage: 42.9% of statements 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 16:58:30 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.088s coverage: 100.0% of statements 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 16:58:30 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.109s coverage: 83.8% of statements 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 16:58:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.355s coverage: 47.1% of statements 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:58:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.041s coverage: 100.0% of statements 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:58:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.125s coverage: 100.0% of statements 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:58:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.124s coverage: 100.0% of statements 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:58:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.714s coverage: 29.1% of statements 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:58:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.194s coverage: 99.0% of statements 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:58:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.115s coverage: 100.0% of statements 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:58:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:58:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:58:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:58:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:58:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.082s coverage: 100.0% of statements 16:58:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.062s coverage: 32.1% of statements 16:58:30 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 16:58:30 GO111MODULE=on go vet ./... 16:59:38 gofmt -l . 16:59:38 internal/security/proxy/config/config.go 16:59:38 [ "`gofmt -l .`" = "" ] 16:59:40 make: *** [Makefile:88: test] Error 1 [Pipeline] } 16:59:40 $ docker stop --time=1 26bd87996f3282e88c720b773b5b0fb6e4bdc6b72d485cd382abaa9d8eacffbd 16:59:42 $ docker rm -f 26bd87996f3282e88c720b773b5b0fb6e4bdc6b72d485cd382abaa9d8eacffbd [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:59:45 Failed in branch arm64 [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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 16:59:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:59:49 ---> package-listing.sh 16:59:49 ++ tr '[:upper:]' '[:lower:]' 16:59:49 ++ facter osfamily 16:59:49 + OS_FAMILY=redhat 16:59:49 + workspace=/w/workspace/edgex-go/2 16:59:49 + START_PACKAGES=/tmp/packages_start.txt 16:59:49 + END_PACKAGES=/tmp/packages_end.txt 16:59:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:59:49 + PACKAGES=/tmp/packages_start.txt 16:59:49 + '[' /w/workspace/edgex-go/2 ']' 16:59:49 + PACKAGES=/tmp/packages_end.txt 16:59:49 + case "${OS_FAMILY}" in 16:59:49 + sort 16:59:49 + rpm -qa 16:59:53 + '[' -f /tmp/packages_start.txt ']' 16:59:53 + '[' -f /tmp/packages_end.txt ']' 16:59:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:59:53 + '[' /w/workspace/edgex-go/2 ']' 16:59:53 + mkdir -p /w/workspace/edgex-go/2/archives/ 16:59:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 16:59:53 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 16:59:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:59:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:59:55 16:59:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:59:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:59:55 alpine: Pulling from edgex-lftools-log-publisher 16:59:55 df20fa9351a1: Already exists 16:59:55 36b3adc4ff6f: Pulling fs layer 16:59:55 8ad3a11d3b57: Pulling fs layer 16:59:55 46f8f816bc3b: Pulling fs layer 16:59:55 93b61091891f: Pulling fs layer 16:59:55 93b9cdb0e59b: Pulling fs layer 16:59:55 5e14af77c1be: Pulling fs layer 16:59:55 01666e4c0597: Pulling fs layer 16:59:55 aa168da1d23b: Pulling fs layer 16:59:55 93b61091891f: Waiting 16:59:55 aa168da1d23b: Waiting 16:59:55 01666e4c0597: Waiting 16:59:55 46f8f816bc3b: Verifying Checksum 16:59:55 46f8f816bc3b: Download complete 16:59:55 36b3adc4ff6f: Verifying Checksum 16:59:55 36b3adc4ff6f: Download complete 16:59:56 93b9cdb0e59b: Verifying Checksum 16:59:56 93b9cdb0e59b: Download complete 16:59:56 5e14af77c1be: Verifying Checksum 16:59:56 5e14af77c1be: Download complete 16:59:56 93b61091891f: Verifying Checksum 16:59:56 93b61091891f: Download complete 16:59:56 01666e4c0597: Download complete 16:59:56 36b3adc4ff6f: Pull complete 16:59:57 8ad3a11d3b57: Verifying Checksum 16:59:57 8ad3a11d3b57: Download complete 16:59:58 8ad3a11d3b57: Pull complete 16:59:59 46f8f816bc3b: Pull complete 17:00:00 93b61091891f: Pull complete 17:00:00 93b9cdb0e59b: Pull complete 17:00:00 5e14af77c1be: Pull complete 17:00:00 01666e4c0597: Pull complete 17:00:02 aa168da1d23b: Verifying Checksum 17:00:02 aa168da1d23b: Download complete 17:00:15 aa168da1d23b: Pull complete 17:00:15 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:00:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:00:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:00:15 prd-centos7-docker-4c-2g-12041 does not seem to be running inside a container 17:00:15 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:00:19 $ docker top 24f5f3c9b44ed26f230a0af0ff717c7f1984da18b21c829ce3bfbacb011b0807 -eo pid,comm [Pipeline] { [Pipeline] sh 17:00:19 + touch /tmp/pre-build-complete [Pipeline] sh 17:00:19 + mkdir -p /var/log/sa [Pipeline] sh 17:00:20 + ls /var/log/sa-host 17:00:20 + sadf -c /var/log/sa-host/sa05 17:00:20 file_magic: OK 17:00:20 HZ: Using current value: 100 17:00:20 file_header: OK 17:00:20 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:00:20 Statistics: 17:00:20 Hnuu...uuuununununu...Hnuu...uuuununununu... 17:00:20 File successfully converted to sysstat format version 12.2.1 17:00:20 + sadf -c /var/log/sa-host/sa13 17:00:20 file_magic: OK 17:00:20 HZ: Using current value: 100 17:00:20 file_header: OK 17:00:20 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:00:20 Statistics: 17:00:20 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:00:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:00:21 provisioning config files... 17:00:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config611336317406663166tmp [Pipeline] { [Pipeline] echo 17:00:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:00:21 ---> create-netrc.sh [Pipeline] } 17:00:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:00:21 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:00:22 ---> python-tools-install.sh [Pipeline] echo 17:00:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:00:22 ---> sudo-logs.sh 17:00:22 Archiving 'sudo' log.. [Pipeline] echo 17:00:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:00:23 ---> job-cost.sh 17:00:23 lf-activate-venv: SKIPPING 17:00:23 INFO: No Stack... 17:00:23 INFO: Retrieving Pricing Info for: v1-standard-2 17:00:24 INFO: Archiving Costs [Pipeline] echo 17:00:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:00:24 ---> logs-deploy.sh 17:00:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2877/2 17:00:24 INFO: archiving workspace using pattern(s): 17:00:27 Archives upload complete. 17:00:27 INFO: archiving logs to Nexus 17:00:28 ---> uname -a: 17:00:28 Linux prd-centos7-docker-4c-2g-12041.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 17:00:28 17:00:28 17:00:28 ---> lscpu: 17:00:28 Architecture: x86_64 17:00:28 CPU op-mode(s): 32-bit, 64-bit 17:00:28 Byte Order: Little Endian 17:00:28 Address sizes: 40 bits physical, 48 bits virtual 17:00:28 CPU(s): 4 17:00:28 On-line CPU(s) list: 0-3 17:00:28 Thread(s) per core: 1 17:00:28 Core(s) per socket: 1 17:00:28 Socket(s): 4 17:00:28 NUMA node(s): 1 17:00:28 Vendor ID: GenuineIntel 17:00:28 CPU family: 6 17:00:28 Model: 44 17:00:28 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:00:28 Stepping: 1 17:00:28 CPU MHz: 2933.438 17:00:28 BogoMIPS: 5866.87 17:00:28 Virtualization: VT-x 17:00:28 Hypervisor vendor: KVM 17:00:28 Virtualization type: full 17:00:28 L1d cache: 128 KiB 17:00:28 L1i cache: 128 KiB 17:00:28 L2 cache: 16 MiB 17:00:28 L3 cache: 64 MiB 17:00:28 NUMA node0 CPU(s): 0-3 17:00:28 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:00:28 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:00:28 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:00:28 Vulnerability Meltdown: Mitigation; PTI 17:00:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:00:28 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:00:28 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:00:28 Vulnerability Tsx async abort: Not affected 17:00:28 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 17:00:28 17:00:28 17:00:28 ---> nproc: 17:00:28 4 17:00:28 17:00:28 17:00:28 ---> df -h: 17:00:28 Filesystem Size Used Available Use% Mounted on 17:00:28 overlay 50.0G 8.4G 41.5G 17% / 17:00:28 tmpfs 64.0M 0 64.0M 0% /dev 17:00:28 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:00:28 shm 64.0M 0 64.0M 0% /dev/shm 17:00:28 /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os 17:00:28 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf 17:00:28 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname 17:00:28 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts 17:00:28 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host 17:00:28 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure 17:00:28 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log 17:00:28 /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json 17:00:28 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/edgex-go/2 17:00:28 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/edgex-go/2@tmp 17:00:28 17:00:28 17:00:28 ---> free -m: 17:00:28 total used free shared buff/cache available 17:00:28 Mem: 1837 714 110 0 1013 1032 17:00:28 Swap: 1023 3 1020 17:00:28 17:00:28 17:00:28 ---> ip addr: 17:00:28 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:00:28 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:00:28 inet 127.0.0.1/8 scope host lo 17:00:28 valid_lft forever preferred_lft forever 17:00:28 inet6 ::1/128 scope host 17:00:28 valid_lft forever preferred_lft forever 17:00:28 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:00:28 link/ether fa:16:3e:ba:fc:7f brd ff:ff:ff:ff:ff:ff 17:00:28 inet 10.30.122.51/23 brd 10.30.123.255 scope global dynamic eth0 17:00:28 valid_lft 85784sec preferred_lft 85784sec 17:00:28 inet6 fe80::f816:3eff:feba:fc7f/64 scope link 17:00:28 valid_lft forever preferred_lft forever 17:00:28 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:00:28 link/ether 02:42:22:3b:be:2e brd ff:ff:ff:ff:ff:ff 17:00:28 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:00:28 valid_lft forever preferred_lft forever 17:00:28 inet6 fe80::42:22ff:fe3b:be2e/64 scope link 17:00:28 valid_lft forever preferred_lft forever 17:00:28 17:00:28 17:00:28 ---> sar -b -r -n DEV: 17:00:28 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/13/20 _x86_64_ (4 CPU) 17:00:28 17:00:28 16:49:53 LINUX RESTART (4 CPU) 17:00:28 17:00:28 16:51:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:00:28 16:52:01 91.29 49.10 42.19 0.00 9693.71 20319.37 0.00 17:00:28 16:53:01 240.83 46.52 194.31 0.00 2517.84 53115.89 0.00 17:00:28 16:54:02 187.08 104.69 82.39 0.00 4930.66 10666.56 0.00 17:00:28 16:55:01 127.14 69.86 57.28 0.00 2708.95 5299.41 0.00 17:00:28 16:56:01 48.35 14.50 33.84 0.00 1439.81 4640.13 0.00 17:00:28 16:57:01 0.27 0.00 0.27 0.00 0.00 3.86 0.00 17:00:28 16:58:01 0.28 0.12 0.17 0.00 74.81 1.46 0.00 17:00:28 16:59:01 0.23 0.00 0.23 0.00 0.00 2.55 0.00 17:00:28 17:00:02 55.07 46.76 8.31 0.00 4341.02 2385.42 0.00 17:00:28 Average: 83.37 36.80 46.57 0.00 2846.36 10708.69 0.00 17:00:28 17:00:28 16:51:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:00:28 16:52:01 72544 0 648316 34.46 2620 1158076 1505348 51.37 676076 969984 26964 17:00:28 16:53:01 110728 0 700208 37.21 1492 1069128 1306464 44.59 733072 786752 100844 17:00:28 16:54:02 269484 0 694048 36.89 720 917304 1524256 52.02 635860 738316 56300 17:00:28 16:55:01 296720 0 839728 44.63 424 744684 1880876 64.19 699028 642700 72852 17:00:28 16:56:01 597000 0 637316 33.87 424 646816 1097760 37.46 505984 555804 8 17:00:28 16:57:01 599780 0 634532 33.72 424 646820 1063824 36.31 514816 545140 12 17:00:28 16:58:01 597524 0 634540 33.72 424 649068 1063884 36.31 515016 547384 8 17:00:28 16:59:01 598304 0 633752 33.68 424 649076 1063824 36.31 514712 547384 8 17:00:28 17:00:02 278764 0 671672 35.70 424 930696 1328012 45.32 600892 776920 83948 17:00:28 Average: 380094 0 677124 35.99 820 823519 1314916 44.88 599495 678932 37883 17:00:28 17:00:28 16:51:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:00:28 16:52:01 eth0 761.04 901.39 3166.88 130.70 0.00 0.00 0.00 0.00 17:00:28 16:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:28 16:52:01 docker0 814.72 643.49 68.87 2703.55 0.00 0.00 0.00 0.00 17:00:28 16:53:01 eth0 626.80 466.42 4805.31 44.84 0.00 0.00 0.00 0.00 17:00:28 16:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:28 16:53:01 docker0 146.23 171.59 10.18 829.55 0.00 0.00 0.00 0.00 17:00:28 16:54:02 eth0 26.62 22.35 29.08 11.17 0.00 0.00 0.00 0.00 17:00:28 16:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:28 16:54:02 veth50b2b2c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:00:28 16:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:28 16:55:01 eth0 40.17 34.36 24.16 83.99 0.00 0.00 0.00 0.00 17:00:28 16:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:28 16:55:01 veth50b2b2c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:28 16:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:28 16:56:01 eth0 2.94 2.61 2.91 1.22 0.00 0.00 0.00 0.00 17:00:28 16:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:28 16:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:28 16:57:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:00:28 16:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:28 16:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:28 16:58:01 eth0 0.10 0.05 0.06 0.00 0.00 0.00 0.00 0.00 17:00:28 16:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:28 16:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:28 16:59:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:00:28 16:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:28 16:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:28 17:00:02 eth0 183.46 157.14 2112.59 15.94 0.00 0.00 0.00 0.00 17:00:28 17:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:28 17:00:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:28 Average: eth0 181.56 174.97 1125.20 31.72 0.00 0.00 0.00 0.00 17:00:28 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:00:28 Average: docker0 105.63 89.68 8.69 388.90 0.00 0.00 0.00 0.00 17:00:28 17:00:28 17:00:28 ---> sar -P ALL: 17:00:28 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/13/20 _x86_64_ (4 CPU) 17:00:28 17:00:28 16:49:53 LINUX RESTART (4 CPU) 17:00:28 17:00:28 16:51:02 CPU %user %nice %system %iowait %steal %idle 17:00:28 16:52:01 all 10.15 0.00 4.87 0.78 8.33 75.87 17:00:28 16:52:01 0 11.33 0.00 4.94 0.30 8.95 74.48 17:00:28 16:52:01 1 10.36 0.00 4.78 0.80 8.11 75.96 17:00:28 16:52:01 2 8.11 0.00 4.98 1.23 8.52 77.16 17:00:28 16:52:01 3 10.84 0.00 4.76 0.79 7.75 75.86 17:00:28 16:53:01 all 9.62 0.00 7.41 3.93 9.00 70.03 17:00:28 16:53:01 0 10.14 0.00 6.33 4.10 9.90 69.53 17:00:28 16:53:01 1 9.60 0.00 8.63 3.48 8.75 69.54 17:00:28 16:53:01 2 9.77 0.00 7.55 5.72 8.64 68.31 17:00:28 16:53:01 3 8.97 0.00 7.15 2.41 8.73 72.74 17:00:28 16:54:02 all 34.79 0.00 10.37 4.43 14.68 35.73 17:00:28 16:54:02 0 36.04 0.00 10.94 4.83 13.24 34.94 17:00:28 16:54:02 1 31.85 0.00 10.14 3.47 16.21 38.33 17:00:28 16:54:02 2 34.14 0.00 10.01 4.04 15.44 36.37 17:00:28 16:54:02 3 37.21 0.00 10.38 5.42 13.79 33.20 17:00:28 16:55:01 all 46.38 0.00 14.29 2.39 17.74 19.21 17:00:28 16:55:01 0 44.99 0.00 14.59 2.85 17.61 19.97 17:00:28 16:55:01 1 39.72 0.00 13.66 1.65 20.38 24.60 17:00:28 16:55:01 2 51.36 0.00 14.14 2.49 15.59 16.42 17:00:28 16:55:01 3 49.65 0.00 14.80 2.58 17.30 15.67 17:00:28 16:56:01 all 13.22 0.00 4.94 1.50 5.24 75.11 17:00:28 16:56:01 0 12.39 0.00 4.40 1.47 6.24 75.50 17:00:28 16:56:01 1 13.07 0.00 5.13 1.73 5.01 75.06 17:00:28 16:56:01 2 12.96 0.00 4.42 1.22 5.42 75.98 17:00:28 16:56:01 3 14.44 0.00 5.79 1.57 4.31 73.89 17:00:28 16:57:01 all 0.10 0.00 0.05 0.00 0.27 99.58 17:00:28 16:57:01 0 0.03 0.00 0.03 0.00 0.37 99.57 17:00:28 16:57:01 1 0.02 0.00 0.10 0.00 0.13 99.75 17:00:28 16:57:01 2 0.35 0.00 0.03 0.00 0.45 99.17 17:00:28 16:57:01 3 0.02 0.00 0.03 0.00 0.12 99.83 17:00:28 16:58:01 all 0.09 0.00 0.03 0.00 0.26 99.61 17:00:28 16:58:01 0 0.07 0.00 0.05 0.00 0.55 99.34 17:00:28 16:58:01 1 0.02 0.00 0.00 0.00 0.17 99.82 17:00:28 16:58:01 2 0.27 0.00 0.05 0.02 0.20 99.47 17:00:28 16:58:01 3 0.02 0.00 0.03 0.00 0.12 99.83 17:00:28 16:59:01 all 0.07 0.00 0.03 0.00 0.22 99.68 17:00:28 16:59:01 0 0.02 0.00 0.03 0.00 0.05 99.90 17:00:28 16:59:01 1 0.05 0.00 0.05 0.00 0.45 99.45 17:00:28 16:59:01 2 0.20 0.00 0.03 0.00 0.30 99.47 17:00:28 16:59:01 3 0.00 0.00 0.02 0.00 0.10 99.88 17:00:28 17:00:02 all 1.73 0.00 1.16 0.91 3.78 92.42 17:00:28 17:00:02 0 1.53 0.00 0.85 0.12 4.25 93.26 17:00:28 17:00:02 1 1.89 0.00 1.79 1.59 3.60 91.11 17:00:28 17:00:02 2 2.47 0.00 1.28 1.20 3.55 91.50 17:00:28 17:00:02 3 1.03 0.00 0.74 0.74 3.71 93.77 17:00:28 Average: all 12.21 0.00 4.58 1.50 6.35 75.36 17:00:28 Average: 0 12.23 0.00 4.46 1.46 6.53 75.33 17:00:28 Average: 1 11.31 0.00 4.74 1.38 6.72 75.84 17:00:28 Average: 2 12.55 0.00 4.51 1.72 6.22 74.99 17:00:28 Average: 3 12.74 0.00 4.61 1.44 5.94 75.28 17:00:28 17:00:28 17:00:28