Pull request #3359 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e57d11fc724b95dd60cefb397962e98a5b5d26dd+c419618f783e51adc3e0be9d68d8defacfb69d2d (b82edc73626b495a82a634a80718de1417099734) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-176 in /w/workspace/edgexfoundry_edgex-go_PR-3359 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3359/head:refs/remotes/origin/PR-3359 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c419618f783e51adc3e0be9d68d8defacfb69d2d into PR head commit e57d11fc724b95dd60cefb397962e98a5b5d26dd Merge succeeded, producing e57d11fc724b95dd60cefb397962e98a5b5d26dd Checking out Revision e57d11fc724b95dd60cefb397962e98a5b5d26dd (PR-3359) > git config core.sparsecheckout # timeout=10 > git checkout -f e57d11fc724b95dd60cefb397962e98a5b5d26dd # 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 c419618f783e51adc3e0be9d68d8defacfb69d2d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e57d11fc724b95dd60cefb397962e98a5b5d26dd # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:28:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:28:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:28:40 ========================================================= 02:28:40 EdgeX Global Pipelines Version Info 02:28:40 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk fe78fa796a0830b1a9ed6b0544cf647cdba0e01b # timeout=10 02:28:42 ------------------- 02:28:42 stable info: 02:28:42 ------------------- 02:28:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:28:42 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:28:42 Message: update stable to v1.0.186 02:28:43 ------------------- 02:28:43 experimental info: 02:28:43 ------------------- 02:28:43 Commited By: **** collab-it+edgex@linuxfoundation.org 02:28:43 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 02:28:43 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:28:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 02:28:43 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 02:28:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:28:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:28:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:28:43 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:28:43 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:28:43 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 02:28:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 02:28:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 02:28:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:28:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:28:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:28:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:28:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:28:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:28:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:28:44 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:28:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:28:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:28:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 02:28:44 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:28:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3359 [Pipeline] echo 02:28:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3359 [Pipeline] echo 02:28:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3359 [Pipeline] echo 02:28:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e57d11fc724b95dd60cefb397962e98a5b5d26dd [Pipeline] echo 02:28:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e57d11f [Pipeline] echo 02:28:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:28:44 provisioning config files... 02:28:44 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config7698734697782006978tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:28:44 ---> docker-login.sh 02:28:44 nexus3.edgexfoundry.org:10001 02:28:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:28:44 Configure a credential helper to remove this warning. See 02:28:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:28:44 02:28:44 Login Succeeded 02:28:45 nexus3.edgexfoundry.org:10002 02:28:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:28:45 Configure a credential helper to remove this warning. See 02:28:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:28:45 02:28:45 Login Succeeded 02:28:45 nexus3.edgexfoundry.org:10003 02:28:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:28:45 Configure a credential helper to remove this warning. See 02:28:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:28:45 02:28:45 Login Succeeded 02:28:45 nexus3.edgexfoundry.org:10004 02:28:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:28:45 Configure a credential helper to remove this warning. See 02:28:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:28:45 02:28:45 Login Succeeded 02:28:45 docker.io 02:28:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:28:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:28:46 Configure a credential helper to remove this warning. See 02:28:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:28:46 02:28:46 Login Succeeded 02:28:46 ---> docker-login.sh ends [Pipeline] } 02:28:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:28:46 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 02:28:46 + for file in '`ls cmd/**/Dockerfile`' 02:28:46 ++ dirname cmd/core-command/Dockerfile 02:28:46 ++ cut -d/ -f2 02:28:46 + echo core-command,cmd/core-command/Dockerfile 02:28:46 + for file in '`ls cmd/**/Dockerfile`' 02:28:46 ++ dirname cmd/core-data/Dockerfile 02:28:46 ++ cut -d/ -f2 02:28:46 + echo core-data,cmd/core-data/Dockerfile 02:28:46 + for file in '`ls cmd/**/Dockerfile`' 02:28:46 ++ dirname cmd/core-metadata/Dockerfile 02:28:46 ++ cut -d/ -f2 02:28:46 + echo core-metadata,cmd/core-metadata/Dockerfile 02:28:46 + for file in '`ls cmd/**/Dockerfile`' 02:28:46 ++ dirname cmd/security-bootstrapper/Dockerfile 02:28:46 ++ cut -d/ -f2 02:28:46 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 02:28:46 + for file in '`ls cmd/**/Dockerfile`' 02:28:46 ++ dirname cmd/security-proxy-setup/Dockerfile 02:28:46 ++ cut -d/ -f2 02:28:46 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:28:46 + for file in '`ls cmd/**/Dockerfile`' 02:28:46 ++ dirname cmd/security-secretstore-setup/Dockerfile 02:28:46 ++ cut -d/ -f2 02:28:46 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:28:46 + for file in '`ls cmd/**/Dockerfile`' 02:28:46 ++ dirname cmd/support-notifications/Dockerfile 02:28:46 ++ cut -d/ -f2 02:28:46 + echo support-notifications,cmd/support-notifications/Dockerfile 02:28:46 + for file in '`ls cmd/**/Dockerfile`' 02:28:46 ++ dirname cmd/support-scheduler/Dockerfile 02:28:46 ++ cut -d/ -f2 02:28:46 + echo support-scheduler,cmd/support-scheduler/Dockerfile 02:28:46 + for file in '`ls cmd/**/Dockerfile`' 02:28:46 ++ dirname cmd/sys-mgmt-agent/Dockerfile 02:28:46 ++ cut -d/ -f2 02:28:46 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 02:28:46 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 02:28:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:28:47 02:28:47 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:28:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:28:47 latest: Pulling from edgex-devops/git-semver 02:28:47 31603596830f: Pulling fs layer 02:28:47 2a8b12db71e7: Pulling fs layer 02:28:47 6ca5941a6612: Pulling fs layer 02:28:47 ecc8261a40a4: Pulling fs layer 02:28:47 ecc8261a40a4: Waiting 02:28:47 2a8b12db71e7: Verifying Checksum 02:28:47 2a8b12db71e7: Download complete 02:28:47 31603596830f: Verifying Checksum 02:28:47 31603596830f: Download complete 02:28:47 6ca5941a6612: Verifying Checksum 02:28:47 6ca5941a6612: Download complete 02:28:47 ecc8261a40a4: Verifying Checksum 02:28:47 ecc8261a40a4: Download complete 02:28:48 31603596830f: Pull complete 02:28:48 2a8b12db71e7: Pull complete 02:28:49 6ca5941a6612: Pull complete 02:28:49 ecc8261a40a4: Pull complete 02:28:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:28:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:28:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:28:49 prd-centos7-docker-4c-2g-176 does not seem to be running inside a container 02:28:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:28:51 $ docker top cd79b077177ce253688a749653feaa94240ce48502a0f4b92b9858575b1ce67f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:28:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:28:52 [ssh-agent] Looking for ssh-agent implementation... 02:28:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:28:52 $ docker exec cd79b077177ce253688a749653feaa94240ce48502a0f4b92b9858575b1ce67f ssh-agent 02:28:52 SSH_AUTH_SOCK=/tmp/ssh-8UhCLtIaK1iy/agent.11 02:28:52 SSH_AGENT_PID=16 02:28:52 Running ssh-add (command line suppressed) 02:28:52 Identity added: /w/workspace/edgex-go/4@tmp/private_key_258969299647315923.key (/w/workspace/edgex-go/4@tmp/private_key_258969299647315923.key) 02:28:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:28:53 + git tag --points-at HEAD [Pipeline] } 02:28:53 $ docker exec --env ******** --env ******** cd79b077177ce253688a749653feaa94240ce48502a0f4b92b9858575b1ce67f ssh-agent -k 02:28:53 unset SSH_AUTH_SOCK; 02:28:53 unset SSH_AGENT_PID; 02:28:53 echo Agent pid 16 killed; 02:28:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:28:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:28:53 [ssh-agent] Looking for ssh-agent implementation... 02:28:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:28:53 $ docker exec cd79b077177ce253688a749653feaa94240ce48502a0f4b92b9858575b1ce67f ssh-agent 02:28:53 SSH_AUTH_SOCK=/tmp/ssh-uWe1ZqjJsYP8/agent.45 02:28:53 SSH_AGENT_PID=51 02:28:53 Running ssh-add (command line suppressed) 02:28:53 Identity added: /w/workspace/edgex-go/4@tmp/private_key_7698003750076135675.key (/w/workspace/edgex-go/4@tmp/private_key_7698003750076135675.key) 02:28:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:28:54 + git semver init 02:28:54 # -> Open(): unable to determine branch for HEAD 02:28:54 # $GIT_DIR = /w/workspace/edgex-go/4/.git 02:28:54 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 02:28:54 # $SEMVER_REMOTE_NAME = origin 02:28:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:28:54 # $SEMVER_USER_NAME = edgex-jenkins 02:28:54 # $SEMVER_BRANCH = PR-3359 02:28:54 # $SEMVER_TEMP = /tmp/semver-003691483 02:28:54 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 02:29:21 # '/tmp/semver-003691483' -> '/w/workspace/edgex-go/4/.semver' 02:29:21 # -> Force: false 02:29:21 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 02:29:21 $ docker exec --env ******** --env ******** cd79b077177ce253688a749653feaa94240ce48502a0f4b92b9858575b1ce67f ssh-agent -k 02:29:21 unset SSH_AUTH_SOCK; 02:29:21 unset SSH_AGENT_PID; 02:29:21 echo Agent pid 51 killed; 02:29:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:29:21 + git semver [Pipeline] } 02:29:21 $ docker stop --time=1 cd79b077177ce253688a749653feaa94240ce48502a0f4b92b9858575b1ce67f 02:29:23 $ docker rm -f cd79b077177ce253688a749653feaa94240ce48502a0f4b92b9858575b1ce67f [Pipeline] // withDockerContainer [Pipeline] sh 02:29:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:29:24 Stashed 1 file(s) [Pipeline] echo 02:29:24 [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 02:29:25 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:29:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:29:25 + sudo service docker restart 02:29:25 + true 02:29:25 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 02:29:26 ========================================================= 02:29:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:29:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:29:26 + 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 . 02:29:29 Sending build context to Docker daemon 329.4MB 02:29:29 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 02:29:29 Step 2/6 : FROM ${BASE} 02:29:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:29:30 188c0c94c7c5: Pulling fs layer 02:29:30 0ef7d3d256c8: Pulling fs layer 02:29:30 de9db76c5a1d: Pulling fs layer 02:29:30 bca2f99d35d6: Pulling fs layer 02:29:30 93359f2a8cfa: Pulling fs layer 02:29:30 7c6f9722023f: Pulling fs layer 02:29:30 a35cf1a2eb13: Pulling fs layer 02:29:30 93359f2a8cfa: Waiting 02:29:30 7c6f9722023f: Waiting 02:29:30 a35cf1a2eb13: Waiting 02:29:30 bca2f99d35d6: Waiting 02:29:30 de9db76c5a1d: Verifying Checksum 02:29:30 de9db76c5a1d: Download complete 02:29:30 0ef7d3d256c8: Verifying Checksum 02:29:30 0ef7d3d256c8: Download complete 02:29:30 93359f2a8cfa: Download complete 02:29:30 7c6f9722023f: Verifying Checksum 02:29:30 7c6f9722023f: Download complete 02:29:30 188c0c94c7c5: Verifying Checksum 02:29:30 188c0c94c7c5: Download complete 02:29:30 188c0c94c7c5: Pull complete 02:29:30 0ef7d3d256c8: Pull complete 02:29:31 de9db76c5a1d: Pull complete 02:29:32 a35cf1a2eb13: Download complete 02:29:33 bca2f99d35d6: Verifying Checksum 02:29:33 bca2f99d35d6: Download complete 02:29:39 Still waiting to schedule task 02:29:39 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:29:40 bca2f99d35d6: Pull complete 02:29:40 93359f2a8cfa: Pull complete 02:29:40 7c6f9722023f: Pull complete 02:29:43 a35cf1a2eb13: Pull complete 02:29:43 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:29:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:29:43 ---> a62c8e92a672 02:29:43 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 02:29:43 ---> Running in 31899a1e5461 02:29:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:29:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:29:46 (1/12) Installing libmagic (5.38-r0) 02:29:46 (2/12) Installing file (5.38-r0) 02:29:46 (3/12) Installing libc-dev (0.7.2-r3) 02:29:46 (4/12) Installing g++ (9.3.0-r2) 02:30:01 (5/12) Installing fortify-headers (1.1-r0) 02:30:01 (6/12) Installing patch (2.7.6-r6) 02:30:01 (7/12) Installing build-base (0.5-r2) 02:30:01 (8/12) Installing libsodium (1.0.18-r0) 02:30:01 (9/12) Installing pkgconf (1.7.2-r0) 02:30:01 (10/12) Installing libsodium-dev (1.0.18-r0) 02:30:01 (11/12) Installing libzmq (4.3.3-r0) 02:30:01 (12/12) Installing zeromq-dev (4.3.3-r0) 02:30:01 Executing busybox-1.31.1-r19.trigger 02:30:01 OK: 233 MiB in 51 packages 02:30:04 Removing intermediate container 31899a1e5461 02:30:04 ---> e3abe43b7949 02:30:04 Step 4/6 : WORKDIR /edgex-go 02:30:04 ---> Running in c2acd5798b93 02:30:04 Removing intermediate container c2acd5798b93 02:30:04 ---> 5172208abff6 02:30:04 Step 5/6 : COPY go.mod . 02:30:04 ---> abbcf9078673 02:30:04 Step 6/6 : RUN go mod download 02:30:04 ---> Running in f04cb38c1b65 02:30:31 Removing intermediate container f04cb38c1b65 02:30:31 ---> 3764c6987377 02:30:31 Successfully built 3764c6987377 02:30:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:30:31 + docker inspect -f . ci-base-image-x86_64 02:30:31 . [Pipeline] withDockerContainer 02:30:31 prd-centos7-docker-4c-2g-176 does not seem to be running inside a container 02:30:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat 02:30:32 $ docker top b60f22b6d7e4aa4948870b046e29f056561929ab462acd48dbe4c581a30e3673 -eo pid,comm [Pipeline] { [Pipeline] sh 02:30:33 + go version 02:30:33 go version go1.15.5 linux/amd64 [Pipeline] } 02:30:33 $ docker stop --time=1 b60f22b6d7e4aa4948870b046e29f056561929ab462acd48dbe4c581a30e3673 02:30:34 $ docker rm -f b60f22b6d7e4aa4948870b046e29f056561929ab462acd48dbe4c581a30e3673 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:30:35 + docker inspect -f . ci-base-image-x86_64 02:30:35 . [Pipeline] withDockerContainer 02:30:35 prd-centos7-docker-4c-2g-176 does not seem to be running inside a container 02:30:35 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat 02:30:36 $ docker top a5f55946711f1a95a8af23d6b03f70a8d986dc25b7cea6c6790799a87213c80a -eo pid,comm [Pipeline] { [Pipeline] echo 02:30:36 ========================================================= 02:30:36 [edgeXBuildGoParallel] Running Tests and Build... 02:30:36 ========================================================= [Pipeline] sh 02:30:36 + make test 02:30:36 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:30:46 ? github.com/edgexfoundry/edgex-go [no test files] 02:31:05 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:31:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:31:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:31:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:31:10 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 02:31:10 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:31:10 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:31:11 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:31:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:31:12 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:31:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:31:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:31:15 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:31:19 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.138s coverage: 45.9% of statements 02:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 02:31:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.066s coverage: 19.8% of statements 02:31:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.111s coverage: 100.0% of statements 02:31:22 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.173s coverage: 27.1% of statements 02:31:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:31:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:31:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:31:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:31:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:31:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:31:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.072s coverage: 100.0% of statements 02:31:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:31:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.099s coverage: 100.0% of statements 02:31:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:31:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:31:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.087s coverage: 71.3% of statements 02:31:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:31:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:31:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.159s coverage: 82.9% of statements 02:31:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:31:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:31:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.080s coverage: 78.9% of statements 02:31:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:31:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.485s coverage: 28.6% of statements 02:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:31:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.103s coverage: 100.0% of statements 02:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:31:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.067s coverage: 100.0% of statements 02:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:31:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.156s coverage: 86.7% of statements 02:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:31:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.165s coverage: 97.5% of statements 02:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:31:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.108s coverage: 78.3% of statements 02:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:31:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:31:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.398s coverage: 92.8% of statements 02:31:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:31:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:31:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:31:29 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:31:29 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:31:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:31:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:31:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:31:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:31:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:31:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:31:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:31:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:31:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:31:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:31:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:31:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:31:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:31:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.076s coverage: 58.8% of statements 02:31:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:31:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:31:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.9% of statements 02:31:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:31:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 02:31:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 02:31:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.093s coverage: 47.1% of statements 02:31:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.069s coverage: 79.5% of statements 02:31:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements 02:31:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.147s coverage: 96.3% of statements 02:31:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements 02:31:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-178 in /w/workspace/edgexfoundry_edgex-go_PR-3359 [Pipeline] { [Pipeline] ws 02:31:30 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 02:31:36 using credential edgex-jenkins-ssh 02:31:36 Cloning the remote Git repository 02:31:36 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:31:36 > git init /w/workspace/edgex-go/4 # timeout=10 02:31:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:31:36 > git --version # timeout=10 02:31:36 > git --version # 'git version 2.17.1' 02:31:36 using GIT_SSH to set credentials SSH Credentials for GitHub 02:31:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:31:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.064s coverage: 94.4% of statements 02:31:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements 02:31:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.199s coverage: 81.9% of statements 02:31:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 02:31:53 Merging remotes/origin/master commit c419618f783e51adc3e0be9d68d8defacfb69d2d into PR head commit e57d11fc724b95dd60cefb397962e98a5b5d26dd 02:31:54 Merge succeeded, producing e57d11fc724b95dd60cefb397962e98a5b5d26dd 02:31:54 Checking out Revision e57d11fc724b95dd60cefb397962e98a5b5d26dd (PR-3359) 02:31:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:31:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:31:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:31:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:31:52 using GIT_SSH to set credentials SSH Credentials for GitHub 02:31:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3359/head:refs/remotes/origin/PR-3359 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:31:53 > git config core.sparsecheckout # timeout=10 02:31:53 > git checkout -f e57d11fc724b95dd60cefb397962e98a5b5d26dd # timeout=10 02:31:53 > git remote # timeout=10 02:31:53 > git config --get remote.origin.url # timeout=10 02:31:53 using GIT_SSH to set credentials SSH Credentials for GitHub 02:31:54 > git merge c419618f783e51adc3e0be9d68d8defacfb69d2d # timeout=10 02:31:54 > git rev-parse HEAD^{commit} # timeout=10 02:31:54 > git config core.sparsecheckout # timeout=10 02:31:54 > git checkout -f e57d11fc724b95dd60cefb397962e98a5b5d26dd # timeout=10 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.085s coverage: 92.9% of statements 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 75.5% of statements 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.086s coverage: 87.2% of statements 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.6% of statements 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.103s coverage: 91.6% of statements 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.207s coverage: 64.4% of statements 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.046s coverage: 100.0% of statements 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.328s coverage: 69.0% of statements 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.118s coverage: 38.4% of statements 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.037s coverage: 89.5% of statements 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.034s coverage: 84.8% of statements 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.142s coverage: 47.0% of statements 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.069s coverage: 10.5% of statements 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.132s coverage: 87.7% of statements 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.780s coverage: 29.1% of statements 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.078s coverage: 100.0% of statements 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.108s coverage: 95.6% of statements 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:31:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 28.1% of statements 02:31:55 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 02:31:55 GO111MODULE=on go vet ./... 02:31:58 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:31:59 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:32:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:32:00 + true 02:32:00 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:32:03 provisioning config files... 02:32:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config2049412164069149549tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:32:03 ---> docker-login.sh 02:32:03 nexus3.edgexfoundry.org:10001 02:32:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:32:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:32:04 Configure a credential helper to remove this warning. See 02:32:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:32:04 02:32:04 Login Succeeded 02:32:04 nexus3.edgexfoundry.org:10002 02:32:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:32:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:32:06 Configure a credential helper to remove this warning. See 02:32:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:32:06 02:32:06 Login Succeeded 02:32:06 nexus3.edgexfoundry.org:10003 02:32:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:32:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:32:06 Configure a credential helper to remove this warning. See 02:32:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:32:06 02:32:06 Login Succeeded 02:32:06 nexus3.edgexfoundry.org:10004 02:32:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:32:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:32:07 Configure a credential helper to remove this warning. See 02:32:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:32:07 02:32:07 Login Succeeded 02:32:07 docker.io 02:32:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:32:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:32:08 Configure a credential helper to remove this warning. See 02:32:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:32:08 02:32:08 Login Succeeded 02:32:08 ---> docker-login.sh ends [Pipeline] } 02:32:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:32:08 ========================================================= 02:32:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:32:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:32:08 + 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 . 02:32:11 Sending build context to Docker daemon 167.2MB 02:32:11 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 02:32:11 Step 2/6 : FROM ${BASE} 02:32:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:32:11 5f621e34cdf4: Pulling fs layer 02:32:11 a4357932f1b6: Pulling fs layer 02:32:11 18c013af1878: Pulling fs layer 02:32:11 00ac8860ef70: Pulling fs layer 02:32:11 63d7cb157983: Pulling fs layer 02:32:11 b116817d02f9: Pulling fs layer 02:32:11 745a02a5169b: Pulling fs layer 02:32:11 63d7cb157983: Waiting 02:32:11 b116817d02f9: Waiting 02:32:11 745a02a5169b: Waiting 02:32:11 00ac8860ef70: Waiting 02:32:11 18c013af1878: Verifying Checksum 02:32:11 18c013af1878: Download complete 02:32:11 a4357932f1b6: Verifying Checksum 02:32:11 a4357932f1b6: Download complete 02:32:11 b116817d02f9: Download complete 02:32:11 5f621e34cdf4: Download complete 02:32:11 5f621e34cdf4: Pull complete 02:32:12 a4357932f1b6: Pull complete 02:32:13 18c013af1878: Pull complete 02:32:13 745a02a5169b: Verifying Checksum 02:32:13 745a02a5169b: Download complete 02:32:15 00ac8860ef70: Download complete 02:32:22 gofmt -l . 02:32:23 [ "`gofmt -l .`" = "" ] 02:32:24 ./bin/test-go-mod-tidy.sh 02:32:24 ./bin/test-attribution-txt.sh 02:32:25 An attribution for golang.org/x/text is missing from Attribution.txt, please add 02:32:25 make: *** [Makefile:99: test] Error 1 [Pipeline] } 02:32:25 $ docker stop --time=1 a5f55946711f1a95a8af23d6b03f70a8d986dc25b7cea6c6790799a87213c80a 02:32:25 00ac8860ef70: Pull complete 02:32:25 63d7cb157983: Pull complete 02:32:26 b116817d02f9: Pull complete 02:32:27 $ docker rm -f a5f55946711f1a95a8af23d6b03f70a8d986dc25b7cea6c6790799a87213c80a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:32:28 Failed in branch amd64 02:32:30 745a02a5169b: Pull complete 02:32:30 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:32:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:32:30 ---> b7e6874047d6 02:32:30 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 02:32:33 ---> Running in 00f285b6099d 02:32:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:32:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:32:37 (1/12) Installing libmagic (5.38-r0) 02:32:37 (2/12) Installing file (5.38-r0) 02:32:37 (3/12) Installing libc-dev (0.7.2-r3) 02:32:37 (4/12) Installing g++ (9.3.0-r2) 02:32:42 (5/12) Installing fortify-headers (1.1-r0) 02:32:42 (6/12) Installing patch (2.7.6-r6) 02:32:42 (7/12) Installing build-base (0.5-r2) 02:32:42 (8/12) Installing libsodium (1.0.18-r0) 02:32:42 (9/12) Installing pkgconf (1.7.2-r0) 02:32:42 (10/12) Installing libsodium-dev (1.0.18-r0) 02:32:42 (11/12) Installing libzmq (4.3.3-r0) 02:32:42 (12/12) Installing zeromq-dev (4.3.3-r0) 02:32:42 Executing busybox-1.31.1-r19.trigger 02:32:42 OK: 217 MiB in 51 packages 02:32:46 Removing intermediate container 00f285b6099d 02:32:46 ---> a653cdafd3f4 02:32:46 Step 4/6 : WORKDIR /edgex-go 02:32:46 ---> Running in 958ebbf8901a 02:32:47 Removing intermediate container 958ebbf8901a 02:32:47 ---> 4f853433b13e 02:32:47 Step 5/6 : COPY go.mod . 02:32:47 ---> 0fa9d07c42cb 02:32:47 Step 6/6 : RUN go mod download 02:32:47 ---> Running in ea21f1975118 02:33:14 Removing intermediate container ea21f1975118 02:33:14 ---> f7e34db83a23 02:33:14 Successfully built f7e34db83a23 02:33:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:33:15 + docker inspect -f . ci-base-image-arm64 02:33:15 . [Pipeline] withDockerContainer 02:33:15 prd-ubuntu18.04-docker-arm64-4c-16g-178 does not seem to be running inside a container 02:33:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-arm64 cat 02:33:16 $ docker top b663d75010a112d7f5cdaa1a4318fc86f2774bfbeef4c51445c12fde17b7fddb -eo pid,comm [Pipeline] { [Pipeline] sh 02:33:17 + go version 02:33:17 go version go1.15.5 linux/arm64 [Pipeline] } 02:33:17 $ docker stop --time=1 b663d75010a112d7f5cdaa1a4318fc86f2774bfbeef4c51445c12fde17b7fddb 02:33:19 $ docker rm -f b663d75010a112d7f5cdaa1a4318fc86f2774bfbeef4c51445c12fde17b7fddb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:33:20 + docker inspect -f . ci-base-image-arm64 02:33:20 . [Pipeline] withDockerContainer 02:33:20 prd-ubuntu18.04-docker-arm64-4c-16g-178 does not seem to be running inside a container 02:33:20 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-arm64 cat 02:33:22 $ docker top 5bf05823164aeb14659cff6bb4bcf4110bae6097f798b8510cce8caab9fc953d -eo pid,comm [Pipeline] { [Pipeline] echo 02:33:22 ========================================================= 02:33:22 [edgeXBuildGoParallel] Running Tests and Build... 02:33:22 ========================================================= [Pipeline] sh 02:33:23 + make test 02:33:23 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:33:45 ? github.com/edgexfoundry/edgex-go [no test files] 02:34:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:34:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:34:48 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:34:48 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:34:50 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 02:34:50 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:34:50 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:34:51 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:34:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:34:55 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:35:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:35:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:35:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:35:10 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.290s coverage: 45.9% of statements 02:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:35:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 02:35:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.167s coverage: 19.8% of statements 02:35:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.248s coverage: 100.0% of statements 02:35:17 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.639s coverage: 27.1% of statements 02:35:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:35:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:35:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:35:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:35:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:35:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:35:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.134s coverage: 100.0% of statements 02:35:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:35:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.201s coverage: 100.0% of statements 02:35:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:35:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:35:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.250s coverage: 71.3% of statements 02:35:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:35:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:35:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.418s coverage: 82.9% of statements 02:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:35:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.144s coverage: 78.9% of statements 02:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:35:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.185s coverage: 28.6% of statements 02:35:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:35:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:35:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:35:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:35:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:35:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.213s coverage: 100.0% of statements 02:35:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:35:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.217s coverage: 100.0% of statements 02:35:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:35:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.579s coverage: 86.7% of statements 02:35:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:35:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.449s coverage: 97.5% of statements 02:35:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:35:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.257s coverage: 78.3% of statements 02:35:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:35:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:35:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:35:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:35:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.229s coverage: 92.8% of statements 02:35:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:35:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:35:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:35:39 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:35:39 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:35:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:35:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:35:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:35:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:35:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:35:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:35:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:35:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:35:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:35:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:35:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:35:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:35:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:35:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.131s coverage: 58.8% of statements 02:35:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:35:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:35:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.178s coverage: 0.9% of statements 02:35:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:35:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 02:35:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 02:35:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.139s coverage: 47.1% of statements 02:35:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.175s coverage: 79.5% of statements 02:35:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.180s coverage: 94.1% of statements 02:35:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.152s coverage: 96.3% of statements 02:35:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.157s coverage: 87.5% of statements 02:35:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.174s coverage: 94.4% of statements 02:35:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.128s coverage: 44.8% of statements 02:35:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.529s coverage: 81.9% of statements 02:35:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 02:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.190s coverage: 92.9% of statements 02:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 02:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 02:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 02:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 02:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 02:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 02:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 02:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 02:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements 02:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements 02:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.150s coverage: 75.5% of statements 02:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.121s coverage: 80.8% of statements 02:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.203s coverage: 87.2% of statements 02:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.210s coverage: 84.6% of statements 02:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.250s coverage: 91.6% of statements 02:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.638s coverage: 64.4% of statements 02:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.116s coverage: 100.0% of statements 02:36:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.103s coverage: 91.3% of statements 02:36:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements 02:36:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements 02:36:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements 02:36:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.935s coverage: 69.0% of statements 02:36:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:36:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:36:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 02:36:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.474s coverage: 38.4% of statements 02:36:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:36:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:36:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.116s coverage: 89.5% of statements 02:36:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 02:36:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.087s coverage: 84.8% of statements 02:36:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.535s coverage: 47.0% of statements 02:36:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:36:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:36:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:36:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:36:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:36:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements 02:36:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:36:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.159s coverage: 100.0% of statements 02:36:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:36:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 02:36:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.151s coverage: 10.5% of statements 02:36:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 02:36:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.495s coverage: 87.7% of statements 02:36:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 02:36:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 02:36:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 02:36:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.598s coverage: 29.1% of statements 02:36:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:36:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:36:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:36:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:36:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:36:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.205s coverage: 99.0% of statements 02:36:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:36:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.171s coverage: 100.0% of statements 02:36:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:36:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 02:36:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 02:36:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 02:36:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.306s coverage: 95.6% of statements 02:36:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 02:36:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 02:36:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 02:36:32 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 02:36:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:36:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.074s coverage: 100.0% of statements 02:36:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:36:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:36:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:36:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:36:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements 02:36:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:36:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:36:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.076s coverage: 100.0% of statements 02:36:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.132s coverage: 28.1% of statements 02:36:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.081s coverage: 100.0% of statements 02:36:34 GO111MODULE=on go vet ./... 02:37:56 gofmt -l . 02:37:56 [ "`gofmt -l .`" = "" ] 02:37:59 ./bin/test-go-mod-tidy.sh 02:38:00 ./bin/test-attribution-txt.sh 02:38:01 An attribution for golang.org/x/text is missing from Attribution.txt, please add 02:38:01 make: *** [Makefile:99: test] Error 1 [Pipeline] } 02:38:01 $ docker stop --time=1 5bf05823164aeb14659cff6bb4bcf4110bae6097f798b8510cce8caab9fc953d 02:38:04 $ docker rm -f 5bf05823164aeb14659cff6bb4bcf4110bae6097f798b8510cce8caab9fc953d [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 Post stage [Pipeline] libraryResource [Pipeline] sh 02:38:06 ---> job-cost.sh 02:38:06 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ievt 02:38:53 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:40:44 lf-activate-venv(): INFO: Adding /tmp/venv-ievt/bin to PATH 02:40:44 INFO: No Stack... 02:40:44 INFO: Retrieving Pricing Info for: lf-standard-4 02:40:44 INFO: Archiving Costs [Pipeline] sh 02:40:45 + + cutcat -d, /w/workspace/edgex-go/4/archives/cost.csv -f6 02:40:45 [Pipeline] lock 02:40:45 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3359-4-stack-cost] 02:40:45 Resource [jenkins-edgexfoundry-edgex-go-PR-3359-4-stack-cost] did not exist. Created. 02:40:45 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3359-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:40:46 + echo total: 0.20999999344348907 [Pipeline] stash 02:40:47 Stashed 1 file(s) [Pipeline] } 02:40:47 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3359-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:40:47 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] { (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 02:40:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:40:49 ---> package-listing.sh 02:40:49 ++ facter osfamily 02:40:49 ++ tr '[:upper:]' '[:lower:]' 02:40:49 + OS_FAMILY=redhat 02:40:49 + workspace=/w/workspace/edgex-go/4 02:40:49 + START_PACKAGES=/tmp/packages_start.txt 02:40:49 + END_PACKAGES=/tmp/packages_end.txt 02:40:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:40:49 + PACKAGES=/tmp/packages_start.txt 02:40:49 + '[' /w/workspace/edgex-go/4 ']' 02:40:49 + PACKAGES=/tmp/packages_end.txt 02:40:49 + case "${OS_FAMILY}" in 02:40:49 + rpm -qa 02:40:49 + sort 02:40:54 + '[' -f /tmp/packages_start.txt ']' 02:40:54 + '[' -f /tmp/packages_end.txt ']' 02:40:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:40:54 + '[' /w/workspace/edgex-go/4 ']' 02:40:54 + mkdir -p /w/workspace/edgex-go/4/archives/ 02:40:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 02:40:54 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:40:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:40:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:40:55 02:40:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:40:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:40:55 alpine: Pulling from edgex-lftools-log-publisher 02:40:55 df20fa9351a1: Pulling fs layer 02:40:55 36b3adc4ff6f: Pulling fs layer 02:40:55 8ad3a11d3b57: Pulling fs layer 02:40:55 46f8f816bc3b: Pulling fs layer 02:40:55 93b61091891f: Pulling fs layer 02:40:55 93b9cdb0e59b: Pulling fs layer 02:40:55 5e14af77c1be: Pulling fs layer 02:40:55 01666e4c0597: Pulling fs layer 02:40:55 aa168da1d23b: Pulling fs layer 02:40:55 93b9cdb0e59b: Waiting 02:40:55 01666e4c0597: Waiting 02:40:55 aa168da1d23b: Waiting 02:40:55 5e14af77c1be: Waiting 02:40:55 46f8f816bc3b: Waiting 02:40:55 93b61091891f: Waiting 02:40:55 36b3adc4ff6f: Verifying Checksum 02:40:55 36b3adc4ff6f: Download complete 02:40:55 46f8f816bc3b: Verifying Checksum 02:40:55 46f8f816bc3b: Download complete 02:40:55 df20fa9351a1: Verifying Checksum 02:40:55 df20fa9351a1: Download complete 02:40:55 93b9cdb0e59b: Verifying Checksum 02:40:55 93b9cdb0e59b: Download complete 02:40:55 93b61091891f: Verifying Checksum 02:40:55 93b61091891f: Download complete 02:40:55 5e14af77c1be: Verifying Checksum 02:40:55 5e14af77c1be: Download complete 02:40:55 01666e4c0597: Verifying Checksum 02:40:55 01666e4c0597: Download complete 02:40:55 8ad3a11d3b57: Verifying Checksum 02:40:55 8ad3a11d3b57: Download complete 02:40:56 df20fa9351a1: Pull complete 02:40:56 36b3adc4ff6f: Pull complete 02:40:57 8ad3a11d3b57: Pull complete 02:40:57 46f8f816bc3b: Pull complete 02:40:57 aa168da1d23b: Verifying Checksum 02:40:57 aa168da1d23b: Download complete 02:40:57 93b61091891f: Pull complete 02:40:58 93b9cdb0e59b: Pull complete 02:40:58 5e14af77c1be: Pull complete 02:40:58 01666e4c0597: Pull complete 02:41:06 aa168da1d23b: Pull complete 02:41:06 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:41:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:41:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:41:06 prd-centos7-docker-4c-2g-176 does not seem to be running inside a container 02:41:06 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:41:10 $ docker top 287dfa6abd850fc4acbce7e97681ed6b9f0b5351f82cdf653e991f8bc2d0a5b8 -eo pid,comm [Pipeline] { [Pipeline] sh 02:41:11 + touch /tmp/pre-build-complete [Pipeline] sh 02:41:11 + mkdir -p /var/log/sa [Pipeline] sh 02:41:11 + ls /var/log/sa-host 02:41:11 + sadf -c /var/log/sa-host/sa15 02:41:11 file_magic: OK 02:41:11 HZ: Using current value: 100 02:41:11 file_header: OK 02:41:11 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 02:41:11 Statistics: 02:41:11 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... 02:41:11 File successfully converted to sysstat format version 12.2.1 02:41:11 + sadf -c /var/log/sa-host/sa23 02:41:11 file_magic: OK 02:41:11 HZ: Using current value: 100 02:41:11 file_header: OK 02:41:11 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 02:41:11 Statistics: 02:41:11 Hnuu...uuuununununu... 02:41:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:41:12 provisioning config files... 02:41:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config9069877314393487738tmp [Pipeline] { [Pipeline] echo 02:41:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:41:12 ---> create-netrc.sh [Pipeline] } 02:41:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:41:12 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:41:13 ---> python-tools-install.sh [Pipeline] echo 02:41:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:41:13 ---> sudo-logs.sh 02:41:13 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:41:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:41:13 ---> job-cost.sh 02:41:13 lf-activate-venv: SKIPPING 02:41:13 DEBUG: total: 0.20999999344348907 02:41:13 INFO: Retrieving Stack Cost... 02:41:15 INFO: Retrieving Pricing Info for: v1-standard-2 02:41:16 INFO: Archiving Costs [Pipeline] echo 02:41:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:41:16 ---> logs-deploy.sh 02:41:16 lf-activate-venv: SKIPPING 02:41:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3359/4 02:41:16 INFO: archiving workspace using pattern(s): 02:41:18 Archives upload complete. 02:41:18 INFO: archiving logs to Nexus 02:41:19 ---> uname -a: 02:41:19 Linux prd-centos7-docker-4c-2g-176.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:41:19 02:41:19 02:41:19 ---> lscpu: 02:41:19 Architecture: x86_64 02:41:19 CPU op-mode(s): 32-bit, 64-bit 02:41:19 Byte Order: Little Endian 02:41:19 Address sizes: 40 bits physical, 48 bits virtual 02:41:19 CPU(s): 4 02:41:19 On-line CPU(s) list: 0-3 02:41:19 Thread(s) per core: 1 02:41:19 Core(s) per socket: 1 02:41:19 Socket(s): 4 02:41:19 NUMA node(s): 1 02:41:19 Vendor ID: GenuineIntel 02:41:19 CPU family: 6 02:41:19 Model: 44 02:41:19 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:41:19 Stepping: 1 02:41:19 CPU MHz: 2933.438 02:41:19 BogoMIPS: 5866.87 02:41:19 Virtualization: VT-x 02:41:19 Hypervisor vendor: KVM 02:41:19 Virtualization type: full 02:41:19 L1d cache: 128 KiB 02:41:19 L1i cache: 128 KiB 02:41:19 L2 cache: 16 MiB 02:41:19 L3 cache: 64 MiB 02:41:19 NUMA node0 CPU(s): 0-3 02:41:19 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:41:19 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:41:19 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:41:19 Vulnerability Meltdown: Mitigation; PTI 02:41:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:41:19 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:41:19 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:41:19 Vulnerability Srbds: Not affected 02:41:19 Vulnerability Tsx async abort: Not affected 02:41:19 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 02:41:19 02:41:19 02:41:19 ---> nproc: 02:41:19 4 02:41:19 02:41:19 02:41:19 ---> df -h: 02:41:19 Filesystem Size Used Available Use% Mounted on 02:41:19 overlay 50.0G 8.2G 41.7G 16% / 02:41:19 tmpfs 64.0M 0 64.0M 0% /dev 02:41:19 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:41:19 shm 64.0M 0 64.0M 0% /dev/shm 02:41:19 /dev/vda1 50.0G 8.2G 41.7G 16% /facter-os 02:41:19 /dev/vda1 50.0G 8.2G 41.7G 16% /etc/resolv.conf 02:41:19 /dev/vda1 50.0G 8.2G 41.7G 16% /etc/hostname 02:41:19 /dev/vda1 50.0G 8.2G 41.7G 16% /etc/hosts 02:41:19 /dev/vda1 50.0G 8.2G 41.7G 16% /run/cloud-init/result.json 02:41:19 /dev/vda1 50.0G 8.2G 41.7G 16% /var/log/sa-host 02:41:19 /dev/vda1 50.0G 8.2G 41.7G 16% /var/log/secure 02:41:19 /dev/vda1 50.0G 8.2G 41.7G 16% /var/log/auth.log 02:41:19 /dev/vda1 50.0G 8.2G 41.7G 16% /w/workspace/edgex-go/4 02:41:19 /dev/vda1 50.0G 8.2G 41.7G 16% /w/workspace/edgex-go/4@tmp 02:41:19 02:41:19 02:41:19 ---> free -m: 02:41:19 total used free shared buff/cache available 02:41:19 Mem: 1837 766 118 0 952 978 02:41:19 Swap: 1023 3 1020 02:41:19 02:41:19 02:41:19 ---> ip addr: 02:41:19 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:41:19 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:41:19 inet 127.0.0.1/8 scope host lo 02:41:19 valid_lft forever preferred_lft forever 02:41:19 inet6 ::1/128 scope host 02:41:19 valid_lft forever preferred_lft forever 02:41:19 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:41:19 link/ether fa:16:3e:71:8b:25 brd ff:ff:ff:ff:ff:ff 02:41:19 inet 10.30.122.23/23 brd 10.30.123.255 scope global dynamic eth0 02:41:19 valid_lft 85597sec preferred_lft 85597sec 02:41:19 inet6 fe80::f816:3eff:fe71:8b25/64 scope link 02:41:19 valid_lft forever preferred_lft forever 02:41:19 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:41:19 link/ether 02:42:25:58:e4:db brd ff:ff:ff:ff:ff:ff 02:41:19 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:41:19 valid_lft forever preferred_lft forever 02:41:19 inet6 fe80::42:25ff:fe58:e4db/64 scope link 02:41:19 valid_lft forever preferred_lft forever 02:41:19 02:41:19 02:41:19 ---> sar -b -r -n DEV: 02:41:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/15/21 _x86_64_ (4 CPU) 02:41:19 02:41:19 02:27:43 LINUX RESTART (4 CPU) 02:41:19 02:41:19 02:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:41:19 02:29:01 198.42 104.34 94.08 0.00 10794.04 44731.63 0.00 02:41:19 02:30:01 210.42 103.03 107.39 0.00 7098.29 46615.44 0.00 02:41:19 02:31:01 265.35 103.36 162.00 0.00 3905.30 21973.28 0.00 02:41:19 02:32:01 111.73 47.15 64.58 0.00 1602.79 6942.85 0.00 02:41:19 02:33:01 80.46 33.54 46.92 0.00 1882.56 4876.91 0.00 02:41:19 02:34:01 1.85 0.02 1.83 0.00 0.53 25.87 0.00 02:41:19 02:35:01 1.30 0.93 0.37 0.00 50.10 4.96 0.00 02:41:19 02:36:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 02:41:19 02:37:01 0.28 0.00 0.28 0.00 0.00 3.35 0.00 02:41:19 02:38:02 0.23 0.00 0.23 0.00 0.00 3.00 0.00 02:41:19 02:39:01 0.30 0.00 0.30 0.00 0.00 3.71 0.00 02:41:19 02:40:01 0.25 0.00 0.25 0.00 0.00 2.47 0.00 02:41:19 02:41:01 81.29 56.71 24.58 0.00 4809.08 9659.52 0.00 02:41:19 Average: 73.39 34.63 38.76 0.00 2324.94 10390.81 0.00 02:41:19 02:41:19 02:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:41:19 02:29:01 70576 0 661620 35.16 2620 1146728 1316456 44.93 509684 1095752 59252 02:41:19 02:30:01 89496 0 724556 38.51 2140 1065352 1362140 46.49 546236 1003028 16 02:41:19 02:31:01 248760 0 821244 43.65 808 810732 1748816 59.68 617012 735112 11316 02:41:19 02:32:01 279456 0 823608 43.77 668 777812 1648284 56.25 578668 731092 55224 02:41:19 02:33:01 523184 0 702036 37.31 668 655656 1117528 38.14 508704 578600 8 02:41:19 02:34:01 525888 0 699328 37.17 668 655660 1102036 37.61 513960 571264 8 02:41:19 02:35:01 526384 0 697328 37.06 668 657164 1088708 37.16 513912 571320 8 02:41:19 02:36:01 526648 0 697056 37.05 668 657172 1088672 37.15 513852 571320 8 02:41:19 02:37:01 526288 0 697412 37.07 668 657176 1088792 37.16 514400 571320 8 02:41:19 02:38:02 527324 0 696368 37.01 668 657184 1088672 37.15 513864 571320 8 02:41:19 02:39:01 528264 0 695428 36.96 668 657184 1084724 37.02 512620 571320 8 02:41:19 02:40:01 528888 0 694796 36.93 668 657192 1083540 36.98 511640 571276 8 02:41:19 02:41:01 72764 0 771376 41.00 520 1036884 1510924 51.57 649360 876840 57880 02:41:19 Average: 382609 0 721704 38.36 931 776300 1256099 42.87 538762 693813 14135 02:41:19 02:41:19 02:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:41:19 02:29:01 vethe55b7c5 414.88 283.11 39.32 1023.73 0.00 0.00 0.00 0.00 02:41:19 02:29:01 eth0 969.73 914.91 4724.33 132.13 0.00 0.00 0.00 0.00 02:41:19 02:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:41:19 02:29:01 docker0 414.88 283.00 33.65 1023.72 0.00 0.00 0.00 0.00 02:41:19 02:30:01 eth0 847.66 974.27 4873.99 124.87 0.00 0.00 0.00 0.00 02:41:19 02:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:41:19 02:30:01 docker0 752.89 584.51 52.79 2033.40 0.00 0.00 0.00 0.00 02:41:19 02:31:01 veth056889b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 02:41:19 02:31:01 eth0 125.62 100.93 493.68 18.78 0.00 0.00 0.00 0.00 02:41:19 02:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:41:19 02:31:01 docker0 85.10 99.77 6.72 467.51 0.00 0.00 0.00 0.00 02:41:19 02:32:01 veth056889b 1.93 1.93 0.15 0.17 0.00 0.00 0.00 0.00 02:41:19 02:32:01 eth0 31.31 18.53 25.32 12.71 0.00 0.00 0.00 0.00 02:41:19 02:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:41:19 02:32:01 docker0 1.93 1.93 0.13 0.17 0.00 0.00 0.00 0.00 02:41:19 02:33:01 eth0 7.37 5.63 6.11 2.97 0.00 0.00 0.00 0.00 02:41:19 02:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:41:19 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:41:19 02:34:01 eth0 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 02:41:19 02:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:41:19 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:41:19 02:35:01 eth0 0.45 0.15 0.08 0.01 0.00 0.00 0.00 0.00 02:41:19 02:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:41:19 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:41:19 02:36:01 eth0 0.58 0.08 0.06 0.01 0.00 0.00 0.00 0.00 02:41:19 02:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:41:19 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:41:19 02:37:01 eth0 0.50 0.40 0.27 0.21 0.00 0.00 0.00 0.00 02:41:19 02:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:41:19 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:41:19 02:38:02 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 02:41:19 02:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:41:19 02:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:41:19 02:39:01 eth0 10.33 11.19 0.79 26.93 0.00 0.00 0.00 0.00 02:41:19 02:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:41:19 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:41:19 02:40:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:41:19 02:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:41:19 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:41:19 02:41:01 eth0 206.27 166.94 2141.21 64.06 0.00 0.00 0.00 0.00 02:41:19 02:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:41:19 02:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:41:19 Average: eth0 169.56 168.99 946.16 29.49 0.00 0.00 0.00 0.00 02:41:19 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:41:19 Average: docker0 96.60 74.62 7.18 271.38 0.00 0.00 0.00 0.00 02:41:19 02:41:19 02:41:19 ---> sar -P ALL: 02:41:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/15/21 _x86_64_ (4 CPU) 02:41:19 02:41:19 02:27:43 LINUX RESTART (4 CPU) 02:41:19 02:41:19 02:28:01 CPU %user %nice %system %iowait %steal %idle 02:41:19 02:29:01 all 18.84 0.00 10.03 8.14 0.07 62.92 02:41:19 02:29:01 0 20.09 0.00 10.42 9.60 0.07 59.82 02:41:19 02:29:01 1 17.99 0.00 9.82 7.00 0.08 65.11 02:41:19 02:29:01 2 20.00 0.00 10.25 6.36 0.08 63.31 02:41:19 02:29:01 3 17.26 0.00 9.63 9.65 0.05 63.41 02:41:19 02:30:01 all 13.56 0.00 7.28 1.46 0.07 77.63 02:41:19 02:30:01 0 15.04 0.00 7.74 0.74 0.09 76.39 02:41:19 02:30:01 1 13.43 0.00 7.58 2.08 0.07 76.84 02:41:19 02:30:01 2 14.68 0.00 7.44 0.75 0.07 77.05 02:41:19 02:30:01 3 11.11 0.00 6.34 2.27 0.07 80.21 02:41:19 02:31:01 all 29.10 0.00 9.55 5.43 0.10 55.82 02:41:19 02:31:01 0 29.22 0.00 9.57 4.64 0.10 56.47 02:41:19 02:31:01 1 30.85 0.00 9.44 5.11 0.12 54.48 02:41:19 02:31:01 2 27.99 0.00 10.14 6.71 0.12 55.04 02:41:19 02:31:01 3 28.34 0.00 9.04 5.26 0.07 57.30 02:41:19 02:32:01 all 50.60 0.00 13.36 2.99 0.16 32.88 02:41:19 02:32:01 0 50.10 0.00 13.62 3.27 0.17 32.85 02:41:19 02:32:01 1 51.10 0.00 13.76 3.13 0.21 31.79 02:41:19 02:32:01 2 50.22 0.00 13.26 2.83 0.10 33.59 02:41:19 02:32:01 3 51.01 0.00 12.79 2.75 0.16 33.30 02:41:19 02:33:01 all 21.77 0.00 7.29 2.00 0.08 68.87 02:41:19 02:33:01 0 21.80 0.00 7.52 1.86 0.12 68.70 02:41:19 02:33:01 1 21.65 0.00 7.53 2.32 0.05 68.45 02:41:19 02:33:01 2 21.80 0.00 6.84 2.39 0.05 68.92 02:41:19 02:33:01 3 21.82 0.00 7.25 1.45 0.09 69.39 02:41:19 02:34:01 all 0.17 0.00 0.05 0.00 0.00 99.78 02:41:19 02:34:01 0 0.00 0.00 0.03 0.00 0.00 99.97 02:41:19 02:34:01 1 0.08 0.00 0.05 0.00 0.00 99.87 02:41:19 02:34:01 2 0.07 0.00 0.07 0.00 0.00 99.87 02:41:19 02:34:01 3 0.52 0.00 0.05 0.00 0.00 99.43 02:41:19 02:35:01 all 0.23 0.00 0.22 0.00 0.01 99.53 02:41:19 02:35:01 0 0.08 0.00 0.25 0.00 0.00 99.67 02:41:19 02:35:01 1 0.10 0.00 0.20 0.00 0.02 99.68 02:41:19 02:35:01 2 0.12 0.00 0.20 0.00 0.00 99.68 02:41:19 02:35:01 3 0.62 0.00 0.25 0.00 0.03 99.10 02:41:19 02:36:01 all 0.15 0.00 0.04 0.00 0.00 99.81 02:41:19 02:36:01 0 0.05 0.00 0.05 0.00 0.00 99.90 02:41:19 02:36:01 1 0.03 0.00 0.05 0.00 0.00 99.92 02:41:19 02:36:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:41:19 02:36:01 3 0.52 0.00 0.03 0.00 0.00 99.45 02:41:19 02:37:01 all 0.17 0.00 0.06 0.00 0.00 99.77 02:41:19 02:37:01 0 0.05 0.00 0.07 0.00 0.00 99.88 02:41:19 02:37:01 1 0.05 0.00 0.03 0.00 0.00 99.92 02:41:19 02:37:01 2 0.03 0.00 0.05 0.00 0.02 99.90 02:41:19 02:37:01 3 0.55 0.00 0.08 0.00 0.00 99.37 02:41:19 02:38:02 all 0.15 0.00 0.03 0.00 0.00 99.81 02:41:19 02:38:02 0 0.03 0.00 0.02 0.00 0.00 99.95 02:41:19 02:38:02 1 0.03 0.00 0.05 0.00 0.00 99.92 02:41:19 02:38:02 2 0.05 0.00 0.05 0.00 0.00 99.90 02:41:19 02:38:02 3 0.50 0.00 0.00 0.00 0.02 99.48 02:41:19 02:39:01 all 0.18 0.00 0.09 0.00 0.00 99.72 02:41:19 02:39:01 0 0.19 0.00 0.14 0.00 0.00 99.68 02:41:19 02:39:01 1 0.12 0.00 0.08 0.00 0.00 99.80 02:41:19 02:39:01 2 0.20 0.00 0.08 0.00 0.02 99.69 02:41:19 02:39:01 3 0.22 0.00 0.07 0.00 0.00 99.71 02:41:19 02:41:19 02:39:01 CPU %user %nice %system %iowait %steal %idle 02:41:19 02:40:01 all 0.03 0.00 0.04 0.00 0.00 99.93 02:41:19 02:40:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:41:19 02:40:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:41:19 02:40:01 2 0.07 0.00 0.10 0.00 0.00 99.83 02:41:19 02:40:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:41:19 02:41:01 all 4.05 0.00 2.51 1.59 0.03 91.83 02:41:19 02:41:01 0 3.83 0.00 2.64 0.55 0.02 92.97 02:41:19 02:41:01 1 3.35 0.00 2.42 1.76 0.03 92.43 02:41:19 02:41:01 2 4.10 0.00 2.28 0.85 0.03 92.74 02:41:19 02:41:01 3 4.91 0.00 2.68 3.21 0.03 89.16 02:41:19 Average: all 10.47 0.00 3.82 1.64 0.04 84.03 02:41:19 Average: 0 10.59 0.00 3.94 1.56 0.04 83.86 02:41:19 Average: 1 10.45 0.00 3.86 1.62 0.04 84.02 02:41:19 Average: 2 10.51 0.00 3.84 1.51 0.04 84.10 02:41:19 Average: 3 10.34 0.00 3.64 1.87 0.04 84.11 02:41:19 02:41:19 02:41:19