Pull request #2907 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d85516f40ca6c8d490d489d2ef21024d2ab3ac83+bf1562a30e64813b3624222132b02fbfc19d5e34 (bb87c347f9ea8e3887db61e007604443d3977367) 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-14019 in /w/workspace/edgexfoundry_edgex-go_PR-2907 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit bf1562a30e64813b3624222132b02fbfc19d5e34 into PR head commit d85516f40ca6c8d490d489d2ef21024d2ab3ac83 Merge succeeded, producing d85516f40ca6c8d490d489d2ef21024d2ab3ac83 Checking out Revision d85516f40ca6c8d490d489d2ef21024d2ab3ac83 (PR-2907) > 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/2907/head:refs/remotes/origin/PR-2907 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d85516f40ca6c8d490d489d2ef21024d2ab3ac83 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge bf1562a30e64813b3624222132b02fbfc19d5e34 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d85516f40ca6c8d490d489d2ef21024d2ab3ac83 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk aaa3f72ab94d3b5cedc20bfbda669fbc82273b37 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:15:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:15:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:15:42 ========================================================= 11:15:42 EdgeX Global Pipelines Version Info 11:15:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:15:44 ------------------- 11:15:44 stable info: 11:15:44 ------------------- 11:15:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:15:44 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 11:15:44 Message: update stable to v1.0.169 11:15:46 ------------------- 11:15:46 experimental info: 11:15:46 ------------------- 11:15:46 Commited By: **** collab-it+edgex@linuxfoundation.org 11:15:46 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 11:15:46 Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:15:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 11:15:46 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 11:15:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:15:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:15:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:15:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 11:15:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 11:15:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 11:15:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 11:15:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 11:15:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:15:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:15:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:15:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:15:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:15:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 11:15:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:15:48 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 11:15:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 11:15:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 11:15:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 11:15:48 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 11:15:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2907 [Pipeline] echo 11:15:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2907 [Pipeline] echo 11:15:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2907 [Pipeline] echo 11:15:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d85516f40ca6c8d490d489d2ef21024d2ab3ac83 [Pipeline] echo 11:15:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d85516f [Pipeline] echo 11:15:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 11:15:49 provisioning config files... 11:15:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3632432958244984204tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:15:49 ---> docker-login.sh 11:15:49 nexus3.edgexfoundry.org:10001 11:15:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:15:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:15:50 Configure a credential helper to remove this warning. See 11:15:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:15:50 11:15:50 Login Succeeded 11:15:50 nexus3.edgexfoundry.org:10002 11:15:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:15:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:15:51 Configure a credential helper to remove this warning. See 11:15:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:15:51 11:15:51 Login Succeeded 11:15:51 nexus3.edgexfoundry.org:10003 11:15:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:15:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:15:51 Configure a credential helper to remove this warning. See 11:15:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:15:51 11:15:51 Login Succeeded 11:15:51 nexus3.edgexfoundry.org:10004 11:15:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:15:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:15:51 Configure a credential helper to remove this warning. See 11:15:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:15:51 11:15:51 Login Succeeded 11:15:51 docker.io 11:15:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:15:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:15:52 Configure a credential helper to remove this warning. See 11:15:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:15:52 11:15:52 Login Succeeded 11:15:52 ---> docker-login.sh ends [Pipeline] } 11:15:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:15:52 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 11:15:52 + for file in '`ls cmd/**/Dockerfile`' 11:15:52 ++ cut -d/ -f2 11:15:52 ++ dirname cmd/core-command/Dockerfile 11:15:52 + echo core-command,cmd/core-command/Dockerfile 11:15:52 + for file in '`ls cmd/**/Dockerfile`' 11:15:52 ++ dirname cmd/core-data/Dockerfile 11:15:52 ++ cut -d/ -f2 11:15:52 + echo core-data,cmd/core-data/Dockerfile 11:15:52 + for file in '`ls cmd/**/Dockerfile`' 11:15:52 ++ dirname cmd/core-metadata/Dockerfile 11:15:52 ++ cut -d/ -f2 11:15:52 + echo core-metadata,cmd/core-metadata/Dockerfile 11:15:52 + for file in '`ls cmd/**/Dockerfile`' 11:15:52 ++ dirname cmd/security-bootstrap-redis/Dockerfile 11:15:52 ++ cut -d/ -f2 11:15:52 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 11:15:52 + for file in '`ls cmd/**/Dockerfile`' 11:15:52 ++ dirname cmd/security-proxy-setup/Dockerfile 11:15:52 ++ cut -d/ -f2 11:15:52 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 11:15:52 + for file in '`ls cmd/**/Dockerfile`' 11:15:52 ++ dirname cmd/security-secrets-setup/Dockerfile 11:15:52 ++ cut -d/ -f2 11:15:52 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 11:15:52 + for file in '`ls cmd/**/Dockerfile`' 11:15:52 ++ dirname cmd/security-secretstore-setup/Dockerfile 11:15:52 ++ cut -d/ -f2 11:15:52 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 11:15:52 + for file in '`ls cmd/**/Dockerfile`' 11:15:52 ++ dirname cmd/support-logging/Dockerfile 11:15:52 ++ cut -d/ -f2 11:15:52 + echo support-logging,cmd/support-logging/Dockerfile 11:15:52 + for file in '`ls cmd/**/Dockerfile`' 11:15:52 ++ dirname cmd/support-notifications/Dockerfile 11:15:52 ++ cut -d/ -f2 11:15:52 + echo support-notifications,cmd/support-notifications/Dockerfile 11:15:52 + for file in '`ls cmd/**/Dockerfile`' 11:15:52 ++ dirname cmd/support-scheduler/Dockerfile 11:15:52 ++ cut -d/ -f2 11:15:52 + echo support-scheduler,cmd/support-scheduler/Dockerfile 11:15:52 + for file in '`ls cmd/**/Dockerfile`' 11:15:52 ++ dirname cmd/sys-mgmt-agent/Dockerfile 11:15:52 ++ cut -d/ -f2 11:15:52 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 11:15:52 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/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 11:15:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:15:53 11:15:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 11:15:54 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:15:54 latest: Pulling from edgex-devops/git-semver 11:15:54 31603596830f: Pulling fs layer 11:15:54 2a8b12db71e7: Pulling fs layer 11:15:54 6ca5941a6612: Pulling fs layer 11:15:54 ecc8261a40a4: Pulling fs layer 11:15:54 ecc8261a40a4: Waiting 11:15:54 2a8b12db71e7: Verifying Checksum 11:15:54 2a8b12db71e7: Download complete 11:15:54 31603596830f: Verifying Checksum 11:15:54 31603596830f: Download complete 11:15:54 ecc8261a40a4: Verifying Checksum 11:15:54 ecc8261a40a4: Download complete 11:15:54 6ca5941a6612: Verifying Checksum 11:15:54 6ca5941a6612: Download complete 11:15:55 31603596830f: Pull complete 11:15:55 2a8b12db71e7: Pull complete 11:15:57 6ca5941a6612: Pull complete 11:15:57 ecc8261a40a4: Pull complete 11:15:57 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 11:15:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:15:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 11:15:58 prd-centos7-docker-4c-2g-14019 does not seem to be running inside a container 11:15:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:16:00 $ docker top a5f4656026856fbafb83f8d90d35cee75f17daa8e99f2e8462825ee649e2d457 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:16:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:16:01 [ssh-agent] Looking for ssh-agent implementation... 11:16:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:16:01 $ docker exec a5f4656026856fbafb83f8d90d35cee75f17daa8e99f2e8462825ee649e2d457 ssh-agent 11:16:02 SSH_AUTH_SOCK=/tmp/ssh-MmCE0SKtAsJ0/agent.11 11:16:02 SSH_AGENT_PID=16 11:16:02 Running ssh-add (command line suppressed) 11:16:02 Identity added: /w/workspace/edgex-go/2@tmp/private_key_6026214232913443250.key (/w/workspace/edgex-go/2@tmp/private_key_6026214232913443250.key) 11:16:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:16:03 + git tag --points-at HEAD [Pipeline] } 11:16:03 $ docker exec --env ******** --env ******** a5f4656026856fbafb83f8d90d35cee75f17daa8e99f2e8462825ee649e2d457 ssh-agent -k 11:16:03 unset SSH_AUTH_SOCK; 11:16:03 unset SSH_AGENT_PID; 11:16:03 echo Agent pid 16 killed; 11:16:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:16:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:16:04 [ssh-agent] Looking for ssh-agent implementation... 11:16:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:16:04 $ docker exec a5f4656026856fbafb83f8d90d35cee75f17daa8e99f2e8462825ee649e2d457 ssh-agent 11:16:04 SSH_AUTH_SOCK=/tmp/ssh-zCaCyWu68viX/agent.44 11:16:04 SSH_AGENT_PID=50 11:16:04 Running ssh-add (command line suppressed) 11:16:05 Identity added: /w/workspace/edgex-go/2@tmp/private_key_5436029659034035251.key (/w/workspace/edgex-go/2@tmp/private_key_5436029659034035251.key) 11:16:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:16:05 + git semver init 11:16:05 # -> Open(): unable to determine branch for HEAD 11:16:05 # $GIT_DIR = /w/workspace/edgex-go/2/.git 11:16:05 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 11:16:05 # $SEMVER_REMOTE_NAME = origin 11:16:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:16:05 # $SEMVER_USER_NAME = edgex-jenkins 11:16:05 # $SEMVER_BRANCH = PR-2907 11:16:05 # $SEMVER_TEMP = /tmp/semver-675980587 11:16:05 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 11:16:38 # '/tmp/semver-675980587' -> '/w/workspace/edgex-go/2/.semver' 11:16:38 # -> Force: false 11:16:38 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 11:16:38 $ docker exec --env ******** --env ******** a5f4656026856fbafb83f8d90d35cee75f17daa8e99f2e8462825ee649e2d457 ssh-agent -k 11:16:38 unset SSH_AUTH_SOCK; 11:16:38 unset SSH_AGENT_PID; 11:16:38 echo Agent pid 50 killed; 11:16:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:16:39 + git semver [Pipeline] } 11:16:39 $ docker stop --time=1 a5f4656026856fbafb83f8d90d35cee75f17daa8e99f2e8462825ee649e2d457 11:16:41 $ docker rm -f a5f4656026856fbafb83f8d90d35cee75f17daa8e99f2e8462825ee649e2d457 [Pipeline] // withDockerContainer [Pipeline] sh 11:16:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:16:42 Stashed 1 file(s) [Pipeline] echo 11:16:42 [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 11:16:44 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 11:16:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 11:16:44 + sudo service docker restart 11:16:44 + true 11:16:44 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 11:16:45 ========================================================= 11:16:45 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 11:16:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:16:46 + 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 . 11:16:51 Sending build context to Docker daemon 326MB 11:16:51 Step 1/7 : ARG BASE=golang:1.15-alpine 11:16:51 Step 2/7 : FROM ${BASE} 11:16:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 11:16:51 df20fa9351a1: Pulling fs layer 11:16:51 ed8968b2872e: Pulling fs layer 11:16:51 a92cc7c5fd73: Pulling fs layer 11:16:51 e871e8e8d7a9: Pulling fs layer 11:16:51 e73272ec9a57: Pulling fs layer 11:16:51 1e910a182e73: Pulling fs layer 11:16:51 4e634b169226: Pulling fs layer 11:16:51 1e910a182e73: Waiting 11:16:51 e73272ec9a57: Waiting 11:16:51 4e634b169226: Waiting 11:16:51 e871e8e8d7a9: Waiting 11:16:51 a92cc7c5fd73: Verifying Checksum 11:16:51 a92cc7c5fd73: Download complete 11:16:51 ed8968b2872e: Verifying Checksum 11:16:51 ed8968b2872e: Download complete 11:16:51 e73272ec9a57: Download complete 11:16:51 df20fa9351a1: Verifying Checksum 11:16:51 df20fa9351a1: Download complete 11:16:51 1e910a182e73: Verifying Checksum 11:16:51 1e910a182e73: Download complete 11:16:52 df20fa9351a1: Pull complete 11:16:52 ed8968b2872e: Pull complete 11:16:53 a92cc7c5fd73: Pull complete 11:16:55 4e634b169226: Verifying Checksum 11:16:55 4e634b169226: Download complete 11:16:55 e871e8e8d7a9: Verifying Checksum 11:16:55 e871e8e8d7a9: Download complete 11:16:58 Still waiting to schedule task 11:16:58 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 11:17:04 e871e8e8d7a9: Pull complete 11:17:04 e73272ec9a57: Pull complete 11:17:05 1e910a182e73: Pull complete 11:17:10 4e634b169226: Pull complete 11:17:10 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 11:17:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 11:17:10 ---> f7629b54cfaa 11:17:10 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 11:17:10 ---> Running in 60bf9cf61abc 11:17:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:17:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:17:13 (1/12) Installing libmagic (5.38-r0) 11:17:13 (2/12) Installing file (5.38-r0) 11:17:13 (3/12) Installing libc-dev (0.7.2-r3) 11:17:13 (4/12) Installing g++ (9.3.0-r2) 11:17:32 (5/12) Installing fortify-headers (1.1-r0) 11:17:32 (6/12) Installing patch (2.7.6-r6) 11:17:32 (7/12) Installing build-base (0.5-r2) 11:17:32 (8/12) Installing libsodium (1.0.18-r0) 11:17:32 (9/12) Installing pkgconf (1.7.2-r0) 11:17:32 (10/12) Installing libsodium-dev (1.0.18-r0) 11:17:32 (11/12) Installing libzmq (4.3.3-r0) 11:17:32 (12/12) Installing zeromq-dev (4.3.3-r0) 11:17:32 Executing busybox-1.31.1-r16.trigger 11:17:32 OK: 233 MiB in 51 packages 11:17:33 Removing intermediate container 60bf9cf61abc 11:17:33 ---> 0822ac54623f 11:17:33 Step 4/7 : WORKDIR /edgex-go 11:17:33 ---> Running in 71e8d5996010 11:17:33 Removing intermediate container 71e8d5996010 11:17:33 ---> b9bf40a3f007 11:17:33 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 11:17:34 latest: Pulling from library/docker 11:17:34 188c0c94c7c5: Pulling fs layer 11:17:34 0c7c675703d6: Pulling fs layer 11:17:34 cc8c12a437cb: Pulling fs layer 11:17:34 c5dafad2182a: Pulling fs layer 11:17:34 5aa711733414: Pulling fs layer 11:17:34 058f73b55e4b: Pulling fs layer 11:17:34 8c9c664faf12: Pulling fs layer 11:17:34 5aa711733414: Waiting 11:17:34 058f73b55e4b: Waiting 11:17:34 c5dafad2182a: Waiting 11:17:34 8c9c664faf12: Waiting 11:17:34 cc8c12a437cb: Download complete 11:17:35 188c0c94c7c5: Verifying Checksum 11:17:35 188c0c94c7c5: Download complete 11:17:35 0c7c675703d6: Verifying Checksum 11:17:35 0c7c675703d6: Download complete 11:17:35 5aa711733414: Verifying Checksum 11:17:35 5aa711733414: Download complete 11:17:35 058f73b55e4b: Verifying Checksum 11:17:35 058f73b55e4b: Download complete 11:17:35 188c0c94c7c5: Pull complete 11:17:35 8c9c664faf12: Verifying Checksum 11:17:35 8c9c664faf12: Download complete 11:17:35 0c7c675703d6: Pull complete 11:17:36 cc8c12a437cb: Pull complete 11:17:36 c5dafad2182a: Verifying Checksum 11:17:36 c5dafad2182a: Download complete 11:17:41 c5dafad2182a: Pull complete 11:17:41 5aa711733414: Pull complete 11:17:41 058f73b55e4b: Pull complete 11:17:41 8c9c664faf12: Pull complete 11:17:41 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 11:17:41 Status: Downloaded newer image for docker:latest 11:17:43 ---> c8f13f149c8e 11:17:43 Step 6/7 : COPY go.mod . 11:17:43 ---> 6845a695876f 11:17:43 Step 7/7 : RUN go mod download 11:17:43 ---> Running in d4b5cd577d2f 11:18:05 Removing intermediate container d4b5cd577d2f 11:18:05 ---> 03917389b011 11:18:05 Successfully built 03917389b011 11:18:05 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 11:18:06 + docker inspect -f . ci-base-image-x86_64 11:18:06 . [Pipeline] withDockerContainer 11:18:06 prd-centos7-docker-4c-2g-14019 does not seem to be running inside a container 11:18:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:18:08 $ docker top 29f622927b742c14308b4f2dc7ef1c1f4542729d9651f59522492a769dd5a7de -eo pid,comm [Pipeline] { [Pipeline] sh 11:18:08 + go version 11:18:08 go version go1.15.2 linux/amd64 [Pipeline] } 11:18:08 $ docker stop --time=1 29f622927b742c14308b4f2dc7ef1c1f4542729d9651f59522492a769dd5a7de 11:18:10 $ docker rm -f 29f622927b742c14308b4f2dc7ef1c1f4542729d9651f59522492a769dd5a7de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:18:12 + docker inspect -f . ci-base-image-x86_64 11:18:12 . [Pipeline] withDockerContainer 11:18:12 prd-centos7-docker-4c-2g-14019 does not seem to be running inside a container 11:18:12 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:18:13 $ docker top 6aae457c0d5cf5c9b1ee60624b616706e5bcd85e22caf5c8fde94dedc64f223a -eo pid,comm [Pipeline] { [Pipeline] echo 11:18:13 ========================================================= 11:18:13 [edgeXBuildGoParallel] Running Tests and Build... 11:18:13 ========================================================= [Pipeline] sh 11:18:14 + make test 11:18:14 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 11:18:26 ? github.com/edgexfoundry/edgex-go [no test files] 11:18:53 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 11:19:05 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 11:19:05 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 11:19:05 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 11:19:05 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 11:19:06 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 11:19:10 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.067s 11:19:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 11:19:10 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 11:19:11 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 11:19:12 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 11:19:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 11:19:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 11:19:12 ? github.com/edgexfoundry/edgex-go/internal [no test files] 11:19:19 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.319s coverage: 46.6% of statements 11:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 11:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 11:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 11:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 11:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 11:19:19 # github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http.test] 11:19:19 internal/core/data/v2/controller/http/event_test.go:151:42: noSimpleFloatEnconding.Event.Readings[0].FloatEncoding undefined (type dtos.BaseReading has no field or method FloatEncoding) 11:19:19 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.219s coverage: 27.1% of statements 11:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 11:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 11:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 11:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 11:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 11:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 11:19:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements 11:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 11:19:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements 11:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 11:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 11:19:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.196s coverage: 68.4% of statements 11:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 11:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 11:19:19 FAIL github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [build failed] 11:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 11:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 11:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 11:19:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 11:19:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.759s coverage: 28.6% of statements 11:19:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 11:19:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 11:19:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 11:19:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 11:19:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 11:19:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.208s coverage: 100.0% of statements 11:19:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 11:19:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.059s coverage: 100.0% of statements 11:19:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 11:19:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.307s coverage: 86.7% of statements 11:19:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 11:19:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.169s coverage: 97.5% of statements 11:19:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 11:19:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.115s coverage: 78.3% of statements 11:19:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 11:19:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 11:19:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 11:19:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 11:19:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.553s coverage: 95.7% of statements 11:19:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 11:19:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 11:19:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 11:19:28 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 11:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 11:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 11:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 11:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 11:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 11:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 11:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 11:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 11:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 11:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 11:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 11:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 11:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 11:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 11:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 11:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 11:19:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.121s coverage: 58.8% of statements 11:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 11:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 11:19:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.126s coverage: 0.0% of statements [no tests to run] 11:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 11:19:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 11:19:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.481s coverage: 63.5% of statements 11:19:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 11:19:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 11:19:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 11:19:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements 11:19:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements 11:19:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements 11:19:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements 11:19:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.843s coverage: 55.9% of statements 11:19:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 11:19:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 11:19:32 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 11:19:32 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 11:19:32 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 11:19:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 11:19:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.723s coverage: 86.3% of statements 11:19:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 11:19:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 2.085s coverage: 72.2% of statements 11:19:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.832s coverage: 72.1% of statements 11:19:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.051s coverage: 82.4% of statements 11:19:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.049s coverage: 48.4% of statements 11:19:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 11:19:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 11:19:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 11:19:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.070s coverage: 28.8% of statements 11:19:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 11:19:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.116s coverage: 96.8% of statements 11:19:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 11:19:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.148s coverage: 37.2% of statements 11:19:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 11:19:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 11:19:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.495s coverage: 84.1% of statements 11:19:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.152s coverage: 100.0% of statements 11:19:38 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.059s coverage: 42.9% of statements 11:19:38 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 11:19:38 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 11:19:38 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.084s coverage: 100.0% of statements 11:19:38 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 11:19:39 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.057s coverage: 83.8% of statements 11:19:39 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 11:19:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-14021 in /w/workspace/edgexfoundry_edgex-go_PR-2907 [Pipeline] { [Pipeline] ws 11:19:40 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 11:19:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.284s coverage: 47.1% of statements 11:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 11:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 11:19:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.065s coverage: 100.0% of statements 11:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 11:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 11:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 11:19:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.076s coverage: 100.0% of statements 11:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 11:19:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.084s coverage: 100.0% of statements 11:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 11:19:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.228s coverage: 29.1% of statements 11:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 11:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 11:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 11:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 11:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 11:19:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.141s coverage: 99.0% of statements 11:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 11:19:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements 11:19:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 11:19:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements 11:19:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 11:19:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements 11:19:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 11:19:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 11:19:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 11:19:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 11:19:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.101s coverage: 87.9% of statements 11:19:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 11:19:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 11:19:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements 11:19:46 using credential edgex-jenkins-ssh 11:19:46 Cloning the remote Git repository 11:19:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 11:19:46 > git init /w/workspace/edgex-go/2 # timeout=10 11:19:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 11:19:46 > git --version # timeout=10 11:19:46 > git --version # 'git version 2.17.1' 11:19:46 using GIT_SSH to set credentials SSH Credentials for GitHub 11:19:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:19:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.052s coverage: 32.1% of statements 11:19:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 11:19:46 FAIL 11:19:47 make: *** [Makefile:85: test] Error 2 [Pipeline] } 11:19:47 $ docker stop --time=1 6aae457c0d5cf5c9b1ee60624b616706e5bcd85e22caf5c8fde94dedc64f223a 11:19:49 $ docker rm -f 6aae457c0d5cf5c9b1ee60624b616706e5bcd85e22caf5c8fde94dedc64f223a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 11:19:52 Failed in branch amd64 11:20:07 Merging remotes/origin/master commit bf1562a30e64813b3624222132b02fbfc19d5e34 into PR head commit d85516f40ca6c8d490d489d2ef21024d2ab3ac83 11:20:08 Merge succeeded, producing d85516f40ca6c8d490d489d2ef21024d2ab3ac83 11:20:08 Checking out Revision d85516f40ca6c8d490d489d2ef21024d2ab3ac83 (PR-2907) 11:20:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 11:20:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:20:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 11:20:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 11:20:07 using GIT_SSH to set credentials SSH Credentials for GitHub 11:20:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2907/head:refs/remotes/origin/PR-2907 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:20:07 > git config core.sparsecheckout # timeout=10 11:20:07 > git checkout -f d85516f40ca6c8d490d489d2ef21024d2ab3ac83 # timeout=10 11:20:08 > git remote # timeout=10 11:20:08 > git config --get remote.origin.url # timeout=10 11:20:08 using GIT_SSH to set credentials SSH Credentials for GitHub 11:20:08 > git merge bf1562a30e64813b3624222132b02fbfc19d5e34 # timeout=10 11:20:08 > git rev-parse HEAD^{commit} # timeout=10 11:20:08 > git config core.sparsecheckout # timeout=10 11:20:08 > git checkout -f d85516f40ca6c8d490d489d2ef21024d2ab3ac83 # timeout=10 11:20:12 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:20:14 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 11:20:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 11:20:15 + + sudo service docker restart 11:20:15 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 11:20:17 provisioning config files... 11:20:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7157638172438659212tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:20:17 ---> docker-login.sh 11:20:17 nexus3.edgexfoundry.org:10001 11:20:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:20:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:20:19 Configure a credential helper to remove this warning. See 11:20:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:20:19 11:20:19 Login Succeeded 11:20:19 nexus3.edgexfoundry.org:10002 11:20:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:20:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:20:19 Configure a credential helper to remove this warning. See 11:20:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:20:19 11:20:19 Login Succeeded 11:20:19 nexus3.edgexfoundry.org:10003 11:20:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:20:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:20:20 Configure a credential helper to remove this warning. See 11:20:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:20:20 11:20:20 Login Succeeded 11:20:20 nexus3.edgexfoundry.org:10004 11:20:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:20:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:20:20 Configure a credential helper to remove this warning. See 11:20:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:20:20 11:20:20 Login Succeeded 11:20:20 docker.io 11:20:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:20:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:20:21 Configure a credential helper to remove this warning. See 11:20:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:20:21 11:20:21 Login Succeeded 11:20:21 ---> docker-login.sh ends [Pipeline] } 11:20:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:20:22 ========================================================= 11:20:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 11:20:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:20:22 + 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 . 11:20:25 Sending build context to Docker daemon 165.4MB 11:20:25 Step 1/7 : ARG BASE=golang:1.15-alpine 11:20:25 Step 2/7 : FROM ${BASE} 11:20:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:20:25 b538f80385f9: Pulling fs layer 11:20:25 74f711af9a0d: Pulling fs layer 11:20:25 99f96fe45779: Pulling fs layer 11:20:25 8529a6b9a6be: Pulling fs layer 11:20:25 45590311c82a: Pulling fs layer 11:20:25 69ca0ff8b7b3: Pulling fs layer 11:20:25 209524e5b208: Pulling fs layer 11:20:25 69ca0ff8b7b3: Waiting 11:20:25 45590311c82a: Waiting 11:20:25 209524e5b208: Waiting 11:20:25 8529a6b9a6be: Waiting 11:20:25 99f96fe45779: Verifying Checksum 11:20:25 74f711af9a0d: Verifying Checksum 11:20:25 74f711af9a0d: Download complete 11:20:25 45590311c82a: Download complete 11:20:25 b538f80385f9: Verifying Checksum 11:20:25 b538f80385f9: Download complete 11:20:25 69ca0ff8b7b3: Verifying Checksum 11:20:25 69ca0ff8b7b3: Download complete 11:20:26 b538f80385f9: Pull complete 11:20:26 74f711af9a0d: Pull complete 11:20:27 99f96fe45779: Pull complete 11:20:27 209524e5b208: Verifying Checksum 11:20:27 209524e5b208: Download complete 11:20:29 8529a6b9a6be: Verifying Checksum 11:20:29 8529a6b9a6be: Download complete 11:20:39 8529a6b9a6be: Pull complete 11:20:39 45590311c82a: Pull complete 11:20:39 69ca0ff8b7b3: Pull complete 11:20:43 209524e5b208: Pull complete 11:20:43 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 11:20:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 11:20:43 ---> 5bddaf1c2fca 11:20:43 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 11:20:46 ---> Running in b5d58f331785 11:20:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:20:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:20:50 (1/12) Installing libmagic (5.38-r0) 11:20:50 (2/12) Installing file (5.38-r0) 11:20:50 (3/12) Installing libc-dev (0.7.2-r3) 11:20:50 (4/12) Installing g++ (9.3.0-r2) 11:20:56 (5/12) Installing fortify-headers (1.1-r0) 11:20:56 (6/12) Installing patch (2.7.6-r6) 11:20:56 (7/12) Installing build-base (0.5-r2) 11:20:56 (8/12) Installing libsodium (1.0.18-r0) 11:20:56 (9/12) Installing pkgconf (1.7.2-r0) 11:20:56 (10/12) Installing libsodium-dev (1.0.18-r0) 11:20:56 (11/12) Installing libzmq (4.3.3-r0) 11:20:56 (12/12) Installing zeromq-dev (4.3.3-r0) 11:20:56 Executing busybox-1.31.1-r16.trigger 11:20:56 OK: 217 MiB in 51 packages 11:21:00 Removing intermediate container b5d58f331785 11:21:00 ---> be058c263084 11:21:00 Step 4/7 : WORKDIR /edgex-go 11:21:00 ---> Running in 394c63274563 11:21:00 Removing intermediate container 394c63274563 11:21:00 ---> 43c73f56ba61 11:21:00 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 11:21:01 latest: Pulling from library/docker 11:21:01 5f621e34cdf4: Pulling fs layer 11:21:01 85db56a05063: Pulling fs layer 11:21:01 ccb67d6aeaaa: Pulling fs layer 11:21:01 a0b19fc83503: Pulling fs layer 11:21:01 8eb508b41278: Pulling fs layer 11:21:01 37236713561e: Pulling fs layer 11:21:01 07c93f2b1b56: Pulling fs layer 11:21:01 a0b19fc83503: Waiting 11:21:01 8eb508b41278: Waiting 11:21:01 37236713561e: Waiting 11:21:01 07c93f2b1b56: Waiting 11:21:02 ccb67d6aeaaa: Verifying Checksum 11:21:02 ccb67d6aeaaa: Download complete 11:21:02 5f621e34cdf4: Verifying Checksum 11:21:02 5f621e34cdf4: Download complete 11:21:02 85db56a05063: Verifying Checksum 11:21:02 85db56a05063: Download complete 11:21:02 8eb508b41278: Verifying Checksum 11:21:02 8eb508b41278: Download complete 11:21:02 37236713561e: Verifying Checksum 11:21:02 37236713561e: Download complete 11:21:02 07c93f2b1b56: Verifying Checksum 11:21:02 07c93f2b1b56: Download complete 11:21:02 5f621e34cdf4: Pull complete 11:21:03 a0b19fc83503: Retrying in 5 seconds 11:21:03 85db56a05063: Pull complete 11:21:04 ccb67d6aeaaa: Pull complete 11:21:04 a0b19fc83503: Retrying in 4 seconds 11:21:05 a0b19fc83503: Retrying in 3 seconds 11:21:06 a0b19fc83503: Retrying in 2 seconds 11:21:07 a0b19fc83503: Retrying in 1 second 11:21:08 a0b19fc83503: Verifying Checksum 11:21:08 a0b19fc83503: Download complete 11:21:11 a0b19fc83503: Pull complete 11:21:12 8eb508b41278: Pull complete 11:21:12 37236713561e: Pull complete 11:21:13 07c93f2b1b56: Pull complete 11:21:13 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 11:21:13 Status: Downloaded newer image for docker:latest 11:21:16 ---> e351ad863d7a 11:21:16 Step 6/7 : COPY go.mod . 11:21:17 ---> e67835b14a36 11:21:17 Step 7/7 : RUN go mod download 11:21:17 ---> Running in 84b96b205b27 11:21:43 Removing intermediate container 84b96b205b27 11:21:43 ---> 27a7a77e70cf 11:21:43 Successfully built 27a7a77e70cf 11:21:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 11:21:44 + docker inspect -f . ci-base-image-arm64 11:21:44 . [Pipeline] withDockerContainer 11:21:44 prd-ubuntu18.04-docker-arm64-4c-16g-14021 does not seem to be running inside a container 11:21:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 11:21:46 $ docker top c75492c15d5cfba1536c191b3c9ba434e124ca58cdca07d990d7b5cc4c6db560 -eo pid,comm [Pipeline] { [Pipeline] sh 11:21:47 + go version 11:21:47 go version go1.15.2 linux/arm64 [Pipeline] } 11:21:47 $ docker stop --time=1 c75492c15d5cfba1536c191b3c9ba434e124ca58cdca07d990d7b5cc4c6db560 11:21:49 $ docker rm -f c75492c15d5cfba1536c191b3c9ba434e124ca58cdca07d990d7b5cc4c6db560 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:21:50 + docker inspect -f . ci-base-image-arm64 11:21:50 . [Pipeline] withDockerContainer 11:21:50 prd-ubuntu18.04-docker-arm64-4c-16g-14021 does not seem to be running inside a container 11: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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 11:21:52 $ docker top 6593c5ed81e822e7f41fb1389c4157b3c5a2dbf5e68f3792890441c916f97009 -eo pid,comm [Pipeline] { [Pipeline] echo 11:21:52 ========================================================= 11:21:52 [edgeXBuildGoParallel] Running Tests and Build... 11:21:52 ========================================================= [Pipeline] sh 11:21:53 + make test 11:21:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 11:22:20 ? github.com/edgexfoundry/edgex-go [no test files] 11:23:07 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 11:23:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 11:23:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 11:23:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 11:23:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 11:23:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 11:23:27 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.092s 11:23:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 11:23:27 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 11:23:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 11:23:30 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 11:23:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 11:23:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 11:23:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] 11:23:40 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.317s coverage: 46.6% of statements 11:23:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 11:23:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 11:23:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 11:23:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 11:23:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 11:23:40 # github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http.test] 11:23:40 internal/core/data/v2/controller/http/event_test.go:151:42: noSimpleFloatEnconding.Event.Readings[0].FloatEncoding undefined (type dtos.BaseReading has no field or method FloatEncoding) 11:23:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.618s coverage: 27.1% of statements 11:23:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 11:23:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 11:23:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 11:23:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 11:23:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 11:23:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 11:23:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.107s coverage: 100.0% of statements 11:23:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 11:23:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.082s coverage: 100.0% of statements 11:23:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 11:23:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 11:23:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.498s coverage: 69.3% of statements 11:23:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 11:23:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 11:23:47 FAIL github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [build failed] 11:23:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 11:23:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 11:23:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 11:23:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 11:23:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.333s coverage: 28.6% of statements 11:23:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 11:23:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 11:23:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 11:23:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 11:23:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 11:23:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.192s coverage: 100.0% of statements 11:23:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 11:23:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements 11:23:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 11:23:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.322s coverage: 86.7% of statements 11:23:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 11:23:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.390s coverage: 97.5% of statements 11:23:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 11:23:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.153s coverage: 78.3% of statements 11:23:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 11:23:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 11:23:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 11:23:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 11:24:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.050s coverage: 95.7% of statements 11:24:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 11:24:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 11:24:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 11:24:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 11:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 11:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 11:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 11:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 11:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 11:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 11:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 11:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 11:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 11:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 11:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 11:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 11:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 11:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 11:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 11:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 11:24:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements 11:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 11:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 11:24:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.191s coverage: 0.0% of statements [no tests to run] 11:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 11:24:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 11:24:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.664s coverage: 63.5% of statements 11:24:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 11:24:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 11:24:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements 11:24:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.104s coverage: 91.3% of statements 11:24:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 11:24:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.088s coverage: 73.7% of statements 11:24:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.105s coverage: 100.0% of statements 11:24:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.917s coverage: 55.9% of statements 11:24:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 11:24:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 11:24:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 11:24:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 11:24:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 11:24:08 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 11:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 16.003s coverage: 86.3% of statements 11:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 11:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.358s coverage: 72.2% of statements 11:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.562s coverage: 72.1% of statements 11:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.103s coverage: 82.4% of statements 11:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.071s coverage: 48.4% of statements 11:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 11:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 11:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 11:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.060s coverage: 28.8% of statements 11:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 11:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.097s coverage: 96.8% of statements 11:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 11:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.324s coverage: 37.2% of statements 11:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 11:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 11:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.711s coverage: 84.1% of statements 11:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.088s coverage: 100.0% of statements 11:24:23 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.124s coverage: 42.9% of statements 11:24:23 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 11:24:23 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 11:24:23 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.068s coverage: 100.0% of statements 11:24:23 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 11:24:23 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.092s coverage: 83.8% of statements 11:24:23 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 11:24:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.394s coverage: 47.1% of statements 11:24:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 11:24:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 11:24:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.071s coverage: 100.0% of statements 11:24:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 11:24:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 11:24:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 11:24:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.127s coverage: 100.0% of statements 11:24:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 11:24:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements 11:24:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 11:24:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.280s coverage: 29.1% of statements 11:24:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 11:24:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 11:24:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 11:24:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 11:24:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 11:24:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.206s coverage: 99.0% of statements 11:24:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 11:24:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.096s coverage: 100.0% of statements 11:24:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 11:24:36 ok github.com/edgexfoundry/edgex-go/internal/system 0.093s coverage: 0.0% of statements 11:24:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 11:24:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.092s coverage: 100.0% of statements 11:24:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 11:24:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 11:24:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 11:24:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 11:24:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements 11:24:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 11:24:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 11:24:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements 11:24:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 11:24:38 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 11:24:38 FAIL 11:24:38 make: *** [Makefile:85: test] Error 2 [Pipeline] } 11:24:38 $ docker stop --time=1 6593c5ed81e822e7f41fb1389c4157b3c5a2dbf5e68f3792890441c916f97009 11:24:41 $ docker rm -f 6593c5ed81e822e7f41fb1389c4157b3c5a2dbf5e68f3792890441c916f97009 [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] } 11:24:43 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 11:24:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:24:47 ---> package-listing.sh 11:24:47 ++ facter osfamily 11:24:47 ++ tr '[:upper:]' '[:lower:]' 11:24:47 + OS_FAMILY=redhat 11:24:47 + workspace=/w/workspace/edgex-go/2 11:24:47 + START_PACKAGES=/tmp/packages_start.txt 11:24:47 + END_PACKAGES=/tmp/packages_end.txt 11:24:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:24:47 + PACKAGES=/tmp/packages_start.txt 11:24:47 + '[' /w/workspace/edgex-go/2 ']' 11:24:47 + PACKAGES=/tmp/packages_end.txt 11:24:47 + case "${OS_FAMILY}" in 11:24:47 + sort 11:24:47 + rpm -qa 11:24:51 + '[' -f /tmp/packages_start.txt ']' 11:24:51 + '[' -f /tmp/packages_end.txt ']' 11:24:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:24:51 + '[' /w/workspace/edgex-go/2 ']' 11:24:51 + mkdir -p /w/workspace/edgex-go/2/archives/ 11:24:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 11:24:51 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:24:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 11:24:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:24:52 11:24:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:24:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:24:53 alpine: Pulling from edgex-lftools-log-publisher 11:24:53 df20fa9351a1: Already exists 11:24:53 36b3adc4ff6f: Pulling fs layer 11:24:53 8ad3a11d3b57: Pulling fs layer 11:24:53 46f8f816bc3b: Pulling fs layer 11:24:53 93b61091891f: Pulling fs layer 11:24:53 93b9cdb0e59b: Pulling fs layer 11:24:53 5e14af77c1be: Pulling fs layer 11:24:53 01666e4c0597: Pulling fs layer 11:24:53 aa168da1d23b: Pulling fs layer 11:24:53 5e14af77c1be: Waiting 11:24:53 01666e4c0597: Waiting 11:24:53 aa168da1d23b: Waiting 11:24:53 93b9cdb0e59b: Waiting 11:24:53 93b61091891f: Waiting 11:24:53 46f8f816bc3b: Verifying Checksum 11:24:53 46f8f816bc3b: Download complete 11:24:53 36b3adc4ff6f: Verifying Checksum 11:24:53 93b9cdb0e59b: Verifying Checksum 11:24:53 93b9cdb0e59b: Download complete 11:24:53 5e14af77c1be: Verifying Checksum 11:24:53 5e14af77c1be: Download complete 11:24:53 01666e4c0597: Verifying Checksum 11:24:53 01666e4c0597: Download complete 11:24:53 93b61091891f: Verifying Checksum 11:24:53 93b61091891f: Download complete 11:24:53 36b3adc4ff6f: Pull complete 11:24:54 8ad3a11d3b57: Verifying Checksum 11:24:54 8ad3a11d3b57: Download complete 11:24:56 8ad3a11d3b57: Pull complete 11:24:56 46f8f816bc3b: Pull complete 11:24:56 93b61091891f: Pull complete 11:24:57 93b9cdb0e59b: Pull complete 11:24:57 5e14af77c1be: Pull complete 11:24:57 01666e4c0597: Pull complete 11:24:57 aa168da1d23b: Verifying Checksum 11:24:57 aa168da1d23b: Download complete 11:25:08 aa168da1d23b: Pull complete 11:25:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 11:25:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:25:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:25:08 prd-centos7-docker-4c-2g-14019 does not seem to be running inside a container 11:25:08 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 11:25:13 $ docker top bf7a5a521db25a311db6deaf552ba39064f02f6e226097c21941073ac83f2265 -eo pid,comm [Pipeline] { [Pipeline] sh 11:25:14 + touch /tmp/pre-build-complete [Pipeline] sh 11:25:14 + mkdir -p /var/log/sa [Pipeline] sh 11:25:15 + ls /var/log/sa-host 11:25:15 + sadf -c /var/log/sa-host/sa01 11:25:15 file_magic: OK 11:25:15 HZ: Using current value: 100 11:25:15 file_header: OK 11:25:15 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 11:25:15 Statistics: 11:25:15 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 11:25:15 File successfully converted to sysstat format version 12.2.1 11:25:15 + sadf -c /var/log/sa-host/sa23 11:25:15 file_magic: OK 11:25:15 HZ: Using current value: 100 11:25:15 file_header: OK 11:25:15 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 11:25:15 Statistics: 11:25:15 Hnuu...uuuununununu... 11:25:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:25:15 provisioning config files... 11:25:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8866924528590603758tmp [Pipeline] { [Pipeline] echo 11:25:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:25:16 ---> create-netrc.sh [Pipeline] } 11:25:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 11:25:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 11:25:16 ---> python-tools-install.sh [Pipeline] echo 11:25:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:25:16 ---> sudo-logs.sh 11:25:16 Archiving 'sudo' log.. [Pipeline] echo 11:25:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:25:17 ---> job-cost.sh 11:25:17 lf-activate-venv: SKIPPING 11:25:17 INFO: No Stack... 11:25:18 INFO: Retrieving Pricing Info for: v1-standard-2 11:25:18 INFO: Archiving Costs [Pipeline] echo 11:25:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:25:19 ---> logs-deploy.sh 11:25:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2907/2 11:25:19 INFO: archiving workspace using pattern(s): 11:25:21 Archives upload complete. 11:25:21 INFO: archiving logs to Nexus 11:25:22 ---> uname -a: 11:25:22 Linux prd-centos7-docker-4c-2g-14019.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 11:25:22 11:25:22 11:25:22 ---> lscpu: 11:25:22 Architecture: x86_64 11:25:22 CPU op-mode(s): 32-bit, 64-bit 11:25:22 Byte Order: Little Endian 11:25:22 Address sizes: 40 bits physical, 48 bits virtual 11:25:22 CPU(s): 4 11:25:22 On-line CPU(s) list: 0-3 11:25:22 Thread(s) per core: 1 11:25:22 Core(s) per socket: 1 11:25:22 Socket(s): 4 11:25:22 NUMA node(s): 1 11:25:22 Vendor ID: GenuineIntel 11:25:22 CPU family: 6 11:25:22 Model: 44 11:25:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 11:25:22 Stepping: 1 11:25:22 CPU MHz: 2933.438 11:25:22 BogoMIPS: 5866.87 11:25:22 Virtualization: VT-x 11:25:22 Hypervisor vendor: KVM 11:25:22 Virtualization type: full 11:25:22 L1d cache: 128 KiB 11:25:22 L1i cache: 128 KiB 11:25:22 L2 cache: 16 MiB 11:25:22 L3 cache: 64 MiB 11:25:22 NUMA node0 CPU(s): 0-3 11:25:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 11:25:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 11:25:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 11:25:22 Vulnerability Meltdown: Mitigation; PTI 11:25:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:25:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 11:25:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 11:25:22 Vulnerability Srbds: Not affected 11:25:22 Vulnerability Tsx async abort: Not affected 11:25:22 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 11:25:22 11:25:22 11:25:22 ---> nproc: 11:25:22 4 11:25:22 11:25:22 11:25:22 ---> df -h: 11:25:22 Filesystem Size Used Available Use% Mounted on 11:25:22 overlay 50.0G 8.5G 41.5G 17% / 11:25:22 tmpfs 64.0M 0 64.0M 0% /dev 11:25:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 11:25:22 shm 64.0M 0 64.0M 0% /dev/shm 11:25:22 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 11:25:22 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 11:25:22 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 11:25:22 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 11:25:22 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 11:25:22 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 11:25:22 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 11:25:22 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 11:25:22 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgex-go/2 11:25:22 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgex-go/2@tmp 11:25:22 11:25:22 11:25:22 ---> free -m: 11:25:22 total used free shared buff/cache available 11:25:22 Mem: 1837 758 134 0 944 987 11:25:22 Swap: 1023 3 1020 11:25:22 11:25:22 11:25:22 ---> ip addr: 11:25:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 11:25:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:25:22 inet 127.0.0.1/8 scope host lo 11:25:22 valid_lft forever preferred_lft forever 11:25:22 inet6 ::1/128 scope host 11:25:22 valid_lft forever preferred_lft forever 11:25:22 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 11:25:22 link/ether fa:16:3e:ef:0c:fc brd ff:ff:ff:ff:ff:ff 11:25:22 inet 10.30.123.48/23 brd 10.30.123.255 scope global dynamic eth0 11:25:22 valid_lft 85760sec preferred_lft 85760sec 11:25:22 inet6 fe80::f816:3eff:feef:cfc/64 scope link 11:25:22 valid_lft forever preferred_lft forever 11:25:22 3: docker0: mtu 1500 qdisc noqueue state DOWN 11:25:22 link/ether 02:42:a8:da:83:d8 brd ff:ff:ff:ff:ff:ff 11:25:22 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 11:25:22 valid_lft forever preferred_lft forever 11:25:22 inet6 fe80::42:a8ff:feda:83d8/64 scope link 11:25:22 valid_lft forever preferred_lft forever 11:25:22 11:25:22 11:25:22 ---> sar -b -r -n DEV: 11:25:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/01/20 _x86_64_ (4 CPU) 11:25:22 11:25:22 11:14:29 LINUX RESTART (4 CPU) 11:25:22 11:25:22 11:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:25:22 11:16:01 101.63 45.40 56.23 0.00 8057.90 14460.94 0.00 11:25:22 11:17:01 143.29 64.95 78.35 0.00 5072.60 35452.29 0.00 11:25:22 11:18:02 229.64 72.77 156.87 0.00 3397.24 36250.14 0.00 11:25:22 11:19:01 183.19 107.65 75.54 0.00 4952.63 9956.68 0.00 11:25:22 11:20:01 69.00 23.90 45.10 0.00 1493.48 5101.18 0.00 11:25:22 11:21:01 2.63 0.67 1.96 0.00 51.27 33.48 0.00 11:25:22 11:22:02 1.61 1.02 0.60 0.00 124.23 6.14 0.00 11:25:22 11:23:01 0.68 0.00 0.68 0.00 0.00 7.69 0.00 11:25:22 11:24:01 0.60 0.00 0.60 0.00 0.00 6.00 0.00 11:25:22 11:25:01 80.32 57.74 22.58 0.00 4831.41 6907.17 0.00 11:25:22 Average: 81.36 37.42 43.93 0.00 2802.91 10850.25 0.00 11:25:22 11:25:22 11:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:25:22 11:16:01 147996 0 620104 32.96 2620 1110824 1392452 47.52 465636 1063928 44 11:25:22 11:17:01 70004 0 695424 36.96 2596 1113520 1579756 53.91 706508 879600 35572 11:25:22 11:18:02 114480 0 713980 37.95 1464 1051620 1317016 44.95 684548 795124 82860 11:25:22 11:19:01 250424 0 736612 39.15 640 893868 1538036 52.49 642972 713016 34932 11:25:22 11:20:01 575120 0 696204 37.00 416 609804 1172684 40.02 493676 548508 20 11:25:22 11:21:01 588784 0 680952 36.19 416 611392 1088744 37.16 485144 548648 24 11:25:22 11:22:02 586828 0 679232 36.10 416 615068 1075380 36.70 482320 553676 8 11:25:22 11:23:01 586844 0 679212 36.10 416 615072 1075380 36.70 482560 553720 8 11:25:22 11:24:01 586704 0 679344 36.11 416 615080 1075380 36.70 482320 553724 8 11:25:22 11:25:01 82872 0 760752 40.43 416 1037504 1502984 51.29 623900 899708 86564 11:25:22 Average: 359006 0 694182 36.89 982 827375 1281781 43.75 554958 710965 24004 11:25:22 11:25:22 11:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:25:22 11:16:01 eth0 725.91 438.10 3643.25 95.01 0.00 0.00 0.00 0.00 11:25:22 11:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:25:22 11:16:01 vethaa69c4a 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 11:25:22 11:16:01 docker0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:25:22 11:17:01 eth0 992.11 1196.98 5499.65 129.33 0.00 0.00 0.00 0.00 11:25:22 11:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:25:22 11:17:01 docker0 964.45 693.99 75.17 2654.36 0.00 0.00 0.00 0.00 11:25:22 11:18:02 eth0 431.48 285.77 2043.78 31.40 0.00 0.00 0.00 0.00 11:25:22 11:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:25:22 11:18:02 docker0 139.03 185.62 9.83 837.71 0.00 0.00 0.00 0.00 11:25:22 11:19:01 vethb66a06b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:25:22 11:19:01 eth0 28.14 21.45 27.36 21.61 0.00 0.00 0.00 0.00 11:25:22 11:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:25:22 11:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:25:22 11:20:01 eth0 32.48 27.48 21.75 64.96 0.00 0.00 0.00 0.00 11:25:22 11:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:25:22 11:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:25:22 11:21:01 eth0 0.37 0.25 0.24 0.08 0.00 0.00 0.00 0.00 11:25:22 11:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:25:22 11:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:25:22 11:22:02 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:25:22 11:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:25:22 11:22:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:25:22 11:23:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:25:22 11:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:25:22 11:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:25:22 11:24:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:25:22 11:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:25:22 11:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:25:22 11:25:01 eth0 193.83 160.44 2119.70 16.30 0.00 0.00 0.00 0.00 11:25:22 11:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:25:22 11:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:25:22 Average: eth0 241.42 213.92 1340.85 35.99 0.00 0.00 0.00 0.00 11:25:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:25:22 Average: docker0 110.81 88.33 8.54 350.67 0.00 0.00 0.00 0.00 11:25:22 11:25:22 11:25:22 ---> sar -P ALL: 11:25:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/01/20 _x86_64_ (4 CPU) 11:25:22 11:25:22 11:14:29 LINUX RESTART (4 CPU) 11:25:22 11:25:22 11:15:01 CPU %user %nice %system %iowait %steal %idle 11:25:22 11:16:01 all 15.10 0.00 6.60 2.93 11.77 63.60 11:25:22 11:16:01 0 12.82 0.00 7.63 6.14 12.91 60.50 11:25:22 11:16:01 1 16.97 0.00 5.85 1.23 11.60 64.35 11:25:22 11:16:01 2 17.29 0.00 6.07 2.81 11.56 62.26 11:25:22 11:16:01 3 13.35 0.00 6.85 1.55 11.02 67.22 11:25:22 11:17:01 all 11.34 0.00 5.99 0.96 13.07 68.64 11:25:22 11:17:01 0 9.22 0.00 7.19 0.65 14.61 68.33 11:25:22 11:17:01 1 11.34 0.00 4.74 0.98 12.83 70.11 11:25:22 11:17:01 2 14.70 0.00 6.64 1.41 12.49 64.76 11:25:22 11:17:01 3 10.09 0.00 5.45 0.79 12.40 71.28 11:25:22 11:18:02 all 7.21 0.00 6.60 3.09 9.27 73.83 11:25:22 11:18:02 0 6.96 0.00 6.64 1.68 9.90 74.82 11:25:22 11:18:02 1 7.53 0.00 6.63 2.60 9.50 73.75 11:25:22 11:18:02 2 7.80 0.00 6.87 4.04 9.06 72.23 11:25:22 11:18:02 3 6.53 0.00 6.28 4.03 8.62 74.54 11:25:22 11:19:01 all 32.79 0.00 10.10 3.70 20.25 33.16 11:25:22 11:19:01 0 29.05 0.00 9.65 3.61 21.41 36.28 11:25:22 11:19:01 1 33.91 0.00 10.14 3.11 20.16 32.68 11:25:22 11:19:01 2 32.62 0.00 9.97 5.80 20.18 31.44 11:25:22 11:19:01 3 35.83 0.00 10.67 2.24 19.18 32.06 11:25:22 11:20:01 all 33.30 0.00 9.89 1.29 16.13 39.40 11:25:22 11:20:01 0 30.51 0.00 10.01 2.62 17.86 38.99 11:25:22 11:20:01 1 35.87 0.00 9.99 0.69 14.37 39.08 11:25:22 11:20:01 2 29.37 0.00 8.26 1.10 18.08 43.18 11:25:22 11:20:01 3 37.81 0.00 11.36 0.67 14.01 36.14 11:25:22 11:21:01 all 0.13 0.00 0.08 0.00 0.34 99.45 11:25:22 11:21:01 0 0.03 0.00 0.08 0.00 0.17 99.72 11:25:22 11:21:01 1 0.05 0.00 0.08 0.00 0.42 99.45 11:25:22 11:21:01 2 0.40 0.00 0.07 0.00 0.63 98.90 11:25:22 11:21:01 3 0.03 0.00 0.08 0.02 0.13 99.73 11:25:22 11:22:02 all 0.13 0.00 0.15 0.00 0.31 99.41 11:25:22 11:22:02 0 0.07 0.00 0.05 0.02 0.03 99.83 11:25:22 11:22:02 1 0.05 0.00 0.23 0.00 0.35 99.37 11:25:22 11:22:02 2 0.40 0.00 0.18 0.00 0.58 98.84 11:25:22 11:22:02 3 0.02 0.00 0.13 0.00 0.27 99.58 11:25:22 11:23:01 all 0.11 0.00 0.04 0.00 0.16 99.70 11:25:22 11:23:01 0 0.22 0.00 0.02 0.00 0.07 99.70 11:25:22 11:23:01 1 0.02 0.00 0.03 0.00 0.14 99.81 11:25:22 11:23:01 2 0.17 0.00 0.07 0.00 0.30 99.46 11:25:22 11:23:01 3 0.02 0.00 0.03 0.00 0.12 99.83 11:25:22 11:24:01 all 0.13 0.00 0.05 0.00 0.05 99.77 11:25:22 11:24:01 0 0.02 0.00 0.03 0.00 0.02 99.93 11:25:22 11:24:01 1 0.17 0.00 0.05 0.00 0.03 99.75 11:25:22 11:24:01 2 0.27 0.00 0.02 0.00 0.03 99.68 11:25:22 11:24:01 3 0.07 0.00 0.08 0.00 0.13 99.72 11:25:22 11:25:01 all 2.75 0.00 1.99 1.17 2.47 91.63 11:25:22 11:25:01 0 1.71 0.00 1.25 0.22 2.42 94.40 11:25:22 11:25:01 1 2.61 0.00 2.05 0.10 2.68 92.56 11:25:22 11:25:01 2 2.47 0.00 1.81 0.83 2.27 92.62 11:25:22 11:25:01 3 4.23 0.00 2.84 3.53 2.51 86.89 11:25:22 Average: all 9.80 0.00 4.01 1.28 7.13 77.78 11:25:22 Average: 0 8.74 0.00 4.15 1.46 7.73 77.93 11:25:22 Average: 1 10.25 0.00 3.82 0.84 6.94 78.15 11:25:22 Average: 2 10.12 0.00 3.88 1.54 7.27 77.19 11:25:22 Average: 3 10.10 0.00 4.20 1.27 6.57 77.85 11:25:22 11:25:22 11:25:22