Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from 0ccfa4df87d1662ebcbe03a447f0fade9135eaf9+0d0448aa1bb13b12920e2a3260a06e62bf327a94 (a45052e8065ca5139ed50474b2c561d651be02ed) 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-14216 in /w/workspace/edgexfoundry_edgex-go_PR-2877 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/11 [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/11 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 0d0448aa1bb13b12920e2a3260a06e62bf327a94 into PR head commit 0ccfa4df87d1662ebcbe03a447f0fade9135eaf9 Merge succeeded, producing b1247fd0289d4d59a12dbf3f1c428da06017d8cb Checking out Revision b1247fd0289d4d59a12dbf3f1c428da06017d8cb (PR-2877) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2877/head:refs/remotes/origin/PR-2877 +refs/heads/master:refs/remotes/origin/master # timeout=10 > 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 0d0448aa1bb13b12920e2a3260a06e62bf327a94 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b1247fd0289d4d59a12dbf3f1c428da06017d8cb # timeout=10 Commit message: "Merge commit '0d0448aa1bb13b12920e2a3260a06e62bf327a94' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:32:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:32:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:32:09 ========================================================= 00:32:09 EdgeX Global Pipelines Version Info 00:32:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 9f27c024bb2b6a8a43199e235ac26e3c533428fa # timeout=10 00:32:12 ------------------- 00:32:12 stable info: 00:32:12 ------------------- 00:32:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:12 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 00:32:12 Message: update stable to v1.0.169 00:32:13 ------------------- 00:32:13 experimental info: 00:32:13 ------------------- 00:32:13 Commited By: **** collab-it+edgex@linuxfoundation.org 00:32:13 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 00:32:13 Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:32:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:32:14 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:32:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:32:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:32:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:32:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:32:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:32:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:32:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:32:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:32:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:32:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:32:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:32:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:32:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:32:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:32:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:32:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:32:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:32:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:32:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:32:16 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:32:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2877 [Pipeline] echo 00:32:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2877 [Pipeline] echo 00:32:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2877 [Pipeline] echo 00:32:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b1247fd0289d4d59a12dbf3f1c428da06017d8cb [Pipeline] echo 00:32:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b1247fd [Pipeline] echo 00:32:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:32:16 provisioning config files... 00:32:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config4467306262945276895tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:32:17 ---> docker-login.sh 00:32:17 nexus3.edgexfoundry.org:10001 00:32:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:18 Configure a credential helper to remove this warning. See 00:32:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:18 00:32:18 Login Succeeded 00:32:18 nexus3.edgexfoundry.org:10002 00:32:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:18 Configure a credential helper to remove this warning. See 00:32:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:18 00:32:18 Login Succeeded 00:32:18 nexus3.edgexfoundry.org:10003 00:32:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:20 Configure a credential helper to remove this warning. See 00:32:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:20 00:32:20 Login Succeeded 00:32:20 nexus3.edgexfoundry.org:10004 00:32:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:20 Configure a credential helper to remove this warning. See 00:32:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:20 00:32:20 Login Succeeded 00:32:20 docker.io 00:32:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:20 Configure a credential helper to remove this warning. See 00:32:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:20 00:32:20 Login Succeeded 00:32:20 ---> docker-login.sh ends [Pipeline] } 00:32:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:21 ++ 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 00:32:21 + for file in '`ls cmd/**/Dockerfile`' 00:32:21 ++ dirname cmd/core-command/Dockerfile 00:32:21 ++ cut -d/ -f2 00:32:21 + echo core-command,cmd/core-command/Dockerfile 00:32:21 + for file in '`ls cmd/**/Dockerfile`' 00:32:21 ++ dirname cmd/core-data/Dockerfile 00:32:21 ++ cut -d/ -f2 00:32:21 + echo core-data,cmd/core-data/Dockerfile 00:32:21 + for file in '`ls cmd/**/Dockerfile`' 00:32:21 ++ cut -d/ -f2 00:32:21 ++ dirname cmd/core-metadata/Dockerfile 00:32:21 + echo core-metadata,cmd/core-metadata/Dockerfile 00:32:21 + for file in '`ls cmd/**/Dockerfile`' 00:32:21 ++ cut -d/ -f2 00:32:21 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:32:21 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:32:21 + for file in '`ls cmd/**/Dockerfile`' 00:32:21 ++ dirname cmd/security-proxy-setup/Dockerfile 00:32:21 ++ cut -d/ -f2 00:32:21 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:32:21 + for file in '`ls cmd/**/Dockerfile`' 00:32:21 ++ dirname cmd/security-secrets-setup/Dockerfile 00:32:21 ++ cut -d/ -f2 00:32:21 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:32:21 + for file in '`ls cmd/**/Dockerfile`' 00:32:21 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:32:21 ++ cut -d/ -f2 00:32:21 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:32:21 + for file in '`ls cmd/**/Dockerfile`' 00:32:21 ++ cut -d/ -f2 00:32:21 ++ dirname cmd/support-logging/Dockerfile 00:32:21 + echo support-logging,cmd/support-logging/Dockerfile 00:32:21 + for file in '`ls cmd/**/Dockerfile`' 00:32:21 ++ cut -d/ -f2 00:32:21 ++ dirname cmd/support-notifications/Dockerfile 00:32:21 + echo support-notifications,cmd/support-notifications/Dockerfile 00:32:21 + for file in '`ls cmd/**/Dockerfile`' 00:32:21 ++ dirname cmd/support-scheduler/Dockerfile 00:32:21 ++ cut -d/ -f2 00:32:21 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:32:21 + for file in '`ls cmd/**/Dockerfile`' 00:32:21 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:32:21 ++ cut -d/ -f2 00:32:21 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:32:21 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 00:32:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:22 00:32:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:32:22 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:22 latest: Pulling from edgex-devops/git-semver 00:32:22 31603596830f: Pulling fs layer 00:32:22 2a8b12db71e7: Pulling fs layer 00:32:22 6ca5941a6612: Pulling fs layer 00:32:22 ecc8261a40a4: Pulling fs layer 00:32:22 2a8b12db71e7: Verifying Checksum 00:32:22 2a8b12db71e7: Download complete 00:32:23 31603596830f: Verifying Checksum 00:32:23 31603596830f: Download complete 00:32:23 ecc8261a40a4: Verifying Checksum 00:32:23 ecc8261a40a4: Download complete 00:32:23 6ca5941a6612: Verifying Checksum 00:32:23 6ca5941a6612: Download complete 00:32:24 31603596830f: Pull complete 00:32:24 2a8b12db71e7: Pull complete 00:32:27 6ca5941a6612: Pull complete 00:32:27 ecc8261a40a4: Pull complete 00:32:27 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:32:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:27 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:32:27 prd-centos7-docker-4c-2g-14216 does not seem to be running inside a container 00:32:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 00:32:30 $ docker top 033b6016bae3d7ed43bb3a81744f3c84ad26be9efb03fc44081064fef8f5f4fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:30 [ssh-agent] Looking for ssh-agent implementation... 00:32:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:31 $ docker exec 033b6016bae3d7ed43bb3a81744f3c84ad26be9efb03fc44081064fef8f5f4fa ssh-agent 00:32:31 SSH_AUTH_SOCK=/tmp/ssh-B9EcsW0OZyX2/agent.12 00:32:31 SSH_AGENT_PID=17 00:32:31 Running ssh-add (command line suppressed) 00:32:31 Identity added: /w/workspace/edgex-go/11@tmp/private_key_8316305571088877465.key (/w/workspace/edgex-go/11@tmp/private_key_8316305571088877465.key) 00:32:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:32 + git tag --points-at HEAD [Pipeline] } 00:32:32 $ docker exec --env ******** --env ******** 033b6016bae3d7ed43bb3a81744f3c84ad26be9efb03fc44081064fef8f5f4fa ssh-agent -k 00:32:33 unset SSH_AUTH_SOCK; 00:32:33 unset SSH_AGENT_PID; 00:32:33 echo Agent pid 17 killed; 00:32:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:33 [ssh-agent] Looking for ssh-agent implementation... 00:32:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:33 $ docker exec 033b6016bae3d7ed43bb3a81744f3c84ad26be9efb03fc44081064fef8f5f4fa ssh-agent 00:32:34 SSH_AUTH_SOCK=/tmp/ssh-Tlpv5uNUN7ob/agent.46 00:32:34 SSH_AGENT_PID=51 00:32:34 Running ssh-add (command line suppressed) 00:32:34 Identity added: /w/workspace/edgex-go/11@tmp/private_key_6385764508124090784.key (/w/workspace/edgex-go/11@tmp/private_key_6385764508124090784.key) 00:32:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:35 + git semver init 00:32:35 # -> Open(): unable to determine branch for HEAD 00:32:35 # $GIT_DIR = /w/workspace/edgex-go/11/.git 00:32:35 # $GIT_WORK_TREE = /w/workspace/edgex-go/11 00:32:35 # $SEMVER_REMOTE_NAME = origin 00:32:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:35 # $SEMVER_USER_NAME = edgex-jenkins 00:32:35 # $SEMVER_BRANCH = PR-2877 00:32:35 # $SEMVER_TEMP = /tmp/semver-233656902 00:32:35 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:33:32 # '/tmp/semver-233656902' -> '/w/workspace/edgex-go/11/.semver' 00:33:32 # -> Force: false 00:33:32 # $SEMVER_DIR = /w/workspace/edgex-go/11/.semver [Pipeline] } 00:33:32 $ docker exec --env ******** --env ******** 033b6016bae3d7ed43bb3a81744f3c84ad26be9efb03fc44081064fef8f5f4fa ssh-agent -k 00:33:32 unset SSH_AUTH_SOCK; 00:33:32 unset SSH_AGENT_PID; 00:33:32 echo Agent pid 51 killed; 00:33:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:33:33 + git semver [Pipeline] } 00:33:33 $ docker stop --time=1 033b6016bae3d7ed43bb3a81744f3c84ad26be9efb03fc44081064fef8f5f4fa 00:33:36 $ docker rm -f 033b6016bae3d7ed43bb3a81744f3c84ad26be9efb03fc44081064fef8f5f4fa [Pipeline] // withDockerContainer [Pipeline] sh 00:33:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:33:37 Stashed 1 file(s) [Pipeline] echo 00:33:37 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:33:38 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:33:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:33:39 + sudo service docker restart 00:33:39 + true 00:33:39 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:33:42 ========================================================= 00:33:42 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:33:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:33:42 + 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 . 00:33:50 Sending build context to Docker daemon 326MB 00:33:50 Step 1/7 : ARG BASE=golang:1.15-alpine 00:33:50 Step 2/7 : FROM ${BASE} 00:33:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:33:50 188c0c94c7c5: Pulling fs layer 00:33:50 0ef7d3d256c8: Pulling fs layer 00:33:50 de9db76c5a1d: Pulling fs layer 00:33:50 bca2f99d35d6: Pulling fs layer 00:33:50 93359f2a8cfa: Pulling fs layer 00:33:50 7c6f9722023f: Pulling fs layer 00:33:50 a35cf1a2eb13: Pulling fs layer 00:33:50 bca2f99d35d6: Waiting 00:33:50 93359f2a8cfa: Waiting 00:33:50 7c6f9722023f: Waiting 00:33:50 a35cf1a2eb13: Waiting 00:33:50 de9db76c5a1d: Verifying Checksum 00:33:50 de9db76c5a1d: Download complete 00:33:50 0ef7d3d256c8: Verifying Checksum 00:33:50 0ef7d3d256c8: Download complete 00:33:50 93359f2a8cfa: Verifying Checksum 00:33:50 93359f2a8cfa: Download complete 00:33:50 7c6f9722023f: Verifying Checksum 00:33:50 7c6f9722023f: Download complete 00:33:51 188c0c94c7c5: Verifying Checksum 00:33:51 188c0c94c7c5: Download complete 00:33:51 188c0c94c7c5: Pull complete 00:33:52 0ef7d3d256c8: Pull complete 00:33:52 de9db76c5a1d: Pull complete 00:33:53 Still waiting to schedule task 00:33:53 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 00:33:59 a35cf1a2eb13: Verifying Checksum 00:33:59 a35cf1a2eb13: Download complete 00:34:00 bca2f99d35d6: Verifying Checksum 00:34:00 bca2f99d35d6: Download complete 00:34:13 bca2f99d35d6: Pull complete 00:34:13 93359f2a8cfa: Pull complete 00:34:13 7c6f9722023f: Pull complete 00:34:21 a35cf1a2eb13: Pull complete 00:34:21 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:34:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:34:21 ---> a62c8e92a672 00:34:21 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 00:34:21 ---> Running in 7369b3f6df9a 00:34:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:34:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:34:23 (1/12) Installing libmagic (5.38-r0) 00:34:24 (2/12) Installing file (5.38-r0) 00:34:24 (3/12) Installing libc-dev (0.7.2-r3) 00:34:24 (4/12) Installing g++ (9.3.0-r2) 00:34:32 (5/12) Installing fortify-headers (1.1-r0) 00:34:32 (6/12) Installing patch (2.7.6-r6) 00:34:32 (7/12) Installing build-base (0.5-r2) 00:34:32 (8/12) Installing libsodium (1.0.18-r0) 00:34:33 (9/12) Installing pkgconf (1.7.2-r0) 00:34:33 (10/12) Installing libsodium-dev (1.0.18-r0) 00:34:33 (11/12) Installing libzmq (4.3.3-r0) 00:34:33 (12/12) Installing zeromq-dev (4.3.3-r0) 00:34:33 Executing busybox-1.31.1-r19.trigger 00:34:33 OK: 233 MiB in 51 packages 00:34:38 Removing intermediate container 7369b3f6df9a 00:34:38 ---> 305721d2d0fa 00:34:38 Step 4/7 : WORKDIR /edgex-go 00:34:38 ---> Running in 44eb62eb1f28 00:34:38 Removing intermediate container 44eb62eb1f28 00:34:38 ---> ccc4580e9830 00:34:38 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:34:38 latest: Pulling from library/docker 00:34:38 188c0c94c7c5: Already exists 00:34:38 0c7c675703d6: Pulling fs layer 00:34:38 cc8c12a437cb: Pulling fs layer 00:34:38 f092543453df: Pulling fs layer 00:34:38 65b6bc45957d: Pulling fs layer 00:34:38 4de832df471b: Pulling fs layer 00:34:38 79aa7fa92271: Pulling fs layer 00:34:38 65b6bc45957d: Waiting 00:34:38 4de832df471b: Waiting 00:34:38 79aa7fa92271: Waiting 00:34:39 cc8c12a437cb: Verifying Checksum 00:34:39 cc8c12a437cb: Download complete 00:34:39 0c7c675703d6: Download complete 00:34:39 65b6bc45957d: Verifying Checksum 00:34:39 65b6bc45957d: Download complete 00:34:39 4de832df471b: Verifying Checksum 00:34:39 4de832df471b: Download complete 00:34:39 79aa7fa92271: Verifying Checksum 00:34:39 79aa7fa92271: Download complete 00:34:40 0c7c675703d6: Pull complete 00:34:40 cc8c12a437cb: Pull complete 00:34:41 f092543453df: Download complete 00:34:47 f092543453df: Pull complete 00:34:47 65b6bc45957d: Pull complete 00:34:47 4de832df471b: Pull complete 00:34:47 79aa7fa92271: Pull complete 00:34:47 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 00:34:47 Status: Downloaded newer image for docker:latest 00:34:50 ---> 431545d02b42 00:34:50 Step 6/7 : COPY go.mod . 00:34:50 ---> be90e85236ad 00:34:50 Step 7/7 : RUN go mod download 00:34:51 ---> Running in 6658620aaf44 00:35:18 Removing intermediate container 6658620aaf44 00:35:18 ---> 2873b6e946be 00:35:18 Successfully built 2873b6e946be 00:35:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:35:18 + docker inspect -f . ci-base-image-x86_64 00:35:19 . [Pipeline] withDockerContainer 00:35:19 prd-centos7-docker-4c-2g-14216 does not seem to be running inside a container 00:35:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 00:35:21 $ docker top 76f17d55ff2ee3bf013ac14e13605179765a18a3d6f612ff27425909e7f84cc5 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:21 + go version 00:35:22 go version go1.15.5 linux/amd64 [Pipeline] } 00:35:22 $ docker stop --time=1 76f17d55ff2ee3bf013ac14e13605179765a18a3d6f612ff27425909e7f84cc5 00:35:23 $ docker rm -f 76f17d55ff2ee3bf013ac14e13605179765a18a3d6f612ff27425909e7f84cc5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:24 + docker inspect -f . ci-base-image-x86_64 00:35:25 . [Pipeline] withDockerContainer 00:35:25 prd-centos7-docker-4c-2g-14216 does not seem to be running inside a container 00:35:25 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 00:35:27 $ docker top 6137cee39e7115461b1cf2099cada3c9158e45e4586d319c2c8fc49ac412abff -eo pid,comm [Pipeline] { [Pipeline] echo 00:35:28 ========================================================= 00:35:28 [edgeXBuildGoParallel] Running Tests and Build... 00:35:28 ========================================================= [Pipeline] sh 00:35:29 + make test 00:35:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:35:53 ? github.com/edgexfoundry/edgex-go [no test files] 00:36:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:36:31 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:36:31 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:36:31 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:36:31 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:36:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:36:37 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.040s 00:36:37 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:36:37 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:36:37 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:36:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:36:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:36:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:36:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:36:43 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.230s coverage: 46.6% of statements 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:36:49 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.762s coverage: 27.1% of statements 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:36:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.132s coverage: 100.0% of statements 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:36:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:36:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.271s coverage: 65.5% of statements 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:36:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.577s coverage: 82.7% of statements 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:36:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.490s coverage: 28.6% of statements 00:36:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:36:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:36:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:36:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:36:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:36:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements 00:36:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:36:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.062s coverage: 100.0% of statements 00:36:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:36:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.163s coverage: 86.7% of statements 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:36:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.220s coverage: 97.5% of statements 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:36:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:36:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.604s coverage: 95.2% of statements 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:36:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.075s coverage: 58.8% of statements 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:36:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.093s coverage: 0.0% of statements [no tests to run] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:36:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.453s coverage: 63.5% of statements 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:36:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 00:36:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.060s coverage: 91.3% of statements 00:36:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements 00:36:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.109s coverage: 73.7% of statements 00:36:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements 00:37:03 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.065s coverage: 55.9% of statements 00:37:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:37:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:37:03 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:37:03 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:37:03 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:37:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:37:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-14229 in /w/workspace/edgexfoundry_edgex-go_PR-2877 [Pipeline] { [Pipeline] ws 00:37:12 Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout 00:37:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 13.169s coverage: 86.3% of statements 00:37:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:37:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 2.152s coverage: 72.2% of statements 00:37:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.840s coverage: 72.1% of statements 00:37:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.104s coverage: 82.4% of statements 00:37:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.051s coverage: 48.4% of statements 00:37:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:37:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:37:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:37:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.142s coverage: 28.8% of statements 00:37:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:37:14 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.189s coverage: 96.8% of statements 00:37:14 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:37:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.298s coverage: 37.2% of statements 00:37:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:37:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:37:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.702s coverage: 84.1% of statements 00:37:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.157s coverage: 100.0% of statements 00:37:14 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.082s coverage: 42.9% of statements 00:37:14 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:37:14 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:37:14 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.045s coverage: 100.0% of statements 00:37:14 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:37:14 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.077s coverage: 83.8% of statements 00:37:14 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:37:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.247s coverage: 47.1% of statements 00:37:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:37:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:37:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.038s coverage: 100.0% of statements 00:37:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:37:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:37:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:37:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.104s coverage: 100.0% of statements 00:37:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:37:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.091s coverage: 100.0% of statements 00:37:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:37:17 using credential edgex-jenkins-ssh 00:37:17 Cloning the remote Git repository 00:37:17 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:37:17 > git init /w/workspace/edgex-go/11 # timeout=10 00:37:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:37:17 > git --version # timeout=10 00:37:17 > git --version # 'git version 2.17.1' 00:37:17 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:37:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.056s coverage: 29.1% of statements 00:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:37:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.113s coverage: 99.0% of statements 00:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:37:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.057s coverage: 100.0% of statements 00:37:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:37:19 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 00:37:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:37:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements 00:37:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:37:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:37:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:37:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:37:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.055s coverage: 87.9% of statements 00:37:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:37:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:37:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements 00:37:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.063s coverage: 32.1% of statements 00:37:20 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.067s coverage: 100.0% of statements 00:37:21 GO111MODULE=on go vet ./... 00:37:42 Merging remotes/origin/master commit 0d0448aa1bb13b12920e2a3260a06e62bf327a94 into PR head commit 0ccfa4df87d1662ebcbe03a447f0fade9135eaf9 00:37:43 Merge succeeded, producing 3d80461f98566da5d243ec7a4b956283fbcb3cca 00:37:43 Checking out Revision 3d80461f98566da5d243ec7a4b956283fbcb3cca (PR-2877) 00:37:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:37:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:37:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:37:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:37:41 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:41 > 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 00:37:42 > git config core.sparsecheckout # timeout=10 00:37:42 > git checkout -f 0ccfa4df87d1662ebcbe03a447f0fade9135eaf9 # timeout=10 00:37:43 > git remote # timeout=10 00:37:43 > git config --get remote.origin.url # timeout=10 00:37:43 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:43 > git merge 0d0448aa1bb13b12920e2a3260a06e62bf327a94 # timeout=10 00:37:43 > git rev-parse HEAD^{commit} # timeout=10 00:37:43 > git config core.sparsecheckout # timeout=10 00:37:43 > git checkout -f 3d80461f98566da5d243ec7a4b956283fbcb3cca # timeout=10 00:37:48 Commit message: "Merge commit '0d0448aa1bb13b12920e2a3260a06e62bf327a94' into HEAD" 00:37:48 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 00:37:48 > git rev-list --no-walk 9f27c024bb2b6a8a43199e235ac26e3c533428fa # timeout=10 [Pipeline] sh 00:37:49 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:37:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:37:50 + true 00:37:50 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:37:52 provisioning config files... 00:37:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config9188660182609279701tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:37:53 ---> docker-login.sh 00:37:53 nexus3.edgexfoundry.org:10001 00:37:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:54 Configure a credential helper to remove this warning. See 00:37:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:54 00:37:54 Login Succeeded 00:37:54 nexus3.edgexfoundry.org:10002 00:37:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:54 Configure a credential helper to remove this warning. See 00:37:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:54 00:37:54 Login Succeeded 00:37:54 nexus3.edgexfoundry.org:10003 00:37:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:55 Configure a credential helper to remove this warning. See 00:37:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:55 00:37:55 Login Succeeded 00:37:55 nexus3.edgexfoundry.org:10004 00:37:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:56 Configure a credential helper to remove this warning. See 00:37:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:56 00:37:56 Login Succeeded 00:37:56 docker.io 00:37:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:56 Configure a credential helper to remove this warning. See 00:37:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:56 00:37:56 Login Succeeded 00:37:56 ---> docker-login.sh ends [Pipeline] } 00:37:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:37:57 ========================================================= 00:37:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:37:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:37:57 + 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 . 00:38:00 Sending build context to Docker daemon 165.4MB 00:38:00 Step 1/7 : ARG BASE=golang:1.15-alpine 00:38:00 Step 2/7 : FROM ${BASE} 00:38:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:38:00 5f621e34cdf4: Pulling fs layer 00:38:00 a4357932f1b6: Pulling fs layer 00:38:00 18c013af1878: Pulling fs layer 00:38:00 00ac8860ef70: Pulling fs layer 00:38:00 63d7cb157983: Pulling fs layer 00:38:00 b116817d02f9: Pulling fs layer 00:38:00 745a02a5169b: Pulling fs layer 00:38:00 00ac8860ef70: Waiting 00:38:00 63d7cb157983: Waiting 00:38:00 745a02a5169b: Waiting 00:38:00 b116817d02f9: Waiting 00:38:00 18c013af1878: Verifying Checksum 00:38:00 18c013af1878: Download complete 00:38:00 a4357932f1b6: Verifying Checksum 00:38:00 a4357932f1b6: Download complete 00:38:00 63d7cb157983: Verifying Checksum 00:38:00 63d7cb157983: Download complete 00:38:00 b116817d02f9: Verifying Checksum 00:38:00 b116817d02f9: Download complete 00:38:00 5f621e34cdf4: Verifying Checksum 00:38:00 5f621e34cdf4: Download complete 00:38:01 5f621e34cdf4: Pull complete 00:38:01 a4357932f1b6: Pull complete 00:38:01 18c013af1878: Pull complete 00:38:03 745a02a5169b: Verifying Checksum 00:38:03 745a02a5169b: Download complete 00:38:03 00ac8860ef70: Download complete 00:38:14 00ac8860ef70: Pull complete 00:38:14 63d7cb157983: Pull complete 00:38:15 b116817d02f9: Pull complete 00:38:18 gofmt -l . 00:38:18 internal/security/proxy/config/config.go 00:38:18 [ "`gofmt -l .`" = "" ] 00:38:18 make: *** [Makefile:88: test] Error 1 [Pipeline] } 00:38:18 $ docker stop --time=1 6137cee39e7115461b1cf2099cada3c9158e45e4586d319c2c8fc49ac412abff 00:38:19 745a02a5169b: Pull complete 00:38:19 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:38:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:38:19 ---> b7e6874047d6 00:38:19 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 00:38:22 ---> Running in c56d1e1ce38e 00:38:22 $ docker rm -f 6137cee39e7115461b1cf2099cada3c9158e45e4586d319c2c8fc49ac412abff 00:38:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [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] } 00:38:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:38:25 Failed in branch amd64 00:38:25 (1/12) Installing libmagic (5.38-r0) 00:38:26 (2/12) Installing file (5.38-r0) 00:38:26 (3/12) Installing libc-dev (0.7.2-r3) 00:38:26 (4/12) Installing g++ (9.3.0-r2) 00:38:29 (5/12) Installing fortify-headers (1.1-r0) 00:38:30 (6/12) Installing patch (2.7.6-r6) 00:38:30 (7/12) Installing build-base (0.5-r2) 00:38:30 (8/12) Installing libsodium (1.0.18-r0) 00:38:30 (9/12) Installing pkgconf (1.7.2-r0) 00:38:30 (10/12) Installing libsodium-dev (1.0.18-r0) 00:38:30 (11/12) Installing libzmq (4.3.3-r0) 00:38:30 (12/12) Installing zeromq-dev (4.3.3-r0) 00:38:30 Executing busybox-1.31.1-r19.trigger 00:38:30 OK: 217 MiB in 51 packages 00:38:34 Removing intermediate container c56d1e1ce38e 00:38:34 ---> 9c9197b54de6 00:38:34 Step 4/7 : WORKDIR /edgex-go 00:38:34 ---> Running in 42c49d370051 00:38:35 Removing intermediate container 42c49d370051 00:38:35 ---> 4f07902a907d 00:38:35 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:38:36 latest: Pulling from library/docker 00:38:36 5f621e34cdf4: Already exists 00:38:36 85db56a05063: Pulling fs layer 00:38:36 ccb67d6aeaaa: Pulling fs layer 00:38:36 de930078acea: Pulling fs layer 00:38:36 d5a9d88a4785: Pulling fs layer 00:38:36 e7f15c1544d5: Pulling fs layer 00:38:36 877c515997d3: Pulling fs layer 00:38:36 e7f15c1544d5: Waiting 00:38:36 877c515997d3: Waiting 00:38:36 d5a9d88a4785: Waiting 00:38:36 ccb67d6aeaaa: Verifying Checksum 00:38:36 ccb67d6aeaaa: Download complete 00:38:36 85db56a05063: Download complete 00:38:36 d5a9d88a4785: Download complete 00:38:36 e7f15c1544d5: Verifying Checksum 00:38:36 e7f15c1544d5: Download complete 00:38:36 877c515997d3: Verifying Checksum 00:38:36 877c515997d3: Download complete 00:38:37 85db56a05063: Pull complete 00:38:37 de930078acea: Verifying Checksum 00:38:37 de930078acea: Download complete 00:38:38 ccb67d6aeaaa: Pull complete 00:38:41 de930078acea: Pull complete 00:38:41 d5a9d88a4785: Pull complete 00:38:41 e7f15c1544d5: Pull complete 00:38:42 877c515997d3: Pull complete 00:38:42 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 00:38:42 Status: Downloaded newer image for docker:latest 00:38:45 ---> 6889084f720b 00:38:45 Step 6/7 : COPY go.mod . 00:38:46 ---> 2f590154148c 00:38:46 Step 7/7 : RUN go mod download 00:38:46 ---> Running in 14a7530b2d64 00:39:12 Removing intermediate container 14a7530b2d64 00:39:12 ---> e4a8ab7f979b 00:39:12 Successfully built e4a8ab7f979b 00:39:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:39:13 + docker inspect -f . ci-base-image-arm64 00:39:13 . [Pipeline] withDockerContainer 00:39:13 prd-ubuntu18.04-docker-arm64-4c-16g-14229 does not seem to be running inside a container 00:39:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 00:39:15 $ docker top d221b1d2a4d7ce9eb7cc0340009fffda6431e74f4a0cb1671dccda38baf227a5 -eo pid,comm [Pipeline] { [Pipeline] sh 00:39:16 + go version 00:39:16 go version go1.15.5 linux/arm64 [Pipeline] } 00:39:16 $ docker stop --time=1 d221b1d2a4d7ce9eb7cc0340009fffda6431e74f4a0cb1671dccda38baf227a5 00:39:18 $ docker rm -f d221b1d2a4d7ce9eb7cc0340009fffda6431e74f4a0cb1671dccda38baf227a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:39:19 + docker inspect -f . ci-base-image-arm64 00:39:19 . [Pipeline] withDockerContainer 00:39:19 prd-ubuntu18.04-docker-arm64-4c-16g-14229 does not seem to be running inside a container 00:39:19 $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 00:39:21 $ docker top c32e2e8d10abd90f1a9880df3c8372b048dc91f4f02a97b55e0d56c3a3088a0c -eo pid,comm [Pipeline] { [Pipeline] echo 00:39:21 ========================================================= 00:39:21 [edgeXBuildGoParallel] Running Tests and Build... 00:39:21 ========================================================= [Pipeline] sh 00:39:22 + make test 00:39:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:39:49 ? github.com/edgexfoundry/edgex-go [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:40:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:40:55 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:41:00 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.066s 00:41:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:41:00 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:41:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.288s coverage: 46.6% of statements 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:41:19 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.543s coverage: 27.1% of statements 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:41:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.093s coverage: 100.0% of statements 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:41:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.088s coverage: 100.0% of statements 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:41:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.521s coverage: 66.4% of statements 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:41:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.284s coverage: 82.7% of statements 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.050s coverage: 28.6% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.227s coverage: 100.0% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.318s coverage: 86.7% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.373s coverage: 97.5% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.169s coverage: 78.3% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:41:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.998s coverage: 95.2% of statements 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:41:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.114s coverage: 58.8% of statements 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:41:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.168s coverage: 0.0% of statements [no tests to run] 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:41:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.616s coverage: 63.5% of statements 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 00:41:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements 00:41:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements 00:41:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements 00:41:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.077s coverage: 100.0% of statements 00:41:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.909s coverage: 55.9% of statements 00:41:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:41:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:41:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:41:39 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 49.893s coverage: 86.3% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.534s coverage: 72.2% of statements 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.512s coverage: 72.1% of statements 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.079s coverage: 82.4% of statements 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.065s coverage: 48.4% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.067s coverage: 28.8% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.111s coverage: 96.8% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.350s coverage: 37.2% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.616s coverage: 84.1% of statements 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.082s coverage: 100.0% of statements 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.120s coverage: 42.9% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.055s coverage: 100.0% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.117s coverage: 83.8% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.389s coverage: 47.1% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.054s coverage: 100.0% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.142s coverage: 100.0% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.083s coverage: 100.0% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.931s coverage: 29.1% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.180s coverage: 99.0% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.103s coverage: 100.0% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.082s coverage: 100.0% of statements 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 00:42:27 GO111MODULE=on go vet ./... 00:43:49 gofmt -l . 00:43:49 internal/security/proxy/config/config.go 00:43:49 [ "`gofmt -l .`" = "" ] 00:43:49 make: *** [Makefile:88: test] Error 1 [Pipeline] } 00:43:49 $ docker stop --time=1 c32e2e8d10abd90f1a9880df3c8372b048dc91f4f02a97b55e0d56c3a3088a0c 00:43:52 $ docker rm -f c32e2e8d10abd90f1a9880df3c8372b048dc91f4f02a97b55e0d56c3a3088a0c [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] } 00:43:54 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 00:43:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:43:58 ---> package-listing.sh 00:43:58 ++ tr '[:upper:]' '[:lower:]' 00:43:58 ++ facter osfamily 00:43:59 + OS_FAMILY=redhat 00:43:59 + workspace=/w/workspace/edgex-go/11 00:43:59 + START_PACKAGES=/tmp/packages_start.txt 00:43:59 + END_PACKAGES=/tmp/packages_end.txt 00:43:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:43:59 + PACKAGES=/tmp/packages_start.txt 00:43:59 + '[' /w/workspace/edgex-go/11 ']' 00:43:59 + PACKAGES=/tmp/packages_end.txt 00:43:59 + case "${OS_FAMILY}" in 00:43:59 + rpm -qa 00:43:59 + sort 00:44:07 + '[' -f /tmp/packages_start.txt ']' 00:44:07 + '[' -f /tmp/packages_end.txt ']' 00:44:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:44:07 + '[' /w/workspace/edgex-go/11 ']' 00:44:07 + mkdir -p /w/workspace/edgex-go/11/archives/ 00:44:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/11/archives/ [Pipeline] echo 00:44:07 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/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:44:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:44:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:44:08 00:44:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:44:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:44:09 alpine: Pulling from edgex-lftools-log-publisher 00:44:09 df20fa9351a1: Pulling fs layer 00:44:09 36b3adc4ff6f: Pulling fs layer 00:44:09 8ad3a11d3b57: Pulling fs layer 00:44:09 46f8f816bc3b: Pulling fs layer 00:44:09 93b61091891f: Pulling fs layer 00:44:09 93b9cdb0e59b: Pulling fs layer 00:44:09 5e14af77c1be: Pulling fs layer 00:44:09 01666e4c0597: Pulling fs layer 00:44:09 aa168da1d23b: Pulling fs layer 00:44:09 93b9cdb0e59b: Waiting 00:44:09 5e14af77c1be: Waiting 00:44:09 01666e4c0597: Waiting 00:44:09 46f8f816bc3b: Waiting 00:44:09 93b61091891f: Waiting 00:44:09 aa168da1d23b: Waiting 00:44:09 36b3adc4ff6f: Verifying Checksum 00:44:09 36b3adc4ff6f: Download complete 00:44:09 46f8f816bc3b: Verifying Checksum 00:44:09 46f8f816bc3b: Download complete 00:44:09 df20fa9351a1: Verifying Checksum 00:44:09 df20fa9351a1: Download complete 00:44:09 93b9cdb0e59b: Verifying Checksum 00:44:09 93b9cdb0e59b: Download complete 00:44:09 5e14af77c1be: Verifying Checksum 00:44:09 5e14af77c1be: Download complete 00:44:09 93b61091891f: Download complete 00:44:09 01666e4c0597: Verifying Checksum 00:44:09 01666e4c0597: Download complete 00:44:10 8ad3a11d3b57: Verifying Checksum 00:44:10 8ad3a11d3b57: Download complete 00:44:10 df20fa9351a1: Pull complete 00:44:10 36b3adc4ff6f: Pull complete 00:44:13 8ad3a11d3b57: Pull complete 00:44:13 46f8f816bc3b: Pull complete 00:44:13 93b61091891f: Pull complete 00:44:14 93b9cdb0e59b: Pull complete 00:44:14 5e14af77c1be: Pull complete 00:44:14 01666e4c0597: Pull complete 00:44:14 aa168da1d23b: Verifying Checksum 00:44:14 aa168da1d23b: Download complete 00:44:27 aa168da1d23b: Pull complete 00:44:27 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:44:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:44:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:44:27 prd-centos7-docker-4c-2g-14216 does not seem to be running inside a container 00:44:27 $ 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/11/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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 00:44:32 $ docker top f21552e16e5754bdb15228c78c4acb51629ea5e93b3446416017ba079a2641c2 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:33 + touch /tmp/pre-build-complete [Pipeline] sh 00:44:33 + mkdir -p /var/log/sa [Pipeline] sh 00:44:34 + ls /var/log/sa-host 00:44:34 + sadf -c /var/log/sa-host/sa03 00:44:34 file_magic: OK 00:44:34 HZ: Using current value: 100 00:44:34 file_header: OK 00:44:34 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 00:44:34 Statistics: 00:44:34 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:44:34 File successfully converted to sysstat format version 12.2.1 00:44:34 + sadf -c /var/log/sa-host/sa23 00:44:34 file_magic: OK 00:44:34 HZ: Using current value: 100 00:44:34 file_header: OK 00:44:34 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 00:44:34 Statistics: 00:44:34 Hnuu...uuuununununu... 00:44:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:44:34 provisioning config files... 00:44:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/11@tmp/config4861810307263190710tmp [Pipeline] { [Pipeline] echo 00:44:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:44:35 ---> create-netrc.sh [Pipeline] } 00:44:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:44:35 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:44:35 ---> python-tools-install.sh [Pipeline] echo 00:44:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:44:36 ---> sudo-logs.sh 00:44:36 Archiving 'sudo' log.. [Pipeline] echo 00:44:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:44:36 ---> job-cost.sh 00:44:36 lf-activate-venv: SKIPPING 00:44:36 INFO: No Stack... 00:44:37 INFO: Retrieving Pricing Info for: v1-standard-2 00:44:38 INFO: Archiving Costs [Pipeline] echo 00:44:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:44:38 ---> logs-deploy.sh 00:44:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2877/11 00:44:38 INFO: archiving workspace using pattern(s): 00:44:41 Archives upload complete. 00:44:41 INFO: archiving logs to Nexus 00:44:43 ---> uname -a: 00:44:43 Linux prd-centos7-docker-4c-2g-14216.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:44:43 00:44:43 00:44:43 ---> lscpu: 00:44:43 Architecture: x86_64 00:44:43 CPU op-mode(s): 32-bit, 64-bit 00:44:43 Byte Order: Little Endian 00:44:43 Address sizes: 40 bits physical, 48 bits virtual 00:44:43 CPU(s): 4 00:44:43 On-line CPU(s) list: 0-3 00:44:43 Thread(s) per core: 1 00:44:43 Core(s) per socket: 1 00:44:43 Socket(s): 4 00:44:43 NUMA node(s): 1 00:44:43 Vendor ID: GenuineIntel 00:44:43 CPU family: 6 00:44:43 Model: 44 00:44:43 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:44:43 Stepping: 1 00:44:43 CPU MHz: 2933.438 00:44:43 BogoMIPS: 5866.87 00:44:43 Virtualization: VT-x 00:44:43 Hypervisor vendor: KVM 00:44:43 Virtualization type: full 00:44:43 L1d cache: 128 KiB 00:44:43 L1i cache: 128 KiB 00:44:43 L2 cache: 16 MiB 00:44:43 L3 cache: 64 MiB 00:44:43 NUMA node0 CPU(s): 0-3 00:44:43 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:44:43 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:44:43 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:44:43 Vulnerability Meltdown: Mitigation; PTI 00:44:43 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:44:43 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:44:43 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:44:43 Vulnerability Srbds: Not affected 00:44:43 Vulnerability Tsx async abort: Not affected 00:44:43 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 00:44:43 00:44:43 00:44:43 ---> nproc: 00:44:43 4 00:44:43 00:44:43 00:44:43 ---> df -h: 00:44:43 Filesystem Size Used Available Use% Mounted on 00:44:43 overlay 50.0G 8.5G 41.5G 17% / 00:44:43 tmpfs 64.0M 0 64.0M 0% /dev 00:44:43 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:44:43 shm 64.0M 0 64.0M 0% /dev/shm 00:44:43 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 00:44:43 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 00:44:43 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 00:44:43 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 00:44:43 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 00:44:43 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 00:44:43 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 00:44:43 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 00:44:43 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgex-go/11 00:44:43 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgex-go/11@tmp 00:44:43 00:44:43 00:44:43 ---> free -m: 00:44:43 total used free shared buff/cache available 00:44:43 Mem: 1837 765 115 0 955 980 00:44:43 Swap: 1023 3 1020 00:44:43 00:44:43 00:44:43 ---> ip addr: 00:44:43 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:44:43 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:44:43 inet 127.0.0.1/8 scope host lo 00:44:43 valid_lft forever preferred_lft forever 00:44:43 inet6 ::1/128 scope host 00:44:43 valid_lft forever preferred_lft forever 00:44:43 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:44:43 link/ether fa:16:3e:64:5f:63 brd ff:ff:ff:ff:ff:ff 00:44:43 inet 10.30.123.60/23 brd 10.30.123.255 scope global dynamic eth0 00:44:43 valid_lft 85550sec preferred_lft 85550sec 00:44:43 inet6 fe80::f816:3eff:fe64:5f63/64 scope link 00:44:43 valid_lft forever preferred_lft forever 00:44:43 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:44:43 link/ether 02:42:e2:16:a6:65 brd ff:ff:ff:ff:ff:ff 00:44:43 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:44:43 valid_lft forever preferred_lft forever 00:44:43 inet6 fe80::42:e2ff:fe16:a665/64 scope link 00:44:43 valid_lft forever preferred_lft forever 00:44:43 00:44:43 00:44:43 ---> sar -b -r -n DEV: 00:44:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/03/20 _x86_64_ (4 CPU) 00:44:43 00:44:43 00:30:20 LINUX RESTART (4 CPU) 00:44:43 00:44:43 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:44:43 00:32:01 36.96 17.08 19.87 0.00 1860.73 6421.65 0.00 00:44:43 00:33:02 49.65 13.06 36.60 0.00 4724.62 3251.14 0.00 00:44:43 00:34:01 102.72 62.06 40.66 0.00 5258.51 25356.91 0.00 00:44:43 00:35:01 199.87 46.42 153.45 0.00 2279.49 38591.23 0.00 00:44:43 00:36:01 185.17 95.84 89.33 0.00 4415.44 13405.65 0.00 00:44:43 00:37:02 99.11 30.30 68.80 0.00 1126.81 8129.97 0.00 00:44:43 00:38:01 99.29 51.95 47.34 0.00 1759.27 4498.66 0.00 00:44:43 00:39:01 27.66 7.12 20.54 0.00 1073.72 1671.98 0.00 00:44:43 00:40:01 1.63 0.02 1.61 0.00 0.53 29.15 0.00 00:44:43 00:41:01 0.30 0.00 0.30 0.00 0.00 3.63 0.00 00:44:43 00:42:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 00:44:43 00:43:01 0.25 0.00 0.25 0.00 0.00 3.33 0.00 00:44:43 00:44:02 28.65 28.40 0.25 0.00 3437.14 2.58 0.00 00:44:43 Average: 63.94 27.05 36.89 0.00 1993.01 7786.46 0.00 00:44:43 00:44:43 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:44:43 00:32:01 104644 0 559400 29.73 2620 1214880 1072664 36.61 466960 1113016 100 00:44:43 00:33:02 81792 0 669312 35.57 2620 1127820 1348756 46.03 534292 1058400 101204 00:44:43 00:34:01 75712 0 680004 36.14 2596 1123232 1585968 54.13 652348 939916 71948 00:44:43 00:35:01 77060 0 727608 38.67 1432 1075444 1544900 52.72 599312 941352 102376 00:44:43 00:36:01 138844 0 821460 43.66 832 920408 1737696 59.30 680844 786072 54820 00:44:43 00:37:02 174444 0 855228 45.45 444 851428 1869524 63.80 764176 664672 68648 00:44:43 00:38:01 262216 0 755008 40.13 444 863876 1646308 56.19 632632 703400 39584 00:44:43 00:39:01 526812 0 688904 36.61 444 665384 1117768 38.15 534060 556064 20 00:44:43 00:40:01 532388 0 683324 36.32 444 665388 1081752 36.92 531444 555284 8 00:44:43 00:41:01 532700 0 683004 36.30 444 665396 1081752 36.92 531560 555284 8 00:44:43 00:42:01 532060 0 683644 36.33 444 665396 1081836 36.92 532036 555284 8 00:44:43 00:43:01 531196 0 684444 36.38 444 665460 1081944 36.92 532576 555300 20 00:44:43 00:44:02 405300 0 708592 37.66 444 767208 1116996 38.12 562100 649276 108 00:44:43 Average: 305782 0 707687 37.61 1050 867025 1335990 45.60 581103 741025 33758 00:44:43 00:44:43 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:44:43 00:32:01 eth0 552.50 485.52 3166.98 62.57 0.00 0.00 0.00 0.00 00:44:43 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:43 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:43 00:33:02 vethdded170 699.20 516.52 62.85 1749.48 0.00 0.00 0.00 0.00 00:44:43 00:33:02 eth0 634.39 785.55 2211.43 121.84 0.00 0.00 0.00 0.00 00:44:43 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:43 00:33:02 docker0 699.20 516.39 53.29 1749.47 0.00 0.00 0.00 0.00 00:44:43 00:34:01 eth0 581.05 625.07 3802.62 57.95 0.00 0.00 0.00 0.00 00:44:43 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:43 00:34:01 docker0 352.65 262.92 25.97 922.59 0.00 0.00 0.00 0.00 00:44:43 00:35:01 eth0 346.92 180.47 1922.35 25.28 0.00 0.00 0.00 0.00 00:44:43 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:43 00:35:01 veth0f0676d 83.28 113.93 7.89 476.36 0.00 0.00 0.00 0.00 00:44:43 00:35:01 docker0 127.80 175.14 9.07 835.80 0.00 0.00 0.00 0.00 00:44:43 00:36:01 eth0 36.31 30.98 26.99 73.48 0.00 0.00 0.00 0.00 00:44:43 00:36:01 vethd17d093 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:44:43 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:43 00:36:01 docker0 0.17 0.18 0.01 0.01 0.00 0.00 0.00 0.00 00:44:43 00:37:02 eth0 26.71 16.91 19.13 10.34 0.00 0.00 0.00 0.00 00:44:43 00:37:02 vethd17d093 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:43 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:43 00:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:43 00:38:01 eth0 15.97 11.56 12.53 7.10 0.00 0.00 0.00 0.00 00:44:43 00:38:01 vethd17d093 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:43 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:43 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:43 00:39:01 eth0 2.56 2.28 2.66 1.09 0.00 0.00 0.00 0.00 00:44:43 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:43 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:43 00:40:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:44:43 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:43 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:43 00:41:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:44:43 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:43 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:43 00:42:01 eth0 0.87 0.25 0.19 0.08 0.00 0.00 0.00 0.00 00:44:43 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:43 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:43 00:43:01 eth0 1.91 0.60 0.64 0.36 0.00 0.00 0.00 0.00 00:44:43 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:43 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:43 00:44:02 eth0 6.67 4.42 5.72 2.35 0.00 0.00 0.00 0.00 00:44:43 00:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:43 00:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:43 Average: eth0 169.51 164.66 857.20 27.91 0.00 0.00 0.00 0.00 00:44:43 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:44:43 Average: docker0 90.63 73.35 6.79 269.59 0.00 0.00 0.00 0.00 00:44:43 00:44:43 00:44:43 ---> sar -P ALL: 00:44:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/03/20 _x86_64_ (4 CPU) 00:44:43 00:44:43 00:30:20 LINUX RESTART (4 CPU) 00:44:43 00:44:43 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:44:43 00:32:01 all 11.63 0.00 2.85 0.81 13.20 71.51 00:44:43 00:32:01 0 7.49 0.00 2.84 1.17 17.13 71.38 00:44:43 00:32:01 1 13.98 0.00 2.43 0.40 12.51 70.69 00:44:43 00:32:01 2 14.56 0.00 3.46 0.96 13.10 67.92 00:44:43 00:32:01 3 10.66 0.00 2.70 0.70 9.93 76.00 00:44:43 00:33:02 all 4.24 0.00 3.51 1.39 16.51 74.35 00:44:43 00:33:02 0 4.31 0.00 3.75 0.50 18.13 73.32 00:44:43 00:33:02 1 4.18 0.00 3.46 1.10 15.90 75.37 00:44:43 00:33:02 2 4.26 0.00 3.45 3.58 16.21 72.51 00:44:43 00:33:02 3 4.20 0.00 3.41 0.40 15.83 76.16 00:44:43 00:34:01 all 6.44 0.00 2.94 0.84 20.34 69.44 00:44:43 00:34:01 0 10.92 0.00 3.39 0.94 22.58 62.17 00:44:43 00:34:01 1 4.95 0.00 2.41 0.51 20.31 71.82 00:44:43 00:34:01 2 5.31 0.00 3.52 1.50 20.16 69.51 00:44:43 00:34:01 3 4.83 0.00 2.48 0.46 18.42 73.81 00:44:43 00:35:01 all 5.63 0.00 4.83 3.05 20.76 65.72 00:44:43 00:35:01 0 5.36 0.00 5.29 2.70 21.43 65.22 00:44:43 00:35:01 1 6.42 0.00 4.65 3.49 20.81 64.63 00:44:43 00:35:01 2 5.54 0.00 5.01 3.12 20.83 65.49 00:44:43 00:35:01 3 5.21 0.00 4.38 2.90 19.96 67.55 00:44:43 00:36:01 all 16.41 0.00 7.46 5.46 24.78 45.90 00:44:43 00:36:01 0 13.79 0.00 7.02 5.85 25.30 48.04 00:44:43 00:36:01 1 21.67 0.00 8.21 6.95 23.51 39.67 00:44:43 00:36:01 2 15.26 0.00 7.14 4.18 25.59 47.83 00:44:43 00:36:01 3 15.20 0.00 7.50 4.91 24.66 47.72 00:44:43 00:37:02 all 41.81 0.00 12.92 2.51 24.35 18.40 00:44:43 00:37:02 0 37.68 0.00 12.59 1.95 25.77 22.01 00:44:43 00:37:02 1 47.29 0.00 13.54 1.47 22.67 15.03 00:44:43 00:37:02 2 41.53 0.00 12.62 3.97 22.77 19.12 00:44:43 00:37:02 3 41.00 0.00 12.95 2.64 26.18 17.23 00:44:43 00:38:01 all 37.03 0.00 12.43 2.72 28.91 18.90 00:44:43 00:38:01 0 35.16 0.00 11.57 3.00 30.49 19.79 00:44:43 00:38:01 1 38.69 0.00 12.72 2.67 27.74 18.17 00:44:43 00:38:01 2 35.23 0.00 12.76 1.72 28.69 21.60 00:44:43 00:38:01 3 39.18 0.00 12.72 3.50 28.68 15.93 00:44:43 00:39:01 all 5.36 0.00 2.90 0.84 4.88 86.02 00:44:43 00:39:01 0 5.49 0.00 2.83 0.28 4.64 86.75 00:44:43 00:39:01 1 5.89 0.00 3.15 1.31 4.62 85.03 00:44:43 00:39:01 2 5.09 0.00 2.75 0.20 5.15 86.81 00:44:43 00:39:01 3 4.99 0.00 2.87 1.58 5.09 85.47 00:44:43 00:40:01 all 0.06 0.00 0.03 0.00 1.21 98.71 00:44:43 00:40:01 0 0.02 0.00 0.03 0.00 0.48 99.47 00:44:43 00:40:01 1 0.00 0.00 0.02 0.00 1.17 98.81 00:44:43 00:40:01 2 0.03 0.00 0.03 0.00 1.11 98.83 00:44:43 00:40:01 3 0.18 0.00 0.03 0.00 2.06 97.72 00:44:43 00:41:01 all 0.07 0.00 0.27 0.00 1.61 98.05 00:44:43 00:41:01 0 0.02 0.00 0.03 0.00 2.15 97.80 00:44:43 00:41:01 1 0.16 0.00 0.15 0.00 2.34 97.35 00:44:43 00:41:01 2 0.00 0.00 0.07 0.00 0.40 99.54 00:44:43 00:41:01 3 0.08 0.00 0.85 0.00 1.52 97.55 00:44:43 00:42:01 all 0.07 0.00 0.05 0.00 0.62 99.25 00:44:43 00:42:01 0 0.03 0.00 0.05 0.00 1.22 98.70 00:44:43 00:42:01 1 0.20 0.00 0.12 0.00 0.48 99.20 00:44:43 00:42:01 2 0.02 0.00 0.03 0.00 0.25 99.70 00:44:43 00:42:01 3 0.03 0.00 0.02 0.00 0.53 99.42 00:44:43 00:44:43 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:44:43 00:43:01 all 0.06 0.00 0.03 0.00 1.19 98.72 00:44:43 00:43:01 0 0.02 0.00 0.02 0.00 0.88 99.09 00:44:43 00:43:01 1 0.12 0.00 0.05 0.00 0.68 99.15 00:44:43 00:43:01 2 0.08 0.00 0.02 0.00 1.45 98.45 00:44:43 00:43:01 3 0.02 0.00 0.03 0.00 1.74 98.21 00:44:43 00:44:02 all 0.46 0.00 0.24 0.90 0.76 97.63 00:44:43 00:44:02 0 0.08 0.00 0.13 0.03 0.70 99.05 00:44:43 00:44:02 1 0.46 0.00 0.20 0.38 0.66 98.29 00:44:43 00:44:02 2 0.55 0.00 0.18 0.20 0.70 98.37 00:44:43 00:44:02 3 0.75 0.00 0.45 2.99 1.00 94.81 00:44:43 Average: all 9.45 0.00 3.75 1.41 12.09 73.30 00:44:43 Average: 0 8.91 0.00 3.72 1.26 13.04 73.06 00:44:43 Average: 1 10.38 0.00 3.74 1.38 11.62 72.89 00:44:43 Average: 2 9.40 0.00 3.82 1.50 11.92 73.36 00:44:43 Average: 3 9.13 0.00 3.72 1.51 11.77 73.86 00:44:43 00:44:43 00:44:43