Pull request #3132 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5f74b60ee900e13bf450c46dc314c39613f2d6f0+dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b (f05d45d18180e2bf3ff28af556820b9eb798770c) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-26213 in /w/workspace/edgexfoundry_edgex-go_PR-3132 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/13 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b into PR head commit 5f74b60ee900e13bf450c46dc314c39613f2d6f0 > 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 5f74b60ee900e13bf450c46dc314c39613f2d6f0 # timeout=10 Merge succeeded, producing 5f74b60ee900e13bf450c46dc314c39613f2d6f0 Checking out Revision 5f74b60ee900e13bf450c46dc314c39613f2d6f0 (PR-3132) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5f74b60ee900e13bf450c46dc314c39613f2d6f0 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:16:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:16:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:16:10 ========================================================= 03:16:10 EdgeX Global Pipelines Version Info 03:16:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 72d2bf79fdb3af2cc9995de4c096ed40a6863503 # timeout=10 03:16:12 ------------------- 03:16:12 stable info: 03:16:12 ------------------- 03:16:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:16:12 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 03:16:12 Message: update stable to v1.0.179 03:16:13 ------------------- 03:16:13 experimental info: 03:16:13 ------------------- 03:16:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:16:13 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 03:16:13 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:16:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:16:13 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:16:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:16:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:16:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:16:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:16:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:16:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:16:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 03:16:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 03:16:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:16:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:16:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:16:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:16:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:16:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:16:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:16:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:16:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:16:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:16:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 03:16:15 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 03:16:15 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 03:16:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3132 [Pipeline] echo 03:16:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3132 [Pipeline] echo 03:16:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3132 [Pipeline] echo 03:16:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5f74b60ee900e13bf450c46dc314c39613f2d6f0 [Pipeline] echo 03:16:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5f74b60 [Pipeline] echo 03:16:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:16:16 provisioning config files... 03:16:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config7949245427372973021tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:16:16 ---> docker-login.sh 03:16:16 nexus3.edgexfoundry.org:10001 03:16:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:16:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:16:17 Configure a credential helper to remove this warning. See 03:16:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:16:17 03:16:17 Login Succeeded 03:16:17 nexus3.edgexfoundry.org:10002 03:16:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:16:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:16:17 Configure a credential helper to remove this warning. See 03:16:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:16:17 03:16:17 Login Succeeded 03:16:17 nexus3.edgexfoundry.org:10003 03:16:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:16:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:16:17 Configure a credential helper to remove this warning. See 03:16:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:16:17 03:16:17 Login Succeeded 03:16:17 nexus3.edgexfoundry.org:10004 03:16:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:16:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:16:17 Configure a credential helper to remove this warning. See 03:16:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:16:17 03:16:17 Login Succeeded 03:16:17 docker.io 03:16:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:16:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:16:18 Configure a credential helper to remove this warning. See 03:16:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:16:18 03:16:18 Login Succeeded 03:16:18 ---> docker-login.sh ends [Pipeline] } 03:16:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:16:18 ++ 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 03:16:18 + for file in '`ls cmd/**/Dockerfile`' 03:16:18 ++ dirname cmd/core-command/Dockerfile 03:16:18 ++ cut -d/ -f2 03:16:18 + echo core-command,cmd/core-command/Dockerfile 03:16:18 + for file in '`ls cmd/**/Dockerfile`' 03:16:18 ++ dirname cmd/core-data/Dockerfile 03:16:18 ++ cut -d/ -f2 03:16:18 + echo core-data,cmd/core-data/Dockerfile 03:16:18 + for file in '`ls cmd/**/Dockerfile`' 03:16:18 ++ dirname cmd/core-metadata/Dockerfile 03:16:18 ++ cut -d/ -f2 03:16:18 + echo core-metadata,cmd/core-metadata/Dockerfile 03:16:18 + for file in '`ls cmd/**/Dockerfile`' 03:16:18 ++ dirname cmd/security-bootstrapper/Dockerfile 03:16:18 ++ cut -d/ -f2 03:16:18 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 03:16:18 + for file in '`ls cmd/**/Dockerfile`' 03:16:18 ++ dirname cmd/security-proxy-setup/Dockerfile 03:16:18 ++ cut -d/ -f2 03:16:18 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:16:18 + for file in '`ls cmd/**/Dockerfile`' 03:16:18 ++ dirname cmd/security-secretstore-setup/Dockerfile 03:16:18 ++ cut -d/ -f2 03:16:18 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:16:18 + for file in '`ls cmd/**/Dockerfile`' 03:16:18 ++ dirname cmd/support-notifications/Dockerfile 03:16:18 ++ cut -d/ -f2 03:16:18 + echo support-notifications,cmd/support-notifications/Dockerfile 03:16:18 + for file in '`ls cmd/**/Dockerfile`' 03:16:18 ++ dirname cmd/support-scheduler/Dockerfile 03:16:18 ++ cut -d/ -f2 03:16:18 + echo support-scheduler,cmd/support-scheduler/Dockerfile 03:16:18 + for file in '`ls cmd/**/Dockerfile`' 03:16:18 ++ dirname cmd/sys-mgmt-agent/Dockerfile 03:16:18 ++ cut -d/ -f2 03:16:18 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 03:16:18 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 03:16:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:16:19 03:16:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:16:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:16:19 latest: Pulling from edgex-devops/git-semver 03:16:19 31603596830f: Pulling fs layer 03:16:19 2a8b12db71e7: Pulling fs layer 03:16:19 6ca5941a6612: Pulling fs layer 03:16:19 ecc8261a40a4: Pulling fs layer 03:16:19 ecc8261a40a4: Waiting 03:16:19 2a8b12db71e7: Verifying Checksum 03:16:19 2a8b12db71e7: Download complete 03:16:19 31603596830f: Verifying Checksum 03:16:19 31603596830f: Download complete 03:16:20 6ca5941a6612: Verifying Checksum 03:16:20 6ca5941a6612: Download complete 03:16:20 ecc8261a40a4: Verifying Checksum 03:16:20 ecc8261a40a4: Download complete 03:16:20 31603596830f: Pull complete 03:16:20 2a8b12db71e7: Pull complete 03:16:21 6ca5941a6612: Pull complete 03:16:21 ecc8261a40a4: Pull complete 03:16:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:16:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:16:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:16:22 prd-centos7-docker-4c-2g-26213 does not seem to be running inside a container 03:16:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:16:24 $ docker top 0843fa2b7bec97153fceb2169f1fe34734ad7085c461ce9cd25071bdcff3df64 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:16:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:16:25 [ssh-agent] Looking for ssh-agent implementation... 03:16:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:16:25 $ docker exec 0843fa2b7bec97153fceb2169f1fe34734ad7085c461ce9cd25071bdcff3df64 ssh-agent 03:16:25 SSH_AUTH_SOCK=/tmp/ssh-cSPEDpb8odQT/agent.12 03:16:25 SSH_AGENT_PID=17 03:16:25 Running ssh-add (command line suppressed) 03:16:25 Identity added: /w/workspace/edgex-go/13@tmp/private_key_4190554237752187455.key (/w/workspace/edgex-go/13@tmp/private_key_4190554237752187455.key) 03:16:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:16:26 + git tag --points-at HEAD [Pipeline] } 03:16:26 $ docker exec --env ******** --env ******** 0843fa2b7bec97153fceb2169f1fe34734ad7085c461ce9cd25071bdcff3df64 ssh-agent -k 03:16:26 unset SSH_AUTH_SOCK; 03:16:26 unset SSH_AGENT_PID; 03:16:26 echo Agent pid 17 killed; 03:16:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:16:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:16:26 [ssh-agent] Looking for ssh-agent implementation... 03:16:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:16:26 $ docker exec 0843fa2b7bec97153fceb2169f1fe34734ad7085c461ce9cd25071bdcff3df64 ssh-agent 03:16:27 SSH_AUTH_SOCK=/tmp/ssh-ktUb3HIxeSoh/agent.46 03:16:27 SSH_AGENT_PID=51 03:16:27 Running ssh-add (command line suppressed) 03:16:27 Identity added: /w/workspace/edgex-go/13@tmp/private_key_5541206651229740489.key (/w/workspace/edgex-go/13@tmp/private_key_5541206651229740489.key) 03:16:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:16:27 + git semver init 03:16:27 # -> Open(): unable to determine branch for HEAD 03:16:27 # $GIT_DIR = /w/workspace/edgex-go/13/.git 03:16:27 # $GIT_WORK_TREE = /w/workspace/edgex-go/13 03:16:27 # $SEMVER_REMOTE_NAME = origin 03:16:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:16:27 # $SEMVER_USER_NAME = edgex-jenkins 03:16:27 # $SEMVER_BRANCH = PR-3132 03:16:27 # $SEMVER_TEMP = /tmp/semver-265803867 03:16:27 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 03:17:06 # '/tmp/semver-265803867' -> '/w/workspace/edgex-go/13/.semver' 03:17:06 # -> Force: false 03:17:06 # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } 03:17:06 $ docker exec --env ******** --env ******** 0843fa2b7bec97153fceb2169f1fe34734ad7085c461ce9cd25071bdcff3df64 ssh-agent -k 03:17:06 unset SSH_AUTH_SOCK; 03:17:06 unset SSH_AGENT_PID; 03:17:06 echo Agent pid 51 killed; 03:17:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:17:07 + git semver [Pipeline] } 03:17:07 $ docker stop --time=1 0843fa2b7bec97153fceb2169f1fe34734ad7085c461ce9cd25071bdcff3df64 03:17:09 $ docker rm -f 0843fa2b7bec97153fceb2169f1fe34734ad7085c461ce9cd25071bdcff3df64 [Pipeline] // withDockerContainer [Pipeline] sh 03:17:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:17:10 Stashed 1 file(s) [Pipeline] echo 03:17:10 [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 03:17:11 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:17:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:17:11 + sudo service docker restart 03:17:11 + true 03:17:11 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 03:17:12 ========================================================= 03:17:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:17:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:17:13 + 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 . 03:17:17 Sending build context to Docker daemon 327.8MB 03:17:17 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:17:17 Step 2/6 : FROM ${BASE} 03:17:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:17:17 188c0c94c7c5: Pulling fs layer 03:17:17 0ef7d3d256c8: Pulling fs layer 03:17:17 de9db76c5a1d: Pulling fs layer 03:17:17 bca2f99d35d6: Pulling fs layer 03:17:17 93359f2a8cfa: Pulling fs layer 03:17:17 7c6f9722023f: Pulling fs layer 03:17:17 a35cf1a2eb13: Pulling fs layer 03:17:17 93359f2a8cfa: Waiting 03:17:17 7c6f9722023f: Waiting 03:17:17 a35cf1a2eb13: Waiting 03:17:17 bca2f99d35d6: Waiting 03:17:17 de9db76c5a1d: Verifying Checksum 03:17:17 de9db76c5a1d: Download complete 03:17:17 0ef7d3d256c8: Download complete 03:17:17 93359f2a8cfa: Verifying Checksum 03:17:17 93359f2a8cfa: Download complete 03:17:17 7c6f9722023f: Verifying Checksum 03:17:17 7c6f9722023f: Download complete 03:17:17 188c0c94c7c5: Verifying Checksum 03:17:17 188c0c94c7c5: Download complete 03:17:18 188c0c94c7c5: Pull complete 03:17:18 0ef7d3d256c8: Pull complete 03:17:18 de9db76c5a1d: Pull complete 03:17:19 a35cf1a2eb13: Verifying Checksum 03:17:19 a35cf1a2eb13: Download complete 03:17:19 bca2f99d35d6: Verifying Checksum 03:17:19 bca2f99d35d6: Download complete 03:17:25 Still waiting to schedule task 03:17:25 ‘prd-centos7-blackbox-4c-2g-25321’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-26205’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-26207’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-26208’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26201’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26215’ is offline 03:17:28 bca2f99d35d6: Pull complete 03:17:28 93359f2a8cfa: Pull complete 03:17:28 7c6f9722023f: Pull complete 03:17:32 a35cf1a2eb13: Pull complete 03:17:32 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:17:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:17:32 ---> a62c8e92a672 03:17:32 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 03:17:32 ---> Running in 79928c2bf4f7 03:17:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:17:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:17:35 (1/12) Installing libmagic (5.38-r0) 03:17:35 (2/12) Installing file (5.38-r0) 03:17:35 (3/12) Installing libc-dev (0.7.2-r3) 03:17:36 (4/12) Installing g++ (9.3.0-r2) 03:17:51 (5/12) Installing fortify-headers (1.1-r0) 03:17:51 (6/12) Installing patch (2.7.6-r6) 03:17:51 (7/12) Installing build-base (0.5-r2) 03:17:51 (8/12) Installing libsodium (1.0.18-r0) 03:17:51 (9/12) Installing pkgconf (1.7.2-r0) 03:17:51 (10/12) Installing libsodium-dev (1.0.18-r0) 03:17:51 (11/12) Installing libzmq (4.3.3-r0) 03:17:51 (12/12) Installing zeromq-dev (4.3.3-r0) 03:17:51 Executing busybox-1.31.1-r19.trigger 03:17:51 OK: 233 MiB in 51 packages 03:17:53 Removing intermediate container 79928c2bf4f7 03:17:53 ---> 6969f26e5303 03:17:53 Step 4/6 : WORKDIR /edgex-go 03:17:54 ---> Running in 8f4293ea6991 03:17:54 Removing intermediate container 8f4293ea6991 03:17:54 ---> 3d8f41c44dad 03:17:54 Step 5/6 : COPY go.mod . 03:17:54 ---> 5ef50e5ad758 03:17:54 Step 6/6 : RUN go mod download 03:17:54 ---> Running in 40da33eb5f3d 03:18:21 Removing intermediate container 40da33eb5f3d 03:18:21 ---> 02b58746b96b 03:18:21 Successfully built 02b58746b96b 03:18:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:18:21 + docker inspect -f . ci-base-image-x86_64 03:18:22 . [Pipeline] withDockerContainer 03:18:22 prd-centos7-docker-4c-2g-26213 does not seem to be running inside a container 03:18:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:18:24 $ docker top 1e9f0a934ebccf9a33dcd9c5b3bd441b415f467a7947ce61f7e1b0ce3cf91547 -eo pid,comm [Pipeline] { [Pipeline] sh 03:18:24 + go version 03:18:24 go version go1.15.5 linux/amd64 [Pipeline] } 03:18:25 $ docker stop --time=1 1e9f0a934ebccf9a33dcd9c5b3bd441b415f467a7947ce61f7e1b0ce3cf91547 03:18:26 $ docker rm -f 1e9f0a934ebccf9a33dcd9c5b3bd441b415f467a7947ce61f7e1b0ce3cf91547 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:18:27 + docker inspect -f . ci-base-image-x86_64 03:18:27 . [Pipeline] withDockerContainer 03:18:27 prd-centos7-docker-4c-2g-26213 does not seem to be running inside a container 03:18:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:18:29 $ docker top 9722beb463322d5acab632a816477298679c071a22bfef7c4eca6025e49f28e6 -eo pid,comm [Pipeline] { [Pipeline] echo 03:18:29 ========================================================= 03:18:29 [edgeXBuildGoParallel] Running Tests and Build... 03:18:29 ========================================================= [Pipeline] sh 03:18:29 + make test 03:18:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:18:48 ? github.com/edgexfoundry/edgex-go [no test files] 03:19:15 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:19:15 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:19:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:19:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:19:21 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:19:21 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:19:21 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:19:21 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:19:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:19:23 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:19:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:19:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:19:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:19:32 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.198s coverage: 45.9% of statements 03:19:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:19:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:19:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:19:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:19:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:19:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:19:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 03:19:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.137s coverage: 100.0% of statements 03:19:37 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.526s coverage: 27.1% of statements 03:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:19:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements 03:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:19:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.088s coverage: 100.0% of statements 03:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:19:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.167s coverage: 65.8% of statements 03:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:19:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.565s coverage: 82.3% of statements 03:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 03:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:19:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.690s coverage: 28.6% of statements 03:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:19:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.092s coverage: 100.0% of statements 03:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:19:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.106s coverage: 100.0% of statements 03:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:19:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.155s coverage: 86.7% of statements 03:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:19:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.217s coverage: 97.5% of statements 03:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:19:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.080s coverage: 78.3% of statements 03:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:19:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26223 in /w/workspace/edgexfoundry_edgex-go_PR-3132 [Pipeline] { [Pipeline] ws 03:19:47 Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout 03:19:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.722s coverage: 92.8% of statements 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:19:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:19:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.201s coverage: 0.1% of statements 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:19:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.050s coverage: 45.5% of statements 03:19:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.085s coverage: 79.5% of statements 03:19:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.096s coverage: 94.1% of statements 03:19:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.158s coverage: 96.3% of statements 03:19:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements 03:19:52 using credential edgex-jenkins-ssh 03:19:52 Cloning the remote Git repository 03:19:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:19:52 > git init /w/workspace/edgex-go/13 # timeout=10 03:19:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:19:52 > git --version # timeout=10 03:19:52 > git --version # 'git version 2.17.1' 03:19:52 using GIT_SSH to set credentials SSH Credentials for GitHub 03:19:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:20:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.089s coverage: 94.4% of statements 03:20:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.162s coverage: 92.9% of statements 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.095s coverage: 77.8% of statements 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.127s coverage: 75.5% of statements 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.037s coverage: 80.8% of statements 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.071s coverage: 87.2% of statements 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.074s coverage: 84.2% of statements 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.239s coverage: 91.4% of statements 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.267s coverage: 63.5% of statements 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.075s coverage: 100.0% of statements 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.423s coverage: 68.9% of statements 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.194s coverage: 37.0% of statements 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.458s coverage: 84.0% of statements 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.053s coverage: 100.0% of statements 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.218s coverage: 47.0% of statements 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.082s coverage: 100.0% of statements 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.058s coverage: 100.0% of statements 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.290s coverage: 89.4% of statements 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.060s coverage: 29.1% of statements 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.088s coverage: 99.0% of statements 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.073s coverage: 100.0% of statements 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:20:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.070s coverage: 100.0% of statements 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:20:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:20:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.064s coverage: 87.9% of statements 03:20:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:20:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:20:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements 03:20:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.045s coverage: 32.1% of statements 03:20:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements 03:20:14 GO111MODULE=on go vet ./... 03:20:17 Merging remotes/origin/master commit dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b into PR head commit 5f74b60ee900e13bf450c46dc314c39613f2d6f0 03:20:17 Merge succeeded, producing 5f74b60ee900e13bf450c46dc314c39613f2d6f0 03:20:17 Checking out Revision 5f74b60ee900e13bf450c46dc314c39613f2d6f0 (PR-3132) 03:20:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:20:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:20:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:20:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:20:16 using GIT_SSH to set credentials SSH Credentials for GitHub 03:20:16 > 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 03:20:17 > git config core.sparsecheckout # timeout=10 03:20:17 > git checkout -f 5f74b60ee900e13bf450c46dc314c39613f2d6f0 # timeout=10 03:20:17 > git remote # timeout=10 03:20:17 > git config --get remote.origin.url # timeout=10 03:20:17 using GIT_SSH to set credentials SSH Credentials for GitHub 03:20:17 > git merge dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b # timeout=10 03:20:17 > git rev-parse HEAD^{commit} # timeout=10 03:20:17 > git config core.sparsecheckout # timeout=10 03:20:17 > git checkout -f 5f74b60ee900e13bf450c46dc314c39613f2d6f0 # timeout=10 03:20:22 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:20:23 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:20:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:20:24 + + sudo servicetrue docker 03:20:24 restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:20:26 provisioning config files... 03:20:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config9047129756741829673tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:20:27 ---> docker-login.sh 03:20:27 nexus3.edgexfoundry.org:10001 03:20:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:28 Configure a credential helper to remove this warning. See 03:20:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:28 03:20:28 Login Succeeded 03:20:28 nexus3.edgexfoundry.org:10002 03:20:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:29 Configure a credential helper to remove this warning. See 03:20:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:29 03:20:29 Login Succeeded 03:20:29 nexus3.edgexfoundry.org:10003 03:20:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:29 Configure a credential helper to remove this warning. See 03:20:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:29 03:20:29 Login Succeeded 03:20:29 nexus3.edgexfoundry.org:10004 03:20:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:30 Configure a credential helper to remove this warning. See 03:20:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:30 03:20:30 Login Succeeded 03:20:30 docker.io 03:20:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:31 Configure a credential helper to remove this warning. See 03:20:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:31 03:20:31 Login Succeeded 03:20:31 ---> docker-login.sh ends [Pipeline] } 03:20:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:20:31 ========================================================= 03:20:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:20:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:20:31 + 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 . 03:20:34 Sending build context to Docker daemon 166.3MB 03:20:34 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:20:34 Step 2/6 : FROM ${BASE} 03:20:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:20:34 5f621e34cdf4: Pulling fs layer 03:20:34 a4357932f1b6: Pulling fs layer 03:20:34 18c013af1878: Pulling fs layer 03:20:34 00ac8860ef70: Pulling fs layer 03:20:34 63d7cb157983: Pulling fs layer 03:20:34 b116817d02f9: Pulling fs layer 03:20:34 745a02a5169b: Pulling fs layer 03:20:34 00ac8860ef70: Waiting 03:20:34 63d7cb157983: Waiting 03:20:34 b116817d02f9: Waiting 03:20:34 745a02a5169b: Waiting 03:20:34 18c013af1878: Verifying Checksum 03:20:34 18c013af1878: Download complete 03:20:34 a4357932f1b6: Verifying Checksum 03:20:34 a4357932f1b6: Download complete 03:20:34 63d7cb157983: Download complete 03:20:34 b116817d02f9: Verifying Checksum 03:20:34 b116817d02f9: Download complete 03:20:34 5f621e34cdf4: Download complete 03:20:35 5f621e34cdf4: Pull complete 03:20:35 a4357932f1b6: Pull complete 03:20:36 18c013af1878: Pull complete 03:20:37 745a02a5169b: Verifying Checksum 03:20:37 745a02a5169b: Download complete 03:20:38 00ac8860ef70: Verifying Checksum 03:20:38 00ac8860ef70: Download complete 03:20:48 00ac8860ef70: Pull complete 03:20:48 63d7cb157983: Pull complete 03:20:48 b116817d02f9: Pull complete 03:20:53 745a02a5169b: Pull complete 03:20:53 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:20:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:20:53 ---> b7e6874047d6 03:20:53 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 03:20:54 gofmt -l . 03:20:54 [ "`gofmt -l .`" = "" ] 03:20:55 ./bin/test-go-mod-tidy.sh 03:20:56 ./bin/test-attribution-txt.sh 03:20:56 ---> Running in 34524f4f1b26 03:20:56 An attribution for github.com/fatih/color is missing from Attribution.txt, please add 03:20:56 An attribution for github.com/hashicorp/go-hclog is missing from Attribution.txt, please add 03:20:56 An attribution for github.com/mattn/go-colorable is missing from Attribution.txt, please add 03:20:56 An attribution for github.com/mattn/go-isatty is missing from Attribution.txt, please add 03:20:57 An attribution for golang.org/x/sys is missing from Attribution.txt, please add 03:20:57 make: *** [Makefile:99: test] Error 1 [Pipeline] } 03:20:57 $ docker stop --time=1 9722beb463322d5acab632a816477298679c071a22bfef7c4eca6025e49f28e6 03:20:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:20:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:20:59 $ docker rm -f 9722beb463322d5acab632a816477298679c071a22bfef7c4eca6025e49f28e6 03:21:00 (1/12) Installing libmagic (5.38-r0) [Pipeline] // withDockerContainer [Pipeline] } 03:21:00 (2/12) Installing file (5.38-r0) 03:21:00 (3/12) Installing libc-dev (0.7.2-r3) 03:21:00 (4/12) Installing g++ (9.3.0-r2) [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] } 03:21:01 Failed in branch amd64 03:21:06 (5/12) Installing fortify-headers (1.1-r0) 03:21:06 (6/12) Installing patch (2.7.6-r6) 03:21:06 (7/12) Installing build-base (0.5-r2) 03:21:06 (8/12) Installing libsodium (1.0.18-r0) 03:21:06 (9/12) Installing pkgconf (1.7.2-r0) 03:21:06 (10/12) Installing libsodium-dev (1.0.18-r0) 03:21:06 (11/12) Installing libzmq (4.3.3-r0) 03:21:06 (12/12) Installing zeromq-dev (4.3.3-r0) 03:21:06 Executing busybox-1.31.1-r19.trigger 03:21:06 OK: 217 MiB in 51 packages 03:21:10 Removing intermediate container 34524f4f1b26 03:21:10 ---> b43b1198970c 03:21:10 Step 4/6 : WORKDIR /edgex-go 03:21:10 ---> Running in 9dff1eba3a7b 03:21:10 Removing intermediate container 9dff1eba3a7b 03:21:10 ---> 931ae6e1d649 03:21:10 Step 5/6 : COPY go.mod . 03:21:11 ---> 7f2bdce5b972 03:21:11 Step 6/6 : RUN go mod download 03:21:11 ---> Running in 680378970ff1 03:21:44 Removing intermediate container 680378970ff1 03:21:44 ---> 2fc53137ba57 03:21:44 Successfully built 2fc53137ba57 03:21:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:21:44 + docker inspect -f . ci-base-image-arm64 03:21:44 . [Pipeline] withDockerContainer 03:21:44 prd-ubuntu18.04-docker-arm64-4c-16g-26223 does not seem to be running inside a container 03:21:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:21:46 $ docker top 2003b266ec88af43fe643d56c47293560e91e709cc6e901fca6b1679d228b047 -eo pid,comm [Pipeline] { [Pipeline] sh 03:21:47 + go version 03:21:47 go version go1.15.5 linux/arm64 [Pipeline] } 03:21:47 $ docker stop --time=1 2003b266ec88af43fe643d56c47293560e91e709cc6e901fca6b1679d228b047 03:21:49 $ docker rm -f 2003b266ec88af43fe643d56c47293560e91e709cc6e901fca6b1679d228b047 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:21:50 + docker inspect -f . ci-base-image-arm64 03:21:50 . [Pipeline] withDockerContainer 03:21:50 prd-ubuntu18.04-docker-arm64-4c-16g-26223 does not seem to be running inside a container 03:21:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:21:52 $ docker top cba9379de7baa5c2ad1e9868a688dacfc5e8729d3c70d869d6207b9a4569fa7d -eo pid,comm [Pipeline] { [Pipeline] echo 03:21:52 ========================================================= 03:21:52 [edgeXBuildGoParallel] Running Tests and Build... 03:21:52 ========================================================= [Pipeline] sh 03:21:53 + make test 03:21:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:22:19 ? github.com/edgexfoundry/edgex-go [no test files] 03:23:07 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:23:13 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:23:22 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:23:22 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:23:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:23:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:23:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:23:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:23:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:23:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:23:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:23:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:23:35 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:23:42 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.308s coverage: 45.9% of statements 03:23:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:23:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:23:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:23:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:23:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:23:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:23:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 03:23:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.194s coverage: 100.0% of statements 03:23:49 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.453s coverage: 27.1% of statements 03:23:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:23:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:23:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:23:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:23:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:23:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:23:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.085s coverage: 100.0% of statements 03:23:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:23:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements 03:23:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:23:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:23:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.328s coverage: 65.8% of statements 03:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:23:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.816s coverage: 82.3% of statements 03:23:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:23:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:23:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 03:23:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:23:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.114s coverage: 28.6% of statements 03:23:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:23:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:23:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:23:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:23:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:23:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.223s coverage: 100.0% of statements 03:23:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:23:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.119s coverage: 100.0% of statements 03:23:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:23:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.397s coverage: 86.7% of statements 03:23:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:24:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.378s coverage: 97.5% of statements 03:24:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:24:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.124s coverage: 78.3% of statements 03:24:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:24:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:24:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:24:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:24:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.291s coverage: 92.8% of statements 03:24:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:24:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:24:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:24:09 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:24:09 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:24:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:24:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:24:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:24:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:24:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:24:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:24:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:24:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:24:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:24:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:24:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:24:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:24:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:24:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements 03:24:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:24:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:24:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.254s coverage: 0.1% of statements 03:24:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:24:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:24:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:24:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.073s coverage: 45.5% of statements 03:24:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.087s coverage: 79.5% of statements 03:24:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.080s coverage: 94.1% of statements 03:24:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.094s coverage: 96.3% of statements 03:24:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements 03:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.082s coverage: 94.4% of statements 03:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements 03:24:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.114s coverage: 92.9% of statements 03:24:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:24:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:24:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:24:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.059s coverage: 77.8% of statements 03:24:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:24:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:24:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:24:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:24:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:24:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 03:24:37 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:24:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:24:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 03:24:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:24:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements 03:24:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:24:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.8% of statements 03:24:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.127s coverage: 87.2% of statements 03:24:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.162s coverage: 84.2% of statements 03:24:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.170s coverage: 91.4% of statements 03:24:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:24:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.515s coverage: 63.5% of statements 03:24:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:24:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:24:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements 03:24:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements 03:24:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements 03:24:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements 03:24:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.069s coverage: 100.0% of statements 03:24:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.710s coverage: 68.9% of statements 03:24:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:24:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:24:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.401s coverage: 37.0% of statements 03:24:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:24:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:24:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.625s coverage: 84.0% of statements 03:24:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.077s coverage: 100.0% of statements 03:24:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.487s coverage: 47.0% of statements 03:24:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:24:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:24:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:24:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:24:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:24:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.132s coverage: 100.0% of statements 03:24:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:24:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements 03:24:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:24:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:24:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 03:24:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:24:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.299s coverage: 89.4% of statements 03:24:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:24:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:24:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:24:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.925s coverage: 29.1% of statements 03:24:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:24:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:24:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:24:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:24:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:24:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.183s coverage: 99.0% of statements 03:24:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:24:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements 03:24:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:24:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:24:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:24:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:24:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.164s coverage: 100.0% of statements 03:24:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:24:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:24:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:24:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 03:24:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:24:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 03:24:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:24:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:24:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:24:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:24:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements 03:24:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:24:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:24:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements 03:24:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 03:24:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 03:24:53 GO111MODULE=on go vet ./... 03:26:15 gofmt -l . 03:26:15 [ "`gofmt -l .`" = "" ] 03:26:15 ./bin/test-go-mod-tidy.sh 03:26:15 ./bin/test-attribution-txt.sh 03:26:15 An attribution for github.com/fatih/color is missing from Attribution.txt, please add 03:26:15 An attribution for github.com/hashicorp/go-hclog is missing from Attribution.txt, please add 03:26:15 An attribution for github.com/mattn/go-colorable is missing from Attribution.txt, please add 03:26:15 An attribution for github.com/mattn/go-isatty is missing from Attribution.txt, please add 03:26:15 An attribution for golang.org/x/sys is missing from Attribution.txt, please add 03:26:15 make: *** [Makefile:99: test] Error 1 [Pipeline] } 03:26:15 $ docker stop --time=1 cba9379de7baa5c2ad1e9868a688dacfc5e8729d3c70d869d6207b9a4569fa7d 03:26:18 $ docker rm -f cba9379de7baa5c2ad1e9868a688dacfc5e8729d3c70d869d6207b9a4569fa7d [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] } 03:26:20 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 03:26:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:26:23 ---> package-listing.sh 03:26:23 ++ facter osfamily 03:26:23 ++ tr '[:upper:]' '[:lower:]' 03:26:23 + OS_FAMILY=redhat 03:26:23 + workspace=/w/workspace/edgex-go/13 03:26:23 + START_PACKAGES=/tmp/packages_start.txt 03:26:23 + END_PACKAGES=/tmp/packages_end.txt 03:26:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:26:23 + PACKAGES=/tmp/packages_start.txt 03:26:23 + '[' /w/workspace/edgex-go/13 ']' 03:26:23 + PACKAGES=/tmp/packages_end.txt 03:26:23 + case "${OS_FAMILY}" in 03:26:23 + rpm -qa 03:26:23 + sort 03:26:29 + '[' -f /tmp/packages_start.txt ']' 03:26:29 + '[' -f /tmp/packages_end.txt ']' 03:26:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:26:29 + '[' /w/workspace/edgex-go/13 ']' 03:26:29 + mkdir -p /w/workspace/edgex-go/13/archives/ 03:26:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo 03:26:29 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:26:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:26:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:26:29 03:26:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:26:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:26:30 alpine: Pulling from edgex-lftools-log-publisher 03:26:30 df20fa9351a1: Pulling fs layer 03:26:30 36b3adc4ff6f: Pulling fs layer 03:26:30 8ad3a11d3b57: Pulling fs layer 03:26:30 46f8f816bc3b: Pulling fs layer 03:26:30 93b61091891f: Pulling fs layer 03:26:30 93b9cdb0e59b: Pulling fs layer 03:26:30 5e14af77c1be: Pulling fs layer 03:26:30 01666e4c0597: Pulling fs layer 03:26:30 aa168da1d23b: Pulling fs layer 03:26:30 93b9cdb0e59b: Waiting 03:26:30 5e14af77c1be: Waiting 03:26:30 01666e4c0597: Waiting 03:26:30 aa168da1d23b: Waiting 03:26:30 46f8f816bc3b: Waiting 03:26:30 93b61091891f: Waiting 03:26:30 36b3adc4ff6f: Verifying Checksum 03:26:30 36b3adc4ff6f: Download complete 03:26:30 46f8f816bc3b: Verifying Checksum 03:26:30 46f8f816bc3b: Download complete 03:26:30 df20fa9351a1: Verifying Checksum 03:26:30 df20fa9351a1: Download complete 03:26:30 93b9cdb0e59b: Verifying Checksum 03:26:30 93b9cdb0e59b: Download complete 03:26:30 5e14af77c1be: Verifying Checksum 03:26:30 5e14af77c1be: Download complete 03:26:30 93b61091891f: Verifying Checksum 03:26:30 93b61091891f: Download complete 03:26:30 01666e4c0597: Download complete 03:26:30 8ad3a11d3b57: Verifying Checksum 03:26:30 8ad3a11d3b57: Download complete 03:26:30 df20fa9351a1: Pull complete 03:26:30 36b3adc4ff6f: Pull complete 03:26:31 8ad3a11d3b57: Pull complete 03:26:32 46f8f816bc3b: Pull complete 03:26:32 aa168da1d23b: Verifying Checksum 03:26:32 aa168da1d23b: Download complete 03:26:32 93b61091891f: Pull complete 03:26:32 93b9cdb0e59b: Pull complete 03:26:33 5e14af77c1be: Pull complete 03:26:33 01666e4c0597: Pull complete 03:26:41 aa168da1d23b: Pull complete 03:26:41 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:26:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:26:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:26:41 prd-centos7-docker-4c-2g-26213 does not seem to be running inside a container 03:26:41 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:26:44 $ docker top e72908fed2bdfd3521892fafd634ab6cab36bc34cca33b4c7abb88222b0dd2db -eo pid,comm [Pipeline] { [Pipeline] sh 03:26:45 + touch /tmp/pre-build-complete [Pipeline] sh 03:26:45 + mkdir -p /var/log/sa [Pipeline] sh 03:26:45 + ls /var/log/sa-host 03:26:45 + sadf -c /var/log/sa-host/sa12 03:26:45 file_magic: OK 03:26:45 HZ: Using current value: 100 03:26:45 file_header: OK 03:26:45 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 03:26:45 Statistics: 03:26:45 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:26:45 File successfully converted to sysstat format version 12.2.1 03:26:45 + sadf -c /var/log/sa-host/sa23 03:26:45 file_magic: OK 03:26:45 HZ: Using current value: 100 03:26:45 file_header: OK 03:26:45 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 03:26:45 Statistics: 03:26:45 Hnuu...uuuununununu... 03:26:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:26:46 provisioning config files... 03:26:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config4882263541401412190tmp [Pipeline] { [Pipeline] echo 03:26:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:26:46 ---> create-netrc.sh [Pipeline] } 03:26:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:26:46 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:26:46 ---> python-tools-install.sh [Pipeline] echo 03:26:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:26:47 ---> sudo-logs.sh 03:26:47 Archiving 'sudo' log.. [Pipeline] echo 03:26:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:26:47 ---> job-cost.sh 03:26:47 lf-activate-venv: SKIPPING 03:26:47 INFO: No Stack... 03:26:48 INFO: Retrieving Pricing Info for: v1-standard-2 03:26:48 INFO: Archiving Costs [Pipeline] echo 03:26:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:26:49 ---> logs-deploy.sh 03:26:49 lf-activate-venv: SKIPPING 03:26:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3132/13 03:26:49 INFO: archiving workspace using pattern(s): 03:26:51 Archives upload complete. 03:26:51 INFO: archiving logs to Nexus 03:26:52 ---> uname -a: 03:26:52 Linux prd-centos7-docker-4c-2g-26213.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:26:52 03:26:52 03:26:52 ---> lscpu: 03:26:52 Architecture: x86_64 03:26:52 CPU op-mode(s): 32-bit, 64-bit 03:26:52 Byte Order: Little Endian 03:26:52 Address sizes: 40 bits physical, 48 bits virtual 03:26:52 CPU(s): 4 03:26:52 On-line CPU(s) list: 0-3 03:26:52 Thread(s) per core: 1 03:26:52 Core(s) per socket: 1 03:26:52 Socket(s): 4 03:26:52 NUMA node(s): 1 03:26:52 Vendor ID: GenuineIntel 03:26:52 CPU family: 6 03:26:52 Model: 44 03:26:52 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:26:52 Stepping: 1 03:26:52 CPU MHz: 2933.438 03:26:52 BogoMIPS: 5866.87 03:26:52 Virtualization: VT-x 03:26:52 Hypervisor vendor: KVM 03:26:52 Virtualization type: full 03:26:52 L1d cache: 128 KiB 03:26:52 L1i cache: 128 KiB 03:26:52 L2 cache: 16 MiB 03:26:52 L3 cache: 64 MiB 03:26:52 NUMA node0 CPU(s): 0-3 03:26:52 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:26:52 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:26:52 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:26:52 Vulnerability Meltdown: Mitigation; PTI 03:26:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:26:52 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:26:52 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:26:52 Vulnerability Srbds: Not affected 03:26:52 Vulnerability Tsx async abort: Not affected 03:26:52 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 03:26:52 03:26:52 03:26:52 ---> nproc: 03:26:52 4 03:26:52 03:26:52 03:26:52 ---> df -h: 03:26:52 Filesystem Size Used Available Use% Mounted on 03:26:52 overlay 50.0G 8.2G 41.7G 17% / 03:26:52 tmpfs 64.0M 0 64.0M 0% /dev 03:26:52 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:26:52 shm 64.0M 0 64.0M 0% /dev/shm 03:26:52 /dev/vda1 50.0G 8.2G 41.7G 17% /facter-os 03:26:52 /dev/vda1 50.0G 8.2G 41.7G 17% /etc/resolv.conf 03:26:52 /dev/vda1 50.0G 8.2G 41.7G 17% /etc/hostname 03:26:52 /dev/vda1 50.0G 8.2G 41.7G 17% /etc/hosts 03:26:52 /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/sa-host 03:26:52 /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/secure 03:26:52 /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/auth.log 03:26:52 /dev/vda1 50.0G 8.2G 41.7G 17% /run/cloud-init/result.json 03:26:52 /dev/vda1 50.0G 8.2G 41.7G 17% /w/workspace/edgex-go/13 03:26:52 /dev/vda1 50.0G 8.2G 41.7G 17% /w/workspace/edgex-go/13@tmp 03:26:52 03:26:52 03:26:52 ---> free -m: 03:26:52 total used free shared buff/cache available 03:26:52 Mem: 1837 780 119 0 937 964 03:26:52 Swap: 1023 3 1020 03:26:52 03:26:52 03:26:52 ---> ip addr: 03:26:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:26:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:26:52 inet 127.0.0.1/8 scope host lo 03:26:52 valid_lft forever preferred_lft forever 03:26:52 inet6 ::1/128 scope host 03:26:52 valid_lft forever preferred_lft forever 03:26:52 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:26:52 link/ether fa:16:3e:44:c5:ec brd ff:ff:ff:ff:ff:ff 03:26:52 inet 10.30.122.36/23 brd 10.30.123.255 scope global dynamic eth0 03:26:52 valid_lft 85708sec preferred_lft 85708sec 03:26:52 inet6 fe80::f816:3eff:fe44:c5ec/64 scope link 03:26:52 valid_lft forever preferred_lft forever 03:26:52 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:26:52 link/ether 02:42:c5:3c:bc:a0 brd ff:ff:ff:ff:ff:ff 03:26:52 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:26:52 valid_lft forever preferred_lft forever 03:26:52 inet6 fe80::42:c5ff:fe3c:bca0/64 scope link 03:26:52 valid_lft forever preferred_lft forever 03:26:52 03:26:52 03:26:52 ---> sar -b -r -n DEV: 03:26:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/12/21 _x86_64_ (4 CPU) 03:26:52 03:26:52 03:15:04 LINUX RESTART (4 CPU) 03:26:52 03:26:52 03:16:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:26:52 03:17:02 77.45 28.39 49.06 0.00 5525.09 11749.68 0.00 03:26:52 03:18:01 262.20 125.59 136.60 0.00 8562.16 44596.74 0.00 03:26:52 03:19:01 216.54 101.98 114.56 0.00 3637.12 15694.75 0.00 03:26:52 03:20:01 76.63 16.46 60.17 0.00 714.36 6721.14 0.00 03:26:52 03:21:01 131.70 65.51 66.19 0.00 2836.07 6837.65 0.00 03:26:52 03:22:01 4.56 0.22 4.35 0.00 10.12 166.23 0.00 03:26:52 03:23:01 1.40 1.12 0.28 0.00 122.45 3.20 0.00 03:26:52 03:24:01 0.22 0.00 0.22 0.00 0.00 2.56 0.00 03:26:52 03:25:01 0.32 0.00 0.32 0.00 0.00 3.53 0.00 03:26:52 03:26:02 0.27 0.00 0.27 0.00 0.00 3.11 0.00 03:26:52 Average: 76.91 33.81 43.10 0.00 2132.94 8529.59 0.00 03:26:52 03:26:52 03:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:26:52 03:17:02 79812 0 861896 45.81 2620 937216 1530140 52.22 652900 944788 13500 03:26:52 03:18:01 79852 0 754220 40.09 1576 1045896 1523632 52.00 594560 959408 20636 03:26:52 03:19:01 124888 0 867124 46.09 968 888564 1716332 58.58 663360 817816 49608 03:26:52 03:20:01 202992 0 827364 43.97 596 850592 1724916 58.87 666404 726572 70532 03:26:52 03:21:01 494704 0 737996 39.22 596 648248 1138204 38.85 503200 592152 20 03:26:52 03:22:01 525316 0 707196 37.59 596 648436 1083284 36.97 505080 585360 12 03:26:52 03:23:01 521388 0 707516 37.60 596 652044 1081348 36.90 512228 582376 8 03:26:52 03:24:01 521320 0 707580 37.61 596 652048 1081348 36.90 512136 582560 8 03:26:52 03:25:01 522016 0 706880 37.57 596 652052 1081228 36.90 511496 582560 8 03:26:52 03:26:02 521648 0 707240 37.59 596 652060 1081324 36.90 511936 582560 8 03:26:52 Average: 359394 0 758501 40.31 934 762716 1304176 44.51 563330 695615 15434 03:26:52 03:26:52 03:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:26:52 03:17:02 vethc9ab80e 1124.09 843.88 98.97 2681.13 0.00 0.00 0.00 0.00 03:26:52 03:17:02 eth0 1065.40 1269.77 3343.56 156.61 0.00 0.00 0.00 0.00 03:26:52 03:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:52 03:17:02 docker0 1124.09 843.75 83.60 2681.12 0.00 0.00 0.00 0.00 03:26:52 03:18:01 eth0 494.98 394.44 3647.11 42.30 0.00 0.00 0.00 0.00 03:26:52 03:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:52 03:18:01 vethd317f34 88.11 109.68 8.13 392.41 0.00 0.00 0.00 0.00 03:26:52 03:18:01 docker0 127.74 172.79 9.03 758.04 0.00 0.00 0.00 0.00 03:26:52 03:19:01 veth347de31 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:26:52 03:19:01 eth0 51.12 30.25 152.92 11.70 0.00 0.00 0.00 0.00 03:26:52 03:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:52 03:19:01 docker0 9.85 22.65 0.80 126.16 0.00 0.00 0.00 0.00 03:26:52 03:20:01 veth347de31 0.63 0.63 0.05 0.05 0.00 0.00 0.00 0.00 03:26:52 03:20:01 eth0 39.36 29.54 20.97 82.06 0.00 0.00 0.00 0.00 03:26:52 03:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:52 03:20:01 docker0 0.63 0.63 0.04 0.05 0.00 0.00 0.00 0.00 03:26:52 03:21:01 eth0 17.45 11.70 13.31 7.03 0.00 0.00 0.00 0.00 03:26:52 03:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:52 03:21:01 docker0 1.40 1.40 0.09 0.11 0.00 0.00 0.00 0.00 03:26:52 03:22:01 eth0 0.63 0.08 0.06 0.01 0.00 0.00 0.00 0.00 03:26:52 03:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:52 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:52 03:23:01 eth0 0.53 0.42 0.27 0.21 0.00 0.00 0.00 0.00 03:26:52 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:52 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:52 03:24:01 eth0 1.05 0.30 0.32 0.20 0.00 0.00 0.00 0.00 03:26:52 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:52 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:52 03:25:01 eth0 0.25 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:26:52 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:52 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:52 03:26:02 eth0 1.65 0.38 0.49 0.26 0.00 0.00 0.00 0.00 03:26:52 03:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:52 03:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:52 Average: eth0 166.98 173.63 714.20 30.06 0.00 0.00 0.00 0.00 03:26:52 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:52 Average: docker0 126.60 104.20 9.37 356.52 0.00 0.00 0.00 0.00 03:26:52 03:26:52 03:26:52 ---> sar -P ALL: 03:26:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/12/21 _x86_64_ (4 CPU) 03:26:52 03:26:52 03:15:04 LINUX RESTART (4 CPU) 03:26:52 03:26:52 03:16:01 CPU %user %nice %system %iowait %steal %idle 03:26:52 03:17:02 all 12.42 0.00 5.75 1.31 0.76 79.75 03:26:52 03:17:02 0 10.49 0.00 7.00 0.22 0.50 81.79 03:26:52 03:17:02 1 16.44 0.00 5.23 0.53 0.56 77.24 03:26:52 03:17:02 2 13.35 0.00 5.90 2.64 0.99 77.13 03:26:52 03:17:02 3 9.41 0.00 4.90 1.84 0.97 82.88 03:26:52 03:18:01 all 9.83 0.00 8.44 2.54 2.64 76.55 03:26:52 03:18:01 0 9.92 0.00 8.68 1.63 2.33 77.45 03:26:52 03:18:01 1 9.60 0.00 8.17 1.59 2.77 77.87 03:26:52 03:18:01 2 10.20 0.00 7.85 2.88 2.69 76.37 03:26:52 03:18:01 3 9.59 0.00 9.07 4.07 2.75 74.52 03:26:52 03:19:01 all 29.32 0.00 10.60 5.62 9.76 44.69 03:26:52 03:19:01 0 27.85 0.00 9.96 5.98 9.54 46.67 03:26:52 03:19:01 1 28.01 0.00 10.95 4.86 10.33 45.85 03:26:52 03:19:01 2 30.82 0.00 11.09 5.11 9.40 43.59 03:26:52 03:19:01 3 30.63 0.00 10.38 6.55 9.76 42.67 03:26:52 03:20:01 all 46.25 0.00 14.76 2.02 11.58 25.39 03:26:52 03:20:01 0 46.31 0.00 14.63 1.68 11.16 26.21 03:26:52 03:20:01 1 46.98 0.00 14.22 0.83 11.83 26.14 03:26:52 03:20:01 2 49.07 0.00 16.26 2.56 10.48 21.63 03:26:52 03:20:01 3 42.74 0.00 13.96 3.00 12.82 27.48 03:26:52 03:21:01 all 47.22 0.00 16.03 3.36 7.85 25.54 03:26:52 03:21:01 0 46.65 0.00 14.75 2.64 8.83 27.13 03:26:52 03:21:01 1 46.00 0.00 16.36 3.64 8.30 25.70 03:26:52 03:21:01 2 51.26 0.00 17.45 3.69 5.96 21.64 03:26:52 03:21:01 3 45.05 0.00 15.58 3.48 8.26 27.63 03:26:52 03:22:01 all 0.12 0.00 0.07 0.00 0.26 99.56 03:26:52 03:22:01 0 0.02 0.00 0.02 0.00 0.13 99.83 03:26:52 03:22:01 1 0.07 0.00 0.13 0.00 0.45 99.35 03:26:52 03:22:01 2 0.37 0.00 0.07 0.00 0.33 99.23 03:26:52 03:22:01 3 0.02 0.00 0.05 0.00 0.12 99.82 03:26:52 03:23:01 all 0.15 0.00 0.04 0.00 0.04 99.76 03:26:52 03:23:01 0 0.02 0.00 0.02 0.00 0.05 99.92 03:26:52 03:23:01 1 0.03 0.00 0.07 0.00 0.03 99.87 03:26:52 03:23:01 2 0.53 0.00 0.05 0.02 0.05 99.35 03:26:52 03:23:01 3 0.02 0.00 0.03 0.00 0.03 99.92 03:26:52 03:24:01 all 0.08 0.00 0.06 0.00 0.04 99.82 03:26:52 03:24:01 0 0.03 0.00 0.07 0.00 0.03 99.87 03:26:52 03:24:01 1 0.03 0.00 0.03 0.00 0.05 99.88 03:26:52 03:24:01 2 0.25 0.00 0.10 0.00 0.03 99.62 03:26:52 03:24:01 3 0.02 0.00 0.03 0.00 0.05 99.90 03:26:52 03:25:01 all 0.05 0.00 0.04 0.00 0.01 99.90 03:26:52 03:25:01 0 0.02 0.00 0.03 0.00 0.00 99.95 03:26:52 03:25:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:26:52 03:25:01 2 0.13 0.00 0.08 0.00 0.02 99.77 03:26:52 03:25:01 3 0.03 0.00 0.03 0.00 0.02 99.92 03:26:52 03:26:02 all 0.16 0.00 0.03 0.00 0.00 99.81 03:26:52 03:26:02 0 0.02 0.00 0.02 0.00 0.00 99.97 03:26:52 03:26:02 1 0.05 0.00 0.05 0.00 0.02 99.88 03:26:52 03:26:02 2 0.53 0.00 0.03 0.00 0.00 99.43 03:26:52 03:26:02 3 0.03 0.00 0.02 0.00 0.00 99.95 03:26:52 Average: all 14.36 0.00 5.50 1.47 3.26 75.40 03:26:52 Average: 0 13.96 0.00 5.44 1.21 3.23 76.17 03:26:52 Average: 1 14.53 0.00 5.45 1.13 3.41 75.49 03:26:52 Average: 2 15.35 0.00 5.78 1.67 2.96 74.25 03:26:52 Average: 3 13.62 0.00 5.34 1.88 3.46 75.70 03:26:52 03:26:52 03:26:52