Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a92a438410e8353070781e72258a0255f6bf6bbe 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-9155 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 a92a438410e8353070781e72258a0255f6bf6bbe (master) > git config core.sparsecheckout # timeout=10 > git checkout -f a92a438410e8353070781e72258a0255f6bf6bbe # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets (#564)" > git rev-list --no-walk 6ed8672201f61aa1ab89babc34ffea9d53160bb3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-27T16:36:50.649Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-27T16:36:50.932Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-27T16:36:51.064Z] ========================================================= [2020-10-27T16:36:51.064Z] EdgeX Global Pipelines Version Info [2020-10-27T16:36:51.064Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:36:52.601Z] ------------------- [2020-10-27T16:36:52.601Z] stable info: [2020-10-27T16:36:52.601Z] ------------------- [2020-10-27T16:36:52.601Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-27T16:36:52.601Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-27T16:36:52.601Z] Message: update stable to v1.0.148 [2020-10-27T16:36:53.548Z] ------------------- [2020-10-27T16:36:53.548Z] experimental info: [2020-10-27T16:36:53.548Z] ------------------- [2020-10-27T16:36:53.548Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-27T16:36:53.548Z] Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc [2020-10-27T16:36:53.548Z] Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-27T16:36:54.043Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-10-27T16:36:54.139Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-10-27T16:36:54.234Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-27T16:36:54.337Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-27T16:36:54.455Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-27T16:36:54.564Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-27T16:36:54.674Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-27T16:36:54.784Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-27T16:36:54.911Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-27T16:36:55.013Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-27T16:36:55.171Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-27T16:36:55.307Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-10-27T16:36:55.413Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-27T16:36:55.521Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-27T16:36:55.620Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-27T16:36:55.720Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-27T16:36:55.865Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-27T16:36:55.967Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-27T16:36:56.080Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-27T16:36:56.203Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-27T16:36:56.305Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-27T16:36:56.404Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-10-27T16:36:56.527Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-27T16:36:56.628Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-27T16:36:56.719Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-27T16:36:56.814Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-27T16:36:56.910Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-27T16:36:57.014Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-27T16:36:57.105Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a92a438410e8353070781e72258a0255f6bf6bbe [Pipeline] echo [2020-10-27T16:36:57.198Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a92a438 [Pipeline] echo [2020-10-27T16:36:57.293Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-27T16:36:57.936Z] + git log --format=format:%s -1 a92a438410e8353070781e72258a0255f6bf6bbe [Pipeline] echo [2020-10-27T16:36:58.006Z] GIT_COMMIT: a92a438410e8353070781e72258a0255f6bf6bbe, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-secrets (#564) [Pipeline] echo [2020-10-27T16:36:58.056Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:58.826Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T16:36:59.092Z] [2020-10-27T16:36:59.092Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:36:59.450Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T16:36:59.450Z] latest: Pulling from edgex-devops/git-semver [2020-10-27T16:36:59.450Z] 31603596830f: Pulling fs layer [2020-10-27T16:36:59.450Z] 2a8b12db71e7: Pulling fs layer [2020-10-27T16:36:59.450Z] 6ca5941a6612: Pulling fs layer [2020-10-27T16:36:59.450Z] ecc8261a40a4: Pulling fs layer [2020-10-27T16:36:59.450Z] ecc8261a40a4: Waiting [2020-10-27T16:36:59.450Z] 2a8b12db71e7: Verifying Checksum [2020-10-27T16:36:59.450Z] 2a8b12db71e7: Download complete [2020-10-27T16:36:59.713Z] 31603596830f: Verifying Checksum [2020-10-27T16:36:59.713Z] 31603596830f: Download complete [2020-10-27T16:36:59.979Z] ecc8261a40a4: Verifying Checksum [2020-10-27T16:36:59.979Z] ecc8261a40a4: Download complete [2020-10-27T16:36:59.979Z] 31603596830f: Pull complete [2020-10-27T16:36:59.979Z] 6ca5941a6612: Verifying Checksum [2020-10-27T16:36:59.979Z] 6ca5941a6612: Download complete [2020-10-27T16:37:00.251Z] 2a8b12db71e7: Pull complete [2020-10-27T16:37:01.203Z] 6ca5941a6612: Pull complete [2020-10-27T16:37:01.471Z] ecc8261a40a4: Pull complete [2020-10-27T16:37:01.471Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-27T16:37:01.471Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T16:37:01.471Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-27T16:37:01.595Z] prd-centos7-docker-4c-2g-9155 does not seem to be running inside a container [2020-10-27T16:37:01.665Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-27T16:37:04.099Z] $ docker top 76cbbb55d60cd929780f0f2a35a0a20329edb89ade6591879c011e0834a7e222 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-27T16:37:04.548Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T16:37:04.548Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T16:37:04.772Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T16:37:04.778Z] $ docker exec 76cbbb55d60cd929780f0f2a35a0a20329edb89ade6591879c011e0834a7e222 ssh-agent [2020-10-27T16:37:04.957Z] SSH_AUTH_SOCK=/tmp/ssh-UOmM9s5ksirW/agent.12 [2020-10-27T16:37:04.957Z] SSH_AGENT_PID=17 [2020-10-27T16:37:04.972Z] Running ssh-add (command line suppressed) [2020-10-27T16:37:05.091Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8975939983199867275.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8975939983199867275.key) [2020-10-27T16:37:05.146Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T16:37:05.497Z] + git tag --points-at HEAD [Pipeline] } [2020-10-27T16:37:05.595Z] $ docker exec --env ******** --env ******** 76cbbb55d60cd929780f0f2a35a0a20329edb89ade6591879c011e0834a7e222 ssh-agent -k [2020-10-27T16:37:05.759Z] unset SSH_AUTH_SOCK; [2020-10-27T16:37:05.759Z] unset SSH_AGENT_PID; [2020-10-27T16:37:05.759Z] echo Agent pid 17 killed; [2020-10-27T16:37:05.802Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-27T16:37:06.002Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T16:37:06.002Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T16:37:06.164Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T16:37:06.170Z] $ docker exec 76cbbb55d60cd929780f0f2a35a0a20329edb89ade6591879c011e0834a7e222 ssh-agent [2020-10-27T16:37:06.329Z] SSH_AUTH_SOCK=/tmp/ssh-RU4CylNdRKf1/agent.47 [2020-10-27T16:37:06.330Z] SSH_AGENT_PID=53 [2020-10-27T16:37:06.337Z] Running ssh-add (command line suppressed) [2020-10-27T16:37:06.460Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8825806059663450447.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8825806059663450447.key) [2020-10-27T16:37:06.505Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T16:37:06.850Z] + git semver init [2020-10-27T16:37:06.850Z] # -> Open(): unable to determine branch for HEAD [2020-10-27T16:37:06.850Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-27T16:37:06.850Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-27T16:37:06.850Z] # $SEMVER_REMOTE_NAME = origin [2020-10-27T16:37:06.850Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-27T16:37:06.850Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-27T16:37:06.850Z] # $SEMVER_BRANCH = master [2020-10-27T16:37:06.850Z] # $SEMVER_TEMP = /tmp/semver-217172281 [2020-10-27T16:37:06.850Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-10-27T16:37:11.084Z] # '/tmp/semver-217172281' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-10-27T16:37:11.084Z] # -> Force: false [2020-10-27T16:37:11.084Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-10-27T16:37:11.101Z] $ docker exec --env ******** --env ******** 76cbbb55d60cd929780f0f2a35a0a20329edb89ade6591879c011e0834a7e222 ssh-agent -k [2020-10-27T16:37:11.224Z] unset SSH_AUTH_SOCK; [2020-10-27T16:37:11.225Z] unset SSH_AGENT_PID; [2020-10-27T16:37:11.225Z] echo Agent pid 53 killed; [2020-10-27T16:37:11.295Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-27T16:37:11.821Z] + git semver [Pipeline] } [2020-10-27T16:37:11.842Z] $ docker stop --time=1 76cbbb55d60cd929780f0f2a35a0a20329edb89ade6591879c011e0834a7e222 [2020-10-27T16:37:13.323Z] $ docker rm -f 76cbbb55d60cd929780f0f2a35a0a20329edb89ade6591879c011e0834a7e222 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-27T16:37:13.811Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-27T16:37:14.309Z] Stashed 1 file(s) [Pipeline] echo [2020-10-27T16:37:14.312Z] [edgeXSemver]: initialized semver on version 1.2.1-dev.54 [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-27T16:37:29.950Z] Still waiting to schedule task [2020-10-27T16:37:29.950Z] ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-9156’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6371’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-9151’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-10-27T16:37:29.953Z] Still waiting to schedule task [2020-10-27T16:37:29.954Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-27T16:39:15.215Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-9157 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-27T16:39:15.271Z] Running in /w/workspace/app-functions-sdk-go/142 [Pipeline] { [Pipeline] checkout [2020-10-27T16:39:20.532Z] using credential edgex-jenkins-ssh [2020-10-27T16:39:20.590Z] Cloning the remote Git repository [2020-10-27T16:39:20.652Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-27T16:39:20.780Z] > git init /w/workspace/app-functions-sdk-go/142 # timeout=10 [2020-10-27T16:39:20.849Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-27T16:39:20.850Z] > git --version # timeout=10 [2020-10-27T16:39:20.869Z] > git --version # 'git version 2.17.1' [2020-10-27T16:39:20.871Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T16:39:20.930Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T16:39:23.925Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-27T16:39:23.945Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T16:39:23.971Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-27T16:39:24.007Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-27T16:39:24.007Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T16:39:24.019Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T16:39:24.541Z] Checking out Revision a92a438410e8353070781e72258a0255f6bf6bbe (master) [2020-10-27T16:39:24.562Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T16:39:24.583Z] > git checkout -f a92a438410e8353070781e72258a0255f6bf6bbe # timeout=10 [2020-10-27T16:39:28.920Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets (#564)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-27T16:39:30.003Z] ========================================================= [2020-10-27T16:39:30.003Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-27T16:39:30.003Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:39:31.248Z] + 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-27T16:39:32.238Z] Sending build context to Docker daemon 19.14MB [2020-10-27T16:39:32.238Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-27T16:39:32.238Z] Step 2/8 : FROM ${BASE} [2020-10-27T16:39:32.843Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-27T16:39:32.843Z] b538f80385f9: Pulling fs layer [2020-10-27T16:39:32.843Z] 74f711af9a0d: Pulling fs layer [2020-10-27T16:39:32.843Z] 99f96fe45779: Pulling fs layer [2020-10-27T16:39:32.843Z] 8529a6b9a6be: Pulling fs layer [2020-10-27T16:39:32.843Z] 45590311c82a: Pulling fs layer [2020-10-27T16:39:32.843Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-27T16:39:32.843Z] 209524e5b208: Pulling fs layer [2020-10-27T16:39:32.843Z] 8529a6b9a6be: Waiting [2020-10-27T16:39:32.843Z] 45590311c82a: Waiting [2020-10-27T16:39:32.843Z] 69ca0ff8b7b3: Waiting [2020-10-27T16:39:32.843Z] 209524e5b208: Waiting [2020-10-27T16:39:32.843Z] 99f96fe45779: Verifying Checksum [2020-10-27T16:39:32.843Z] 99f96fe45779: Download complete [2020-10-27T16:39:32.843Z] 74f711af9a0d: Download complete [2020-10-27T16:39:32.843Z] 45590311c82a: Verifying Checksum [2020-10-27T16:39:32.843Z] 45590311c82a: Download complete [2020-10-27T16:39:32.843Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-27T16:39:32.843Z] 69ca0ff8b7b3: Download complete [2020-10-27T16:39:32.843Z] b538f80385f9: Verifying Checksum [2020-10-27T16:39:32.843Z] b538f80385f9: Download complete [2020-10-27T16:39:33.455Z] b538f80385f9: Pull complete [2020-10-27T16:39:34.063Z] 74f711af9a0d: Pull complete [2020-10-27T16:39:34.181Z] Running on prd-centos7-docker-4c-2g-9159 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-27T16:39:34.234Z] Running in /w/workspace/app-functions-sdk-go/142 [Pipeline] { [Pipeline] checkout [2020-10-27T16:39:34.674Z] 99f96fe45779: Pull complete [2020-10-27T16:39:34.953Z] 209524e5b208: Verifying Checksum [2020-10-27T16:39:34.953Z] 209524e5b208: Download complete [2020-10-27T16:39:36.390Z] 8529a6b9a6be: Download complete [2020-10-27T16:39:42.746Z] using credential edgex-jenkins-ssh [2020-10-27T16:39:42.798Z] Cloning the remote Git repository [2020-10-27T16:39:42.823Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-27T16:39:42.918Z] > git init /w/workspace/app-functions-sdk-go/142 # timeout=10 [2020-10-27T16:39:43.139Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-27T16:39:43.140Z] > git --version # timeout=10 [2020-10-27T16:39:43.147Z] > git --version # 'git version 2.16.5' [2020-10-27T16:39:43.148Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T16:39:43.195Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T16:39:45.690Z] Checking out Revision a92a438410e8353070781e72258a0255f6bf6bbe (master) [2020-10-27T16:39:45.063Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-27T16:39:45.120Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-27T16:39:45.180Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-27T16:39:45.232Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-27T16:39:45.232Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-27T16:39:45.238Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-27T16:39:45.703Z] > git config core.sparsecheckout # timeout=10 [2020-10-27T16:39:45.739Z] > git checkout -f a92a438410e8353070781e72258a0255f6bf6bbe # timeout=10 [2020-10-27T16:39:48.822Z] 8529a6b9a6be: Pull complete [2020-10-27T16:39:48.822Z] 45590311c82a: Pull complete [2020-10-27T16:39:48.822Z] 69ca0ff8b7b3: Pull complete [2020-10-27T16:39:50.112Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets (#564)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-27T16:39:51.170Z] ========================================================= [2020-10-27T16:39:51.170Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-27T16:39:51.170Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:39:51.500Z] 209524e5b208: Pull complete [2020-10-27T16:39:51.500Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-27T16:39:51.500Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-27T16:39:51.500Z] ---> 5bddaf1c2fca [2020-10-27T16:39:51.500Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-27T16:39:51.780Z] latest: Pulling from library/docker [2020-10-27T16:39:52.059Z] 5f621e34cdf4: Pulling fs layer [2020-10-27T16:39:52.059Z] 85db56a05063: Pulling fs layer [2020-10-27T16:39:52.059Z] ccb67d6aeaaa: Pulling fs layer [2020-10-27T16:39:52.059Z] a0b19fc83503: Pulling fs layer [2020-10-27T16:39:52.059Z] 8eb508b41278: Pulling fs layer [2020-10-27T16:39:52.059Z] 37236713561e: Pulling fs layer [2020-10-27T16:39:52.059Z] 07c93f2b1b56: Pulling fs layer [2020-10-27T16:39:52.059Z] a0b19fc83503: Waiting [2020-10-27T16:39:52.059Z] 8eb508b41278: Waiting [2020-10-27T16:39:52.059Z] 37236713561e: Waiting [2020-10-27T16:39:52.059Z] 07c93f2b1b56: Waiting [2020-10-27T16:39:52.118Z] + 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-27T16:39:52.333Z] ccb67d6aeaaa: Verifying Checksum [2020-10-27T16:39:52.333Z] ccb67d6aeaaa: Download complete [2020-10-27T16:39:52.333Z] 85db56a05063: Verifying Checksum [2020-10-27T16:39:52.333Z] 85db56a05063: Download complete [2020-10-27T16:39:52.333Z] 5f621e34cdf4: Verifying Checksum [2020-10-27T16:39:52.333Z] 5f621e34cdf4: Download complete [2020-10-27T16:39:52.333Z] 37236713561e: Download complete [2020-10-27T16:39:52.611Z] 8eb508b41278: Verifying Checksum [2020-10-27T16:39:52.611Z] 8eb508b41278: Download complete [2020-10-27T16:39:52.611Z] 07c93f2b1b56: Download complete [2020-10-27T16:39:52.894Z] 5f621e34cdf4: Pull complete [2020-10-27T16:39:53.093Z] Sending build context to Docker daemon 19.14MB [2020-10-27T16:39:53.093Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-27T16:39:53.093Z] Step 2/8 : FROM ${BASE} [2020-10-27T16:39:53.093Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-27T16:39:53.093Z] df20fa9351a1: Pulling fs layer [2020-10-27T16:39:53.093Z] ed8968b2872e: Pulling fs layer [2020-10-27T16:39:53.093Z] a92cc7c5fd73: Pulling fs layer [2020-10-27T16:39:53.093Z] e871e8e8d7a9: Pulling fs layer [2020-10-27T16:39:53.093Z] e73272ec9a57: Pulling fs layer [2020-10-27T16:39:53.093Z] 1e910a182e73: Pulling fs layer [2020-10-27T16:39:53.093Z] 4e634b169226: Pulling fs layer [2020-10-27T16:39:53.093Z] e73272ec9a57: Waiting [2020-10-27T16:39:53.093Z] 1e910a182e73: Waiting [2020-10-27T16:39:53.093Z] 4e634b169226: Waiting [2020-10-27T16:39:53.093Z] e871e8e8d7a9: Waiting [2020-10-27T16:39:53.093Z] a92cc7c5fd73: Verifying Checksum [2020-10-27T16:39:53.093Z] a92cc7c5fd73: Download complete [2020-10-27T16:39:53.093Z] ed8968b2872e: Verifying Checksum [2020-10-27T16:39:53.093Z] ed8968b2872e: Download complete [2020-10-27T16:39:53.093Z] e73272ec9a57: Download complete [2020-10-27T16:39:53.093Z] 1e910a182e73: Verifying Checksum [2020-10-27T16:39:53.093Z] 1e910a182e73: Download complete [2020-10-27T16:39:53.093Z] df20fa9351a1: Verifying Checksum [2020-10-27T16:39:53.093Z] df20fa9351a1: Download complete [2020-10-27T16:39:53.707Z] df20fa9351a1: Pull complete [2020-10-27T16:39:53.888Z] 85db56a05063: Pull complete [2020-10-27T16:39:53.889Z] a0b19fc83503: Verifying Checksum [2020-10-27T16:39:53.889Z] a0b19fc83503: Download complete [2020-10-27T16:39:54.169Z] ccb67d6aeaaa: Pull complete [2020-10-27T16:39:54.312Z] ed8968b2872e: Pull complete [2020-10-27T16:39:54.638Z] a92cc7c5fd73: Pull complete [2020-10-27T16:39:57.579Z] a0b19fc83503: Pull complete [2020-10-27T16:39:57.579Z] 8eb508b41278: Pull complete [2020-10-27T16:39:57.858Z] 37236713561e: Pull complete [2020-10-27T16:39:58.133Z] 07c93f2b1b56: Pull complete [2020-10-27T16:39:58.133Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-27T16:39:58.182Z] 4e634b169226: Verifying Checksum [2020-10-27T16:39:58.182Z] 4e634b169226: Download complete [2020-10-27T16:39:58.415Z] Status: Downloaded newer image for docker:latest [2020-10-27T16:40:00.390Z] e871e8e8d7a9: Download complete [2020-10-27T16:40:05.175Z] ---> 09d33656f066 [2020-10-27T16:40:05.175Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-27T16:40:05.175Z] ---> Running in 659c140a218c [2020-10-27T16:40:05.175Z] Removing intermediate container 659c140a218c [2020-10-27T16:40:05.175Z] ---> db23a52eff5d [2020-10-27T16:40:05.175Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-27T16:40:05.175Z] ---> Running in 1f89798bdf36 [2020-10-27T16:40:06.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-27T16:40:07.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-27T16:40:08.209Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-27T16:40:08.486Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-27T16:40:08.486Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-27T16:40:08.763Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-27T16:40:08.763Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-27T16:40:08.763Z] Executing busybox-1.31.1-r16.trigger [2020-10-27T16:40:09.044Z] OK: 144 MiB in 44 packages [2020-10-27T16:40:10.489Z] Removing intermediate container 1f89798bdf36 [2020-10-27T16:40:10.489Z] ---> 8341e98c1b16 [2020-10-27T16:40:10.489Z] Step 6/8 : WORKDIR /build [2020-10-27T16:40:10.489Z] ---> Running in 8321ce0583ee [2020-10-27T16:40:10.796Z] e871e8e8d7a9: Pull complete [2020-10-27T16:40:10.796Z] e73272ec9a57: Pull complete [2020-10-27T16:40:10.796Z] 1e910a182e73: Pull complete [2020-10-27T16:40:11.101Z] Removing intermediate container 8321ce0583ee [2020-10-27T16:40:11.101Z] ---> cc3cc0fb70c2 [2020-10-27T16:40:11.101Z] Step 7/8 : COPY go.mod . [2020-10-27T16:40:11.705Z] ---> 3be5fc6d4a3d [2020-10-27T16:40:11.705Z] Step 8/8 : RUN go mod download [2020-10-27T16:40:11.705Z] ---> Running in 5fdff6a57159 [2020-10-27T16:40:15.410Z] 4e634b169226: Pull complete [2020-10-27T16:40:15.410Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-27T16:40:15.410Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-27T16:40:15.410Z] ---> f7629b54cfaa [2020-10-27T16:40:15.410Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-27T16:40:15.410Z] latest: Pulling from library/docker [2020-10-27T16:40:15.697Z] 188c0c94c7c5: Pulling fs layer [2020-10-27T16:40:15.697Z] 0c7c675703d6: Pulling fs layer [2020-10-27T16:40:15.697Z] cc8c12a437cb: Pulling fs layer [2020-10-27T16:40:15.697Z] c5dafad2182a: Pulling fs layer [2020-10-27T16:40:15.697Z] 5aa711733414: Pulling fs layer [2020-10-27T16:40:15.697Z] 058f73b55e4b: Pulling fs layer [2020-10-27T16:40:15.697Z] 8c9c664faf12: Pulling fs layer [2020-10-27T16:40:15.697Z] c5dafad2182a: Waiting [2020-10-27T16:40:15.697Z] 5aa711733414: Waiting [2020-10-27T16:40:15.697Z] 058f73b55e4b: Waiting [2020-10-27T16:40:15.697Z] 8c9c664faf12: Waiting [2020-10-27T16:40:15.697Z] cc8c12a437cb: Verifying Checksum [2020-10-27T16:40:15.697Z] cc8c12a437cb: Download complete [2020-10-27T16:40:15.697Z] 0c7c675703d6: Download complete [2020-10-27T16:40:16.089Z] 188c0c94c7c5: Download complete [2020-10-27T16:40:16.089Z] 5aa711733414: Download complete [2020-10-27T16:40:16.089Z] 058f73b55e4b: Verifying Checksum [2020-10-27T16:40:16.089Z] 058f73b55e4b: Download complete [2020-10-27T16:40:16.089Z] 8c9c664faf12: Verifying Checksum [2020-10-27T16:40:16.089Z] 8c9c664faf12: Download complete [2020-10-27T16:40:16.936Z] 188c0c94c7c5: Pull complete [2020-10-27T16:40:17.722Z] c5dafad2182a: Verifying Checksum [2020-10-27T16:40:17.722Z] c5dafad2182a: Download complete [2020-10-27T16:40:17.722Z] 0c7c675703d6: Pull complete [2020-10-27T16:40:18.011Z] cc8c12a437cb: Pull complete [2020-10-27T16:40:22.394Z] c5dafad2182a: Pull complete [2020-10-27T16:40:22.394Z] 5aa711733414: Pull complete [2020-10-27T16:40:22.660Z] 058f73b55e4b: Pull complete [2020-10-27T16:40:22.660Z] 8c9c664faf12: Pull complete [2020-10-27T16:40:22.660Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-27T16:40:22.660Z] Status: Downloaded newer image for docker:latest [2020-10-27T16:40:24.734Z] ---> 754b5570daba [2020-10-27T16:40:24.734Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-27T16:40:25.015Z] ---> Running in 90ac625fab83 [2020-10-27T16:40:25.015Z] Removing intermediate container 90ac625fab83 [2020-10-27T16:40:25.015Z] ---> b0fc6d3c7891 [2020-10-27T16:40:25.015Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-27T16:40:25.284Z] ---> Running in b089f7413e51 [2020-10-27T16:40:26.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-27T16:40:27.228Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-27T16:40:27.855Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-27T16:40:27.855Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-27T16:40:27.855Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-27T16:40:28.273Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-27T16:40:28.273Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-27T16:40:28.273Z] Executing busybox-1.31.1-r16.trigger [2020-10-27T16:40:28.273Z] OK: 167 MiB in 44 packages [2020-10-27T16:40:29.306Z] Removing intermediate container b089f7413e51 [2020-10-27T16:40:29.306Z] ---> 1ee251669e02 [2020-10-27T16:40:29.306Z] Step 6/8 : WORKDIR /build [2020-10-27T16:40:29.306Z] ---> Running in 766d4e81fa16 [2020-10-27T16:40:29.598Z] Removing intermediate container 766d4e81fa16 [2020-10-27T16:40:29.598Z] ---> b8516b7e76a1 [2020-10-27T16:40:29.598Z] Step 7/8 : COPY go.mod . [2020-10-27T16:40:29.908Z] ---> c54603412636 [2020-10-27T16:40:29.908Z] Step 8/8 : RUN go mod download [2020-10-27T16:40:29.908Z] ---> Running in 4967f5cc2bf1 [2020-10-27T16:40:38.526Z] Removing intermediate container 5fdff6a57159 [2020-10-27T16:40:38.526Z] ---> 633831100ca9 [2020-10-27T16:40:38.526Z] Successfully built 633831100ca9 [2020-10-27T16:40:38.526Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:40:38.945Z] + docker inspect -f . ci-base-image-arm64 [2020-10-27T16:40:38.945Z] . [Pipeline] withDockerContainer [2020-10-27T16:40:39.182Z] prd-ubuntu18.04-docker-arm64-4c-16g-9157 does not seem to be running inside a container [2020-10-27T16:40:39.269Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/142 -v /w/workspace/app-functions-sdk-go/142:/w/workspace/app-functions-sdk-go/142:rw,z -v /w/workspace/app-functions-sdk-go/142@tmp:/w/workspace/app-functions-sdk-go/142@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-27T16:40:40.991Z] $ docker top 0270b50ea9ac9708bf3863328d7c2b1b00691c13bb25064109d965f0c46af36e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T16:40:42.413Z] + go version [2020-10-27T16:40:42.413Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-27T16:40:42.439Z] $ docker stop --time=1 0270b50ea9ac9708bf3863328d7c2b1b00691c13bb25064109d965f0c46af36e [2020-10-27T16:40:44.335Z] $ docker rm -f 0270b50ea9ac9708bf3863328d7c2b1b00691c13bb25064109d965f0c46af36e [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-27T16:41:02.560Z] Removing intermediate container 4967f5cc2bf1 [2020-10-27T16:41:02.560Z] ---> de0ec3c35240 [2020-10-27T16:41:02.560Z] Successfully built de0ec3c35240 [2020-10-27T16:41:02.560Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:41:03.074Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-27T16:41:03.352Z] . [Pipeline] withDockerContainer [2020-10-27T16:41:03.592Z] prd-centos7-docker-4c-2g-9159 does not seem to be running inside a container [2020-10-27T16:41:03.752Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/142 -v /w/workspace/app-functions-sdk-go/142:/w/workspace/app-functions-sdk-go/142:rw,z -v /w/workspace/app-functions-sdk-go/142@tmp:/w/workspace/app-functions-sdk-go/142@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-27T16:41:05.141Z] $ docker top 9e416252bf86d866ab1d1567442610e6f6484b5effb81cdd3ee94fc79e129887 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T16:41:05.800Z] + go version [2020-10-27T16:41:05.800Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-27T16:41:05.817Z] $ docker stop --time=1 9e416252bf86d866ab1d1567442610e6f6484b5effb81cdd3ee94fc79e129887 [2020-10-27T16:41:07.325Z] $ docker rm -f 9e416252bf86d866ab1d1567442610e6f6484b5effb81cdd3ee94fc79e129887 [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-27T16:41:11.271Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-27T16:41:11.273Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-27T16:41:11.329Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:41:11.708Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-27T16:41:11.708Z] [2020-10-27T16:41:11.708Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:41:12.089Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-27T16:41:12.089Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-27T16:41:12.089Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-27T16:41:12.089Z] 408f87550127: Pulling fs layer [2020-10-27T16:41:12.089Z] fe522b08c979: Pulling fs layer [2020-10-27T16:41:12.089Z] 221eaa008020: Pulling fs layer [2020-10-27T16:41:12.089Z] 2a4607e5d6b9: Pulling fs layer [2020-10-27T16:41:12.089Z] 8f79b27c4fd2: Pulling fs layer [2020-10-27T16:41:12.089Z] e5c8dbe1645b: Pulling fs layer [2020-10-27T16:41:12.089Z] 23e8b3b47431: Pulling fs layer [2020-10-27T16:41:12.089Z] 5c568d65a230: Pulling fs layer [2020-10-27T16:41:12.089Z] e5c8dbe1645b: Waiting [2020-10-27T16:41:12.089Z] 23e8b3b47431: Waiting [2020-10-27T16:41:12.089Z] 5c568d65a230: Waiting [2020-10-27T16:41:12.089Z] 221eaa008020: Waiting [2020-10-27T16:41:12.089Z] 2a4607e5d6b9: Waiting [2020-10-27T16:41:12.089Z] 8f79b27c4fd2: Waiting [2020-10-27T16:41:12.089Z] fe522b08c979: Verifying Checksum [2020-10-27T16:41:12.089Z] fe522b08c979: Download complete [2020-10-27T16:41:12.089Z] 408f87550127: Download complete [2020-10-27T16:41:12.089Z] 2a4607e5d6b9: Verifying Checksum [2020-10-27T16:41:12.089Z] 2a4607e5d6b9: Download complete [2020-10-27T16:41:12.089Z] 8f79b27c4fd2: Verifying Checksum [2020-10-27T16:41:12.089Z] 8f79b27c4fd2: Download complete [2020-10-27T16:41:12.089Z] cbdbe7a5bc2a: Download complete [2020-10-27T16:41:12.684Z] cbdbe7a5bc2a: Pull complete [2020-10-27T16:41:12.684Z] 408f87550127: Pull complete [2020-10-27T16:41:12.949Z] e5c8dbe1645b: Download complete [2020-10-27T16:41:12.949Z] fe522b08c979: Pull complete [2020-10-27T16:41:13.922Z] 23e8b3b47431: Verifying Checksum [2020-10-27T16:41:14.186Z] 5c568d65a230: Verifying Checksum [2020-10-27T16:41:14.186Z] 5c568d65a230: Download complete [2020-10-27T16:41:15.591Z] 221eaa008020: Verifying Checksum [2020-10-27T16:41:15.591Z] 221eaa008020: Download complete [2020-10-27T16:41:22.235Z] 221eaa008020: Pull complete [2020-10-27T16:41:22.235Z] 2a4607e5d6b9: Pull complete [2020-10-27T16:41:22.235Z] 8f79b27c4fd2: Pull complete [2020-10-27T16:41:24.175Z] e5c8dbe1645b: Pull complete [2020-10-27T16:41:28.415Z] 23e8b3b47431: Pull complete [2020-10-27T16:41:29.380Z] 5c568d65a230: Pull complete [2020-10-27T16:41:29.380Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-27T16:41:29.380Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-27T16:41:29.380Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-27T16:41:29.630Z] prd-centos7-docker-4c-2g-9155 does not seem to be running inside a container [2020-10-27T16:41:29.688Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/ndry_app-functions-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-27T16:41:30.787Z] $ docker top beba6975284976b9bd9a7eaa4844da3b56dc02fafc8331b9aa51443d64ac7858 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T16:41:31.268Z] + snyk monitor '--org=edgex-jenkins' [2020-10-27T16:41:46.229Z] [2020-10-27T16:41:46.229Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-10-27T16:41:46.229Z] [2020-10-27T16:41:46.229Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/7f732a54-87a6-4943-9dd9-468c405dacbf [2020-10-27T16:41:46.229Z] [2020-10-27T16:41:46.229Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-27T16:41:46.229Z] [2020-10-27T16:41:46.229Z] [2020-10-27T16:41:46.229Z] Snyk CLI supports Node.js 8 and higher. [2020-10-27T16:41:46.229Z] 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-27T16:41:46.229Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-27T16:41:46.229Z] [2020-10-27T16:41:46.229Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-27T16:41:46.229Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-27T16:41:46.229Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-27T16:41:46.229Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-27T16:41:46.256Z] $ docker stop --time=1 beba6975284976b9bd9a7eaa4844da3b56dc02fafc8331b9aa51443d64ac7858 [2020-10-27T16:41:48.094Z] $ docker rm -f beba6975284976b9bd9a7eaa4844da3b56dc02fafc8331b9aa51443d64ac7858 [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-27T16:41:49.653Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-27T16:41:49.719Z] provisioning config files... [2020-10-27T16:41:49.741Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2131342006385468212tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:41:50.157Z] --> edgex-publish-swagger.sh [2020-10-27T16:41:50.157Z] === Publish openapi/v2 API === [2020-10-27T16:41:50.158Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-27T16:41:50.158Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-10-27T16:41:50.158Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-27T16:41:50.158Z] Dload Upload Total Spent Left Speed [2020-10-27T16:41:51.554Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10020 0:00:01 0:00:01 --:--:-- 10034 100 13025 0 0 100 13025 0 10008 0:00:01 0:00:01 --:--:-- 10026 [2020-10-27T16:41:51.554Z] [2020-10-27T16:41:51.554Z] [Pipeline] } [2020-10-27T16:41:51.566Z] 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-27T16:41:52.417Z] + git log --format=format:%s -1 a92a438410e8353070781e72258a0255f6bf6bbe [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:41:52.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T16:41:52.743Z] . [Pipeline] withDockerContainer [2020-10-27T16:41:52.853Z] prd-centos7-docker-4c-2g-9155 does not seem to be running inside a container [2020-10-27T16:41:52.907Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-27T16:41:53.680Z] $ docker top 436c715752c46d080bb6e77f61f0c62964e3b6d76b0b5332a5a9801108614ddc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-27T16:41:53.984Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T16:41:53.984Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T16:41:54.218Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T16:41:54.224Z] $ docker exec 436c715752c46d080bb6e77f61f0c62964e3b6d76b0b5332a5a9801108614ddc ssh-agent [2020-10-27T16:41:54.410Z] SSH_AUTH_SOCK=/tmp/ssh-ILak2HsU9dkn/agent.11 [2020-10-27T16:41:54.410Z] SSH_AGENT_PID=17 [2020-10-27T16:41:54.418Z] Running ssh-add (command line suppressed) [2020-10-27T16:41:54.557Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5503865722340826355.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5503865722340826355.key) [2020-10-27T16:41:54.607Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T16:41:54.950Z] + git semver tag [2020-10-27T16:41:54.950Z] # -> Open(): unable to determine branch for HEAD [2020-10-27T16:41:54.950Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-27T16:41:54.950Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-27T16:41:54.950Z] # $SEMVER_REMOTE_NAME = origin [2020-10-27T16:41:54.950Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-27T16:41:54.950Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-27T16:41:54.950Z] # $SEMVER_BRANCH = master [2020-10-27T16:41:54.950Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-10-27T16:41:54.950Z] # a92a438410e8353070781e72258a0255f6bf6bbe HEAD [2020-10-27T16:41:54.950Z] # -> Force: false [2020-10-27T16:41:54.950Z] # 9e8b94623fe9e42158424319e62992e02d76edff refs/tags/v1.2.1-dev.54 [Pipeline] } [2020-10-27T16:41:54.966Z] $ docker exec --env ******** --env ******** 436c715752c46d080bb6e77f61f0c62964e3b6d76b0b5332a5a9801108614ddc ssh-agent -k [2020-10-27T16:41:55.110Z] unset SSH_AUTH_SOCK; [2020-10-27T16:41:55.110Z] unset SSH_AGENT_PID; [2020-10-27T16:41:55.110Z] echo Agent pid 17 killed; [2020-10-27T16:41:55.161Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-27T16:41:55.651Z] + git semver [Pipeline] } [2020-10-27T16:41:55.671Z] $ docker stop --time=1 436c715752c46d080bb6e77f61f0c62964e3b6d76b0b5332a5a9801108614ddc [2020-10-27T16:41:57.034Z] $ docker rm -f 436c715752c46d080bb6e77f61f0c62964e3b6d76b0b5332a5a9801108614ddc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:41:57.686Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-27T16:41:57.686Z] [2020-10-27T16:41:57.686Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:41:58.057Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-27T16:41:58.057Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-27T16:41:58.057Z] ab5ef0e58194: Pulling fs layer [2020-10-27T16:41:58.057Z] 9712f1f96733: Pulling fs layer [2020-10-27T16:41:58.057Z] 63f879dbbcfc: Pulling fs layer [2020-10-27T16:41:58.057Z] 0d9ebad4ef96: Pulling fs layer [2020-10-27T16:41:58.057Z] e9a5061849ea: Pulling fs layer [2020-10-27T16:41:58.057Z] d747dcd14b5f: Pulling fs layer [2020-10-27T16:41:58.057Z] 2de7ff778b66: Pulling fs layer [2020-10-27T16:41:58.057Z] e9a5061849ea: Waiting [2020-10-27T16:41:58.057Z] d747dcd14b5f: Waiting [2020-10-27T16:41:58.057Z] 2de7ff778b66: Waiting [2020-10-27T16:41:58.057Z] 0d9ebad4ef96: Waiting [2020-10-27T16:41:58.057Z] 9712f1f96733: Verifying Checksum [2020-10-27T16:41:58.057Z] 9712f1f96733: Download complete [2020-10-27T16:41:59.460Z] 63f879dbbcfc: Verifying Checksum [2020-10-27T16:41:59.460Z] 63f879dbbcfc: Download complete [2020-10-27T16:41:59.731Z] e9a5061849ea: Verifying Checksum [2020-10-27T16:41:59.731Z] e9a5061849ea: Download complete [2020-10-27T16:41:59.731Z] d747dcd14b5f: Download complete [2020-10-27T16:41:59.995Z] 2de7ff778b66: Verifying Checksum [2020-10-27T16:41:59.995Z] 2de7ff778b66: Download complete [2020-10-27T16:42:00.260Z] 0d9ebad4ef96: Verifying Checksum [2020-10-27T16:42:00.260Z] 0d9ebad4ef96: Download complete [2020-10-27T16:42:00.524Z] ab5ef0e58194: Verifying Checksum [2020-10-27T16:42:00.524Z] ab5ef0e58194: Download complete [2020-10-27T16:42:04.807Z] ab5ef0e58194: Pull complete [2020-10-27T16:42:04.807Z] 9712f1f96733: Pull complete [2020-10-27T16:42:07.367Z] 63f879dbbcfc: Pull complete [2020-10-27T16:42:13.983Z] 0d9ebad4ef96: Pull complete [2020-10-27T16:42:14.930Z] e9a5061849ea: Pull complete [2020-10-27T16:42:14.930Z] d747dcd14b5f: Pull complete [2020-10-27T16:42:19.370Z] 2de7ff778b66: Pull complete [2020-10-27T16:42:19.370Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-27T16:42:19.370Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-27T16:42:19.370Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-27T16:42:19.609Z] prd-centos7-docker-4c-2g-9155 does not seem to be running inside a container [2020-10-27T16:42:19.666Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-27T16:42:22.965Z] $ docker top 52d8fd25c60568394919f4dcaa142f23dbc6b4e67cb204542208458fd2a9c08f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-27T16:42:23.252Z] provisioning config files... [2020-10-27T16:42:23.262Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3977856566386000827tmp [2020-10-27T16:42:23.279Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6257827285133849737tmp [2020-10-27T16:42:23.294Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5344036362828863877tmp [Pipeline] { [Pipeline] echo [2020-10-27T16:42:23.366Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:42:23.667Z] ---> sigul-configuration.sh [2020-10-27T16:42:23.667Z] gpg: directory `/root/.gnupg' created [2020-10-27T16:42:23.667Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-27T16:42:23.667Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-27T16:42:23.667Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-27T16:42:23.667Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-27T16:42:23.667Z] gpg: CAST5 encrypted data [2020-10-27T16:42:23.931Z] gpg: encrypted with 1 passphrase [2020-10-27T16:42:23.931Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-27T16:42:24.234Z] + mkdir /home/jenkins [2020-10-27T16:42:24.234Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-27T16:42:24.535Z] + 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-27T16:42:24.547Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:42:24.847Z] ---> sigul-install.sh [2020-10-27T16:42:31.457Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-27T16:42:31.766Z] + git tag --list [2020-10-27T16:42:31.766Z] v0.1.0 [2020-10-27T16:42:31.766Z] v0.1.1 [2020-10-27T16:42:31.766Z] v1.0.0 [2020-10-27T16:42:31.766Z] v1.1.0 [2020-10-27T16:42:31.766Z] v1.2.0 [2020-10-27T16:42:31.766Z] v1.2.1-dev.1 [2020-10-27T16:42:31.766Z] v1.2.1-dev.10 [2020-10-27T16:42:31.766Z] v1.2.1-dev.11 [2020-10-27T16:42:31.766Z] v1.2.1-dev.12 [2020-10-27T16:42:31.766Z] v1.2.1-dev.13 [2020-10-27T16:42:31.766Z] v1.2.1-dev.14 [2020-10-27T16:42:31.766Z] v1.2.1-dev.15 [2020-10-27T16:42:31.766Z] v1.2.1-dev.16 [2020-10-27T16:42:31.766Z] v1.2.1-dev.17 [2020-10-27T16:42:31.766Z] v1.2.1-dev.18 [2020-10-27T16:42:31.766Z] v1.2.1-dev.19 [2020-10-27T16:42:31.766Z] v1.2.1-dev.2 [2020-10-27T16:42:31.766Z] v1.2.1-dev.20 [2020-10-27T16:42:31.766Z] v1.2.1-dev.21 [2020-10-27T16:42:31.766Z] v1.2.1-dev.22 [2020-10-27T16:42:31.766Z] v1.2.1-dev.23 [2020-10-27T16:42:31.766Z] v1.2.1-dev.24 [2020-10-27T16:42:31.766Z] v1.2.1-dev.25 [2020-10-27T16:42:31.766Z] v1.2.1-dev.26 [2020-10-27T16:42:31.766Z] v1.2.1-dev.27 [2020-10-27T16:42:31.766Z] v1.2.1-dev.28 [2020-10-27T16:42:31.766Z] v1.2.1-dev.29 [2020-10-27T16:42:31.766Z] v1.2.1-dev.3 [2020-10-27T16:42:31.766Z] v1.2.1-dev.30 [2020-10-27T16:42:31.766Z] v1.2.1-dev.31 [2020-10-27T16:42:31.766Z] v1.2.1-dev.32 [2020-10-27T16:42:31.766Z] v1.2.1-dev.33 [2020-10-27T16:42:31.766Z] v1.2.1-dev.34 [2020-10-27T16:42:31.766Z] v1.2.1-dev.35 [2020-10-27T16:42:31.766Z] v1.2.1-dev.36 [2020-10-27T16:42:31.766Z] v1.2.1-dev.37 [2020-10-27T16:42:31.766Z] v1.2.1-dev.38 [2020-10-27T16:42:31.766Z] v1.2.1-dev.39 [2020-10-27T16:42:31.766Z] v1.2.1-dev.4 [2020-10-27T16:42:31.766Z] v1.2.1-dev.40 [2020-10-27T16:42:31.766Z] v1.2.1-dev.41 [2020-10-27T16:42:31.766Z] v1.2.1-dev.42 [2020-10-27T16:42:31.766Z] v1.2.1-dev.43 [2020-10-27T16:42:31.766Z] v1.2.1-dev.44 [2020-10-27T16:42:31.766Z] v1.2.1-dev.45 [2020-10-27T16:42:31.766Z] v1.2.1-dev.46 [2020-10-27T16:42:31.766Z] v1.2.1-dev.47 [2020-10-27T16:42:31.766Z] v1.2.1-dev.48 [2020-10-27T16:42:31.766Z] v1.2.1-dev.49 [2020-10-27T16:42:31.766Z] v1.2.1-dev.5 [2020-10-27T16:42:31.766Z] v1.2.1-dev.50 [2020-10-27T16:42:31.766Z] v1.2.1-dev.51 [2020-10-27T16:42:31.766Z] v1.2.1-dev.52 [2020-10-27T16:42:31.766Z] v1.2.1-dev.53 [2020-10-27T16:42:31.766Z] v1.2.1-dev.54 [2020-10-27T16:42:31.766Z] v1.2.1-dev.6 [2020-10-27T16:42:31.766Z] v1.2.1-dev.7 [2020-10-27T16:42:31.766Z] v1.2.1-dev.8 [2020-10-27T16:42:31.766Z] v1.2.1-dev.9 [Pipeline] sh [2020-10-27T16:42:32.078Z] + lftools sign git-tag v1.2.1-dev.54 [2020-10-27T16:42:33.470Z] Signing Git tag with Sigul... [2020-10-27T16:42:33.470Z] Signing v1.2.1-dev.54 [Pipeline] echo [2020-10-27T16:42:34.431Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:42:34.728Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-27T16:42:34.743Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-27T16:42:34.890Z] $ docker stop --time=1 52d8fd25c60568394919f4dcaa142f23dbc6b4e67cb204542208458fd2a9c08f [2020-10-27T16:42:36.873Z] $ docker rm -f 52d8fd25c60568394919f4dcaa142f23dbc6b4e67cb204542208458fd2a9c08f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:42:37.976Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T16:42:37.976Z] . [Pipeline] withDockerContainer [2020-10-27T16:42:38.137Z] prd-centos7-docker-4c-2g-9155 does not seem to be running inside a container [2020-10-27T16:42:38.214Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-27T16:42:39.067Z] $ docker top cf3ec4f16dae48de20d62eec106a059c905f7331b612addb92b9728b72c37a65 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-27T16:42:39.396Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T16:42:39.396Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T16:42:39.656Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T16:42:39.662Z] $ docker exec cf3ec4f16dae48de20d62eec106a059c905f7331b612addb92b9728b72c37a65 ssh-agent [2020-10-27T16:42:39.843Z] SSH_AUTH_SOCK=/tmp/ssh-6WqbHGCnFmsG/agent.12 [2020-10-27T16:42:39.843Z] SSH_AGENT_PID=17 [2020-10-27T16:42:39.851Z] Running ssh-add (command line suppressed) [2020-10-27T16:42:39.984Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3957113554671437057.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3957113554671437057.key) [2020-10-27T16:42:40.039Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T16:42:40.391Z] + git semver bump pre [2020-10-27T16:42:40.391Z] # -> Open(): unable to determine branch for HEAD [2020-10-27T16:42:40.391Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-27T16:42:40.391Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-27T16:42:40.391Z] # $SEMVER_REMOTE_NAME = origin [2020-10-27T16:42:40.391Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-27T16:42:40.391Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-27T16:42:40.391Z] # $SEMVER_BRANCH = master [2020-10-27T16:42:40.391Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-10-27T16:42:40.391Z] 1.2.1-dev.55 [Pipeline] } [2020-10-27T16:42:40.408Z] $ docker exec --env ******** --env ******** cf3ec4f16dae48de20d62eec106a059c905f7331b612addb92b9728b72c37a65 ssh-agent -k [2020-10-27T16:42:40.529Z] unset SSH_AUTH_SOCK; [2020-10-27T16:42:40.530Z] unset SSH_AGENT_PID; [2020-10-27T16:42:40.530Z] echo Agent pid 17 killed; [2020-10-27T16:42:40.581Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-27T16:42:41.096Z] + git semver [Pipeline] } [2020-10-27T16:42:41.122Z] $ docker stop --time=1 cf3ec4f16dae48de20d62eec106a059c905f7331b612addb92b9728b72c37a65 [2020-10-27T16:42:42.471Z] $ docker rm -f cf3ec4f16dae48de20d62eec106a059c905f7331b612addb92b9728b72c37a65 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:42:43.003Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-27T16:42:43.004Z] . [Pipeline] withDockerContainer [2020-10-27T16:42:43.103Z] prd-centos7-docker-4c-2g-9155 does not seem to be running inside a container [2020-10-27T16:42:43.158Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-27T16:42:43.749Z] $ docker top 128dcee3b59ff597695c96e43ee2f9007bc2db5f5580acacb811433e77b9f268 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-27T16:42:44.078Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-27T16:42:44.078Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-27T16:42:44.259Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-27T16:42:44.276Z] $ docker exec 128dcee3b59ff597695c96e43ee2f9007bc2db5f5580acacb811433e77b9f268 ssh-agent [2020-10-27T16:42:44.448Z] SSH_AUTH_SOCK=/tmp/ssh-l4cMXBXJlz8T/agent.12 [2020-10-27T16:42:44.448Z] SSH_AGENT_PID=17 [2020-10-27T16:42:44.456Z] Running ssh-add (command line suppressed) [2020-10-27T16:42:44.585Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3098234200149493491.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3098234200149493491.key) [2020-10-27T16:42:44.640Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-27T16:42:44.981Z] + git semver push [2020-10-27T16:42:44.981Z] # -> Open(): unable to determine branch for HEAD [2020-10-27T16:42:44.981Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-10-27T16:42:44.981Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-10-27T16:42:44.981Z] # $SEMVER_REMOTE_NAME = origin [2020-10-27T16:42:44.981Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-27T16:42:44.981Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-27T16:42:44.981Z] # $SEMVER_BRANCH = master [2020-10-27T16:42:44.981Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-10-27T16:42:51.611Z] $ docker exec --env ******** --env ******** 128dcee3b59ff597695c96e43ee2f9007bc2db5f5580acacb811433e77b9f268 ssh-agent -k [2020-10-27T16:42:51.762Z] unset SSH_AUTH_SOCK; [2020-10-27T16:42:51.763Z] unset SSH_AGENT_PID; [2020-10-27T16:42:51.763Z] echo Agent pid 17 killed; [2020-10-27T16:42:51.820Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-27T16:42:52.350Z] + git semver [Pipeline] } [2020-10-27T16:42:52.371Z] $ docker stop --time=1 128dcee3b59ff597695c96e43ee2f9007bc2db5f5580acacb811433e77b9f268 [2020-10-27T16:42:53.762Z] $ docker rm -f 128dcee3b59ff597695c96e43ee2f9007bc2db5f5580acacb811433e77b9f268 [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-27T16:42:55.530Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:42:56.104Z] ---> package-listing.sh [2020-10-27T16:42:56.104Z] ++ facter osfamily [2020-10-27T16:42:56.104Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-27T16:42:56.104Z] + OS_FAMILY=redhat [2020-10-27T16:42:56.104Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-10-27T16:42:56.104Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-27T16:42:56.104Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-27T16:42:56.104Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-27T16:42:56.104Z] + PACKAGES=/tmp/packages_start.txt [2020-10-27T16:42:56.104Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-10-27T16:42:56.104Z] + PACKAGES=/tmp/packages_end.txt [2020-10-27T16:42:56.104Z] + case "${OS_FAMILY}" in [2020-10-27T16:42:56.104Z] + rpm -qa [2020-10-27T16:42:56.104Z] + sort [2020-10-27T16:43:00.346Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-27T16:43:00.346Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-27T16:43:00.346Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-27T16:43:00.346Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-10-27T16:43:00.346Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-10-27T16:43:00.346Z] + 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-27T16:43:00.359Z] 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-27T16:43:00.656Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:43:01.005Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T16:43:01.005Z] [2020-10-27T16:43:01.005Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-27T16:43:01.596Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T16:43:01.596Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-27T16:43:01.596Z] df20fa9351a1: Pulling fs layer [2020-10-27T16:43:01.596Z] 36b3adc4ff6f: Pulling fs layer [2020-10-27T16:43:01.596Z] 8ad3a11d3b57: Pulling fs layer [2020-10-27T16:43:01.596Z] 46f8f816bc3b: Pulling fs layer [2020-10-27T16:43:01.596Z] 93b61091891f: Pulling fs layer [2020-10-27T16:43:01.596Z] 93b9cdb0e59b: Pulling fs layer [2020-10-27T16:43:01.596Z] 5e14af77c1be: Pulling fs layer [2020-10-27T16:43:01.596Z] 01666e4c0597: Pulling fs layer [2020-10-27T16:43:01.596Z] aa168da1d23b: Pulling fs layer [2020-10-27T16:43:01.596Z] 5e14af77c1be: Waiting [2020-10-27T16:43:01.596Z] 46f8f816bc3b: Waiting [2020-10-27T16:43:01.596Z] 93b61091891f: Waiting [2020-10-27T16:43:01.596Z] 93b9cdb0e59b: Waiting [2020-10-27T16:43:01.596Z] 01666e4c0597: Waiting [2020-10-27T16:43:01.596Z] aa168da1d23b: Waiting [2020-10-27T16:43:01.596Z] 36b3adc4ff6f: Download complete [2020-10-27T16:43:01.596Z] 46f8f816bc3b: Verifying Checksum [2020-10-27T16:43:01.596Z] 46f8f816bc3b: Download complete [2020-10-27T16:43:01.859Z] df20fa9351a1: Download complete [2020-10-27T16:43:01.859Z] 93b9cdb0e59b: Verifying Checksum [2020-10-27T16:43:01.859Z] 93b9cdb0e59b: Download complete [2020-10-27T16:43:01.859Z] 5e14af77c1be: Verifying Checksum [2020-10-27T16:43:01.859Z] 5e14af77c1be: Download complete [2020-10-27T16:43:01.859Z] 93b61091891f: Verifying Checksum [2020-10-27T16:43:01.859Z] 93b61091891f: Download complete [2020-10-27T16:43:01.859Z] 01666e4c0597: Verifying Checksum [2020-10-27T16:43:01.859Z] 01666e4c0597: Download complete [2020-10-27T16:43:02.125Z] df20fa9351a1: Pull complete [2020-10-27T16:43:02.125Z] 8ad3a11d3b57: Verifying Checksum [2020-10-27T16:43:02.126Z] 8ad3a11d3b57: Download complete [2020-10-27T16:43:02.392Z] 36b3adc4ff6f: Pull complete [2020-10-27T16:43:02.970Z] 8ad3a11d3b57: Pull complete [2020-10-27T16:43:03.235Z] 46f8f816bc3b: Pull complete [2020-10-27T16:43:03.497Z] 93b61091891f: Pull complete [2020-10-27T16:43:04.075Z] 93b9cdb0e59b: Pull complete [2020-10-27T16:43:04.075Z] 5e14af77c1be: Pull complete [2020-10-27T16:43:04.343Z] 01666e4c0597: Pull complete [2020-10-27T16:43:04.919Z] aa168da1d23b: Verifying Checksum [2020-10-27T16:43:04.919Z] aa168da1d23b: Download complete [2020-10-27T16:43:13.113Z] aa168da1d23b: Pull complete [2020-10-27T16:43:13.113Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-27T16:43:13.113Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-27T16:43:13.113Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-27T16:43:13.314Z] prd-centos7-docker-4c-2g-9155 does not seem to be running inside a container [2020-10-27T16:43:13.369Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-27T16:43:20.010Z] $ docker top 2114f1a5df8ffe9615a28aef8bd5f4d600b141dda9a8a8cdf8ee9c102f8fa0dd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-27T16:43:20.533Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-27T16:43:20.834Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-27T16:43:21.134Z] + ls /var/log/sa-host [2020-10-27T16:43:21.134Z] + sadf -c /var/log/sa-host/sa05 [2020-10-27T16:43:21.134Z] file_magic: OK [2020-10-27T16:43:21.134Z] HZ: Using current value: 100 [2020-10-27T16:43:21.134Z] file_header: OK [2020-10-27T16:43:21.134Z] 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-27T16:43:21.134Z] Statistics: [2020-10-27T16:43:21.134Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-27T16:43:21.134Z] File successfully converted to sysstat format version 12.2.1 [2020-10-27T16:43:21.134Z] + sadf -c /var/log/sa-host/sa27 [2020-10-27T16:43:21.134Z] file_magic: OK [2020-10-27T16:43:21.134Z] HZ: Using current value: 100 [2020-10-27T16:43:21.134Z] file_header: OK [2020-10-27T16:43:21.134Z] 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-27T16:43:21.134Z] Statistics: [2020-10-27T16:43:21.134Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-27T16:43:21.135Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-27T16:43:21.433Z] provisioning config files... [2020-10-27T16:43:21.452Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6842309647167397644tmp [Pipeline] { [Pipeline] echo [2020-10-27T16:43:21.549Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:43:21.862Z] ---> create-netrc.sh [Pipeline] } [2020-10-27T16:43:21.872Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-27T16:43:21.964Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:43:22.267Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-27T16:43:22.279Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:43:22.581Z] ---> sudo-logs.sh [2020-10-27T16:43:22.581Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-27T16:43:22.592Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:43:22.893Z] ---> job-cost.sh [2020-10-27T16:43:22.893Z] lf-activate-venv: SKIPPING [2020-10-27T16:43:22.893Z] INFO: No Stack... [2020-10-27T16:43:24.287Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-27T16:43:24.865Z] INFO: Archiving Costs [Pipeline] echo [2020-10-27T16:43:24.879Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-27T16:43:25.180Z] ---> logs-deploy.sh [2020-10-27T16:43:25.180Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/142 [2020-10-27T16:43:25.180Z] INFO: archiving workspace using pattern(s): [2020-10-27T16:43:27.109Z] Archives upload complete. [2020-10-27T16:43:27.109Z] INFO: archiving logs to Nexus