Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f40e2be3c73940b991c744b10b7b286bb29fb93c 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/master/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [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: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go 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-app-functions-sdk-go 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: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-1791 in /w/workspace/ndry_app-functions-sdk-go_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/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.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/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision f40e2be3c73940b991c744b10b7b286bb29fb93c (master) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.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/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f40e2be3c73940b991c744b10b7b286bb29fb93c # timeout=10 Commit message: "feat(triggers): Add MQTT Trigger with secure connection options (#498)" > git rev-list --no-walk d4297c3f0affce4b46d730e2d159065f9736cf70 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:37:37 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:37:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:37:37 ========================================================= 17:37:37 EdgeX Global Pipelines Version Info 17:37:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:37:39 ------------------- 17:37:39 stable info: 17:37:39 ------------------- 17:37:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:37:39 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 17:37:39 Message: update stable to v1.0.131 17:37:40 ------------------- 17:37:40 experimental info: 17:37:40 ------------------- 17:37:40 Commited By: **** collab-it+edgex@linuxfoundation.org 17:37:40 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 17:37:40 Message: update experimental to v1.0.131 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 17:37:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 17:37:40 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 17:37:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:37:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:37:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:37:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:37:41 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:37:41 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:37:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:37:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:37:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:37:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 17:37:42 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:37:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:37:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:37:42 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:37:42 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:37:42 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:37:42 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:37:42 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:37:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:37:43 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 17:37:43 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:37:43 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:37:43 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:37:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:37:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:37:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:37:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f40e2be3c73940b991c744b10b7b286bb29fb93c [Pipeline] echo 17:37:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f40e2be [Pipeline] echo 17:37:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:37:44 + git log --format=format:%s -1 f40e2be3c73940b991c744b10b7b286bb29fb93c [Pipeline] echo 17:37:44 GIT_COMMIT: f40e2be3c73940b991c744b10b7b286bb29fb93c, Commit Message: feat(triggers): Add MQTT Trigger with secure connection options (#498) [Pipeline] echo 17:37:44 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:37:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:37:45 17:37:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:37:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:37:46 latest: Pulling from edgex-devops/git-semver 17:37:46 31603596830f: Pulling fs layer 17:37:46 2a8b12db71e7: Pulling fs layer 17:37:46 6ca5941a6612: Pulling fs layer 17:37:46 ecc8261a40a4: Pulling fs layer 17:37:46 ecc8261a40a4: Waiting 17:37:46 2a8b12db71e7: Verifying Checksum 17:37:46 2a8b12db71e7: Download complete 17:37:46 31603596830f: Verifying Checksum 17:37:46 31603596830f: Download complete 17:37:46 ecc8261a40a4: Verifying Checksum 17:37:46 ecc8261a40a4: Download complete 17:37:46 6ca5941a6612: Verifying Checksum 17:37:46 6ca5941a6612: Download complete 17:37:46 31603596830f: Pull complete 17:37:46 2a8b12db71e7: Pull complete 17:37:47 6ca5941a6612: Pull complete 17:37:48 ecc8261a40a4: Pull complete 17:37:48 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:37:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:37:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:37:48 prd-centos7-docker-4c-2g-1791 does not seem to be running inside a container 17:37:48 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:37:50 $ docker top f6ddc11a3e179ea7d5829f01e0cc0f549cbc1ba2fed62df26b90eebbf72e14bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:37:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:37:50 [ssh-agent] Looking for ssh-agent implementation... 17:37:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:37:51 $ docker exec f6ddc11a3e179ea7d5829f01e0cc0f549cbc1ba2fed62df26b90eebbf72e14bb ssh-agent 17:37:51 SSH_AUTH_SOCK=/tmp/ssh-d3CtUSvRJj4u/agent.12 17:37:51 SSH_AGENT_PID=18 17:37:51 Running ssh-add (command line suppressed) 17:37:51 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2159671817948246675.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2159671817948246675.key) 17:37:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:37:51 + git describe --exact-match --tags HEAD 17:37:51 fatal: no tag exactly matches 'f40e2be3c73940b991c744b10b7b286bb29fb93c' [Pipeline] } 17:37:51 $ docker exec --env ******** --env ******** f6ddc11a3e179ea7d5829f01e0cc0f549cbc1ba2fed62df26b90eebbf72e14bb ssh-agent -k 17:37:52 unset SSH_AUTH_SOCK; 17:37:52 unset SSH_AGENT_PID; 17:37:52 echo Agent pid 18 killed; 17:37:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 17:37:52 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 17:37:52 This usually means this commit has not been tagged. [Pipeline] sshagent 17:37:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:37:52 [ssh-agent] Looking for ssh-agent implementation... 17:37:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:37:52 $ docker exec f6ddc11a3e179ea7d5829f01e0cc0f549cbc1ba2fed62df26b90eebbf72e14bb ssh-agent 17:37:52 SSH_AUTH_SOCK=/tmp/ssh-vczdPr5aiqk2/agent.46 17:37:52 SSH_AGENT_PID=52 17:37:52 Running ssh-add (command line suppressed) 17:37:52 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4470419987437516073.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4470419987437516073.key) 17:37:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:37:53 + git semver init 17:37:53 # -> Open(): unable to determine branch for HEAD 17:37:53 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:37:53 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:37:53 # $SEMVER_REMOTE_NAME = origin 17:37:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:37:53 # $SEMVER_USER_NAME = edgex-jenkins 17:37:53 # $SEMVER_BRANCH = master 17:37:53 # $SEMVER_TEMP = /tmp/semver-042339813 17:37:53 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 17:37:55 # '/tmp/semver-042339813' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 17:37:55 # -> Force: false 17:37:55 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 17:37:55 $ docker exec --env ******** --env ******** f6ddc11a3e179ea7d5829f01e0cc0f549cbc1ba2fed62df26b90eebbf72e14bb ssh-agent -k 17:37:55 unset SSH_AUTH_SOCK; 17:37:55 unset SSH_AGENT_PID; 17:37:55 echo Agent pid 52 killed; 17:37:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:37:56 + git semver [Pipeline] } 17:37:56 $ docker stop --time=1 f6ddc11a3e179ea7d5829f01e0cc0f549cbc1ba2fed62df26b90eebbf72e14bb 17:37:57 $ docker rm -f f6ddc11a3e179ea7d5829f01e0cc0f549cbc1ba2fed62df26b90eebbf72e14bb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 17:38:00 Stashed 48 file(s) [Pipeline] echo 17:38:00 [edgeXSemver]: initialized semver on version 1.2.1-dev.35 [Pipeline] echo 17:38:00 Archived original version: [1.2.1-dev.35] [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 17:38:16 Still waiting to schedule task 17:38:16 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1791’ 17:38:16 Still waiting to schedule task 17:38:16 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:40:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1792 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 17:40:20 Running in /w/workspace/app-functions-sdk-go/123 [Pipeline] { [Pipeline] checkout 17:40:25 using credential edgex-jenkins-ssh 17:40:25 Cloning the remote Git repository 17:40:25 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 17:40:25 > git init /w/workspace/app-functions-sdk-go/123 # timeout=10 17:40:25 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:40:25 > git --version # timeout=10 17:40:25 > git --version # 'git version 2.17.1' 17:40:25 using GIT_SSH to set credentials SSH Credentials for GitHub 17:40:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:40:29 Checking out Revision f40e2be3c73940b991c744b10b7b286bb29fb93c (master) 17:40:28 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:40:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:40:28 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:40:28 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:40:28 using GIT_SSH to set credentials SSH Credentials for GitHub 17:40:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:40:29 > git config core.sparsecheckout # timeout=10 17:40:29 > git checkout -f f40e2be3c73940b991c744b10b7b286bb29fb93c # timeout=10 17:40:33 Commit message: "feat(triggers): Add MQTT Trigger with secure connection options (#498)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 17:40:37 ========================================================= 17:40:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:40:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:40:38 + 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 . 17:40:39 Sending build context to Docker daemon 37.38MB 17:40:39 Step 1/8 : ARG BASE=golang:1.15-alpine 17:40:39 Step 2/8 : FROM ${BASE} 17:40:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:40:40 b538f80385f9: Pulling fs layer 17:40:40 74f711af9a0d: Pulling fs layer 17:40:40 99f96fe45779: Pulling fs layer 17:40:40 8529a6b9a6be: Pulling fs layer 17:40:40 45590311c82a: Pulling fs layer 17:40:40 69ca0ff8b7b3: Pulling fs layer 17:40:40 209524e5b208: Pulling fs layer 17:40:40 8529a6b9a6be: Waiting 17:40:40 45590311c82a: Waiting 17:40:40 69ca0ff8b7b3: Waiting 17:40:40 209524e5b208: Waiting 17:40:40 99f96fe45779: Verifying Checksum 17:40:40 99f96fe45779: Download complete 17:40:40 74f711af9a0d: Verifying Checksum 17:40:40 74f711af9a0d: Download complete 17:40:40 45590311c82a: Verifying Checksum 17:40:40 45590311c82a: Download complete 17:40:40 69ca0ff8b7b3: Verifying Checksum 17:40:40 69ca0ff8b7b3: Download complete 17:40:40 b538f80385f9: Verifying Checksum 17:40:40 b538f80385f9: Download complete 17:40:41 b538f80385f9: Pull complete 17:40:41 74f711af9a0d: Pull complete 17:40:42 99f96fe45779: Pull complete 17:40:42 209524e5b208: Verifying Checksum 17:40:42 209524e5b208: Download complete 17:40:43 8529a6b9a6be: Verifying Checksum 17:40:43 8529a6b9a6be: Download complete 17:40:44 Running on prd-centos7-docker-4c-2g-1793 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 17:40:44 Running in /w/workspace/app-functions-sdk-go/123 [Pipeline] { [Pipeline] checkout 17:40:46 using credential edgex-jenkins-ssh 17:40:46 Cloning the remote Git repository 17:40:46 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 17:40:46 > git init /w/workspace/app-functions-sdk-go/123 # timeout=10 17:40:46 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:40:46 > git --version # timeout=10 17:40:46 > git --version # 'git version 2.16.5' 17:40:46 using GIT_SSH to set credentials SSH Credentials for GitHub 17:40:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:40:48 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:40:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:40:48 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:40:48 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:40:48 using GIT_SSH to set credentials SSH Credentials for GitHub 17:40:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:40:49 Checking out Revision f40e2be3c73940b991c744b10b7b286bb29fb93c (master) 17:40:49 > git config core.sparsecheckout # timeout=10 17:40:49 > git checkout -f f40e2be3c73940b991c744b10b7b286bb29fb93c # timeout=10 17:40:53 Commit message: "feat(triggers): Add MQTT Trigger with secure connection options (#498)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 17:40:54 8529a6b9a6be: Pull complete 17:40:54 45590311c82a: Pull complete 17:40:54 69ca0ff8b7b3: Pull complete [Pipeline] echo 17:40:54 ========================================================= 17:40:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:40:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:40:55 + 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 . 17:40:56 Sending build context to Docker daemon 37.38MB 17:40:56 Step 1/8 : ARG BASE=golang:1.15-alpine 17:40:56 Step 2/8 : FROM ${BASE} 17:40:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:40:56 df20fa9351a1: Pulling fs layer 17:40:56 ed8968b2872e: Pulling fs layer 17:40:56 a92cc7c5fd73: Pulling fs layer 17:40:56 e871e8e8d7a9: Pulling fs layer 17:40:56 e73272ec9a57: Pulling fs layer 17:40:56 1e910a182e73: Pulling fs layer 17:40:56 4e634b169226: Pulling fs layer 17:40:56 e871e8e8d7a9: Waiting 17:40:56 e73272ec9a57: Waiting 17:40:56 1e910a182e73: Waiting 17:40:56 4e634b169226: Waiting 17:40:56 a92cc7c5fd73: Verifying Checksum 17:40:56 a92cc7c5fd73: Download complete 17:40:56 ed8968b2872e: Verifying Checksum 17:40:56 ed8968b2872e: Download complete 17:40:56 e73272ec9a57: Verifying Checksum 17:40:56 e73272ec9a57: Download complete 17:40:56 1e910a182e73: Verifying Checksum 17:40:56 1e910a182e73: Download complete 17:40:56 df20fa9351a1: Verifying Checksum 17:40:56 df20fa9351a1: Download complete 17:40:56 df20fa9351a1: Pull complete 17:40:56 ed8968b2872e: Pull complete 17:40:56 a92cc7c5fd73: Pull complete 17:40:57 4e634b169226: Verifying Checksum 17:40:57 4e634b169226: Download complete 17:40:58 209524e5b208: Pull complete 17:40:58 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 17:40:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:40:58 ---> 5bddaf1c2fca 17:40:58 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 17:40:58 latest: Pulling from library/docker 17:40:58 b538f80385f9: Already exists 17:40:58 259a493cd78d: Pulling fs layer 17:40:58 b8e66b5100f5: Pulling fs layer 17:40:58 7f8258a56ab6: Pulling fs layer 17:40:58 75a0a0ebb566: Pulling fs layer 17:40:58 4a2c62f0a2a3: Pulling fs layer 17:40:58 294320357d30: Pulling fs layer 17:40:58 294320357d30: Waiting 17:40:58 4a2c62f0a2a3: Waiting 17:40:58 75a0a0ebb566: Waiting 17:40:58 b8e66b5100f5: Verifying Checksum 17:40:58 b8e66b5100f5: Download complete 17:40:58 259a493cd78d: Verifying Checksum 17:40:58 259a493cd78d: Download complete 17:40:58 75a0a0ebb566: Download complete 17:40:58 4a2c62f0a2a3: Verifying Checksum 17:40:58 4a2c62f0a2a3: Download complete 17:40:58 e871e8e8d7a9: Verifying Checksum 17:40:58 e871e8e8d7a9: Download complete 17:40:58 294320357d30: Verifying Checksum 17:40:58 294320357d30: Download complete 17:40:59 259a493cd78d: Pull complete 17:40:59 b8e66b5100f5: Pull complete 17:40:59 7f8258a56ab6: Verifying Checksum 17:40:59 7f8258a56ab6: Download complete 17:41:03 7f8258a56ab6: Pull complete 17:41:03 75a0a0ebb566: Pull complete 17:41:03 4a2c62f0a2a3: Pull complete 17:41:04 294320357d30: Pull complete 17:41:04 e871e8e8d7a9: Pull complete 17:41:04 e73272ec9a57: Pull complete 17:41:04 1e910a182e73: Pull complete 17:41:04 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 17:41:04 Status: Downloaded newer image for docker:latest 17:41:11 ---> 42c78baa9eef 17:41:11 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:41:11 ---> Running in 1bd89d6387d8 17:41:11 Removing intermediate container 1bd89d6387d8 17:41:11 ---> 95799889c8ec 17:41:11 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 17:41:11 ---> Running in f29bfca10804 17:41:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:41:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:41:13 (1/5) Installing libsodium (1.0.18-r0) 17:41:13 (2/5) Installing libzmq (4.3.3-r0) 17:41:14 4e634b169226: Pull complete 17:41:14 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 17:41:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:41:14 ---> f7629b54cfaa 17:41:14 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 17:41:14 latest: Pulling from library/docker 17:41:14 df20fa9351a1: Already exists 17:41:14 25ad7478873d: Pulling fs layer 17:41:14 4684f6177b5d: Pulling fs layer 17:41:14 8ba584e970af: Pulling fs layer 17:41:14 3cdc74d2b06d: Pulling fs layer 17:41:14 4cf5a0d07c1f: Pulling fs layer 17:41:14 fca0ccc462d5: Pulling fs layer 17:41:14 3cdc74d2b06d: Waiting 17:41:14 4cf5a0d07c1f: Waiting 17:41:14 fca0ccc462d5: Waiting 17:41:14 4684f6177b5d: Verifying Checksum 17:41:14 4684f6177b5d: Download complete 17:41:14 25ad7478873d: Verifying Checksum 17:41:14 4cf5a0d07c1f: Download complete 17:41:14 3cdc74d2b06d: Verifying Checksum 17:41:14 3cdc74d2b06d: Download complete 17:41:14 25ad7478873d: Pull complete 17:41:14 fca0ccc462d5: Verifying Checksum 17:41:14 fca0ccc462d5: Download complete 17:41:14 4684f6177b5d: Pull complete 17:41:14 (3/5) Installing pkgconf (1.7.2-r0) 17:41:14 (4/5) Installing libsodium-dev (1.0.18-r0) 17:41:14 (5/5) Installing zeromq-dev (4.3.3-r0) 17:41:14 Executing busybox-1.31.1-r16.trigger 17:41:14 8ba584e970af: Download complete 17:41:14 OK: 144 MiB in 44 packages 17:41:15 Removing intermediate container f29bfca10804 17:41:15 ---> f492ea8ac657 17:41:15 Step 6/8 : WORKDIR /build 17:41:16 ---> Running in 86287fccb0a3 17:41:16 Removing intermediate container 86287fccb0a3 17:41:16 ---> 4e098d51d70e 17:41:16 Step 7/8 : COPY go.mod . 17:41:17 ---> f338344293dc 17:41:17 Step 8/8 : RUN go mod download 17:41:17 ---> Running in 2b296aeabfe0 17:41:17 8ba584e970af: Pull complete 17:41:17 3cdc74d2b06d: Pull complete 17:41:17 4cf5a0d07c1f: Pull complete 17:41:17 fca0ccc462d5: Pull complete 17:41:17 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 17:41:17 Status: Downloaded newer image for docker:latest 17:41:18 ---> afca1e5572b3 17:41:18 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:41:18 ---> Running in 31faa75eccb8 17:41:18 Removing intermediate container 31faa75eccb8 17:41:18 ---> 455313c153e6 17:41:18 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 17:41:18 ---> Running in 26e92dd818ce 17:41:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:41:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:41:20 (1/5) Installing libsodium (1.0.18-r0) 17:41:21 (2/5) Installing libzmq (4.3.3-r0) 17:41:21 (3/5) Installing pkgconf (1.7.2-r0) 17:41:21 (4/5) Installing libsodium-dev (1.0.18-r0) 17:41:21 (5/5) Installing zeromq-dev (4.3.3-r0) 17:41:21 Executing busybox-1.31.1-r16.trigger 17:41:21 OK: 167 MiB in 44 packages 17:41:21 Removing intermediate container 26e92dd818ce 17:41:21 ---> 83d8357af352 17:41:21 Step 6/8 : WORKDIR /build 17:41:22 ---> Running in 02b650c2b36b 17:41:22 Removing intermediate container 02b650c2b36b 17:41:22 ---> 4032f2871c54 17:41:22 Step 7/8 : COPY go.mod . 17:41:22 ---> 92cef4e39c17 17:41:22 Step 8/8 : RUN go mod download 17:41:22 ---> Running in 92691f19da81 17:41:49 Removing intermediate container 92691f19da81 17:41:49 ---> 686176f84ec1 17:41:49 Successfully built 686176f84ec1 17:41:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:41:49 + docker inspect -f . ci-base-image-x86_64 17:41:49 . [Pipeline] withDockerContainer 17:41:49 prd-centos7-docker-4c-2g-1793 does not seem to be running inside a container 17:41:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/123 -v /w/workspace/app-functions-sdk-go/123:/w/workspace/app-functions-sdk-go/123:rw,z -v /w/workspace/app-functions-sdk-go/123@tmp:/w/workspace/app-functions-sdk-go/123@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 17:41:49 Removing intermediate container 2b296aeabfe0 17:41:49 ---> f5e99b785266 17:41:49 Successfully built f5e99b785266 17:41:49 Successfully tagged ci-base-image-arm64:latest 17:41:50 $ docker top b26163d11031ceaeb7568e17249c1dd48e712ac39806d2d1c26a2c2d503ddeed -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 17:41:50 + go version 17:41:50 go version go1.15.2 linux/amd64 [Pipeline] } 17:41:50 $ docker stop --time=1 b26163d11031ceaeb7568e17249c1dd48e712ac39806d2d1c26a2c2d503ddeed 17:41:51 + docker inspect -f . ci-base-image-arm64 17:41:51 . 17:41:52 $ docker rm -f b26163d11031ceaeb7568e17249c1dd48e712ac39806d2d1c26a2c2d503ddeed [Pipeline] // withDockerContainer [Pipeline] withDockerContainer 17:41:52 prd-ubuntu18.04-docker-arm64-4c-16g-1792 does not seem to be running inside a container 17:41:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/123 -v /w/workspace/app-functions-sdk-go/123:/w/workspace/app-functions-sdk-go/123:rw,z -v /w/workspace/app-functions-sdk-go/123@tmp:/w/workspace/app-functions-sdk-go/123@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 17:41:54 $ docker top a115219c121aca6e0b20b0cac628669665cda181ef1c75bf90b7d6fe7464ea94 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [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] } 17:41:56 + go version 17:41:56 go version go1.15.2 linux/arm64 [Pipeline] // withEnv [Pipeline] } [Pipeline] } 17:41:56 $ docker stop --time=1 a115219c121aca6e0b20b0cac628669665cda181ef1c75bf90b7d6fe7464ea94 17:41:58 $ docker rm -f a115219c121aca6e0b20b0cac628669665cda181ef1c75bf90b7d6fe7464ea94 [Pipeline] // withEnv [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // ws [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [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 17:42:01 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 17:42:01 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 17:42:01 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:42:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:42:02 17:42:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 17:42:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:42:02 1.317.0: Pulling from edgex-devops/edgex-snyk-go 17:42:02 cbdbe7a5bc2a: Pulling fs layer 17:42:02 408f87550127: Pulling fs layer 17:42:02 fe522b08c979: Pulling fs layer 17:42:02 221eaa008020: Pulling fs layer 17:42:02 2a4607e5d6b9: Pulling fs layer 17:42:02 8f79b27c4fd2: Pulling fs layer 17:42:02 e5c8dbe1645b: Pulling fs layer 17:42:02 23e8b3b47431: Pulling fs layer 17:42:02 5c568d65a230: Pulling fs layer 17:42:02 2a4607e5d6b9: Waiting 17:42:02 23e8b3b47431: Waiting 17:42:02 8f79b27c4fd2: Waiting 17:42:02 5c568d65a230: Waiting 17:42:02 221eaa008020: Waiting 17:42:02 e5c8dbe1645b: Waiting 17:42:02 fe522b08c979: Verifying Checksum 17:42:02 fe522b08c979: Download complete 17:42:02 408f87550127: Download complete 17:42:02 2a4607e5d6b9: Verifying Checksum 17:42:02 2a4607e5d6b9: Download complete 17:42:02 cbdbe7a5bc2a: Verifying Checksum 17:42:02 cbdbe7a5bc2a: Download complete 17:42:02 8f79b27c4fd2: Verifying Checksum 17:42:02 8f79b27c4fd2: Download complete 17:42:02 cbdbe7a5bc2a: Pull complete 17:42:03 408f87550127: Pull complete 17:42:03 fe522b08c979: Pull complete 17:42:03 e5c8dbe1645b: Download complete 17:42:04 23e8b3b47431: Verifying Checksum 17:42:04 23e8b3b47431: Download complete 17:42:04 5c568d65a230: Verifying Checksum 17:42:04 5c568d65a230: Download complete 17:42:06 221eaa008020: Verifying Checksum 17:42:06 221eaa008020: Download complete 17:42:11 221eaa008020: Pull complete 17:42:11 2a4607e5d6b9: Pull complete 17:42:11 8f79b27c4fd2: Pull complete 17:42:13 e5c8dbe1645b: Pull complete 17:42:17 23e8b3b47431: Pull complete 17:42:19 5c568d65a230: Pull complete 17:42:19 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 17:42:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 17:42:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 17:42:19 prd-centos7-docker-4c-2g-1791 does not seem to be running inside a container 17:42:19 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/ndry_app-functions-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_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-devops/edgex-snyk-go:1.317.0 cat 17:42:20 $ docker top 802daa5a88c3ee3f44234e3762e50b6503bb8a9120711cae79390e9b7c031667 -eo pid,comm [Pipeline] { [Pipeline] sh 17:42:21 + snyk monitor '--org=edgex-jenkins' 17:42:47 17:42:47 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 17:42:47 17:42:47 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/2e68635b-6265-4cd2-903c-92682abfb682 17:42:47 17:42:47 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:42:47 17:42:47 17:42:47 Snyk CLI supports Node.js 8 and higher. 17:42:47 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 17:42:47 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 17:42:47 17:42:47 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 17:42:47 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 17:42:47 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 17:42:47 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 17:42:47 $ docker stop --time=1 802daa5a88c3ee3f44234e3762e50b6503bb8a9120711cae79390e9b7c031667 17:42:49 $ docker rm -f 802daa5a88c3ee3f44234e3762e50b6503bb8a9120711cae79390e9b7c031667 [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) [Pipeline] echo 17:42:51 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:42:51 provisioning config files... 17:42:51 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2683070877021396626tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:42:51 --> edgex-publish-swagger.sh 17:42:51 === Publish openapi/v2 API === 17:42:51 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 17:42:51 [publishToSwagger] Publishing API Name [app-functions-sdk] 17:42:51 % Total % Received % Xferd Average Speed Time Time Time Current 17:42:51 Dload Upload Total Spent Left Speed 17:42:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 9585 0:00:01 0:00:01 --:--:-- 9584 100 13025 0 0 100 13025 0 9583 0:00:01 0:00:01 --:--:-- 9584 17:42:52 17:42:52 [Pipeline] } 17:42:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 17:42:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:42:54 . [Pipeline] withDockerContainer 17:42:55 prd-centos7-docker-4c-2g-1791 does not seem to be running inside a container 17:42:55 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:42:55 $ docker top 1bf2d2ee14f7c7abae7e8618f54b3368c1a3c28b7ab52ff6d3b58e09faf86a33 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:42:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:42:56 [ssh-agent] Looking for ssh-agent implementation... 17:42:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:42:56 $ docker exec 1bf2d2ee14f7c7abae7e8618f54b3368c1a3c28b7ab52ff6d3b58e09faf86a33 ssh-agent 17:42:56 SSH_AUTH_SOCK=/tmp/ssh-9nPfdO0VubWo/agent.11 17:42:56 SSH_AGENT_PID=17 17:42:56 Running ssh-add (command line suppressed) 17:42:56 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_503960805288523294.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_503960805288523294.key) 17:42:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:42:57 + git semver tag 17:42:57 # -> Open(): unable to determine branch for HEAD 17:42:57 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:42:57 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:42:57 # $SEMVER_REMOTE_NAME = origin 17:42:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:42:57 # $SEMVER_USER_NAME = edgex-jenkins 17:42:57 # $SEMVER_BRANCH = master 17:42:57 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 17:42:57 # f40e2be3c73940b991c744b10b7b286bb29fb93c HEAD 17:42:57 # -> Force: false 17:42:57 # 6f3547cd89f7f9a8feb11387871fbfa7b0786857 refs/tags/v1.2.1-dev.35 [Pipeline] } 17:42:57 $ docker exec --env ******** --env ******** 1bf2d2ee14f7c7abae7e8618f54b3368c1a3c28b7ab52ff6d3b58e09faf86a33 ssh-agent -k 17:42:57 unset SSH_AUTH_SOCK; 17:42:57 unset SSH_AGENT_PID; 17:42:57 echo Agent pid 17 killed; 17:42:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:42:57 + git semver [Pipeline] } 17:42:57 $ docker stop --time=1 1bf2d2ee14f7c7abae7e8618f54b3368c1a3c28b7ab52ff6d3b58e09faf86a33 17:42:59 $ docker rm -f 1bf2d2ee14f7c7abae7e8618f54b3368c1a3c28b7ab52ff6d3b58e09faf86a33 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:42:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:42:59 17:42:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:43:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:43:00 0.23.1-centos7: Pulling from edgex-lftools 17:43:00 ab5ef0e58194: Pulling fs layer 17:43:00 9712f1f96733: Pulling fs layer 17:43:00 63f879dbbcfc: Pulling fs layer 17:43:00 0d9ebad4ef96: Pulling fs layer 17:43:00 e9a5061849ea: Pulling fs layer 17:43:00 d747dcd14b5f: Pulling fs layer 17:43:00 2de7ff778b66: Pulling fs layer 17:43:00 e9a5061849ea: Waiting 17:43:00 d747dcd14b5f: Waiting 17:43:00 2de7ff778b66: Waiting 17:43:00 0d9ebad4ef96: Waiting 17:43:00 9712f1f96733: Verifying Checksum 17:43:00 9712f1f96733: Download complete 17:43:02 63f879dbbcfc: Verifying Checksum 17:43:02 63f879dbbcfc: Download complete 17:43:02 e9a5061849ea: Verifying Checksum 17:43:02 e9a5061849ea: Download complete 17:43:02 d747dcd14b5f: Verifying Checksum 17:43:02 d747dcd14b5f: Download complete 17:43:02 0d9ebad4ef96: Verifying Checksum 17:43:02 0d9ebad4ef96: Download complete 17:43:02 2de7ff778b66: Download complete 17:43:02 ab5ef0e58194: Verifying Checksum 17:43:02 ab5ef0e58194: Download complete 17:43:07 ab5ef0e58194: Pull complete 17:43:07 9712f1f96733: Pull complete 17:43:10 63f879dbbcfc: Pull complete 17:43:17 0d9ebad4ef96: Pull complete 17:43:18 e9a5061849ea: Pull complete 17:43:18 d747dcd14b5f: Pull complete 17:43:21 2de7ff778b66: Pull complete 17:43:21 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:43:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:43:21 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:43:21 prd-centos7-docker-4c-2g-1791 does not seem to be running inside a container 17:43:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:43:25 $ docker top f063ee8ed62cddba5da27707db2ec7e5593987c962ec82432968f8653b3dd39f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:43:25 provisioning config files... 17:43:25 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config155460624386816691tmp 17:43:25 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1340994372920896195tmp 17:43:25 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8899381159677544653tmp [Pipeline] { [Pipeline] echo 17:43:25 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:43:25 ---> sigul-configuration.sh 17:43:25 gpg: directory `/root/.gnupg' created 17:43:25 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:43:25 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:43:25 gpg: keyring `/root/.gnupg/secring.gpg' created 17:43:25 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:43:25 gpg: CAST5 encrypted data 17:43:26 gpg: encrypted with 1 passphrase 17:43:26 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:43:26 + mkdir /home/jenkins 17:43:26 + mkdir /home/jenkins/sigul [Pipeline] sh 17:43:26 + 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 17:43:26 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:43:27 ---> sigul-install.sh 17:43:33 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:43:34 + git tag --list 17:43:34 v0.1.0 17:43:34 v0.1.1 17:43:34 v1.0.0 17:43:34 v1.1.0 17:43:34 v1.2.0 17:43:34 v1.2.1-dev.1 17:43:34 v1.2.1-dev.10 17:43:34 v1.2.1-dev.11 17:43:34 v1.2.1-dev.12 17:43:34 v1.2.1-dev.13 17:43:34 v1.2.1-dev.14 17:43:34 v1.2.1-dev.15 17:43:34 v1.2.1-dev.16 17:43:34 v1.2.1-dev.17 17:43:34 v1.2.1-dev.18 17:43:34 v1.2.1-dev.19 17:43:34 v1.2.1-dev.2 17:43:34 v1.2.1-dev.20 17:43:34 v1.2.1-dev.21 17:43:34 v1.2.1-dev.22 17:43:34 v1.2.1-dev.23 17:43:34 v1.2.1-dev.24 17:43:34 v1.2.1-dev.25 17:43:34 v1.2.1-dev.26 17:43:34 v1.2.1-dev.27 17:43:34 v1.2.1-dev.28 17:43:34 v1.2.1-dev.29 17:43:34 v1.2.1-dev.3 17:43:34 v1.2.1-dev.30 17:43:34 v1.2.1-dev.31 17:43:34 v1.2.1-dev.32 17:43:34 v1.2.1-dev.33 17:43:34 v1.2.1-dev.34 17:43:34 v1.2.1-dev.35 17:43:34 v1.2.1-dev.4 17:43:34 v1.2.1-dev.5 17:43:34 v1.2.1-dev.6 17:43:34 v1.2.1-dev.7 17:43:34 v1.2.1-dev.8 17:43:34 v1.2.1-dev.9 [Pipeline] sh 17:43:34 + lftools sign git-tag v1.2.1-dev.35 17:43:35 Signing Git tag with Sigul... 17:43:35 Signing v1.2.1-dev.35 [Pipeline] echo 17:43:36 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:43:37 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:43:37 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:43:37 $ docker stop --time=1 f063ee8ed62cddba5da27707db2ec7e5593987c962ec82432968f8653b3dd39f 17:43:39 $ docker rm -f f063ee8ed62cddba5da27707db2ec7e5593987c962ec82432968f8653b3dd39f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:43:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:43:40 . [Pipeline] withDockerContainer 17:43:40 prd-centos7-docker-4c-2g-1791 does not seem to be running inside a container 17:43:40 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:43:40 $ docker top 7abc1061770edefdb674f296d4f6bb05b23769bd5883420b6c83dd8df4a2b0ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:43:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:43:41 [ssh-agent] Looking for ssh-agent implementation... 17:43:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:43:41 $ docker exec 7abc1061770edefdb674f296d4f6bb05b23769bd5883420b6c83dd8df4a2b0ae ssh-agent 17:43:41 SSH_AUTH_SOCK=/tmp/ssh-3KAWZsmStEGf/agent.13 17:43:41 SSH_AGENT_PID=18 17:43:41 Running ssh-add (command line suppressed) 17:43:41 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4175561202600542305.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4175561202600542305.key) 17:43:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:43:42 + git semver bump pre 17:43:42 # -> Open(): unable to determine branch for HEAD 17:43:42 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:43:42 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:43:42 # $SEMVER_REMOTE_NAME = origin 17:43:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:43:42 # $SEMVER_USER_NAME = edgex-jenkins 17:43:42 # $SEMVER_BRANCH = master 17:43:42 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 17:43:42 1.2.1-dev.36 [Pipeline] } 17:43:42 $ docker exec --env ******** --env ******** 7abc1061770edefdb674f296d4f6bb05b23769bd5883420b6c83dd8df4a2b0ae ssh-agent -k 17:43:42 unset SSH_AUTH_SOCK; 17:43:42 unset SSH_AGENT_PID; 17:43:42 echo Agent pid 18 killed; 17:43:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:43:42 + git semver [Pipeline] } 17:43:42 $ docker stop --time=1 7abc1061770edefdb674f296d4f6bb05b23769bd5883420b6c83dd8df4a2b0ae 17:43:44 $ docker rm -f 7abc1061770edefdb674f296d4f6bb05b23769bd5883420b6c83dd8df4a2b0ae [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:43:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:43:44 . [Pipeline] withDockerContainer 17:43:44 prd-centos7-docker-4c-2g-1791 does not seem to be running inside a container 17:43:44 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:43:45 $ docker top 8b118bc3173d01c3d86965ab17942585207a676e6ead7ef62c93ed9c061db053 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:43:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:43:45 [ssh-agent] Looking for ssh-agent implementation... 17:43:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:43:46 $ docker exec 8b118bc3173d01c3d86965ab17942585207a676e6ead7ef62c93ed9c061db053 ssh-agent 17:43:46 SSH_AUTH_SOCK=/tmp/ssh-KsCsCKO8g4pu/agent.11 17:43:46 SSH_AGENT_PID=16 17:43:46 Running ssh-add (command line suppressed) 17:43:46 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3407742348309496301.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3407742348309496301.key) 17:43:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:43:46 + git semver push 17:43:46 # -> Open(): unable to determine branch for HEAD 17:43:46 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:43:46 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:43:46 # $SEMVER_REMOTE_NAME = origin 17:43:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:43:46 # $SEMVER_USER_NAME = edgex-jenkins 17:43:46 # $SEMVER_BRANCH = master 17:43:46 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 17:43:53 $ docker exec --env ******** --env ******** 8b118bc3173d01c3d86965ab17942585207a676e6ead7ef62c93ed9c061db053 ssh-agent -k 17:43:53 unset SSH_AUTH_SOCK; 17:43:53 unset SSH_AGENT_PID; 17:43:53 echo Agent pid 16 killed; 17:43:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:43:54 + git semver [Pipeline] } 17:43:54 $ docker stop --time=1 8b118bc3173d01c3d86965ab17942585207a676e6ead7ef62c93ed9c061db053 17:43:55 $ docker rm -f 8b118bc3173d01c3d86965ab17942585207a676e6ead7ef62c93ed9c061db053 [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 17:43:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:43:58 ---> package-listing.sh 17:43:58 ++ facter osfamily 17:43:58 ++ tr '[:upper:]' '[:lower:]' 17:43:58 + OS_FAMILY=redhat 17:43:58 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 17:43:58 + START_PACKAGES=/tmp/packages_start.txt 17:43:58 + END_PACKAGES=/tmp/packages_end.txt 17:43:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:43:58 + PACKAGES=/tmp/packages_start.txt 17:43:58 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 17:43:58 + PACKAGES=/tmp/packages_end.txt 17:43:58 + case "${OS_FAMILY}" in 17:43:58 + rpm -qa 17:43:58 + sort 17:44:02 + '[' -f /tmp/packages_start.txt ']' 17:44:02 + '[' -f /tmp/packages_end.txt ']' 17:44:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:44:02 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 17:44:02 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 17:44:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:44:03 provisioning config files... 17:44:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5312592539308848489tmp [Pipeline] { [Pipeline] echo 17:44:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:44:03 ---> create-netrc.sh [Pipeline] } 17:44:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:44:03 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:44:03 ---> python-tools-install.sh 17:44:03 Generating Requirements File 17:45:25 Python 3.6.8 17:45:25 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 17:45:25 appdirs==1.4.3 17:45:25 argcomplete==1.12.1 17:45:25 aspy.yaml==1.3.0 17:45:25 attrs==19.3.0 17:45:25 Babel==2.8.0 17:45:25 beautifulsoup4==4.8.2 17:45:25 boto3==1.11.6 17:45:25 botocore==1.14.6 17:45:25 bs4==0.0.1 17:45:25 cachetools==4.1.1 17:45:25 certifi==2019.11.28 17:45:25 cffi==1.14.3 17:45:25 cfgv==2.0.1 17:45:25 chardet==3.0.4 17:45:25 click==7.1 17:45:25 cliff==3.4.0 17:45:25 cmd2==1.3.10 17:45:25 colorama==0.4.3 17:45:25 cryptography==3.1.1 17:45:25 debtcollector==2.2.0 17:45:25 decorator==4.4.2 17:45:25 defusedxml==0.6.0 17:45:25 Deprecated==1.2.7 17:45:25 distlib==0.3.1 17:45:25 distro==1.2.0 17:45:25 dnspython==1.16.0 17:45:25 docker==4.2.0 17:45:25 docutils==0.15.2 17:45:25 dogpile.cache==1.0.2 17:45:25 email-validator==1.0.5 17:45:25 filelock==3.0.12 17:45:25 future==0.18.2 17:45:25 google-auth==1.21.3 17:45:25 httplib2==0.17.0 17:45:25 identify==1.4.11 17:45:25 idna==2.9 17:45:25 importlib-metadata==1.7.0 17:45:25 importlib-resources==1.5.0 17:45:25 iso8601==0.1.13 17:45:25 Jinja2==2.11.1 17:45:25 jmespath==0.10.0 17:45:25 jsonpatch==1.26 17:45:25 jsonpointer==2.0 17:45:25 jsonschema==3.2.0 17:45:25 keystoneauth1==4.2.1 17:45:25 kubernetes==11.0.0 17:45:25 lftools==0.34.2 17:45:25 lxml==4.5.0 17:45:25 MarkupSafe==0.23 17:45:25 msgpack==1.0.0 17:45:25 multi-key-dict==2.0.3 17:45:25 munch==2.5.0 17:45:25 netaddr==0.8.0 17:45:25 netifaces==0.10.9 17:45:25 niet==1.4.2 17:45:25 nodeenv==1.3.5 17:45:25 oauth2client==4.1.3 17:45:25 oauthlib==3.1.0 17:45:25 openstacksdk==0.50.0 17:45:25 os-client-config==2.1.0 17:45:25 os-service-types==1.7.0 17:45:25 osc-lib==2.2.1 17:45:25 oslo.config==8.3.2 17:45:25 oslo.context==3.1.1 17:45:25 oslo.i18n==5.0.1 17:45:25 oslo.log==4.4.0 17:45:25 oslo.serialization==4.0.1 17:45:25 oslo.utils==4.6.0 17:45:25 packaging==20.4 17:45:25 pbr==5.4.4 17:45:25 pluggy==0.13.1 17:45:25 prettytable==0.7.2 17:45:25 py==1.9.0 17:45:25 pyasn1==0.4.8 17:45:25 pyasn1-modules==0.2.8 17:45:25 pycparser==2.20 17:45:25 pygerrit2==2.0.10 17:45:25 PyGithub==1.46 17:45:25 pyinotify==0.9.6 17:45:25 PyJWT==1.7.1 17:45:25 pyparsing==2.4.7 17:45:25 pyperclip==1.8.0 17:45:25 pyroute2==0.4.13 17:45:25 pyrsistent==0.15.7 17:45:25 PySocks==1.6.8 17:45:25 python-cinderclient==7.2.0 17:45:25 python-dateutil==2.8.1 17:45:25 python-heatclient==2.2.1 17:45:25 python-jenkins==1.7.0 17:45:25 python-keystoneclient==4.1.1 17:45:25 python-magnumclient==3.2.1 17:45:25 python-novaclient==17.2.1 17:45:25 python-openstackclient==5.3.1 17:45:25 python-swiftclient==3.10.1 17:45:25 pytz==2020.1 17:45:25 PyYAML==5.3 17:45:25 requests==2.23.0 17:45:25 requests-oauthlib==1.3.0 17:45:25 requestsexceptions==1.4.0 17:45:25 rfc3986==1.4.0 17:45:25 rpm==4.11.3 17:45:25 rsa==4.0 17:45:25 ruamel.yaml==0.16.10 17:45:25 ruamel.yaml.clib==0.2.0 17:45:25 s3transfer==0.3.3 17:45:25 shade==1.27.2 17:45:25 simplejson==3.17.2 17:45:25 six==1.14.0 17:45:25 soupsieve==2.0 17:45:25 stevedore==3.2.2 17:45:25 tabulate==0.8.6 17:45:25 toml==0.10.0 17:45:25 tox==3.20.0 17:45:25 tqdm==4.43.0 17:45:25 urllib3==1.25.8 17:45:25 virtualenv==20.0.31 17:45:25 wcwidth==0.2.5 17:45:25 websocket-client==0.57.0 17:45:25 wrapt==1.12.1 17:45:25 xdg==3.0.2 17:45:25 xmltodict==0.12.0 17:45:25 yq==2.11.1 17:45:25 zipp==3.2.0 17:45:25 Cache entry deserialization failed, entry ignored 17:45:25 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 17:45:25 Python 2.7.5 17:45:25 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 17:45:25 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 17:45:25 ansible==2.9.7 17:45:25 Babel==0.9.6 17:45:25 backports.ssl-match-hostname==3.5.0.1 17:45:25 beautifulsoup4==4.4.1 17:45:25 bodhi==2.11.0 17:45:25 bodhi-client==2.11.0 17:45:25 CCColUtils==1.4 17:45:25 cffi==1.6.0 17:45:25 chardet==2.2.1 17:45:25 click==6.7 17:45:25 cloud-init==18.5 17:45:25 configobj==4.7.2 17:45:25 cryptography==1.7.2 17:45:25 decorator==3.4.0 17:45:25 distro==1.2.0 17:45:25 enum34==1.0.4 17:45:25 fedpkg==1.38 17:45:25 futures==3.1.1 17:45:25 gitdb==0.6.4 17:45:25 GitPython==1.0.1 17:45:25 html5lib==0.999 17:45:25 httplib2==0.9.2 17:45:25 idna==2.4 17:45:25 iniparse==0.4 17:45:25 ipaddress==1.0.16 17:45:25 IPy==0.75 17:45:25 javapackages==1.0.0 17:45:25 Jinja2==2.7.2 17:45:25 jmespath==0.9.4 17:45:25 jsonpatch==1.2 17:45:25 jsonpointer==1.9 17:45:25 kerberos==1.1 17:45:25 kitchen==1.1.1 17:45:25 langtable==0.0.31 17:45:25 lockfile==0.9.1 17:45:25 lxml==3.2.1 17:45:25 MarkupSafe==0.11 17:45:25 munch==2.0.2 17:45:25 offtrac==0.1.0 17:45:25 openidc-client==0.6.0 17:45:25 packagedb-cli==2.14.1 17:45:25 paramiko==2.1.1 17:45:25 perf==0.1 17:45:25 ply==3.4 17:45:25 policycoreutils-default-encoding==0.1 17:45:25 prettytable==0.7.2 17:45:25 pyasn1==0.1.9 17:45:25 pycparser==2.14 17:45:25 pycurl==7.19.0 17:45:25 pygobject==3.22.0 17:45:25 pygpgme==0.3 17:45:25 pyliblzma==0.5.3 17:45:25 pyOpenSSL==0.13.1 17:45:25 pyparsing==1.5.6 17:45:25 pyserial==2.6 17:45:25 python-augeas==0.5.0 17:45:25 python-bugzilla==2.3.0 17:45:25 python-dateutil==1.5 17:45:25 python-fedora==0.10.0 17:45:25 python-linux-procfs==0.4.9 17:45:25 python-yubico==1.2.3 17:45:25 pyudev==0.15 17:45:25 pyusb==1.0.0b1 17:45:25 pyxattr==0.5.1 17:45:25 PyYAML==3.10 17:45:25 requests==2.6.0 17:45:25 requests-kerberos==0.7.0 17:45:25 rpkg==1.60 17:45:25 schedutils==0.4 17:45:25 seobject==0.1 17:45:25 sepolicy==1.1 17:45:25 six==1.9.0 17:45:25 smmap==0.9.0 17:45:25 urlgrabber==3.10 17:45:25 urllib3==1.10.2 17:45:25 virtualenv==15.1.0 17:45:25 yum-langpacks==0.4.2 17:45:25 yum-metadata-parser==1.1.4 [Pipeline] echo 17:45:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:45:25 ---> sudo-logs.sh 17:45:25 Archiving 'sudo' log.. [Pipeline] echo 17:45:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:45:26 ---> job-cost.sh 17:45:26 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-X78M 17:45:36 Cache entry deserialization failed, entry ignored 17:45:36 Cache entry deserialization failed, entry ignored 17:45:36 Cache entry deserialization failed, entry ignored 17:45:36 Cache entry deserialization failed, entry ignored 17:45:36 Cache entry deserialization failed, entry ignored 17:45:37 Cache entry deserialization failed, entry ignored 17:45:37 Cache entry deserialization failed, entry ignored 17:45:37 Cache entry deserialization failed, entry ignored 17:45:37 Cache entry deserialization failed, entry ignored 17:45:37 Cache entry deserialization failed, entry ignored 17:45:37 Cache entry deserialization failed, entry ignored 17:45:37 Cache entry deserialization failed, entry ignored 17:45:37 Cache entry deserialization failed, entry ignored 17:45:41 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:46:13 ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts. 17:46:13 17:46:13 We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. 17:46:13 17:46:13 virtualenv 20.0.31 requires importlib-metadata<2,>=0.12; python_version < "3.8", but you'll have importlib-metadata 2.0.0 which is incompatible. 17:46:13 lf-activate-venv(): INFO: Adding /tmp/venv-X78M/bin to PATH 17:46:13 INFO: No Stack... 17:46:13 INFO: Retrieving Pricing Info for: v1-standard-2 17:46:13 INFO: Archiving Costs [Pipeline] echo 17:46:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:46:13 ---> logs-deploy.sh 17:46:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/123 17:46:13 INFO: archiving workspace using pattern(s): 17:46:15 Archives upload complete. 17:46:15 INFO: archiving logs to Nexus