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 [2020-09-15T22:29:04.729Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-15T22:29:05.068Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-15T22:29:05.260Z] ========================================================= [2020-09-15T22:29:05.260Z] EdgeX Global Pipelines Version Info [2020-09-15T22:29:05.261Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:29:07.916Z] ------------------- [2020-09-15T22:29:07.916Z] stable info: [2020-09-15T22:29:07.916Z] ------------------- [2020-09-15T22:29:07.916Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-15T22:29:07.916Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-15T22:29:07.916Z] Message: update stable to v1.0.122 [2020-09-15T22:29:08.491Z] ------------------- [2020-09-15T22:29:08.491Z] experimental info: [2020-09-15T22:29:08.491Z] ------------------- [2020-09-15T22:29:08.491Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-15T22:29:08.491Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-15T22:29:08.491Z] Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-15T22:29:09.002Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo [2020-09-15T22:29:09.125Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo [2020-09-15T22:29:09.249Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-15T22:29:09.376Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-15T22:29:09.503Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-15T22:29:09.644Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-15T22:29:09.769Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-15T22:29:09.898Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-15T22:29:10.034Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-15T22:29:10.174Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-15T22:29:10.346Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-15T22:29:10.535Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-configuration [Pipeline] echo [2020-09-15T22:29:10.773Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-15T22:29:10.911Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-15T22:29:11.070Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T22:29:11.193Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T22:29:11.317Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T22:29:11.457Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T22:29:11.584Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-09-15T22:29:11.759Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-15T22:29:11.954Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-15T22:29:12.084Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-15T22:29:12.207Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-13 [Pipeline] echo [2020-09-15T22:29:12.331Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-13 [Pipeline] echo [2020-09-15T22:29:12.509Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-13 [Pipeline] echo [2020-09-15T22:29:12.653Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3bd5e44ae7b15ca72a0affacec77e48b21303e0b [Pipeline] echo [2020-09-15T22:29:12.782Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3bd5e44 [Pipeline] echo [2020-09-15T22:29:12.918Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T22:29:13.748Z] + git log --format=format:%s -1 3bd5e44ae7b15ca72a0affacec77e48b21303e0b [Pipeline] echo [2020-09-15T22:29:13.840Z] GIT_COMMIT: 3bd5e44ae7b15ca72a0affacec77e48b21303e0b, Commit Message: build: Update to use Go 1.15 [Pipeline] echo [2020-09-15T22:29:13.914Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:29:14.576Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T22:29:14.838Z] [2020-09-15T22:29:14.838Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:29:15.228Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T22:29:15.228Z] latest: Pulling from edgex-devops/git-semver [2020-09-15T22:29:15.228Z] 31603596830f: Pulling fs layer [2020-09-15T22:29:15.228Z] 2a8b12db71e7: Pulling fs layer [2020-09-15T22:29:15.228Z] 6ca5941a6612: Pulling fs layer [2020-09-15T22:29:15.228Z] ecc8261a40a4: Pulling fs layer [2020-09-15T22:29:15.228Z] ecc8261a40a4: Waiting [2020-09-15T22:29:15.228Z] 2a8b12db71e7: Download complete [2020-09-15T22:29:15.495Z] 31603596830f: Verifying Checksum [2020-09-15T22:29:15.495Z] 31603596830f: Download complete [2020-09-15T22:29:15.495Z] ecc8261a40a4: Verifying Checksum [2020-09-15T22:29:15.495Z] ecc8261a40a4: Download complete [2020-09-15T22:29:15.495Z] 6ca5941a6612: Verifying Checksum [2020-09-15T22:29:15.495Z] 6ca5941a6612: Download complete [2020-09-15T22:29:15.761Z] 31603596830f: Pull complete [2020-09-15T22:29:15.761Z] 2a8b12db71e7: Pull complete [2020-09-15T22:29:16.709Z] 6ca5941a6612: Pull complete [2020-09-15T22:29:16.709Z] ecc8261a40a4: Pull complete [2020-09-15T22:29:16.972Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-15T22:29:16.972Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T22:29:16.972Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-15T22:29:17.092Z] prd-centos7-docker-4c-2g-43436 does not seem to be running inside a container [2020-09-15T22:29:17.141Z] $ 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 [2020-09-15T22:29:19.272Z] $ docker top 9bb58a7ea7514bf048fc472412ca9688bb8a966f1f453fe1faf3924f1ee16758 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T22:29:19.697Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T22:29:19.697Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T22:29:19.900Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T22:29:19.905Z] $ docker exec 9bb58a7ea7514bf048fc472412ca9688bb8a966f1f453fe1faf3924f1ee16758 ssh-agent [2020-09-15T22:29:20.081Z] SSH_AUTH_SOCK=/tmp/ssh-yl8aU9Zxe1sR/agent.12 [2020-09-15T22:29:20.081Z] SSH_AGENT_PID=17 [2020-09-15T22:29:20.094Z] Running ssh-add (command line suppressed) [2020-09-15T22:29:20.214Z] 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) [2020-09-15T22:29:20.264Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T22:29:20.643Z] + git describe --exact-match --tags HEAD [2020-09-15T22:29:20.643Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-15T22:29:20.747Z] $ docker exec --env ******** --env ******** 9bb58a7ea7514bf048fc472412ca9688bb8a966f1f453fe1faf3924f1ee16758 ssh-agent -k [2020-09-15T22:29:20.857Z] unset SSH_AUTH_SOCK; [2020-09-15T22:29:20.858Z] unset SSH_AGENT_PID; [2020-09-15T22:29:20.858Z] echo Agent pid 17 killed; [2020-09-15T22:29:20.901Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-15T22:29:21.051Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-15T22:29:21.051Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-15T22:29:21.164Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T22:29:21.164Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T22:29:21.325Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T22:29:21.330Z] $ docker exec 9bb58a7ea7514bf048fc472412ca9688bb8a966f1f453fe1faf3924f1ee16758 ssh-agent [2020-09-15T22:29:21.501Z] SSH_AUTH_SOCK=/tmp/ssh-DVsgzMtY3OX9/agent.48 [2020-09-15T22:29:21.501Z] SSH_AGENT_PID=54 [2020-09-15T22:29:21.509Z] Running ssh-add (command line suppressed) [2020-09-15T22:29:21.627Z] 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) [2020-09-15T22:29:21.676Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T22:29:22.055Z] + git semver init [2020-09-15T22:29:22.056Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T22:29:22.056Z] # $GIT_DIR = /w/workspace/undry_go-mod-configuration_PR-13/.git [2020-09-15T22:29:22.056Z] # $GIT_WORK_TREE = /w/workspace/undry_go-mod-configuration_PR-13 [2020-09-15T22:29:22.056Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T22:29:22.056Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T22:29:22.056Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T22:29:22.056Z] # $SEMVER_BRANCH = PR-13 [2020-09-15T22:29:22.056Z] # $SEMVER_TEMP = /tmp/semver-369272808 [2020-09-15T22:29:22.056Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP [2020-09-15T22:29:22.318Z] # '/tmp/semver-369272808' -> '/w/workspace/undry_go-mod-configuration_PR-13/.semver' [2020-09-15T22:29:22.318Z] # -> Force: false [2020-09-15T22:29:22.318Z] # $SEMVER_DIR = /w/workspace/undry_go-mod-configuration_PR-13/.semver [Pipeline] } [2020-09-15T22:29:22.340Z] $ docker exec --env ******** --env ******** 9bb58a7ea7514bf048fc472412ca9688bb8a966f1f453fe1faf3924f1ee16758 ssh-agent -k [2020-09-15T22:29:22.455Z] unset SSH_AUTH_SOCK; [2020-09-15T22:29:22.455Z] unset SSH_AGENT_PID; [2020-09-15T22:29:22.455Z] echo Agent pid 54 killed; [2020-09-15T22:29:22.495Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T22:29:23.057Z] + git semver [Pipeline] } [2020-09-15T22:29:23.089Z] $ docker stop --time=1 9bb58a7ea7514bf048fc472412ca9688bb8a966f1f453fe1faf3924f1ee16758 [2020-09-15T22:29:24.441Z] $ docker rm -f 9bb58a7ea7514bf048fc472412ca9688bb8a966f1f453fe1faf3924f1ee16758 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-15T22:29:25.148Z] Stashed 18 file(s) [Pipeline] echo [2020-09-15T22:29:25.173Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-15T22:29:25.294Z] 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-15T22:29:26.212Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43435 in /w/workspace/undry_go-mod-configuration_PR-13 [Pipeline] { [Pipeline] ws [2020-09-15T22:29:26.306Z] Running in /w/workspace/go-mod-configuration/1 [Pipeline] { [Pipeline] checkout [2020-09-15T22:29:31.053Z] using credential edgex-jenkins-ssh [2020-09-15T22:29:31.126Z] Cloning the remote Git repository [2020-09-15T22:29:31.126Z] Cloning with configured refspecs honoured and without tags [2020-09-15T22:29:31.185Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2020-09-15T22:29:31.288Z] > git init /w/workspace/go-mod-configuration/1 # timeout=10 [2020-09-15T22:29:31.365Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2020-09-15T22:29:31.366Z] > git --version # timeout=10 [2020-09-15T22:29:31.380Z] > git --version # 'git version 2.17.1' [2020-09-15T22:29:31.382Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T22:29:32.074Z] Fetching without tags [2020-09-15T22:29:32.565Z] Merging remotes/origin/master commit 4c1a00cd56993df88690e739771b983436048561 into PR head commit 3bd5e44ae7b15ca72a0affacec77e48b21303e0b [2020-09-15T22:29:31.458Z] > 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 [2020-09-15T22:29:31.992Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2020-09-15T22:29:32.008Z] > git config --add remote.origin.fetch +refs/pull/13/head:refs/remotes/origin/PR-13 # timeout=10 [2020-09-15T22:29:32.022Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T22:29:32.045Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2020-09-15T22:29:32.083Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2020-09-15T22:29:32.083Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T22:29:32.096Z] > 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 [2020-09-15T22:29:32.581Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T22:29:32.592Z] > git checkout -f 3bd5e44ae7b15ca72a0affacec77e48b21303e0b # timeout=10 [2020-09-15T22:29:32.729Z] Merge succeeded, producing 3bd5e44ae7b15ca72a0affacec77e48b21303e0b [2020-09-15T22:29:32.730Z] Checking out Revision 3bd5e44ae7b15ca72a0affacec77e48b21303e0b (PR-13) [2020-09-15T22:29:32.656Z] > git remote # timeout=10 [2020-09-15T22:29:32.673Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T22:29:32.685Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T22:29:32.697Z] > git merge 4c1a00cd56993df88690e739771b983436048561 # timeout=10 [2020-09-15T22:29:32.716Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T22:29:32.735Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T22:29:32.746Z] > git checkout -f 3bd5e44ae7b15ca72a0affacec77e48b21303e0b # timeout=10 [2020-09-15T22:29:36.765Z] Commit message: "build: Update to use Go 1.15" [2020-09-15T22:29:36.829Z] > git --version # timeout=10 [2020-09-15T22:29:36.840Z] > git --version # 'git version 2.17.1' [2020-09-15T22:29:36.851Z] fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T22:29:37.924Z] ========================================================= [2020-09-15T22:29:37.924Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-15T22:29:37.924Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:29:38.902Z] + 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-15T22:29:39.892Z] Sending build context to Docker daemon 305.7kB [2020-09-15T22:29:39.892Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-15T22:29:39.892Z] Step 2/7 : FROM ${BASE} [2020-09-15T22:29:40.165Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-15T22:29:40.165Z] b538f80385f9: Pulling fs layer [2020-09-15T22:29:40.165Z] 74f711af9a0d: Pulling fs layer [2020-09-15T22:29:40.165Z] 99f96fe45779: Pulling fs layer [2020-09-15T22:29:40.165Z] 8529a6b9a6be: Pulling fs layer [2020-09-15T22:29:40.165Z] 45590311c82a: Pulling fs layer [2020-09-15T22:29:40.165Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-15T22:29:40.165Z] 209524e5b208: Pulling fs layer [2020-09-15T22:29:40.165Z] 45590311c82a: Waiting [2020-09-15T22:29:40.165Z] 69ca0ff8b7b3: Waiting [2020-09-15T22:29:40.165Z] 209524e5b208: Waiting [2020-09-15T22:29:40.165Z] 8529a6b9a6be: Waiting [2020-09-15T22:29:40.165Z] 99f96fe45779: Verifying Checksum [2020-09-15T22:29:40.165Z] 99f96fe45779: Download complete [2020-09-15T22:29:40.165Z] 74f711af9a0d: Verifying Checksum [2020-09-15T22:29:40.165Z] 74f711af9a0d: Download complete [2020-09-15T22:29:40.440Z] 45590311c82a: Verifying Checksum [2020-09-15T22:29:40.440Z] 45590311c82a: Download complete [2020-09-15T22:29:40.719Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-15T22:29:40.719Z] 69ca0ff8b7b3: Download complete [2020-09-15T22:29:40.719Z] b538f80385f9: Download complete [2020-09-15T22:29:41.018Z] Still waiting to schedule task [2020-09-15T22:29:41.018Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-15T22:29:41.716Z] b538f80385f9: Pull complete [2020-09-15T22:29:41.997Z] 74f711af9a0d: Pull complete [2020-09-15T22:29:42.600Z] 99f96fe45779: Pull complete [2020-09-15T22:29:42.877Z] 209524e5b208: Verifying Checksum [2020-09-15T22:29:42.877Z] 209524e5b208: Download complete [2020-09-15T22:29:43.862Z] 8529a6b9a6be: Verifying Checksum [2020-09-15T22:29:43.862Z] 8529a6b9a6be: Download complete [2020-09-15T22:29:54.027Z] 8529a6b9a6be: Pull complete [2020-09-15T22:29:54.301Z] 45590311c82a: Pull complete [2020-09-15T22:29:54.591Z] 69ca0ff8b7b3: Pull complete [2020-09-15T22:29:58.911Z] 209524e5b208: Pull complete [2020-09-15T22:29:58.911Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-15T22:29:58.911Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-15T22:29:58.911Z] ---> 5bddaf1c2fca [2020-09-15T22:29:58.911Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T22:30:01.533Z] ---> Running in ce97f1475a33 [2020-09-15T22:30:01.806Z] Removing intermediate container ce97f1475a33 [2020-09-15T22:30:01.806Z] ---> 454b84ab4da4 [2020-09-15T22:30:01.806Z] Step 4/7 : RUN apk add --update bash [2020-09-15T22:30:02.085Z] ---> Running in 460919fee2f9 [2020-09-15T22:30:03.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T22:30:04.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T22:30:05.479Z] OK: 142 MiB in 39 packages [2020-09-15T22:30:06.907Z] Removing intermediate container 460919fee2f9 [2020-09-15T22:30:06.907Z] ---> c1ef7533ec4c [2020-09-15T22:30:06.907Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-15T22:30:06.907Z] ---> Running in ef04d6343919 [2020-09-15T22:30:07.180Z] Removing intermediate container ef04d6343919 [2020-09-15T22:30:07.180Z] ---> d66c351f9d21 [2020-09-15T22:30:07.180Z] Step 6/7 : COPY go.mod . [2020-09-15T22:30:08.160Z] ---> a4373f5cee7d [2020-09-15T22:30:08.160Z] Step 7/7 : RUN go mod download [2020-09-15T22:30:08.160Z] ---> Running in 31bac2802e37 [2020-09-15T22:30:20.543Z] Removing intermediate container 31bac2802e37 [2020-09-15T22:30:20.543Z] ---> 3e9f57acb493 [2020-09-15T22:30:20.543Z] Successfully built 3e9f57acb493 [2020-09-15T22:30:20.543Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:30:20.991Z] + docker inspect -f . ci-base-image-arm64 [2020-09-15T22:30:20.991Z] . [Pipeline] withDockerContainer [2020-09-15T22:30:21.277Z] prd-ubuntu18.04-docker-arm64-4c-16g-43435 does not seem to be running inside a container [2020-09-15T22:30:21.356Z] $ 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 [2020-09-15T22:30:23.204Z] $ docker top 75ccc5d2b7ff6b990c29af7b32164d6e547383bf33f52a174979b0ba28d3ca62 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T22:30:24.675Z] + go version [2020-09-15T22:30:24.675Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-15T22:30:24.709Z] $ docker stop --time=1 75ccc5d2b7ff6b990c29af7b32164d6e547383bf33f52a174979b0ba28d3ca62 [2020-09-15T22:30:26.644Z] $ docker rm -f 75ccc5d2b7ff6b990c29af7b32164d6e547383bf33f52a174979b0ba28d3ca62 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:30:27.987Z] + docker inspect -f . ci-base-image-arm64 [2020-09-15T22:30:27.987Z] . [Pipeline] withDockerContainer [2020-09-15T22:30:28.400Z] prd-ubuntu18.04-docker-arm64-4c-16g-43435 does not seem to be running inside a container [2020-09-15T22:30:28.527Z] $ 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 [2020-09-15T22:30:30.422Z] $ docker top ac93cc822baa8cf31448de70cc0e84f3a43052555a2999c8243140ce3f6d0d6f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T22:30:31.917Z] + make test [2020-09-15T22:30:31.918Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-15T22:30:58.722Z] ok github.com/edgexfoundry/go-mod-configuration/configuration 0.016s coverage: 85.7% of statements [2020-09-15T22:30:58.722Z] ok github.com/edgexfoundry/go-mod-configuration/internal/pkg/consul 2.620s coverage: 86.0% of statements [2020-09-15T22:30:58.722Z] ok github.com/edgexfoundry/go-mod-configuration/pkg/types 0.020s coverage: 100.0% of statements [2020-09-15T22:30:58.722Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-15T22:31:03.022Z] gofmt -l . [2020-09-15T22:31:03.022Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-09-15T22:31:03.759Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T22:31:03.778Z] $ docker stop --time=1 ac93cc822baa8cf31448de70cc0e84f3a43052555a2999c8243140ce3f6d0d6f [2020-09-15T22:31:05.941Z] $ 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] } [2020-09-15T22:31:18.400Z] Running on prd-centos7-docker-4c-2g-43437 in /w/workspace/undry_go-mod-configuration_PR-13 [Pipeline] { [Pipeline] ws [2020-09-15T22:31:18.490Z] Running in /w/workspace/go-mod-configuration/1 [Pipeline] { [Pipeline] checkout [2020-09-15T22:31:21.223Z] using credential edgex-jenkins-ssh [2020-09-15T22:31:21.275Z] Cloning the remote Git repository [2020-09-15T22:31:21.275Z] Cloning with configured refspecs honoured and without tags [2020-09-15T22:31:21.305Z] Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git [2020-09-15T22:31:21.379Z] > git init /w/workspace/go-mod-configuration/1 # timeout=10 [2020-09-15T22:31:21.425Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2020-09-15T22:31:21.425Z] > git --version # timeout=10 [2020-09-15T22:31:21.434Z] > git --version # 'git version 2.16.5' [2020-09-15T22:31:21.435Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T22:31:21.476Z] > 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 [2020-09-15T22:31:22.329Z] Fetching without tags [2020-09-15T22:31:22.726Z] Merging remotes/origin/master commit 4c1a00cd56993df88690e739771b983436048561 into PR head commit 3bd5e44ae7b15ca72a0affacec77e48b21303e0b [2020-09-15T22:31:22.816Z] Merge succeeded, producing 3bd5e44ae7b15ca72a0affacec77e48b21303e0b [2020-09-15T22:31:22.817Z] Checking out Revision 3bd5e44ae7b15ca72a0affacec77e48b21303e0b (PR-13) [2020-09-15T22:31:22.303Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2020-09-15T22:31:22.309Z] > git config --add remote.origin.fetch +refs/pull/13/head:refs/remotes/origin/PR-13 # timeout=10 [2020-09-15T22:31:22.314Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T22:31:22.322Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 [2020-09-15T22:31:22.334Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git [2020-09-15T22:31:22.335Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T22:31:22.339Z] > 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 [2020-09-15T22:31:22.737Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T22:31:22.745Z] > git checkout -f 3bd5e44ae7b15ca72a0affacec77e48b21303e0b # timeout=10 [2020-09-15T22:31:22.779Z] > git remote # timeout=10 [2020-09-15T22:31:22.783Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T22:31:22.790Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T22:31:22.793Z] > git merge 4c1a00cd56993df88690e739771b983436048561 # timeout=10 [2020-09-15T22:31:22.802Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T22:31:22.821Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T22:31:22.825Z] > git checkout -f 3bd5e44ae7b15ca72a0affacec77e48b21303e0b # timeout=10 [2020-09-15T22:31:26.397Z] Commit message: "build: Update to use Go 1.15" [2020-09-15T22:31:26.426Z] > git --version # timeout=10 [2020-09-15T22:31:26.430Z] > git --version # 'git version 2.16.5' [2020-09-15T22:31:26.436Z] fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T22:31:27.444Z] ========================================================= [2020-09-15T22:31:27.444Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-15T22:31:27.444Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:31:28.051Z] + 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-15T22:31:28.999Z] Sending build context to Docker daemon 305.7kB [2020-09-15T22:31:28.999Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-15T22:31:28.999Z] Step 2/7 : FROM ${BASE} [2020-09-15T22:31:29.264Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-15T22:31:29.264Z] df20fa9351a1: Pulling fs layer [2020-09-15T22:31:29.264Z] ed8968b2872e: Pulling fs layer [2020-09-15T22:31:29.264Z] a92cc7c5fd73: Pulling fs layer [2020-09-15T22:31:29.264Z] e871e8e8d7a9: Pulling fs layer [2020-09-15T22:31:29.264Z] e73272ec9a57: Pulling fs layer [2020-09-15T22:31:29.264Z] 1e910a182e73: Pulling fs layer [2020-09-15T22:31:29.264Z] 4e634b169226: Pulling fs layer [2020-09-15T22:31:29.264Z] e73272ec9a57: Waiting [2020-09-15T22:31:29.264Z] 1e910a182e73: Waiting [2020-09-15T22:31:29.264Z] e871e8e8d7a9: Waiting [2020-09-15T22:31:29.264Z] 4e634b169226: Waiting [2020-09-15T22:31:29.264Z] a92cc7c5fd73: Verifying Checksum [2020-09-15T22:31:29.264Z] a92cc7c5fd73: Download complete [2020-09-15T22:31:29.264Z] ed8968b2872e: Download complete [2020-09-15T22:31:29.264Z] e73272ec9a57: Verifying Checksum [2020-09-15T22:31:29.264Z] e73272ec9a57: Download complete [2020-09-15T22:31:29.264Z] 1e910a182e73: Verifying Checksum [2020-09-15T22:31:29.264Z] 1e910a182e73: Download complete [2020-09-15T22:31:29.528Z] df20fa9351a1: Verifying Checksum [2020-09-15T22:31:29.528Z] df20fa9351a1: Download complete [2020-09-15T22:31:29.794Z] df20fa9351a1: Pull complete [2020-09-15T22:31:30.058Z] ed8968b2872e: Pull complete [2020-09-15T22:31:30.058Z] a92cc7c5fd73: Pull complete [2020-09-15T22:31:31.017Z] 4e634b169226: Verifying Checksum [2020-09-15T22:31:31.017Z] 4e634b169226: Download complete [2020-09-15T22:31:32.960Z] e871e8e8d7a9: Verifying Checksum [2020-09-15T22:31:32.960Z] e871e8e8d7a9: Download complete [2020-09-15T22:31:38.322Z] e871e8e8d7a9: Pull complete [2020-09-15T22:31:38.322Z] e73272ec9a57: Pull complete [2020-09-15T22:31:38.322Z] 1e910a182e73: Pull complete [2020-09-15T22:31:48.373Z] 4e634b169226: Pull complete [2020-09-15T22:31:48.373Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-15T22:31:48.373Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-15T22:31:48.373Z] ---> f7629b54cfaa [2020-09-15T22:31:48.373Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T22:31:48.373Z] ---> Running in 8725b1126636 [2020-09-15T22:31:48.373Z] Removing intermediate container 8725b1126636 [2020-09-15T22:31:48.373Z] ---> 8d2b1c240307 [2020-09-15T22:31:48.373Z] Step 4/7 : RUN apk add --update bash [2020-09-15T22:31:48.373Z] ---> Running in 7aaf5679cefd [2020-09-15T22:31:48.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T22:31:49.213Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T22:31:49.792Z] OK: 166 MiB in 39 packages [2020-09-15T22:31:50.368Z] Removing intermediate container 7aaf5679cefd [2020-09-15T22:31:50.368Z] ---> 128dc8b3d6cc [2020-09-15T22:31:50.368Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-09-15T22:31:50.368Z] ---> Running in 2e5f1364f3b4 [2020-09-15T22:31:50.630Z] Removing intermediate container 2e5f1364f3b4 [2020-09-15T22:31:50.630Z] ---> 1f5835623ddf [2020-09-15T22:31:50.630Z] Step 6/7 : COPY go.mod . [2020-09-15T22:31:50.894Z] ---> a1775fa0292c [2020-09-15T22:31:50.894Z] Step 7/7 : RUN go mod download [2020-09-15T22:31:50.894Z] ---> Running in 903a91499627 [2020-09-15T22:32:00.934Z] Removing intermediate container 903a91499627 [2020-09-15T22:32:00.934Z] ---> 9b15d84d02c3 [2020-09-15T22:32:00.934Z] Successfully built 9b15d84d02c3 [2020-09-15T22:32:00.934Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:32:01.314Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-15T22:32:01.314Z] . [Pipeline] withDockerContainer [2020-09-15T22:32:01.430Z] prd-centos7-docker-4c-2g-43437 does not seem to be running inside a container [2020-09-15T22:32:01.478Z] $ 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 [2020-09-15T22:32:02.549Z] $ docker top 68ef493e89c2d7955ccdb049431b42ac7f00ea68e94fa8a68939ca18cd9c6537 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T22:32:03.119Z] + go version [2020-09-15T22:32:03.119Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-15T22:32:03.151Z] $ docker stop --time=1 68ef493e89c2d7955ccdb049431b42ac7f00ea68e94fa8a68939ca18cd9c6537 [2020-09-15T22:32:04.508Z] $ docker rm -f 68ef493e89c2d7955ccdb049431b42ac7f00ea68e94fa8a68939ca18cd9c6537 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:32:05.637Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-15T22:32:05.637Z] . [Pipeline] withDockerContainer [2020-09-15T22:32:05.759Z] prd-centos7-docker-4c-2g-43437 does not seem to be running inside a container [2020-09-15T22:32:05.817Z] $ 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 [2020-09-15T22:32:06.415Z] $ docker top 63debd82e38d72465de673ca0e4f140c54317706a4d078c1b35637e8f9daa4be -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T22:32:06.940Z] + make test [2020-09-15T22:32:06.940Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-15T22:32:15.214Z] ok github.com/edgexfoundry/go-mod-configuration/configuration 0.008s coverage: 85.7% of statements [2020-09-15T22:32:17.139Z] ok github.com/edgexfoundry/go-mod-configuration/internal/pkg/consul 2.545s coverage: 86.0% of statements [2020-09-15T22:32:17.139Z] ok github.com/edgexfoundry/go-mod-configuration/pkg/types 0.007s coverage: 100.0% of statements [2020-09-15T22:32:17.139Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-15T22:32:18.093Z] gofmt -l . [2020-09-15T22:32:18.093Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-09-15T22:32:18.385Z] Warning: overwriting stash ‘coverage-report’ [2020-09-15T22:32:18.844Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T22:32:18.878Z] $ docker stop --time=1 63debd82e38d72465de673ca0e4f140c54317706a4d078c1b35637e8f9daa4be [2020-09-15T22:32:21.042Z] $ 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 [2020-09-15T22:32:24.139Z] provisioning config files... [2020-09-15T22:32:24.151Z] copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/undry_go-mod-configuration_PR-13@tmp/config7167360291569129322tmp [Pipeline] { [Pipeline] sh [2020-09-15T22:32:24.583Z] + curl -s https://codecov.io/bash [2020-09-15T22:32:24.583Z] + bash -s - -t @/w/workspace/undry_go-mod-configuration_PR-13@tmp/config7167360291569129322tmp [Pipeline] } [2020-09-15T22:32:24.869Z] 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 [2020-09-15T22:32:28.089Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:32:28.693Z] ---> package-listing.sh [2020-09-15T22:32:28.693Z] ++ facter osfamily [2020-09-15T22:32:28.693Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-15T22:32:28.693Z] + OS_FAMILY=redhat [2020-09-15T22:32:28.693Z] + workspace=/w/workspace/undry_go-mod-configuration_PR-13 [2020-09-15T22:32:28.693Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-15T22:32:28.693Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-15T22:32:28.693Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-15T22:32:28.693Z] + PACKAGES=/tmp/packages_start.txt [2020-09-15T22:32:28.693Z] + '[' /w/workspace/undry_go-mod-configuration_PR-13 ']' [2020-09-15T22:32:28.693Z] + PACKAGES=/tmp/packages_end.txt [2020-09-15T22:32:28.693Z] + case "${OS_FAMILY}" in [2020-09-15T22:32:28.693Z] + rpm -qa [2020-09-15T22:32:28.693Z] + sort [2020-09-15T22:32:32.912Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-15T22:32:32.912Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-15T22:32:32.912Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-15T22:32:32.912Z] + '[' /w/workspace/undry_go-mod-configuration_PR-13 ']' [2020-09-15T22:32:32.912Z] + mkdir -p /w/workspace/undry_go-mod-configuration_PR-13/archives/ [2020-09-15T22:32:32.912Z] + 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 [2020-09-15T22:32:33.523Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T22:32:33.523Z] [2020-09-15T22:32:33.523Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-15T22:32:33.921Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T22:32:33.921Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-15T22:32:33.921Z] df20fa9351a1: Pulling fs layer [2020-09-15T22:32:33.921Z] 36b3adc4ff6f: Pulling fs layer [2020-09-15T22:32:33.921Z] 8ad3a11d3b57: Pulling fs layer [2020-09-15T22:32:33.921Z] 46f8f816bc3b: Pulling fs layer [2020-09-15T22:32:33.921Z] 0dadc02b9964: Pulling fs layer [2020-09-15T22:32:33.921Z] ce6a7cf60c04: Pulling fs layer [2020-09-15T22:32:33.921Z] 7a184a31f384: Pulling fs layer [2020-09-15T22:32:33.921Z] 0879bd2ef858: Pulling fs layer [2020-09-15T22:32:33.921Z] 46f8f816bc3b: Waiting [2020-09-15T22:32:33.921Z] 0dadc02b9964: Waiting [2020-09-15T22:32:33.921Z] ce6a7cf60c04: Waiting [2020-09-15T22:32:33.921Z] 7a184a31f384: Waiting [2020-09-15T22:32:33.921Z] 0879bd2ef858: Waiting [2020-09-15T22:32:33.921Z] 36b3adc4ff6f: Verifying Checksum [2020-09-15T22:32:33.921Z] 36b3adc4ff6f: Download complete [2020-09-15T22:32:33.921Z] 46f8f816bc3b: Verifying Checksum [2020-09-15T22:32:33.921Z] 46f8f816bc3b: Download complete [2020-09-15T22:32:33.921Z] df20fa9351a1: Download complete [2020-09-15T22:32:33.921Z] ce6a7cf60c04: Verifying Checksum [2020-09-15T22:32:33.921Z] ce6a7cf60c04: Download complete [2020-09-15T22:32:33.921Z] 7a184a31f384: Verifying Checksum [2020-09-15T22:32:33.921Z] 7a184a31f384: Download complete [2020-09-15T22:32:34.185Z] 0dadc02b9964: Verifying Checksum [2020-09-15T22:32:34.185Z] 0dadc02b9964: Download complete [2020-09-15T22:32:34.185Z] 8ad3a11d3b57: Verifying Checksum [2020-09-15T22:32:34.185Z] 8ad3a11d3b57: Download complete [2020-09-15T22:32:34.452Z] df20fa9351a1: Pull complete [2020-09-15T22:32:34.452Z] 36b3adc4ff6f: Pull complete [2020-09-15T22:32:34.452Z] 0879bd2ef858: Verifying Checksum [2020-09-15T22:32:34.452Z] 0879bd2ef858: Download complete [2020-09-15T22:32:35.404Z] 8ad3a11d3b57: Pull complete [2020-09-15T22:32:35.404Z] 46f8f816bc3b: Pull complete [2020-09-15T22:32:35.668Z] 0dadc02b9964: Pull complete [2020-09-15T22:32:35.932Z] ce6a7cf60c04: Pull complete [2020-09-15T22:32:35.932Z] 7a184a31f384: Pull complete [2020-09-15T22:32:40.164Z] 0879bd2ef858: Pull complete [2020-09-15T22:32:40.164Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-15T22:32:40.164Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T22:32:40.164Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-15T22:32:40.334Z] prd-centos7-docker-4c-2g-43436 does not seem to be running inside a container [2020-09-15T22:32:40.385Z] $ 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 [2020-09-15T22:32:44.006Z] $ docker top d85f9227ed12c3afb8f2da4946d18780f6a420bd18d71121833e7b7c5786b93f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T22:32:44.575Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-15T22:32:44.899Z] + ls /var/log/sa-host [2020-09-15T22:32:44.899Z] + sadf -c /var/log/sa-host/sa05 [2020-09-15T22:32:44.899Z] file_magic: OK [2020-09-15T22:32:44.899Z] HZ: Using current value: 100 [2020-09-15T22:32:44.899Z] file_header: OK [2020-09-15T22:32:44.899Z] 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-15T22:32:44.899Z] Statistics: [2020-09-15T22:32:44.899Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T22:32:44.899Z] File successfully converted to sysstat format version 12.2.1 [2020-09-15T22:32:44.899Z] + sadf -c /var/log/sa-host/sa15 [2020-09-15T22:32:44.899Z] file_magic: OK [2020-09-15T22:32:44.899Z] HZ: Using current value: 100 [2020-09-15T22:32:44.899Z] file_header: OK [2020-09-15T22:32:44.899Z] 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-15T22:32:44.899Z] Statistics: [2020-09-15T22:32:44.899Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T22:32:44.899Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-15T22:32:45.026Z] provisioning config files... [2020-09-15T22:32:45.043Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_go-mod-configuration_PR-13@tmp/config8477234975909829320tmp [Pipeline] { [Pipeline] echo [2020-09-15T22:32:45.165Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:32:45.508Z] ---> create-netrc.sh [Pipeline] echo [2020-09-15T22:32:45.538Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T22:32:45.868Z] ---> logs-deploy.sh [2020-09-15T22:32:45.868Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/PR-13/1 [2020-09-15T22:32:45.868Z] INFO: archiving workspace using pattern(s): [2020-09-15T22:32:47.254Z] Archives upload complete. [2020-09-15T22:32:47.254Z] INFO: archiving logs to Nexus