Pull request #13 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-configuration Obtained Jenkinsfile from 3bd5e44ae7b15ca72a0affacec77e48b21303e0b+4c1a00cd56993df88690e739771b983436048561 (bc6affdbeb942376c3f6855a5ebe4304f1ca298d) 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-configuration/branches/PR-13/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-configuration, 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-configuration-settings PROJECT: go-mod-configuration 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-configuration 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 on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-43436 in /w/workspace/undry_go-mod-configuration_PR-13 [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-configuration.git > git init /w/workspace/undry_go-mod-configuration_PR-13 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.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-configuration.git +refs/pull/13/head:refs/remotes/origin/PR-13 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/13/head:refs/remotes/origin/PR-13 # 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-configuration.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/13/head:refs/remotes/origin/PR-13 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4c1a00cd56993df88690e739771b983436048561 into PR head commit 3bd5e44ae7b15ca72a0affacec77e48b21303e0b Merge succeeded, producing 3bd5e44ae7b15ca72a0affacec77e48b21303e0b Checking out Revision 3bd5e44ae7b15ca72a0affacec77e48b21303e0b (PR-13) > git config core.sparsecheckout # timeout=10 > git checkout -f 3bd5e44ae7b15ca72a0affacec77e48b21303e0b # 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 4c1a00cd56993df88690e739771b983436048561 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3bd5e44ae7b15ca72a0affacec77e48b21303e0b # timeout=10 Commit message: "build: Update to use Go 1.15" 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 22:29:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:29:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:29:05 ========================================================= 22:29:05 EdgeX Global Pipelines Version Info 22:29:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:29:07 ------------------- 22:29:07 stable info: 22:29:07 ------------------- 22:29:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:29:07 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 22:29:07 Message: update stable to v1.0.122 22:29:08 ------------------- 22:29:08 experimental info: 22:29:08 ------------------- 22:29:08 Commited By: **** collab-it+edgex@linuxfoundation.org 22:29:08 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 22:29:08 Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 22:29:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo 22:29:09 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo 22:29:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:29:09 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:29:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:29:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:29:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:29:09 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:29:10 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:29:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:29:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:29:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-configuration [Pipeline] echo 22:29:10 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:29:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:29:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:29:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:29:11 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:29:11 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:29:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 22:29:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:29:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:29:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:29:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-13 [Pipeline] echo 22:29:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-13 [Pipeline] echo 22:29:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-13 [Pipeline] echo 22:29:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3bd5e44ae7b15ca72a0affacec77e48b21303e0b [Pipeline] echo 22:29:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3bd5e44 [Pipeline] echo 22:29:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:29:13 + git log --format=format:%s -1 3bd5e44ae7b15ca72a0affacec77e48b21303e0b [Pipeline] echo 22:29:13 GIT_COMMIT: 3bd5e44ae7b15ca72a0affacec77e48b21303e0b, Commit Message: build: Update to use Go 1.15 [Pipeline] echo 22:29:13 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:29:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:29:14 22:29:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:29:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:29:15 latest: Pulling from edgex-devops/git-semver 22:29:15 31603596830f: Pulling fs layer 22:29:15 2a8b12db71e7: Pulling fs layer 22:29:15 6ca5941a6612: Pulling fs layer 22:29:15 ecc8261a40a4: Pulling fs layer 22:29:15 ecc8261a40a4: Waiting 22:29:15 2a8b12db71e7: Download complete 22:29:15 31603596830f: Verifying Checksum 22:29:15 31603596830f: Download complete 22:29:15 ecc8261a40a4: Verifying Checksum 22:29:15 ecc8261a40a4: Download complete 22:29:15 6ca5941a6612: Verifying Checksum 22:29:15 6ca5941a6612: Download complete 22:29:15 31603596830f: Pull complete 22:29:15 2a8b12db71e7: Pull complete 22:29:16 6ca5941a6612: Pull complete 22:29:16 ecc8261a40a4: Pull complete 22:29:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:29:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:29:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:29:17 prd-centos7-docker-4c-2g-43436 does not seem to be running inside a container 22:29:17 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_go-mod-configuration_PR-13 -v /w/workspace/undry_go-mod-configuration_PR-13:/w/workspace/undry_go-mod-configuration_PR-13:rw,z -v /w/workspace/undry_go-mod-configuration_PR-13@tmp:/w/workspace/undry_go-mod-configuration_PR-13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:29:19 $ docker top 9bb58a7ea7514bf048fc472412ca9688bb8a966f1f453fe1faf3924f1ee16758 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:29:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:29:19 [ssh-agent] Looking for ssh-agent implementation... 22:29:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:29:19 $ docker exec 9bb58a7ea7514bf048fc472412ca9688bb8a966f1f453fe1faf3924f1ee16758 ssh-agent 22:29:20 SSH_AUTH_SOCK=/tmp/ssh-yl8aU9Zxe1sR/agent.12 22:29:20 SSH_AGENT_PID=17 22:29:20 Running ssh-add (command line suppressed) 22:29:20 Identity added: /w/workspace/undry_go-mod-configuration_PR-13@tmp/private_key_2219822774138516953.key (/w/workspace/undry_go-mod-configuration_PR-13@tmp/private_key_2219822774138516953.key) 22:29:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:29:20 + git describe --exact-match --tags HEAD 22:29:20 fatal: No names found, cannot describe anything. [Pipeline] } 22:29:20 $ docker exec --env ******** --env ******** 9bb58a7ea7514bf048fc472412ca9688bb8a966f1f453fe1faf3924f1ee16758 ssh-agent -k 22:29:20 unset SSH_AUTH_SOCK; 22:29:20 unset SSH_AGENT_PID; 22:29:20 echo Agent pid 17 killed; 22:29:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:29:21 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 22:29:21 This usually means this commit has not been tagged. [Pipeline] sshagent 22:29:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:29:21 [ssh-agent] Looking for ssh-agent implementation... 22:29:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:29:21 $ docker exec 9bb58a7ea7514bf048fc472412ca9688bb8a966f1f453fe1faf3924f1ee16758 ssh-agent 22:29:21 SSH_AUTH_SOCK=/tmp/ssh-DVsgzMtY3OX9/agent.48 22:29:21 SSH_AGENT_PID=54 22:29:21 Running ssh-add (command line suppressed) 22:29:21 Identity added: /w/workspace/undry_go-mod-configuration_PR-13@tmp/private_key_7974086613178379286.key (/w/workspace/undry_go-mod-configuration_PR-13@tmp/private_key_7974086613178379286.key) 22:29:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:29:22 + git semver init 22:29:22 # -> Open(): unable to determine branch for HEAD 22:29:22 # $GIT_DIR = /w/workspace/undry_go-mod-configuration_PR-13/.git 22:29:22 # $GIT_WORK_TREE = /w/workspace/undry_go-mod-configuration_PR-13 22:29:22 # $SEMVER_REMOTE_NAME = origin 22:29:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:29:22 # $SEMVER_USER_NAME = edgex-jenkins 22:29:22 # $SEMVER_BRANCH = PR-13 22:29:22 # $SEMVER_TEMP = /tmp/semver-369272808 22:29:22 # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP 22:29:22 # '/tmp/semver-369272808' -> '/w/workspace/undry_go-mod-configuration_PR-13/.semver' 22:29:22 # -> Force: false 22:29:22 # $SEMVER_DIR = /w/workspace/undry_go-mod-configuration_PR-13/.semver [Pipeline] } 22:29:22 $ docker exec --env ******** --env ******** 9bb58a7ea7514bf048fc472412ca9688bb8a966f1f453fe1faf3924f1ee16758 ssh-agent -k 22:29:22 unset SSH_AUTH_SOCK; 22:29:22 unset SSH_AGENT_PID; 22:29:22 echo Agent pid 54 killed; 22:29:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:29:23 + git semver [Pipeline] } 22:29:23 $ docker stop --time=1 9bb58a7ea7514bf048fc472412ca9688bb8a966f1f453fe1faf3924f1ee16758 22:29:24 $ docker rm -f 9bb58a7ea7514bf048fc472412ca9688bb8a966f1f453fe1faf3924f1ee16758 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 22:29:25 Stashed 18 file(s) [Pipeline] echo 22:29:25 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 22:29:25 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 22:29:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-43435 in /w/workspace/undry_go-mod-configuration_PR-13 [Pipeline] { [Pipeline] ws 22:29:26 Running in /w/workspace/go-mod-configuration/1 [Pipeline] { [Pipeline] checkout 22:29:31 using credential edgex-jenkins-ssh 22:29:31 Cloning the remote Git repository 22:29:31 Cloning with configured refspecs honoured and without tags 22:29:31 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 22:29:31 > git init /w/workspace/go-mod-configuration/1 # timeout=10 22:29:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 22:29:31 > git --version # timeout=10 22:29:31 > git --version # 'git version 2.17.1' 22:29:31 using GIT_SSH to set credentials SSH Credentials for GitHub 22:29:32 Fetching without tags 22:29:32 Merging remotes/origin/master commit 4c1a00cd56993df88690e739771b983436048561 into PR head commit 3bd5e44ae7b15ca72a0affacec77e48b21303e0b 22:29:31 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/13/head:refs/remotes/origin/PR-13 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:29:31 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 22:29:32 > git config --add remote.origin.fetch +refs/pull/13/head:refs/remotes/origin/PR-13 # timeout=10 22:29:32 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:29:32 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 22:29:32 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 22:29:32 using GIT_SSH to set credentials SSH Credentials for GitHub 22:29:32 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/13/head:refs/remotes/origin/PR-13 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:29:32 > git config core.sparsecheckout # timeout=10 22:29:32 > git checkout -f 3bd5e44ae7b15ca72a0affacec77e48b21303e0b # timeout=10 22:29:32 Merge succeeded, producing 3bd5e44ae7b15ca72a0affacec77e48b21303e0b 22:29:32 Checking out Revision 3bd5e44ae7b15ca72a0affacec77e48b21303e0b (PR-13) 22:29:32 > git remote # timeout=10 22:29:32 > git config --get remote.origin.url # timeout=10 22:29:32 using GIT_SSH to set credentials SSH Credentials for GitHub 22:29:32 > git merge 4c1a00cd56993df88690e739771b983436048561 # timeout=10 22:29:32 > git rev-parse HEAD^{commit} # timeout=10 22:29:32 > git config core.sparsecheckout # timeout=10 22:29:32 > git checkout -f 3bd5e44ae7b15ca72a0affacec77e48b21303e0b # timeout=10 22:29:36 Commit message: "build: Update to use Go 1.15" 22:29:36 > git --version # timeout=10 22:29:36 > git --version # 'git version 2.17.1' 22:29:36 fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:29:37 ========================================================= 22:29:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:29:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:29:38 + 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 . 22:29:39 Sending build context to Docker daemon 305.7kB 22:29:39 Step 1/7 : ARG BASE=golang:1.15-alpine 22:29:39 Step 2/7 : FROM ${BASE} 22:29:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:29:40 b538f80385f9: Pulling fs layer 22:29:40 74f711af9a0d: Pulling fs layer 22:29:40 99f96fe45779: Pulling fs layer 22:29:40 8529a6b9a6be: Pulling fs layer 22:29:40 45590311c82a: Pulling fs layer 22:29:40 69ca0ff8b7b3: Pulling fs layer 22:29:40 209524e5b208: Pulling fs layer 22:29:40 45590311c82a: Waiting 22:29:40 69ca0ff8b7b3: Waiting 22:29:40 209524e5b208: Waiting 22:29:40 8529a6b9a6be: Waiting 22:29:40 99f96fe45779: Verifying Checksum 22:29:40 99f96fe45779: Download complete 22:29:40 74f711af9a0d: Verifying Checksum 22:29:40 74f711af9a0d: Download complete 22:29:40 45590311c82a: Verifying Checksum 22:29:40 45590311c82a: Download complete 22:29:40 69ca0ff8b7b3: Verifying Checksum 22:29:40 69ca0ff8b7b3: Download complete 22:29:40 b538f80385f9: Download complete 22:29:41 Still waiting to schedule task 22:29:41 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:29:41 b538f80385f9: Pull complete 22:29:41 74f711af9a0d: Pull complete 22:29:42 99f96fe45779: Pull complete 22:29:42 209524e5b208: Verifying Checksum 22:29:42 209524e5b208: Download complete 22:29:43 8529a6b9a6be: Verifying Checksum 22:29:43 8529a6b9a6be: Download complete 22:29:54 8529a6b9a6be: Pull complete 22:29:54 45590311c82a: Pull complete 22:29:54 69ca0ff8b7b3: Pull complete 22:29:58 209524e5b208: Pull complete 22:29:58 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 22:29:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:29:58 ---> 5bddaf1c2fca 22:29:58 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:30:01 ---> Running in ce97f1475a33 22:30:01 Removing intermediate container ce97f1475a33 22:30:01 ---> 454b84ab4da4 22:30:01 Step 4/7 : RUN apk add --update bash 22:30:02 ---> Running in 460919fee2f9 22:30:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:30:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:30:05 OK: 142 MiB in 39 packages 22:30:06 Removing intermediate container 460919fee2f9 22:30:06 ---> c1ef7533ec4c 22:30:06 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 22:30:06 ---> Running in ef04d6343919 22:30:07 Removing intermediate container ef04d6343919 22:30:07 ---> d66c351f9d21 22:30:07 Step 6/7 : COPY go.mod . 22:30:08 ---> a4373f5cee7d 22:30:08 Step 7/7 : RUN go mod download 22:30:08 ---> Running in 31bac2802e37 22:30:20 Removing intermediate container 31bac2802e37 22:30:20 ---> 3e9f57acb493 22:30:20 Successfully built 3e9f57acb493 22:30:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:30:20 + docker inspect -f . ci-base-image-arm64 22:30:20 . [Pipeline] withDockerContainer 22:30:21 prd-ubuntu18.04-docker-arm64-4c-16g-43435 does not seem to be running inside a container 22:30:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/1 -v /w/workspace/go-mod-configuration/1:/w/workspace/go-mod-configuration/1:rw,z -v /w/workspace/go-mod-configuration/1@tmp:/w/workspace/go-mod-configuration/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 22:30:23 $ docker top 75ccc5d2b7ff6b990c29af7b32164d6e547383bf33f52a174979b0ba28d3ca62 -eo pid,comm [Pipeline] { [Pipeline] sh 22:30:24 + go version 22:30:24 go version go1.15.2 linux/arm64 [Pipeline] } 22:30:24 $ docker stop --time=1 75ccc5d2b7ff6b990c29af7b32164d6e547383bf33f52a174979b0ba28d3ca62 22:30:26 $ docker rm -f 75ccc5d2b7ff6b990c29af7b32164d6e547383bf33f52a174979b0ba28d3ca62 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:30:27 + docker inspect -f . ci-base-image-arm64 22:30:27 . [Pipeline] withDockerContainer 22:30:28 prd-ubuntu18.04-docker-arm64-4c-16g-43435 does not seem to be running inside a container 22:30:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/1 -v /w/workspace/go-mod-configuration/1:/w/workspace/go-mod-configuration/1:rw,z -v /w/workspace/go-mod-configuration/1@tmp:/w/workspace/go-mod-configuration/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 22:30:30 $ docker top ac93cc822baa8cf31448de70cc0e84f3a43052555a2999c8243140ce3f6d0d6f -eo pid,comm [Pipeline] { [Pipeline] sh 22:30:31 + make test 22:30:31 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:30:58 ok github.com/edgexfoundry/go-mod-configuration/configuration 0.016s coverage: 85.7% of statements 22:30:58 ok github.com/edgexfoundry/go-mod-configuration/internal/pkg/consul 2.620s coverage: 86.0% of statements 22:30:58 ok github.com/edgexfoundry/go-mod-configuration/pkg/types 0.020s coverage: 100.0% of statements 22:30:58 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:31:03 gofmt -l . 22:31:03 [ "`gofmt -l .`" = "" ] [Pipeline] stash 22:31:03 Stashed 1 file(s) [Pipeline] } 22:31:03 $ docker stop --time=1 ac93cc822baa8cf31448de70cc0e84f3a43052555a2999c8243140ce3f6d0d6f 22:31:05 $ docker rm -f ac93cc822baa8cf31448de70cc0e84f3a43052555a2999c8243140ce3f6d0d6f [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] } 22:31:18 Running on prd-centos7-docker-4c-2g-43437 in /w/workspace/undry_go-mod-configuration_PR-13 [Pipeline] { [Pipeline] ws 22:31:18 Running in /w/workspace/go-mod-configuration/1 [Pipeline] { [Pipeline] checkout 22:31:21 using credential edgex-jenkins-ssh 22:31:21 Cloning the remote Git repository 22:31:21 Cloning with configured refspecs honoured and without tags 22:31:21 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 22:31:21 > git init /w/workspace/go-mod-configuration/1 # timeout=10 22:31:21 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 22:31:21 > git --version # timeout=10 22:31:21 > git --version # 'git version 2.16.5' 22:31:21 using GIT_SSH to set credentials SSH Credentials for GitHub 22:31:21 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/13/head:refs/remotes/origin/PR-13 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:31:22 Fetching without tags 22:31:22 Merging remotes/origin/master commit 4c1a00cd56993df88690e739771b983436048561 into PR head commit 3bd5e44ae7b15ca72a0affacec77e48b21303e0b 22:31:22 Merge succeeded, producing 3bd5e44ae7b15ca72a0affacec77e48b21303e0b 22:31:22 Checking out Revision 3bd5e44ae7b15ca72a0affacec77e48b21303e0b (PR-13) 22:31:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 22:31:22 > git config --add remote.origin.fetch +refs/pull/13/head:refs/remotes/origin/PR-13 # timeout=10 22:31:22 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:31:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 22:31:22 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 22:31:22 using GIT_SSH to set credentials SSH Credentials for GitHub 22:31:22 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/pull/13/head:refs/remotes/origin/PR-13 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:31:22 > git config core.sparsecheckout # timeout=10 22:31:22 > git checkout -f 3bd5e44ae7b15ca72a0affacec77e48b21303e0b # timeout=10 22:31:22 > git remote # timeout=10 22:31:22 > git config --get remote.origin.url # timeout=10 22:31:22 using GIT_SSH to set credentials SSH Credentials for GitHub 22:31:22 > git merge 4c1a00cd56993df88690e739771b983436048561 # timeout=10 22:31:22 > git rev-parse HEAD^{commit} # timeout=10 22:31:22 > git config core.sparsecheckout # timeout=10 22:31:22 > git checkout -f 3bd5e44ae7b15ca72a0affacec77e48b21303e0b # timeout=10 22:31:26 Commit message: "build: Update to use Go 1.15" 22:31:26 > git --version # timeout=10 22:31:26 > git --version # 'git version 2.16.5' 22:31:26 fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:31:27 ========================================================= 22:31:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:31:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:31:28 + 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 . 22:31:28 Sending build context to Docker daemon 305.7kB 22:31:28 Step 1/7 : ARG BASE=golang:1.15-alpine 22:31:28 Step 2/7 : FROM ${BASE} 22:31:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:31:29 df20fa9351a1: Pulling fs layer 22:31:29 ed8968b2872e: Pulling fs layer 22:31:29 a92cc7c5fd73: Pulling fs layer 22:31:29 e871e8e8d7a9: Pulling fs layer 22:31:29 e73272ec9a57: Pulling fs layer 22:31:29 1e910a182e73: Pulling fs layer 22:31:29 4e634b169226: Pulling fs layer 22:31:29 e73272ec9a57: Waiting 22:31:29 1e910a182e73: Waiting 22:31:29 e871e8e8d7a9: Waiting 22:31:29 4e634b169226: Waiting 22:31:29 a92cc7c5fd73: Verifying Checksum 22:31:29 a92cc7c5fd73: Download complete 22:31:29 ed8968b2872e: Download complete 22:31:29 e73272ec9a57: Verifying Checksum 22:31:29 e73272ec9a57: Download complete 22:31:29 1e910a182e73: Verifying Checksum 22:31:29 1e910a182e73: Download complete 22:31:29 df20fa9351a1: Verifying Checksum 22:31:29 df20fa9351a1: Download complete 22:31:29 df20fa9351a1: Pull complete 22:31:30 ed8968b2872e: Pull complete 22:31:30 a92cc7c5fd73: Pull complete 22:31:31 4e634b169226: Verifying Checksum 22:31:31 4e634b169226: Download complete 22:31:32 e871e8e8d7a9: Verifying Checksum 22:31:32 e871e8e8d7a9: Download complete 22:31:38 e871e8e8d7a9: Pull complete 22:31:38 e73272ec9a57: Pull complete 22:31:38 1e910a182e73: Pull complete 22:31:48 4e634b169226: Pull complete 22:31:48 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 22:31:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:31:48 ---> f7629b54cfaa 22:31:48 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:31:48 ---> Running in 8725b1126636 22:31:48 Removing intermediate container 8725b1126636 22:31:48 ---> 8d2b1c240307 22:31:48 Step 4/7 : RUN apk add --update bash 22:31:48 ---> Running in 7aaf5679cefd 22:31:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:31:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:31:49 OK: 166 MiB in 39 packages 22:31:50 Removing intermediate container 7aaf5679cefd 22:31:50 ---> 128dc8b3d6cc 22:31:50 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 22:31:50 ---> Running in 2e5f1364f3b4 22:31:50 Removing intermediate container 2e5f1364f3b4 22:31:50 ---> 1f5835623ddf 22:31:50 Step 6/7 : COPY go.mod . 22:31:50 ---> a1775fa0292c 22:31:50 Step 7/7 : RUN go mod download 22:31:50 ---> Running in 903a91499627 22:32:00 Removing intermediate container 903a91499627 22:32:00 ---> 9b15d84d02c3 22:32:00 Successfully built 9b15d84d02c3 22:32:00 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:32:01 + docker inspect -f . ci-base-image-x86_64 22:32:01 . [Pipeline] withDockerContainer 22:32:01 prd-centos7-docker-4c-2g-43437 does not seem to be running inside a container 22:32:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/1 -v /w/workspace/go-mod-configuration/1:/w/workspace/go-mod-configuration/1:rw,z -v /w/workspace/go-mod-configuration/1@tmp:/w/workspace/go-mod-configuration/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-x86_64 cat 22:32:02 $ docker top 68ef493e89c2d7955ccdb049431b42ac7f00ea68e94fa8a68939ca18cd9c6537 -eo pid,comm [Pipeline] { [Pipeline] sh 22:32:03 + go version 22:32:03 go version go1.15.2 linux/amd64 [Pipeline] } 22:32:03 $ docker stop --time=1 68ef493e89c2d7955ccdb049431b42ac7f00ea68e94fa8a68939ca18cd9c6537 22:32:04 $ docker rm -f 68ef493e89c2d7955ccdb049431b42ac7f00ea68e94fa8a68939ca18cd9c6537 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:32:05 + docker inspect -f . ci-base-image-x86_64 22:32:05 . [Pipeline] withDockerContainer 22:32:05 prd-centos7-docker-4c-2g-43437 does not seem to be running inside a container 22:32:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/1 -v /w/workspace/go-mod-configuration/1:/w/workspace/go-mod-configuration/1:rw,z -v /w/workspace/go-mod-configuration/1@tmp:/w/workspace/go-mod-configuration/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-x86_64 cat 22:32:06 $ docker top 63debd82e38d72465de673ca0e4f140c54317706a4d078c1b35637e8f9daa4be -eo pid,comm [Pipeline] { [Pipeline] sh 22:32:06 + make test 22:32:06 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:32:15 ok github.com/edgexfoundry/go-mod-configuration/configuration 0.008s coverage: 85.7% of statements 22:32:17 ok github.com/edgexfoundry/go-mod-configuration/internal/pkg/consul 2.545s coverage: 86.0% of statements 22:32:17 ok github.com/edgexfoundry/go-mod-configuration/pkg/types 0.007s coverage: 100.0% of statements 22:32:17 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:32:18 gofmt -l . 22:32:18 [ "`gofmt -l .`" = "" ] [Pipeline] stash 22:32:18 Warning: overwriting stash ‘coverage-report’ 22:32:18 Stashed 1 file(s) [Pipeline] } 22:32:18 $ docker stop --time=1 63debd82e38d72465de673ca0e4f140c54317706a4d078c1b35637e8f9daa4be 22:32:21 $ docker rm -f 63debd82e38d72465de673ca0e4f140c54317706a4d078c1b35637e8f9daa4be [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 22:32:24 provisioning config files... 22:32:24 copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/undry_go-mod-configuration_PR-13@tmp/config7167360291569129322tmp [Pipeline] { [Pipeline] sh 22:32:24 + curl -s https://codecov.io/bash 22:32:24 + bash -s - -t @/w/workspace/undry_go-mod-configuration_PR-13@tmp/config7167360291569129322tmp [Pipeline] } 22:32:24 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] { (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 22:32:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:32:28 ---> package-listing.sh 22:32:28 ++ facter osfamily 22:32:28 ++ tr '[:upper:]' '[:lower:]' 22:32:28 + OS_FAMILY=redhat 22:32:28 + workspace=/w/workspace/undry_go-mod-configuration_PR-13 22:32:28 + START_PACKAGES=/tmp/packages_start.txt 22:32:28 + END_PACKAGES=/tmp/packages_end.txt 22:32:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:32:28 + PACKAGES=/tmp/packages_start.txt 22:32:28 + '[' /w/workspace/undry_go-mod-configuration_PR-13 ']' 22:32:28 + PACKAGES=/tmp/packages_end.txt 22:32:28 + case "${OS_FAMILY}" in 22:32:28 + rpm -qa 22:32:28 + sort 22:32:32 + '[' -f /tmp/packages_start.txt ']' 22:32:32 + '[' -f /tmp/packages_end.txt ']' 22:32:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:32:32 + '[' /w/workspace/undry_go-mod-configuration_PR-13 ']' 22:32:32 + mkdir -p /w/workspace/undry_go-mod-configuration_PR-13/archives/ 22:32:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_go-mod-configuration_PR-13/archives/ [Pipeline] isUnix [Pipeline] sh 22:32:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:32:33 22:32:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:32:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:32:33 alpine: Pulling from edgex-lftools-log-publisher 22:32:33 df20fa9351a1: Pulling fs layer 22:32:33 36b3adc4ff6f: Pulling fs layer 22:32:33 8ad3a11d3b57: Pulling fs layer 22:32:33 46f8f816bc3b: Pulling fs layer 22:32:33 0dadc02b9964: Pulling fs layer 22:32:33 ce6a7cf60c04: Pulling fs layer 22:32:33 7a184a31f384: Pulling fs layer 22:32:33 0879bd2ef858: Pulling fs layer 22:32:33 46f8f816bc3b: Waiting 22:32:33 0dadc02b9964: Waiting 22:32:33 ce6a7cf60c04: Waiting 22:32:33 7a184a31f384: Waiting 22:32:33 0879bd2ef858: Waiting 22:32:33 36b3adc4ff6f: Verifying Checksum 22:32:33 36b3adc4ff6f: Download complete 22:32:33 46f8f816bc3b: Verifying Checksum 22:32:33 46f8f816bc3b: Download complete 22:32:33 df20fa9351a1: Download complete 22:32:33 ce6a7cf60c04: Verifying Checksum 22:32:33 ce6a7cf60c04: Download complete 22:32:33 7a184a31f384: Verifying Checksum 22:32:33 7a184a31f384: Download complete 22:32:34 0dadc02b9964: Verifying Checksum 22:32:34 0dadc02b9964: Download complete 22:32:34 8ad3a11d3b57: Verifying Checksum 22:32:34 8ad3a11d3b57: Download complete 22:32:34 df20fa9351a1: Pull complete 22:32:34 36b3adc4ff6f: Pull complete 22:32:34 0879bd2ef858: Verifying Checksum 22:32:34 0879bd2ef858: Download complete 22:32:35 8ad3a11d3b57: Pull complete 22:32:35 46f8f816bc3b: Pull complete 22:32:35 0dadc02b9964: Pull complete 22:32:35 ce6a7cf60c04: Pull complete 22:32:35 7a184a31f384: Pull complete 22:32:40 0879bd2ef858: Pull complete 22:32:40 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 22:32:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:32:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:32:40 prd-centos7-docker-4c-2g-43436 does not seem to be running inside a container 22:32:40 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/undry_go-mod-configuration_PR-13 -v /w/workspace/undry_go-mod-configuration_PR-13:/w/workspace/undry_go-mod-configuration_PR-13:rw,z -v /w/workspace/undry_go-mod-configuration_PR-13@tmp:/w/workspace/undry_go-mod-configuration_PR-13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:32:44 $ docker top d85f9227ed12c3afb8f2da4946d18780f6a420bd18d71121833e7b7c5786b93f -eo pid,comm [Pipeline] { [Pipeline] sh 22:32:44 + mkdir -p /var/log/sa [Pipeline] sh 22:32:44 + ls /var/log/sa-host 22:32:44 + sadf -c /var/log/sa-host/sa05 22:32:44 file_magic: OK 22:32:44 HZ: Using current value: 100 22:32:44 file_header: OK 22:32:44 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 22:32:44 Statistics: 22:32:44 Hnuu...uuuununununu...Hnuu...uuuununununu... 22:32:44 File successfully converted to sysstat format version 12.2.1 22:32:44 + sadf -c /var/log/sa-host/sa15 22:32:44 file_magic: OK 22:32:44 HZ: Using current value: 100 22:32:44 file_header: OK 22:32:44 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 22:32:44 Statistics: 22:32:44 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:32:44 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:32:45 provisioning config files... 22:32:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_go-mod-configuration_PR-13@tmp/config8477234975909829320tmp [Pipeline] { [Pipeline] echo 22:32:45 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:32:45 ---> create-netrc.sh [Pipeline] echo 22:32:45 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:32:45 ---> logs-deploy.sh 22:32:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/PR-13/1 22:32:45 INFO: archiving workspace using pattern(s): 22:32:47 Archives upload complete. 22:32:47 INFO: archiving logs to Nexus 22:32:48 ---> uname -a: 22:32:48 Linux d85f9227ed12 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 22:32:48 22:32:48 22:32:48 ---> lscpu: 22:32:48 Architecture: x86_64 22:32:48 CPU op-mode(s): 32-bit, 64-bit 22:32:48 Byte Order: Little Endian 22:32:48 Address sizes: 40 bits physical, 48 bits virtual 22:32:48 CPU(s): 4 22:32:48 On-line CPU(s) list: 0-3 22:32:48 Thread(s) per core: 1 22:32:48 Core(s) per socket: 1 22:32:48 Socket(s): 4 22:32:48 NUMA node(s): 1 22:32:48 Vendor ID: GenuineIntel 22:32:48 CPU family: 6 22:32:48 Model: 44 22:32:48 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:32:48 Stepping: 1 22:32:48 CPU MHz: 2933.442 22:32:48 BogoMIPS: 5866.88 22:32:48 Virtualization: VT-x 22:32:48 Hypervisor vendor: KVM 22:32:48 Virtualization type: full 22:32:48 L1d cache: 128 KiB 22:32:48 L1i cache: 128 KiB 22:32:48 L2 cache: 16 MiB 22:32:48 L3 cache: 64 MiB 22:32:48 NUMA node0 CPU(s): 0-3 22:32:48 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:32:48 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:32:48 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:32:48 Vulnerability Meltdown: Mitigation; PTI 22:32:48 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:32:48 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:32:48 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:32:48 Vulnerability Tsx async abort: Not affected 22:32:48 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 22:32:48 22:32:48 22:32:48 ---> nproc: 22:32:48 4 22:32:48 22:32:48 22:32:48 ---> df -h: 22:32:48 Filesystem Size Used Available Use% Mounted on 22:32:48 overlay 50.0G 6.9G 43.0G 14% / 22:32:48 tmpfs 64.0M 0 64.0M 0% /dev 22:32:48 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:32:48 shm 64.0M 0 64.0M 0% /dev/shm 22:32:48 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/resolv.conf 22:32:48 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hostname 22:32:48 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hosts 22:32:48 /dev/vda1 50.0G 6.9G 43.0G 14% /var/log/sa-host 22:32:48 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/undry_go-mod-configuration_PR-13 22:32:48 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/undry_go-mod-configuration_PR-13@tmp 22:32:48 22:32:48 22:32:48 ---> free -m: 22:32:48 total used free shared buff/cache available 22:32:48 Mem: 1837 653 135 0 1047 1077 22:32:48 Swap: 1023 0 1023 22:32:48 22:32:48 22:32:48 ---> ip addr: 22:32:48 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:32:48 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:32:48 inet 127.0.0.1/8 scope host lo 22:32:48 valid_lft forever preferred_lft forever 22:32:48 6: eth0@if7: mtu 1458 qdisc noqueue state UP 22:32:48 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 22:32:48 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 22:32:48 valid_lft forever preferred_lft forever 22:32:48 22:32:48 22:32:48 ---> sar -b -r -n DEV: 22:32:48 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/15/20 _x86_64_ (4 CPU) 22:32:48 22:32:48 22:28:13 LINUX RESTART (4 CPU) 22:32:48 22:32:48 22:29:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:32:48 22:30:01 37.51 11.49 26.02 0.00 4541.46 2159.15 0.00 22:32:48 22:31:01 1.58 0.00 1.58 0.00 0.00 26.71 0.00 22:32:48 22:32:01 0.27 0.00 0.27 0.00 0.00 3.76 0.00 22:32:48 Average: 12.99 3.79 9.20 0.00 1497.18 722.02 0.00 22:32:48 22:32:48 22:29:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:32:48 22:30:01 171364 0 572760 30.44 2620 1134812 1106368 37.76 407196 1143504 16 22:32:48 22:31:01 174788 0 569332 30.26 2620 1134816 1073016 36.62 407208 1140188 8 22:32:48 22:32:01 172144 0 571964 30.40 2620 1134828 1073208 36.63 410320 1140184 8 22:32:48 Average: 172765 0 571352 30.37 2620 1134819 1084197 37.00 408241 1141292 11 22:32:48 22:32:48 22:29:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:32:48 22:30:01 eth0 168.36 120.55 455.75 37.58 0.00 0.00 0.00 0.00 22:32:48 22:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:32:48 22:30:01 docker0 0.74 0.74 0.12 0.67 0.00 0.00 0.00 0.00 22:32:48 22:31:01 eth0 1.08 0.07 0.11 0.01 0.00 0.00 0.00 0.00 22:32:48 22:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:32:48 22:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:32:48 22:32:01 eth0 0.82 0.42 0.33 0.21 0.00 0.00 0.00 0.00 22:32:48 22:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:32:48 22:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:32:48 Average: eth0 56.14 39.90 150.39 12.46 0.00 0.00 0.00 0.00 22:32:48 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:32:48 Average: docker0 0.25 0.25 0.04 0.22 0.00 0.00 0.00 0.00 22:32:48 22:32:48 22:32:48 ---> sar -P ALL: 22:32:48 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/15/20 _x86_64_ (4 CPU) 22:32:48 22:32:48 22:28:13 LINUX RESTART (4 CPU) 22:32:48 22:32:48 22:29:02 CPU %user %nice %system %iowait %steal %idle 22:32:48 22:30:01 all 3.09 0.00 1.81 1.32 0.01 93.78 22:32:48 22:30:01 0 3.06 0.00 1.92 0.61 0.02 94.38 22:32:48 22:30:01 1 2.74 0.00 1.34 0.53 0.00 95.39 22:32:48 22:30:01 2 3.21 0.00 1.97 2.33 0.02 92.47 22:32:48 22:30:01 3 3.34 0.00 1.99 1.80 0.00 92.87 22:32:48 22:31:01 all 0.16 0.00 0.04 0.00 0.00 99.80 22:32:48 22:31:01 0 0.52 0.00 0.03 0.00 0.00 99.45 22:32:48 22:31:01 1 0.03 0.00 0.05 0.00 0.00 99.92 22:32:48 22:31:01 2 0.05 0.00 0.05 0.00 0.00 99.90 22:32:48 22:31:01 3 0.03 0.00 0.03 0.00 0.02 99.92 22:32:48 22:32:01 all 0.18 0.00 0.03 0.00 0.00 99.78 22:32:48 22:32:01 0 0.50 0.00 0.02 0.00 0.00 99.48 22:32:48 22:32:01 1 0.07 0.00 0.05 0.00 0.00 99.88 22:32:48 22:32:01 2 0.10 0.00 0.05 0.00 0.00 99.85 22:32:48 22:32:01 3 0.07 0.00 0.02 0.00 0.00 99.92 22:32:48 Average: all 1.13 0.00 0.62 0.43 0.00 97.81 22:32:48 Average: 0 1.35 0.00 0.65 0.20 0.01 97.80 22:32:48 Average: 1 0.93 0.00 0.48 0.17 0.00 98.42 22:32:48 Average: 2 1.11 0.00 0.68 0.77 0.01 97.44 22:32:48 Average: 3 1.13 0.00 0.67 0.59 0.01 97.60 22:32:48 22:32:48 22:32:48