Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0c93a008fb25a91020062efbea9d6d07287e143f+a05352d37eb5b985ae670d360b56d8b81b9d117b (98e32e5a9d6e9d46aa66589ef24162e8aeed35cb) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-26736 in /w/workspace/edgexfoundry_edgex-go_PR-3132 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/17 [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/17 # 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 a05352d37eb5b985ae670d360b56d8b81b9d117b into PR head commit 0c93a008fb25a91020062efbea9d6d07287e143f Merge succeeded, producing 8c4f2a60c070c44c80ce20aeb1be3008a86494e1 Checking out Revision 8c4f2a60c070c44c80ce20aeb1be3008a86494e1 (PR-3132) > 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/3132/head:refs/remotes/origin/PR-3132 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0c93a008fb25a91020062efbea9d6d07287e143f # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8c4f2a60c070c44c80ce20aeb1be3008a86494e1 # timeout=10 Commit message: "Merge commit 'a05352d37eb5b985ae670d360b56d8b81b9d117b' into HEAD" > git rev-list --no-walk 0c93a008fb25a91020062efbea9d6d07287e143f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:32:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:32:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:32:36 ========================================================= 00:32:36 EdgeX Global Pipelines Version Info 00:32:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:32:40 ------------------- 00:32:40 stable info: 00:32:40 ------------------- 00:32:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:40 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:32:40 Message: update stable to v1.0.179 00:32:43 ------------------- 00:32:43 experimental info: 00:32:43 ------------------- 00:32:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:43 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:32:43 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:32:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:32:44 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:32:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:32:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:32:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:32:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:32:44 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:32:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:32:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:32:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:32:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:32:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:32:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:32:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:32:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:32:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:32:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:32:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:32:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:32:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:32:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:32:46 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:32:46 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:32:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3132 [Pipeline] echo 00:32:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3132 [Pipeline] echo 00:32:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3132 [Pipeline] echo 00:32:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8c4f2a60c070c44c80ce20aeb1be3008a86494e1 [Pipeline] echo 00:32:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8c4f2a6 [Pipeline] echo 00:32:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:32:47 provisioning config files... 00:32:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config3712259280045409489tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:32:47 ---> docker-login.sh 00:32:47 nexus3.edgexfoundry.org:10001 00:32:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:49 Configure a credential helper to remove this warning. See 00:32:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:49 00:32:49 Login Succeeded 00:32:49 nexus3.edgexfoundry.org:10002 00:32:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:50 Configure a credential helper to remove this warning. See 00:32:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:50 00:32:50 Login Succeeded 00:32:50 nexus3.edgexfoundry.org:10003 00:32:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:51 Configure a credential helper to remove this warning. See 00:32:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:51 00:32:51 Login Succeeded 00:32:51 nexus3.edgexfoundry.org:10004 00:32:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:51 Configure a credential helper to remove this warning. See 00:32:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:51 00:32:51 Login Succeeded 00:32:51 docker.io 00:32:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:52 Configure a credential helper to remove this warning. See 00:32:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:52 00:32:52 Login Succeeded 00:32:52 ---> docker-login.sh ends [Pipeline] } 00:32:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:53 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:32:53 + for file in '`ls cmd/**/Dockerfile`' 00:32:53 ++ dirname cmd/core-command/Dockerfile 00:32:53 ++ cut -d/ -f2 00:32:53 + echo core-command,cmd/core-command/Dockerfile 00:32:53 + for file in '`ls cmd/**/Dockerfile`' 00:32:53 ++ dirname cmd/core-data/Dockerfile 00:32:53 ++ cut -d/ -f2 00:32:53 + echo core-data,cmd/core-data/Dockerfile 00:32:53 + for file in '`ls cmd/**/Dockerfile`' 00:32:53 ++ dirname cmd/core-metadata/Dockerfile 00:32:53 ++ cut -d/ -f2 00:32:53 + echo core-metadata,cmd/core-metadata/Dockerfile 00:32:53 + for file in '`ls cmd/**/Dockerfile`' 00:32:53 ++ dirname cmd/security-bootstrapper/Dockerfile 00:32:53 ++ cut -d/ -f2 00:32:53 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:32:53 + for file in '`ls cmd/**/Dockerfile`' 00:32:53 ++ dirname cmd/security-proxy-setup/Dockerfile 00:32:53 ++ cut -d/ -f2 00:32:53 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:32:53 + for file in '`ls cmd/**/Dockerfile`' 00:32:53 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:32:53 ++ cut -d/ -f2 00:32:53 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:32:53 + for file in '`ls cmd/**/Dockerfile`' 00:32:53 ++ dirname cmd/support-notifications/Dockerfile 00:32:53 ++ cut -d/ -f2 00:32:53 + echo support-notifications,cmd/support-notifications/Dockerfile 00:32:53 + for file in '`ls cmd/**/Dockerfile`' 00:32:53 ++ cut -d/ -f2 00:32:53 ++ dirname cmd/support-scheduler/Dockerfile 00:32:53 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:32:53 + for file in '`ls cmd/**/Dockerfile`' 00:32:53 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:32:53 ++ cut -d/ -f2 00:32:53 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:32:53 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:32:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:54 00:32:54 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:32:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:55 latest: Pulling from edgex-devops/git-semver 00:32:55 31603596830f: Pulling fs layer 00:32:55 2a8b12db71e7: Pulling fs layer 00:32:55 6ca5941a6612: Pulling fs layer 00:32:55 ecc8261a40a4: Pulling fs layer 00:32:55 ecc8261a40a4: Waiting 00:32:55 2a8b12db71e7: Download complete 00:32:56 31603596830f: Verifying Checksum 00:32:56 31603596830f: Download complete 00:32:57 ecc8261a40a4: Verifying Checksum 00:32:57 ecc8261a40a4: Download complete 00:32:57 6ca5941a6612: Verifying Checksum 00:32:57 6ca5941a6612: Download complete 00:32:57 31603596830f: Pull complete 00:32:57 2a8b12db71e7: Pull complete 00:32:59 6ca5941a6612: Pull complete 00:33:01 ecc8261a40a4: Pull complete 00:33:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:33:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:33:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:33:01 prd-centos7-docker-4c-2g-26736 does not seem to be running inside a container 00:33:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:33:06 $ docker top 326def61d49d9ab3dc3d08b22ff369d02d6b403c42ab212c22ec89887f67cafa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:33:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:33:07 [ssh-agent] Looking for ssh-agent implementation... 00:33:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:33:08 $ docker exec 326def61d49d9ab3dc3d08b22ff369d02d6b403c42ab212c22ec89887f67cafa ssh-agent 00:33:09 SSH_AUTH_SOCK=/tmp/ssh-CTChsNvnDB0f/agent.11 00:33:09 SSH_AGENT_PID=16 00:33:09 Running ssh-add (command line suppressed) 00:33:10 Identity added: /w/workspace/edgex-go/17@tmp/private_key_2655184239377493755.key (/w/workspace/edgex-go/17@tmp/private_key_2655184239377493755.key) 00:33:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:33:11 + git tag --points-at HEAD [Pipeline] } 00:33:11 $ docker exec --env ******** --env ******** 326def61d49d9ab3dc3d08b22ff369d02d6b403c42ab212c22ec89887f67cafa ssh-agent -k 00:33:12 unset SSH_AUTH_SOCK; 00:33:12 unset SSH_AGENT_PID; 00:33:12 echo Agent pid 16 killed; 00:33:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:33:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:33:13 [ssh-agent] Looking for ssh-agent implementation... 00:33:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:33:13 $ docker exec 326def61d49d9ab3dc3d08b22ff369d02d6b403c42ab212c22ec89887f67cafa ssh-agent 00:33:14 SSH_AUTH_SOCK=/tmp/ssh-fakB4DD38NZb/agent.44 00:33:14 SSH_AGENT_PID=49 00:33:14 Running ssh-add (command line suppressed) 00:33:15 Identity added: /w/workspace/edgex-go/17@tmp/private_key_8746946901028155685.key (/w/workspace/edgex-go/17@tmp/private_key_8746946901028155685.key) 00:33:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:33:16 + git semver init 00:33:16 # -> Open(): unable to determine branch for HEAD 00:33:16 # $GIT_DIR = /w/workspace/edgex-go/17/.git 00:33:16 # $GIT_WORK_TREE = /w/workspace/edgex-go/17 00:33:16 # $SEMVER_REMOTE_NAME = origin 00:33:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:33:16 # $SEMVER_USER_NAME = edgex-jenkins 00:33:16 # $SEMVER_BRANCH = PR-3132 00:33:16 # $SEMVER_TEMP = /tmp/semver-445169674 00:33:16 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:34:28 # '/tmp/semver-445169674' -> '/w/workspace/edgex-go/17/.semver' 00:34:28 # -> Force: false 00:34:28 # $SEMVER_DIR = /w/workspace/edgex-go/17/.semver [Pipeline] } 00:34:28 $ docker exec --env ******** --env ******** 326def61d49d9ab3dc3d08b22ff369d02d6b403c42ab212c22ec89887f67cafa ssh-agent -k 00:34:28 unset SSH_AUTH_SOCK; 00:34:28 unset SSH_AGENT_PID; 00:34:28 echo Agent pid 49 killed; 00:34:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:34:30 + git semver [Pipeline] } 00:34:30 $ docker stop --time=1 326def61d49d9ab3dc3d08b22ff369d02d6b403c42ab212c22ec89887f67cafa 00:34:32 $ docker rm -f 326def61d49d9ab3dc3d08b22ff369d02d6b403c42ab212c22ec89887f67cafa [Pipeline] // withDockerContainer [Pipeline] sh 00:34:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:34:35 Stashed 1 file(s) [Pipeline] echo 00:34:35 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:34:37 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:34:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:34:39 + sudo service docker restart 00:34:39 + true 00:34:39 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:34:39 ========================================================= 00:34:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:34:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:34:40 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:34:51 Still waiting to schedule task 00:34:51 ‘prd-centos7-docker-4c-2g-26729’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26743’ is offline 00:34:52 Sending build context to Docker daemon 327.9MB 00:34:52 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:34:52 Step 2/6 : FROM ${BASE} 00:34:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:34:52 188c0c94c7c5: Pulling fs layer 00:34:52 0ef7d3d256c8: Pulling fs layer 00:34:52 de9db76c5a1d: Pulling fs layer 00:34:52 bca2f99d35d6: Pulling fs layer 00:34:52 93359f2a8cfa: Pulling fs layer 00:34:52 7c6f9722023f: Pulling fs layer 00:34:52 a35cf1a2eb13: Pulling fs layer 00:34:52 bca2f99d35d6: Waiting 00:34:52 93359f2a8cfa: Waiting 00:34:52 7c6f9722023f: Waiting 00:34:52 a35cf1a2eb13: Waiting 00:34:52 de9db76c5a1d: Download complete 00:34:52 0ef7d3d256c8: Verifying Checksum 00:34:52 0ef7d3d256c8: Download complete 00:34:52 93359f2a8cfa: Verifying Checksum 00:34:52 93359f2a8cfa: Download complete 00:34:52 7c6f9722023f: Verifying Checksum 00:34:52 7c6f9722023f: Download complete 00:34:52 188c0c94c7c5: Verifying Checksum 00:34:52 188c0c94c7c5: Download complete 00:34:53 188c0c94c7c5: Pull complete 00:34:54 0ef7d3d256c8: Pull complete 00:34:55 de9db76c5a1d: Pull complete 00:35:04 a35cf1a2eb13: Verifying Checksum 00:35:04 a35cf1a2eb13: Download complete 00:35:07 bca2f99d35d6: Verifying Checksum 00:35:07 bca2f99d35d6: Download complete 00:35:20 bca2f99d35d6: Pull complete 00:35:20 93359f2a8cfa: Pull complete 00:35:20 7c6f9722023f: Pull complete 00:35:29 a35cf1a2eb13: Pull complete 00:35:29 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:35:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:35:29 ---> a62c8e92a672 00:35:29 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:35:29 ---> Running in b8821449eaba 00:35:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:32 (1/12) Installing libmagic (5.38-r0) 00:35:32 (2/12) Installing file (5.38-r0) 00:35:32 (3/12) Installing libc-dev (0.7.2-r3) 00:35:32 (4/12) Installing g++ (9.3.0-r2) 00:35:48 (5/12) Installing fortify-headers (1.1-r0) 00:35:48 (6/12) Installing patch (2.7.6-r6) 00:35:48 (7/12) Installing build-base (0.5-r2) 00:35:48 (8/12) Installing libsodium (1.0.18-r0) 00:35:48 (9/12) Installing pkgconf (1.7.2-r0) 00:35:48 (10/12) Installing libsodium-dev (1.0.18-r0) 00:35:48 (11/12) Installing libzmq (4.3.3-r0) 00:35:49 (12/12) Installing zeromq-dev (4.3.3-r0) 00:35:49 Executing busybox-1.31.1-r19.trigger 00:35:49 OK: 233 MiB in 51 packages 00:35:54 Removing intermediate container b8821449eaba 00:35:54 ---> b2302b52b381 00:35:54 Step 4/6 : WORKDIR /edgex-go 00:35:54 ---> Running in 6d00f415f325 00:35:54 Removing intermediate container 6d00f415f325 00:35:54 ---> b9436452d44b 00:35:54 Step 5/6 : COPY go.mod . 00:35:55 ---> ac329e9446ea 00:35:55 Step 6/6 : RUN go mod download 00:35:55 ---> Running in 72b386c37a7b 00:36:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26745 in /w/workspace/edgexfoundry_edgex-go_PR-3132 [Pipeline] { [Pipeline] ws 00:36:29 Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout 00:36:35 Removing intermediate container 72b386c37a7b 00:36:35 ---> 43e1ff7acc11 00:36:35 Successfully built 43e1ff7acc11 00:36:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:36:35 + docker inspect -f . ci-base-image-x86_64 00:36:35 . [Pipeline] withDockerContainer 00:36:35 using credential edgex-jenkins-ssh 00:36:35 Cloning the remote Git repository 00:36:35 prd-centos7-docker-4c-2g-26736 does not seem to be running inside a container 00:36:35 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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-x86_64 cat 00:36:36 > git init /w/workspace/edgex-go/17 # timeout=10 00:36:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:36 > git --version # timeout=10 00:36:36 > git --version # 'git version 2.17.1' 00:36:36 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:38 $ docker top f01e48ecd4a31d52efa016728a6f1e39e189331d555ecdb9ef042c44dcc5fa48 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:39 + go version 00:36:39 go version go1.15.5 linux/amd64 [Pipeline] } 00:36:40 $ docker stop --time=1 f01e48ecd4a31d52efa016728a6f1e39e189331d555ecdb9ef042c44dcc5fa48 00:36:42 $ docker rm -f f01e48ecd4a31d52efa016728a6f1e39e189331d555ecdb9ef042c44dcc5fa48 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:44 + docker inspect -f . ci-base-image-x86_64 00:36:44 . [Pipeline] withDockerContainer 00:36:45 prd-centos7-docker-4c-2g-26736 does not seem to be running inside a container 00:36:45 $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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-x86_64 cat 00:36:47 $ docker top 2ce3d80aef86c745aa0b1bfb739e5269bb97fb34c26e9a147b81ad7f83f746ad -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:47 ========================================================= 00:36:47 [edgeXBuildGoParallel] Running Tests and Build... 00:36:47 ========================================================= [Pipeline] sh 00:36:48 + make test 00:36:48 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:05 Merging remotes/origin/master commit a05352d37eb5b985ae670d360b56d8b81b9d117b into PR head commit 0c93a008fb25a91020062efbea9d6d07287e143f 00:37:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:37:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:37:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:37:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:37:04 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3132/head:refs/remotes/origin/PR-3132 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:37:05 > git config core.sparsecheckout # timeout=10 00:37:05 > git checkout -f 0c93a008fb25a91020062efbea9d6d07287e143f # timeout=10 00:37:05 > git remote # timeout=10 00:37:05 > git config --get remote.origin.url # timeout=10 00:37:05 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:05 > git merge a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 00:37:06 Merge succeeded, producing e8050e96bf69997c163b52dc2f48a6357bf77d09 00:37:06 Checking out Revision e8050e96bf69997c163b52dc2f48a6357bf77d09 (PR-3132) 00:37:06 > git rev-parse HEAD^{commit} # timeout=10 00:37:06 > git config core.sparsecheckout # timeout=10 00:37:06 > git checkout -f e8050e96bf69997c163b52dc2f48a6357bf77d09 # timeout=10 00:37:10 Commit message: "Merge commit 'a05352d37eb5b985ae670d360b56d8b81b9d117b' into HEAD" 00:37:10 > git rev-list --no-walk 0c93a008fb25a91020062efbea9d6d07287e143f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:37:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:37:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:37:13 + + sudo service dockertrue restart 00:37:13 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:37:15 provisioning config files... 00:37:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config7269900755715603671tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:37:16 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:16 ---> docker-login.sh 00:37:16 nexus3.edgexfoundry.org:10001 00:37:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:17 Configure a credential helper to remove this warning. See 00:37:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:17 00:37:17 Login Succeeded 00:37:17 nexus3.edgexfoundry.org:10002 00:37:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:18 Configure a credential helper to remove this warning. See 00:37:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:18 00:37:18 Login Succeeded 00:37:18 nexus3.edgexfoundry.org:10003 00:37:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:19 Configure a credential helper to remove this warning. See 00:37:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:19 00:37:19 Login Succeeded 00:37:19 nexus3.edgexfoundry.org:10004 00:37:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:19 Configure a credential helper to remove this warning. See 00:37:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:19 00:37:19 Login Succeeded 00:37:19 docker.io 00:37:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:20 Configure a credential helper to remove this warning. See 00:37:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:20 00:37:20 Login Succeeded 00:37:20 ---> docker-login.sh ends [Pipeline] } 00:37:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:37:21 ========================================================= 00:37:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:37:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:37:21 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:37:24 Sending build context to Docker daemon 166.3MB 00:37:24 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:37:24 Step 2/6 : FROM ${BASE} 00:37:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:37:24 5f621e34cdf4: Pulling fs layer 00:37:24 a4357932f1b6: Pulling fs layer 00:37:24 18c013af1878: Pulling fs layer 00:37:24 00ac8860ef70: Pulling fs layer 00:37:24 63d7cb157983: Pulling fs layer 00:37:24 b116817d02f9: Pulling fs layer 00:37:24 745a02a5169b: Pulling fs layer 00:37:24 00ac8860ef70: Waiting 00:37:24 63d7cb157983: Waiting 00:37:24 b116817d02f9: Waiting 00:37:24 745a02a5169b: Waiting 00:37:24 a4357932f1b6: Download complete 00:37:24 63d7cb157983: Verifying Checksum 00:37:24 63d7cb157983: Download complete 00:37:24 b116817d02f9: Verifying Checksum 00:37:24 b116817d02f9: Download complete 00:37:25 5f621e34cdf4: Verifying Checksum 00:37:25 5f621e34cdf4: Download complete 00:37:25 5f621e34cdf4: Pull complete 00:37:26 a4357932f1b6: Pull complete 00:37:27 18c013af1878: Pull complete 00:37:27 745a02a5169b: Verifying Checksum 00:37:27 745a02a5169b: Download complete 00:37:29 00ac8860ef70: Verifying Checksum 00:37:29 00ac8860ef70: Download complete 00:37:39 00ac8860ef70: Pull complete 00:37:39 63d7cb157983: Pull complete 00:37:39 b116817d02f9: Pull complete 00:37:43 745a02a5169b: Pull complete 00:37:43 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:43 ---> b7e6874047d6 00:37:43 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:37:47 ---> Running in 18901a3b421a 00:37:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:37:51 (1/12) Installing libmagic (5.38-r0) 00:37:51 (2/12) Installing file (5.38-r0) 00:37:51 (3/12) Installing libc-dev (0.7.2-r3) 00:37:51 (4/12) Installing g++ (9.3.0-r2) 00:38:06 (5/12) Installing fortify-headers (1.1-r0) 00:38:06 (6/12) Installing patch (2.7.6-r6) 00:38:06 (7/12) Installing build-base (0.5-r2) 00:38:06 (8/12) Installing libsodium (1.0.18-r0) 00:38:06 (9/12) Installing pkgconf (1.7.2-r0) 00:38:06 (10/12) Installing libsodium-dev (1.0.18-r0) 00:38:06 (11/12) Installing libzmq (4.3.3-r0) 00:38:06 (12/12) Installing zeromq-dev (4.3.3-r0) 00:38:06 Executing busybox-1.31.1-r19.trigger 00:38:06 OK: 217 MiB in 51 packages 00:38:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:07 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:11 Removing intermediate container 18901a3b421a 00:38:11 ---> 5cbe82a187e0 00:38:11 Step 4/6 : WORKDIR /edgex-go 00:38:11 ---> Running in cfe82e515da9 00:38:11 Removing intermediate container cfe82e515da9 00:38:11 ---> ce14095e6758 00:38:11 Step 5/6 : COPY go.mod . 00:38:12 ---> aa0827fa0f99 00:38:12 Step 6/6 : RUN go mod download 00:38:12 ---> Running in 0c544e090e04 00:38:13 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:14 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:23 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.144s coverage: 45.9% of statements 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:38:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.107s coverage: 100.0% of statements 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.472s coverage: 27.1% of statements 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.249s coverage: 100.0% of statements 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.819s coverage: 65.8% of statements 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.636s coverage: 82.3% of statements 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.695s coverage: 28.6% of statements 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.091s coverage: 100.0% of statements 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.133s coverage: 100.0% of statements 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.491s coverage: 86.7% of statements 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.554s coverage: 97.5% of statements 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.127s coverage: 78.3% of statements 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:44 Removing intermediate container 0c544e090e04 00:38:44 ---> d30eae9cdac3 00:38:44 Successfully built d30eae9cdac3 00:38:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:45 + docker inspect -f . ci-base-image-arm64 00:38:45 . [Pipeline] withDockerContainer 00:38:45 prd-ubuntu18.04-docker-arm64-4c-16g-26745 does not seem to be running inside a container 00:38:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:47 $ docker top 741875f052bcbf4ce468992e435f4c77fb294a7264fd6e498ed78917445c2e6e -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.172s coverage: 92.8% of statements 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.179s coverage: 58.8% of statements 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.399s coverage: 0.1% of statements 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:38:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.123s coverage: 45.5% of statements 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.071s coverage: 79.5% of statements 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.097s coverage: 94.1% of statements 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.164s coverage: 96.3% of statements 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements 00:38:48 + go version 00:38:48 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:48 $ docker stop --time=1 741875f052bcbf4ce468992e435f4c77fb294a7264fd6e498ed78917445c2e6e 00:38:50 $ docker rm -f 741875f052bcbf4ce468992e435f4c77fb294a7264fd6e498ed78917445c2e6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:51 + docker inspect -f . ci-base-image-arm64 00:38:51 . [Pipeline] withDockerContainer 00:38:51 prd-ubuntu18.04-docker-arm64-4c-16g-26745 does not seem to be running inside a container 00:38:51 $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:53 $ docker top 98c53710ab1dc32a89e23b75ee59ba367551c42bb1e30b3a291ce53d0cd35026 -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:53 ========================================================= 00:38:53 [edgeXBuildGoParallel] Running Tests and Build... 00:38:53 ========================================================= [Pipeline] sh 00:38:54 + make test 00:38:54 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.061s coverage: 94.4% of statements 00:39:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.233s coverage: 92.9% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.163s coverage: 87.2% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.225s coverage: 100.0% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.097s coverage: 75.5% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.333s coverage: 87.2% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.2% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.429s coverage: 91.4% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.514s coverage: 63.5% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.165s coverage: 91.3% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.168s coverage: 73.7% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.137s coverage: 100.0% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.384s coverage: 68.9% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.128s coverage: 37.0% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.174s coverage: 84.0% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.239s coverage: 100.0% of statements 00:39:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.454s coverage: 47.0% of statements 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.075s coverage: 100.0% of statements 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:39:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.288s coverage: 89.4% of statements 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:39:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.787s coverage: 29.1% of statements 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.292s coverage: 99.0% of statements 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:39:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.164s coverage: 100.0% of statements 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:39:27 ok github.com/edgexfoundry/edgex-go/internal/system 0.087s coverage: 0.0% of statements 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.040s coverage: 100.0% of statements 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.065s coverage: 87.9% of statements 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.074s coverage: 100.0% of statements 00:39:27 ? github.com/edgexfoundry/edgex-go [no test files] 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 00:39:29 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.310s coverage: 100.0% of statements 00:39:30 GO111MODULE=on go vet ./... 00:40:25 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:40:42 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:40:42 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:40:54 gofmt -l . 00:40:54 [ "`gofmt -l .`" = "" ] 00:40:54 ./bin/test-go-mod-tidy.sh 00:40:54 ./bin/test-attribution-txt.sh 00:40:54 An attribution for github.com/fatih/color is missing from Attribution.txt, please add 00:40:54 An attribution for github.com/hashicorp/go-hclog is missing from Attribution.txt, please add 00:40:54 An attribution for github.com/mattn/go-colorable is missing from Attribution.txt, please add 00:40:54 An attribution for github.com/mattn/go-isatty is missing from Attribution.txt, please add 00:40:54 An attribution for golang.org/x/sys is missing from Attribution.txt, please add 00:40:54 make: *** [Makefile:99: test] Error 1 [Pipeline] } 00:40:54 $ docker stop --time=1 2ce3d80aef86c745aa0b1bfb739e5269bb97fb34c26e9a147b81ad7f83f746ad 00:40:57 $ docker rm -f 2ce3d80aef86c745aa0b1bfb739e5269bb97fb34c26e9a147b81ad7f83f746ad 00:40:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:41:00 Failed in branch amd64 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.471s coverage: 45.9% of statements 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.296s coverage: 100.0% of statements 00:41:14 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.574s coverage: 27.1% of statements 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:41:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:41:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:41:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.279s coverage: 65.8% of statements 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:41:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.771s coverage: 82.3% of statements 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:41:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.440s coverage: 28.6% of statements 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.173s coverage: 100.0% of statements 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.100s coverage: 100.0% of statements 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.327s coverage: 86.7% of statements 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.491s coverage: 97.5% of statements 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.231s coverage: 78.3% of statements 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:41:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.537s coverage: 92.8% of statements 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:41:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:41:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.207s coverage: 0.1% of statements 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:41:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:41:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.103s coverage: 45.5% of statements 00:41:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.104s coverage: 79.5% of statements 00:41:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.092s coverage: 94.1% of statements 00:41:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.088s coverage: 96.3% of statements 00:41:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements 00:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.108s coverage: 94.4% of statements 00:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements 00:42:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.152s coverage: 92.9% of statements 00:42:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:42:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:42:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:42:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements 00:42:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:42:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:42:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:42:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:42:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:42:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.091s coverage: 87.2% of statements 00:42:06 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:42:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:42:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 00:42:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:42:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.102s coverage: 75.5% of statements 00:42:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:42:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements 00:42:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.148s coverage: 87.2% of statements 00:42:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.141s coverage: 84.2% of statements 00:42:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.179s coverage: 91.4% of statements 00:42:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:42:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.577s coverage: 63.5% of statements 00:42:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:42:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:42:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 00:42:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements 00:42:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 00:42:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements 00:42:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements 00:42:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.838s coverage: 68.9% of statements 00:42:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:42:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:42:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.334s coverage: 37.0% of statements 00:42:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:42:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:42:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.933s coverage: 84.0% of statements 00:42:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.093s coverage: 100.0% of statements 00:42:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.425s coverage: 47.0% of statements 00:42:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:42:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:42:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:42:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:42:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:42:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.137s coverage: 100.0% of statements 00:42:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:42:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.116s coverage: 100.0% of statements 00:42:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:42:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:42:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:42:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:42:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.353s coverage: 89.4% of statements 00:42:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:42:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:42:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.300s coverage: 29.1% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.260s coverage: 99.0% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.105s coverage: 100.0% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.232s coverage: 100.0% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/system 0.060s coverage: 0.0% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 00:42:26 GO111MODULE=on go vet ./... 00:44:03 gofmt -l . 00:44:03 [ "`gofmt -l .`" = "" ] 00:44:03 ./bin/test-go-mod-tidy.sh 00:44:03 ./bin/test-attribution-txt.sh 00:44:03 An attribution for github.com/fatih/color is missing from Attribution.txt, please add 00:44:03 An attribution for github.com/hashicorp/go-hclog is missing from Attribution.txt, please add 00:44:03 An attribution for github.com/mattn/go-colorable is missing from Attribution.txt, please add 00:44:03 An attribution for github.com/mattn/go-isatty is missing from Attribution.txt, please add 00:44:03 An attribution for golang.org/x/sys is missing from Attribution.txt, please add 00:44:03 make: *** [Makefile:99: test] Error 1 [Pipeline] } 00:44:03 $ docker stop --time=1 98c53710ab1dc32a89e23b75ee59ba367551c42bb1e30b3a291ce53d0cd35026 00:44:06 $ docker rm -f 98c53710ab1dc32a89e23b75ee59ba367551c42bb1e30b3a291ce53d0cd35026 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:44:08 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:44:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:44:13 ---> package-listing.sh 00:44:13 ++ tr '[:upper:]' '[:lower:]' 00:44:13 ++ facter osfamily 00:44:14 + OS_FAMILY=redhat 00:44:14 + workspace=/w/workspace/edgex-go/17 00:44:14 + START_PACKAGES=/tmp/packages_start.txt 00:44:14 + END_PACKAGES=/tmp/packages_end.txt 00:44:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:44:14 + PACKAGES=/tmp/packages_start.txt 00:44:14 + '[' /w/workspace/edgex-go/17 ']' 00:44:14 + PACKAGES=/tmp/packages_end.txt 00:44:14 + case "${OS_FAMILY}" in 00:44:14 + rpm -qa 00:44:14 + sort 00:44:22 + '[' -f /tmp/packages_start.txt ']' 00:44:22 + '[' -f /tmp/packages_end.txt ']' 00:44:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:44:22 + '[' /w/workspace/edgex-go/17 ']' 00:44:22 + mkdir -p /w/workspace/edgex-go/17/archives/ 00:44:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/17/archives/ [Pipeline] echo 00:44:22 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/17/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:44:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:44:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:44:24 00:44:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:44:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:44:25 alpine: Pulling from edgex-lftools-log-publisher 00:44:25 df20fa9351a1: Pulling fs layer 00:44:25 36b3adc4ff6f: Pulling fs layer 00:44:25 8ad3a11d3b57: Pulling fs layer 00:44:25 46f8f816bc3b: Pulling fs layer 00:44:25 93b61091891f: Pulling fs layer 00:44:25 93b9cdb0e59b: Pulling fs layer 00:44:25 5e14af77c1be: Pulling fs layer 00:44:25 01666e4c0597: Pulling fs layer 00:44:25 aa168da1d23b: Pulling fs layer 00:44:25 93b61091891f: Waiting 00:44:25 93b9cdb0e59b: Waiting 00:44:25 01666e4c0597: Waiting 00:44:25 5e14af77c1be: Waiting 00:44:25 aa168da1d23b: Waiting 00:44:25 46f8f816bc3b: Waiting 00:44:25 36b3adc4ff6f: Verifying Checksum 00:44:25 36b3adc4ff6f: Download complete 00:44:25 46f8f816bc3b: Verifying Checksum 00:44:25 46f8f816bc3b: Download complete 00:44:26 df20fa9351a1: Verifying Checksum 00:44:26 df20fa9351a1: Download complete 00:44:26 93b61091891f: Verifying Checksum 00:44:26 93b61091891f: Download complete 00:44:26 93b9cdb0e59b: Verifying Checksum 00:44:26 93b9cdb0e59b: Download complete 00:44:26 5e14af77c1be: Verifying Checksum 00:44:26 5e14af77c1be: Download complete 00:44:26 01666e4c0597: Verifying Checksum 00:44:26 01666e4c0597: Download complete 00:44:27 8ad3a11d3b57: Verifying Checksum 00:44:27 8ad3a11d3b57: Download complete 00:44:27 df20fa9351a1: Pull complete 00:44:27 36b3adc4ff6f: Pull complete 00:44:31 8ad3a11d3b57: Pull complete 00:44:31 46f8f816bc3b: Pull complete 00:44:32 93b61091891f: Pull complete 00:44:32 93b9cdb0e59b: Pull complete 00:44:32 5e14af77c1be: Pull complete 00:44:33 01666e4c0597: Pull complete 00:44:36 aa168da1d23b: Verifying Checksum 00:44:36 aa168da1d23b: Download complete 00:44:54 aa168da1d23b: Pull complete 00:44:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:44:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:44:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:44:55 prd-centos7-docker-4c-2g-26736 does not seem to be running inside a container 00:44:55 $ 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/17/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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:45:00 $ docker top a762abdfce0b3deb3c7cbec156b94e97a87c3ab6e6f35619b1b70762990dd678 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:02 + touch /tmp/pre-build-complete [Pipeline] sh 00:45:03 + mkdir -p /var/log/sa [Pipeline] sh 00:45:03 + ls /var/log/sa-host 00:45:04 + sadf -c /var/log/sa-host/sa18 00:45:04 file_magic: OK 00:45:04 HZ: Using current value: 100 00:45:04 file_header: OK 00:45:04 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:45:04 Statistics: 00:45:04 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:45:04 File successfully converted to sysstat format version 12.2.1 00:45:04 + sadf -c /var/log/sa-host/sa23 00:45:04 file_magic: OK 00:45:04 HZ: Using current value: 100 00:45:04 file_header: OK 00:45:04 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:45:04 Statistics: 00:45:04 Hnuu...uuuununununu... 00:45:04 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:45:04 provisioning config files... 00:45:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/17@tmp/config3260980819556583270tmp [Pipeline] { [Pipeline] echo 00:45:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:45:05 ---> create-netrc.sh [Pipeline] } 00:45:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:45:05 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:45:06 ---> python-tools-install.sh [Pipeline] echo 00:45:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:45:07 ---> sudo-logs.sh 00:45:07 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:45:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:45:08 ---> job-cost.sh 00:45:08 lf-activate-venv: SKIPPING 00:45:08 INFO: No Stack... 00:45:12 INFO: Retrieving Pricing Info for: v1-standard-2 00:45:12 INFO: Archiving Costs [Pipeline] echo 00:45:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:45:14 ---> logs-deploy.sh 00:45:14 lf-activate-venv: SKIPPING 00:45:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3132/17 00:45:14 INFO: archiving workspace using pattern(s): 00:45:17 Archives upload complete. 00:45:17 INFO: archiving logs to Nexus 00:45:19 ---> uname -a: 00:45:19 Linux prd-centos7-docker-4c-2g-26736.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:45:19 00:45:19 00:45:19 ---> lscpu: 00:45:19 Architecture: x86_64 00:45:19 CPU op-mode(s): 32-bit, 64-bit 00:45:19 Byte Order: Little Endian 00:45:19 Address sizes: 40 bits physical, 48 bits virtual 00:45:19 CPU(s): 4 00:45:19 On-line CPU(s) list: 0-3 00:45:19 Thread(s) per core: 1 00:45:19 Core(s) per socket: 1 00:45:19 Socket(s): 4 00:45:19 NUMA node(s): 1 00:45:19 Vendor ID: GenuineIntel 00:45:19 CPU family: 6 00:45:19 Model: 44 00:45:19 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:45:19 Stepping: 1 00:45:19 CPU MHz: 2933.438 00:45:19 BogoMIPS: 5866.87 00:45:19 Virtualization: VT-x 00:45:19 Hypervisor vendor: KVM 00:45:19 Virtualization type: full 00:45:19 L1d cache: 128 KiB 00:45:19 L1i cache: 128 KiB 00:45:19 L2 cache: 16 MiB 00:45:19 L3 cache: 64 MiB 00:45:19 NUMA node0 CPU(s): 0-3 00:45:19 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:45:19 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:45:19 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:45:19 Vulnerability Meltdown: Mitigation; PTI 00:45:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:45:19 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:45:19 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:45:19 Vulnerability Srbds: Not affected 00:45:19 Vulnerability Tsx async abort: Not affected 00:45:19 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:45:19 00:45:19 00:45:19 ---> nproc: 00:45:19 4 00:45:19 00:45:19 00:45:19 ---> df -h: 00:45:19 Filesystem Size Used Available Use% Mounted on 00:45:19 overlay 50.0G 7.9G 42.1G 16% / 00:45:19 tmpfs 64.0M 0 64.0M 0% /dev 00:45:19 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:45:19 shm 64.0M 0 64.0M 0% /dev/shm 00:45:19 /dev/vda1 50.0G 7.9G 42.1G 16% /facter-os 00:45:19 /dev/vda1 50.0G 7.9G 42.1G 16% /etc/resolv.conf 00:45:19 /dev/vda1 50.0G 7.9G 42.1G 16% /etc/hostname 00:45:19 /dev/vda1 50.0G 7.9G 42.1G 16% /etc/hosts 00:45:19 /dev/vda1 50.0G 7.9G 42.1G 16% /var/log/auth.log 00:45:19 /dev/vda1 50.0G 7.9G 42.1G 16% /run/cloud-init/result.json 00:45:19 /dev/vda1 50.0G 7.9G 42.1G 16% /var/log/sa-host 00:45:19 /dev/vda1 50.0G 7.9G 42.1G 16% /var/log/secure 00:45:19 /dev/vda1 50.0G 7.9G 42.1G 16% /w/workspace/edgex-go/17 00:45:19 /dev/vda1 50.0G 7.9G 42.1G 16% /w/workspace/edgex-go/17@tmp 00:45:19 00:45:19 00:45:19 ---> free -m: 00:45:19 total used free shared buff/cache available 00:45:19 Mem: 1837 711 120 0 1005 1034 00:45:19 Swap: 1023 4 1019 00:45:19 00:45:19 00:45:19 ---> ip addr: 00:45:19 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:45:19 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:45:19 inet 127.0.0.1/8 scope host lo 00:45:19 valid_lft forever preferred_lft forever 00:45:19 inet6 ::1/128 scope host 00:45:19 valid_lft forever preferred_lft forever 00:45:19 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:45:19 link/ether fa:16:3e:d8:27:d8 brd ff:ff:ff:ff:ff:ff 00:45:19 inet 10.30.122.245/23 brd 10.30.123.255 scope global dynamic eth0 00:45:19 valid_lft 85503sec preferred_lft 85503sec 00:45:19 inet6 fe80::f816:3eff:fed8:27d8/64 scope link 00:45:19 valid_lft forever preferred_lft forever 00:45:19 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:45:19 link/ether 02:42:1b:45:54:24 brd ff:ff:ff:ff:ff:ff 00:45:19 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:45:19 valid_lft forever preferred_lft forever 00:45:19 inet6 fe80::42:1bff:fe45:5424/64 scope link 00:45:19 valid_lft forever preferred_lft forever 00:45:19 00:45:19 00:45:19 ---> sar -b -r -n DEV: 00:45:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/18/21 _x86_64_ (4 CPU) 00:45:19 00:45:19 00:30:04 LINUX RESTART (4 CPU) 00:45:19 00:45:19 00:31:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:45:19 00:32:01 31.97 20.62 11.36 0.00 2876.16 2601.51 0.00 00:45:19 00:33:02 38.81 9.60 29.20 0.00 3686.39 4782.82 0.00 00:45:19 00:34:01 19.33 4.23 15.11 0.00 1119.03 5162.26 0.00 00:45:19 00:35:02 94.69 46.99 47.70 0.00 4468.55 21623.11 0.00 00:45:19 00:36:01 162.38 59.28 103.10 0.00 2548.31 24349.11 0.00 00:45:19 00:37:02 157.93 64.91 93.02 0.00 2258.26 13154.57 0.00 00:45:19 00:38:01 67.95 19.35 48.61 0.00 809.31 5985.53 0.00 00:45:19 00:39:01 51.60 11.24 40.36 0.00 584.67 4941.57 0.00 00:45:19 00:40:02 63.90 31.79 32.11 0.00 1378.18 2015.44 0.00 00:45:19 00:41:01 73.38 27.21 46.17 0.00 1993.58 4152.14 0.00 00:45:19 00:42:01 4.99 0.25 4.74 0.00 7.59 178.56 0.00 00:45:19 00:43:01 0.23 0.00 0.23 0.00 0.00 2.84 0.00 00:45:19 00:44:01 0.22 0.00 0.22 0.00 0.00 1.91 0.00 00:45:19 00:45:01 137.59 67.47 70.11 0.00 5805.14 18829.52 0.00 00:45:19 Average: 64.65 25.95 38.71 0.00 1970.37 7702.70 0.00 00:45:19 00:45:19 00:31:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:45:19 00:32:01 74720 0 549072 29.18 2620 1255132 1068548 36.47 433484 1176920 30872 00:45:19 00:33:02 143164 0 567332 30.15 2620 1168428 1037124 35.40 446432 1086340 49240 00:45:19 00:34:01 72216 0 648876 34.49 2620 1157832 1312760 44.80 573664 1026636 50992 00:45:19 00:35:02 76568 0 617600 32.82 2596 1184780 1295756 44.22 685212 903264 14132 00:45:19 00:36:01 130144 0 676316 35.94 1956 1073128 1490732 50.88 563532 942564 1692 00:45:19 00:37:02 180352 0 765948 40.71 1492 933752 1448992 49.45 576736 838496 4276 00:45:19 00:38:01 92412 0 897452 47.70 1392 890288 1828880 62.42 699684 806016 27412 00:45:19 00:39:01 192628 0 754528 40.10 764 933624 1669848 56.99 651540 747192 55284 00:45:19 00:40:02 299364 0 716020 38.05 764 865396 1482212 50.59 545600 743996 52528 00:45:19 00:41:01 505192 0 657100 34.92 720 718532 1050612 35.86 488660 594372 20 00:45:19 00:42:01 528528 0 633816 33.69 720 718480 1045436 35.68 502572 580592 12 00:45:19 00:43:01 529944 0 632340 33.61 720 718540 1033124 35.26 501764 580608 24 00:45:19 00:44:01 532452 0 629880 33.48 720 718492 1014596 34.63 500204 580400 12 00:45:19 00:45:01 170564 0 699572 37.18 480 1010928 1421032 48.50 533160 870696 32 00:45:19 Average: 252018 0 674704 35.86 1442 953381 1299975 44.37 550160 819864 20466 00:45:19 00:45:19 00:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:45:19 00:32:01 eth0 323.02 231.14 1630.50 53.05 0.00 0.00 0.00 0.00 00:45:19 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:45:19 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:45:19 00:33:02 eth0 354.20 261.26 2025.99 35.19 0.00 0.00 0.00 0.00 00:45:19 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:45:19 00:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:45:19 00:34:01 eth0 547.09 653.28 2585.27 90.19 0.00 0.00 0.00 0.00 00:45:19 00:34:01 veth0078033 638.63 519.60 66.94 2567.39 0.00 0.00 0.00 0.00 00:45:19 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:45:19 00:34:01 docker0 638.63 519.47 58.21 2567.38 0.00 0.00 0.00 0.00 00:45:19 00:35:02 eth0 265.73 238.91 2070.09 45.34 0.00 0.00 0.00 0.00 00:45:19 00:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:45:19 00:35:02 docker0 34.82 24.89 2.76 115.06 0.00 0.00 0.00 0.00 00:45:19 00:36:01 veth05f76cf 23.94 31.09 2.39 23.70 0.00 0.00 0.00 0.00 00:45:19 00:36:01 eth0 199.31 161.02 1283.12 20.36 0.00 0.00 0.00 0.00 00:45:19 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:45:19 00:36:01 docker0 72.98 97.91 4.81 389.08 0.00 0.00 0.00 0.00 00:45:19 00:37:02 eth0 118.11 44.17 479.52 50.67 0.00 0.00 0.00 0.00 00:45:19 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:45:19 00:37:02 veth3d8303e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:45:19 00:37:02 docker0 20.38 88.71 1.88 455.36 0.00 0.00 0.00 0.00 00:45:19 00:38:01 eth0 10.17 7.56 7.76 4.23 0.00 0.00 0.00 0.00 00:45:19 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:45:19 00:38:01 veth3d8303e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:45:19 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:45:19 00:39:01 eth0 30.52 25.71 19.68 40.97 0.00 0.00 0.00 0.00 00:45:19 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:45:19 00:39:01 veth3d8303e 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 00:45:19 00:39:01 docker0 0.33 0.33 0.02 0.03 0.00 0.00 0.00 0.00 00:45:19 00:40:02 eth0 18.41 13.71 12.87 7.16 0.00 0.00 0.00 0.00 00:45:19 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:45:19 00:40:02 veth3d8303e 1.41 1.41 0.11 0.11 0.00 0.00 0.00 0.00 00:45:19 00:40:02 docker0 1.41 1.41 0.09 0.11 0.00 0.00 0.00 0.00 00:45:19 00:41:01 eth0 4.23 2.82 3.48 1.58 0.00 0.00 0.00 0.00 00:45:19 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:45:19 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:45:19 00:42:01 eth0 1.96 0.70 0.74 0.32 0.00 0.00 0.00 0.00 00:45:19 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:45:19 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:45:19 00:43:01 eth0 1.43 0.95 0.81 0.57 0.00 0.00 0.00 0.00 00:45:19 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:45:19 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:45:19 00:44:01 eth0 0.20 0.08 0.02 0.04 0.00 0.00 0.00 0.00 00:45:19 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:45:19 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:45:19 00:45:01 eth0 227.37 188.09 2171.80 56.53 0.00 0.00 0.00 0.00 00:45:19 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:45:19 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:45:19 Average: eth0 150.04 130.43 878.42 29.04 0.00 0.00 0.00 0.00 00:45:19 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:45:19 Average: docker0 54.41 51.95 4.80 250.12 0.00 0.00 0.00 0.00 00:45:19 00:45:19 00:45:19 ---> sar -P ALL: 00:45:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/18/21 _x86_64_ (4 CPU) 00:45:19 00:45:19 00:30:04 LINUX RESTART (4 CPU) 00:45:19 00:45:19 00:31:02 CPU %user %nice %system %iowait %steal %idle 00:45:19 00:32:01 all 8.50 0.00 3.24 1.38 29.31 57.57 00:45:19 00:32:01 0 8.07 0.00 3.12 1.06 32.20 55.55 00:45:19 00:32:01 1 8.99 0.00 2.91 1.62 30.33 56.15 00:45:19 00:32:01 2 7.35 0.00 4.02 1.38 28.24 59.01 00:45:19 00:32:01 3 9.61 0.00 2.92 1.45 26.32 59.70 00:45:19 00:33:02 all 3.98 0.00 2.77 0.66 18.62 73.98 00:45:19 00:33:02 0 2.81 0.00 2.95 0.62 21.91 71.70 00:45:19 00:33:02 1 4.02 0.00 2.82 1.10 18.82 73.24 00:45:19 00:33:02 2 3.42 0.00 2.05 0.84 16.38 77.31 00:45:19 00:33:02 3 5.71 0.00 3.24 0.06 17.26 73.73 00:45:19 00:34:01 all 3.59 0.00 2.60 0.29 29.87 63.65 00:45:19 00:34:01 0 4.78 0.00 2.85 0.55 36.16 55.67 00:45:19 00:34:01 1 3.01 0.00 2.90 0.23 27.92 65.94 00:45:19 00:34:01 2 3.05 0.00 2.03 0.14 28.27 66.50 00:45:19 00:34:01 3 3.51 0.00 2.63 0.26 27.06 66.54 00:45:19 00:35:02 all 5.72 0.00 3.23 1.23 25.05 64.77 00:45:19 00:35:02 0 3.68 0.00 2.86 2.20 26.37 64.88 00:45:19 00:35:02 1 2.66 0.00 2.57 0.87 25.32 68.58 00:45:19 00:35:02 2 9.04 0.00 3.99 1.33 25.17 60.46 00:45:19 00:35:02 3 7.75 0.00 3.55 0.49 23.26 64.95 00:45:19 00:36:01 all 3.56 0.00 4.11 1.58 24.52 66.23 00:45:19 00:36:01 0 3.57 0.00 4.31 1.08 28.68 62.36 00:45:19 00:36:01 1 3.00 0.00 4.16 1.22 23.82 67.79 00:45:19 00:36:01 2 3.89 0.00 4.01 2.16 23.58 66.36 00:45:19 00:36:01 3 3.79 0.00 3.97 1.87 21.96 68.41 00:45:19 00:37:02 all 5.52 0.00 6.24 6.59 28.80 52.84 00:45:19 00:37:02 0 4.52 0.00 5.10 5.99 30.75 53.63 00:45:19 00:37:02 1 5.91 0.00 6.46 5.26 28.20 54.16 00:45:19 00:37:02 2 5.11 0.00 5.96 7.25 28.69 53.00 00:45:19 00:37:02 3 6.63 0.00 7.54 7.93 27.44 50.46 00:45:19 00:38:01 all 29.73 0.00 8.86 1.46 38.29 21.66 00:45:19 00:38:01 0 26.74 0.00 7.86 2.32 38.55 24.54 00:45:19 00:38:01 1 31.77 0.00 8.72 1.24 36.85 21.42 00:45:19 00:38:01 2 31.18 0.00 10.11 0.94 36.97 20.81 00:45:19 00:38:01 3 29.47 0.00 8.80 1.28 40.75 19.70 00:45:19 00:39:01 all 27.47 0.00 9.85 1.33 35.18 26.17 00:45:19 00:39:01 0 28.40 0.00 9.28 1.15 34.93 26.24 00:45:19 00:39:01 1 31.24 0.00 11.91 1.53 35.00 20.32 00:45:19 00:39:01 2 21.07 0.00 8.33 1.38 37.57 31.65 00:45:19 00:39:01 3 29.83 0.00 10.11 1.27 33.04 25.76 00:45:19 00:40:02 all 22.20 0.00 9.96 2.10 44.37 21.37 00:45:19 00:40:02 0 20.34 0.00 9.14 1.97 44.35 24.21 00:45:19 00:40:02 1 25.14 0.00 12.45 2.54 43.27 16.61 00:45:19 00:40:02 2 20.84 0.00 9.14 2.12 45.15 22.75 00:45:19 00:40:02 3 22.73 0.00 9.30 1.80 44.63 21.55 00:45:19 00:41:01 all 18.71 0.00 10.38 2.17 35.71 33.04 00:45:19 00:41:01 0 16.16 0.00 9.67 2.61 35.85 35.70 00:45:19 00:41:01 1 21.41 0.00 12.23 2.19 33.27 30.90 00:45:19 00:41:01 2 20.23 0.00 11.67 2.25 35.76 30.10 00:45:19 00:41:01 3 17.34 0.00 8.12 1.63 37.81 35.11 00:45:19 00:42:01 all 0.09 0.00 0.07 0.00 1.37 98.48 00:45:19 00:42:01 0 0.03 0.00 0.07 0.00 0.88 99.02 00:45:19 00:42:01 1 0.28 0.00 0.07 0.00 1.12 98.53 00:45:19 00:42:01 2 0.02 0.00 0.03 0.00 2.03 97.92 00:45:19 00:42:01 3 0.02 0.00 0.10 0.00 1.45 98.43 00:45:19 00:45:19 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:45:19 00:43:01 all 0.14 0.00 0.24 0.00 2.13 97.50 00:45:19 00:43:01 0 0.03 0.00 0.02 0.00 3.05 96.90 00:45:19 00:43:01 1 0.39 0.00 0.16 0.00 1.94 97.50 00:45:19 00:43:01 2 0.05 0.00 0.39 0.00 1.95 97.60 00:45:19 00:43:01 3 0.07 0.00 0.38 0.00 1.57 97.99 00:45:19 00:44:01 all 0.08 0.00 0.06 0.00 1.89 97.97 00:45:19 00:44:01 0 0.00 0.00 0.03 0.00 1.46 98.50 00:45:19 00:44:01 1 0.29 0.00 0.10 0.00 2.32 97.29 00:45:19 00:44:01 2 0.02 0.00 0.08 0.00 2.56 97.35 00:45:19 00:44:01 3 0.00 0.00 0.03 0.00 1.21 98.76 00:45:19 00:45:01 all 3.67 0.00 4.29 2.77 22.79 66.48 00:45:19 00:45:01 0 2.56 0.00 3.64 2.78 25.44 65.58 00:45:19 00:45:01 1 4.77 0.00 4.68 4.62 22.53 63.41 00:45:19 00:45:01 2 4.32 0.00 4.74 3.13 22.28 65.53 00:45:19 00:45:01 3 3.08 0.00 4.15 0.59 20.84 71.33 00:45:19 Average: all 9.13 0.00 4.61 1.57 24.13 60.56 00:45:19 Average: 0 8.41 0.00 4.29 1.64 25.97 59.69 00:45:19 Average: 1 9.53 0.00 4.93 1.62 23.48 60.44 00:45:19 Average: 2 8.95 0.00 4.66 1.68 23.93 60.79 00:45:19 Average: 3 9.65 0.00 4.57 1.35 23.09 61.33 00:45:19 00:45:19 00:45:19