Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 343a3461c7215918a93c82d0a0945ca1196d7c05+6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 (74d8fd36feb564b2400c7b79fa3bb397b4168566) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-26169 in /w/workspace/edgexfoundry_edgex-go_PR-3133 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [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/13 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3133/head:refs/remotes/origin/PR-3133 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit 343a3461c7215918a93c82d0a0945ca1196d7c05 Merge succeeded, producing b097b2644647151a7e9ce04eee05fa43c2d29781 Checking out Revision b097b2644647151a7e9ce04eee05fa43c2d29781 (PR-3133) > git config core.sparsecheckout # timeout=10 > git checkout -f 343a3461c7215918a93c82d0a0945ca1196d7c05 # 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 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b097b2644647151a7e9ce04eee05fa43c2d29781 # timeout=10 Commit message: "Merge commit '6b1c9d0ce3d994c7467644266d4bee7b22ebaf18' into HEAD" > git rev-list --no-walk 343a3461c7215918a93c82d0a0945ca1196d7c05 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:11 ========================================================= 00:30:11 EdgeX Global Pipelines Version Info 00:30:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:30:13 ------------------- 00:30:13 stable info: 00:30:13 ------------------- 00:30:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:13 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:30:13 Message: update stable to v1.0.179 00:30:14 ------------------- 00:30:14 experimental info: 00:30:14 ------------------- 00:30:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:14 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:30:14 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:14 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3133 [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3133 [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3133 [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b097b2644647151a7e9ce04eee05fa43c2d29781 [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b097b26 [Pipeline] echo 00:30:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:30:17 provisioning config files... 00:30:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config217027337888592156tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:17 ---> docker-login.sh 00:30:17 nexus3.edgexfoundry.org:10001 00:30:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:17 Configure a credential helper to remove this warning. See 00:30:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:17 00:30:17 Login Succeeded 00:30:17 nexus3.edgexfoundry.org:10002 00:30:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:18 Configure a credential helper to remove this warning. See 00:30:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:18 00:30:18 Login Succeeded 00:30:18 nexus3.edgexfoundry.org:10003 00:30:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:18 Configure a credential helper to remove this warning. See 00:30:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:18 00:30:18 Login Succeeded 00:30:18 nexus3.edgexfoundry.org:10004 00:30:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:18 Configure a credential helper to remove this warning. See 00:30:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:18 00:30:18 Login Succeeded 00:30:18 docker.io 00:30:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:19 Configure a credential helper to remove this warning. See 00:30:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:19 00:30:19 Login Succeeded 00:30:19 ---> docker-login.sh ends [Pipeline] } 00:30:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:19 ++ 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 00:30:19 + for file in '`ls cmd/**/Dockerfile`' 00:30:19 ++ dirname cmd/core-command/Dockerfile 00:30:19 ++ cut -d/ -f2 00:30:19 + echo core-command,cmd/core-command/Dockerfile 00:30:19 + for file in '`ls cmd/**/Dockerfile`' 00:30:19 ++ dirname cmd/core-data/Dockerfile 00:30:19 ++ cut -d/ -f2 00:30:19 + echo core-data,cmd/core-data/Dockerfile 00:30:19 + for file in '`ls cmd/**/Dockerfile`' 00:30:19 ++ dirname cmd/core-metadata/Dockerfile 00:30:19 ++ cut -d/ -f2 00:30:19 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:19 + for file in '`ls cmd/**/Dockerfile`' 00:30:19 ++ dirname cmd/security-bootstrapper/Dockerfile 00:30:19 ++ cut -d/ -f2 00:30:19 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:30:19 + for file in '`ls cmd/**/Dockerfile`' 00:30:19 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:19 ++ cut -d/ -f2 00:30:19 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:19 + for file in '`ls cmd/**/Dockerfile`' 00:30:19 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:19 ++ cut -d/ -f2 00:30:19 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:19 + for file in '`ls cmd/**/Dockerfile`' 00:30:19 ++ dirname cmd/support-notifications/Dockerfile 00:30:19 ++ cut -d/ -f2 00:30:19 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:19 + for file in '`ls cmd/**/Dockerfile`' 00:30:19 ++ dirname cmd/support-scheduler/Dockerfile 00:30:19 ++ cut -d/ -f2 00:30:19 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:19 + for file in '`ls cmd/**/Dockerfile`' 00:30:19 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:19 ++ cut -d/ -f2 00:30:19 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:19 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 00:30:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:20 00:30:20 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:20 latest: Pulling from edgex-devops/git-semver 00:30:20 31603596830f: Pulling fs layer 00:30:20 2a8b12db71e7: Pulling fs layer 00:30:20 6ca5941a6612: Pulling fs layer 00:30:20 ecc8261a40a4: Pulling fs layer 00:30:20 ecc8261a40a4: Waiting 00:30:20 2a8b12db71e7: Verifying Checksum 00:30:20 2a8b12db71e7: Download complete 00:30:20 31603596830f: Verifying Checksum 00:30:20 31603596830f: Download complete 00:30:21 ecc8261a40a4: Verifying Checksum 00:30:21 ecc8261a40a4: Download complete 00:30:21 6ca5941a6612: Verifying Checksum 00:30:21 6ca5941a6612: Download complete 00:30:21 31603596830f: Pull complete 00:30:21 2a8b12db71e7: Pull complete 00:30:22 6ca5941a6612: Pull complete 00:30:22 ecc8261a40a4: Pull complete 00:30:22 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:22 prd-centos7-docker-4c-2g-26169 does not seem to be running inside a container 00:30:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:30:25 $ docker top 05803e080073b5104cbf0323a6cf963aed5db6374a29bf99d5fb27f46ff0222c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:26 [ssh-agent] Looking for ssh-agent implementation... 00:30:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:26 $ docker exec 05803e080073b5104cbf0323a6cf963aed5db6374a29bf99d5fb27f46ff0222c ssh-agent 00:30:26 SSH_AUTH_SOCK=/tmp/ssh-4Auuu9WRld5U/agent.11 00:30:26 SSH_AGENT_PID=17 00:30:26 Running ssh-add (command line suppressed) 00:30:26 Identity added: /w/workspace/edgex-go/13@tmp/private_key_6742033942307128487.key (/w/workspace/edgex-go/13@tmp/private_key_6742033942307128487.key) 00:30:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:27 + git tag --points-at HEAD [Pipeline] } 00:30:27 $ docker exec --env ******** --env ******** 05803e080073b5104cbf0323a6cf963aed5db6374a29bf99d5fb27f46ff0222c ssh-agent -k 00:30:27 unset SSH_AUTH_SOCK; 00:30:27 unset SSH_AGENT_PID; 00:30:27 echo Agent pid 17 killed; 00:30:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:30:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:27 [ssh-agent] Looking for ssh-agent implementation... 00:30:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:27 $ docker exec 05803e080073b5104cbf0323a6cf963aed5db6374a29bf99d5fb27f46ff0222c ssh-agent 00:30:27 SSH_AUTH_SOCK=/tmp/ssh-kkxrmMry8gu2/agent.46 00:30:27 SSH_AGENT_PID=52 00:30:27 Running ssh-add (command line suppressed) 00:30:28 Identity added: /w/workspace/edgex-go/13@tmp/private_key_5743399347017166400.key (/w/workspace/edgex-go/13@tmp/private_key_5743399347017166400.key) 00:30:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:28 + git semver init 00:30:28 # -> Open(): unable to determine branch for HEAD 00:30:28 # $GIT_DIR = /w/workspace/edgex-go/13/.git 00:30:28 # $GIT_WORK_TREE = /w/workspace/edgex-go/13 00:30:28 # $SEMVER_REMOTE_NAME = origin 00:30:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:28 # $SEMVER_USER_NAME = edgex-jenkins 00:30:28 # $SEMVER_BRANCH = PR-3133 00:30:28 # $SEMVER_TEMP = /tmp/semver-119958760 00:30:28 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:30:46 # '/tmp/semver-119958760' -> '/w/workspace/edgex-go/13/.semver' 00:30:46 # -> Force: false 00:30:46 # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } 00:30:46 $ docker exec --env ******** --env ******** 05803e080073b5104cbf0323a6cf963aed5db6374a29bf99d5fb27f46ff0222c ssh-agent -k 00:30:47 unset SSH_AUTH_SOCK; 00:30:47 unset SSH_AGENT_PID; 00:30:47 echo Agent pid 52 killed; 00:30:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:47 + git semver [Pipeline] } 00:30:47 $ docker stop --time=1 05803e080073b5104cbf0323a6cf963aed5db6374a29bf99d5fb27f46ff0222c 00:30:49 $ docker rm -f 05803e080073b5104cbf0323a6cf963aed5db6374a29bf99d5fb27f46ff0222c [Pipeline] // withDockerContainer [Pipeline] sh 00:30:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:30:50 Stashed 1 file(s) [Pipeline] echo 00:30:50 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:30:51 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:30:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:30:52 + sudo service docker restart 00:30:52 + true 00:30:52 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:30:52 ========================================================= 00:30:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:30:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:30:53 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:30:57 Sending build context to Docker daemon 327.8MB 00:30:57 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:30:57 Step 2/6 : FROM ${BASE} 00:30:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:30:57 188c0c94c7c5: Pulling fs layer 00:30:57 0ef7d3d256c8: Pulling fs layer 00:30:57 de9db76c5a1d: Pulling fs layer 00:30:57 bca2f99d35d6: Pulling fs layer 00:30:57 93359f2a8cfa: Pulling fs layer 00:30:57 7c6f9722023f: Pulling fs layer 00:30:57 a35cf1a2eb13: Pulling fs layer 00:30:57 bca2f99d35d6: Waiting 00:30:57 93359f2a8cfa: Waiting 00:30:57 7c6f9722023f: Waiting 00:30:57 a35cf1a2eb13: Waiting 00:30:57 de9db76c5a1d: Verifying Checksum 00:30:57 de9db76c5a1d: Download complete 00:30:57 0ef7d3d256c8: Download complete 00:30:57 93359f2a8cfa: Verifying Checksum 00:30:57 93359f2a8cfa: Download complete 00:30:57 7c6f9722023f: Verifying Checksum 00:30:57 7c6f9722023f: Download complete 00:30:57 188c0c94c7c5: Verifying Checksum 00:30:57 188c0c94c7c5: Download complete 00:30:57 188c0c94c7c5: Pull complete 00:30:57 0ef7d3d256c8: Pull complete 00:30:58 de9db76c5a1d: Pull complete 00:30:59 a35cf1a2eb13: Verifying Checksum 00:30:59 a35cf1a2eb13: Download complete 00:30:59 bca2f99d35d6: Verifying Checksum 00:30:59 bca2f99d35d6: Download complete 00:31:06 Still waiting to schedule task 00:31:06 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-26163’ 00:31:06 bca2f99d35d6: Pull complete 00:31:06 93359f2a8cfa: Pull complete 00:31:06 7c6f9722023f: Pull complete 00:31:11 a35cf1a2eb13: Pull complete 00:31:11 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:31:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:31:11 ---> a62c8e92a672 00:31:11 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 00:31:11 ---> Running in bf1f9608abb9 00:31:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:13 (1/12) Installing libmagic (5.38-r0) 00:31:13 (2/12) Installing file (5.38-r0) 00:31:13 (3/12) Installing libc-dev (0.7.2-r3) 00:31:13 (4/12) Installing g++ (9.3.0-r2) 00:31:20 (5/12) Installing fortify-headers (1.1-r0) 00:31:20 (6/12) Installing patch (2.7.6-r6) 00:31:20 (7/12) Installing build-base (0.5-r2) 00:31:20 (8/12) Installing libsodium (1.0.18-r0) 00:31:20 (9/12) Installing pkgconf (1.7.2-r0) 00:31:20 (10/12) Installing libsodium-dev (1.0.18-r0) 00:31:20 (11/12) Installing libzmq (4.3.3-r0) 00:31:20 (12/12) Installing zeromq-dev (4.3.3-r0) 00:31:20 Executing busybox-1.31.1-r19.trigger 00:31:20 OK: 233 MiB in 51 packages 00:31:24 Removing intermediate container bf1f9608abb9 00:31:24 ---> 97d6a3b696d1 00:31:24 Step 4/6 : WORKDIR /edgex-go 00:31:24 ---> Running in b863e22bc70e 00:31:24 Removing intermediate container b863e22bc70e 00:31:24 ---> bbcc9e05fcb5 00:31:24 Step 5/6 : COPY go.mod . 00:31:24 ---> 9229eeba632c 00:31:24 Step 6/6 : RUN go mod download 00:31:24 ---> Running in c8b661765151 00:31:47 Removing intermediate container c8b661765151 00:31:47 ---> 423825815fe4 00:31:47 Successfully built 423825815fe4 00:31:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:31:47 + docker inspect -f . ci-base-image-x86_64 00:31:47 . [Pipeline] withDockerContainer 00:31:47 prd-centos7-docker-4c-2g-26169 does not seem to be running inside a container 00:31:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:31:48 $ docker top 36b7df69fac2509290e3700521041fdd3252cfeb231f5a4ea8d904ff6c8c0553 -eo pid,comm [Pipeline] { [Pipeline] sh 00:31:49 + go version 00:31:49 go version go1.15.5 linux/amd64 [Pipeline] } 00:31:49 $ docker stop --time=1 36b7df69fac2509290e3700521041fdd3252cfeb231f5a4ea8d904ff6c8c0553 00:31:51 $ docker rm -f 36b7df69fac2509290e3700521041fdd3252cfeb231f5a4ea8d904ff6c8c0553 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:31:52 + docker inspect -f . ci-base-image-x86_64 00:31:52 . [Pipeline] withDockerContainer 00:31:52 prd-centos7-docker-4c-2g-26169 does not seem to be running inside a container 00:31:52 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:31:53 $ docker top 558cfb9809fc5b79b993634dcb8c7e1a38868038b99ff6f1ebac3198d6bee808 -eo pid,comm [Pipeline] { [Pipeline] echo 00:31:53 ========================================================= 00:31:53 [edgeXBuildGoParallel] Running Tests and Build... 00:31:53 ========================================================= [Pipeline] sh 00:31:53 + make test 00:31:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:32:03 ? github.com/edgexfoundry/edgex-go [no test files] 00:32:22 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:32:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:32:26 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:32:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:32:29 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:32:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:32:29 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:32:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:32:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:32:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:32:33 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:32:36 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.112s coverage: 45.9% of statements 00:32:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:32:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:32:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:32:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:32:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:32:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:32:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:32:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.084s coverage: 100.0% of statements 00:32:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.170s coverage: 27.1% of statements 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:32:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.044s coverage: 100.0% of statements 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:32:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:32:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.095s coverage: 65.8% of statements 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:32:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.115s coverage: 82.3% of statements 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:32:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.371s coverage: 28.6% of statements 00:32:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:32:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:32:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:32:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:32:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:32:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements 00:32:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:32:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.032s coverage: 100.0% of statements 00:32:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:32:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.109s coverage: 86.7% of statements 00:32:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:32:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.101s coverage: 97.5% of statements 00:32:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:32:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.089s coverage: 78.3% of statements 00:32:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:32:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:32:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:32:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:32:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.421s coverage: 92.8% of statements 00:32:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:32:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:32:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:32:44 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:32:44 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:32:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:32:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:32:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:32:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:32:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:32:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:32:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:32:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:32:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:32:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:32:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:32:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:32:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:32:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.044s coverage: 58.8% of statements 00:32:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:32:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:32:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.1% of statements 00:32:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:32:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:32:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:32:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 45.5% of statements 00:32:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.061s coverage: 79.5% of statements 00:32:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements 00:32:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.049s coverage: 96.3% of statements 00:32:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements 00:32:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.052s coverage: 94.4% of statements 00:32:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.083s coverage: 92.9% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.053s coverage: 87.2% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.080s coverage: 91.4% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.280s coverage: 68.9% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 37.0% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.293s coverage: 84.0% of statements 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.131s coverage: 47.0% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.110s coverage: 89.4% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.745s coverage: 29.1% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.082s coverage: 99.0% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.058s coverage: 100.0% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 00:33:12 GO111MODULE=on go vet ./... 00:33:38 gofmt -l . 00:33:38 [ "`gofmt -l .`" = "" ] 00:33:38 ./bin/test-go-mod-tidy.sh 00:33:38 ./bin/test-attribution-txt.sh 00:33:39 An attribution for github.com/fatih/color is missing from Attribution.txt, please add 00:33:39 An attribution for github.com/hashicorp/go-hclog is missing from Attribution.txt, please add 00:33:39 An attribution for github.com/mattn/go-colorable is missing from Attribution.txt, please add 00:33:39 An attribution for github.com/mattn/go-isatty is missing from Attribution.txt, please add 00:33:39 An attribution for golang.org/x/sys is missing from Attribution.txt, please add 00:33:39 make: *** [Makefile:99: test] Error 1 [Pipeline] } 00:33:39 $ docker stop --time=1 558cfb9809fc5b79b993634dcb8c7e1a38868038b99ff6f1ebac3198d6bee808 00:33:42 $ docker rm -f 558cfb9809fc5b79b993634dcb8c7e1a38868038b99ff6f1ebac3198d6bee808 [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] } 00:33:43 Failed in branch amd64 00:34:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26177 in /w/workspace/edgexfoundry_edgex-go_PR-3133 [Pipeline] { [Pipeline] ws 00:34:22 Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout 00:34:28 using credential edgex-jenkins-ssh 00:34:28 Cloning the remote Git repository 00:34:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:34:28 > git init /w/workspace/edgex-go/13 # timeout=10 00:34:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:28 > git --version # timeout=10 00:34:28 > git --version # 'git version 2.17.1' 00:34:28 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:53 Merging remotes/origin/master commit 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 into PR head commit 343a3461c7215918a93c82d0a0945ca1196d7c05 00:34:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:53 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3133/head:refs/remotes/origin/PR-3133 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:34:53 > git config core.sparsecheckout # timeout=10 00:34:53 > git checkout -f 343a3461c7215918a93c82d0a0945ca1196d7c05 # timeout=10 00:34:54 Merge succeeded, producing e75ca7d62001490ee2ac776e942f0bb058390900 00:34:54 Checking out Revision e75ca7d62001490ee2ac776e942f0bb058390900 (PR-3133) 00:34:54 > git remote # timeout=10 00:34:54 > git config --get remote.origin.url # timeout=10 00:34:54 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:54 > git merge 6b1c9d0ce3d994c7467644266d4bee7b22ebaf18 # timeout=10 00:34:54 > git rev-parse HEAD^{commit} # timeout=10 00:34:54 > git config core.sparsecheckout # timeout=10 00:34:54 > git checkout -f e75ca7d62001490ee2ac776e942f0bb058390900 # timeout=10 00:34:59 Commit message: "Merge commit '6b1c9d0ce3d994c7467644266d4bee7b22ebaf18' into HEAD" 00:34:59 > git rev-list --no-walk 343a3461c7215918a93c82d0a0945ca1196d7c05 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:35:01 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:35:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:35:01 + + truesudo 00:35:01 service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:35:03 provisioning config files... 00:35:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config4971727030148994370tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:35:04 ---> docker-login.sh 00:35:04 nexus3.edgexfoundry.org:10001 00:35:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:05 Configure a credential helper to remove this warning. See 00:35:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:05 00:35:05 Login Succeeded 00:35:05 nexus3.edgexfoundry.org:10002 00:35:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:06 Configure a credential helper to remove this warning. See 00:35:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:06 00:35:06 Login Succeeded 00:35:06 nexus3.edgexfoundry.org:10003 00:35:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:06 Configure a credential helper to remove this warning. See 00:35:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:06 00:35:06 Login Succeeded 00:35:06 nexus3.edgexfoundry.org:10004 00:35:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:07 Configure a credential helper to remove this warning. See 00:35:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:07 00:35:07 Login Succeeded 00:35:07 docker.io 00:35:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:08 Configure a credential helper to remove this warning. See 00:35:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:08 00:35:08 Login Succeeded 00:35:08 ---> docker-login.sh ends [Pipeline] } 00:35:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:35:08 ========================================================= 00:35:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:35:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:09 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:35:11 Sending build context to Docker daemon 166.3MB 00:35:11 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:35:11 Step 2/6 : FROM ${BASE} 00:35:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:35:11 5f621e34cdf4: Pulling fs layer 00:35:11 a4357932f1b6: Pulling fs layer 00:35:11 18c013af1878: Pulling fs layer 00:35:11 00ac8860ef70: Pulling fs layer 00:35:11 63d7cb157983: Pulling fs layer 00:35:11 b116817d02f9: Pulling fs layer 00:35:11 745a02a5169b: Pulling fs layer 00:35:11 00ac8860ef70: Waiting 00:35:11 63d7cb157983: Waiting 00:35:11 b116817d02f9: Waiting 00:35:11 745a02a5169b: Waiting 00:35:11 18c013af1878: Download complete 00:35:11 a4357932f1b6: Download complete 00:35:12 63d7cb157983: Verifying Checksum 00:35:12 63d7cb157983: Download complete 00:35:12 b116817d02f9: Verifying Checksum 00:35:12 b116817d02f9: Download complete 00:35:12 5f621e34cdf4: Verifying Checksum 00:35:12 5f621e34cdf4: Download complete 00:35:12 5f621e34cdf4: Pull complete 00:35:13 a4357932f1b6: Pull complete 00:35:13 18c013af1878: Pull complete 00:35:15 745a02a5169b: Verifying Checksum 00:35:15 745a02a5169b: Download complete 00:35:16 00ac8860ef70: Verifying Checksum 00:35:16 00ac8860ef70: Download complete 00:35:26 00ac8860ef70: Pull complete 00:35:26 63d7cb157983: Pull complete 00:35:26 b116817d02f9: Pull complete 00:35:30 745a02a5169b: Pull complete 00:35:30 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:35:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:35:30 ---> b7e6874047d6 00:35:30 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:35:34 ---> Running in c2fc54551718 00:35:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:38 (1/12) Installing libmagic (5.38-r0) 00:35:38 (2/12) Installing file (5.38-r0) 00:35:38 (3/12) Installing libc-dev (0.7.2-r3) 00:35:38 (4/12) Installing g++ (9.3.0-r2) 00:35:53 (5/12) Installing fortify-headers (1.1-r0) 00:35:53 (6/12) Installing patch (2.7.6-r6) 00:35:53 (7/12) Installing build-base (0.5-r2) 00:35:53 (8/12) Installing libsodium (1.0.18-r0) 00:35:53 (9/12) Installing pkgconf (1.7.2-r0) 00:35:53 (10/12) Installing libsodium-dev (1.0.18-r0) 00:35:53 (11/12) Installing libzmq (4.3.3-r0) 00:35:53 (12/12) Installing zeromq-dev (4.3.3-r0) 00:35:53 Executing busybox-1.31.1-r19.trigger 00:35:53 OK: 217 MiB in 51 packages 00:35:58 Removing intermediate container c2fc54551718 00:35:58 ---> 5a41c61d2a2d 00:35:58 Step 4/6 : WORKDIR /edgex-go 00:35:58 ---> Running in 5cb5e442aaa1 00:35:58 Removing intermediate container 5cb5e442aaa1 00:35:58 ---> 4bc09e37dd9f 00:35:58 Step 5/6 : COPY go.mod . 00:35:59 ---> 268a26cd3451 00:35:59 Step 6/6 : RUN go mod download 00:35:59 ---> Running in 648ddd89e739 00:36:31 Removing intermediate container 648ddd89e739 00:36:31 ---> bfafe131d8b0 00:36:31 Successfully built bfafe131d8b0 00:36:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:36:32 + docker inspect -f . ci-base-image-arm64 00:36:32 . [Pipeline] withDockerContainer 00:36:32 prd-ubuntu18.04-docker-arm64-4c-16g-26177 does not seem to be running inside a container 00:36:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:34 $ docker top 93527d163cb51a1490c14965da24e14860ff69558bfbd3129a25f9f66d8e43e5 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:35 + go version 00:36:35 go version go1.15.5 linux/arm64 [Pipeline] } 00:36:35 $ docker stop --time=1 93527d163cb51a1490c14965da24e14860ff69558bfbd3129a25f9f66d8e43e5 00:36:37 $ docker rm -f 93527d163cb51a1490c14965da24e14860ff69558bfbd3129a25f9f66d8e43e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:38 + docker inspect -f . ci-base-image-arm64 00:36:38 . [Pipeline] withDockerContainer 00:36:38 prd-ubuntu18.04-docker-arm64-4c-16g-26177 does not seem to be running inside a container 00:36:38 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:40 $ docker top 5b842f785ac1b3d52b58c9b1b10cfa833c9f34deb896a7a85f785f25a680e09e -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:40 ========================================================= 00:36:40 [edgeXBuildGoParallel] Running Tests and Build... 00:36:40 ========================================================= [Pipeline] sh 00:36:41 + make test 00:36:41 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:08 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:04 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:04 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:14 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:14 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.341s coverage: 45.9% of statements 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:38:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.266s coverage: 100.0% of statements 00:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.544s coverage: 27.1% of statements 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.092s coverage: 100.0% of statements 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.239s coverage: 65.8% of statements 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.699s coverage: 82.3% of statements 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.359s coverage: 28.6% of statements 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.228s coverage: 100.0% of statements 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.081s coverage: 100.0% of statements 00:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.388s coverage: 86.7% of statements 00:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.337s coverage: 97.5% of statements 00:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.137s coverage: 78.3% of statements 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.448s coverage: 92.8% of statements 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.247s coverage: 0.1% of statements 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 45.5% of statements 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.104s coverage: 79.5% of statements 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.086s coverage: 96.3% of statements 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.091s coverage: 87.5% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.096s coverage: 94.4% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.071s coverage: 44.8% of statements 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.129s coverage: 92.9% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.074s coverage: 77.8% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.143s coverage: 84.2% of statements 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.184s coverage: 91.4% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.611s coverage: 63.5% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.073s coverage: 100.0% of statements 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.085s coverage: 100.0% of statements 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.072s coverage: 68.9% of statements 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.482s coverage: 37.0% of statements 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.876s coverage: 84.0% of statements 00:39:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.098s coverage: 100.0% of statements 00:39:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.490s coverage: 47.0% of statements 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.138s coverage: 100.0% of statements 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:39:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.364s coverage: 89.4% of statements 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.098s coverage: 29.1% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.236s coverage: 99.0% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.097s coverage: 100.0% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.180s coverage: 100.0% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.106s coverage: 87.9% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.084s coverage: 100.0% of statements 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements 00:39:55 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 100.0% of statements 00:39:56 GO111MODULE=on go vet ./... 00:41:33 gofmt -l . 00:41:33 [ "`gofmt -l .`" = "" ] 00:41:33 ./bin/test-go-mod-tidy.sh 00:41:33 ./bin/test-attribution-txt.sh 00:41:33 An attribution for github.com/fatih/color is missing from Attribution.txt, please add 00:41:33 An attribution for github.com/hashicorp/go-hclog is missing from Attribution.txt, please add 00:41:33 An attribution for github.com/mattn/go-colorable is missing from Attribution.txt, please add 00:41:33 An attribution for github.com/mattn/go-isatty is missing from Attribution.txt, please add 00:41:33 An attribution for golang.org/x/sys is missing from Attribution.txt, please add 00:41:33 make: *** [Makefile:99: test] Error 1 [Pipeline] } 00:41:33 $ docker stop --time=1 5b842f785ac1b3d52b58c9b1b10cfa833c9f34deb896a7a85f785f25a680e09e 00:41:36 $ docker rm -f 5b842f785ac1b3d52b58c9b1b10cfa833c9f34deb896a7a85f785f25a680e09e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:41:38 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:41:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:41:41 ---> package-listing.sh 00:41:41 ++ facter osfamily 00:41:41 ++ tr '[:upper:]' '[:lower:]' 00:41:41 + OS_FAMILY=redhat 00:41:41 + workspace=/w/workspace/edgex-go/13 00:41:41 + START_PACKAGES=/tmp/packages_start.txt 00:41:41 + END_PACKAGES=/tmp/packages_end.txt 00:41:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:41:41 + PACKAGES=/tmp/packages_start.txt 00:41:41 + '[' /w/workspace/edgex-go/13 ']' 00:41:41 + PACKAGES=/tmp/packages_end.txt 00:41:41 + case "${OS_FAMILY}" in 00:41:41 + rpm -qa 00:41:41 + sort 00:41:46 + '[' -f /tmp/packages_start.txt ']' 00:41:46 + '[' -f /tmp/packages_end.txt ']' 00:41:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:41:46 + '[' /w/workspace/edgex-go/13 ']' 00:41:46 + mkdir -p /w/workspace/edgex-go/13/archives/ 00:41:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo 00:41:46 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/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:41:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:41:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:41:47 00:41:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:41:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:41:47 alpine: Pulling from edgex-lftools-log-publisher 00:41:47 df20fa9351a1: Pulling fs layer 00:41:47 36b3adc4ff6f: Pulling fs layer 00:41:47 8ad3a11d3b57: Pulling fs layer 00:41:47 46f8f816bc3b: Pulling fs layer 00:41:47 93b61091891f: Pulling fs layer 00:41:47 93b9cdb0e59b: Pulling fs layer 00:41:47 5e14af77c1be: Pulling fs layer 00:41:47 01666e4c0597: Pulling fs layer 00:41:47 aa168da1d23b: Pulling fs layer 00:41:47 46f8f816bc3b: Waiting 00:41:47 93b61091891f: Waiting 00:41:47 5e14af77c1be: Waiting 00:41:47 93b9cdb0e59b: Waiting 00:41:47 aa168da1d23b: Waiting 00:41:47 01666e4c0597: Waiting 00:41:47 36b3adc4ff6f: Verifying Checksum 00:41:47 36b3adc4ff6f: Download complete 00:41:47 46f8f816bc3b: Verifying Checksum 00:41:47 46f8f816bc3b: Download complete 00:41:48 93b61091891f: Verifying Checksum 00:41:48 93b61091891f: Download complete 00:41:48 df20fa9351a1: Verifying Checksum 00:41:48 df20fa9351a1: Download complete 00:41:48 5e14af77c1be: Verifying Checksum 00:41:48 5e14af77c1be: Download complete 00:41:48 93b9cdb0e59b: Verifying Checksum 00:41:48 93b9cdb0e59b: Download complete 00:41:48 01666e4c0597: Verifying Checksum 00:41:48 01666e4c0597: Download complete 00:41:48 df20fa9351a1: Pull complete 00:41:48 8ad3a11d3b57: Verifying Checksum 00:41:48 8ad3a11d3b57: Download complete 00:41:48 36b3adc4ff6f: Pull complete 00:41:49 8ad3a11d3b57: Pull complete 00:41:49 46f8f816bc3b: Pull complete 00:41:49 93b61091891f: Pull complete 00:41:50 93b9cdb0e59b: Pull complete 00:41:51 aa168da1d23b: Verifying Checksum 00:41:51 aa168da1d23b: Download complete 00:41:51 5e14af77c1be: Pull complete 00:41:51 01666e4c0597: Pull complete 00:41:59 aa168da1d23b: Pull complete 00:41:59 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:41:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:41:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:41:59 prd-centos7-docker-4c-2g-26169 does not seem to be running inside a container 00:41:59 $ 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/13/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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:42:03 $ docker top 99cf40e9faede61fb097b650d869b38ce5ee42751cfc0ed2e1026041ed750346 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:03 + touch /tmp/pre-build-complete [Pipeline] sh 00:42:03 + mkdir -p /var/log/sa [Pipeline] sh 00:42:04 + ls /var/log/sa-host 00:42:04 + sadf -c /var/log/sa-host/sa12 00:42:04 file_magic: OK 00:42:04 HZ: Using current value: 100 00:42:04 file_header: OK 00:42:04 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:42:04 Statistics: 00:42:04 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... 00:42:04 File successfully converted to sysstat format version 12.2.1 00:42:04 + sadf -c /var/log/sa-host/sa23 00:42:04 file_magic: OK 00:42:04 HZ: Using current value: 100 00:42:04 file_header: OK 00:42:04 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:42:04 Statistics: 00:42:04 Hnuu...uuuununununu... 00:42:04 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:42:04 provisioning config files... 00:42:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config4745637299349347675tmp [Pipeline] { [Pipeline] echo 00:42:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:42:04 ---> create-netrc.sh [Pipeline] } 00:42:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:42:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:42:05 ---> python-tools-install.sh [Pipeline] echo 00:42:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:42:05 ---> sudo-logs.sh 00:42:05 Archiving 'sudo' log.. [Pipeline] echo 00:42:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:42:06 ---> job-cost.sh 00:42:06 lf-activate-venv: SKIPPING 00:42:06 INFO: No Stack... 00:42:07 INFO: Retrieving Pricing Info for: v1-standard-2 00:42:07 INFO: Archiving Costs [Pipeline] echo 00:42:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:42:07 ---> logs-deploy.sh 00:42:07 lf-activate-venv: SKIPPING 00:42:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3133/13 00:42:07 INFO: archiving workspace using pattern(s): 00:42:09 Archives upload complete. 00:42:09 INFO: archiving logs to Nexus 00:42:10 ---> uname -a: 00:42:10 Linux prd-centos7-docker-4c-2g-26169.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:42:10 00:42:10 00:42:10 ---> lscpu: 00:42:10 Architecture: x86_64 00:42:10 CPU op-mode(s): 32-bit, 64-bit 00:42:10 Byte Order: Little Endian 00:42:10 Address sizes: 40 bits physical, 48 bits virtual 00:42:10 CPU(s): 4 00:42:10 On-line CPU(s) list: 0-3 00:42:10 Thread(s) per core: 1 00:42:10 Core(s) per socket: 1 00:42:10 Socket(s): 4 00:42:10 NUMA node(s): 1 00:42:10 Vendor ID: GenuineIntel 00:42:10 CPU family: 6 00:42:10 Model: 44 00:42:10 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:42:10 Stepping: 1 00:42:10 CPU MHz: 2933.442 00:42:10 BogoMIPS: 5866.88 00:42:10 Virtualization: VT-x 00:42:10 Hypervisor vendor: KVM 00:42:10 Virtualization type: full 00:42:10 L1d cache: 128 KiB 00:42:10 L1i cache: 128 KiB 00:42:10 L2 cache: 16 MiB 00:42:10 L3 cache: 64 MiB 00:42:10 NUMA node0 CPU(s): 0-3 00:42:10 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:42:10 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:42:10 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:42:10 Vulnerability Meltdown: Mitigation; PTI 00:42:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:42:10 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:42:10 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:42:10 Vulnerability Srbds: Not affected 00:42:10 Vulnerability Tsx async abort: Not affected 00:42:10 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:42:10 00:42:10 00:42:10 ---> nproc: 00:42:10 4 00:42:10 00:42:10 00:42:10 ---> df -h: 00:42:10 Filesystem Size Used Available Use% Mounted on 00:42:10 overlay 50.0G 8.2G 41.7G 17% / 00:42:10 tmpfs 64.0M 0 64.0M 0% /dev 00:42:10 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:42:10 shm 64.0M 0 64.0M 0% /dev/shm 00:42:10 /dev/vda1 50.0G 8.2G 41.7G 17% /facter-os 00:42:10 /dev/vda1 50.0G 8.2G 41.7G 17% /etc/resolv.conf 00:42:10 /dev/vda1 50.0G 8.2G 41.7G 17% /etc/hostname 00:42:10 /dev/vda1 50.0G 8.2G 41.7G 17% /etc/hosts 00:42:10 /dev/vda1 50.0G 8.2G 41.7G 17% /run/cloud-init/result.json 00:42:10 /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/sa-host 00:42:10 /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/secure 00:42:10 /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/auth.log 00:42:10 /dev/vda1 50.0G 8.2G 41.7G 17% /w/workspace/edgex-go/13 00:42:10 /dev/vda1 50.0G 8.2G 41.7G 17% /w/workspace/edgex-go/13@tmp 00:42:10 00:42:10 00:42:10 ---> free -m: 00:42:10 total used free shared buff/cache available 00:42:10 Mem: 1837 767 122 0 947 978 00:42:10 Swap: 1023 3 1020 00:42:10 00:42:10 00:42:10 ---> ip addr: 00:42:10 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:42:10 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:42:10 inet 127.0.0.1/8 scope host lo 00:42:10 valid_lft forever preferred_lft forever 00:42:10 inet6 ::1/128 scope host 00:42:10 valid_lft forever preferred_lft forever 00:42:10 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:42:10 link/ether fa:16:3e:d8:1f:ef brd ff:ff:ff:ff:ff:ff 00:42:10 inet 10.30.122.57/23 brd 10.30.123.255 scope global dynamic eth0 00:42:10 valid_lft 85642sec preferred_lft 85642sec 00:42:10 inet6 fe80::f816:3eff:fed8:1fef/64 scope link 00:42:10 valid_lft forever preferred_lft forever 00:42:10 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:42:10 link/ether 02:42:9c:7c:d9:c2 brd ff:ff:ff:ff:ff:ff 00:42:10 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:42:10 valid_lft forever preferred_lft forever 00:42:10 inet6 fe80::42:9cff:fe7c:d9c2/64 scope link 00:42:10 valid_lft forever preferred_lft forever 00:42:10 00:42:10 00:42:10 ---> sar -b -r -n DEV: 00:42:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/12/21 _x86_64_ (4 CPU) 00:42:10 00:42:10 00:29:20 LINUX RESTART (4 CPU) 00:42:10 00:42:10 00:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:42:10 00:31:01 146.55 50.67 95.87 0.00 8775.64 36612.56 0.00 00:42:10 00:32:01 313.45 136.35 177.10 0.00 5149.24 31685.37 0.00 00:42:10 00:33:01 131.36 39.27 92.09 0.00 1600.13 12236.69 0.00 00:42:10 00:34:01 115.43 58.98 56.45 0.00 3261.11 5081.59 0.00 00:42:10 00:35:02 2.40 0.67 1.73 0.00 49.54 26.10 0.00 00:42:10 00:36:01 1.07 0.88 0.19 0.00 49.15 2.89 0.00 00:42:10 00:37:01 0.28 0.10 0.18 0.00 74.31 2.31 0.00 00:42:10 00:38:01 0.28 0.00 0.28 0.00 0.00 3.36 0.00 00:42:10 00:39:01 0.27 0.00 0.27 0.00 0.00 3.03 0.00 00:42:10 00:40:01 0.30 0.02 0.28 0.00 0.27 3.10 0.00 00:42:10 00:41:01 0.27 0.02 0.25 0.00 0.13 2.43 0.00 00:42:10 00:42:01 118.39 64.48 53.91 0.00 5907.55 17073.68 0.00 00:42:10 Average: 69.31 29.34 39.97 0.00 2076.20 8578.47 0.00 00:42:10 00:42:10 00:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:42:10 00:31:01 79488 0 702556 37.34 2596 1096904 1546992 52.80 702148 886020 29504 00:42:10 00:32:01 142476 0 813864 43.26 1604 923600 1756384 59.94 618768 845720 33400 00:42:10 00:33:01 140224 0 834844 44.37 760 905716 1804576 61.59 719988 733640 27292 00:42:10 00:34:01 500644 0 693968 36.88 744 686188 1114280 38.03 520592 591600 20 00:42:10 00:35:02 499148 0 693884 36.88 744 687768 1092760 37.29 523144 592472 16 00:42:10 00:36:01 497996 0 693596 36.86 744 689208 1092848 37.30 526132 591272 16 00:42:10 00:37:01 495672 0 693684 36.87 744 691444 1092812 37.30 526096 593456 12 00:42:10 00:38:01 497128 0 692168 36.79 744 691504 1083560 36.98 524156 594412 20 00:42:10 00:39:01 497224 0 692124 36.78 744 691452 1083560 36.98 524100 594396 8 00:42:10 00:40:01 497112 0 692228 36.79 744 691460 1083632 36.98 524596 594404 12 00:42:10 00:41:01 496248 0 693092 36.84 744 691460 1083692 36.98 524812 594408 12 00:42:10 00:42:01 170788 0 767888 40.81 664 942204 1285120 43.86 546700 851004 22384 00:42:10 Average: 376179 0 721991 38.37 965 782409 1260018 43.00 565103 671900 9391 00:42:10 00:42:10 00:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:42:10 00:31:01 eth0 1328.80 1340.03 6944.99 161.10 0.00 0.00 0.00 0.00 00:42:10 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:42:10 00:31:01 docker0 844.78 706.65 69.73 2677.14 0.00 0.00 0.00 0.00 00:42:10 00:32:01 veth616b5f8 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:42:10 00:32:01 eth0 238.40 174.16 875.92 27.26 0.00 0.00 0.00 0.00 00:42:10 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:42:10 00:32:01 docker0 154.62 204.14 11.51 842.69 0.00 0.00 0.00 0.00 00:42:10 00:33:01 veth616b5f8 0.93 0.95 0.08 0.08 0.00 0.00 0.00 0.00 00:42:10 00:33:01 eth0 39.20 27.33 21.74 68.51 0.00 0.00 0.00 0.00 00:42:10 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:42:10 00:33:01 docker0 0.93 0.93 0.06 0.08 0.00 0.00 0.00 0.00 00:42:10 00:34:01 eth0 11.65 5.79 8.33 4.09 0.00 0.00 0.00 0.00 00:42:10 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:42:10 00:34:01 docker0 0.72 0.72 0.05 0.06 0.00 0.00 0.00 0.00 00:42:10 00:35:02 eth0 2.51 0.60 0.76 0.42 0.00 0.00 0.00 0.00 00:42:10 00:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:42:10 00:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:42:10 00:36:01 eth0 1.54 0.39 0.38 0.21 0.00 0.00 0.00 0.00 00:42:10 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:42:10 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:42:10 00:37:01 eth0 0.92 0.55 0.53 0.43 0.00 0.00 0.00 0.00 00:42:10 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:42:10 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:42:10 00:38:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:42:10 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:42:10 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:42:10 00:39:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:42:10 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:42:10 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:42:10 00:40:01 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 00:42:10 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:42:10 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:42:10 00:41:01 eth0 1.08 0.42 0.37 0.21 0.00 0.00 0.00 0.00 00:42:10 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:42:10 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:42:10 00:42:01 eth0 232.47 205.54 2170.31 20.29 0.00 0.00 0.00 0.00 00:42:10 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:42:10 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:42:10 Average: eth0 155.05 146.53 836.85 23.60 0.00 0.00 0.00 0.00 00:42:10 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:42:10 Average: docker0 83.57 76.17 6.79 293.86 0.00 0.00 0.00 0.00 00:42:10 00:42:10 00:42:10 ---> sar -P ALL: 00:42:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/12/21 _x86_64_ (4 CPU) 00:42:10 00:42:10 00:29:20 LINUX RESTART (4 CPU) 00:42:10 00:42:10 00:30:01 CPU %user %nice %system %iowait %steal %idle 00:42:10 00:31:01 all 15.48 0.00 8.27 2.19 0.15 73.91 00:42:10 00:31:01 0 14.05 0.00 11.82 1.14 0.16 72.84 00:42:10 00:31:01 1 15.98 0.00 7.11 4.90 0.15 71.85 00:42:10 00:31:01 2 17.42 0.00 7.36 0.58 0.12 74.51 00:42:10 00:31:01 3 14.46 0.00 6.83 2.13 0.15 76.43 00:42:10 00:32:01 all 13.56 0.00 9.29 7.31 0.28 69.55 00:42:10 00:32:01 0 13.38 0.00 9.12 7.60 0.21 69.69 00:42:10 00:32:01 1 12.71 0.00 9.23 5.98 0.36 71.72 00:42:10 00:32:01 2 13.85 0.00 9.65 6.49 0.27 69.74 00:42:10 00:32:01 3 14.32 0.00 9.17 9.21 0.29 67.01 00:42:10 00:33:01 all 56.24 0.00 13.78 3.75 0.26 25.97 00:42:10 00:33:01 0 56.32 0.00 13.72 4.72 0.25 25.00 00:42:10 00:33:01 1 55.83 0.00 14.12 4.65 0.25 25.16 00:42:10 00:33:01 2 58.19 0.00 12.98 2.35 0.26 26.22 00:42:10 00:33:01 3 54.61 0.00 14.32 3.27 0.29 27.51 00:42:10 00:34:01 all 30.78 0.00 10.02 2.79 0.19 56.22 00:42:10 00:34:01 0 30.39 0.00 10.23 3.46 0.16 55.77 00:42:10 00:34:01 1 31.30 0.00 9.78 0.93 0.21 57.78 00:42:10 00:34:01 2 30.52 0.00 10.17 3.59 0.21 55.52 00:42:10 00:34:01 3 30.89 0.00 9.92 3.17 0.21 55.80 00:42:10 00:35:02 all 0.18 0.00 0.06 0.00 0.00 99.75 00:42:10 00:35:02 0 0.55 0.00 0.05 0.00 0.00 99.40 00:42:10 00:35:02 1 0.07 0.00 0.07 0.00 0.02 99.85 00:42:10 00:35:02 2 0.03 0.00 0.07 0.00 0.00 99.90 00:42:10 00:35:02 3 0.05 0.00 0.07 0.02 0.00 99.87 00:42:10 00:36:01 all 0.24 0.00 0.21 0.00 0.03 99.53 00:42:10 00:36:01 0 0.39 0.00 0.15 0.00 0.03 99.42 00:42:10 00:36:01 1 0.25 0.00 0.12 0.00 0.00 99.63 00:42:10 00:36:01 2 0.12 0.00 0.27 0.00 0.03 99.58 00:42:10 00:36:01 3 0.20 0.00 0.29 0.00 0.03 99.48 00:42:10 00:37:01 all 0.15 0.00 0.06 0.00 0.01 99.78 00:42:10 00:37:01 0 0.05 0.00 0.05 0.00 0.02 99.88 00:42:10 00:37:01 1 0.03 0.00 0.05 0.00 0.02 99.90 00:42:10 00:37:01 2 0.03 0.00 0.08 0.00 0.00 99.88 00:42:10 00:37:01 3 0.50 0.00 0.05 0.00 0.00 99.45 00:42:10 00:38:01 all 0.18 0.00 0.08 0.00 0.04 99.70 00:42:10 00:38:01 0 0.05 0.00 0.10 0.00 0.03 99.82 00:42:10 00:38:01 1 0.10 0.00 0.15 0.00 0.05 99.70 00:42:10 00:38:01 2 0.05 0.00 0.03 0.00 0.03 99.88 00:42:10 00:38:01 3 0.52 0.00 0.05 0.00 0.03 99.40 00:42:10 00:39:01 all 0.15 0.00 0.03 0.00 0.01 99.81 00:42:10 00:39:01 0 0.03 0.00 0.02 0.00 0.02 99.93 00:42:10 00:39:01 1 0.48 0.00 0.03 0.00 0.00 99.48 00:42:10 00:39:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:42:10 00:39:01 3 0.07 0.00 0.03 0.00 0.02 99.88 00:42:10 00:40:01 all 0.15 0.00 0.05 0.00 0.02 99.78 00:42:10 00:40:01 0 0.00 0.00 0.02 0.00 0.02 99.97 00:42:10 00:40:01 1 0.20 0.00 0.05 0.00 0.02 99.73 00:42:10 00:40:01 2 0.07 0.00 0.07 0.00 0.03 99.83 00:42:10 00:40:01 3 0.33 0.00 0.07 0.00 0.02 99.58 00:42:10 00:41:01 all 0.15 0.00 0.03 0.00 0.03 99.79 00:42:10 00:41:01 0 0.05 0.00 0.03 0.00 0.03 99.88 00:42:10 00:41:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:42:10 00:41:01 2 0.03 0.00 0.03 0.00 0.03 99.90 00:42:10 00:41:01 3 0.50 0.00 0.03 0.00 0.03 99.43 00:42:10 00:42:10 00:41:01 CPU %user %nice %system %iowait %steal %idle 00:42:10 00:42:01 all 5.40 0.00 3.95 1.93 0.05 88.66 00:42:10 00:42:01 0 4.80 0.00 4.26 0.14 0.05 90.75 00:42:10 00:42:01 1 4.97 0.00 3.54 1.97 0.05 89.47 00:42:10 00:42:01 2 5.90 0.00 3.83 4.20 0.03 86.03 00:42:10 00:42:01 3 5.93 0.00 4.19 1.40 0.08 88.39 00:42:10 Average: all 9.92 0.00 3.73 1.47 0.09 84.80 00:42:10 Average: 0 9.71 0.00 4.03 1.39 0.08 84.79 00:42:10 Average: 1 9.86 0.00 3.60 1.51 0.09 84.94 00:42:10 Average: 2 10.23 0.00 3.63 1.41 0.08 84.64 00:42:10 Average: 3 9.87 0.00 3.65 1.56 0.09 84.83 00:42:10 00:42:10 00:42:10