Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ffd58cbed93a44be1d6809303013af2bd13985cd 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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. [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 [Pipeline] node Running on prd-centos7-docker-4c-2g-273 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 with configured refspecs honoured and without tags 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 --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision ffd58cbed93a44be1d6809303013af2bd13985cd (master) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ffd58cbed93a44be1d6809303013af2bd13985cd # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging (#496)" > git rev-list --no-walk e35ffebebb1e4787f82a73d0795a567a7eccbe33 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:45:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:45:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:45:37 ========================================================= 18:45:37 EdgeX Global Pipelines Version Info 18:45:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:45:38 ------------------- 18:45:38 stable info: 18:45:38 ------------------- 18:45:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:45:38 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 18:45:38 Message: update stable to v1.0.122 18:45:39 ------------------- 18:45:39 experimental info: 18:45:39 ------------------- 18:45:39 Commited By: **** collab-it+edgex@linuxfoundation.org 18:45:39 Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 18:45:39 Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 18:45:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 18:45:40 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 18:45:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:45:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:45:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:45:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:45:40 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:45:41 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:45:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:45:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:45:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:45:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 18:45:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:45:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:45:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:45:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:45:42 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:45:42 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:45:42 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:45:42 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:45:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:45:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 18:45:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:45:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:45:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:45:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ffd58cbed93a44be1d6809303013af2bd13985cd [Pipeline] echo 18:45:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ffd58cb [Pipeline] echo 18:45:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:45:43 + git log --format=format:%s -1 ffd58cbed93a44be1d6809303013af2bd13985cd [Pipeline] echo 18:45:43 GIT_COMMIT: ffd58cbed93a44be1d6809303013af2bd13985cd, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging (#496) [Pipeline] echo 18:45:43 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:45:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:45:44 18:45:44 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:45:45 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:45:45 latest: Pulling from edgex-devops/git-semver 18:45:45 31603596830f: Pulling fs layer 18:45:45 2a8b12db71e7: Pulling fs layer 18:45:45 6ca5941a6612: Pulling fs layer 18:45:45 ecc8261a40a4: Pulling fs layer 18:45:45 ecc8261a40a4: Waiting 18:45:45 2a8b12db71e7: Verifying Checksum 18:45:45 2a8b12db71e7: Download complete 18:45:45 31603596830f: Verifying Checksum 18:45:45 31603596830f: Download complete 18:45:45 ecc8261a40a4: Verifying Checksum 18:45:45 ecc8261a40a4: Download complete 18:45:45 6ca5941a6612: Verifying Checksum 18:45:45 6ca5941a6612: Download complete 18:45:45 31603596830f: Pull complete 18:45:45 2a8b12db71e7: Pull complete 18:45:46 6ca5941a6612: Pull complete 18:45:46 ecc8261a40a4: Pull complete 18:45:46 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:45:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:45:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:45:47 prd-centos7-docker-4c-2g-273 does not seem to be running inside a container 18:45:47 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:45:49 $ docker top ea477ee1a78bf07f5a156ed1ff4d55a41f24b672459d2fbf99206b6f3139f3f8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:45:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:45:49 [ssh-agent] Looking for ssh-agent implementation... 18:45:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:45:49 $ docker exec ea477ee1a78bf07f5a156ed1ff4d55a41f24b672459d2fbf99206b6f3139f3f8 ssh-agent 18:45:49 SSH_AUTH_SOCK=/tmp/ssh-4OffjPx1cvIV/agent.12 18:45:49 SSH_AGENT_PID=17 18:45:49 Running ssh-add (command line suppressed) 18:45:49 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7883656611950458575.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7883656611950458575.key) 18:45:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:45:50 + git describe --exact-match --tags HEAD 18:45:50 fatal: No names found, cannot describe anything. [Pipeline] } 18:45:50 $ docker exec --env ******** --env ******** ea477ee1a78bf07f5a156ed1ff4d55a41f24b672459d2fbf99206b6f3139f3f8 ssh-agent -k 18:45:50 unset SSH_AUTH_SOCK; 18:45:50 unset SSH_AGENT_PID; 18:45:50 echo Agent pid 17 killed; 18:45:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 18:45:50 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 18:45:50 This usually means this commit has not been tagged. [Pipeline] sshagent 18:45:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:45:50 [ssh-agent] Looking for ssh-agent implementation... 18:45:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:45:50 $ docker exec ea477ee1a78bf07f5a156ed1ff4d55a41f24b672459d2fbf99206b6f3139f3f8 ssh-agent 18:45:51 SSH_AUTH_SOCK=/tmp/ssh-yswsa7bd6FXp/agent.46 18:45:51 SSH_AGENT_PID=51 18:45:51 Running ssh-add (command line suppressed) 18:45:51 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1852469677071716757.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1852469677071716757.key) 18:45:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:45:51 + git semver init 18:45:51 # -> Open(): unable to determine branch for HEAD 18:45:51 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:45:51 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:45:51 # $SEMVER_REMOTE_NAME = origin 18:45:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:45:51 # $SEMVER_USER_NAME = edgex-jenkins 18:45:51 # $SEMVER_BRANCH = master 18:45:51 # $SEMVER_TEMP = /tmp/semver-078387165 18:45:51 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 18:45:54 # '/tmp/semver-078387165' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 18:45:54 # -> Force: false 18:45:54 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 18:45:54 $ docker exec --env ******** --env ******** ea477ee1a78bf07f5a156ed1ff4d55a41f24b672459d2fbf99206b6f3139f3f8 ssh-agent -k 18:45:54 unset SSH_AUTH_SOCK; 18:45:54 unset SSH_AGENT_PID; 18:45:54 echo Agent pid 51 killed; 18:45:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:45:54 + git semver [Pipeline] } 18:45:54 $ docker stop --time=1 ea477ee1a78bf07f5a156ed1ff4d55a41f24b672459d2fbf99206b6f3139f3f8 18:45:56 $ docker rm -f ea477ee1a78bf07f5a156ed1ff4d55a41f24b672459d2fbf99206b6f3139f3f8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 18:45:58 Stashed 41 file(s) [Pipeline] echo 18:45:58 [edgeXSemver]: initialized semver on version 1.2.1-dev.28 [Pipeline] echo 18:45:58 Archived original version: [1.2.1-dev.28] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 18:45:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-276 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 18:45:59 Running in /w/workspace/app-functions-sdk-go/116 [Pipeline] { [Pipeline] checkout 18:46:03 using credential edgex-jenkins-ssh 18:46:03 Cloning the remote Git repository 18:46:03 Cloning with configured refspecs honoured and without tags 18:46:04 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:46:04 > git init /w/workspace/app-functions-sdk-go/116 # timeout=10 18:46:04 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:46:04 > git --version # timeout=10 18:46:04 > git --version # 'git version 2.17.1' 18:46:04 using GIT_SSH to set credentials SSH Credentials for GitHub 18:46:04 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:46:07 Fetching without tags 18:46:07 Checking out Revision ffd58cbed93a44be1d6809303013af2bd13985cd (master) 18:46:06 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:46:06 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:46:07 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:46:07 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:46:07 using GIT_SSH to set credentials SSH Credentials for GitHub 18:46:07 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:46:07 > git config core.sparsecheckout # timeout=10 18:46:07 > git checkout -f ffd58cbed93a44be1d6809303013af2bd13985cd # timeout=10 18:46:11 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging (#496)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 18:46:14 Still waiting to schedule task 18:46:14 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-273’ [Pipeline] echo 18:46:14 ========================================================= 18:46:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:46:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:46:15 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 18:46:16 Sending build context to Docker daemon 37.17MB 18:46:16 Step 1/8 : ARG BASE=golang:1.15-alpine 18:46:16 Step 2/8 : FROM ${BASE} 18:46:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:46:17 b538f80385f9: Pulling fs layer 18:46:17 74f711af9a0d: Pulling fs layer 18:46:17 99f96fe45779: Pulling fs layer 18:46:17 8529a6b9a6be: Pulling fs layer 18:46:17 45590311c82a: Pulling fs layer 18:46:17 69ca0ff8b7b3: Pulling fs layer 18:46:17 209524e5b208: Pulling fs layer 18:46:17 8529a6b9a6be: Waiting 18:46:17 45590311c82a: Waiting 18:46:17 69ca0ff8b7b3: Waiting 18:46:17 209524e5b208: Waiting 18:46:17 99f96fe45779: Download complete 18:46:17 74f711af9a0d: Download complete 18:46:17 45590311c82a: Download complete 18:46:17 69ca0ff8b7b3: Download complete 18:46:17 b538f80385f9: Download complete 18:46:18 b538f80385f9: Pull complete 18:46:18 74f711af9a0d: Pull complete 18:46:19 99f96fe45779: Pull complete 18:46:21 209524e5b208: Verifying Checksum 18:46:21 209524e5b208: Download complete 18:46:21 8529a6b9a6be: Verifying Checksum 18:46:21 8529a6b9a6be: Download complete 18:46:32 8529a6b9a6be: Pull complete 18:46:32 45590311c82a: Pull complete 18:46:32 69ca0ff8b7b3: Pull complete 18:46:37 209524e5b208: Pull complete 18:46:37 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 18:46:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:46:37 ---> 5bddaf1c2fca 18:46:37 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 18:46:37 latest: Pulling from library/docker 18:46:37 b538f80385f9: Already exists 18:46:37 259a493cd78d: Pulling fs layer 18:46:37 b8e66b5100f5: Pulling fs layer 18:46:37 39dc9c94d07c: Pulling fs layer 18:46:37 551b823b3b82: Pulling fs layer 18:46:37 3c52a74df98c: Pulling fs layer 18:46:37 6c9b121b6998: Pulling fs layer 18:46:37 551b823b3b82: Waiting 18:46:37 3c52a74df98c: Waiting 18:46:37 6c9b121b6998: Waiting 18:46:37 b8e66b5100f5: Download complete 18:46:37 259a493cd78d: Download complete 18:46:37 551b823b3b82: Verifying Checksum 18:46:37 551b823b3b82: Download complete 18:46:37 3c52a74df98c: Verifying Checksum 18:46:37 3c52a74df98c: Download complete 18:46:37 6c9b121b6998: Verifying Checksum 18:46:37 6c9b121b6998: Download complete 18:46:37 259a493cd78d: Pull complete 18:46:38 b8e66b5100f5: Pull complete 18:46:38 39dc9c94d07c: Verifying Checksum 18:46:38 39dc9c94d07c: Download complete 18:46:41 39dc9c94d07c: Pull complete 18:46:41 551b823b3b82: Pull complete 18:46:42 3c52a74df98c: Pull complete 18:46:42 6c9b121b6998: Pull complete 18:46:42 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 18:46:42 Status: Downloaded newer image for docker:latest 18:46:49 ---> 02986c2e09e3 18:46:49 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:46:49 ---> Running in 6db21cb09289 18:46:49 Removing intermediate container 6db21cb09289 18:46:49 ---> 1b390898752f 18:46:49 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:46:49 ---> Running in 3af49b689c06 18:46:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:52 (1/5) Installing libsodium (1.0.18-r0) 18:46:52 (2/5) Installing libzmq (4.3.3-r0) 18:46:52 (3/5) Installing pkgconf (1.7.2-r0) 18:46:52 (4/5) Installing libsodium-dev (1.0.18-r0) 18:46:52 (5/5) Installing zeromq-dev (4.3.3-r0) 18:46:52 Executing busybox-1.31.1-r16.trigger 18:46:52 OK: 144 MiB in 44 packages 18:46:53 Removing intermediate container 3af49b689c06 18:46:53 ---> d25395f31d30 18:46:53 Step 6/8 : WORKDIR /build 18:46:54 ---> Running in 184bd15e4039 18:46:54 Removing intermediate container 184bd15e4039 18:46:54 ---> 6946a81a95b8 18:46:54 Step 7/8 : COPY go.mod . 18:46:55 ---> 5263636bf802 18:46:55 Step 8/8 : RUN go mod download 18:46:55 ---> Running in 354646d6651d 18:47:27 Removing intermediate container 354646d6651d 18:47:27 ---> cf767dda5589 18:47:27 Successfully built cf767dda5589 18:47:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:47:28 + docker inspect -f . ci-base-image-arm64 18:47:28 . [Pipeline] withDockerContainer 18:47:28 prd-ubuntu18.04-docker-arm64-4c-16g-276 does not seem to be running inside a container 18:47:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/116 -v /w/workspace/app-functions-sdk-go/116:/w/workspace/app-functions-sdk-go/116:rw,z -v /w/workspace/app-functions-sdk-go/116@tmp:/w/workspace/app-functions-sdk-go/116@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 ******** ci-base-image-arm64 cat 18:47:30 $ docker top 0aafdcd488c5c0cc4651d31a5ff77833567569a8234118211da962c2ae287d1d -eo pid,comm [Pipeline] { [Pipeline] sh 18:47:31 + go version 18:47:31 go version go1.15.2 linux/arm64 [Pipeline] } 18:47:31 $ docker stop --time=1 0aafdcd488c5c0cc4651d31a5ff77833567569a8234118211da962c2ae287d1d 18:47:33 $ docker rm -f 0aafdcd488c5c0cc4651d31a5ff77833567569a8234118211da962c2ae287d1d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:50:14 Running on prd-centos7-docker-4c-2g-279 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 18:50:14 Running in /w/workspace/app-functions-sdk-go/116 [Pipeline] { [Pipeline] checkout 18:50:17 using credential edgex-jenkins-ssh 18:50:17 Cloning the remote Git repository 18:50:17 Cloning with configured refspecs honoured and without tags 18:50:17 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:50:17 > git init /w/workspace/app-functions-sdk-go/116 # timeout=10 18:50:17 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:50:17 > git --version # timeout=10 18:50:17 > git --version # 'git version 2.16.5' 18:50:17 using GIT_SSH to set credentials SSH Credentials for GitHub 18:50:17 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:50:18 Fetching without tags 18:50:19 Checking out Revision ffd58cbed93a44be1d6809303013af2bd13985cd (master) 18:50:18 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:50:18 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:50:18 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:50:18 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:50:18 using GIT_SSH to set credentials SSH Credentials for GitHub 18:50:18 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:50:19 > git config core.sparsecheckout # timeout=10 18:50:19 > git checkout -f ffd58cbed93a44be1d6809303013af2bd13985cd # timeout=10 18:50:22 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging (#496)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:50:24 ========================================================= 18:50:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:50:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:50:25 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 18:50:25 Sending build context to Docker daemon 37.17MB 18:50:25 Step 1/8 : ARG BASE=golang:1.15-alpine 18:50:25 Step 2/8 : FROM ${BASE} 18:50:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:50:25 df20fa9351a1: Pulling fs layer 18:50:25 ed8968b2872e: Pulling fs layer 18:50:25 a92cc7c5fd73: Pulling fs layer 18:50:25 e871e8e8d7a9: Pulling fs layer 18:50:25 e73272ec9a57: Pulling fs layer 18:50:25 1e910a182e73: Pulling fs layer 18:50:25 4e634b169226: Pulling fs layer 18:50:25 e73272ec9a57: Waiting 18:50:25 1e910a182e73: Waiting 18:50:25 4e634b169226: Waiting 18:50:25 e871e8e8d7a9: Waiting 18:50:25 a92cc7c5fd73: Download complete 18:50:25 ed8968b2872e: Download complete 18:50:25 e73272ec9a57: Verifying Checksum 18:50:25 e73272ec9a57: Download complete 18:50:25 1e910a182e73: Verifying Checksum 18:50:25 1e910a182e73: Download complete 18:50:27 df20fa9351a1: Download complete 18:50:27 df20fa9351a1: Pull complete 18:50:28 ed8968b2872e: Pull complete 18:50:28 a92cc7c5fd73: Pull complete 18:50:28 4e634b169226: Verifying Checksum 18:50:28 4e634b169226: Download complete 18:50:29 e871e8e8d7a9: Verifying Checksum 18:50:29 e871e8e8d7a9: Download complete 18:50:34 e871e8e8d7a9: Pull complete 18:50:34 e73272ec9a57: Pull complete 18:50:34 1e910a182e73: Pull complete 18:50:44 4e634b169226: Pull complete 18:50:44 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 18:50:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:50:44 ---> f7629b54cfaa 18:50:44 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 18:50:44 latest: Pulling from library/docker 18:50:44 df20fa9351a1: Already exists 18:50:44 25ad7478873d: Pulling fs layer 18:50:44 4684f6177b5d: Pulling fs layer 18:50:44 46e300cec669: Pulling fs layer 18:50:44 63038576ad94: Pulling fs layer 18:50:44 0fdb76c4706c: Pulling fs layer 18:50:44 cb7edeffdfd5: Pulling fs layer 18:50:44 63038576ad94: Waiting 18:50:44 0fdb76c4706c: Waiting 18:50:44 cb7edeffdfd5: Waiting 18:50:44 4684f6177b5d: Verifying Checksum 18:50:44 4684f6177b5d: Download complete 18:50:44 25ad7478873d: Verifying Checksum 18:50:44 25ad7478873d: Download complete 18:50:44 63038576ad94: Verifying Checksum 18:50:44 63038576ad94: Download complete 18:50:44 0fdb76c4706c: Verifying Checksum 18:50:44 0fdb76c4706c: Download complete 18:50:44 cb7edeffdfd5: Verifying Checksum 18:50:44 cb7edeffdfd5: Download complete 18:50:44 25ad7478873d: Pull complete 18:50:44 4684f6177b5d: Pull complete 18:50:44 46e300cec669: Verifying Checksum 18:50:44 46e300cec669: Download complete 18:50:46 46e300cec669: Pull complete 18:50:46 63038576ad94: Pull complete 18:50:46 0fdb76c4706c: Pull complete 18:50:46 cb7edeffdfd5: Pull complete 18:50:46 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 18:50:46 Status: Downloaded newer image for docker:latest 18:50:48 ---> b71434d5e5e9 18:50:48 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:50:48 ---> Running in cc439af9c516 18:50:48 Removing intermediate container cc439af9c516 18:50:48 ---> ba39e91947e1 18:50:48 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:50:48 ---> Running in b45da58f0f24 18:50:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:50:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:50:50 (1/5) Installing libsodium (1.0.18-r0) 18:50:51 (2/5) Installing libzmq (4.3.3-r0) 18:50:51 (3/5) Installing pkgconf (1.7.2-r0) 18:50:51 (4/5) Installing libsodium-dev (1.0.18-r0) 18:50:51 (5/5) Installing zeromq-dev (4.3.3-r0) 18:50:51 Executing busybox-1.31.1-r16.trigger 18:50:51 OK: 167 MiB in 44 packages 18:50:52 Removing intermediate container b45da58f0f24 18:50:52 ---> ff7a955a3ecb 18:50:52 Step 6/8 : WORKDIR /build 18:50:52 ---> Running in 115ae2e04932 18:50:52 Removing intermediate container 115ae2e04932 18:50:52 ---> d7482c7e0faf 18:50:52 Step 7/8 : COPY go.mod . 18:50:52 ---> 97786affe0df 18:50:52 Step 8/8 : RUN go mod download 18:50:52 ---> Running in 1145d62048e5 18:51:19 Removing intermediate container 1145d62048e5 18:51:19 ---> 5d588e82e094 18:51:19 Successfully built 5d588e82e094 18:51:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:51:19 + docker inspect -f . ci-base-image-x86_64 18:51:19 . [Pipeline] withDockerContainer 18:51:19 prd-centos7-docker-4c-2g-279 does not seem to be running inside a container 18:51:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/116 -v /w/workspace/app-functions-sdk-go/116:/w/workspace/app-functions-sdk-go/116:rw,z -v /w/workspace/app-functions-sdk-go/116@tmp:/w/workspace/app-functions-sdk-go/116@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 ******** ci-base-image-x86_64 cat 18:51:20 $ docker top 30a9979041857d09100ea79bf79908007b86c1d43cb8b648960e21d495814ba8 -eo pid,comm [Pipeline] { [Pipeline] sh 18:51:21 + go version 18:51:21 go version go1.15.2 linux/amd64 [Pipeline] } 18:51:21 $ docker stop --time=1 30a9979041857d09100ea79bf79908007b86c1d43cb8b648960e21d495814ba8 18:51:22 $ docker rm -f 30a9979041857d09100ea79bf79908007b86c1d43cb8b648960e21d495814ba8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 18:51:25 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 18:51:25 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 18:51:25 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:51:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 18:51:25 18:51:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 18:51:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 18:51:25 1.317.0: Pulling from edgex-devops/edgex-snyk-go 18:51:25 cbdbe7a5bc2a: Pulling fs layer 18:51:25 408f87550127: Pulling fs layer 18:51:25 fe522b08c979: Pulling fs layer 18:51:25 221eaa008020: Pulling fs layer 18:51:25 2a4607e5d6b9: Pulling fs layer 18:51:25 8f79b27c4fd2: Pulling fs layer 18:51:25 e5c8dbe1645b: Pulling fs layer 18:51:25 23e8b3b47431: Pulling fs layer 18:51:25 5c568d65a230: Pulling fs layer 18:51:25 8f79b27c4fd2: Waiting 18:51:25 e5c8dbe1645b: Waiting 18:51:25 23e8b3b47431: Waiting 18:51:25 5c568d65a230: Waiting 18:51:25 221eaa008020: Waiting 18:51:25 2a4607e5d6b9: Waiting 18:51:25 fe522b08c979: Verifying Checksum 18:51:25 fe522b08c979: Download complete 18:51:25 408f87550127: Verifying Checksum 18:51:25 408f87550127: Download complete 18:51:25 2a4607e5d6b9: Verifying Checksum 18:51:25 2a4607e5d6b9: Download complete 18:51:25 8f79b27c4fd2: Verifying Checksum 18:51:25 8f79b27c4fd2: Download complete 18:51:25 cbdbe7a5bc2a: Verifying Checksum 18:51:26 cbdbe7a5bc2a: Pull complete 18:51:26 408f87550127: Pull complete 18:51:26 fe522b08c979: Pull complete 18:51:27 e5c8dbe1645b: Verifying Checksum 18:51:27 e5c8dbe1645b: Download complete 18:51:28 23e8b3b47431: Verifying Checksum 18:51:28 23e8b3b47431: Download complete 18:51:28 5c568d65a230: Verifying Checksum 18:51:28 5c568d65a230: Download complete 18:51:30 221eaa008020: Verifying Checksum 18:51:30 221eaa008020: Download complete 18:51:36 221eaa008020: Pull complete 18:51:36 2a4607e5d6b9: Pull complete 18:51:36 8f79b27c4fd2: Pull complete 18:51:38 e5c8dbe1645b: Pull complete 18:51:41 23e8b3b47431: Pull complete 18:51:42 5c568d65a230: Pull complete 18:51:42 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 18:51:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 18:51:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 18:51:42 prd-centos7-docker-4c-2g-273 does not seem to be running inside a container 18:51:43 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 18:51:44 $ docker top c59b79d71c3d9c7d7e2ffc5418c9aa2929a7a11487eaf2b145c005e9564de393 -eo pid,comm [Pipeline] { [Pipeline] sh 18:51:45 + snyk monitor '--org=edgex-jenkins' 18:51:53 18:51:53 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 18:51:53 18:51:53 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/11bc874c-41a7-493b-997d-0932447073ea 18:51:53 18:51:53 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:51:53 18:51:53 18:51:53 Snyk CLI supports Node.js 8 and higher. 18:51:53 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 18:51:53 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 18:51:53 18:51:53 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 18:51:53 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 18:51:53 $ docker stop --time=1 c59b79d71c3d9c7d7e2ffc5418c9aa2929a7a11487eaf2b145c005e9564de393 18:51:57 $ docker rm -f c59b79d71c3d9c7d7e2ffc5418c9aa2929a7a11487eaf2b145c005e9564de393 [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] { (Publish Swagger) [Pipeline] echo 18:51:59 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:51:59 provisioning config files... 18:51:59 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4877466441856211548tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:51:59 --> edgex-publish-swagger.sh 18:51:59 === Publish openapi/v2 API === 18:51:59 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 18:51:59 [publishToSwagger] Publishing API Name [app-functions-sdk] 18:51:59 [publishToSwagger] Dry Run enabled...Simulating upload 18:51:59 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/app-functions-sdk?oas=3.0.0&isPrivate=false&force=true [Pipeline] } 18:51:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 18:52:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:52:01 . [Pipeline] withDockerContainer 18:52:01 prd-centos7-docker-4c-2g-273 does not seem to be running inside a container 18:52:01 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:52:02 $ docker top edf0625a1d60482c5df3e997375192d3369e78e354e9fd3e9b675e9151d0e7a4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:52:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:52:02 [ssh-agent] Looking for ssh-agent implementation... 18:52:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:52:03 $ docker exec edf0625a1d60482c5df3e997375192d3369e78e354e9fd3e9b675e9151d0e7a4 ssh-agent 18:52:03 SSH_AUTH_SOCK=/tmp/ssh-BTWzqA0gtfG5/agent.11 18:52:03 SSH_AGENT_PID=17 18:52:03 Running ssh-add (command line suppressed) 18:52:03 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3544306638267457143.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3544306638267457143.key) 18:52:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:52:03 + git semver tag 18:52:03 # -> Open(): unable to determine branch for HEAD 18:52:03 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:52:03 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:52:03 # $SEMVER_REMOTE_NAME = origin 18:52:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:52:03 # $SEMVER_USER_NAME = edgex-jenkins 18:52:03 # $SEMVER_BRANCH = master 18:52:03 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 18:52:03 # ffd58cbed93a44be1d6809303013af2bd13985cd HEAD 18:52:03 # -> Force: false 18:52:03 # 4c722118643d8facf6ebfdb15907c837cd99e205 refs/tags/v1.2.1-dev.28 [Pipeline] } 18:52:03 $ docker exec --env ******** --env ******** edf0625a1d60482c5df3e997375192d3369e78e354e9fd3e9b675e9151d0e7a4 ssh-agent -k 18:52:03 unset SSH_AUTH_SOCK; 18:52:03 unset SSH_AGENT_PID; 18:52:03 echo Agent pid 17 killed; 18:52:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:52:04 + git semver [Pipeline] } 18:52:04 $ docker stop --time=1 edf0625a1d60482c5df3e997375192d3369e78e354e9fd3e9b675e9151d0e7a4 18:52:05 $ docker rm -f edf0625a1d60482c5df3e997375192d3369e78e354e9fd3e9b675e9151d0e7a4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:52:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:52:06 18:52:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:52:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:52:06 0.23.1-centos7: Pulling from edgex-lftools 18:52:06 ab5ef0e58194: Pulling fs layer 18:52:06 9712f1f96733: Pulling fs layer 18:52:06 63f879dbbcfc: Pulling fs layer 18:52:06 0d9ebad4ef96: Pulling fs layer 18:52:06 e9a5061849ea: Pulling fs layer 18:52:06 d747dcd14b5f: Pulling fs layer 18:52:06 2de7ff778b66: Pulling fs layer 18:52:06 e9a5061849ea: Waiting 18:52:06 d747dcd14b5f: Waiting 18:52:06 2de7ff778b66: Waiting 18:52:06 0d9ebad4ef96: Waiting 18:52:06 9712f1f96733: Verifying Checksum 18:52:06 9712f1f96733: Download complete 18:52:08 63f879dbbcfc: Verifying Checksum 18:52:08 63f879dbbcfc: Download complete 18:52:08 e9a5061849ea: Verifying Checksum 18:52:08 e9a5061849ea: Download complete 18:52:08 d747dcd14b5f: Verifying Checksum 18:52:08 d747dcd14b5f: Download complete 18:52:09 2de7ff778b66: Verifying Checksum 18:52:09 2de7ff778b66: Download complete 18:52:09 0d9ebad4ef96: Verifying Checksum 18:52:09 0d9ebad4ef96: Download complete 18:52:09 ab5ef0e58194: Verifying Checksum 18:52:09 ab5ef0e58194: Download complete 18:52:13 ab5ef0e58194: Pull complete 18:52:13 9712f1f96733: Pull complete 18:52:16 63f879dbbcfc: Pull complete 18:52:22 0d9ebad4ef96: Pull complete 18:52:23 e9a5061849ea: Pull complete 18:52:23 d747dcd14b5f: Pull complete 18:52:27 2de7ff778b66: Pull complete 18:52:27 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:52:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:52:27 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:52:28 prd-centos7-docker-4c-2g-273 does not seem to be running inside a container 18:52:28 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:52:31 $ docker top b31246983ddeb0138e6cfd33c8fb18659bc3ca75861138b490c283415c758d87 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:52:31 provisioning config files... 18:52:31 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5826415773290864101tmp 18:52:31 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5753908992381816996tmp 18:52:31 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7027205039240260004tmp [Pipeline] { [Pipeline] echo 18:52:31 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:52:31 ---> sigul-configuration.sh 18:52:31 gpg: directory `/root/.gnupg' created 18:52:31 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:52:31 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:52:31 gpg: keyring `/root/.gnupg/secring.gpg' created 18:52:31 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:52:31 gpg: CAST5 encrypted data 18:52:31 gpg: encrypted with 1 passphrase 18:52:31 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:52:32 + mkdir /home/jenkins 18:52:32 + mkdir /home/jenkins/sigul [Pipeline] sh 18:52:32 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 18:52:32 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:52:32 ---> sigul-install.sh 18:52:38 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:52:38 + git tag --list 18:52:38 v1.2.1-dev.28 [Pipeline] sh 18:52:38 + lftools sign git-tag v1.2.1-dev.28 18:52:40 Signing Git tag with Sigul... 18:52:40 Signing v1.2.1-dev.28 [Pipeline] echo 18:52:41 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:52:41 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:52:41 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:52:41 $ docker stop --time=1 b31246983ddeb0138e6cfd33c8fb18659bc3ca75861138b490c283415c758d87 18:52:43 $ docker rm -f b31246983ddeb0138e6cfd33c8fb18659bc3ca75861138b490c283415c758d87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:52:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:52:44 . [Pipeline] withDockerContainer 18:52:44 prd-centos7-docker-4c-2g-273 does not seem to be running inside a container 18:52:44 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:52:45 $ docker top c6d79b6af0db313913e0d10641630f892bc48777b49b31c1e86907f21bfc7a97 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:52:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:52:45 [ssh-agent] Looking for ssh-agent implementation... 18:52:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:52:45 $ docker exec c6d79b6af0db313913e0d10641630f892bc48777b49b31c1e86907f21bfc7a97 ssh-agent 18:52:46 SSH_AUTH_SOCK=/tmp/ssh-nIiDekVazKOn/agent.13 18:52:46 SSH_AGENT_PID=18 18:52:46 Running ssh-add (command line suppressed) 18:52:46 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6842895941713456789.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6842895941713456789.key) 18:52:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:52:46 + git semver bump pre 18:52:46 # -> Open(): unable to determine branch for HEAD 18:52:46 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:52:46 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:52:46 # $SEMVER_REMOTE_NAME = origin 18:52:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:52:46 # $SEMVER_USER_NAME = edgex-jenkins 18:52:46 # $SEMVER_BRANCH = master 18:52:46 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 18:52:46 1.2.1-dev.29 [Pipeline] } 18:52:46 $ docker exec --env ******** --env ******** c6d79b6af0db313913e0d10641630f892bc48777b49b31c1e86907f21bfc7a97 ssh-agent -k 18:52:46 unset SSH_AUTH_SOCK; 18:52:46 unset SSH_AGENT_PID; 18:52:46 echo Agent pid 18 killed; 18:52:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:52:47 + git semver [Pipeline] } 18:52:47 $ docker stop --time=1 c6d79b6af0db313913e0d10641630f892bc48777b49b31c1e86907f21bfc7a97 18:52:48 $ docker rm -f c6d79b6af0db313913e0d10641630f892bc48777b49b31c1e86907f21bfc7a97 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:52:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:52:49 . [Pipeline] withDockerContainer 18:52:49 prd-centos7-docker-4c-2g-273 does not seem to be running inside a container 18:52:49 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:52:49 $ docker top 592ea21dbe7b1fce70930bb6017e34012f90879cde78056affd23c370d9bfc0e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:52:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:52:50 [ssh-agent] Looking for ssh-agent implementation... 18:52:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:52:50 $ docker exec 592ea21dbe7b1fce70930bb6017e34012f90879cde78056affd23c370d9bfc0e ssh-agent 18:52:50 SSH_AUTH_SOCK=/tmp/ssh-xSi4jmKieLy9/agent.12 18:52:50 SSH_AGENT_PID=17 18:52:50 Running ssh-add (command line suppressed) 18:52:50 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1794533300285848675.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1794533300285848675.key) 18:52:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:52:51 + git semver push 18:52:51 # -> Open(): unable to determine branch for HEAD 18:52:51 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:52:51 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:52:51 # $SEMVER_REMOTE_NAME = origin 18:52:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:52:51 # $SEMVER_USER_NAME = edgex-jenkins 18:52:51 # $SEMVER_BRANCH = master 18:52:51 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 18:52:58 $ docker exec --env ******** --env ******** 592ea21dbe7b1fce70930bb6017e34012f90879cde78056affd23c370d9bfc0e ssh-agent -k 18:52:58 unset SSH_AUTH_SOCK; 18:52:58 unset SSH_AGENT_PID; 18:52:58 echo Agent pid 17 killed; 18:52:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:52:59 + git semver [Pipeline] } 18:52:59 $ docker stop --time=1 592ea21dbe7b1fce70930bb6017e34012f90879cde78056affd23c370d9bfc0e 18:53:00 $ docker rm -f 592ea21dbe7b1fce70930bb6017e34012f90879cde78056affd23c370d9bfc0e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:53:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:53:02 ---> package-listing.sh 18:53:02 ++ facter osfamily 18:53:02 ++ tr '[:upper:]' '[:lower:]' 18:53:02 + OS_FAMILY=redhat 18:53:02 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 18:53:02 + START_PACKAGES=/tmp/packages_start.txt 18:53:02 + END_PACKAGES=/tmp/packages_end.txt 18:53:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:53:02 + PACKAGES=/tmp/packages_start.txt 18:53:02 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 18:53:02 + PACKAGES=/tmp/packages_end.txt 18:53:02 + case "${OS_FAMILY}" in 18:53:02 + rpm -qa 18:53:02 + sort 18:53:06 + '[' -f /tmp/packages_start.txt ']' 18:53:06 + '[' -f /tmp/packages_end.txt ']' 18:53:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:53:06 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 18:53:06 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 18:53:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] isUnix [Pipeline] sh 18:53:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:53:07 18:53:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:53:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:53:08 alpine: Pulling from edgex-lftools-log-publisher 18:53:08 df20fa9351a1: Pulling fs layer 18:53:08 36b3adc4ff6f: Pulling fs layer 18:53:08 8ad3a11d3b57: Pulling fs layer 18:53:08 46f8f816bc3b: Pulling fs layer 18:53:08 0dadc02b9964: Pulling fs layer 18:53:08 ce6a7cf60c04: Pulling fs layer 18:53:08 7a184a31f384: Pulling fs layer 18:53:08 0879bd2ef858: Pulling fs layer 18:53:08 46f8f816bc3b: Waiting 18:53:08 0dadc02b9964: Waiting 18:53:08 ce6a7cf60c04: Waiting 18:53:08 7a184a31f384: Waiting 18:53:08 0879bd2ef858: Waiting 18:53:08 36b3adc4ff6f: Verifying Checksum 18:53:08 36b3adc4ff6f: Download complete 18:53:08 46f8f816bc3b: Verifying Checksum 18:53:08 46f8f816bc3b: Download complete 18:53:08 df20fa9351a1: Download complete 18:53:08 ce6a7cf60c04: Verifying Checksum 18:53:08 ce6a7cf60c04: Download complete 18:53:08 7a184a31f384: Verifying Checksum 18:53:08 7a184a31f384: Download complete 18:53:08 0dadc02b9964: Verifying Checksum 18:53:08 0dadc02b9964: Download complete 18:53:08 df20fa9351a1: Pull complete 18:53:08 8ad3a11d3b57: Verifying Checksum 18:53:08 8ad3a11d3b57: Download complete 18:53:08 36b3adc4ff6f: Pull complete 18:53:09 8ad3a11d3b57: Pull complete 18:53:09 0879bd2ef858: Verifying Checksum 18:53:09 0879bd2ef858: Download complete 18:53:09 46f8f816bc3b: Pull complete 18:53:10 0dadc02b9964: Pull complete 18:53:10 ce6a7cf60c04: Pull complete 18:53:10 7a184a31f384: Pull complete 18:53:12 0879bd2ef858: Pull complete 18:53:12 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 18:53:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:53:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:53:12 prd-centos7-docker-4c-2g-273 does not seem to be running inside a container 18:53:12 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:53:15 $ docker top 57edd355fc7ec8d04cc5fc374e03ef3546728b760839d22912ed4a6499ac4516 -eo pid,comm [Pipeline] { [Pipeline] sh 18:53:16 + mkdir -p /var/log/sa [Pipeline] sh 18:53:16 + ls /var/log/sa-host 18:53:16 + sadf -c /var/log/sa-host/sa05 18:53:16 file_magic: OK 18:53:16 HZ: Using current value: 100 18:53:16 file_header: OK 18:53:16 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:53:16 Statistics: 18:53:16 Hnuu...uuuununununu...Hnuu...uuuununununu... 18:53:16 File successfully converted to sysstat format version 12.2.1 18:53:16 + sadf -c /var/log/sa-host/sa17 18:53:16 file_magic: OK 18:53:16 HZ: Using current value: 100 18:53:16 file_header: OK 18:53:16 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:53:16 Statistics: 18:53:16 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:53:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:53:16 provisioning config files... 18:53:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config61885082849312172tmp [Pipeline] { [Pipeline] echo 18:53:16 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:53:16 ---> create-netrc.sh [Pipeline] echo 18:53:16 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:53:17 ---> logs-deploy.sh 18:53:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/116 18:53:17 INFO: archiving workspace using pattern(s): 18:53:18 Archives upload complete. 18:53:18 INFO: archiving logs to Nexus