Pull request #83 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 64b837ea6f94b064f04a721fd0ada27c722e4b7f+3b6091f8eff40fc84d400135c919cf8aac043fac (9233779c832264ebdb64640bc267279c2370e4ba) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:lfit/releng-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:pre] ========================================================= [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: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22635 in /w/workspace/dgexfoundry_go-mod-secrets_PR-83 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git > git init /w/workspace/dgexfoundry_go-mod-secrets_PR-83 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/83/head:refs/remotes/origin/PR-83 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3b6091f8eff40fc84d400135c919cf8aac043fac into PR head commit 64b837ea6f94b064f04a721fd0ada27c722e4b7f > git config core.sparsecheckout # timeout=10 > git checkout -f 64b837ea6f94b064f04a721fd0ada27c722e4b7f # timeout=10 Merge succeeded, producing 64b837ea6f94b064f04a721fd0ada27c722e4b7f Checking out Revision 64b837ea6f94b064f04a721fd0ada27c722e4b7f (PR-83) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3b6091f8eff40fc84d400135c919cf8aac043fac # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 64b837ea6f94b064f04a721fd0ada27c722e4b7f # timeout=10 Commit message: "Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" First time build. Skipping changelog. > git rev-list --no-walk 8bacee14c5300ea505da9d7443952f644ba5fec7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:29:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:29:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:29:10 ========================================================= 14:29:10 EdgeX Global Pipelines Version Info 14:29:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:29:12 ------------------- 14:29:12 stable info: 14:29:12 ------------------- 14:29:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:29:12 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 14:29:12 Message: update stable to v1.0.179 14:29:12 ------------------- 14:29:12 experimental info: 14:29:12 ------------------- 14:29:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:29:12 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 14:29:12 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:29:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 14:29:13 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 14:29:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:29:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:29:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:29:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:29:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:29:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:29:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 14:29:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:29:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:29:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-secrets [Pipeline] echo 14:29:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:29:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:29:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 14:29:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 14:29:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:29:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:29:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:29:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:29:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 14:29:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 14:29:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 14:29:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 14:29:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 14:29:15 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 14:29:15 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 14:29:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-83 [Pipeline] echo 14:29:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-83 [Pipeline] echo 14:29:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-83 [Pipeline] echo 14:29:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 64b837ea6f94b064f04a721fd0ada27c722e4b7f [Pipeline] echo 14:29:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 64b837e [Pipeline] echo 14:29:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:29:17 + git log --format=format:%s -1 64b837ea6f94b064f04a721fd0ada27c722e4b7f [Pipeline] echo 14:29:17 GIT_COMMIT: 64b837ea6f94b064f04a721fd0ada27c722e4b7f, Commit Message: Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 [Pipeline] echo 14:29:17 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 14:29:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:29:18 14:29:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:29:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:29:18 latest: Pulling from edgex-devops/git-semver 14:29:18 31603596830f: Pulling fs layer 14:29:18 2a8b12db71e7: Pulling fs layer 14:29:18 6ca5941a6612: Pulling fs layer 14:29:18 ecc8261a40a4: Pulling fs layer 14:29:18 ecc8261a40a4: Waiting 14:29:18 2a8b12db71e7: Verifying Checksum 14:29:18 2a8b12db71e7: Download complete 14:29:18 31603596830f: Download complete 14:29:18 ecc8261a40a4: Verifying Checksum 14:29:18 ecc8261a40a4: Download complete 14:29:18 6ca5941a6612: Verifying Checksum 14:29:18 6ca5941a6612: Download complete 14:29:19 31603596830f: Pull complete 14:29:19 2a8b12db71e7: Pull complete 14:29:20 6ca5941a6612: Pull complete 14:29:20 ecc8261a40a4: Pull complete 14:29:20 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:29:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:29:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:29:20 prd-centos7-docker-4c-2g-22635 does not seem to be running inside a container 14:29:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_go-mod-secrets_PR-83 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-83:/w/workspace/dgexfoundry_go-mod-secrets_PR-83:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-83@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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:29:22 $ docker top 3d2fb9baa149a26d63adf1d804ab6802cecf954769c92f5d0821ab95957077f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:29:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:29:22 [ssh-agent] Looking for ssh-agent implementation... 14:29:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:29:23 $ docker exec 3d2fb9baa149a26d63adf1d804ab6802cecf954769c92f5d0821ab95957077f6 ssh-agent 14:29:23 SSH_AUTH_SOCK=/tmp/ssh-1oEcDHkSaDqS/agent.12 14:29:23 SSH_AGENT_PID=17 14:29:23 Running ssh-add (command line suppressed) 14:29:23 Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_3430086891134844089.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_3430086891134844089.key) 14:29:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:29:23 + git tag --points-at HEAD [Pipeline] } 14:29:23 $ docker exec --env ******** --env ******** 3d2fb9baa149a26d63adf1d804ab6802cecf954769c92f5d0821ab95957077f6 ssh-agent -k 14:29:24 unset SSH_AUTH_SOCK; 14:29:24 unset SSH_AGENT_PID; 14:29:24 echo Agent pid 17 killed; 14:29:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:29:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:29:24 [ssh-agent] Looking for ssh-agent implementation... 14:29:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:29:24 $ docker exec 3d2fb9baa149a26d63adf1d804ab6802cecf954769c92f5d0821ab95957077f6 ssh-agent 14:29:24 SSH_AUTH_SOCK=/tmp/ssh-dPAHUncVIIGw/agent.45 14:29:24 SSH_AGENT_PID=50 14:29:24 Running ssh-add (command line suppressed) 14:29:24 Identity added: /w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_5793166188911505954.key (/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/private_key_5793166188911505954.key) 14:29:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:29:25 + git semver init 14:29:25 # -> Open(): unable to determine branch for HEAD 14:29:25 # $GIT_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-83/.git 14:29:25 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_go-mod-secrets_PR-83 14:29:25 # $SEMVER_REMOTE_NAME = origin 14:29:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:29:25 # $SEMVER_USER_NAME = edgex-jenkins 14:29:25 # $SEMVER_BRANCH = PR-83 14:29:25 # $SEMVER_TEMP = /tmp/semver-543177181 14:29:25 # git clone --branch semver git@github.com:edgexfoundry/go-mod-secrets.git $SEMVER_TEMP 14:29:25 # '/tmp/semver-543177181' -> '/w/workspace/dgexfoundry_go-mod-secrets_PR-83/.semver' 14:29:25 # -> Force: false 14:29:25 # $SEMVER_DIR = /w/workspace/dgexfoundry_go-mod-secrets_PR-83/.semver [Pipeline] } 14:29:25 $ docker exec --env ******** --env ******** 3d2fb9baa149a26d63adf1d804ab6802cecf954769c92f5d0821ab95957077f6 ssh-agent -k 14:29:25 unset SSH_AUTH_SOCK; 14:29:25 unset SSH_AGENT_PID; 14:29:25 echo Agent pid 50 killed; 14:29:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:29:26 + git semver [Pipeline] } 14:29:26 $ docker stop --time=1 3d2fb9baa149a26d63adf1d804ab6802cecf954769c92f5d0821ab95957077f6 14:29:27 $ docker rm -f 3d2fb9baa149a26d63adf1d804ab6802cecf954769c92f5d0821ab95957077f6 [Pipeline] // withDockerContainer [Pipeline] sh 14:29:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:29:28 Stashed 1 file(s) [Pipeline] echo 14:29:28 [edgeXSemver]: initialized semver on 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 14:29:44 Still waiting to schedule task 14:29:44 Waiting for next available executor on ‘centos7-docker-4c-2g’ 14:29:44 Still waiting to schedule task 14:29:44 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 14:31:34 Running on prd-centos7-docker-4c-2g-22637 in /w/workspace/dgexfoundry_go-mod-secrets_PR-83 [Pipeline] { [Pipeline] ws 14:31:34 Running in /w/workspace/go-mod-secrets/6 [Pipeline] { [Pipeline] checkout 14:31:48 using credential edgex-jenkins-ssh 14:31:48 Cloning the remote Git repository 14:31:48 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 14:31:48 > git init /w/workspace/go-mod-secrets/6 # timeout=10 14:31:48 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 14:31:48 > git --version # timeout=10 14:31:48 > git --version # 'git version 2.24.3' 14:31:48 using GIT_SSH to set credentials SSH Credentials for GitHub 14:31:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:31:50 Merging remotes/origin/master commit 3b6091f8eff40fc84d400135c919cf8aac043fac into PR head commit 64b837ea6f94b064f04a721fd0ada27c722e4b7f 14:31:50 Merge succeeded, producing 64b837ea6f94b064f04a721fd0ada27c722e4b7f 14:31:50 Checking out Revision 64b837ea6f94b064f04a721fd0ada27c722e4b7f (PR-83) 14:31:49 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 14:31:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:31:49 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 14:31:49 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 14:31:49 using GIT_SSH to set credentials SSH Credentials for GitHub 14:31:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/83/head:refs/remotes/origin/PR-83 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:31:50 > git config core.sparsecheckout # timeout=10 14:31:50 > git checkout -f 64b837ea6f94b064f04a721fd0ada27c722e4b7f # timeout=10 14:31:50 > git remote # timeout=10 14:31:50 > git config --get remote.origin.url # timeout=10 14:31:50 using GIT_SSH to set credentials SSH Credentials for GitHub 14:31:50 > git merge 3b6091f8eff40fc84d400135c919cf8aac043fac # timeout=10 14:31:50 > git rev-parse HEAD^{commit} # timeout=10 14:31:50 > git config core.sparsecheckout # timeout=10 14:31:50 > git checkout -f 64b837ea6f94b064f04a721fd0ada27c722e4b7f # timeout=10 14:31:55 Commit message: "Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:31:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 14:31:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:31:58 + sudo service docker restart 14:31:58 + true 14:31:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 14:32:01 ========================================================= 14:32:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 14:32:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:32:01 + 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 . 14:32:03 Sending build context to Docker daemon 457.7kB 14:32:03 Step 1/7 : ARG BASE=golang:1.15-alpine 14:32:03 Step 2/7 : FROM ${BASE} 14:32:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 14:32:03 188c0c94c7c5: Pulling fs layer 14:32:03 0ef7d3d256c8: Pulling fs layer 14:32:03 de9db76c5a1d: Pulling fs layer 14:32:03 bca2f99d35d6: Pulling fs layer 14:32:03 93359f2a8cfa: Pulling fs layer 14:32:03 7c6f9722023f: Pulling fs layer 14:32:03 bca2f99d35d6: Waiting 14:32:03 a35cf1a2eb13: Pulling fs layer 14:32:03 7c6f9722023f: Waiting 14:32:03 a35cf1a2eb13: Waiting 14:32:03 93359f2a8cfa: Waiting 14:32:03 de9db76c5a1d: Verifying Checksum 14:32:03 de9db76c5a1d: Download complete 14:32:03 0ef7d3d256c8: Download complete 14:32:03 93359f2a8cfa: Verifying Checksum 14:32:03 93359f2a8cfa: Download complete 14:32:03 7c6f9722023f: Verifying Checksum 14:32:03 7c6f9722023f: Download complete 14:32:04 188c0c94c7c5: Verifying Checksum 14:32:04 188c0c94c7c5: Download complete 14:32:05 188c0c94c7c5: Pull complete 14:32:06 0ef7d3d256c8: Pull complete 14:32:06 de9db76c5a1d: Pull complete 14:32:11 a35cf1a2eb13: Verifying Checksum 14:32:11 a35cf1a2eb13: Download complete 14:32:14 bca2f99d35d6: Verifying Checksum 14:32:14 bca2f99d35d6: Download complete 14:32:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22640 in /w/workspace/dgexfoundry_go-mod-secrets_PR-83 [Pipeline] { [Pipeline] ws 14:32:27 Running in /w/workspace/go-mod-secrets/6 [Pipeline] { [Pipeline] checkout 14:32:32 using credential edgex-jenkins-ssh 14:32:32 Cloning the remote Git repository 14:32:33 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 14:32:33 > git init /w/workspace/go-mod-secrets/6 # timeout=10 14:32:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 14:32:33 > git --version # timeout=10 14:32:33 > git --version # 'git version 2.17.1' 14:32:33 using GIT_SSH to set credentials SSH Credentials for GitHub 14:32:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:32:34 bca2f99d35d6: Pull complete 14:32:34 93359f2a8cfa: Pull complete 14:32:34 7c6f9722023f: Pull complete 14:32:34 Merging remotes/origin/master commit 3b6091f8eff40fc84d400135c919cf8aac043fac into PR head commit 64b837ea6f94b064f04a721fd0ada27c722e4b7f 14:32:35 Merge succeeded, producing 64b837ea6f94b064f04a721fd0ada27c722e4b7f 14:32:35 Checking out Revision 64b837ea6f94b064f04a721fd0ada27c722e4b7f (PR-83) 14:32:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 14:32:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:32:34 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 14:32:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 14:32:34 using GIT_SSH to set credentials SSH Credentials for GitHub 14:32:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/pull/83/head:refs/remotes/origin/PR-83 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:32:34 > git config core.sparsecheckout # timeout=10 14:32:34 > git checkout -f 64b837ea6f94b064f04a721fd0ada27c722e4b7f # timeout=10 14:32:35 > git remote # timeout=10 14:32:35 > git config --get remote.origin.url # timeout=10 14:32:35 using GIT_SSH to set credentials SSH Credentials for GitHub 14:32:35 > git merge 3b6091f8eff40fc84d400135c919cf8aac043fac # timeout=10 14:32:35 > git rev-parse HEAD^{commit} # timeout=10 14:32:35 > git config core.sparsecheckout # timeout=10 14:32:35 > git checkout -f 64b837ea6f94b064f04a721fd0ada27c722e4b7f # timeout=10 14:32:39 Commit message: "Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:32:40 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 14:32:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:32:41 a35cf1a2eb13: Pull complete 14:32:41 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 14:32:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 14:32:41 ---> a62c8e92a672 14:32:41 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 14:32:41 ---> Running in 42562c10c709 14:32:41 Removing intermediate container 42562c10c709 14:32:41 ---> 989193683597 14:32:41 Step 4/7 : RUN apk add --update bash 14:32:41 ---> Running in 4219b27ed121 14:32:41 + sudo service docker restart 14:32:41 + true 14:32:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:32:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] unstash [Pipeline] echo 14:32:44 ========================================================= 14:32:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 14:32:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:32:45 OK: 166 MiB in 39 packages 14:32:45 + 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 . 14:32:46 Sending build context to Docker daemon 456.7kB 14:32:46 Step 1/7 : ARG BASE=golang:1.15-alpine 14:32:46 Step 2/7 : FROM ${BASE} 14:32:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:32:46 5f621e34cdf4: Pulling fs layer 14:32:46 a4357932f1b6: Pulling fs layer 14:32:46 18c013af1878: Pulling fs layer 14:32:46 00ac8860ef70: Pulling fs layer 14:32:46 63d7cb157983: Pulling fs layer 14:32:46 b116817d02f9: Pulling fs layer 14:32:46 745a02a5169b: Pulling fs layer 14:32:46 00ac8860ef70: Waiting 14:32:46 63d7cb157983: Waiting 14:32:46 b116817d02f9: Waiting 14:32:46 745a02a5169b: Waiting 14:32:46 18c013af1878: Verifying Checksum 14:32:46 18c013af1878: Download complete 14:32:46 a4357932f1b6: Download complete 14:32:46 63d7cb157983: Download complete 14:32:46 b116817d02f9: Download complete 14:32:46 5f621e34cdf4: Verifying Checksum 14:32:46 5f621e34cdf4: Download complete 14:32:46 Removing intermediate container 4219b27ed121 14:32:46 ---> 0b2021aaadfc 14:32:46 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 14:32:46 ---> Running in 31093cf440d0 14:32:47 Removing intermediate container 31093cf440d0 14:32:47 ---> 4a86eea1f675 14:32:47 Step 6/7 : COPY go.mod . 14:32:47 5f621e34cdf4: Pull complete 14:32:47 ---> 6d022a5d6665 14:32:47 Step 7/7 : RUN go mod download 14:32:47 ---> Running in 6b8da74c6db6 14:32:47 a4357932f1b6: Pull complete 14:32:48 18c013af1878: Pull complete 14:32:49 745a02a5169b: Verifying Checksum 14:32:49 745a02a5169b: Download complete 14:32:50 00ac8860ef70: Verifying Checksum 14:32:50 00ac8860ef70: Download complete 14:33:00 00ac8860ef70: Pull complete 14:33:00 63d7cb157983: Pull complete 14:33:00 b116817d02f9: Pull complete 14:33:04 745a02a5169b: Pull complete 14:33:04 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 14:33:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 14:33:04 ---> b7e6874047d6 14:33:04 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 14:33:06 Removing intermediate container 6b8da74c6db6 14:33:06 ---> 0157a9b1c762 14:33:06 Successfully built 0157a9b1c762 14:33:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:33:06 + docker inspect -f . ci-base-image-x86_64 14:33:06 ---> Running in fc918ecde002 14:33:06 . [Pipeline] withDockerContainer 14:33:07 prd-centos7-docker-4c-2g-22637 does not seem to be running inside a container 14:33:07 Removing intermediate container fc918ecde002 14:33:07 ---> ab751d71532e 14:33:07 Step 4/7 : RUN apk add --update bash 14:33:07 ---> Running in 9dce6671e0da 14:33:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/6 -v /w/workspace/go-mod-secrets/6:/w/workspace/go-mod-secrets/6:rw,z -v /w/workspace/go-mod-secrets/6@tmp:/w/workspace/go-mod-secrets/6@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:33:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:33:09 $ docker top 11c37d0dd5b602863a23e9c98bef5eec0c9ceb4474b314d7e413a983f06861bc -eo pid,comm [Pipeline] { [Pipeline] sh 14:33:10 + go version 14:33:10 go version go1.15.5 linux/amd64 [Pipeline] } 14:33:10 $ docker stop --time=1 11c37d0dd5b602863a23e9c98bef5eec0c9ceb4474b314d7e413a983f06861bc 14:33:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:33:12 $ docker rm -f 11c37d0dd5b602863a23e9c98bef5eec0c9ceb4474b314d7e413a983f06861bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:33:13 OK: 142 MiB in 39 packages 14:33:13 + docker inspect -f . ci-base-image-x86_64 14:33:13 . [Pipeline] withDockerContainer 14:33:13 prd-centos7-docker-4c-2g-22637 does not seem to be running inside a container 14:33:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/6 -v /w/workspace/go-mod-secrets/6:/w/workspace/go-mod-secrets/6:rw,z -v /w/workspace/go-mod-secrets/6@tmp:/w/workspace/go-mod-secrets/6@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:33:14 Removing intermediate container 9dce6671e0da 14:33:14 ---> d7559c6fc9d6 14:33:14 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 14:33:14 ---> Running in 2e5fd6ec14f2 14:33:15 Removing intermediate container 2e5fd6ec14f2 14:33:15 ---> 86ac1c036658 14:33:15 Step 6/7 : COPY go.mod . 14:33:15 $ docker top 3c2bd3b6d79c5dc2cd94ea570c2528db0ae81c012eaaf1738cadfb84c6cd375b -eo pid,comm [Pipeline] { [Pipeline] sh 14:33:16 ---> 9eb6d32c9456 14:33:16 Step 7/7 : RUN go mod download 14:33:16 ---> Running in 15928e755c0d 14:33:16 + make test 14:33:16 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 14:33:31 Removing intermediate container 15928e755c0d 14:33:31 ---> 35f41870a84d 14:33:31 Successfully built 35f41870a84d 14:33:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:33:31 + docker inspect -f . ci-base-image-arm64 14:33:31 . [Pipeline] withDockerContainer 14:33:32 prd-ubuntu18.04-docker-arm64-4c-16g-22640 does not seem to be running inside a container 14:33:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/6 -v /w/workspace/go-mod-secrets/6:/w/workspace/go-mod-secrets/6:rw,z -v /w/workspace/go-mod-secrets/6@tmp:/w/workspace/go-mod-secrets/6@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:33:34 $ docker top 5c6128aa2f1135cc27f14ec07227c0a55c83c83747c580a962ff001401dbbce2 -eo pid,comm [Pipeline] { [Pipeline] sh 14:33:35 + go version 14:33:35 go version go1.15.5 linux/arm64 [Pipeline] } 14:33:35 $ docker stop --time=1 5c6128aa2f1135cc27f14ec07227c0a55c83c83747c580a962ff001401dbbce2 14:33:36 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg [no test files] 14:33:36 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 14:33:37 $ docker rm -f 5c6128aa2f1135cc27f14ec07227c0a55c83c83747c580a962ff001401dbbce2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:33:38 + docker inspect -f . ci-base-image-arm64 14:33:38 . [Pipeline] withDockerContainer 14:33:38 prd-ubuntu18.04-docker-arm64-4c-16g-22640 does not seem to be running inside a container 14:33:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/6 -v /w/workspace/go-mod-secrets/6:/w/workspace/go-mod-secrets/6:rw,z -v /w/workspace/go-mod-secrets/6@tmp:/w/workspace/go-mod-secrets/6@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:33:40 $ docker top 24c2e359994491b70289b6d035a5012ea570d7cb3c41ddeb976e5525aebfb6ba -eo pid,comm [Pipeline] { [Pipeline] sh 14:33:41 + make test 14:33:41 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 14:33:44 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.064s coverage: 96.7% of statements 14:33:44 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/providers/vault 0.041s coverage: 44.1% of statements 14:33:44 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.043s coverage: 89.5% of statements 14:33:44 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 14:33:44 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.021s coverage: 100.0% of statements 14:33:44 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 14:33:44 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.033s coverage: 87.5% of statements 14:33:55 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 15.033s coverage: 93.3% of statements 14:33:55 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 14:33:55 CGO_ENABLED=0 GO111MODULE=on go vet ./... 14:33:58 gofmt -l . 14:33:58 [ "`gofmt -l .`" = "" ] [Pipeline] } 14:33:58 $ docker stop --time=1 3c2bd3b6d79c5dc2cd94ea570c2528db0ae81c012eaaf1738cadfb84c6cd375b 14:34:00 $ docker rm -f 3c2bd3b6d79c5dc2cd94ea570c2528db0ae81c012eaaf1738cadfb84c6cd375b [Pipeline] // withDockerContainer [Pipeline] sh 14:34:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:34:02 Stashed 1 file(s) [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] } 14:34:03 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg [no test files] 14:34:03 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/keys [no test files] 14:34:16 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/listener 9.028s coverage: 96.7% of statements 14:34:16 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/providers/vault 0.031s coverage: 44.1% of statements 14:34:16 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader 0.036s coverage: 89.5% of statements 14:34:16 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/authtokenloader/mocks [no test files] 14:34:16 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer 0.049s coverage: 100.0% of statements 14:34:16 ? github.com/edgexfoundry/go-mod-secrets/v2/pkg/token/fileioperformer/mocks [no test files] 14:34:16 ok github.com/edgexfoundry/go-mod-secrets/v2/pkg/types 0.010s coverage: 87.5% of statements 14:34:28 ok github.com/edgexfoundry/go-mod-secrets/v2/secrets 15.020s coverage: 93.3% of statements 14:34:28 ? github.com/edgexfoundry/go-mod-secrets/v2/secrets/mocks [no test files] 14:34:28 CGO_ENABLED=0 GO111MODULE=on go vet ./... 14:34:30 gofmt -l . 14:34:30 [ "`gofmt -l .`" = "" ] [Pipeline] } 14:34:30 $ docker stop --time=1 24c2e359994491b70289b6d035a5012ea570d7cb3c41ddeb976e5525aebfb6ba 14:34:32 $ docker rm -f 24c2e359994491b70289b6d035a5012ea570d7cb3c41ddeb976e5525aebfb6ba [Pipeline] // withDockerContainer [Pipeline] sh 14:34:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:34:33 Warning: overwriting stash ‘coverage-report’ 14:34:34 Stashed 1 file(s) [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] } [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 14:34:36 provisioning config files... 14:34:36 copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/config6265136864756774653tmp [Pipeline] { [Pipeline] sh 14:34:36 + set +x 14:34:36 + curl -s https://codecov.io/bash 14:34:36 + bash -s -- 14:34:37 14:34:37 _____ _ 14:34:37 / ____| | | 14:34:37 | | ___ __| | ___ ___ _____ __ 14:34:37 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:34:37 | |___| (_) | (_| | __/ (_| (_) \ V / 14:34:37 \_____\___/ \__,_|\___|\___\___/ \_/ 14:34:37 Bash-20210115-cec3c92 14:34:37 14:34:37 14:34:37 ==> git version 2.24.3 found 14:34:37 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 14:34:37 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 14:34:37 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 14:34:37 ==> Jenkins CI detected. 14:34:37 project root: . 14:34:37 --> token set from env 14:34:37 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:34:37 ==> Running gcov in . (disable via -X gcov) 14:34:37 ==> Python coveragepy not found 14:34:37 ==> Searching for coverage reports in: 14:34:37 + . 14:34:37 -> Found 1 reports 14:34:37 ==> Detecting git/mercurial file structure 14:34:37 ==> Reading reports 14:34:37 + ./coverage.out bytes=17226 14:34:37 ==> Appending adjustments 14:34:37 https://docs.codecov.io/docs/fixing-reports 14:34:37 + Found adjustments 14:34:37 ==> Gzipping contents 14:34:37 4.0K /tmp/codecov.YYAw4n.gz 14:34:37 ==> Uploading reports 14:34:37 url: https://codecov.io 14:34:37 query: branch=PR-83&commit=64b837ea6f94b064f04a721fd0ada27c722e4b7f&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2FPR-83%2F6%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=83&job=&cmd_args= 14:34:37 -> Pinging Codecov 14:34:37 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-83&commit=64b837ea6f94b064f04a721fd0ada27c722e4b7f&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2FPR-83%2F6%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=83&job=&cmd_args= 14:34:37 -> Uploading to 14:34:37 https://storage.googleapis.com/codecov/v4/raw/2021-01-25/D63849C06B6B67093493C71CE874ED06/64b837ea6f94b064f04a721fd0ada27c722e4b7f/05c93784-0ace-4bce-8555-4dd69d764382.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210125%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210125T143437Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=99462339a8d357470c8e0af970dfacbaaf6aa12447ff63a5b40142117f3b4212 14:34:37 % Total % Received % Xferd Average Speed Time Time Time Current 14:34:37 Dload Upload Total Spent Left Speed 14:34:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3701 0 0 100 3701 0 7841 --:--:-- --:--:-- --:--:-- 7857 14:34:38 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-secrets/commit/64b837ea6f94b064f04a721fd0ada27c722e4b7f [Pipeline] } 14:34:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 14:34:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:34:41 ---> package-listing.sh 14:34:41 ++ facter osfamily 14:34:41 ++ tr '[:upper:]' '[:lower:]' 14:34:41 + OS_FAMILY=redhat 14:34:41 + workspace=/w/workspace/dgexfoundry_go-mod-secrets_PR-83 14:34:41 + START_PACKAGES=/tmp/packages_start.txt 14:34:41 + END_PACKAGES=/tmp/packages_end.txt 14:34:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:34:41 + PACKAGES=/tmp/packages_start.txt 14:34:41 + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-83 ']' 14:34:41 + PACKAGES=/tmp/packages_end.txt 14:34:41 + case "${OS_FAMILY}" in 14:34:41 + rpm -qa 14:34:41 + sort 14:34:46 + '[' -f /tmp/packages_start.txt ']' 14:34:46 + '[' -f /tmp/packages_end.txt ']' 14:34:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:34:46 + '[' /w/workspace/dgexfoundry_go-mod-secrets_PR-83 ']' 14:34:46 + mkdir -p /w/workspace/dgexfoundry_go-mod-secrets_PR-83/archives/ 14:34:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_go-mod-secrets_PR-83/archives/ [Pipeline] echo 14:34:46 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_go-mod-secrets_PR-83/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:34:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:34:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:34:47 14:34:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:34:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:34:47 alpine: Pulling from edgex-lftools-log-publisher 14:34:47 df20fa9351a1: Pulling fs layer 14:34:47 36b3adc4ff6f: Pulling fs layer 14:34:47 8ad3a11d3b57: Pulling fs layer 14:34:47 46f8f816bc3b: Pulling fs layer 14:34:47 93b61091891f: Pulling fs layer 14:34:47 93b9cdb0e59b: Pulling fs layer 14:34:47 5e14af77c1be: Pulling fs layer 14:34:47 01666e4c0597: Pulling fs layer 14:34:47 aa168da1d23b: Pulling fs layer 14:34:47 93b9cdb0e59b: Waiting 14:34:47 5e14af77c1be: Waiting 14:34:47 01666e4c0597: Waiting 14:34:47 aa168da1d23b: Waiting 14:34:47 93b61091891f: Waiting 14:34:47 46f8f816bc3b: Waiting 14:34:47 36b3adc4ff6f: Verifying Checksum 14:34:47 36b3adc4ff6f: Download complete 14:34:47 46f8f816bc3b: Verifying Checksum 14:34:47 46f8f816bc3b: Download complete 14:34:47 df20fa9351a1: Verifying Checksum 14:34:47 93b9cdb0e59b: Verifying Checksum 14:34:47 93b9cdb0e59b: Download complete 14:34:47 5e14af77c1be: Verifying Checksum 14:34:47 5e14af77c1be: Download complete 14:34:47 93b61091891f: Verifying Checksum 14:34:47 93b61091891f: Download complete 14:34:47 01666e4c0597: Verifying Checksum 14:34:47 01666e4c0597: Download complete 14:34:48 df20fa9351a1: Pull complete 14:34:48 8ad3a11d3b57: Verifying Checksum 14:34:48 8ad3a11d3b57: Download complete 14:34:48 36b3adc4ff6f: Pull complete 14:34:49 8ad3a11d3b57: Pull complete 14:34:49 46f8f816bc3b: Pull complete 14:34:49 93b61091891f: Pull complete 14:34:50 93b9cdb0e59b: Pull complete 14:34:50 aa168da1d23b: Verifying Checksum 14:34:50 aa168da1d23b: Download complete 14:34:50 5e14af77c1be: Pull complete 14:34:51 01666e4c0597: Pull complete 14:34:57 aa168da1d23b: Pull complete 14:34:57 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:34:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:34:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:34:58 prd-centos7-docker-4c-2g-22635 does not seem to be running inside a container 14:34:58 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_go-mod-secrets_PR-83/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_go-mod-secrets_PR-83 -v /w/workspace/dgexfoundry_go-mod-secrets_PR-83:/w/workspace/dgexfoundry_go-mod-secrets_PR-83:rw,z -v /w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp:/w/workspace/dgexfoundry_go-mod-secrets_PR-83@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:35:02 $ docker top 61406c87d9b9e74540fe1225adfe6dabcae353b174041d9ebe44111487d24bcd -eo pid,comm [Pipeline] { [Pipeline] sh 14:35:02 + touch /tmp/pre-build-complete [Pipeline] sh 14:35:03 + mkdir -p /var/log/sa [Pipeline] sh 14:35:03 + ls /var/log/sa-host 14:35:03 + sadf -c /var/log/sa-host/sa23 14:35:03 file_magic: OK 14:35:03 HZ: Using current value: 100 14:35:03 file_header: OK 14:35:03 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 14:35:03 Statistics: 14:35:03 Hnuu...uuuununununu... 14:35:03 File successfully converted to sysstat format version 12.2.1 14:35:03 + sadf -c /var/log/sa-host/sa25 14:35:03 file_magic: OK 14:35:03 HZ: Using current value: 100 14:35:03 file_header: OK 14:35:03 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 14:35:03 Statistics: 14:35:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:35:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:35:03 provisioning config files... 14:35:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_go-mod-secrets_PR-83@tmp/config7777289450221209058tmp [Pipeline] { [Pipeline] echo 14:35:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:35:03 ---> create-netrc.sh [Pipeline] } 14:35:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:35:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:35:04 ---> python-tools-install.sh [Pipeline] echo 14:35:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:35:04 ---> sudo-logs.sh 14:35:04 Archiving 'sudo' log.. [Pipeline] echo 14:35:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:35:05 ---> job-cost.sh 14:35:05 lf-activate-venv: SKIPPING 14:35:05 INFO: No Stack... 14:35:05 INFO: Retrieving Pricing Info for: v1-standard-2 14:35:06 INFO: Archiving Costs [Pipeline] echo 14:35:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:35:06 ---> logs-deploy.sh 14:35:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/PR-83/6 14:35:06 INFO: archiving workspace using pattern(s): 14:35:08 Archives upload complete. 14:35:08 INFO: archiving logs to Nexus