Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a28a1e282162ae220bb16baae6b474c93cd0f1dd 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 Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-448 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 a28a1e282162ae220bb16baae6b474c93cd0f1dd (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 a28a1e282162ae220bb16baae6b474c93cd0f1dd # timeout=10 Commit message: "fix: Make `path` property required for the Secrets V1 & V2 APIs (#497)" > git rev-list --no-walk 48a162b46f06db1ab3e8693b547f266453305d01 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:10:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:10:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:10:44 ========================================================= 22:10:44 EdgeX Global Pipelines Version Info 22:10:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:10:46 ------------------- 22:10:46 stable info: 22:10:46 ------------------- 22:10:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:10:46 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 22:10:46 Message: update stable to v1.0.122 22:10:46 ------------------- 22:10:46 experimental info: 22:10:46 ------------------- 22:10:46 Commited By: **** collab-it+edgex@linuxfoundation.org 22:10:46 Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 22:10:46 Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 22:10:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 22:10:47 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 22:10:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:10:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:10:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:10:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:10:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:10:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:10:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:10:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:10:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:10:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 22:10:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:10:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:10:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:10:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:10:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:10:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:10:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:10:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:10:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:10:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 22:10:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:10:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:10:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:10:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a28a1e282162ae220bb16baae6b474c93cd0f1dd [Pipeline] echo 22:10:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a28a1e2 [Pipeline] echo 22:10:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:10:50 + git log --format=format:%s -1 a28a1e282162ae220bb16baae6b474c93cd0f1dd [Pipeline] echo 22:10:50 GIT_COMMIT: a28a1e282162ae220bb16baae6b474c93cd0f1dd, Commit Message: fix: Make `path` property required for the Secrets V1 & V2 APIs (#497) [Pipeline] echo 22:10:50 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:10:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:10:51 22:10:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:10:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:10:51 latest: Pulling from edgex-devops/git-semver 22:10:51 31603596830f: Pulling fs layer 22:10:51 2a8b12db71e7: Pulling fs layer 22:10:51 6ca5941a6612: Pulling fs layer 22:10:51 ecc8261a40a4: Pulling fs layer 22:10:51 ecc8261a40a4: Waiting 22:10:51 2a8b12db71e7: Download complete 22:10:52 31603596830f: Download complete 22:10:52 ecc8261a40a4: Verifying Checksum 22:10:52 ecc8261a40a4: Download complete 22:10:52 6ca5941a6612: Verifying Checksum 22:10:52 6ca5941a6612: Download complete 22:10:52 31603596830f: Pull complete 22:10:52 2a8b12db71e7: Pull complete 22:10:53 6ca5941a6612: Pull complete 22:10:53 ecc8261a40a4: Pull complete 22:10:53 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:10:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:10:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:10:53 prd-centos7-docker-4c-2g-448 does not seem to be running inside a container 22:10:53 $ 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 22:10:55 $ docker top cbf3e3cb918a5dc34d19897efab8e372573823d48d15f624ebc63cae7a398e47 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:10:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:10:55 [ssh-agent] Looking for ssh-agent implementation... 22:10:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:10:56 $ docker exec cbf3e3cb918a5dc34d19897efab8e372573823d48d15f624ebc63cae7a398e47 ssh-agent 22:10:56 SSH_AUTH_SOCK=/tmp/ssh-feAJJrZn4Y2w/agent.11 22:10:56 SSH_AGENT_PID=16 22:10:56 Running ssh-add (command line suppressed) 22:10:56 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_883246406750940822.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_883246406750940822.key) 22:10:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:10:56 + git describe --exact-match --tags HEAD 22:10:56 fatal: No names found, cannot describe anything. [Pipeline] } 22:10:56 $ docker exec --env ******** --env ******** cbf3e3cb918a5dc34d19897efab8e372573823d48d15f624ebc63cae7a398e47 ssh-agent -k 22:10:56 unset SSH_AUTH_SOCK; 22:10:56 unset SSH_AGENT_PID; 22:10:56 echo Agent pid 16 killed; 22:10:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:10:57 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 22:10:57 This usually means this commit has not been tagged. [Pipeline] sshagent 22:10:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:10:57 [ssh-agent] Looking for ssh-agent implementation... 22:10:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:10:57 $ docker exec cbf3e3cb918a5dc34d19897efab8e372573823d48d15f624ebc63cae7a398e47 ssh-agent 22:10:57 SSH_AUTH_SOCK=/tmp/ssh-ZnkJrUxjmPBd/agent.45 22:10:57 SSH_AGENT_PID=50 22:10:57 Running ssh-add (command line suppressed) 22:10:57 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6275854074404734938.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6275854074404734938.key) 22:10:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:10:58 + git semver init 22:10:58 # -> Open(): unable to determine branch for HEAD 22:10:58 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:10:58 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:10:58 # $SEMVER_REMOTE_NAME = origin 22:10:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:10:58 # $SEMVER_USER_NAME = edgex-jenkins 22:10:58 # $SEMVER_BRANCH = master 22:10:58 # $SEMVER_TEMP = /tmp/semver-940984860 22:10:58 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 22:11:00 # '/tmp/semver-940984860' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 22:11:00 # -> Force: false 22:11:00 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 22:11:00 $ docker exec --env ******** --env ******** cbf3e3cb918a5dc34d19897efab8e372573823d48d15f624ebc63cae7a398e47 ssh-agent -k 22:11:00 unset SSH_AUTH_SOCK; 22:11:00 unset SSH_AGENT_PID; 22:11:00 echo Agent pid 50 killed; 22:11:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:11:01 + git semver [Pipeline] } 22:11:01 $ docker stop --time=1 cbf3e3cb918a5dc34d19897efab8e372573823d48d15f624ebc63cae7a398e47 22:11:02 $ docker rm -f cbf3e3cb918a5dc34d19897efab8e372573823d48d15f624ebc63cae7a398e47 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 22:11:05 Stashed 45 file(s) [Pipeline] echo 22:11:05 [edgeXSemver]: initialized semver on version 1.2.1-dev.32 [Pipeline] echo 22:11:05 Archived original version: [1.2.1-dev.32] [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 22:11:20 Still waiting to schedule task 22:11:20 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:11:20 Still waiting to schedule task 22:11:20 ‘prd-ubuntu18.04-docker-arm64-4c-16g-446’ is offline 22:13:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-449 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 22:13:18 Running in /w/workspace/app-functions-sdk-go/120 [Pipeline] { [Pipeline] checkout 22:13:23 using credential edgex-jenkins-ssh 22:13:23 Cloning the remote Git repository 22:13:23 Cloning with configured refspecs honoured and without tags 22:13:23 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:13:23 > git init /w/workspace/app-functions-sdk-go/120 # timeout=10 22:13:23 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:13:23 > git --version # timeout=10 22:13:23 > git --version # 'git version 2.17.1' 22:13:23 using GIT_SSH to set credentials SSH Credentials for GitHub 22:13:23 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:13:26 Fetching without tags 22:13:26 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:13:26 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:13:26 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:13:26 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:13:26 using GIT_SSH to set credentials SSH Credentials for GitHub 22:13:26 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:13:27 Checking out Revision a28a1e282162ae220bb16baae6b474c93cd0f1dd (master) 22:13:27 > git config core.sparsecheckout # timeout=10 22:13:27 > git checkout -f a28a1e282162ae220bb16baae6b474c93cd0f1dd # timeout=10 22:13:32 Commit message: "fix: Make `path` property required for the Secrets V1 & V2 APIs (#497)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:13:35 ========================================================= 22:13:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:13:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:13:36 + 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 . 22:13:38 Sending build context to Docker daemon 37.19MB 22:13:38 Step 1/8 : ARG BASE=golang:1.15-alpine 22:13:38 Step 2/8 : FROM ${BASE} 22:13:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:13:38 b538f80385f9: Pulling fs layer 22:13:38 74f711af9a0d: Pulling fs layer 22:13:38 99f96fe45779: Pulling fs layer 22:13:38 8529a6b9a6be: Pulling fs layer 22:13:38 45590311c82a: Pulling fs layer 22:13:38 69ca0ff8b7b3: Pulling fs layer 22:13:38 209524e5b208: Pulling fs layer 22:13:38 45590311c82a: Waiting 22:13:38 69ca0ff8b7b3: Waiting 22:13:38 209524e5b208: Waiting 22:13:38 8529a6b9a6be: Waiting 22:13:38 99f96fe45779: Download complete 22:13:38 74f711af9a0d: Verifying Checksum 22:13:38 74f711af9a0d: Download complete 22:13:38 45590311c82a: Verifying Checksum 22:13:38 45590311c82a: Download complete 22:13:39 69ca0ff8b7b3: Download complete 22:13:39 b538f80385f9: Verifying Checksum 22:13:39 b538f80385f9: Download complete 22:13:40 b538f80385f9: Pull complete 22:13:40 74f711af9a0d: Pull complete 22:13:41 99f96fe45779: Pull complete 22:13:41 Running on prd-centos7-docker-4c-2g-450 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 22:13:41 Running in /w/workspace/app-functions-sdk-go/120 [Pipeline] { [Pipeline] checkout 22:13:41 209524e5b208: Verifying Checksum 22:13:41 209524e5b208: Download complete 22:13:43 8529a6b9a6be: Verifying Checksum 22:13:43 8529a6b9a6be: Download complete 22:13:43 using credential edgex-jenkins-ssh 22:13:43 Cloning the remote Git repository 22:13:43 Cloning with configured refspecs honoured and without tags 22:13:43 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:13:43 > git init /w/workspace/app-functions-sdk-go/120 # timeout=10 22:13:43 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:13:43 > git --version # timeout=10 22:13:43 > git --version # 'git version 2.16.5' 22:13:43 using GIT_SSH to set credentials SSH Credentials for GitHub 22:13:43 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:13:45 Fetching without tags 22:13:45 Checking out Revision a28a1e282162ae220bb16baae6b474c93cd0f1dd (master) 22:13:45 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:13:45 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:13:45 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:13:45 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:13:45 using GIT_SSH to set credentials SSH Credentials for GitHub 22:13:45 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:13:45 > git config core.sparsecheckout # timeout=10 22:13:45 > git checkout -f a28a1e282162ae220bb16baae6b474c93cd0f1dd # timeout=10 22:13:49 Commit message: "fix: Make `path` property required for the Secrets V1 & V2 APIs (#497)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:13:51 ========================================================= 22:13:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:13:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:13:52 + 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 . 22:13:53 Sending build context to Docker daemon 37.19MB 22:13:53 Step 1/8 : ARG BASE=golang:1.15-alpine 22:13:53 Step 2/8 : FROM ${BASE} 22:13:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:13:53 df20fa9351a1: Pulling fs layer 22:13:53 ed8968b2872e: Pulling fs layer 22:13:53 a92cc7c5fd73: Pulling fs layer 22:13:53 e871e8e8d7a9: Pulling fs layer 22:13:53 e73272ec9a57: Pulling fs layer 22:13:53 1e910a182e73: Pulling fs layer 22:13:53 4e634b169226: Pulling fs layer 22:13:53 e73272ec9a57: Waiting 22:13:53 1e910a182e73: Waiting 22:13:53 4e634b169226: Waiting 22:13:53 e871e8e8d7a9: Waiting 22:13:53 a92cc7c5fd73: Verifying Checksum 22:13:53 a92cc7c5fd73: Download complete 22:13:53 ed8968b2872e: Verifying Checksum 22:13:53 ed8968b2872e: Download complete 22:13:53 e73272ec9a57: Verifying Checksum 22:13:53 e73272ec9a57: Download complete 22:13:53 1e910a182e73: Verifying Checksum 22:13:53 1e910a182e73: Download complete 22:13:53 df20fa9351a1: Verifying Checksum 22:13:53 df20fa9351a1: Download complete 22:13:53 8529a6b9a6be: Pull complete 22:13:53 45590311c82a: Pull complete 22:13:53 df20fa9351a1: Pull complete 22:13:53 ed8968b2872e: Pull complete 22:13:53 a92cc7c5fd73: Pull complete 22:13:54 69ca0ff8b7b3: Pull complete 22:13:54 4e634b169226: Verifying Checksum 22:13:54 4e634b169226: Download complete 22:13:56 e871e8e8d7a9: Download complete 22:13:57 209524e5b208: Pull complete 22:13:57 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 22:13:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:13:57 ---> 5bddaf1c2fca 22:13:57 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:13:58 latest: Pulling from library/docker 22:13:58 b538f80385f9: Already exists 22:13:58 259a493cd78d: Pulling fs layer 22:13:58 b8e66b5100f5: Pulling fs layer 22:13:58 7f8258a56ab6: Pulling fs layer 22:13:58 75a0a0ebb566: Pulling fs layer 22:13:58 4a2c62f0a2a3: Pulling fs layer 22:13:58 294320357d30: Pulling fs layer 22:13:58 75a0a0ebb566: Waiting 22:13:58 4a2c62f0a2a3: Waiting 22:13:58 294320357d30: Waiting 22:13:58 b8e66b5100f5: Verifying Checksum 22:13:58 b8e66b5100f5: Download complete 22:13:58 259a493cd78d: Verifying Checksum 22:13:58 259a493cd78d: Download complete 22:13:58 75a0a0ebb566: Verifying Checksum 22:13:58 75a0a0ebb566: Download complete 22:13:58 4a2c62f0a2a3: Verifying Checksum 22:13:58 4a2c62f0a2a3: Download complete 22:13:58 294320357d30: Download complete 22:13:58 259a493cd78d: Pull complete 22:13:59 b8e66b5100f5: Pull complete 22:13:59 7f8258a56ab6: Verifying Checksum 22:13:59 7f8258a56ab6: Download complete 22:14:02 e871e8e8d7a9: Pull complete 22:14:02 e73272ec9a57: Pull complete 22:14:02 1e910a182e73: Pull complete 22:14:03 7f8258a56ab6: Pull complete 22:14:03 75a0a0ebb566: Pull complete 22:14:03 4a2c62f0a2a3: Pull complete 22:14:03 294320357d30: Pull complete 22:14:03 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 22:14:03 Status: Downloaded newer image for docker:latest 22:14:07 4e634b169226: Pull complete 22:14:07 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 22:14:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:14:07 ---> f7629b54cfaa 22:14:07 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:14:07 latest: Pulling from library/docker 22:14:07 df20fa9351a1: Already exists 22:14:07 25ad7478873d: Pulling fs layer 22:14:07 4684f6177b5d: Pulling fs layer 22:14:07 8ba584e970af: Pulling fs layer 22:14:07 3cdc74d2b06d: Pulling fs layer 22:14:07 4cf5a0d07c1f: Pulling fs layer 22:14:07 fca0ccc462d5: Pulling fs layer 22:14:07 3cdc74d2b06d: Waiting 22:14:07 4cf5a0d07c1f: Waiting 22:14:07 fca0ccc462d5: Waiting 22:14:07 4684f6177b5d: Verifying Checksum 22:14:07 4684f6177b5d: Download complete 22:14:07 25ad7478873d: Verifying Checksum 22:14:07 25ad7478873d: Download complete 22:14:07 3cdc74d2b06d: Verifying Checksum 22:14:07 3cdc74d2b06d: Download complete 22:14:07 4cf5a0d07c1f: Verifying Checksum 22:14:07 4cf5a0d07c1f: Download complete 22:14:07 fca0ccc462d5: Verifying Checksum 22:14:07 fca0ccc462d5: Download complete 22:14:07 25ad7478873d: Pull complete 22:14:08 4684f6177b5d: Pull complete 22:14:08 8ba584e970af: Download complete 22:14:10 ---> 2bfc04322832 22:14:10 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:14:10 ---> Running in c93c16bf0675 22:14:10 Removing intermediate container c93c16bf0675 22:14:10 ---> f44df33e0ce8 22:14:10 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:14:10 ---> Running in e2998849fc8c 22:14:11 8ba584e970af: Pull complete 22:14:11 3cdc74d2b06d: Pull complete 22:14:11 4cf5a0d07c1f: Pull complete 22:14:11 fca0ccc462d5: Pull complete 22:14:11 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 22:14:11 Status: Downloaded newer image for docker:latest 22:14:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:14:13 ---> 4cccfcddf0c8 22:14:13 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:14:13 ---> Running in 4b9db41d7919 22:14:13 Removing intermediate container 4b9db41d7919 22:14:13 ---> 06d0deb4a7c7 22:14:13 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:14:13 ---> Running in 49bc7f5431ac 22:14:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:14:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:14:14 (1/5) Installing libsodium (1.0.18-r0) 22:14:14 (2/5) Installing libzmq (4.3.3-r0) 22:14:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:14:14 (3/5) Installing pkgconf (1.7.2-r0) 22:14:14 (4/5) Installing libsodium-dev (1.0.18-r0) 22:14:15 (5/5) Installing zeromq-dev (4.3.3-r0) 22:14:15 Executing busybox-1.31.1-r16.trigger 22:14:15 OK: 144 MiB in 44 packages 22:14:15 (1/5) Installing libsodium (1.0.18-r0) 22:14:15 (2/5) Installing libzmq (4.3.3-r0) 22:14:15 (3/5) Installing pkgconf (1.7.2-r0) 22:14:16 (4/5) Installing libsodium-dev (1.0.18-r0) 22:14:16 (5/5) Installing zeromq-dev (4.3.3-r0) 22:14:16 Executing busybox-1.31.1-r16.trigger 22:14:16 OK: 167 MiB in 44 packages 22:14:16 Removing intermediate container e2998849fc8c 22:14:16 ---> f10f369c032c 22:14:16 Step 6/8 : WORKDIR /build 22:14:16 ---> Running in 7d179417c6ee 22:14:16 Removing intermediate container 49bc7f5431ac 22:14:16 ---> 1899cae9c043 22:14:16 Step 6/8 : WORKDIR /build 22:14:16 ---> Running in 8a3c1d5affd5 22:14:17 Removing intermediate container 8a3c1d5affd5 22:14:17 ---> c5c1d48c55e5 22:14:17 Step 7/8 : COPY go.mod . 22:14:17 ---> 917793223fac 22:14:17 Step 8/8 : RUN go mod download 22:14:17 Removing intermediate container 7d179417c6ee 22:14:17 ---> 93249b071103 22:14:17 Step 7/8 : COPY go.mod . 22:14:17 ---> Running in 3030dc0f202b 22:14:17 ---> a99e6b58f5dc 22:14:17 Step 8/8 : RUN go mod download 22:14:17 ---> Running in fd4759653eee 22:14:44 Removing intermediate container 3030dc0f202b 22:14:44 ---> 07ac90b62ec9 22:14:44 Successfully built 07ac90b62ec9 22:14:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:14:44 + docker inspect -f . ci-base-image-x86_64 22:14:44 . [Pipeline] withDockerContainer 22:14:44 prd-centos7-docker-4c-2g-450 does not seem to be running inside a container 22:14:44 Removing intermediate container fd4759653eee 22:14:44 ---> 5496de4b3328 22:14:44 Successfully built 5496de4b3328 22:14:44 Successfully tagged ci-base-image-arm64:latest 22:14:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/120 -v /w/workspace/app-functions-sdk-go/120:/w/workspace/app-functions-sdk-go/120:rw,z -v /w/workspace/app-functions-sdk-go/120@tmp:/w/workspace/app-functions-sdk-go/120@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-x86_64 cat 22:14:45 $ docker top c8f2167e405ad680940ac5c9be73377ad3229fab3f95bfca09b998ce7c453d7f -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 22:14:45 + go version 22:14:45 go version go1.15.2 linux/amd64 [Pipeline] } 22:14:45 $ docker stop --time=1 c8f2167e405ad680940ac5c9be73377ad3229fab3f95bfca09b998ce7c453d7f 22:14:46 + docker inspect -f . ci-base-image-arm64 22:14:46 . 22:14:47 $ docker rm -f c8f2167e405ad680940ac5c9be73377ad3229fab3f95bfca09b998ce7c453d7f [Pipeline] // withDockerContainer [Pipeline] withDockerContainer 22:14:47 prd-ubuntu18.04-docker-arm64-4c-16g-449 does not seem to be running inside a container 22:14:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/120 -v /w/workspace/app-functions-sdk-go/120:/w/workspace/app-functions-sdk-go/120:rw,z -v /w/workspace/app-functions-sdk-go/120@tmp:/w/workspace/app-functions-sdk-go/120@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-arm64 cat 22:14:49 $ docker top 9e0f0bf6eb34850d7cb98f29d163cbb8706c6588be278b6b2277aee9dd502f3d -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } 22:14:51 + go version 22:14:51 go version go1.15.2 linux/arm64 [Pipeline] // stage [Pipeline] } 22:14:51 $ docker stop --time=1 9e0f0bf6eb34850d7cb98f29d163cbb8706c6588be278b6b2277aee9dd502f3d 22:14:53 $ docker rm -f 9e0f0bf6eb34850d7cb98f29d163cbb8706c6588be278b6b2277aee9dd502f3d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stage [Pipeline] { (Snap) [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // stage [Pipeline] // node [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // stage [Pipeline] } 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 22:14:56 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 22:14:56 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 22:14:56 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:14:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:14:57 22:14:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 22:14:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:14:57 1.317.0: Pulling from edgex-devops/edgex-snyk-go 22:14:57 cbdbe7a5bc2a: Pulling fs layer 22:14:57 408f87550127: Pulling fs layer 22:14:57 fe522b08c979: Pulling fs layer 22:14:57 221eaa008020: Pulling fs layer 22:14:57 2a4607e5d6b9: Pulling fs layer 22:14:57 8f79b27c4fd2: Pulling fs layer 22:14:57 e5c8dbe1645b: Pulling fs layer 22:14:57 23e8b3b47431: Pulling fs layer 22:14:57 5c568d65a230: Pulling fs layer 22:14:57 8f79b27c4fd2: Waiting 22:14:57 e5c8dbe1645b: Waiting 22:14:57 23e8b3b47431: Waiting 22:14:57 5c568d65a230: Waiting 22:14:57 221eaa008020: Waiting 22:14:57 2a4607e5d6b9: Waiting 22:14:57 408f87550127: Verifying Checksum 22:14:57 408f87550127: Download complete 22:14:57 fe522b08c979: Verifying Checksum 22:14:57 fe522b08c979: Download complete 22:14:57 2a4607e5d6b9: Verifying Checksum 22:14:57 2a4607e5d6b9: Download complete 22:14:57 cbdbe7a5bc2a: Verifying Checksum 22:14:57 cbdbe7a5bc2a: Download complete 22:14:57 8f79b27c4fd2: Verifying Checksum 22:14:57 8f79b27c4fd2: Download complete 22:14:58 cbdbe7a5bc2a: Pull complete 22:14:58 408f87550127: Pull complete 22:14:58 fe522b08c979: Pull complete 22:14:58 e5c8dbe1645b: Verifying Checksum 22:14:58 e5c8dbe1645b: Download complete 22:15:00 5c568d65a230: Verifying Checksum 22:15:00 5c568d65a230: Download complete 22:15:00 23e8b3b47431: Verifying Checksum 22:15:00 23e8b3b47431: Download complete 22:15:01 221eaa008020: Verifying Checksum 22:15:01 221eaa008020: Download complete 22:15:07 221eaa008020: Pull complete 22:15:07 2a4607e5d6b9: Pull complete 22:15:07 8f79b27c4fd2: Pull complete 22:15:09 e5c8dbe1645b: Pull complete 22:15:13 23e8b3b47431: Pull complete 22:15:14 5c568d65a230: Pull complete 22:15:14 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 22:15:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:15:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 22:15:15 prd-centos7-docker-4c-2g-448 does not seem to be running inside a container 22:15:15 $ 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 22:15:16 $ docker top 4bc8aed8d8bb21a52c383fe6c549110c6276a02f1d477eb8588dbc3cd9716749 -eo pid,comm [Pipeline] { [Pipeline] sh 22:15:16 + snyk monitor '--org=edgex-jenkins' 22:15:35 22:15:35 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 22:15:35 22:15:35 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/610bb51d-ed1f-415a-982c-7d777521746e 22:15:35 22:15:35 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:15:35 22:15:35 22:15:35 Snyk CLI supports Node.js 8 and higher. 22:15:35 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 22:15:35 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 22:15:35 22:15:35 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 22:15:35 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 22:15:35 $ docker stop --time=1 4bc8aed8d8bb21a52c383fe6c549110c6276a02f1d477eb8588dbc3cd9716749 22:15:36 $ docker rm -f 4bc8aed8d8bb21a52c383fe6c549110c6276a02f1d477eb8588dbc3cd9716749 [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 22:15:37 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:15:38 provisioning config files... 22:15:38 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6717874055068876755tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:15:38 --> edgex-publish-swagger.sh 22:15:38 === Publish openapi/v2 API === 22:15:38 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 22:15:38 [publishToSwagger] Publishing API Name [app-functions-sdk] 22:15:38 [publishToSwagger] Dry Run enabled...Simulating upload 22:15:38 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/app-functions-sdk?oas=3.0.0&isPrivate=false&force=true [Pipeline] } 22:15:38 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 22:15:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:15:40 . [Pipeline] withDockerContainer 22:15:40 prd-centos7-docker-4c-2g-448 does not seem to be running inside a container 22:15:40 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:15:41 $ docker top bb7efd6f8a0a28cbf3228e73c98d784af425fa649cc221c02410137b24585c38 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:15:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:15:41 [ssh-agent] Looking for ssh-agent implementation... 22:15:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:15:42 $ docker exec bb7efd6f8a0a28cbf3228e73c98d784af425fa649cc221c02410137b24585c38 ssh-agent 22:15:42 SSH_AUTH_SOCK=/tmp/ssh-KRKhDT4t6XWc/agent.11 22:15:42 SSH_AGENT_PID=16 22:15:42 Running ssh-add (command line suppressed) 22:15:42 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1148265190272472354.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1148265190272472354.key) 22:15:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:15:42 + git semver tag 22:15:42 # -> Open(): unable to determine branch for HEAD 22:15:42 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:15:42 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:15:42 # $SEMVER_REMOTE_NAME = origin 22:15:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:15:42 # $SEMVER_USER_NAME = edgex-jenkins 22:15:42 # $SEMVER_BRANCH = master 22:15:42 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 22:15:42 # a28a1e282162ae220bb16baae6b474c93cd0f1dd HEAD 22:15:42 # -> Force: false 22:15:42 # dacb0862bb1587d96a9813e8661d76cf579e3731 refs/tags/v1.2.1-dev.32 [Pipeline] } 22:15:42 $ docker exec --env ******** --env ******** bb7efd6f8a0a28cbf3228e73c98d784af425fa649cc221c02410137b24585c38 ssh-agent -k 22:15:42 unset SSH_AUTH_SOCK; 22:15:42 unset SSH_AGENT_PID; 22:15:42 echo Agent pid 16 killed; 22:15:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:15:43 + git semver [Pipeline] } 22:15:43 $ docker stop --time=1 bb7efd6f8a0a28cbf3228e73c98d784af425fa649cc221c02410137b24585c38 22:15:44 $ docker rm -f bb7efd6f8a0a28cbf3228e73c98d784af425fa649cc221c02410137b24585c38 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:15:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:15:45 22:15:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:15:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:15:45 0.23.1-centos7: Pulling from edgex-lftools 22:15:45 ab5ef0e58194: Pulling fs layer 22:15:45 9712f1f96733: Pulling fs layer 22:15:45 63f879dbbcfc: Pulling fs layer 22:15:45 0d9ebad4ef96: Pulling fs layer 22:15:45 e9a5061849ea: Pulling fs layer 22:15:45 d747dcd14b5f: Pulling fs layer 22:15:45 2de7ff778b66: Pulling fs layer 22:15:45 e9a5061849ea: Waiting 22:15:45 d747dcd14b5f: Waiting 22:15:45 0d9ebad4ef96: Waiting 22:15:45 2de7ff778b66: Waiting 22:15:45 9712f1f96733: Verifying Checksum 22:15:45 9712f1f96733: Download complete 22:15:47 63f879dbbcfc: Verifying Checksum 22:15:47 63f879dbbcfc: Download complete 22:15:47 e9a5061849ea: Verifying Checksum 22:15:47 e9a5061849ea: Download complete 22:15:47 d747dcd14b5f: Download complete 22:15:48 0d9ebad4ef96: Verifying Checksum 22:15:48 0d9ebad4ef96: Download complete 22:15:48 2de7ff778b66: Verifying Checksum 22:15:48 2de7ff778b66: Download complete 22:15:48 ab5ef0e58194: Verifying Checksum 22:15:48 ab5ef0e58194: Download complete 22:15:52 ab5ef0e58194: Pull complete 22:15:52 9712f1f96733: Pull complete 22:15:55 63f879dbbcfc: Pull complete 22:16:02 0d9ebad4ef96: Pull complete 22:16:03 e9a5061849ea: Pull complete 22:16:03 d747dcd14b5f: Pull complete 22:16:07 2de7ff778b66: Pull complete 22:16:07 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:16:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:16:07 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:16:07 prd-centos7-docker-4c-2g-448 does not seem to be running inside a container 22:16:07 $ 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 22:16:11 $ docker top 5ef6972f63aec318f45dc96b088ff1091fd0dcbd82331bac8b6bb203e0fc6bab -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:16:11 provisioning config files... 22:16:11 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1029253343511874283tmp 22:16:11 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3816349243477083159tmp 22:16:11 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3657360048149650005tmp [Pipeline] { [Pipeline] echo 22:16:11 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:16:11 ---> sigul-configuration.sh 22:16:11 gpg: directory `/root/.gnupg' created 22:16:11 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:16:11 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:16:11 gpg: keyring `/root/.gnupg/secring.gpg' created 22:16:11 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:16:11 gpg: CAST5 encrypted data 22:16:12 gpg: encrypted with 1 passphrase 22:16:12 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:16:12 + mkdir /home/jenkins 22:16:12 + mkdir /home/jenkins/sigul [Pipeline] sh 22:16:12 + 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 22:16:12 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:16:12 ---> sigul-install.sh 22:16:19 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:16:19 + git tag --list 22:16:19 v1.2.1-dev.32 [Pipeline] sh 22:16:20 + lftools sign git-tag v1.2.1-dev.32 22:16:21 Signing Git tag with Sigul... 22:16:21 Signing v1.2.1-dev.32 [Pipeline] echo 22:16:22 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:16:22 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:16:22 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:16:22 $ docker stop --time=1 5ef6972f63aec318f45dc96b088ff1091fd0dcbd82331bac8b6bb203e0fc6bab 22:16:25 $ docker rm -f 5ef6972f63aec318f45dc96b088ff1091fd0dcbd82331bac8b6bb203e0fc6bab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:16:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:16:26 . [Pipeline] withDockerContainer 22:16:26 prd-centos7-docker-4c-2g-448 does not seem to be running inside a container 22:16:26 $ 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 22:16:27 $ docker top 263697104d5c055363d30a1ed7a9a7069ae2064befdf54c780d3d1a2c78c3651 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:16:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:16:27 [ssh-agent] Looking for ssh-agent implementation... 22:16:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:16:27 $ docker exec 263697104d5c055363d30a1ed7a9a7069ae2064befdf54c780d3d1a2c78c3651 ssh-agent 22:16:27 SSH_AUTH_SOCK=/tmp/ssh-lPQFpMLPqPWZ/agent.11 22:16:27 SSH_AGENT_PID=17 22:16:27 Running ssh-add (command line suppressed) 22:16:28 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4142630891532110191.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4142630891532110191.key) 22:16:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:16:28 + git semver bump pre 22:16:28 # -> Open(): unable to determine branch for HEAD 22:16:28 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:16:28 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:16:28 # $SEMVER_REMOTE_NAME = origin 22:16:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:16:28 # $SEMVER_USER_NAME = edgex-jenkins 22:16:28 # $SEMVER_BRANCH = master 22:16:28 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 22:16:28 1.2.1-dev.33 [Pipeline] } 22:16:28 $ docker exec --env ******** --env ******** 263697104d5c055363d30a1ed7a9a7069ae2064befdf54c780d3d1a2c78c3651 ssh-agent -k 22:16:28 unset SSH_AUTH_SOCK; 22:16:28 unset SSH_AGENT_PID; 22:16:28 echo Agent pid 17 killed; 22:16:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:16:29 + git semver [Pipeline] } 22:16:29 $ docker stop --time=1 263697104d5c055363d30a1ed7a9a7069ae2064befdf54c780d3d1a2c78c3651 22:16:30 $ docker rm -f 263697104d5c055363d30a1ed7a9a7069ae2064befdf54c780d3d1a2c78c3651 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:16:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:16:31 . [Pipeline] withDockerContainer 22:16:31 prd-centos7-docker-4c-2g-448 does not seem to be running inside a container 22:16:31 $ 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 22:16:32 $ docker top 6e6b1a54f69e551660b7eec28180436b933535b05bc379d0f2f4560185cec65e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:16:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:16:32 [ssh-agent] Looking for ssh-agent implementation... 22:16:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:16:32 $ docker exec 6e6b1a54f69e551660b7eec28180436b933535b05bc379d0f2f4560185cec65e ssh-agent 22:16:32 SSH_AUTH_SOCK=/tmp/ssh-gWyIGhnAYGqR/agent.12 22:16:32 SSH_AGENT_PID=17 22:16:32 Running ssh-add (command line suppressed) 22:16:33 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2786576838415209757.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2786576838415209757.key) 22:16:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:16:33 + git semver push 22:16:33 # -> Open(): unable to determine branch for HEAD 22:16:33 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:16:33 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:16:33 # $SEMVER_REMOTE_NAME = origin 22:16:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:16:33 # $SEMVER_USER_NAME = edgex-jenkins 22:16:33 # $SEMVER_BRANCH = master 22:16:33 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 22:16:40 $ docker exec --env ******** --env ******** 6e6b1a54f69e551660b7eec28180436b933535b05bc379d0f2f4560185cec65e ssh-agent -k 22:16:40 unset SSH_AUTH_SOCK; 22:16:40 unset SSH_AGENT_PID; 22:16:40 echo Agent pid 17 killed; 22:16:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:16:40 + git semver [Pipeline] } 22:16:41 $ docker stop --time=1 6e6b1a54f69e551660b7eec28180436b933535b05bc379d0f2f4560185cec65e 22:16:42 $ docker rm -f 6e6b1a54f69e551660b7eec28180436b933535b05bc379d0f2f4560185cec65e [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 22:16:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:16:44 ---> package-listing.sh 22:16:44 ++ facter osfamily 22:16:44 ++ tr '[:upper:]' '[:lower:]' 22:16:44 + OS_FAMILY=redhat 22:16:44 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 22:16:44 + START_PACKAGES=/tmp/packages_start.txt 22:16:44 + END_PACKAGES=/tmp/packages_end.txt 22:16:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:16:44 + PACKAGES=/tmp/packages_start.txt 22:16:44 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 22:16:44 + PACKAGES=/tmp/packages_end.txt 22:16:44 + case "${OS_FAMILY}" in 22:16:44 + rpm -qa 22:16:44 + sort 22:16:48 + '[' -f /tmp/packages_start.txt ']' 22:16:48 + '[' -f /tmp/packages_end.txt ']' 22:16:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:16:48 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 22:16:48 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 22:16:48 + 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 22:16:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:16:49 22:16:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:16:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:16:49 alpine: Pulling from edgex-lftools-log-publisher 22:16:49 df20fa9351a1: Pulling fs layer 22:16:49 36b3adc4ff6f: Pulling fs layer 22:16:49 8ad3a11d3b57: Pulling fs layer 22:16:49 46f8f816bc3b: Pulling fs layer 22:16:49 0dadc02b9964: Pulling fs layer 22:16:49 ce6a7cf60c04: Pulling fs layer 22:16:49 7a184a31f384: Pulling fs layer 22:16:49 0879bd2ef858: Pulling fs layer 22:16:49 ce6a7cf60c04: Waiting 22:16:49 7a184a31f384: Waiting 22:16:49 0879bd2ef858: Waiting 22:16:49 46f8f816bc3b: Waiting 22:16:49 0dadc02b9964: Waiting 22:16:49 36b3adc4ff6f: Verifying Checksum 22:16:49 36b3adc4ff6f: Download complete 22:16:49 46f8f816bc3b: Verifying Checksum 22:16:49 46f8f816bc3b: Download complete 22:16:49 df20fa9351a1: Verifying Checksum 22:16:49 df20fa9351a1: Download complete 22:16:50 ce6a7cf60c04: Verifying Checksum 22:16:50 ce6a7cf60c04: Download complete 22:16:50 7a184a31f384: Verifying Checksum 22:16:50 7a184a31f384: Download complete 22:16:50 0dadc02b9964: Verifying Checksum 22:16:50 0dadc02b9964: Download complete 22:16:50 8ad3a11d3b57: Download complete 22:16:50 df20fa9351a1: Pull complete 22:16:50 0879bd2ef858: Verifying Checksum 22:16:50 0879bd2ef858: Download complete 22:16:51 36b3adc4ff6f: Pull complete 22:16:51 8ad3a11d3b57: Pull complete 22:16:51 46f8f816bc3b: Pull complete 22:16:52 0dadc02b9964: Pull complete 22:16:52 ce6a7cf60c04: Pull complete 22:16:52 7a184a31f384: Pull complete 22:16:54 0879bd2ef858: Pull complete 22:16:54 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 22:16:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:16:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:16:54 prd-centos7-docker-4c-2g-448 does not seem to be running inside a container 22:16:55 $ 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 22:16:58 $ docker top 36ca061d7a5c1d448812a4a979cdab87c5be5cfb7535dd3dec3ff082ed9b49c5 -eo pid,comm [Pipeline] { [Pipeline] sh 22:16:58 + mkdir -p /var/log/sa [Pipeline] sh 22:16:59 + ls /var/log/sa-host 22:16:59 + sadf -c /var/log/sa-host/sa05 22:16:59 file_magic: OK 22:16:59 HZ: Using current value: 100 22:16:59 file_header: OK 22:16:59 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 22:16:59 Statistics: 22:16:59 Hnuu...uuuununununu...Hnuu...uuuununununu... 22:16:59 File successfully converted to sysstat format version 12.2.1 22:16:59 + sadf -c /var/log/sa-host/sa18 22:16:59 file_magic: OK 22:16:59 HZ: Using current value: 100 22:16:59 file_header: OK 22:16:59 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 22:16:59 Statistics: 22:16:59 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:16:59 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:16:59 provisioning config files... 22:16:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config360098329837326067tmp [Pipeline] { [Pipeline] echo 22:16:59 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:16:59 ---> create-netrc.sh [Pipeline] echo 22:16:59 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:16:59 ---> logs-deploy.sh 22:16:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/120 22:16:59 INFO: archiving workspace using pattern(s): 22:17:01 Archives upload complete. 22:17:01 INFO: archiving logs to Nexus