Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d697f03c37d581ce318702a7abdc76036c41feac+c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 (28a51791f198e2157fd7afacb2afd4ca870e4026) 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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-15679 in /w/workspace/edgexfoundry_edgex-go_PR-2935 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2935/head:refs/remotes/origin/PR-2935 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 into PR head commit d697f03c37d581ce318702a7abdc76036c41feac Merge succeeded, producing 20834e47a3b103fba3daf09bcf7a6d94140783a7 Checking out Revision 20834e47a3b103fba3daf09bcf7a6d94140783a7 (PR-2935) > git config core.sparsecheckout # timeout=10 > git checkout -f d697f03c37d581ce318702a7abdc76036c41feac # 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 c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 20834e47a3b103fba3daf09bcf7a6d94140783a7 # timeout=10 Commit message: "Merge commit 'c80d9cda01f36d6150cb756b8bf2f6d3223e0b45' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 48419d70e5cd5d55ffa0b394a17158509ce68da9 # timeout=10 [Pipeline] withCredentials 00:30:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:05 ========================================================= 00:30:05 EdgeX Global Pipelines Version Info 00:30:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:30:07 ------------------- 00:30:07 stable info: 00:30:07 ------------------- 00:30:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:07 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 00:30:07 Message: update stable to v1.0.172 00:30:07 ------------------- 00:30:07 experimental info: 00:30:07 ------------------- 00:30:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:07 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 00:30:07 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:08 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:08 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:08 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:08 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:30:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:10 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:30:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2935 [Pipeline] echo 00:30:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2935 [Pipeline] echo 00:30:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2935 [Pipeline] echo 00:30:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 20834e47a3b103fba3daf09bcf7a6d94140783a7 [Pipeline] echo 00:30:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 20834e4 [Pipeline] echo 00:30:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:30:11 provisioning config files... 00:30:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config5158897180734372652tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:11 ---> docker-login.sh 00:30:11 nexus3.edgexfoundry.org:10001 00:30:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:11 Configure a credential helper to remove this warning. See 00:30:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:11 00:30:11 Login Succeeded 00:30:11 nexus3.edgexfoundry.org:10002 00:30:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:11 Configure a credential helper to remove this warning. See 00:30:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:11 00:30:11 Login Succeeded 00:30:11 nexus3.edgexfoundry.org:10003 00:30:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:12 Configure a credential helper to remove this warning. See 00:30:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:12 00:30:12 Login Succeeded 00:30:12 nexus3.edgexfoundry.org:10004 00:30:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:12 Configure a credential helper to remove this warning. See 00:30:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:12 00:30:12 Login Succeeded 00:30:12 docker.io 00:30:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:12 Configure a credential helper to remove this warning. See 00:30:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:12 00:30:12 Login Succeeded 00:30:12 ---> docker-login.sh ends [Pipeline] } 00:30:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:13 ++ 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-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:30:13 + for file in '`ls cmd/**/Dockerfile`' 00:30:13 ++ dirname cmd/core-command/Dockerfile 00:30:13 ++ cut -d/ -f2 00:30:13 + echo core-command,cmd/core-command/Dockerfile 00:30:13 + for file in '`ls cmd/**/Dockerfile`' 00:30:13 ++ dirname cmd/core-data/Dockerfile 00:30:13 ++ cut -d/ -f2 00:30:13 + echo core-data,cmd/core-data/Dockerfile 00:30:13 + for file in '`ls cmd/**/Dockerfile`' 00:30:13 ++ dirname cmd/core-metadata/Dockerfile 00:30:13 ++ cut -d/ -f2 00:30:13 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:13 + for file in '`ls cmd/**/Dockerfile`' 00:30:13 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:30:13 ++ cut -d/ -f2 00:30:13 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:30:13 + for file in '`ls cmd/**/Dockerfile`' 00:30:13 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:13 ++ cut -d/ -f2 00:30:13 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:13 + for file in '`ls cmd/**/Dockerfile`' 00:30:13 ++ dirname cmd/security-secrets-setup/Dockerfile 00:30:13 ++ cut -d/ -f2 00:30:13 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:30:13 + for file in '`ls cmd/**/Dockerfile`' 00:30:13 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:13 ++ cut -d/ -f2 00:30:13 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:13 + for file in '`ls cmd/**/Dockerfile`' 00:30:13 ++ dirname cmd/support-notifications/Dockerfile 00:30:13 ++ cut -d/ -f2 00:30:13 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:13 + for file in '`ls cmd/**/Dockerfile`' 00:30:13 ++ dirname cmd/support-scheduler/Dockerfile 00:30:13 ++ cut -d/ -f2 00:30:13 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:13 + for file in '`ls cmd/**/Dockerfile`' 00:30:13 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:13 ++ cut -d/ -f2 00:30:13 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:13 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-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:30:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:14 00:30:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:14 latest: Pulling from edgex-devops/git-semver 00:30:14 31603596830f: Pulling fs layer 00:30:14 2a8b12db71e7: Pulling fs layer 00:30:14 6ca5941a6612: Pulling fs layer 00:30:14 ecc8261a40a4: Pulling fs layer 00:30:14 ecc8261a40a4: Waiting 00:30:14 2a8b12db71e7: Verifying Checksum 00:30:14 2a8b12db71e7: Download complete 00:30:14 31603596830f: Verifying Checksum 00:30:14 31603596830f: Download complete 00:30:14 ecc8261a40a4: Verifying Checksum 00:30:14 ecc8261a40a4: Download complete 00:30:14 6ca5941a6612: Verifying Checksum 00:30:14 6ca5941a6612: Download complete 00:30:15 31603596830f: Pull complete 00:30:15 2a8b12db71e7: Pull complete 00:30:16 6ca5941a6612: Pull complete 00:30:16 ecc8261a40a4: Pull complete 00:30:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:16 prd-centos7-docker-4c-2g-15679 does not seem to be running inside a container 00:30:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:30:19 $ docker top 7104ec6c9adbf92fda74afb3c9f513687d5830a34557019693f40b4c9108d38e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:19 [ssh-agent] Looking for ssh-agent implementation... 00:30:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:19 $ docker exec 7104ec6c9adbf92fda74afb3c9f513687d5830a34557019693f40b4c9108d38e ssh-agent 00:30:19 SSH_AUTH_SOCK=/tmp/ssh-6kPubOqHLrYy/agent.11 00:30:19 SSH_AGENT_PID=17 00:30:19 Running ssh-add (command line suppressed) 00:30:20 Identity added: /w/workspace/edgex-go/3@tmp/private_key_3659769363771852891.key (/w/workspace/edgex-go/3@tmp/private_key_3659769363771852891.key) 00:30:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:20 + git tag --points-at HEAD [Pipeline] } 00:30:20 $ docker exec --env ******** --env ******** 7104ec6c9adbf92fda74afb3c9f513687d5830a34557019693f40b4c9108d38e ssh-agent -k 00:30:20 unset SSH_AUTH_SOCK; 00:30:20 unset SSH_AGENT_PID; 00:30:20 echo Agent pid 17 killed; 00:30:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:30:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:21 [ssh-agent] Looking for ssh-agent implementation... 00:30:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:21 $ docker exec 7104ec6c9adbf92fda74afb3c9f513687d5830a34557019693f40b4c9108d38e ssh-agent 00:30:21 SSH_AUTH_SOCK=/tmp/ssh-xFhvV8dviRa1/agent.46 00:30:21 SSH_AGENT_PID=51 00:30:21 Running ssh-add (command line suppressed) 00:30:21 Identity added: /w/workspace/edgex-go/3@tmp/private_key_1884769548864620053.key (/w/workspace/edgex-go/3@tmp/private_key_1884769548864620053.key) 00:30:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:21 + git semver init 00:30:21 # -> Open(): unable to determine branch for HEAD 00:30:21 # $GIT_DIR = /w/workspace/edgex-go/3/.git 00:30:21 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 00:30:21 # $SEMVER_REMOTE_NAME = origin 00:30:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:21 # $SEMVER_USER_NAME = edgex-jenkins 00:30:21 # $SEMVER_BRANCH = PR-2935 00:30:21 # $SEMVER_TEMP = /tmp/semver-320187507 00:30:21 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:00 # '/tmp/semver-320187507' -> '/w/workspace/edgex-go/3/.semver' 00:31:00 # -> Force: false 00:31:00 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 00:31:00 $ docker exec --env ******** --env ******** 7104ec6c9adbf92fda74afb3c9f513687d5830a34557019693f40b4c9108d38e ssh-agent -k 00:31:01 unset SSH_AUTH_SOCK; 00:31:01 unset SSH_AGENT_PID; 00:31:01 echo Agent pid 51 killed; 00:31:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:01 + git semver [Pipeline] } 00:31:01 $ docker stop --time=1 7104ec6c9adbf92fda74afb3c9f513687d5830a34557019693f40b4c9108d38e 00:31:03 $ docker rm -f 7104ec6c9adbf92fda74afb3c9f513687d5830a34557019693f40b4c9108d38e [Pipeline] // withDockerContainer [Pipeline] sh 00:31:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:04 Stashed 1 file(s) [Pipeline] echo 00:31:04 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:31:05 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:06 + true 00:31:06 + sudo service docker restart 00:31:06 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:06 ========================================================= 00:31:06 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:07 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:31:11 Sending build context to Docker daemon 326.4MB 00:31:11 Step 1/7 : ARG BASE=golang:1.15-alpine 00:31:11 Step 2/7 : FROM ${BASE} 00:31:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:11 188c0c94c7c5: Pulling fs layer 00:31:11 0ef7d3d256c8: Pulling fs layer 00:31:11 de9db76c5a1d: Pulling fs layer 00:31:11 bca2f99d35d6: Pulling fs layer 00:31:11 93359f2a8cfa: Pulling fs layer 00:31:11 7c6f9722023f: Pulling fs layer 00:31:11 a35cf1a2eb13: Pulling fs layer 00:31:11 93359f2a8cfa: Waiting 00:31:11 7c6f9722023f: Waiting 00:31:11 a35cf1a2eb13: Waiting 00:31:11 bca2f99d35d6: Waiting 00:31:11 de9db76c5a1d: Verifying Checksum 00:31:11 de9db76c5a1d: Download complete 00:31:11 0ef7d3d256c8: Download complete 00:31:11 93359f2a8cfa: Verifying Checksum 00:31:11 93359f2a8cfa: Download complete 00:31:11 188c0c94c7c5: Verifying Checksum 00:31:11 188c0c94c7c5: Download complete 00:31:11 7c6f9722023f: Verifying Checksum 00:31:11 7c6f9722023f: Download complete 00:31:11 188c0c94c7c5: Pull complete 00:31:11 0ef7d3d256c8: Pull complete 00:31:11 de9db76c5a1d: Pull complete 00:31:13 a35cf1a2eb13: Verifying Checksum 00:31:13 a35cf1a2eb13: Download complete 00:31:13 bca2f99d35d6: Verifying Checksum 00:31:13 bca2f99d35d6: Download complete 00:31:19 bca2f99d35d6: Pull complete 00:31:19 93359f2a8cfa: Pull complete 00:31:19 7c6f9722023f: Pull complete 00:31:20 Still waiting to schedule task 00:31:20 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:31:24 a35cf1a2eb13: Pull complete 00:31:25 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:31:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:31:25 ---> a62c8e92a672 00:31:25 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 00:31:25 ---> Running in 17a494e9c51a 00:31:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:27 (1/12) Installing libmagic (5.38-r0) 00:31:28 (2/12) Installing file (5.38-r0) 00:31:28 (3/12) Installing libc-dev (0.7.2-r3) 00:31:28 (4/12) Installing g++ (9.3.0-r2) 00:31:46 (5/12) Installing fortify-headers (1.1-r0) 00:31:46 (6/12) Installing patch (2.7.6-r6) 00:31:46 (7/12) Installing build-base (0.5-r2) 00:31:46 (8/12) Installing libsodium (1.0.18-r0) 00:31:46 (9/12) Installing pkgconf (1.7.2-r0) 00:31:46 (10/12) Installing libsodium-dev (1.0.18-r0) 00:31:46 (11/12) Installing libzmq (4.3.3-r0) 00:31:46 (12/12) Installing zeromq-dev (4.3.3-r0) 00:31:46 Executing busybox-1.31.1-r19.trigger 00:31:46 OK: 233 MiB in 51 packages 00:31:48 Removing intermediate container 17a494e9c51a 00:31:48 ---> f2b0c90a19c9 00:31:48 Step 4/7 : WORKDIR /edgex-go 00:31:48 ---> Running in 13f0438a6605 00:31:48 Removing intermediate container 13f0438a6605 00:31:48 ---> deb3bb8dfc02 00:31:48 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:31:49 latest: Pulling from library/docker 00:31:49 05e7bc50f07f: Pulling fs layer 00:31:49 6db28d0fdbf6: Pulling fs layer 00:31:49 292df0bc6bf3: Pulling fs layer 00:31:49 2e060f4bd70b: Pulling fs layer 00:31:49 80e8d568a223: Pulling fs layer 00:31:49 8dc6ef1a942a: Pulling fs layer 00:31:49 2312dd95470a: Pulling fs layer 00:31:49 2e060f4bd70b: Waiting 00:31:49 80e8d568a223: Waiting 00:31:49 8dc6ef1a942a: Waiting 00:31:49 2312dd95470a: Waiting 00:31:49 292df0bc6bf3: Verifying Checksum 00:31:49 292df0bc6bf3: Download complete 00:31:49 6db28d0fdbf6: Verifying Checksum 00:31:49 6db28d0fdbf6: Download complete 00:31:49 05e7bc50f07f: Verifying Checksum 00:31:49 80e8d568a223: Verifying Checksum 00:31:49 80e8d568a223: Download complete 00:31:49 8dc6ef1a942a: Verifying Checksum 00:31:49 8dc6ef1a942a: Download complete 00:31:49 2312dd95470a: Verifying Checksum 00:31:49 2312dd95470a: Download complete 00:31:49 05e7bc50f07f: Pull complete 00:31:49 6db28d0fdbf6: Pull complete 00:31:50 292df0bc6bf3: Pull complete 00:31:50 2e060f4bd70b: Verifying Checksum 00:31:50 2e060f4bd70b: Download complete 00:31:53 2e060f4bd70b: Pull complete 00:31:53 80e8d568a223: Pull complete 00:31:53 8dc6ef1a942a: Pull complete 00:31:53 2312dd95470a: Pull complete 00:31:53 Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 00:31:53 Status: Downloaded newer image for docker:latest 00:31:54 ---> c91d4bd86734 00:31:54 Step 6/7 : COPY go.mod . 00:31:54 ---> 681366ac3a3e 00:31:54 Step 7/7 : RUN go mod download 00:31:54 ---> Running in 6c65d895068a 00:32:16 Removing intermediate container 6c65d895068a 00:32:16 ---> 4caeaf4b5222 00:32:16 Successfully built 4caeaf4b5222 00:32:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:17 + docker inspect -f . ci-base-image-x86_64 00:32:17 . [Pipeline] withDockerContainer 00:32:17 prd-centos7-docker-4c-2g-15679 does not seem to be running inside a container 00:32:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat 00:32:18 $ docker top 0067006ed40e7645c017ecebced25dd6c0c6e9a1fffd8462dd31467cd2afa844 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:18 + go version 00:32:18 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:18 $ docker stop --time=1 0067006ed40e7645c017ecebced25dd6c0c6e9a1fffd8462dd31467cd2afa844 00:32:20 $ docker rm -f 0067006ed40e7645c017ecebced25dd6c0c6e9a1fffd8462dd31467cd2afa844 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:21 + docker inspect -f . ci-base-image-x86_64 00:32:21 . [Pipeline] withDockerContainer 00:32:21 prd-centos7-docker-4c-2g-15679 does not seem to be running inside a container 00:32:21 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat 00:32:22 $ docker top a4d6461f50d1c6f5755b0781f6479660ff89586414c8ab9640dc508197de94ae -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:22 ========================================================= 00:32:22 [edgeXBuildGoParallel] Running Tests and Build... 00:32:22 ========================================================= [Pipeline] sh 00:32:22 + make test 00:32:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:32:32 ? github.com/edgexfoundry/edgex-go [no test files] 00:32:47 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:32:58 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.036s 00:32:58 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.100s coverage: 46.6% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.224s coverage: 27.1% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.107s coverage: 67.7% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.106s coverage: 82.3% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.346s coverage: 28.6% of statements 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.075s coverage: 100.0% of statements 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.117s coverage: 86.7% of statements 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:07 # github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http [github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http.test] 00:33:07 internal/core/metadata/v2/controller/http/device_test.go:57:20: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/models".Enabled 00:33:07 internal/core/metadata/v2/controller/http/device_test.go:75:24: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/models".Enabled 00:33:07 internal/core/metadata/v2/controller/http/deviceservice_test.go:49:4: unknown field 'OperatingState' in struct literal of type dtos.DeviceService 00:33:07 internal/core/metadata/v2/controller/http/deviceservice_test.go:60:24: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/models".Enabled 00:33:07 internal/core/metadata/v2/controller/http/deviceservice_test.go:70:4: unknown field 'OperatingState' in struct literal of type dtos.UpdateDeviceService 00:33:07 internal/core/metadata/v2/controller/http/deviceservice_test.go:269:3: unknown field 'OperatingState' in struct literal of type "github.com/edgexfoundry/go-mod-core-contracts/v2/models".DeviceService 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.181s coverage: 97.5% of statements 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:07 FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http [build failed] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.074s coverage: 58.8% of statements 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.1% of statements 00:33:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements 00:33:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements 00:33:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.051s coverage: 80.8% of statements 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.060s coverage: 84.2% of statements 00:33:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.114s coverage: 91.4% of statements 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.205s coverage: 63.5% of statements 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 00:33:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements 00:33:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 00:33:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements 00:33:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.340s coverage: 55.9% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.136s coverage: 86.3% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.174s coverage: 72.2% of statements 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.403s coverage: 72.1% of statements 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.049s coverage: 82.4% of statements 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.049s coverage: 48.4% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.062s coverage: 28.8% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.034s coverage: 96.8% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.125s coverage: 37.0% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.341s coverage: 84.0% of statements 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.117s coverage: 47.1% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.038s coverage: 100.0% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.079s coverage: 100.0% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.671s coverage: 29.1% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.029s coverage: 32.1% of statements 00:33:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 00:33:25 FAIL 00:33:25 make: *** [Makefile:99: test] Error 2 [Pipeline] } 00:33:25 $ docker stop --time=1 a4d6461f50d1c6f5755b0781f6479660ff89586414c8ab9640dc508197de94ae 00:33:27 $ docker rm -f a4d6461f50d1c6f5755b0781f6479660ff89586414c8ab9640dc508197de94ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:33:29 Failed in branch amd64 00:33:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15683 in /w/workspace/edgexfoundry_edgex-go_PR-2935 [Pipeline] { [Pipeline] ws 00:33:57 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 00:34:02 using credential edgex-jenkins-ssh 00:34:02 Cloning the remote Git repository 00:34:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:34:03 > git init /w/workspace/edgex-go/3 # timeout=10 00:34:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:03 > git --version # timeout=10 00:34:03 > git --version # 'git version 2.17.1' 00:34:03 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:19 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2935/head:refs/remotes/origin/PR-2935 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:34:20 Merging remotes/origin/master commit c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 into PR head commit d697f03c37d581ce318702a7abdc76036c41feac 00:34:21 Merge succeeded, producing 5d0c3671b4326f16c6b99e36bf0e316c8d946e68 00:34:21 Checking out Revision 5d0c3671b4326f16c6b99e36bf0e316c8d946e68 (PR-2935) 00:34:20 > git config core.sparsecheckout # timeout=10 00:34:20 > git checkout -f d697f03c37d581ce318702a7abdc76036c41feac # timeout=10 00:34:20 > git remote # timeout=10 00:34:21 > git config --get remote.origin.url # timeout=10 00:34:21 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:21 > git merge c80d9cda01f36d6150cb756b8bf2f6d3223e0b45 # timeout=10 00:34:21 > git rev-parse HEAD^{commit} # timeout=10 00:34:21 > git config core.sparsecheckout # timeout=10 00:34:21 > git checkout -f 5d0c3671b4326f16c6b99e36bf0e316c8d946e68 # timeout=10 00:34:25 Commit message: "Merge commit 'c80d9cda01f36d6150cb756b8bf2f6d3223e0b45' into HEAD" 00:34:25 First time build. Skipping changelog. 00:34:25 > git rev-list --no-walk 48419d70e5cd5d55ffa0b394a17158509ce68da9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:34:27 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:34:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:34:28 + true 00:34:28 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:34:31 provisioning config files... 00:34:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3056556307260216014tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:34:31 ---> docker-login.sh 00:34:31 nexus3.edgexfoundry.org:10001 00:34:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:32 Configure a credential helper to remove this warning. See 00:34:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:32 00:34:32 Login Succeeded 00:34:32 nexus3.edgexfoundry.org:10002 00:34:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:33 Configure a credential helper to remove this warning. See 00:34:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:33 00:34:33 Login Succeeded 00:34:33 nexus3.edgexfoundry.org:10003 00:34:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:34 Configure a credential helper to remove this warning. See 00:34:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:34 00:34:34 Login Succeeded 00:34:34 nexus3.edgexfoundry.org:10004 00:34:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:34 Configure a credential helper to remove this warning. See 00:34:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:34 00:34:34 Login Succeeded 00:34:34 docker.io 00:34:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:35 Configure a credential helper to remove this warning. See 00:34:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:35 00:34:35 Login Succeeded 00:34:35 ---> docker-login.sh ends [Pipeline] } 00:34:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:34:35 ========================================================= 00:34:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:34:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:34:36 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:34:38 Sending build context to Docker daemon 165.7MB 00:34:38 Step 1/7 : ARG BASE=golang:1.15-alpine 00:34:38 Step 2/7 : FROM ${BASE} 00:34:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:34:38 5f621e34cdf4: Pulling fs layer 00:34:38 a4357932f1b6: Pulling fs layer 00:34:38 18c013af1878: Pulling fs layer 00:34:38 00ac8860ef70: Pulling fs layer 00:34:38 63d7cb157983: Pulling fs layer 00:34:38 b116817d02f9: Pulling fs layer 00:34:38 745a02a5169b: Pulling fs layer 00:34:38 63d7cb157983: Waiting 00:34:38 b116817d02f9: Waiting 00:34:38 745a02a5169b: Waiting 00:34:38 00ac8860ef70: Waiting 00:34:38 18c013af1878: Download complete 00:34:38 a4357932f1b6: Verifying Checksum 00:34:38 a4357932f1b6: Download complete 00:34:38 63d7cb157983: Download complete 00:34:38 b116817d02f9: Verifying Checksum 00:34:38 b116817d02f9: Download complete 00:34:38 5f621e34cdf4: Verifying Checksum 00:34:38 5f621e34cdf4: Download complete 00:34:39 5f621e34cdf4: Pull complete 00:34:40 a4357932f1b6: Pull complete 00:34:40 18c013af1878: Pull complete 00:34:41 745a02a5169b: Verifying Checksum 00:34:41 745a02a5169b: Download complete 00:34:43 00ac8860ef70: Verifying Checksum 00:34:43 00ac8860ef70: Download complete 00:34:53 00ac8860ef70: Pull complete 00:34:53 63d7cb157983: Pull complete 00:34:53 b116817d02f9: Pull complete 00:34:57 745a02a5169b: Pull complete 00:34:57 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:34:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:34:57 ---> b7e6874047d6 00:34:57 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:35:01 ---> Running in 14df95c93b1f 00:35:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:04 (1/12) Installing libmagic (5.38-r0) 00:35:04 (2/12) Installing file (5.38-r0) 00:35:05 (3/12) Installing libc-dev (0.7.2-r3) 00:35:05 (4/12) Installing g++ (9.3.0-r2) 00:35:15 (5/12) Installing fortify-headers (1.1-r0) 00:35:15 (6/12) Installing patch (2.7.6-r6) 00:35:15 (7/12) Installing build-base (0.5-r2) 00:35:15 (8/12) Installing libsodium (1.0.18-r0) 00:35:15 (9/12) Installing pkgconf (1.7.2-r0) 00:35:15 (10/12) Installing libsodium-dev (1.0.18-r0) 00:35:15 (11/12) Installing libzmq (4.3.3-r0) 00:35:15 (12/12) Installing zeromq-dev (4.3.3-r0) 00:35:15 Executing busybox-1.31.1-r19.trigger 00:35:15 OK: 217 MiB in 51 packages 00:35:19 Removing intermediate container 14df95c93b1f 00:35:19 ---> d9480b7a6fb5 00:35:19 Step 4/7 : WORKDIR /edgex-go 00:35:19 ---> Running in 151824eea717 00:35:19 Removing intermediate container 151824eea717 00:35:19 ---> da37432f801f 00:35:19 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:35:20 latest: Pulling from library/docker 00:35:20 a3cc7d3b244e: Pulling fs layer 00:35:20 02a3295e0d61: Pulling fs layer 00:35:20 0f4f2e6d8100: Pulling fs layer 00:35:20 330b718f631f: Pulling fs layer 00:35:20 a93816041522: Pulling fs layer 00:35:20 bdb6da89ff94: Pulling fs layer 00:35:20 2a70c0c122f4: Pulling fs layer 00:35:20 bdb6da89ff94: Waiting 00:35:20 330b718f631f: Waiting 00:35:20 a93816041522: Waiting 00:35:20 2a70c0c122f4: Waiting 00:35:20 0f4f2e6d8100: Download complete 00:35:20 a3cc7d3b244e: Download complete 00:35:20 02a3295e0d61: Verifying Checksum 00:35:20 bdb6da89ff94: Verifying Checksum 00:35:20 bdb6da89ff94: Download complete 00:35:20 a93816041522: Verifying Checksum 00:35:20 a93816041522: Download complete 00:35:20 2a70c0c122f4: Download complete 00:35:21 a3cc7d3b244e: Pull complete 00:35:22 02a3295e0d61: Pull complete 00:35:22 330b718f631f: Verifying Checksum 00:35:22 330b718f631f: Download complete 00:35:22 0f4f2e6d8100: Pull complete 00:35:25 330b718f631f: Pull complete 00:35:26 a93816041522: Pull complete 00:35:26 bdb6da89ff94: Pull complete 00:35:26 2a70c0c122f4: Pull complete 00:35:26 Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 00:35:26 Status: Downloaded newer image for docker:latest 00:35:30 ---> feb929330240 00:35:30 Step 6/7 : COPY go.mod . 00:35:30 ---> 81b538123915 00:35:30 Step 7/7 : RUN go mod download 00:35:30 ---> Running in ca73a3a8f83d 00:35:57 Removing intermediate container ca73a3a8f83d 00:35:57 ---> 85589a7b0e0c 00:35:57 Successfully built 85589a7b0e0c 00:35:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:35:58 + docker inspect -f . ci-base-image-arm64 00:35:58 . [Pipeline] withDockerContainer 00:35:58 prd-ubuntu18.04-docker-arm64-4c-16g-15683 does not seem to be running inside a container 00:35:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 00:36:00 $ docker top 875c3e8c38f61e91b8d6a3b6d091c11d4f03416ddf19d4ce30ae7658d0d74cdf -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:01 + go version 00:36:01 go version go1.15.5 linux/arm64 [Pipeline] } 00:36:01 $ docker stop --time=1 875c3e8c38f61e91b8d6a3b6d091c11d4f03416ddf19d4ce30ae7658d0d74cdf 00:36:03 $ docker rm -f 875c3e8c38f61e91b8d6a3b6d091c11d4f03416ddf19d4ce30ae7658d0d74cdf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:04 + docker inspect -f . ci-base-image-arm64 00:36:04 . [Pipeline] withDockerContainer 00:36:04 prd-ubuntu18.04-docker-arm64-4c-16g-15683 does not seem to be running inside a container 00:36:04 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 00:36:06 $ docker top fee8f14920abc96c86fc38ba0aa67a56b743810f4fbcef5ade2066f1695540ca -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:06 ========================================================= 00:36:06 [edgeXBuildGoParallel] Running Tests and Build... 00:36:06 ========================================================= [Pipeline] sh 00:36:07 + make test 00:36:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:34 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:21 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:37:43 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:37:43 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:37:43 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:37:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:37:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:37:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:37:47 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.086s 00:37:47 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:37:47 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:37:49 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:37:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:37:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:37:49 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:37:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.284s coverage: 46.6% of statements 00:37:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:37:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:37:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:37:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:37:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.502s coverage: 27.1% of statements 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.076s coverage: 100.0% of statements 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.296s coverage: 67.7% of statements 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.769s coverage: 82.3% of statements 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.266s coverage: 28.6% of statements 00:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.142s coverage: 100.0% of statements 00:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.111s coverage: 100.0% of statements 00:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.348s coverage: 86.7% of statements 00:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:15 # github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http [github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http.test] 00:38:15 internal/core/metadata/v2/controller/http/device_test.go:57:20: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/models".Enabled 00:38:15 internal/core/metadata/v2/controller/http/device_test.go:75:24: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/models".Enabled 00:38:15 internal/core/metadata/v2/controller/http/deviceservice_test.go:49:4: unknown field 'OperatingState' in struct literal of type dtos.DeviceService 00:38:15 internal/core/metadata/v2/controller/http/deviceservice_test.go:60:24: undefined: "github.com/edgexfoundry/go-mod-core-contracts/v2/models".Enabled 00:38:15 internal/core/metadata/v2/controller/http/deviceservice_test.go:70:4: unknown field 'OperatingState' in struct literal of type dtos.UpdateDeviceService 00:38:15 internal/core/metadata/v2/controller/http/deviceservice_test.go:269:3: unknown field 'OperatingState' in struct literal of type "github.com/edgexfoundry/go-mod-core-contracts/v2/models".DeviceService 00:38:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.384s coverage: 97.5% of statements 00:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.131s coverage: 78.3% of statements 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:16 FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http [build failed] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.071s coverage: 58.8% of statements 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:38:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.172s coverage: 0.1% of statements 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:38:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:38:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.081s coverage: 75.5% of statements 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:38:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements 00:38:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.185s coverage: 87.2% of statements 00:38:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.150s coverage: 84.2% of statements 00:38:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.272s coverage: 91.4% of statements 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:38:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.667s coverage: 63.5% of statements 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:38:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 00:38:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.091s coverage: 100.0% of statements 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.087s coverage: 73.7% of statements 00:38:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.862s coverage: 55.9% of statements 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 70.784s coverage: 86.3% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.979s coverage: 72.2% of statements 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.813s coverage: 72.1% of statements 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.083s coverage: 82.4% of statements 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.072s coverage: 48.4% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.071s coverage: 28.8% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.139s coverage: 96.8% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.398s coverage: 37.0% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.565s coverage: 84.0% of statements 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.076s coverage: 100.0% of statements 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.443s coverage: 47.1% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.042s coverage: 100.0% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.102s coverage: 100.0% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.167s coverage: 29.1% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.177s coverage: 99.0% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.089s coverage: 100.0% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.074s coverage: 100.0% of statements 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.085s coverage: 32.1% of statements 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements 00:39:54 FAIL 00:39:54 make: *** [Makefile:99: test] Error 2 [Pipeline] } 00:39:54 $ docker stop --time=1 fee8f14920abc96c86fc38ba0aa67a56b743810f4fbcef5ade2066f1695540ca 00:39:56 $ docker rm -f fee8f14920abc96c86fc38ba0aa67a56b743810f4fbcef5ade2066f1695540ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:39:58 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:40:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:40:03 ---> package-listing.sh 00:40:03 ++ facter osfamily 00:40:03 ++ tr '[:upper:]' '[:lower:]' 00:40:03 + OS_FAMILY=redhat 00:40:03 + workspace=/w/workspace/edgex-go/3 00:40:03 + START_PACKAGES=/tmp/packages_start.txt 00:40:03 + END_PACKAGES=/tmp/packages_end.txt 00:40:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:40:03 + PACKAGES=/tmp/packages_start.txt 00:40:03 + '[' /w/workspace/edgex-go/3 ']' 00:40:03 + PACKAGES=/tmp/packages_end.txt 00:40:03 + case "${OS_FAMILY}" in 00:40:03 + rpm -qa 00:40:03 + sort 00:40:08 + '[' -f /tmp/packages_start.txt ']' 00:40:08 + '[' -f /tmp/packages_end.txt ']' 00:40:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:40:08 + '[' /w/workspace/edgex-go/3 ']' 00:40:08 + mkdir -p /w/workspace/edgex-go/3/archives/ 00:40:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 00:40:08 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:40:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:40:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:40:09 00:40:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:40:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:40:09 alpine: Pulling from edgex-lftools-log-publisher 00:40:09 df20fa9351a1: Pulling fs layer 00:40:09 36b3adc4ff6f: Pulling fs layer 00:40:09 8ad3a11d3b57: Pulling fs layer 00:40:09 46f8f816bc3b: Pulling fs layer 00:40:09 93b61091891f: Pulling fs layer 00:40:09 93b9cdb0e59b: Pulling fs layer 00:40:09 5e14af77c1be: Pulling fs layer 00:40:09 01666e4c0597: Pulling fs layer 00:40:09 aa168da1d23b: Pulling fs layer 00:40:09 01666e4c0597: Waiting 00:40:09 aa168da1d23b: Waiting 00:40:09 93b9cdb0e59b: Waiting 00:40:09 5e14af77c1be: Waiting 00:40:09 46f8f816bc3b: Waiting 00:40:09 93b61091891f: Waiting 00:40:09 36b3adc4ff6f: Verifying Checksum 00:40:09 36b3adc4ff6f: Download complete 00:40:09 46f8f816bc3b: Verifying Checksum 00:40:09 df20fa9351a1: Verifying Checksum 00:40:09 df20fa9351a1: Download complete 00:40:09 93b9cdb0e59b: Verifying Checksum 00:40:09 93b9cdb0e59b: Download complete 00:40:09 5e14af77c1be: Verifying Checksum 00:40:09 5e14af77c1be: Download complete 00:40:09 93b61091891f: Verifying Checksum 00:40:09 01666e4c0597: Verifying Checksum 00:40:09 01666e4c0597: Download complete 00:40:09 df20fa9351a1: Pull complete 00:40:10 36b3adc4ff6f: Pull complete 00:40:10 8ad3a11d3b57: Download complete 00:40:11 8ad3a11d3b57: Pull complete 00:40:11 46f8f816bc3b: Pull complete 00:40:11 93b61091891f: Pull complete 00:40:12 93b9cdb0e59b: Pull complete 00:40:12 aa168da1d23b: Verifying Checksum 00:40:12 aa168da1d23b: Download complete 00:40:12 5e14af77c1be: Pull complete 00:40:12 01666e4c0597: Pull complete 00:40:20 aa168da1d23b: Pull complete 00:40:20 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:40:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:40:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:40:20 prd-centos7-docker-4c-2g-15679 does not seem to be running inside a container 00:40:20 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:40:24 $ docker top ea3d0a364143e4bae054facd2c7c85f7622b88d16d68745a3aae2e8e7d9167a7 -eo pid,comm [Pipeline] { [Pipeline] sh 00:40:25 + touch /tmp/pre-build-complete [Pipeline] sh 00:40:25 + mkdir -p /var/log/sa [Pipeline] sh 00:40:25 + ls /var/log/sa-host 00:40:25 + sadf -c /var/log/sa-host/sa12 00:40:25 file_magic: OK 00:40:25 HZ: Using current value: 100 00:40:25 file_header: OK 00:40:25 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:40:25 Statistics: 00:40:25 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:40:25 File successfully converted to sysstat format version 12.2.1 00:40:25 + sadf -c /var/log/sa-host/sa23 00:40:25 file_magic: OK 00:40:25 HZ: Using current value: 100 00:40:25 file_header: OK 00:40:25 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:40:25 Statistics: 00:40:25 Hnuu...uuuununununu... 00:40:25 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:40:25 provisioning config files... 00:40:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config4283921047108031218tmp [Pipeline] { [Pipeline] echo 00:40:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:40:26 ---> create-netrc.sh [Pipeline] } 00:40:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:40:26 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:40:26 ---> python-tools-install.sh [Pipeline] echo 00:40:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:40:26 ---> sudo-logs.sh 00:40:26 Archiving 'sudo' log.. [Pipeline] echo 00:40:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:40:27 ---> job-cost.sh 00:40:27 lf-activate-venv: SKIPPING 00:40:27 INFO: No Stack... 00:40:28 INFO: Retrieving Pricing Info for: v1-standard-2 00:40:28 INFO: Archiving Costs [Pipeline] echo 00:40:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:40:29 ---> logs-deploy.sh 00:40:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2935/3 00:40:29 INFO: archiving workspace using pattern(s): 00:40:30 Archives upload complete. 00:40:31 INFO: archiving logs to Nexus 00:40:32 ---> uname -a: 00:40:32 Linux prd-centos7-docker-4c-2g-15679.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:40:32 00:40:32 00:40:32 ---> lscpu: 00:40:32 Architecture: x86_64 00:40:32 CPU op-mode(s): 32-bit, 64-bit 00:40:32 Byte Order: Little Endian 00:40:32 Address sizes: 40 bits physical, 48 bits virtual 00:40:32 CPU(s): 4 00:40:32 On-line CPU(s) list: 0-3 00:40:32 Thread(s) per core: 1 00:40:32 Core(s) per socket: 1 00:40:32 Socket(s): 4 00:40:32 NUMA node(s): 1 00:40:32 Vendor ID: GenuineIntel 00:40:32 CPU family: 6 00:40:32 Model: 44 00:40:32 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:40:32 Stepping: 1 00:40:32 CPU MHz: 2933.442 00:40:32 BogoMIPS: 5866.88 00:40:32 Virtualization: VT-x 00:40:32 Hypervisor vendor: KVM 00:40:32 Virtualization type: full 00:40:32 L1d cache: 128 KiB 00:40:32 L1i cache: 128 KiB 00:40:32 L2 cache: 16 MiB 00:40:32 L3 cache: 64 MiB 00:40:32 NUMA node0 CPU(s): 0-3 00:40:32 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:40:32 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:40:32 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:40:32 Vulnerability Meltdown: Mitigation; PTI 00:40:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:40:32 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:40:32 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:40:32 Vulnerability Srbds: Not affected 00:40:32 Vulnerability Tsx async abort: Not affected 00:40:32 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:40:32 00:40:32 00:40:32 ---> nproc: 00:40:32 4 00:40:32 00:40:32 00:40:32 ---> df -h: 00:40:32 Filesystem Size Used Available Use% Mounted on 00:40:32 overlay 50.0G 8.5G 41.5G 17% / 00:40:32 tmpfs 64.0M 0 64.0M 0% /dev 00:40:32 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:40:32 shm 64.0M 0 64.0M 0% /dev/shm 00:40:32 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 00:40:32 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 00:40:32 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 00:40:32 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 00:40:32 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 00:40:32 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 00:40:32 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 00:40:32 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 00:40:32 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgex-go/3 00:40:32 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgex-go/3@tmp 00:40:32 00:40:32 00:40:32 ---> free -m: 00:40:32 total used free shared buff/cache available 00:40:32 Mem: 1837 754 139 0 943 990 00:40:32 Swap: 1023 3 1020 00:40:32 00:40:32 00:40:32 ---> ip addr: 00:40:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:40:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:40:32 inet 127.0.0.1/8 scope host lo 00:40:32 valid_lft forever preferred_lft forever 00:40:32 inet6 ::1/128 scope host 00:40:32 valid_lft forever preferred_lft forever 00:40:32 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:40:32 link/ether fa:16:3e:6d:7d:f4 brd ff:ff:ff:ff:ff:ff 00:40:32 inet 10.30.123.79/23 brd 10.30.123.255 scope global dynamic eth0 00:40:32 valid_lft 85728sec preferred_lft 85728sec 00:40:32 inet6 fe80::f816:3eff:fe6d:7df4/64 scope link 00:40:32 valid_lft forever preferred_lft forever 00:40:32 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:40:32 link/ether 02:42:92:33:f7:54 brd ff:ff:ff:ff:ff:ff 00:40:32 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:40:32 valid_lft forever preferred_lft forever 00:40:32 inet6 fe80::42:92ff:fe33:f754/64 scope link 00:40:32 valid_lft forever preferred_lft forever 00:40:32 00:40:32 00:40:32 ---> sar -b -r -n DEV: 00:40:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/12/20 _x86_64_ (4 CPU) 00:40:32 00:40:32 00:29:08 LINUX RESTART (4 CPU) 00:40:32 00:40:32 00:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:40:32 00:31:01 99.12 50.33 48.79 0.00 7644.16 12868.46 0.00 00:40:32 00:32:01 237.04 85.84 151.20 0.00 4861.21 53299.67 0.00 00:40:32 00:33:01 274.83 133.97 140.86 0.00 5686.98 21026.53 0.00 00:40:32 00:34:01 37.82 6.92 30.90 0.00 873.74 2021.90 0.00 00:40:32 00:35:01 1.63 0.07 1.57 0.00 1.87 28.63 0.00 00:40:32 00:36:01 0.52 0.03 0.48 0.00 1.07 7.46 0.00 00:40:32 00:37:01 1.17 1.02 0.15 0.00 124.30 2.00 0.00 00:40:32 00:38:01 0.65 0.00 0.65 0.00 0.00 7.58 0.00 00:40:32 00:39:02 0.17 0.00 0.17 0.00 0.00 1.35 0.00 00:40:32 00:40:01 1.74 1.54 0.20 0.00 215.78 2.07 0.00 00:40:32 Average: 65.63 28.04 37.59 0.00 1945.52 8948.65 0.00 00:40:32 00:40:32 00:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:40:32 00:31:01 222148 0 568860 30.23 2620 1087916 1213820 41.43 581008 874288 224 00:40:32 00:32:01 75564 0 690908 36.72 1492 1113580 1536524 52.44 605096 937736 60088 00:40:32 00:33:01 127936 0 809352 43.02 736 943520 1675284 57.17 741668 727076 16636 00:40:32 00:34:01 607176 0 678448 36.06 540 595380 1122944 38.32 477912 529580 20 00:40:32 00:35:01 611404 0 674276 35.84 540 595324 1103400 37.66 476752 529080 12 00:40:32 00:36:01 611264 0 674412 35.84 540 595328 1103496 37.66 475400 530848 20 00:40:32 00:37:01 606992 0 674948 35.87 540 599064 1103532 37.66 475716 534580 8 00:40:32 00:38:01 609616 0 672320 35.73 540 599068 1090036 37.20 473820 534360 8 00:40:32 00:39:02 609780 0 672152 35.72 540 599072 1090036 37.20 473704 534360 8 00:40:32 00:40:01 600352 0 675200 35.89 540 605452 1090108 37.20 479920 537940 8 00:40:32 Average: 468223 0 679088 36.09 863 733370 1212918 41.39 526100 626985 7703 00:40:32 00:40:32 00:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:40:32 00:31:01 vethf4e13e9 1134.10 859.06 98.71 2673.03 0.00 0.00 0.00 0.00 00:40:32 00:31:01 eth0 1036.10 1250.96 3121.29 147.85 0.00 0.00 0.00 0.00 00:40:32 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:40:32 00:31:01 docker0 1134.10 858.93 83.21 2673.02 0.00 0.00 0.00 0.00 00:40:32 00:32:01 eth0 636.64 437.52 4777.84 46.03 0.00 0.00 0.00 0.00 00:40:32 00:32:01 veth5d410a2 66.85 89.92 6.26 346.21 0.00 0.00 0.00 0.00 00:40:32 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:40:32 00:32:01 docker0 126.85 161.03 8.52 706.89 0.00 0.00 0.00 0.00 00:40:32 00:33:01 eth0 68.74 54.48 154.89 74.61 0.00 0.00 0.00 0.00 00:40:32 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:40:32 00:33:01 veth399880a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:40:32 00:33:01 docker0 18.29 18.95 1.44 123.01 0.00 0.00 0.00 0.00 00:40:32 00:34:01 eth0 15.74 8.00 12.35 6.33 0.00 0.00 0.00 0.00 00:40:32 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:40:32 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:40:32 00:35:01 eth0 1.62 0.42 0.47 0.30 0.00 0.00 0.00 0.00 00:40:32 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:40:32 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:40:32 00:36:01 eth0 1.92 0.63 0.68 0.40 0.00 0.00 0.00 0.00 00:40:32 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:40:32 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:40:32 00:37:01 eth0 0.45 0.28 0.27 0.20 0.00 0.00 0.00 0.00 00:40:32 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:40:32 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:40:32 00:38:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:40:32 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:40:32 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:40:32 00:39:02 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:40:32 00:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:40:32 00:39:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:40:32 00:40:01 eth0 0.41 0.20 0.15 0.07 0.00 0.00 0.00 0.00 00:40:32 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:40:32 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:40:32 Average: eth0 176.63 175.72 808.78 27.65 0.00 0.00 0.00 0.00 00:40:32 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:40:32 Average: docker0 128.26 104.16 9.34 351.20 0.00 0.00 0.00 0.00 00:40:32 00:40:32 00:40:32 ---> sar -P ALL: 00:40:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/12/20 _x86_64_ (4 CPU) 00:40:32 00:40:32 00:29:08 LINUX RESTART (4 CPU) 00:40:32 00:40:32 00:30:01 CPU %user %nice %system %iowait %steal %idle 00:40:32 00:31:01 all 11.42 0.00 5.16 1.58 0.22 81.62 00:40:32 00:31:01 0 14.89 0.00 7.54 3.15 0.24 74.19 00:40:32 00:31:01 1 8.88 0.00 3.76 1.38 0.17 85.81 00:40:32 00:31:01 2 11.28 0.00 5.07 1.38 0.20 82.06 00:40:32 00:31:01 3 10.68 0.00 4.28 0.43 0.26 84.36 00:40:32 00:32:01 all 12.13 0.00 9.01 3.00 0.23 75.64 00:40:32 00:32:01 0 12.86 0.00 10.34 2.50 0.28 74.02 00:40:32 00:32:01 1 11.11 0.00 8.33 2.80 0.15 77.60 00:40:32 00:32:01 2 11.87 0.00 9.36 4.02 0.24 74.51 00:40:32 00:32:01 3 12.68 0.00 8.01 2.66 0.24 76.41 00:40:32 00:33:01 all 39.87 0.00 12.64 6.82 0.16 40.50 00:40:32 00:33:01 0 37.37 0.00 13.06 9.15 0.16 40.26 00:40:32 00:33:01 1 40.00 0.00 12.59 6.17 0.19 41.04 00:40:32 00:33:01 2 39.54 0.00 12.15 6.45 0.14 41.72 00:40:32 00:33:01 3 42.57 0.00 12.78 5.51 0.14 39.00 00:40:32 00:34:01 all 23.31 0.00 4.87 1.02 0.03 70.77 00:40:32 00:34:01 0 24.82 0.00 5.26 2.00 0.05 67.87 00:40:32 00:34:01 1 22.74 0.00 4.77 1.03 0.02 71.45 00:40:32 00:34:01 2 21.96 0.00 4.79 0.73 0.02 72.50 00:40:32 00:34:01 3 23.72 0.00 4.68 0.33 0.03 71.25 00:40:32 00:35:01 all 0.16 0.00 0.04 0.00 0.00 99.80 00:40:32 00:35:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:40:32 00:35:01 1 0.05 0.00 0.07 0.00 0.00 99.88 00:40:32 00:35:01 2 0.53 0.00 0.03 0.00 0.00 99.43 00:40:32 00:35:01 3 0.02 0.00 0.05 0.00 0.00 99.93 00:40:32 00:36:01 all 0.21 0.00 0.13 0.00 0.02 99.64 00:40:32 00:36:01 0 0.03 0.00 0.03 0.00 0.02 99.92 00:40:32 00:36:01 1 0.05 0.00 0.13 0.00 0.05 99.77 00:40:32 00:36:01 2 0.62 0.00 0.20 0.00 0.00 99.18 00:40:32 00:36:01 3 0.15 0.00 0.17 0.00 0.00 99.68 00:40:32 00:37:01 all 0.11 0.00 0.06 0.00 0.00 99.82 00:40:32 00:37:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:40:32 00:37:01 1 0.07 0.00 0.07 0.00 0.00 99.87 00:40:32 00:37:01 2 0.33 0.00 0.10 0.00 0.02 99.55 00:40:32 00:37:01 3 0.03 0.00 0.05 0.00 0.00 99.92 00:40:32 00:38:01 all 0.16 0.00 0.05 0.00 0.00 99.78 00:40:32 00:38:01 0 0.05 0.00 0.08 0.00 0.00 99.87 00:40:32 00:38:01 1 0.03 0.00 0.05 0.00 0.00 99.92 00:40:32 00:38:01 2 0.53 0.00 0.03 0.00 0.00 99.43 00:40:32 00:38:01 3 0.03 0.00 0.05 0.00 0.00 99.92 00:40:32 00:39:02 all 0.04 0.00 0.04 0.00 0.00 99.92 00:40:32 00:39:02 0 0.03 0.00 0.05 0.00 0.00 99.92 00:40:32 00:39:02 1 0.03 0.00 0.02 0.00 0.00 99.95 00:40:32 00:39:02 2 0.07 0.00 0.03 0.00 0.00 99.90 00:40:32 00:39:02 3 0.03 0.00 0.05 0.00 0.00 99.92 00:40:32 00:40:01 all 0.17 0.00 0.04 0.00 0.00 99.78 00:40:32 00:40:01 0 0.05 0.00 0.07 0.02 0.00 99.86 00:40:32 00:40:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:40:32 00:40:01 2 0.52 0.00 0.03 0.00 0.00 99.44 00:40:32 00:40:01 3 0.05 0.00 0.03 0.00 0.02 99.90 00:40:32 Average: all 8.55 0.00 3.13 1.21 0.06 87.04 00:40:32 Average: 0 8.80 0.00 3.56 1.64 0.07 85.93 00:40:32 Average: 1 8.11 0.00 2.91 1.11 0.06 87.82 00:40:32 Average: 2 8.52 0.00 3.11 1.23 0.06 87.08 00:40:32 Average: 3 8.77 0.00 2.94 0.87 0.07 87.35 00:40:32 00:40:32 00:40:32