Pull request #2942 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from df695e162577a4eb0e37869e2236c0dac3805389+bbb161aa59ef099937232867751a09afbb087fa9 (ad6483017b0c3f9777afecad631961b14337698c) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-16942 in /w/workspace/edgexfoundry_edgex-go_PR-2942 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/18 [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/18 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit bbb161aa59ef099937232867751a09afbb087fa9 into PR head commit df695e162577a4eb0e37869e2236c0dac3805389 > 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/2942/head:refs/remotes/origin/PR-2942 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f df695e162577a4eb0e37869e2236c0dac3805389 # timeout=10 Merge succeeded, producing df695e162577a4eb0e37869e2236c0dac3805389 Checking out Revision df695e162577a4eb0e37869e2236c0dac3805389 (PR-2942) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f df695e162577a4eb0e37869e2236c0dac3805389 # timeout=10 Commit message: "fix: Fix failing V2 unit test" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:29:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 7237c480b14e9bfee603d872263c4e57950369a3 # timeout=10 [Pipeline] withCredentials 22:29:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:29:59 ========================================================= 22:29:59 EdgeX Global Pipelines Version Info 22:29:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:30:01 ------------------- 22:30:01 stable info: 22:30:01 ------------------- 22:30:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:30:01 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 22:30:01 Message: update stable to v1.0.173 22:30:02 ------------------- 22:30:02 experimental info: 22:30:02 ------------------- 22:30:02 Commited By: **** collab-it+edgex@linuxfoundation.org 22:30:02 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 22:30:02 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:30:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:30:02 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:30:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:30:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:30:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:30:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:30:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:30:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:30:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 22:30:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 22:30:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:30:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:30:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:30:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:30:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:30:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:30:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:30:04 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:30:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:30:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:30:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:30:04 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:30:05 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 22:30:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2942 [Pipeline] echo 22:30:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2942 [Pipeline] echo 22:30:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2942 [Pipeline] echo 22:30:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = df695e162577a4eb0e37869e2236c0dac3805389 [Pipeline] echo 22:30:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = df695e1 [Pipeline] echo 22:30:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:30:05 provisioning config files... 22:30:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/18@tmp/config8514692729007263277tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:30:06 ---> docker-login.sh 22:30:06 nexus3.edgexfoundry.org:10001 22:30:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:30:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:30:06 Configure a credential helper to remove this warning. See 22:30:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:30:06 22:30:06 Login Succeeded 22:30:06 nexus3.edgexfoundry.org:10002 22:30:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:30:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:30:06 Configure a credential helper to remove this warning. See 22:30:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:30:06 22:30:06 Login Succeeded 22:30:06 nexus3.edgexfoundry.org:10003 22:30:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:30:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:30:07 Configure a credential helper to remove this warning. See 22:30:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:30:07 22:30:07 Login Succeeded 22:30:07 nexus3.edgexfoundry.org:10004 22:30:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:30:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:30:07 Configure a credential helper to remove this warning. See 22:30:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:30:07 22:30:07 Login Succeeded 22:30:07 docker.io 22:30:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:30:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:30:07 Configure a credential helper to remove this warning. See 22:30:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:30:07 22:30:07 Login Succeeded 22:30:07 ---> docker-login.sh ends [Pipeline] } 22:30:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:30:08 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 22:30:08 + for file in '`ls cmd/**/Dockerfile`' 22:30:08 ++ dirname cmd/core-command/Dockerfile 22:30:08 ++ cut -d/ -f2 22:30:08 + echo core-command,cmd/core-command/Dockerfile 22:30:08 + for file in '`ls cmd/**/Dockerfile`' 22:30:08 ++ dirname cmd/core-data/Dockerfile 22:30:08 ++ cut -d/ -f2 22:30:08 + echo core-data,cmd/core-data/Dockerfile 22:30:08 + for file in '`ls cmd/**/Dockerfile`' 22:30:08 ++ dirname cmd/core-metadata/Dockerfile 22:30:08 ++ cut -d/ -f2 22:30:08 + echo core-metadata,cmd/core-metadata/Dockerfile 22:30:08 + for file in '`ls cmd/**/Dockerfile`' 22:30:08 ++ dirname cmd/security-bootstrap-redis/Dockerfile 22:30:08 ++ cut -d/ -f2 22:30:08 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 22:30:08 + for file in '`ls cmd/**/Dockerfile`' 22:30:08 ++ dirname cmd/security-proxy-setup/Dockerfile 22:30:08 ++ cut -d/ -f2 22:30:08 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:30:08 + for file in '`ls cmd/**/Dockerfile`' 22:30:08 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:30:08 ++ cut -d/ -f2 22:30:08 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:30:08 + for file in '`ls cmd/**/Dockerfile`' 22:30:08 ++ dirname cmd/support-notifications/Dockerfile 22:30:08 ++ cut -d/ -f2 22:30:08 + echo support-notifications,cmd/support-notifications/Dockerfile 22:30:08 + for file in '`ls cmd/**/Dockerfile`' 22:30:08 ++ dirname cmd/support-scheduler/Dockerfile 22:30:08 ++ cut -d/ -f2 22:30:08 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:30:08 + for file in '`ls cmd/**/Dockerfile`' 22:30:08 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:30:08 ++ cut -d/ -f2 22:30:08 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:30:08 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-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 22:30:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:30:11 22:30:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:30:11 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:30:11 latest: Pulling from edgex-devops/git-semver 22:30:11 31603596830f: Pulling fs layer 22:30:11 2a8b12db71e7: Pulling fs layer 22:30:11 6ca5941a6612: Pulling fs layer 22:30:11 ecc8261a40a4: Pulling fs layer 22:30:11 ecc8261a40a4: Waiting 22:30:11 2a8b12db71e7: Verifying Checksum 22:30:11 2a8b12db71e7: Download complete 22:30:11 31603596830f: Verifying Checksum 22:30:11 31603596830f: Download complete 22:30:11 ecc8261a40a4: Verifying Checksum 22:30:11 ecc8261a40a4: Download complete 22:30:11 6ca5941a6612: Verifying Checksum 22:30:11 6ca5941a6612: Download complete 22:30:12 31603596830f: Pull complete 22:30:12 2a8b12db71e7: Pull complete 22:30:12 6ca5941a6612: Pull complete 22:30:13 ecc8261a40a4: Pull complete 22:30:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:30:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:30:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:30:13 prd-centos7-docker-4c-2g-16942 does not seem to be running inside a container 22:30:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:30:15 $ docker top 9aebee59400ecdae85e361545b125b675b8c6a9cb7230780d7a75c78bd6ef268 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:30:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:30:16 [ssh-agent] Looking for ssh-agent implementation... 22:30:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:30:16 $ docker exec 9aebee59400ecdae85e361545b125b675b8c6a9cb7230780d7a75c78bd6ef268 ssh-agent 22:30:16 SSH_AUTH_SOCK=/tmp/ssh-4fxk9iFYHCa7/agent.11 22:30:16 SSH_AGENT_PID=16 22:30:16 Running ssh-add (command line suppressed) 22:30:16 Identity added: /w/workspace/edgex-go/18@tmp/private_key_8355078072172196032.key (/w/workspace/edgex-go/18@tmp/private_key_8355078072172196032.key) 22:30:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:30:17 + git tag --points-at HEAD [Pipeline] } 22:30:17 $ docker exec --env ******** --env ******** 9aebee59400ecdae85e361545b125b675b8c6a9cb7230780d7a75c78bd6ef268 ssh-agent -k 22:30:17 unset SSH_AUTH_SOCK; 22:30:17 unset SSH_AGENT_PID; 22:30:17 echo Agent pid 16 killed; 22:30:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:30:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:30:17 [ssh-agent] Looking for ssh-agent implementation... 22:30:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:30:17 $ docker exec 9aebee59400ecdae85e361545b125b675b8c6a9cb7230780d7a75c78bd6ef268 ssh-agent 22:30:17 SSH_AUTH_SOCK=/tmp/ssh-8rWrD1tTXA5Y/agent.45 22:30:17 SSH_AGENT_PID=50 22:30:17 Running ssh-add (command line suppressed) 22:30:17 Identity added: /w/workspace/edgex-go/18@tmp/private_key_2211026446507038538.key (/w/workspace/edgex-go/18@tmp/private_key_2211026446507038538.key) 22:30:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:30:18 + git semver init 22:30:18 # -> Open(): unable to determine branch for HEAD 22:30:18 # $GIT_DIR = /w/workspace/edgex-go/18/.git 22:30:18 # $GIT_WORK_TREE = /w/workspace/edgex-go/18 22:30:18 # $SEMVER_REMOTE_NAME = origin 22:30:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:30:18 # $SEMVER_USER_NAME = edgex-jenkins 22:30:18 # $SEMVER_BRANCH = PR-2942 22:30:18 # $SEMVER_TEMP = /tmp/semver-736425819 22:30:18 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:30:36 # '/tmp/semver-736425819' -> '/w/workspace/edgex-go/18/.semver' 22:30:36 # -> Force: false 22:30:36 # $SEMVER_DIR = /w/workspace/edgex-go/18/.semver [Pipeline] } 22:30:36 $ docker exec --env ******** --env ******** 9aebee59400ecdae85e361545b125b675b8c6a9cb7230780d7a75c78bd6ef268 ssh-agent -k 22:30:36 unset SSH_AUTH_SOCK; 22:30:36 unset SSH_AGENT_PID; 22:30:36 echo Agent pid 50 killed; 22:30:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:30:37 + git semver [Pipeline] } 22:30:37 $ docker stop --time=1 9aebee59400ecdae85e361545b125b675b8c6a9cb7230780d7a75c78bd6ef268 22:30:38 $ docker rm -f 9aebee59400ecdae85e361545b125b675b8c6a9cb7230780d7a75c78bd6ef268 [Pipeline] // withDockerContainer [Pipeline] sh 22:30:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:30:39 Stashed 1 file(s) [Pipeline] echo 22:30:39 [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 22:30:40 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:30:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:30:41 + sudo service docker restart 22:30:41 + true 22:30:41 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 22:30:42 ========================================================= 22:30:42 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:30:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:30:42 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 22:30:45 Sending build context to Docker daemon 330.8MB 22:30:45 Step 1/7 : ARG BASE=golang:1.15-alpine 22:30:45 Step 2/7 : FROM ${BASE} 22:30:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:30:45 188c0c94c7c5: Pulling fs layer 22:30:45 0ef7d3d256c8: Pulling fs layer 22:30:45 de9db76c5a1d: Pulling fs layer 22:30:45 bca2f99d35d6: Pulling fs layer 22:30:45 93359f2a8cfa: Pulling fs layer 22:30:45 7c6f9722023f: Pulling fs layer 22:30:45 a35cf1a2eb13: Pulling fs layer 22:30:45 93359f2a8cfa: Waiting 22:30:45 7c6f9722023f: Waiting 22:30:45 a35cf1a2eb13: Waiting 22:30:45 bca2f99d35d6: Waiting 22:30:45 de9db76c5a1d: Verifying Checksum 22:30:45 de9db76c5a1d: Download complete 22:30:45 0ef7d3d256c8: Download complete 22:30:45 93359f2a8cfa: Verifying Checksum 22:30:45 93359f2a8cfa: Download complete 22:30:45 188c0c94c7c5: Verifying Checksum 22:30:45 188c0c94c7c5: Download complete 22:30:45 7c6f9722023f: Verifying Checksum 22:30:45 7c6f9722023f: Download complete 22:30:46 188c0c94c7c5: Pull complete 22:30:46 0ef7d3d256c8: Pull complete 22:30:46 de9db76c5a1d: Pull complete 22:30:48 a35cf1a2eb13: Verifying Checksum 22:30:48 a35cf1a2eb13: Download complete 22:30:48 bca2f99d35d6: Verifying Checksum 22:30:48 bca2f99d35d6: Download complete 22:30:53 bca2f99d35d6: Pull complete 22:30:53 93359f2a8cfa: Pull complete 22:30:53 7c6f9722023f: Pull complete 22:30:55 Still waiting to schedule task 22:30:55 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:30:57 a35cf1a2eb13: Pull complete 22:30:57 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:30:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:30:57 ---> a62c8e92a672 22:30:57 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 22:30:57 ---> Running in 5e7f074d4f9f 22:30:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:30:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:30:59 (1/12) Installing libmagic (5.38-r0) 22:31:00 (2/12) Installing file (5.38-r0) 22:31:00 (3/12) Installing libc-dev (0.7.2-r3) 22:31:00 (4/12) Installing g++ (9.3.0-r2) 22:31:05 (5/12) Installing fortify-headers (1.1-r0) 22:31:05 (6/12) Installing patch (2.7.6-r6) 22:31:05 (7/12) Installing build-base (0.5-r2) 22:31:05 (8/12) Installing libsodium (1.0.18-r0) 22:31:05 (9/12) Installing pkgconf (1.7.2-r0) 22:31:05 (10/12) Installing libsodium-dev (1.0.18-r0) 22:31:05 (11/12) Installing libzmq (4.3.3-r0) 22:31:05 (12/12) Installing zeromq-dev (4.3.3-r0) 22:31:06 Executing busybox-1.31.1-r19.trigger 22:31:06 OK: 233 MiB in 51 packages 22:31:09 Removing intermediate container 5e7f074d4f9f 22:31:09 ---> ce49da6496d0 22:31:09 Step 4/7 : WORKDIR /edgex-go 22:31:09 ---> Running in bbc8c194c555 22:31:09 Removing intermediate container bbc8c194c555 22:31:09 ---> 80c45db0156d 22:31:09 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:31:10 latest: Pulling from library/docker 22:31:10 801bfaa63ef2: Pulling fs layer 22:31:10 4f7dc993c79e: Pulling fs layer 22:31:10 d39d95e4997f: Pulling fs layer 22:31:10 1cda4b703d87: Pulling fs layer 22:31:10 54e5375350ea: Pulling fs layer 22:31:10 f08cd1b3bb1b: Pulling fs layer 22:31:10 8e17d04e0c68: Pulling fs layer 22:31:10 54e5375350ea: Waiting 22:31:10 f08cd1b3bb1b: Waiting 22:31:10 8e17d04e0c68: Waiting 22:31:10 1cda4b703d87: Waiting 22:31:10 801bfaa63ef2: Verifying Checksum 22:31:10 801bfaa63ef2: Download complete 22:31:10 801bfaa63ef2: Pull complete 22:31:10 4f7dc993c79e: Verifying Checksum 22:31:10 4f7dc993c79e: Download complete 22:31:10 54e5375350ea: Download complete 22:31:10 f08cd1b3bb1b: Verifying Checksum 22:31:10 f08cd1b3bb1b: Download complete 22:31:10 4f7dc993c79e: Pull complete 22:31:11 1cda4b703d87: Verifying Checksum 22:31:11 1cda4b703d87: Download complete 22:31:12 8e17d04e0c68: Verifying Checksum 22:31:12 8e17d04e0c68: Download complete 22:31:12 d39d95e4997f: Verifying Checksum 22:31:12 d39d95e4997f: Download complete 22:31:12 d39d95e4997f: Pull complete 22:31:15 1cda4b703d87: Pull complete 22:31:15 54e5375350ea: Pull complete 22:31:15 f08cd1b3bb1b: Pull complete 22:31:15 8e17d04e0c68: Pull complete 22:31:15 Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 22:31:15 Status: Downloaded newer image for docker:latest 22:31:17 ---> ae10005a8262 22:31:17 Step 6/7 : COPY go.mod . 22:31:17 ---> 7391d206ef5f 22:31:17 Step 7/7 : RUN go mod download 22:31:17 ---> Running in 5dea63287e67 22:31:39 Removing intermediate container 5dea63287e67 22:31:39 ---> 4bcc614a0c15 22:31:39 Successfully built 4bcc614a0c15 22:31:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:31:39 + docker inspect -f . ci-base-image-x86_64 22:31:39 . [Pipeline] withDockerContainer 22:31:39 prd-centos7-docker-4c-2g-16942 does not seem to be running inside a container 22:31:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:31:41 $ docker top 5f4603102403a8648ffeff32e644137b3ab793fb8fe5c3cacf328234a8ae763c -eo pid,comm [Pipeline] { [Pipeline] sh 22:31:41 + go version 22:31:41 go version go1.15.5 linux/amd64 [Pipeline] } 22:31:41 $ docker stop --time=1 5f4603102403a8648ffeff32e644137b3ab793fb8fe5c3cacf328234a8ae763c 22:31:43 $ docker rm -f 5f4603102403a8648ffeff32e644137b3ab793fb8fe5c3cacf328234a8ae763c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:31:44 + docker inspect -f . ci-base-image-x86_64 22:31:44 . [Pipeline] withDockerContainer 22:31:44 prd-centos7-docker-4c-2g-16942 does not seem to be running inside a container 22:31:44 $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:31:44 $ docker top 6b6de6dcf62bd987afb2855ec805949311cb262b15c0cd21e9569fb72d0497e6 -eo pid,comm [Pipeline] { [Pipeline] echo 22:31:45 ========================================================= 22:31:45 [edgeXBuildGoParallel] Running Tests and Build... 22:31:45 ========================================================= [Pipeline] sh 22:31:45 + make test 22:31:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:31:53 ? github.com/edgexfoundry/edgex-go [no test files] 22:32:05 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:32:13 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:32:13 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:32:13 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:32:13 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 22:32:13 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:32:13 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:32:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:32:14 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:32:15 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:32:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:32:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:32:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:32:19 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.072s coverage: 46.6% of statements 22:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:32:23 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.170s coverage: 27.0% of statements 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:32:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:32:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:32:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.074s coverage: 72.0% of statements 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:32:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.438s coverage: 83.3% of statements 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:32:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.329s coverage: 28.6% of statements 22:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:32:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements 22:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:32:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.052s coverage: 100.0% of statements 22:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:32:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements 22:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:32:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.109s coverage: 97.5% of statements 22:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:32:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.051s coverage: 78.3% of statements 22:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:32:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.332s coverage: 93.8% of statements 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:32:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:32:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.057s coverage: 0.1% of statements 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:32:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:32:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 75.5% of statements 22:32:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:32:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.042s coverage: 80.8% of statements 22:32:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.078s coverage: 87.2% of statements 22:32:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.062s coverage: 84.2% of statements 22:32:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements 22:32:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:32:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.176s coverage: 63.5% of statements 22:32:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:32:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:32:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 22:32:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements 22:32:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements 22:32:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 22:32:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 22:32:31 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.314s coverage: 55.9% of statements 22:32:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:32:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:32:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 22:32:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 22:32:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 22:32:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.107s coverage: 37.0% of statements 22:32:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:32:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:32:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.289s coverage: 84.0% of statements 22:32:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements 22:32:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.101s coverage: 47.1% of statements 22:32:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:32:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:32:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:32:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:32:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:32:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 22:32:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:32:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.057s coverage: 100.0% of statements 22:32:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:32:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.642s coverage: 29.1% of statements 22:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:32:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements 22:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:32:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements 22:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:32:34 ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements 22:32:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:32:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 22:32:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:32:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:32:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:32:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:32:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements 22:32:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:32:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:32:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements 22:32:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements 22:32:35 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements 22:32:35 GO111MODULE=on go vet ./... 22:32:52 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16944 in /w/workspace/edgexfoundry_edgex-go_PR-2942 [Pipeline] { [Pipeline] ws 22:32:52 Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] checkout 22:32:56 using credential edgex-jenkins-ssh 22:32:56 Cloning the remote Git repository 22:32:57 gofmt -l . 22:32:57 [ "`gofmt -l .`" = "" ] 22:32:57 ./bin/test-go-mod-tidy.sh 22:32:57 ./bin/test-attribution-txt.sh 22:32:57 An attribution for gopkg.in/yaml.v3 is missing from in cmd/core-command Attribution.txt, please add 22:32:57 An attribution for gopkg.in/yaml.v3 is missing from in cmd/core-data Attribution.txt, please add 22:32:57 An attribution for gopkg.in/yaml.v3 is missing from in cmd/core-metadata Attribution.txt, please add 22:32:57 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:32:57 > git init /w/workspace/edgex-go/18 # timeout=10 22:32:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:32:57 > git --version # timeout=10 22:32:57 > git --version # 'git version 2.17.1' 22:32:57 using GIT_SSH to set credentials SSH Credentials for GitHub 22:32:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:32:57 An attribution for gopkg.in/yaml.v3 is missing from in cmd/secrets-config Attribution.txt, please add 22:32:57 An attribution for gopkg.in/yaml.v3 is missing from in cmd/security-bootstrap-redis Attribution.txt, please add 22:32:57 An attribution for gopkg.in/yaml.v3 is missing from in cmd/security-file-token-provider Attribution.txt, please add 22:32:57 An attribution for gopkg.in/yaml.v3 is missing from in cmd/security-proxy-setup Attribution.txt, please add 22:32:58 An attribution for gopkg.in/yaml.v3 is missing from in cmd/security-secretstore-setup Attribution.txt, please add 22:32:58 An attribution for gopkg.in/yaml.v3 is missing from in cmd/support-notifications Attribution.txt, please add 22:32:58 An attribution for gopkg.in/yaml.v3 is missing from in cmd/support-scheduler Attribution.txt, please add 22:32:58 An attribution for gopkg.in/yaml.v3 is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 22:32:58 An attribution for gopkg.in/yaml.v3 is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 22:32:58 make: *** [Makefile:99: test] Error 1 [Pipeline] } 22:32:58 $ docker stop --time=1 6b6de6dcf62bd987afb2855ec805949311cb262b15c0cd21e9569fb72d0497e6 22:33:00 $ docker rm -f 6b6de6dcf62bd987afb2855ec805949311cb262b15c0cd21e9569fb72d0497e6 [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] } 22:33:02 Failed in branch amd64 22:33:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:33:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:33:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:33:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:33:13 using GIT_SSH to set credentials SSH Credentials for GitHub 22:33:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2942/head:refs/remotes/origin/PR-2942 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:33:15 Merging remotes/origin/master commit bbb161aa59ef099937232867751a09afbb087fa9 into PR head commit df695e162577a4eb0e37869e2236c0dac3805389 22:33:15 Merge succeeded, producing df695e162577a4eb0e37869e2236c0dac3805389 22:33:15 Checking out Revision df695e162577a4eb0e37869e2236c0dac3805389 (PR-2942) 22:33:15 > git config core.sparsecheckout # timeout=10 22:33:15 > git checkout -f df695e162577a4eb0e37869e2236c0dac3805389 # timeout=10 22:33:15 > git remote # timeout=10 22:33:15 > git config --get remote.origin.url # timeout=10 22:33:15 using GIT_SSH to set credentials SSH Credentials for GitHub 22:33:15 > git merge bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 22:33:15 > git rev-parse HEAD^{commit} # timeout=10 22:33:15 > git config core.sparsecheckout # timeout=10 22:33:15 > git checkout -f df695e162577a4eb0e37869e2236c0dac3805389 # timeout=10 22:33:20 Commit message: "fix: Fix failing V2 unit test" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:33:21 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:33:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:33:22 + sudo service+ docker restart 22:33:22 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:33:24 provisioning config files... 22:33:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/18@tmp/config7016649445168843477tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:33:25 ---> docker-login.sh 22:33:25 nexus3.edgexfoundry.org:10001 22:33:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:33:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:33:26 Configure a credential helper to remove this warning. See 22:33:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:33:26 22:33:26 Login Succeeded 22:33:26 nexus3.edgexfoundry.org:10002 22:33:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:33:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:33:26 Configure a credential helper to remove this warning. See 22:33:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:33:26 22:33:26 Login Succeeded 22:33:26 nexus3.edgexfoundry.org:10003 22:33:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:33:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:33:27 Configure a credential helper to remove this warning. See 22:33:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:33:27 22:33:27 Login Succeeded 22:33:27 nexus3.edgexfoundry.org:10004 22:33:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:33:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:33:28 Configure a credential helper to remove this warning. See 22:33:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:33:28 22:33:28 Login Succeeded 22:33:28 docker.io 22:33:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:33:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:33:28 Configure a credential helper to remove this warning. See 22:33:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:33:28 22:33:28 Login Succeeded 22:33:28 ---> docker-login.sh ends [Pipeline] } 22:33:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:33:29 ========================================================= 22:33:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:33:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:33:29 + 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 . 22:33:31 Sending build context to Docker daemon 170MB 22:33:32 Step 1/7 : ARG BASE=golang:1.15-alpine 22:33:32 Step 2/7 : FROM ${BASE} 22:33:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:33:32 5f621e34cdf4: Pulling fs layer 22:33:32 a4357932f1b6: Pulling fs layer 22:33:32 18c013af1878: Pulling fs layer 22:33:32 00ac8860ef70: Pulling fs layer 22:33:32 63d7cb157983: Pulling fs layer 22:33:32 b116817d02f9: Pulling fs layer 22:33:32 745a02a5169b: Pulling fs layer 22:33:32 00ac8860ef70: Waiting 22:33:32 b116817d02f9: Waiting 22:33:32 63d7cb157983: Waiting 22:33:32 745a02a5169b: Waiting 22:33:32 18c013af1878: Verifying Checksum 22:33:32 18c013af1878: Download complete 22:33:32 a4357932f1b6: Verifying Checksum 22:33:32 a4357932f1b6: Download complete 22:33:32 63d7cb157983: Download complete 22:33:32 b116817d02f9: Download complete 22:33:32 5f621e34cdf4: Download complete 22:33:32 5f621e34cdf4: Pull complete 22:33:33 a4357932f1b6: Pull complete 22:33:33 18c013af1878: Pull complete 22:33:34 745a02a5169b: Verifying Checksum 22:33:34 745a02a5169b: Download complete 22:33:35 00ac8860ef70: Verifying Checksum 22:33:35 00ac8860ef70: Download complete 22:33:46 00ac8860ef70: Pull complete 22:33:46 63d7cb157983: Pull complete 22:33:46 b116817d02f9: Pull complete 22:33:50 745a02a5169b: Pull complete 22:33:50 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:33:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:33:50 ---> b7e6874047d6 22:33:50 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 22:33:53 ---> Running in e6f9760f85f4 22:33:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:33:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:33:56 (1/12) Installing libmagic (5.38-r0) 22:33:56 (2/12) Installing file (5.38-r0) 22:33:56 (3/12) Installing libc-dev (0.7.2-r3) 22:33:56 (4/12) Installing g++ (9.3.0-r2) 22:34:00 (5/12) Installing fortify-headers (1.1-r0) 22:34:00 (6/12) Installing patch (2.7.6-r6) 22:34:00 (7/12) Installing build-base (0.5-r2) 22:34:00 (8/12) Installing libsodium (1.0.18-r0) 22:34:00 (9/12) Installing pkgconf (1.7.2-r0) 22:34:00 (10/12) Installing libsodium-dev (1.0.18-r0) 22:34:00 (11/12) Installing libzmq (4.3.3-r0) 22:34:00 (12/12) Installing zeromq-dev (4.3.3-r0) 22:34:00 Executing busybox-1.31.1-r19.trigger 22:34:00 OK: 217 MiB in 51 packages 22:34:04 Removing intermediate container e6f9760f85f4 22:34:04 ---> da1ec9027142 22:34:04 Step 4/7 : WORKDIR /edgex-go 22:34:04 ---> Running in 3923dad4687c 22:34:05 Removing intermediate container 3923dad4687c 22:34:05 ---> 1df5ff602a29 22:34:05 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:34:06 latest: Pulling from library/docker 22:34:06 159e5727ea61: Pulling fs layer 22:34:06 687389c36290: Pulling fs layer 22:34:06 94e28978939c: Pulling fs layer 22:34:06 ea42096754a7: Pulling fs layer 22:34:06 bd61cee6920e: Pulling fs layer 22:34:06 87c4ece4675c: Pulling fs layer 22:34:06 90ca8b2ff088: Pulling fs layer 22:34:06 ea42096754a7: Waiting 22:34:06 bd61cee6920e: Waiting 22:34:06 87c4ece4675c: Waiting 22:34:06 90ca8b2ff088: Waiting 22:34:06 94e28978939c: Verifying Checksum 22:34:06 94e28978939c: Download complete 22:34:06 159e5727ea61: Verifying Checksum 22:34:06 159e5727ea61: Download complete 22:34:06 bd61cee6920e: Verifying Checksum 22:34:06 bd61cee6920e: Download complete 22:34:06 687389c36290: Verifying Checksum 22:34:06 687389c36290: Download complete 22:34:06 87c4ece4675c: Verifying Checksum 22:34:06 87c4ece4675c: Download complete 22:34:06 90ca8b2ff088: Verifying Checksum 22:34:06 90ca8b2ff088: Download complete 22:34:06 159e5727ea61: Pull complete 22:34:07 687389c36290: Pull complete 22:34:08 94e28978939c: Pull complete 22:34:08 ea42096754a7: Verifying Checksum 22:34:08 ea42096754a7: Download complete 22:34:12 ea42096754a7: Pull complete 22:34:12 bd61cee6920e: Pull complete 22:34:12 87c4ece4675c: Pull complete 22:34:13 90ca8b2ff088: Pull complete 22:34:13 Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 22:34:13 Status: Downloaded newer image for docker:latest 22:34:16 ---> eb36b9a67632 22:34:16 Step 6/7 : COPY go.mod . 22:34:16 ---> 9b8d3ff9d6b1 22:34:16 Step 7/7 : RUN go mod download 22:34:16 ---> Running in f91e12ef72ce 22:34:43 Removing intermediate container f91e12ef72ce 22:34:43 ---> 8b797ac16951 22:34:43 Successfully built 8b797ac16951 22:34:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:34:44 + docker inspect -f . ci-base-image-arm64 22:34:44 . [Pipeline] withDockerContainer 22:34:44 prd-ubuntu18.04-docker-arm64-4c-16g-16944 does not seem to be running inside a container 22:34:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 22:34:45 $ docker top 069488db1f621a9feb06ae2f3dd594e26f8641e93c9ea7537c07d90d650a2c51 -eo pid,comm [Pipeline] { [Pipeline] sh 22:34:47 + go version 22:34:47 go version go1.15.5 linux/arm64 [Pipeline] } 22:34:47 $ docker stop --time=1 069488db1f621a9feb06ae2f3dd594e26f8641e93c9ea7537c07d90d650a2c51 22:34:48 $ docker rm -f 069488db1f621a9feb06ae2f3dd594e26f8641e93c9ea7537c07d90d650a2c51 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:34:50 + docker inspect -f . ci-base-image-arm64 22:34:50 . [Pipeline] withDockerContainer 22:34:50 prd-ubuntu18.04-docker-arm64-4c-16g-16944 does not seem to be running inside a container 22:34:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 22:34:51 $ docker top d6b619b68936525130ec1d2a37244aa248011a0cbb40c5025b7d630fde5e9dba -eo pid,comm [Pipeline] { [Pipeline] echo 22:34:52 ========================================================= 22:34:52 [edgeXBuildGoParallel] Running Tests and Build... 22:34:52 ========================================================= [Pipeline] sh 22:34:52 + make test 22:34:52 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:35:14 ? github.com/edgexfoundry/edgex-go [no test files] 22:36:01 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:36:06 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:36:08 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:36:08 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:36:08 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 22:36:08 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:36:08 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:36:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:36:11 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:36:13 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:36:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:36:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:36:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:36:25 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.270s coverage: 46.6% of statements 22:36:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:36:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:36:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:36:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:36:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:36:34 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.522s coverage: 27.0% of statements 22:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:36:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.126s coverage: 100.0% of statements 22:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:36:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.090s coverage: 100.0% of statements 22:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:36:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.562s coverage: 72.7% of statements 22:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:36:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.354s coverage: 83.3% of statements 22:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:36:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.157s coverage: 28.6% of statements 22:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:36:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.149s coverage: 100.0% of statements 22:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:36:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements 22:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:36:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.345s coverage: 86.7% of statements 22:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:36:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.346s coverage: 97.5% of statements 22:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:36:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.169s coverage: 78.3% of statements 22:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:36:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.093s coverage: 93.8% of statements 22:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:36:49 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:36:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:36:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:36:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:36:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:36:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:36:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:36:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:36:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:36:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:36:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:36:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:36:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:36:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:36:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:36:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.076s coverage: 58.8% of statements 22:36:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:36:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:36:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.175s coverage: 0.1% of statements 22:36:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:36:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:36:49 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:36:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:36:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements 22:36:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:36:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.121s coverage: 75.5% of statements 22:36:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:36:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements 22:36:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.115s coverage: 87.2% of statements 22:36:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.156s coverage: 84.2% of statements 22:36:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.166s coverage: 91.4% of statements 22:36:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:36:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.584s coverage: 63.5% of statements 22:36:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:36:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:36:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.106s coverage: 100.0% of statements 22:36:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.098s coverage: 91.3% of statements 22:36:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements 22:36:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements 22:36:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements 22:37:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.925s coverage: 55.9% of statements 22:37:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:37:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:37:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 22:37:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 22:37:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 22:37:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.424s coverage: 37.0% of statements 22:37:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:37:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:37:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.618s coverage: 84.0% of statements 22:37:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.094s coverage: 100.0% of statements 22:37:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.394s coverage: 47.1% of statements 22:37:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:37:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:37:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:37:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:37:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:37:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements 22:37:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:37:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements 22:37:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:37:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.784s coverage: 29.1% of statements 22:37:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:37:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:37:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:37:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:37:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:37:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.188s coverage: 99.0% of statements 22:37:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:37:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.123s coverage: 100.0% of statements 22:37:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:37:13 ok github.com/edgexfoundry/edgex-go/internal/system 0.067s coverage: 0.0% of statements 22:37:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:37:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 22:37:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:37:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:37:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:37:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:37:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements 22:37:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:37:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:37:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements 22:37:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 22:37:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 22:37:15 GO111MODULE=on go vet ./... 22:38:23 gofmt -l . 22:38:23 [ "`gofmt -l .`" = "" ] 22:38:23 ./bin/test-go-mod-tidy.sh 22:38:23 ./bin/test-attribution-txt.sh 22:38:24 An attribution for gopkg.in/yaml.v3 is missing from in cmd/core-command Attribution.txt, please add 22:38:24 An attribution for gopkg.in/yaml.v3 is missing from in cmd/core-data Attribution.txt, please add 22:38:24 An attribution for gopkg.in/yaml.v3 is missing from in cmd/core-metadata Attribution.txt, please add 22:38:24 An attribution for gopkg.in/yaml.v3 is missing from in cmd/secrets-config Attribution.txt, please add 22:38:25 An attribution for gopkg.in/yaml.v3 is missing from in cmd/security-bootstrap-redis Attribution.txt, please add 22:38:25 An attribution for gopkg.in/yaml.v3 is missing from in cmd/security-file-token-provider Attribution.txt, please add 22:38:25 An attribution for gopkg.in/yaml.v3 is missing from in cmd/security-proxy-setup Attribution.txt, please add 22:38:25 An attribution for gopkg.in/yaml.v3 is missing from in cmd/security-secretstore-setup Attribution.txt, please add 22:38:25 An attribution for gopkg.in/yaml.v3 is missing from in cmd/support-notifications Attribution.txt, please add 22:38:26 An attribution for gopkg.in/yaml.v3 is missing from in cmd/support-scheduler Attribution.txt, please add 22:38:26 An attribution for gopkg.in/yaml.v3 is missing from in cmd/sys-mgmt-agent Attribution.txt, please add 22:38:26 An attribution for gopkg.in/yaml.v3 is missing from in cmd/sys-mgmt-executor Attribution.txt, please add 22:38:26 make: *** [Makefile:99: test] Error 1 [Pipeline] } 22:38:26 $ docker stop --time=1 d6b619b68936525130ec1d2a37244aa248011a0cbb40c5025b7d630fde5e9dba 22:38:29 $ docker rm -f d6b619b68936525130ec1d2a37244aa248011a0cbb40c5025b7d630fde5e9dba [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] } 22:38:32 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 22:38:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:38:35 ---> package-listing.sh 22:38:35 ++ facter osfamily 22:38:35 ++ tr '[:upper:]' '[:lower:]' 22:38:35 + OS_FAMILY=redhat 22:38:35 + workspace=/w/workspace/edgex-go/18 22:38:35 + START_PACKAGES=/tmp/packages_start.txt 22:38:35 + END_PACKAGES=/tmp/packages_end.txt 22:38:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:38:35 + PACKAGES=/tmp/packages_start.txt 22:38:35 + '[' /w/workspace/edgex-go/18 ']' 22:38:35 + PACKAGES=/tmp/packages_end.txt 22:38:35 + case "${OS_FAMILY}" in 22:38:35 + rpm -qa 22:38:35 + sort 22:38:40 + '[' -f /tmp/packages_start.txt ']' 22:38:40 + '[' -f /tmp/packages_end.txt ']' 22:38:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:38:40 + '[' /w/workspace/edgex-go/18 ']' 22:38:40 + mkdir -p /w/workspace/edgex-go/18/archives/ 22:38:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/18/archives/ [Pipeline] echo 22:38:40 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/18/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:38:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:38:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:38:41 22:38:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:38:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:38:41 alpine: Pulling from edgex-lftools-log-publisher 22:38:41 df20fa9351a1: Pulling fs layer 22:38:41 36b3adc4ff6f: Pulling fs layer 22:38:41 8ad3a11d3b57: Pulling fs layer 22:38:41 46f8f816bc3b: Pulling fs layer 22:38:41 93b61091891f: Pulling fs layer 22:38:41 93b9cdb0e59b: Pulling fs layer 22:38:41 5e14af77c1be: Pulling fs layer 22:38:41 01666e4c0597: Pulling fs layer 22:38:41 aa168da1d23b: Pulling fs layer 22:38:41 46f8f816bc3b: Waiting 22:38:41 93b9cdb0e59b: Waiting 22:38:41 01666e4c0597: Waiting 22:38:41 5e14af77c1be: Waiting 22:38:41 93b61091891f: Waiting 22:38:41 36b3adc4ff6f: Download complete 22:38:41 46f8f816bc3b: Verifying Checksum 22:38:41 46f8f816bc3b: Download complete 22:38:42 df20fa9351a1: Verifying Checksum 22:38:42 df20fa9351a1: Download complete 22:38:42 93b9cdb0e59b: Verifying Checksum 22:38:42 93b9cdb0e59b: Download complete 22:38:42 5e14af77c1be: Verifying Checksum 22:38:42 5e14af77c1be: Download complete 22:38:42 93b61091891f: Verifying Checksum 22:38:42 93b61091891f: Download complete 22:38:42 01666e4c0597: Verifying Checksum 22:38:42 01666e4c0597: Download complete 22:38:42 8ad3a11d3b57: Verifying Checksum 22:38:42 8ad3a11d3b57: Download complete 22:38:42 df20fa9351a1: Pull complete 22:38:42 36b3adc4ff6f: Pull complete 22:38:43 8ad3a11d3b57: Pull complete 22:38:43 46f8f816bc3b: Pull complete 22:38:43 93b61091891f: Pull complete 22:38:44 aa168da1d23b: Verifying Checksum 22:38:44 aa168da1d23b: Download complete 22:38:44 93b9cdb0e59b: Pull complete 22:38:44 5e14af77c1be: Pull complete 22:38:44 01666e4c0597: Pull complete 22:38:49 aa168da1d23b: Pull complete 22:38:49 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:38:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:38:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:38:49 prd-centos7-docker-4c-2g-16942 does not seem to be running inside a container 22:38:49 $ 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/18/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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:38:55 $ docker top d3bbefd9b8968bcb1f6e03cf8d92b997a847f2d52aa44f322cc44e3e8219a3ea -eo pid,comm [Pipeline] { [Pipeline] sh 22:38:56 + touch /tmp/pre-build-complete [Pipeline] sh 22:38:56 + mkdir -p /var/log/sa [Pipeline] sh 22:38:56 + ls /var/log/sa-host 22:38:56 + sadf -c /var/log/sa-host/sa20 22:38:56 file_magic: OK 22:38:56 HZ: Using current value: 100 22:38:56 file_header: OK 22:38:56 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 22:38:56 Statistics: 22:38:56 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:38:56 File successfully converted to sysstat format version 12.2.1 22:38:56 + sadf -c /var/log/sa-host/sa23 22:38:56 file_magic: OK 22:38:56 HZ: Using current value: 100 22:38:56 file_header: OK 22:38:56 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 22:38:56 Statistics: 22:38:56 Hnuu...uuuununununu... 22:38:56 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:38:57 provisioning config files... 22:38:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/18@tmp/config3732895826728039770tmp [Pipeline] { [Pipeline] echo 22:38:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:38:57 ---> create-netrc.sh [Pipeline] } 22:38:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:38:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:38:58 ---> python-tools-install.sh [Pipeline] echo 22:38:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:38:58 ---> sudo-logs.sh 22:38:58 Archiving 'sudo' log.. [Pipeline] echo 22:38:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:38:58 ---> job-cost.sh 22:38:58 lf-activate-venv: SKIPPING 22:38:58 INFO: No Stack... 22:38:59 INFO: Retrieving Pricing Info for: v1-standard-2 22:39:00 INFO: Archiving Costs [Pipeline] echo 22:39:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:39:00 ---> logs-deploy.sh 22:39:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2942/18 22:39:00 INFO: archiving workspace using pattern(s): 22:39:02 Archives upload complete. 22:39:02 INFO: archiving logs to Nexus 22:39:03 ---> uname -a: 22:39:03 Linux prd-centos7-docker-4c-2g-16942.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:39:03 22:39:03 22:39:03 ---> lscpu: 22:39:03 Architecture: x86_64 22:39:03 CPU op-mode(s): 32-bit, 64-bit 22:39:03 Byte Order: Little Endian 22:39:03 Address sizes: 40 bits physical, 48 bits virtual 22:39:03 CPU(s): 4 22:39:03 On-line CPU(s) list: 0-3 22:39:03 Thread(s) per core: 1 22:39:03 Core(s) per socket: 1 22:39:03 Socket(s): 4 22:39:03 NUMA node(s): 1 22:39:03 Vendor ID: GenuineIntel 22:39:03 CPU family: 6 22:39:03 Model: 44 22:39:03 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:39:03 Stepping: 1 22:39:03 CPU MHz: 2933.442 22:39:03 BogoMIPS: 5866.88 22:39:03 Virtualization: VT-x 22:39:03 Hypervisor vendor: KVM 22:39:03 Virtualization type: full 22:39:03 L1d cache: 128 KiB 22:39:03 L1i cache: 128 KiB 22:39:03 L2 cache: 16 MiB 22:39:03 L3 cache: 64 MiB 22:39:03 NUMA node0 CPU(s): 0-3 22:39:03 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:39:03 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:39:03 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:39:03 Vulnerability Meltdown: Mitigation; PTI 22:39:03 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:39:03 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:39:03 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:39:03 Vulnerability Srbds: Not affected 22:39:03 Vulnerability Tsx async abort: Not affected 22:39:03 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 22:39:03 22:39:03 22:39:03 ---> nproc: 22:39:03 4 22:39:03 22:39:03 22:39:03 ---> df -h: 22:39:03 Filesystem Size Used Available Use% Mounted on 22:39:03 overlay 50.0G 8.5G 41.5G 17% / 22:39:03 tmpfs 64.0M 0 64.0M 0% /dev 22:39:03 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:39:03 shm 64.0M 0 64.0M 0% /dev/shm 22:39:03 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 22:39:03 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 22:39:03 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 22:39:03 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 22:39:03 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 22:39:03 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 22:39:03 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 22:39:03 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 22:39:03 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgex-go/18 22:39:03 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgex-go/18@tmp 22:39:03 22:39:03 22:39:03 ---> free -m: 22:39:03 total used free shared buff/cache available 22:39:03 Mem: 1837 729 116 0 991 1015 22:39:03 Swap: 1023 3 1020 22:39:03 22:39:03 22:39:03 ---> ip addr: 22:39:03 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:39:03 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:39:03 inet 127.0.0.1/8 scope host lo 22:39:03 valid_lft forever preferred_lft forever 22:39:03 inet6 ::1/128 scope host 22:39:03 valid_lft forever preferred_lft forever 22:39:03 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:39:03 link/ether fa:16:3e:cf:61:65 brd ff:ff:ff:ff:ff:ff 22:39:03 inet 10.30.123.236/23 brd 10.30.123.255 scope global dynamic eth0 22:39:03 valid_lft 85820sec preferred_lft 85820sec 22:39:03 inet6 fe80::f816:3eff:fecf:6165/64 scope link 22:39:03 valid_lft forever preferred_lft forever 22:39:03 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:39:03 link/ether 02:42:c3:de:fc:c8 brd ff:ff:ff:ff:ff:ff 22:39:03 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:39:03 valid_lft forever preferred_lft forever 22:39:03 inet6 fe80::42:c3ff:fede:fcc8/64 scope link 22:39:03 valid_lft forever preferred_lft forever 22:39:03 22:39:03 22:39:03 ---> sar -b -r -n DEV: 22:39:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/20/20 _x86_64_ (4 CPU) 22:39:03 22:39:03 22:29:11 LINUX RESTART (4 CPU) 22:39:03 22:39:03 22:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:39:03 22:31:01 202.66 87.12 115.54 0.00 9894.58 46330.02 0.00 22:39:03 22:32:01 274.83 107.17 167.66 0.00 5242.52 33809.17 0.00 22:39:03 22:33:01 216.86 110.30 106.56 0.00 4543.23 13636.41 0.00 22:39:03 22:34:02 4.23 0.10 4.13 0.00 3.20 148.27 0.00 22:39:03 22:35:01 0.19 0.03 0.15 0.00 1.08 2.10 0.00 22:39:03 22:36:01 1.40 1.07 0.33 0.00 126.05 4.96 0.00 22:39:03 22:37:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 22:39:03 22:38:01 0.25 0.00 0.25 0.00 0.00 2.80 0.00 22:39:03 Average: 87.82 38.33 49.50 0.00 2483.14 11774.55 0.00 22:39:03 22:39:03 22:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:39:03 22:31:01 103420 0 689632 36.65 1900 1086592 1423276 48.57 568220 968796 34816 22:39:03 22:32:01 164276 0 746316 39.67 956 969996 1748288 59.67 629392 812140 73928 22:39:03 22:33:01 548852 0 669664 35.59 520 662508 1114120 38.02 521588 533520 20 22:39:03 22:34:02 566832 0 651628 34.63 520 662564 1083512 36.98 528412 523784 20 22:39:03 22:35:01 566972 0 651480 34.62 520 662572 1079484 36.84 528788 523544 20 22:39:03 22:36:01 563940 0 650740 34.59 520 666344 1079400 36.84 527780 527844 12 22:39:03 22:37:01 563608 0 651068 34.60 520 666348 1079400 36.84 527784 527920 8 22:39:03 22:38:01 563780 0 650892 34.59 520 666352 1079400 36.84 527792 527916 8 22:39:03 Average: 455210 0 670178 35.62 747 755410 1210860 41.32 544970 618183 13604 22:39:03 22:39:03 22:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:39:03 22:31:01 eth0 1196.87 1259.47 5982.67 148.81 0.00 0.00 0.00 0.00 22:39:03 22:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:39:03 22:31:01 veth03b37b9 30.90 34.99 2.37 143.83 0.00 0.00 0.00 0.00 22:39:03 22:31:01 docker0 885.06 756.07 72.27 2810.40 0.00 0.00 0.00 0.00 22:39:03 22:32:01 veth74e30c2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:39:03 22:32:01 eth0 412.38 297.54 1977.55 79.31 0.00 0.00 0.00 0.00 22:39:03 22:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:39:03 22:32:01 docker0 121.24 149.73 8.71 681.63 0.00 0.00 0.00 0.00 22:39:03 22:33:01 eth0 48.05 34.91 25.77 51.38 0.00 0.00 0.00 0.00 22:39:03 22:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:39:03 22:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:39:03 22:34:02 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 22:39:03 22:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:39:03 22:34:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:39:03 22:35:01 eth0 0.39 0.25 0.35 0.08 0.00 0.00 0.00 0.00 22:39:03 22:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:39:03 22:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:39:03 22:36:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:39:03 22:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:39:03 22:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:39:03 22:37:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:39:03 22:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:39:03 22:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:39:03 22:38:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:39:03 22:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:39:03 22:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:39:03 Average: eth0 207.82 199.60 1001.04 35.05 0.00 0.00 0.00 0.00 22:39:03 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:39:03 Average: docker0 126.13 113.53 10.15 437.70 0.00 0.00 0.00 0.00 22:39:03 22:39:03 22:39:03 ---> sar -P ALL: 22:39:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/20/20 _x86_64_ (4 CPU) 22:39:03 22:39:03 22:29:11 LINUX RESTART (4 CPU) 22:39:03 22:39:03 22:30:01 CPU %user %nice %system %iowait %steal %idle 22:39:03 22:31:01 all 15.69 0.00 7.10 1.98 0.03 75.20 22:39:03 22:31:01 0 17.75 0.00 8.43 2.20 0.03 71.59 22:39:03 22:31:01 1 11.40 0.00 6.67 1.61 0.03 80.28 22:39:03 22:31:01 2 18.03 0.00 6.97 2.64 0.02 72.35 22:39:03 22:31:01 3 15.60 0.00 6.31 1.48 0.03 76.58 22:39:03 22:32:01 all 22.30 0.00 7.81 6.46 0.03 63.39 22:39:03 22:32:01 0 21.66 0.00 7.60 8.19 0.03 62.52 22:39:03 22:32:01 1 22.03 0.00 8.06 6.97 0.02 62.92 22:39:03 22:32:01 2 22.36 0.00 7.45 5.84 0.03 64.32 22:39:03 22:32:01 3 23.16 0.00 8.14 4.84 0.05 63.81 22:39:03 22:33:01 all 57.55 0.00 12.97 6.01 0.03 23.44 22:39:03 22:33:01 0 57.33 0.00 12.83 4.87 0.03 24.94 22:39:03 22:33:01 1 55.77 0.00 12.71 4.74 0.03 26.75 22:39:03 22:33:01 2 59.07 0.00 13.04 7.38 0.05 20.45 22:39:03 22:33:01 3 58.02 0.00 13.30 7.07 0.02 21.60 22:39:03 22:34:02 all 0.15 0.00 0.06 0.00 0.00 99.79 22:39:03 22:34:02 0 0.03 0.00 0.03 0.00 0.00 99.93 22:39:03 22:34:02 1 0.03 0.00 0.03 0.00 0.00 99.93 22:39:03 22:34:02 2 0.50 0.00 0.07 0.00 0.00 99.43 22:39:03 22:34:02 3 0.05 0.00 0.10 0.00 0.00 99.85 22:39:03 22:35:01 all 0.14 0.00 0.03 0.00 0.00 99.83 22:39:03 22:35:01 0 0.00 0.00 0.03 0.00 0.00 99.97 22:39:03 22:35:01 1 0.00 0.00 0.03 0.00 0.00 99.97 22:39:03 22:35:01 2 0.51 0.00 0.03 0.00 0.00 99.46 22:39:03 22:35:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:39:03 22:36:01 all 0.18 0.00 0.05 0.01 0.00 99.75 22:39:03 22:36:01 0 0.13 0.00 0.13 0.02 0.00 99.72 22:39:03 22:36:01 1 0.03 0.00 0.03 0.02 0.00 99.92 22:39:03 22:36:01 2 0.53 0.00 0.02 0.00 0.02 99.43 22:39:03 22:36:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:39:03 22:37:01 all 0.15 0.00 0.02 0.00 0.00 99.83 22:39:03 22:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 22:39:03 22:37:01 1 0.05 0.00 0.03 0.00 0.00 99.92 22:39:03 22:37:01 2 0.52 0.00 0.00 0.00 0.00 99.48 22:39:03 22:37:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:39:03 22:38:01 all 0.16 0.00 0.03 0.00 0.00 99.81 22:39:03 22:38:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:39:03 22:38:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:39:03 22:38:01 2 0.33 0.00 0.02 0.00 0.00 99.65 22:39:03 22:38:01 3 0.25 0.00 0.03 0.00 0.00 99.72 22:39:03 Average: all 11.87 0.00 3.46 1.78 0.01 82.87 22:39:03 Average: 0 11.96 0.00 3.59 1.89 0.01 82.55 22:39:03 Average: 1 11.01 0.00 3.41 1.65 0.01 83.93 22:39:03 Average: 2 12.54 0.00 3.40 1.95 0.01 82.09 22:39:03 Average: 3 11.97 0.00 3.45 1.65 0.01 82.92 22:39:03 22:39:03 22:39:03