Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6ed8672201f61aa1ab89babc34ffea9d53160bb3 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: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 on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-9009 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 > 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 Checking out Revision 6ed8672201f61aa1ab89babc34ffea9d53160bb3 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6ed8672201f61aa1ab89babc34ffea9d53160bb3 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets (#553)" > git rev-list --no-walk 68e97547045a1d08bfafd3f098c72252acd544ed # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-26T23:03:12.469Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-26T23:03:12.767Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-26T23:03:12.876Z] ========================================================= [2020-10-26T23:03:12.876Z] EdgeX Global Pipelines Version Info [2020-10-26T23:03:12.876Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-26T23:03:14.345Z] ------------------- [2020-10-26T23:03:14.345Z] stable info: [2020-10-26T23:03:14.345Z] ------------------- [2020-10-26T23:03:14.345Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-26T23:03:14.345Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-26T23:03:14.345Z] Message: update stable to v1.0.148 [2020-10-26T23:03:15.294Z] ------------------- [2020-10-26T23:03:15.294Z] experimental info: [2020-10-26T23:03:15.294Z] ------------------- [2020-10-26T23:03:15.294Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-26T23:03:15.294Z] Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc [2020-10-26T23:03:15.294Z] Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-26T23:03:15.671Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-10-26T23:03:15.765Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-10-26T23:03:15.864Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-26T23:03:15.958Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-26T23:03:16.050Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-26T23:03:16.141Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-26T23:03:16.261Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-26T23:03:16.360Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-26T23:03:16.452Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-26T23:03:16.544Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-26T23:03:16.638Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-26T23:03:16.793Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-10-26T23:03:16.898Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-26T23:03:16.995Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-26T23:03:17.113Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-26T23:03:17.224Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-26T23:03:17.321Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-26T23:03:17.413Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-26T23:03:17.524Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-26T23:03:17.615Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-26T23:03:17.705Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-26T23:03:17.821Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-10-26T23:03:17.912Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-26T23:03:18.006Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-26T23:03:18.118Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-26T23:03:18.209Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-26T23:03:18.301Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-26T23:03:18.437Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-26T23:03:18.527Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6ed8672201f61aa1ab89babc34ffea9d53160bb3 [Pipeline] echo [2020-10-26T23:03:18.619Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6ed8672 [Pipeline] echo [2020-10-26T23:03:18.710Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-26T23:03:19.328Z] + git log --format=format:%s -1 6ed8672201f61aa1ab89babc34ffea9d53160bb3 [Pipeline] echo [2020-10-26T23:03:19.437Z] GIT_COMMIT: 6ed8672201f61aa1ab89babc34ffea9d53160bb3, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-secrets (#553) [Pipeline] echo [2020-10-26T23:03:19.486Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-26T23:03:20.440Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T23:03:20.703Z] [2020-10-26T23:03:20.703Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T23:03:21.052Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T23:03:21.052Z] latest: Pulling from edgex-devops/git-semver [2020-10-26T23:03:21.052Z] 31603596830f: Pulling fs layer [2020-10-26T23:03:21.052Z] 2a8b12db71e7: Pulling fs layer [2020-10-26T23:03:21.052Z] 6ca5941a6612: Pulling fs layer [2020-10-26T23:03:21.052Z] ecc8261a40a4: Pulling fs layer [2020-10-26T23:03:21.052Z] ecc8261a40a4: Waiting [2020-10-26T23:03:21.052Z] 2a8b12db71e7: Verifying Checksum [2020-10-26T23:03:21.052Z] 2a8b12db71e7: Download complete [2020-10-26T23:03:21.326Z] 31603596830f: Verifying Checksum [2020-10-26T23:03:21.326Z] 31603596830f: Download complete [2020-10-26T23:03:21.326Z] ecc8261a40a4: Verifying Checksum [2020-10-26T23:03:21.326Z] ecc8261a40a4: Download complete [2020-10-26T23:03:21.326Z] 6ca5941a6612: Verifying Checksum [2020-10-26T23:03:21.326Z] 6ca5941a6612: Download complete [2020-10-26T23:03:21.594Z] 31603596830f: Pull complete [2020-10-26T23:03:21.860Z] 2a8b12db71e7: Pull complete [2020-10-26T23:03:22.809Z] 6ca5941a6612: Pull complete [2020-10-26T23:03:22.809Z] ecc8261a40a4: Pull complete [2020-10-26T23:03:22.809Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-26T23:03:22.809Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T23:03:22.809Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-26T23:03:22.918Z] prd-centos7-docker-4c-2g-9009 does not seem to be running inside a container [2020-10-26T23:03:22.966Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-26T23:03:25.744Z] $ docker top 984f106ada5fdd4210cbf207aa5556ec58c6b6655d06cf500a51eaaf6db2aefa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T23:03:26.216Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T23:03:26.216Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T23:03:26.451Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T23:03:26.456Z] $ docker exec 984f106ada5fdd4210cbf207aa5556ec58c6b6655d06cf500a51eaaf6db2aefa ssh-agent [2020-10-26T23:03:26.619Z] SSH_AUTH_SOCK=/tmp/ssh-H5vwTiKG7XJk/agent.12 [2020-10-26T23:03:26.619Z] SSH_AGENT_PID=17 [2020-10-26T23:03:26.636Z] Running ssh-add (command line suppressed) [2020-10-26T23:03:26.759Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2753317546376280211.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2753317546376280211.key) [2020-10-26T23:03:26.814Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T23:03:27.160Z] + git tag --points-at HEAD [Pipeline] } [2020-10-26T23:03:27.184Z] $ docker exec --env ******** --env ******** 984f106ada5fdd4210cbf207aa5556ec58c6b6655d06cf500a51eaaf6db2aefa ssh-agent -k [2020-10-26T23:03:27.309Z] unset SSH_AUTH_SOCK; [2020-10-26T23:03:27.309Z] unset SSH_AGENT_PID; [2020-10-26T23:03:27.309Z] echo Agent pid 17 killed; [2020-10-26T23:03:27.354Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-26T23:03:27.527Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T23:03:27.527Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T23:03:27.732Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T23:03:27.736Z] $ docker exec 984f106ada5fdd4210cbf207aa5556ec58c6b6655d06cf500a51eaaf6db2aefa ssh-agent [2020-10-26T23:03:27.903Z] SSH_AUTH_SOCK=/tmp/ssh-8BKwXhfwKokp/agent.46 [2020-10-26T23:03:27.903Z] SSH_AGENT_PID=51 [2020-10-26T23:03:27.912Z] Running ssh-add (command line suppressed) [2020-10-26T23:03:28.038Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6414110019758819150.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6414110019758819150.key) [2020-10-26T23:03:28.090Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T23:03:28.462Z] + git semver init [2020-10-26T23:03:28.462Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T23:03:28.462Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-26T23:03:28.462Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-26T23:03:28.462Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T23:03:28.462Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T23:03:28.462Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T23:03:28.462Z] # $SEMVER_BRANCH = master [2020-10-26T23:03:28.462Z] # $SEMVER_TEMP = /tmp/semver-156212112 [2020-10-26T23:03:28.462Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-10-26T23:03:31.016Z] # '/tmp/semver-156212112' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-10-26T23:03:31.017Z] # -> Force: false [2020-10-26T23:03:31.017Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-10-26T23:03:31.030Z] $ docker exec --env ******** --env ******** 984f106ada5fdd4210cbf207aa5556ec58c6b6655d06cf500a51eaaf6db2aefa ssh-agent -k [2020-10-26T23:03:31.150Z] unset SSH_AUTH_SOCK; [2020-10-26T23:03:31.151Z] unset SSH_AGENT_PID; [2020-10-26T23:03:31.151Z] echo Agent pid 51 killed; [2020-10-26T23:03:31.201Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T23:03:31.671Z] + git semver [Pipeline] } [2020-10-26T23:03:31.690Z] $ docker stop --time=1 984f106ada5fdd4210cbf207aa5556ec58c6b6655d06cf500a51eaaf6db2aefa [2020-10-26T23:03:33.149Z] $ docker rm -f 984f106ada5fdd4210cbf207aa5556ec58c6b6655d06cf500a51eaaf6db2aefa [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-26T23:03:33.685Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-26T23:03:34.133Z] Stashed 1 file(s) [Pipeline] echo [2020-10-26T23:03:34.136Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.53 [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 [2020-10-26T23:03:49.766Z] Still waiting to schedule task [2020-10-26T23:03:49.766Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-26T23:03:49.769Z] Still waiting to schedule task [2020-10-26T23:03:49.769Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-26T23:05:43.735Z] Running on prd-centos7-docker-4c-2g-9012 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-26T23:05:43.795Z] Running in /w/workspace/app-functions-sdk-go/141 [Pipeline] { [Pipeline] checkout [2020-10-26T23:05:51.980Z] using credential edgex-jenkins-ssh [2020-10-26T23:05:52.111Z] Cloning the remote Git repository [2020-10-26T23:05:52.222Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-26T23:05:52.308Z] > git init /w/workspace/app-functions-sdk-go/141 # timeout=10 [2020-10-26T23:05:52.389Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-26T23:05:52.390Z] > git --version # timeout=10 [2020-10-26T23:05:52.442Z] > git --version # 'git version 2.16.5' [2020-10-26T23:05:52.443Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T23:05:52.486Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T23:05:54.801Z] Checking out Revision 6ed8672201f61aa1ab89babc34ffea9d53160bb3 (master) [2020-10-26T23:05:54.253Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-26T23:05:54.269Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T23:05:54.305Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-26T23:05:54.336Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-26T23:05:54.336Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T23:05:54.345Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-26T23:05:54.816Z] > git config core.sparsecheckout # timeout=10 [2020-10-26T23:05:54.840Z] > git checkout -f 6ed8672201f61aa1ab89babc34ffea9d53160bb3 # timeout=10 [2020-10-26T23:05:59.353Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets (#553)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-26T23:06:00.518Z] ========================================================= [2020-10-26T23:06:00.518Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-26T23:06:00.518Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-26T23:06:01.465Z] + 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 . [2020-10-26T23:06:02.176Z] Sending build context to Docker daemon 19.14MB [2020-10-26T23:06:02.460Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-26T23:06:02.460Z] Step 2/8 : FROM ${BASE} [2020-10-26T23:06:02.460Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-26T23:06:02.460Z] df20fa9351a1: Pulling fs layer [2020-10-26T23:06:02.460Z] ed8968b2872e: Pulling fs layer [2020-10-26T23:06:02.460Z] a92cc7c5fd73: Pulling fs layer [2020-10-26T23:06:02.460Z] e871e8e8d7a9: Pulling fs layer [2020-10-26T23:06:02.460Z] e73272ec9a57: Pulling fs layer [2020-10-26T23:06:02.460Z] 1e910a182e73: Pulling fs layer [2020-10-26T23:06:02.460Z] 4e634b169226: Pulling fs layer [2020-10-26T23:06:02.460Z] e871e8e8d7a9: Waiting [2020-10-26T23:06:02.460Z] 1e910a182e73: Waiting [2020-10-26T23:06:02.460Z] e73272ec9a57: Waiting [2020-10-26T23:06:02.460Z] 4e634b169226: Waiting [2020-10-26T23:06:02.460Z] a92cc7c5fd73: Verifying Checksum [2020-10-26T23:06:02.460Z] a92cc7c5fd73: Download complete [2020-10-26T23:06:02.729Z] ed8968b2872e: Verifying Checksum [2020-10-26T23:06:02.729Z] ed8968b2872e: Download complete [2020-10-26T23:06:02.729Z] e73272ec9a57: Download complete [2020-10-26T23:06:02.729Z] 1e910a182e73: Verifying Checksum [2020-10-26T23:06:02.729Z] 1e910a182e73: Download complete [2020-10-26T23:06:02.729Z] df20fa9351a1: Download complete [2020-10-26T23:06:03.009Z] df20fa9351a1: Pull complete [2020-10-26T23:06:03.668Z] ed8968b2872e: Pull complete [2020-10-26T23:06:03.975Z] a92cc7c5fd73: Pull complete [2020-10-26T23:06:06.739Z] 4e634b169226: Verifying Checksum [2020-10-26T23:06:06.739Z] 4e634b169226: Download complete [2020-10-26T23:06:08.169Z] e871e8e8d7a9: Verifying Checksum [2020-10-26T23:06:08.169Z] e871e8e8d7a9: Download complete [2020-10-26T23:06:16.617Z] e871e8e8d7a9: Pull complete [2020-10-26T23:06:16.617Z] e73272ec9a57: Pull complete [2020-10-26T23:06:16.617Z] 1e910a182e73: Pull complete [2020-10-26T23:06:23.776Z] 4e634b169226: Pull complete [2020-10-26T23:06:23.776Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-26T23:06:23.776Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-26T23:06:23.776Z] ---> f7629b54cfaa [2020-10-26T23:06:23.776Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-26T23:06:23.776Z] latest: Pulling from library/docker [2020-10-26T23:06:24.402Z] 188c0c94c7c5: Pulling fs layer [2020-10-26T23:06:24.402Z] 0c7c675703d6: Pulling fs layer [2020-10-26T23:06:24.402Z] cc8c12a437cb: Pulling fs layer [2020-10-26T23:06:24.402Z] c5dafad2182a: Pulling fs layer [2020-10-26T23:06:24.402Z] 5aa711733414: Pulling fs layer [2020-10-26T23:06:24.402Z] 058f73b55e4b: Pulling fs layer [2020-10-26T23:06:24.402Z] 8c9c664faf12: Pulling fs layer [2020-10-26T23:06:24.402Z] 5aa711733414: Waiting [2020-10-26T23:06:24.402Z] 058f73b55e4b: Waiting [2020-10-26T23:06:24.402Z] 8c9c664faf12: Waiting [2020-10-26T23:06:24.402Z] c5dafad2182a: Waiting [2020-10-26T23:06:25.513Z] cc8c12a437cb: Verifying Checksum [2020-10-26T23:06:25.513Z] cc8c12a437cb: Download complete [2020-10-26T23:06:26.706Z] 0c7c675703d6: Verifying Checksum [2020-10-26T23:06:26.706Z] 0c7c675703d6: Download complete [2020-10-26T23:06:27.428Z] 188c0c94c7c5: Verifying Checksum [2020-10-26T23:06:27.428Z] 188c0c94c7c5: Download complete [2020-10-26T23:06:27.428Z] 5aa711733414: Download complete [2020-10-26T23:06:27.841Z] 058f73b55e4b: Verifying Checksum [2020-10-26T23:06:27.841Z] 058f73b55e4b: Download complete [2020-10-26T23:06:27.841Z] 188c0c94c7c5: Pull complete [2020-10-26T23:06:28.284Z] 8c9c664faf12: Verifying Checksum [2020-10-26T23:06:28.284Z] 8c9c664faf12: Download complete [2020-10-26T23:06:28.609Z] 0c7c675703d6: Pull complete [2020-10-26T23:06:28.609Z] cc8c12a437cb: Pull complete [2020-10-26T23:06:34.294Z] c5dafad2182a: Verifying Checksum [2020-10-26T23:06:34.294Z] c5dafad2182a: Download complete [2020-10-26T23:06:39.165Z] c5dafad2182a: Pull complete [2020-10-26T23:06:39.165Z] 5aa711733414: Pull complete [2020-10-26T23:06:39.165Z] 058f73b55e4b: Pull complete [2020-10-26T23:06:39.507Z] 8c9c664faf12: Pull complete [2020-10-26T23:06:40.051Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-26T23:06:40.051Z] Status: Downloaded newer image for docker:latest [2020-10-26T23:06:42.733Z] ---> d347df29fe80 [2020-10-26T23:06:42.733Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-26T23:06:42.733Z] ---> Running in 521a4ae91b82 [2020-10-26T23:06:43.059Z] Removing intermediate container 521a4ae91b82 [2020-10-26T23:06:43.059Z] ---> 21d2decd4a61 [2020-10-26T23:06:43.059Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-26T23:06:43.059Z] ---> Running in 776f46b08e66 [2020-10-26T23:06:44.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-26T23:06:45.313Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-26T23:06:45.952Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-26T23:06:45.952Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-26T23:06:46.223Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-26T23:06:46.223Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-26T23:06:46.503Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-26T23:06:46.503Z] Executing busybox-1.31.1-r16.trigger [2020-10-26T23:06:46.503Z] OK: 167 MiB in 44 packages [2020-10-26T23:06:47.537Z] Removing intermediate container 776f46b08e66 [2020-10-26T23:06:47.538Z] ---> 60f09e9d345d [2020-10-26T23:06:47.538Z] Step 6/8 : WORKDIR /build [2020-10-26T23:06:47.923Z] ---> Running in a82362987707 [2020-10-26T23:06:47.923Z] Removing intermediate container a82362987707 [2020-10-26T23:06:47.923Z] ---> 8992f887d487 [2020-10-26T23:06:47.923Z] Step 7/8 : COPY go.mod . [2020-10-26T23:06:48.258Z] ---> c3c50a0ecd19 [2020-10-26T23:06:48.258Z] Step 8/8 : RUN go mod download [2020-10-26T23:06:48.532Z] ---> Running in 9e8e865d3b90 [2020-10-26T23:07:12.972Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-9013 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-26T23:07:13.031Z] Running in /w/workspace/app-functions-sdk-go/141 [Pipeline] { [Pipeline] checkout [2020-10-26T23:07:18.395Z] using credential edgex-jenkins-ssh [2020-10-26T23:07:18.456Z] Cloning the remote Git repository [2020-10-26T23:07:18.535Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-26T23:07:18.644Z] > git init /w/workspace/app-functions-sdk-go/141 # timeout=10 [2020-10-26T23:07:18.734Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-26T23:07:18.735Z] > git --version # timeout=10 [2020-10-26T23:07:18.756Z] > git --version # 'git version 2.17.1' [2020-10-26T23:07:18.757Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T23:07:18.810Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T23:07:21.550Z] Removing intermediate container 9e8e865d3b90 [2020-10-26T23:07:21.550Z] ---> 428e88a06882 [2020-10-26T23:07:21.550Z] Successfully built 428e88a06882 [2020-10-26T23:07:21.550Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T23:07:21.680Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-26T23:07:21.696Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-26T23:07:21.730Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-26T23:07:21.764Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-26T23:07:21.765Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-26T23:07:21.777Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-26T23:07:22.004Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-26T23:07:22.276Z] Checking out Revision 6ed8672201f61aa1ab89babc34ffea9d53160bb3 (master) [2020-10-26T23:07:22.288Z] . [Pipeline] withDockerContainer [2020-10-26T23:07:22.689Z] prd-centos7-docker-4c-2g-9012 does not seem to be running inside a container [2020-10-26T23:07:22.790Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/141 -v /w/workspace/app-functions-sdk-go/141:/w/workspace/app-functions-sdk-go/141:rw,z -v /w/workspace/app-functions-sdk-go/141@tmp:/w/workspace/app-functions-sdk-go/141@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 ******** ci-base-image-x86_64 cat [2020-10-26T23:07:22.304Z] > git config core.sparsecheckout # timeout=10 [2020-10-26T23:07:22.329Z] > git checkout -f 6ed8672201f61aa1ab89babc34ffea9d53160bb3 # timeout=10 [2020-10-26T23:07:23.799Z] $ docker top dc0e129578740bd9124fb37c7b03c3046d8620d2660d6841bcd7c894fe724822 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T23:07:24.614Z] + go version [2020-10-26T23:07:24.884Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-26T23:07:24.907Z] $ docker stop --time=1 dc0e129578740bd9124fb37c7b03c3046d8620d2660d6841bcd7c894fe724822 [2020-10-26T23:07:26.464Z] $ docker rm -f dc0e129578740bd9124fb37c7b03c3046d8620d2660d6841bcd7c894fe724822 [Pipeline] // withDockerContainer [2020-10-26T23:07:26.746Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets (#553)" [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) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo [2020-10-26T23:07:28.473Z] ========================================================= [2020-10-26T23:07:28.473Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-26T23:07:28.473Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-26T23:07:29.368Z] + 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 . [2020-10-26T23:07:30.362Z] Sending build context to Docker daemon 19.14MB [2020-10-26T23:07:30.362Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-26T23:07:30.362Z] Step 2/8 : FROM ${BASE} [2020-10-26T23:07:30.637Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-26T23:07:30.637Z] b538f80385f9: Pulling fs layer [2020-10-26T23:07:30.637Z] 74f711af9a0d: Pulling fs layer [2020-10-26T23:07:30.637Z] 99f96fe45779: Pulling fs layer [2020-10-26T23:07:30.637Z] 8529a6b9a6be: Pulling fs layer [2020-10-26T23:07:30.637Z] 45590311c82a: Pulling fs layer [2020-10-26T23:07:30.637Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-26T23:07:30.637Z] 209524e5b208: Pulling fs layer [2020-10-26T23:07:30.637Z] 8529a6b9a6be: Waiting [2020-10-26T23:07:30.637Z] 45590311c82a: Waiting [2020-10-26T23:07:30.637Z] 69ca0ff8b7b3: Waiting [2020-10-26T23:07:30.637Z] 209524e5b208: Waiting [2020-10-26T23:07:30.637Z] 99f96fe45779: Verifying Checksum [2020-10-26T23:07:30.637Z] 99f96fe45779: Download complete [2020-10-26T23:07:30.913Z] 74f711af9a0d: Verifying Checksum [2020-10-26T23:07:30.913Z] 74f711af9a0d: Download complete [2020-10-26T23:07:30.913Z] 45590311c82a: Download complete [2020-10-26T23:07:30.913Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-26T23:07:30.913Z] 69ca0ff8b7b3: Download complete [2020-10-26T23:07:30.913Z] b538f80385f9: Download complete [2020-10-26T23:07:31.513Z] b538f80385f9: Pull complete [2020-10-26T23:07:32.123Z] 74f711af9a0d: Pull complete [2020-10-26T23:07:32.397Z] 99f96fe45779: Pull complete [2020-10-26T23:07:33.382Z] 209524e5b208: Verifying Checksum [2020-10-26T23:07:33.382Z] 209524e5b208: Download complete [2020-10-26T23:07:34.822Z] 8529a6b9a6be: Verifying Checksum [2020-10-26T23:07:34.822Z] 8529a6b9a6be: Download complete [2020-10-26T23:07:44.986Z] 8529a6b9a6be: Pull complete [2020-10-26T23:07:44.986Z] 45590311c82a: Pull complete [2020-10-26T23:07:45.260Z] 69ca0ff8b7b3: Pull complete [2020-10-26T23:07:48.666Z] 209524e5b208: Pull complete [2020-10-26T23:07:48.666Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-26T23:07:48.666Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-26T23:07:48.666Z] ---> 5bddaf1c2fca [2020-10-26T23:07:48.666Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-26T23:07:49.261Z] latest: Pulling from library/docker [2020-10-26T23:07:49.534Z] 5f621e34cdf4: Pulling fs layer [2020-10-26T23:07:49.534Z] 85db56a05063: Pulling fs layer [2020-10-26T23:07:49.534Z] ccb67d6aeaaa: Pulling fs layer [2020-10-26T23:07:49.534Z] a0b19fc83503: Pulling fs layer [2020-10-26T23:07:49.534Z] 8eb508b41278: Pulling fs layer [2020-10-26T23:07:49.534Z] 37236713561e: Pulling fs layer [2020-10-26T23:07:49.534Z] 07c93f2b1b56: Pulling fs layer [2020-10-26T23:07:49.534Z] a0b19fc83503: Waiting [2020-10-26T23:07:49.534Z] 8eb508b41278: Waiting [2020-10-26T23:07:49.534Z] 37236713561e: Waiting [2020-10-26T23:07:49.534Z] 07c93f2b1b56: Waiting [2020-10-26T23:07:49.534Z] ccb67d6aeaaa: Verifying Checksum [2020-10-26T23:07:49.534Z] ccb67d6aeaaa: Download complete [2020-10-26T23:07:49.811Z] 85db56a05063: Verifying Checksum [2020-10-26T23:07:49.811Z] 85db56a05063: Download complete [2020-10-26T23:07:49.811Z] 5f621e34cdf4: Verifying Checksum [2020-10-26T23:07:49.811Z] 5f621e34cdf4: Download complete [2020-10-26T23:07:49.811Z] 8eb508b41278: Verifying Checksum [2020-10-26T23:07:49.811Z] 8eb508b41278: Download complete [2020-10-26T23:07:49.811Z] 37236713561e: Verifying Checksum [2020-10-26T23:07:49.811Z] 37236713561e: Download complete [2020-10-26T23:07:50.087Z] 07c93f2b1b56: Verifying Checksum [2020-10-26T23:07:50.087Z] 07c93f2b1b56: Download complete [2020-10-26T23:07:50.361Z] 5f621e34cdf4: Pull complete [2020-10-26T23:07:51.341Z] a0b19fc83503: Verifying Checksum [2020-10-26T23:07:51.341Z] a0b19fc83503: Download complete [2020-10-26T23:07:51.341Z] 85db56a05063: Pull complete [2020-10-26T23:07:51.341Z] ccb67d6aeaaa: Pull complete [2020-10-26T23:07:54.716Z] a0b19fc83503: Pull complete [2020-10-26T23:07:54.716Z] 8eb508b41278: Pull complete [2020-10-26T23:07:54.990Z] 37236713561e: Pull complete [2020-10-26T23:07:55.280Z] 07c93f2b1b56: Pull complete [2020-10-26T23:07:55.280Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-26T23:07:55.280Z] Status: Downloaded newer image for docker:latest [2020-10-26T23:08:00.677Z] ---> f80491d9c04a [2020-10-26T23:08:00.677Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-26T23:08:00.950Z] ---> Running in 98dd49bf28f2 [2020-10-26T23:08:01.222Z] Removing intermediate container 98dd49bf28f2 [2020-10-26T23:08:01.222Z] ---> 7e3e626f1b9f [2020-10-26T23:08:01.222Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-26T23:08:01.494Z] ---> Running in c44d28dc7681 [2020-10-26T23:08:02.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-26T23:08:03.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-26T23:08:04.493Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-26T23:08:04.767Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-26T23:08:05.038Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-26T23:08:05.038Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-26T23:08:05.038Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-26T23:08:05.313Z] Executing busybox-1.31.1-r16.trigger [2020-10-26T23:08:05.313Z] OK: 144 MiB in 44 packages [2020-10-26T23:08:06.752Z] Removing intermediate container c44d28dc7681 [2020-10-26T23:08:06.752Z] ---> 053113c8d702 [2020-10-26T23:08:06.752Z] Step 6/8 : WORKDIR /build [2020-10-26T23:08:06.752Z] ---> Running in 2445ed8d4233 [2020-10-26T23:08:07.027Z] Removing intermediate container 2445ed8d4233 [2020-10-26T23:08:07.027Z] ---> a3113ebbdd3b [2020-10-26T23:08:07.027Z] Step 7/8 : COPY go.mod . [2020-10-26T23:08:08.010Z] ---> 5579e894efe1 [2020-10-26T23:08:08.010Z] Step 8/8 : RUN go mod download [2020-10-26T23:08:08.010Z] ---> Running in 38504ec4a83c [2020-10-26T23:08:34.830Z] Removing intermediate container 38504ec4a83c [2020-10-26T23:08:34.830Z] ---> f05220884b3e [2020-10-26T23:08:34.830Z] Successfully built f05220884b3e [2020-10-26T23:08:34.830Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-26T23:08:35.258Z] + docker inspect -f . ci-base-image-arm64 [2020-10-26T23:08:35.258Z] . [Pipeline] withDockerContainer [2020-10-26T23:08:35.492Z] prd-ubuntu18.04-docker-arm64-4c-16g-9013 does not seem to be running inside a container [2020-10-26T23:08:35.582Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/141 -v /w/workspace/app-functions-sdk-go/141:/w/workspace/app-functions-sdk-go/141:rw,z -v /w/workspace/app-functions-sdk-go/141@tmp:/w/workspace/app-functions-sdk-go/141@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 ******** ci-base-image-arm64 cat [2020-10-26T23:08:37.454Z] $ docker top bdba3518c6a5d293b2bd61c8e0aa90d7e890be1f4d853c4daeff06d35dd85ae8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T23:08:39.088Z] + go version [2020-10-26T23:08:39.088Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-26T23:08:39.113Z] $ docker stop --time=1 bdba3518c6a5d293b2bd61c8e0aa90d7e890be1f4d853c4daeff06d35dd85ae8 [2020-10-26T23:08:40.977Z] $ docker rm -f bdba3518c6a5d293b2bd61c8e0aa90d7e890be1f4d853c4daeff06d35dd85ae8 [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 [2020-10-26T23:08:44.377Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-26T23:08:44.379Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-26T23:08:44.443Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-26T23:08:44.824Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T23:08:44.824Z] [2020-10-26T23:08:44.824Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-26T23:08:45.190Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T23:08:45.190Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-26T23:08:45.190Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-26T23:08:45.190Z] 408f87550127: Pulling fs layer [2020-10-26T23:08:45.190Z] fe522b08c979: Pulling fs layer [2020-10-26T23:08:45.190Z] 221eaa008020: Pulling fs layer [2020-10-26T23:08:45.190Z] 2a4607e5d6b9: Pulling fs layer [2020-10-26T23:08:45.190Z] 8f79b27c4fd2: Pulling fs layer [2020-10-26T23:08:45.190Z] e5c8dbe1645b: Pulling fs layer [2020-10-26T23:08:45.190Z] 23e8b3b47431: Pulling fs layer [2020-10-26T23:08:45.190Z] 5c568d65a230: Pulling fs layer [2020-10-26T23:08:45.190Z] 221eaa008020: Waiting [2020-10-26T23:08:45.190Z] 2a4607e5d6b9: Waiting [2020-10-26T23:08:45.190Z] 8f79b27c4fd2: Waiting [2020-10-26T23:08:45.190Z] e5c8dbe1645b: Waiting [2020-10-26T23:08:45.190Z] 23e8b3b47431: Waiting [2020-10-26T23:08:45.190Z] 5c568d65a230: Waiting [2020-10-26T23:08:45.190Z] fe522b08c979: Verifying Checksum [2020-10-26T23:08:45.190Z] fe522b08c979: Download complete [2020-10-26T23:08:45.190Z] 408f87550127: Download complete [2020-10-26T23:08:45.190Z] 2a4607e5d6b9: Verifying Checksum [2020-10-26T23:08:45.190Z] 2a4607e5d6b9: Download complete [2020-10-26T23:08:46.142Z] 8f79b27c4fd2: Verifying Checksum [2020-10-26T23:08:46.142Z] 8f79b27c4fd2: Download complete [2020-10-26T23:08:46.142Z] cbdbe7a5bc2a: Download complete [2020-10-26T23:08:46.411Z] cbdbe7a5bc2a: Pull complete [2020-10-26T23:08:46.676Z] 408f87550127: Pull complete [2020-10-26T23:08:46.938Z] fe522b08c979: Pull complete [2020-10-26T23:08:46.938Z] e5c8dbe1645b: Verifying Checksum [2020-10-26T23:08:46.938Z] e5c8dbe1645b: Download complete [2020-10-26T23:08:48.346Z] 5c568d65a230: Verifying Checksum [2020-10-26T23:08:48.346Z] 5c568d65a230: Download complete [2020-10-26T23:08:48.613Z] 23e8b3b47431: Verifying Checksum [2020-10-26T23:08:50.014Z] 221eaa008020: Verifying Checksum [2020-10-26T23:08:50.014Z] 221eaa008020: Download complete [2020-10-26T23:08:55.351Z] 221eaa008020: Pull complete [2020-10-26T23:08:55.351Z] 2a4607e5d6b9: Pull complete [2020-10-26T23:08:55.351Z] 8f79b27c4fd2: Pull complete [2020-10-26T23:08:57.300Z] e5c8dbe1645b: Pull complete [2020-10-26T23:09:00.625Z] 23e8b3b47431: Pull complete [2020-10-26T23:09:01.593Z] 5c568d65a230: Pull complete [2020-10-26T23:09:01.593Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-26T23:09:01.593Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-26T23:09:01.593Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-26T23:09:02.164Z] prd-centos7-docker-4c-2g-9009 does not seem to be running inside a container [2020-10-26T23:09:02.218Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-26T23:09:03.257Z] $ docker top e2b1d9102d6225f1f3321af65e4ff84892b28dd5095b4e3a631e88a58840a4ad -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T23:09:03.791Z] + snyk monitor '--org=edgex-jenkins' [2020-10-26T23:09:13.839Z] [2020-10-26T23:09:13.839Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-10-26T23:09:13.839Z] [2020-10-26T23:09:13.839Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/6fecb2a6-96ed-4e7e-aeb0-48675dbce896 [2020-10-26T23:09:13.839Z] [2020-10-26T23:09:13.839Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-26T23:09:13.839Z] [2020-10-26T23:09:13.839Z] [2020-10-26T23:09:13.839Z] Snyk CLI supports Node.js 8 and higher. [2020-10-26T23:09:13.839Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-26T23:09:13.839Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-26T23:09:13.839Z] [2020-10-26T23:09:13.839Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-26T23:09:13.839Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-26T23:09:13.839Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-26T23:09:13.839Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-26T23:09:13.860Z] $ docker stop --time=1 e2b1d9102d6225f1f3321af65e4ff84892b28dd5095b4e3a631e88a58840a4ad [2020-10-26T23:09:18.005Z] $ docker rm -f e2b1d9102d6225f1f3321af65e4ff84892b28dd5095b4e3a631e88a58840a4ad [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 [2020-10-26T23:09:19.570Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-26T23:09:19.628Z] provisioning config files... [2020-10-26T23:09:19.645Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3434074514340847302tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-26T23:09:20.034Z] --> edgex-publish-swagger.sh [2020-10-26T23:09:20.034Z] === Publish openapi/v2 API === [2020-10-26T23:09:20.034Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-26T23:09:20.034Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-10-26T23:09:20.034Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-26T23:09:20.034Z] Dload Upload Total Spent Left Speed [2020-10-26T23:09:21.431Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10322 0:00:01 0:00:01 --:--:-- 10329 100 13025 0 0 100 13025 0 9642 0:00:01 0:00:01 --:--:-- 9648 [2020-10-26T23:09:21.431Z] [2020-10-26T23:09:21.431Z] [Pipeline] } [2020-10-26T23:09:21.443Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-10-26T23:09:22.440Z] + git log --format=format:%s -1 6ed8672201f61aa1ab89babc34ffea9d53160bb3 [Pipeline] isUnix [Pipeline] sh [2020-10-26T23:09:22.752Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T23:09:22.752Z] . [Pipeline] withDockerContainer [2020-10-26T23:09:22.851Z] prd-centos7-docker-4c-2g-9009 does not seem to be running inside a container [2020-10-26T23:09:22.897Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-26T23:09:23.643Z] $ docker top 1ecc6ffd59ce2adf869c83b6f893fa6656215949093c2537af2af7884346e013 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T23:09:25.443Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T23:09:25.443Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T23:09:25.688Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T23:09:25.695Z] $ docker exec 1ecc6ffd59ce2adf869c83b6f893fa6656215949093c2537af2af7884346e013 ssh-agent [2020-10-26T23:09:25.910Z] SSH_AUTH_SOCK=/tmp/ssh-6SONUqHHbT0M/agent.11 [2020-10-26T23:09:25.911Z] SSH_AGENT_PID=17 [2020-10-26T23:09:25.918Z] Running ssh-add (command line suppressed) [2020-10-26T23:09:26.048Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1802617432599108054.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1802617432599108054.key) [2020-10-26T23:09:26.105Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T23:09:26.452Z] + git semver tag [2020-10-26T23:09:26.452Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T23:09:26.452Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-26T23:09:26.452Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-26T23:09:26.452Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T23:09:26.452Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T23:09:26.452Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T23:09:26.452Z] # $SEMVER_BRANCH = master [2020-10-26T23:09:26.452Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-10-26T23:09:26.452Z] # 6ed8672201f61aa1ab89babc34ffea9d53160bb3 HEAD [2020-10-26T23:09:26.452Z] # -> Force: false [2020-10-26T23:09:26.452Z] # affdf37a1c9b0df6b5ab43250a9be9e44c3c22cf refs/tags/v1.2.1-dev.53 [Pipeline] } [2020-10-26T23:09:26.470Z] $ docker exec --env ******** --env ******** 1ecc6ffd59ce2adf869c83b6f893fa6656215949093c2537af2af7884346e013 ssh-agent -k [2020-10-26T23:09:26.610Z] unset SSH_AUTH_SOCK; [2020-10-26T23:09:26.611Z] unset SSH_AGENT_PID; [2020-10-26T23:09:26.611Z] echo Agent pid 17 killed; [2020-10-26T23:09:26.662Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T23:09:27.168Z] + git semver [Pipeline] } [2020-10-26T23:09:27.190Z] $ docker stop --time=1 1ecc6ffd59ce2adf869c83b6f893fa6656215949093c2537af2af7884346e013 [2020-10-26T23:09:28.563Z] $ docker rm -f 1ecc6ffd59ce2adf869c83b6f893fa6656215949093c2537af2af7884346e013 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-26T23:09:29.228Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T23:09:29.228Z] [2020-10-26T23:09:29.228Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-26T23:09:29.626Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T23:09:29.626Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-26T23:09:29.626Z] ab5ef0e58194: Pulling fs layer [2020-10-26T23:09:29.626Z] 9712f1f96733: Pulling fs layer [2020-10-26T23:09:29.626Z] 63f879dbbcfc: Pulling fs layer [2020-10-26T23:09:29.626Z] 0d9ebad4ef96: Pulling fs layer [2020-10-26T23:09:29.626Z] e9a5061849ea: Pulling fs layer [2020-10-26T23:09:29.626Z] d747dcd14b5f: Pulling fs layer [2020-10-26T23:09:29.626Z] 2de7ff778b66: Pulling fs layer [2020-10-26T23:09:29.626Z] e9a5061849ea: Waiting [2020-10-26T23:09:29.626Z] d747dcd14b5f: Waiting [2020-10-26T23:09:29.626Z] 2de7ff778b66: Waiting [2020-10-26T23:09:29.626Z] 0d9ebad4ef96: Waiting [2020-10-26T23:09:29.626Z] 9712f1f96733: Download complete [2020-10-26T23:09:32.199Z] 63f879dbbcfc: Verifying Checksum [2020-10-26T23:09:32.199Z] 63f879dbbcfc: Download complete [2020-10-26T23:09:32.199Z] e9a5061849ea: Verifying Checksum [2020-10-26T23:09:32.199Z] e9a5061849ea: Download complete [2020-10-26T23:09:32.199Z] d747dcd14b5f: Verifying Checksum [2020-10-26T23:09:32.199Z] d747dcd14b5f: Download complete [2020-10-26T23:09:32.462Z] ab5ef0e58194: Verifying Checksum [2020-10-26T23:09:32.463Z] ab5ef0e58194: Download complete [2020-10-26T23:09:32.463Z] 0d9ebad4ef96: Verifying Checksum [2020-10-26T23:09:32.463Z] 0d9ebad4ef96: Download complete [2020-10-26T23:09:32.734Z] 2de7ff778b66: Verifying Checksum [2020-10-26T23:09:32.734Z] 2de7ff778b66: Download complete [2020-10-26T23:09:37.010Z] ab5ef0e58194: Pull complete [2020-10-26T23:09:37.010Z] 9712f1f96733: Pull complete [2020-10-26T23:09:39.571Z] 63f879dbbcfc: Pull complete [2020-10-26T23:09:47.774Z] 0d9ebad4ef96: Pull complete [2020-10-26T23:09:48.037Z] e9a5061849ea: Pull complete [2020-10-26T23:09:48.303Z] d747dcd14b5f: Pull complete [2020-10-26T23:09:52.529Z] 2de7ff778b66: Pull complete [2020-10-26T23:09:52.529Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-26T23:09:52.529Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-26T23:09:52.529Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-26T23:09:52.759Z] prd-centos7-docker-4c-2g-9009 does not seem to be running inside a container [2020-10-26T23:09:52.805Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-26T23:09:55.977Z] $ docker top dd79f4d46741767588d715ba943cf839f36fe39a2aeb417c31e74a8b28403481 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-26T23:09:56.326Z] provisioning config files... [2020-10-26T23:09:56.346Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6528529574892441336tmp [2020-10-26T23:09:56.417Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8806324443550122811tmp [2020-10-26T23:09:56.448Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8026435658853589556tmp [Pipeline] { [Pipeline] echo [2020-10-26T23:09:56.521Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T23:09:56.828Z] ---> sigul-configuration.sh [2020-10-26T23:09:56.828Z] gpg: directory `/root/.gnupg' created [2020-10-26T23:09:56.828Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-26T23:09:56.828Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-26T23:09:56.828Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-26T23:09:56.828Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-26T23:09:56.828Z] gpg: CAST5 encrypted data [2020-10-26T23:09:57.091Z] gpg: encrypted with 1 passphrase [2020-10-26T23:09:57.091Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-26T23:09:57.389Z] + mkdir /home/jenkins [2020-10-26T23:09:57.389Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-26T23:09:57.697Z] + 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 [2020-10-26T23:09:57.709Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T23:09:58.006Z] ---> sigul-install.sh [2020-10-26T23:10:04.623Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-26T23:10:04.925Z] + git tag --list [2020-10-26T23:10:04.925Z] v0.1.0 [2020-10-26T23:10:04.925Z] v0.1.1 [2020-10-26T23:10:04.925Z] v1.0.0 [2020-10-26T23:10:04.925Z] v1.1.0 [2020-10-26T23:10:04.925Z] v1.2.0 [2020-10-26T23:10:04.925Z] v1.2.1-dev.1 [2020-10-26T23:10:04.925Z] v1.2.1-dev.10 [2020-10-26T23:10:04.925Z] v1.2.1-dev.11 [2020-10-26T23:10:04.925Z] v1.2.1-dev.12 [2020-10-26T23:10:04.925Z] v1.2.1-dev.13 [2020-10-26T23:10:04.925Z] v1.2.1-dev.14 [2020-10-26T23:10:04.925Z] v1.2.1-dev.15 [2020-10-26T23:10:04.925Z] v1.2.1-dev.16 [2020-10-26T23:10:04.925Z] v1.2.1-dev.17 [2020-10-26T23:10:04.925Z] v1.2.1-dev.18 [2020-10-26T23:10:04.925Z] v1.2.1-dev.19 [2020-10-26T23:10:04.925Z] v1.2.1-dev.2 [2020-10-26T23:10:04.925Z] v1.2.1-dev.20 [2020-10-26T23:10:04.925Z] v1.2.1-dev.21 [2020-10-26T23:10:04.925Z] v1.2.1-dev.22 [2020-10-26T23:10:04.925Z] v1.2.1-dev.23 [2020-10-26T23:10:04.925Z] v1.2.1-dev.24 [2020-10-26T23:10:04.925Z] v1.2.1-dev.25 [2020-10-26T23:10:04.925Z] v1.2.1-dev.26 [2020-10-26T23:10:04.925Z] v1.2.1-dev.27 [2020-10-26T23:10:04.925Z] v1.2.1-dev.28 [2020-10-26T23:10:04.925Z] v1.2.1-dev.29 [2020-10-26T23:10:04.925Z] v1.2.1-dev.3 [2020-10-26T23:10:04.925Z] v1.2.1-dev.30 [2020-10-26T23:10:04.925Z] v1.2.1-dev.31 [2020-10-26T23:10:04.925Z] v1.2.1-dev.32 [2020-10-26T23:10:04.925Z] v1.2.1-dev.33 [2020-10-26T23:10:04.925Z] v1.2.1-dev.34 [2020-10-26T23:10:04.925Z] v1.2.1-dev.35 [2020-10-26T23:10:04.925Z] v1.2.1-dev.36 [2020-10-26T23:10:04.925Z] v1.2.1-dev.37 [2020-10-26T23:10:04.925Z] v1.2.1-dev.38 [2020-10-26T23:10:04.925Z] v1.2.1-dev.39 [2020-10-26T23:10:04.925Z] v1.2.1-dev.4 [2020-10-26T23:10:04.925Z] v1.2.1-dev.40 [2020-10-26T23:10:04.925Z] v1.2.1-dev.41 [2020-10-26T23:10:04.925Z] v1.2.1-dev.42 [2020-10-26T23:10:04.925Z] v1.2.1-dev.43 [2020-10-26T23:10:04.925Z] v1.2.1-dev.44 [2020-10-26T23:10:04.925Z] v1.2.1-dev.45 [2020-10-26T23:10:04.925Z] v1.2.1-dev.46 [2020-10-26T23:10:04.925Z] v1.2.1-dev.47 [2020-10-26T23:10:04.925Z] v1.2.1-dev.48 [2020-10-26T23:10:04.925Z] v1.2.1-dev.49 [2020-10-26T23:10:04.925Z] v1.2.1-dev.5 [2020-10-26T23:10:04.925Z] v1.2.1-dev.50 [2020-10-26T23:10:04.925Z] v1.2.1-dev.51 [2020-10-26T23:10:04.925Z] v1.2.1-dev.52 [2020-10-26T23:10:04.925Z] v1.2.1-dev.53 [2020-10-26T23:10:04.925Z] v1.2.1-dev.6 [2020-10-26T23:10:04.925Z] v1.2.1-dev.7 [2020-10-26T23:10:04.925Z] v1.2.1-dev.8 [2020-10-26T23:10:04.925Z] v1.2.1-dev.9 [Pipeline] sh [2020-10-26T23:10:05.233Z] + lftools sign git-tag v1.2.1-dev.53 [2020-10-26T23:10:06.627Z] Signing Git tag with Sigul... [2020-10-26T23:10:06.627Z] Signing v1.2.1-dev.53 [Pipeline] echo [2020-10-26T23:10:07.585Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T23:10:07.892Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-26T23:10:07.907Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-26T23:10:08.014Z] $ docker stop --time=1 dd79f4d46741767588d715ba943cf839f36fe39a2aeb417c31e74a8b28403481 [2020-10-26T23:10:09.982Z] $ docker rm -f dd79f4d46741767588d715ba943cf839f36fe39a2aeb417c31e74a8b28403481 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-26T23:10:11.196Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T23:10:11.196Z] . [Pipeline] withDockerContainer [2020-10-26T23:10:11.302Z] prd-centos7-docker-4c-2g-9009 does not seem to be running inside a container [2020-10-26T23:10:11.353Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-26T23:10:12.041Z] $ docker top fa50a17a4ec271e467c9268517909eeede2d0b6cafdfde044da219c0db5b94e0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T23:10:12.426Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T23:10:12.426Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T23:10:12.662Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T23:10:12.670Z] $ docker exec fa50a17a4ec271e467c9268517909eeede2d0b6cafdfde044da219c0db5b94e0 ssh-agent [2020-10-26T23:10:12.876Z] SSH_AUTH_SOCK=/tmp/ssh-zQ0TW6TqOB73/agent.12 [2020-10-26T23:10:12.876Z] SSH_AGENT_PID=17 [2020-10-26T23:10:12.885Z] Running ssh-add (command line suppressed) [2020-10-26T23:10:13.022Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3799924899270171826.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3799924899270171826.key) [2020-10-26T23:10:13.079Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T23:10:13.430Z] + git semver bump pre [2020-10-26T23:10:13.430Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T23:10:13.430Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-26T23:10:13.430Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-26T23:10:13.430Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T23:10:13.430Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T23:10:13.430Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T23:10:13.430Z] # $SEMVER_BRANCH = master [2020-10-26T23:10:13.430Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-10-26T23:10:13.430Z] 1.2.1-dev.54 [Pipeline] } [2020-10-26T23:10:13.449Z] $ docker exec --env ******** --env ******** fa50a17a4ec271e467c9268517909eeede2d0b6cafdfde044da219c0db5b94e0 ssh-agent -k [2020-10-26T23:10:13.612Z] unset SSH_AUTH_SOCK; [2020-10-26T23:10:13.612Z] unset SSH_AGENT_PID; [2020-10-26T23:10:13.612Z] echo Agent pid 17 killed; [2020-10-26T23:10:13.662Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T23:10:14.174Z] + git semver [Pipeline] } [2020-10-26T23:10:14.197Z] $ docker stop --time=1 fa50a17a4ec271e467c9268517909eeede2d0b6cafdfde044da219c0db5b94e0 [2020-10-26T23:10:15.570Z] $ docker rm -f fa50a17a4ec271e467c9268517909eeede2d0b6cafdfde044da219c0db5b94e0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-26T23:10:16.127Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-26T23:10:16.127Z] . [Pipeline] withDockerContainer [2020-10-26T23:10:16.233Z] prd-centos7-docker-4c-2g-9009 does not seem to be running inside a container [2020-10-26T23:10:16.288Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-26T23:10:16.970Z] $ docker top 9513ae2aba8ac88d271e49f835bd73d93014f06b9b90f0139c449a236e903e23 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-26T23:10:17.252Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-26T23:10:17.252Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-26T23:10:17.437Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-26T23:10:17.444Z] $ docker exec 9513ae2aba8ac88d271e49f835bd73d93014f06b9b90f0139c449a236e903e23 ssh-agent [2020-10-26T23:10:17.627Z] SSH_AUTH_SOCK=/tmp/ssh-X1utDBPNLClu/agent.13 [2020-10-26T23:10:17.627Z] SSH_AGENT_PID=18 [2020-10-26T23:10:17.635Z] Running ssh-add (command line suppressed) [2020-10-26T23:10:17.764Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8869069586598213335.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8869069586598213335.key) [2020-10-26T23:10:17.819Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-26T23:10:18.172Z] + git semver push [2020-10-26T23:10:18.172Z] # -> Open(): unable to determine branch for HEAD [2020-10-26T23:10:18.172Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-26T23:10:18.172Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-26T23:10:18.172Z] # $SEMVER_REMOTE_NAME = origin [2020-10-26T23:10:18.172Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-26T23:10:18.172Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-26T23:10:18.172Z] # $SEMVER_BRANCH = master [2020-10-26T23:10:18.172Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-10-26T23:10:24.798Z] $ docker exec --env ******** --env ******** 9513ae2aba8ac88d271e49f835bd73d93014f06b9b90f0139c449a236e903e23 ssh-agent -k [2020-10-26T23:10:24.920Z] unset SSH_AUTH_SOCK; [2020-10-26T23:10:24.921Z] unset SSH_AGENT_PID; [2020-10-26T23:10:24.921Z] echo Agent pid 18 killed; [2020-10-26T23:10:24.972Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-26T23:10:25.498Z] + git semver [Pipeline] } [2020-10-26T23:10:25.519Z] $ docker stop --time=1 9513ae2aba8ac88d271e49f835bd73d93014f06b9b90f0139c449a236e903e23 [2020-10-26T23:10:26.879Z] $ docker rm -f 9513ae2aba8ac88d271e49f835bd73d93014f06b9b90f0139c449a236e903e23 [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 [2020-10-26T23:10:28.321Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T23:10:28.895Z] ---> package-listing.sh [2020-10-26T23:10:28.895Z] ++ facter osfamily [2020-10-26T23:10:28.895Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-26T23:10:28.895Z] + OS_FAMILY=redhat [2020-10-26T23:10:28.895Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-10-26T23:10:28.895Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-26T23:10:28.895Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-26T23:10:28.895Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-26T23:10:28.895Z] + PACKAGES=/tmp/packages_start.txt [2020-10-26T23:10:28.895Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-10-26T23:10:28.895Z] + PACKAGES=/tmp/packages_end.txt [2020-10-26T23:10:28.895Z] + case "${OS_FAMILY}" in [2020-10-26T23:10:28.895Z] + rpm -qa [2020-10-26T23:10:28.895Z] + sort [2020-10-26T23:10:33.123Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-26T23:10:33.123Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-26T23:10:33.123Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-26T23:10:33.123Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-10-26T23:10:33.123Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-10-26T23:10:33.123Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] echo [2020-10-26T23:10:33.137Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-26T23:10:33.430Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-26T23:10:33.741Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T23:10:33.741Z] [2020-10-26T23:10:33.741Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-26T23:10:34.118Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T23:10:34.118Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-26T23:10:34.118Z] df20fa9351a1: Pulling fs layer [2020-10-26T23:10:34.118Z] 36b3adc4ff6f: Pulling fs layer [2020-10-26T23:10:34.118Z] 8ad3a11d3b57: Pulling fs layer [2020-10-26T23:10:34.118Z] 46f8f816bc3b: Pulling fs layer [2020-10-26T23:10:34.118Z] 93b61091891f: Pulling fs layer [2020-10-26T23:10:34.118Z] 93b9cdb0e59b: Pulling fs layer [2020-10-26T23:10:34.118Z] 5e14af77c1be: Pulling fs layer [2020-10-26T23:10:34.118Z] 01666e4c0597: Pulling fs layer [2020-10-26T23:10:34.118Z] aa168da1d23b: Pulling fs layer [2020-10-26T23:10:34.118Z] 46f8f816bc3b: Waiting [2020-10-26T23:10:34.118Z] 93b61091891f: Waiting [2020-10-26T23:10:34.118Z] 5e14af77c1be: Waiting [2020-10-26T23:10:34.118Z] 93b9cdb0e59b: Waiting [2020-10-26T23:10:34.118Z] aa168da1d23b: Waiting [2020-10-26T23:10:34.118Z] 01666e4c0597: Waiting [2020-10-26T23:10:34.118Z] 36b3adc4ff6f: Verifying Checksum [2020-10-26T23:10:34.118Z] 36b3adc4ff6f: Download complete [2020-10-26T23:10:34.118Z] 46f8f816bc3b: Verifying Checksum [2020-10-26T23:10:34.118Z] 46f8f816bc3b: Download complete [2020-10-26T23:10:34.118Z] df20fa9351a1: Download complete [2020-10-26T23:10:34.396Z] 93b9cdb0e59b: Verifying Checksum [2020-10-26T23:10:34.396Z] 93b9cdb0e59b: Download complete [2020-10-26T23:10:34.396Z] 5e14af77c1be: Verifying Checksum [2020-10-26T23:10:34.396Z] 5e14af77c1be: Download complete [2020-10-26T23:10:34.396Z] 93b61091891f: Verifying Checksum [2020-10-26T23:10:34.396Z] 93b61091891f: Download complete [2020-10-26T23:10:34.396Z] 01666e4c0597: Verifying Checksum [2020-10-26T23:10:34.396Z] 01666e4c0597: Download complete [2020-10-26T23:10:34.396Z] 8ad3a11d3b57: Verifying Checksum [2020-10-26T23:10:34.396Z] 8ad3a11d3b57: Download complete [2020-10-26T23:10:34.664Z] df20fa9351a1: Pull complete [2020-10-26T23:10:34.930Z] 36b3adc4ff6f: Pull complete [2020-10-26T23:10:35.886Z] 8ad3a11d3b57: Pull complete [2020-10-26T23:10:35.886Z] 46f8f816bc3b: Pull complete [2020-10-26T23:10:36.151Z] aa168da1d23b: Verifying Checksum [2020-10-26T23:10:36.151Z] aa168da1d23b: Download complete [2020-10-26T23:10:36.414Z] 93b61091891f: Pull complete [2020-10-26T23:10:36.414Z] 93b9cdb0e59b: Pull complete [2020-10-26T23:10:36.676Z] 5e14af77c1be: Pull complete [2020-10-26T23:10:36.676Z] 01666e4c0597: Pull complete [2020-10-26T23:10:43.320Z] aa168da1d23b: Pull complete [2020-10-26T23:10:43.320Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-26T23:10:43.320Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-26T23:10:43.320Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-26T23:10:43.610Z] prd-centos7-docker-4c-2g-9009 does not seem to be running inside a container [2020-10-26T23:10:43.824Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_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-lftools-log-publisher:alpine cat [2020-10-26T23:10:49.480Z] $ docker top 9858cad030d47ed3448661624309c7a09513ca7c5d667b497762646d983d1930 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-26T23:10:50.042Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-26T23:10:50.355Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-26T23:10:50.677Z] + ls /var/log/sa-host [2020-10-26T23:10:50.677Z] + sadf -c /var/log/sa-host/sa05 [2020-10-26T23:10:50.677Z] file_magic: OK [2020-10-26T23:10:50.677Z] HZ: Using current value: 100 [2020-10-26T23:10:50.677Z] file_header: OK [2020-10-26T23:10:50.677Z] 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 [2020-10-26T23:10:50.677Z] Statistics: [2020-10-26T23:10:50.677Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-26T23:10:50.677Z] File successfully converted to sysstat format version 12.2.1 [2020-10-26T23:10:50.677Z] + sadf -c /var/log/sa-host/sa26 [2020-10-26T23:10:50.677Z] file_magic: OK [2020-10-26T23:10:50.677Z] HZ: Using current value: 100 [2020-10-26T23:10:50.677Z] file_header: OK [2020-10-26T23:10:50.677Z] 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 [2020-10-26T23:10:50.677Z] Statistics: [2020-10-26T23:10:50.677Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-26T23:10:50.677Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-26T23:10:51.423Z] provisioning config files... [2020-10-26T23:10:51.444Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1540525569398123556tmp [Pipeline] { [Pipeline] echo [2020-10-26T23:10:51.522Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T23:10:51.823Z] ---> create-netrc.sh [Pipeline] } [2020-10-26T23:10:51.835Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-26T23:10:51.952Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T23:10:52.252Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-26T23:10:52.264Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T23:10:52.564Z] ---> sudo-logs.sh [2020-10-26T23:10:52.564Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-26T23:10:52.579Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T23:10:52.884Z] ---> job-cost.sh [2020-10-26T23:10:52.884Z] lf-activate-venv: SKIPPING [2020-10-26T23:10:52.884Z] INFO: No Stack... [2020-10-26T23:10:54.808Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-26T23:10:55.070Z] INFO: Archiving Costs [Pipeline] echo [2020-10-26T23:10:55.083Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-26T23:10:55.377Z] ---> logs-deploy.sh [2020-10-26T23:10:55.377Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/141 [2020-10-26T23:10:55.377Z] INFO: archiving workspace using pattern(s): [2020-10-26T23:10:57.932Z] Archives upload complete. [2020-10-26T23:10:57.932Z] INFO: archiving logs to Nexus