Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from dd68bd8a16b73082b1b414d7611500291c5101af 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, goVersion:1.13, 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.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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-43411 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 dd68bd8a16b73082b1b414d7611500291c5101af (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 dd68bd8a16b73082b1b414d7611500291c5101af # timeout=10 Commit message: "fix: Fix unit tests that fail when using Go 1.15 (#485)" > git rev-list --no-walk b0f6186d0626fdf5d3c1e4e4b0b23af3b3c8cc73 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:15:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:15:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:15:50 ========================================================= 22:15:50 EdgeX Global Pipelines Version Info 22:15:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:15:51 ------------------- 22:15:51 stable info: 22:15:51 ------------------- 22:15:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:15:51 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 22:15:51 Message: update stable to v1.0.122 22:15:52 ------------------- 22:15:52 experimental info: 22:15:52 ------------------- 22:15:52 Commited By: **** collab-it+edgex@linuxfoundation.org 22:15:52 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 22:15:52 Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 22:15:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 22:15:53 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 22:15:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:15:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:15:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:15:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 22:15:53 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:15:53 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 22:15:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:15:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:15:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:15:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 22:15:54 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:15:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:15:54 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:15:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:15:54 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:15:54 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:15:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:15:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:15:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:15:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 22:15:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:15:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:15:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:15:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dd68bd8a16b73082b1b414d7611500291c5101af [Pipeline] echo 22:15:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dd68bd8 [Pipeline] echo 22:15:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:15:56 + git log --format=format:%s -1 dd68bd8a16b73082b1b414d7611500291c5101af [Pipeline] echo 22:15:56 GIT_COMMIT: dd68bd8a16b73082b1b414d7611500291c5101af, Commit Message: fix: Fix unit tests that fail when using Go 1.15 (#485) [Pipeline] echo 22:15:56 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:15:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:15:57 22:15:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:15:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:15:57 latest: Pulling from edgex-devops/git-semver 22:15:57 31603596830f: Pulling fs layer 22:15:57 2a8b12db71e7: Pulling fs layer 22:15:57 6ca5941a6612: Pulling fs layer 22:15:57 ecc8261a40a4: Pulling fs layer 22:15:57 ecc8261a40a4: Waiting 22:15:57 2a8b12db71e7: Verifying Checksum 22:15:57 2a8b12db71e7: Download complete 22:15:58 31603596830f: Download complete 22:15:58 ecc8261a40a4: Verifying Checksum 22:15:58 ecc8261a40a4: Download complete 22:15:58 6ca5941a6612: Verifying Checksum 22:15:58 6ca5941a6612: Download complete 22:15:58 31603596830f: Pull complete 22:15:58 2a8b12db71e7: Pull complete 22:15:59 6ca5941a6612: Pull complete 22:15:59 ecc8261a40a4: Pull complete 22:15:59 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:15:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:15:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:15:59 prd-centos7-docker-4c-2g-43411 does not seem to be running inside a container 22:15:59 $ 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 22:16:01 $ docker top 7a27ed499bf079d933f98004d96a1a8927ad1e3bd193427825306576c10e636b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:16:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:16:02 [ssh-agent] Looking for ssh-agent implementation... 22:16:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:16:02 $ docker exec 7a27ed499bf079d933f98004d96a1a8927ad1e3bd193427825306576c10e636b ssh-agent 22:16:02 SSH_AUTH_SOCK=/tmp/ssh-8UFahoJhgvxy/agent.12 22:16:02 SSH_AGENT_PID=17 22:16:02 Running ssh-add (command line suppressed) 22:16:02 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8773748793661660426.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8773748793661660426.key) 22:16:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:16:02 + git describe --exact-match --tags HEAD 22:16:02 fatal: No names found, cannot describe anything. [Pipeline] } 22:16:02 $ docker exec --env ******** --env ******** 7a27ed499bf079d933f98004d96a1a8927ad1e3bd193427825306576c10e636b ssh-agent -k 22:16:03 unset SSH_AUTH_SOCK; 22:16:03 unset SSH_AGENT_PID; 22:16:03 echo Agent pid 17 killed; 22:16:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:16:03 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 22:16:03 This usually means this commit has not been tagged. [Pipeline] sshagent 22:16:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:16:03 [ssh-agent] Looking for ssh-agent implementation... 22:16:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:16:03 $ docker exec 7a27ed499bf079d933f98004d96a1a8927ad1e3bd193427825306576c10e636b ssh-agent 22:16:03 SSH_AUTH_SOCK=/tmp/ssh-PaH88GT9UZrr/agent.45 22:16:03 SSH_AGENT_PID=50 22:16:03 Running ssh-add (command line suppressed) 22:16:03 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1119469448116468367.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1119469448116468367.key) 22:16:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:16:04 + git semver init 22:16:04 # -> Open(): unable to determine branch for HEAD 22:16:04 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:16:04 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:16:04 # $SEMVER_REMOTE_NAME = origin 22:16:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:16:04 # $SEMVER_USER_NAME = edgex-jenkins 22:16:04 # $SEMVER_BRANCH = master 22:16:04 # $SEMVER_TEMP = /tmp/semver-278168227 22:16:04 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 22:16:06 # '/tmp/semver-278168227' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 22:16:06 # -> Force: false 22:16:06 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 22:16:06 $ docker exec --env ******** --env ******** 7a27ed499bf079d933f98004d96a1a8927ad1e3bd193427825306576c10e636b ssh-agent -k 22:16:06 unset SSH_AUTH_SOCK; 22:16:06 unset SSH_AGENT_PID; 22:16:06 echo Agent pid 50 killed; 22:16:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:16:07 + git semver [Pipeline] } 22:16:07 $ docker stop --time=1 7a27ed499bf079d933f98004d96a1a8927ad1e3bd193427825306576c10e636b 22:16:08 $ docker rm -f 7a27ed499bf079d933f98004d96a1a8927ad1e3bd193427825306576c10e636b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 22:16:11 Stashed 37 file(s) [Pipeline] echo 22:16:11 [edgeXSemver]: initialized semver on version 1.2.1-dev.24 [Pipeline] echo 22:16:11 Archived original version: [1.2.1-dev.24] [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:16:26 Still waiting to schedule task 22:16:26 ‘prd-centos7-builder-2c-1g-1807’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-43407’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-213’ is offline; ‘prd-centos7-docker-4c-2g-43406’ is offline; ‘prd-centos7-docker-4c-2g-43408’ is offline; ‘prd-centos7-docker-4c-2g-43409’ is offline; ‘prd-centos7-docker-4c-2g-43410’ is offline; ‘prd-centos7-docker-4c-2g-43412’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-43393’ doesn’t have label ‘centos7-docker-4c-2g’ 22:16:26 Still waiting to schedule task 22:16:26 ‘prd-ubuntu18.04-docker-arm64-4c-16g-43393’ is offline 22:17:46 Running on prd-centos7-docker-4c-2g-43417 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 22:17:46 Running in /w/workspace/app-functions-sdk-go/112 [Pipeline] { [Pipeline] checkout 22:17:50 using credential edgex-jenkins-ssh 22:17:50 Cloning the remote Git repository 22:17:50 Cloning with configured refspecs honoured and without tags 22:17:50 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:17:50 > git init /w/workspace/app-functions-sdk-go/112 # timeout=10 22:17:50 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:17:50 > git --version # timeout=10 22:17:50 > git --version # 'git version 2.16.5' 22:17:50 using GIT_SSH to set credentials SSH Credentials for GitHub 22:17:50 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:17:51 Fetching without tags 22:17:51 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:17:51 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:17:51 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:17:51 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:17:51 using GIT_SSH to set credentials SSH Credentials for GitHub 22:17:51 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:17:52 Checking out Revision dd68bd8a16b73082b1b414d7611500291c5101af (master) 22:17:52 > git config core.sparsecheckout # timeout=10 22:17:52 > git checkout -f dd68bd8a16b73082b1b414d7611500291c5101af # timeout=10 22:17:56 Commit message: "fix: Fix unit tests that fail when using Go 1.15 (#485)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:17:58 ========================================================= 22:17:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 22:17:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:17:58 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 22:18:00 Sending build context to Docker daemon 37.17MB 22:18:00 Step 1/8 : ARG BASE=golang:1.13-alpine 22:18:00 Step 2/8 : FROM ${BASE} 22:18:00 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 22:18:00 df20fa9351a1: Pulling fs layer 22:18:00 ed8968b2872e: Pulling fs layer 22:18:00 a92cc7c5fd73: Pulling fs layer 22:18:00 2dd03ba5bac4: Pulling fs layer 22:18:00 1e091d79d1de: Pulling fs layer 22:18:00 481702a1767f: Pulling fs layer 22:18:00 f64a6f60c768: Pulling fs layer 22:18:00 e78d2573fc39: Pulling fs layer 22:18:00 e876d2f968b6: Pulling fs layer 22:18:00 ce8a83651883: Pulling fs layer 22:18:00 07967f4d0e4b: Pulling fs layer 22:18:00 f64a6f60c768: Waiting 22:18:00 e78d2573fc39: Waiting 22:18:00 e876d2f968b6: Waiting 22:18:00 ce8a83651883: Waiting 22:18:00 07967f4d0e4b: Waiting 22:18:00 2dd03ba5bac4: Waiting 22:18:00 481702a1767f: Waiting 22:18:00 1e091d79d1de: Waiting 22:18:00 a92cc7c5fd73: Verifying Checksum 22:18:00 a92cc7c5fd73: Download complete 22:18:00 ed8968b2872e: Verifying Checksum 22:18:00 ed8968b2872e: Download complete 22:18:00 1e091d79d1de: Verifying Checksum 22:18:00 1e091d79d1de: Download complete 22:18:00 481702a1767f: Verifying Checksum 22:18:00 481702a1767f: Download complete 22:18:00 df20fa9351a1: Verifying Checksum 22:18:00 df20fa9351a1: Download complete 22:18:00 df20fa9351a1: Pull complete 22:18:00 ed8968b2872e: Pull complete 22:18:00 a92cc7c5fd73: Pull complete 22:18:03 f64a6f60c768: Verifying Checksum 22:18:03 f64a6f60c768: Download complete 22:18:03 e876d2f968b6: Verifying Checksum 22:18:03 e876d2f968b6: Download complete 22:18:04 ce8a83651883: Download complete 22:18:04 07967f4d0e4b: Verifying Checksum 22:18:04 07967f4d0e4b: Download complete 22:18:04 2dd03ba5bac4: Verifying Checksum 22:18:04 2dd03ba5bac4: Download complete 22:18:04 e78d2573fc39: Verifying Checksum 22:18:04 e78d2573fc39: Download complete 22:18:11 2dd03ba5bac4: Pull complete 22:18:11 1e091d79d1de: Pull complete 22:18:11 481702a1767f: Pull complete 22:18:15 f64a6f60c768: Pull complete 22:18:18 e78d2573fc39: Pull complete 22:18:18 e876d2f968b6: Pull complete 22:18:19 ce8a83651883: Pull complete 22:18:19 07967f4d0e4b: Pull complete 22:18:19 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 22:18:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 22:18:19 ---> 5d7c900382c6 22:18:19 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:18:20 latest: Pulling from library/docker 22:18:20 df20fa9351a1: Already exists 22:18:20 25ad7478873d: Pulling fs layer 22:18:20 4684f6177b5d: Pulling fs layer 22:18:20 46e300cec669: Pulling fs layer 22:18:20 63038576ad94: Pulling fs layer 22:18:20 0fdb76c4706c: Pulling fs layer 22:18:20 cb7edeffdfd5: Pulling fs layer 22:18:20 63038576ad94: Waiting 22:18:20 0fdb76c4706c: Waiting 22:18:20 cb7edeffdfd5: Waiting 22:18:20 25ad7478873d: Download complete 22:18:20 4684f6177b5d: Verifying Checksum 22:18:20 4684f6177b5d: Download complete 22:18:20 63038576ad94: Verifying Checksum 22:18:20 63038576ad94: Download complete 22:18:20 0fdb76c4706c: Verifying Checksum 22:18:20 0fdb76c4706c: Download complete 22:18:20 cb7edeffdfd5: Verifying Checksum 22:18:20 cb7edeffdfd5: Download complete 22:18:21 46e300cec669: Verifying Checksum 22:18:21 46e300cec669: Download complete 22:18:21 25ad7478873d: Pull complete 22:18:22 4684f6177b5d: Pull complete 22:18:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-43416 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 22:18:22 Running in /w/workspace/app-functions-sdk-go/112 [Pipeline] { [Pipeline] checkout 22:18:24 46e300cec669: Pull complete 22:18:24 63038576ad94: Pull complete 22:18:24 0fdb76c4706c: Pull complete 22:18:24 cb7edeffdfd5: Pull complete 22:18:24 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 22:18:25 Status: Downloaded newer image for docker:latest 22:18:27 ---> 103789957b10 22:18:27 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:18:27 ---> Running in eab3773d72cc 22:18:27 Removing intermediate container eab3773d72cc 22:18:27 ---> 2eeca3fe9c3e 22:18:27 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:18:27 ---> Running in f95dc9ca6d07 22:18:27 using credential edgex-jenkins-ssh 22:18:27 Cloning the remote Git repository 22:18:27 Cloning with configured refspecs honoured and without tags 22:18:27 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:18:27 > git init /w/workspace/app-functions-sdk-go/112 # timeout=10 22:18:27 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:18:27 > git --version # timeout=10 22:18:27 > git --version # 'git version 2.17.1' 22:18:27 using GIT_SSH to set credentials SSH Credentials for GitHub 22:18:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:18:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:18:28 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:18:29 (1/5) Installing libsodium (1.0.18-r0) 22:18:29 (2/5) Installing libzmq (4.3.3-r0) 22:18:29 (3/5) Installing pkgconf (1.7.2-r0) 22:18:29 (4/5) Installing libsodium-dev (1.0.18-r0) 22:18:29 (5/5) Installing zeromq-dev (4.3.3-r0) 22:18:30 Executing busybox-1.31.1-r16.trigger 22:18:30 OK: 167 MiB in 44 packages 22:18:30 Fetching without tags 22:18:30 Removing intermediate container f95dc9ca6d07 22:18:30 ---> 055fde931c89 22:18:30 Step 6/8 : WORKDIR /build 22:18:30 ---> Running in 92621bf90cad 22:18:30 Removing intermediate container 92621bf90cad 22:18:30 ---> 90bff522b948 22:18:30 Step 7/8 : COPY go.mod . 22:18:31 ---> c90b1e780959 22:18:31 Step 8/8 : RUN go mod download 22:18:31 ---> Running in c5c721579f67 22:18:31 Checking out Revision dd68bd8a16b73082b1b414d7611500291c5101af (master) 22:18:30 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:18:30 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:18:30 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:18:30 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:18:30 using GIT_SSH to set credentials SSH Credentials for GitHub 22:18:30 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:18:31 > git config core.sparsecheckout # timeout=10 22:18:31 > git checkout -f dd68bd8a16b73082b1b414d7611500291c5101af # timeout=10 22:18:33 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:18:33 go: finding github.com/BurntSushi/toml v0.3.1 22:18:33 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 22:18:33 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:18:33 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 22:18:33 go: finding github.com/bgentry/speakeasy v0.1.0 22:18:33 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 22:18:33 go: finding github.com/davecgh/go-spew v1.1.1 22:18:33 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 22:18:33 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 22:18:33 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 22:18:33 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 22:18:33 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.77 22:18:33 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 22:18:33 go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 22:18:33 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 22:18:33 go: finding github.com/fatih/color v1.7.0 22:18:33 go: finding github.com/fsnotify/fsnotify v1.4.7 22:18:33 go: finding github.com/fxamacker/cbor/v2 v2.2.0 22:18:33 go: finding github.com/go-kit/kit v0.8.0 22:18:33 go: finding github.com/go-logfmt/logfmt v0.4.0 22:18:33 go: finding github.com/go-playground/assert/v2 v2.0.1 22:18:33 go: finding github.com/go-playground/locales v0.13.0 22:18:33 go: finding github.com/go-playground/universal-translator v0.17.0 22:18:34 go: finding github.com/go-playground/validator/v10 v10.3.0 22:18:34 go: finding github.com/go-redis/redis/v7 v7.2.0 22:18:34 go: finding github.com/go-stack/stack v1.8.0 22:18:34 go: finding github.com/golang/protobuf v1.3.2 22:18:34 go: finding github.com/golang/snappy v0.0.1 22:18:34 go: finding github.com/gomodule/redigo v2.0.0+incompatible 22:18:34 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 22:18:34 go: finding github.com/google/go-cmp v0.4.0 22:18:34 go: finding github.com/google/uuid v1.1.1 22:18:34 go: finding github.com/gorilla/mux v1.8.0 22:18:34 go: finding github.com/hashicorp/consul/api v1.1.0 22:18:34 go: finding github.com/hashicorp/consul/sdk v0.1.1 22:18:34 go: finding github.com/hashicorp/errwrap v1.0.0 22:18:34 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 22:18:34 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 22:18:34 go: finding github.com/hashicorp/go-msgpack v0.5.3 22:18:34 go: finding github.com/hashicorp/go-multierror v1.0.0 22:18:34 go: finding github.com/hashicorp/go-rootcerts v1.0.0 22:18:34 go: finding github.com/hashicorp/go-sockaddr v1.0.0 22:18:34 go: finding github.com/hashicorp/go-syslog v1.0.0 22:18:34 go: finding github.com/hashicorp/go-uuid v1.0.1 22:18:34 go: finding github.com/hashicorp/go.net v0.0.1 22:18:34 go: finding github.com/hashicorp/golang-lru v0.5.0 22:18:34 go: finding github.com/hashicorp/logutils v1.0.0 22:18:34 go: finding github.com/hashicorp/mdns v1.0.0 22:18:34 go: finding github.com/hashicorp/memberlist v0.1.3 22:18:34 go: finding github.com/hashicorp/serf v0.8.2 22:18:34 go: finding github.com/hpcloud/tail v1.0.0 22:18:34 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 22:18:34 go: finding github.com/kr/pretty v0.1.0 22:18:34 go: finding github.com/kr/pty v1.1.1 22:18:34 go: finding github.com/kr/text v0.1.0 22:18:34 go: finding github.com/leodido/go-urn v1.2.0 22:18:34 go: finding github.com/mattn/go-colorable v0.0.9 22:18:34 go: finding github.com/mattn/go-isatty v0.0.3 22:18:35 go: finding github.com/miekg/dns v1.0.14 22:18:35 go: finding github.com/mitchellh/cli v1.0.0 22:18:35 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:18:35 go: finding github.com/mitchellh/copystructure v1.0.0 22:18:35 go: finding github.com/mitchellh/go-homedir v1.0.0 22:18:35 go: finding github.com/mitchellh/go-testing-interface v1.0.0 22:18:35 go: finding github.com/mitchellh/gox v0.4.0 22:18:35 go: finding github.com/mitchellh/iochan v1.0.0 22:18:35 go: finding github.com/mitchellh/mapstructure v1.1.2 22:18:35 go: finding github.com/mitchellh/reflectwalk v1.0.0 22:18:35 go: finding github.com/onsi/ginkgo v1.10.1 22:18:35 go: finding github.com/onsi/gomega v1.7.0 22:18:35 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 22:18:35 go: finding github.com/pebbe/zmq4 v1.0.0 22:18:35 go: finding github.com/pelletier/go-toml v1.2.0 22:18:35 go: finding github.com/pkg/errors v0.8.1 22:18:35 go: finding github.com/pmezard/go-difflib v1.0.0 22:18:35 go: finding github.com/posener/complete v1.1.1 22:18:35 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 22:18:35 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 22:18:35 go: finding github.com/stretchr/objx v0.2.0 22:18:35 go: finding github.com/stretchr/testify v1.6.1 22:18:35 go: finding github.com/tidwall/pretty v1.0.1 22:18:35 Commit message: "fix: Fix unit tests that fail when using Go 1.15 (#485)" 22:18:35 go: finding github.com/ugorji/go v1.1.4 22:18:35 go: finding github.com/x448/float16 v0.8.4 22:18:35 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 22:18:35 go: finding github.com/xdg/stringprep v1.0.0 22:18:35 go: finding go.mongodb.org/mongo-driver v1.1.1 22:18:35 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 22:18:35 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 22:18:35 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 22:18:35 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 22:18:35 go: finding golang.org/x/text v0.3.2 22:18:35 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 22:18:35 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 22:18:35 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 22:18:35 go: finding gopkg.in/fsnotify.v1 v1.4.7 22:18:35 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 22:18:35 go: finding gopkg.in/yaml.v2 v2.2.8 22:18:35 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:18:38 ========================================================= 22:18:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 22:18:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:18:39 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 22:18:40 Sending build context to Docker daemon 37.17MB 22:18:40 Step 1/8 : ARG BASE=golang:1.13-alpine 22:18:40 Step 2/8 : FROM ${BASE} 22:18:41 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:18:41 b538f80385f9: Pulling fs layer 22:18:41 74f711af9a0d: Pulling fs layer 22:18:41 99f96fe45779: Pulling fs layer 22:18:41 fd7a069fd194: Pulling fs layer 22:18:41 66aa3694b03b: Pulling fs layer 22:18:41 170f70906a0f: Pulling fs layer 22:18:41 ad7c5574e4b9: Pulling fs layer 22:18:41 e772456be8f7: Pulling fs layer 22:18:41 c890913d741a: Pulling fs layer 22:18:41 2480fcc9aa5a: Pulling fs layer 22:18:41 09adf4765672: Pulling fs layer 22:18:41 66aa3694b03b: Waiting 22:18:41 170f70906a0f: Waiting 22:18:41 ad7c5574e4b9: Waiting 22:18:41 e772456be8f7: Waiting 22:18:41 c890913d741a: Waiting 22:18:41 2480fcc9aa5a: Waiting 22:18:41 09adf4765672: Waiting 22:18:41 fd7a069fd194: Waiting 22:18:41 99f96fe45779: Verifying Checksum 22:18:41 99f96fe45779: Download complete 22:18:41 74f711af9a0d: Verifying Checksum 22:18:41 74f711af9a0d: Download complete 22:18:41 66aa3694b03b: Verifying Checksum 22:18:41 66aa3694b03b: Download complete 22:18:41 170f70906a0f: Verifying Checksum 22:18:41 170f70906a0f: Download complete 22:18:41 b538f80385f9: Verifying Checksum 22:18:41 b538f80385f9: Download complete 22:18:41 b538f80385f9: Pull complete 22:18:42 74f711af9a0d: Pull complete 22:18:42 99f96fe45779: Pull complete 22:18:43 ad7c5574e4b9: Verifying Checksum 22:18:43 ad7c5574e4b9: Download complete 22:18:43 c890913d741a: Download complete 22:18:45 2480fcc9aa5a: Verifying Checksum 22:18:45 2480fcc9aa5a: Download complete 22:18:45 09adf4765672: Verifying Checksum 22:18:45 09adf4765672: Download complete 22:18:46 fd7a069fd194: Download complete 22:18:47 e772456be8f7: Verifying Checksum 22:18:47 e772456be8f7: Download complete 22:18:58 Removing intermediate container c5c721579f67 22:18:58 ---> 08069a2dff41 22:18:58 Successfully built 08069a2dff41 22:18:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:18:58 + docker inspect -f . ci-base-image-x86_64 22:18:58 . [Pipeline] withDockerContainer 22:18:58 prd-centos7-docker-4c-2g-43417 does not seem to be running inside a container 22:18:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/112 -v /w/workspace/app-functions-sdk-go/112:/w/workspace/app-functions-sdk-go/112:rw,z -v /w/workspace/app-functions-sdk-go/112@tmp:/w/workspace/app-functions-sdk-go/112@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 22:18:59 $ docker top cea9ab1118d1a56106f0affe7e87a65f39458035f964a3c4a40c989a5229b4fc -eo pid,comm [Pipeline] { [Pipeline] sh 22:18:59 fd7a069fd194: Pull complete 22:18:59 66aa3694b03b: Pull complete 22:18:59 170f70906a0f: Pull complete 22:18:59 + go version 22:18:59 go version go1.13.13 linux/amd64 [Pipeline] } 22:18:59 $ docker stop --time=1 cea9ab1118d1a56106f0affe7e87a65f39458035f964a3c4a40c989a5229b4fc 22:19:01 $ docker rm -f cea9ab1118d1a56106f0affe7e87a65f39458035f964a3c4a40c989a5229b4fc [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) 22:19:02 ad7c5574e4b9: Pull complete 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] } 22:19:06 e772456be8f7: Pull complete 22:19:06 c890913d741a: Pull complete 22:19:09 2480fcc9aa5a: Pull complete 22:19:09 09adf4765672: Pull complete 22:19:09 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 22:19:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 22:19:09 ---> 2248a725d1cf 22:19:09 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:19:10 latest: Pulling from library/docker 22:19:10 b538f80385f9: Already exists 22:19:10 259a493cd78d: Pulling fs layer 22:19:10 b8e66b5100f5: Pulling fs layer 22:19:10 39dc9c94d07c: Pulling fs layer 22:19:10 551b823b3b82: Pulling fs layer 22:19:10 3c52a74df98c: Pulling fs layer 22:19:10 6c9b121b6998: Pulling fs layer 22:19:10 551b823b3b82: Waiting 22:19:10 3c52a74df98c: Waiting 22:19:10 6c9b121b6998: Waiting 22:19:10 b8e66b5100f5: Verifying Checksum 22:19:10 b8e66b5100f5: Download complete 22:19:10 259a493cd78d: Verifying Checksum 22:19:10 259a493cd78d: Download complete 22:19:10 551b823b3b82: Verifying Checksum 22:19:10 551b823b3b82: Download complete 22:19:10 3c52a74df98c: Verifying Checksum 22:19:10 3c52a74df98c: Download complete 22:19:10 6c9b121b6998: Verifying Checksum 22:19:10 6c9b121b6998: Download complete 22:19:11 259a493cd78d: Pull complete 22:19:11 b8e66b5100f5: Pull complete 22:19:11 39dc9c94d07c: Verifying Checksum 22:19:11 39dc9c94d07c: Download complete 22:19:14 39dc9c94d07c: Pull complete 22:19:14 551b823b3b82: Pull complete 22:19:15 3c52a74df98c: Pull complete 22:19:15 6c9b121b6998: Pull complete 22:19:15 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 22:19:15 Status: Downloaded newer image for docker:latest 22:19:22 ---> 7b08bf1bb37c 22:19:22 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:19:22 ---> Running in ffdf5d371d1f 22:19:22 Removing intermediate container ffdf5d371d1f 22:19:22 ---> bbb9d838fdec 22:19:22 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:19:23 ---> Running in c73e9f644b04 22:19:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:19:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:19:26 (1/5) Installing libsodium (1.0.18-r0) 22:19:27 (2/5) Installing libzmq (4.3.3-r0) 22:19:27 (3/5) Installing pkgconf (1.7.2-r0) 22:19:27 (4/5) Installing libsodium-dev (1.0.18-r0) 22:19:27 (5/5) Installing zeromq-dev (4.3.3-r0) 22:19:27 Executing busybox-1.31.1-r16.trigger 22:19:27 OK: 144 MiB in 44 packages 22:19:28 Removing intermediate container c73e9f644b04 22:19:28 ---> e1ddb15665e5 22:19:28 Step 6/8 : WORKDIR /build 22:19:29 ---> Running in ac736424224b 22:19:29 Removing intermediate container ac736424224b 22:19:29 ---> 3559f6559152 22:19:29 Step 7/8 : COPY go.mod . 22:19:30 ---> f3a947c28672 22:19:30 Step 8/8 : RUN go mod download 22:19:30 ---> Running in bd2f2ee4d073 22:19:33 go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:19:33 go: finding github.com/BurntSushi/toml v0.3.1 22:19:33 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 22:19:33 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:19:33 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 22:19:33 go: finding github.com/bgentry/speakeasy v0.1.0 22:19:33 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 22:19:33 go: finding github.com/davecgh/go-spew v1.1.1 22:19:33 go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 22:19:33 go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 22:19:33 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 22:19:33 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 22:19:33 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.77 22:19:33 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.21 22:19:33 go: finding github.com/edgexfoundry/go-mod-registry v0.1.21 22:19:33 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.19 22:19:33 go: finding github.com/fatih/color v1.7.0 22:19:33 go: finding github.com/fsnotify/fsnotify v1.4.7 22:19:33 go: finding github.com/fxamacker/cbor/v2 v2.2.0 22:19:33 go: finding github.com/go-kit/kit v0.8.0 22:19:33 go: finding github.com/go-logfmt/logfmt v0.4.0 22:19:33 go: finding github.com/go-playground/assert/v2 v2.0.1 22:19:33 go: finding github.com/go-playground/locales v0.13.0 22:19:33 go: finding github.com/go-playground/universal-translator v0.17.0 22:19:33 go: finding github.com/go-playground/validator/v10 v10.3.0 22:19:33 go: finding github.com/go-redis/redis/v7 v7.2.0 22:19:33 go: finding github.com/go-stack/stack v1.8.0 22:19:33 go: finding github.com/golang/protobuf v1.3.2 22:19:33 go: finding github.com/golang/snappy v0.0.1 22:19:33 go: finding github.com/gomodule/redigo v2.0.0+incompatible 22:19:33 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 22:19:33 go: finding github.com/google/go-cmp v0.4.0 22:19:33 go: finding github.com/google/uuid v1.1.1 22:19:33 go: finding github.com/gorilla/mux v1.8.0 22:19:33 go: finding github.com/hashicorp/consul/api v1.1.0 22:19:34 go: finding github.com/hashicorp/consul/sdk v0.1.1 22:19:34 go: finding github.com/hashicorp/errwrap v1.0.0 22:19:34 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 22:19:34 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 22:19:34 go: finding github.com/hashicorp/go-msgpack v0.5.3 22:19:34 go: finding github.com/hashicorp/go-multierror v1.0.0 22:19:34 go: finding github.com/hashicorp/go-rootcerts v1.0.0 22:19:34 go: finding github.com/hashicorp/go-sockaddr v1.0.0 22:19:34 go: finding github.com/hashicorp/go-syslog v1.0.0 22:19:34 go: finding github.com/hashicorp/go-uuid v1.0.1 22:19:34 go: finding github.com/hashicorp/go.net v0.0.1 22:19:34 go: finding github.com/hashicorp/golang-lru v0.5.0 22:19:34 go: finding github.com/hashicorp/logutils v1.0.0 22:19:34 go: finding github.com/hashicorp/mdns v1.0.0 22:19:34 go: finding github.com/hashicorp/memberlist v0.1.3 22:19:34 go: finding github.com/hashicorp/serf v0.8.2 22:19:34 go: finding github.com/hpcloud/tail v1.0.0 22:19:34 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 22:19:34 go: finding github.com/kr/pretty v0.1.0 22:19:34 go: finding github.com/kr/pty v1.1.1 22:19:34 go: finding github.com/kr/text v0.1.0 22:19:34 go: finding github.com/leodido/go-urn v1.2.0 22:19:34 go: finding github.com/mattn/go-colorable v0.0.9 22:19:34 go: finding github.com/mattn/go-isatty v0.0.3 22:19:34 go: finding github.com/miekg/dns v1.0.14 22:19:34 go: finding github.com/mitchellh/cli v1.0.0 22:19:34 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:19:34 go: finding github.com/mitchellh/copystructure v1.0.0 22:19:34 go: finding github.com/mitchellh/go-homedir v1.0.0 22:19:34 go: finding github.com/mitchellh/go-testing-interface v1.0.0 22:19:34 go: finding github.com/mitchellh/gox v0.4.0 22:19:34 go: finding github.com/mitchellh/iochan v1.0.0 22:19:34 go: finding github.com/mitchellh/mapstructure v1.1.2 22:19:35 go: finding github.com/mitchellh/reflectwalk v1.0.0 22:19:35 go: finding github.com/onsi/ginkgo v1.10.1 22:19:35 go: finding github.com/onsi/gomega v1.7.0 22:19:35 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 22:19:35 go: finding github.com/pebbe/zmq4 v1.0.0 22:19:35 go: finding github.com/pelletier/go-toml v1.2.0 22:19:35 go: finding github.com/pkg/errors v0.8.1 22:19:35 go: finding github.com/pmezard/go-difflib v1.0.0 22:19:35 go: finding github.com/posener/complete v1.1.1 22:19:35 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 22:19:35 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 22:19:35 go: finding github.com/stretchr/objx v0.2.0 22:19:35 go: finding github.com/stretchr/testify v1.6.1 22:19:35 go: finding github.com/tidwall/pretty v1.0.1 22:19:35 go: finding github.com/ugorji/go v1.1.4 22:19:35 go: finding github.com/x448/float16 v0.8.4 22:19:35 go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 22:19:35 go: finding github.com/xdg/stringprep v1.0.0 22:19:35 go: finding go.mongodb.org/mongo-driver v1.1.1 22:19:35 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 22:19:35 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 22:19:35 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 22:19:35 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 22:19:35 go: finding golang.org/x/text v0.3.2 22:19:35 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e 22:19:35 go: finding golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 22:19:35 go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 22:19:35 go: finding gopkg.in/fsnotify.v1 v1.4.7 22:19:35 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 22:19:35 go: finding gopkg.in/yaml.v2 v2.2.8 22:19:35 go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 22:19:57 Removing intermediate container bd2f2ee4d073 22:19:57 ---> d2a440f9c66f 22:19:57 Successfully built d2a440f9c66f 22:19:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:19:58 + docker inspect -f . ci-base-image-arm64 22:19:58 . [Pipeline] withDockerContainer 22:19:58 prd-ubuntu18.04-docker-arm64-4c-16g-43416 does not seem to be running inside a container 22:19:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/112 -v /w/workspace/app-functions-sdk-go/112:/w/workspace/app-functions-sdk-go/112:rw,z -v /w/workspace/app-functions-sdk-go/112@tmp:/w/workspace/app-functions-sdk-go/112@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:20:00 $ docker top 7b75d12023fe363cbcd03916dea20b2d28b97cbe8be39a2f1d68c73fdab9f42c -eo pid,comm [Pipeline] { [Pipeline] sh 22:20:01 + go version 22:20:01 go version go1.13.13 linux/arm64 [Pipeline] } 22:20:01 $ docker stop --time=1 7b75d12023fe363cbcd03916dea20b2d28b97cbe8be39a2f1d68c73fdab9f42c 22:20:03 $ docker rm -f 7b75d12023fe363cbcd03916dea20b2d28b97cbe8be39a2f1d68c73fdab9f42c [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 22:20:08 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 22:20:08 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 22:20:08 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:20:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:20:09 22:20:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 22:20:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:20:09 1.317.0: Pulling from edgex-devops/edgex-snyk-go 22:20:09 cbdbe7a5bc2a: Pulling fs layer 22:20:09 408f87550127: Pulling fs layer 22:20:09 fe522b08c979: Pulling fs layer 22:20:09 221eaa008020: Pulling fs layer 22:20:09 2a4607e5d6b9: Pulling fs layer 22:20:09 8f79b27c4fd2: Pulling fs layer 22:20:09 e5c8dbe1645b: Pulling fs layer 22:20:09 23e8b3b47431: Pulling fs layer 22:20:09 5c568d65a230: Pulling fs layer 22:20:09 221eaa008020: Waiting 22:20:09 2a4607e5d6b9: Waiting 22:20:09 8f79b27c4fd2: Waiting 22:20:09 e5c8dbe1645b: Waiting 22:20:09 5c568d65a230: Waiting 22:20:09 23e8b3b47431: Waiting 22:20:09 fe522b08c979: Verifying Checksum 22:20:09 fe522b08c979: Download complete 22:20:09 408f87550127: Verifying Checksum 22:20:09 408f87550127: Download complete 22:20:09 2a4607e5d6b9: Verifying Checksum 22:20:09 2a4607e5d6b9: Download complete 22:20:09 8f79b27c4fd2: Verifying Checksum 22:20:09 8f79b27c4fd2: Download complete 22:20:09 cbdbe7a5bc2a: Verifying Checksum 22:20:09 cbdbe7a5bc2a: Download complete 22:20:09 cbdbe7a5bc2a: Pull complete 22:20:09 408f87550127: Pull complete 22:20:10 fe522b08c979: Pull complete 22:20:10 e5c8dbe1645b: Verifying Checksum 22:20:10 e5c8dbe1645b: Download complete 22:20:11 23e8b3b47431: Verifying Checksum 22:20:11 23e8b3b47431: Download complete 22:20:11 5c568d65a230: Verifying Checksum 22:20:11 5c568d65a230: Download complete 22:20:13 221eaa008020: Verifying Checksum 22:20:13 221eaa008020: Download complete 22:20:18 221eaa008020: Pull complete 22:20:18 2a4607e5d6b9: Pull complete 22:20:18 8f79b27c4fd2: Pull complete 22:20:20 e5c8dbe1645b: Pull complete 22:20:24 23e8b3b47431: Pull complete 22:20:25 5c568d65a230: Pull complete 22:20:25 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 22:20:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 22:20:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 22:20:25 prd-centos7-docker-4c-2g-43411 does not seem to be running inside a container 22:20:25 $ 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 22:20:26 $ docker top b14208c9c73762d9af72745f331cbfb561291b3160f20649b4a7ffa4c73c2229 -eo pid,comm [Pipeline] { [Pipeline] sh 22:20:26 + snyk monitor '--org=edgex-jenkins' 22:20:39 22:20:39 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 22:20:39 22:20:39 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/9860648e-cd46-4abc-99b7-e2524cdf5d27 22:20:39 22:20:39 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:20:39 22:20:39 22:20:39 Snyk CLI supports Node.js 8 and higher. 22:20:39 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 22:20:39 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 22:20:39 22:20:39 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 22:20:39 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 22:20:39 $ docker stop --time=1 b14208c9c73762d9af72745f331cbfb561291b3160f20649b4a7ffa4c73c2229 22:20:40 $ docker rm -f b14208c9c73762d9af72745f331cbfb561291b3160f20649b4a7ffa4c73c2229 [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:20:41 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:20:41 provisioning config files... 22:20:42 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1402355495520252694tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:20:42 --> edgex-publish-swagger.sh 22:20:42 === Publish openapi/v2 API === 22:20:42 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 22:20:42 [publishToSwagger] Publishing API Name [app-functions-sdk] 22:20:42 [publishToSwagger] Dry Run enabled...Simulating upload 22:20:42 curl -X POST https://api.swaggerhub.com/apis/EdgeXFoundry1/app-functions-sdk?oas=3.0.0&isPrivate=false&force=true [Pipeline] } 22:20:42 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:20:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:20:44 . [Pipeline] withDockerContainer 22:20:44 prd-centos7-docker-4c-2g-43411 does not seem to be running inside a container 22:20:44 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:20:45 $ docker top 3f9059e5cda7e69409045bbcc0e2fd0fcf85b561368d7a743474ff5280906a88 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:20:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:20:45 [ssh-agent] Looking for ssh-agent implementation... 22:20:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:20:45 $ docker exec 3f9059e5cda7e69409045bbcc0e2fd0fcf85b561368d7a743474ff5280906a88 ssh-agent 22:20:45 SSH_AUTH_SOCK=/tmp/ssh-8u5dGiruGWXV/agent.12 22:20:45 SSH_AGENT_PID=17 22:20:45 Running ssh-add (command line suppressed) 22:20:46 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6043170685324860966.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6043170685324860966.key) 22:20:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:20:46 + git semver tag 22:20:46 # -> Open(): unable to determine branch for HEAD 22:20:46 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:20:46 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:20:46 # $SEMVER_REMOTE_NAME = origin 22:20:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:20:46 # $SEMVER_USER_NAME = edgex-jenkins 22:20:46 # $SEMVER_BRANCH = master 22:20:46 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 22:20:46 # dd68bd8a16b73082b1b414d7611500291c5101af HEAD 22:20:46 # -> Force: false 22:20:46 # 4b58d4620b4a962ab40a14f114fd8177c6e8385c refs/tags/v1.2.1-dev.24 [Pipeline] } 22:20:46 $ docker exec --env ******** --env ******** 3f9059e5cda7e69409045bbcc0e2fd0fcf85b561368d7a743474ff5280906a88 ssh-agent -k 22:20:46 unset SSH_AUTH_SOCK; 22:20:46 unset SSH_AGENT_PID; 22:20:46 echo Agent pid 17 killed; 22:20:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:20:47 + git semver [Pipeline] } 22:20:47 $ docker stop --time=1 3f9059e5cda7e69409045bbcc0e2fd0fcf85b561368d7a743474ff5280906a88 22:20:48 $ docker rm -f 3f9059e5cda7e69409045bbcc0e2fd0fcf85b561368d7a743474ff5280906a88 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:20:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:20:49 22:20:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:20:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:20:49 0.23.1-centos7: Pulling from edgex-lftools 22:20:49 ab5ef0e58194: Pulling fs layer 22:20:49 9712f1f96733: Pulling fs layer 22:20:49 63f879dbbcfc: Pulling fs layer 22:20:49 0d9ebad4ef96: Pulling fs layer 22:20:49 e9a5061849ea: Pulling fs layer 22:20:49 d747dcd14b5f: Pulling fs layer 22:20:49 2de7ff778b66: Pulling fs layer 22:20:49 e9a5061849ea: Waiting 22:20:49 0d9ebad4ef96: Waiting 22:20:49 2de7ff778b66: Waiting 22:20:49 9712f1f96733: Verifying Checksum 22:20:49 9712f1f96733: Download complete 22:20:51 63f879dbbcfc: Verifying Checksum 22:20:51 63f879dbbcfc: Download complete 22:20:51 e9a5061849ea: Verifying Checksum 22:20:51 e9a5061849ea: Download complete 22:20:51 d747dcd14b5f: Verifying Checksum 22:20:51 d747dcd14b5f: Download complete 22:20:51 0d9ebad4ef96: Verifying Checksum 22:20:51 0d9ebad4ef96: Download complete 22:20:51 2de7ff778b66: Verifying Checksum 22:20:51 ab5ef0e58194: Verifying Checksum 22:20:51 ab5ef0e58194: Download complete 22:20:56 ab5ef0e58194: Pull complete 22:20:56 9712f1f96733: Pull complete 22:20:59 63f879dbbcfc: Pull complete 22:21:06 0d9ebad4ef96: Pull complete 22:21:08 e9a5061849ea: Pull complete 22:21:08 d747dcd14b5f: Pull complete 22:21:12 2de7ff778b66: Pull complete 22:21:12 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:21:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:21:12 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:21:12 prd-centos7-docker-4c-2g-43411 does not seem to be running inside a container 22:21:12 $ 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 22:21:15 $ docker top 4d9b7c44b5937f1bd09a04d57aca86ef70100be59d05e954ed453ccbb18f8158 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:21:15 provisioning config files... 22:21:15 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7289139303548881001tmp 22:21:15 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8199192567559813051tmp 22:21:15 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3031836906385954853tmp [Pipeline] { [Pipeline] echo 22:21:15 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:21:16 ---> sigul-configuration.sh 22:21:16 gpg: directory `/root/.gnupg' created 22:21:16 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:21:16 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:21:16 gpg: keyring `/root/.gnupg/secring.gpg' created 22:21:16 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:21:16 gpg: CAST5 encrypted data 22:21:16 gpg: encrypted with 1 passphrase 22:21:16 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:21:16 + mkdir /home/jenkins 22:21:16 + mkdir /home/jenkins/sigul [Pipeline] sh 22:21:17 + 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:21:17 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:21:17 ---> sigul-install.sh 22:21:22 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:21:22 + git tag --list 22:21:22 v1.2.1-dev.24 [Pipeline] sh 22:21:23 + lftools sign git-tag v1.2.1-dev.24 22:21:24 Signing Git tag with Sigul... 22:21:24 Signing v1.2.1-dev.24 [Pipeline] echo 22:21:25 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:21:25 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:21:25 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:21:26 $ docker stop --time=1 4d9b7c44b5937f1bd09a04d57aca86ef70100be59d05e954ed453ccbb18f8158 22:21:27 $ docker rm -f 4d9b7c44b5937f1bd09a04d57aca86ef70100be59d05e954ed453ccbb18f8158 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:21:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:21:28 . [Pipeline] withDockerContainer 22:21:28 prd-centos7-docker-4c-2g-43411 does not seem to be running inside a container 22:21:28 $ 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 22:21:29 $ docker top db8cffc08a921f2ff0cc4a383d24eaa0b623ea4573b99e8b566742eaeb0e5900 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:21:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:21:29 [ssh-agent] Looking for ssh-agent implementation... 22:21:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:21:30 $ docker exec db8cffc08a921f2ff0cc4a383d24eaa0b623ea4573b99e8b566742eaeb0e5900 ssh-agent 22:21:30 SSH_AUTH_SOCK=/tmp/ssh-Zg97E6LfjnPj/agent.12 22:21:30 SSH_AGENT_PID=17 22:21:30 Running ssh-add (command line suppressed) 22:21:30 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8810429576130912904.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8810429576130912904.key) 22:21:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:21:30 + git semver bump pre 22:21:30 # -> Open(): unable to determine branch for HEAD 22:21:30 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:21:30 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:21:30 # $SEMVER_REMOTE_NAME = origin 22:21:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:21:30 # $SEMVER_USER_NAME = edgex-jenkins 22:21:30 # $SEMVER_BRANCH = master 22:21:30 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 22:21:30 1.2.1-dev.25 [Pipeline] } 22:21:30 $ docker exec --env ******** --env ******** db8cffc08a921f2ff0cc4a383d24eaa0b623ea4573b99e8b566742eaeb0e5900 ssh-agent -k 22:21:31 unset SSH_AUTH_SOCK; 22:21:31 unset SSH_AGENT_PID; 22:21:31 echo Agent pid 17 killed; 22:21:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:21:31 + git semver [Pipeline] } 22:21:31 $ docker stop --time=1 db8cffc08a921f2ff0cc4a383d24eaa0b623ea4573b99e8b566742eaeb0e5900 22:21:33 $ docker rm -f db8cffc08a921f2ff0cc4a383d24eaa0b623ea4573b99e8b566742eaeb0e5900 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:21:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:21:33 . [Pipeline] withDockerContainer 22:21:33 prd-centos7-docker-4c-2g-43411 does not seem to be running inside a container 22:21:33 $ 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 22:21:34 $ docker top 3076b336026ec9f4114b7f7e8230e03bd058cc443207503c6c6370e1568c848d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:21:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:21:34 [ssh-agent] Looking for ssh-agent implementation... 22:21:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:21:34 $ docker exec 3076b336026ec9f4114b7f7e8230e03bd058cc443207503c6c6370e1568c848d ssh-agent 22:21:35 SSH_AUTH_SOCK=/tmp/ssh-gpyEMS5tJhxG/agent.12 22:21:35 SSH_AGENT_PID=17 22:21:35 Running ssh-add (command line suppressed) 22:21:35 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5155713047685414814.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5155713047685414814.key) 22:21:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:21:35 + git semver push 22:21:35 # -> Open(): unable to determine branch for HEAD 22:21:35 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:21:35 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:21:35 # $SEMVER_REMOTE_NAME = origin 22:21:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:21:35 # $SEMVER_USER_NAME = edgex-jenkins 22:21:35 # $SEMVER_BRANCH = master 22:21:35 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 22:21:42 $ docker exec --env ******** --env ******** 3076b336026ec9f4114b7f7e8230e03bd058cc443207503c6c6370e1568c848d ssh-agent -k 22:21:42 unset SSH_AUTH_SOCK; 22:21:42 unset SSH_AGENT_PID; 22:21:42 echo Agent pid 17 killed; 22:21:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:21:43 + git semver [Pipeline] } 22:21:43 $ docker stop --time=1 3076b336026ec9f4114b7f7e8230e03bd058cc443207503c6c6370e1568c848d 22:21:44 $ docker rm -f 3076b336026ec9f4114b7f7e8230e03bd058cc443207503c6c6370e1568c848d [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:21:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:21:46 ---> package-listing.sh 22:21:46 ++ facter osfamily 22:21:46 ++ tr '[:upper:]' '[:lower:]' 22:21:46 + OS_FAMILY=redhat 22:21:46 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 22:21:46 + START_PACKAGES=/tmp/packages_start.txt 22:21:46 + END_PACKAGES=/tmp/packages_end.txt 22:21:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:21:46 + PACKAGES=/tmp/packages_start.txt 22:21:46 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 22:21:46 + PACKAGES=/tmp/packages_end.txt 22:21:46 + case "${OS_FAMILY}" in 22:21:46 + rpm -qa 22:21:46 + sort 22:21:50 + '[' -f /tmp/packages_start.txt ']' 22:21:50 + '[' -f /tmp/packages_end.txt ']' 22:21:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:21:50 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 22:21:50 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 22:21:50 + 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:21:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:21:51 22:21:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:21:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:21:51 alpine: Pulling from edgex-lftools-log-publisher 22:21:51 df20fa9351a1: Pulling fs layer 22:21:51 36b3adc4ff6f: Pulling fs layer 22:21:51 8ad3a11d3b57: Pulling fs layer 22:21:51 46f8f816bc3b: Pulling fs layer 22:21:51 0dadc02b9964: Pulling fs layer 22:21:51 ce6a7cf60c04: Pulling fs layer 22:21:51 7a184a31f384: Pulling fs layer 22:21:51 0879bd2ef858: Pulling fs layer 22:21:51 0dadc02b9964: Waiting 22:21:51 7a184a31f384: Waiting 22:21:51 0879bd2ef858: Waiting 22:21:51 ce6a7cf60c04: Waiting 22:21:51 46f8f816bc3b: Waiting 22:21:51 36b3adc4ff6f: Verifying Checksum 22:21:51 36b3adc4ff6f: Download complete 22:21:51 46f8f816bc3b: Verifying Checksum 22:21:51 46f8f816bc3b: Download complete 22:21:51 df20fa9351a1: Verifying Checksum 22:21:51 df20fa9351a1: Download complete 22:21:51 ce6a7cf60c04: Verifying Checksum 22:21:51 ce6a7cf60c04: Download complete 22:21:51 0dadc02b9964: Verifying Checksum 22:21:51 0dadc02b9964: Download complete 22:21:51 7a184a31f384: Verifying Checksum 22:21:51 7a184a31f384: Download complete 22:21:52 8ad3a11d3b57: Verifying Checksum 22:21:52 8ad3a11d3b57: Download complete 22:21:52 df20fa9351a1: Pull complete 22:21:52 36b3adc4ff6f: Pull complete 22:21:53 8ad3a11d3b57: Pull complete 22:21:53 46f8f816bc3b: Pull complete 22:21:54 0dadc02b9964: Pull complete 22:21:54 ce6a7cf60c04: Pull complete 22:21:54 7a184a31f384: Pull complete 22:21:54 0879bd2ef858: Verifying Checksum 22:21:54 0879bd2ef858: Download complete 22:21:56 0879bd2ef858: Pull complete 22:21:56 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 22:21:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:21:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:21:57 prd-centos7-docker-4c-2g-43411 does not seem to be running inside a container 22:21:57 $ 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 22:22:00 $ docker top 13cbf28a17206e69155531ddaf04297bff94e5b55e9a1d2eea984e97a9e02956 -eo pid,comm [Pipeline] { [Pipeline] sh 22:22:01 + mkdir -p /var/log/sa [Pipeline] sh 22:22:01 + ls /var/log/sa-host 22:22:01 + sadf -c /var/log/sa-host/sa05 22:22:01 file_magic: OK 22:22:01 HZ: Using current value: 100 22:22:01 file_header: OK 22:22:01 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:22:01 Statistics: 22:22:01 Hnuu...uuuununununu...Hnuu...uuuununununu... 22:22:01 File successfully converted to sysstat format version 12.2.1 22:22:01 + sadf -c /var/log/sa-host/sa15 22:22:01 file_magic: OK 22:22:01 HZ: Using current value: 100 22:22:01 file_header: OK 22:22:01 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:22:01 Statistics: 22:22:01 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:22:01 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:22:01 provisioning config files... 22:22:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6453242502319645321tmp [Pipeline] { [Pipeline] echo 22:22:01 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:22:01 ---> create-netrc.sh [Pipeline] echo 22:22:01 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:22:02 ---> logs-deploy.sh 22:22:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/112 22:22:02 INFO: archiving workspace using pattern(s): 22:22:03 Archives upload complete. 22:22:03 INFO: archiving logs to Nexus 22:22:04 ---> uname -a: 22:22:04 Linux 13cbf28a1720 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 22:22:04 22:22:04 22:22:04 ---> lscpu: 22:22:04 Architecture: x86_64 22:22:04 CPU op-mode(s): 32-bit, 64-bit 22:22:04 Byte Order: Little Endian 22:22:04 Address sizes: 40 bits physical, 48 bits virtual 22:22:04 CPU(s): 4 22:22:04 On-line CPU(s) list: 0-3 22:22:04 Thread(s) per core: 1 22:22:04 Core(s) per socket: 1 22:22:04 Socket(s): 4 22:22:04 NUMA node(s): 1 22:22:04 Vendor ID: GenuineIntel 22:22:04 CPU family: 6 22:22:04 Model: 44 22:22:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:22:04 Stepping: 1 22:22:04 CPU MHz: 2933.442 22:22:04 BogoMIPS: 5866.88 22:22:04 Virtualization: VT-x 22:22:04 Hypervisor vendor: KVM 22:22:04 Virtualization type: full 22:22:04 L1d cache: 128 KiB 22:22:04 L1i cache: 128 KiB 22:22:04 L2 cache: 16 MiB 22:22:04 L3 cache: 64 MiB 22:22:04 NUMA node0 CPU(s): 0-3 22:22:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:22:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:22:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:22:04 Vulnerability Meltdown: Mitigation; PTI 22:22:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:22:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:22:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:22:04 Vulnerability Tsx async abort: Not affected 22:22:04 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 22:22:04 22:22:04 22:22:04 ---> nproc: 22:22:04 4 22:22:04 22:22:04 22:22:04 ---> df -h: 22:22:04 Filesystem Size Used Available Use% Mounted on 22:22:04 overlay 50.0G 8.2G 41.8G 16% / 22:22:04 tmpfs 64.0M 0 64.0M 0% /dev 22:22:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:22:04 shm 64.0M 0 64.0M 0% /dev/shm 22:22:04 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 22:22:04 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 22:22:04 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 22:22:04 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 22:22:04 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master 22:22:04 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master@tmp 22:22:04 22:22:04 22:22:04 ---> free -m: 22:22:04 total used free shared buff/cache available 22:22:04 Mem: 1837 782 129 0 925 990 22:22:04 Swap: 1023 2 1021 22:22:04 22:22:04 22:22:04 ---> ip addr: 22:22:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:22:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:22:04 inet 127.0.0.1/8 scope host lo 22:22:04 valid_lft forever preferred_lft forever 22:22:04 16: eth0@if17: mtu 1458 qdisc noqueue state UP 22:22:04 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 22:22:04 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 22:22:04 valid_lft forever preferred_lft forever 22:22:04 22:22:04 22:22:04 ---> sar -b -r -n DEV: 22:22:04 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/15/20 _x86_64_ (4 CPU) 22:22:04 22:22:04 22:14:52 LINUX RESTART (4 CPU) 22:22:04 22:22:04 22:16:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:22:04 22:17:01 12.17 4.60 7.58 0.00 1109.56 1333.23 0.00 22:22:04 22:18:01 0.35 0.00 0.35 0.00 0.00 5.76 0.00 22:22:04 22:19:01 0.37 0.00 0.37 0.00 0.00 5.20 0.00 22:22:04 22:20:01 0.17 0.00 0.17 0.00 0.00 2.28 0.00 22:22:04 22:21:01 320.56 150.88 169.68 0.00 8045.91 55236.13 0.00 22:22:04 Average: 66.78 31.12 35.66 0.00 1832.64 11327.18 0.00 22:22:04 22:22:04 22:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:22:04 22:17:01 210924 0 595272 31.64 2620 1072740 1109564 37.87 435672 1076144 16 22:22:04 22:18:01 212516 0 593612 31.55 2620 1072808 1106084 37.75 436724 1074152 12 22:22:04 22:19:01 212908 0 593208 31.53 2620 1072820 1104196 37.68 437088 1074032 20 22:22:04 22:20:01 210268 0 595848 31.67 2620 1072820 1104244 37.69 439388 1073968 16 22:22:04 22:21:01 69596 0 738824 39.27 2144 1070992 1549916 52.90 653544 937460 95296 22:22:04 Average: 183242 0 623353 33.13 2525 1072436 1194801 40.78 480483 1047151 19072 22:22:04 22:22:04 22:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:22:04 22:17:01 eth0 221.35 184.73 351.46 347.57 0.00 0.00 0.00 0.00 22:22:04 22:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:04 22:17:01 docker0 97.10 77.22 8.16 303.08 0.00 0.00 0.00 0.00 22:22:04 22:18:01 eth0 3.91 0.88 1.05 0.56 0.00 0.00 0.00 0.00 22:22:04 22:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:04 22:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:04 22:19:01 eth0 4.03 1.17 1.27 0.79 0.00 0.00 0.00 0.00 22:22:04 22:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:04 22:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:04 22:20:01 eth0 2.65 0.97 0.91 0.60 0.00 0.00 0.00 0.00 22:22:04 22:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:04 22:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:04 22:21:01 eth0 1098.52 892.43 7734.10 110.34 0.00 0.00 0.00 0.00 22:22:04 22:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:04 22:21:01 docker0 56.39 59.71 4.71 412.09 0.00 0.00 0.00 0.00 22:22:04 Average: eth0 266.30 216.21 1619.25 91.99 0.00 0.00 0.00 0.00 22:22:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:22:04 Average: docker0 30.71 27.40 2.58 143.11 0.00 0.00 0.00 0.00 22:22:04 22:22:04 22:22:04 ---> sar -P ALL: 22:22:04 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/15/20 _x86_64_ (4 CPU) 22:22:04 22:22:04 22:14:52 LINUX RESTART (4 CPU) 22:22:04 22:22:04 22:16:01 CPU %user %nice %system %iowait %steal %idle 22:22:04 22:17:01 all 3.18 0.00 1.18 0.09 0.00 95.55 22:22:04 22:17:01 0 4.93 0.00 1.27 0.22 0.00 93.58 22:22:04 22:17:01 1 3.51 0.00 1.30 0.03 0.02 95.14 22:22:04 22:17:01 2 1.94 0.00 1.20 0.05 0.00 96.81 22:22:04 22:17:01 3 2.33 0.00 0.94 0.05 0.00 96.69 22:22:04 22:18:01 all 0.14 0.00 0.03 0.00 0.00 99.82 22:22:04 22:18:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:22:04 22:18:01 1 0.45 0.00 0.05 0.00 0.00 99.50 22:22:04 22:18:01 2 0.05 0.00 0.03 0.00 0.00 99.92 22:22:04 22:18:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:22:04 22:19:01 all 0.20 0.00 0.05 0.00 0.00 99.75 22:22:04 22:19:01 0 0.10 0.00 0.07 0.00 0.00 99.83 22:22:04 22:19:01 1 0.60 0.00 0.03 0.00 0.00 99.37 22:22:04 22:19:01 2 0.03 0.00 0.05 0.00 0.02 99.90 22:22:04 22:19:01 3 0.07 0.00 0.03 0.00 0.00 99.90 22:22:04 22:20:01 all 0.13 0.00 0.04 0.00 0.00 99.83 22:22:04 22:20:01 0 0.37 0.00 0.07 0.00 0.00 99.57 22:22:04 22:20:01 1 0.05 0.00 0.05 0.00 0.00 99.90 22:22:04 22:20:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:22:04 22:20:01 3 0.05 0.00 0.02 0.00 0.00 99.93 22:22:04 22:21:01 all 15.08 0.00 9.50 4.43 0.03 70.96 22:22:04 22:21:01 0 14.82 0.00 10.60 4.60 0.02 69.96 22:22:04 22:21:01 1 15.92 0.00 9.48 2.40 0.03 72.17 22:22:04 22:21:01 2 15.10 0.00 8.70 3.27 0.02 72.91 22:22:04 22:21:01 3 14.48 0.00 9.24 7.48 0.05 68.76 22:22:04 Average: all 3.70 0.00 2.13 0.89 0.01 93.28 22:22:04 Average: 0 3.99 0.00 2.36 0.94 0.00 92.70 22:22:04 Average: 1 4.06 0.00 2.16 0.48 0.01 93.30 22:22:04 Average: 2 3.39 0.00 1.98 0.66 0.01 93.96 22:22:04 Average: 3 3.34 0.00 2.02 1.48 0.01 93.16 22:22:04 22:22:04 22:22:04