Pull request #59 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 lenny-intel for edgexfoundry/go-mod-secrets Obtained Jenkinsfile from aad16d8ff4a7caef4f394e6354f06f8e276277c8+43103de098cdcbb78cf067fd19afda48c0e0d939 (0f929b32a9949e4b38f6551719a87914564073d8) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 85bea31ad76f85e2acd5a821f20c71e435d4ae12 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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/go-mod-secrets/branches/PR-59/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 85bea31ad76f85e2acd5a821f20c71e435d4ae12 # timeout=10 Commit message: "Merge pull request #249 from ernestojeda/fix-build-artifact" > 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 > git --version # 'git version 2.16.6' 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 ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-secrets, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [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 ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-secrets-settings PROJECT: go-mod-secrets USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-secrets DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1210 in /w/workspace/dgexfoundry_go-mod-secrets_PR-59 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git > git init /w/workspace/dgexfoundry_go-mod-secrets_PR-59 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 43103de098cdcbb78cf067fd19afda48c0e0d939 into PR head commit aad16d8ff4a7caef4f394e6354f06f8e276277c8 Merge succeeded, producing aad16d8ff4a7caef4f394e6354f06f8e276277c8 Checking out Revision aad16d8ff4a7caef4f394e6354f06f8e276277c8 (PR-59) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/59/head:refs/remotes/origin/PR-59 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aad16d8ff4a7caef4f394e6354f06f8e276277c8 # 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 43103de098cdcbb78cf067fd19afda48c0e0d939 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aad16d8ff4a7caef4f394e6354f06f8e276277c8 # timeout=10 Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-24T19:28:54.544Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-24T19:28:54.857Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-24T19:28:55.087Z] ========================================================= [2020-09-24T19:28:55.087Z] EdgeX Global Pipelines Version Info [2020-09-24T19:28:55.087Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-24T19:28:56.548Z] ------------------- [2020-09-24T19:28:56.548Z] stable info: [2020-09-24T19:28:56.548Z] ------------------- [2020-09-24T19:28:56.548Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-24T19:28:56.548Z] Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [2020-09-24T19:28:56.548Z] Message: update stable to v1.0.128 [2020-09-24T19:28:57.496Z] ------------------- [2020-09-24T19:28:57.496Z] experimental info: [2020-09-24T19:28:57.496Z] ------------------- [2020-09-24T19:28:57.496Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-24T19:28:57.497Z] Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 [2020-09-24T19:28:57.497Z] Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-24T19:28:58.080Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2020-09-24T19:28:58.234Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2020-09-24T19:28:58.370Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-24T19:28:58.492Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-24T19:28:58.624Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-24T19:28:58.745Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-24T19:28:58.902Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-24T19:28:59.084Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-24T19:28:59.220Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-24T19:28:59.345Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-24T19:28:59.475Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-24T19:28:59.599Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2020-09-24T19:28:59.720Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-24T19:28:59.846Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-24T19:28:59.966Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T19:29:00.143Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T19:29:00.322Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T19:29:00.507Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T19:29:00.867Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-24T19:29:01.011Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-24T19:29:01.199Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-24T19:29:01.342Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-24T19:29:01.474Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-09-24T19:29:01.598Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-09-24T19:29:01.721Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-09-24T19:29:01.865Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-59 [Pipeline] echo [2020-09-24T19:29:01.982Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-59 [Pipeline] echo [2020-09-24T19:29:02.104Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-59 [Pipeline] echo [2020-09-24T19:29:02.231Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aad16d8ff4a7caef4f394e6354f06f8e276277c8 [Pipeline] echo [2020-09-24T19:29:02.359Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aad16d8 [Pipeline] echo [2020-09-24T19:29:02.533Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-24T19:29:03.440Z] + git log --format=format:%s -1 aad16d8ff4a7caef4f394e6354f06f8e276277c8 [Pipeline] echo [2020-09-24T19:29:03.531Z] GIT_COMMIT: aad16d8ff4a7caef4f394e6354f06f8e276277c8, Commit Message: build(all): Enable use of DependaBot to maintain Go dependencies [Pipeline] echo [2020-09-24T19:29:03.604Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:29:04.224Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T19:29:04.492Z] [2020-09-24T19:29:04.492Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:29:04.889Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T19:29:04.889Z] latest: Pulling from edgex-devops/git-semver [2020-09-24T19:29:04.889Z] 31603596830f: Pulling fs layer [2020-09-24T19:29:04.889Z] 2a8b12db71e7: Pulling fs layer [2020-09-24T19:29:04.889Z] 6ca5941a6612: Pulling fs layer [2020-09-24T19:29:04.889Z] ecc8261a40a4: Pulling fs layer [2020-09-24T19:29:04.889Z] ecc8261a40a4: Waiting [2020-09-24T19:29:04.889Z] 2a8b12db71e7: Verifying Checksum [2020-09-24T19:29:04.889Z] 2a8b12db71e7: Download complete [2020-09-24T19:29:05.159Z] 31603596830f: Verifying Checksum [2020-09-24T19:29:05.159Z] 31603596830f: Download complete [2020-09-24T19:29:05.159Z] 6ca5941a6612: Verifying Checksum [2020-09-24T19:29:05.159Z] ecc8261a40a4: Verifying Checksum [2020-09-24T19:29:05.159Z] ecc8261a40a4: Download complete [2020-09-24T19:29:05.428Z] 31603596830f: Pull complete [2020-09-24T19:29:05.428Z] 2a8b12db71e7: Pull complete [2020-09-24T19:29:06.383Z] 6ca5941a6612: Pull complete [2020-09-24T19:29:06.648Z] ecc8261a40a4: Pull complete [2020-09-24T19:29:06.648Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-24T19:29:06.648Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T19:29:06.648Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-24T19:29:06.781Z] prd-centos7-docker-4c-2g-1210 does not seem to be running inside a container [2020-09-24T19:29:06.837Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_go-mod-secrets_PR-59 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-59:/w/workspace/dgexfoundry_go-mod-secrets_PR-59:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-59@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-59@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-24T19:29:08.875Z] $ docker top 4775f77203e0eeb94c3d74b51b6565603f18d2701ceb520e6649ac9de6d7b0c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T19:29:09.258Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T19:29:09.258Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T19:29:09.474Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T19:29:09.480Z] $ docker exec 4775f77203e0eeb94c3d74b51b6565603f18d2701ceb520e6649ac9de6d7b0c2 ssh-agent [2020-09-24T19:29:09.656Z] SSH_AUTH_SOCK=/tmp/ssh-bZjaZW7RgfDW/agent.11 [2020-09-24T19:29:09.656Z] SSH_AGENT_PID=16 [2020-09-24T19:29:09.743Z] Running ssh-add (command line suppressed) [2020-09-24T19:29:09.876Z] Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-59@tmp/private_key_4101144840531956781.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-59@tmp/private_key_4101144840531956781.key) [2020-09-24T19:29:09.925Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T19:29:10.315Z] + git describe --exact-match --tags HEAD [2020-09-24T19:29:10.315Z] fatal: no tag exactly matches 'aad16d8ff4a7caef4f394e6354f06f8e276277c8' [Pipeline] } [2020-09-24T19:29:10.360Z] $ docker exec --env ******** --env ******** 4775f77203e0eeb94c3d74b51b6565603f18d2701ceb520e6649ac9de6d7b0c2 ssh-agent -k [2020-09-24T19:29:10.474Z] unset SSH_AUTH_SOCK; [2020-09-24T19:29:10.475Z] unset SSH_AGENT_PID; [2020-09-24T19:29:10.475Z] echo Agent pid 16 killed; [2020-09-24T19:29:10.521Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-24T19:29:10.708Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-24T19:29:10.708Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-24T19:29:10.886Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T19:29:10.886Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T19:29:11.057Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T19:29:11.063Z] $ docker exec 4775f77203e0eeb94c3d74b51b6565603f18d2701ceb520e6649ac9de6d7b0c2 ssh-agent [2020-09-24T19:29:11.224Z] SSH_AUTH_SOCK=/tmp/ssh-1QXmyL2zKvd1/agent.45 [2020-09-24T19:29:11.224Z] SSH_AGENT_PID=50 [2020-09-24T19:29:11.231Z] Running ssh-add (command line suppressed) [2020-09-24T19:29:11.352Z] Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-59@tmp/private_key_9143613354809397275.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-59@tmp/private_key_9143613354809397275.key) [2020-09-24T19:29:11.404Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T19:29:11.778Z] + git semver init [2020-09-24T19:29:11.778Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T19:29:11.778Z] # $GIT_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-59/.git [2020-09-24T19:29:11.778Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_go-mod-secrets_PR-59 [2020-09-24T19:29:11.778Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T19:29:11.778Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T19:29:11.778Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T19:29:11.778Z] # $SEMVER_BRANCH = PR-59 [2020-09-24T19:29:11.778Z] # $SEMVER_TEMP = /tmp/semver-379125812 [2020-09-24T19:29:11.778Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2020-09-24T19:29:12.040Z] # '/tmp/semver-379125812' -> '/w/workspace/dgexfoundry_go-mod-secrets_PR-59/.semver' [2020-09-24T19:29:12.305Z] # -> Force: false [2020-09-24T19:29:12.305Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-59/.semver [Pipeline] } [2020-09-24T19:29:12.327Z] $ docker exec --env ******** --env ******** 4775f77203e0eeb94c3d74b51b6565603f18d2701ceb520e6649ac9de6d7b0c2 ssh-agent -k [2020-09-24T19:29:12.441Z] unset SSH_AUTH_SOCK; [2020-09-24T19:29:12.442Z] unset SSH_AGENT_PID; [2020-09-24T19:29:12.442Z] echo Agent pid 50 killed; [2020-09-24T19:29:12.484Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T19:29:13.085Z] + git semver [Pipeline] } [2020-09-24T19:29:13.117Z] $ docker stop --time=1 4775f77203e0eeb94c3d74b51b6565603f18d2701ceb520e6649ac9de6d7b0c2 [2020-09-24T19:29:14.484Z] $ docker rm -f 4775f77203e0eeb94c3d74b51b6565603f18d2701ceb520e6649ac9de6d7b0c2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-24T19:29:15.330Z] Stashed 35 file(s) [Pipeline] echo [2020-09-24T19:29:15.349Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-24T19:29:15.482Z] Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [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] node [2020-09-24T19:29:31.226Z] Still waiting to schedule task [2020-09-24T19:29:31.226Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-24T19:29:31.254Z] Still waiting to schedule task [2020-09-24T19:29:31.254Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-09-24T19:31:39.278Z] Running on prd-centos7-docker-4c-2g-1215 in /w/workspace/dgexfoundry_go-mod-secrets_PR-59 [Pipeline] { [Pipeline] ws [2020-09-24T19:31:39.378Z] Running in /w/workspace/go-mod-secrets/1 [Pipeline] { [Pipeline] checkout [2020-09-24T19:31:42.350Z] using credential edgex-jenkins-ssh [2020-09-24T19:31:42.400Z] Cloning the remote Git repository [2020-09-24T19:31:42.433Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2020-09-24T19:31:42.510Z] > git init /w/workspace/go-mod-secrets/1 # timeout=10 [2020-09-24T19:31:42.583Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-09-24T19:31:42.584Z] > git --version # timeout=10 [2020-09-24T19:31:42.589Z] > git --version # 'git version 2.16.5' [2020-09-24T19:31:42.590Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T19:31:42.614Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T19:31:43.668Z] Merging remotes/origin/master commit 43103de098cdcbb78cf067fd19afda48c0e0d939 into PR head commit aad16d8ff4a7caef4f394e6354f06f8e276277c8 [2020-09-24T19:31:43.772Z] Merge succeeded, producing aad16d8ff4a7caef4f394e6354f06f8e276277c8 [2020-09-24T19:31:43.773Z] Checking out Revision aad16d8ff4a7caef4f394e6354f06f8e276277c8 (PR-59) [2020-09-24T19:31:43.168Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-09-24T19:31:43.175Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T19:31:43.186Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-09-24T19:31:43.201Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-09-24T19:31:43.202Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T19:31:43.206Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/59/head:refs/remotes/origin/PR-59 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T19:31:43.680Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T19:31:43.687Z] > git checkout -f aad16d8ff4a7caef4f394e6354f06f8e276277c8 # timeout=10 [2020-09-24T19:31:43.733Z] > git remote # timeout=10 [2020-09-24T19:31:43.739Z] > git config --get remote.origin.url # timeout=10 [2020-09-24T19:31:43.748Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T19:31:43.755Z] > git merge 43103de098cdcbb78cf067fd19afda48c0e0d939 # timeout=10 [2020-09-24T19:31:43.767Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-24T19:31:43.780Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T19:31:43.784Z] > git checkout -f aad16d8ff4a7caef4f394e6354f06f8e276277c8 # timeout=10 [2020-09-24T19:31:47.479Z] Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" [2020-09-24T19:31:47.523Z] > git --version # timeout=10 [2020-09-24T19:31:47.529Z] > git --version # 'git version 2.16.5' [2020-09-24T19:31:47.535Z] fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-24T19:31:48.550Z] ========================================================= [2020-09-24T19:31:48.550Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-24T19:31:48.550Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:31:49.305Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-09-24T19:31:49.581Z] Sending build context to Docker daemon 601.1kB [2020-09-24T19:31:49.581Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-24T19:31:49.581Z] Step 2/7 : FROM ${BASE} [2020-09-24T19:31:49.581Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-24T19:31:49.581Z] df20fa9351a1: Pulling fs layer [2020-09-24T19:31:49.581Z] ed8968b2872e: Pulling fs layer [2020-09-24T19:31:49.581Z] a92cc7c5fd73: Pulling fs layer [2020-09-24T19:31:49.581Z] e871e8e8d7a9: Pulling fs layer [2020-09-24T19:31:49.581Z] e73272ec9a57: Pulling fs layer [2020-09-24T19:31:49.581Z] 1e910a182e73: Pulling fs layer [2020-09-24T19:31:49.581Z] 4e634b169226: Pulling fs layer [2020-09-24T19:31:49.581Z] e871e8e8d7a9: Waiting [2020-09-24T19:31:49.581Z] e73272ec9a57: Waiting [2020-09-24T19:31:49.581Z] 1e910a182e73: Waiting [2020-09-24T19:31:49.581Z] 4e634b169226: Waiting [2020-09-24T19:31:49.581Z] a92cc7c5fd73: Verifying Checksum [2020-09-24T19:31:49.581Z] a92cc7c5fd73: Download complete [2020-09-24T19:31:49.581Z] ed8968b2872e: Download complete [2020-09-24T19:31:49.581Z] e73272ec9a57: Verifying Checksum [2020-09-24T19:31:49.581Z] e73272ec9a57: Download complete [2020-09-24T19:31:49.581Z] 1e910a182e73: Verifying Checksum [2020-09-24T19:31:49.581Z] 1e910a182e73: Download complete [2020-09-24T19:31:49.844Z] df20fa9351a1: Download complete [2020-09-24T19:31:49.844Z] df20fa9351a1: Pull complete [2020-09-24T19:31:50.115Z] ed8968b2872e: Pull complete [2020-09-24T19:31:50.381Z] a92cc7c5fd73: Pull complete [2020-09-24T19:31:51.784Z] 4e634b169226: Verifying Checksum [2020-09-24T19:31:52.047Z] e871e8e8d7a9: Verifying Checksum [2020-09-24T19:31:52.047Z] e871e8e8d7a9: Download complete [2020-09-24T19:31:57.425Z] e871e8e8d7a9: Pull complete [2020-09-24T19:31:57.425Z] e73272ec9a57: Pull complete [2020-09-24T19:31:57.425Z] 1e910a182e73: Pull complete [2020-09-24T19:32:07.471Z] 4e634b169226: Pull complete [2020-09-24T19:32:07.471Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-24T19:32:07.471Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-24T19:32:07.471Z] ---> f7629b54cfaa [2020-09-24T19:32:07.471Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-24T19:32:07.471Z] ---> Running in 4597fb50850a [2020-09-24T19:32:07.471Z] Removing intermediate container 4597fb50850a [2020-09-24T19:32:07.471Z] ---> a68ef6f43adb [2020-09-24T19:32:07.471Z] Step 4/7 : RUN apk add --update bash [2020-09-24T19:32:07.471Z] ---> Running in 94c652ad48b4 [2020-09-24T19:32:07.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T19:32:08.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T19:32:09.272Z] OK: 166 MiB in 39 packages [2020-09-24T19:32:09.855Z] Removing intermediate container 94c652ad48b4 [2020-09-24T19:32:09.855Z] ---> b8f8c9496040 [2020-09-24T19:32:09.855Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-24T19:32:09.855Z] ---> Running in 8db8a9e03797 [2020-09-24T19:32:09.855Z] Removing intermediate container 8db8a9e03797 [2020-09-24T19:32:09.855Z] ---> dba20907731e [2020-09-24T19:32:09.855Z] Step 6/7 : COPY go.mod . [2020-09-24T19:32:10.126Z] ---> 39ffcc081b39 [2020-09-24T19:32:10.126Z] Step 7/7 : RUN go mod download [2020-09-24T19:32:10.400Z] ---> Running in 69911b130892 [2020-09-24T19:32:22.666Z] Removing intermediate container 69911b130892 [2020-09-24T19:32:22.666Z] ---> c36424f042b0 [2020-09-24T19:32:22.666Z] Successfully built c36424f042b0 [2020-09-24T19:32:22.666Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:32:23.175Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-24T19:32:23.175Z] . [Pipeline] withDockerContainer [2020-09-24T19:32:23.306Z] prd-centos7-docker-4c-2g-1215 does not seem to be running inside a container [2020-09-24T19:32:23.361Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/1 -v /w/workspace/go-mod-secrets/1:/w/workspace/go-mod-secrets/1:rw,z -v /w/workspace/go-mod-secrets/1@tmp:/w/workspace/go-mod-secrets/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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-24T19:32:24.566Z] $ docker top 880d969c19b3308c4eb6b212275b634d701a217b2fadb9f642d98dea31e42def -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T19:32:25.145Z] + go version [2020-09-24T19:32:25.145Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-24T19:32:25.176Z] $ docker stop --time=1 880d969c19b3308c4eb6b212275b634d701a217b2fadb9f642d98dea31e42def [2020-09-24T19:32:26.527Z] $ docker rm -f 880d969c19b3308c4eb6b212275b634d701a217b2fadb9f642d98dea31e42def [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:32:27.599Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-24T19:32:27.599Z] . [Pipeline] withDockerContainer [2020-09-24T19:32:27.715Z] prd-centos7-docker-4c-2g-1215 does not seem to be running inside a container [2020-09-24T19:32:27.768Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/1 -v /w/workspace/go-mod-secrets/1:/w/workspace/go-mod-secrets/1:rw,z -v /w/workspace/go-mod-secrets/1@tmp:/w/workspace/go-mod-secrets/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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-24T19:32:28.335Z] $ docker top 56aaad47d15fd809cab119ed57dbb7a629fc0121d39036339a8786443dc1cc4e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T19:32:28.848Z] + make test [2020-09-24T19:32:28.848Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-24T19:32:32.215Z] ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] [2020-09-24T19:32:32.215Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] [2020-09-24T19:32:42.321Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.019s coverage: 96.7% of statements [2020-09-24T19:32:49.882Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1217 in /w/workspace/dgexfoundry_go-mod-secrets_PR-59 [Pipeline] { [Pipeline] ws [2020-09-24T19:32:49.968Z] Running in /w/workspace/go-mod-secrets/1 [Pipeline] { [Pipeline] checkout [2020-09-24T19:32:52.344Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 15.035s coverage: 86.4% of statements [2020-09-24T19:32:52.344Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.005s coverage: 89.5% of statements [2020-09-24T19:32:52.344Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks 0.008s coverage: 100.0% of statements [2020-09-24T19:32:52.344Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.006s coverage: 100.0% of statements [2020-09-24T19:32:52.344Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks 0.008s coverage: 100.0% of statements [2020-09-24T19:32:52.344Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-24T19:32:52.920Z] gofmt -l . [2020-09-24T19:32:52.920Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-09-24T19:32:53.235Z] Stashed 1 file(s) [Pipeline] } [2020-09-24T19:32:53.253Z] $ docker stop --time=1 56aaad47d15fd809cab119ed57dbb7a629fc0121d39036339a8786443dc1cc4e [2020-09-24T19:32:55.109Z] using credential edgex-jenkins-ssh [2020-09-24T19:32:55.165Z] Cloning the remote Git repository [2020-09-24T19:32:55.463Z] $ docker rm -f 56aaad47d15fd809cab119ed57dbb7a629fc0121d39036339a8786443dc1cc4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2020-09-24T19:32:55.221Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2020-09-24T19:32:55.333Z] > git init /w/workspace/go-mod-secrets/1 # timeout=10 [2020-09-24T19:32:55.410Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-09-24T19:32:55.411Z] > git --version # timeout=10 [2020-09-24T19:32:55.427Z] > git --version # 'git version 2.17.1' [2020-09-24T19:32:55.429Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T19:32:55.504Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T19:32:56.169Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-09-24T19:32:56.193Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T19:32:56.234Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-09-24T19:32:56.279Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-09-24T19:32:56.280Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T19:32:56.302Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/59/head:refs/remotes/origin/PR-59 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [2020-09-24T19:32:56.821Z] Merging remotes/origin/master commit 43103de098cdcbb78cf067fd19afda48c0e0d939 into PR head commit aad16d8ff4a7caef4f394e6354f06f8e276277c8 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2020-09-24T19:32:57.109Z] Merge succeeded, producing aad16d8ff4a7caef4f394e6354f06f8e276277c8 [2020-09-24T19:32:57.110Z] Checking out Revision aad16d8ff4a7caef4f394e6354f06f8e276277c8 (PR-59) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2020-09-24T19:32:56.833Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T19:32:56.856Z] > git checkout -f aad16d8ff4a7caef4f394e6354f06f8e276277c8 # timeout=10 [2020-09-24T19:32:56.931Z] > git remote # timeout=10 [2020-09-24T19:32:56.948Z] > git config --get remote.origin.url # timeout=10 [2020-09-24T19:32:56.967Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T19:32:57.023Z] > git merge 43103de098cdcbb78cf067fd19afda48c0e0d939 # timeout=10 [2020-09-24T19:32:57.075Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-24T19:32:57.109Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T19:32:57.142Z] > git checkout -f aad16d8ff4a7caef4f394e6354f06f8e276277c8 # timeout=10 [Pipeline] // stage [Pipeline] } [2020-09-24T19:33:01.393Z] Commit message: "build(all): Enable use of DependaBot to maintain Go dependencies" [2020-09-24T19:33:01.443Z] > git --version # timeout=10 [2020-09-24T19:33:01.453Z] > git --version # 'git version 2.17.1' [2020-09-24T19:33:01.471Z] fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-24T19:33:02.623Z] ========================================================= [2020-09-24T19:33:02.623Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-24T19:33:02.623Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:33:03.731Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-09-24T19:33:04.723Z] Sending build context to Docker daemon 601.1kB [2020-09-24T19:33:04.723Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-24T19:33:04.723Z] Step 2/7 : FROM ${BASE} [2020-09-24T19:33:04.996Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-24T19:33:04.996Z] b538f80385f9: Pulling fs layer [2020-09-24T19:33:04.996Z] 74f711af9a0d: Pulling fs layer [2020-09-24T19:33:04.996Z] 99f96fe45779: Pulling fs layer [2020-09-24T19:33:04.996Z] 8529a6b9a6be: Pulling fs layer [2020-09-24T19:33:04.996Z] 45590311c82a: Pulling fs layer [2020-09-24T19:33:04.996Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-24T19:33:04.996Z] 209524e5b208: Pulling fs layer [2020-09-24T19:33:04.996Z] 8529a6b9a6be: Waiting [2020-09-24T19:33:04.996Z] 45590311c82a: Waiting [2020-09-24T19:33:04.996Z] 69ca0ff8b7b3: Waiting [2020-09-24T19:33:04.996Z] 209524e5b208: Waiting [2020-09-24T19:33:04.996Z] 99f96fe45779: Verifying Checksum [2020-09-24T19:33:04.996Z] 99f96fe45779: Download complete [2020-09-24T19:33:04.996Z] 74f711af9a0d: Verifying Checksum [2020-09-24T19:33:04.996Z] 74f711af9a0d: Download complete [2020-09-24T19:33:04.996Z] 45590311c82a: Download complete [2020-09-24T19:33:04.996Z] 69ca0ff8b7b3: Download complete [2020-09-24T19:33:05.268Z] b538f80385f9: Verifying Checksum [2020-09-24T19:33:05.268Z] b538f80385f9: Download complete [2020-09-24T19:33:05.880Z] b538f80385f9: Pull complete [2020-09-24T19:33:06.484Z] 74f711af9a0d: Pull complete [2020-09-24T19:33:06.767Z] 99f96fe45779: Pull complete [2020-09-24T19:33:07.365Z] 209524e5b208: Verifying Checksum [2020-09-24T19:33:07.365Z] 209524e5b208: Download complete [2020-09-24T19:33:08.824Z] 8529a6b9a6be: Verifying Checksum [2020-09-24T19:33:08.824Z] 8529a6b9a6be: Download complete [2020-09-24T19:33:18.999Z] 8529a6b9a6be: Pull complete [2020-09-24T19:33:19.284Z] 45590311c82a: Pull complete [2020-09-24T19:33:19.561Z] 69ca0ff8b7b3: Pull complete [2020-09-24T19:33:23.881Z] 209524e5b208: Pull complete [2020-09-24T19:33:23.881Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-24T19:33:23.881Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-24T19:33:23.881Z] ---> 5bddaf1c2fca [2020-09-24T19:33:23.881Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-24T19:33:26.508Z] ---> Running in b959a83b92a1 [2020-09-24T19:33:26.508Z] Removing intermediate container b959a83b92a1 [2020-09-24T19:33:26.508Z] ---> b9560763810d [2020-09-24T19:33:26.508Z] Step 4/7 : RUN apk add --update bash [2020-09-24T19:33:26.508Z] ---> Running in a727b84edabe [2020-09-24T19:33:28.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T19:33:29.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T19:33:30.930Z] OK: 142 MiB in 39 packages [2020-09-24T19:33:32.371Z] Removing intermediate container a727b84edabe [2020-09-24T19:33:32.371Z] ---> d00747d5d3c4 [2020-09-24T19:33:32.371Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-24T19:33:32.371Z] ---> Running in d4c3ed73008f [2020-09-24T19:33:32.648Z] Removing intermediate container d4c3ed73008f [2020-09-24T19:33:32.648Z] ---> 5270133bc9d6 [2020-09-24T19:33:32.648Z] Step 6/7 : COPY go.mod . [2020-09-24T19:33:33.642Z] ---> 8d45efb441d2 [2020-09-24T19:33:33.642Z] Step 7/7 : RUN go mod download [2020-09-24T19:33:33.642Z] ---> Running in 89d0b9361995 [2020-09-24T19:33:48.742Z] Removing intermediate container 89d0b9361995 [2020-09-24T19:33:48.742Z] ---> 7d5e52b00d2d [2020-09-24T19:33:48.742Z] Successfully built 7d5e52b00d2d [2020-09-24T19:33:48.742Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:33:49.179Z] + docker inspect -f . ci-base-image-arm64 [2020-09-24T19:33:49.179Z] . [Pipeline] withDockerContainer [2020-09-24T19:33:49.437Z] prd-ubuntu18.04-docker-arm64-4c-16g-1217 does not seem to be running inside a container [2020-09-24T19:33:49.535Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/1 -v /w/workspace/go-mod-secrets/1:/w/workspace/go-mod-secrets/1:rw,z -v /w/workspace/go-mod-secrets/1@tmp:/w/workspace/go-mod-secrets/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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-24T19:33:51.449Z] $ docker top 936a56cfd8a0e1c01089eda022b8f548dc110453540cc959e9723d462f301a81 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T19:33:52.966Z] + go version [2020-09-24T19:33:52.966Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-24T19:33:53.007Z] $ docker stop --time=1 936a56cfd8a0e1c01089eda022b8f548dc110453540cc959e9723d462f301a81 [2020-09-24T19:33:54.969Z] $ docker rm -f 936a56cfd8a0e1c01089eda022b8f548dc110453540cc959e9723d462f301a81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:33:56.275Z] + docker inspect -f . ci-base-image-arm64 [2020-09-24T19:33:56.275Z] . [Pipeline] withDockerContainer [2020-09-24T19:33:56.564Z] prd-ubuntu18.04-docker-arm64-4c-16g-1217 does not seem to be running inside a container [2020-09-24T19:33:56.684Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/1 -v /w/workspace/go-mod-secrets/1:/w/workspace/go-mod-secrets/1:rw,z -v /w/workspace/go-mod-secrets/1@tmp:/w/workspace/go-mod-secrets/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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-24T19:33:58.552Z] $ docker top f31f7b9fe3d8175ab6e3a7bde7f16a9ddac0823e0b7f9f825326221ba9f2afb9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T19:34:00.052Z] + make test [2020-09-24T19:34:00.052Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-24T19:34:11.370Z] ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] [2020-09-24T19:34:11.370Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] [2020-09-24T19:34:21.541Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.045s coverage: 96.7% of statements [2020-09-24T19:34:39.860Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 15.049s coverage: 86.4% of statements [2020-09-24T19:34:39.860Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.013s coverage: 89.5% of statements [2020-09-24T19:34:39.860Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks 0.027s coverage: 100.0% of statements [2020-09-24T19:34:39.860Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.011s coverage: 100.0% of statements [2020-09-24T19:34:39.860Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks 0.010s coverage: 100.0% of statements [2020-09-24T19:34:39.860Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-24T19:34:43.258Z] gofmt -l . [2020-09-24T19:34:43.258Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-09-24T19:34:43.301Z] Warning: overwriting stash ‘coverage-report’ [2020-09-24T19:34:44.007Z] Stashed 1 file(s) [Pipeline] } [2020-09-24T19:34:44.037Z] $ docker stop --time=1 f31f7b9fe3d8175ab6e3a7bde7f16a9ddac0823e0b7f9f825326221ba9f2afb9 [2020-09-24T19:34:46.084Z] $ docker rm -f f31f7b9fe3d8175ab6e3a7bde7f16a9ddac0823e0b7f9f825326221ba9f2afb9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-09-24T19:34:49.983Z] provisioning config files... [2020-09-24T19:34:50.021Z] copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-59@tmp/config4572606615384238353tmp [Pipeline] { [Pipeline] sh [2020-09-24T19:34:50.439Z] + curl -s https://codecov.io/bash [2020-09-24T19:34:50.439Z] + bash -s - -t @/w/workspace/dgexfoundry_go-mod-secrets_PR-59@tmp/config4572606615384238353tmp [Pipeline] } [2020-09-24T19:34:50.739Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-24T19:34:54.755Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T19:34:55.367Z] ---> package-listing.sh [2020-09-24T19:34:55.367Z] ++ facter osfamily [2020-09-24T19:34:55.367Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-24T19:34:55.367Z] + OS_FAMILY=redhat [2020-09-24T19:34:55.367Z] + workspace=/w/workspace/dgexfoundry_go-mod-secrets_PR-59 [2020-09-24T19:34:55.367Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-24T19:34:55.367Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-24T19:34:55.367Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-24T19:34:55.367Z] + PACKAGES=/tmp/packages_start.txt [2020-09-24T19:34:55.367Z] + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-59 ']' [2020-09-24T19:34:55.367Z] + PACKAGES=/tmp/packages_end.txt [2020-09-24T19:34:55.367Z] + case "${OS_FAMILY}" in [2020-09-24T19:34:55.367Z] + rpm -qa [2020-09-24T19:34:55.367Z] + sort [2020-09-24T19:34:59.610Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-24T19:34:59.610Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-24T19:34:59.610Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-24T19:34:59.610Z] + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-59 ']' [2020-09-24T19:34:59.610Z] + mkdir -p /w/workspace/dgexfoundry_go-mod-secrets_PR-59/archives/ [2020-09-24T19:34:59.610Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_go-mod-secrets_PR-59/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:35:00.920Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T19:35:00.920Z] [2020-09-24T19:35:00.920Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-24T19:35:01.318Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T19:35:01.590Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-24T19:35:01.590Z] df20fa9351a1: Pulling fs layer [2020-09-24T19:35:01.590Z] 36b3adc4ff6f: Pulling fs layer [2020-09-24T19:35:01.590Z] 8ad3a11d3b57: Pulling fs layer [2020-09-24T19:35:01.590Z] 46f8f816bc3b: Pulling fs layer [2020-09-24T19:35:01.590Z] 0dadc02b9964: Pulling fs layer [2020-09-24T19:35:01.590Z] ce6a7cf60c04: Pulling fs layer [2020-09-24T19:35:01.590Z] 7a184a31f384: Pulling fs layer [2020-09-24T19:35:01.590Z] 0879bd2ef858: Pulling fs layer [2020-09-24T19:35:01.590Z] 0dadc02b9964: Waiting [2020-09-24T19:35:01.590Z] ce6a7cf60c04: Waiting [2020-09-24T19:35:01.590Z] 7a184a31f384: Waiting [2020-09-24T19:35:01.590Z] 0879bd2ef858: Waiting [2020-09-24T19:35:01.590Z] 46f8f816bc3b: Waiting [2020-09-24T19:35:01.590Z] 36b3adc4ff6f: Verifying Checksum [2020-09-24T19:35:01.590Z] 36b3adc4ff6f: Download complete [2020-09-24T19:35:01.590Z] 46f8f816bc3b: Verifying Checksum [2020-09-24T19:35:01.590Z] 46f8f816bc3b: Download complete [2020-09-24T19:35:01.858Z] 0dadc02b9964: Verifying Checksum [2020-09-24T19:35:01.858Z] 0dadc02b9964: Download complete [2020-09-24T19:35:01.858Z] df20fa9351a1: Verifying Checksum [2020-09-24T19:35:01.858Z] df20fa9351a1: Download complete [2020-09-24T19:35:01.858Z] ce6a7cf60c04: Verifying Checksum [2020-09-24T19:35:01.858Z] ce6a7cf60c04: Download complete [2020-09-24T19:35:01.858Z] 7a184a31f384: Verifying Checksum [2020-09-24T19:35:01.858Z] 7a184a31f384: Download complete [2020-09-24T19:35:02.125Z] df20fa9351a1: Pull complete [2020-09-24T19:35:02.392Z] 8ad3a11d3b57: Verifying Checksum [2020-09-24T19:35:02.392Z] 8ad3a11d3b57: Download complete [2020-09-24T19:35:02.392Z] 36b3adc4ff6f: Pull complete [2020-09-24T19:35:02.969Z] 8ad3a11d3b57: Pull complete [2020-09-24T19:35:03.232Z] 46f8f816bc3b: Pull complete [2020-09-24T19:35:03.496Z] 0dadc02b9964: Pull complete [2020-09-24T19:35:03.496Z] 0879bd2ef858: Verifying Checksum [2020-09-24T19:35:03.496Z] 0879bd2ef858: Download complete [2020-09-24T19:35:04.077Z] ce6a7cf60c04: Pull complete [2020-09-24T19:35:04.077Z] 7a184a31f384: Pull complete [2020-09-24T19:35:06.664Z] 0879bd2ef858: Pull complete [2020-09-24T19:35:06.664Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-24T19:35:06.664Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T19:35:06.664Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-24T19:35:06.841Z] prd-centos7-docker-4c-2g-1210 does not seem to be running inside a container [2020-09-24T19:35:06.907Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dgexfoundry_go-mod-secrets_PR-59 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-59:/w/workspace/dgexfoundry_go-mod-secrets_PR-59:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-59@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-59@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-24T19:35:11.439Z] $ docker top e80480dd1fa7035827e4a4143fb75a139a4e83c8a70fcee4ce6e3812629027ef -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T19:35:11.993Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-24T19:35:12.315Z] + ls /var/log/sa-host [2020-09-24T19:35:12.315Z] + sadf -c /var/log/sa-host/sa05 [2020-09-24T19:35:12.315Z] file_magic: OK [2020-09-24T19:35:12.315Z] HZ: Using current value: 100 [2020-09-24T19:35:12.315Z] file_header: OK [2020-09-24T19:35:12.315Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-24T19:35:12.315Z] Statistics: [2020-09-24T19:35:12.315Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-24T19:35:12.315Z] File successfully converted to sysstat format version 12.2.1 [2020-09-24T19:35:12.315Z] + sadf -c /var/log/sa-host/sa24 [2020-09-24T19:35:12.315Z] file_magic: OK [2020-09-24T19:35:12.315Z] HZ: Using current value: 100 [2020-09-24T19:35:12.315Z] file_header: OK [2020-09-24T19:35:12.315Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-24T19:35:12.315Z] Statistics: [2020-09-24T19:35:12.315Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-24T19:35:12.315Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-24T19:35:12.442Z] provisioning config files... [2020-09-24T19:35:12.460Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-59@tmp/config7752350538302824052tmp [Pipeline] { [Pipeline] echo [2020-09-24T19:35:12.610Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T19:35:12.948Z] ---> create-netrc.sh [Pipeline] echo [2020-09-24T19:35:12.982Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T19:35:13.314Z] ---> logs-deploy.sh [2020-09-24T19:35:13.314Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/PR-59/1 [2020-09-24T19:35:13.314Z] INFO: archiving workspace using pattern(s): [2020-09-24T19:35:14.710Z] Archives upload complete. [2020-09-24T19:35:14.710Z] INFO: archiving logs to Nexus [2020-09-24T19:35:15.658Z] ---> uname -a: [2020-09-24T19:35:15.658Z] Linux e80480dd1fa7 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-24T19:35:15.658Z] [2020-09-24T19:35:15.658Z] [2020-09-24T19:35:15.658Z] ---> lscpu: [2020-09-24T19:35:15.658Z] Architecture: x86_64 [2020-09-24T19:35:15.658Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-24T19:35:15.658Z] Byte Order: Little Endian [2020-09-24T19:35:15.658Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-24T19:35:15.658Z] CPU(s): 4 [2020-09-24T19:35:15.658Z] On-line CPU(s) list: 0-3 [2020-09-24T19:35:15.658Z] Thread(s) per core: 1 [2020-09-24T19:35:15.658Z] Core(s) per socket: 1 [2020-09-24T19:35:15.658Z] Socket(s): 4 [2020-09-24T19:35:15.658Z] NUMA node(s): 1 [2020-09-24T19:35:15.658Z] Vendor ID: GenuineIntel [2020-09-24T19:35:15.658Z] CPU family: 6 [2020-09-24T19:35:15.658Z] Model: 44 [2020-09-24T19:35:15.658Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-24T19:35:15.658Z] Stepping: 1 [2020-09-24T19:35:15.658Z] CPU MHz: 2933.438 [2020-09-24T19:35:15.658Z] BogoMIPS: 5866.87 [2020-09-24T19:35:15.658Z] Virtualization: VT-x [2020-09-24T19:35:15.658Z] Hypervisor vendor: KVM [2020-09-24T19:35:15.658Z] Virtualization type: full [2020-09-24T19:35:15.658Z] L1d cache: 128 KiB [2020-09-24T19:35:15.658Z] L1i cache: 128 KiB [2020-09-24T19:35:15.658Z] L2 cache: 16 MiB [2020-09-24T19:35:15.658Z] L3 cache: 64 MiB [2020-09-24T19:35:15.658Z] NUMA node0 CPU(s): 0-3 [2020-09-24T19:35:15.658Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-24T19:35:15.658Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-24T19:35:15.658Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-24T19:35:15.658Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-24T19:35:15.658Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-24T19:35:15.658Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-24T19:35:15.658Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-24T19:35:15.658Z] Vulnerability Tsx async abort: Not affected [2020-09-24T19:35:15.658Z] 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-09-24T19:35:15.658Z] [2020-09-24T19:35:15.658Z] [2020-09-24T19:35:15.658Z] ---> nproc: [2020-09-24T19:35:15.658Z] 4 [2020-09-24T19:35:15.658Z] [2020-09-24T19:35:15.658Z] [2020-09-24T19:35:15.658Z] ---> df -h: [2020-09-24T19:35:15.658Z] Filesystem Size Used Available Use% Mounted on [2020-09-24T19:35:15.658Z] overlay 50.0G 6.9G 43.0G 14% / [2020-09-24T19:35:15.658Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-24T19:35:15.658Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-24T19:35:15.658Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-24T19:35:15.658Z] /dev/vda1 50.0G 6.9G 43.0G 14% /etc/resolv.conf [2020-09-24T19:35:15.658Z] /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hostname [2020-09-24T19:35:15.658Z] /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hosts [2020-09-24T19:35:15.658Z] /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/dgexfoundry_go-mod-secrets_PR-59 [2020-09-24T19:35:15.658Z] /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/dgexfoundry_go-mod-secrets_PR-59@tmp [2020-09-24T19:35:15.658Z] /dev/vda1 50.0G 6.9G 43.0G 14% /var/log/sa-host [2020-09-24T19:35:15.658Z] [2020-09-24T19:35:15.658Z] [2020-09-24T19:35:15.658Z] ---> free -m: [2020-09-24T19:35:15.658Z] total used free shared buff/cache available [2020-09-24T19:35:15.658Z] Mem: 1837 672 138 0 1027 1058 [2020-09-24T19:35:15.658Z] Swap: 1023 1 1022 [2020-09-24T19:35:15.658Z] [2020-09-24T19:35:15.658Z] [2020-09-24T19:35:15.658Z] ---> ip addr: [2020-09-24T19:35:15.658Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-24T19:35:15.658Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-24T19:35:15.658Z] inet 127.0.0.1/8 scope host lo [2020-09-24T19:35:15.658Z] valid_lft forever preferred_lft forever [2020-09-24T19:35:15.658Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-09-24T19:35:15.658Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-24T19:35:15.658Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-24T19:35:15.658Z] valid_lft forever preferred_lft forever [2020-09-24T19:35:15.658Z] [2020-09-24T19:35:15.658Z] [2020-09-24T19:35:15.658Z] ---> sar -b -r -n DEV: [2020-09-24T19:35:15.658Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) [2020-09-24T19:35:15.658Z] [2020-09-24T19:35:15.658Z] 19:28:03 LINUX RESTART (4 CPU) [2020-09-24T19:35:15.658Z] [2020-09-24T19:35:15.658Z] 19:29:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-24T19:35:15.659Z] 19:30:01 29.32 10.35 18.96 0.00 4369.57 2142.45 0.00 [2020-09-24T19:35:15.659Z] 19:31:01 1.63 0.00 1.63 0.00 0.00 30.04 0.00 [2020-09-24T19:35:15.659Z] 19:32:01 0.38 0.00 0.38 0.00 0.00 6.81 0.00 [2020-09-24T19:35:15.659Z] 19:33:01 0.30 0.00 0.30 0.00 0.00 4.98 0.00 [2020-09-24T19:35:15.659Z] 19:34:01 0.20 0.00 0.20 0.00 0.00 4.28 0.00 [2020-09-24T19:35:15.659Z] 19:35:01 42.68 41.78 0.90 0.00 4241.15 22.47 0.00 [2020-09-24T19:35:15.659Z] Average: 12.42 8.69 3.73 0.00 1435.52 368.57 0.00 [2020-09-24T19:35:15.659Z] [2020-09-24T19:35:15.659Z] 19:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-24T19:35:15.659Z] 19:30:01 161680 0 594952 31.62 2620 1122304 1127140 38.47 436896 1123756 20 [2020-09-24T19:35:15.659Z] 19:31:01 166580 0 590048 31.36 2620 1122308 1095944 37.40 435640 1121220 16 [2020-09-24T19:35:15.659Z] 19:32:01 166476 0 590144 31.36 2620 1122316 1096004 37.40 435864 1121220 16 [2020-09-24T19:35:15.659Z] 19:33:01 164816 0 591804 31.45 2620 1122316 1096028 37.41 437860 1120664 20 [2020-09-24T19:35:15.659Z] 19:34:01 165028 0 591588 31.44 2620 1122320 1095968 37.40 444636 1113460 12 [2020-09-24T19:35:15.659Z] 19:35:01 108964 0 628240 33.39 2620 1141732 1304216 44.51 489320 1122048 19312 [2020-09-24T19:35:15.659Z] Average: 155591 0 597796 31.77 2620 1125549 1135883 38.77 446703 1120395 3233 [2020-09-24T19:35:15.659Z] [2020-09-24T19:35:15.659Z] 19:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-24T19:35:15.659Z] 19:30:01 eth0 70.75 55.60 336.82 28.36 0.00 0.00 0.00 0.00 [2020-09-24T19:35:15.659Z] 19:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T19:35:15.659Z] 19:30:01 docker0 1.78 1.50 0.29 2.63 0.00 0.00 0.00 0.00 [2020-09-24T19:35:15.659Z] 19:31:01 eth0 2.16 0.60 0.66 0.37 0.00 0.00 0.00 0.00 [2020-09-24T19:35:15.659Z] 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T19:35:15.659Z] 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T19:35:15.659Z] 19:32:01 eth0 2.61 0.52 0.69 0.42 0.00 0.00 0.00 0.00 [2020-09-24T19:35:15.659Z] 19:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T19:35:15.659Z] 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T19:35:15.659Z] 19:33:01 eth0 2.60 0.27 0.41 0.23 0.00 0.00 0.00 0.00 [2020-09-24T19:35:15.659Z] 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T19:35:15.659Z] 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T19:35:15.659Z] 19:34:01 eth0 2.66 0.38 0.60 0.26 0.00 0.00 0.00 0.00 [2020-09-24T19:35:15.659Z] 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T19:35:15.659Z] 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T19:35:15.659Z] 19:35:01 eth0 53.30 42.23 291.18 7.26 0.00 0.00 0.00 0.00 [2020-09-24T19:35:15.659Z] 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T19:35:15.659Z] 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T19:35:15.659Z] Average: eth0 22.35 16.60 105.09 6.15 0.00 0.00 0.00 0.00 [2020-09-24T19:35:15.659Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T19:35:15.659Z] Average: docker0 0.30 0.25 0.05 0.44 0.00 0.00 0.00 0.00 [2020-09-24T19:35:15.659Z] [2020-09-24T19:35:15.659Z] [2020-09-24T19:35:15.659Z] ---> sar -P ALL: [2020-09-24T19:35:15.659Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) [2020-09-24T19:35:15.659Z] [2020-09-24T19:35:15.659Z] 19:28:03 LINUX RESTART (4 CPU) [2020-09-24T19:35:15.659Z] [2020-09-24T19:35:15.659Z] 19:29:01 CPU %user %nice %system %iowait %steal %idle [2020-09-24T19:35:15.659Z] 19:30:01 all 2.20 0.00 1.49 0.52 0.02 95.77 [2020-09-24T19:35:15.659Z] 19:30:01 0 2.18 0.00 1.37 0.10 0.02 96.33 [2020-09-24T19:35:15.659Z] 19:30:01 1 2.02 0.00 1.34 1.24 0.02 95.38 [2020-09-24T19:35:15.659Z] 19:30:01 2 2.12 0.00 1.66 0.69 0.03 95.50 [2020-09-24T19:35:15.659Z] 19:30:01 3 2.47 0.00 1.60 0.05 0.02 95.85 [2020-09-24T19:35:15.659Z] 19:31:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2020-09-24T19:35:15.659Z] 19:31:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2020-09-24T19:35:15.659Z] 19:31:01 1 0.45 0.00 0.07 0.00 0.02 99.47 [2020-09-24T19:35:15.659Z] 19:31:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2020-09-24T19:35:15.659Z] 19:31:01 3 0.12 0.00 0.03 0.00 0.00 99.85 [2020-09-24T19:35:15.659Z] 19:32:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2020-09-24T19:35:15.659Z] 19:32:01 0 0.03 0.00 0.07 0.00 0.02 99.88 [2020-09-24T19:35:15.659Z] 19:32:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2020-09-24T19:35:15.659Z] 19:32:01 2 0.08 0.00 0.05 0.00 0.00 99.87 [2020-09-24T19:35:15.659Z] 19:32:01 3 0.08 0.00 0.03 0.00 0.00 99.88 [2020-09-24T19:35:15.659Z] 19:33:01 all 0.15 0.00 0.04 0.00 0.00 99.82 [2020-09-24T19:35:15.659Z] 19:33:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-24T19:35:15.659Z] 19:33:01 1 0.40 0.00 0.05 0.00 0.00 99.55 [2020-09-24T19:35:15.659Z] 19:33:01 2 0.08 0.00 0.03 0.00 0.00 99.88 [2020-09-24T19:35:15.659Z] 19:33:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2020-09-24T19:35:15.659Z] 19:34:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2020-09-24T19:35:15.659Z] 19:34:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2020-09-24T19:35:15.659Z] 19:34:01 1 0.57 0.00 0.05 0.00 0.02 99.37 [2020-09-24T19:35:15.659Z] 19:34:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-09-24T19:35:15.659Z] 19:34:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-24T19:35:15.659Z] 19:35:01 all 1.28 0.00 0.58 0.94 0.00 97.20 [2020-09-24T19:35:15.659Z] 19:35:01 0 1.25 0.00 0.57 0.10 0.00 98.08 [2020-09-24T19:35:15.659Z] 19:35:01 1 1.12 0.00 0.38 0.05 0.00 98.45 [2020-09-24T19:35:15.659Z] 19:35:01 2 2.12 0.00 0.80 3.06 0.00 94.02 [2020-09-24T19:35:15.659Z] 19:35:01 3 0.62 0.00 0.55 0.57 0.00 98.26 [2020-09-24T19:35:15.659Z] Average: all 0.69 0.00 0.37 0.24 0.01 98.69 [2020-09-24T19:35:15.659Z] Average: 0 0.60 0.00 0.35 0.03 0.01 99.01 [2020-09-24T19:35:15.659Z] Average: 1 0.85 0.00 0.32 0.21 0.01 98.61 [2020-09-24T19:35:15.659Z] Average: 2 0.76 0.00 0.44 0.62 0.01 98.17 [2020-09-24T19:35:15.659Z] Average: 3 0.56 0.00 0.38 0.10 0.00 98.95 [2020-09-24T19:35:15.659Z] [2020-09-24T19:35:15.659Z] [2020-09-24T19:35:15.659Z]