Pull request #2840 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 89f1f7a16c720756adf3bc78e02095a326375894+471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 (a4c94b4a4a925039c48c6e2badc023d091ccd813) 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 db23789807683fe8db4060e61030128140927cef 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 db23789807683fe8db4060e61030128140927cef 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 db23789807683fe8db4060e61030128140927cef (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f db23789807683fe8db4060e61030128140927cef # timeout=10 Commit message: "Merge pull request #292 from ernestojeda/launch-isolated-node" > 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-11154 in /w/workspace/edgexfoundry_edgex-go_PR-2840 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/13 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --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 --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2840/head:refs/remotes/origin/PR-2840 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 into PR head commit 89f1f7a16c720756adf3bc78e02095a326375894 Merge succeeded, producing 2a282dfec946dfb8514df694b5b157bbf8ce59c4 Checking out Revision 2a282dfec946dfb8514df694b5b157bbf8ce59c4 (PR-2840) > git config core.sparsecheckout # timeout=10 > git checkout -f 89f1f7a16c720756adf3bc78e02095a326375894 # 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 471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2a282dfec946dfb8514df694b5b157bbf8ce59c4 # timeout=10 Commit message: "Merge commit '471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 699dc08240a9b93ee05c90e1a7f099c0a451e411 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-04T01:05:03.666Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-04T01:05:03.985Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-04T01:05:04.103Z] ========================================================= [2020-11-04T01:05:04.103Z] EdgeX Global Pipelines Version Info [2020-11-04T01:05:04.103Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-04T01:05:06.052Z] ------------------- [2020-11-04T01:05:06.052Z] stable info: [2020-11-04T01:05:06.052Z] ------------------- [2020-11-04T01:05:06.052Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-04T01:05:06.052Z] Commit SHA: db23789807683fe8db4060e61030128140927cef [2020-11-04T01:05:06.052Z] Message: update stable to v1.0.159 [2020-11-04T01:05:07.005Z] ------------------- [2020-11-04T01:05:07.005Z] experimental info: [2020-11-04T01:05:07.005Z] ------------------- [2020-11-04T01:05:07.005Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-04T01:05:07.005Z] Commit SHA: db23789807683fe8db4060e61030128140927cef [2020-11-04T01:05:07.006Z] Message: update experimental to v1.0.159 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-04T01:05:07.351Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-11-04T01:05:07.459Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-11-04T01:05:07.568Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-04T01:05:07.676Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-04T01:05:07.791Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-04T01:05:07.891Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-04T01:05:07.991Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-04T01:05:08.102Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-11-04T01:05:08.208Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-11-04T01:05:08.313Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-11-04T01:05:08.444Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-04T01:05:08.560Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-04T01:05:08.677Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-04T01:05:08.791Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-04T01:05:08.958Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-04T01:05:09.058Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-04T01:05:09.155Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-04T01:05:09.252Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-04T01:05:09.347Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-04T01:05:09.460Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-04T01:05:09.560Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-04T01:05:09.656Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-04T01:05:09.751Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2840 [Pipeline] echo [2020-11-04T01:05:09.844Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2840 [Pipeline] echo [2020-11-04T01:05:09.947Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2840 [Pipeline] echo [2020-11-04T01:05:10.048Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2a282dfec946dfb8514df694b5b157bbf8ce59c4 [Pipeline] echo [2020-11-04T01:05:10.140Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2a282df [Pipeline] echo [2020-11-04T01:05:10.244Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-11-04T01:05:10.656Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-11-04T01:05:10.656Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T01:05:10.656Z] ++ dirname cmd/core-command/Dockerfile [2020-11-04T01:05:10.656Z] ++ cut -d/ -f2 [2020-11-04T01:05:10.656Z] + echo core-command,cmd/core-command/Dockerfile [2020-11-04T01:05:10.656Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T01:05:10.656Z] ++ dirname cmd/core-data/Dockerfile [2020-11-04T01:05:10.656Z] ++ cut -d/ -f2 [2020-11-04T01:05:10.656Z] + echo core-data,cmd/core-data/Dockerfile [2020-11-04T01:05:10.656Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T01:05:10.656Z] ++ dirname cmd/core-metadata/Dockerfile [2020-11-04T01:05:10.656Z] ++ cut -d/ -f2 [2020-11-04T01:05:10.656Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-11-04T01:05:10.656Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T01:05:10.656Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-11-04T01:05:10.656Z] ++ cut -d/ -f2 [2020-11-04T01:05:10.656Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-11-04T01:05:10.656Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T01:05:10.656Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-11-04T01:05:10.656Z] ++ cut -d/ -f2 [2020-11-04T01:05:10.656Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-11-04T01:05:10.656Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T01:05:10.656Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-11-04T01:05:10.656Z] ++ cut -d/ -f2 [2020-11-04T01:05:10.657Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-11-04T01:05:10.657Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T01:05:10.657Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-11-04T01:05:10.657Z] ++ cut -d/ -f2 [2020-11-04T01:05:10.657Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-11-04T01:05:10.657Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T01:05:10.657Z] ++ dirname cmd/support-logging/Dockerfile [2020-11-04T01:05:10.657Z] ++ cut -d/ -f2 [2020-11-04T01:05:10.657Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-11-04T01:05:10.657Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T01:05:10.657Z] ++ dirname cmd/support-notifications/Dockerfile [2020-11-04T01:05:10.657Z] ++ cut -d/ -f2 [2020-11-04T01:05:10.657Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-11-04T01:05:10.657Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T01:05:10.657Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-11-04T01:05:10.657Z] ++ cut -d/ -f2 [2020-11-04T01:05:10.657Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-11-04T01:05:10.657Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T01:05:10.657Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-11-04T01:05:10.657Z] ++ cut -d/ -f2 [2020-11-04T01:05:10.657Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-04T01:05:10.732Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-11-04T01:05:12.399Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-04T01:05:12.662Z] [2020-11-04T01:05:12.662Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-04T01:05:13.043Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-04T01:05:13.043Z] latest: Pulling from edgex-devops/git-semver [2020-11-04T01:05:13.043Z] 31603596830f: Pulling fs layer [2020-11-04T01:05:13.043Z] 2a8b12db71e7: Pulling fs layer [2020-11-04T01:05:13.043Z] 6ca5941a6612: Pulling fs layer [2020-11-04T01:05:13.043Z] ecc8261a40a4: Pulling fs layer [2020-11-04T01:05:13.043Z] ecc8261a40a4: Waiting [2020-11-04T01:05:13.043Z] 2a8b12db71e7: Verifying Checksum [2020-11-04T01:05:13.043Z] 2a8b12db71e7: Download complete [2020-11-04T01:05:13.314Z] 31603596830f: Verifying Checksum [2020-11-04T01:05:13.314Z] 31603596830f: Download complete [2020-11-04T01:05:13.581Z] ecc8261a40a4: Verifying Checksum [2020-11-04T01:05:13.581Z] ecc8261a40a4: Download complete [2020-11-04T01:05:13.581Z] 6ca5941a6612: Verifying Checksum [2020-11-04T01:05:13.581Z] 6ca5941a6612: Download complete [2020-11-04T01:05:13.848Z] 31603596830f: Pull complete [2020-11-04T01:05:13.848Z] 2a8b12db71e7: Pull complete [2020-11-04T01:05:14.810Z] 6ca5941a6612: Pull complete [2020-11-04T01:05:15.073Z] ecc8261a40a4: Pull complete [2020-11-04T01:05:15.073Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-04T01:05:15.073Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-04T01:05:15.073Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-04T01:05:15.189Z] prd-centos7-docker-4c-2g-11154 does not seem to be running inside a container [2020-11-04T01:05:15.249Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-04T01:05:17.800Z] $ docker top 18be8debddd63b34acbeafd2a203098281df427bc46d4fb7ac3379082a3075c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-04T01:05:18.113Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-04T01:05:18.113Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-04T01:05:18.347Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-04T01:05:18.353Z] $ docker exec 18be8debddd63b34acbeafd2a203098281df427bc46d4fb7ac3379082a3075c3 ssh-agent [2020-11-04T01:05:18.527Z] SSH_AUTH_SOCK=/tmp/ssh-gUTzczMOCiM0/agent.12 [2020-11-04T01:05:18.527Z] SSH_AGENT_PID=17 [2020-11-04T01:05:18.539Z] Running ssh-add (command line suppressed) [2020-11-04T01:05:18.672Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_4091972317227662318.key (/w/workspace/edgex-go/13@tmp/private_key_4091972317227662318.key) [2020-11-04T01:05:18.723Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-04T01:05:19.070Z] + git tag --points-at HEAD [Pipeline] } [2020-11-04T01:05:19.095Z] $ docker exec --env ******** --env ******** 18be8debddd63b34acbeafd2a203098281df427bc46d4fb7ac3379082a3075c3 ssh-agent -k [2020-11-04T01:05:19.215Z] unset SSH_AUTH_SOCK; [2020-11-04T01:05:19.215Z] unset SSH_AGENT_PID; [2020-11-04T01:05:19.215Z] echo Agent pid 17 killed; [2020-11-04T01:05:19.263Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-04T01:05:19.416Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-04T01:05:19.416Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-04T01:05:19.599Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-04T01:05:19.605Z] $ docker exec 18be8debddd63b34acbeafd2a203098281df427bc46d4fb7ac3379082a3075c3 ssh-agent [2020-11-04T01:05:19.773Z] SSH_AUTH_SOCK=/tmp/ssh-xmoob9LWiorz/agent.47 [2020-11-04T01:05:19.773Z] SSH_AGENT_PID=53 [2020-11-04T01:05:19.780Z] Running ssh-add (command line suppressed) [2020-11-04T01:05:19.906Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_6860172629810896059.key (/w/workspace/edgex-go/13@tmp/private_key_6860172629810896059.key) [2020-11-04T01:05:19.960Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-04T01:05:20.307Z] + git semver init [2020-11-04T01:05:20.307Z] # -> Open(): unable to determine branch for HEAD [2020-11-04T01:05:20.307Z] # $GIT_DIR = /w/workspace/edgex-go/13/.git [2020-11-04T01:05:20.307Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/13 [2020-11-04T01:05:20.307Z] # $SEMVER_REMOTE_NAME = origin [2020-11-04T01:05:20.307Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-04T01:05:20.307Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-04T01:05:20.307Z] # $SEMVER_BRANCH = PR-2840 [2020-11-04T01:05:20.307Z] # $SEMVER_TEMP = /tmp/semver-040730778 [2020-11-04T01:05:20.307Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-11-04T01:05:38.589Z] # '/tmp/semver-040730778' -> '/w/workspace/edgex-go/13/.semver' [2020-11-04T01:05:38.589Z] # -> Force: false [2020-11-04T01:05:38.589Z] # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } [2020-11-04T01:05:38.605Z] $ docker exec --env ******** --env ******** 18be8debddd63b34acbeafd2a203098281df427bc46d4fb7ac3379082a3075c3 ssh-agent -k [2020-11-04T01:05:38.847Z] unset SSH_AUTH_SOCK; [2020-11-04T01:05:38.848Z] unset SSH_AGENT_PID; [2020-11-04T01:05:38.848Z] echo Agent pid 53 killed; [2020-11-04T01:05:38.935Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-04T01:05:39.516Z] + git semver [Pipeline] } [2020-11-04T01:05:39.537Z] $ docker stop --time=1 18be8debddd63b34acbeafd2a203098281df427bc46d4fb7ac3379082a3075c3 [2020-11-04T01:05:41.282Z] $ docker rm -f 18be8debddd63b34acbeafd2a203098281df427bc46d4fb7ac3379082a3075c3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-04T01:05:41.805Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-04T01:05:42.430Z] Stashed 1 file(s) [Pipeline] echo [2020-11-04T01:05:42.434Z] [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) [2020-11-04T01:05:43.072Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-11149 in /w/workspace/edgexfoundry_edgex-go_PR-2840 [Pipeline] { [Pipeline] ws [2020-11-04T01:05:43.131Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] echo [2020-11-04T01:05:43.292Z] ========================================================= [2020-11-04T01:05:43.292Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-04T01:05:43.292Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-04T01:05:43.643Z] + 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 . [2020-11-04T01:05:46.976Z] Sending build context to Docker daemon 338.5MB [2020-11-04T01:05:46.976Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-04T01:05:46.976Z] Step 2/7 : FROM ${BASE} [2020-11-04T01:05:47.239Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-04T01:05:47.239Z] df20fa9351a1: Pulling fs layer [2020-11-04T01:05:47.239Z] ed8968b2872e: Pulling fs layer [2020-11-04T01:05:47.239Z] a92cc7c5fd73: Pulling fs layer [2020-11-04T01:05:47.239Z] e871e8e8d7a9: Pulling fs layer [2020-11-04T01:05:47.239Z] e73272ec9a57: Pulling fs layer [2020-11-04T01:05:47.239Z] 1e910a182e73: Pulling fs layer [2020-11-04T01:05:47.239Z] 4e634b169226: Pulling fs layer [2020-11-04T01:05:47.239Z] e73272ec9a57: Waiting [2020-11-04T01:05:47.239Z] 1e910a182e73: Waiting [2020-11-04T01:05:47.239Z] 4e634b169226: Waiting [2020-11-04T01:05:47.239Z] e871e8e8d7a9: Waiting [2020-11-04T01:05:47.239Z] a92cc7c5fd73: Download complete [2020-11-04T01:05:47.239Z] ed8968b2872e: Download complete [2020-11-04T01:05:47.239Z] e73272ec9a57: Verifying Checksum [2020-11-04T01:05:47.239Z] e73272ec9a57: Download complete [2020-11-04T01:05:47.239Z] 1e910a182e73: Verifying Checksum [2020-11-04T01:05:47.239Z] 1e910a182e73: Download complete [2020-11-04T01:05:47.239Z] df20fa9351a1: Verifying Checksum [2020-11-04T01:05:47.239Z] df20fa9351a1: Download complete [2020-11-04T01:05:47.510Z] df20fa9351a1: Pull complete [2020-11-04T01:05:47.773Z] ed8968b2872e: Pull complete [2020-11-04T01:05:47.881Z] using credential edgex-jenkins-ssh [2020-11-04T01:05:47.947Z] Cloning the remote Git repository [2020-11-04T01:05:48.038Z] a92cc7c5fd73: Pull complete [2020-11-04T01:05:48.012Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-04T01:05:48.135Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2020-11-04T01:05:48.217Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-04T01:05:48.218Z] > git --version # timeout=10 [2020-11-04T01:05:48.250Z] > git --version # 'git version 2.17.1' [2020-11-04T01:05:48.252Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-04T01:05:48.366Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-04T01:05:49.969Z] 4e634b169226: Verifying Checksum [2020-11-04T01:05:49.969Z] 4e634b169226: Download complete [2020-11-04T01:05:50.555Z] e871e8e8d7a9: Verifying Checksum [2020-11-04T01:05:50.555Z] e871e8e8d7a9: Download complete [2020-11-04T01:05:55.889Z] e871e8e8d7a9: Pull complete [2020-11-04T01:05:55.889Z] e73272ec9a57: Pull complete [2020-11-04T01:05:56.156Z] 1e910a182e73: Pull complete [2020-11-04T01:06:01.485Z] 4e634b169226: Pull complete [2020-11-04T01:06:01.485Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-04T01:06:01.485Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-04T01:06:01.485Z] ---> f7629b54cfaa [2020-11-04T01:06:01.485Z] 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 [2020-11-04T01:06:01.485Z] ---> Running in 59b53506fb7a [2020-11-04T01:06:01.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T01:06:02.699Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T01:06:03.278Z] (1/12) Installing libmagic (5.38-r0) [2020-11-04T01:06:03.541Z] (2/12) Installing file (5.38-r0) [2020-11-04T01:06:03.541Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-04T01:06:03.803Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-04T01:06:07.443Z] Merging remotes/origin/master commit 471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 into PR head commit 89f1f7a16c720756adf3bc78e02095a326375894 [2020-11-04T01:06:05.611Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-04T01:06:05.629Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-04T01:06:05.658Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-04T01:06:05.693Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-04T01:06:05.694Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-04T01:06:05.705Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2840/head:refs/remotes/origin/PR-2840 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-04T01:06:07.459Z] > git config core.sparsecheckout # timeout=10 [2020-11-04T01:06:07.470Z] > git checkout -f 89f1f7a16c720756adf3bc78e02095a326375894 # timeout=10 [2020-11-04T01:06:08.021Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-04T01:06:08.021Z] (6/12) Installing patch (2.7.6-r6) [2020-11-04T01:06:08.021Z] (7/12) Installing build-base (0.5-r2) [2020-11-04T01:06:08.021Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-04T01:06:08.021Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-04T01:06:08.021Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-04T01:06:08.287Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-04T01:06:08.287Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-04T01:06:08.287Z] Executing busybox-1.31.1-r16.trigger [2020-11-04T01:06:08.287Z] OK: 233 MiB in 51 packages [2020-11-04T01:06:08.458Z] Merge succeeded, producing 3b1caf664c4f2935f648af4d50da3631730214cb [2020-11-04T01:06:08.459Z] Checking out Revision 3b1caf664c4f2935f648af4d50da3631730214cb (PR-2840) [2020-11-04T01:06:07.905Z] > git remote # timeout=10 [2020-11-04T01:06:07.922Z] > git config --get remote.origin.url # timeout=10 [2020-11-04T01:06:07.937Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-04T01:06:07.947Z] > git merge 471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 # timeout=10 [2020-11-04T01:06:08.441Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-04T01:06:08.462Z] > git config core.sparsecheckout # timeout=10 [2020-11-04T01:06:08.471Z] > git checkout -f 3b1caf664c4f2935f648af4d50da3631730214cb # timeout=10 [2020-11-04T01:06:11.621Z] Removing intermediate container 59b53506fb7a [2020-11-04T01:06:11.621Z] ---> d74092e33c46 [2020-11-04T01:06:11.621Z] Step 4/7 : WORKDIR /edgex-go [2020-11-04T01:06:11.621Z] ---> Running in 9b88a5abb389 [2020-11-04T01:06:11.885Z] Removing intermediate container 9b88a5abb389 [2020-11-04T01:06:11.885Z] ---> 7f92c947b2e5 [2020-11-04T01:06:11.885Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-04T01:06:12.459Z] latest: Pulling from library/docker [2020-11-04T01:06:12.459Z] 188c0c94c7c5: Pulling fs layer [2020-11-04T01:06:12.459Z] 0c7c675703d6: Pulling fs layer [2020-11-04T01:06:12.459Z] cc8c12a437cb: Pulling fs layer [2020-11-04T01:06:12.459Z] c5dafad2182a: Pulling fs layer [2020-11-04T01:06:12.459Z] 5aa711733414: Pulling fs layer [2020-11-04T01:06:12.459Z] 058f73b55e4b: Pulling fs layer [2020-11-04T01:06:12.459Z] 8c9c664faf12: Pulling fs layer [2020-11-04T01:06:12.459Z] c5dafad2182a: Waiting [2020-11-04T01:06:12.459Z] 5aa711733414: Waiting [2020-11-04T01:06:12.459Z] 058f73b55e4b: Waiting [2020-11-04T01:06:12.459Z] 8c9c664faf12: Waiting [2020-11-04T01:06:12.459Z] cc8c12a437cb: Verifying Checksum [2020-11-04T01:06:12.459Z] cc8c12a437cb: Download complete [2020-11-04T01:06:12.459Z] 188c0c94c7c5: Verifying Checksum [2020-11-04T01:06:12.459Z] 188c0c94c7c5: Download complete [2020-11-04T01:06:12.723Z] 5aa711733414: Verifying Checksum [2020-11-04T01:06:12.723Z] 5aa711733414: Download complete [2020-11-04T01:06:12.740Z] Commit message: "Merge commit '471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75' into HEAD" [2020-11-04T01:06:12.766Z] First time build. Skipping changelog. [2020-11-04T01:06:12.986Z] 188c0c94c7c5: Pull complete [2020-11-04T01:06:12.987Z] 0c7c675703d6: Download complete [2020-11-04T01:06:12.987Z] 8c9c664faf12: Verifying Checksum [2020-11-04T01:06:12.987Z] 8c9c664faf12: Download complete [2020-11-04T01:06:13.251Z] 0c7c675703d6: Pull complete [2020-11-04T01:06:13.251Z] cc8c12a437cb: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [2020-11-04T01:06:13.515Z] c5dafad2182a: Verifying Checksum [2020-11-04T01:06:13.515Z] c5dafad2182a: Download complete [Pipeline] { [Pipeline] unstash [2020-11-04T01:06:13.778Z] 058f73b55e4b: Verifying Checksum [2020-11-04T01:06:13.778Z] 058f73b55e4b: Download complete [Pipeline] echo [2020-11-04T01:06:13.867Z] ========================================================= [2020-11-04T01:06:13.868Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-04T01:06:13.868Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-04T01:06:12.745Z] > git rev-list --no-walk 699dc08240a9b93ee05c90e1a7f099c0a451e411 # timeout=10 [2020-11-04T01:06:14.911Z] + 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 . [2020-11-04T01:06:16.364Z] c5dafad2182a: Pull complete [2020-11-04T01:06:16.364Z] 5aa711733414: Pull complete [2020-11-04T01:06:16.364Z] 058f73b55e4b: Pull complete [2020-11-04T01:06:16.364Z] 8c9c664faf12: Pull complete [2020-11-04T01:06:16.364Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-04T01:06:16.364Z] Status: Downloaded newer image for docker:latest [2020-11-04T01:06:17.570Z] Sending build context to Docker daemon 178MB [2020-11-04T01:06:17.570Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-04T01:06:17.570Z] Step 2/7 : FROM ${BASE} [2020-11-04T01:06:18.173Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-04T01:06:18.173Z] b538f80385f9: Pulling fs layer [2020-11-04T01:06:18.173Z] 74f711af9a0d: Pulling fs layer [2020-11-04T01:06:18.173Z] 99f96fe45779: Pulling fs layer [2020-11-04T01:06:18.173Z] 8529a6b9a6be: Pulling fs layer [2020-11-04T01:06:18.173Z] 45590311c82a: Pulling fs layer [2020-11-04T01:06:18.173Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-04T01:06:18.173Z] 209524e5b208: Pulling fs layer [2020-11-04T01:06:18.173Z] 45590311c82a: Waiting [2020-11-04T01:06:18.173Z] 69ca0ff8b7b3: Waiting [2020-11-04T01:06:18.173Z] 209524e5b208: Waiting [2020-11-04T01:06:18.173Z] 8529a6b9a6be: Waiting [2020-11-04T01:06:18.173Z] 99f96fe45779: Download complete [2020-11-04T01:06:18.173Z] 74f711af9a0d: Download complete [2020-11-04T01:06:18.173Z] 45590311c82a: Download complete [2020-11-04T01:06:18.173Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-04T01:06:18.173Z] 69ca0ff8b7b3: Download complete [2020-11-04T01:06:18.173Z] b538f80385f9: Download complete [2020-11-04T01:06:18.315Z] ---> 5cb2a8a018ce [2020-11-04T01:06:18.315Z] Step 6/7 : COPY go.mod . [2020-11-04T01:06:18.315Z] ---> 234e2200b202 [2020-11-04T01:06:18.315Z] Step 7/7 : RUN go mod download [2020-11-04T01:06:18.315Z] ---> Running in 1cbc020f93c2 [2020-11-04T01:06:18.790Z] b538f80385f9: Pull complete [2020-11-04T01:06:19.398Z] 74f711af9a0d: Pull complete [2020-11-04T01:06:19.677Z] 99f96fe45779: Pull complete [2020-11-04T01:06:20.279Z] 209524e5b208: Verifying Checksum [2020-11-04T01:06:20.279Z] 209524e5b208: Download complete [2020-11-04T01:06:21.723Z] 8529a6b9a6be: Verifying Checksum [2020-11-04T01:06:21.723Z] 8529a6b9a6be: Download complete [2020-11-04T01:06:31.893Z] 8529a6b9a6be: Pull complete [2020-11-04T01:06:32.172Z] 45590311c82a: Pull complete [2020-11-04T01:06:32.447Z] 69ca0ff8b7b3: Pull complete [2020-11-04T01:06:36.772Z] 209524e5b208: Pull complete [2020-11-04T01:06:36.772Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-04T01:06:36.773Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-04T01:06:36.773Z] ---> 5bddaf1c2fca [2020-11-04T01:06:36.773Z] 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 [2020-11-04T01:06:40.160Z] ---> Running in 5b37922617fb [2020-11-04T01:06:40.366Z] Removing intermediate container 1cbc020f93c2 [2020-11-04T01:06:40.367Z] ---> fb316e9bbc59 [2020-11-04T01:06:40.367Z] Successfully built fb316e9bbc59 [2020-11-04T01:06:40.367Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-04T01:06:40.697Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-04T01:06:40.697Z] . [Pipeline] withDockerContainer [2020-11-04T01:06:40.810Z] prd-centos7-docker-4c-2g-11154 does not seem to be running inside a container [2020-11-04T01:06:40.866Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-04T01:06:41.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T01:06:41.649Z] $ docker top a8c7aee2acc2df1d277aba84cf73fdce38754bf9ffdf3cf10fa36d05f824d882 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-04T01:06:42.174Z] + go version [2020-11-04T01:06:42.174Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-04T01:06:42.192Z] $ docker stop --time=1 a8c7aee2acc2df1d277aba84cf73fdce38754bf9ffdf3cf10fa36d05f824d882 [2020-11-04T01:06:42.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T01:06:42.791Z] (1/12) Installing libmagic (5.38-r0) [2020-11-04T01:06:43.063Z] (2/12) Installing file (5.38-r0) [2020-11-04T01:06:43.063Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-04T01:06:43.337Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-04T01:06:43.620Z] $ docker rm -f a8c7aee2acc2df1d277aba84cf73fdce38754bf9ffdf3cf10fa36d05f824d882 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-04T01:06:44.528Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-04T01:06:44.528Z] . [Pipeline] withDockerContainer [2020-11-04T01:06:44.630Z] prd-centos7-docker-4c-2g-11154 does not seem to be running inside a container [2020-11-04T01:06:44.681Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-04T01:06:45.447Z] $ docker top cfa64a42e53269ce0ba2b718d82922ff0cf1eb7a2e5f52c0d81da1893391e470 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-04T01:06:45.733Z] ========================================================= [2020-11-04T01:06:45.733Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-04T01:06:45.733Z] ========================================================= [Pipeline] sh [2020-11-04T01:06:46.032Z] + make test [2020-11-04T01:06:46.033Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-11-04T01:06:47.638Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-04T01:06:47.638Z] (6/12) Installing patch (2.7.6-r6) [2020-11-04T01:06:47.638Z] (7/12) Installing build-base (0.5-r2) [2020-11-04T01:06:47.638Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-04T01:06:47.638Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-04T01:06:47.638Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-04T01:06:47.909Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-04T01:06:48.182Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-04T01:06:48.182Z] Executing busybox-1.31.1-r16.trigger [2020-11-04T01:06:48.182Z] OK: 217 MiB in 51 packages [2020-11-04T01:06:48.625Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-04T01:06:52.512Z] Removing intermediate container 5b37922617fb [2020-11-04T01:06:52.512Z] ---> a86fd52094c6 [2020-11-04T01:06:52.512Z] Step 4/7 : WORKDIR /edgex-go [2020-11-04T01:06:52.512Z] ---> Running in bb16e6b83fed [2020-11-04T01:06:52.785Z] Removing intermediate container bb16e6b83fed [2020-11-04T01:06:52.785Z] ---> 1b42fcd49948 [2020-11-04T01:06:52.785Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-04T01:06:53.378Z] latest: Pulling from library/docker [2020-11-04T01:06:53.649Z] 5f621e34cdf4: Pulling fs layer [2020-11-04T01:06:53.649Z] 85db56a05063: Pulling fs layer [2020-11-04T01:06:53.649Z] ccb67d6aeaaa: Pulling fs layer [2020-11-04T01:06:53.649Z] a0b19fc83503: Pulling fs layer [2020-11-04T01:06:53.649Z] 8eb508b41278: Pulling fs layer [2020-11-04T01:06:53.649Z] 37236713561e: Pulling fs layer [2020-11-04T01:06:53.649Z] 07c93f2b1b56: Pulling fs layer [2020-11-04T01:06:53.649Z] 8eb508b41278: Waiting [2020-11-04T01:06:53.649Z] 37236713561e: Waiting [2020-11-04T01:06:53.649Z] 07c93f2b1b56: Waiting [2020-11-04T01:06:53.649Z] a0b19fc83503: Waiting [2020-11-04T01:06:53.926Z] ccb67d6aeaaa: Verifying Checksum [2020-11-04T01:06:53.926Z] ccb67d6aeaaa: Download complete [2020-11-04T01:06:53.926Z] 85db56a05063: Verifying Checksum [2020-11-04T01:06:53.926Z] 85db56a05063: Download complete [2020-11-04T01:06:53.926Z] 5f621e34cdf4: Verifying Checksum [2020-11-04T01:06:53.926Z] 5f621e34cdf4: Download complete [2020-11-04T01:06:54.201Z] 8eb508b41278: Verifying Checksum [2020-11-04T01:06:54.201Z] 8eb508b41278: Download complete [2020-11-04T01:06:54.201Z] 37236713561e: Verifying Checksum [2020-11-04T01:06:54.201Z] 07c93f2b1b56: Download complete [2020-11-04T01:06:54.823Z] 5f621e34cdf4: Pull complete [2020-11-04T01:06:55.427Z] 85db56a05063: Pull complete [2020-11-04T01:06:55.427Z] a0b19fc83503: Verifying Checksum [2020-11-04T01:06:55.427Z] a0b19fc83503: Download complete [2020-11-04T01:06:55.702Z] ccb67d6aeaaa: Pull complete [2020-11-04T01:06:58.759Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-04T01:06:59.097Z] a0b19fc83503: Pull complete [2020-11-04T01:06:59.369Z] 8eb508b41278: Pull complete [2020-11-04T01:06:59.966Z] 37236713561e: Pull complete [2020-11-04T01:07:00.240Z] 07c93f2b1b56: Pull complete [2020-11-04T01:07:00.240Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-04T01:07:00.240Z] Status: Downloaded newer image for docker:latest [2020-11-04T01:07:00.759Z] # github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [2020-11-04T01:07:00.759Z] internal/pkg/v2/infrastructure/redis/event.go:40:21: select case must be receive, send or assign recv [2020-11-04T01:07:00.759Z] internal/pkg/v2/infrastructure/redis/event.go:40:26: undefined: DeleteEventsByIdsChannel [2020-11-04T01:07:00.760Z] internal/pkg/v2/infrastructure/redis/event.go:44:20: dbClient.DeleteEventsByIds undefined (type "github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces".DBClient has no field or method DeleteEventsByIds) [2020-11-04T01:07:00.760Z] internal/pkg/v2/infrastructure/redis/event.go:82:24: undefined: c [2020-11-04T01:07:00.760Z] internal/pkg/v2/infrastructure/redis/reading.go:42:23: select case must be receive, send or assign recv [2020-11-04T01:07:00.760Z] internal/pkg/v2/infrastructure/redis/reading.go:42:28: undefined: DeleteReadingsByIdsChannel [2020-11-04T01:07:00.760Z] internal/pkg/v2/infrastructure/redis/reading.go:46:20: dbClient.DeleteReadingsByIds undefined (type "github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces".DBClient has no field or method DeleteReadingsByIds) [2020-11-04T01:07:03.648Z] ---> e481db93f7e6 [2020-11-04T01:07:03.648Z] Step 6/7 : COPY go.mod . [2020-11-04T01:07:04.244Z] ---> 7ac6446a550d [2020-11-04T01:07:04.244Z] Step 7/7 : RUN go mod download [2020-11-04T01:07:04.521Z] ---> Running in f653f271fcc6 [2020-11-04T01:07:06.164Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.008s [2020-11-04T01:07:07.583Z] # github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis.test] [2020-11-04T01:07:07.583Z] internal/pkg/v2/infrastructure/redis/event.go:40: select case must be receive, send or assign recv [2020-11-04T01:07:07.583Z] internal/pkg/v2/infrastructure/redis/event.go:40: undefined: DeleteEventsByIdsChannel [2020-11-04T01:07:07.583Z] internal/pkg/v2/infrastructure/redis/event.go:44: dbClient.DeleteEventsByIds undefined (type "github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces".DBClient has no field or method DeleteEventsByIds) [2020-11-04T01:07:07.583Z] internal/pkg/v2/infrastructure/redis/event.go:82: undefined: c in c.BatchSize [2020-11-04T01:07:07.583Z] internal/pkg/v2/infrastructure/redis/reading.go:42: select case must be receive, send or assign recv [2020-11-04T01:07:07.583Z] internal/pkg/v2/infrastructure/redis/reading.go:42: undefined: DeleteReadingsByIdsChannel [2020-11-04T01:07:07.583Z] internal/pkg/v2/infrastructure/redis/reading.go:46: dbClient.DeleteReadingsByIds undefined (type "github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces".DBClient has no field or method DeleteReadingsByIds) [2020-11-04T01:07:09.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.039s coverage: 46.6% of statements [2020-11-04T01:07:09.541Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/data [build failed] [2020-11-04T01:07:09.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements [2020-11-04T01:07:09.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.006s coverage: 100.0% of statements [2020-11-04T01:07:12.160Z] --- FAIL: TestAddEvent (0.00s) [2020-11-04T01:07:12.160Z] --- FAIL: TestAddEvent/Add_Event_with_persistence (0.00s) [2020-11-04T01:07:12.160Z] panic: interface conversion: *mocks.DBClient is not interfaces.DBClient: missing method DeletePushedEvents [recovered] [2020-11-04T01:07:12.160Z] panic: interface conversion: *mocks.DBClient is not interfaces.DBClient: missing method DeletePushedEvents [2020-11-04T01:07:12.160Z] [2020-11-04T01:07:12.160Z] goroutine 21 [running]: [2020-11-04T01:07:12.160Z] testing.tRunner.func1.1(0x818de0, 0xc0002d8db0) [2020-11-04T01:07:12.160Z] /usr/local/go/src/testing/testing.go:1076 +0x30d [2020-11-04T01:07:12.160Z] testing.tRunner.func1(0xc000083b00) [2020-11-04T01:07:12.160Z] /usr/local/go/src/testing/testing.go:1079 +0x41a [2020-11-04T01:07:12.160Z] panic(0x818de0, 0xc0002d8db0) [2020-11-04T01:07:12.160Z] /usr/local/go/src/runtime/panic.go:969 +0x175 [2020-11-04T01:07:12.160Z] github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container.DBClientFrom(...) [2020-11-04T01:07:12.160Z] /w/workspace/edgex-go/13/internal/core/data/v2/bootstrap/container/database.go:19 [2020-11-04T01:07:12.160Z] github.com/edgexfoundry/edgex-go/internal/core/data/v2/application.AddEvent(0x89c4d3, 0x24, 0x0, 0x89079f, 0xb, 0x0, 0x1636b56a4af27310, 0xc0002072c0, 0x2, 0x2, ...) [2020-11-04T01:07:12.160Z] /w/workspace/edgex-go/13/internal/core/data/v2/application/event.go:32 +0x128 [2020-11-04T01:07:12.160Z] github.com/edgexfoundry/edgex-go/internal/core/data/v2/application.TestAddEvent.func1(0xc000083b00) [2020-11-04T01:07:12.160Z] /w/workspace/edgex-go/13/internal/core/data/v2/application/event_test.go:131 +0x2b6 [2020-11-04T01:07:12.160Z] testing.tRunner(0xc000083b00, 0xc0002b8e70) [2020-11-04T01:07:12.160Z] /usr/local/go/src/testing/testing.go:1127 +0xef [2020-11-04T01:07:12.160Z] created by testing.(*T).Run [2020-11-04T01:07:12.160Z] /usr/local/go/src/testing/testing.go:1178 +0x386 [2020-11-04T01:07:12.160Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.036s [2020-11-04T01:07:12.160Z] --- FAIL: TestAddEvent (0.00s) [2020-11-04T01:07:12.160Z] --- FAIL: TestAddEvent/Valid_-_AddEventRequest (0.00s) [2020-11-04T01:07:12.160Z] panic: interface conversion: *mocks.DBClient is not interfaces.DBClient: missing method DeletePushedEvents [recovered] [2020-11-04T01:07:12.160Z] panic: interface conversion: *mocks.DBClient is not interfaces.DBClient: missing method DeletePushedEvents [2020-11-04T01:07:12.160Z] [2020-11-04T01:07:12.160Z] goroutine 20 [running]: [2020-11-04T01:07:12.160Z] testing.tRunner.func1.1(0x838ac0, 0xc0001ddf80) [2020-11-04T01:07:12.160Z] /usr/local/go/src/testing/testing.go:1076 +0x30d [2020-11-04T01:07:12.160Z] testing.tRunner.func1(0xc000083980) [2020-11-04T01:07:12.160Z] /usr/local/go/src/testing/testing.go:1079 +0x41a [2020-11-04T01:07:12.160Z] panic(0x838ac0, 0xc0001ddf80) [2020-11-04T01:07:12.160Z] /usr/local/go/src/runtime/panic.go:969 +0x175 [2020-11-04T01:07:12.160Z] github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container.DBClientFrom(...) [2020-11-04T01:07:12.160Z] /w/workspace/edgex-go/13/internal/core/data/v2/bootstrap/container/database.go:19 [2020-11-04T01:07:12.160Z] github.com/edgexfoundry/edgex-go/internal/core/data/v2/application.AddEvent(0xc0002ca030, 0x24, 0x0, 0xc0002b2ba0, 0xa, 0x0, 0x1636b56a4af27310, 0xc00028d970, 0x1, 0x1, ...) [2020-11-04T01:07:12.160Z] /w/workspace/edgex-go/13/internal/core/data/v2/application/event.go:32 +0x11e [2020-11-04T01:07:12.160Z] github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http.(*EventController).AddEvent(0xc000206b00, 0x9309e0, 0xc0002a6900, 0xc000118c00) [2020-11-04T01:07:12.160Z] /w/workspace/edgex-go/13/internal/core/data/v2/controller/http/event.go:70 +0x3b9 [2020-11-04T01:07:12.160Z] net/http.HandlerFunc.ServeHTTP(...) [2020-11-04T01:07:12.160Z] /usr/local/go/src/net/http/server.go:2042 [2020-11-04T01:07:12.160Z] github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http.TestAddEvent.func3(0xc000083980) [2020-11-04T01:07:12.160Z] /w/workspace/edgex-go/13/internal/core/data/v2/controller/http/event_test.go:208 +0x2f8 [2020-11-04T01:07:12.160Z] testing.tRunner(0xc000083980, 0xc0001dd680) [2020-11-04T01:07:12.160Z] /usr/local/go/src/testing/testing.go:1127 +0xef [2020-11-04T01:07:12.160Z] created by testing.(*T).Run [2020-11-04T01:07:12.160Z] /usr/local/go/src/testing/testing.go:1178 +0x386 [2020-11-04T01:07:12.160Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.048s [2020-11-04T01:07:12.160Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata [build failed] [2020-11-04T01:07:12.160Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.013s coverage: 100.0% of statements [2020-11-04T01:07:12.160Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.017s coverage: 100.0% of statements [2020-11-04T01:07:13.588Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.026s coverage: 86.7% of statements [2020-11-04T01:07:13.859Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.023s coverage: 97.5% of statements [2020-11-04T01:07:13.859Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.009s coverage: 100.0% of statements [2020-11-04T01:07:14.140Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.082s coverage: 95.7% of statements [2020-11-04T01:07:14.140Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.011s coverage: 58.8% of statements [2020-11-04T01:07:14.140Z] FAIL github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [build failed] [2020-11-04T01:07:14.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.055s coverage: 63.5% of statements [2020-11-04T01:07:14.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.009s coverage: 100.0% of statements [2020-11-04T01:07:14.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.012s coverage: 91.3% of statements [2020-11-04T01:07:14.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.021s coverage: 100.0% of statements [2020-11-04T01:07:15.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.009s coverage: 73.7% of statements [2020-11-04T01:07:15.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements [2020-11-04T01:07:16.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.096s coverage: 55.9% of statements [2020-11-04T01:07:17.768Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.129s coverage: 86.3% of statements [2020-11-04T01:07:17.768Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.260s coverage: 72.2% of statements [2020-11-04T01:07:17.768Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.093s coverage: 72.1% of statements [2020-11-04T01:07:17.768Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.015s coverage: 82.4% of statements [2020-11-04T01:07:17.768Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.022s coverage: 48.4% of statements [2020-11-04T01:07:17.768Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.008s coverage: 28.8% of statements [2020-11-04T01:07:17.768Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.034s coverage: 96.8% of statements [2020-11-04T01:07:18.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.047s coverage: 36.5% of statements [2020-11-04T01:07:18.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.122s coverage: 84.1% of statements [2020-11-04T01:07:18.728Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.019s coverage: 100.0% of statements [2020-11-04T01:07:18.996Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.019s coverage: 42.9% of statements [2020-11-04T01:07:18.996Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.008s coverage: 100.0% of statements [2020-11-04T01:07:19.269Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.011s coverage: 83.8% of statements [2020-11-04T01:07:20.701Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.019s coverage: 47.1% of statements [2020-11-04T01:07:20.701Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.003s coverage: 100.0% of statements [2020-11-04T01:07:20.701Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.017s coverage: 100.0% of statements [2020-11-04T01:07:20.701Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.033s coverage: 100.0% of statements [2020-11-04T01:07:21.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.063s coverage: 29.1% of statements [2020-11-04T01:07:21.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.012s coverage: 99.0% of statements [2020-11-04T01:07:21.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.011s coverage: 100.0% of statements [2020-11-04T01:07:21.678Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2020-11-04T01:07:21.944Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.004s coverage: 100.0% of statements [2020-11-04T01:07:22.215Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.023s coverage: 87.9% of statements [2020-11-04T01:07:22.215Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.007s coverage: 100.0% of statements [2020-11-04T01:07:22.482Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-11-04T01:07:22.745Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-11-04T01:07:23.008Z] make: *** [Makefile:85: test] Error 2 [Pipeline] } [2020-11-04T01:07:23.030Z] $ docker stop --time=1 cfa64a42e53269ce0ba2b718d82922ff0cf1eb7a2e5f52c0d81da1893391e470 [2020-11-04T01:07:25.687Z] $ docker rm -f cfa64a42e53269ce0ba2b718d82922ff0cf1eb7a2e5f52c0d81da1893391e470 [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] } [2020-11-04T01:07:27.444Z] Failed in branch amd64 [2020-11-04T01:07:31.325Z] Removing intermediate container f653f271fcc6 [2020-11-04T01:07:31.325Z] ---> b8254cc6453f [2020-11-04T01:07:31.325Z] Successfully built b8254cc6453f [2020-11-04T01:07:31.325Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-04T01:07:31.774Z] + docker inspect -f . ci-base-image-arm64 [2020-11-04T01:07:31.774Z] . [Pipeline] withDockerContainer [2020-11-04T01:07:32.060Z] prd-ubuntu18.04-docker-arm64-4c-16g-11149 does not seem to be running inside a container [2020-11-04T01:07:32.141Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-04T01:07:34.053Z] $ docker top ef8132d023e321bcc50e5b0f077c06f8135c747d6c053466a680f156eea5d87d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-04T01:07:35.499Z] + go version [2020-11-04T01:07:35.499Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-04T01:07:35.522Z] $ docker stop --time=1 ef8132d023e321bcc50e5b0f077c06f8135c747d6c053466a680f156eea5d87d [2020-11-04T01:07:37.417Z] $ docker rm -f ef8132d023e321bcc50e5b0f077c06f8135c747d6c053466a680f156eea5d87d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-04T01:07:38.421Z] + docker inspect -f . ci-base-image-arm64 [2020-11-04T01:07:38.421Z] . [Pipeline] withDockerContainer [2020-11-04T01:07:38.669Z] prd-ubuntu18.04-docker-arm64-4c-16g-11149 does not seem to be running inside a container [2020-11-04T01:07:38.764Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-04T01:07:40.108Z] $ docker top 44f2edf6f347941193a9572b9b1f4bc6f4181ce56bf92c2947de018a4d2329f5 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-04T01:07:40.525Z] ========================================================= [2020-11-04T01:07:40.525Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-04T01:07:40.525Z] ========================================================= [Pipeline] sh [2020-11-04T01:07:41.180Z] + make test [2020-11-04T01:07:41.180Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-11-04T01:07:43.815Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-04T01:08:16.219Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-04T01:08:16.219Z] # github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [2020-11-04T01:08:16.219Z] internal/pkg/v2/infrastructure/redis/event.go:40:21: select case must be receive, send or assign recv [2020-11-04T01:08:16.219Z] internal/pkg/v2/infrastructure/redis/event.go:40:26: undefined: DeleteEventsByIdsChannel [2020-11-04T01:08:16.219Z] internal/pkg/v2/infrastructure/redis/event.go:44:20: dbClient.DeleteEventsByIds undefined (type "github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces".DBClient has no field or method DeleteEventsByIds) [2020-11-04T01:08:16.219Z] internal/pkg/v2/infrastructure/redis/event.go:82:24: undefined: c [2020-11-04T01:08:16.219Z] internal/pkg/v2/infrastructure/redis/reading.go:42:23: select case must be receive, send or assign recv [2020-11-04T01:08:16.219Z] internal/pkg/v2/infrastructure/redis/reading.go:42:28: undefined: DeleteReadingsByIdsChannel [2020-11-04T01:08:16.219Z] internal/pkg/v2/infrastructure/redis/reading.go:46:20: dbClient.DeleteReadingsByIds undefined (type "github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces".DBClient has no field or method DeleteReadingsByIds) [2020-11-04T01:08:31.329Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.029s [2020-11-04T01:08:35.660Z] # github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis.test] [2020-11-04T01:08:35.660Z] internal/pkg/v2/infrastructure/redis/event.go:40: select case must be receive, send or assign recv [2020-11-04T01:08:35.660Z] internal/pkg/v2/infrastructure/redis/event.go:40: undefined: DeleteEventsByIdsChannel [2020-11-04T01:08:35.660Z] internal/pkg/v2/infrastructure/redis/event.go:44: dbClient.DeleteEventsByIds undefined (type "github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces".DBClient has no field or method DeleteEventsByIds) [2020-11-04T01:08:35.660Z] internal/pkg/v2/infrastructure/redis/event.go:82: undefined: c in c.BatchSize [2020-11-04T01:08:35.660Z] internal/pkg/v2/infrastructure/redis/reading.go:42: select case must be receive, send or assign recv [2020-11-04T01:08:35.660Z] internal/pkg/v2/infrastructure/redis/reading.go:42: undefined: DeleteReadingsByIdsChannel [2020-11-04T01:08:35.660Z] internal/pkg/v2/infrastructure/redis/reading.go:46: dbClient.DeleteReadingsByIds undefined (type "github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces".DBClient has no field or method DeleteReadingsByIds) [2020-11-04T01:08:44.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.067s coverage: 46.6% of statements [2020-11-04T01:08:44.270Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/data [build failed] [2020-11-04T01:08:44.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.014s coverage: 100.0% of statements [2020-11-04T01:08:44.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.032s coverage: 100.0% of statements [2020-11-04T01:08:46.263Z] --- FAIL: TestAddEvent (0.00s) [2020-11-04T01:08:46.263Z] --- FAIL: TestAddEvent/Add_Event_with_persistence (0.00s) [2020-11-04T01:08:46.263Z] panic: interface conversion: *mocks.DBClient is not interfaces.DBClient: missing method DeletePushedEvents [recovered] [2020-11-04T01:08:46.263Z] panic: interface conversion: *mocks.DBClient is not interfaces.DBClient: missing method DeletePushedEvents [2020-11-04T01:08:46.263Z] [2020-11-04T01:08:46.263Z] goroutine 21 [running]: [2020-11-04T01:08:46.263Z] testing.tRunner.func1.1(0x78c0e0, 0x4000358db0) [2020-11-04T01:08:46.263Z] /usr/local/go/src/testing/testing.go:1076 +0x240 [2020-11-04T01:08:46.263Z] testing.tRunner.func1(0x4000103b00) [2020-11-04T01:08:46.263Z] /usr/local/go/src/testing/testing.go:1079 +0x34c [2020-11-04T01:08:46.263Z] panic(0x78c0e0, 0x4000358db0) [2020-11-04T01:08:46.263Z] /usr/local/go/src/runtime/panic.go:969 +0x11c [2020-11-04T01:08:46.263Z] github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container.DBClientFrom(...) [2020-11-04T01:08:46.263Z] /w/workspace/edgex-go/13/internal/core/data/v2/bootstrap/container/database.go:19 [2020-11-04T01:08:46.263Z] github.com/edgexfoundry/edgex-go/internal/core/data/v2/application.AddEvent(0x80f66b, 0x24, 0x0, 0x803977, 0xb, 0x0, 0x1636b56a4af27310, 0x400027b300, 0x2, 0x2, ...) [2020-11-04T01:08:46.263Z] /w/workspace/edgex-go/13/internal/core/data/v2/application/event.go:32 +0xf8 [2020-11-04T01:08:46.263Z] github.com/edgexfoundry/edgex-go/internal/core/data/v2/application.TestAddEvent.func1(0x4000103b00) [2020-11-04T01:08:46.263Z] /w/workspace/edgex-go/13/internal/core/data/v2/application/event_test.go:131 +0x238 [2020-11-04T01:08:46.263Z] testing.tRunner(0x4000103b00, 0x4000338e70) [2020-11-04T01:08:46.263Z] /usr/local/go/src/testing/testing.go:1127 +0xdc [2020-11-04T01:08:46.263Z] created by testing.(*T).Run [2020-11-04T01:08:46.263Z] /usr/local/go/src/testing/testing.go:1178 +0x2ec [2020-11-04T01:08:46.263Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.071s [2020-11-04T01:08:48.258Z] --- FAIL: TestAddEvent (0.00s) [2020-11-04T01:08:48.258Z] --- FAIL: TestAddEvent/Valid_-_AddEventRequest (0.00s) [2020-11-04T01:08:48.258Z] panic: interface conversion: *mocks.DBClient is not interfaces.DBClient: missing method DeletePushedEvents [recovered] [2020-11-04T01:08:48.258Z] panic: interface conversion: *mocks.DBClient is not interfaces.DBClient: missing method DeletePushedEvents [2020-11-04T01:08:48.258Z] [2020-11-04T01:08:48.258Z] goroutine 20 [running]: [2020-11-04T01:08:48.258Z] testing.tRunner.func1.1(0x7a5820, 0x40001dbf80) [2020-11-04T01:08:48.258Z] /usr/local/go/src/testing/testing.go:1076 +0x240 [2020-11-04T01:08:48.258Z] testing.tRunner.func1(0x4000085680) [2020-11-04T01:08:48.258Z] /usr/local/go/src/testing/testing.go:1079 +0x34c [2020-11-04T01:08:48.258Z] panic(0x7a5820, 0x40001dbf80) [2020-11-04T01:08:48.258Z] /usr/local/go/src/runtime/panic.go:969 +0x11c [2020-11-04T01:08:48.258Z] github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container.DBClientFrom(...) [2020-11-04T01:08:48.258Z] /w/workspace/edgex-go/13/internal/core/data/v2/bootstrap/container/database.go:19 [2020-11-04T01:08:48.258Z] github.com/edgexfoundry/edgex-go/internal/core/data/v2/application.AddEvent(0x4000342030, 0x24, 0x0, 0x400032abb0, 0xa, 0x0, 0x1636b56a4af27310, 0x4000305970, 0x1, 0x1, ...) [2020-11-04T01:08:48.258Z] /w/workspace/edgex-go/13/internal/core/data/v2/application/event.go:32 +0xe8 [2020-11-04T01:08:48.258Z] github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http.(*EventController).AddEvent(0x4000122b00, 0x89d740, 0x400031e900, 0x4000118c00) [2020-11-04T01:08:48.258Z] /w/workspace/edgex-go/13/internal/core/data/v2/controller/http/event.go:70 +0x304 [2020-11-04T01:08:48.258Z] net/http.HandlerFunc.ServeHTTP(...) [2020-11-04T01:08:48.258Z] /usr/local/go/src/net/http/server.go:2042 [2020-11-04T01:08:48.258Z] github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http.TestAddEvent.func3(0x4000085680) [2020-11-04T01:08:48.258Z] /w/workspace/edgex-go/13/internal/core/data/v2/controller/http/event_test.go:208 +0x264 [2020-11-04T01:08:48.258Z] testing.tRunner(0x4000085680, 0x40001db680) [2020-11-04T01:08:48.258Z] /usr/local/go/src/testing/testing.go:1127 +0xdc [2020-11-04T01:08:48.258Z] created by testing.(*T).Run [2020-11-04T01:08:48.258Z] /usr/local/go/src/testing/testing.go:1178 +0x2ec [2020-11-04T01:08:48.258Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.100s [2020-11-04T01:08:48.258Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata [build failed] [2020-11-04T01:08:48.258Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.120s coverage: 100.0% of statements [2020-11-04T01:08:48.258Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.032s coverage: 100.0% of statements [2020-11-04T01:08:51.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.133s coverage: 86.7% of statements [2020-11-04T01:08:51.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.190s coverage: 97.5% of statements [2020-11-04T01:08:51.663Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 100.0% of statements [2020-11-04T01:08:55.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.196s coverage: 95.7% of statements [2020-11-04T01:08:55.083Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements [2020-11-04T01:08:55.083Z] FAIL github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [build failed] [2020-11-04T01:08:55.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.130s coverage: 63.5% of statements [2020-11-04T01:08:55.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.025s coverage: 100.0% of statements [2020-11-04T01:08:55.977Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.026s coverage: 91.3% of statements [2020-11-04T01:08:56.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2020-11-04T01:08:56.583Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements [2020-11-04T01:08:58.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2020-11-04T01:09:00.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.260s coverage: 55.9% of statements [2020-11-04T01:09:10.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.304s coverage: 86.3% of statements [2020-11-04T01:09:10.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.129s coverage: 72.2% of statements [2020-11-04T01:09:10.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.344s coverage: 72.1% of statements [2020-11-04T01:09:10.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.031s coverage: 82.4% of statements [2020-11-04T01:09:10.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.020s coverage: 48.4% of statements [2020-11-04T01:09:10.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.018s coverage: 28.8% of statements [2020-11-04T01:09:10.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.023s coverage: 96.8% of statements [2020-11-04T01:09:10.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.071s coverage: 36.5% of statements [2020-11-04T01:09:10.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.307s coverage: 84.1% of statements [2020-11-04T01:09:10.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.066s coverage: 100.0% of statements [2020-11-04T01:09:10.859Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.041s coverage: 42.9% of statements [2020-11-04T01:09:10.859Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.014s coverage: 100.0% of statements [2020-11-04T01:09:11.471Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.032s coverage: 83.8% of statements [2020-11-04T01:09:18.228Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.082s coverage: 47.1% of statements [2020-11-04T01:09:18.229Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.015s coverage: 100.0% of statements [2020-11-04T01:09:18.229Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.029s coverage: 100.0% of statements [2020-11-04T01:09:18.229Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.071s coverage: 100.0% of statements [2020-11-04T01:09:20.221Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.158s coverage: 29.1% of statements [2020-11-04T01:09:20.221Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.056s coverage: 99.0% of statements [2020-11-04T01:09:20.221Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.033s coverage: 100.0% of statements [2020-11-04T01:09:20.221Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.007s coverage: 0.0% of statements [2020-11-04T01:09:21.678Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.042s coverage: 100.0% of statements [2020-11-04T01:09:21.956Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.058s coverage: 87.9% of statements [2020-11-04T01:09:22.235Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.011s coverage: 100.0% of statements [2020-11-04T01:09:22.843Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.012s coverage: 32.1% of statements [2020-11-04T01:09:24.276Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.020s coverage: 100.0% of statements [2020-11-04T01:09:24.548Z] make: *** [Makefile:85: test] Error 2 [Pipeline] } [2020-11-04T01:09:24.577Z] $ docker stop --time=1 44f2edf6f347941193a9572b9b1f4bc6f4181ce56bf92c2947de018a4d2329f5 [2020-11-04T01:09:26.912Z] $ docker rm -f 44f2edf6f347941193a9572b9b1f4bc6f4181ce56bf92c2947de018a4d2329f5 [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] } [2020-11-04T01:09:29.093Z] 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 [2020-11-04T01:09:32.086Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-04T01:09:32.660Z] ---> package-listing.sh [2020-11-04T01:09:32.660Z] ++ facter osfamily [2020-11-04T01:09:32.660Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-04T01:09:32.660Z] + OS_FAMILY=redhat [2020-11-04T01:09:32.660Z] + workspace=/w/workspace/edgex-go/13 [2020-11-04T01:09:32.660Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-04T01:09:32.660Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-04T01:09:32.660Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-04T01:09:32.660Z] + PACKAGES=/tmp/packages_start.txt [2020-11-04T01:09:32.660Z] + '[' /w/workspace/edgex-go/13 ']' [2020-11-04T01:09:32.660Z] + PACKAGES=/tmp/packages_end.txt [2020-11-04T01:09:32.660Z] + case "${OS_FAMILY}" in [2020-11-04T01:09:32.660Z] + rpm -qa [2020-11-04T01:09:32.660Z] + sort [2020-11-04T01:09:36.881Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-04T01:09:36.881Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-04T01:09:36.881Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-04T01:09:36.881Z] + '[' /w/workspace/edgex-go/13 ']' [2020-11-04T01:09:36.881Z] + mkdir -p /w/workspace/edgex-go/13/archives/ [2020-11-04T01:09:36.881Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo [2020-11-04T01:09:36.897Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-04T01:09:37.192Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-04T01:09:37.500Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-04T01:09:37.500Z] [2020-11-04T01:09:37.500Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-04T01:09:37.855Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-04T01:09:37.855Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-04T01:09:37.855Z] df20fa9351a1: Already exists [2020-11-04T01:09:37.855Z] 36b3adc4ff6f: Pulling fs layer [2020-11-04T01:09:37.855Z] 8ad3a11d3b57: Pulling fs layer [2020-11-04T01:09:37.855Z] 46f8f816bc3b: Pulling fs layer [2020-11-04T01:09:37.855Z] 93b61091891f: Pulling fs layer [2020-11-04T01:09:37.855Z] 93b9cdb0e59b: Pulling fs layer [2020-11-04T01:09:37.855Z] 5e14af77c1be: Pulling fs layer [2020-11-04T01:09:37.855Z] 01666e4c0597: Pulling fs layer [2020-11-04T01:09:37.855Z] aa168da1d23b: Pulling fs layer [2020-11-04T01:09:37.855Z] 93b9cdb0e59b: Waiting [2020-11-04T01:09:37.855Z] 5e14af77c1be: Waiting [2020-11-04T01:09:37.855Z] 01666e4c0597: Waiting [2020-11-04T01:09:37.855Z] aa168da1d23b: Waiting [2020-11-04T01:09:37.855Z] 93b61091891f: Waiting [2020-11-04T01:09:37.855Z] 46f8f816bc3b: Verifying Checksum [2020-11-04T01:09:37.855Z] 46f8f816bc3b: Download complete [2020-11-04T01:09:37.855Z] 36b3adc4ff6f: Verifying Checksum [2020-11-04T01:09:37.855Z] 36b3adc4ff6f: Download complete [2020-11-04T01:09:37.855Z] 93b9cdb0e59b: Verifying Checksum [2020-11-04T01:09:37.855Z] 93b9cdb0e59b: Download complete [2020-11-04T01:09:37.855Z] 5e14af77c1be: Verifying Checksum [2020-11-04T01:09:37.855Z] 5e14af77c1be: Download complete [2020-11-04T01:09:38.118Z] 01666e4c0597: Verifying Checksum [2020-11-04T01:09:38.118Z] 01666e4c0597: Download complete [2020-11-04T01:09:38.118Z] 93b61091891f: Verifying Checksum [2020-11-04T01:09:38.118Z] 93b61091891f: Download complete [2020-11-04T01:09:38.118Z] 8ad3a11d3b57: Verifying Checksum [2020-11-04T01:09:38.118Z] 8ad3a11d3b57: Download complete [2020-11-04T01:09:38.383Z] 36b3adc4ff6f: Pull complete [2020-11-04T01:09:39.004Z] 8ad3a11d3b57: Pull complete [2020-11-04T01:09:39.407Z] 46f8f816bc3b: Pull complete [2020-11-04T01:09:40.048Z] 93b61091891f: Pull complete [2020-11-04T01:09:40.048Z] 93b9cdb0e59b: Pull complete [2020-11-04T01:09:40.048Z] 5e14af77c1be: Pull complete [2020-11-04T01:09:40.364Z] aa168da1d23b: Verifying Checksum [2020-11-04T01:09:40.364Z] aa168da1d23b: Download complete [2020-11-04T01:09:40.364Z] 01666e4c0597: Pull complete [2020-11-04T01:09:48.635Z] aa168da1d23b: Pull complete [2020-11-04T01:09:48.635Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-04T01:09:48.635Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-04T01:09:48.635Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-04T01:09:48.835Z] prd-centos7-docker-4c-2g-11154 does not seem to be running inside a container [2020-11-04T01:09:48.889Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-04T01:09:52.388Z] $ docker top a861c5926e8b222c6aee2724934cf2d3237de0595b93f0876f31151df785adb0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-04T01:09:52.913Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-04T01:09:53.214Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-04T01:09:53.514Z] + ls /var/log/sa-host [2020-11-04T01:09:53.515Z] + sadf -c /var/log/sa-host/sa04 [2020-11-04T01:09:53.515Z] file_magic: OK [2020-11-04T01:09:53.515Z] HZ: Using current value: 100 [2020-11-04T01:09:53.515Z] file_header: OK [2020-11-04T01:09:53.515Z] 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 [2020-11-04T01:09:53.515Z] Statistics: [2020-11-04T01:09:53.515Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-04T01:09:53.515Z] File successfully converted to sysstat format version 12.2.1 [2020-11-04T01:09:53.515Z] + sadf -c /var/log/sa-host/sa05 [2020-11-04T01:09:53.515Z] file_magic: OK [2020-11-04T01:09:53.515Z] HZ: Using current value: 100 [2020-11-04T01:09:53.515Z] file_header: OK [2020-11-04T01:09:53.515Z] 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 [2020-11-04T01:09:53.515Z] Statistics: [2020-11-04T01:09:53.515Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-04T01:09:53.515Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-04T01:09:54.133Z] provisioning config files... [2020-11-04T01:09:54.157Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config2887687634608142013tmp [Pipeline] { [Pipeline] echo [2020-11-04T01:09:54.230Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-04T01:09:54.527Z] ---> create-netrc.sh [Pipeline] } [2020-11-04T01:09:54.537Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-04T01:09:54.625Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-04T01:09:54.922Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-04T01:09:54.933Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-04T01:09:55.232Z] ---> sudo-logs.sh [2020-11-04T01:09:55.232Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-04T01:09:55.245Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-04T01:09:55.543Z] ---> job-cost.sh [2020-11-04T01:09:55.543Z] lf-activate-venv: SKIPPING [2020-11-04T01:09:55.543Z] INFO: No Stack... [2020-11-04T01:09:56.493Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-04T01:09:57.069Z] INFO: Archiving Costs [Pipeline] echo [2020-11-04T01:09:57.083Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-04T01:09:57.384Z] ---> logs-deploy.sh [2020-11-04T01:09:57.384Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2840/13 [2020-11-04T01:09:57.384Z] INFO: archiving workspace using pattern(s): [2020-11-04T01:09:58.782Z] Archives upload complete. [2020-11-04T01:09:59.045Z] INFO: archiving logs to Nexus [2020-11-04T01:09:59.993Z] ---> uname -a: [2020-11-04T01:09:59.993Z] Linux prd-centos7-docker-4c-2g-11154.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-11-04T01:09:59.993Z] [2020-11-04T01:09:59.993Z] [2020-11-04T01:09:59.993Z] ---> lscpu: [2020-11-04T01:09:59.993Z] Architecture: x86_64 [2020-11-04T01:09:59.993Z] CPU op-mode(s): 32-bit, 64-bit [2020-11-04T01:09:59.993Z] Byte Order: Little Endian [2020-11-04T01:09:59.993Z] Address sizes: 40 bits physical, 48 bits virtual [2020-11-04T01:09:59.993Z] CPU(s): 4 [2020-11-04T01:09:59.993Z] On-line CPU(s) list: 0-3 [2020-11-04T01:09:59.993Z] Thread(s) per core: 1 [2020-11-04T01:09:59.993Z] Core(s) per socket: 1 [2020-11-04T01:09:59.993Z] Socket(s): 4 [2020-11-04T01:09:59.993Z] NUMA node(s): 1 [2020-11-04T01:09:59.993Z] Vendor ID: GenuineIntel [2020-11-04T01:09:59.993Z] CPU family: 6 [2020-11-04T01:09:59.993Z] Model: 44 [2020-11-04T01:09:59.993Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-11-04T01:09:59.993Z] Stepping: 1 [2020-11-04T01:09:59.993Z] CPU MHz: 2933.438 [2020-11-04T01:09:59.993Z] BogoMIPS: 5866.87 [2020-11-04T01:09:59.993Z] Virtualization: VT-x [2020-11-04T01:09:59.993Z] Hypervisor vendor: KVM [2020-11-04T01:09:59.993Z] Virtualization type: full [2020-11-04T01:09:59.993Z] L1d cache: 128 KiB [2020-11-04T01:09:59.993Z] L1i cache: 128 KiB [2020-11-04T01:09:59.993Z] L2 cache: 16 MiB [2020-11-04T01:09:59.993Z] L3 cache: 64 MiB [2020-11-04T01:09:59.993Z] NUMA node0 CPU(s): 0-3 [2020-11-04T01:09:59.993Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-11-04T01:09:59.993Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-11-04T01:09:59.993Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-11-04T01:09:59.993Z] Vulnerability Meltdown: Mitigation; PTI [2020-11-04T01:09:59.993Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-11-04T01:09:59.994Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-11-04T01:09:59.994Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-11-04T01:09:59.994Z] Vulnerability Tsx async abort: Not affected [2020-11-04T01:09:59.994Z] 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 [2020-11-04T01:09:59.994Z] [2020-11-04T01:09:59.994Z] [2020-11-04T01:09:59.994Z] ---> nproc: [2020-11-04T01:09:59.994Z] 4 [2020-11-04T01:09:59.994Z] [2020-11-04T01:09:59.994Z] [2020-11-04T01:09:59.994Z] ---> df -h: [2020-11-04T01:09:59.994Z] Filesystem Size Used Available Use% Mounted on [2020-11-04T01:09:59.994Z] overlay 50.0G 8.5G 41.5G 17% / [2020-11-04T01:09:59.994Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-11-04T01:09:59.994Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-11-04T01:09:59.994Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-11-04T01:09:59.994Z] /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os [2020-11-04T01:09:59.994Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-11-04T01:09:59.994Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-11-04T01:09:59.994Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-11-04T01:09:59.994Z] /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json [2020-11-04T01:09:59.994Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host [2020-11-04T01:09:59.994Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure [2020-11-04T01:09:59.994Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log [2020-11-04T01:09:59.994Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgex-go/13 [2020-11-04T01:09:59.994Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgex-go/13@tmp [2020-11-04T01:09:59.994Z] [2020-11-04T01:09:59.994Z] [2020-11-04T01:09:59.994Z] ---> free -m: [2020-11-04T01:09:59.994Z] total used free shared buff/cache available [2020-11-04T01:09:59.994Z] Mem: 1837 734 139 0 963 1012 [2020-11-04T01:09:59.994Z] Swap: 1023 3 1020 [2020-11-04T01:09:59.994Z] [2020-11-04T01:09:59.994Z] [2020-11-04T01:09:59.994Z] ---> ip addr: [2020-11-04T01:09:59.994Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-11-04T01:09:59.994Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-11-04T01:09:59.994Z] inet 127.0.0.1/8 scope host lo [2020-11-04T01:09:59.994Z] valid_lft forever preferred_lft forever [2020-11-04T01:09:59.994Z] inet6 ::1/128 scope host [2020-11-04T01:09:59.994Z] valid_lft forever preferred_lft forever [2020-11-04T01:09:59.994Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-11-04T01:09:59.994Z] link/ether fa:16:3e:57:c0:14 brd ff:ff:ff:ff:ff:ff [2020-11-04T01:09:59.994Z] inet 10.30.123.64/23 brd 10.30.123.255 scope global dynamic eth0 [2020-11-04T01:09:59.994Z] valid_lft 86060sec preferred_lft 86060sec [2020-11-04T01:09:59.994Z] inet6 fe80::f816:3eff:fe57:c014/64 scope link [2020-11-04T01:09:59.994Z] valid_lft forever preferred_lft forever [2020-11-04T01:09:59.994Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-11-04T01:09:59.994Z] link/ether 02:42:b6:90:6b:0c brd ff:ff:ff:ff:ff:ff [2020-11-04T01:09:59.994Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-11-04T01:09:59.994Z] valid_lft forever preferred_lft forever [2020-11-04T01:09:59.994Z] inet6 fe80::42:b6ff:fe90:6b0c/64 scope link [2020-11-04T01:09:59.994Z] valid_lft forever preferred_lft forever [2020-11-04T01:09:59.994Z] [2020-11-04T01:09:59.994Z] [2020-11-04T01:09:59.994Z] ---> sar -b -r -n DEV: [2020-11-04T01:09:59.994Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/04/20 _x86_64_ (4 CPU) [2020-11-04T01:09:59.994Z] [2020-11-04T01:09:59.994Z] 01:04:02 LINUX RESTART (4 CPU) [2020-11-04T01:09:59.994Z] [2020-11-04T01:09:59.994Z] 01:05:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-11-04T01:09:59.994Z] 01:06:01 201.55 88.65 112.89 0.00 10422.23 46863.77 0.00 [2020-11-04T01:09:59.994Z] 01:07:02 327.35 156.11 171.24 0.00 8168.43 31766.88 0.00 [2020-11-04T01:09:59.994Z] 01:08:01 64.36 15.03 49.33 0.00 948.30 5363.15 0.00 [2020-11-04T01:09:59.994Z] 01:09:01 2.06 0.02 2.05 0.00 3.73 36.90 0.00 [2020-11-04T01:09:59.994Z] Average: 149.28 65.21 84.07 0.00 4904.75 21083.16 0.00 [2020-11-04T01:09:59.994Z] [2020-11-04T01:09:59.994Z] 01:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-11-04T01:09:59.994Z] 01:06:01 156776 0 669920 35.60 2048 1052812 1427716 48.73 579580 946908 264 [2020-11-04T01:09:59.994Z] 01:07:02 232240 0 748512 39.78 1472 899332 1748096 59.66 676840 736304 92848 [2020-11-04T01:09:59.994Z] 01:08:01 472612 0 652940 34.70 1428 754576 1108112 37.82 577000 606644 8 [2020-11-04T01:09:59.994Z] 01:09:01 476396 0 649012 34.49 1428 754720 1078288 36.80 579920 602192 8 [2020-11-04T01:09:59.994Z] Average: 334506 0 680096 36.15 1594 865360 1340553 45.75 603335 723012 23282 [2020-11-04T01:09:59.994Z] [2020-11-04T01:09:59.994Z] 01:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-11-04T01:09:59.994Z] 01:06:01 veth7206bb7 0.55 0.70 0.04 3.40 0.00 0.00 0.00 0.00 [2020-11-04T01:09:59.994Z] 01:06:01 eth0 1128.28 1215.07 5940.79 148.95 0.00 0.00 0.00 0.00 [2020-11-04T01:09:59.994Z] 01:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T01:09:59.994Z] 01:06:01 docker0 857.34 697.79 69.39 2666.32 0.00 0.00 0.00 0.00 [2020-11-04T01:09:59.994Z] 01:07:02 veth8185af3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-04T01:09:59.994Z] 01:07:02 eth0 349.05 234.06 1990.39 32.44 0.00 0.00 0.00 0.00 [2020-11-04T01:09:59.994Z] 01:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T01:09:59.994Z] 01:07:02 docker0 126.47 164.82 9.36 824.30 0.00 0.00 0.00 0.00 [2020-11-04T01:09:59.994Z] 01:08:01 eth0 17.12 9.07 14.52 7.48 0.00 0.00 0.00 0.00 [2020-11-04T01:09:59.994Z] 01:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T01:09:59.994Z] 01:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T01:09:59.994Z] 01:09:01 eth0 0.22 0.17 0.26 0.01 0.00 0.00 0.00 0.00 [2020-11-04T01:09:59.994Z] 01:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T01:09:59.994Z] 01:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T01:09:59.994Z] Average: eth0 375.29 366.18 1995.47 47.40 0.00 0.00 0.00 0.00 [2020-11-04T01:09:59.994Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T01:09:59.994Z] Average: docker0 247.04 216.62 19.77 876.61 0.00 0.00 0.00 0.00 [2020-11-04T01:09:59.994Z] [2020-11-04T01:09:59.994Z] [2020-11-04T01:09:59.994Z] ---> sar -P ALL: [2020-11-04T01:09:59.994Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/04/20 _x86_64_ (4 CPU) [2020-11-04T01:09:59.994Z] [2020-11-04T01:09:59.994Z] 01:04:02 LINUX RESTART (4 CPU) [2020-11-04T01:09:59.994Z] [2020-11-04T01:09:59.994Z] 01:05:01 CPU %user %nice %system %iowait %steal %idle [2020-11-04T01:09:59.994Z] 01:06:01 all 16.73 0.00 9.67 1.88 0.03 71.68 [2020-11-04T01:09:59.994Z] 01:06:01 0 20.23 0.00 10.92 3.60 0.03 65.22 [2020-11-04T01:09:59.994Z] 01:06:01 1 16.18 0.00 8.12 1.62 0.05 74.02 [2020-11-04T01:09:59.994Z] 01:06:01 2 15.03 0.00 10.72 0.92 0.02 73.31 [2020-11-04T01:09:59.994Z] 01:06:01 3 15.51 0.00 8.92 1.38 0.03 74.16 [2020-11-04T01:09:59.994Z] 01:07:02 all 23.92 0.00 11.77 6.02 0.02 58.27 [2020-11-04T01:09:59.994Z] 01:07:02 0 25.25 0.00 11.74 5.46 0.02 57.53 [2020-11-04T01:09:59.994Z] 01:07:02 1 22.82 0.00 12.57 8.48 0.02 56.11 [2020-11-04T01:09:59.994Z] 01:07:02 2 24.01 0.00 11.36 7.05 0.02 57.56 [2020-11-04T01:09:59.994Z] 01:07:02 3 23.58 0.00 11.41 3.09 0.03 61.89 [2020-11-04T01:09:59.994Z] 01:08:01 all 20.70 0.00 6.07 2.70 0.01 70.52 [2020-11-04T01:09:59.994Z] 01:08:01 0 20.94 0.00 5.71 3.67 0.02 69.66 [2020-11-04T01:09:59.994Z] 01:08:01 1 20.63 0.00 6.03 1.49 0.02 71.84 [2020-11-04T01:09:59.994Z] 01:08:01 2 20.48 0.00 6.35 2.71 0.02 70.43 [2020-11-04T01:09:59.994Z] 01:08:01 3 20.75 0.00 6.19 2.93 0.00 70.13 [2020-11-04T01:09:59.994Z] 01:09:01 all 0.15 0.00 0.04 0.00 0.00 99.80 [2020-11-04T01:09:59.994Z] 01:09:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2020-11-04T01:09:59.994Z] 01:09:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2020-11-04T01:09:59.994Z] 01:09:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-11-04T01:09:59.994Z] 01:09:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-11-04T01:09:59.994Z] Average: all 15.28 0.00 6.85 2.63 0.02 75.22 [2020-11-04T01:09:59.994Z] Average: 0 16.51 0.00 7.07 3.16 0.02 73.24 [2020-11-04T01:09:59.994Z] Average: 1 14.94 0.00 6.64 2.88 0.02 75.52 [2020-11-04T01:09:59.994Z] Average: 2 14.80 0.00 7.08 2.66 0.01 75.44 [2020-11-04T01:09:59.994Z] Average: 3 14.87 0.00 6.60 1.84 0.02 76.68 [2020-11-04T01:09:59.994Z] [2020-11-04T01:09:59.994Z] [2020-11-04T01:09:59.994Z]