Pull request #57 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 1eeb0def831b4dc8a699eb7151d82c636f06f566+32334ba23a08c2d47dddfb812bb10fd92c6b0129 (c1e755c82cf6c77f0746b3094cc886ca6ebb84fc) 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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-57/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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-0 in /w/workspace/dgexfoundry_go-mod-secrets_PR-57 [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 Fetching without tags Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git > git init /w/workspace/dgexfoundry_go-mod-secrets_PR-57 # 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 --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/57/head:refs/remotes/origin/PR-57 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/57/head:refs/remotes/origin/PR-57 # 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/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 --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/57/head:refs/remotes/origin/PR-57 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 32334ba23a08c2d47dddfb812bb10fd92c6b0129 into PR head commit 1eeb0def831b4dc8a699eb7151d82c636f06f566 Merge succeeded, producing 1eeb0def831b4dc8a699eb7151d82c636f06f566 Checking out Revision 1eeb0def831b4dc8a699eb7151d82c636f06f566 (PR-57) > git config core.sparsecheckout # timeout=10 > git checkout -f 1eeb0def831b4dc8a699eb7151d82c636f06f566 # 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 32334ba23a08c2d47dddfb812bb10fd92c6b0129 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1eeb0def831b4dc8a699eb7151d82c636f06f566 # timeout=10 Commit message: "fix: Remove trailing slash from vault URL to avoid 400 error" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-16T19:52:51.082Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-16T19:52:52.018Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-16T19:52:52.281Z] ========================================================= [2020-09-16T19:52:52.281Z] EdgeX Global Pipelines Version Info [2020-09-16T19:52:52.281Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-16T19:52:53.849Z] ------------------- [2020-09-16T19:52:53.849Z] stable info: [2020-09-16T19:52:53.849Z] ------------------- [2020-09-16T19:52:53.850Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-16T19:52:53.850Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-16T19:52:53.850Z] Message: update stable to v1.0.122 [2020-09-16T19:52:54.439Z] ------------------- [2020-09-16T19:52:54.440Z] experimental info: [2020-09-16T19:52:54.440Z] ------------------- [2020-09-16T19:52:54.440Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-16T19:52:54.440Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-16T19:52:54.440Z] Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-16T19:52:55.143Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo [2020-09-16T19:52:55.290Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo [2020-09-16T19:52:55.433Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-16T19:52:55.593Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-16T19:52:55.758Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-16T19:52:55.905Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-16T19:52:56.087Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-16T19:52:56.258Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-16T19:52:56.413Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-16T19:52:56.568Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-16T19:52:56.753Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-16T19:52:56.909Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo [2020-09-16T19:52:57.059Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-16T19:52:57.201Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-16T19:52:57.341Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T19:52:57.483Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T19:52:57.688Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T19:52:57.889Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T19:52:58.052Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-16T19:52:58.206Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-16T19:52:58.350Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-16T19:52:58.490Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-16T19:52:58.653Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-57 [Pipeline] echo [2020-09-16T19:52:58.795Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-57 [Pipeline] echo [2020-09-16T19:52:58.954Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-57 [Pipeline] echo [2020-09-16T19:52:59.101Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1eeb0def831b4dc8a699eb7151d82c636f06f566 [Pipeline] echo [2020-09-16T19:52:59.247Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1eeb0de [Pipeline] echo [2020-09-16T19:52:59.382Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-16T19:53:00.477Z] + git log --format=format:%s -1 1eeb0def831b4dc8a699eb7151d82c636f06f566 [Pipeline] echo [2020-09-16T19:53:00.592Z] GIT_COMMIT: 1eeb0def831b4dc8a699eb7151d82c636f06f566, Commit Message: fix: Remove trailing slash from vault URL to avoid 400 error [Pipeline] echo [2020-09-16T19:53:00.769Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-16T19:53:06.893Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T19:53:07.166Z] [2020-09-16T19:53:07.166Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T19:53:07.586Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T19:53:07.586Z] latest: Pulling from edgex-devops/git-semver [2020-09-16T19:53:07.586Z] 31603596830f: Pulling fs layer [2020-09-16T19:53:07.586Z] 2a8b12db71e7: Pulling fs layer [2020-09-16T19:53:07.586Z] 6ca5941a6612: Pulling fs layer [2020-09-16T19:53:07.586Z] ecc8261a40a4: Pulling fs layer [2020-09-16T19:53:07.586Z] ecc8261a40a4: Waiting [2020-09-16T19:53:07.586Z] 2a8b12db71e7: Verifying Checksum [2020-09-16T19:53:07.586Z] 2a8b12db71e7: Download complete [2020-09-16T19:53:07.863Z] 31603596830f: Verifying Checksum [2020-09-16T19:53:07.863Z] 31603596830f: Download complete [2020-09-16T19:53:07.863Z] ecc8261a40a4: Verifying Checksum [2020-09-16T19:53:07.863Z] ecc8261a40a4: Download complete [2020-09-16T19:53:08.132Z] 6ca5941a6612: Verifying Checksum [2020-09-16T19:53:08.132Z] 6ca5941a6612: Download complete [2020-09-16T19:53:08.132Z] 31603596830f: Pull complete [2020-09-16T19:53:08.396Z] 2a8b12db71e7: Pull complete [2020-09-16T19:53:09.014Z] 6ca5941a6612: Pull complete [2020-09-16T19:53:09.282Z] ecc8261a40a4: Pull complete [2020-09-16T19:53:09.282Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-16T19:53:09.282Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T19:53:09.282Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-16T19:53:09.441Z] prd-centos7-docker-4c-2g-0 does not seem to be running inside a container [2020-09-16T19:53:09.498Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_go-mod-secrets_PR-57 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-57:/w/workspace/dgexfoundry_go-mod-secrets_PR-57:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-57@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-57@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-16T19:53:11.530Z] $ docker top 68c42b632e6b736ce289d25ca56f8cef71f48ab972cefbc2141a87addb265b2a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T19:53:11.933Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T19:53:11.933Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T19:53:12.129Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T19:53:12.137Z] $ docker exec 68c42b632e6b736ce289d25ca56f8cef71f48ab972cefbc2141a87addb265b2a ssh-agent [2020-09-16T19:53:12.283Z] SSH_AUTH_SOCK=/tmp/ssh-lonPFMZIqcSf/agent.12 [2020-09-16T19:53:12.284Z] SSH_AGENT_PID=17 [2020-09-16T19:53:12.296Z] Running ssh-add (command line suppressed) [2020-09-16T19:53:12.407Z] Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-57@tmp/private_key_1241374666860680338.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-57@tmp/private_key_1241374666860680338.key) [2020-09-16T19:53:12.452Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T19:53:12.863Z] + git describe --exact-match --tags HEAD [2020-09-16T19:53:12.863Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-16T19:53:12.920Z] $ docker exec --env ******** --env ******** 68c42b632e6b736ce289d25ca56f8cef71f48ab972cefbc2141a87addb265b2a ssh-agent -k [2020-09-16T19:53:13.020Z] unset SSH_AUTH_SOCK; [2020-09-16T19:53:13.020Z] unset SSH_AGENT_PID; [2020-09-16T19:53:13.021Z] echo Agent pid 17 killed; [2020-09-16T19:53:13.060Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-16T19:53:13.242Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-16T19:53:13.242Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-16T19:53:13.475Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T19:53:13.475Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T19:53:13.623Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T19:53:13.629Z] $ docker exec 68c42b632e6b736ce289d25ca56f8cef71f48ab972cefbc2141a87addb265b2a ssh-agent [2020-09-16T19:53:13.771Z] SSH_AUTH_SOCK=/tmp/ssh-pEInMG35mqnA/agent.46 [2020-09-16T19:53:13.771Z] SSH_AGENT_PID=52 [2020-09-16T19:53:13.780Z] Running ssh-add (command line suppressed) [2020-09-16T19:53:13.889Z] Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-57@tmp/private_key_885015011690149868.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-57@tmp/private_key_885015011690149868.key) [2020-09-16T19:53:13.932Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T19:53:14.333Z] + git semver init [2020-09-16T19:53:14.333Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T19:53:14.333Z] # $GIT_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-57/.git [2020-09-16T19:53:14.333Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_go-mod-secrets_PR-57 [2020-09-16T19:53:14.333Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T19:53:14.333Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T19:53:14.333Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T19:53:14.333Z] # $SEMVER_BRANCH = PR-57 [2020-09-16T19:53:14.333Z] # $SEMVER_TEMP = /tmp/semver-589884312 [2020-09-16T19:53:14.333Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP [2020-09-16T19:53:14.599Z] # '/tmp/semver-589884312' -> '/w/workspace/dgexfoundry_go-mod-secrets_PR-57/.semver' [2020-09-16T19:53:14.600Z] # -> Force: false [2020-09-16T19:53:14.600Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-57/.semver [Pipeline] } [2020-09-16T19:53:14.627Z] $ docker exec --env ******** --env ******** 68c42b632e6b736ce289d25ca56f8cef71f48ab972cefbc2141a87addb265b2a ssh-agent -k [2020-09-16T19:53:14.734Z] unset SSH_AUTH_SOCK; [2020-09-16T19:53:14.734Z] unset SSH_AGENT_PID; [2020-09-16T19:53:14.734Z] echo Agent pid 52 killed; [2020-09-16T19:53:14.775Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T19:53:15.370Z] + git semver [Pipeline] } [2020-09-16T19:53:15.402Z] $ docker stop --time=1 68c42b632e6b736ce289d25ca56f8cef71f48ab972cefbc2141a87addb265b2a [2020-09-16T19:53:16.728Z] $ docker rm -f 68c42b632e6b736ce289d25ca56f8cef71f48ab972cefbc2141a87addb265b2a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-16T19:53:17.514Z] Stashed 34 file(s) [Pipeline] echo [2020-09-16T19:53:17.541Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-16T19:53:17.720Z] 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-16T19:53:33.740Z] Still waiting to schedule task [2020-09-16T19:53:33.740Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-0’ [2020-09-16T19:53:33.771Z] Still waiting to schedule task [2020-09-16T19:53:33.772Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-16T19:55:24.575Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1 in /w/workspace/dgexfoundry_go-mod-secrets_PR-57 [Pipeline] { [Pipeline] ws [2020-09-16T19:55:24.682Z] Running in /w/workspace/go-mod-secrets/1 [Pipeline] { [Pipeline] checkout [2020-09-16T19:55:29.886Z] using credential edgex-jenkins-ssh [2020-09-16T19:55:29.958Z] Cloning the remote Git repository [2020-09-16T19:55:29.958Z] Cloning with configured refspecs honoured and without tags [2020-09-16T19:55:30.028Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2020-09-16T19:55:30.140Z] > git init /w/workspace/go-mod-secrets/1 # timeout=10 [2020-09-16T19:55:30.215Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-09-16T19:55:30.215Z] > git --version # timeout=10 [2020-09-16T19:55:30.235Z] > git --version # 'git version 2.17.1' [2020-09-16T19:55:30.236Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T19:55:30.288Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/57/head:refs/remotes/origin/PR-57 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T19:55:31.124Z] Fetching without tags [2020-09-16T19:55:31.636Z] Merging remotes/origin/master commit 32334ba23a08c2d47dddfb812bb10fd92c6b0129 into PR head commit 1eeb0def831b4dc8a699eb7151d82c636f06f566 [2020-09-16T19:55:31.876Z] Merge succeeded, producing 1eeb0def831b4dc8a699eb7151d82c636f06f566 [2020-09-16T19:55:31.877Z] Checking out Revision 1eeb0def831b4dc8a699eb7151d82c636f06f566 (PR-57) [2020-09-16T19:55:31.023Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-09-16T19:55:31.054Z] > git config --add remote.origin.fetch +refs/pull/57/head:refs/remotes/origin/PR-57 # timeout=10 [2020-09-16T19:55:31.074Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T19:55:31.102Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-09-16T19:55:31.138Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-09-16T19:55:31.139Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T19:55:31.151Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/57/head:refs/remotes/origin/PR-57 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T19:55:31.657Z] > git config core.sparsecheckout # timeout=10 [2020-09-16T19:55:31.679Z] > git checkout -f 1eeb0def831b4dc8a699eb7151d82c636f06f566 # timeout=10 [2020-09-16T19:55:31.772Z] > git remote # timeout=10 [2020-09-16T19:55:31.798Z] > git config --get remote.origin.url # timeout=10 [2020-09-16T19:55:31.817Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T19:55:31.827Z] > git merge 32334ba23a08c2d47dddfb812bb10fd92c6b0129 # timeout=10 [2020-09-16T19:55:31.859Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-16T19:55:31.887Z] > git config core.sparsecheckout # timeout=10 [2020-09-16T19:55:31.902Z] > git checkout -f 1eeb0def831b4dc8a699eb7151d82c636f06f566 # timeout=10 [2020-09-16T19:55:36.591Z] Commit message: "fix: Remove trailing slash from vault URL to avoid 400 error" [2020-09-16T19:55:36.651Z] > git --version # timeout=10 [2020-09-16T19:55:36.662Z] > git --version # 'git version 2.17.1' [2020-09-16T19:55:36.672Z] fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-16T19:55:38.051Z] ========================================================= [2020-09-16T19:55:38.051Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-16T19:55:38.051Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-16T19:55:39.267Z] + 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-16T19:55:40.263Z] Sending build context to Docker daemon 527.9kB [2020-09-16T19:55:40.263Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-16T19:55:40.263Z] Step 2/7 : FROM ${BASE} [2020-09-16T19:55:40.548Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-16T19:55:40.548Z] b538f80385f9: Pulling fs layer [2020-09-16T19:55:40.548Z] 74f711af9a0d: Pulling fs layer [2020-09-16T19:55:40.548Z] 99f96fe45779: Pulling fs layer [2020-09-16T19:55:40.548Z] 8529a6b9a6be: Pulling fs layer [2020-09-16T19:55:40.548Z] 45590311c82a: Pulling fs layer [2020-09-16T19:55:40.548Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-16T19:55:40.548Z] 209524e5b208: Pulling fs layer [2020-09-16T19:55:40.548Z] 8529a6b9a6be: Waiting [2020-09-16T19:55:40.548Z] 45590311c82a: Waiting [2020-09-16T19:55:40.548Z] 69ca0ff8b7b3: Waiting [2020-09-16T19:55:40.548Z] 209524e5b208: Waiting [2020-09-16T19:55:40.548Z] 99f96fe45779: Verifying Checksum [2020-09-16T19:55:40.548Z] 99f96fe45779: Download complete [2020-09-16T19:55:40.548Z] 74f711af9a0d: Verifying Checksum [2020-09-16T19:55:40.548Z] 74f711af9a0d: Download complete [2020-09-16T19:55:40.826Z] 45590311c82a: Verifying Checksum [2020-09-16T19:55:40.826Z] 45590311c82a: Download complete [2020-09-16T19:55:41.109Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-16T19:55:41.109Z] 69ca0ff8b7b3: Download complete [2020-09-16T19:55:41.388Z] b538f80385f9: Verifying Checksum [2020-09-16T19:55:41.388Z] b538f80385f9: Download complete [2020-09-16T19:55:41.995Z] b538f80385f9: Pull complete [2020-09-16T19:55:42.599Z] 74f711af9a0d: Pull complete [2020-09-16T19:55:42.875Z] 99f96fe45779: Pull complete [2020-09-16T19:55:43.471Z] 209524e5b208: Verifying Checksum [2020-09-16T19:55:43.471Z] 209524e5b208: Download complete [2020-09-16T19:55:44.913Z] 8529a6b9a6be: Verifying Checksum [2020-09-16T19:55:44.913Z] 8529a6b9a6be: Download complete [2020-09-16T19:55:57.358Z] 8529a6b9a6be: Pull complete [2020-09-16T19:55:57.358Z] 45590311c82a: Pull complete [2020-09-16T19:55:57.358Z] 69ca0ff8b7b3: Pull complete [2020-09-16T19:56:00.000Z] 209524e5b208: Pull complete [2020-09-16T19:56:00.000Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-16T19:56:00.000Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-16T19:56:00.000Z] ---> 5bddaf1c2fca [2020-09-16T19:56:00.000Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-16T19:56:02.648Z] ---> Running in 56ff8f29b5b7 [2020-09-16T19:56:02.924Z] Removing intermediate container 56ff8f29b5b7 [2020-09-16T19:56:02.924Z] ---> 4a3d64951572 [2020-09-16T19:56:02.924Z] Step 4/7 : RUN apk add --update bash [2020-09-16T19:56:03.198Z] ---> Running in 30dcc5963df6 [2020-09-16T19:56:05.205Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-16T19:56:05.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-16T19:56:06.521Z] Running on prd-centos7-docker-4c-2g-2 in /w/workspace/dgexfoundry_go-mod-secrets_PR-57 [Pipeline] { [Pipeline] ws [2020-09-16T19:56:06.631Z] Running in /w/workspace/go-mod-secrets/1 [Pipeline] { [Pipeline] checkout [2020-09-16T19:56:07.242Z] OK: 142 MiB in 39 packages [2020-09-16T19:56:08.694Z] Removing intermediate container 30dcc5963df6 [2020-09-16T19:56:08.695Z] ---> 805c294d1f4f [2020-09-16T19:56:08.695Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-16T19:56:08.695Z] ---> Running in 55ef29957315 [2020-09-16T19:56:08.972Z] Removing intermediate container 55ef29957315 [2020-09-16T19:56:08.972Z] ---> 9725b7c55eac [2020-09-16T19:56:08.972Z] Step 6/7 : COPY go.mod . [2020-09-16T19:56:09.529Z] using credential edgex-jenkins-ssh [2020-09-16T19:56:09.584Z] ---> 7a39d1ea5e8c [2020-09-16T19:56:09.584Z] Step 7/7 : RUN go mod download [2020-09-16T19:56:09.590Z] Cloning the remote Git repository [2020-09-16T19:56:09.590Z] Cloning with configured refspecs honoured and without tags [2020-09-16T19:56:09.867Z] ---> Running in 7cc56a30ce18 [2020-09-16T19:56:09.625Z] Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git [2020-09-16T19:56:09.699Z] > git init /w/workspace/go-mod-secrets/1 # timeout=10 [2020-09-16T19:56:10.030Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-09-16T19:56:10.030Z] > git --version # timeout=10 [2020-09-16T19:56:10.036Z] > git --version # 'git version 2.16.5' [2020-09-16T19:56:10.037Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T19:56:10.072Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/57/head:refs/remotes/origin/PR-57 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T19:56:10.635Z] Fetching without tags [2020-09-16T19:56:11.005Z] Merging remotes/origin/master commit 32334ba23a08c2d47dddfb812bb10fd92c6b0129 into PR head commit 1eeb0def831b4dc8a699eb7151d82c636f06f566 [2020-09-16T19:56:11.080Z] Merge succeeded, producing 1eeb0def831b4dc8a699eb7151d82c636f06f566 [2020-09-16T19:56:11.081Z] Checking out Revision 1eeb0def831b4dc8a699eb7151d82c636f06f566 (PR-57) [2020-09-16T19:56:10.585Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-09-16T19:56:10.591Z] > git config --add remote.origin.fetch +refs/pull/57/head:refs/remotes/origin/PR-57 # timeout=10 [2020-09-16T19:56:10.607Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T19:56:10.618Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 [2020-09-16T19:56:10.642Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git [2020-09-16T19:56:10.643Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T19:56:10.649Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/57/head:refs/remotes/origin/PR-57 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T19:56:11.014Z] > git config core.sparsecheckout # timeout=10 [2020-09-16T19:56:11.020Z] > git checkout -f 1eeb0def831b4dc8a699eb7151d82c636f06f566 # timeout=10 [2020-09-16T19:56:11.051Z] > git remote # timeout=10 [2020-09-16T19:56:11.056Z] > git config --get remote.origin.url # timeout=10 [2020-09-16T19:56:11.062Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T19:56:11.065Z] > git merge 32334ba23a08c2d47dddfb812bb10fd92c6b0129 # timeout=10 [2020-09-16T19:56:11.074Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-16T19:56:11.085Z] > git config core.sparsecheckout # timeout=10 [2020-09-16T19:56:11.098Z] > git checkout -f 1eeb0def831b4dc8a699eb7151d82c636f06f566 # timeout=10 [2020-09-16T19:56:14.186Z] Removing intermediate container 7cc56a30ce18 [2020-09-16T19:56:14.186Z] ---> 7bc064e2aa26 [2020-09-16T19:56:14.187Z] Successfully built 7bc064e2aa26 [2020-09-16T19:56:14.187Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T19:56:14.654Z] + docker inspect -f . ci-base-image-arm64 [2020-09-16T19:56:14.654Z] . [Pipeline] withDockerContainer [2020-09-16T19:56:14.756Z] Commit message: "fix: Remove trailing slash from vault URL to avoid 400 error" [2020-09-16T19:56:14.787Z] > git --version # timeout=10 [2020-09-16T19:56:14.792Z] > git --version # 'git version 2.16.5' [2020-09-16T19:56:14.798Z] fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-16T19:56:14.967Z] prd-ubuntu18.04-docker-arm64-4c-16g-1 does not seem to be running inside a container [2020-09-16T19:56:15.056Z] $ 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 ******** ci-base-image-arm64 cat [2020-09-16T19:56:16.934Z] $ docker top 9052587307d4f35bf09005c39d30557db06a055673b9f82ac34d3fd41aa15143 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-16T19:56:18.192Z] ========================================================= [2020-09-16T19:56:18.192Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-16T19:56:18.192Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-16T19:56:18.456Z] + go version [2020-09-16T19:56:18.456Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-16T19:56:18.716Z] $ docker stop --time=1 9052587307d4f35bf09005c39d30557db06a055673b9f82ac34d3fd41aa15143 [2020-09-16T19:56:18.870Z] + 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-16T19:56:19.452Z] Sending build context to Docker daemon 527.9kB [2020-09-16T19:56:19.452Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-16T19:56:19.452Z] Step 2/7 : FROM ${BASE} [2020-09-16T19:56:19.452Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-16T19:56:19.452Z] df20fa9351a1: Pulling fs layer [2020-09-16T19:56:19.452Z] ed8968b2872e: Pulling fs layer [2020-09-16T19:56:19.452Z] a92cc7c5fd73: Pulling fs layer [2020-09-16T19:56:19.452Z] e871e8e8d7a9: Pulling fs layer [2020-09-16T19:56:19.453Z] e73272ec9a57: Pulling fs layer [2020-09-16T19:56:19.453Z] 1e910a182e73: Pulling fs layer [2020-09-16T19:56:19.453Z] 4e634b169226: Pulling fs layer [2020-09-16T19:56:19.453Z] e73272ec9a57: Waiting [2020-09-16T19:56:19.453Z] 1e910a182e73: Waiting [2020-09-16T19:56:19.453Z] 4e634b169226: Waiting [2020-09-16T19:56:19.453Z] e871e8e8d7a9: Waiting [2020-09-16T19:56:19.453Z] a92cc7c5fd73: Verifying Checksum [2020-09-16T19:56:19.453Z] a92cc7c5fd73: Download complete [2020-09-16T19:56:19.453Z] ed8968b2872e: Download complete [2020-09-16T19:56:19.453Z] e73272ec9a57: Verifying Checksum [2020-09-16T19:56:19.453Z] e73272ec9a57: Download complete [2020-09-16T19:56:19.453Z] 1e910a182e73: Download complete [2020-09-16T19:56:19.453Z] df20fa9351a1: Verifying Checksum [2020-09-16T19:56:19.453Z] df20fa9351a1: Download complete [2020-09-16T19:56:19.715Z] df20fa9351a1: Pull complete [2020-09-16T19:56:19.977Z] ed8968b2872e: Pull complete [2020-09-16T19:56:19.977Z] a92cc7c5fd73: Pull complete [2020-09-16T19:56:20.644Z] $ docker rm -f 9052587307d4f35bf09005c39d30557db06a055673b9f82ac34d3fd41aa15143 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-09-16T19:56:21.377Z] 4e634b169226: Verifying Checksum [2020-09-16T19:56:21.377Z] 4e634b169226: Download complete [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T19:56:21.982Z] e871e8e8d7a9: Verifying Checksum [2020-09-16T19:56:21.982Z] e871e8e8d7a9: Download complete [2020-09-16T19:56:22.139Z] + docker inspect -f . ci-base-image-arm64 [2020-09-16T19:56:22.139Z] . [Pipeline] withDockerContainer [2020-09-16T19:56:22.431Z] prd-ubuntu18.04-docker-arm64-4c-16g-1 does not seem to be running inside a container [2020-09-16T19:56:22.526Z] $ 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 ******** ci-base-image-arm64 cat [2020-09-16T19:56:24.320Z] $ docker top d51e7237ce4fe6b15472798cc0d7a895b43cb9cad550a2ba6bc0c9db28395f77 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T19:56:25.787Z] + make test [2020-09-16T19:56:25.787Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-16T19:56:27.318Z] e871e8e8d7a9: Pull complete [2020-09-16T19:56:27.584Z] e73272ec9a57: Pull complete [2020-09-16T19:56:27.584Z] 1e910a182e73: Pull complete [2020-09-16T19:56:32.921Z] 4e634b169226: Pull complete [2020-09-16T19:56:32.921Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-16T19:56:32.921Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-16T19:56:32.921Z] ---> f7629b54cfaa [2020-09-16T19:56:32.921Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-16T19:56:32.921Z] ---> Running in 15aafbbedda8 [2020-09-16T19:56:32.921Z] Removing intermediate container 15aafbbedda8 [2020-09-16T19:56:32.921Z] ---> 7cd768ffa1b7 [2020-09-16T19:56:32.921Z] Step 4/7 : RUN apk add --update bash [2020-09-16T19:56:32.921Z] ---> Running in bf27ff936a44 [2020-09-16T19:56:33.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-16T19:56:34.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-16T19:56:35.406Z] OK: 166 MiB in 39 packages [2020-09-16T19:56:35.975Z] ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] [2020-09-16T19:56:35.975Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] [2020-09-16T19:56:35.990Z] Removing intermediate container bf27ff936a44 [2020-09-16T19:56:35.990Z] ---> 77b7c1d0855f [2020-09-16T19:56:35.990Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-16T19:56:35.990Z] ---> Running in 36cf0d500216 [2020-09-16T19:56:36.254Z] Removing intermediate container 36cf0d500216 [2020-09-16T19:56:36.254Z] ---> 276c3e5148d6 [2020-09-16T19:56:36.254Z] Step 6/7 : COPY go.mod . [2020-09-16T19:56:36.518Z] ---> 2338269527f8 [2020-09-16T19:56:36.518Z] Step 7/7 : RUN go mod download [2020-09-16T19:56:36.518Z] ---> Running in 988e0b0ee782 [2020-09-16T19:56:39.087Z] Removing intermediate container 988e0b0ee782 [2020-09-16T19:56:39.087Z] ---> 1fa361edd7d7 [2020-09-16T19:56:39.087Z] Successfully built 1fa361edd7d7 [2020-09-16T19:56:39.087Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T19:56:39.546Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-16T19:56:39.546Z] . [Pipeline] withDockerContainer [2020-09-16T19:56:39.668Z] prd-centos7-docker-4c-2g-2 does not seem to be running inside a container [2020-09-16T19:56:39.722Z] $ 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 ******** ci-base-image-x86_64 cat [2020-09-16T19:56:40.553Z] $ docker top 97607de813d999295dd587faeca7e6f32b33d77305165d9155e3722df0cf61cf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T19:56:41.136Z] + go version [2020-09-16T19:56:41.137Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-16T19:56:41.176Z] $ docker stop --time=1 97607de813d999295dd587faeca7e6f32b33d77305165d9155e3722df0cf61cf [2020-09-16T19:56:42.489Z] $ docker rm -f 97607de813d999295dd587faeca7e6f32b33d77305165d9155e3722df0cf61cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T19:56:43.714Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-16T19:56:43.714Z] . [Pipeline] withDockerContainer [2020-09-16T19:56:43.850Z] prd-centos7-docker-4c-2g-2 does not seem to be running inside a container [2020-09-16T19:56:43.909Z] $ 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 ******** ci-base-image-x86_64 cat [2020-09-16T19:56:44.489Z] $ docker top 03332ba353a1a0104e791cf8733b4d1eb9a8a2f26f1ba7298ee5de3ae948c9ac -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T19:56:45.119Z] + make test [2020-09-16T19:56:45.120Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-16T19:56:46.186Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.019s coverage: 96.7% of statements [2020-09-16T19:56:48.187Z] --- FAIL: TestHttpSecretStoreManager_GetValue (0.00s) [2020-09-16T19:56:48.187Z] --- FAIL: TestHttpSecretStoreManager_GetValue/Get_Key (0.00s) [2020-09-16T19:56:48.187Z] panic: runtime error: invalid memory address or nil pointer dereference [recovered] [2020-09-16T19:56:48.187Z] panic: runtime error: invalid memory address or nil pointer dereference [2020-09-16T19:56:48.187Z] [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x27b250] [2020-09-16T19:56:48.187Z] [2020-09-16T19:56:48.187Z] goroutine 38 [running]: [2020-09-16T19:56:48.187Z] testing.tRunner.func1.1(0x2cc100, 0x549030) [2020-09-16T19:56:48.187Z] /usr/local/go/src/testing/testing.go:1076 +0x240 [2020-09-16T19:56:48.187Z] testing.tRunner.func1(0x40001ae180) [2020-09-16T19:56:48.187Z] /usr/local/go/src/testing/testing.go:1079 +0x34c [2020-09-16T19:56:48.187Z] panic(0x2cc100, 0x549030) [2020-09-16T19:56:48.187Z] /usr/local/go/src/runtime/panic.go:969 +0x11c [2020-09-16T19:56:48.187Z] github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault.Client.getAllKeys(0x3288a9, 0x9, 0x1f90, 0x0, 0x0, 0x32747a, 0x4, 0x3281c2, 0x8, 0x0, ...) [2020-09-16T19:56:48.187Z] /w/workspace/go-mod-secrets/1/pkg/providers/vault/client.go:286 +0x160 [2020-09-16T19:56:48.187Z] github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault.Client.GetSecrets(0x3288a9, 0x9, 0x1f90, 0x0, 0x0, 0x32747a, 0x4, 0x3281c2, 0x8, 0x0, ...) [2020-09-16T19:56:48.187Z] /w/workspace/go-mod-secrets/1/pkg/providers/vault/client.go:231 +0x468 [2020-09-16T19:56:48.187Z] github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault.TestHttpSecretStoreManager_GetValue.func1(0x40001ae180) [2020-09-16T19:56:48.187Z] /w/workspace/go-mod-secrets/1/pkg/providers/vault/client_test.go:406 +0x124 [2020-09-16T19:56:48.187Z] testing.tRunner(0x40001ae180, 0x40001055b0) [2020-09-16T19:56:48.187Z] /usr/local/go/src/testing/testing.go:1127 +0xdc [2020-09-16T19:56:48.187Z] created by testing.(*T).Run [2020-09-16T19:56:48.187Z] /usr/local/go/src/testing/testing.go:1178 +0x2ec [2020-09-16T19:56:48.187Z] FAIL github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.033s [2020-09-16T19:56:48.187Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.022s coverage: 89.5% of statements [2020-09-16T19:56:48.187Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks 0.016s coverage: 100.0% of statements [2020-09-16T19:56:48.461Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.011s coverage: 100.0% of statements [2020-09-16T19:56:48.515Z] ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] [2020-09-16T19:56:48.515Z] ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] [2020-09-16T19:56:48.736Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks 0.010s coverage: 100.0% of statements [2020-09-16T19:56:48.736Z] FAIL [2020-09-16T19:56:49.010Z] make: *** [Makefile:12: test] Error 1 [Pipeline] } [2020-09-16T19:56:49.067Z] $ docker stop --time=1 d51e7237ce4fe6b15472798cc0d7a895b43cb9cad550a2ba6bc0c9db28395f77 [2020-09-16T19:56:51.172Z] $ docker rm -f d51e7237ce4fe6b15472798cc0d7a895b43cb9cad550a2ba6bc0c9db28395f77 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-16T19:56:54.270Z] Failed in branch arm64 [2020-09-16T19:56:58.592Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.008s coverage: 96.7% of statements [2020-09-16T19:56:58.592Z] --- FAIL: TestHttpSecretStoreManager_GetValue (0.00s) [2020-09-16T19:56:58.592Z] --- FAIL: TestHttpSecretStoreManager_GetValue/Get_Key (0.00s) [2020-09-16T19:56:58.592Z] panic: runtime error: invalid memory address or nil pointer dereference [recovered] [2020-09-16T19:56:58.592Z] panic: runtime error: invalid memory address or nil pointer dereference [2020-09-16T19:56:58.592Z] [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x6ded15] [2020-09-16T19:56:58.592Z] [2020-09-16T19:56:58.592Z] goroutine 14 [running]: [2020-09-16T19:56:58.592Z] testing.tRunner.func1.1(0x727fe0, 0x9a3190) [2020-09-16T19:56:58.592Z] /usr/local/go/src/testing/testing.go:1076 +0x30d [2020-09-16T19:56:58.592Z] testing.tRunner.func1(0xc000001c80) [2020-09-16T19:56:58.592Z] /usr/local/go/src/testing/testing.go:1079 +0x41a [2020-09-16T19:56:58.592Z] panic(0x727fe0, 0x9a3190) [2020-09-16T19:56:58.592Z] /usr/local/go/src/runtime/panic.go:969 +0x175 [2020-09-16T19:56:58.592Z] github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault.Client.getAllKeys(0x784875, 0x9, 0x1f90, 0x0, 0x0, 0x783520, 0x4, 0x7842c2, 0x8, 0x0, ...) [2020-09-16T19:56:58.592Z] /w/workspace/go-mod-secrets/1/pkg/providers/vault/client.go:286 +0x1f5 [2020-09-16T19:56:58.592Z] github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault.Client.GetSecrets(0x784875, 0x9, 0x1f90, 0x0, 0x0, 0x783520, 0x4, 0x7842c2, 0x8, 0x0, ...) [2020-09-16T19:56:58.592Z] /w/workspace/go-mod-secrets/1/pkg/providers/vault/client.go:231 +0x578 [2020-09-16T19:56:58.592Z] github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault.TestHttpSecretStoreManager_GetValue.func1(0xc000001c80) [2020-09-16T19:56:58.592Z] /w/workspace/go-mod-secrets/1/pkg/providers/vault/client_test.go:406 +0x1a5 [2020-09-16T19:56:58.592Z] testing.tRunner(0xc000001c80, 0xc00004c4b0) [2020-09-16T19:56:58.592Z] /usr/local/go/src/testing/testing.go:1127 +0xef [2020-09-16T19:56:58.592Z] created by testing.(*T).Run [2020-09-16T19:56:58.592Z] /usr/local/go/src/testing/testing.go:1178 +0x386 [2020-09-16T19:56:58.592Z] FAIL github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 0.028s [2020-09-16T19:56:58.592Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.016s coverage: 89.5% of statements [2020-09-16T19:56:58.592Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks 0.017s coverage: 100.0% of statements [2020-09-16T19:56:58.592Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.007s coverage: 100.0% of statements [2020-09-16T19:56:58.592Z] ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks 0.004s coverage: 100.0% of statements [2020-09-16T19:56:58.592Z] FAIL [2020-09-16T19:56:58.592Z] make: *** [Makefile:12: test] Error 1 [Pipeline] } [2020-09-16T19:56:58.640Z] $ docker stop --time=1 03332ba353a1a0104e791cf8733b4d1eb9a8a2f26f1ba7298ee5de3ae948c9ac [2020-09-16T19:57:01.388Z] $ docker rm -f 03332ba353a1a0104e791cf8733b4d1eb9a8a2f26f1ba7298ee5de3ae948c9ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-16T19:57:04.019Z] Failed in branch amd64 [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] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) 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-09-16T19:57:08.518Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T19:57:09.135Z] ---> package-listing.sh [2020-09-16T19:57:09.135Z] ++ facter osfamily [2020-09-16T19:57:09.135Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-16T19:57:09.135Z] + OS_FAMILY=redhat [2020-09-16T19:57:09.135Z] + workspace=/w/workspace/dgexfoundry_go-mod-secrets_PR-57 [2020-09-16T19:57:09.135Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-16T19:57:09.135Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-16T19:57:09.135Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-16T19:57:09.135Z] + PACKAGES=/tmp/packages_start.txt [2020-09-16T19:57:09.135Z] + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-57 ']' [2020-09-16T19:57:09.135Z] + PACKAGES=/tmp/packages_end.txt [2020-09-16T19:57:09.135Z] + case "${OS_FAMILY}" in [2020-09-16T19:57:09.135Z] + rpm -qa [2020-09-16T19:57:09.135Z] + sort [2020-09-16T19:57:13.367Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-16T19:57:13.367Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-16T19:57:13.367Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-16T19:57:13.367Z] + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-57 ']' [2020-09-16T19:57:13.367Z] + mkdir -p /w/workspace/dgexfoundry_go-mod-secrets_PR-57/archives/ [2020-09-16T19:57:13.367Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_go-mod-secrets_PR-57/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-16T19:57:19.436Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T19:57:19.436Z] [2020-09-16T19:57:19.436Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-16T19:57:19.838Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T19:57:19.838Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-16T19:57:19.838Z] df20fa9351a1: Pulling fs layer [2020-09-16T19:57:19.838Z] 36b3adc4ff6f: Pulling fs layer [2020-09-16T19:57:19.838Z] 8ad3a11d3b57: Pulling fs layer [2020-09-16T19:57:19.838Z] 46f8f816bc3b: Pulling fs layer [2020-09-16T19:57:19.838Z] 0dadc02b9964: Pulling fs layer [2020-09-16T19:57:19.838Z] ce6a7cf60c04: Pulling fs layer [2020-09-16T19:57:19.838Z] 7a184a31f384: Pulling fs layer [2020-09-16T19:57:19.838Z] 0879bd2ef858: Pulling fs layer [2020-09-16T19:57:19.838Z] 0dadc02b9964: Waiting [2020-09-16T19:57:19.838Z] ce6a7cf60c04: Waiting [2020-09-16T19:57:19.838Z] 7a184a31f384: Waiting [2020-09-16T19:57:19.838Z] 0879bd2ef858: Waiting [2020-09-16T19:57:19.838Z] 36b3adc4ff6f: Verifying Checksum [2020-09-16T19:57:19.838Z] 36b3adc4ff6f: Download complete [2020-09-16T19:57:19.838Z] 46f8f816bc3b: Verifying Checksum [2020-09-16T19:57:19.838Z] 46f8f816bc3b: Download complete [2020-09-16T19:57:19.838Z] df20fa9351a1: Verifying Checksum [2020-09-16T19:57:19.838Z] df20fa9351a1: Download complete [2020-09-16T19:57:19.838Z] 0dadc02b9964: Verifying Checksum [2020-09-16T19:57:19.838Z] 0dadc02b9964: Download complete [2020-09-16T19:57:20.103Z] ce6a7cf60c04: Verifying Checksum [2020-09-16T19:57:20.103Z] ce6a7cf60c04: Download complete [2020-09-16T19:57:20.103Z] 7a184a31f384: Verifying Checksum [2020-09-16T19:57:20.103Z] 7a184a31f384: Download complete [2020-09-16T19:57:20.103Z] 8ad3a11d3b57: Verifying Checksum [2020-09-16T19:57:20.103Z] 8ad3a11d3b57: Download complete [2020-09-16T19:57:20.367Z] df20fa9351a1: Pull complete [2020-09-16T19:57:20.367Z] 36b3adc4ff6f: Pull complete [2020-09-16T19:57:20.367Z] 0879bd2ef858: Verifying Checksum [2020-09-16T19:57:20.367Z] 0879bd2ef858: Download complete [2020-09-16T19:57:20.941Z] 8ad3a11d3b57: Pull complete [2020-09-16T19:57:21.212Z] 46f8f816bc3b: Pull complete [2020-09-16T19:57:21.477Z] 0dadc02b9964: Pull complete [2020-09-16T19:57:21.477Z] ce6a7cf60c04: Pull complete [2020-09-16T19:57:21.745Z] 7a184a31f384: Pull complete [2020-09-16T19:57:24.319Z] 0879bd2ef858: Pull complete [2020-09-16T19:57:24.319Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-16T19:57:24.319Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T19:57:24.319Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-16T19:57:24.452Z] prd-centos7-docker-4c-2g-0 does not seem to be running inside a container [2020-09-16T19:57:24.496Z] $ 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-57 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-57:/w/workspace/dgexfoundry_go-mod-secrets_PR-57:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-57@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-57@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-16T19:57:29.911Z] $ docker top 86424669005aa7da911166621d95dd5f91b7af3496c17a07e64208090c57e302 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T19:57:30.480Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-16T19:57:30.794Z] + ls /var/log/sa-host [2020-09-16T19:57:30.794Z] + sadf -c /var/log/sa-host/sa05 [2020-09-16T19:57:30.794Z] file_magic: OK [2020-09-16T19:57:30.794Z] HZ: Using current value: 100 [2020-09-16T19:57:30.794Z] file_header: OK [2020-09-16T19:57:30.794Z] 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-16T19:57:30.794Z] Statistics: [2020-09-16T19:57:30.794Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-16T19:57:30.794Z] File successfully converted to sysstat format version 12.2.1 [2020-09-16T19:57:30.794Z] + sadf -c /var/log/sa-host/sa16 [2020-09-16T19:57:30.794Z] file_magic: OK [2020-09-16T19:57:30.795Z] HZ: Using current value: 100 [2020-09-16T19:57:30.795Z] file_header: OK [2020-09-16T19:57:30.795Z] 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-16T19:57:30.795Z] Statistics: [2020-09-16T19:57:30.795Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-16T19:57:30.795Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-16T19:57:31.299Z] provisioning config files... [2020-09-16T19:57:31.462Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-57@tmp/config6120513802375497699tmp [Pipeline] { [Pipeline] echo [2020-09-16T19:57:31.556Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T19:57:31.881Z] ---> create-netrc.sh [Pipeline] echo [2020-09-16T19:57:31.914Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T19:57:32.345Z] ---> logs-deploy.sh [2020-09-16T19:57:32.345Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/PR-57/1 [2020-09-16T19:57:32.345Z] INFO: archiving workspace using pattern(s): [2020-09-16T19:57:33.746Z] Archives upload complete. [2020-09-16T19:57:33.747Z] INFO: archiving logs to Nexus [2020-09-16T19:57:34.692Z] ---> uname -a: [2020-09-16T19:57:34.693Z] Linux 86424669005a 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-16T19:57:34.693Z] [2020-09-16T19:57:34.693Z] [2020-09-16T19:57:34.693Z] ---> lscpu: [2020-09-16T19:57:34.693Z] Architecture: x86_64 [2020-09-16T19:57:34.693Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-16T19:57:34.693Z] Byte Order: Little Endian [2020-09-16T19:57:34.693Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-16T19:57:34.693Z] CPU(s): 4 [2020-09-16T19:57:34.693Z] On-line CPU(s) list: 0-3 [2020-09-16T19:57:34.693Z] Thread(s) per core: 1 [2020-09-16T19:57:34.693Z] Core(s) per socket: 1 [2020-09-16T19:57:34.693Z] Socket(s): 4 [2020-09-16T19:57:34.693Z] NUMA node(s): 1 [2020-09-16T19:57:34.693Z] Vendor ID: GenuineIntel [2020-09-16T19:57:34.693Z] CPU family: 6 [2020-09-16T19:57:34.693Z] Model: 44 [2020-09-16T19:57:34.693Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-16T19:57:34.693Z] Stepping: 1 [2020-09-16T19:57:34.693Z] CPU MHz: 2933.396 [2020-09-16T19:57:34.693Z] BogoMIPS: 5866.79 [2020-09-16T19:57:34.693Z] Virtualization: VT-x [2020-09-16T19:57:34.693Z] Hypervisor vendor: KVM [2020-09-16T19:57:34.693Z] Virtualization type: full [2020-09-16T19:57:34.693Z] L1d cache: 128 KiB [2020-09-16T19:57:34.693Z] L1i cache: 128 KiB [2020-09-16T19:57:34.693Z] L2 cache: 16 MiB [2020-09-16T19:57:34.693Z] L3 cache: 64 MiB [2020-09-16T19:57:34.693Z] NUMA node0 CPU(s): 0-3 [2020-09-16T19:57:34.693Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-16T19:57:34.693Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-16T19:57:34.693Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-16T19:57:34.693Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-16T19:57:34.693Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-16T19:57:34.693Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-16T19:57:34.693Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-16T19:57:34.693Z] Vulnerability Tsx async abort: Not affected [2020-09-16T19:57:34.693Z] 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-16T19:57:34.693Z] [2020-09-16T19:57:34.693Z] [2020-09-16T19:57:34.693Z] ---> nproc: [2020-09-16T19:57:34.693Z] 4 [2020-09-16T19:57:34.693Z] [2020-09-16T19:57:34.693Z] [2020-09-16T19:57:34.693Z] ---> df -h: [2020-09-16T19:57:34.693Z] Filesystem Size Used Available Use% Mounted on [2020-09-16T19:57:34.693Z] overlay 50.0G 6.9G 43.0G 14% / [2020-09-16T19:57:34.693Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-16T19:57:34.693Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-16T19:57:34.693Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-16T19:57:34.693Z] /dev/vda1 50.0G 6.9G 43.0G 14% /etc/resolv.conf [2020-09-16T19:57:34.693Z] /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hostname [2020-09-16T19:57:34.693Z] /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hosts [2020-09-16T19:57:34.693Z] /dev/vda1 50.0G 6.9G 43.0G 14% /var/log/sa-host [2020-09-16T19:57:34.693Z] /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/dgexfoundry_go-mod-secrets_PR-57 [2020-09-16T19:57:34.693Z] /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/dgexfoundry_go-mod-secrets_PR-57@tmp [2020-09-16T19:57:34.693Z] [2020-09-16T19:57:34.693Z] [2020-09-16T19:57:34.693Z] ---> free -m: [2020-09-16T19:57:34.693Z] total used free shared buff/cache available [2020-09-16T19:57:34.693Z] Mem: 1837 630 127 0 1080 1099 [2020-09-16T19:57:34.693Z] Swap: 1023 0 1023 [2020-09-16T19:57:34.693Z] [2020-09-16T19:57:34.693Z] [2020-09-16T19:57:34.693Z] ---> ip addr: [2020-09-16T19:57:34.693Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-16T19:57:34.693Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-16T19:57:34.693Z] inet 127.0.0.1/8 scope host lo [2020-09-16T19:57:34.693Z] valid_lft forever preferred_lft forever [2020-09-16T19:57:34.693Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-09-16T19:57:34.693Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-16T19:57:34.693Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-16T19:57:34.693Z] valid_lft forever preferred_lft forever [2020-09-16T19:57:34.693Z] [2020-09-16T19:57:34.693Z] [2020-09-16T19:57:34.693Z] ---> sar -b -r -n DEV: [2020-09-16T19:57:34.693Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/16/20 _x86_64_ (4 CPU) [2020-09-16T19:57:34.693Z] [2020-09-16T19:57:34.693Z] 19:52:02 LINUX RESTART (4 CPU) [2020-09-16T19:57:34.693Z] [2020-09-16T19:57:34.693Z] 19:53:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-16T19:57:34.693Z] 19:54:01 25.87 10.63 15.24 0.00 4463.80 2221.05 0.00 [2020-09-16T19:57:34.693Z] 19:55:01 1.68 0.00 1.68 0.00 0.00 32.07 0.00 [2020-09-16T19:57:34.693Z] 19:56:01 0.37 0.00 0.37 0.00 0.00 5.46 0.00 [2020-09-16T19:57:34.693Z] 19:57:01 0.23 0.00 0.23 0.00 0.00 3.61 0.00 [2020-09-16T19:57:34.693Z] Average: 6.96 2.63 4.34 0.00 1102.32 558.81 0.00 [2020-09-16T19:57:34.693Z] [2020-09-16T19:57:34.693Z] 19:53:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-16T19:57:34.693Z] 19:54:01 188372 0 547316 29.09 2620 1143248 1096884 37.43 408084 1126832 20 [2020-09-16T19:57:34.693Z] 19:55:01 192536 0 543144 28.87 2620 1143256 1070536 36.54 408120 1123084 8 [2020-09-16T19:57:34.693Z] 19:56:01 189556 0 546116 29.02 2620 1143264 1070868 36.55 411404 1123080 8 [2020-09-16T19:57:34.693Z] 19:57:01 187880 0 547792 29.11 2620 1143264 1070892 36.55 415756 1120348 8 [2020-09-16T19:57:34.694Z] Average: 189586 0 546092 29.02 2620 1143258 1077295 36.77 410841 1123336 11 [2020-09-16T19:57:34.694Z] [2020-09-16T19:57:34.694Z] 19:53:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-16T19:57:34.694Z] 19:54:01 eth0 61.85 51.37 336.70 26.26 0.00 0.00 0.00 0.00 [2020-09-16T19:57:34.694Z] 19:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T19:57:34.694Z] 19:54:01 docker0 1.25 1.00 0.26 2.42 0.00 0.00 0.00 0.00 [2020-09-16T19:57:34.694Z] 19:55:01 eth0 0.78 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2020-09-16T19:57:34.694Z] 19:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T19:57:34.694Z] 19:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T19:57:34.694Z] 19:56:01 eth0 3.50 1.43 3.17 0.27 0.00 0.00 0.00 0.00 [2020-09-16T19:57:34.694Z] 19:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T19:57:34.694Z] 19:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T19:57:34.694Z] 19:57:01 eth0 0.45 0.38 0.27 0.21 0.00 0.00 0.00 0.00 [2020-09-16T19:57:34.694Z] 19:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T19:57:34.694Z] 19:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T19:57:34.694Z] Average: eth0 16.46 13.16 84.03 6.61 0.00 0.00 0.00 0.00 [2020-09-16T19:57:34.694Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-16T19:57:34.694Z] Average: docker0 0.31 0.25 0.06 0.60 0.00 0.00 0.00 0.00 [2020-09-16T19:57:34.694Z] [2020-09-16T19:57:34.694Z] [2020-09-16T19:57:34.694Z] ---> sar -P ALL: [2020-09-16T19:57:34.694Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/16/20 _x86_64_ (4 CPU) [2020-09-16T19:57:34.694Z] [2020-09-16T19:57:34.694Z] 19:52:02 LINUX RESTART (4 CPU) [2020-09-16T19:57:34.694Z] [2020-09-16T19:57:34.694Z] 19:53:01 CPU %user %nice %system %iowait %steal %idle [2020-09-16T19:57:34.694Z] 19:54:01 all 1.93 0.00 1.19 0.53 0.00 96.35 [2020-09-16T19:57:34.694Z] 19:54:01 0 1.84 0.00 1.38 0.17 0.02 96.60 [2020-09-16T19:57:34.694Z] 19:54:01 1 2.06 0.00 1.16 0.95 0.00 95.84 [2020-09-16T19:57:34.694Z] 19:54:01 2 1.88 0.00 1.12 0.95 0.00 96.04 [2020-09-16T19:57:34.694Z] 19:54:01 3 1.94 0.00 1.10 0.03 0.00 96.92 [2020-09-16T19:57:34.694Z] 19:55:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-09-16T19:57:34.694Z] 19:55:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-16T19:57:34.694Z] 19:55:01 1 0.50 0.00 0.03 0.00 0.00 99.47 [2020-09-16T19:57:34.694Z] 19:55:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-16T19:57:34.694Z] 19:55:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-09-16T19:57:34.694Z] 19:56:01 all 0.22 0.00 0.03 0.00 0.00 99.75 [2020-09-16T19:57:34.694Z] 19:56:01 0 0.15 0.00 0.02 0.02 0.00 99.82 [2020-09-16T19:57:34.694Z] 19:56:01 1 0.62 0.00 0.03 0.00 0.00 99.35 [2020-09-16T19:57:34.694Z] 19:56:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-16T19:57:34.694Z] 19:56:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-09-16T19:57:34.694Z] 19:57:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-09-16T19:57:34.694Z] 19:57:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2020-09-16T19:57:34.694Z] 19:57:01 1 0.53 0.00 0.00 0.00 0.00 99.47 [2020-09-16T19:57:34.694Z] 19:57:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-16T19:57:34.694Z] 19:57:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-09-16T19:57:34.694Z] Average: all 0.61 0.00 0.31 0.13 0.00 98.95 [2020-09-16T19:57:34.694Z] Average: 0 0.51 0.00 0.35 0.05 0.00 99.09 [2020-09-16T19:57:34.694Z] Average: 1 0.92 0.00 0.30 0.23 0.00 98.54 [2020-09-16T19:57:34.694Z] Average: 2 0.49 0.00 0.29 0.23 0.00 98.99 [2020-09-16T19:57:34.694Z] Average: 3 0.51 0.00 0.31 0.01 0.00 99.18 [2020-09-16T19:57:34.694Z] [2020-09-16T19:57:34.694Z] [2020-09-16T19:57:34.694Z]