Pull request #55 updated 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 jpwhitemn for edgexfoundry/go-mod-secrets Obtained Jenkinsfile from e59ca73f49f729752ccf29ab28389c9a80c40d12+c2fdd86c0892cca906f87e05e0c11785480ef45c (a23e9b5fe21336b8f2fa8e129b36d2cfcacbef81) Running in Durability level: PERFORMANCE_OPTIMIZED 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > 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 > 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 Checking out Revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-secrets, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-secrets-settings PROJECT: go-mod-secrets USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-secrets DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2355 in /w/workspace/dgexfoundry_go-mod-secrets_PR-55 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git > git init /w/workspace/dgexfoundry_go-mod-secrets_PR-55 # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/55/head:refs/remotes/origin/PR-55 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/55/head:refs/remotes/origin/PR-55 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/55/head:refs/remotes/origin/PR-55 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c2fdd86c0892cca906f87e05e0c11785480ef45c into PR head commit e59ca73f49f729752ccf29ab28389c9a80c40d12 Merge succeeded, producing e59ca73f49f729752ccf29ab28389c9a80c40d12 Checking out Revision e59ca73f49f729752ccf29ab28389c9a80c40d12 (PR-55) > git config core.sparsecheckout # timeout=10 > git checkout -f e59ca73f49f729752ccf29ab28389c9a80c40d12 # 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 c2fdd86c0892cca906f87e05e0c11785480ef45c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e59ca73f49f729752ccf29ab28389c9a80c40d12 # timeout=10 Commit message: "build: update to go 1.15" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:07:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:07:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:07:32 ========================================================= 22:07:32 EdgeX Global Pipelines Version Info 22:07:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 8a89656fb5e168afe551627daaa0a15c70072a32 # timeout=10 22:07:34 ------------------- 22:07:34 stable info: 22:07:34 ------------------- 22:07:34 Commited By: Emilio Reyes emilio.reyes@intel.com 22:07:34 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 22:07:34 Message: update stable to v1.0.119 22:07:35 ------------------- 22:07:35 experimental info: 22:07:35 ------------------- 22:07:35 Commited By: **** collab-it+edgex@linuxfoundation.org 22:07:35 Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 22:07:35 Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 22:07:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 22:07:35 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 22:07:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:07:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:07:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:07:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:07:36 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:07:36 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:07:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:07:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:07:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:07:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 22:07:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:07:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:07:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:07:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:07:37 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:07:37 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:07:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 22:07:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:07:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:07:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:07:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-55 [Pipeline] echo 22:07:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-55 [Pipeline] echo 22:07:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-55 [Pipeline] echo 22:07:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e59ca73f49f729752ccf29ab28389c9a80c40d12 [Pipeline] echo 22:07:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e59ca73 [Pipeline] echo 22:07:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:07:38 + git log --format=format:%s -1 e59ca73f49f729752ccf29ab28389c9a80c40d12 [Pipeline] echo 22:07:38 GIT_COMMIT: e59ca73f49f729752ccf29ab28389c9a80c40d12, Commit Message: build: update to go 1.15 [Pipeline] echo 22:07:38 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:07:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:07:40 22:07:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:07:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:07:40 latest: Pulling from edgex-devops/git-semver 22:07:40 31603596830f: Pulling fs layer 22:07:40 2a8b12db71e7: Pulling fs layer 22:07:40 6ca5941a6612: Pulling fs layer 22:07:40 ecc8261a40a4: Pulling fs layer 22:07:40 ecc8261a40a4: Waiting 22:07:40 2a8b12db71e7: Verifying Checksum 22:07:40 2a8b12db71e7: Download complete 22:07:40 31603596830f: Verifying Checksum 22:07:40 31603596830f: Download complete 22:07:40 ecc8261a40a4: Verifying Checksum 22:07:40 ecc8261a40a4: Download complete 22:07:40 6ca5941a6612: Verifying Checksum 22:07:40 6ca5941a6612: Download complete 22:07:41 31603596830f: Pull complete 22:07:41 2a8b12db71e7: Pull complete 22:07:42 6ca5941a6612: Pull complete 22:07:42 ecc8261a40a4: Pull complete 22:07:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:07:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:07:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:07:42 prd-centos7-docker-4c-2g-2355 does not seem to be running inside a container 22:07:42 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_go-mod-secrets_PR-55 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-55:/w/workspace/dgexfoundry_go-mod-secrets_PR-55:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-55@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:07:44 $ docker top 601c8c59d33191e34fdae73585940e6fc88984903a4dde0af565fa55a69d3bc9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:07:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:07:44 [ssh-agent] Looking for ssh-agent implementation... 22:07:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:07:45 $ docker exec 601c8c59d33191e34fdae73585940e6fc88984903a4dde0af565fa55a69d3bc9 ssh-agent 22:07:45 SSH_AUTH_SOCK=/tmp/ssh-fuseCOPZvyIi/agent.11 22:07:45 SSH_AGENT_PID=16 22:07:45 Running ssh-add (command line suppressed) 22:07:45 Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-55@tmp/private_key_8605266273240429143.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-55@tmp/private_key_8605266273240429143.key) 22:07:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:07:45 + git describe --exact-match --tags HEAD 22:07:45 fatal: No names found, cannot describe anything. [Pipeline] } 22:07:45 $ docker exec --env ******** --env ******** 601c8c59d33191e34fdae73585940e6fc88984903a4dde0af565fa55a69d3bc9 ssh-agent -k 22:07:45 unset SSH_AUTH_SOCK; 22:07:45 unset SSH_AGENT_PID; 22:07:45 echo Agent pid 16 killed; 22:07:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:07:46 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 22:07:46 This usually means this commit has not been tagged. [Pipeline] sshagent 22:07:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:07:46 [ssh-agent] Looking for ssh-agent implementation... 22:07:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:07:46 $ docker exec 601c8c59d33191e34fdae73585940e6fc88984903a4dde0af565fa55a69d3bc9 ssh-agent 22:07:46 SSH_AUTH_SOCK=/tmp/ssh-9pt5KyHQWP3y/agent.45 22:07:46 SSH_AGENT_PID=50 22:07:46 Running ssh-add (command line suppressed) 22:07:46 Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-55@tmp/private_key_6581274616492284540.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-55@tmp/private_key_6581274616492284540.key) 22:07:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:07:47 + git semver init 22:07:47 # -> Open(): unable to determine branch for HEAD 22:07:47 # $GIT_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-55/.git 22:07:47 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_go-mod-secrets_PR-55 22:07:47 # $SEMVER_REMOTE_NAME = origin 22:07:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:07:47 # $SEMVER_USER_NAME = edgex-jenkins 22:07:47 # $SEMVER_BRANCH = PR-55 22:07:47 # $SEMVER_TEMP = /tmp/semver-362860152 22:07:47 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 22:07:47 # '/tmp/semver-362860152' -> '/w/workspace/dgexfoundry_go-mod-secrets_PR-55/.semver' 22:07:47 # -> Force: false 22:07:47 # $SEMVER_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-55/.semver [Pipeline] } 22:07:47 $ docker exec --env ******** --env ******** 601c8c59d33191e34fdae73585940e6fc88984903a4dde0af565fa55a69d3bc9 ssh-agent -k 22:07:47 unset SSH_AUTH_SOCK; 22:07:47 unset SSH_AGENT_PID; 22:07:47 echo Agent pid 50 killed; 22:07:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:07:48 + git semver [Pipeline] } 22:07:48 $ docker stop --time=1 601c8c59d33191e34fdae73585940e6fc88984903a4dde0af565fa55a69d3bc9 22:07:49 $ docker rm -f 601c8c59d33191e34fdae73585940e6fc88984903a4dde0af565fa55a69d3bc9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 22:07:50 Stashed 33 file(s) [Pipeline] echo 22:07:50 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 22:07:50 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:08:06 Still waiting to schedule task 22:08:06 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:08:06 Still waiting to schedule task 22:08:06 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 22:09:23 Running on prd-centos7-docker-4c-2g-2359 in /w/workspace/dgexfoundry_go-mod-secrets_PR-55 [Pipeline] { [Pipeline] ws 22:09:23 Running in /w/workspace/go-mod-secrets/2 [Pipeline] { [Pipeline] checkout 22:09:26 using credential edgex-jenkins-ssh 22:09:26 Cloning the remote Git repository 22:09:26 Cloning with configured refspecs honoured and without tags 22:09:26 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 22:09:27 Fetching without tags 22:09:26 > git init /w/workspace/go-mod-secrets/2 # timeout=10 22:09:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 22:09:26 > git --version # timeout=10 22:09:26 > git --version # 'git version 2.16.5' 22:09:26 using GIT_SSH to set credentials SSH Credentials for GitHub 22:09:26 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/55/head:refs/remotes/origin/PR-55 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:09:27 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 22:09:27 > git config --add remote.origin.fetch +refs/pull/55/head:refs/remotes/origin/PR-55 # timeout=10 22:09:27 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:09:27 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 22:09:27 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 22:09:27 using GIT_SSH to set credentials SSH Credentials for GitHub 22:09:27 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/55/head:refs/remotes/origin/PR-55 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:09:27 Merging remotes/origin/master commit c2fdd86c0892cca906f87e05e0c11785480ef45c into PR head commit e59ca73f49f729752ccf29ab28389c9a80c40d12 22:09:27 Merge succeeded, producing e59ca73f49f729752ccf29ab28389c9a80c40d12 22:09:27 Checking out Revision e59ca73f49f729752ccf29ab28389c9a80c40d12 (PR-55) 22:09:27 > git config core.sparsecheckout # timeout=10 22:09:27 > git checkout -f e59ca73f49f729752ccf29ab28389c9a80c40d12 # timeout=10 22:09:27 > git remote # timeout=10 22:09:27 > git config --get remote.origin.url # timeout=10 22:09:27 using GIT_SSH to set credentials SSH Credentials for GitHub 22:09:27 > git merge c2fdd86c0892cca906f87e05e0c11785480ef45c # timeout=10 22:09:27 > git rev-parse HEAD^{commit} # timeout=10 22:09:27 > git config core.sparsecheckout # timeout=10 22:09:27 > git checkout -f e59ca73f49f729752ccf29ab28389c9a80c40d12 # timeout=10 22:09:31 Commit message: "build: update to go 1.15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:09:32 ========================================================= 22:09:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:09:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:09:32 + 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:09:32 Sending build context to Docker daemon 518.1kB 22:09:32 Step 1/7 : ARG BASE=golang:1.15-alpine 22:09:32 Step 2/7 : FROM ${BASE} 22:09:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:09:32 df20fa9351a1: Pulling fs layer 22:09:32 ed8968b2872e: Pulling fs layer 22:09:32 a92cc7c5fd73: Pulling fs layer 22:09:32 e871e8e8d7a9: Pulling fs layer 22:09:32 e73272ec9a57: Pulling fs layer 22:09:32 1e910a182e73: Pulling fs layer 22:09:32 4e634b169226: Pulling fs layer 22:09:32 e871e8e8d7a9: Waiting 22:09:32 e73272ec9a57: Waiting 22:09:32 4e634b169226: Waiting 22:09:32 1e910a182e73: Waiting 22:09:33 a92cc7c5fd73: Verifying Checksum 22:09:33 a92cc7c5fd73: Download complete 22:09:33 ed8968b2872e: Download complete 22:09:33 e73272ec9a57: Verifying Checksum 22:09:33 e73272ec9a57: Download complete 22:09:33 1e910a182e73: Verifying Checksum 22:09:33 1e910a182e73: Download complete 22:09:33 df20fa9351a1: Verifying Checksum 22:09:33 df20fa9351a1: Download complete 22:09:34 df20fa9351a1: Pull complete 22:09:34 ed8968b2872e: Pull complete 22:09:34 a92cc7c5fd73: Pull complete 22:09:35 4e634b169226: Verifying Checksum 22:09:35 4e634b169226: Download complete 22:09:35 e871e8e8d7a9: Verifying Checksum 22:09:35 e871e8e8d7a9: Download complete 22:09:41 e871e8e8d7a9: Pull complete 22:09:41 e73272ec9a57: Pull complete 22:09:41 1e910a182e73: Pull complete 22:09:47 4e634b169226: Pull complete 22:09:47 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 22:09:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:09:47 ---> f7629b54cfaa 22:09:47 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:09:47 ---> Running in 37835cdd46af 22:09:47 Removing intermediate container 37835cdd46af 22:09:47 ---> d129df8c7437 22:09:47 Step 4/7 : RUN apk add --update bash 22:09:48 ---> Running in 5b0bb9f772a3 22:09:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:09:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:09:50 OK: 166 MiB in 39 packages 22:09:51 Removing intermediate container 5b0bb9f772a3 22:09:51 ---> 9528648f6f16 22:09:51 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 22:09:51 ---> Running in 9cf3d1eb5961 22:09:51 Removing intermediate container 9cf3d1eb5961 22:09:51 ---> ec73df303044 22:09:51 Step 6/7 : COPY go.mod . 22:09:51 ---> bdc2e02ec3f0 22:09:51 Step 7/7 : RUN go mod download 22:09:51 ---> Running in 824990e43870 22:09:54 Removing intermediate container 824990e43870 22:09:54 ---> c28aedf95323 22:09:54 Successfully built c28aedf95323 22:09:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:09:54 + docker inspect -f . ci-base-image-x86_64 22:09:54 . [Pipeline] withDockerContainer 22:09:54 prd-centos7-docker-4c-2g-2359 does not seem to be running inside a container 22:09:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/2 -v /w/workspace/go-mod-secrets/2:/w/workspace/go-mod-secrets/2:rw,z -v /w/workspace/go-mod-secrets/2@tmp:/w/workspace/go-mod-secrets/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:09:55 $ docker top af358bbc41840e9c8226782b29a75f317d7a4c70a3219eb4198201ae86e22f9c -eo pid,comm [Pipeline] { [Pipeline] sh 22:09:56 + go version 22:09:56 go version go1.15.2 linux/amd64 [Pipeline] sh 22:09:56 + make test 22:09:56 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 22:09:59 ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] 22:09:59 ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] 22:10:09 ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.015s coverage: 96.7% of statements 22:10:19 ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 15.037s coverage: 86.1% of statements 22:10:19 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.020s coverage: 89.5% of statements 22:10:19 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks 0.006s coverage: 100.0% of statements 22:10:19 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.012s coverage: 100.0% of statements 22:10:19 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks 0.010s coverage: 100.0% of statements 22:10:19 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:10:19 gofmt -l . 22:10:19 [ "`gofmt -l .`" = "" ] [Pipeline] stash 22:10:20 Stashed 1 file(s) [Pipeline] } 22:10:20 $ docker stop --time=1 af358bbc41840e9c8226782b29a75f317d7a4c70a3219eb4198201ae86e22f9c 22:10:22 $ docker rm -f af358bbc41840e9c8226782b29a75f317d7a4c70a3219eb4198201ae86e22f9c [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:11:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2364 in /w/workspace/dgexfoundry_go-mod-secrets_PR-55 [Pipeline] { [Pipeline] ws 22:11:39 Running in /w/workspace/go-mod-secrets/2 [Pipeline] { [Pipeline] checkout 22:11:44 using credential edgex-jenkins-ssh 22:11:44 Cloning the remote Git repository 22:11:44 Cloning with configured refspecs honoured and without tags 22:11:44 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 22:11:44 > git init /w/workspace/go-mod-secrets/2 # timeout=10 22:11:44 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 22:11:44 > git --version # timeout=10 22:11:44 > git --version # 'git version 2.17.1' 22:11:44 using GIT_SSH to set credentials SSH Credentials for GitHub 22:11:44 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/55/head:refs/remotes/origin/PR-55 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:11:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 22:11:45 > git config --add remote.origin.fetch +refs/pull/55/head:refs/remotes/origin/PR-55 # timeout=10 22:11:45 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:11:45 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 22:11:45 Fetching without tags 22:11:46 Merging remotes/origin/master commit c2fdd86c0892cca906f87e05e0c11785480ef45c into PR head commit e59ca73f49f729752ccf29ab28389c9a80c40d12 22:11:46 Merge succeeded, producing e59ca73f49f729752ccf29ab28389c9a80c40d12 22:11:46 Checking out Revision e59ca73f49f729752ccf29ab28389c9a80c40d12 (PR-55) 22:11:45 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 22:11:45 using GIT_SSH to set credentials SSH Credentials for GitHub 22:11:45 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/55/head:refs/remotes/origin/PR-55 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:11:46 > git config core.sparsecheckout # timeout=10 22:11:46 > git checkout -f e59ca73f49f729752ccf29ab28389c9a80c40d12 # timeout=10 22:11:46 > git remote # timeout=10 22:11:46 > git config --get remote.origin.url # timeout=10 22:11:46 using GIT_SSH to set credentials SSH Credentials for GitHub 22:11:46 > git merge c2fdd86c0892cca906f87e05e0c11785480ef45c # timeout=10 22:11:46 > git rev-parse HEAD^{commit} # timeout=10 22:11:46 > git config core.sparsecheckout # timeout=10 22:11:46 > git checkout -f e59ca73f49f729752ccf29ab28389c9a80c40d12 # timeout=10 22:11:50 Commit message: "build: update to go 1.15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:11:51 ========================================================= 22:11:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:11:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:11:52 + 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:11:53 Sending build context to Docker daemon 518.1kB 22:11:53 Step 1/7 : ARG BASE=golang:1.15-alpine 22:11:53 Step 2/7 : FROM ${BASE} 22:11:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:11:54 b538f80385f9: Pulling fs layer 22:11:54 74f711af9a0d: Pulling fs layer 22:11:54 99f96fe45779: Pulling fs layer 22:11:54 8529a6b9a6be: Pulling fs layer 22:11:54 45590311c82a: Pulling fs layer 22:11:54 69ca0ff8b7b3: Pulling fs layer 22:11:54 209524e5b208: Pulling fs layer 22:11:54 45590311c82a: Waiting 22:11:54 8529a6b9a6be: Waiting 22:11:54 69ca0ff8b7b3: Waiting 22:11:54 209524e5b208: Waiting 22:11:54 99f96fe45779: Verifying Checksum 22:11:54 99f96fe45779: Download complete 22:11:54 74f711af9a0d: Verifying Checksum 22:11:54 74f711af9a0d: Download complete 22:11:54 45590311c82a: Verifying Checksum 22:11:54 45590311c82a: Download complete 22:11:54 69ca0ff8b7b3: Verifying Checksum 22:11:54 69ca0ff8b7b3: Download complete 22:11:54 b538f80385f9: Verifying Checksum 22:11:54 b538f80385f9: Download complete 22:11:55 b538f80385f9: Pull complete 22:11:56 74f711af9a0d: Pull complete 22:11:56 99f96fe45779: Pull complete 22:11:56 209524e5b208: Verifying Checksum 22:11:56 209524e5b208: Download complete 22:11:58 8529a6b9a6be: Verifying Checksum 22:11:58 8529a6b9a6be: Download complete 22:12:08 8529a6b9a6be: Pull complete 22:12:08 45590311c82a: Pull complete 22:12:09 69ca0ff8b7b3: Pull complete 22:12:13 209524e5b208: Pull complete 22:12:13 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 22:12:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:12:13 ---> 5bddaf1c2fca 22:12:13 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:12:15 ---> Running in d327898d1055 22:12:15 Removing intermediate container d327898d1055 22:12:15 ---> c27964e8ed4b 22:12:15 Step 4/7 : RUN apk add --update bash 22:12:16 ---> Running in c5a52caa026b 22:12:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:12:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:12:19 OK: 142 MiB in 39 packages 22:12:20 Removing intermediate container c5a52caa026b 22:12:20 ---> d3e0acc5cc1c 22:12:20 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 22:12:20 ---> Running in 5756cd8554c2 22:12:21 Removing intermediate container 5756cd8554c2 22:12:21 ---> 5cd4029671c1 22:12:21 Step 6/7 : COPY go.mod . 22:12:21 ---> 1e4b51b240e4 22:12:21 Step 7/7 : RUN go mod download 22:12:22 ---> Running in 06c0ff24cd41 22:12:25 Removing intermediate container 06c0ff24cd41 22:12:25 ---> 9303d7f7e9c4 22:12:25 Successfully built 9303d7f7e9c4 22:12:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:12:27 + docker inspect -f . ci-base-image-arm64 22:12:27 . [Pipeline] withDockerContainer 22:12:27 prd-ubuntu18.04-docker-arm64-4c-16g-2364 does not seem to be running inside a container 22:12:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/2 -v /w/workspace/go-mod-secrets/2:/w/workspace/go-mod-secrets/2:rw,z -v /w/workspace/go-mod-secrets/2@tmp:/w/workspace/go-mod-secrets/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:12:29 $ docker top cf64c0e9e438461173b8101f7a7a1fdff46e22f35d215a23d358c87e973bba07 -eo pid,comm [Pipeline] { [Pipeline] sh 22:12:30 + go version 22:12:30 go version go1.15.2 linux/arm64 [Pipeline] sh 22:12:31 + make test 22:12:31 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 22:12:41 ? github.com/edgexfoundry/go-mod-secrets/pkg [no test files] 22:12:41 ? github.com/edgexfoundry/go-mod-secrets/pkg/keys [no test files] 22:12:52 ok github.com/edgexfoundry/go-mod-secrets/pkg/listener 9.031s coverage: 96.7% of statements 22:13:10 ok github.com/edgexfoundry/go-mod-secrets/pkg/providers/vault 15.034s coverage: 86.1% of statements 22:13:10 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader 0.024s coverage: 89.5% of statements 22:13:10 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/authtokenloader/mocks 0.026s coverage: 100.0% of statements 22:13:10 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer 0.009s coverage: 100.0% of statements 22:13:10 ok github.com/edgexfoundry/go-mod-secrets/pkg/token/fileioperformer/mocks 0.010s coverage: 100.0% of statements 22:13:10 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:13:10 gofmt -l . 22:13:10 [ "`gofmt -l .`" = "" ] [Pipeline] stash 22:13:10 Warning: overwriting stash ‘coverage-report’ 22:13:11 Stashed 1 file(s) [Pipeline] } 22:13:11 $ docker stop --time=1 cf64c0e9e438461173b8101f7a7a1fdff46e22f35d215a23d358c87e973bba07 22:13:13 $ docker rm -f cf64c0e9e438461173b8101f7a7a1fdff46e22f35d215a23d358c87e973bba07 [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:13:15 provisioning config files... 22:13:15 copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-55@tmp/config5090449326794779167tmp [Pipeline] { [Pipeline] sh 22:13:16 + curl -s https://codecov.io/bash 22:13:16 + bash -s - -t @/w/workspace/dgexfoundry_go-mod-secrets_PR-55@tmp/config5090449326794779167tmp [Pipeline] } 22:13:16 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:13:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:13:19 ---> package-listing.sh 22:13:19 ++ facter osfamily 22:13:19 ++ tr '[:upper:]' '[:lower:]' 22:13:19 + OS_FAMILY=redhat 22:13:19 + workspace=/w/workspace/dgexfoundry_go-mod-secrets_PR-55 22:13:19 + START_PACKAGES=/tmp/packages_start.txt 22:13:19 + END_PACKAGES=/tmp/packages_end.txt 22:13:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:13:19 + PACKAGES=/tmp/packages_start.txt 22:13:19 + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-55 ']' 22:13:19 + PACKAGES=/tmp/packages_end.txt 22:13:19 + case "${OS_FAMILY}" in 22:13:19 + rpm -qa 22:13:19 + sort 22:13:23 + '[' -f /tmp/packages_start.txt ']' 22:13:23 + '[' -f /tmp/packages_end.txt ']' 22:13:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:13:23 + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-55 ']' 22:13:23 + mkdir -p /w/workspace/dgexfoundry_go-mod-secrets_PR-55/archives/ 22:13:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_go-mod-secrets_PR-55/archives/ [Pipeline] isUnix [Pipeline] sh 22:13:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:13:24 22:13:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:13:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:13:24 alpine: Pulling from edgex-lftools-log-publisher 22:13:24 df20fa9351a1: Pulling fs layer 22:13:24 36b3adc4ff6f: Pulling fs layer 22:13:24 8ad3a11d3b57: Pulling fs layer 22:13:24 46f8f816bc3b: Pulling fs layer 22:13:24 0dadc02b9964: Pulling fs layer 22:13:24 ce6a7cf60c04: Pulling fs layer 22:13:24 7a184a31f384: Pulling fs layer 22:13:24 0879bd2ef858: Pulling fs layer 22:13:24 46f8f816bc3b: Waiting 22:13:24 0dadc02b9964: Waiting 22:13:24 ce6a7cf60c04: Waiting 22:13:24 7a184a31f384: Waiting 22:13:24 0879bd2ef858: Waiting 22:13:24 36b3adc4ff6f: Verifying Checksum 22:13:24 36b3adc4ff6f: Download complete 22:13:24 46f8f816bc3b: Download complete 22:13:24 df20fa9351a1: Download complete 22:13:24 ce6a7cf60c04: Verifying Checksum 22:13:24 ce6a7cf60c04: Download complete 22:13:24 7a184a31f384: Verifying Checksum 22:13:24 7a184a31f384: Download complete 22:13:24 0dadc02b9964: Verifying Checksum 22:13:24 0dadc02b9964: Download complete 22:13:24 8ad3a11d3b57: Verifying Checksum 22:13:24 8ad3a11d3b57: Download complete 22:13:25 df20fa9351a1: Pull complete 22:13:25 36b3adc4ff6f: Pull complete 22:13:25 0879bd2ef858: Verifying Checksum 22:13:25 0879bd2ef858: Download complete 22:13:25 8ad3a11d3b57: Pull complete 22:13:25 46f8f816bc3b: Pull complete 22:13:26 0dadc02b9964: Pull complete 22:13:26 ce6a7cf60c04: Pull complete 22:13:26 7a184a31f384: Pull complete 22:13:29 0879bd2ef858: Pull complete 22:13:29 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 22:13:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:13:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:13:29 prd-centos7-docker-4c-2g-2355 does not seem to be running inside a container 22:13:29 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dgexfoundry_go-mod-secrets_PR-55 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-55:/w/workspace/dgexfoundry_go-mod-secrets_PR-55:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-55@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:13:33 $ docker top 313ec1041dcd454c632e134262c217162c000de199477b0257b164afbed867d5 -eo pid,comm [Pipeline] { [Pipeline] sh 22:13:34 + mkdir -p /var/log/sa [Pipeline] sh 22:13:34 + ls /var/log/sa-host 22:13:34 + sadf -c /var/log/sa-host/sa05 22:13:34 file_magic: OK 22:13:34 HZ: Using current value: 100 22:13:34 file_header: OK 22:13:34 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:13:34 Statistics: 22:13:34 Hnuu...uuuununununu...Hnuu...uuuununununu... 22:13:34 File successfully converted to sysstat format version 12.2.1 22:13:34 + sadf -c /var/log/sa-host/sa11 22:13:34 file_magic: OK 22:13:34 HZ: Using current value: 100 22:13:34 file_header: OK 22:13:34 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:13:34 Statistics: 22:13:34 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:13:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:13:34 provisioning config files... 22:13:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-55@tmp/config1800191954522868526tmp [Pipeline] { [Pipeline] echo 22:13:34 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:13:34 ---> create-netrc.sh [Pipeline] echo 22:13:34 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:13:35 ---> logs-deploy.sh 22:13:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/PR-55/2 22:13:35 INFO: archiving workspace using pattern(s): 22:13:36 Archives upload complete. 22:13:36 INFO: archiving logs to Nexus 22:13:37 ---> uname -a: 22:13:37 Linux 313ec1041dcd 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 22:13:37 22:13:37 22:13:37 ---> lscpu: 22:13:37 Architecture: x86_64 22:13:37 CPU op-mode(s): 32-bit, 64-bit 22:13:37 Byte Order: Little Endian 22:13:37 Address sizes: 40 bits physical, 48 bits virtual 22:13:37 CPU(s): 4 22:13:37 On-line CPU(s) list: 0-3 22:13:37 Thread(s) per core: 1 22:13:37 Core(s) per socket: 1 22:13:37 Socket(s): 4 22:13:37 NUMA node(s): 1 22:13:37 Vendor ID: GenuineIntel 22:13:37 CPU family: 6 22:13:37 Model: 44 22:13:37 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:13:37 Stepping: 1 22:13:37 CPU MHz: 2933.442 22:13:37 BogoMIPS: 5866.88 22:13:37 Virtualization: VT-x 22:13:37 Hypervisor vendor: KVM 22:13:37 Virtualization type: full 22:13:37 L1d cache: 128 KiB 22:13:37 L1i cache: 128 KiB 22:13:37 L2 cache: 16 MiB 22:13:37 L3 cache: 64 MiB 22:13:37 NUMA node0 CPU(s): 0-3 22:13:37 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:13:37 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:13:37 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:13:37 Vulnerability Meltdown: Mitigation; PTI 22:13:37 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:13:37 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:13:37 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:13:37 Vulnerability Tsx async abort: Not affected 22:13:37 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:13:37 22:13:37 22:13:37 ---> nproc: 22:13:37 4 22:13:37 22:13:37 22:13:37 ---> df -h: 22:13:37 Filesystem Size Used Available Use% Mounted on 22:13:37 overlay 50.0G 6.9G 43.0G 14% / 22:13:37 tmpfs 64.0M 0 64.0M 0% /dev 22:13:37 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:13:37 shm 64.0M 0 64.0M 0% /dev/shm 22:13:37 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/resolv.conf 22:13:37 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hostname 22:13:37 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hosts 22:13:37 /dev/vda1 50.0G 6.9G 43.0G 14% /var/log/sa-host 22:13:37 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/dgexfoundry_go-mod-secrets_PR-55 22:13:37 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/dgexfoundry_go-mod-secrets_PR-55@tmp 22:13:37 22:13:37 22:13:37 ---> free -m: 22:13:37 total used free shared buff/cache available 22:13:37 Mem: 1837 637 126 0 1074 1093 22:13:37 Swap: 1023 0 1023 22:13:37 22:13:37 22:13:37 ---> ip addr: 22:13:37 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:13:37 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:13:37 inet 127.0.0.1/8 scope host lo 22:13:37 valid_lft forever preferred_lft forever 22:13:37 6: eth0@if7: mtu 1458 qdisc noqueue state UP 22:13:37 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 22:13:37 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 22:13:37 valid_lft forever preferred_lft forever 22:13:37 22:13:37 22:13:37 ---> sar -b -r -n DEV: 22:13:37 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/11/20 _x86_64_ (4 CPU) 22:13:37 22:13:37 22:06:41 LINUX RESTART (4 CPU) 22:13:37 22:13:37 22:08:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:13:37 22:09:01 3.52 0.00 3.52 0.00 0.00 110.74 0.00 22:13:37 22:10:01 0.38 0.00 0.38 0.00 0.00 5.81 0.00 22:13:37 22:11:01 0.28 0.00 0.28 0.00 0.00 3.78 0.00 22:13:37 22:12:01 0.28 0.00 0.28 0.00 0.00 2.98 0.00 22:13:37 22:13:01 0.25 0.00 0.25 0.00 0.00 3.61 0.00 22:13:37 Average: 0.94 0.00 0.94 0.00 0.00 25.10 0.00 22:13:37 22:13:37 22:08:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:13:37 22:09:01 175008 0 550956 29.28 2620 1152972 1121420 38.27 403332 1143108 20 22:13:37 22:10:01 179472 0 546488 29.04 2620 1152976 1081148 36.90 401756 1140992 12 22:13:37 22:11:01 179688 0 546264 29.03 2620 1152984 1081160 36.90 401848 1140996 8 22:13:37 22:12:01 178056 0 547896 29.12 2620 1152984 1081148 36.90 413728 1130920 16 22:13:37 22:13:01 172872 0 553076 29.39 2620 1152988 1081160 36.90 418564 1130920 8 22:13:37 Average: 177019 0 548936 29.17 2620 1152981 1089207 37.17 407846 1137387 13 22:13:37 22:13:37 22:08:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:13:37 22:09:01 eth0 1.63 0.27 0.38 0.20 0.00 0.00 0.00 0.00 22:13:37 22:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:13:37 22:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:13:37 22:10:01 eth0 3.00 0.53 0.74 0.36 0.00 0.00 0.00 0.00 22:13:37 22:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:13:37 22:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:13:37 22:11:01 eth0 1.75 0.67 0.64 0.43 0.00 0.00 0.00 0.00 22:13:37 22:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:13:37 22:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:13:37 22:12:01 eth0 1.65 0.42 0.36 0.18 0.00 0.00 0.00 0.00 22:13:37 22:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:13:37 22:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:13:37 22:13:01 eth0 1.63 0.43 0.55 0.30 0.00 0.00 0.00 0.00 22:13:37 22:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:13:37 22:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:13:37 Average: eth0 1.93 0.46 0.53 0.29 0.00 0.00 0.00 0.00 22:13:37 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:13:37 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:13:37 22:13:37 22:13:37 ---> sar -P ALL: 22:13:37 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/11/20 _x86_64_ (4 CPU) 22:13:37 22:13:37 22:06:41 LINUX RESTART (4 CPU) 22:13:37 22:13:37 22:08:02 CPU %user %nice %system %iowait %steal %idle 22:13:37 22:09:01 all 0.17 0.00 0.05 0.00 0.00 99.78 22:13:37 22:09:01 0 0.07 0.00 0.03 0.00 0.00 99.90 22:13:37 22:09:01 1 0.08 0.00 0.05 0.00 0.00 99.86 22:13:37 22:09:01 2 0.47 0.00 0.05 0.00 0.00 99.47 22:13:37 22:09:01 3 0.07 0.00 0.05 0.00 0.00 99.88 22:13:37 22:10:01 all 0.17 0.00 0.05 0.00 0.00 99.78 22:13:37 22:10:01 0 0.02 0.00 0.05 0.00 0.02 99.92 22:13:37 22:10:01 1 0.10 0.00 0.07 0.00 0.00 99.83 22:13:37 22:10:01 2 0.48 0.00 0.03 0.00 0.00 99.48 22:13:37 22:10:01 3 0.07 0.00 0.03 0.00 0.00 99.90 22:13:37 22:11:01 all 0.15 0.00 0.02 0.00 0.00 99.83 22:13:37 22:11:01 0 0.10 0.00 0.03 0.00 0.00 99.87 22:13:37 22:11:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:13:37 22:11:01 2 0.45 0.00 0.02 0.00 0.00 99.53 22:13:37 22:11:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:13:37 22:12:01 all 0.13 0.00 0.06 0.00 0.00 99.80 22:13:37 22:12:01 0 0.02 0.00 0.08 0.00 0.00 99.90 22:13:37 22:12:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:13:37 22:12:01 2 0.45 0.00 0.07 0.00 0.00 99.48 22:13:37 22:12:01 3 0.03 0.00 0.05 0.00 0.02 99.90 22:13:37 22:13:01 all 0.04 0.00 0.07 0.00 0.00 99.90 22:13:37 22:13:01 0 0.02 0.00 0.15 0.00 0.00 99.83 22:13:37 22:13:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:13:37 22:13:01 2 0.03 0.00 0.05 0.00 0.00 99.92 22:13:37 22:13:01 3 0.07 0.00 0.05 0.00 0.00 99.88 22:13:37 Average: all 0.13 0.00 0.05 0.00 0.00 99.82 22:13:37 Average: 0 0.04 0.00 0.07 0.00 0.00 99.88 22:13:37 Average: 1 0.05 0.00 0.04 0.00 0.00 99.91 22:13:37 Average: 2 0.38 0.00 0.04 0.00 0.00 99.58 22:13:37 Average: 3 0.05 0.00 0.04 0.00 0.00 99.90 22:13:37 22:13:37 22:13:37