Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 71ae056a083e77bc9604977497a7f25522b8befe 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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-configuration, 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-configuration-settings PROJECT: go-mod-configuration USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-configuration DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: 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 ‘prd-centos7-docker-4c-2g-25034’ Running on prd-centos7-docker-4c-2g-25036 in /w/workspace/ndry_go-mod-configuration_master [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-configuration.git > git init /w/workspace/ndry_go-mod-configuration_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.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-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.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-configuration.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 71ae056a083e77bc9604977497a7f25522b8befe (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 71ae056a083e77bc9604977497a7f25522b8befe # timeout=10 Commit message: "Merge pull request #24 from edgexfoundry/dependabot/go_modules/github.com/hashicorp/consul/api-1.8.1" > git rev-list --no-walk cb532a07dfc327426b9b90c72480b9ef20d17f48 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:35:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:35:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:35:12 ========================================================= 18:35:12 EdgeX Global Pipelines Version Info 18:35:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:35:15 ------------------- 18:35:15 stable info: 18:35:15 ------------------- 18:35:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:35:15 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:35:15 Message: update stable to v1.0.179 18:35:16 ------------------- 18:35:16 experimental info: 18:35:16 ------------------- 18:35:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:35:16 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:35:16 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:35:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-configuration-settings [Pipeline] echo 18:35:16 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-configuration [Pipeline] echo 18:35:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:35:16 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:35:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:35:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:35:17 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:35:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:35:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:35:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:35:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:35:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-configuration [Pipeline] echo 18:35:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:35:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:35:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:35:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:35:18 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:35:18 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:35:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:35:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:35:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:35:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:35:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:35:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:35:19 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:35:19 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:35:19 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 18:35:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:35:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:35:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:35:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 71ae056a083e77bc9604977497a7f25522b8befe [Pipeline] echo 18:35:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 71ae056 [Pipeline] echo 18:35:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:35:20 + git log --format=format:%s -1 71ae056a083e77bc9604977497a7f25522b8befe [Pipeline] echo 18:35:20 GIT_COMMIT: 71ae056a083e77bc9604977497a7f25522b8befe, Commit Message: Merge pull request #24 from edgexfoundry/dependabot/go_modules/github.com/hashicorp/consul/api-1.8.1 [Pipeline] echo 18:35:20 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:35:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:35:22 18:35:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:35:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:35:23 latest: Pulling from edgex-devops/git-semver 18:35:23 31603596830f: Pulling fs layer 18:35:23 2a8b12db71e7: Pulling fs layer 18:35:23 6ca5941a6612: Pulling fs layer 18:35:23 ecc8261a40a4: Pulling fs layer 18:35:23 ecc8261a40a4: Waiting 18:35:23 2a8b12db71e7: Verifying Checksum 18:35:23 2a8b12db71e7: Download complete 18:35:24 31603596830f: Verifying Checksum 18:35:24 31603596830f: Download complete 18:35:25 ecc8261a40a4: Verifying Checksum 18:35:25 ecc8261a40a4: Download complete 18:35:25 31603596830f: Pull complete 18:35:25 6ca5941a6612: Verifying Checksum 18:35:25 6ca5941a6612: Download complete 18:35:26 2a8b12db71e7: Pull complete 18:35:28 6ca5941a6612: Pull complete 18:35:28 ecc8261a40a4: Pull complete 18:35:28 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:35:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:35:28 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:35:29 prd-centos7-docker-4c-2g-25036 does not seem to be running inside a container 18:35:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:35:32 $ docker top da10237945d543bb0cee0b747153b13309b12e724aa4d999248a70a0a1ea6eb1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:35:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:35:33 [ssh-agent] Looking for ssh-agent implementation... 18:35:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:35:33 $ docker exec da10237945d543bb0cee0b747153b13309b12e724aa4d999248a70a0a1ea6eb1 ssh-agent 18:35:34 SSH_AUTH_SOCK=/tmp/ssh-f0dKC0NjqqTs/agent.11 18:35:34 SSH_AGENT_PID=16 18:35:34 Running ssh-add (command line suppressed) 18:35:34 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_2896535672316507652.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_2896535672316507652.key) 18:35:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:35:35 + git tag --points-at HEAD [Pipeline] } 18:35:35 $ docker exec --env ******** --env ******** da10237945d543bb0cee0b747153b13309b12e724aa4d999248a70a0a1ea6eb1 ssh-agent -k 18:35:35 unset SSH_AUTH_SOCK; 18:35:35 unset SSH_AGENT_PID; 18:35:35 echo Agent pid 16 killed; 18:35:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:35:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:35:36 [ssh-agent] Looking for ssh-agent implementation... 18:35:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:35:36 $ docker exec da10237945d543bb0cee0b747153b13309b12e724aa4d999248a70a0a1ea6eb1 ssh-agent 18:35:36 SSH_AUTH_SOCK=/tmp/ssh-XKKdGqbX9I5r/agent.44 18:35:36 SSH_AGENT_PID=50 18:35:36 Running ssh-add (command line suppressed) 18:35:37 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_2408455372419809353.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_2408455372419809353.key) 18:35:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:35:37 + git semver init 18:35:37 # -> Open(): unable to determine branch for HEAD 18:35:37 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 18:35:37 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 18:35:37 # $SEMVER_REMOTE_NAME = origin 18:35:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:35:37 # $SEMVER_USER_NAME = edgex-jenkins 18:35:37 # $SEMVER_BRANCH = master 18:35:37 # $SEMVER_TEMP = /tmp/semver-366397990 18:35:37 # git clone --branch semver git@github.com:edgexfoundry/go-mod-configuration.git $SEMVER_TEMP 18:35:38 # '/tmp/semver-366397990' -> '/w/workspace/ndry_go-mod-configuration_master/.semver' 18:35:38 # -> Force: false 18:35:38 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } 18:35:38 $ docker exec --env ******** --env ******** da10237945d543bb0cee0b747153b13309b12e724aa4d999248a70a0a1ea6eb1 ssh-agent -k 18:35:38 unset SSH_AUTH_SOCK; 18:35:38 unset SSH_AGENT_PID; 18:35:38 echo Agent pid 50 killed; 18:35:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:35:39 + git semver [Pipeline] } 18:35:39 $ docker stop --time=1 da10237945d543bb0cee0b747153b13309b12e724aa4d999248a70a0a1ea6eb1 18:35:41 $ docker rm -f da10237945d543bb0cee0b747153b13309b12e724aa4d999248a70a0a1ea6eb1 [Pipeline] // withDockerContainer [Pipeline] sh 18:35:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:35:43 Stashed 1 file(s) [Pipeline] echo 18:35:43 [edgeXSemver]: initialized semver on version 2.0.0-dev.3 [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 18:35:59 Still waiting to schedule task 18:35:59 ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-25038’ is offline 18:35:59 Still waiting to schedule task 18:35:59 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-25037’ 18:38:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25040 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws 18:38:31 Running in /w/workspace/go-mod-configuration/13 [Pipeline] { [Pipeline] checkout 18:38:36 using credential edgex-jenkins-ssh 18:38:36 Cloning the remote Git repository 18:38:36 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 18:38:36 > git init /w/workspace/go-mod-configuration/13 # timeout=10 18:38:36 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 18:38:36 > git --version # timeout=10 18:38:36 > git --version # 'git version 2.17.1' 18:38:36 using GIT_SSH to set credentials SSH Credentials for GitHub 18:38:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:38:37 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 18:38:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:38:37 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 18:38:37 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 18:38:37 using GIT_SSH to set credentials SSH Credentials for GitHub 18:38:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:38:37 Checking out Revision 71ae056a083e77bc9604977497a7f25522b8befe (master) 18:38:37 > git config core.sparsecheckout # timeout=10 18:38:37 > git checkout -f 71ae056a083e77bc9604977497a7f25522b8befe # timeout=10 18:38:42 Commit message: "Merge pull request #24 from edgexfoundry/dependabot/go_modules/github.com/hashicorp/consul/api-1.8.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:38:43 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:38:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:38:44 + sudo service docker restart 18:38:44 + true [Pipeline] unstash [Pipeline] echo 18:38:47 ========================================================= 18:38:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:38:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:38:47 + 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 . 18:38:48 Sending build context to Docker daemon 208.4kB 18:38:48 Step 1/7 : ARG BASE=golang:1.15-alpine 18:38:48 Step 2/7 : FROM ${BASE} 18:38:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:38:49 5f621e34cdf4: Pulling fs layer 18:38:49 a4357932f1b6: Pulling fs layer 18:38:49 18c013af1878: Pulling fs layer 18:38:49 00ac8860ef70: Pulling fs layer 18:38:49 63d7cb157983: Pulling fs layer 18:38:49 b116817d02f9: Pulling fs layer 18:38:49 745a02a5169b: Pulling fs layer 18:38:49 63d7cb157983: Waiting 18:38:49 b116817d02f9: Waiting 18:38:49 745a02a5169b: Waiting 18:38:49 00ac8860ef70: Waiting 18:38:49 18c013af1878: Verifying Checksum 18:38:49 18c013af1878: Download complete 18:38:49 a4357932f1b6: Verifying Checksum 18:38:49 a4357932f1b6: Download complete 18:38:49 63d7cb157983: Verifying Checksum 18:38:49 63d7cb157983: Download complete 18:38:49 b116817d02f9: Download complete 18:38:49 5f621e34cdf4: Verifying Checksum 18:38:49 5f621e34cdf4: Download complete 18:38:50 5f621e34cdf4: Pull complete 18:38:50 a4357932f1b6: Pull complete 18:38:51 18c013af1878: Pull complete 18:38:51 745a02a5169b: Verifying Checksum 18:38:51 745a02a5169b: Download complete 18:38:53 00ac8860ef70: Verifying Checksum 18:38:53 00ac8860ef70: Download complete 18:39:03 00ac8860ef70: Pull complete 18:39:03 63d7cb157983: Pull complete 18:39:03 b116817d02f9: Pull complete 18:39:07 745a02a5169b: Pull complete 18:39:07 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:39:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:39:07 ---> b7e6874047d6 18:39:07 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:39:10 ---> Running in 4990d491bd51 18:39:10 Removing intermediate container 4990d491bd51 18:39:10 ---> 59e818c8cd7a 18:39:10 Step 4/7 : RUN apk add --update bash 18:39:10 ---> Running in 70bf87c9f58d 18:39:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:39:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:39:14 OK: 142 MiB in 39 packages 18:39:15 Removing intermediate container 70bf87c9f58d 18:39:15 ---> 0d41f4c2b10d 18:39:15 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:39:15 ---> Running in 5b26c53e31cd 18:39:15 Removing intermediate container 5b26c53e31cd 18:39:15 ---> d1cf7ee2bc29 18:39:15 Step 6/7 : COPY go.mod . 18:39:16 ---> d115f0d06cec 18:39:16 Step 7/7 : RUN go mod download 18:39:16 ---> Running in 9c57fc437d74 18:39:24 Running on prd-centos7-docker-4c-2g-25041 in /w/workspace/ndry_go-mod-configuration_master [Pipeline] { [Pipeline] ws 18:39:24 Running in /w/workspace/go-mod-configuration/13 [Pipeline] { [Pipeline] checkout 18:39:26 using credential edgex-jenkins-ssh 18:39:26 Cloning the remote Git repository 18:39:26 Cloning repository git@github.com:edgexfoundry/go-mod-configuration.git 18:39:26 > git init /w/workspace/go-mod-configuration/13 # timeout=10 18:39:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 18:39:26 > git --version # timeout=10 18:39:26 > git --version # 'git version 2.24.3' 18:39:26 using GIT_SSH to set credentials SSH Credentials for GitHub 18:39:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:39:27 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 18:39:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:39:27 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-configuration.git # timeout=10 18:39:27 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-configuration.git 18:39:27 using GIT_SSH to set credentials SSH Credentials for GitHub 18:39:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-configuration.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:39:27 Checking out Revision 71ae056a083e77bc9604977497a7f25522b8befe (master) 18:39:27 > git config core.sparsecheckout # timeout=10 18:39:27 > git checkout -f 71ae056a083e77bc9604977497a7f25522b8befe # timeout=10 18:39:31 Commit message: "Merge pull request #24 from edgexfoundry/dependabot/go_modules/github.com/hashicorp/consul/api-1.8.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:39:32 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:39:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:39:33 + sudo service docker restart 18:39:33 + true 18:39:33 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 18:39:34 ========================================================= 18:39:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:39:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:39:34 Removing intermediate container 9c57fc437d74 18:39:34 ---> 4a05485c2e1e 18:39:34 Successfully built 4a05485c2e1e 18:39:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:39:34 + 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 . 18:39:35 + docker inspect -f . ci-base-image-arm64 18:39:35 . [Pipeline] withDockerContainer 18:39:35 Sending build context to Docker daemon 209.4kB 18:39:35 prd-ubuntu18.04-docker-arm64-4c-16g-25040 does not seem to be running inside a container 18:39:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/13 -v /w/workspace/go-mod-configuration/13:/w/workspace/go-mod-configuration/13:rw,z -v /w/workspace/go-mod-configuration/13@tmp:/w/workspace/go-mod-configuration/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:39:35 Step 1/7 : ARG BASE=golang:1.15-alpine 18:39:35 Step 2/7 : FROM ${BASE} 18:39:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:39:35 188c0c94c7c5: Pulling fs layer 18:39:35 0ef7d3d256c8: Pulling fs layer 18:39:35 de9db76c5a1d: Pulling fs layer 18:39:35 bca2f99d35d6: Pulling fs layer 18:39:35 93359f2a8cfa: Pulling fs layer 18:39:35 7c6f9722023f: Pulling fs layer 18:39:35 a35cf1a2eb13: Pulling fs layer 18:39:35 bca2f99d35d6: Waiting 18:39:35 93359f2a8cfa: Waiting 18:39:35 7c6f9722023f: Waiting 18:39:35 a35cf1a2eb13: Waiting 18:39:35 de9db76c5a1d: Download complete 18:39:35 0ef7d3d256c8: Verifying Checksum 18:39:35 0ef7d3d256c8: Download complete 18:39:35 93359f2a8cfa: Verifying Checksum 18:39:35 93359f2a8cfa: Download complete 18:39:35 7c6f9722023f: Download complete 18:39:36 188c0c94c7c5: Verifying Checksum 18:39:36 188c0c94c7c5: Download complete 18:39:36 188c0c94c7c5: Pull complete 18:39:36 0ef7d3d256c8: Pull complete 18:39:36 de9db76c5a1d: Pull complete 18:39:36 $ docker top aef2e3e458b18b4c709775b9df748a5cb51f843bbbf0e49cfaaf008271b0113e -eo pid,comm [Pipeline] { [Pipeline] sh 18:39:37 a35cf1a2eb13: Verifying Checksum 18:39:37 a35cf1a2eb13: Download complete 18:39:37 + go version 18:39:37 go version go1.15.5 linux/arm64 [Pipeline] } 18:39:37 $ docker stop --time=1 aef2e3e458b18b4c709775b9df748a5cb51f843bbbf0e49cfaaf008271b0113e 18:39:38 bca2f99d35d6: Download complete 18:39:39 $ docker rm -f aef2e3e458b18b4c709775b9df748a5cb51f843bbbf0e49cfaaf008271b0113e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:39:40 + docker inspect -f . ci-base-image-arm64 18:39:40 . [Pipeline] withDockerContainer 18:39:40 prd-ubuntu18.04-docker-arm64-4c-16g-25040 does not seem to be running inside a container 18:39:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/13 -v /w/workspace/go-mod-configuration/13:/w/workspace/go-mod-configuration/13:rw,z -v /w/workspace/go-mod-configuration/13@tmp:/w/workspace/go-mod-configuration/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:39:42 $ docker top 76b0e65ffba5488a728fc1764932448c91ddc0c1f871cf4d503c84f0540d4e2b -eo pid,comm [Pipeline] { [Pipeline] sh 18:39:43 + make test 18:39:43 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:39:43 bca2f99d35d6: Pull complete 18:39:43 93359f2a8cfa: Pull complete 18:39:43 7c6f9722023f: Pull complete 18:39:50 a35cf1a2eb13: Pull complete 18:39:50 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:39:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:39:50 ---> a62c8e92a672 18:39:50 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:39:50 ---> Running in 999f048c98e4 18:39:50 Removing intermediate container 999f048c98e4 18:39:50 ---> 03173078fa18 18:39:50 Step 4/7 : RUN apk add --update bash 18:39:50 ---> Running in 0278c558fa24 18:39:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:39:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:39:52 OK: 166 MiB in 39 packages 18:39:53 Removing intermediate container 0278c558fa24 18:39:53 ---> 9a34819bd64b 18:39:53 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:39:53 ---> Running in 0c053ec4a3b2 18:39:53 Removing intermediate container 0c053ec4a3b2 18:39:53 ---> debba484b9eb 18:39:53 Step 6/7 : COPY go.mod . 18:39:53 ---> 0900735e19ed 18:39:53 Step 7/7 : RUN go mod download 18:39:53 ---> Running in f7424657ae80 18:40:08 Removing intermediate container f7424657ae80 18:40:08 ---> 1b00744a8fd8 18:40:08 Successfully built 1b00744a8fd8 18:40:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:40:09 + docker inspect -f . ci-base-image-x86_64 18:40:09 . [Pipeline] withDockerContainer 18:40:09 prd-centos7-docker-4c-2g-25041 does not seem to be running inside a container 18:40:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/13 -v /w/workspace/go-mod-configuration/13:/w/workspace/go-mod-configuration/13:rw,z -v /w/workspace/go-mod-configuration/13@tmp:/w/workspace/go-mod-configuration/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:40:10 $ docker top 617e41b7039e90a458f318d1b4c932df2cd1ab60a9a66ba4f0c67d93f0c6ce7b -eo pid,comm [Pipeline] { [Pipeline] sh 18:40:10 ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.013s coverage: 85.7% of statements 18:40:10 + go version 18:40:10 go version go1.15.5 linux/amd64 [Pipeline] } 18:40:10 $ docker stop --time=1 617e41b7039e90a458f318d1b4c932df2cd1ab60a9a66ba4f0c67d93f0c6ce7b 18:40:11 ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.614s coverage: 86.0% of statements 18:40:11 ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.048s coverage: 100.0% of statements 18:40:11 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:40:12 $ docker rm -f 617e41b7039e90a458f318d1b4c932df2cd1ab60a9a66ba4f0c67d93f0c6ce7b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:40:12 + docker inspect -f . ci-base-image-x86_64 18:40:12 . [Pipeline] withDockerContainer 18:40:13 prd-centos7-docker-4c-2g-25041 does not seem to be running inside a container 18:40:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-configuration/13 -v /w/workspace/go-mod-configuration/13:/w/workspace/go-mod-configuration/13:rw,z -v /w/workspace/go-mod-configuration/13@tmp:/w/workspace/go-mod-configuration/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:40:13 $ docker top 10200d55ab6c092334d8302fd552ce2fe54ba8b1119210472eba1faef862ba01 -eo pid,comm [Pipeline] { [Pipeline] sh 18:40:14 + make test 18:40:14 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:40:15 gofmt -l . 18:40:15 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:40:15 $ docker stop --time=1 76b0e65ffba5488a728fc1764932448c91ddc0c1f871cf4d503c84f0540d4e2b 18:40:18 $ docker rm -f 76b0e65ffba5488a728fc1764932448c91ddc0c1f871cf4d503c84f0540d4e2b [Pipeline] // withDockerContainer [Pipeline] sh 18:40:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:40:19 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] } 18:40:24 ok github.com/edgexfoundry/go-mod-configuration/v2/configuration 0.027s coverage: 85.7% of statements 18:40:26 ok github.com/edgexfoundry/go-mod-configuration/v2/internal/pkg/consul 2.545s coverage: 86.0% of statements 18:40:26 ok github.com/edgexfoundry/go-mod-configuration/v2/pkg/types 0.005s coverage: 100.0% of statements 18:40:26 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:40:27 gofmt -l . 18:40:27 [ "`gofmt -l .`" = "" ] [Pipeline] // stage [Pipeline] } [Pipeline] } 18:40:31 $ docker stop --time=1 10200d55ab6c092334d8302fd552ce2fe54ba8b1119210472eba1faef862ba01 18:40:33 $ docker rm -f 10200d55ab6c092334d8302fd552ce2fe54ba8b1119210472eba1faef862ba01 [Pipeline] // withEnv [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 18:40:34 + sudo chown -R jenkins:jenkins . [Pipeline] // stage [Pipeline] } [Pipeline] stash 18:40:34 Warning: overwriting stash ‘coverage-report’ 18:40: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] 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 18:40:36 provisioning config files... 18:40:36 copy managed file [go-mod-configuration-codecov-token] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config1538939042478934401tmp [Pipeline] { [Pipeline] sh 18:40:37 + set +x 18:40:37 + bash -s -- 18:40:37 + curl -s https://codecov.io/bash 18:40:37 18:40:37 _____ _ 18:40:37 / ____| | | 18:40:37 | | ___ __| | ___ ___ _____ __ 18:40:37 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:40:37 | |___| (_) | (_| | __/ (_| (_) \ V / 18:40:37 \_____\___/ \__,_|\___|\___\___/ \_/ 18:40:37 Bash-20210129-7c25fce 18:40:37 18:40:37 18:40:37 ==> git version 2.24.3 found 18:40: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 18:40:37 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:40:37 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:40:37 ==> Jenkins CI detected. 18:40:37 project root: . 18:40:37 --> token set from env 18:40:37 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:40:37 ==> Running gcov in . (disable via -X gcov) 18:40:37 ==> Python coveragepy not found 18:40:37 ==> Searching for coverage reports in: 18:40:37 + . 18:40:37 -> Found 1 reports 18:40:37 ==> Detecting git/mercurial file structure 18:40:37 ==> Reading reports 18:40:37 + ./coverage.out bytes=13475 18:40:37 ==> Appending adjustments 18:40:37 https://docs.codecov.io/docs/fixing-reports 18:40:37 + Found adjustments 18:40:37 ==> Gzipping contents 18:40:37 4.0K /tmp/codecov.npaVsI.gz 18:40:37 ==> Uploading reports 18:40:37 url: https://codecov.io 18:40:37 query: branch=master&commit=71ae056a083e77bc9604977497a7f25522b8befe&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmaster%2F13%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 18:40:37 -> Pinging Codecov 18:40:37 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=71ae056a083e77bc9604977497a7f25522b8befe&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-configuration%2Fjob%2Fmaster%2F13%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-configuration&service=jenkins&flags=&pr=&job=&cmd_args= 18:40:38 -> Uploading to 18:40:38 https://storage.googleapis.com/codecov/v4/raw/2021-02-04/9F92B070CA9CA35F4914AC8684776953/71ae056a083e77bc9604977497a7f25522b8befe/673bc692-690c-48f1-b201-8524b47f80db.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T184038Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2d7c09490073f1f879d6fe3acda1e8903c60e5060250cdeadaa409b4cfb7644d 18:40:38 % Total % Received % Xferd Average Speed Time Time Time Current 18:40:38 Dload Upload Total Spent Left Speed 18:40:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2491 0 0 100 2491 0 5700 --:--:-- --:--:-- --:--:-- 5713 18:40:38 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-configuration/commit/71ae056a083e77bc9604977497a7f25522b8befe [Pipeline] } 18:40:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:40:39 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:40:39 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:40:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:40:39 18:40:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:40:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:40:40 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:40:40 188c0c94c7c5: Pulling fs layer 18:40:40 0ef7d3d256c8: Pulling fs layer 18:40:40 de9db76c5a1d: Pulling fs layer 18:40:40 0eba1c9be4d2: Pulling fs layer 18:40:40 0d57e429df01: Pulling fs layer 18:40:40 4e4be7b47b0d: Pulling fs layer 18:40:40 e1f770b5df2f: Pulling fs layer 18:40:40 85a0685a4137: Pulling fs layer 18:40:40 0eba1c9be4d2: Waiting 18:40:40 0d57e429df01: Waiting 18:40:40 4e4be7b47b0d: Waiting 18:40:40 e1f770b5df2f: Waiting 18:40:40 85a0685a4137: Waiting 18:40:40 de9db76c5a1d: Verifying Checksum 18:40:40 de9db76c5a1d: Download complete 18:40:40 0ef7d3d256c8: Verifying Checksum 18:40:40 0ef7d3d256c8: Download complete 18:40:40 0d57e429df01: Download complete 18:40:40 4e4be7b47b0d: Verifying Checksum 18:40:40 4e4be7b47b0d: Download complete 18:40:40 188c0c94c7c5: Verifying Checksum 18:40:40 188c0c94c7c5: Download complete 18:40:41 188c0c94c7c5: Pull complete 18:40:41 0ef7d3d256c8: Pull complete 18:40:42 de9db76c5a1d: Pull complete 18:40:42 e1f770b5df2f: Verifying Checksum 18:40:42 e1f770b5df2f: Download complete 18:40:47 0eba1c9be4d2: Verifying Checksum 18:40:47 0eba1c9be4d2: Download complete 18:40:48 85a0685a4137: Verifying Checksum 18:40:48 85a0685a4137: Download complete 18:41:01 0eba1c9be4d2: Pull complete 18:41:01 0d57e429df01: Pull complete 18:41:01 4e4be7b47b0d: Pull complete 18:41:03 e1f770b5df2f: Pull complete 18:41:15 85a0685a4137: Pull complete 18:41:15 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:41:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:41:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:41:16 prd-centos7-docker-4c-2g-25036 does not seem to be running inside a container 18:41:16 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:41:17 $ docker top 9a3afefeeb67e1ae48d5d896e6198ed6b8c41e1dfc12a5c3c8461311e28f578f -eo pid,comm [Pipeline] { [Pipeline] echo 18:41:17 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:41:18 + set -o pipefail 18:41:18 + snyk monitor '--org=edgex-jenkins' 18:41:30 18:41:30 Monitoring /w/workspace/ndry_go-mod-configuration_master (github.com/edgexfoundry/go-mod-configuration/v2)... 18:41:30 18:41:30 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/0be710e6-56b4-470b-aedf-5ae8f3332e85/history/166b8af7-3680-4505-b889-014dbf57a365 18:41:30 18:41:30 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:41:30 18:41:30 [Pipeline] } 18:41:31 $ docker stop --time=1 9a3afefeeb67e1ae48d5d896e6198ed6b8c41e1dfc12a5c3c8461311e28f578f 18:41:33 $ docker rm -f 9a3afefeeb67e1ae48d5d896e6198ed6b8c41e1dfc12a5c3c8461311e28f578f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:41:34 + git log --format=format:%s -1 71ae056a083e77bc9604977497a7f25522b8befe [Pipeline] isUnix [Pipeline] sh 18:41:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:41:35 . [Pipeline] withDockerContainer 18:41:35 prd-centos7-docker-4c-2g-25036 does not seem to be running inside a container 18:41:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@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 18:41:36 $ docker top a1c18dfbdad5baf1531f0ed217fd8ae0e0acaefacb9e8aeb42aac8b112bf757c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:41:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:41:37 [ssh-agent] Looking for ssh-agent implementation... 18:41:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:41:37 $ docker exec a1c18dfbdad5baf1531f0ed217fd8ae0e0acaefacb9e8aeb42aac8b112bf757c ssh-agent 18:41:38 SSH_AUTH_SOCK=/tmp/ssh-yJEwyeYOgbU8/agent.13 18:41:38 SSH_AGENT_PID=19 18:41:38 Running ssh-add (command line suppressed) 18:41:38 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_999921209007606315.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_999921209007606315.key) 18:41:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:41:39 + git semver tag 18:41:39 # -> Open(): unable to determine branch for HEAD 18:41:39 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 18:41:39 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 18:41:39 # $SEMVER_REMOTE_NAME = origin 18:41:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:41:39 # $SEMVER_USER_NAME = edgex-jenkins 18:41:39 # $SEMVER_BRANCH = master 18:41:39 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver 18:41:39 # 71ae056a083e77bc9604977497a7f25522b8befe HEAD 18:41:39 # -> Force: false 18:41:39 # 2a04a95ccd2c5cf5fdaf094965ea2021a0957bd3 refs/tags/v2.0.0-dev.3 [Pipeline] } 18:41:39 $ docker exec --env ******** --env ******** a1c18dfbdad5baf1531f0ed217fd8ae0e0acaefacb9e8aeb42aac8b112bf757c ssh-agent -k 18:41:39 unset SSH_AUTH_SOCK; 18:41:39 unset SSH_AGENT_PID; 18:41:39 echo Agent pid 19 killed; 18:41:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:41:40 + git semver [Pipeline] } 18:41:40 $ docker stop --time=1 a1c18dfbdad5baf1531f0ed217fd8ae0e0acaefacb9e8aeb42aac8b112bf757c 18:41:42 $ docker rm -f a1c18dfbdad5baf1531f0ed217fd8ae0e0acaefacb9e8aeb42aac8b112bf757c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:41:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:41:43 18:41:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:41:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:41:44 0.23.1-centos7: Pulling from edgex-lftools 18:41:44 ab5ef0e58194: Pulling fs layer 18:41:44 9712f1f96733: Pulling fs layer 18:41:44 63f879dbbcfc: Pulling fs layer 18:41:44 0d9ebad4ef96: Pulling fs layer 18:41:44 e9a5061849ea: Pulling fs layer 18:41:44 d747dcd14b5f: Pulling fs layer 18:41:44 2de7ff778b66: Pulling fs layer 18:41:44 0d9ebad4ef96: Waiting 18:41:44 e9a5061849ea: Waiting 18:41:44 d747dcd14b5f: Waiting 18:41:44 2de7ff778b66: Waiting 18:41:44 9712f1f96733: Verifying Checksum 18:41:44 9712f1f96733: Download complete 18:41:47 63f879dbbcfc: Verifying Checksum 18:41:47 63f879dbbcfc: Download complete 18:41:47 e9a5061849ea: Verifying Checksum 18:41:47 e9a5061849ea: Download complete 18:41:47 d747dcd14b5f: Download complete 18:41:48 2de7ff778b66: Verifying Checksum 18:41:48 2de7ff778b66: Download complete 18:41:48 ab5ef0e58194: Verifying Checksum 18:41:48 ab5ef0e58194: Download complete 18:41:48 0d9ebad4ef96: Verifying Checksum 18:41:48 0d9ebad4ef96: Download complete 18:41:57 ab5ef0e58194: Pull complete 18:41:57 9712f1f96733: Pull complete 18:42:00 63f879dbbcfc: Pull complete 18:42:13 0d9ebad4ef96: Pull complete 18:42:16 e9a5061849ea: Pull complete 18:42:16 d747dcd14b5f: Pull complete 18:42:19 2de7ff778b66: Pull complete 18:42:19 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:42:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:42:19 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:42:19 prd-centos7-docker-4c-2g-25036 does not seem to be running inside a container 18:42:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@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:10003/edgex-lftools:0.23.1-centos7 cat 18:42:23 $ docker top 80d898164edf6404aae3c39db405c18aadb2587e4315f13dbd54c4feed062265 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:42:24 provisioning config files... 18:42:24 copy managed file [sigul-config] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config5339777564250802407tmp 18:42:24 copy managed file [sigul-password] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config9091648374634985126tmp 18:42:24 copy managed file [sigul-pki] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config4968077892490759285tmp [Pipeline] { [Pipeline] echo 18:42:24 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:42:25 ---> sigul-configuration.sh 18:42:25 gpg: directory `/root/.gnupg' created 18:42:25 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:42:25 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:42:25 gpg: keyring `/root/.gnupg/secring.gpg' created 18:42:25 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:42:25 gpg: CAST5 encrypted data 18:42:25 gpg: encrypted with 1 passphrase 18:42:25 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:42:26 + mkdir /home/jenkins 18:42:26 + mkdir /home/jenkins/sigul [Pipeline] sh 18:42:27 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 18:42:27 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:42:29 ---> sigul-install.sh 18:42:37 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:42:38 + git tag --list 18:42:38 v0.0.0 18:42:38 v0.0.1 18:42:38 v0.0.2 18:42:38 v0.0.3 18:42:38 v0.0.4 18:42:38 v0.0.5 18:42:38 v0.0.6 18:42:38 v0.0.7 18:42:38 v0.0.8 18:42:38 v2.0.0-dev.1 18:42:38 v2.0.0-dev.2 18:42:38 v2.0.0-dev.3 [Pipeline] sh 18:42:38 + lftools sign git-tag v2.0.0-dev.3 18:42:40 Signing Git tag with Sigul... 18:42:40 Signing v2.0.0-dev.3 [Pipeline] echo 18:42:41 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:42:41 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:42:41 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:42:41 $ docker stop --time=1 80d898164edf6404aae3c39db405c18aadb2587e4315f13dbd54c4feed062265 18:42:44 $ docker rm -f 80d898164edf6404aae3c39db405c18aadb2587e4315f13dbd54c4feed062265 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:42:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:42:45 . [Pipeline] withDockerContainer 18:42:45 prd-centos7-docker-4c-2g-25036 does not seem to be running inside a container 18:42:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@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 18:42:46 $ docker top 0d9e0de364bcf260c5ea6193a48c18f87daa0c6ac14690acde3d89c07ea9cf69 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:42:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:42:46 [ssh-agent] Looking for ssh-agent implementation... 18:42:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:42:47 $ docker exec 0d9e0de364bcf260c5ea6193a48c18f87daa0c6ac14690acde3d89c07ea9cf69 ssh-agent 18:42:47 SSH_AUTH_SOCK=/tmp/ssh-udPxJgqdlyTd/agent.11 18:42:47 SSH_AGENT_PID=16 18:42:47 Running ssh-add (command line suppressed) 18:42:47 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_6409762691868339192.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_6409762691868339192.key) 18:42:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:42:48 + git semver bump pre 18:42:48 # -> Open(): unable to determine branch for HEAD 18:42:48 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 18:42:48 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 18:42:48 # $SEMVER_REMOTE_NAME = origin 18:42:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:42:48 # $SEMVER_USER_NAME = edgex-jenkins 18:42:48 # $SEMVER_BRANCH = master 18:42:48 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver 18:42:48 2.0.0-dev.4 [Pipeline] } 18:42:48 $ docker exec --env ******** --env ******** 0d9e0de364bcf260c5ea6193a48c18f87daa0c6ac14690acde3d89c07ea9cf69 ssh-agent -k 18:42:49 unset SSH_AUTH_SOCK; 18:42:49 unset SSH_AGENT_PID; 18:42:49 echo Agent pid 16 killed; 18:42:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:42:50 + git semver [Pipeline] } 18:42:50 $ docker stop --time=1 0d9e0de364bcf260c5ea6193a48c18f87daa0c6ac14690acde3d89c07ea9cf69 18:42:52 $ docker rm -f 0d9e0de364bcf260c5ea6193a48c18f87daa0c6ac14690acde3d89c07ea9cf69 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:42:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:42:52 . [Pipeline] withDockerContainer 18:42:53 prd-centos7-docker-4c-2g-25036 does not seem to be running inside a container 18:42:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@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 18:42:55 $ docker top 8e00d54c3418f6e2ee63c32b0f02f2761dc90353d4e5e1a8eff102f605d2b294 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:42:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:42:55 [ssh-agent] Looking for ssh-agent implementation... 18:42:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:42:56 $ docker exec 8e00d54c3418f6e2ee63c32b0f02f2761dc90353d4e5e1a8eff102f605d2b294 ssh-agent 18:42:56 SSH_AUTH_SOCK=/tmp/ssh-RQvCvc5h6aBW/agent.11 18:42:56 SSH_AGENT_PID=16 18:42:56 Running ssh-add (command line suppressed) 18:42:56 Identity added: /w/workspace/ndry_go-mod-configuration_master@tmp/private_key_1115791706958194487.key (/w/workspace/ndry_go-mod-configuration_master@tmp/private_key_1115791706958194487.key) 18:42:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:42:57 + git semver push 18:42:57 # -> Open(): unable to determine branch for HEAD 18:42:57 # $GIT_DIR = /w/workspace/ndry_go-mod-configuration_master/.git 18:42:57 # $GIT_WORK_TREE = /w/workspace/ndry_go-mod-configuration_master 18:42:57 # $SEMVER_REMOTE_NAME = origin 18:42:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:42:57 # $SEMVER_USER_NAME = edgex-jenkins 18:42:57 # $SEMVER_BRANCH = master 18:42:57 # $SEMVER_DIR = /w/workspace/ndry_go-mod-configuration_master/.semver [Pipeline] } 18:43:04 $ docker exec --env ******** --env ******** 8e00d54c3418f6e2ee63c32b0f02f2761dc90353d4e5e1a8eff102f605d2b294 ssh-agent -k 18:43:04 unset SSH_AUTH_SOCK; 18:43:04 unset SSH_AGENT_PID; 18:43:04 echo Agent pid 16 killed; 18:43:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:43:05 + git semver [Pipeline] } 18:43:05 $ docker stop --time=1 8e00d54c3418f6e2ee63c32b0f02f2761dc90353d4e5e1a8eff102f605d2b294 18:43:07 $ docker rm -f 8e00d54c3418f6e2ee63c32b0f02f2761dc90353d4e5e1a8eff102f605d2b294 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 18:43:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:43:09 ---> package-listing.sh 18:43:09 ++ facter osfamily 18:43:09 ++ tr '[:upper:]' '[:lower:]' 18:43:10 + OS_FAMILY=redhat 18:43:10 + workspace=/w/workspace/ndry_go-mod-configuration_master 18:43:10 + START_PACKAGES=/tmp/packages_start.txt 18:43:10 + END_PACKAGES=/tmp/packages_end.txt 18:43:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:43:10 + PACKAGES=/tmp/packages_start.txt 18:43:10 + '[' /w/workspace/ndry_go-mod-configuration_master ']' 18:43:10 + PACKAGES=/tmp/packages_end.txt 18:43:10 + case "${OS_FAMILY}" in 18:43:10 + rpm -qa 18:43:10 + sort 18:43:15 + '[' -f /tmp/packages_start.txt ']' 18:43:15 + '[' -f /tmp/packages_end.txt ']' 18:43:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:43:15 + '[' /w/workspace/ndry_go-mod-configuration_master ']' 18:43:15 + mkdir -p /w/workspace/ndry_go-mod-configuration_master/archives/ 18:43:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_go-mod-configuration_master/archives/ [Pipeline] echo 18:43:15 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/ndry_go-mod-configuration_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:43:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:43:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:43:16 18:43:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:43:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:43:17 alpine: Pulling from edgex-lftools-log-publisher 18:43:17 df20fa9351a1: Pulling fs layer 18:43:17 36b3adc4ff6f: Pulling fs layer 18:43:17 8ad3a11d3b57: Pulling fs layer 18:43:17 46f8f816bc3b: Pulling fs layer 18:43:17 93b61091891f: Pulling fs layer 18:43:17 93b9cdb0e59b: Pulling fs layer 18:43:17 5e14af77c1be: Pulling fs layer 18:43:17 01666e4c0597: Pulling fs layer 18:43:17 aa168da1d23b: Pulling fs layer 18:43:17 93b61091891f: Waiting 18:43:17 93b9cdb0e59b: Waiting 18:43:17 46f8f816bc3b: Waiting 18:43:17 5e14af77c1be: Waiting 18:43:17 01666e4c0597: Waiting 18:43:17 aa168da1d23b: Waiting 18:43:17 36b3adc4ff6f: Verifying Checksum 18:43:17 36b3adc4ff6f: Download complete 18:43:17 46f8f816bc3b: Verifying Checksum 18:43:17 46f8f816bc3b: Download complete 18:43:18 93b61091891f: Verifying Checksum 18:43:18 93b61091891f: Download complete 18:43:18 df20fa9351a1: Verifying Checksum 18:43:18 df20fa9351a1: Download complete 18:43:18 93b9cdb0e59b: Verifying Checksum 18:43:18 93b9cdb0e59b: Download complete 18:43:18 5e14af77c1be: Verifying Checksum 18:43:18 5e14af77c1be: Download complete 18:43:18 01666e4c0597: Verifying Checksum 18:43:18 01666e4c0597: Download complete 18:43:19 df20fa9351a1: Pull complete 18:43:19 8ad3a11d3b57: Verifying Checksum 18:43:19 8ad3a11d3b57: Download complete 18:43:20 36b3adc4ff6f: Pull complete 18:43:24 8ad3a11d3b57: Pull complete 18:43:25 46f8f816bc3b: Pull complete 18:43:26 93b61091891f: Pull complete 18:43:26 93b9cdb0e59b: Pull complete 18:43:27 aa168da1d23b: Download complete 18:43:27 5e14af77c1be: Pull complete 18:43:27 01666e4c0597: Pull complete 18:43:42 aa168da1d23b: Pull complete 18:43:42 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:43:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:43:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:43:43 prd-centos7-docker-4c-2g-25036 does not seem to be running inside a container 18:43:43 $ 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/ndry_go-mod-configuration_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_go-mod-configuration_master -v /w/workspace/ndry_go-mod-configuration_master:/w/workspace/ndry_go-mod-configuration_master:rw,z -v /w/workspace/ndry_go-mod-configuration_master@tmp:/w/workspace/ndry_go-mod-configuration_master@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:10003/edgex-lftools-log-publisher:alpine cat 18:43:46 $ docker top 7745c644671eaf64d88cdd18b567c27b561ba413a0e7467a08d8b15eeca6451f -eo pid,comm [Pipeline] { [Pipeline] sh 18:43:47 + touch /tmp/pre-build-complete [Pipeline] sh 18:43:47 + mkdir -p /var/log/sa [Pipeline] sh 18:43:47 + ls /var/log/sa-host 18:43:47 + sadf -c /var/log/sa-host/sa04 18:43:47 file_magic: OK 18:43:47 HZ: Using current value: 100 18:43:47 file_header: OK 18:43:47 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 18:43:47 Statistics: 18:43:47 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:43:47 File successfully converted to sysstat format version 12.2.1 18:43:47 + sadf -c /var/log/sa-host/sa23 18:43:47 file_magic: OK 18:43:47 HZ: Using current value: 100 18:43:47 file_header: OK 18:43:47 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 18:43:47 Statistics: 18:43:47 Hnuu...uuuununununu... 18:43:47 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:43:48 provisioning config files... 18:43:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_go-mod-configuration_master@tmp/config5301278334630892843tmp [Pipeline] { [Pipeline] echo 18:43:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:43:49 ---> create-netrc.sh [Pipeline] } 18:43:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:43:49 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:43:49 ---> python-tools-install.sh [Pipeline] echo 18:43:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:43:50 ---> sudo-logs.sh 18:43:50 Archiving 'sudo' log.. [Pipeline] echo 18:43:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:43:50 ---> job-cost.sh 18:43:50 lf-activate-venv: SKIPPING 18:43:50 INFO: No Stack... 18:43:52 INFO: Retrieving Pricing Info for: v1-standard-2 18:43:53 INFO: Archiving Costs [Pipeline] echo 18:43:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:43:53 ---> logs-deploy.sh 18:43:53 lf-activate-venv: SKIPPING 18:43:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-configuration/master/13 18:43:53 INFO: archiving workspace using pattern(s): 18:43:57 Archives upload complete. 18:43:57 INFO: archiving logs to Nexus