Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 79eb29d299abbb493294a056159a83325eb5ef8f 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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-bootstrap, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap 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-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: 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-9546 in /w/workspace/xfoundry_go-mod-bootstrap_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-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 79eb29d299abbb493294a056159a83325eb5ef8f (master) > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79eb29d299abbb493294a056159a83325eb5ef8f # timeout=10 Commit message: "Merge pull request #121 from andresrinivasan/issue-78-flag-parsing-challenge" > git rev-list --no-walk 1c12cdf02cb8f3331559680e92071a911139f922 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:37:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:37:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:37:43 ========================================================= 18:37:43 EdgeX Global Pipelines Version Info 18:37:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:37:45 ------------------- 18:37:45 stable info: 18:37:45 ------------------- 18:37:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:37:45 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 18:37:45 Message: update stable to v1.0.148 18:37:46 ------------------- 18:37:46 experimental info: 18:37:46 ------------------- 18:37:46 Commited By: **** collab-it+edgex@linuxfoundation.org 18:37:46 Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f 18:37:46 Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 18:37:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 18:37:46 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 18:37:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:37:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:37:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:37:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:37:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:37:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:37:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:37:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:37:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:37:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 18:37:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:37:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:37:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:37:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:37:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:37:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:37:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 18:37:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:37:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:37:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:37:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:37:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:37:49 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:37:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:37:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:37:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:37:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 79eb29d299abbb493294a056159a83325eb5ef8f [Pipeline] echo 18:37:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 79eb29d [Pipeline] echo 18:37:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:37:50 + git log --format=format:%s -1 79eb29d299abbb493294a056159a83325eb5ef8f [Pipeline] echo 18:37:50 GIT_COMMIT: 79eb29d299abbb493294a056159a83325eb5ef8f, Commit Message: Merge pull request #121 from andresrinivasan/issue-78-flag-parsing-challenge [Pipeline] echo 18:37:50 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:37:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:37:51 18:37:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:37:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:37:51 latest: Pulling from edgex-devops/git-semver 18:37:51 31603596830f: Pulling fs layer 18:37:51 2a8b12db71e7: Pulling fs layer 18:37:51 6ca5941a6612: Pulling fs layer 18:37:51 ecc8261a40a4: Pulling fs layer 18:37:51 ecc8261a40a4: Waiting 18:37:51 2a8b12db71e7: Verifying Checksum 18:37:51 2a8b12db71e7: Download complete 18:37:51 31603596830f: Verifying Checksum 18:37:51 31603596830f: Download complete 18:37:51 ecc8261a40a4: Verifying Checksum 18:37:51 ecc8261a40a4: Download complete 18:37:51 6ca5941a6612: Verifying Checksum 18:37:51 6ca5941a6612: Download complete 18:37:52 31603596830f: Pull complete 18:37:52 2a8b12db71e7: Pull complete 18:37:53 6ca5941a6612: Pull complete 18:37:53 ecc8261a40a4: Pull complete 18:37:53 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:37:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:37:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:37:53 prd-centos7-docker-4c-2g-9546 does not seem to be running inside a container 18:37:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:37:55 $ docker top 2284cc800b977328963956f14cdbfd0fd4bfded7e000d9f0f75d0adb5bdbddd7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:37:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:37:55 [ssh-agent] Looking for ssh-agent implementation... 18:37:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:37:55 $ docker exec 2284cc800b977328963956f14cdbfd0fd4bfded7e000d9f0f75d0adb5bdbddd7 ssh-agent 18:37:56 SSH_AUTH_SOCK=/tmp/ssh-M2otNY9lobsP/agent.12 18:37:56 SSH_AGENT_PID=17 18:37:56 Running ssh-add (command line suppressed) 18:37:56 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4671806710126590060.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_4671806710126590060.key) 18:37:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:37:56 + git tag --points-at HEAD [Pipeline] } 18:37:56 $ docker exec --env ******** --env ******** 2284cc800b977328963956f14cdbfd0fd4bfded7e000d9f0f75d0adb5bdbddd7 ssh-agent -k 18:37:56 unset SSH_AUTH_SOCK; 18:37:56 unset SSH_AGENT_PID; 18:37:56 echo Agent pid 17 killed; 18:37:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:37:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:37:56 [ssh-agent] Looking for ssh-agent implementation... 18:37:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:37:57 $ docker exec 2284cc800b977328963956f14cdbfd0fd4bfded7e000d9f0f75d0adb5bdbddd7 ssh-agent 18:37:57 SSH_AUTH_SOCK=/tmp/ssh-7MrcZxFU06AB/agent.46 18:37:57 SSH_AGENT_PID=51 18:37:57 Running ssh-add (command line suppressed) 18:37:57 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1542540254153432993.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_1542540254153432993.key) 18:37:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:37:57 + git semver init 18:37:57 # -> Open(): unable to determine branch for HEAD 18:37:57 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 18:37:57 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 18:37:57 # $SEMVER_REMOTE_NAME = origin 18:37:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:37:57 # $SEMVER_USER_NAME = edgex-jenkins 18:37:57 # $SEMVER_BRANCH = master 18:37:57 # $SEMVER_TEMP = /tmp/semver-695773198 18:37:57 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 18:37:58 # '/tmp/semver-695773198' -> '/w/workspace/xfoundry_go-mod-bootstrap_master/.semver' 18:37:58 # -> Force: false 18:37:58 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 18:37:58 $ docker exec --env ******** --env ******** 2284cc800b977328963956f14cdbfd0fd4bfded7e000d9f0f75d0adb5bdbddd7 ssh-agent -k 18:37:58 unset SSH_AUTH_SOCK; 18:37:58 unset SSH_AGENT_PID; 18:37:58 echo Agent pid 51 killed; 18:37:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:37:58 + git semver [Pipeline] } 18:37:58 $ docker stop --time=1 2284cc800b977328963956f14cdbfd0fd4bfded7e000d9f0f75d0adb5bdbddd7 18:38:00 $ docker rm -f 2284cc800b977328963956f14cdbfd0fd4bfded7e000d9f0f75d0adb5bdbddd7 [Pipeline] // withDockerContainer [Pipeline] sh 18:38:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:38:01 Stashed 1 file(s) [Pipeline] echo 18:38:01 [edgeXSemver]: initialized semver on version 0.0.57 [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:38:16 Still waiting to schedule task 18:38:16 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:38:16 Still waiting to schedule task 18:38:16 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 18:40:28 Running on prd-centos7-docker-4c-2g-9547 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 18:40:28 Running in /w/workspace/go-mod-bootstrap/60 [Pipeline] { [Pipeline] checkout 18:40:38 using credential edgex-jenkins-ssh 18:40:38 Cloning the remote Git repository 18:40:38 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 18:40:39 > git init /w/workspace/go-mod-bootstrap/60 # timeout=10 18:40:39 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:40:39 > git --version # timeout=10 18:40:39 > git --version # 'git version 2.16.5' 18:40:39 using GIT_SSH to set credentials SSH Credentials for GitHub 18:40:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:40:40 Checking out Revision 79eb29d299abbb493294a056159a83325eb5ef8f (master) 18:40:39 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:40:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:40:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:40:40 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:40:40 using GIT_SSH to set credentials SSH Credentials for GitHub 18:40:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:40:40 > git config core.sparsecheckout # timeout=10 18:40:40 > git checkout -f 79eb29d299abbb493294a056159a83325eb5ef8f # timeout=10 18:40:44 Commit message: "Merge pull request #121 from andresrinivasan/issue-78-flag-parsing-challenge" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:40:45 ========================================================= 18:40:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:40:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:40:47 + 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:40:48 Sending build context to Docker daemon 549.4kB 18:40:48 Step 1/8 : ARG BASE=golang:1.15-alpine 18:40:48 Step 2/8 : FROM ${BASE} 18:40:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:40:48 df20fa9351a1: Pulling fs layer 18:40:48 ed8968b2872e: Pulling fs layer 18:40:48 a92cc7c5fd73: Pulling fs layer 18:40:48 e871e8e8d7a9: Pulling fs layer 18:40:48 e73272ec9a57: Pulling fs layer 18:40:48 1e910a182e73: Pulling fs layer 18:40:48 4e634b169226: Pulling fs layer 18:40:48 e73272ec9a57: Waiting 18:40:48 1e910a182e73: Waiting 18:40:48 4e634b169226: Waiting 18:40:48 e871e8e8d7a9: Waiting 18:40:48 a92cc7c5fd73: Verifying Checksum 18:40:48 a92cc7c5fd73: Download complete 18:40:48 ed8968b2872e: Download complete 18:40:49 e73272ec9a57: Verifying Checksum 18:40:49 e73272ec9a57: Download complete 18:40:49 1e910a182e73: Download complete 18:40:49 df20fa9351a1: Verifying Checksum 18:40:49 df20fa9351a1: Download complete 18:40:49 df20fa9351a1: Pull complete 18:40:51 ed8968b2872e: Pull complete 18:40:51 a92cc7c5fd73: Pull complete 18:40:56 4e634b169226: Verifying Checksum 18:40:56 4e634b169226: Download complete 18:40:57 e871e8e8d7a9: Download complete 18:41:05 e871e8e8d7a9: Pull complete 18:41:06 e73272ec9a57: Pull complete 18:41:06 1e910a182e73: Pull complete 18:41:13 4e634b169226: Pull complete 18:41:13 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 18:41:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:41:13 ---> f7629b54cfaa 18:41:13 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:41:13 ---> Running in 4012af334431 18:41:13 Removing intermediate container 4012af334431 18:41:13 ---> b2f3ccd4611b 18:41:13 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:41:13 ---> Running in 04fac19155d2 18:41:14 Removing intermediate container 04fac19155d2 18:41:14 ---> 65218bd6b445 18:41:14 Step 5/8 : RUN apk add --update --no-cache git make 18:41:14 ---> Running in c91ac58453ec 18:41:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:41:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:41:17 OK: 166 MiB in 39 packages 18:41:17 Removing intermediate container c91ac58453ec 18:41:17 ---> 5cd2bdfd66bb 18:41:17 Step 6/8 : WORKDIR /build 18:41:17 ---> Running in f4a55fab0fd2 18:41:18 Removing intermediate container f4a55fab0fd2 18:41:18 ---> 6f53a9d889e4 18:41:18 Step 7/8 : COPY go.mod . 18:41:18 ---> 59efca2d4d20 18:41:18 Step 8/8 : RUN go mod download 18:41:18 ---> Running in 63f17f4e8e90 18:41:40 Removing intermediate container 63f17f4e8e90 18:41:40 ---> 8e261606ade9 18:41:40 Successfully built 8e261606ade9 18:41:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:41:41 + docker inspect -f . ci-base-image-x86_64 18:41:41 . [Pipeline] withDockerContainer 18:41:41 prd-centos7-docker-4c-2g-9547 does not seem to be running inside a container 18:41:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/60 -v /w/workspace/go-mod-bootstrap/60:/w/workspace/go-mod-bootstrap/60:rw,z -v /w/workspace/go-mod-bootstrap/60@tmp:/w/workspace/go-mod-bootstrap/60@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 ******** ci-base-image-x86_64 cat 18:41:42 $ docker top 5bfe8f9acfb359597cfa6756decb5467f5de2299181127ee2d2712657f4a69e0 -eo pid,comm [Pipeline] { [Pipeline] sh 18:41:43 + go version 18:41:43 go version go1.15.2 linux/amd64 [Pipeline] } 18:41:43 $ docker stop --time=1 5bfe8f9acfb359597cfa6756decb5467f5de2299181127ee2d2712657f4a69e0 18:41:44 $ docker rm -f 5bfe8f9acfb359597cfa6756decb5467f5de2299181127ee2d2712657f4a69e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [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] } 18:42:02 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9549 in /w/workspace/xfoundry_go-mod-bootstrap_master [Pipeline] { [Pipeline] ws 18:42:02 Running in /w/workspace/go-mod-bootstrap/60 [Pipeline] { [Pipeline] checkout 18:42:07 using credential edgex-jenkins-ssh 18:42:07 Cloning the remote Git repository 18:42:07 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 18:42:07 > git init /w/workspace/go-mod-bootstrap/60 # timeout=10 18:42:07 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:42:07 > git --version # timeout=10 18:42:07 > git --version # 'git version 2.17.1' 18:42:07 using GIT_SSH to set credentials SSH Credentials for GitHub 18:42:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:42:09 Checking out Revision 79eb29d299abbb493294a056159a83325eb5ef8f (master) 18:42:09 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:42:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:42:09 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:42:09 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:42:09 using GIT_SSH to set credentials SSH Credentials for GitHub 18:42:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:42:09 > git config core.sparsecheckout # timeout=10 18:42:09 > git checkout -f 79eb29d299abbb493294a056159a83325eb5ef8f # timeout=10 18:42:14 Commit message: "Merge pull request #121 from andresrinivasan/issue-78-flag-parsing-challenge" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:42:14 ========================================================= 18:42:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:42:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:42:15 + 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:42:16 Sending build context to Docker daemon 549.4kB 18:42:16 Step 1/8 : ARG BASE=golang:1.15-alpine 18:42:16 Step 2/8 : FROM ${BASE} 18:42:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:42:17 b538f80385f9: Pulling fs layer 18:42:17 74f711af9a0d: Pulling fs layer 18:42:17 99f96fe45779: Pulling fs layer 18:42:17 8529a6b9a6be: Pulling fs layer 18:42:17 45590311c82a: Pulling fs layer 18:42:17 69ca0ff8b7b3: Pulling fs layer 18:42:17 209524e5b208: Pulling fs layer 18:42:17 8529a6b9a6be: Waiting 18:42:17 69ca0ff8b7b3: Waiting 18:42:17 45590311c82a: Waiting 18:42:17 209524e5b208: Waiting 18:42:17 74f711af9a0d: Verifying Checksum 18:42:17 74f711af9a0d: Download complete 18:42:17 45590311c82a: Verifying Checksum 18:42:17 45590311c82a: Download complete 18:42:17 69ca0ff8b7b3: Verifying Checksum 18:42:17 69ca0ff8b7b3: Download complete 18:42:17 b538f80385f9: Download complete 18:42:18 b538f80385f9: Pull complete 18:42:18 74f711af9a0d: Pull complete 18:42:19 99f96fe45779: Pull complete 18:42:20 209524e5b208: Verifying Checksum 18:42:20 209524e5b208: Download complete 18:42:21 8529a6b9a6be: Verifying Checksum 18:42:21 8529a6b9a6be: Download complete 18:42:31 8529a6b9a6be: Pull complete 18:42:31 45590311c82a: Pull complete 18:42:31 69ca0ff8b7b3: Pull complete 18:42:35 209524e5b208: Pull complete 18:42:35 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 18:42:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:42:35 ---> 5bddaf1c2fca 18:42:35 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:42:38 ---> Running in 8eb77622ec0d 18:42:38 Removing intermediate container 8eb77622ec0d 18:42:38 ---> b39ad9cf9c29 18:42:38 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:42:38 ---> Running in 5e646eefaa24 18:42:41 Removing intermediate container 5e646eefaa24 18:42:41 ---> c74bafb2060d 18:42:41 Step 5/8 : RUN apk add --update --no-cache git make 18:42:41 ---> Running in dd03523aefb4 18:42:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:42:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:42:44 OK: 142 MiB in 39 packages 18:42:45 Removing intermediate container dd03523aefb4 18:42:45 ---> 9f43da654ddc 18:42:45 Step 6/8 : WORKDIR /build 18:42:45 ---> Running in 21ec66c6d561 18:42:46 Removing intermediate container 21ec66c6d561 18:42:46 ---> f2c6ceceffae 18:42:46 Step 7/8 : COPY go.mod . 18:42:46 ---> 3b2df570cabe 18:42:46 Step 8/8 : RUN go mod download 18:42:47 ---> Running in 58f8157d7cfd 18:43:09 Removing intermediate container 58f8157d7cfd 18:43:09 ---> e84c9dbfb000 18:43:09 Successfully built e84c9dbfb000 18:43:09 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:43:09 + docker inspect -f . ci-base-image-arm64 18:43:09 . [Pipeline] withDockerContainer 18:43:09 prd-ubuntu18.04-docker-arm64-4c-16g-9549 does not seem to be running inside a container 18:43:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/60 -v /w/workspace/go-mod-bootstrap/60:/w/workspace/go-mod-bootstrap/60:rw,z -v /w/workspace/go-mod-bootstrap/60@tmp:/w/workspace/go-mod-bootstrap/60@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 ******** ci-base-image-arm64 cat 18:43:12 $ docker top 840400843f5b243e32bd730b09594a360e79f7907e4d596eab2b38e3ecc3ffae -eo pid,comm [Pipeline] { [Pipeline] sh 18:43:13 + go version 18:43:13 go version go1.15.2 linux/arm64 [Pipeline] } 18:43:13 $ docker stop --time=1 840400843f5b243e32bd730b09594a360e79f7907e4d596eab2b38e3ecc3ffae 18:43:15 $ docker rm -f 840400843f5b243e32bd730b09594a360e79f7907e4d596eab2b38e3ecc3ffae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [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) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 18:43:18 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 18:43:18 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 18:43:18 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:43:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 18:43:19 18:43:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 18:43:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 18:43:19 1.317.0: Pulling from edgex-devops/edgex-snyk-go 18:43:19 cbdbe7a5bc2a: Pulling fs layer 18:43:19 408f87550127: Pulling fs layer 18:43:19 fe522b08c979: Pulling fs layer 18:43:19 221eaa008020: Pulling fs layer 18:43:19 2a4607e5d6b9: Pulling fs layer 18:43:19 8f79b27c4fd2: Pulling fs layer 18:43:19 e5c8dbe1645b: Pulling fs layer 18:43:19 23e8b3b47431: Pulling fs layer 18:43:19 5c568d65a230: Pulling fs layer 18:43:19 8f79b27c4fd2: Waiting 18:43:19 e5c8dbe1645b: Waiting 18:43:19 23e8b3b47431: Waiting 18:43:19 5c568d65a230: Waiting 18:43:19 2a4607e5d6b9: Waiting 18:43:19 221eaa008020: Waiting 18:43:19 fe522b08c979: Verifying Checksum 18:43:19 fe522b08c979: Download complete 18:43:19 408f87550127: Verifying Checksum 18:43:19 408f87550127: Download complete 18:43:20 2a4607e5d6b9: Download complete 18:43:20 8f79b27c4fd2: Verifying Checksum 18:43:20 8f79b27c4fd2: Download complete 18:43:21 cbdbe7a5bc2a: Download complete 18:43:21 cbdbe7a5bc2a: Pull complete 18:43:21 408f87550127: Pull complete 18:43:22 fe522b08c979: Pull complete 18:43:32 e5c8dbe1645b: Verifying Checksum 18:43:32 e5c8dbe1645b: Download complete 18:43:34 23e8b3b47431: Verifying Checksum 18:43:34 23e8b3b47431: Download complete 18:43:37 5c568d65a230: Verifying Checksum 18:43:37 5c568d65a230: Download complete 18:43:41 221eaa008020: Verifying Checksum 18:43:41 221eaa008020: Download complete 18:43:47 221eaa008020: Pull complete 18:43:47 2a4607e5d6b9: Pull complete 18:43:47 8f79b27c4fd2: Pull complete 18:43:48 e5c8dbe1645b: Pull complete 18:43:52 23e8b3b47431: Pull complete 18:43:53 5c568d65a230: Pull complete 18:43:53 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 18:43:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 18:43:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 18:43:53 prd-centos7-docker-4c-2g-9546 does not seem to be running inside a container 18:43:53 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_go-mod-bootstrap_master:/ws -w /ws --entrypoint= -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 18:43:55 $ docker top e3aa844e9685b3c9dac5252e5437a603052ddedfc7ab3587784e23ec8a40cb7f -eo pid,comm [Pipeline] { [Pipeline] sh 18:43:56 + snyk monitor '--org=edgex-jenkins' 18:44:10 18:44:10 Monitoring /w/workspace/xfoundry_go-mod-bootstrap_master (github.com/edgexfoundry/go-mod-bootstrap)... 18:44:10 18:44:10 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/19a98e22-83c3-4df2-becf-4316f070fd80/history/d896aee3-f5df-4647-800c-87713bd43627 18:44:10 18:44:10 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:44:10 18:44:11 18:44:11 Snyk CLI supports Node.js 8 and higher. 18:44:11 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 18:44:11 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 18:44:11 18:44:11 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 18:44:11 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 18:44:11 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 18:44:11 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 18:44:11 $ docker stop --time=1 e3aa844e9685b3c9dac5252e5437a603052ddedfc7ab3587784e23ec8a40cb7f 18:44:13 $ docker rm -f e3aa844e9685b3c9dac5252e5437a603052ddedfc7ab3587784e23ec8a40cb7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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:44:15 + git log --format=format:%s -1 79eb29d299abbb493294a056159a83325eb5ef8f [Pipeline] isUnix [Pipeline] sh 18:44:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:44:15 . [Pipeline] withDockerContainer 18:44:15 prd-centos7-docker-4c-2g-9546 does not seem to be running inside a container 18:44:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:44:16 $ docker top f622d3bf7e10edc072fdcf0fe84fe8939cc0ebf1de4ded1bc692cb3ab054531b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:44:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:44:17 [ssh-agent] Looking for ssh-agent implementation... 18:44:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:44:17 $ docker exec f622d3bf7e10edc072fdcf0fe84fe8939cc0ebf1de4ded1bc692cb3ab054531b ssh-agent 18:44:17 SSH_AUTH_SOCK=/tmp/ssh-LsBoiM1uSdWE/agent.11 18:44:17 SSH_AGENT_PID=17 18:44:17 Running ssh-add (command line suppressed) 18:44:18 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7098012839174615673.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_7098012839174615673.key) 18:44:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:44:18 + git semver tag 18:44:18 # -> Open(): unable to determine branch for HEAD 18:44:18 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 18:44:18 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 18:44:18 # $SEMVER_REMOTE_NAME = origin 18:44:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:44:18 # $SEMVER_USER_NAME = edgex-jenkins 18:44:18 # $SEMVER_BRANCH = master 18:44:18 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 18:44:18 # 79eb29d299abbb493294a056159a83325eb5ef8f HEAD 18:44:18 # -> Force: false 18:44:18 # 1e867f8ee6e4a151c32de55ba42f4d98336320ba refs/tags/v0.0.57 [Pipeline] } 18:44:18 $ docker exec --env ******** --env ******** f622d3bf7e10edc072fdcf0fe84fe8939cc0ebf1de4ded1bc692cb3ab054531b ssh-agent -k 18:44:18 unset SSH_AUTH_SOCK; 18:44:18 unset SSH_AGENT_PID; 18:44:18 echo Agent pid 17 killed; 18:44:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:44:19 + git semver [Pipeline] } 18:44:19 $ docker stop --time=1 f622d3bf7e10edc072fdcf0fe84fe8939cc0ebf1de4ded1bc692cb3ab054531b 18:44:20 $ docker rm -f f622d3bf7e10edc072fdcf0fe84fe8939cc0ebf1de4ded1bc692cb3ab054531b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:44:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:44:21 18:44:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:44:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:44:21 0.23.1-centos7: Pulling from edgex-lftools 18:44:21 ab5ef0e58194: Pulling fs layer 18:44:21 9712f1f96733: Pulling fs layer 18:44:21 63f879dbbcfc: Pulling fs layer 18:44:21 0d9ebad4ef96: Pulling fs layer 18:44:21 e9a5061849ea: Pulling fs layer 18:44:21 d747dcd14b5f: Pulling fs layer 18:44:21 2de7ff778b66: Pulling fs layer 18:44:21 0d9ebad4ef96: Waiting 18:44:21 e9a5061849ea: Waiting 18:44:21 2de7ff778b66: Waiting 18:44:21 d747dcd14b5f: Waiting 18:44:21 9712f1f96733: Verifying Checksum 18:44:21 9712f1f96733: Download complete 18:44:22 63f879dbbcfc: Verifying Checksum 18:44:22 63f879dbbcfc: Download complete 18:44:22 e9a5061849ea: Verifying Checksum 18:44:22 e9a5061849ea: Download complete 18:44:22 d747dcd14b5f: Verifying Checksum 18:44:22 d747dcd14b5f: Download complete 18:44:23 2de7ff778b66: Verifying Checksum 18:44:23 2de7ff778b66: Download complete 18:44:23 0d9ebad4ef96: Verifying Checksum 18:44:23 0d9ebad4ef96: Download complete 18:44:23 ab5ef0e58194: Verifying Checksum 18:44:23 ab5ef0e58194: Download complete 18:44:29 ab5ef0e58194: Pull complete 18:44:29 9712f1f96733: Pull complete 18:44:31 63f879dbbcfc: Pull complete 18:44:38 0d9ebad4ef96: Pull complete 18:44:38 e9a5061849ea: Pull complete 18:44:38 d747dcd14b5f: Pull complete 18:44:43 2de7ff778b66: Pull complete 18:44:43 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:44:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:44:43 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:44:43 prd-centos7-docker-4c-2g-9546 does not seem to be running inside a container 18:44:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:44:46 $ docker top dd3de4b114c3d8b171890daeaf0e155fb371f5ac3a21b458272a7c31a3203d92 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:44:46 provisioning config files... 18:44:46 copy managed file [sigul-config] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config5258124428947579306tmp 18:44:46 copy managed file [sigul-password] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config626833492149595059tmp 18:44:46 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config1729048384870389957tmp [Pipeline] { [Pipeline] echo 18:44:46 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:44:46 ---> sigul-configuration.sh 18:44:46 gpg: directory `/root/.gnupg' created 18:44:46 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:44:46 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:44:46 gpg: keyring `/root/.gnupg/secring.gpg' created 18:44:46 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:44:46 gpg: CAST5 encrypted data 18:44:47 gpg: encrypted with 1 passphrase 18:44:47 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:44:47 + mkdir /home/jenkins 18:44:47 + mkdir /home/jenkins/sigul [Pipeline] sh 18:44:47 + 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:44:47 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:44:48 ---> sigul-install.sh 18:44:54 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:44:55 + git tag --list 18:44:55 v0.0.1 18:44:55 v0.0.10 18:44:55 v0.0.11 18:44:55 v0.0.12 18:44:55 v0.0.13 18:44:55 v0.0.14 18:44:55 v0.0.15 18:44:55 v0.0.16 18:44:55 v0.0.17 18:44:55 v0.0.18 18:44:55 v0.0.19 18:44:55 v0.0.2 18:44:55 v0.0.20 18:44:55 v0.0.21 18:44:55 v0.0.22 18:44:55 v0.0.23 18:44:55 v0.0.24 18:44:55 v0.0.25 18:44:55 v0.0.26 18:44:55 v0.0.27 18:44:55 v0.0.28 18:44:55 v0.0.29 18:44:55 v0.0.3 18:44:55 v0.0.30 18:44:55 v0.0.31 18:44:55 v0.0.32 18:44:55 v0.0.33 18:44:55 v0.0.34 18:44:55 v0.0.35 18:44:55 v0.0.36 18:44:55 v0.0.37 18:44:55 v0.0.38 18:44:55 v0.0.39 18:44:55 v0.0.4 18:44:55 v0.0.40 18:44:55 v0.0.41 18:44:55 v0.0.42 18:44:55 v0.0.43 18:44:55 v0.0.44 18:44:55 v0.0.45 18:44:55 v0.0.46 18:44:55 v0.0.47 18:44:55 v0.0.48 18:44:55 v0.0.49 18:44:55 v0.0.5 18:44:55 v0.0.50 18:44:55 v0.0.51 18:44:55 v0.0.52 18:44:55 v0.0.53 18:44:55 v0.0.54 18:44:55 v0.0.55 18:44:55 v0.0.56 18:44:55 v0.0.57 18:44:55 v0.0.6 18:44:55 v0.0.7 18:44:55 v0.0.8 18:44:55 v0.0.9 [Pipeline] sh 18:44:55 + lftools sign git-tag v0.0.57 18:44:56 Signing Git tag with Sigul... 18:44:56 Signing v0.0.57 [Pipeline] echo 18:44:57 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:44:58 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:44:58 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:44:58 $ docker stop --time=1 dd3de4b114c3d8b171890daeaf0e155fb371f5ac3a21b458272a7c31a3203d92 18:45:00 $ docker rm -f dd3de4b114c3d8b171890daeaf0e155fb371f5ac3a21b458272a7c31a3203d92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:45:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:45:01 . [Pipeline] withDockerContainer 18:45:01 prd-centos7-docker-4c-2g-9546 does not seem to be running inside a container 18:45:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:45:02 $ docker top 8b18c18a60dd0ba4f4db0088147624b66ceb42b39e902ea1aaa38e5bad7d594b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:45:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:45:02 [ssh-agent] Looking for ssh-agent implementation... 18:45:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:45:03 $ docker exec 8b18c18a60dd0ba4f4db0088147624b66ceb42b39e902ea1aaa38e5bad7d594b ssh-agent 18:45:03 SSH_AUTH_SOCK=/tmp/ssh-GcgsUzmPtGHe/agent.13 18:45:03 SSH_AGENT_PID=19 18:45:03 Running ssh-add (command line suppressed) 18:45:03 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_136944074399975417.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_136944074399975417.key) 18:45:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:45:03 + git semver bump patch 18:45:03 # -> Open(): unable to determine branch for HEAD 18:45:03 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 18:45:03 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 18:45:03 # $SEMVER_REMOTE_NAME = origin 18:45:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:45:03 # $SEMVER_USER_NAME = edgex-jenkins 18:45:03 # $SEMVER_BRANCH = master 18:45:03 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver 18:45:03 0.0.58 [Pipeline] } 18:45:03 $ docker exec --env ******** --env ******** 8b18c18a60dd0ba4f4db0088147624b66ceb42b39e902ea1aaa38e5bad7d594b ssh-agent -k 18:45:04 unset SSH_AUTH_SOCK; 18:45:04 unset SSH_AGENT_PID; 18:45:04 echo Agent pid 19 killed; 18:45:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:45:04 + git semver [Pipeline] } 18:45:04 $ docker stop --time=1 8b18c18a60dd0ba4f4db0088147624b66ceb42b39e902ea1aaa38e5bad7d594b 18:45:06 $ docker rm -f 8b18c18a60dd0ba4f4db0088147624b66ceb42b39e902ea1aaa38e5bad7d594b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:45:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:45:06 . [Pipeline] withDockerContainer 18:45:06 prd-centos7-docker-4c-2g-9546 does not seem to be running inside a container 18:45:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:45:07 $ docker top 76f9870c18f5a6d6a93b83252c43aff2b82c18d16cfb93c900010e735d9a1df7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:45:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:45:07 [ssh-agent] Looking for ssh-agent implementation... 18:45:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:45:07 $ docker exec 76f9870c18f5a6d6a93b83252c43aff2b82c18d16cfb93c900010e735d9a1df7 ssh-agent 18:45:08 SSH_AUTH_SOCK=/tmp/ssh-Aw6kH18JWC9b/agent.11 18:45:08 SSH_AGENT_PID=16 18:45:08 Running ssh-add (command line suppressed) 18:45:08 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_876450605525511804.key (/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/private_key_876450605525511804.key) 18:45:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:45:08 + git semver push 18:45:08 # -> Open(): unable to determine branch for HEAD 18:45:08 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.git 18:45:08 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_master 18:45:08 # $SEMVER_REMOTE_NAME = origin 18:45:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:45:08 # $SEMVER_USER_NAME = edgex-jenkins 18:45:08 # $SEMVER_BRANCH = master 18:45:08 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_master/.semver [Pipeline] } 18:45:15 $ docker exec --env ******** --env ******** 76f9870c18f5a6d6a93b83252c43aff2b82c18d16cfb93c900010e735d9a1df7 ssh-agent -k 18:45:15 unset SSH_AUTH_SOCK; 18:45:15 unset SSH_AGENT_PID; 18:45:15 echo Agent pid 16 killed; 18:45:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:45:16 + git semver [Pipeline] } 18:45:16 $ docker stop --time=1 76f9870c18f5a6d6a93b83252c43aff2b82c18d16cfb93c900010e735d9a1df7 18:45:17 $ docker rm -f 76f9870c18f5a6d6a93b83252c43aff2b82c18d16cfb93c900010e735d9a1df7 [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:45:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:45:19 ---> package-listing.sh 18:45:19 ++ facter osfamily 18:45:19 ++ tr '[:upper:]' '[:lower:]' 18:45:19 + OS_FAMILY=redhat 18:45:19 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_master 18:45:19 + START_PACKAGES=/tmp/packages_start.txt 18:45:19 + END_PACKAGES=/tmp/packages_end.txt 18:45:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:45:19 + PACKAGES=/tmp/packages_start.txt 18:45:19 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 18:45:19 + PACKAGES=/tmp/packages_end.txt 18:45:19 + case "${OS_FAMILY}" in 18:45:19 + rpm -qa 18:45:19 + sort 18:45:23 + '[' -f /tmp/packages_start.txt ']' 18:45:23 + '[' -f /tmp/packages_end.txt ']' 18:45:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:45:23 + '[' /w/workspace/xfoundry_go-mod-bootstrap_master ']' 18:45:23 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ 18:45:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_master/archives/ [Pipeline] echo 18:45:23 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/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:45:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:45:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:45:24 18:45:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:45:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:45:24 alpine: Pulling from edgex-lftools-log-publisher 18:45:24 df20fa9351a1: Pulling fs layer 18:45:24 36b3adc4ff6f: Pulling fs layer 18:45:24 8ad3a11d3b57: Pulling fs layer 18:45:24 46f8f816bc3b: Pulling fs layer 18:45:24 93b61091891f: Pulling fs layer 18:45:24 93b9cdb0e59b: Pulling fs layer 18:45:24 5e14af77c1be: Pulling fs layer 18:45:24 01666e4c0597: Pulling fs layer 18:45:24 aa168da1d23b: Pulling fs layer 18:45:24 46f8f816bc3b: Waiting 18:45:24 93b61091891f: Waiting 18:45:24 93b9cdb0e59b: Waiting 18:45:24 5e14af77c1be: Waiting 18:45:24 01666e4c0597: Waiting 18:45:24 aa168da1d23b: Waiting 18:45:24 36b3adc4ff6f: Verifying Checksum 18:45:24 36b3adc4ff6f: Download complete 18:45:24 46f8f816bc3b: Verifying Checksum 18:45:24 46f8f816bc3b: Download complete 18:45:24 df20fa9351a1: Verifying Checksum 18:45:24 93b9cdb0e59b: Verifying Checksum 18:45:24 93b9cdb0e59b: Download complete 18:45:25 5e14af77c1be: Verifying Checksum 18:45:25 5e14af77c1be: Download complete 18:45:25 01666e4c0597: Download complete 18:45:25 93b61091891f: Verifying Checksum 18:45:25 93b61091891f: Download complete 18:45:25 8ad3a11d3b57: Verifying Checksum 18:45:25 8ad3a11d3b57: Download complete 18:45:25 df20fa9351a1: Pull complete 18:45:25 36b3adc4ff6f: Pull complete 18:45:26 8ad3a11d3b57: Pull complete 18:45:26 aa168da1d23b: Verifying Checksum 18:45:26 aa168da1d23b: Download complete 18:45:26 46f8f816bc3b: Pull complete 18:45:27 93b61091891f: Pull complete 18:45:27 93b9cdb0e59b: Pull complete 18:45:27 5e14af77c1be: Pull complete 18:45:27 01666e4c0597: Pull complete 18:45:36 aa168da1d23b: Pull complete 18:45:36 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:45:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:45:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:45:36 prd-centos7-docker-4c-2g-9546 does not seem to be running inside a container 18:45:36 $ 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/xfoundry_go-mod-bootstrap_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_master -v /w/workspace/xfoundry_go-mod-bootstrap_master:/w/workspace/xfoundry_go-mod-bootstrap_master:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_master@tmp:/w/workspace/xfoundry_go-mod-bootstrap_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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:45:39 $ docker top dc906be951ef681eeafd5821a9415e7f7c18ad988a1aa5b69ffeba8f3dd596d3 -eo pid,comm [Pipeline] { [Pipeline] sh 18:45:40 + touch /tmp/pre-build-complete [Pipeline] sh 18:45:40 + mkdir -p /var/log/sa [Pipeline] sh 18:45:40 + ls /var/log/sa-host 18:45:40 + sadf -c /var/log/sa-host/sa05 18:45:40 file_magic: OK 18:45:40 HZ: Using current value: 100 18:45:40 file_header: OK 18:45:40 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:45:40 Statistics: 18:45:40 Hnuu...uuuununununu...Hnuu...uuuununununu... 18:45:40 File successfully converted to sysstat format version 12.2.1 18:45:40 + sadf -c /var/log/sa-host/sa28 18:45:40 file_magic: OK 18:45:40 HZ: Using current value: 100 18:45:40 file_header: OK 18:45:40 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:45:40 Statistics: 18:45:40 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:45:40 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:45:41 provisioning config files... 18:45:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_master@tmp/config4706645825814810921tmp [Pipeline] { [Pipeline] echo 18:45:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:45:41 ---> create-netrc.sh [Pipeline] } 18:45:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:45:41 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:45:41 ---> python-tools-install.sh [Pipeline] echo 18:45:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:45:42 ---> sudo-logs.sh 18:45:42 Archiving 'sudo' log.. [Pipeline] echo 18:45:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:45:42 ---> job-cost.sh 18:45:42 lf-activate-venv: SKIPPING 18:45:42 INFO: No Stack... 18:45:45 INFO: Retrieving Pricing Info for: v1-standard-2 18:45:46 INFO: Archiving Costs [Pipeline] echo 18:45:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:45:46 ---> logs-deploy.sh 18:45:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/master/60 18:45:46 INFO: archiving workspace using pattern(s): 18:45:48 Archives upload complete. 18:45:48 INFO: archiving logs to Nexus