Pull request #3385 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3d2dc8f606dcab2ed97cc6734f8513ac3ff4bc76+43abde9ba23a76d4b5d84ad674fe94457f4f4498 (c7a180ae2cf97b0fea496d743d1ad95e1da26691) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1232 in /w/workspace/edgexfoundry_edgex-go_PR-3385 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 43abde9ba23a76d4b5d84ad674fe94457f4f4498 into PR head commit 3d2dc8f606dcab2ed97cc6734f8513ac3ff4bc76 Merge succeeded, producing 3d2dc8f606dcab2ed97cc6734f8513ac3ff4bc76 Checking out Revision 3d2dc8f606dcab2ed97cc6734f8513ac3ff4bc76 (PR-3385) > 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/3385/head:refs/remotes/origin/PR-3385 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3d2dc8f606dcab2ed97cc6734f8513ac3ff4bc76 # 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 43abde9ba23a76d4b5d84ad674fe94457f4f4498 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3d2dc8f606dcab2ed97cc6734f8513ac3ff4bc76 # 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 18:55:55 Timeout set to expire in 6 hr 0 min > git rev-list --no-walk b18bf05b912360aa690800faf928df5bb7f61cdc # timeout=10 [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:55:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:55:55 ========================================================= 18:55:55 EdgeX Global Pipelines Version Info 18:55:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:55:57 ------------------- 18:55:57 stable info: 18:55:57 ------------------- 18:55:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:55:57 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:55:57 Message: update stable to v1.0.186 18:55:58 ------------------- 18:55:58 experimental info: 18:55:58 ------------------- 18:55:58 Commited By: **** collab-it+edgex@linuxfoundation.org 18:55:58 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 18:55:58 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3385 [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3385 [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3385 [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3d2dc8f606dcab2ed97cc6734f8513ac3ff4bc76 [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3d2dc8f [Pipeline] echo 18:55:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:55:58 provisioning config files... 18:55:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config2951434773040835619tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:55:59 ---> docker-login.sh 18:55:59 nexus3.edgexfoundry.org:10001 18:55:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:59 Configure a credential helper to remove this warning. See 18:55:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:59 18:55:59 Login Succeeded 18:55:59 nexus3.edgexfoundry.org:10002 18:55:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:59 Configure a credential helper to remove this warning. See 18:55:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:59 18:55:59 Login Succeeded 18:55:59 nexus3.edgexfoundry.org:10003 18:56:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:56:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:56:00 Configure a credential helper to remove this warning. See 18:56:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:56:00 18:56:00 Login Succeeded 18:56:00 nexus3.edgexfoundry.org:10004 18:56:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:56:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:56:00 Configure a credential helper to remove this warning. See 18:56:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:56:00 18:56:00 Login Succeeded 18:56:00 docker.io 18:56:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:56:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:56:00 Configure a credential helper to remove this warning. See 18:56:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:56:00 18:56:00 Login Succeeded 18:56:00 ---> docker-login.sh ends [Pipeline] } 18:56:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:56:00 ++ 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 18:56:00 + for file in '`ls cmd/**/Dockerfile`' 18:56:00 ++ dirname cmd/core-command/Dockerfile 18:56:00 ++ cut -d/ -f2 18:56:00 + echo core-command,cmd/core-command/Dockerfile 18:56:00 + for file in '`ls cmd/**/Dockerfile`' 18:56:00 ++ dirname cmd/core-data/Dockerfile 18:56:00 ++ cut -d/ -f2 18:56:00 + echo core-data,cmd/core-data/Dockerfile 18:56:00 + for file in '`ls cmd/**/Dockerfile`' 18:56:00 ++ dirname cmd/core-metadata/Dockerfile 18:56:00 ++ cut -d/ -f2 18:56:00 + echo core-metadata,cmd/core-metadata/Dockerfile 18:56:00 + for file in '`ls cmd/**/Dockerfile`' 18:56:00 ++ dirname cmd/security-bootstrapper/Dockerfile 18:56:00 ++ cut -d/ -f2 18:56:00 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:56:00 + for file in '`ls cmd/**/Dockerfile`' 18:56:00 ++ dirname cmd/security-proxy-setup/Dockerfile 18:56:00 ++ cut -d/ -f2 18:56:00 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:56:00 + for file in '`ls cmd/**/Dockerfile`' 18:56:00 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:56:00 ++ cut -d/ -f2 18:56:00 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:56:00 + for file in '`ls cmd/**/Dockerfile`' 18:56:00 ++ dirname cmd/support-notifications/Dockerfile 18:56:00 ++ cut -d/ -f2 18:56:00 + echo support-notifications,cmd/support-notifications/Dockerfile 18:56:00 + for file in '`ls cmd/**/Dockerfile`' 18:56:00 ++ dirname cmd/support-scheduler/Dockerfile 18:56:00 ++ cut -d/ -f2 18:56:00 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:56:00 + for file in '`ls cmd/**/Dockerfile`' 18:56:00 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:56:00 ++ cut -d/ -f2 18:56:00 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:56:01 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 18:56:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:56:01 18:56:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:56:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:56:01 latest: Pulling from edgex-devops/git-semver 18:56:01 31603596830f: Pulling fs layer 18:56:01 2a8b12db71e7: Pulling fs layer 18:56:01 6ca5941a6612: Pulling fs layer 18:56:01 ecc8261a40a4: Pulling fs layer 18:56:01 2a8b12db71e7: Download complete 18:56:01 31603596830f: Verifying Checksum 18:56:01 31603596830f: Download complete 18:56:02 ecc8261a40a4: Verifying Checksum 18:56:02 ecc8261a40a4: Download complete 18:56:02 6ca5941a6612: Verifying Checksum 18:56:02 6ca5941a6612: Download complete 18:56:02 31603596830f: Pull complete 18:56:02 2a8b12db71e7: Pull complete 18:56:03 6ca5941a6612: Pull complete 18:56:03 ecc8261a40a4: Pull complete 18:56:03 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:56:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:56:03 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:56:03 prd-centos7-docker-4c-2g-1232 does not seem to be running inside a container 18:56:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 18:56:06 $ docker top 658f61d9fff20b106309f6ffb86c5d43a0a718a938c5f20828bef53b89ed9464 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:56:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:56:06 [ssh-agent] Looking for ssh-agent implementation... 18:56:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:56:06 $ docker exec 658f61d9fff20b106309f6ffb86c5d43a0a718a938c5f20828bef53b89ed9464 ssh-agent 18:56:06 SSH_AUTH_SOCK=/tmp/ssh-wTUCTS1dhPHQ/agent.12 18:56:06 SSH_AGENT_PID=18 18:56:06 Running ssh-add (command line suppressed) 18:56:07 Identity added: /w/workspace/edgex-go/6@tmp/private_key_7665569924632271096.key (/w/workspace/edgex-go/6@tmp/private_key_7665569924632271096.key) 18:56:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:56:07 + git tag --points-at HEAD [Pipeline] } 18:56:07 $ docker exec --env ******** --env ******** 658f61d9fff20b106309f6ffb86c5d43a0a718a938c5f20828bef53b89ed9464 ssh-agent -k 18:56:07 unset SSH_AUTH_SOCK; 18:56:07 unset SSH_AGENT_PID; 18:56:07 echo Agent pid 18 killed; 18:56:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:56:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:56:07 [ssh-agent] Looking for ssh-agent implementation... 18:56:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:56:07 $ docker exec 658f61d9fff20b106309f6ffb86c5d43a0a718a938c5f20828bef53b89ed9464 ssh-agent 18:56:08 SSH_AUTH_SOCK=/tmp/ssh-Kv56BuxZINhS/agent.47 18:56:08 SSH_AGENT_PID=52 18:56:08 Running ssh-add (command line suppressed) 18:56:08 Identity added: /w/workspace/edgex-go/6@tmp/private_key_6299427901153445467.key (/w/workspace/edgex-go/6@tmp/private_key_6299427901153445467.key) 18:56:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:56:08 + git semver init 18:56:08 # -> Open(): unable to determine branch for HEAD 18:56:08 # $GIT_DIR = /w/workspace/edgex-go/6/.git 18:56:08 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 18:56:08 # $SEMVER_REMOTE_NAME = origin 18:56:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:56:08 # $SEMVER_USER_NAME = edgex-jenkins 18:56:08 # $SEMVER_BRANCH = PR-3385 18:56:08 # $SEMVER_TEMP = /tmp/semver-109015397 18:56:08 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:56:55 # '/tmp/semver-109015397' -> '/w/workspace/edgex-go/6/.semver' 18:56:55 # -> Force: false 18:56:55 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 18:56:55 $ docker exec --env ******** --env ******** 658f61d9fff20b106309f6ffb86c5d43a0a718a938c5f20828bef53b89ed9464 ssh-agent -k 18:56:55 unset SSH_AUTH_SOCK; 18:56:55 unset SSH_AGENT_PID; 18:56:55 echo Agent pid 52 killed; 18:56:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:56:56 + git semver [Pipeline] } 18:56:56 $ docker stop --time=1 658f61d9fff20b106309f6ffb86c5d43a0a718a938c5f20828bef53b89ed9464 18:56:58 $ docker rm -f 658f61d9fff20b106309f6ffb86c5d43a0a718a938c5f20828bef53b89ed9464 [Pipeline] // withDockerContainer [Pipeline] sh 18:56:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:56:59 Stashed 1 file(s) [Pipeline] echo 18:56:59 [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 18:56:59 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:57:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:57:00 + true 18:57:00 + sudo service docker restart 18:57:00 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:57:00 ========================================================= 18:57:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:57:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:57:01 + 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 . 18:57:04 Sending build context to Docker daemon 329.6MB 18:57:04 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:57:04 Step 2/6 : FROM ${BASE} 18:57:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:57:04 188c0c94c7c5: Pulling fs layer 18:57:04 0ef7d3d256c8: Pulling fs layer 18:57:04 de9db76c5a1d: Pulling fs layer 18:57:04 bca2f99d35d6: Pulling fs layer 18:57:04 93359f2a8cfa: Pulling fs layer 18:57:04 7c6f9722023f: Pulling fs layer 18:57:04 a35cf1a2eb13: Pulling fs layer 18:57:04 93359f2a8cfa: Waiting 18:57:04 7c6f9722023f: Waiting 18:57:04 a35cf1a2eb13: Waiting 18:57:04 bca2f99d35d6: Waiting 18:57:04 de9db76c5a1d: Verifying Checksum 18:57:04 de9db76c5a1d: Download complete 18:57:04 0ef7d3d256c8: Download complete 18:57:04 93359f2a8cfa: Verifying Checksum 18:57:04 93359f2a8cfa: Download complete 18:57:04 7c6f9722023f: Verifying Checksum 18:57:04 7c6f9722023f: Download complete 18:57:04 188c0c94c7c5: Verifying Checksum 18:57:04 188c0c94c7c5: Download complete 18:57:05 188c0c94c7c5: Pull complete 18:57:05 0ef7d3d256c8: Pull complete 18:57:05 de9db76c5a1d: Pull complete 18:57:06 a35cf1a2eb13: Verifying Checksum 18:57:06 a35cf1a2eb13: Download complete 18:57:07 bca2f99d35d6: Verifying Checksum 18:57:07 bca2f99d35d6: Download complete 18:57:12 bca2f99d35d6: Pull complete 18:57:12 93359f2a8cfa: Pull complete 18:57:12 7c6f9722023f: Pull complete 18:57:14 Still waiting to schedule task 18:57:14 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 18:57:16 a35cf1a2eb13: Pull complete 18:57:16 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:57:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:57:16 ---> a62c8e92a672 18:57:16 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 18:57:16 ---> Running in 626e466fd473 18:57:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:57:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:57:19 (1/12) Installing libmagic (5.38-r0) 18:57:20 (2/12) Installing file (5.38-r0) 18:57:20 (3/12) Installing libc-dev (0.7.2-r3) 18:57:20 (4/12) Installing g++ (9.3.0-r2) 18:57:47 (5/12) Installing fortify-headers (1.1-r0) 18:57:47 (6/12) Installing patch (2.7.6-r6) 18:57:47 (7/12) Installing build-base (0.5-r2) 18:57:47 (8/12) Installing libsodium (1.0.18-r0) 18:57:47 (9/12) Installing pkgconf (1.7.2-r0) 18:57:47 (10/12) Installing libsodium-dev (1.0.18-r0) 18:57:47 (11/12) Installing libzmq (4.3.3-r0) 18:57:47 (12/12) Installing zeromq-dev (4.3.3-r0) 18:57:47 Executing busybox-1.31.1-r19.trigger 18:57:47 OK: 233 MiB in 51 packages 18:57:49 Removing intermediate container 626e466fd473 18:57:49 ---> d361ca21e303 18:57:49 Step 4/6 : WORKDIR /edgex-go 18:57:49 ---> Running in 620160154cf9 18:57:49 Removing intermediate container 620160154cf9 18:57:49 ---> b9b30b1cbcaa 18:57:49 Step 5/6 : COPY go.mod . 18:57:49 ---> 41feb72895ef 18:57:49 Step 6/6 : RUN go mod download 18:57:49 ---> Running in 7e39e83aaf44 18:58:11 Removing intermediate container 7e39e83aaf44 18:58:11 ---> bc89e26963cf 18:58:11 Successfully built bc89e26963cf 18:58:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:58:12 + docker inspect -f . ci-base-image-x86_64 18:58:12 . [Pipeline] withDockerContainer 18:58:12 prd-centos7-docker-4c-2g-1232 does not seem to be running inside a container 18:58:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 18:58:12 $ docker top 0359b2319226a2f2fc89eddeee34ffac9d71bad6bc8c8f5391772f1a1e4b4e7f -eo pid,comm [Pipeline] { [Pipeline] sh 18:58:13 + go version 18:58:13 go version go1.15.5 linux/amd64 [Pipeline] } 18:58:13 $ docker stop --time=1 0359b2319226a2f2fc89eddeee34ffac9d71bad6bc8c8f5391772f1a1e4b4e7f 18:58:14 $ docker rm -f 0359b2319226a2f2fc89eddeee34ffac9d71bad6bc8c8f5391772f1a1e4b4e7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:58:15 + docker inspect -f . ci-base-image-x86_64 18:58:15 . [Pipeline] withDockerContainer 18:58:15 prd-centos7-docker-4c-2g-1232 does not seem to be running inside a container 18:58:15 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 18:58:15 $ docker top b396d5b938e1234a688ce22d645b72c5ecff705a329e4d651a5882c5fa8199df -eo pid,comm [Pipeline] { [Pipeline] echo 18:58:16 ========================================================= 18:58:16 [edgeXBuildGoParallel] Running Tests and Build... 18:58:16 ========================================================= [Pipeline] sh 18:58:16 + make test 18:58:16 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:58:26 ? github.com/edgexfoundry/edgex-go [no test files] 18:58:41 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:58:46 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:58:46 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:58:46 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:58:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:58:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:58:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:58:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:58:49 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:58:50 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:58:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:58:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:58:53 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:58:56 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.113s coverage: 45.9% of statements 18:58:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:58:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:58:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:58:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:58:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:58:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:58:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.055s coverage: 19.8% of statements 18:58:56 --- FAIL: TestAllCommands (0.00s) 18:58:56 command_test.go:98: 18:58:56 Error Trace: command_test.go:98 18:58:56 command_test.go:178 18:58:56 Error: Received unexpected error: 18:58:56 nil MetadataDeviceProfileClient returned 18:58:56 Test: TestAllCommands 18:58:56 --- FAIL: TestCommandsByDeviceName (0.00s) 18:58:56 command_test.go:98: 18:58:56 Error Trace: command_test.go:98 18:58:56 command_test.go:264 18:58:56 Error: Received unexpected error: 18:58:56 nil MetadataDeviceProfileClient returned 18:58:56 Test: TestCommandsByDeviceName 18:58:56 FAIL 18:58:56 coverage: 50.6% of statements 18:58:56 FAIL github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.056s 18:58:59 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.169s coverage: 27.1% of statements 18:58:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:58:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:58:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:58:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:58:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:58:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:58:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.098s coverage: 100.0% of statements 18:58:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:58:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements 18:58:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:58:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:58:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.116s coverage: 71.3% of statements 18:58:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:58:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:58:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.168s coverage: 82.9% of statements 18:58:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:58:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:58:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.055s coverage: 78.9% of statements 18:58:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:59:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.332s coverage: 28.6% of statements 18:59:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:59:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:59:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:59:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:59:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:59:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.115s coverage: 100.0% of statements 18:59:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:59:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements 18:59:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:59:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.166s coverage: 86.7% of statements 18:59:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:59:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.167s coverage: 97.5% of statements 18:59:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:59:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.085s coverage: 78.3% of statements 18:59:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:59:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:59:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:59:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:59:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.418s coverage: 93.0% of statements 18:59:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:59:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:59:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:59:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:59:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.083s coverage: 58.8% of statements 18:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:59:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.9% of statements 18:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:59:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:59:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:59:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.058s coverage: 47.1% of statements 18:59:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.074s coverage: 79.5% of statements 18:59:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements 18:59:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.060s coverage: 96.3% of statements 18:59:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements 18:59:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.063s coverage: 94.4% of statements 18:59:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements 18:59:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.216s coverage: 81.9% of statements 18:59:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.088s coverage: 92.9% of statements 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.8% of statements 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.090s coverage: 87.2% of statements 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.075s coverage: 84.6% of statements 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.108s coverage: 91.6% of statements 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.222s coverage: 64.4% of statements 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.048s coverage: 73.7% of statements 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.322s coverage: 69.0% of statements 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.113s coverage: 38.4% of statements 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.043s coverage: 89.5% of statements 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.034s coverage: 84.8% of statements 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.117s coverage: 47.0% of statements 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.060s coverage: 9.6% of statements 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.151s coverage: 88.6% of statements 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.721s coverage: 28.7% of statements 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.066s coverage: 100.0% of statements 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.062s coverage: 64.6% of statements 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.128s coverage: 95.6% of statements 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:59:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 28.1% of statements 18:59:31 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 18:59:31 FAIL 18:59:31 make: *** [Makefile:94: test] Error 1 [Pipeline] } 18:59:31 $ docker stop --time=1 b396d5b938e1234a688ce22d645b72c5ecff705a329e4d651a5882c5fa8199df 18:59:34 $ docker rm -f b396d5b938e1234a688ce22d645b72c5ecff705a329e4d651a5882c5fa8199df [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] } 18:59:34 Failed in branch amd64 19:00:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1236 in /w/workspace/edgexfoundry_edgex-go_PR-3385 [Pipeline] { [Pipeline] ws 19:00:38 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 19:00:43 using credential edgex-jenkins-ssh 19:00:43 Cloning the remote Git repository 19:00:43 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:00:44 > git init /w/workspace/edgex-go/6 # timeout=10 19:00:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:00:44 > git --version # timeout=10 19:00:44 > git --version # 'git version 2.17.1' 19:00:44 using GIT_SSH to set credentials SSH Credentials for GitHub 19:00:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:01:00 Merging remotes/origin/master commit 43abde9ba23a76d4b5d84ad674fe94457f4f4498 into PR head commit 3d2dc8f606dcab2ed97cc6734f8513ac3ff4bc76 19:00:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:00:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:00:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:00:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:00:59 using GIT_SSH to set credentials SSH Credentials for GitHub 19:00:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3385/head:refs/remotes/origin/PR-3385 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:01:01 Merge succeeded, producing 3d2dc8f606dcab2ed97cc6734f8513ac3ff4bc76 19:01:01 Checking out Revision 3d2dc8f606dcab2ed97cc6734f8513ac3ff4bc76 (PR-3385) 19:01:00 > git config core.sparsecheckout # timeout=10 19:01:00 > git checkout -f 3d2dc8f606dcab2ed97cc6734f8513ac3ff4bc76 # timeout=10 19:01:01 > git remote # timeout=10 19:01:01 > git config --get remote.origin.url # timeout=10 19:01:01 using GIT_SSH to set credentials SSH Credentials for GitHub 19:01:01 > git merge 43abde9ba23a76d4b5d84ad674fe94457f4f4498 # timeout=10 19:01:01 > git rev-parse HEAD^{commit} # timeout=10 19:01:01 > git config core.sparsecheckout # timeout=10 19:01:01 > git checkout -f 3d2dc8f606dcab2ed97cc6734f8513ac3ff4bc76 # timeout=10 19:01:05 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 19:01:06 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 19:01:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:01:07 + true 19:01:07 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:01:10 provisioning config files... 19:01:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config5496983339729152104tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:01:10 ---> docker-login.sh 19:01:10 nexus3.edgexfoundry.org:10001 19:01:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:01:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:01:11 Configure a credential helper to remove this warning. See 19:01:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:01:11 19:01:11 Login Succeeded 19:01:11 nexus3.edgexfoundry.org:10002 19:01:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:01:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:01:12 Configure a credential helper to remove this warning. See 19:01:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:01:12 19:01:12 Login Succeeded 19:01:12 nexus3.edgexfoundry.org:10003 19:01:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:01:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:01:13 Configure a credential helper to remove this warning. See 19:01:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:01:13 19:01:13 Login Succeeded 19:01:13 nexus3.edgexfoundry.org:10004 19:01:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:01:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:01:13 Configure a credential helper to remove this warning. See 19:01:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:01:13 19:01:13 Login Succeeded 19:01:13 docker.io 19:01:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:01:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:01:14 Configure a credential helper to remove this warning. See 19:01:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:01:14 19:01:14 Login Succeeded 19:01:14 ---> docker-login.sh ends [Pipeline] } 19:01:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:01:14 ========================================================= 19:01:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:01:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:01:14 + 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 . 19:01:17 Sending build context to Docker daemon 167.4MB 19:01:17 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:01:17 Step 2/6 : FROM ${BASE} 19:01:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:01:17 5f621e34cdf4: Pulling fs layer 19:01:17 a4357932f1b6: Pulling fs layer 19:01:17 18c013af1878: Pulling fs layer 19:01:17 00ac8860ef70: Pulling fs layer 19:01:17 63d7cb157983: Pulling fs layer 19:01:17 00ac8860ef70: Waiting 19:01:17 b116817d02f9: Pulling fs layer 19:01:17 745a02a5169b: Pulling fs layer 19:01:17 63d7cb157983: Waiting 19:01:17 b116817d02f9: Waiting 19:01:17 745a02a5169b: Waiting 19:01:17 18c013af1878: Verifying Checksum 19:01:17 18c013af1878: Download complete 19:01:17 a4357932f1b6: Verifying Checksum 19:01:17 a4357932f1b6: Download complete 19:01:17 63d7cb157983: Verifying Checksum 19:01:17 63d7cb157983: Download complete 19:01:17 b116817d02f9: Verifying Checksum 19:01:17 b116817d02f9: Download complete 19:01:17 5f621e34cdf4: Verifying Checksum 19:01:17 5f621e34cdf4: Download complete 19:01:17 5f621e34cdf4: Pull complete 19:01:18 a4357932f1b6: Pull complete 19:01:18 18c013af1878: Pull complete 19:01:19 745a02a5169b: Verifying Checksum 19:01:19 745a02a5169b: Download complete 19:01:20 00ac8860ef70: Verifying Checksum 19:01:20 00ac8860ef70: Download complete 19:01:30 00ac8860ef70: Pull complete 19:01:30 63d7cb157983: Pull complete 19:01:31 b116817d02f9: Pull complete 19:01:35 745a02a5169b: Pull complete 19:01:35 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 19:01:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:01:35 ---> b7e6874047d6 19:01:35 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 19:01:38 ---> Running in 081883c250f8 19:01:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:01:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:01:41 (1/12) Installing libmagic (5.38-r0) 19:01:41 (2/12) Installing file (5.38-r0) 19:01:41 (3/12) Installing libc-dev (0.7.2-r3) 19:01:41 (4/12) Installing g++ (9.3.0-r2) 19:01:51 (5/12) Installing fortify-headers (1.1-r0) 19:01:51 (6/12) Installing patch (2.7.6-r6) 19:01:51 (7/12) Installing build-base (0.5-r2) 19:01:51 (8/12) Installing libsodium (1.0.18-r0) 19:01:51 (9/12) Installing pkgconf (1.7.2-r0) 19:01:51 (10/12) Installing libsodium-dev (1.0.18-r0) 19:01:51 (11/12) Installing libzmq (4.3.3-r0) 19:01:51 (12/12) Installing zeromq-dev (4.3.3-r0) 19:01:51 Executing busybox-1.31.1-r19.trigger 19:01:51 OK: 217 MiB in 51 packages 19:01:55 Removing intermediate container 081883c250f8 19:01:55 ---> 0c3d58a81699 19:01:55 Step 4/6 : WORKDIR /edgex-go 19:01:55 ---> Running in f40dbbc4bdc0 19:01:55 Removing intermediate container f40dbbc4bdc0 19:01:55 ---> 087873ba1b9a 19:01:55 Step 5/6 : COPY go.mod . 19:01:56 ---> a878f176f46d 19:01:56 Step 6/6 : RUN go mod download 19:01:56 ---> Running in 38a33c5befdf 19:02:23 Removing intermediate container 38a33c5befdf 19:02:23 ---> 5cb378374455 19:02:23 Successfully built 5cb378374455 19:02:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:02:23 + docker inspect -f . ci-base-image-arm64 19:02:23 . [Pipeline] withDockerContainer 19:02:23 prd-ubuntu18.04-docker-arm64-4c-16g-1236 does not seem to be running inside a container 19:02:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 19:02:25 $ docker top 5b8105e77ae83671e26facccea5949d14dbd07a7b5fed34362e4991f485ed141 -eo pid,comm [Pipeline] { [Pipeline] sh 19:02:26 + go version 19:02:26 go version go1.15.5 linux/arm64 [Pipeline] } 19:02:26 $ docker stop --time=1 5b8105e77ae83671e26facccea5949d14dbd07a7b5fed34362e4991f485ed141 19:02:28 $ docker rm -f 5b8105e77ae83671e26facccea5949d14dbd07a7b5fed34362e4991f485ed141 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:02:29 + docker inspect -f . ci-base-image-arm64 19:02:29 . [Pipeline] withDockerContainer 19:02:29 prd-ubuntu18.04-docker-arm64-4c-16g-1236 does not seem to be running inside a container 19:02:29 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 19:02:30 $ docker top d1f1456d84df88c7060429f546df53ca008cce8616ce33bdfc958b133b6c6abc -eo pid,comm [Pipeline] { [Pipeline] echo 19:02:31 ========================================================= 19:02:31 [edgeXBuildGoParallel] Running Tests and Build... 19:02:31 ========================================================= [Pipeline] sh 19:02:31 + make test 19:02:31 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:02:54 ? github.com/edgexfoundry/edgex-go [no test files] 19:03:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:03:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:03:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:03:57 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:04:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:04:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:04:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:04:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:04:04 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:04:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:04:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:04:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:04:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:04:19 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.284s coverage: 45.9% of statements 19:04:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:04:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:04:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:04:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:04:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:04:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 19:04:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.174s coverage: 19.8% of statements 19:04:19 --- FAIL: TestAllCommands (0.00s) 19:04:19 command_test.go:98: 19:04:19 Error Trace: command_test.go:98 19:04:19 command_test.go:178 19:04:19 Error: Received unexpected error: 19:04:19 nil MetadataDeviceProfileClient returned 19:04:19 Test: TestAllCommands 19:04:19 --- FAIL: TestCommandsByDeviceName (0.00s) 19:04:19 command_test.go:98: 19:04:19 Error Trace: command_test.go:98 19:04:19 command_test.go:264 19:04:19 Error: Received unexpected error: 19:04:19 nil MetadataDeviceProfileClient returned 19:04:19 Test: TestCommandsByDeviceName 19:04:19 FAIL 19:04:19 coverage: 50.6% of statements 19:04:19 FAIL github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.218s 19:04:27 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.552s coverage: 27.1% of statements 19:04:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:04:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:04:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:04:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:04:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:04:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:04:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.138s coverage: 100.0% of statements 19:04:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:04:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.202s coverage: 100.0% of statements 19:04:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:04:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:04:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.273s coverage: 71.3% of statements 19:04:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:04:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:04:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.536s coverage: 82.9% of statements 19:04:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:04:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:04:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.157s coverage: 78.9% of statements 19:04:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:04:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.233s coverage: 28.6% of statements 19:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:04:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.235s coverage: 100.0% of statements 19:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:04:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.171s coverage: 100.0% of statements 19:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:04:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.469s coverage: 86.7% of statements 19:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:04:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.423s coverage: 97.5% of statements 19:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:04:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.341s coverage: 78.3% of statements 19:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:04:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.249s coverage: 93.0% of statements 19:04:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:04:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:04:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:04:49 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:04:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:04:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:04:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:04:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:04:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:04:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:04:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:04:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:04:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:04:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:04:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:04:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:04:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:04:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:04:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.108s coverage: 58.8% of statements 19:04:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:04:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:04:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.288s coverage: 0.9% of statements 19:04:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:04:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:04:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:04:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.188s coverage: 47.1% of statements 19:04:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.130s coverage: 79.5% of statements 19:04:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.162s coverage: 94.1% of statements 19:04:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.196s coverage: 96.3% of statements 19:04:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.165s coverage: 87.5% of statements 19:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.155s coverage: 94.4% of statements 19:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.132s coverage: 44.8% of statements 19:05:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.492s coverage: 81.9% of statements 19:05:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.199s coverage: 92.9% of statements 19:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 19:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 19:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements 19:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.146s coverage: 75.5% of statements 19:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.123s coverage: 80.8% of statements 19:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.180s coverage: 87.2% of statements 19:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.202s coverage: 84.6% of statements 19:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.270s coverage: 91.6% of statements 19:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.645s coverage: 64.4% of statements 19:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:05:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.169s coverage: 100.0% of statements 19:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements 19:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.080s coverage: 100.0% of statements 19:05:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements 19:05:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements 19:05:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.881s coverage: 69.0% of statements 19:05:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:05:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:05:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:05:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.470s coverage: 38.4% of statements 19:05:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:05:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:05:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.113s coverage: 89.5% of statements 19:05:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:05:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.079s coverage: 84.8% of statements 19:05:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.450s coverage: 47.0% of statements 19:05:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:05:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:05:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:05:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:05:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:05:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.141s coverage: 100.0% of statements 19:05:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:05:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.150s coverage: 100.0% of statements 19:05:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:05:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:05:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.137s coverage: 9.6% of statements 19:05:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:05:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.452s coverage: 88.6% of statements 19:05:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:05:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:05:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:05:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.519s coverage: 28.7% of statements 19:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:05:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.288s coverage: 99.0% of statements 19:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:05:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.178s coverage: 100.0% of statements 19:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:05:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.213s coverage: 64.6% of statements 19:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:05:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.399s coverage: 95.6% of statements 19:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:05:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:05:40 ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements 19:05:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:05:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements 19:05:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:05:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:05:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:05:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:05:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.110s coverage: 87.9% of statements 19:05:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:05:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:05:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements 19:05:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.110s coverage: 28.1% of statements 19:05:43 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements 19:05:43 FAIL 19:05:44 make: *** [Makefile:94: test] Error 1 [Pipeline] } 19:05:44 $ docker stop --time=1 d1f1456d84df88c7060429f546df53ca008cce8616ce33bdfc958b133b6c6abc 19:05:46 $ docker rm -f d1f1456d84df88c7060429f546df53ca008cce8616ce33bdfc958b133b6c6abc [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 19:05:47 ---> job-cost.sh 19:05:47 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-uTFi 19:06:34 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 19:08:26 lf-activate-venv(): INFO: Adding /tmp/venv-uTFi/bin to PATH 19:08:26 INFO: No Stack... 19:08:26 INFO: Retrieving Pricing Info for: lf-standard-4 19:08:26 INFO: Archiving Costs [Pipeline] sh 19:08:27 + cat /w/workspace/edgex-go/6/archives/cost.csv 19:08:27 + cut -d, -f6 [Pipeline] lock 19:08:27 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3385-6-stack-cost] 19:08:27 Resource [jenkins-edgexfoundry-edgex-go-PR-3385-6-stack-cost] did not exist. Created. 19:08:27 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3385-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:08:27 + echo total: 0.20999999344348907 [Pipeline] stash 19:08:28 Stashed 1 file(s) [Pipeline] } 19:08:28 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3385-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:08:28 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 19:08:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:08:30 ---> package-listing.sh 19:08:30 ++ facter osfamily 19:08:30 ++ tr '[:upper:]' '[:lower:]' 19:08:30 + OS_FAMILY=redhat 19:08:30 + workspace=/w/workspace/edgex-go/6 19:08:30 + START_PACKAGES=/tmp/packages_start.txt 19:08:30 + END_PACKAGES=/tmp/packages_end.txt 19:08:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:08:30 + PACKAGES=/tmp/packages_start.txt 19:08:30 + '[' /w/workspace/edgex-go/6 ']' 19:08:30 + PACKAGES=/tmp/packages_end.txt 19:08:30 + case "${OS_FAMILY}" in 19:08:30 + rpm -qa 19:08:30 + sort 19:08:36 + '[' -f /tmp/packages_start.txt ']' 19:08:36 + '[' -f /tmp/packages_end.txt ']' 19:08:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:08:36 + '[' /w/workspace/edgex-go/6 ']' 19:08:36 + mkdir -p /w/workspace/edgex-go/6/archives/ 19:08:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 19:08:36 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:08:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:08:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:08:37 19:08:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:08:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:08:37 alpine: Pulling from edgex-lftools-log-publisher 19:08:37 df20fa9351a1: Pulling fs layer 19:08:37 36b3adc4ff6f: Pulling fs layer 19:08:37 8ad3a11d3b57: Pulling fs layer 19:08:37 46f8f816bc3b: Pulling fs layer 19:08:37 93b61091891f: Pulling fs layer 19:08:37 93b9cdb0e59b: Pulling fs layer 19:08:37 5e14af77c1be: Pulling fs layer 19:08:37 01666e4c0597: Pulling fs layer 19:08:37 aa168da1d23b: Pulling fs layer 19:08:37 5e14af77c1be: Waiting 19:08:37 46f8f816bc3b: Waiting 19:08:37 93b61091891f: Waiting 19:08:37 01666e4c0597: Waiting 19:08:37 93b9cdb0e59b: Waiting 19:08:37 36b3adc4ff6f: Verifying Checksum 19:08:37 36b3adc4ff6f: Download complete 19:08:37 46f8f816bc3b: Verifying Checksum 19:08:37 46f8f816bc3b: Download complete 19:08:37 df20fa9351a1: Verifying Checksum 19:08:37 df20fa9351a1: Download complete 19:08:37 93b9cdb0e59b: Verifying Checksum 19:08:37 93b9cdb0e59b: Download complete 19:08:37 5e14af77c1be: Verifying Checksum 19:08:37 5e14af77c1be: Download complete 19:08:37 93b61091891f: Verifying Checksum 19:08:37 93b61091891f: Download complete 19:08:37 01666e4c0597: Verifying Checksum 19:08:37 01666e4c0597: Download complete 19:08:37 8ad3a11d3b57: Verifying Checksum 19:08:37 8ad3a11d3b57: Download complete 19:08:37 df20fa9351a1: Pull complete 19:08:38 36b3adc4ff6f: Pull complete 19:08:38 8ad3a11d3b57: Pull complete 19:08:39 46f8f816bc3b: Pull complete 19:08:39 aa168da1d23b: Download complete 19:08:40 93b61091891f: Pull complete 19:08:40 93b9cdb0e59b: Pull complete 19:08:40 5e14af77c1be: Pull complete 19:08:40 01666e4c0597: Pull complete 19:08:48 aa168da1d23b: Pull complete 19:08:48 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:08:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:08:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:08:48 prd-centos7-docker-4c-2g-1232 does not seem to be running inside a container 19:08:48 $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 19:08:53 $ docker top d6f6d32fe42e527d2dc6a0ca5ae42225a196f0550c796cc286363bd583cf1f20 -eo pid,comm [Pipeline] { [Pipeline] sh 19:08:53 + touch /tmp/pre-build-complete [Pipeline] sh 19:08:53 + mkdir -p /var/log/sa [Pipeline] sh 19:08:54 + ls /var/log/sa-host 19:08:54 + sadf -c /var/log/sa-host/sa20 19:08:54 file_magic: OK 19:08:54 HZ: Using current value: 100 19:08:54 file_header: OK 19:08:54 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 19:08:54 Statistics: 19:08:54 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... 19:08:54 File successfully converted to sysstat format version 12.2.1 19:08:54 + sadf -c /var/log/sa-host/sa23 19:08:54 file_magic: OK 19:08:54 HZ: Using current value: 100 19:08:54 file_header: OK 19:08:54 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 19:08:54 Statistics: 19:08:54 Hnuu...uuuununununu... 19:08:54 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:08:54 provisioning config files... 19:08:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config2381851763712233166tmp [Pipeline] { [Pipeline] echo 19:08:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:08:54 ---> create-netrc.sh [Pipeline] } 19:08:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:08:54 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:08:54 ---> python-tools-install.sh [Pipeline] echo 19:08:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:08:55 ---> sudo-logs.sh 19:08:55 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:08:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:08:55 ---> job-cost.sh 19:08:55 lf-activate-venv: SKIPPING 19:08:55 DEBUG: total: 0.20999999344348907 19:08:55 INFO: Retrieving Stack Cost... 19:08:57 INFO: Retrieving Pricing Info for: v1-standard-2 19:08:57 INFO: Archiving Costs [Pipeline] echo 19:08:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:08:57 ---> logs-deploy.sh 19:08:57 lf-activate-venv: SKIPPING 19:08:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3385/6 19:08:57 INFO: archiving workspace using pattern(s): 19:08:59 Archives upload complete. 19:08:59 INFO: archiving logs to Nexus 19:09:00 ---> uname -a: 19:09:00 Linux prd-centos7-docker-4c-2g-1232.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 19:09:00 19:09:00 19:09:00 ---> lscpu: 19:09:00 Architecture: x86_64 19:09:00 CPU op-mode(s): 32-bit, 64-bit 19:09:00 Byte Order: Little Endian 19:09:00 Address sizes: 40 bits physical, 48 bits virtual 19:09:00 CPU(s): 4 19:09:00 On-line CPU(s) list: 0-3 19:09:00 Thread(s) per core: 1 19:09:00 Core(s) per socket: 1 19:09:00 Socket(s): 4 19:09:00 NUMA node(s): 1 19:09:00 Vendor ID: GenuineIntel 19:09:00 CPU family: 6 19:09:00 Model: 44 19:09:00 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:09:00 Stepping: 1 19:09:00 CPU MHz: 2933.438 19:09:00 BogoMIPS: 5866.87 19:09:00 Virtualization: VT-x 19:09:00 Hypervisor vendor: KVM 19:09:00 Virtualization type: full 19:09:00 L1d cache: 128 KiB 19:09:00 L1i cache: 128 KiB 19:09:00 L2 cache: 16 MiB 19:09:00 L3 cache: 64 MiB 19:09:00 NUMA node0 CPU(s): 0-3 19:09:00 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:09:00 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:09:00 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:09:00 Vulnerability Meltdown: Mitigation; PTI 19:09:00 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:09:00 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:09:00 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:09:00 Vulnerability Srbds: Not affected 19:09:00 Vulnerability Tsx async abort: Not affected 19:09:00 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 19:09:00 19:09:00 19:09:00 ---> nproc: 19:09:00 4 19:09:00 19:09:00 19:09:00 ---> df -h: 19:09:00 Filesystem Size Used Available Use% Mounted on 19:09:00 overlay 50.0G 8.3G 41.7G 17% / 19:09:00 tmpfs 64.0M 0 64.0M 0% /dev 19:09:00 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:09:00 shm 64.0M 0 64.0M 0% /dev/shm 19:09:00 /dev/vda1 50.0G 8.3G 41.7G 17% /facter-os 19:09:00 /dev/vda1 50.0G 8.3G 41.7G 17% /etc/resolv.conf 19:09:00 /dev/vda1 50.0G 8.3G 41.7G 17% /etc/hostname 19:09:00 /dev/vda1 50.0G 8.3G 41.7G 17% /etc/hosts 19:09:00 /dev/vda1 50.0G 8.3G 41.7G 17% /run/cloud-init/result.json 19:09:00 /dev/vda1 50.0G 8.3G 41.7G 17% /var/log/sa-host 19:09:00 /dev/vda1 50.0G 8.3G 41.7G 17% /var/log/secure 19:09:00 /dev/vda1 50.0G 8.3G 41.7G 17% /var/log/auth.log 19:09:00 /dev/vda1 50.0G 8.3G 41.7G 17% /w/workspace/edgex-go/6 19:09:00 /dev/vda1 50.0G 8.3G 41.7G 17% /w/workspace/edgex-go/6@tmp 19:09:00 19:09:00 19:09:00 ---> free -m: 19:09:00 total used free shared buff/cache available 19:09:00 Mem: 1837 870 106 0 860 904 19:09:00 Swap: 1023 3 1020 19:09:00 19:09:00 19:09:00 ---> ip addr: 19:09:00 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:09:00 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:09:00 inet 127.0.0.1/8 scope host lo 19:09:00 valid_lft forever preferred_lft forever 19:09:00 inet6 ::1/128 scope host 19:09:00 valid_lft forever preferred_lft forever 19:09:00 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 19:09:00 link/ether fa:16:3e:cc:84:c3 brd ff:ff:ff:ff:ff:ff 19:09:00 inet 10.30.123.121/23 brd 10.30.123.255 scope global dynamic eth0 19:09:00 valid_lft 85573sec preferred_lft 85573sec 19:09:00 inet6 fe80::f816:3eff:fecc:84c3/64 scope link 19:09:00 valid_lft forever preferred_lft forever 19:09:00 3: docker0: mtu 1500 qdisc noqueue state DOWN 19:09:00 link/ether 02:42:e5:c2:60:06 brd ff:ff:ff:ff:ff:ff 19:09:00 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 19:09:00 valid_lft forever preferred_lft forever 19:09:00 inet6 fe80::42:e5ff:fec2:6006/64 scope link 19:09:00 valid_lft forever preferred_lft forever 19:09:00 19:09:00 19:09:00 ---> sar -b -r -n DEV: 19:09:00 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) 19:09:00 19:09:00 18:55:02 LINUX RESTART (4 CPU) 19:09:00 19:09:00 18:56:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:09:00 18:57:01 121.52 82.22 39.30 0.00 7340.48 12951.80 0.00 19:09:00 18:58:01 224.50 69.46 155.04 0.00 3659.25 44677.81 0.00 19:09:00 18:59:01 249.08 115.88 133.20 0.00 4210.67 16915.33 0.00 19:09:00 19:00:02 40.40 7.71 32.70 0.00 866.72 4127.09 0.00 19:09:00 19:01:01 5.22 1.12 4.10 0.00 65.42 139.62 0.00 19:09:00 19:02:01 1.65 1.17 0.48 0.00 70.72 8.22 0.00 19:09:00 19:03:01 0.35 0.00 0.35 0.00 0.00 4.81 0.00 19:09:00 19:04:01 0.20 0.00 0.20 0.00 0.00 3.56 0.00 19:09:00 19:05:01 0.33 0.00 0.33 0.00 0.00 5.71 0.00 19:09:00 19:06:01 0.30 0.00 0.30 0.00 0.00 4.45 0.00 19:09:00 19:07:01 1.60 1.32 0.28 0.00 39.57 4.91 0.00 19:09:00 19:08:01 301.71 280.97 20.75 0.00 4073.26 930.97 0.00 19:09:00 Average: 79.05 46.73 32.31 0.00 1696.93 6660.58 0.00 19:09:00 19:09:00 18:56:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:09:00 18:57:01 244864 0 684792 36.40 2620 949268 1496948 51.09 617864 816104 48888 19:09:00 18:58:01 75096 0 778680 41.39 1492 1026276 1514340 51.68 604620 932148 11604 19:09:00 18:59:01 233932 0 804944 42.78 648 842020 1749112 59.69 655544 708148 47396 19:09:00 19:00:02 576136 0 713124 37.90 608 591676 1114780 38.05 455280 568428 8 19:09:00 19:01:01 592344 0 695008 36.94 608 593584 1089820 37.19 469024 555056 8 19:09:00 19:02:01 591668 0 693556 36.86 608 595712 1087508 37.11 467664 557684 12 19:09:00 19:03:01 592560 0 692632 36.81 608 595744 1081316 36.90 467024 557480 16 19:09:00 19:04:01 591676 0 693512 36.86 608 595748 1081496 36.91 467496 558136 8 19:09:00 19:05:01 591748 0 693432 36.85 608 595756 1081424 36.91 466980 558136 12 19:09:00 19:06:01 592060 0 693116 36.84 608 595760 1081436 36.91 467060 558136 12 19:09:00 19:07:01 589424 0 695196 36.95 608 596316 1084476 37.01 468136 558508 20 19:09:00 19:08:01 421200 0 803760 42.72 608 655976 1081500 36.91 507784 577844 12 19:09:00 Average: 474392 0 720146 38.27 853 686153 1212013 41.36 509540 625484 9000 19:09:00 19:09:00 18:56:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:09:00 18:57:01 eth0 727.18 1062.90 3021.77 107.45 0.00 0.00 0.00 0.00 19:09:00 18:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:09:00 18:57:01 docker0 1013.55 654.83 78.55 2680.70 0.00 0.00 0.00 0.00 19:09:00 18:58:01 eth0 574.83 480.86 3667.58 77.41 0.00 0.00 0.00 0.00 19:09:00 18:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:09:00 18:58:01 docker0 240.65 275.75 15.37 837.64 0.00 0.00 0.00 0.00 19:09:00 18:59:01 vethbe1e248 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:09:00 18:59:01 eth0 37.82 21.11 34.04 14.04 0.00 0.00 0.00 0.00 19:09:00 18:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:09:00 18:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:09:00 19:00:02 eth0 16.13 9.46 11.32 5.95 0.00 0.00 0.00 0.00 19:09:00 19:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:09:00 19:00:02 docker0 2.35 2.35 0.16 0.19 0.00 0.00 0.00 0.00 19:09:00 19:01:01 eth0 0.71 0.36 0.41 0.26 0.00 0.00 0.00 0.00 19:09:00 19:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:09:00 19:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:09:00 19:02:01 eth0 0.92 0.30 0.32 0.17 0.00 0.00 0.00 0.00 19:09:00 19:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:09:00 19:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:09:00 19:03:01 eth0 0.58 0.08 0.06 0.04 0.00 0.00 0.00 0.00 19:09:00 19:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:09:00 19:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:09:00 19:04:01 eth0 1.47 0.50 0.43 0.21 0.00 0.00 0.00 0.00 19:09:00 19:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:09:00 19:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:09:00 19:05:01 eth0 1.13 0.42 0.33 0.21 0.00 0.00 0.00 0.00 19:09:00 19:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:09:00 19:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:09:00 19:06:01 eth0 0.70 0.42 0.40 0.27 0.00 0.00 0.00 0.00 19:09:00 19:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:09:00 19:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:09:00 19:07:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 19:09:00 19:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:09:00 19:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:09:00 19:08:01 eth0 0.95 0.32 0.32 0.20 0.00 0.00 0.00 0.00 19:09:00 19:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:09:00 19:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:09:00 Average: eth0 113.74 131.63 562.38 17.22 0.00 0.00 0.00 0.00 19:09:00 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:09:00 Average: docker0 104.89 77.88 7.85 293.71 0.00 0.00 0.00 0.00 19:09:00 19:09:00 19:09:00 ---> sar -P ALL: 19:09:00 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) 19:09:00 19:09:00 18:55:02 LINUX RESTART (4 CPU) 19:09:00 19:09:00 18:56:01 CPU %user %nice %system %iowait %steal %idle 19:09:00 18:57:01 all 9.56 0.00 5.27 1.44 0.04 83.69 19:09:00 18:57:01 0 13.64 0.00 7.46 2.69 0.03 76.18 19:09:00 18:57:01 1 10.59 0.00 4.64 0.37 0.03 84.37 19:09:00 18:57:01 2 7.84 0.00 4.99 2.15 0.02 85.00 19:09:00 18:57:01 3 6.20 0.00 4.01 0.56 0.07 89.16 19:09:00 18:58:01 all 8.93 0.00 6.52 5.60 0.03 78.92 19:09:00 18:58:01 0 9.84 0.00 7.05 5.60 0.03 77.48 19:09:00 18:58:01 1 8.62 0.00 6.32 5.14 0.03 79.88 19:09:00 18:58:01 2 9.14 0.00 6.51 6.33 0.03 77.99 19:09:00 18:58:01 3 8.10 0.00 6.21 5.33 0.03 80.33 19:09:00 18:59:01 all 47.52 0.00 12.97 5.89 0.05 33.57 19:09:00 18:59:01 0 48.04 0.00 13.26 3.79 0.07 34.83 19:09:00 18:59:01 1 45.42 0.00 12.87 7.05 0.07 34.59 19:09:00 18:59:01 2 48.03 0.00 12.49 6.55 0.03 32.90 19:09:00 18:59:01 3 48.60 0.00 13.27 6.18 0.03 31.92 19:09:00 19:00:02 all 17.04 0.00 4.66 1.40 0.02 76.88 19:09:00 19:00:02 0 16.67 0.00 4.73 0.19 0.02 78.40 19:09:00 19:00:02 1 15.76 0.00 4.74 3.08 0.02 76.41 19:09:00 19:00:02 2 17.31 0.00 4.62 0.42 0.03 77.62 19:09:00 19:00:02 3 18.43 0.00 4.55 1.91 0.02 75.09 19:09:00 19:01:01 all 0.17 0.00 0.06 0.00 0.00 99.76 19:09:00 19:01:01 0 0.03 0.00 0.03 0.00 0.02 99.92 19:09:00 19:01:01 1 0.15 0.00 0.08 0.00 0.00 99.76 19:09:00 19:01:01 2 0.03 0.00 0.07 0.00 0.00 99.90 19:09:00 19:01:01 3 0.44 0.00 0.07 0.02 0.00 99.47 19:09:00 19:02:01 all 0.17 0.00 0.08 0.00 0.00 99.74 19:09:00 19:02:01 0 0.07 0.00 0.12 0.00 0.00 99.82 19:09:00 19:02:01 1 0.05 0.00 0.10 0.00 0.00 99.85 19:09:00 19:02:01 2 0.05 0.00 0.08 0.00 0.02 99.85 19:09:00 19:02:01 3 0.53 0.00 0.03 0.00 0.00 99.43 19:09:00 19:03:01 all 0.14 0.00 0.02 0.00 0.00 99.84 19:09:00 19:03:01 0 0.00 0.00 0.03 0.00 0.00 99.97 19:09:00 19:03:01 1 0.03 0.00 0.03 0.00 0.00 99.93 19:09:00 19:03:01 2 0.02 0.00 0.02 0.00 0.00 99.97 19:09:00 19:03:01 3 0.52 0.00 0.00 0.00 0.00 99.48 19:09:00 19:04:01 all 0.18 0.00 0.05 0.00 0.00 99.77 19:09:00 19:04:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:09:00 19:04:01 1 0.08 0.00 0.05 0.00 0.00 99.87 19:09:00 19:04:01 2 0.05 0.00 0.05 0.00 0.00 99.90 19:09:00 19:04:01 3 0.55 0.00 0.05 0.00 0.02 99.38 19:09:00 19:05:01 all 0.15 0.00 0.02 0.00 0.00 99.83 19:09:00 19:05:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:09:00 19:05:01 1 0.42 0.00 0.02 0.00 0.00 99.57 19:09:00 19:05:01 2 0.03 0.00 0.03 0.00 0.00 99.93 19:09:00 19:05:01 3 0.13 0.00 0.02 0.00 0.00 99.85 19:09:00 19:06:01 all 0.16 0.00 0.03 0.00 0.00 99.80 19:09:00 19:06:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:09:00 19:06:01 1 0.35 0.00 0.03 0.00 0.00 99.62 19:09:00 19:06:01 2 0.25 0.00 0.05 0.00 0.02 99.68 19:09:00 19:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 19:09:00 19:07:01 all 0.13 0.00 0.06 0.02 0.00 99.79 19:09:00 19:07:01 0 0.02 0.00 0.03 0.02 0.00 99.93 19:09:00 19:07:01 1 0.00 0.00 0.03 0.00 0.00 99.97 19:09:00 19:07:01 2 0.48 0.00 0.13 0.07 0.00 99.32 19:09:00 19:07:01 3 0.03 0.00 0.03 0.00 0.00 99.93 19:09:00 19:09:00 19:07:01 CPU %user %nice %system %iowait %steal %idle 19:09:00 19:08:01 all 0.16 2.71 11.92 5.57 0.06 79.59 19:09:00 19:08:01 0 0.15 2.60 10.95 5.00 0.07 81.24 19:09:00 19:08:01 1 0.12 2.63 12.60 4.41 0.05 80.19 19:09:00 19:08:01 2 0.29 2.79 11.83 6.48 0.05 78.56 19:09:00 19:08:01 3 0.07 2.81 12.32 6.39 0.07 78.35 19:09:00 Average: all 6.93 0.23 3.44 1.64 0.02 87.74 19:09:00 Average: 0 7.31 0.22 3.62 1.43 0.02 87.40 19:09:00 Average: 1 6.70 0.22 3.43 1.65 0.02 87.98 19:09:00 Average: 2 6.85 0.23 3.38 1.82 0.02 87.71 19:09:00 Average: 3 6.86 0.23 3.34 1.68 0.02 87.88 19:09:00 19:09:00 19:09:00