Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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 ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-7491 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 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e # timeout=10 Commit message: "refactor: Replace calling NewBaseResponseWithoutMessage with NewBaseResponse (#557)" > git rev-list --no-walk 02b6e43ef5ccbf3dbddfffb58acaab4da430d1ee # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-21T15:23:24.813Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-21T15:23:25.120Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-21T15:23:25.237Z] ========================================================= [2020-10-21T15:23:25.237Z] EdgeX Global Pipelines Version Info [2020-10-21T15:23:25.237Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-21T15:23:26.800Z] ------------------- [2020-10-21T15:23:26.800Z] stable info: [2020-10-21T15:23:26.800Z] ------------------- [2020-10-21T15:23:26.800Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-21T15:23:26.800Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-21T15:23:26.800Z] Message: update stable to v1.0.144 [2020-10-21T15:23:27.745Z] ------------------- [2020-10-21T15:23:27.745Z] experimental info: [2020-10-21T15:23:27.745Z] ------------------- [2020-10-21T15:23:27.745Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-21T15:23:27.745Z] Commit SHA: 0fb566d11309be12c9baf3de23def7053bac1c97 [2020-10-21T15:23:27.745Z] Message: update experimental to v1.0.146 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-21T15:23:28.154Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-10-21T15:23:28.259Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-10-21T15:23:28.357Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-21T15:23:28.535Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-21T15:23:28.635Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-21T15:23:28.758Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-21T15:23:28.882Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-21T15:23:28.989Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-21T15:23:29.120Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-21T15:23:29.259Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-21T15:23:29.396Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-21T15:23:29.510Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-10-21T15:23:29.652Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-21T15:23:29.816Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-21T15:23:29.951Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-21T15:23:30.068Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-21T15:23:30.174Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-21T15:23:30.360Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-21T15:23:30.501Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-21T15:23:30.663Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-21T15:23:30.780Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-21T15:23:30.946Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-10-21T15:23:31.056Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-21T15:23:31.165Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-21T15:23:31.264Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-21T15:23:31.376Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-21T15:23:31.496Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-21T15:23:31.613Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-21T15:23:31.717Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e [Pipeline] echo [2020-10-21T15:23:31.839Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 10e68ac [Pipeline] echo [2020-10-21T15:23:31.939Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-21T15:23:32.731Z] + git log --format=format:%s -1 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e [Pipeline] echo [2020-10-21T15:23:32.795Z] GIT_COMMIT: 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e, Commit Message: refactor: Replace calling NewBaseResponseWithoutMessage with NewBaseResponse (#557) [Pipeline] echo [2020-10-21T15:23:32.847Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-21T15:23:33.986Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-21T15:23:33.987Z] [2020-10-21T15:23:33.987Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-21T15:23:34.363Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-21T15:23:34.630Z] latest: Pulling from edgex-devops/git-semver [2020-10-21T15:23:34.630Z] 31603596830f: Pulling fs layer [2020-10-21T15:23:34.630Z] 2a8b12db71e7: Pulling fs layer [2020-10-21T15:23:34.630Z] 6ca5941a6612: Pulling fs layer [2020-10-21T15:23:34.630Z] ecc8261a40a4: Pulling fs layer [2020-10-21T15:23:34.630Z] ecc8261a40a4: Waiting [2020-10-21T15:23:34.630Z] 2a8b12db71e7: Verifying Checksum [2020-10-21T15:23:34.630Z] 2a8b12db71e7: Download complete [2020-10-21T15:23:34.630Z] 31603596830f: Verifying Checksum [2020-10-21T15:23:34.630Z] 31603596830f: Download complete [2020-10-21T15:23:34.892Z] ecc8261a40a4: Verifying Checksum [2020-10-21T15:23:34.892Z] ecc8261a40a4: Download complete [2020-10-21T15:23:34.892Z] 6ca5941a6612: Verifying Checksum [2020-10-21T15:23:34.892Z] 6ca5941a6612: Download complete [2020-10-21T15:23:34.892Z] 31603596830f: Pull complete [2020-10-21T15:23:34.892Z] 2a8b12db71e7: Pull complete [2020-10-21T15:23:35.841Z] 6ca5941a6612: Pull complete [2020-10-21T15:23:35.841Z] ecc8261a40a4: Pull complete [2020-10-21T15:23:35.841Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-21T15:23:35.841Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-21T15:23:35.841Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-21T15:23:35.944Z] prd-centos7-docker-4c-2g-7491 does not seem to be running inside a container [2020-10-21T15:23:35.998Z] $ 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-21T15:23:38.456Z] $ docker top f6b2da83d0654f73fcb7f91f2462b0ad5bea4729e26f0105040e4baebaadb901 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-21T15:23:39.005Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-21T15:23:39.005Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-21T15:23:39.177Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-21T15:23:39.183Z] $ docker exec f6b2da83d0654f73fcb7f91f2462b0ad5bea4729e26f0105040e4baebaadb901 ssh-agent [2020-10-21T15:23:39.331Z] SSH_AUTH_SOCK=/tmp/ssh-f27xd8vzXpxs/agent.11 [2020-10-21T15:23:39.331Z] SSH_AGENT_PID=16 [2020-10-21T15:23:39.342Z] Running ssh-add (command line suppressed) [2020-10-21T15:23:39.454Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6749455224211420188.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6749455224211420188.key) [2020-10-21T15:23:39.502Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-21T15:23:39.883Z] + git tag --points-at HEAD [Pipeline] } [2020-10-21T15:23:39.904Z] $ docker exec --env ******** --env ******** f6b2da83d0654f73fcb7f91f2462b0ad5bea4729e26f0105040e4baebaadb901 ssh-agent -k [2020-10-21T15:23:40.010Z] unset SSH_AUTH_SOCK; [2020-10-21T15:23:40.011Z] unset SSH_AGENT_PID; [2020-10-21T15:23:40.011Z] echo Agent pid 16 killed; [2020-10-21T15:23:40.049Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-21T15:23:40.260Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-21T15:23:40.260Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-21T15:23:40.414Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-21T15:23:40.420Z] $ docker exec f6b2da83d0654f73fcb7f91f2462b0ad5bea4729e26f0105040e4baebaadb901 ssh-agent [2020-10-21T15:23:40.578Z] SSH_AUTH_SOCK=/tmp/ssh-MGlYhOjJcQAa/agent.45 [2020-10-21T15:23:40.578Z] SSH_AGENT_PID=50 [2020-10-21T15:23:40.587Z] Running ssh-add (command line suppressed) [2020-10-21T15:23:40.702Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5294087457119772557.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5294087457119772557.key) [2020-10-21T15:23:40.745Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-21T15:23:41.115Z] + git semver init [2020-10-21T15:23:41.115Z] # -> Open(): unable to determine branch for HEAD [2020-10-21T15:23:41.115Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-21T15:23:41.115Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-21T15:23:41.115Z] # $SEMVER_REMOTE_NAME = origin [2020-10-21T15:23:41.115Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-21T15:23:41.115Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-21T15:23:41.115Z] # $SEMVER_BRANCH = master [2020-10-21T15:23:41.115Z] # $SEMVER_TEMP = /tmp/semver-524186364 [2020-10-21T15:23:41.115Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-10-21T15:23:43.676Z] # '/tmp/semver-524186364' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-10-21T15:23:43.676Z] # -> Force: false [2020-10-21T15:23:43.676Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-10-21T15:23:43.694Z] $ docker exec --env ******** --env ******** f6b2da83d0654f73fcb7f91f2462b0ad5bea4729e26f0105040e4baebaadb901 ssh-agent -k [2020-10-21T15:23:43.799Z] unset SSH_AUTH_SOCK; [2020-10-21T15:23:43.800Z] unset SSH_AGENT_PID; [2020-10-21T15:23:43.800Z] echo Agent pid 50 killed; [2020-10-21T15:23:43.840Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-21T15:23:44.383Z] + git semver [Pipeline] } [2020-10-21T15:23:44.407Z] $ docker stop --time=1 f6b2da83d0654f73fcb7f91f2462b0ad5bea4729e26f0105040e4baebaadb901 [2020-10-21T15:23:45.859Z] $ docker rm -f f6b2da83d0654f73fcb7f91f2462b0ad5bea4729e26f0105040e4baebaadb901 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-21T15:23:46.362Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-21T15:23:46.957Z] Stashed 1 file(s) [Pipeline] echo [2020-10-21T15:23:46.959Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.47 [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-21T15:24:02.664Z] Still waiting to schedule task [2020-10-21T15:24:02.664Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-21T15:24:02.667Z] Still waiting to schedule task [2020-10-21T15:24:02.667Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-21T15:25:48.716Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-7493 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-21T15:25:48.824Z] Running in /w/workspace/app-functions-sdk-go/135 [Pipeline] { [Pipeline] checkout [2020-10-21T15:25:53.758Z] using credential edgex-jenkins-ssh [2020-10-21T15:25:53.832Z] Cloning the remote Git repository [2020-10-21T15:25:53.893Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-21T15:25:54.006Z] > git init /w/workspace/app-functions-sdk-go/135 # timeout=10 [2020-10-21T15:25:54.079Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-21T15:25:54.080Z] > git --version # timeout=10 [2020-10-21T15:25:54.108Z] > git --version # 'git version 2.17.1' [2020-10-21T15:25:54.111Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-21T15:25:54.175Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-21T15:25:57.733Z] Checking out Revision 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e (master) [2020-10-21T15:25:57.112Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-21T15:25:57.128Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-21T15:25:57.165Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-21T15:25:57.203Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-21T15:25:57.204Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-21T15:25:57.224Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-21T15:25:57.758Z] > git config core.sparsecheckout # timeout=10 [2020-10-21T15:25:57.779Z] > git checkout -f 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e # timeout=10 [2020-10-21T15:26:02.409Z] Commit message: "refactor: Replace calling NewBaseResponseWithoutMessage with NewBaseResponse (#557)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-21T15:26:03.771Z] ========================================================= [2020-10-21T15:26:03.771Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-21T15:26:03.771Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-21T15:26:04.859Z] + 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-21T15:26:05.852Z] Sending build context to Docker daemon 19.13MB [2020-10-21T15:26:05.852Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-21T15:26:05.852Z] Step 2/8 : FROM ${BASE} [2020-10-21T15:26:06.126Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-21T15:26:06.126Z] b538f80385f9: Pulling fs layer [2020-10-21T15:26:06.126Z] 74f711af9a0d: Pulling fs layer [2020-10-21T15:26:06.126Z] 99f96fe45779: Pulling fs layer [2020-10-21T15:26:06.126Z] 8529a6b9a6be: Pulling fs layer [2020-10-21T15:26:06.126Z] 45590311c82a: Pulling fs layer [2020-10-21T15:26:06.126Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-21T15:26:06.126Z] 209524e5b208: Pulling fs layer [2020-10-21T15:26:06.126Z] 8529a6b9a6be: Waiting [2020-10-21T15:26:06.126Z] 45590311c82a: Waiting [2020-10-21T15:26:06.126Z] 69ca0ff8b7b3: Waiting [2020-10-21T15:26:06.126Z] 209524e5b208: Waiting [2020-10-21T15:26:06.126Z] 99f96fe45779: Download complete [2020-10-21T15:26:06.126Z] 74f711af9a0d: Verifying Checksum [2020-10-21T15:26:06.126Z] 74f711af9a0d: Download complete [2020-10-21T15:26:06.126Z] 45590311c82a: Verifying Checksum [2020-10-21T15:26:06.126Z] 45590311c82a: Download complete [2020-10-21T15:26:06.403Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-21T15:26:06.403Z] 69ca0ff8b7b3: Download complete [2020-10-21T15:26:06.403Z] b538f80385f9: Download complete [2020-10-21T15:26:07.389Z] b538f80385f9: Pull complete [2020-10-21T15:26:07.999Z] 74f711af9a0d: Pull complete [2020-10-21T15:26:08.274Z] 99f96fe45779: Pull complete [2020-10-21T15:26:09.258Z] 209524e5b208: Verifying Checksum [2020-10-21T15:26:09.258Z] 209524e5b208: Download complete [2020-10-21T15:26:10.706Z] 8529a6b9a6be: Verifying Checksum [2020-10-21T15:26:10.706Z] 8529a6b9a6be: Download complete [2020-10-21T15:26:20.910Z] 8529a6b9a6be: Pull complete [2020-10-21T15:26:20.910Z] 45590311c82a: Pull complete [2020-10-21T15:26:21.186Z] 69ca0ff8b7b3: Pull complete [2020-10-21T15:26:25.528Z] 209524e5b208: Pull complete [2020-10-21T15:26:25.528Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-21T15:26:25.528Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-21T15:26:25.528Z] ---> 5bddaf1c2fca [2020-10-21T15:26:25.528Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-21T15:26:25.528Z] latest: Pulling from library/docker [2020-10-21T15:26:25.803Z] b538f80385f9: Already exists [2020-10-21T15:26:25.803Z] 259a493cd78d: Pulling fs layer [2020-10-21T15:26:25.803Z] b8e66b5100f5: Pulling fs layer [2020-10-21T15:26:25.803Z] 203964748c9f: Pulling fs layer [2020-10-21T15:26:25.803Z] d6fc4445224b: Pulling fs layer [2020-10-21T15:26:25.803Z] 5ea39d09386c: Pulling fs layer [2020-10-21T15:26:25.803Z] 78a785fe32a7: Pulling fs layer [2020-10-21T15:26:25.803Z] d6fc4445224b: Waiting [2020-10-21T15:26:25.803Z] 5ea39d09386c: Waiting [2020-10-21T15:26:25.803Z] 78a785fe32a7: Waiting [2020-10-21T15:26:25.803Z] b8e66b5100f5: Verifying Checksum [2020-10-21T15:26:25.803Z] b8e66b5100f5: Download complete [2020-10-21T15:26:25.803Z] 259a493cd78d: Verifying Checksum [2020-10-21T15:26:25.803Z] 259a493cd78d: Download complete [2020-10-21T15:26:26.079Z] d6fc4445224b: Verifying Checksum [2020-10-21T15:26:26.079Z] d6fc4445224b: Download complete [2020-10-21T15:26:26.079Z] 5ea39d09386c: Verifying Checksum [2020-10-21T15:26:26.079Z] 5ea39d09386c: Download complete [2020-10-21T15:26:26.079Z] 78a785fe32a7: Download complete [2020-10-21T15:26:26.675Z] 259a493cd78d: Pull complete [2020-10-21T15:26:26.955Z] b8e66b5100f5: Pull complete [2020-10-21T15:26:27.229Z] 203964748c9f: Verifying Checksum [2020-10-21T15:26:27.229Z] 203964748c9f: Download complete [2020-10-21T15:26:30.642Z] 203964748c9f: Pull complete [2020-10-21T15:26:30.917Z] d6fc4445224b: Pull complete [2020-10-21T15:26:31.511Z] 5ea39d09386c: Pull complete [2020-10-21T15:26:31.800Z] 78a785fe32a7: Pull complete [2020-10-21T15:26:31.800Z] Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 [2020-10-21T15:26:31.800Z] Status: Downloaded newer image for docker:latest [2020-10-21T15:26:38.528Z] ---> 6fe23355deae [2020-10-21T15:26:38.528Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-21T15:26:38.528Z] ---> Running in 97aa374cdefa [2020-10-21T15:26:38.528Z] Removing intermediate container 97aa374cdefa [2020-10-21T15:26:38.528Z] ---> 65e672cdab91 [2020-10-21T15:26:38.528Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-21T15:26:38.528Z] ---> Running in 53e754b4ea0f [2020-10-21T15:26:39.967Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-21T15:26:40.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-21T15:26:41.537Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-21T15:26:41.537Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-21T15:26:41.812Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-21T15:26:41.812Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-21T15:26:41.812Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-21T15:26:42.085Z] Executing busybox-1.31.1-r16.trigger [2020-10-21T15:26:42.085Z] OK: 144 MiB in 44 packages [2020-10-21T15:26:43.528Z] Removing intermediate container 53e754b4ea0f [2020-10-21T15:26:43.528Z] ---> 6752cf5c4f8b [2020-10-21T15:26:43.528Z] Step 6/8 : WORKDIR /build [2020-10-21T15:26:43.801Z] ---> Running in 610edeec68ac [2020-10-21T15:26:44.079Z] Removing intermediate container 610edeec68ac [2020-10-21T15:26:44.079Z] ---> a13912402b88 [2020-10-21T15:26:44.079Z] Step 7/8 : COPY go.mod . [2020-10-21T15:26:45.096Z] ---> 18b429300f53 [2020-10-21T15:26:45.096Z] Step 8/8 : RUN go mod download [2020-10-21T15:26:45.096Z] ---> Running in 32e0ad45e930 [2020-10-21T15:27:17.461Z] Removing intermediate container 32e0ad45e930 [2020-10-21T15:27:17.461Z] ---> 4e9b757c2b3f [2020-10-21T15:27:17.461Z] Successfully built 4e9b757c2b3f [2020-10-21T15:27:17.461Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-21T15:27:17.867Z] + docker inspect -f . ci-base-image-arm64 [2020-10-21T15:27:17.867Z] . [Pipeline] withDockerContainer [2020-10-21T15:27:18.146Z] prd-ubuntu18.04-docker-arm64-4c-16g-7493 does not seem to be running inside a container [2020-10-21T15:27:18.233Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/135 -v /w/workspace/app-functions-sdk-go/135:/w/workspace/app-functions-sdk-go/135:rw,z -v /w/workspace/app-functions-sdk-go/135@tmp:/w/workspace/app-functions-sdk-go/135@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-21T15:27:20.113Z] $ docker top 8774ee674f4d8aa5b6defe05ac5b5d2568a4b9b00549506b6180f4b649a3c8df -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-21T15:27:21.557Z] + go version [2020-10-21T15:27:21.557Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-21T15:27:21.582Z] $ docker stop --time=1 8774ee674f4d8aa5b6defe05ac5b5d2568a4b9b00549506b6180f4b649a3c8df [2020-10-21T15:27:23.590Z] $ docker rm -f 8774ee674f4d8aa5b6defe05ac5b5d2568a4b9b00549506b6180f4b649a3c8df [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] } [2020-10-21T15:27:40.647Z] Running on prd-centos7-docker-4c-2g-7499 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-21T15:27:40.711Z] Running in /w/workspace/app-functions-sdk-go/135 [Pipeline] { [Pipeline] checkout [2020-10-21T15:27:43.183Z] using credential edgex-jenkins-ssh [2020-10-21T15:27:43.239Z] Cloning the remote Git repository [2020-10-21T15:27:43.145Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-21T15:27:43.246Z] > git init /w/workspace/app-functions-sdk-go/135 # timeout=10 [2020-10-21T15:27:43.305Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-21T15:27:43.306Z] > git --version # timeout=10 [2020-10-21T15:27:43.312Z] > git --version # 'git version 2.16.5' [2020-10-21T15:27:43.313Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-21T15:27:43.339Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-21T15:27:45.152Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-21T15:27:45.163Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-21T15:27:45.174Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-21T15:27:45.191Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-21T15:27:45.191Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-21T15:27:45.197Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-21T15:27:45.562Z] Checking out Revision 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e (master) [2020-10-21T15:27:45.572Z] > git config core.sparsecheckout # timeout=10 [2020-10-21T15:27:45.577Z] > git checkout -f 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e # timeout=10 [2020-10-21T15:27:49.170Z] Commit message: "refactor: Replace calling NewBaseResponseWithoutMessage with NewBaseResponse (#557)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-21T15:27:50.295Z] ========================================================= [2020-10-21T15:27:50.295Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-21T15:27:50.295Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-21T15:27:51.064Z] + 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-21T15:27:52.007Z] Sending build context to Docker daemon 19.13MB [2020-10-21T15:27:52.007Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-21T15:27:52.007Z] Step 2/8 : FROM ${BASE} [2020-10-21T15:27:52.007Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-21T15:27:52.007Z] df20fa9351a1: Pulling fs layer [2020-10-21T15:27:52.007Z] ed8968b2872e: Pulling fs layer [2020-10-21T15:27:52.007Z] a92cc7c5fd73: Pulling fs layer [2020-10-21T15:27:52.007Z] e871e8e8d7a9: Pulling fs layer [2020-10-21T15:27:52.007Z] e73272ec9a57: Pulling fs layer [2020-10-21T15:27:52.007Z] 1e910a182e73: Pulling fs layer [2020-10-21T15:27:52.007Z] 4e634b169226: Pulling fs layer [2020-10-21T15:27:52.007Z] e73272ec9a57: Waiting [2020-10-21T15:27:52.007Z] 1e910a182e73: Waiting [2020-10-21T15:27:52.007Z] 4e634b169226: Waiting [2020-10-21T15:27:52.007Z] e871e8e8d7a9: Waiting [2020-10-21T15:27:52.007Z] a92cc7c5fd73: Verifying Checksum [2020-10-21T15:27:52.007Z] a92cc7c5fd73: Download complete [2020-10-21T15:27:52.007Z] ed8968b2872e: Download complete [2020-10-21T15:27:52.007Z] e73272ec9a57: Verifying Checksum [2020-10-21T15:27:52.007Z] e73272ec9a57: Download complete [2020-10-21T15:27:52.007Z] 1e910a182e73: Verifying Checksum [2020-10-21T15:27:52.007Z] 1e910a182e73: Download complete [2020-10-21T15:27:52.007Z] df20fa9351a1: Verifying Checksum [2020-10-21T15:27:52.007Z] df20fa9351a1: Download complete [2020-10-21T15:27:52.271Z] df20fa9351a1: Pull complete [2020-10-21T15:27:52.532Z] ed8968b2872e: Pull complete [2020-10-21T15:27:52.532Z] a92cc7c5fd73: Pull complete [2020-10-21T15:27:54.452Z] 4e634b169226: Verifying Checksum [2020-10-21T15:27:54.452Z] 4e634b169226: Download complete [2020-10-21T15:27:55.035Z] e871e8e8d7a9: Verifying Checksum [2020-10-21T15:27:55.035Z] e871e8e8d7a9: Download complete [2020-10-21T15:28:00.350Z] e871e8e8d7a9: Pull complete [2020-10-21T15:28:00.350Z] e73272ec9a57: Pull complete [2020-10-21T15:28:00.350Z] 1e910a182e73: Pull complete [2020-10-21T15:28:04.563Z] 4e634b169226: Pull complete [2020-10-21T15:28:04.563Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-21T15:28:04.563Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-21T15:28:04.563Z] ---> f7629b54cfaa [2020-10-21T15:28:04.563Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-21T15:28:04.563Z] latest: Pulling from library/docker [2020-10-21T15:28:04.827Z] df20fa9351a1: Already exists [2020-10-21T15:28:04.827Z] 25ad7478873d: Pulling fs layer [2020-10-21T15:28:04.827Z] 4684f6177b5d: Pulling fs layer [2020-10-21T15:28:04.827Z] 206f78d23536: Pulling fs layer [2020-10-21T15:28:04.827Z] cee0542293f3: Pulling fs layer [2020-10-21T15:28:04.827Z] d951dd9fd09f: Pulling fs layer [2020-10-21T15:28:04.827Z] dce9c88c04bd: Pulling fs layer [2020-10-21T15:28:04.827Z] cee0542293f3: Waiting [2020-10-21T15:28:04.827Z] d951dd9fd09f: Waiting [2020-10-21T15:28:04.827Z] dce9c88c04bd: Waiting [2020-10-21T15:28:04.827Z] 4684f6177b5d: Verifying Checksum [2020-10-21T15:28:04.827Z] 4684f6177b5d: Download complete [2020-10-21T15:28:05.090Z] 25ad7478873d: Download complete [2020-10-21T15:28:05.355Z] d951dd9fd09f: Verifying Checksum [2020-10-21T15:28:05.355Z] d951dd9fd09f: Download complete [2020-10-21T15:28:05.355Z] dce9c88c04bd: Verifying Checksum [2020-10-21T15:28:05.355Z] dce9c88c04bd: Download complete [2020-10-21T15:28:05.619Z] 25ad7478873d: Pull complete [2020-10-21T15:28:05.620Z] 4684f6177b5d: Pull complete [2020-10-21T15:28:05.883Z] 206f78d23536: Download complete [2020-10-21T15:28:05.883Z] cee0542293f3: Verifying Checksum [2020-10-21T15:28:05.883Z] cee0542293f3: Download complete [2020-10-21T15:28:08.455Z] 206f78d23536: Pull complete [2020-10-21T15:28:08.455Z] cee0542293f3: Pull complete [2020-10-21T15:28:08.455Z] d951dd9fd09f: Pull complete [2020-10-21T15:28:08.455Z] dce9c88c04bd: Pull complete [2020-10-21T15:28:08.455Z] Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 [2020-10-21T15:28:08.455Z] Status: Downloaded newer image for docker:latest [2020-10-21T15:28:09.853Z] ---> 8722b4b1a616 [2020-10-21T15:28:09.853Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-21T15:28:09.853Z] ---> Running in c5e4d54bc07e [2020-10-21T15:28:10.116Z] Removing intermediate container c5e4d54bc07e [2020-10-21T15:28:10.116Z] ---> c78639271885 [2020-10-21T15:28:10.116Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-21T15:28:10.116Z] ---> Running in 53e7f6152488 [2020-10-21T15:28:11.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-21T15:28:12.008Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-21T15:28:12.583Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-21T15:28:12.583Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-21T15:28:12.583Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-21T15:28:12.846Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-21T15:28:12.846Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-21T15:28:12.846Z] Executing busybox-1.31.1-r16.trigger [2020-10-21T15:28:12.846Z] OK: 167 MiB in 44 packages [2020-10-21T15:28:13.417Z] Removing intermediate container 53e7f6152488 [2020-10-21T15:28:13.417Z] ---> 01cd8af0866a [2020-10-21T15:28:13.417Z] Step 6/8 : WORKDIR /build [2020-10-21T15:28:13.684Z] ---> Running in c2675285853b [2020-10-21T15:28:13.684Z] Removing intermediate container c2675285853b [2020-10-21T15:28:13.684Z] ---> 8e3f193065a8 [2020-10-21T15:28:13.684Z] Step 7/8 : COPY go.mod . [2020-10-21T15:28:13.945Z] ---> be47f003cdcb [2020-10-21T15:28:13.945Z] Step 8/8 : RUN go mod download [2020-10-21T15:28:13.945Z] ---> Running in e85f182849d8 [2020-10-21T15:28:40.548Z] Removing intermediate container e85f182849d8 [2020-10-21T15:28:40.548Z] ---> 5a65c27c9120 [2020-10-21T15:28:40.548Z] Successfully built 5a65c27c9120 [2020-10-21T15:28:40.548Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-21T15:28:40.895Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-21T15:28:40.895Z] . [Pipeline] withDockerContainer [2020-10-21T15:28:41.084Z] prd-centos7-docker-4c-2g-7499 does not seem to be running inside a container [2020-10-21T15:28:41.200Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/135 -v /w/workspace/app-functions-sdk-go/135:/w/workspace/app-functions-sdk-go/135:rw,z -v /w/workspace/app-functions-sdk-go/135@tmp:/w/workspace/app-functions-sdk-go/135@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-21T15:28:41.843Z] $ docker top 33307528670abae71b62d01c9212fef618d2a21ed58ac9817bb8fc320675fd68 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-21T15:28:42.351Z] + go version [2020-10-21T15:28:42.351Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-21T15:28:42.369Z] $ docker stop --time=1 33307528670abae71b62d01c9212fef618d2a21ed58ac9817bb8fc320675fd68 [2020-10-21T15:28:43.697Z] $ docker rm -f 33307528670abae71b62d01c9212fef618d2a21ed58ac9817bb8fc320675fd68 [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-21T15:28:46.996Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-21T15:28:46.998Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-21T15:28:47.094Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-21T15:28:47.444Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-21T15:28:47.444Z] [2020-10-21T15:28:47.444Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-21T15:28:47.849Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-21T15:28:48.118Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-21T15:28:48.118Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-21T15:28:48.118Z] 408f87550127: Pulling fs layer [2020-10-21T15:28:48.118Z] fe522b08c979: Pulling fs layer [2020-10-21T15:28:48.118Z] 221eaa008020: Pulling fs layer [2020-10-21T15:28:48.118Z] 2a4607e5d6b9: Pulling fs layer [2020-10-21T15:28:48.118Z] 8f79b27c4fd2: Pulling fs layer [2020-10-21T15:28:48.118Z] e5c8dbe1645b: Pulling fs layer [2020-10-21T15:28:48.118Z] 23e8b3b47431: Pulling fs layer [2020-10-21T15:28:48.118Z] 5c568d65a230: Pulling fs layer [2020-10-21T15:28:48.118Z] 221eaa008020: Waiting [2020-10-21T15:28:48.118Z] e5c8dbe1645b: Waiting [2020-10-21T15:28:48.118Z] 2a4607e5d6b9: Waiting [2020-10-21T15:28:48.118Z] 23e8b3b47431: Waiting [2020-10-21T15:28:48.118Z] 5c568d65a230: Waiting [2020-10-21T15:28:48.118Z] 8f79b27c4fd2: Waiting [2020-10-21T15:28:48.118Z] fe522b08c979: Verifying Checksum [2020-10-21T15:28:48.118Z] fe522b08c979: Download complete [2020-10-21T15:28:48.118Z] 408f87550127: Verifying Checksum [2020-10-21T15:28:48.118Z] 408f87550127: Download complete [2020-10-21T15:28:48.118Z] 2a4607e5d6b9: Verifying Checksum [2020-10-21T15:28:48.118Z] 2a4607e5d6b9: Download complete [2020-10-21T15:28:48.118Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-21T15:28:48.118Z] cbdbe7a5bc2a: Download complete [2020-10-21T15:28:48.118Z] 8f79b27c4fd2: Verifying Checksum [2020-10-21T15:28:48.118Z] 8f79b27c4fd2: Download complete [2020-10-21T15:28:48.381Z] cbdbe7a5bc2a: Pull complete [2020-10-21T15:28:48.642Z] 408f87550127: Pull complete [2020-10-21T15:28:48.642Z] fe522b08c979: Pull complete [2020-10-21T15:28:49.215Z] e5c8dbe1645b: Verifying Checksum [2020-10-21T15:28:49.215Z] e5c8dbe1645b: Download complete [2020-10-21T15:28:49.797Z] 23e8b3b47431: Verifying Checksum [2020-10-21T15:28:49.797Z] 23e8b3b47431: Download complete [2020-10-21T15:28:50.058Z] 5c568d65a230: Verifying Checksum [2020-10-21T15:28:50.058Z] 5c568d65a230: Download complete [2020-10-21T15:28:51.008Z] 221eaa008020: Download complete [2020-10-21T15:28:56.312Z] 221eaa008020: Pull complete [2020-10-21T15:28:56.312Z] 2a4607e5d6b9: Pull complete [2020-10-21T15:28:56.312Z] 8f79b27c4fd2: Pull complete [2020-10-21T15:28:57.705Z] e5c8dbe1645b: Pull complete [2020-10-21T15:29:01.017Z] 23e8b3b47431: Pull complete [2020-10-21T15:29:02.406Z] 5c568d65a230: Pull complete [2020-10-21T15:29:02.406Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-21T15:29:02.406Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-21T15:29:02.406Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-21T15:29:02.604Z] prd-centos7-docker-4c-2g-7491 does not seem to be running inside a container [2020-10-21T15:29:02.650Z] $ 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-21T15:29:03.927Z] $ docker top 76ca0aa1130858d788cc75f778275a5f241d00c20003cf528a84a3263b049599 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-21T15:29:04.433Z] + snyk monitor '--org=edgex-jenkins' [2020-10-21T15:29:22.566Z] [2020-10-21T15:29:22.566Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-10-21T15:29:22.566Z] [2020-10-21T15:29:22.566Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/43b66283-6d89-4fa4-b254-5e6341462568 [2020-10-21T15:29:22.566Z] [2020-10-21T15:29:22.566Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-21T15:29:22.566Z] [2020-10-21T15:29:22.566Z] [2020-10-21T15:29:22.566Z] Snyk CLI supports Node.js 8 and higher. [2020-10-21T15:29:22.566Z] 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-21T15:29:22.566Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-21T15:29:22.566Z] [2020-10-21T15:29:22.566Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-21T15:29:22.566Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-21T15:29:22.566Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-21T15:29:22.566Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-21T15:29:22.584Z] $ docker stop --time=1 76ca0aa1130858d788cc75f778275a5f241d00c20003cf528a84a3263b049599 [2020-10-21T15:29:27.383Z] $ docker rm -f 76ca0aa1130858d788cc75f778275a5f241d00c20003cf528a84a3263b049599 [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-21T15:29:28.809Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-21T15:29:28.866Z] provisioning config files... [2020-10-21T15:29:28.877Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1480779481906512110tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-21T15:29:29.334Z] --> edgex-publish-swagger.sh [2020-10-21T15:29:29.334Z] === Publish openapi/v2 API === [2020-10-21T15:29:29.334Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-21T15:29:29.334Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-10-21T15:29:29.334Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-21T15:29:29.334Z] Dload Upload Total Spent Left Speed [2020-10-21T15:29:30.727Z] 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 10654 0:00:01 0:00:01 --:--:-- 10658 100 13025 0 0 100 13025 0 10653 0:00:01 0:00:01 --:--:-- 10650 [2020-10-21T15:29:30.727Z] [2020-10-21T15:29:30.727Z] [Pipeline] } [2020-10-21T15:29:30.736Z] 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-21T15:29:31.764Z] + git log --format=format:%s -1 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e [Pipeline] isUnix [Pipeline] sh [2020-10-21T15:29:32.070Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-21T15:29:32.070Z] . [Pipeline] withDockerContainer [2020-10-21T15:29:32.161Z] prd-centos7-docker-4c-2g-7491 does not seem to be running inside a container [2020-10-21T15:29:32.204Z] $ 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-21T15:29:32.762Z] $ docker top c79100fd241860f41796ea7c8533941e802ec9345418fcff0b593963b42c02dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-21T15:29:33.076Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-21T15:29:33.076Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-21T15:29:33.265Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-21T15:29:33.271Z] $ docker exec c79100fd241860f41796ea7c8533941e802ec9345418fcff0b593963b42c02dd ssh-agent [2020-10-21T15:29:33.420Z] SSH_AUTH_SOCK=/tmp/ssh-39SYBtI2Tpni/agent.11 [2020-10-21T15:29:33.420Z] SSH_AGENT_PID=17 [2020-10-21T15:29:33.426Z] Running ssh-add (command line suppressed) [2020-10-21T15:29:33.552Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8145372255741793802.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8145372255741793802.key) [2020-10-21T15:29:33.595Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-21T15:29:33.934Z] + git semver tag [2020-10-21T15:29:33.934Z] # -> Open(): unable to determine branch for HEAD [2020-10-21T15:29:33.934Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-21T15:29:33.934Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-21T15:29:33.934Z] # $SEMVER_REMOTE_NAME = origin [2020-10-21T15:29:33.934Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-21T15:29:33.934Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-21T15:29:33.934Z] # $SEMVER_BRANCH = master [2020-10-21T15:29:33.934Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-10-21T15:29:33.934Z] # 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e HEAD [2020-10-21T15:29:33.934Z] # -> Force: false [2020-10-21T15:29:33.934Z] # 095e830d81b307cfed9af6d623450cb28a368fe2 refs/tags/v1.2.1-dev.47 [Pipeline] } [2020-10-21T15:29:33.946Z] $ docker exec --env ******** --env ******** c79100fd241860f41796ea7c8533941e802ec9345418fcff0b593963b42c02dd ssh-agent -k [2020-10-21T15:29:34.051Z] unset SSH_AUTH_SOCK; [2020-10-21T15:29:34.051Z] unset SSH_AGENT_PID; [2020-10-21T15:29:34.051Z] echo Agent pid 17 killed; [2020-10-21T15:29:34.090Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-21T15:29:34.617Z] + git semver [Pipeline] } [2020-10-21T15:29:34.633Z] $ docker stop --time=1 c79100fd241860f41796ea7c8533941e802ec9345418fcff0b593963b42c02dd [2020-10-21T15:29:35.947Z] $ docker rm -f c79100fd241860f41796ea7c8533941e802ec9345418fcff0b593963b42c02dd [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-21T15:29:36.575Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-21T15:29:36.575Z] [2020-10-21T15:29:36.575Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-21T15:29:36.921Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-21T15:29:36.921Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-21T15:29:36.921Z] ab5ef0e58194: Pulling fs layer [2020-10-21T15:29:36.921Z] 9712f1f96733: Pulling fs layer [2020-10-21T15:29:36.921Z] 63f879dbbcfc: Pulling fs layer [2020-10-21T15:29:36.921Z] 0d9ebad4ef96: Pulling fs layer [2020-10-21T15:29:36.921Z] e9a5061849ea: Pulling fs layer [2020-10-21T15:29:36.921Z] d747dcd14b5f: Pulling fs layer [2020-10-21T15:29:36.921Z] 2de7ff778b66: Pulling fs layer [2020-10-21T15:29:36.921Z] 0d9ebad4ef96: Waiting [2020-10-21T15:29:36.921Z] e9a5061849ea: Waiting [2020-10-21T15:29:36.921Z] d747dcd14b5f: Waiting [2020-10-21T15:29:36.921Z] 2de7ff778b66: Waiting [2020-10-21T15:29:36.922Z] 9712f1f96733: Download complete [2020-10-21T15:29:38.837Z] 63f879dbbcfc: Verifying Checksum [2020-10-21T15:29:38.837Z] 63f879dbbcfc: Download complete [2020-10-21T15:29:38.837Z] e9a5061849ea: Verifying Checksum [2020-10-21T15:29:38.837Z] e9a5061849ea: Download complete [2020-10-21T15:29:38.837Z] d747dcd14b5f: Verifying Checksum [2020-10-21T15:29:38.837Z] d747dcd14b5f: Download complete [2020-10-21T15:29:39.099Z] 0d9ebad4ef96: Verifying Checksum [2020-10-21T15:29:39.099Z] 0d9ebad4ef96: Download complete [2020-10-21T15:29:39.367Z] 2de7ff778b66: Verifying Checksum [2020-10-21T15:29:39.367Z] 2de7ff778b66: Download complete [2020-10-21T15:29:39.367Z] ab5ef0e58194: Verifying Checksum [2020-10-21T15:29:39.367Z] ab5ef0e58194: Download complete [2020-10-21T15:29:42.680Z] ab5ef0e58194: Pull complete [2020-10-21T15:29:42.680Z] 9712f1f96733: Pull complete [2020-10-21T15:29:46.128Z] 63f879dbbcfc: Pull complete [2020-10-21T15:29:52.753Z] 0d9ebad4ef96: Pull complete [2020-10-21T15:29:52.753Z] e9a5061849ea: Pull complete [2020-10-21T15:29:52.753Z] d747dcd14b5f: Pull complete [2020-10-21T15:29:56.960Z] 2de7ff778b66: Pull complete [2020-10-21T15:29:56.960Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-21T15:29:56.960Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-21T15:29:56.960Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-21T15:29:57.095Z] prd-centos7-docker-4c-2g-7491 does not seem to be running inside a container [2020-10-21T15:29:57.134Z] $ 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-21T15:30:00.213Z] $ docker top c460d8e7d90c5e435eed953150be1efd1a87c68218b8fe5be435cfb95923d24c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-21T15:30:00.423Z] provisioning config files... [2020-10-21T15:30:00.431Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1945148212347629551tmp [2020-10-21T15:30:00.444Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config89671231940775687tmp [2020-10-21T15:30:00.456Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5977120857235954792tmp [Pipeline] { [Pipeline] echo [2020-10-21T15:30:00.523Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-21T15:30:00.812Z] ---> sigul-configuration.sh [2020-10-21T15:30:00.812Z] gpg: directory `/root/.gnupg' created [2020-10-21T15:30:00.812Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-21T15:30:00.812Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-21T15:30:00.812Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-21T15:30:00.812Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-21T15:30:00.812Z] gpg: CAST5 encrypted data [2020-10-21T15:30:01.074Z] gpg: encrypted with 1 passphrase [2020-10-21T15:30:01.074Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-21T15:30:01.365Z] + mkdir /home/jenkins [2020-10-21T15:30:01.366Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-21T15:30:01.686Z] + 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-21T15:30:01.701Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-21T15:30:02.011Z] ---> sigul-install.sh [2020-10-21T15:30:14.308Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-21T15:30:14.606Z] + git tag --list [2020-10-21T15:30:14.606Z] v0.1.0 [2020-10-21T15:30:14.606Z] v0.1.1 [2020-10-21T15:30:14.606Z] v1.0.0 [2020-10-21T15:30:14.606Z] v1.1.0 [2020-10-21T15:30:14.606Z] v1.2.0 [2020-10-21T15:30:14.606Z] v1.2.1-dev.1 [2020-10-21T15:30:14.606Z] v1.2.1-dev.10 [2020-10-21T15:30:14.606Z] v1.2.1-dev.11 [2020-10-21T15:30:14.606Z] v1.2.1-dev.12 [2020-10-21T15:30:14.606Z] v1.2.1-dev.13 [2020-10-21T15:30:14.606Z] v1.2.1-dev.14 [2020-10-21T15:30:14.606Z] v1.2.1-dev.15 [2020-10-21T15:30:14.606Z] v1.2.1-dev.16 [2020-10-21T15:30:14.606Z] v1.2.1-dev.17 [2020-10-21T15:30:14.606Z] v1.2.1-dev.18 [2020-10-21T15:30:14.606Z] v1.2.1-dev.19 [2020-10-21T15:30:14.606Z] v1.2.1-dev.2 [2020-10-21T15:30:14.606Z] v1.2.1-dev.20 [2020-10-21T15:30:14.606Z] v1.2.1-dev.21 [2020-10-21T15:30:14.606Z] v1.2.1-dev.22 [2020-10-21T15:30:14.606Z] v1.2.1-dev.23 [2020-10-21T15:30:14.606Z] v1.2.1-dev.24 [2020-10-21T15:30:14.606Z] v1.2.1-dev.25 [2020-10-21T15:30:14.606Z] v1.2.1-dev.26 [2020-10-21T15:30:14.606Z] v1.2.1-dev.27 [2020-10-21T15:30:14.606Z] v1.2.1-dev.28 [2020-10-21T15:30:14.606Z] v1.2.1-dev.29 [2020-10-21T15:30:14.606Z] v1.2.1-dev.3 [2020-10-21T15:30:14.606Z] v1.2.1-dev.30 [2020-10-21T15:30:14.606Z] v1.2.1-dev.31 [2020-10-21T15:30:14.606Z] v1.2.1-dev.32 [2020-10-21T15:30:14.606Z] v1.2.1-dev.33 [2020-10-21T15:30:14.606Z] v1.2.1-dev.34 [2020-10-21T15:30:14.607Z] v1.2.1-dev.35 [2020-10-21T15:30:14.607Z] v1.2.1-dev.36 [2020-10-21T15:30:14.607Z] v1.2.1-dev.37 [2020-10-21T15:30:14.607Z] v1.2.1-dev.38 [2020-10-21T15:30:14.607Z] v1.2.1-dev.39 [2020-10-21T15:30:14.607Z] v1.2.1-dev.4 [2020-10-21T15:30:14.607Z] v1.2.1-dev.40 [2020-10-21T15:30:14.607Z] v1.2.1-dev.41 [2020-10-21T15:30:14.607Z] v1.2.1-dev.42 [2020-10-21T15:30:14.607Z] v1.2.1-dev.43 [2020-10-21T15:30:14.607Z] v1.2.1-dev.44 [2020-10-21T15:30:14.607Z] v1.2.1-dev.45 [2020-10-21T15:30:14.607Z] v1.2.1-dev.46 [2020-10-21T15:30:14.607Z] v1.2.1-dev.47 [2020-10-21T15:30:14.607Z] v1.2.1-dev.5 [2020-10-21T15:30:14.607Z] v1.2.1-dev.6 [2020-10-21T15:30:14.607Z] v1.2.1-dev.7 [2020-10-21T15:30:14.607Z] v1.2.1-dev.8 [2020-10-21T15:30:14.607Z] v1.2.1-dev.9 [Pipeline] sh [2020-10-21T15:30:14.905Z] + lftools sign git-tag v1.2.1-dev.47 [2020-10-21T15:30:15.847Z] Signing Git tag with Sigul... [2020-10-21T15:30:15.847Z] Signing v1.2.1-dev.47 [Pipeline] echo [2020-10-21T15:30:17.237Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-21T15:30:17.529Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-21T15:30:17.537Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-21T15:30:17.646Z] $ docker stop --time=1 c460d8e7d90c5e435eed953150be1efd1a87c68218b8fe5be435cfb95923d24c [2020-10-21T15:30:19.530Z] $ docker rm -f c460d8e7d90c5e435eed953150be1efd1a87c68218b8fe5be435cfb95923d24c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-21T15:30:20.542Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-21T15:30:20.542Z] . [Pipeline] withDockerContainer [2020-10-21T15:30:20.631Z] prd-centos7-docker-4c-2g-7491 does not seem to be running inside a container [2020-10-21T15:30:20.676Z] $ 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-21T15:30:21.204Z] $ docker top 4b56e7b4d39521e16eba8c918a337743a5cc31f1bdf602ef356797ff5bf4cf7f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-21T15:30:21.476Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-21T15:30:21.476Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-21T15:30:21.640Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-21T15:30:21.645Z] $ docker exec 4b56e7b4d39521e16eba8c918a337743a5cc31f1bdf602ef356797ff5bf4cf7f ssh-agent [2020-10-21T15:30:21.797Z] SSH_AUTH_SOCK=/tmp/ssh-eOly8k9JDVoB/agent.12 [2020-10-21T15:30:21.797Z] SSH_AGENT_PID=18 [2020-10-21T15:30:21.804Z] Running ssh-add (command line suppressed) [2020-10-21T15:30:21.920Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3753850767928398396.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3753850767928398396.key) [2020-10-21T15:30:21.968Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-21T15:30:22.303Z] + git semver bump pre [2020-10-21T15:30:22.303Z] # -> Open(): unable to determine branch for HEAD [2020-10-21T15:30:22.303Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-21T15:30:22.303Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-21T15:30:22.303Z] # $SEMVER_REMOTE_NAME = origin [2020-10-21T15:30:22.303Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-21T15:30:22.303Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-21T15:30:22.303Z] # $SEMVER_BRANCH = master [2020-10-21T15:30:22.303Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-10-21T15:30:22.303Z] 1.2.1-dev.48 [Pipeline] } [2020-10-21T15:30:22.316Z] $ docker exec --env ******** --env ******** 4b56e7b4d39521e16eba8c918a337743a5cc31f1bdf602ef356797ff5bf4cf7f ssh-agent -k [2020-10-21T15:30:22.419Z] unset SSH_AUTH_SOCK; [2020-10-21T15:30:22.420Z] unset SSH_AGENT_PID; [2020-10-21T15:30:22.420Z] echo Agent pid 18 killed; [2020-10-21T15:30:22.464Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-21T15:30:22.988Z] + git semver [Pipeline] } [2020-10-21T15:30:23.010Z] $ docker stop --time=1 4b56e7b4d39521e16eba8c918a337743a5cc31f1bdf602ef356797ff5bf4cf7f [2020-10-21T15:30:24.357Z] $ docker rm -f 4b56e7b4d39521e16eba8c918a337743a5cc31f1bdf602ef356797ff5bf4cf7f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-21T15:30:24.961Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-21T15:30:24.961Z] . [Pipeline] withDockerContainer [2020-10-21T15:30:25.049Z] prd-centos7-docker-4c-2g-7491 does not seem to be running inside a container [2020-10-21T15:30:25.092Z] $ 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-21T15:30:25.630Z] $ docker top 83dc6c8ba77d289d5d4ff60ba4276f46f996ed84e21b95a244561652d61c93ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-21T15:30:26.030Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-21T15:30:26.030Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-21T15:30:26.195Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-21T15:30:26.200Z] $ docker exec 83dc6c8ba77d289d5d4ff60ba4276f46f996ed84e21b95a244561652d61c93ea ssh-agent [2020-10-21T15:30:26.345Z] SSH_AUTH_SOCK=/tmp/ssh-Ce7p06WtbiSy/agent.12 [2020-10-21T15:30:26.345Z] SSH_AGENT_PID=17 [2020-10-21T15:30:26.351Z] Running ssh-add (command line suppressed) [2020-10-21T15:30:26.462Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2475984812938487415.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2475984812938487415.key) [2020-10-21T15:30:26.507Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-21T15:30:26.838Z] + git semver push [2020-10-21T15:30:26.838Z] # -> Open(): unable to determine branch for HEAD [2020-10-21T15:30:26.838Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-21T15:30:26.838Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-21T15:30:26.838Z] # $SEMVER_REMOTE_NAME = origin [2020-10-21T15:30:26.838Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-21T15:30:26.838Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-21T15:30:26.838Z] # $SEMVER_BRANCH = master [2020-10-21T15:30:26.838Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-10-21T15:30:34.993Z] $ docker exec --env ******** --env ******** 83dc6c8ba77d289d5d4ff60ba4276f46f996ed84e21b95a244561652d61c93ea ssh-agent -k [2020-10-21T15:30:35.100Z] unset SSH_AUTH_SOCK; [2020-10-21T15:30:35.100Z] unset SSH_AGENT_PID; [2020-10-21T15:30:35.100Z] echo Agent pid 17 killed; [2020-10-21T15:30:35.143Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-21T15:30:35.677Z] + git semver [Pipeline] } [2020-10-21T15:30:35.693Z] $ docker stop --time=1 83dc6c8ba77d289d5d4ff60ba4276f46f996ed84e21b95a244561652d61c93ea [2020-10-21T15:30:37.035Z] $ docker rm -f 83dc6c8ba77d289d5d4ff60ba4276f46f996ed84e21b95a244561652d61c93ea [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-21T15:30:38.551Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-21T15:30:39.118Z] ---> package-listing.sh [2020-10-21T15:30:39.118Z] ++ facter osfamily [2020-10-21T15:30:39.118Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-21T15:30:39.118Z] + OS_FAMILY=redhat [2020-10-21T15:30:39.118Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-10-21T15:30:39.118Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-21T15:30:39.118Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-21T15:30:39.118Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-21T15:30:39.118Z] + PACKAGES=/tmp/packages_start.txt [2020-10-21T15:30:39.118Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-10-21T15:30:39.118Z] + PACKAGES=/tmp/packages_end.txt [2020-10-21T15:30:39.118Z] + case "${OS_FAMILY}" in [2020-10-21T15:30:39.118Z] + rpm -qa [2020-10-21T15:30:39.118Z] + sort [2020-10-21T15:30:43.331Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-21T15:30:43.331Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-21T15:30:43.331Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-21T15:30:43.331Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-10-21T15:30:43.331Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-10-21T15:30:43.331Z] + 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-21T15:30:43.346Z] 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-21T15:30:43.629Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-21T15:30:43.927Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-21T15:30:43.927Z] [2020-10-21T15:30:43.927Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-21T15:30:44.297Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-21T15:30:44.297Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-21T15:30:44.297Z] df20fa9351a1: Pulling fs layer [2020-10-21T15:30:44.297Z] 36b3adc4ff6f: Pulling fs layer [2020-10-21T15:30:44.297Z] 8ad3a11d3b57: Pulling fs layer [2020-10-21T15:30:44.297Z] 46f8f816bc3b: Pulling fs layer [2020-10-21T15:30:44.297Z] 93b61091891f: Pulling fs layer [2020-10-21T15:30:44.297Z] 93b9cdb0e59b: Pulling fs layer [2020-10-21T15:30:44.297Z] 5e14af77c1be: Pulling fs layer [2020-10-21T15:30:44.297Z] 01666e4c0597: Pulling fs layer [2020-10-21T15:30:44.297Z] aa168da1d23b: Pulling fs layer [2020-10-21T15:30:44.297Z] 93b9cdb0e59b: Waiting [2020-10-21T15:30:44.297Z] 5e14af77c1be: Waiting [2020-10-21T15:30:44.297Z] 01666e4c0597: Waiting [2020-10-21T15:30:44.297Z] aa168da1d23b: Waiting [2020-10-21T15:30:44.297Z] 46f8f816bc3b: Waiting [2020-10-21T15:30:44.297Z] 36b3adc4ff6f: Download complete [2020-10-21T15:30:44.297Z] 46f8f816bc3b: Verifying Checksum [2020-10-21T15:30:44.297Z] 46f8f816bc3b: Download complete [2020-10-21T15:30:44.297Z] df20fa9351a1: Verifying Checksum [2020-10-21T15:30:44.297Z] df20fa9351a1: Download complete [2020-10-21T15:30:44.297Z] 93b9cdb0e59b: Verifying Checksum [2020-10-21T15:30:44.297Z] 93b9cdb0e59b: Download complete [2020-10-21T15:30:44.561Z] 5e14af77c1be: Download complete [2020-10-21T15:30:44.561Z] 93b61091891f: Download complete [2020-10-21T15:30:44.561Z] 01666e4c0597: Verifying Checksum [2020-10-21T15:30:44.561Z] 01666e4c0597: Download complete [2020-10-21T15:30:44.561Z] df20fa9351a1: Pull complete [2020-10-21T15:30:44.561Z] 8ad3a11d3b57: Verifying Checksum [2020-10-21T15:30:44.561Z] 8ad3a11d3b57: Download complete [2020-10-21T15:30:44.832Z] 36b3adc4ff6f: Pull complete [2020-10-21T15:30:45.418Z] 8ad3a11d3b57: Pull complete [2020-10-21T15:30:45.418Z] 46f8f816bc3b: Pull complete [2020-10-21T15:30:45.991Z] 93b61091891f: Pull complete [2020-10-21T15:30:45.991Z] 93b9cdb0e59b: Pull complete [2020-10-21T15:30:46.252Z] 5e14af77c1be: Pull complete [2020-10-21T15:30:46.252Z] 01666e4c0597: Pull complete [2020-10-21T15:30:46.252Z] aa168da1d23b: Verifying Checksum [2020-10-21T15:30:46.252Z] aa168da1d23b: Download complete [2020-10-21T15:30:52.864Z] aa168da1d23b: Pull complete [2020-10-21T15:30:52.864Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-21T15:30:52.864Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-21T15:30:52.864Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-21T15:30:52.985Z] prd-centos7-docker-4c-2g-7491 does not seem to be running inside a container [2020-10-21T15:30:53.025Z] $ 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-21T15:30:58.919Z] $ docker top da5e3e7b6588304927c377f8d3c4a4a3b404625a77e56dc44971cdf0b8ddf57a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-21T15:30:59.408Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-21T15:30:59.707Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-21T15:31:00.007Z] + ls /var/log/sa-host [2020-10-21T15:31:00.007Z] + sadf -c /var/log/sa-host/sa05 [2020-10-21T15:31:00.007Z] file_magic: OK [2020-10-21T15:31:00.007Z] HZ: Using current value: 100 [2020-10-21T15:31:00.007Z] file_header: OK [2020-10-21T15:31:00.007Z] 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-21T15:31:00.007Z] Statistics: [2020-10-21T15:31:00.007Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-21T15:31:00.007Z] File successfully converted to sysstat format version 12.2.1 [2020-10-21T15:31:00.007Z] + sadf -c /var/log/sa-host/sa21 [2020-10-21T15:31:00.007Z] file_magic: OK [2020-10-21T15:31:00.007Z] HZ: Using current value: 100 [2020-10-21T15:31:00.007Z] file_header: OK [2020-10-21T15:31:00.007Z] 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-21T15:31:00.007Z] Statistics: [2020-10-21T15:31:00.007Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-21T15:31:00.007Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-21T15:31:00.688Z] provisioning config files... [2020-10-21T15:31:00.702Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3015187482239427721tmp [Pipeline] { [Pipeline] echo [2020-10-21T15:31:00.786Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-21T15:31:01.074Z] ---> create-netrc.sh [Pipeline] } [2020-10-21T15:31:01.086Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-21T15:31:01.202Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-21T15:31:01.491Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-21T15:31:01.503Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-21T15:31:01.805Z] ---> sudo-logs.sh [2020-10-21T15:31:01.805Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-21T15:31:01.815Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-21T15:31:02.111Z] ---> job-cost.sh [2020-10-21T15:31:02.111Z] lf-activate-venv: SKIPPING [2020-10-21T15:31:02.111Z] INFO: No Stack... [2020-10-21T15:31:03.494Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-21T15:31:03.754Z] INFO: Archiving Costs [Pipeline] echo [2020-10-21T15:31:03.767Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-21T15:31:04.059Z] ---> logs-deploy.sh [2020-10-21T15:31:04.059Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/135 [2020-10-21T15:31:04.059Z] INFO: archiving workspace using pattern(s): [2020-10-21T15:31:05.445Z] Archives upload complete. [2020-10-21T15:31:05.707Z] INFO: archiving logs to Nexus