Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fad33aabfdf809cde5ac805c7b011a40b9f9cebc 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-288 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 > 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 Checking out Revision fad33aabfdf809cde5ac805c7b011a40b9f9cebc (master) > git config core.sparsecheckout # timeout=10 > git checkout -f fad33aabfdf809cde5ac805c7b011a40b9f9cebc # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets (#492)" > git rev-list --no-walk ffd58cbed93a44be1d6809303013af2bd13985cd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:01:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:01:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:01:45 ========================================================= 19:01:45 EdgeX Global Pipelines Version Info 19:01:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:01:47 ------------------- 19:01:47 stable info: 19:01:47 ------------------- 19:01:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:01:47 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 19:01:47 Message: update stable to v1.0.122 19:01:48 ------------------- 19:01:48 experimental info: 19:01:48 ------------------- 19:01:48 Commited By: **** collab-it+edgex@linuxfoundation.org 19:01:48 Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 19:01:48 Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 19:01:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 19:01:48 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 19:01:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:01:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:01:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:01:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:01:49 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:01:49 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:01:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:01:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:01:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:01:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 19:01:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:01:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:01:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 19:01:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 19:01:50 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:01:50 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:01:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:01:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:01:51 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:01:51 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:01:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 19:01:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 19:01:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 19:01:51 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fad33aabfdf809cde5ac805c7b011a40b9f9cebc [Pipeline] echo 19:01:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fad33aa [Pipeline] echo 19:01:51 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:01:52 + git log --format=format:%s -1 fad33aabfdf809cde5ac805c7b011a40b9f9cebc [Pipeline] echo 19:01:52 GIT_COMMIT: fad33aabfdf809cde5ac805c7b011a40b9f9cebc, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-secrets (#492) [Pipeline] echo 19:01:52 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:01:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:01:53 19:01:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:01:54 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:01:54 latest: Pulling from edgex-devops/git-semver 19:01:54 31603596830f: Pulling fs layer 19:01:54 2a8b12db71e7: Pulling fs layer 19:01:54 6ca5941a6612: Pulling fs layer 19:01:54 ecc8261a40a4: Pulling fs layer 19:01:54 ecc8261a40a4: Waiting 19:01:54 2a8b12db71e7: Verifying Checksum 19:01:54 2a8b12db71e7: Download complete 19:01:54 31603596830f: Verifying Checksum 19:01:54 31603596830f: Download complete 19:01:54 ecc8261a40a4: Verifying Checksum 19:01:54 ecc8261a40a4: Download complete 19:01:54 6ca5941a6612: Verifying Checksum 19:01:54 6ca5941a6612: Download complete 19:01:54 31603596830f: Pull complete 19:01:54 2a8b12db71e7: Pull complete 19:01:55 6ca5941a6612: Pull complete 19:01:55 ecc8261a40a4: Pull complete 19:01:55 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:01:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:01:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:01:55 prd-centos7-docker-4c-2g-288 does not seem to be running inside a container 19:01:55 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:01:57 $ docker top 109a09c5f67b4de381f0a6443450aefd581d02810f75397be9a3c6a497423c38 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:01:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:01:58 [ssh-agent] Looking for ssh-agent implementation... 19:01:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:01:58 $ docker exec 109a09c5f67b4de381f0a6443450aefd581d02810f75397be9a3c6a497423c38 ssh-agent 19:01:58 SSH_AUTH_SOCK=/tmp/ssh-QmThM0kQHeZ2/agent.12 19:01:58 SSH_AGENT_PID=18 19:01:58 Running ssh-add (command line suppressed) 19:01:58 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1455418780856866924.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1455418780856866924.key) 19:01:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:01:59 + git describe --exact-match --tags HEAD 19:01:59 fatal: No names found, cannot describe anything. [Pipeline] } 19:01:59 $ docker exec --env ******** --env ******** 109a09c5f67b4de381f0a6443450aefd581d02810f75397be9a3c6a497423c38 ssh-agent -k 19:01:59 unset SSH_AUTH_SOCK; 19:01:59 unset SSH_AGENT_PID; 19:01:59 echo Agent pid 18 killed; 19:01:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 19:01:59 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 19:01:59 This usually means this commit has not been tagged. [Pipeline] sshagent 19:01:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:01:59 [ssh-agent] Looking for ssh-agent implementation... 19:01:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:01:59 $ docker exec 109a09c5f67b4de381f0a6443450aefd581d02810f75397be9a3c6a497423c38 ssh-agent 19:01:59 SSH_AUTH_SOCK=/tmp/ssh-ibHicWVw9uGI/agent.47 19:01:59 SSH_AGENT_PID=53 19:01:59 Running ssh-add (command line suppressed) 19:02:00 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1683472760026230211.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1683472760026230211.key) 19:02:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:02:00 + git semver init 19:02:00 # -> Open(): unable to determine branch for HEAD 19:02:00 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 19:02:00 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 19:02:00 # $SEMVER_REMOTE_NAME = origin 19:02:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:02:00 # $SEMVER_USER_NAME = edgex-jenkins 19:02:00 # $SEMVER_BRANCH = master 19:02:00 # $SEMVER_TEMP = /tmp/semver-900124596 19:02:00 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 19:02:03 # '/tmp/semver-900124596' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 19:02:03 # -> Force: false 19:02:03 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 19:02:03 $ docker exec --env ******** --env ******** 109a09c5f67b4de381f0a6443450aefd581d02810f75397be9a3c6a497423c38 ssh-agent -k 19:02:03 unset SSH_AUTH_SOCK; 19:02:03 unset SSH_AGENT_PID; 19:02:03 echo Agent pid 53 killed; 19:02:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:02:03 + git semver [Pipeline] } 19:02:03 $ docker stop --time=1 109a09c5f67b4de381f0a6443450aefd581d02810f75397be9a3c6a497423c38 19:02:05 $ docker rm -f 109a09c5f67b4de381f0a6443450aefd581d02810f75397be9a3c6a497423c38 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 19:02:07 Stashed 42 file(s) [Pipeline] echo 19:02:07 [edgeXSemver]: initialized semver on version 1.2.1-dev.29 [Pipeline] echo 19:02:07 Archived original version: [1.2.1-dev.29] [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 19:02:23 Still waiting to schedule task 19:02:23 Waiting for next available executor on ‘centos7-docker-4c-2g’ 19:02:23 Still waiting to schedule task 19:02:23 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 19:04:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-289 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 19:04:04 Running in /w/workspace/app-functions-sdk-go/117 [Pipeline] { [Pipeline] checkout 19:04:08 Running on prd-centos7-docker-4c-2g-290 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 19:04:08 Running in /w/workspace/app-functions-sdk-go/117 [Pipeline] { [Pipeline] checkout 19:04:09 using credential edgex-jenkins-ssh 19:04:09 Cloning the remote Git repository 19:04:09 Cloning with configured refspecs honoured and without tags 19:04:09 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 19:04:09 > git init /w/workspace/app-functions-sdk-go/117 # timeout=10 19:04:09 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:04:09 > git --version # timeout=10 19:04:09 > git --version # 'git version 2.17.1' 19:04:09 using GIT_SSH to set credentials SSH Credentials for GitHub 19:04:09 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:04:11 using credential edgex-jenkins-ssh 19:04:11 Cloning the remote Git repository 19:04:11 Cloning with configured refspecs honoured and without tags 19:04:11 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 19:04:11 > git init /w/workspace/app-functions-sdk-go/117 # timeout=10 19:04:11 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:04:11 > git --version # timeout=10 19:04:11 > git --version # 'git version 2.16.5' 19:04:11 using GIT_SSH to set credentials SSH Credentials for GitHub 19:04:11 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:04:13 Fetching without tags 19:04:13 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:04:13 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:04:13 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:04:13 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:04:13 using GIT_SSH to set credentials SSH Credentials for GitHub 19:04:13 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:04:14 Checking out Revision fad33aabfdf809cde5ac805c7b011a40b9f9cebc (master) 19:04:14 Fetching without tags 19:04:14 > git config core.sparsecheckout # timeout=10 19:04:14 > git checkout -f fad33aabfdf809cde5ac805c7b011a40b9f9cebc # timeout=10 19:04:15 Checking out Revision fad33aabfdf809cde5ac805c7b011a40b9f9cebc (master) 19:04:14 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:04:14 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:04:14 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 19:04:14 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 19:04:14 using GIT_SSH to set credentials SSH Credentials for GitHub 19:04:14 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:04:15 > git config core.sparsecheckout # timeout=10 19:04:15 > git checkout -f fad33aabfdf809cde5ac805c7b011a40b9f9cebc # timeout=10 19:04:18 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets (#492)" 19:04:18 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets (#492)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:04:21 ========================================================= 19:04:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:04:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:04:21 + 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 . [Pipeline] echo 19:04:21 ========================================================= 19:04:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:04:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:04:22 Sending build context to Docker daemon 37.17MB 19:04:22 Step 1/8 : ARG BASE=golang:1.15-alpine 19:04:22 Step 2/8 : FROM ${BASE} 19:04:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:04:22 df20fa9351a1: Pulling fs layer 19:04:22 ed8968b2872e: Pulling fs layer 19:04:22 a92cc7c5fd73: Pulling fs layer 19:04:22 e871e8e8d7a9: Pulling fs layer 19:04:22 e73272ec9a57: Pulling fs layer 19:04:22 1e910a182e73: Pulling fs layer 19:04:22 4e634b169226: Pulling fs layer 19:04:22 e73272ec9a57: Waiting 19:04:22 1e910a182e73: Waiting 19:04:22 4e634b169226: Waiting 19:04:22 e871e8e8d7a9: Waiting 19:04:22 a92cc7c5fd73: Verifying Checksum 19:04:22 a92cc7c5fd73: Download complete 19:04:22 ed8968b2872e: Verifying Checksum 19:04:22 ed8968b2872e: Download complete 19:04:22 e73272ec9a57: Verifying Checksum 19:04:22 e73272ec9a57: Download complete 19:04:22 1e910a182e73: Verifying Checksum 19:04:22 1e910a182e73: Download complete 19:04:22 df20fa9351a1: Verifying Checksum 19:04:22 df20fa9351a1: Download complete 19:04:22 df20fa9351a1: Pull complete 19:04:22 + 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 . 19:04:23 ed8968b2872e: Pull complete 19:04:23 a92cc7c5fd73: Pull complete 19:04:24 Sending build context to Docker daemon 37.17MB 19:04:24 Step 1/8 : ARG BASE=golang:1.15-alpine 19:04:24 Step 2/8 : FROM ${BASE} 19:04:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:04:24 b538f80385f9: Pulling fs layer 19:04:24 74f711af9a0d: Pulling fs layer 19:04:24 99f96fe45779: Pulling fs layer 19:04:24 8529a6b9a6be: Pulling fs layer 19:04:24 45590311c82a: Pulling fs layer 19:04:24 69ca0ff8b7b3: Pulling fs layer 19:04:24 209524e5b208: Pulling fs layer 19:04:24 45590311c82a: Waiting 19:04:24 69ca0ff8b7b3: Waiting 19:04:24 8529a6b9a6be: Waiting 19:04:24 209524e5b208: Waiting 19:04:24 99f96fe45779: Verifying Checksum 19:04:24 99f96fe45779: Download complete 19:04:24 74f711af9a0d: Verifying Checksum 19:04:24 74f711af9a0d: Download complete 19:04:24 45590311c82a: Download complete 19:04:24 69ca0ff8b7b3: Verifying Checksum 19:04:24 69ca0ff8b7b3: Download complete 19:04:24 b538f80385f9: Verifying Checksum 19:04:25 b538f80385f9: Pull complete 19:04:25 74f711af9a0d: Pull complete 19:04:26 99f96fe45779: Pull complete 19:04:26 4e634b169226: Verifying Checksum 19:04:26 4e634b169226: Download complete 19:04:28 e871e8e8d7a9: Verifying Checksum 19:04:28 e871e8e8d7a9: Download complete 19:04:28 209524e5b208: Download complete 19:04:29 8529a6b9a6be: Verifying Checksum 19:04:29 8529a6b9a6be: Download complete 19:04:32 e871e8e8d7a9: Pull complete 19:04:32 e73272ec9a57: Pull complete 19:04:32 1e910a182e73: Pull complete 19:04:39 8529a6b9a6be: Pull complete 19:04:40 45590311c82a: Pull complete 19:04:40 69ca0ff8b7b3: Pull complete 19:04:41 4e634b169226: Pull complete 19:04:41 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 19:04:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:04:41 ---> f7629b54cfaa 19:04:41 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 19:04:41 latest: Pulling from library/docker 19:04:41 df20fa9351a1: Already exists 19:04:41 25ad7478873d: Pulling fs layer 19:04:41 4684f6177b5d: Pulling fs layer 19:04:41 46e300cec669: Pulling fs layer 19:04:41 63038576ad94: Pulling fs layer 19:04:41 0fdb76c4706c: Pulling fs layer 19:04:41 cb7edeffdfd5: Pulling fs layer 19:04:41 63038576ad94: Waiting 19:04:41 0fdb76c4706c: Waiting 19:04:41 cb7edeffdfd5: Waiting 19:04:41 4684f6177b5d: Verifying Checksum 19:04:41 4684f6177b5d: Download complete 19:04:41 25ad7478873d: Verifying Checksum 19:04:41 25ad7478873d: Download complete 19:04:41 63038576ad94: Verifying Checksum 19:04:41 63038576ad94: Download complete 19:04:41 0fdb76c4706c: Verifying Checksum 19:04:41 0fdb76c4706c: Download complete 19:04:41 cb7edeffdfd5: Verifying Checksum 19:04:41 cb7edeffdfd5: Download complete 19:04:41 25ad7478873d: Pull complete 19:04:41 4684f6177b5d: Pull complete 19:04:42 46e300cec669: Verifying Checksum 19:04:42 46e300cec669: Download complete 19:04:44 209524e5b208: Pull complete 19:04:44 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 19:04:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:04:44 ---> 5bddaf1c2fca 19:04:44 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 19:04:44 latest: Pulling from library/docker 19:04:44 b538f80385f9: Already exists 19:04:44 259a493cd78d: Pulling fs layer 19:04:44 b8e66b5100f5: Pulling fs layer 19:04:44 39dc9c94d07c: Pulling fs layer 19:04:44 551b823b3b82: Pulling fs layer 19:04:44 3c52a74df98c: Pulling fs layer 19:04:44 6c9b121b6998: Pulling fs layer 19:04:44 6c9b121b6998: Waiting 19:04:44 551b823b3b82: Waiting 19:04:44 b8e66b5100f5: Verifying Checksum 19:04:44 b8e66b5100f5: Download complete 19:04:44 259a493cd78d: Verifying Checksum 19:04:44 551b823b3b82: Verifying Checksum 19:04:44 551b823b3b82: Download complete 19:04:44 3c52a74df98c: Verifying Checksum 19:04:44 3c52a74df98c: Download complete 19:04:45 6c9b121b6998: Verifying Checksum 19:04:45 6c9b121b6998: Download complete 19:04:45 46e300cec669: Pull complete 19:04:45 63038576ad94: Pull complete 19:04:45 0fdb76c4706c: Pull complete 19:04:45 cb7edeffdfd5: Pull complete 19:04:45 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 19:04:45 Status: Downloaded newer image for docker:latest 19:04:45 259a493cd78d: Pull complete 19:04:45 b8e66b5100f5: Pull complete 19:04:46 39dc9c94d07c: Verifying Checksum 19:04:46 39dc9c94d07c: Download complete 19:04:47 ---> fe5608a8fb51 19:04:47 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:04:47 ---> Running in f404b053f461 19:04:47 Removing intermediate container f404b053f461 19:04:47 ---> 2a42ffa54e00 19:04:47 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 19:04:47 ---> Running in 9fb09a7072f2 19:04:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:04:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:04:49 39dc9c94d07c: Pull complete 19:04:49 551b823b3b82: Pull complete 19:04:49 3c52a74df98c: Pull complete 19:04:50 6c9b121b6998: Pull complete 19:04:50 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 19:04:50 Status: Downloaded newer image for docker:latest 19:04:50 (1/5) Installing libsodium (1.0.18-r0) 19:04:51 (2/5) Installing libzmq (4.3.3-r0) 19:04:51 (3/5) Installing pkgconf (1.7.2-r0) 19:04:51 (4/5) Installing libsodium-dev (1.0.18-r0) 19:04:52 (5/5) Installing zeromq-dev (4.3.3-r0) 19:04:52 Executing busybox-1.31.1-r16.trigger 19:04:52 OK: 167 MiB in 44 packages 19:04:52 Removing intermediate container 9fb09a7072f2 19:04:52 ---> 3221498f046d 19:04:52 Step 6/8 : WORKDIR /build 19:04:52 ---> Running in e08b0f7fadcc 19:04:53 Removing intermediate container e08b0f7fadcc 19:04:53 ---> 7438bcfd5b6f 19:04:53 Step 7/8 : COPY go.mod . 19:04:53 ---> a4f22de2b64a 19:04:53 Step 8/8 : RUN go mod download 19:04:53 ---> Running in 6ac3ad4c3d67 19:04:55 ---> d8392d5df07b 19:04:55 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:04:56 ---> Running in 5c21a0508182 19:04:56 Removing intermediate container 5c21a0508182 19:04:56 ---> 3e38be25ccfa 19:04:56 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 19:04:56 ---> Running in e484672a3f77 19:04:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:04:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:05:01 (1/5) Installing libsodium (1.0.18-r0) 19:05:01 (2/5) Installing libzmq (4.3.3-r0) 19:05:01 (3/5) Installing pkgconf (1.7.2-r0) 19:05:01 (4/5) Installing libsodium-dev (1.0.18-r0) 19:05:01 (5/5) Installing zeromq-dev (4.3.3-r0) 19:05:01 Executing busybox-1.31.1-r16.trigger 19:05:01 OK: 144 MiB in 44 packages 19:05:03 Removing intermediate container e484672a3f77 19:05:03 ---> 1c92528499f4 19:05:03 Step 6/8 : WORKDIR /build 19:05:03 ---> Running in ef4785fb6ed1 19:05:03 Removing intermediate container ef4785fb6ed1 19:05:03 ---> 1de0e6c486f7 19:05:03 Step 7/8 : COPY go.mod . 19:05:04 ---> 1bfcc900102a 19:05:04 Step 8/8 : RUN go mod download 19:05:04 ---> Running in dff9ec8a721b 19:05:20 Removing intermediate container 6ac3ad4c3d67 19:05:20 ---> 757bc65cabab 19:05:20 Successfully built 757bc65cabab 19:05:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:05:20 + docker inspect -f . ci-base-image-x86_64 19:05:20 . [Pipeline] withDockerContainer 19:05:20 prd-centos7-docker-4c-2g-290 does not seem to be running inside a container 19:05:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/117 -v /w/workspace/app-functions-sdk-go/117:/w/workspace/app-functions-sdk-go/117:rw,z -v /w/workspace/app-functions-sdk-go/117@tmp:/w/workspace/app-functions-sdk-go/117@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 19:05:22 $ docker top c708297bd4c9c68e5508331766ce07673c53b65bd38939ab9b0e255875c4efda -eo pid,comm [Pipeline] { [Pipeline] sh 19:05:22 + go version 19:05:22 go version go1.15.2 linux/amd64 [Pipeline] } 19:05:22 $ docker stop --time=1 c708297bd4c9c68e5508331766ce07673c53b65bd38939ab9b0e255875c4efda 19:05:24 $ docker rm -f c708297bd4c9c68e5508331766ce07673c53b65bd38939ab9b0e255875c4efda [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] } 19:05:36 Removing intermediate container dff9ec8a721b 19:05:36 ---> 3c89ae507a30 19:05:36 Successfully built 3c89ae507a30 19:05:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:05:37 + docker inspect -f . ci-base-image-arm64 19:05:37 . [Pipeline] withDockerContainer 19:05:37 prd-ubuntu18.04-docker-arm64-4c-16g-289 does not seem to be running inside a container 19:05:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/117 -v /w/workspace/app-functions-sdk-go/117:/w/workspace/app-functions-sdk-go/117:rw,z -v /w/workspace/app-functions-sdk-go/117@tmp:/w/workspace/app-functions-sdk-go/117@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 19:05:39 $ docker top 27f85080b79ab114c9f132a99e28fb5a8a60d036dd8a2c022b8e7230b37cdef4 -eo pid,comm [Pipeline] { [Pipeline] sh 19:05:41 + go version 19:05:41 go version go1.15.2 linux/arm64 [Pipeline] } 19:05:41 $ docker stop --time=1 27f85080b79ab114c9f132a99e28fb5a8a60d036dd8a2c022b8e7230b37cdef4 19:05:43 $ docker rm -f 27f85080b79ab114c9f132a99e28fb5a8a60d036dd8a2c022b8e7230b37cdef4 [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 19:05:45 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 19:05:45 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 19:05:45 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:05:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 19:05:46 19:05:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 19:05:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 19:05:46 1.317.0: Pulling from edgex-devops/edgex-snyk-go 19:05:46 cbdbe7a5bc2a: Pulling fs layer 19:05:46 408f87550127: Pulling fs layer 19:05:46 fe522b08c979: Pulling fs layer 19:05:46 221eaa008020: Pulling fs layer 19:05:46 2a4607e5d6b9: Pulling fs layer 19:05:46 8f79b27c4fd2: Pulling fs layer 19:05:46 e5c8dbe1645b: Pulling fs layer 19:05:46 23e8b3b47431: Pulling fs layer 19:05:46 5c568d65a230: Pulling fs layer 19:05:46 221eaa008020: Waiting 19:05:46 2a4607e5d6b9: Waiting 19:05:46 8f79b27c4fd2: Waiting 19:05:46 23e8b3b47431: Waiting 19:05:46 5c568d65a230: Waiting 19:05:46 e5c8dbe1645b: Waiting 19:05:46 fe522b08c979: Verifying Checksum 19:05:46 fe522b08c979: Download complete 19:05:46 408f87550127: Verifying Checksum 19:05:46 408f87550127: Download complete 19:05:46 2a4607e5d6b9: Verifying Checksum 19:05:46 2a4607e5d6b9: Download complete 19:05:46 8f79b27c4fd2: Verifying Checksum 19:05:46 8f79b27c4fd2: Download complete 19:05:46 cbdbe7a5bc2a: Verifying Checksum 19:05:46 cbdbe7a5bc2a: Download complete 19:05:46 cbdbe7a5bc2a: Pull complete 19:05:46 408f87550127: Pull complete 19:05:47 fe522b08c979: Pull complete 19:05:47 e5c8dbe1645b: Verifying Checksum 19:05:47 e5c8dbe1645b: Download complete 19:05:48 23e8b3b47431: Verifying Checksum 19:05:48 23e8b3b47431: Download complete 19:05:48 5c568d65a230: Verifying Checksum 19:05:48 5c568d65a230: Download complete 19:05:50 221eaa008020: Verifying Checksum 19:05:50 221eaa008020: Download complete 19:05:55 221eaa008020: Pull complete 19:05:55 2a4607e5d6b9: Pull complete 19:05:55 8f79b27c4fd2: Pull complete 19:05:57 e5c8dbe1645b: Pull complete 19:06:00 23e8b3b47431: Pull complete 19:06:01 5c568d65a230: Pull complete 19:06:01 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 19:06:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 19:06:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 19:06:01 prd-centos7-docker-4c-2g-288 does not seem to be running inside a container 19:06:02 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/ndry_app-functions-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 19:06:02 $ docker top a990ff3f9baabe5afb69921709564c4da6acf1656b2aa9654bd790414d8bcdef -eo pid,comm [Pipeline] { [Pipeline] sh 19:06:03 + snyk monitor '--org=edgex-jenkins' 19:06:18 19:06:18 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 19:06:18 19:06:18 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/beeca03b-171b-4ad3-84b4-95118626c05a 19:06:18 19:06:18 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 19:06:18 19:06:18 19:06:18 Snyk CLI supports Node.js 8 and higher. 19:06:18 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 19:06:18 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 19:06:18 19:06:18 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 19:06:18 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 19:06:18 $ docker stop --time=1 a990ff3f9baabe5afb69921709564c4da6acf1656b2aa9654bd790414d8bcdef 19:06:22 $ docker rm -f a990ff3f9baabe5afb69921709564c4da6acf1656b2aa9654bd790414d8bcdef [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 19:06:23 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:06:23 provisioning config files... 19:06:23 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7878580907226845150tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:06:24 --> edgex-publish-swagger.sh 19:06:24 === Publish openapi/v2 API === 19:06:24 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 19:06:24 [publishToSwagger] Publishing API Name [app-functions-sdk] 19:06:24 [publishToSwagger] Dry Run enabled...Simulating upload 19:06:24 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/app-functions-sdk?oas=3.0.0&isPrivate=false&force=true [Pipeline] } 19:06:24 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 19:06:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:06:26 . [Pipeline] withDockerContainer 19:06:26 prd-centos7-docker-4c-2g-288 does not seem to be running inside a container 19:06: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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:06:27 $ docker top 812928289c4487f497fa770bb5025ae5849cfa95664f349046d2e6ba9f946113 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:06:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:06:27 [ssh-agent] Looking for ssh-agent implementation... 19:06:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:06:27 $ docker exec 812928289c4487f497fa770bb5025ae5849cfa95664f349046d2e6ba9f946113 ssh-agent 19:06:27 SSH_AUTH_SOCK=/tmp/ssh-p0XxuG8EuIPy/agent.12 19:06:27 SSH_AGENT_PID=17 19:06:27 Running ssh-add (command line suppressed) 19:06:28 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3374900080230184466.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3374900080230184466.key) 19:06:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:06:28 + git semver tag 19:06:28 # -> Open(): unable to determine branch for HEAD 19:06:28 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 19:06:28 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 19:06:28 # $SEMVER_REMOTE_NAME = origin 19:06:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:06:28 # $SEMVER_USER_NAME = edgex-jenkins 19:06:28 # $SEMVER_BRANCH = master 19:06:28 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 19:06:28 # fad33aabfdf809cde5ac805c7b011a40b9f9cebc HEAD 19:06:28 # -> Force: false 19:06:28 # a5faeeb03847c5caa48a88f9deb8a198280dc682 refs/tags/v1.2.1-dev.29 [Pipeline] } 19:06:28 $ docker exec --env ******** --env ******** 812928289c4487f497fa770bb5025ae5849cfa95664f349046d2e6ba9f946113 ssh-agent -k 19:06:28 unset SSH_AUTH_SOCK; 19:06:28 unset SSH_AGENT_PID; 19:06:28 echo Agent pid 17 killed; 19:06:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:06:29 + git semver [Pipeline] } 19:06:29 $ docker stop --time=1 812928289c4487f497fa770bb5025ae5849cfa95664f349046d2e6ba9f946113 19:06:30 $ docker rm -f 812928289c4487f497fa770bb5025ae5849cfa95664f349046d2e6ba9f946113 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 19:06:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:06:31 19:06:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 19:06:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:06:31 0.23.1-centos7: Pulling from edgex-lftools 19:06:31 ab5ef0e58194: Pulling fs layer 19:06:31 9712f1f96733: Pulling fs layer 19:06:31 63f879dbbcfc: Pulling fs layer 19:06:31 0d9ebad4ef96: Pulling fs layer 19:06:31 e9a5061849ea: Pulling fs layer 19:06:31 d747dcd14b5f: Pulling fs layer 19:06:31 2de7ff778b66: Pulling fs layer 19:06:31 e9a5061849ea: Waiting 19:06:31 d747dcd14b5f: Waiting 19:06:31 2de7ff778b66: Waiting 19:06:31 0d9ebad4ef96: Waiting 19:06:31 9712f1f96733: Verifying Checksum 19:06:31 9712f1f96733: Download complete 19:06:32 63f879dbbcfc: Verifying Checksum 19:06:32 63f879dbbcfc: Download complete 19:06:33 e9a5061849ea: Verifying Checksum 19:06:33 e9a5061849ea: Download complete 19:06:33 d747dcd14b5f: Verifying Checksum 19:06:33 d747dcd14b5f: Download complete 19:06:33 2de7ff778b66: Verifying Checksum 19:06:33 2de7ff778b66: Download complete 19:06:33 0d9ebad4ef96: Verifying Checksum 19:06:33 0d9ebad4ef96: Download complete 19:06:34 ab5ef0e58194: Verifying Checksum 19:06:34 ab5ef0e58194: Download complete 19:06:38 ab5ef0e58194: Pull complete 19:06:38 9712f1f96733: Pull complete 19:06:41 63f879dbbcfc: Pull complete 19:06:46 0d9ebad4ef96: Pull complete 19:06:48 e9a5061849ea: Pull complete 19:06:48 d747dcd14b5f: Pull complete 19:06:52 2de7ff778b66: Pull complete 19:06:52 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 19:06:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:06:52 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 19:06:52 prd-centos7-docker-4c-2g-288 does not seem to be running inside a container 19:06:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 19:06:55 $ docker top 7a6de6ee1e584bd475148ba14c85f65319ae1ca8bdc0dc096387c9d835c9863e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 19:06:56 provisioning config files... 19:06:56 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7716800801671169081tmp 19:06:56 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4326150449669507389tmp 19:06:56 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1756751300004000827tmp [Pipeline] { [Pipeline] echo 19:06:56 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 19:06:56 ---> sigul-configuration.sh 19:06:56 gpg: directory `/root/.gnupg' created 19:06:56 gpg: new configuration file `/root/.gnupg/gpg.conf' created 19:06:56 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 19:06:56 gpg: keyring `/root/.gnupg/secring.gpg' created 19:06:56 gpg: keyring `/root/.gnupg/pubring.gpg' created 19:06:56 gpg: CAST5 encrypted data 19:06:56 gpg: encrypted with 1 passphrase 19:06:56 gpg: WARNING: message was not integrity protected [Pipeline] sh 19:06:57 + mkdir /home/jenkins 19:06:57 + mkdir /home/jenkins/sigul [Pipeline] sh 19:06:57 + 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 19:06:57 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 19:06:57 ---> sigul-install.sh 19:07:03 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 19:07:03 + git tag --list 19:07:03 v1.2.1-dev.29 [Pipeline] sh 19:07:03 + lftools sign git-tag v1.2.1-dev.29 19:07:05 Signing Git tag with Sigul... 19:07:05 Signing v1.2.1-dev.29 [Pipeline] echo 19:07:05 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 19:07:06 ---> sigul-configuration-cleanup.sh [Pipeline] } 19:07:06 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 19:07:06 $ docker stop --time=1 7a6de6ee1e584bd475148ba14c85f65319ae1ca8bdc0dc096387c9d835c9863e 19:07:08 $ docker rm -f 7a6de6ee1e584bd475148ba14c85f65319ae1ca8bdc0dc096387c9d835c9863e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 19:07:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:07:09 . [Pipeline] withDockerContainer 19:07:09 prd-centos7-docker-4c-2g-288 does not seem to be running inside a container 19:07:09 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:07:10 $ docker top 00fd7e06f1c9ea9dc2b58a2f184306802db43beb41c0793234bba1ef1948ceac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:07:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:07:10 [ssh-agent] Looking for ssh-agent implementation... 19:07:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:07:10 $ docker exec 00fd7e06f1c9ea9dc2b58a2f184306802db43beb41c0793234bba1ef1948ceac ssh-agent 19:07:10 SSH_AUTH_SOCK=/tmp/ssh-K9NqmPVJoc4q/agent.11 19:07:10 SSH_AGENT_PID=17 19:07:10 Running ssh-add (command line suppressed) 19:07:10 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8931696042454459792.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8931696042454459792.key) 19:07:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:07:11 + git semver bump pre 19:07:11 # -> Open(): unable to determine branch for HEAD 19:07:11 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 19:07:11 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 19:07:11 # $SEMVER_REMOTE_NAME = origin 19:07:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:07:11 # $SEMVER_USER_NAME = edgex-jenkins 19:07:11 # $SEMVER_BRANCH = master 19:07:11 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 19:07:11 1.2.1-dev.30 [Pipeline] } 19:07:11 $ docker exec --env ******** --env ******** 00fd7e06f1c9ea9dc2b58a2f184306802db43beb41c0793234bba1ef1948ceac ssh-agent -k 19:07:11 unset SSH_AUTH_SOCK; 19:07:11 unset SSH_AGENT_PID; 19:07:11 echo Agent pid 17 killed; 19:07:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:07:12 + git semver [Pipeline] } 19:07:12 $ docker stop --time=1 00fd7e06f1c9ea9dc2b58a2f184306802db43beb41c0793234bba1ef1948ceac 19:07:13 $ docker rm -f 00fd7e06f1c9ea9dc2b58a2f184306802db43beb41c0793234bba1ef1948ceac [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 19:07:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:07:14 . [Pipeline] withDockerContainer 19:07:14 prd-centos7-docker-4c-2g-288 does not seem to be running inside a container 19:07:14 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:07:14 $ docker top cd312f811f83f31514ff275abbfa5341e73baa51dc48d00e7c37c0cbc5521240 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:07:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:07:15 [ssh-agent] Looking for ssh-agent implementation... 19:07:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:07:15 $ docker exec cd312f811f83f31514ff275abbfa5341e73baa51dc48d00e7c37c0cbc5521240 ssh-agent 19:07:15 SSH_AUTH_SOCK=/tmp/ssh-G1MxZTHB90CZ/agent.11 19:07:15 SSH_AGENT_PID=16 19:07:15 Running ssh-add (command line suppressed) 19:07:15 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_613063021258268266.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_613063021258268266.key) 19:07:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:07:16 + git semver push 19:07:16 # -> Open(): unable to determine branch for HEAD 19:07:16 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 19:07:16 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 19:07:16 # $SEMVER_REMOTE_NAME = origin 19:07:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:07:16 # $SEMVER_USER_NAME = edgex-jenkins 19:07:16 # $SEMVER_BRANCH = master 19:07:16 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 19:07:22 $ docker exec --env ******** --env ******** cd312f811f83f31514ff275abbfa5341e73baa51dc48d00e7c37c0cbc5521240 ssh-agent -k 19:07:22 unset SSH_AUTH_SOCK; 19:07:22 unset SSH_AGENT_PID; 19:07:22 echo Agent pid 16 killed; 19:07:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:07:23 + git semver [Pipeline] } 19:07:23 $ docker stop --time=1 cd312f811f83f31514ff275abbfa5341e73baa51dc48d00e7c37c0cbc5521240 19:07:24 $ docker rm -f cd312f811f83f31514ff275abbfa5341e73baa51dc48d00e7c37c0cbc5521240 [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 19:07:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:07:26 ---> package-listing.sh 19:07:26 ++ facter osfamily 19:07:26 ++ tr '[:upper:]' '[:lower:]' 19:07:26 + OS_FAMILY=redhat 19:07:26 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 19:07:26 + START_PACKAGES=/tmp/packages_start.txt 19:07:26 + END_PACKAGES=/tmp/packages_end.txt 19:07:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:07:26 + PACKAGES=/tmp/packages_start.txt 19:07:26 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 19:07:26 + PACKAGES=/tmp/packages_end.txt 19:07:26 + case "${OS_FAMILY}" in 19:07:26 + rpm -qa 19:07:26 + sort 19:07:30 + '[' -f /tmp/packages_start.txt ']' 19:07:30 + '[' -f /tmp/packages_end.txt ']' 19:07:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:07:30 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 19:07:30 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 19:07:30 + 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 19:07:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:07:31 19:07:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:07:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:07:31 alpine: Pulling from edgex-lftools-log-publisher 19:07:31 df20fa9351a1: Pulling fs layer 19:07:31 36b3adc4ff6f: Pulling fs layer 19:07:31 8ad3a11d3b57: Pulling fs layer 19:07:31 46f8f816bc3b: Pulling fs layer 19:07:31 0dadc02b9964: Pulling fs layer 19:07:31 ce6a7cf60c04: Pulling fs layer 19:07:31 7a184a31f384: Pulling fs layer 19:07:31 0879bd2ef858: Pulling fs layer 19:07:31 46f8f816bc3b: Waiting 19:07:31 0dadc02b9964: Waiting 19:07:31 ce6a7cf60c04: Waiting 19:07:31 7a184a31f384: Waiting 19:07:31 0879bd2ef858: Waiting 19:07:31 36b3adc4ff6f: Verifying Checksum 19:07:31 36b3adc4ff6f: Download complete 19:07:31 46f8f816bc3b: Verifying Checksum 19:07:31 46f8f816bc3b: Download complete 19:07:31 df20fa9351a1: Verifying Checksum 19:07:31 df20fa9351a1: Download complete 19:07:31 ce6a7cf60c04: Download complete 19:07:32 7a184a31f384: Verifying Checksum 19:07:32 7a184a31f384: Download complete 19:07:32 0dadc02b9964: Verifying Checksum 19:07:32 0dadc02b9964: Download complete 19:07:32 8ad3a11d3b57: Verifying Checksum 19:07:32 8ad3a11d3b57: Download complete 19:07:32 df20fa9351a1: Pull complete 19:07:32 36b3adc4ff6f: Pull complete 19:07:32 0879bd2ef858: Verifying Checksum 19:07:32 0879bd2ef858: Download complete 19:07:32 8ad3a11d3b57: Pull complete 19:07:33 46f8f816bc3b: Pull complete 19:07:33 0dadc02b9964: Pull complete 19:07:33 ce6a7cf60c04: Pull complete 19:07:33 7a184a31f384: Pull complete 19:07:36 0879bd2ef858: Pull complete 19:07:36 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 19:07:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:07:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:07:36 prd-centos7-docker-4c-2g-288 does not seem to be running inside a container 19:07:36 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:07:39 $ docker top f7947d3cd3f5fee7876bc427767301635774fd87aab318e3067bdb44b6d61cfa -eo pid,comm [Pipeline] { [Pipeline] sh 19:07:39 + mkdir -p /var/log/sa [Pipeline] sh 19:07:40 + ls /var/log/sa-host 19:07:40 + sadf -c /var/log/sa-host/sa05 19:07:40 file_magic: OK 19:07:40 HZ: Using current value: 100 19:07:40 file_header: OK 19:07:40 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 19:07:40 Statistics: 19:07:40 Hnuu...uuuununununu...Hnuu...uuuununununu... 19:07:40 File successfully converted to sysstat format version 12.2.1 19:07:40 + sadf -c /var/log/sa-host/sa17 19:07:40 file_magic: OK 19:07:40 HZ: Using current value: 100 19:07:40 file_header: OK 19:07:40 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 19:07:40 Statistics: 19:07:40 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:07:40 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:07:40 provisioning config files... 19:07:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1854533138284743117tmp [Pipeline] { [Pipeline] echo 19:07:40 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:07:40 ---> create-netrc.sh [Pipeline] echo 19:07:40 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:07:40 ---> logs-deploy.sh 19:07:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/117 19:07:40 INFO: archiving workspace using pattern(s): 19:07:42 Archives upload complete. 19:07:42 INFO: archiving logs to Nexus 19:07:43 ---> uname -a: 19:07:43 Linux f7947d3cd3f5 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 19:07:43 19:07:43 19:07:43 ---> lscpu: 19:07:43 Architecture: x86_64 19:07:43 CPU op-mode(s): 32-bit, 64-bit 19:07:43 Byte Order: Little Endian 19:07:43 Address sizes: 40 bits physical, 48 bits virtual 19:07:43 CPU(s): 4 19:07:43 On-line CPU(s) list: 0-3 19:07:43 Thread(s) per core: 1 19:07:43 Core(s) per socket: 1 19:07:43 Socket(s): 4 19:07:43 NUMA node(s): 1 19:07:43 Vendor ID: GenuineIntel 19:07:43 CPU family: 6 19:07:43 Model: 44 19:07:43 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:07:43 Stepping: 1 19:07:43 CPU MHz: 2933.442 19:07:43 BogoMIPS: 5866.88 19:07:43 Virtualization: VT-x 19:07:43 Hypervisor vendor: KVM 19:07:43 Virtualization type: full 19:07:43 L1d cache: 128 KiB 19:07:43 L1i cache: 128 KiB 19:07:43 L2 cache: 16 MiB 19:07:43 L3 cache: 64 MiB 19:07:43 NUMA node0 CPU(s): 0-3 19:07:43 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:07:43 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:07:43 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:07:43 Vulnerability Meltdown: Mitigation; PTI 19:07:43 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:07:43 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:07:43 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:07:43 Vulnerability Tsx async abort: Not affected 19:07:43 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 19:07:43 19:07:43 19:07:43 ---> nproc: 19:07:43 4 19:07:43 19:07:43 19:07:43 ---> df -h: 19:07:43 Filesystem Size Used Available Use% Mounted on 19:07:43 overlay 50.0G 8.2G 41.8G 16% / 19:07:43 tmpfs 64.0M 0 64.0M 0% /dev 19:07:43 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:07:43 shm 64.0M 0 64.0M 0% /dev/shm 19:07:43 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 19:07:43 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 19:07:43 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 19:07:43 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 19:07:43 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master 19:07:43 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master@tmp 19:07:43 19:07:43 19:07:43 ---> free -m: 19:07:43 total used free shared buff/cache available 19:07:43 Mem: 1837 777 119 0 940 995 19:07:43 Swap: 1023 3 1020 19:07:43 19:07:43 19:07:43 ---> ip addr: 19:07:43 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:07:43 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:07:43 inet 127.0.0.1/8 scope host lo 19:07:43 valid_lft forever preferred_lft forever 19:07:43 16: eth0@if17: mtu 1458 qdisc noqueue state UP 19:07:43 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 19:07:43 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 19:07:43 valid_lft forever preferred_lft forever 19:07:43 19:07:43 19:07:43 ---> sar -b -r -n DEV: 19:07:43 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/17/20 _x86_64_ (4 CPU) 19:07:43 19:07:43 19:00:52 LINUX RESTART (4 CPU) 19:07:43 19:07:43 19:02:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:07:43 19:03:01 8.47 1.68 6.79 0.00 181.39 1313.07 0.00 19:07:43 19:04:02 0.62 0.00 0.62 0.00 0.00 7.43 0.00 19:07:43 19:05:01 0.20 0.00 0.20 0.00 0.00 2.51 0.00 19:07:43 19:06:01 139.85 81.59 58.27 0.00 3549.86 26746.53 0.00 19:07:43 19:07:01 299.32 118.10 181.22 0.00 7940.78 39676.48 0.00 19:07:43 Average: 90.03 40.43 49.61 0.00 2343.34 13600.21 0.00 19:07:43 19:07:43 19:02:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:07:43 19:03:01 225916 0 584044 31.04 2620 1068976 1113420 38.00 445136 1052116 12 19:07:43 19:04:02 231416 0 578540 30.75 2620 1068980 1075816 36.72 444308 1048508 8 19:07:43 19:05:01 231240 0 578708 30.76 2620 1068988 1075972 36.72 445192 1048512 20 19:07:43 19:06:01 72780 0 706844 37.57 2620 1099312 1509332 51.51 524868 1087660 70256 19:07:43 19:07:01 69032 0 751880 39.96 1704 1058940 1266052 43.21 662780 863548 47276 19:07:43 Average: 166077 0 640003 34.01 2437 1073039 1208118 41.23 504457 1020069 23514 19:07:43 19:07:43 19:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:07:43 19:03:01 eth0 118.66 73.70 30.85 320.43 0.00 0.00 0.00 0.00 19:07:43 19:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:07:43 19:03:01 docker0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:07:43 19:04:02 eth0 1.32 0.08 0.15 0.01 0.00 0.00 0.00 0.00 19:07:43 19:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:07:43 19:04:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:07:43 19:05:01 eth0 2.76 1.22 0.94 1.91 0.00 0.00 0.00 0.00 19:07:43 19:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:07:43 19:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:07:43 19:06:01 eth0 393.54 353.45 3779.10 28.01 0.00 0.00 0.00 0.00 19:07:43 19:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:07:43 19:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:07:43 19:07:01 vethfe9358d 26.15 35.53 1.75 199.09 0.00 0.00 0.00 0.00 19:07:43 19:07:01 eth0 723.12 574.63 4171.40 88.53 0.00 0.00 0.00 0.00 19:07:43 19:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:07:43 19:07:01 docker0 90.03 102.84 6.36 609.59 0.00 0.00 0.00 0.00 19:07:43 Average: vethfe9358d 5.25 7.14 0.35 39.98 0.00 0.00 0.00 0.00 19:07:43 Average: eth0 248.80 201.37 1602.43 88.08 0.00 0.00 0.00 0.00 19:07:43 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:07:43 Average: docker0 18.09 20.66 1.28 122.41 0.00 0.00 0.00 0.00 19:07:43 19:07:43 19:07:43 ---> sar -P ALL: 19:07:43 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/17/20 _x86_64_ (4 CPU) 19:07:43 19:07:43 19:00:52 LINUX RESTART (4 CPU) 19:07:43 19:07:43 19:02:01 CPU %user %nice %system %iowait %steal %idle 19:07:43 19:03:01 all 2.12 0.00 0.51 0.06 0.00 97.31 19:07:43 19:03:01 0 2.16 0.00 0.53 0.13 0.00 97.18 19:07:43 19:03:01 1 1.28 0.00 0.42 0.02 0.02 98.27 19:07:43 19:03:01 2 1.50 0.00 0.48 0.08 0.00 97.93 19:07:43 19:03:01 3 3.54 0.00 0.60 0.00 0.00 95.86 19:07:43 19:04:02 all 0.03 0.00 0.04 0.00 0.00 99.92 19:07:43 19:04:02 0 0.05 0.00 0.03 0.00 0.02 99.90 19:07:43 19:04:02 1 0.03 0.00 0.07 0.00 0.00 99.90 19:07:43 19:04:02 2 0.03 0.00 0.03 0.00 0.00 99.93 19:07:43 19:04:02 3 0.02 0.00 0.03 0.00 0.00 99.95 19:07:43 19:05:01 all 0.17 0.00 0.03 0.00 0.00 99.81 19:07:43 19:05:01 0 0.07 0.00 0.02 0.00 0.00 99.92 19:07:43 19:05:01 1 0.49 0.00 0.03 0.00 0.00 99.48 19:07:43 19:05:01 2 0.07 0.00 0.03 0.00 0.02 99.88 19:07:43 19:05:01 3 0.03 0.00 0.02 0.00 0.00 99.95 19:07:43 19:06:01 all 5.80 0.00 3.43 0.88 0.01 89.89 19:07:43 19:06:01 0 5.62 0.00 3.58 0.89 0.00 89.91 19:07:43 19:06:01 1 6.05 0.00 3.14 0.86 0.02 89.94 19:07:43 19:06:01 2 5.73 0.00 3.93 0.35 0.00 89.98 19:07:43 19:06:01 3 5.78 0.00 3.08 1.41 0.02 89.71 19:07:43 19:07:01 all 12.64 0.00 8.54 4.33 0.05 74.45 19:07:43 19:07:01 0 11.84 0.00 8.23 2.51 0.03 77.39 19:07:43 19:07:01 1 11.68 0.00 9.91 3.62 0.03 74.75 19:07:43 19:07:01 2 15.09 0.00 8.25 5.32 0.07 71.28 19:07:43 19:07:01 3 11.93 0.00 7.76 5.85 0.05 74.40 19:07:43 Average: all 4.13 0.00 2.49 1.04 0.01 92.32 19:07:43 Average: 0 3.92 0.00 2.46 0.70 0.01 92.91 19:07:43 Average: 1 3.89 0.00 2.70 0.89 0.01 92.50 19:07:43 Average: 2 4.46 0.00 2.53 1.14 0.02 91.84 19:07:43 Average: 3 4.24 0.00 2.28 1.44 0.01 92.03 19:07:43 19:07:43 19:07:43