Pull request #2659 opened 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 bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 2a3124b8e2eaebdc5a7bb612f36055734e1a8da7+2f18d68ce33577a025edc322deb728338e3be43f (4951ece85d9ecd91a83014de3f26c8534ddf8275) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2659/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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 > git --version # 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3280 in /w/workspace/edgexfoundry_edgex-go_PR-2659 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit 2a3124b8e2eaebdc5a7bb612f36055734e1a8da7 Merge succeeded, producing 2a3124b8e2eaebdc5a7bb612f36055734e1a8da7 Checking out Revision 2a3124b8e2eaebdc5a7bb612f36055734e1a8da7 (PR-2659) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2659/head:refs/remotes/origin/PR-2659 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2a3124b8e2eaebdc5a7bb612f36055734e1a8da7 # 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 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2a3124b8e2eaebdc5a7bb612f36055734e1a8da7 # timeout=10 Commit message: "feat: Implement pluggable password generator" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-10T18:09:20.300Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-10T18:09:20.644Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-10T18:09:20.877Z] ========================================================= [2020-08-10T18:09:20.877Z] EdgeX Global Pipelines Version Info [2020-08-10T18:09:20.877Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-10T18:09:22.704Z] ------------------- [2020-08-10T18:09:22.704Z] stable info: [2020-08-10T18:09:22.704Z] ------------------- [2020-08-10T18:09:22.704Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-10T18:09:22.704Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-10T18:09:22.704Z] Message: update stable to v1.0.106 [2020-08-10T18:09:23.276Z] ------------------- [2020-08-10T18:09:23.276Z] experimental info: [2020-08-10T18:09:23.276Z] ------------------- [2020-08-10T18:09:23.276Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-10T18:09:23.276Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-10T18:09:23.276Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh [2020-08-10T18:09:25.093Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/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-08-10T18:09:25.093Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T18:09:25.093Z] ++ dirname cmd/core-command/Dockerfile [2020-08-10T18:09:25.093Z] ++ cut -d/ -f2 [2020-08-10T18:09:25.093Z] + echo core-command,cmd/core-command/Dockerfile [2020-08-10T18:09:25.093Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T18:09:25.093Z] ++ dirname cmd/core-data/Dockerfile [2020-08-10T18:09:25.093Z] ++ cut -d/ -f2 [2020-08-10T18:09:25.093Z] + echo core-data,cmd/core-data/Dockerfile [2020-08-10T18:09:25.093Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T18:09:25.093Z] ++ dirname cmd/core-metadata/Dockerfile [2020-08-10T18:09:25.093Z] ++ cut -d/ -f2 [2020-08-10T18:09:25.093Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-08-10T18:09:25.093Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T18:09:25.093Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-08-10T18:09:25.093Z] ++ cut -d/ -f2 [2020-08-10T18:09:25.093Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-08-10T18:09:25.093Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T18:09:25.093Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-08-10T18:09:25.093Z] ++ cut -d/ -f2 [2020-08-10T18:09:25.093Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-08-10T18:09:25.093Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T18:09:25.093Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-08-10T18:09:25.093Z] ++ cut -d/ -f2 [2020-08-10T18:09:25.093Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-08-10T18:09:25.093Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T18:09:25.093Z] ++ dirname cmd/support-logging/Dockerfile [2020-08-10T18:09:25.093Z] ++ cut -d/ -f2 [2020-08-10T18:09:25.093Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-08-10T18:09:25.093Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T18:09:25.093Z] ++ dirname cmd/support-notifications/Dockerfile [2020-08-10T18:09:25.093Z] ++ cut -d/ -f2 [2020-08-10T18:09:25.093Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-08-10T18:09:25.093Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T18:09:25.093Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-08-10T18:09:25.093Z] ++ cut -d/ -f2 [2020-08-10T18:09:25.093Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-08-10T18:09:25.093Z] + for file in '`ls cmd/**/Dockerfile`' [2020-08-10T18:09:25.093Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-08-10T18:09:25.093Z] ++ cut -d/ -f2 [2020-08-10T18:09:25.093Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-08-10T18:09:25.167Z] 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-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-08-10T18:09:26.271Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-10T18:09:26.533Z] [2020-08-10T18:09:26.533Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-10T18:09:26.933Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-10T18:09:26.933Z] latest: Pulling from edgex-devops/git-semver [2020-08-10T18:09:26.933Z] 31603596830f: Pulling fs layer [2020-08-10T18:09:26.933Z] 2a8b12db71e7: Pulling fs layer [2020-08-10T18:09:26.933Z] 6ca5941a6612: Pulling fs layer [2020-08-10T18:09:26.933Z] ecc8261a40a4: Pulling fs layer [2020-08-10T18:09:26.933Z] ecc8261a40a4: Waiting [2020-08-10T18:09:26.933Z] 2a8b12db71e7: Verifying Checksum [2020-08-10T18:09:26.933Z] 2a8b12db71e7: Download complete [2020-08-10T18:09:26.933Z] 31603596830f: Verifying Checksum [2020-08-10T18:09:26.933Z] 31603596830f: Download complete [2020-08-10T18:09:27.196Z] ecc8261a40a4: Verifying Checksum [2020-08-10T18:09:27.196Z] ecc8261a40a4: Download complete [2020-08-10T18:09:27.196Z] 6ca5941a6612: Verifying Checksum [2020-08-10T18:09:27.196Z] 6ca5941a6612: Download complete [2020-08-10T18:09:27.460Z] 31603596830f: Pull complete [2020-08-10T18:09:27.460Z] 2a8b12db71e7: Pull complete [2020-08-10T18:09:28.408Z] 6ca5941a6612: Pull complete [2020-08-10T18:09:28.408Z] ecc8261a40a4: Pull complete [2020-08-10T18:09:28.408Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-10T18:09:28.408Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-10T18:09:28.408Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-10T18:09:28.551Z] prd-centos7-docker-4c-2g-3280 does not seem to be running inside a container [2020-08-10T18:09:28.602Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-10T18:09:31.061Z] $ docker top 49868f7b2f7e50306594c6331e5f571196f84a7d4bbe130c638bb9c5ac24e388 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-10T18:09:31.434Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-10T18:09:31.434Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-10T18:09:31.669Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-10T18:09:31.671Z] $ docker exec 49868f7b2f7e50306594c6331e5f571196f84a7d4bbe130c638bb9c5ac24e388 ssh-agent [2020-08-10T18:09:31.849Z] SSH_AUTH_SOCK=/tmp/ssh-q4nPRhAno4gv/agent.12 [2020-08-10T18:09:31.849Z] SSH_AGENT_PID=18 [2020-08-10T18:09:31.862Z] Running ssh-add (command line suppressed) [2020-08-10T18:09:31.987Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_96499110210234898.key (/w/workspace/edgex-go/1@tmp/private_key_96499110210234898.key) [2020-08-10T18:09:32.041Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-10T18:09:32.409Z] + git describe --exact-match --tags HEAD [2020-08-10T18:09:32.409Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-10T18:09:32.448Z] $ docker exec --env ******** --env ******** 49868f7b2f7e50306594c6331e5f571196f84a7d4bbe130c638bb9c5ac24e388 ssh-agent -k [2020-08-10T18:09:32.562Z] unset SSH_AUTH_SOCK; [2020-08-10T18:09:32.562Z] unset SSH_AGENT_PID; [2020-08-10T18:09:32.562Z] echo Agent pid 18 killed; [2020-08-10T18:09:32.609Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-10T18:09:32.743Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-10T18:09:32.743Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-10T18:09:32.860Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-10T18:09:32.860Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-10T18:09:33.022Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-10T18:09:33.025Z] $ docker exec 49868f7b2f7e50306594c6331e5f571196f84a7d4bbe130c638bb9c5ac24e388 ssh-agent [2020-08-10T18:09:33.186Z] SSH_AUTH_SOCK=/tmp/ssh-uhrYrnDU6nAA/agent.46 [2020-08-10T18:09:33.186Z] SSH_AGENT_PID=51 [2020-08-10T18:09:33.192Z] Running ssh-add (command line suppressed) [2020-08-10T18:09:33.311Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6636286975651910095.key (/w/workspace/edgex-go/1@tmp/private_key_6636286975651910095.key) [2020-08-10T18:09:33.360Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-10T18:09:33.731Z] + git semver init [2020-08-10T18:09:33.731Z] # -> Open(): unable to determine branch for HEAD [2020-08-10T18:09:33.731Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2020-08-10T18:09:33.731Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2020-08-10T18:09:33.731Z] # $SEMVER_REMOTE_NAME = origin [2020-08-10T18:09:33.731Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-10T18:09:33.731Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-10T18:09:33.731Z] # $SEMVER_BRANCH = PR-2659 [2020-08-10T18:09:33.731Z] # $SEMVER_TEMP = /tmp/semver-372781894 [2020-08-10T18:09:33.731Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-08-10T18:09:51.882Z] # '/tmp/semver-372781894' -> '/w/workspace/edgex-go/1/.semver' [2020-08-10T18:09:51.882Z] # -> Force: false [2020-08-10T18:09:51.882Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2020-08-10T18:09:51.906Z] $ docker exec --env ******** --env ******** 49868f7b2f7e50306594c6331e5f571196f84a7d4bbe130c638bb9c5ac24e388 ssh-agent -k [2020-08-10T18:09:52.059Z] unset SSH_AUTH_SOCK; [2020-08-10T18:09:52.060Z] unset SSH_AGENT_PID; [2020-08-10T18:09:52.060Z] echo Agent pid 51 killed; [2020-08-10T18:09:52.111Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-10T18:09:52.729Z] + git semver [Pipeline] } [2020-08-10T18:09:52.754Z] $ docker stop --time=1 49868f7b2f7e50306594c6331e5f571196f84a7d4bbe130c638bb9c5ac24e388 [2020-08-10T18:09:54.362Z] $ docker rm -f 49868f7b2f7e50306594c6331e5f571196f84a7d4bbe130c638bb9c5ac24e388 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-10T18:10:07.174Z] Stashed 30 file(s) [Pipeline] echo [2020-08-10T18:10:07.192Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-08-10T18:10:08.059Z] ========================================================= [2020-08-10T18:10:08.060Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-10T18:10:08.060Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-10T18:10:08.430Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-10T18:10:11.739Z] Sending build context to Docker daemon 323MB [2020-08-10T18:10:11.739Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-10T18:10:11.739Z] Step 2/7 : FROM ${BASE} [2020-08-10T18:10:11.739Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-10T18:10:11.739Z] df20fa9351a1: Pulling fs layer [2020-08-10T18:10:11.739Z] ed8968b2872e: Pulling fs layer [2020-08-10T18:10:11.739Z] a92cc7c5fd73: Pulling fs layer [2020-08-10T18:10:11.739Z] 2dd03ba5bac4: Pulling fs layer [2020-08-10T18:10:11.739Z] 1e091d79d1de: Pulling fs layer [2020-08-10T18:10:11.739Z] 481702a1767f: Pulling fs layer [2020-08-10T18:10:11.739Z] f64a6f60c768: Pulling fs layer [2020-08-10T18:10:11.739Z] e78d2573fc39: Pulling fs layer [2020-08-10T18:10:11.739Z] e876d2f968b6: Pulling fs layer [2020-08-10T18:10:11.739Z] ce8a83651883: Pulling fs layer [2020-08-10T18:10:11.739Z] 07967f4d0e4b: Pulling fs layer [2020-08-10T18:10:11.739Z] 2dd03ba5bac4: Waiting [2020-08-10T18:10:11.739Z] f64a6f60c768: Waiting [2020-08-10T18:10:11.739Z] e78d2573fc39: Waiting [2020-08-10T18:10:11.739Z] e876d2f968b6: Waiting [2020-08-10T18:10:11.739Z] ce8a83651883: Waiting [2020-08-10T18:10:11.739Z] 1e091d79d1de: Waiting [2020-08-10T18:10:11.739Z] 07967f4d0e4b: Waiting [2020-08-10T18:10:11.739Z] a92cc7c5fd73: Download complete [2020-08-10T18:10:11.739Z] ed8968b2872e: Verifying Checksum [2020-08-10T18:10:11.739Z] ed8968b2872e: Download complete [2020-08-10T18:10:11.739Z] 1e091d79d1de: Verifying Checksum [2020-08-10T18:10:11.739Z] 1e091d79d1de: Download complete [2020-08-10T18:10:11.739Z] 481702a1767f: Verifying Checksum [2020-08-10T18:10:11.739Z] 481702a1767f: Download complete [2020-08-10T18:10:11.739Z] df20fa9351a1: Verifying Checksum [2020-08-10T18:10:11.739Z] df20fa9351a1: Download complete [2020-08-10T18:10:11.739Z] df20fa9351a1: Pull complete [2020-08-10T18:10:12.705Z] f64a6f60c768: Verifying Checksum [2020-08-10T18:10:12.705Z] f64a6f60c768: Download complete [2020-08-10T18:10:12.705Z] e876d2f968b6: Verifying Checksum [2020-08-10T18:10:12.705Z] e876d2f968b6: Download complete [2020-08-10T18:10:13.291Z] 2dd03ba5bac4: Verifying Checksum [2020-08-10T18:10:13.291Z] 2dd03ba5bac4: Download complete [2020-08-10T18:10:13.291Z] 07967f4d0e4b: Verifying Checksum [2020-08-10T18:10:13.291Z] 07967f4d0e4b: Download complete [2020-08-10T18:10:13.554Z] ce8a83651883: Verifying Checksum [2020-08-10T18:10:13.554Z] ce8a83651883: Download complete [2020-08-10T18:10:13.554Z] e78d2573fc39: Download complete [2020-08-10T18:10:14.939Z] ed8968b2872e: Pull complete [2020-08-10T18:10:14.939Z] a92cc7c5fd73: Pull complete [2020-08-10T18:10:20.246Z] 2dd03ba5bac4: Pull complete [2020-08-10T18:10:20.246Z] 1e091d79d1de: Pull complete [2020-08-10T18:10:20.246Z] 481702a1767f: Pull complete [2020-08-10T18:10:22.721Z] Still waiting to schedule task [2020-08-10T18:10:22.721Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-3278’ [2020-08-10T18:10:28.408Z] f64a6f60c768: Pull complete [2020-08-10T18:10:30.977Z] e78d2573fc39: Pull complete [2020-08-10T18:10:31.243Z] e876d2f968b6: Pull complete [2020-08-10T18:10:32.190Z] ce8a83651883: Pull complete [2020-08-10T18:10:32.451Z] 07967f4d0e4b: Pull complete [2020-08-10T18:10:32.451Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-10T18:10:32.451Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-10T18:10:32.451Z] ---> 5d7c900382c6 [2020-08-10T18:10:32.451Z] 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-08-10T18:10:33.842Z] ---> Running in 4c976d53b95f [2020-08-10T18:10:34.428Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-10T18:10:35.371Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-10T18:10:36.316Z] (1/12) Installing libmagic (5.38-r0) [2020-08-10T18:10:36.577Z] (2/12) Installing file (5.38-r0) [2020-08-10T18:10:36.838Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-10T18:10:36.838Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-10T18:10:55.016Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-10T18:10:55.016Z] (6/12) Installing patch (2.7.6-r6) [2020-08-10T18:10:55.016Z] (7/12) Installing build-base (0.5-r2) [2020-08-10T18:10:55.016Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-10T18:10:55.016Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-10T18:10:55.016Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-10T18:10:55.016Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-10T18:10:55.016Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-10T18:10:55.016Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T18:10:55.016Z] OK: 233 MiB in 51 packages [2020-08-10T18:10:58.326Z] Removing intermediate container 4c976d53b95f [2020-08-10T18:10:58.326Z] ---> 2e23dc7926f5 [2020-08-10T18:10:58.326Z] Step 4/7 : WORKDIR /edgex-go [2020-08-10T18:10:58.326Z] ---> Running in 0f62fad125b6 [2020-08-10T18:10:58.326Z] Removing intermediate container 0f62fad125b6 [2020-08-10T18:10:58.326Z] ---> eecfab987829 [2020-08-10T18:10:58.326Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-10T18:10:58.902Z] latest: Pulling from library/docker [2020-08-10T18:10:58.902Z] df20fa9351a1: Already exists [2020-08-10T18:10:58.902Z] 25ad7478873d: Pulling fs layer [2020-08-10T18:10:58.902Z] 4684f6177b5d: Pulling fs layer [2020-08-10T18:10:58.902Z] 46e300cec669: Pulling fs layer [2020-08-10T18:10:58.902Z] 63038576ad94: Pulling fs layer [2020-08-10T18:10:58.902Z] 0fdb76c4706c: Pulling fs layer [2020-08-10T18:10:58.902Z] cb7edeffdfd5: Pulling fs layer [2020-08-10T18:10:58.902Z] 0fdb76c4706c: Waiting [2020-08-10T18:10:58.902Z] 63038576ad94: Waiting [2020-08-10T18:10:58.902Z] cb7edeffdfd5: Waiting [2020-08-10T18:10:58.902Z] 4684f6177b5d: Verifying Checksum [2020-08-10T18:10:58.902Z] 4684f6177b5d: Download complete [2020-08-10T18:10:59.178Z] 63038576ad94: Verifying Checksum [2020-08-10T18:10:59.178Z] 63038576ad94: Download complete [2020-08-10T18:10:59.178Z] 25ad7478873d: Verifying Checksum [2020-08-10T18:10:59.178Z] 25ad7478873d: Download complete [2020-08-10T18:10:59.178Z] 0fdb76c4706c: Verifying Checksum [2020-08-10T18:10:59.178Z] 0fdb76c4706c: Download complete [2020-08-10T18:10:59.440Z] cb7edeffdfd5: Download complete [2020-08-10T18:10:59.440Z] 25ad7478873d: Pull complete [2020-08-10T18:10:59.705Z] 4684f6177b5d: Pull complete [2020-08-10T18:10:59.705Z] 46e300cec669: Verifying Checksum [2020-08-10T18:10:59.705Z] 46e300cec669: Download complete [2020-08-10T18:11:02.277Z] 46e300cec669: Pull complete [2020-08-10T18:11:02.277Z] 63038576ad94: Pull complete [2020-08-10T18:11:02.277Z] 0fdb76c4706c: Pull complete [2020-08-10T18:11:02.277Z] cb7edeffdfd5: Pull complete [2020-08-10T18:11:02.277Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-10T18:11:02.277Z] Status: Downloaded newer image for docker:latest [2020-08-10T18:11:04.831Z] ---> 7ca5ecf17408 [2020-08-10T18:11:04.831Z] Step 6/7 : COPY go.mod . [2020-08-10T18:11:04.831Z] ---> b235212521b6 [2020-08-10T18:11:04.831Z] Step 7/7 : RUN go mod download [2020-08-10T18:11:04.831Z] ---> Running in 186a86fb04ce [2020-08-10T18:11:06.748Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-10T18:11:07.008Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-10T18:11:07.008Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-10T18:11:07.008Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-10T18:11:07.008Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-10T18:11:07.008Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-10T18:11:07.008Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-10T18:11:07.008Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-10T18:11:07.008Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-10T18:11:07.008Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-10T18:11:07.008Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-10T18:11:07.008Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-10T18:11:07.008Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-10T18:11:07.274Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-10T18:11:07.274Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-10T18:11:07.274Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-10T18:11:07.274Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-10T18:11:07.274Z] go: finding github.com/fatih/color v1.7.0 [2020-08-10T18:11:07.274Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-10T18:11:07.274Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-10T18:11:07.274Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-10T18:11:07.274Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-10T18:11:07.274Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-10T18:11:07.274Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-10T18:11:07.274Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-10T18:11:07.274Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-10T18:11:07.536Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-10T18:11:07.536Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-10T18:11:07.536Z] go: finding github.com/google/uuid v1.1.0 [2020-08-10T18:11:07.536Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-10T18:11:07.536Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-10T18:11:07.536Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-10T18:11:07.536Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-10T18:11:07.536Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-10T18:11:07.536Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-10T18:11:07.536Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-10T18:11:07.536Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-10T18:11:07.536Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-10T18:11:07.797Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-10T18:11:07.797Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-10T18:11:07.797Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-10T18:11:07.797Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-10T18:11:07.797Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-10T18:11:07.797Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-10T18:11:07.797Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-10T18:11:07.797Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-10T18:11:07.797Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-10T18:11:07.797Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-10T18:11:07.797Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-10T18:11:07.797Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-10T18:11:08.058Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-10T18:11:08.058Z] go: finding github.com/kr/pty v1.1.1 [2020-08-10T18:11:08.058Z] go: finding github.com/kr/text v0.1.0 [2020-08-10T18:11:08.058Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-10T18:11:08.058Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-10T18:11:08.058Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-10T18:11:08.058Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-10T18:11:08.058Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-10T18:11:08.058Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-10T18:11:08.058Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-10T18:11:08.058Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-10T18:11:08.320Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-10T18:11:08.320Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-10T18:11:08.320Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-10T18:11:08.320Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-10T18:11:08.320Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-10T18:11:08.320Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-10T18:11:08.320Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-10T18:11:08.320Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-10T18:11:08.320Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-10T18:11:08.320Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-10T18:11:08.320Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-10T18:11:08.581Z] go: finding github.com/posener/complete v1.1.1 [2020-08-10T18:11:08.582Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-10T18:11:08.582Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-10T18:11:08.582Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-10T18:11:08.582Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-10T18:11:08.582Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-10T18:11:08.582Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-10T18:11:08.582Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-10T18:11:08.582Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-10T18:11:08.582Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-10T18:11:08.582Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-10T18:11:08.582Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-10T18:11:08.843Z] go: finding golang.org/x/text v0.3.2 [2020-08-10T18:11:08.843Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-10T18:11:08.843Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-10T18:11:08.843Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-10T18:11:08.843Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-10T18:11:08.843Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-10T18:11:08.843Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-10T18:11:21.197Z] Removing intermediate container 186a86fb04ce [2020-08-10T18:11:21.197Z] ---> 72cf97d81e84 [2020-08-10T18:11:21.197Z] Successfully built 72cf97d81e84 [2020-08-10T18:11:21.197Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-10T18:11:22.072Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-10T18:11:22.072Z] . [Pipeline] withDockerContainer [2020-08-10T18:11:22.254Z] prd-centos7-docker-4c-2g-3280 does not seem to be running inside a container [2020-08-10T18:11:22.316Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2020-08-10T18:11:23.098Z] $ docker top 6ca6fbc29f72bee29ae9f8fe76bcd8a5b48be6c4840d3cd6b6599df62424757d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-10T18:11:23.649Z] + go version [2020-08-10T18:11:23.649Z] go version go1.13.13 linux/amd64 [Pipeline] echo [2020-08-10T18:11:23.682Z] ========================================================= [2020-08-10T18:11:23.682Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-10T18:11:23.682Z] ========================================================= [Pipeline] sh [2020-08-10T18:11:24.002Z] + make test [2020-08-10T18:11:24.002Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-10T18:11:26.586Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-10T18:11:34.838Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-10T18:11:40.225Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-10T18:11:40.225Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-10T18:11:40.225Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-10T18:11:40.225Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-10T18:11:42.152Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.005s [2020-08-10T18:11:42.152Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-10T18:11:42.152Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-10T18:11:42.152Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-10T18:11:42.152Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-10T18:11:42.417Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-10T18:11:42.689Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-10T18:11:42.689Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-10T18:11:42.689Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-10T18:11:48.020Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.020s coverage: 46.6% of statements [2020-08-10T18:11:48.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-10T18:11:48.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-10T18:11:48.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-10T18:11:48.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-10T18:11:48.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-10T18:11:49.422Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.041s coverage: 27.3% of statements [2020-08-10T18:11:49.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-10T18:11:49.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-10T18:11:49.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-10T18:11:49.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-10T18:11:49.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-10T18:11:49.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-10T18:11:49.422Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements [2020-08-10T18:11:49.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-10T18:11:49.422Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.005s coverage: 100.0% of statements [2020-08-10T18:11:49.422Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-10T18:11:50.403Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.099s coverage: 28.6% of statements [2020-08-10T18:11:50.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-10T18:11:50.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-10T18:11:50.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-10T18:11:50.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-10T18:11:50.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-10T18:11:50.403Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.031s coverage: 100.0% of statements [2020-08-10T18:11:50.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-10T18:11:50.403Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.015s coverage: 100.0% of statements [2020-08-10T18:11:50.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-10T18:11:50.992Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.028s coverage: 89.8% of statements [2020-08-10T18:11:50.992Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-10T18:11:51.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.020s coverage: 97.5% of statements [2020-08-10T18:11:51.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-10T18:11:51.548Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.008s coverage: 100.0% of statements [2020-08-10T18:11:51.548Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-10T18:11:51.548Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-10T18:11:51.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-10T18:11:51.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-10T18:11:51.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-10T18:11:51.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-10T18:11:51.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-10T18:11:51.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-10T18:11:51.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-10T18:11:51.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-10T18:11:51.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-10T18:11:51.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-10T18:11:51.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-10T18:11:51.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-10T18:11:51.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-10T18:11:51.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-10T18:11:51.548Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-10T18:11:51.548Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.011s coverage: 58.8% of statements [2020-08-10T18:11:52.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.066s coverage: 63.5% of statements [2020-08-10T18:11:52.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-10T18:11:52.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-10T18:11:52.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.005s coverage: 100.0% of statements [2020-08-10T18:11:53.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.095s coverage: 55.9% of statements [2020-08-10T18:11:53.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-10T18:11:53.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-10T18:11:53.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-10T18:11:53.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-10T18:12:05.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.391s coverage: 86.3% of statements [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-10T18:12:05.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.333s coverage: 72.2% of statements [2020-08-10T18:12:05.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.113s coverage: 72.1% of statements [2020-08-10T18:12:05.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.029s coverage: 82.4% of statements [2020-08-10T18:12:05.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.015s coverage: 48.4% of statements [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-10T18:12:05.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.005s coverage: 28.8% of statements [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-10T18:12:05.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.020s coverage: 96.8% of statements [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-10T18:12:05.432Z] --- FAIL: TestGenerateWithAPG (0.00s) [2020-08-10T18:12:05.432Z] password_linux_test.go:29: failed to create credential [2020-08-10T18:12:05.432Z] password_linux_test.go:30: PasswordProvider object not initialized; call SetConfiguration() first [2020-08-10T18:12:05.432Z] password_linux_test.go:34: failed to create credential [2020-08-10T18:12:05.432Z] password_linux_test.go:35: PasswordProvider object not initialized; call SetConfiguration() first [2020-08-10T18:12:05.432Z] password_linux_test.go:38: error: different master key and realm combination need to generate different passwords [2020-08-10T18:12:05.432Z] FAIL [2020-08-10T18:12:05.432Z] coverage: 31.1% of statements [2020-08-10T18:12:05.432Z] FAIL github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.034s [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-10T18:12:05.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.090s coverage: 84.1% of statements [2020-08-10T18:12:05.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.029s coverage: 100.0% of statements [2020-08-10T18:12:05.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.007s coverage: 42.9% of statements [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-10T18:12:05.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.011s coverage: 100.0% of statements [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-10T18:12:05.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.007s coverage: 83.8% of statements [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-10T18:12:05.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.049s coverage: 45.1% of statements [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-10T18:12:05.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.016s coverage: 100.0% of statements [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-10T18:12:05.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.022s coverage: 100.0% of statements [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-10T18:12:05.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.026s coverage: 100.0% of statements [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-10T18:12:05.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.046s coverage: 29.1% of statements [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-10T18:12:05.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.012s coverage: 99.0% of statements [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-10T18:12:05.432Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.026s coverage: 100.0% of statements [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-10T18:12:05.432Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.006s coverage: 0.0% of statements [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-10T18:12:05.432Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.004s coverage: 100.0% of statements [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-10T18:12:05.432Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.013s coverage: 87.9% of statements [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-10T18:12:05.432Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-10T18:12:05.432Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.006s coverage: 100.0% of statements [2020-08-10T18:12:05.432Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.013s coverage: 32.1% of statements [2020-08-10T18:12:05.432Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-08-10T18:12:05.432Z] FAIL [2020-08-10T18:12:05.432Z] make: *** [Makefile:81: test] Error 1 [Pipeline] } [2020-08-10T18:12:05.478Z] $ docker stop --time=1 6ca6fbc29f72bee29ae9f8fe76bcd8a5b48be6c4840d3cd6b6599df62424757d [2020-08-10T18:12:07.971Z] $ docker rm -f 6ca6fbc29f72bee29ae9f8fe76bcd8a5b48be6c4840d3cd6b6599df62424757d [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] // stage [Pipeline] } [2020-08-10T18:12:09.444Z] Failed in branch amd64 [2020-08-10T18:14:17.210Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3281 in /w/workspace/edgexfoundry_edgex-go_PR-2659 [Pipeline] { [Pipeline] ws [2020-08-10T18:14:17.279Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2020-08-10T18:14:22.624Z] using credential edgex-jenkins-ssh [2020-08-10T18:14:22.701Z] Cloning the remote Git repository [2020-08-10T18:14:22.701Z] Cloning with configured refspecs honoured and without tags [2020-08-10T18:14:22.763Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-08-10T18:14:22.878Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2020-08-10T18:14:22.953Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-10T18:14:22.954Z] > git --version # timeout=10 [2020-08-10T18:14:22.984Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-10T18:14:23.066Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-10T18:14:37.422Z] Fetching without tags [2020-08-10T18:14:37.312Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-10T18:14:37.330Z] > git config --add remote.origin.fetch +refs/pull/2659/head:refs/remotes/origin/PR-2659 # timeout=10 [2020-08-10T18:14:37.357Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-10T18:14:37.387Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-08-10T18:14:37.435Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-08-10T18:14:37.436Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-10T18:14:37.451Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2659/head:refs/remotes/origin/PR-2659 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-10T18:14:37.947Z] Merging remotes/origin/master commit 2f18d68ce33577a025edc322deb728338e3be43f into PR head commit 2a3124b8e2eaebdc5a7bb612f36055734e1a8da7 [2020-08-10T18:14:38.471Z] Merge succeeded, producing 2a3124b8e2eaebdc5a7bb612f36055734e1a8da7 [2020-08-10T18:14:38.471Z] Checking out Revision 2a3124b8e2eaebdc5a7bb612f36055734e1a8da7 (PR-2659) [2020-08-10T18:14:37.967Z] > git config core.sparsecheckout # timeout=10 [2020-08-10T18:14:37.988Z] > git checkout -f 2a3124b8e2eaebdc5a7bb612f36055734e1a8da7 # timeout=10 [2020-08-10T18:14:38.280Z] > git remote # timeout=10 [2020-08-10T18:14:38.366Z] > git config --get remote.origin.url # timeout=10 [2020-08-10T18:14:38.391Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-10T18:14:38.406Z] > git merge 2f18d68ce33577a025edc322deb728338e3be43f # timeout=10 [2020-08-10T18:14:38.438Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-10T18:14:38.480Z] > git config core.sparsecheckout # timeout=10 [2020-08-10T18:14:38.506Z] > git checkout -f 2a3124b8e2eaebdc5a7bb612f36055734e1a8da7 # timeout=10 [2020-08-10T18:14:43.144Z] Commit message: "feat: Implement pluggable password generator" [2020-08-10T18:14:43.195Z] > git --version # timeout=10 [2020-08-10T18:14:43.228Z] fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-10T18:14:55.359Z] ========================================================= [2020-08-10T18:14:55.359Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-10T18:14:55.359Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-10T18:14:56.273Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-10T18:15:00.608Z] Sending build context to Docker daemon 323MB [2020-08-10T18:15:00.608Z] Step 1/7 : ARG BASE=golang:1.13-alpine [2020-08-10T18:15:00.608Z] Step 2/7 : FROM ${BASE} [2020-08-10T18:15:00.608Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-10T18:15:00.608Z] b538f80385f9: Pulling fs layer [2020-08-10T18:15:00.608Z] 74f711af9a0d: Pulling fs layer [2020-08-10T18:15:00.608Z] 99f96fe45779: Pulling fs layer [2020-08-10T18:15:00.608Z] fd7a069fd194: Pulling fs layer [2020-08-10T18:15:00.608Z] 66aa3694b03b: Pulling fs layer [2020-08-10T18:15:00.608Z] 170f70906a0f: Pulling fs layer [2020-08-10T18:15:00.608Z] ad7c5574e4b9: Pulling fs layer [2020-08-10T18:15:00.608Z] e772456be8f7: Pulling fs layer [2020-08-10T18:15:00.608Z] c890913d741a: Pulling fs layer [2020-08-10T18:15:00.608Z] 2480fcc9aa5a: Pulling fs layer [2020-08-10T18:15:00.608Z] 09adf4765672: Pulling fs layer [2020-08-10T18:15:00.608Z] fd7a069fd194: Waiting [2020-08-10T18:15:00.608Z] 66aa3694b03b: Waiting [2020-08-10T18:15:00.608Z] 170f70906a0f: Waiting [2020-08-10T18:15:00.608Z] ad7c5574e4b9: Waiting [2020-08-10T18:15:00.608Z] e772456be8f7: Waiting [2020-08-10T18:15:00.608Z] c890913d741a: Waiting [2020-08-10T18:15:00.608Z] 2480fcc9aa5a: Waiting [2020-08-10T18:15:00.608Z] 09adf4765672: Waiting [2020-08-10T18:15:00.608Z] 99f96fe45779: Verifying Checksum [2020-08-10T18:15:00.608Z] 99f96fe45779: Download complete [2020-08-10T18:15:00.608Z] 74f711af9a0d: Verifying Checksum [2020-08-10T18:15:00.608Z] 74f711af9a0d: Download complete [2020-08-10T18:15:00.608Z] 66aa3694b03b: Verifying Checksum [2020-08-10T18:15:00.608Z] 66aa3694b03b: Download complete [2020-08-10T18:15:00.608Z] 170f70906a0f: Download complete [2020-08-10T18:15:00.608Z] b538f80385f9: Verifying Checksum [2020-08-10T18:15:00.608Z] b538f80385f9: Download complete [2020-08-10T18:15:01.608Z] b538f80385f9: Pull complete [2020-08-10T18:15:02.209Z] 74f711af9a0d: Pull complete [2020-08-10T18:15:02.483Z] 99f96fe45779: Pull complete [2020-08-10T18:15:03.943Z] ad7c5574e4b9: Verifying Checksum [2020-08-10T18:15:03.943Z] ad7c5574e4b9: Download complete [2020-08-10T18:15:03.943Z] c890913d741a: Verifying Checksum [2020-08-10T18:15:03.943Z] c890913d741a: Download complete [2020-08-10T18:15:05.949Z] 2480fcc9aa5a: Verifying Checksum [2020-08-10T18:15:05.949Z] 2480fcc9aa5a: Download complete [2020-08-10T18:15:05.949Z] 09adf4765672: Download complete [2020-08-10T18:15:06.220Z] fd7a069fd194: Verifying Checksum [2020-08-10T18:15:06.220Z] fd7a069fd194: Download complete [2020-08-10T18:15:06.220Z] e772456be8f7: Verifying Checksum [2020-08-10T18:15:06.220Z] e772456be8f7: Download complete [2020-08-10T18:15:16.369Z] fd7a069fd194: Pull complete [2020-08-10T18:15:16.369Z] 66aa3694b03b: Pull complete [2020-08-10T18:15:16.643Z] 170f70906a0f: Pull complete [2020-08-10T18:15:20.969Z] ad7c5574e4b9: Pull complete [2020-08-10T18:15:25.309Z] e772456be8f7: Pull complete [2020-08-10T18:15:25.583Z] c890913d741a: Pull complete [2020-08-10T18:15:27.560Z] 2480fcc9aa5a: Pull complete [2020-08-10T18:15:28.156Z] 09adf4765672: Pull complete [2020-08-10T18:15:28.156Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-10T18:15:28.156Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-10T18:15:28.156Z] ---> 2248a725d1cf [2020-08-10T18:15:28.156Z] 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-08-10T18:15:34.856Z] ---> Running in 93833de21031 [2020-08-10T18:15:35.835Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-10T18:15:36.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-10T18:15:37.795Z] (1/12) Installing libmagic (5.38-r0) [2020-08-10T18:15:38.392Z] (2/12) Installing file (5.38-r0) [2020-08-10T18:15:38.392Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-08-10T18:15:38.392Z] (4/12) Installing g++ (9.3.0-r2) [2020-08-10T18:15:42.684Z] (5/12) Installing fortify-headers (1.1-r0) [2020-08-10T18:15:42.684Z] (6/12) Installing patch (2.7.6-r6) [2020-08-10T18:15:42.684Z] (7/12) Installing build-base (0.5-r2) [2020-08-10T18:15:42.684Z] (8/12) Installing libsodium (1.0.18-r0) [2020-08-10T18:15:42.684Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-08-10T18:15:42.684Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-08-10T18:15:42.684Z] (11/12) Installing libzmq (4.3.2-r0) [2020-08-10T18:15:42.955Z] (12/12) Installing zeromq-dev (4.3.2-r0) [2020-08-10T18:15:42.955Z] Executing busybox-1.31.1-r16.trigger [2020-08-10T18:15:42.955Z] OK: 217 MiB in 51 packages [2020-08-10T18:15:47.254Z] Removing intermediate container 93833de21031 [2020-08-10T18:15:47.254Z] ---> bfb23a834739 [2020-08-10T18:15:47.254Z] Step 4/7 : WORKDIR /edgex-go [2020-08-10T18:15:47.254Z] ---> Running in 8ed999a71418 [2020-08-10T18:15:47.846Z] Removing intermediate container 8ed999a71418 [2020-08-10T18:15:47.846Z] ---> ba7c603958c6 [2020-08-10T18:15:47.846Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-08-10T18:15:48.117Z] latest: Pulling from library/docker [2020-08-10T18:15:48.117Z] b538f80385f9: Already exists [2020-08-10T18:15:48.117Z] 259a493cd78d: Pulling fs layer [2020-08-10T18:15:48.117Z] b8e66b5100f5: Pulling fs layer [2020-08-10T18:15:48.117Z] 39dc9c94d07c: Pulling fs layer [2020-08-10T18:15:48.117Z] 551b823b3b82: Pulling fs layer [2020-08-10T18:15:48.117Z] 3c52a74df98c: Pulling fs layer [2020-08-10T18:15:48.117Z] 6c9b121b6998: Pulling fs layer [2020-08-10T18:15:48.117Z] 551b823b3b82: Waiting [2020-08-10T18:15:48.117Z] 3c52a74df98c: Waiting [2020-08-10T18:15:48.117Z] 6c9b121b6998: Waiting [2020-08-10T18:15:48.391Z] b8e66b5100f5: Verifying Checksum [2020-08-10T18:15:48.391Z] b8e66b5100f5: Download complete [2020-08-10T18:15:48.391Z] 259a493cd78d: Verifying Checksum [2020-08-10T18:15:48.391Z] 259a493cd78d: Download complete [2020-08-10T18:15:48.391Z] 551b823b3b82: Verifying Checksum [2020-08-10T18:15:48.391Z] 551b823b3b82: Download complete [2020-08-10T18:15:48.391Z] 3c52a74df98c: Verifying Checksum [2020-08-10T18:15:48.391Z] 3c52a74df98c: Download complete [2020-08-10T18:15:48.673Z] 6c9b121b6998: Verifying Checksum [2020-08-10T18:15:48.673Z] 6c9b121b6998: Download complete [2020-08-10T18:15:48.946Z] 259a493cd78d: Pull complete [2020-08-10T18:15:49.546Z] b8e66b5100f5: Pull complete [2020-08-10T18:15:49.546Z] 39dc9c94d07c: Verifying Checksum [2020-08-10T18:15:49.546Z] 39dc9c94d07c: Download complete [2020-08-10T18:15:52.925Z] 39dc9c94d07c: Pull complete [2020-08-10T18:15:52.925Z] 551b823b3b82: Pull complete [2020-08-10T18:15:53.199Z] 3c52a74df98c: Pull complete [2020-08-10T18:15:53.471Z] 6c9b121b6998: Pull complete [2020-08-10T18:15:53.471Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-08-10T18:15:53.742Z] Status: Downloaded newer image for docker:latest [2020-08-10T18:15:57.127Z] ---> e0ee40ffa9d8 [2020-08-10T18:15:57.127Z] Step 6/7 : COPY go.mod . [2020-08-10T18:15:57.399Z] ---> 8fab47677ece [2020-08-10T18:15:57.399Z] Step 7/7 : RUN go mod download [2020-08-10T18:15:57.675Z] ---> Running in 63789319fe0f [2020-08-10T18:16:01.067Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-08-10T18:16:01.067Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-10T18:16:01.067Z] go: finding github.com/OneOfOne/xxhash v1.2.5 [2020-08-10T18:16:01.068Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-10T18:16:01.068Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-10T18:16:01.068Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-10T18:16:01.068Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-10T18:16:01.068Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-10T18:16:01.068Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-10T18:16:01.068Z] go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-08-10T18:16:01.068Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-08-10T18:16:01.068Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-10T18:16:01.068Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-10T18:16:01.068Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-10T18:16:01.068Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-08-10T18:16:01.068Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-08-10T18:16:01.068Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-10T18:16:01.068Z] go: finding github.com/fatih/color v1.7.0 [2020-08-10T18:16:01.068Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-08-10T18:16:01.068Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-10T18:16:01.068Z] go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-08-10T18:16:01.068Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-10T18:16:01.344Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-10T18:16:01.344Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-08-10T18:16:01.345Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-10T18:16:01.345Z] go: finding github.com/golang/protobuf v1.3.2 [2020-08-10T18:16:01.345Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-08-10T18:16:01.345Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-10T18:16:01.345Z] go: finding github.com/google/uuid v1.1.0 [2020-08-10T18:16:01.345Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-10T18:16:01.345Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-10T18:16:01.345Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-10T18:16:01.345Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-10T18:16:01.621Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-10T18:16:01.621Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-10T18:16:01.621Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-10T18:16:01.621Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-10T18:16:01.621Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-10T18:16:01.621Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-10T18:16:01.621Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-10T18:16:01.621Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-10T18:16:01.621Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-10T18:16:01.621Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-10T18:16:01.621Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-10T18:16:01.895Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-10T18:16:01.895Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-10T18:16:01.895Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-10T18:16:01.895Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-08-10T18:16:01.895Z] go: finding github.com/imdario/mergo v0.3.6 [2020-08-10T18:16:01.895Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-10T18:16:01.895Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-10T18:16:01.895Z] go: finding github.com/kr/pty v1.1.1 [2020-08-10T18:16:01.895Z] go: finding github.com/kr/text v0.1.0 [2020-08-10T18:16:01.895Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-10T18:16:01.895Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-10T18:16:02.170Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-10T18:16:02.170Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-10T18:16:02.170Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-10T18:16:02.170Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-10T18:16:02.170Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-10T18:16:02.170Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-10T18:16:02.170Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-10T18:16:02.170Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-10T18:16:02.170Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-10T18:16:02.170Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-10T18:16:02.170Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-08-10T18:16:02.454Z] go: finding github.com/onsi/gomega v1.7.0 [2020-08-10T18:16:02.454Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-10T18:16:02.454Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-08-10T18:16:02.454Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-10T18:16:02.454Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-10T18:16:02.454Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-10T18:16:02.454Z] go: finding github.com/posener/complete v1.1.1 [2020-08-10T18:16:02.454Z] go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-08-10T18:16:02.454Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-10T18:16:02.454Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-10T18:16:02.725Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-10T18:16:02.725Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-10T18:16:02.725Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-10T18:16:02.725Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-10T18:16:02.725Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-08-10T18:16:02.725Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-08-10T18:16:02.725Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-10T18:16:02.725Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-08-10T18:16:02.725Z] go: finding golang.org/x/text v0.3.2 [2020-08-10T18:16:02.725Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-08-10T18:16:02.725Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-08-10T18:16:02.998Z] go: finding gopkg.in/eapache/queue.v1 v1.1.0 [2020-08-10T18:16:02.998Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-08-10T18:16:02.998Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-08-10T18:16:02.998Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-10T18:16:21.296Z] Removing intermediate container 63789319fe0f [2020-08-10T18:16:21.296Z] ---> 79e6bae45874 [2020-08-10T18:16:21.296Z] Successfully built 79e6bae45874 [2020-08-10T18:16:21.296Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-10T18:16:22.244Z] + docker inspect -f . ci-base-image-arm64 [2020-08-10T18:16:22.244Z] . [Pipeline] withDockerContainer [2020-08-10T18:16:22.549Z] prd-ubuntu18.04-docker-arm64-4c-16g-3281 does not seem to be running inside a container [2020-08-10T18:16:22.629Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2020-08-10T18:16:24.111Z] $ docker top ab2764bb9c0cccb9147725d6addc0329248ea8ce02fe02363b5fb986ca25ecd7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-10T18:16:25.315Z] + go version [2020-08-10T18:16:25.315Z] go version go1.13.13 linux/arm64 [Pipeline] echo [2020-08-10T18:16:25.352Z] ========================================================= [2020-08-10T18:16:25.352Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-08-10T18:16:25.352Z] ========================================================= [Pipeline] sh [2020-08-10T18:16:26.074Z] + make test [2020-08-10T18:16:26.074Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-10T18:16:28.685Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-08-10T18:17:01.096Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-08-10T18:17:16.223Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-08-10T18:17:16.224Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-08-10T18:17:16.224Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-08-10T18:17:16.224Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-08-10T18:17:16.224Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.043s [2020-08-10T18:17:16.224Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-08-10T18:17:16.224Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-08-10T18:17:16.224Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-08-10T18:17:16.500Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-08-10T18:17:17.943Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-08-10T18:17:17.943Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-08-10T18:17:17.943Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-08-10T18:17:17.943Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-08-10T18:17:26.261Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.132s coverage: 46.6% of statements [2020-08-10T18:17:26.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-08-10T18:17:26.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-08-10T18:17:26.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-08-10T18:17:26.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-08-10T18:17:26.261Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-08-10T18:17:33.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.135s coverage: 27.3% of statements [2020-08-10T18:17:33.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-08-10T18:17:33.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-08-10T18:17:33.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-08-10T18:17:33.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-08-10T18:17:33.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-08-10T18:17:33.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-08-10T18:17:33.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.102s coverage: 100.0% of statements [2020-08-10T18:17:33.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-08-10T18:17:33.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.035s coverage: 100.0% of statements [2020-08-10T18:17:33.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-08-10T18:17:35.660Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.326s coverage: 28.6% of statements [2020-08-10T18:17:35.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-08-10T18:17:35.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-08-10T18:17:35.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-08-10T18:17:35.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-08-10T18:17:35.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-08-10T18:17:35.660Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.046s coverage: 100.0% of statements [2020-08-10T18:17:35.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-08-10T18:17:35.660Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.026s coverage: 100.0% of statements [2020-08-10T18:17:35.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-08-10T18:17:36.648Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.062s coverage: 89.8% of statements [2020-08-10T18:17:36.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-08-10T18:17:39.311Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.174s coverage: 97.5% of statements [2020-08-10T18:17:39.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-08-10T18:17:39.311Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 100.0% of statements [2020-08-10T18:17:39.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-08-10T18:17:39.311Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-08-10T18:17:39.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-08-10T18:17:39.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-08-10T18:17:39.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-08-10T18:17:39.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-08-10T18:17:39.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-08-10T18:17:39.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-08-10T18:17:39.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-08-10T18:17:39.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-08-10T18:17:39.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-08-10T18:17:39.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-08-10T18:17:39.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-08-10T18:17:39.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-08-10T18:17:39.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-08-10T18:17:39.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-08-10T18:17:39.311Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-08-10T18:17:39.588Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.084s coverage: 58.8% of statements [2020-08-10T18:17:43.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.276s coverage: 63.5% of statements [2020-08-10T18:17:43.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-08-10T18:17:43.907Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-08-10T18:17:43.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.018s coverage: 100.0% of statements [2020-08-10T18:17:44.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.387s coverage: 55.9% of statements [2020-08-10T18:17:44.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-08-10T18:17:44.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-08-10T18:17:44.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-08-10T18:17:44.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-08-10T18:18:31.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 42.232s coverage: 86.3% of statements [2020-08-10T18:18:31.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-08-10T18:18:31.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.940s coverage: 72.2% of statements [2020-08-10T18:18:31.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.329s coverage: 72.1% of statements [2020-08-10T18:18:31.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.056s coverage: 82.4% of statements [2020-08-10T18:18:31.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.040s coverage: 48.4% of statements [2020-08-10T18:18:31.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-08-10T18:18:31.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-08-10T18:18:31.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-08-10T18:18:31.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.032s coverage: 28.8% of statements [2020-08-10T18:18:31.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-08-10T18:18:31.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.045s coverage: 96.8% of statements [2020-08-10T18:18:31.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-08-10T18:18:31.187Z] --- FAIL: TestGenerateWithAPG (0.00s) [2020-08-10T18:18:31.187Z] password_linux_test.go:29: failed to create credential [2020-08-10T18:18:31.187Z] password_linux_test.go:30: PasswordProvider object not initialized; call SetConfiguration() first [2020-08-10T18:18:31.187Z] password_linux_test.go:34: failed to create credential [2020-08-10T18:18:31.187Z] password_linux_test.go:35: PasswordProvider object not initialized; call SetConfiguration() first [2020-08-10T18:18:31.187Z] password_linux_test.go:38: error: different master key and realm combination need to generate different passwords [2020-08-10T18:18:31.187Z] FAIL [2020-08-10T18:18:31.187Z] coverage: 31.1% of statements [2020-08-10T18:18:31.187Z] FAIL github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.145s [2020-08-10T18:18:31.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-08-10T18:18:31.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-08-10T18:18:31.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.286s coverage: 84.1% of statements [2020-08-10T18:18:31.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.021s coverage: 100.0% of statements [2020-08-10T18:18:31.187Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.039s coverage: 42.9% of statements [2020-08-10T18:18:31.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-08-10T18:18:31.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-08-10T18:18:31.187Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.018s coverage: 100.0% of statements [2020-08-10T18:18:31.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-08-10T18:18:31.187Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.042s coverage: 83.8% of statements [2020-08-10T18:18:31.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-08-10T18:18:31.187Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.111s coverage: 46.1% of statements [2020-08-10T18:18:31.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-08-10T18:18:31.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-08-10T18:18:31.187Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.030s coverage: 100.0% of statements [2020-08-10T18:18:31.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-08-10T18:18:31.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-08-10T18:18:31.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-08-10T18:18:31.188Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.039s coverage: 100.0% of statements [2020-08-10T18:18:31.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-08-10T18:18:31.188Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.071s coverage: 100.0% of statements [2020-08-10T18:18:31.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-08-10T18:18:31.188Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.191s coverage: 29.1% of statements [2020-08-10T18:18:31.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-08-10T18:18:31.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-08-10T18:18:31.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-08-10T18:18:31.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-08-10T18:18:31.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-08-10T18:18:31.188Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2020-08-10T18:18:31.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-08-10T18:18:31.188Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.036s coverage: 100.0% of statements [2020-08-10T18:18:31.188Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-08-10T18:18:31.188Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.072s coverage: 0.0% of statements [2020-08-10T18:18:31.188Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-08-10T18:18:31.188Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.015s coverage: 100.0% of statements [2020-08-10T18:18:31.188Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-08-10T18:18:31.188Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-08-10T18:18:31.188Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-08-10T18:18:31.188Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-08-10T18:18:31.188Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.018s coverage: 87.9% of statements [2020-08-10T18:18:31.188Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-08-10T18:18:31.188Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-08-10T18:18:31.188Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.018s coverage: 100.0% of statements [2020-08-10T18:18:31.188Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.020s coverage: 32.1% of statements [2020-08-10T18:18:31.188Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.023s coverage: 100.0% of statements [2020-08-10T18:18:31.188Z] FAIL [2020-08-10T18:18:31.188Z] make: *** [Makefile:81: test] Error 1 [Pipeline] } [2020-08-10T18:18:31.230Z] $ docker stop --time=1 ab2764bb9c0cccb9147725d6addc0329248ea8ce02fe02363b5fb986ca25ecd7 [2020-08-10T18:18:33.606Z] $ docker rm -f ab2764bb9c0cccb9147725d6addc0329248ea8ce02fe02363b5fb986ca25ecd7 [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-08-10T18:18:36.123Z] 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] { (Clair Scan) Stage "Clair 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-08-10T18:18:38.679Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-10T18:18:39.591Z] ---> package-listing.sh [2020-08-10T18:18:39.591Z] ++ facter osfamily [2020-08-10T18:18:39.591Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-10T18:18:39.591Z] + OS_FAMILY=redhat [2020-08-10T18:18:39.591Z] + workspace=/w/workspace/edgex-go/1 [2020-08-10T18:18:39.591Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-10T18:18:39.591Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-10T18:18:39.591Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-10T18:18:39.591Z] + PACKAGES=/tmp/packages_start.txt [2020-08-10T18:18:39.591Z] + '[' /w/workspace/edgex-go/1 ']' [2020-08-10T18:18:39.591Z] + PACKAGES=/tmp/packages_end.txt [2020-08-10T18:18:39.591Z] + case "${OS_FAMILY}" in [2020-08-10T18:18:39.591Z] + rpm -qa [2020-08-10T18:18:39.591Z] + sort [2020-08-10T18:18:43.802Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-10T18:18:43.802Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-10T18:18:43.802Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-10T18:18:43.802Z] + '[' /w/workspace/edgex-go/1 ']' [2020-08-10T18:18:43.802Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2020-08-10T18:18:43.802Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-10T18:18:44.213Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-10T18:18:44.213Z] [2020-08-10T18:18:44.213Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-10T18:18:44.585Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-10T18:18:44.585Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-10T18:18:44.585Z] c9b1b535fdd9: Pulling fs layer [2020-08-10T18:18:44.585Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-10T18:18:44.585Z] 756a868c4378: Pulling fs layer [2020-08-10T18:18:44.585Z] 444b2fc9a129: Pulling fs layer [2020-08-10T18:18:44.585Z] ea15f1150254: Pulling fs layer [2020-08-10T18:18:44.585Z] 41b27a9f41bf: Pulling fs layer [2020-08-10T18:18:44.585Z] 28c525ee5125: Pulling fs layer [2020-08-10T18:18:44.585Z] 094b1ea09ed8: Pulling fs layer [2020-08-10T18:18:44.585Z] 138eaada9080: Pulling fs layer [2020-08-10T18:18:44.585Z] 0622d0fa9048: Pulling fs layer [2020-08-10T18:18:44.585Z] 444b2fc9a129: Waiting [2020-08-10T18:18:44.585Z] ea15f1150254: Waiting [2020-08-10T18:18:44.585Z] 41b27a9f41bf: Waiting [2020-08-10T18:18:44.585Z] 28c525ee5125: Waiting [2020-08-10T18:18:44.585Z] 138eaada9080: Waiting [2020-08-10T18:18:44.585Z] 0622d0fa9048: Waiting [2020-08-10T18:18:44.585Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-10T18:18:44.585Z] 2cc5ad85d9ab: Download complete [2020-08-10T18:18:44.585Z] 444b2fc9a129: Verifying Checksum [2020-08-10T18:18:44.585Z] 444b2fc9a129: Download complete [2020-08-10T18:18:44.585Z] c9b1b535fdd9: Verifying Checksum [2020-08-10T18:18:44.585Z] c9b1b535fdd9: Download complete [2020-08-10T18:18:44.585Z] ea15f1150254: Download complete [2020-08-10T18:18:44.856Z] 28c525ee5125: Verifying Checksum [2020-08-10T18:18:44.856Z] 28c525ee5125: Download complete [2020-08-10T18:18:45.124Z] 756a868c4378: Verifying Checksum [2020-08-10T18:18:45.124Z] 756a868c4378: Download complete [2020-08-10T18:18:45.124Z] c9b1b535fdd9: Pull complete [2020-08-10T18:18:45.124Z] 138eaada9080: Verifying Checksum [2020-08-10T18:18:45.124Z] 138eaada9080: Download complete [2020-08-10T18:18:45.393Z] 0622d0fa9048: Verifying Checksum [2020-08-10T18:18:45.393Z] 0622d0fa9048: Download complete [2020-08-10T18:18:45.393Z] 2cc5ad85d9ab: Pull complete [2020-08-10T18:18:45.393Z] 094b1ea09ed8: Verifying Checksum [2020-08-10T18:18:45.393Z] 094b1ea09ed8: Download complete [2020-08-10T18:18:45.657Z] 41b27a9f41bf: Verifying Checksum [2020-08-10T18:18:45.657Z] 41b27a9f41bf: Download complete [2020-08-10T18:18:47.054Z] 756a868c4378: Pull complete [2020-08-10T18:18:47.054Z] 444b2fc9a129: Pull complete [2020-08-10T18:18:47.317Z] ea15f1150254: Pull complete [2020-08-10T18:18:51.537Z] 41b27a9f41bf: Pull complete [2020-08-10T18:18:51.537Z] 28c525ee5125: Pull complete [2020-08-10T18:18:53.482Z] 094b1ea09ed8: Pull complete [2020-08-10T18:18:53.745Z] 138eaada9080: Pull complete [2020-08-10T18:18:54.008Z] 0622d0fa9048: Pull complete [2020-08-10T18:18:54.008Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-10T18:18:54.008Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-10T18:18:54.008Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-10T18:18:54.226Z] prd-centos7-docker-4c-2g-3280 does not seem to be running inside a container [2020-08-10T18:18:54.385Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-10T18:18:57.483Z] $ docker top b8df0afd2dc9f445a0ef6cdb35b87b4d743850dabea873ffd0e2c83661fb8867 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-10T18:18:57.904Z] provisioning config files... [2020-08-10T18:18:57.923Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config2755253063415548526tmp [Pipeline] { [Pipeline] echo [2020-08-10T18:18:58.035Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-10T18:18:58.379Z] ---> create-netrc.sh [Pipeline] echo [2020-08-10T18:18:58.410Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-10T18:18:58.755Z] ---> logs-deploy.sh [2020-08-10T18:18:58.755Z] + ARCHIVE_ARTIFACTS= [2020-08-10T18:18:58.755Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-10T18:18:58.755Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-10T18:18:58.755Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-10T18:18:58.755Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/1 [2020-08-10T18:18:58.755Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2659/1/ [2020-08-10T18:18:58.755Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/1 /w/workspace/edgex-go/1 [2020-08-10T18:19:00.161Z] Archives upload complete. [2020-08-10T18:19:00.161Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2659/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2659/1/ [2020-08-10T18:19:00.744Z] ---> uname -a: [2020-08-10T18:19:00.744Z] Linux b8df0afd2dc9 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-08-10T18:19:00.744Z] [2020-08-10T18:19:00.744Z] [2020-08-10T18:19:00.744Z] ---> lscpu: [2020-08-10T18:19:00.744Z] Architecture: x86_64 [2020-08-10T18:19:00.744Z] CPU op-mode(s): 32-bit, 64-bit [2020-08-10T18:19:00.744Z] Byte Order: Little Endian [2020-08-10T18:19:00.744Z] Address sizes: 40 bits physical, 48 bits virtual [2020-08-10T18:19:00.744Z] CPU(s): 4 [2020-08-10T18:19:00.744Z] On-line CPU(s) list: 0-3 [2020-08-10T18:19:00.744Z] Thread(s) per core: 1 [2020-08-10T18:19:00.744Z] Core(s) per socket: 1 [2020-08-10T18:19:00.744Z] Socket(s): 4 [2020-08-10T18:19:00.744Z] NUMA node(s): 1 [2020-08-10T18:19:00.744Z] Vendor ID: GenuineIntel [2020-08-10T18:19:00.744Z] CPU family: 6 [2020-08-10T18:19:00.745Z] Model: 44 [2020-08-10T18:19:00.745Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-08-10T18:19:00.745Z] Stepping: 1 [2020-08-10T18:19:00.745Z] CPU MHz: 2933.438 [2020-08-10T18:19:00.745Z] BogoMIPS: 5866.87 [2020-08-10T18:19:00.745Z] Virtualization: VT-x [2020-08-10T18:19:00.745Z] Hypervisor vendor: KVM [2020-08-10T18:19:00.745Z] Virtualization type: full [2020-08-10T18:19:00.745Z] L1d cache: 128 KiB [2020-08-10T18:19:00.745Z] L1i cache: 128 KiB [2020-08-10T18:19:00.745Z] L2 cache: 16 MiB [2020-08-10T18:19:00.745Z] L3 cache: 64 MiB [2020-08-10T18:19:00.745Z] NUMA node0 CPU(s): 0-3 [2020-08-10T18:19:00.745Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-08-10T18:19:00.745Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-08-10T18:19:00.745Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-08-10T18:19:00.745Z] Vulnerability Meltdown: Mitigation; PTI [2020-08-10T18:19:00.745Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-08-10T18:19:00.745Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-08-10T18:19:00.745Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-08-10T18:19:00.745Z] Vulnerability Tsx async abort: Not affected [2020-08-10T18:19:00.745Z] 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-08-10T18:19:00.745Z] [2020-08-10T18:19:00.745Z] [2020-08-10T18:19:00.745Z] ---> nproc: [2020-08-10T18:19:00.745Z] 4 [2020-08-10T18:19:00.745Z] [2020-08-10T18:19:00.745Z] [2020-08-10T18:19:00.745Z] ---> df -h: [2020-08-10T18:19:00.745Z] Filesystem Size Used Available Use% Mounted on [2020-08-10T18:19:00.745Z] overlay 50.0G 8.7G 41.2G 17% / [2020-08-10T18:19:00.745Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-08-10T18:19:00.745Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-08-10T18:19:00.745Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-08-10T18:19:00.745Z] /dev/vda1 50.0G 8.7G 41.2G 17% /etc/resolv.conf [2020-08-10T18:19:00.745Z] /dev/vda1 50.0G 8.7G 41.2G 17% /etc/hostname [2020-08-10T18:19:00.745Z] /dev/vda1 50.0G 8.7G 41.2G 17% /etc/hosts [2020-08-10T18:19:00.745Z] /dev/vda1 50.0G 8.7G 41.2G 17% /var/log/sa [2020-08-10T18:19:00.745Z] /dev/vda1 50.0G 8.7G 41.2G 17% /w/workspace/edgex-go/1 [2020-08-10T18:19:00.745Z] /dev/vda1 50.0G 8.7G 41.2G 17% /w/workspace/edgex-go/1@tmp [2020-08-10T18:19:00.745Z] [2020-08-10T18:19:00.745Z] [2020-08-10T18:19:00.745Z] ---> free -m: [2020-08-10T18:19:00.745Z] total used free shared buff/cache available [2020-08-10T18:19:00.745Z] Mem: 1837 702 120 0 1014 1041 [2020-08-10T18:19:00.745Z] Swap: 1023 3 1020 [2020-08-10T18:19:00.745Z] [2020-08-10T18:19:00.745Z] [2020-08-10T18:19:00.745Z] ---> ip addr: [2020-08-10T18:19:00.745Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-08-10T18:19:00.745Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-08-10T18:19:00.745Z] inet 127.0.0.1/8 scope host lo [2020-08-10T18:19:00.745Z] valid_lft forever preferred_lft forever [2020-08-10T18:19:00.745Z] 12: eth0@if13: mtu 1458 qdisc noqueue state UP [2020-08-10T18:19:00.745Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-08-10T18:19:00.745Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-08-10T18:19:00.745Z] valid_lft forever preferred_lft forever [2020-08-10T18:19:00.745Z] [2020-08-10T18:19:00.745Z] [2020-08-10T18:19:00.745Z] ---> sar -b -r -n DEV: [2020-08-10T18:19:00.745Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/10/20 _x86_64_ (4 CPU) [2020-08-10T18:19:00.745Z] [2020-08-10T18:19:00.745Z] 18:08:23 LINUX RESTART [2020-08-10T18:19:00.745Z] [2020-08-10T18:19:00.745Z] 18:09:01 tps rtps wtps bread/s bwrtn/s [2020-08-10T18:19:00.745Z] 18:10:01 102.38 37.65 64.73 7642.20 20661.66 [2020-08-10T18:19:00.745Z] 18:11:02 360.00 208.59 151.41 7221.43 60150.55 [2020-08-10T18:19:00.745Z] 18:12:01 352.86 168.00 184.86 7755.86 36208.31 [2020-08-10T18:19:00.745Z] 18:13:01 26.54 7.31 19.23 1427.14 4760.83 [2020-08-10T18:19:00.745Z] 18:14:01 0.37 0.03 0.33 1.07 5.18 [2020-08-10T18:19:00.745Z] 18:15:01 0.25 0.00 0.25 0.00 3.33 [2020-08-10T18:19:00.745Z] 18:16:01 0.37 0.12 0.25 74.88 2.60 [2020-08-10T18:19:00.745Z] 18:17:01 0.20 0.00 0.20 0.00 1.80 [2020-08-10T18:19:00.745Z] 18:18:01 0.30 0.00 0.30 0.00 2.88 [2020-08-10T18:19:00.745Z] Average: 93.30 46.67 46.63 2673.04 13501.62 [2020-08-10T18:19:00.745Z] [2020-08-10T18:19:00.745Z] 18:09:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-08-10T18:19:00.745Z] 18:10:01 289572 1591984 84.61 2620 999168 1109088 37.85 583588 850324 120 [2020-08-10T18:19:00.745Z] 18:11:02 159284 1722272 91.53 1492 1052040 1332772 45.49 534684 984248 91332 [2020-08-10T18:19:00.745Z] 18:12:01 410216 1471340 78.20 492 720308 1719172 58.67 628500 612288 53396 [2020-08-10T18:19:00.745Z] 18:13:01 596280 1285276 68.31 492 641900 1092544 37.29 503000 562608 8 [2020-08-10T18:19:00.745Z] 18:14:01 600352 1281204 68.09 492 641908 1061872 36.24 508728 554656 12 [2020-08-10T18:19:00.745Z] 18:15:01 600672 1280884 68.08 492 641912 1061908 36.24 508868 554656 8 [2020-08-10T18:19:00.745Z] 18:16:01 599656 1281900 68.13 492 644220 1061692 36.23 507876 556916 20 [2020-08-10T18:19:00.745Z] 18:17:01 599532 1282024 68.14 492 644172 1061692 36.23 503604 561212 8 [2020-08-10T18:19:00.745Z] 18:18:01 600108 1281448 68.11 492 644176 1061688 36.23 503624 561212 12 [2020-08-10T18:19:00.745Z] Average: 495075 1386481 73.69 840 736645 1173603 40.05 531386 644236 16102 [2020-08-10T18:19:00.745Z] [2020-08-10T18:19:00.745Z] 18:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-08-10T18:19:00.745Z] 18:10:01 eth0 1897.35 1553.00 6114.65 1704.28 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:10:01 docker0 814.31 673.26 65.88 2649.47 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:11:02 eth0 833.34 550.18 6950.04 1236.10 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:11:02 docker0 59.57 73.26 3.12 360.47 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:12:01 eth0 120.36 87.26 406.33 21.61 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:12:01 vethee25f22 0.00 0.14 0.00 0.01 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:12:01 docker0 954.71 841.25 75.50 3430.30 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:13:01 eth0 2.90 1.78 2.37 1.09 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:14:01 eth0 1.57 0.40 0.44 0.24 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:15:01 eth0 0.98 0.67 0.62 0.43 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:16:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:17:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:18:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] 18:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] Average: eth0 317.93 244.13 1499.85 330.02 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] Average: docker0 104.69 92.25 8.28 376.16 0.00 0.00 0.00 [2020-08-10T18:19:00.745Z] [2020-08-10T18:19:00.745Z] [2020-08-10T18:19:00.745Z] ---> sar -P ALL: [2020-08-10T18:19:00.745Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/10/20 _x86_64_ (4 CPU) [2020-08-10T18:19:00.745Z] [2020-08-10T18:19:00.745Z] 18:08:23 LINUX RESTART [2020-08-10T18:19:00.745Z] [2020-08-10T18:19:00.745Z] 18:09:01 CPU %user %nice %system %iowait %steal %idle [2020-08-10T18:19:00.745Z] 18:10:01 all 20.58 0.00 7.09 2.46 0.02 69.85 [2020-08-10T18:19:00.745Z] 18:10:01 0 15.67 0.00 9.43 2.00 0.02 72.88 [2020-08-10T18:19:00.745Z] 18:10:01 1 22.37 0.00 6.19 1.62 0.02 69.81 [2020-08-10T18:19:00.745Z] 18:10:01 2 19.82 0.00 6.31 1.86 0.02 71.99 [2020-08-10T18:19:00.745Z] 18:10:01 3 24.40 0.00 6.50 4.36 0.03 64.71 [2020-08-10T18:19:00.745Z] 18:11:02 all 13.50 0.00 7.50 2.46 0.03 76.51 [2020-08-10T18:19:00.745Z] 18:11:02 0 11.44 0.00 6.74 1.93 0.05 79.84 [2020-08-10T18:19:00.745Z] 18:11:02 1 21.16 0.00 8.03 2.01 0.02 68.79 [2020-08-10T18:19:00.745Z] 18:11:02 2 10.64 0.00 8.15 1.93 0.03 79.24 [2020-08-10T18:19:00.745Z] 18:11:02 3 10.71 0.00 7.07 3.93 0.02 78.27 [2020-08-10T18:19:00.745Z] 18:12:01 all 42.61 0.00 12.79 8.66 0.03 35.92 [2020-08-10T18:19:00.745Z] 18:12:01 0 39.99 0.00 13.32 9.51 0.02 37.17 [2020-08-10T18:19:00.745Z] 18:12:01 1 42.57 0.00 12.47 9.29 0.05 35.62 [2020-08-10T18:19:00.745Z] 18:12:01 2 45.64 0.00 12.44 7.80 0.02 34.10 [2020-08-10T18:19:00.745Z] 18:12:01 3 42.24 0.00 12.94 8.03 0.02 36.76 [2020-08-10T18:19:00.745Z] 18:13:01 all 4.68 0.00 1.15 0.46 0.00 93.71 [2020-08-10T18:19:00.745Z] 18:13:01 0 5.25 0.00 0.90 0.07 0.00 93.78 [2020-08-10T18:19:00.745Z] 18:13:01 1 4.83 0.00 1.00 0.05 0.00 94.12 [2020-08-10T18:19:00.745Z] 18:13:01 2 4.09 0.00 1.44 1.64 0.00 92.83 [2020-08-10T18:19:00.745Z] 18:13:01 3 4.56 0.00 1.25 0.10 0.00 94.09 [2020-08-10T18:19:00.745Z] 18:14:01 all 0.15 0.00 0.04 0.00 0.00 99.80 [2020-08-10T18:19:00.745Z] 18:14:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-08-10T18:19:00.745Z] 18:14:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2020-08-10T18:19:00.745Z] 18:14:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2020-08-10T18:19:00.745Z] 18:14:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2020-08-10T18:19:00.745Z] 18:15:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-08-10T18:19:00.745Z] 18:15:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2020-08-10T18:19:00.745Z] 18:15:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-08-10T18:19:00.745Z] 18:15:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2020-08-10T18:19:00.745Z] 18:15:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2020-08-10T18:19:00.745Z] 18:16:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2020-08-10T18:19:00.745Z] 18:16:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-08-10T18:19:00.745Z] 18:16:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-08-10T18:19:00.745Z] 18:16:01 2 0.03 0.00 0.03 0.02 0.00 99.92 [2020-08-10T18:19:00.745Z] 18:16:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2020-08-10T18:19:00.745Z] 18:17:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2020-08-10T18:19:00.745Z] 18:17:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-08-10T18:19:00.745Z] 18:17:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2020-08-10T18:19:00.745Z] 18:17:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-08-10T18:19:00.745Z] 18:17:01 3 0.45 0.00 0.02 0.00 0.00 99.53 [2020-08-10T18:19:00.745Z] 18:18:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2020-08-10T18:19:00.745Z] 18:18:01 0 0.07 0.00 0.07 0.00 0.00 99.87 [2020-08-10T18:19:00.745Z] 18:18:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-08-10T18:19:00.745Z] 18:18:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2020-08-10T18:19:00.745Z] 18:18:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2020-08-10T18:19:00.745Z] Average: all 8.99 0.00 3.14 1.53 0.01 86.33 [2020-08-10T18:19:00.745Z] Average: 0 7.93 0.00 3.35 1.47 0.01 87.24 [2020-08-10T18:19:00.745Z] Average: 1 9.98 0.00 3.05 1.41 0.01 85.54 [2020-08-10T18:19:00.745Z] Average: 2 8.80 0.00 3.12 1.45 0.01 86.62 [2020-08-10T18:19:00.745Z] Average: 3 9.23 0.00 3.05 1.79 0.01 85.92 [2020-08-10T18:19:00.745Z] [2020-08-10T18:19:00.745Z] [2020-08-10T18:19:00.745Z]