Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 370697454611dc68c0596e0d0a50477a8de841a8 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 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 370697454611dc68c0596e0d0a50477a8de841a8 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 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 370697454611dc68c0596e0d0a50477a8de841a8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 370697454611dc68c0596e0d0a50477a8de841a8 # timeout=10 Commit message: "Merge pull request #181 from jamesrgregg/us6584/update-snyk" > 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] ========================================================= [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 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 SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-185 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 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 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 (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 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 # timeout=10 Commit message: "Merge pull request #400 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.35" > git rev-list --no-walk 1c8db893985ec302c648617d05600981d490690e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-10T16:19:03.570Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-10T16:19:03.867Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-10T16:19:03.966Z] ========================================================= [2020-07-10T16:19:03.966Z] EdgeX Global Pipelines Version Info [2020-07-10T16:19:03.966Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-10T16:19:05.805Z] ------------------- [2020-07-10T16:19:05.805Z] stable info: [2020-07-10T16:19:05.805Z] ------------------- [2020-07-10T16:19:05.805Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-10T16:19:05.805Z] Commit SHA: 370697454611dc68c0596e0d0a50477a8de841a8 [2020-07-10T16:19:05.805Z] Message: update stable to v1.0.89 [2020-07-10T16:19:06.380Z] ------------------- [2020-07-10T16:19:06.380Z] experimental info: [2020-07-10T16:19:06.380Z] ------------------- [2020-07-10T16:19:06.380Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-10T16:19:06.380Z] Commit SHA: f6ab21c320c462fae7a5b8fd747aea39c3187bc7 [2020-07-10T16:19:06.380Z] Message: update experimental to v1.0.96 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:19:08.691Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-10T16:19:08.691Z] [2020-07-10T16:19:08.691Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:19:09.032Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-10T16:19:09.032Z] latest: Pulling from edgex-devops/git-semver [2020-07-10T16:19:09.032Z] 9123ac7c32f7: Pulling fs layer [2020-07-10T16:19:09.032Z] b8cc5d1170e3: Pulling fs layer [2020-07-10T16:19:09.032Z] 2924cbbf6a41: Pulling fs layer [2020-07-10T16:19:09.032Z] 93b08a4f1073: Pulling fs layer [2020-07-10T16:19:09.032Z] 93b08a4f1073: Waiting [2020-07-10T16:19:09.032Z] b8cc5d1170e3: Verifying Checksum [2020-07-10T16:19:09.032Z] b8cc5d1170e3: Download complete [2020-07-10T16:19:09.032Z] 9123ac7c32f7: Verifying Checksum [2020-07-10T16:19:09.032Z] 9123ac7c32f7: Download complete [2020-07-10T16:19:09.295Z] 93b08a4f1073: Verifying Checksum [2020-07-10T16:19:09.295Z] 93b08a4f1073: Download complete [2020-07-10T16:19:09.295Z] 2924cbbf6a41: Download complete [2020-07-10T16:19:09.295Z] 9123ac7c32f7: Pull complete [2020-07-10T16:19:09.559Z] b8cc5d1170e3: Pull complete [2020-07-10T16:19:10.136Z] 2924cbbf6a41: Pull complete [2020-07-10T16:19:10.397Z] 93b08a4f1073: Pull complete [2020-07-10T16:19:10.397Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-07-10T16:19:10.397Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-10T16:19:10.397Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-10T16:19:10.492Z] prd-centos7-docker-4c-2g-185 does not seem to be running inside a container [2020-07-10T16:19:10.538Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-10T16:19:12.724Z] $ docker top 32265f19934361584ece7f946190e4b9f93a84e09434cbc345f5d3756114ff5d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-10T16:19:13.032Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-10T16:19:13.032Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-10T16:19:13.215Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-10T16:19:13.218Z] $ docker exec 32265f19934361584ece7f946190e4b9f93a84e09434cbc345f5d3756114ff5d ssh-agent [2020-07-10T16:19:13.380Z] SSH_AUTH_SOCK=/tmp/ssh-rfyxJzgOhblS/agent.12 [2020-07-10T16:19:13.380Z] SSH_AGENT_PID=17 [2020-07-10T16:19:13.390Z] Running ssh-add (command line suppressed) [2020-07-10T16:19:13.512Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1963425228451999749.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1963425228451999749.key) [2020-07-10T16:19:13.559Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-10T16:19:13.885Z] + git describe --exact-match --tags HEAD [2020-07-10T16:19:13.885Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-10T16:19:13.993Z] $ docker exec --env ******** --env ******** 32265f19934361584ece7f946190e4b9f93a84e09434cbc345f5d3756114ff5d ssh-agent -k [2020-07-10T16:19:14.114Z] unset SSH_AUTH_SOCK; [2020-07-10T16:19:14.114Z] unset SSH_AGENT_PID; [2020-07-10T16:19:14.114Z] echo Agent pid 17 killed; [2020-07-10T16:19:14.159Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-10T16:19:14.248Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-10T16:19:14.248Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-10T16:19:14.344Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-10T16:19:14.344Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-10T16:19:14.494Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-10T16:19:14.497Z] $ docker exec 32265f19934361584ece7f946190e4b9f93a84e09434cbc345f5d3756114ff5d ssh-agent [2020-07-10T16:19:14.651Z] SSH_AUTH_SOCK=/tmp/ssh-eKa56bbvuff5/agent.46 [2020-07-10T16:19:14.651Z] SSH_AGENT_PID=51 [2020-07-10T16:19:14.657Z] Running ssh-add (command line suppressed) [2020-07-10T16:19:14.771Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2919856833953010673.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2919856833953010673.key) [2020-07-10T16:19:14.820Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-10T16:19:15.158Z] + git semver init [2020-07-10T16:19:15.158Z] # -> Open(): unable to determine branch for HEAD [2020-07-10T16:19:15.158Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-07-10T16:19:15.158Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-07-10T16:19:15.158Z] # $SEMVER_REMOTE_NAME = origin [2020-07-10T16:19:15.158Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-10T16:19:15.158Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-10T16:19:15.158Z] # $SEMVER_BRANCH = master [2020-07-10T16:19:15.158Z] # $SEMVER_TEMP = /tmp/semver-714037412 [2020-07-10T16:19:15.158Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-07-10T16:19:17.708Z] # '/tmp/semver-714037412' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-07-10T16:19:17.708Z] # -> Force: false [2020-07-10T16:19:17.708Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-07-10T16:19:17.718Z] $ docker exec --env ******** --env ******** 32265f19934361584ece7f946190e4b9f93a84e09434cbc345f5d3756114ff5d ssh-agent -k [2020-07-10T16:19:17.851Z] unset SSH_AUTH_SOCK; [2020-07-10T16:19:17.851Z] unset SSH_AGENT_PID; [2020-07-10T16:19:17.851Z] echo Agent pid 51 killed; [2020-07-10T16:19:17.908Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-10T16:19:18.371Z] + git semver [Pipeline] } [2020-07-10T16:19:18.386Z] $ docker stop --time=1 32265f19934361584ece7f946190e4b9f93a84e09434cbc345f5d3756114ff5d [2020-07-10T16:19:19.842Z] $ docker rm -f 32265f19934361584ece7f946190e4b9f93a84e09434cbc345f5d3756114ff5d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-10T16:19:22.166Z] Stashed 130 file(s) [Pipeline] echo [2020-07-10T16:19:22.168Z] [edgeXSemver] initialized semver on version 1.2.1-dev.7 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-07-10T16:19:37.431Z] Still waiting to schedule task [2020-07-10T16:19:37.431Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-07-10T16:19:37.433Z] Still waiting to schedule task [2020-07-10T16:19:37.433Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-07-10T16:20:30.238Z] Running on prd-centos7-docker-4c-2g-187 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-07-10T16:20:30.291Z] Running in /w/workspace/app-functions-sdk-go/75 [Pipeline] { [Pipeline] checkout [2020-07-10T16:20:32.417Z] using credential edgex-jenkins-ssh [2020-07-10T16:20:32.467Z] Cloning the remote Git repository [2020-07-10T16:20:32.467Z] Cloning with configured refspecs honoured and without tags [2020-07-10T16:20:32.171Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-10T16:20:32.244Z] > git init /w/workspace/app-functions-sdk-go/75 # timeout=10 [2020-07-10T16:20:32.294Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-10T16:20:32.295Z] > git --version # timeout=10 [2020-07-10T16:20:32.301Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-10T16:20:32.327Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-10T16:20:33.918Z] Fetching without tags [2020-07-10T16:20:34.323Z] Checking out Revision 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 (master) [2020-07-10T16:20:33.691Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-07-10T16:20:33.697Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-10T16:20:33.706Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-07-10T16:20:33.719Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-10T16:20:33.720Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-10T16:20:33.727Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-10T16:20:34.161Z] > git config core.sparsecheckout # timeout=10 [2020-07-10T16:20:34.166Z] > git checkout -f 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 # timeout=10 [2020-07-10T16:20:37.880Z] Commit message: "Merge pull request #400 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.35" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-10T16:20:39.735Z] ========================================================= [2020-07-10T16:20:39.735Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-10T16:20:39.735Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:20:40.352Z] + 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 . [2020-07-10T16:20:40.928Z] Sending build context to Docker daemon 36.98MB [2020-07-10T16:20:40.928Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-10T16:20:40.928Z] Step 2/8 : FROM ${BASE} [2020-07-10T16:20:40.928Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-10T16:20:40.928Z] e6b0cf9c0882: Pulling fs layer [2020-07-10T16:20:40.928Z] 2848faf0eed1: Pulling fs layer [2020-07-10T16:20:40.928Z] 0f37312ad70f: Pulling fs layer [2020-07-10T16:20:40.928Z] 5788d62ee057: Pulling fs layer [2020-07-10T16:20:40.928Z] 0e6b1d234666: Pulling fs layer [2020-07-10T16:20:40.928Z] bf5d7aec512f: Pulling fs layer [2020-07-10T16:20:40.928Z] 34c802a77dc8: Pulling fs layer [2020-07-10T16:20:40.928Z] 9eb99e56ec68: Pulling fs layer [2020-07-10T16:20:40.928Z] 27c7a5d97fbd: Pulling fs layer [2020-07-10T16:20:40.928Z] 5c102a31e300: Pulling fs layer [2020-07-10T16:20:40.928Z] dcfb455df0a1: Pulling fs layer [2020-07-10T16:20:40.928Z] 5788d62ee057: Waiting [2020-07-10T16:20:40.928Z] 0e6b1d234666: Waiting [2020-07-10T16:20:40.928Z] bf5d7aec512f: Waiting [2020-07-10T16:20:40.928Z] 34c802a77dc8: Waiting [2020-07-10T16:20:40.928Z] 27c7a5d97fbd: Waiting [2020-07-10T16:20:40.928Z] 9eb99e56ec68: Waiting [2020-07-10T16:20:40.928Z] 5c102a31e300: Waiting [2020-07-10T16:20:40.928Z] dcfb455df0a1: Waiting [2020-07-10T16:20:40.928Z] 0f37312ad70f: Verifying Checksum [2020-07-10T16:20:40.928Z] 0f37312ad70f: Download complete [2020-07-10T16:20:40.928Z] 2848faf0eed1: Verifying Checksum [2020-07-10T16:20:40.928Z] 0e6b1d234666: Verifying Checksum [2020-07-10T16:20:40.928Z] 0e6b1d234666: Download complete [2020-07-10T16:20:40.928Z] bf5d7aec512f: Verifying Checksum [2020-07-10T16:20:40.928Z] bf5d7aec512f: Download complete [2020-07-10T16:20:41.211Z] e6b0cf9c0882: Verifying Checksum [2020-07-10T16:20:41.805Z] 34c802a77dc8: Verifying Checksum [2020-07-10T16:20:41.805Z] 34c802a77dc8: Download complete [2020-07-10T16:20:42.085Z] 27c7a5d97fbd: Verifying Checksum [2020-07-10T16:20:42.085Z] 27c7a5d97fbd: Download complete [2020-07-10T16:20:42.668Z] 5c102a31e300: Verifying Checksum [2020-07-10T16:20:42.668Z] 5c102a31e300: Download complete [2020-07-10T16:20:42.668Z] dcfb455df0a1: Verifying Checksum [2020-07-10T16:20:42.668Z] dcfb455df0a1: Download complete [2020-07-10T16:20:42.668Z] 9eb99e56ec68: Verifying Checksum [2020-07-10T16:20:42.668Z] 9eb99e56ec68: Download complete [2020-07-10T16:20:42.929Z] 5788d62ee057: Verifying Checksum [2020-07-10T16:20:42.929Z] 5788d62ee057: Download complete [2020-07-10T16:20:43.502Z] e6b0cf9c0882: Pull complete [2020-07-10T16:20:43.763Z] 2848faf0eed1: Pull complete [2020-07-10T16:20:43.763Z] 0f37312ad70f: Pull complete [2020-07-10T16:20:49.078Z] 5788d62ee057: Pull complete [2020-07-10T16:20:49.078Z] 0e6b1d234666: Pull complete [2020-07-10T16:20:49.078Z] bf5d7aec512f: Pull complete [2020-07-10T16:20:57.228Z] 34c802a77dc8: Pull complete [2020-07-10T16:20:59.148Z] 9eb99e56ec68: Pull complete [2020-07-10T16:20:59.148Z] 27c7a5d97fbd: Pull complete [2020-07-10T16:21:00.088Z] 5c102a31e300: Pull complete [2020-07-10T16:21:00.088Z] dcfb455df0a1: Pull complete [2020-07-10T16:21:00.088Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-07-10T16:21:00.088Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-10T16:21:00.088Z] ---> 7c70fe431013 [2020-07-10T16:21:00.088Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-10T16:21:00.347Z] latest: Pulling from library/docker [2020-07-10T16:21:00.610Z] df20fa9351a1: Pulling fs layer [2020-07-10T16:21:00.610Z] 25ad7478873d: Pulling fs layer [2020-07-10T16:21:00.610Z] 4684f6177b5d: Pulling fs layer [2020-07-10T16:21:00.610Z] 46e300cec669: Pulling fs layer [2020-07-10T16:21:00.610Z] 63038576ad94: Pulling fs layer [2020-07-10T16:21:00.610Z] 0fdb76c4706c: Pulling fs layer [2020-07-10T16:21:00.610Z] cb7edeffdfd5: Pulling fs layer [2020-07-10T16:21:00.610Z] 63038576ad94: Waiting [2020-07-10T16:21:00.610Z] 0fdb76c4706c: Waiting [2020-07-10T16:21:00.610Z] cb7edeffdfd5: Waiting [2020-07-10T16:21:00.610Z] 46e300cec669: Waiting [2020-07-10T16:21:00.610Z] 4684f6177b5d: Verifying Checksum [2020-07-10T16:21:00.610Z] 4684f6177b5d: Download complete [2020-07-10T16:21:00.610Z] 25ad7478873d: Verifying Checksum [2020-07-10T16:21:00.610Z] 25ad7478873d: Download complete [2020-07-10T16:21:00.872Z] df20fa9351a1: Verifying Checksum [2020-07-10T16:21:00.872Z] df20fa9351a1: Download complete [2020-07-10T16:21:00.872Z] 63038576ad94: Verifying Checksum [2020-07-10T16:21:00.872Z] 63038576ad94: Download complete [2020-07-10T16:21:00.872Z] 0fdb76c4706c: Verifying Checksum [2020-07-10T16:21:00.872Z] 0fdb76c4706c: Download complete [2020-07-10T16:21:00.872Z] df20fa9351a1: Pull complete [2020-07-10T16:21:00.872Z] cb7edeffdfd5: Download complete [2020-07-10T16:21:01.133Z] 25ad7478873d: Pull complete [2020-07-10T16:21:01.402Z] 4684f6177b5d: Pull complete [2020-07-10T16:21:01.667Z] 46e300cec669: Verifying Checksum [2020-07-10T16:21:01.667Z] 46e300cec669: Download complete [2020-07-10T16:21:04.220Z] 46e300cec669: Pull complete [2020-07-10T16:21:04.220Z] 63038576ad94: Pull complete [2020-07-10T16:21:04.220Z] 0fdb76c4706c: Pull complete [2020-07-10T16:21:04.481Z] cb7edeffdfd5: Pull complete [2020-07-10T16:21:04.481Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-10T16:21:04.481Z] Status: Downloaded newer image for docker:latest [2020-07-10T16:21:06.393Z] ---> bdf90bdcdd7f [2020-07-10T16:21:06.393Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-10T16:21:06.393Z] ---> Running in 67508d865936 [2020-07-10T16:21:06.393Z] Removing intermediate container 67508d865936 [2020-07-10T16:21:06.393Z] ---> 509cbcd59e8f [2020-07-10T16:21:06.393Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-07-10T16:21:06.653Z] ---> Running in d709467a4023 [2020-07-10T16:21:07.224Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-07-10T16:21:08.165Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-07-10T16:21:08.165Z] (1/5) Installing libsodium (1.0.18-r0) [2020-07-10T16:21:08.425Z] (2/5) Installing libzmq (4.3.2-r0) [2020-07-10T16:21:08.425Z] (3/5) Installing pkgconf (1.6.3-r0) [2020-07-10T16:21:08.425Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-07-10T16:21:08.685Z] (5/5) Installing zeromq-dev (4.3.2-r0) [2020-07-10T16:21:08.685Z] Executing busybox-1.31.1-r8.trigger [2020-07-10T16:21:08.685Z] OK: 145 MiB in 44 packages [2020-07-10T16:21:09.255Z] Removing intermediate container d709467a4023 [2020-07-10T16:21:09.255Z] ---> 887fb02dc9fb [2020-07-10T16:21:09.255Z] Step 6/8 : WORKDIR /build [2020-07-10T16:21:09.255Z] ---> Running in c9db0720146b [2020-07-10T16:21:09.514Z] Removing intermediate container c9db0720146b [2020-07-10T16:21:09.514Z] ---> 9eace28d3dec [2020-07-10T16:21:09.514Z] Step 7/8 : COPY go.mod . [2020-07-10T16:21:09.775Z] ---> b43709bcda26 [2020-07-10T16:21:09.775Z] Step 8/8 : RUN go mod download [2020-07-10T16:21:09.775Z] ---> Running in 2cf26b9d8d41 [2020-07-10T16:21:12.317Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-10T16:21:12.317Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-10T16:21:12.317Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-10T16:21:12.317Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-10T16:21:12.317Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-10T16:21:12.317Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-10T16:21:12.317Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-10T16:21:12.317Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-10T16:21:12.317Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-10T16:21:12.317Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-10T16:21:12.317Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-10T16:21:12.317Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-10T16:21:12.317Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-10T16:21:12.317Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-10T16:21:12.317Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-10T16:21:12.317Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-10T16:21:12.578Z] go: finding github.com/fatih/color v1.7.0 [2020-07-10T16:21:12.578Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-10T16:21:12.578Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-10T16:21:12.578Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-10T16:21:12.578Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-10T16:21:12.578Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-10T16:21:12.578Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-10T16:21:12.578Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-10T16:21:12.578Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-10T16:21:12.578Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-10T16:21:12.578Z] go: finding github.com/google/uuid v1.1.1 [2020-07-10T16:21:12.578Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-10T16:21:12.578Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-10T16:21:12.838Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-10T16:21:12.838Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-10T16:21:12.838Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-10T16:21:12.838Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-10T16:21:12.838Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-10T16:21:12.838Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-10T16:21:12.838Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-10T16:21:12.838Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-10T16:21:12.838Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-10T16:21:12.838Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-10T16:21:12.838Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-10T16:21:12.838Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-10T16:21:13.098Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-10T16:21:13.098Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-10T16:21:13.098Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-10T16:21:13.098Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-10T16:21:13.098Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-10T16:21:13.098Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-10T16:21:13.098Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-10T16:21:13.098Z] go: finding github.com/kr/pty v1.1.1 [2020-07-10T16:21:13.098Z] go: finding github.com/kr/text v0.1.0 [2020-07-10T16:21:13.098Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-10T16:21:13.098Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-10T16:21:13.098Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-10T16:21:13.358Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-10T16:21:13.359Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-10T16:21:13.359Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-10T16:21:13.359Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-10T16:21:13.359Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-10T16:21:13.359Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-10T16:21:13.359Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-10T16:21:13.359Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-10T16:21:13.359Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-10T16:21:13.359Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-10T16:21:13.359Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-10T16:21:13.359Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-10T16:21:13.619Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-10T16:21:13.619Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-10T16:21:13.619Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-10T16:21:13.619Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-10T16:21:13.619Z] go: finding github.com/posener/complete v1.1.1 [2020-07-10T16:21:13.619Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-10T16:21:13.619Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-10T16:21:13.619Z] go: finding github.com/stretchr/objx v0.2.0 [2020-07-10T16:21:13.619Z] go: finding github.com/stretchr/testify v1.6.1 [2020-07-10T16:21:13.619Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-10T16:21:13.619Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-10T16:21:13.619Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-10T16:21:13.619Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-10T16:21:13.879Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-10T16:21:13.879Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-10T16:21:13.879Z] go: finding golang.org/x/text v0.3.2 [2020-07-10T16:21:13.879Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-10T16:21:13.879Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-10T16:21:13.879Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-10T16:21:13.879Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-10T16:21:13.879Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-10T16:21:13.879Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-07-10T16:21:26.152Z] Removing intermediate container 2cf26b9d8d41 [2020-07-10T16:21:26.152Z] ---> 5f8b5d79d49c [2020-07-10T16:21:26.152Z] Successfully built 5f8b5d79d49c [2020-07-10T16:21:26.152Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:21:27.013Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-10T16:21:27.013Z] . [Pipeline] withDockerContainer [2020-07-10T16:21:27.110Z] prd-centos7-docker-4c-2g-187 does not seem to be running inside a container [2020-07-10T16:21:27.149Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/75 -v /w/workspace/app-functions-sdk-go/75:/w/workspace/app-functions-sdk-go/75:rw,z -v /w/workspace/app-functions-sdk-go/75@tmp:/w/workspace/app-functions-sdk-go/75@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 ******** ci-base-image-x86_64 cat [2020-07-10T16:21:27.748Z] $ docker top f1f0752805100ca2bfd4fd3d3b960bec6b461196aaa2988eef9d5581d906c8e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-10T16:21:28.212Z] + go version [2020-07-10T16:21:28.212Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-07-10T16:21:28.522Z] + make test [2020-07-10T16:21:28.522Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-07-10T16:21:29.923Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-07-10T16:21:35.284Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.166s coverage: 86.2% of statements [2020-07-10T16:21:45.381Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.031s coverage: 51.6% of statements [2020-07-10T16:21:45.381Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-07-10T16:21:45.381Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-07-10T16:21:45.381Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.019s coverage: 54.0% of statements [2020-07-10T16:21:45.381Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-07-10T16:21:45.381Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.258s coverage: 69.1% of statements [2020-07-10T16:22:00.298Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 14.476s coverage: 73.4% of statements [2020-07-10T16:22:00.298Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.005s coverage: 89.5% of statements [2020-07-10T16:22:00.298Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.010s coverage: 100.0% of statements [2020-07-10T16:22:00.298Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.087s coverage: 100.0% of statements [2020-07-10T16:22:00.298Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.004s coverage: 100.0% of statements [2020-07-10T16:22:00.298Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements [2020-07-10T16:22:00.298Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-07-10T16:22:00.298Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-07-10T16:22:00.298Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-07-10T16:22:00.298Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-07-10T16:22:00.298Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-07-10T16:22:00.298Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-07-10T16:22:00.298Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-07-10T16:22:00.298Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.004s coverage: 97.7% of statements [2020-07-10T16:22:00.298Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-07-10T16:22:00.298Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-07-10T16:22:00.298Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [no test files] [2020-07-10T16:22:00.298Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.687s coverage: 78.0% of statements [2020-07-10T16:22:00.298Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.086s coverage: 81.1% of statements [2020-07-10T16:22:15.212Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.357s coverage: 71.5% of statements [2020-07-10T16:22:15.212Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.004s coverage: 100.0% of statements [2020-07-10T16:22:15.212Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-07-10T16:22:17.161Z] gofmt -l . [2020-07-10T16:22:17.161Z] [ "`gofmt -l .`" = "" ] [2020-07-10T16:22:17.424Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-07-10T16:22:18.314Z] Stashed 1 file(s) [Pipeline] } [2020-07-10T16:22:18.318Z] $ docker stop --time=1 f1f0752805100ca2bfd4fd3d3b960bec6b461196aaa2988eef9d5581d906c8e4 [2020-07-10T16:22:19.862Z] $ docker rm -f f1f0752805100ca2bfd4fd3d3b960bec6b461196aaa2988eef9d5581d906c8e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-10T16:23:15.606Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-189 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-07-10T16:23:15.650Z] Running in /w/workspace/app-functions-sdk-go/75 [Pipeline] { [Pipeline] checkout [2020-07-10T16:23:20.486Z] using credential edgex-jenkins-ssh [2020-07-10T16:23:20.535Z] Cloning the remote Git repository [2020-07-10T16:23:20.535Z] Cloning with configured refspecs honoured and without tags [2020-07-10T16:23:20.595Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-10T16:23:20.709Z] > git init /w/workspace/app-functions-sdk-go/75 # timeout=10 [2020-07-10T16:23:20.774Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-10T16:23:20.774Z] > git --version # timeout=10 [2020-07-10T16:23:20.795Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-10T16:23:20.858Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-10T16:23:23.703Z] Fetching without tags [2020-07-10T16:23:24.185Z] Checking out Revision 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 (master) [2020-07-10T16:23:23.619Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-07-10T16:23:23.654Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-10T16:23:23.682Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-07-10T16:23:23.717Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-07-10T16:23:23.719Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-10T16:23:23.733Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-10T16:23:24.204Z] > git config core.sparsecheckout # timeout=10 [2020-07-10T16:23:24.217Z] > git checkout -f 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 # timeout=10 [2020-07-10T16:23:28.621Z] Commit message: "Merge pull request #400 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.35" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-10T16:23:31.956Z] ========================================================= [2020-07-10T16:23:31.956Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-10T16:23:31.956Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:23:32.986Z] + 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 . [2020-07-10T16:23:34.425Z] Sending build context to Docker daemon 36.98MB [2020-07-10T16:23:34.425Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-10T16:23:34.425Z] Step 2/8 : FROM ${BASE} [2020-07-10T16:23:34.700Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-10T16:23:34.700Z] cde5963f3b93: Pulling fs layer [2020-07-10T16:23:34.700Z] 2a23fa8c16f7: Pulling fs layer [2020-07-10T16:23:34.700Z] 777b28850792: Pulling fs layer [2020-07-10T16:23:34.700Z] 8a11ddd9e578: Pulling fs layer [2020-07-10T16:23:34.700Z] 4cf88f913ddb: Pulling fs layer [2020-07-10T16:23:34.700Z] 1df406cf5192: Pulling fs layer [2020-07-10T16:23:34.700Z] cd6300453558: Pulling fs layer [2020-07-10T16:23:34.700Z] b9c365052c96: Pulling fs layer [2020-07-10T16:23:34.700Z] a2d8cc88f415: Pulling fs layer [2020-07-10T16:23:34.700Z] ea1d1ca13537: Pulling fs layer [2020-07-10T16:23:34.700Z] 3750a50a1c5e: Pulling fs layer [2020-07-10T16:23:34.700Z] 8a11ddd9e578: Waiting [2020-07-10T16:23:34.700Z] 4cf88f913ddb: Waiting [2020-07-10T16:23:34.700Z] 1df406cf5192: Waiting [2020-07-10T16:23:34.700Z] cd6300453558: Waiting [2020-07-10T16:23:34.700Z] b9c365052c96: Waiting [2020-07-10T16:23:34.700Z] a2d8cc88f415: Waiting [2020-07-10T16:23:34.700Z] ea1d1ca13537: Waiting [2020-07-10T16:23:34.700Z] 3750a50a1c5e: Waiting [2020-07-10T16:23:34.700Z] 777b28850792: Verifying Checksum [2020-07-10T16:23:34.700Z] 777b28850792: Download complete [2020-07-10T16:23:34.700Z] 2a23fa8c16f7: Verifying Checksum [2020-07-10T16:23:34.700Z] 2a23fa8c16f7: Download complete [2020-07-10T16:23:34.700Z] 4cf88f913ddb: Download complete [2020-07-10T16:23:34.700Z] 1df406cf5192: Download complete [2020-07-10T16:23:34.700Z] cde5963f3b93: Verifying Checksum [2020-07-10T16:23:34.700Z] cde5963f3b93: Download complete [2020-07-10T16:23:35.691Z] cde5963f3b93: Pull complete [2020-07-10T16:23:36.288Z] 2a23fa8c16f7: Pull complete [2020-07-10T16:23:36.562Z] 777b28850792: Pull complete [2020-07-10T16:23:38.550Z] cd6300453558: Verifying Checksum [2020-07-10T16:23:38.550Z] cd6300453558: Download complete [2020-07-10T16:23:38.550Z] a2d8cc88f415: Verifying Checksum [2020-07-10T16:23:38.550Z] a2d8cc88f415: Download complete [2020-07-10T16:23:40.539Z] ea1d1ca13537: Verifying Checksum [2020-07-10T16:23:40.539Z] ea1d1ca13537: Download complete [2020-07-10T16:23:40.539Z] 3750a50a1c5e: Verifying Checksum [2020-07-10T16:23:40.539Z] 3750a50a1c5e: Download complete [2020-07-10T16:23:41.983Z] b9c365052c96: Verifying Checksum [2020-07-10T16:23:41.983Z] b9c365052c96: Download complete [2020-07-10T16:23:42.259Z] 8a11ddd9e578: Verifying Checksum [2020-07-10T16:23:42.259Z] 8a11ddd9e578: Download complete [2020-07-10T16:23:57.365Z] 8a11ddd9e578: Pull complete [2020-07-10T16:23:57.365Z] 4cf88f913ddb: Pull complete [2020-07-10T16:23:57.365Z] 1df406cf5192: Pull complete [2020-07-10T16:24:00.759Z] cd6300453558: Pull complete [2020-07-10T16:24:06.180Z] b9c365052c96: Pull complete [2020-07-10T16:24:06.180Z] a2d8cc88f415: Pull complete [2020-07-10T16:24:08.165Z] ea1d1ca13537: Pull complete [2020-07-10T16:24:08.165Z] 3750a50a1c5e: Pull complete [2020-07-10T16:24:08.438Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-07-10T16:24:08.438Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-10T16:24:08.438Z] ---> 78745c68409d [2020-07-10T16:24:08.438Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-07-10T16:24:08.710Z] latest: Pulling from library/docker [2020-07-10T16:24:08.710Z] b538f80385f9: Pulling fs layer [2020-07-10T16:24:08.710Z] 259a493cd78d: Pulling fs layer [2020-07-10T16:24:08.710Z] b8e66b5100f5: Pulling fs layer [2020-07-10T16:24:08.710Z] 39dc9c94d07c: Pulling fs layer [2020-07-10T16:24:08.710Z] 551b823b3b82: Pulling fs layer [2020-07-10T16:24:08.710Z] 3c52a74df98c: Pulling fs layer [2020-07-10T16:24:08.710Z] 6c9b121b6998: Pulling fs layer [2020-07-10T16:24:08.710Z] 551b823b3b82: Waiting [2020-07-10T16:24:08.710Z] 39dc9c94d07c: Waiting [2020-07-10T16:24:08.710Z] 3c52a74df98c: Waiting [2020-07-10T16:24:08.710Z] 6c9b121b6998: Waiting [2020-07-10T16:24:08.985Z] b8e66b5100f5: Verifying Checksum [2020-07-10T16:24:08.985Z] b8e66b5100f5: Download complete [2020-07-10T16:24:08.985Z] 259a493cd78d: Verifying Checksum [2020-07-10T16:24:08.985Z] 259a493cd78d: Download complete [2020-07-10T16:24:08.985Z] b538f80385f9: Verifying Checksum [2020-07-10T16:24:08.985Z] b538f80385f9: Download complete [2020-07-10T16:24:08.985Z] 551b823b3b82: Verifying Checksum [2020-07-10T16:24:08.985Z] 551b823b3b82: Download complete [2020-07-10T16:24:09.258Z] 3c52a74df98c: Verifying Checksum [2020-07-10T16:24:09.258Z] 3c52a74df98c: Download complete [2020-07-10T16:24:09.258Z] 6c9b121b6998: Verifying Checksum [2020-07-10T16:24:09.258Z] 6c9b121b6998: Download complete [2020-07-10T16:24:09.859Z] b538f80385f9: Pull complete [2020-07-10T16:24:10.462Z] 39dc9c94d07c: Download complete [2020-07-10T16:24:10.462Z] 259a493cd78d: Pull complete [2020-07-10T16:24:10.736Z] b8e66b5100f5: Pull complete [2020-07-10T16:24:14.123Z] 39dc9c94d07c: Pull complete [2020-07-10T16:24:14.396Z] 551b823b3b82: Pull complete [2020-07-10T16:24:14.670Z] 3c52a74df98c: Pull complete [2020-07-10T16:24:14.943Z] 6c9b121b6998: Pull complete [2020-07-10T16:24:15.217Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-07-10T16:24:15.217Z] Status: Downloaded newer image for docker:latest [2020-07-10T16:24:23.497Z] ---> 4007528173f6 [2020-07-10T16:24:23.497Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-07-10T16:24:23.497Z] ---> Running in e384473389e4 [2020-07-10T16:24:23.773Z] Removing intermediate container e384473389e4 [2020-07-10T16:24:23.773Z] ---> 4ad55ea1b332 [2020-07-10T16:24:23.773Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-07-10T16:24:23.773Z] ---> Running in 11291384ae62 [2020-07-10T16:24:25.753Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-07-10T16:24:26.346Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-07-10T16:24:26.619Z] (1/5) Installing libsodium (1.0.18-r0) [2020-07-10T16:24:26.890Z] (2/5) Installing libzmq (4.3.2-r0) [2020-07-10T16:24:26.890Z] (3/5) Installing pkgconf (1.6.3-r0) [2020-07-10T16:24:26.890Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-07-10T16:24:27.164Z] (5/5) Installing zeromq-dev (4.3.2-r0) [2020-07-10T16:24:27.164Z] Executing busybox-1.31.1-r8.trigger [2020-07-10T16:24:27.164Z] OK: 127 MiB in 44 packages [2020-07-10T16:24:28.643Z] Removing intermediate container 11291384ae62 [2020-07-10T16:24:28.643Z] ---> 1fb353b5a0ed [2020-07-10T16:24:28.643Z] Step 6/8 : WORKDIR /build [2020-07-10T16:24:28.643Z] ---> Running in 9811fcab6006 [2020-07-10T16:24:28.917Z] Removing intermediate container 9811fcab6006 [2020-07-10T16:24:28.917Z] ---> 4017e4700363 [2020-07-10T16:24:28.917Z] Step 7/8 : COPY go.mod . [2020-07-10T16:24:29.901Z] ---> 9b8024a5a27d [2020-07-10T16:24:29.901Z] Step 8/8 : RUN go mod download [2020-07-10T16:24:29.901Z] ---> Running in 4b61ea803045 [2020-07-10T16:24:33.282Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-07-10T16:24:33.282Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-10T16:24:33.282Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-10T16:24:33.282Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-10T16:24:33.282Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-10T16:24:33.282Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-10T16:24:33.282Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-10T16:24:33.282Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-10T16:24:33.282Z] go: finding github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-07-10T16:24:33.282Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-07-10T16:24:33.282Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.35 [2020-07-10T16:24:33.282Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-10T16:24:33.282Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.60 [2020-07-10T16:24:33.282Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 [2020-07-10T16:24:33.282Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-10T16:24:33.282Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.18 [2020-07-10T16:24:33.282Z] go: finding github.com/fatih/color v1.7.0 [2020-07-10T16:24:33.282Z] go: finding github.com/fsnotify/fsnotify v1.4.7 [2020-07-10T16:24:33.282Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-10T16:24:33.282Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-10T16:24:33.282Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-10T16:24:33.282Z] go: finding github.com/go-redis/redis/v7 v7.2.0 [2020-07-10T16:24:33.282Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-10T16:24:33.282Z] go: finding github.com/golang/protobuf v1.3.2 [2020-07-10T16:24:33.282Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-07-10T16:24:33.282Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-10T16:24:33.282Z] go: finding github.com/google/uuid v1.1.1 [2020-07-10T16:24:33.282Z] go: finding github.com/gorilla/mux v1.7.4 [2020-07-10T16:24:33.282Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-10T16:24:33.553Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-10T16:24:33.553Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-10T16:24:33.553Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-10T16:24:33.553Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-10T16:24:33.553Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-10T16:24:33.553Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-10T16:24:33.553Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-10T16:24:33.553Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-10T16:24:33.553Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-10T16:24:33.553Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-10T16:24:33.553Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-10T16:24:33.553Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-10T16:24:33.825Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-10T16:24:33.825Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-10T16:24:33.825Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-10T16:24:33.825Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-10T16:24:33.825Z] go: finding github.com/hpcloud/tail v1.0.0 [2020-07-10T16:24:33.825Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-10T16:24:33.825Z] go: finding github.com/kr/pretty v0.1.0 [2020-07-10T16:24:33.825Z] go: finding github.com/kr/pty v1.1.1 [2020-07-10T16:24:33.825Z] go: finding github.com/kr/text v0.1.0 [2020-07-10T16:24:33.825Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-10T16:24:33.825Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-10T16:24:33.825Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-10T16:24:34.101Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-10T16:24:34.101Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-10T16:24:34.101Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-10T16:24:34.101Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-10T16:24:34.101Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-10T16:24:34.101Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-10T16:24:34.101Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-10T16:24:34.101Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-10T16:24:34.101Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-10T16:24:34.101Z] go: finding github.com/onsi/ginkgo v1.10.1 [2020-07-10T16:24:34.101Z] go: finding github.com/onsi/gomega v1.7.0 [2020-07-10T16:24:34.375Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-10T16:24:34.375Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-07-10T16:24:34.375Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-10T16:24:34.375Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-10T16:24:34.375Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-10T16:24:34.375Z] go: finding github.com/posener/complete v1.1.1 [2020-07-10T16:24:34.375Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-10T16:24:34.375Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-10T16:24:34.375Z] go: finding github.com/stretchr/objx v0.2.0 [2020-07-10T16:24:34.375Z] go: finding github.com/stretchr/testify v1.6.1 [2020-07-10T16:24:34.375Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-10T16:24:34.375Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-10T16:24:34.375Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-07-10T16:24:34.645Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-07-10T16:24:34.645Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-10T16:24:34.645Z] go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 [2020-07-10T16:24:34.645Z] go: finding golang.org/x/text v0.3.2 [2020-07-10T16:24:34.645Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-07-10T16:24:34.645Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-07-10T16:24:34.933Z] go: finding gopkg.in/fsnotify.v1 v1.4.7 [2020-07-10T16:24:34.933Z] go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2020-07-10T16:24:34.933Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-10T16:24:34.933Z] go: finding gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2020-07-10T16:24:50.066Z] Removing intermediate container 4b61ea803045 [2020-07-10T16:24:50.066Z] ---> c9853e283d1a [2020-07-10T16:24:50.066Z] Successfully built c9853e283d1a [2020-07-10T16:24:50.066Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:24:50.862Z] + docker inspect -f . ci-base-image-arm64 [2020-07-10T16:24:50.862Z] . [Pipeline] withDockerContainer [2020-07-10T16:24:51.142Z] prd-ubuntu18.04-docker-arm64-4c-16g-189 does not seem to be running inside a container [2020-07-10T16:24:51.231Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/75 -v /w/workspace/app-functions-sdk-go/75:/w/workspace/app-functions-sdk-go/75:rw,z -v /w/workspace/app-functions-sdk-go/75@tmp:/w/workspace/app-functions-sdk-go/75@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 ******** ci-base-image-arm64 cat [2020-07-10T16:24:53.026Z] $ docker top 2fef2cf52602ffdecceb0448ca70968c29f1d06a3095ff9560b71699021b2e94 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-10T16:24:54.454Z] + go version [2020-07-10T16:24:54.454Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-07-10T16:24:55.504Z] + make test [2020-07-10T16:24:55.504Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-07-10T16:24:56.945Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-07-10T16:25:19.165Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.100s coverage: 86.2% of statements [2020-07-10T16:25:41.397Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.051s coverage: 51.6% of statements [2020-07-10T16:25:41.397Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-07-10T16:25:41.397Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-07-10T16:25:41.397Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.073s coverage: 54.0% of statements [2020-07-10T16:25:41.397Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-07-10T16:25:41.397Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.307s coverage: 69.1% of statements [2020-07-10T16:25:51.797Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 14.654s coverage: 73.4% of statements [2020-07-10T16:25:51.797Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.025s coverage: 89.5% of statements [2020-07-10T16:25:51.797Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.019s coverage: 100.0% of statements [2020-07-10T16:25:51.797Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.086s coverage: 100.0% of statements [2020-07-10T16:25:51.797Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.028s coverage: 100.0% of statements [2020-07-10T16:25:51.797Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.018s coverage: 100.0% of statements [2020-07-10T16:25:51.797Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-07-10T16:25:51.797Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-07-10T16:25:51.797Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-07-10T16:25:51.797Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-07-10T16:25:51.797Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-07-10T16:25:51.797Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-07-10T16:25:51.797Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-07-10T16:25:51.797Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.016s coverage: 97.7% of statements [2020-07-10T16:25:51.797Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-07-10T16:25:51.797Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-07-10T16:25:51.797Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [no test files] [2020-07-10T16:25:55.168Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.773s coverage: 78.0% of statements [2020-07-10T16:25:55.168Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.106s coverage: 81.1% of statements [2020-07-10T16:26:17.273Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.735s coverage: 71.5% of statements [2020-07-10T16:26:17.273Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.019s coverage: 100.0% of statements [2020-07-10T16:26:17.545Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-07-10T16:26:25.892Z] gofmt -l . [2020-07-10T16:26:25.892Z] [ "`gofmt -l .`" = "" ] [2020-07-10T16:26:25.892Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-07-10T16:26:26.504Z] Warning: overwriting stash ‘coverage-report’ [2020-07-10T16:26:26.983Z] Stashed 1 file(s) [Pipeline] } [2020-07-10T16:26:26.988Z] $ docker stop --time=1 2fef2cf52602ffdecceb0448ca70968c29f1d06a3095ff9560b71699021b2e94 [2020-07-10T16:26:29.045Z] $ docker rm -f 2fef2cf52602ffdecceb0448ca70968c29f1d06a3095ff9560b71699021b2e94 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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) [Pipeline] unstash [Pipeline] wrap [2020-07-10T16:26:31.370Z] provisioning config files... [2020-07-10T16:26:31.380Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2403956726684997025tmp [Pipeline] { [Pipeline] sh [2020-07-10T16:26:31.740Z] + curl -s https://codecov.io/bash [2020-07-10T16:26:31.740Z] + bash -s - -t @/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2403956726684997025tmp [Pipeline] } [2020-07-10T16:26:32.009Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-07-10T16:26:32.500Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-07-10T16:26:32.502Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-07-10T16:26:32.548Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:26:32.889Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-10T16:26:32.889Z] [2020-07-10T16:26:32.889Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:26:33.320Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-10T16:26:33.320Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-07-10T16:26:33.320Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-10T16:26:33.320Z] 408f87550127: Pulling fs layer [2020-07-10T16:26:33.320Z] fe522b08c979: Pulling fs layer [2020-07-10T16:26:33.320Z] 221eaa008020: Pulling fs layer [2020-07-10T16:26:33.320Z] 2a4607e5d6b9: Pulling fs layer [2020-07-10T16:26:33.320Z] 8f79b27c4fd2: Pulling fs layer [2020-07-10T16:26:33.320Z] e5c8dbe1645b: Pulling fs layer [2020-07-10T16:26:33.320Z] 23e8b3b47431: Pulling fs layer [2020-07-10T16:26:33.320Z] 5c568d65a230: Pulling fs layer [2020-07-10T16:26:33.320Z] 221eaa008020: Waiting [2020-07-10T16:26:33.320Z] 2a4607e5d6b9: Waiting [2020-07-10T16:26:33.320Z] 8f79b27c4fd2: Waiting [2020-07-10T16:26:33.320Z] e5c8dbe1645b: Waiting [2020-07-10T16:26:33.320Z] 23e8b3b47431: Waiting [2020-07-10T16:26:33.320Z] 5c568d65a230: Waiting [2020-07-10T16:26:33.320Z] fe522b08c979: Verifying Checksum [2020-07-10T16:26:33.320Z] fe522b08c979: Download complete [2020-07-10T16:26:33.320Z] 408f87550127: Verifying Checksum [2020-07-10T16:26:33.320Z] 408f87550127: Download complete [2020-07-10T16:26:33.320Z] 2a4607e5d6b9: Verifying Checksum [2020-07-10T16:26:33.320Z] 2a4607e5d6b9: Download complete [2020-07-10T16:26:33.320Z] 8f79b27c4fd2: Verifying Checksum [2020-07-10T16:26:33.320Z] 8f79b27c4fd2: Download complete [2020-07-10T16:26:33.320Z] cbdbe7a5bc2a: Verifying Checksum [2020-07-10T16:26:33.320Z] cbdbe7a5bc2a: Download complete [2020-07-10T16:26:33.948Z] e5c8dbe1645b: Verifying Checksum [2020-07-10T16:26:33.948Z] e5c8dbe1645b: Download complete [2020-07-10T16:26:33.948Z] cbdbe7a5bc2a: Pull complete [2020-07-10T16:26:34.234Z] 408f87550127: Pull complete [2020-07-10T16:26:34.526Z] fe522b08c979: Pull complete [2020-07-10T16:26:34.788Z] 23e8b3b47431: Verifying Checksum [2020-07-10T16:26:34.788Z] 23e8b3b47431: Download complete [2020-07-10T16:26:34.788Z] 5c568d65a230: Verifying Checksum [2020-07-10T16:26:34.788Z] 5c568d65a230: Download complete [2020-07-10T16:26:35.367Z] 221eaa008020: Verifying Checksum [2020-07-10T16:26:35.367Z] 221eaa008020: Download complete [2020-07-10T16:26:40.729Z] 221eaa008020: Pull complete [2020-07-10T16:26:40.729Z] 2a4607e5d6b9: Pull complete [2020-07-10T16:26:40.729Z] 8f79b27c4fd2: Pull complete [2020-07-10T16:26:43.296Z] e5c8dbe1645b: Pull complete [2020-07-10T16:26:46.627Z] 23e8b3b47431: Pull complete [2020-07-10T16:26:47.198Z] 5c568d65a230: Pull complete [2020-07-10T16:26:47.198Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-07-10T16:26:47.198Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-10T16:26:47.198Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-07-10T16:26:47.336Z] prd-centos7-docker-4c-2g-185 does not seem to be running inside a container [2020-07-10T16:26:47.381Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-07-10T16:26:48.717Z] $ docker top ff9a88e14a69bc4ebfd9cb898c7caa1d3139a673d3a990d1bfafd2dbba96896c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-10T16:26:49.222Z] + snyk monitor '--org=edgex-jenkins' [2020-07-10T16:26:54.526Z] [2020-07-10T16:26:54.526Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-07-10T16:26:54.526Z] [2020-07-10T16:26:54.526Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/6d3b3b0f-8f8a-4fb3-826d-104fe90bec62 [2020-07-10T16:26:54.526Z] [2020-07-10T16:26:54.526Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-07-10T16:26:54.526Z] [2020-07-10T16:26:54.526Z] [Pipeline] } [2020-07-10T16:26:54.580Z] $ docker stop --time=1 ff9a88e14a69bc4ebfd9cb898c7caa1d3139a673d3a990d1bfafd2dbba96896c [2020-07-10T16:26:57.384Z] $ docker rm -f ff9a88e14a69bc4ebfd9cb898c7caa1d3139a673d3a990d1bfafd2dbba96896c [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] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:26:59.396Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-10T16:26:59.396Z] . [Pipeline] withDockerContainer [2020-07-10T16:26:59.480Z] prd-centos7-docker-4c-2g-185 does not seem to be running inside a container [2020-07-10T16:26:59.518Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-10T16:27:00.290Z] $ docker top 7245eb82badc42bbac6fe9c18822905f7758b6f30b0279c31db4ae5b0eacf845 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-10T16:27:00.624Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-10T16:27:00.624Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-10T16:27:00.862Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-10T16:27:00.866Z] $ docker exec 7245eb82badc42bbac6fe9c18822905f7758b6f30b0279c31db4ae5b0eacf845 ssh-agent [2020-07-10T16:27:01.028Z] SSH_AUTH_SOCK=/tmp/ssh-xqZtAbVZZ31K/agent.12 [2020-07-10T16:27:01.028Z] SSH_AGENT_PID=17 [2020-07-10T16:27:01.034Z] Running ssh-add (command line suppressed) [2020-07-10T16:27:01.161Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4882660047572392982.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4882660047572392982.key) [2020-07-10T16:27:01.218Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-10T16:27:01.574Z] + git semver tag [2020-07-10T16:27:01.574Z] # -> Open(): unable to determine branch for HEAD [2020-07-10T16:27:01.574Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-07-10T16:27:01.574Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-07-10T16:27:01.574Z] # $SEMVER_REMOTE_NAME = origin [2020-07-10T16:27:01.574Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-10T16:27:01.574Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-10T16:27:01.574Z] # $SEMVER_BRANCH = master [2020-07-10T16:27:01.574Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-07-10T16:27:01.574Z] # 8dc08b2adbd1a8293e55bc6bcd9ff2ab1ddbfe47 HEAD [2020-07-10T16:27:01.574Z] # -> Force: false [2020-07-10T16:27:01.574Z] # b1bb01f9f0ac77c06eb31d63bce9b6083ee5c56f refs/tags/v1.2.1-dev.7 [Pipeline] } [2020-07-10T16:27:01.586Z] $ docker exec --env ******** --env ******** 7245eb82badc42bbac6fe9c18822905f7758b6f30b0279c31db4ae5b0eacf845 ssh-agent -k [2020-07-10T16:27:01.702Z] unset SSH_AUTH_SOCK; [2020-07-10T16:27:01.703Z] unset SSH_AGENT_PID; [2020-07-10T16:27:01.703Z] echo Agent pid 17 killed; [2020-07-10T16:27:01.744Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-10T16:27:02.458Z] + git semver [Pipeline] } [2020-07-10T16:27:02.473Z] $ docker stop --time=1 7245eb82badc42bbac6fe9c18822905f7758b6f30b0279c31db4ae5b0eacf845 [2020-07-10T16:27:03.799Z] $ docker rm -f 7245eb82badc42bbac6fe9c18822905f7758b6f30b0279c31db4ae5b0eacf845 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:27:04.430Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-10T16:27:04.430Z] [2020-07-10T16:27:04.430Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:27:04.772Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-10T16:27:04.772Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-07-10T16:27:04.772Z] ab5ef0e58194: Pulling fs layer [2020-07-10T16:27:04.772Z] 9712f1f96733: Pulling fs layer [2020-07-10T16:27:04.772Z] 63f879dbbcfc: Pulling fs layer [2020-07-10T16:27:04.772Z] 0d9ebad4ef96: Pulling fs layer [2020-07-10T16:27:04.772Z] e9a5061849ea: Pulling fs layer [2020-07-10T16:27:04.772Z] d747dcd14b5f: Pulling fs layer [2020-07-10T16:27:04.772Z] 2de7ff778b66: Pulling fs layer [2020-07-10T16:27:04.772Z] e9a5061849ea: Waiting [2020-07-10T16:27:04.772Z] 2de7ff778b66: Waiting [2020-07-10T16:27:04.772Z] d747dcd14b5f: Waiting [2020-07-10T16:27:04.772Z] 0d9ebad4ef96: Waiting [2020-07-10T16:27:04.772Z] 9712f1f96733: Download complete [2020-07-10T16:27:05.352Z] 63f879dbbcfc: Verifying Checksum [2020-07-10T16:27:05.352Z] 63f879dbbcfc: Download complete [2020-07-10T16:27:05.352Z] e9a5061849ea: Verifying Checksum [2020-07-10T16:27:05.352Z] e9a5061849ea: Download complete [2020-07-10T16:27:05.617Z] d747dcd14b5f: Verifying Checksum [2020-07-10T16:27:05.617Z] d747dcd14b5f: Download complete [2020-07-10T16:27:05.617Z] 0d9ebad4ef96: Download complete [2020-07-10T16:27:05.617Z] ab5ef0e58194: Verifying Checksum [2020-07-10T16:27:05.617Z] ab5ef0e58194: Download complete [2020-07-10T16:27:05.877Z] 2de7ff778b66: Verifying Checksum [2020-07-10T16:27:05.877Z] 2de7ff778b66: Download complete [2020-07-10T16:27:10.080Z] ab5ef0e58194: Pull complete [2020-07-10T16:27:10.080Z] 9712f1f96733: Pull complete [2020-07-10T16:27:12.648Z] 63f879dbbcfc: Pull complete [2020-07-10T16:27:19.260Z] 0d9ebad4ef96: Pull complete [2020-07-10T16:27:19.519Z] e9a5061849ea: Pull complete [2020-07-10T16:27:19.784Z] d747dcd14b5f: Pull complete [2020-07-10T16:27:24.000Z] 2de7ff778b66: Pull complete [2020-07-10T16:27:24.000Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-07-10T16:27:24.000Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-10T16:27:24.000Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-07-10T16:27:24.171Z] prd-centos7-docker-4c-2g-185 does not seem to be running inside a container [2020-07-10T16:27:24.223Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-07-10T16:27:26.794Z] $ docker top 397b6e31f51346f66325b80e767184530c969e629222bb0c70911849a4fbae44 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-07-10T16:27:26.968Z] provisioning config files... [2020-07-10T16:27:26.976Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1228042695171762640tmp [2020-07-10T16:27:26.988Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7402762429443284015tmp [2020-07-10T16:27:27.001Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config184169291473465114tmp [Pipeline] { [Pipeline] echo [2020-07-10T16:27:27.046Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-10T16:27:27.338Z] ---> sigul-configuration.sh [2020-07-10T16:27:27.338Z] gpg: directory `/root/.gnupg' created [2020-07-10T16:27:27.338Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-07-10T16:27:27.338Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-07-10T16:27:27.338Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-07-10T16:27:27.338Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-07-10T16:27:27.338Z] gpg: CAST5 encrypted data [2020-07-10T16:27:27.598Z] gpg: encrypted with 1 passphrase [2020-07-10T16:27:27.598Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-07-10T16:27:27.896Z] + mkdir /home/jenkins [2020-07-10T16:27:27.896Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-07-10T16:27:28.208Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-07-10T16:27:28.223Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-10T16:27:28.517Z] ---> sigul-install.sh [2020-07-10T16:27:33.828Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-07-10T16:27:34.385Z] + git tag --list [2020-07-10T16:27:34.385Z] v1.2.1-dev.7 [Pipeline] sh [2020-07-10T16:27:34.681Z] + lftools sign git-tag v1.2.1-dev.7 [2020-07-10T16:27:36.069Z] Signing Git tag with Sigul... [2020-07-10T16:27:36.069Z] Signing v1.2.1-dev.7 [Pipeline] echo [2020-07-10T16:27:37.024Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-10T16:27:37.333Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-07-10T16:27:37.341Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-07-10T16:27:37.434Z] $ docker stop --time=1 397b6e31f51346f66325b80e767184530c969e629222bb0c70911849a4fbae44 [2020-07-10T16:27:39.375Z] $ docker rm -f 397b6e31f51346f66325b80e767184530c969e629222bb0c70911849a4fbae44 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:27:40.064Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-10T16:27:40.064Z] . [Pipeline] withDockerContainer [2020-07-10T16:27:40.154Z] prd-centos7-docker-4c-2g-185 does not seem to be running inside a container [2020-07-10T16:27:40.196Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-10T16:27:40.792Z] $ docker top 3acf663badda198212568875472fa48720316b44af567f6ef7d4a6cbb22ec084 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-10T16:27:41.081Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-10T16:27:41.081Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-10T16:27:41.272Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-10T16:27:41.277Z] $ docker exec 3acf663badda198212568875472fa48720316b44af567f6ef7d4a6cbb22ec084 ssh-agent [2020-07-10T16:27:41.445Z] SSH_AUTH_SOCK=/tmp/ssh-tmVOEpKIJcri/agent.11 [2020-07-10T16:27:41.445Z] SSH_AGENT_PID=17 [2020-07-10T16:27:41.452Z] Running ssh-add (command line suppressed) [2020-07-10T16:27:41.575Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2966493325625981588.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2966493325625981588.key) [2020-07-10T16:27:41.627Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-10T16:27:41.993Z] + git semver bump pre [2020-07-10T16:27:41.993Z] # -> Open(): unable to determine branch for HEAD [2020-07-10T16:27:41.993Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-07-10T16:27:41.993Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-07-10T16:27:41.993Z] # $SEMVER_REMOTE_NAME = origin [2020-07-10T16:27:41.993Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-10T16:27:41.993Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-10T16:27:41.993Z] # $SEMVER_BRANCH = master [2020-07-10T16:27:41.993Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-07-10T16:27:41.993Z] 1.2.1-dev.8 [Pipeline] } [2020-07-10T16:27:42.007Z] $ docker exec --env ******** --env ******** 3acf663badda198212568875472fa48720316b44af567f6ef7d4a6cbb22ec084 ssh-agent -k [2020-07-10T16:27:42.120Z] unset SSH_AUTH_SOCK; [2020-07-10T16:27:42.120Z] unset SSH_AGENT_PID; [2020-07-10T16:27:42.121Z] echo Agent pid 17 killed; [2020-07-10T16:27:42.168Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-10T16:27:42.599Z] + git semver [Pipeline] } [2020-07-10T16:27:42.615Z] $ docker stop --time=1 3acf663badda198212568875472fa48720316b44af567f6ef7d4a6cbb22ec084 [2020-07-10T16:27:43.942Z] $ docker rm -f 3acf663badda198212568875472fa48720316b44af567f6ef7d4a6cbb22ec084 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:27:44.711Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-10T16:27:44.711Z] . [Pipeline] withDockerContainer [2020-07-10T16:27:44.797Z] prd-centos7-docker-4c-2g-185 does not seem to be running inside a container [2020-07-10T16:27:44.843Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-10T16:27:45.432Z] $ docker top 30aa34b2a21baa07a3cb42ecb05040834f13e3a311e925f458eb071826c21da0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-10T16:27:45.741Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-10T16:27:45.741Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-10T16:27:45.927Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-10T16:27:45.932Z] $ docker exec 30aa34b2a21baa07a3cb42ecb05040834f13e3a311e925f458eb071826c21da0 ssh-agent [2020-07-10T16:27:46.100Z] SSH_AUTH_SOCK=/tmp/ssh-bkfUB9wvKooy/agent.12 [2020-07-10T16:27:46.100Z] SSH_AGENT_PID=17 [2020-07-10T16:27:46.107Z] Running ssh-add (command line suppressed) [2020-07-10T16:27:46.231Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3782643302687818497.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3782643302687818497.key) [2020-07-10T16:27:46.281Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-10T16:27:46.616Z] + git semver push [2020-07-10T16:27:46.616Z] # -> Open(): unable to determine branch for HEAD [2020-07-10T16:27:46.616Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-07-10T16:27:46.616Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-07-10T16:27:46.616Z] # $SEMVER_REMOTE_NAME = origin [2020-07-10T16:27:46.616Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-10T16:27:46.616Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-10T16:27:46.616Z] # $SEMVER_BRANCH = master [2020-07-10T16:27:46.616Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-07-10T16:27:53.224Z] $ docker exec --env ******** --env ******** 30aa34b2a21baa07a3cb42ecb05040834f13e3a311e925f458eb071826c21da0 ssh-agent -k [2020-07-10T16:27:53.358Z] unset SSH_AUTH_SOCK; [2020-07-10T16:27:53.359Z] unset SSH_AGENT_PID; [2020-07-10T16:27:53.359Z] echo Agent pid 17 killed; [2020-07-10T16:27:53.416Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-10T16:27:53.898Z] + git semver [Pipeline] } [2020-07-10T16:27:53.920Z] $ docker stop --time=1 30aa34b2a21baa07a3cb42ecb05040834f13e3a311e925f458eb071826c21da0 [2020-07-10T16:27:55.275Z] $ docker rm -f 30aa34b2a21baa07a3cb42ecb05040834f13e3a311e925f458eb071826c21da0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-10T16:27:56.111Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-10T16:27:56.702Z] ---> package-listing.sh [2020-07-10T16:27:56.702Z] ++ facter osfamily [2020-07-10T16:27:56.702Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-10T16:27:56.702Z] + OS_FAMILY=redhat [2020-07-10T16:27:56.702Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-07-10T16:27:56.702Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-10T16:27:56.702Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-10T16:27:56.702Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-10T16:27:56.702Z] + PACKAGES=/tmp/packages_start.txt [2020-07-10T16:27:56.702Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-07-10T16:27:56.702Z] + PACKAGES=/tmp/packages_end.txt [2020-07-10T16:27:56.702Z] + case "${OS_FAMILY}" in [2020-07-10T16:27:56.702Z] + rpm -qa [2020-07-10T16:27:56.702Z] + sort [2020-07-10T16:28:00.974Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-10T16:28:00.974Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-10T16:28:00.974Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-10T16:28:00.974Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-07-10T16:28:00.974Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-07-10T16:28:00.974Z] + 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 [2020-07-10T16:28:01.357Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-10T16:28:01.357Z] [2020-07-10T16:28:01.357Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-10T16:28:01.775Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-10T16:28:01.775Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-10T16:28:01.775Z] c9b1b535fdd9: Pulling fs layer [2020-07-10T16:28:01.775Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-10T16:28:01.775Z] 756a868c4378: Pulling fs layer [2020-07-10T16:28:01.775Z] 444b2fc9a129: Pulling fs layer [2020-07-10T16:28:01.775Z] ea15f1150254: Pulling fs layer [2020-07-10T16:28:01.775Z] 41b27a9f41bf: Pulling fs layer [2020-07-10T16:28:01.775Z] 28c525ee5125: Pulling fs layer [2020-07-10T16:28:01.775Z] 094b1ea09ed8: Pulling fs layer [2020-07-10T16:28:01.775Z] 138eaada9080: Pulling fs layer [2020-07-10T16:28:01.775Z] 0622d0fa9048: Pulling fs layer [2020-07-10T16:28:01.775Z] ea15f1150254: Waiting [2020-07-10T16:28:01.775Z] 41b27a9f41bf: Waiting [2020-07-10T16:28:01.775Z] 28c525ee5125: Waiting [2020-07-10T16:28:01.775Z] 094b1ea09ed8: Waiting [2020-07-10T16:28:01.775Z] 138eaada9080: Waiting [2020-07-10T16:28:01.775Z] 0622d0fa9048: Waiting [2020-07-10T16:28:01.775Z] 444b2fc9a129: Waiting [2020-07-10T16:28:01.775Z] 2cc5ad85d9ab: Download complete [2020-07-10T16:28:01.775Z] 444b2fc9a129: Verifying Checksum [2020-07-10T16:28:01.775Z] 444b2fc9a129: Download complete [2020-07-10T16:28:02.042Z] ea15f1150254: Verifying Checksum [2020-07-10T16:28:02.043Z] ea15f1150254: Download complete [2020-07-10T16:28:02.043Z] c9b1b535fdd9: Verifying Checksum [2020-07-10T16:28:02.043Z] 28c525ee5125: Verifying Checksum [2020-07-10T16:28:02.043Z] 28c525ee5125: Download complete [2020-07-10T16:28:02.321Z] 756a868c4378: Verifying Checksum [2020-07-10T16:28:02.321Z] 756a868c4378: Download complete [2020-07-10T16:28:02.615Z] c9b1b535fdd9: Pull complete [2020-07-10T16:28:02.883Z] 094b1ea09ed8: Verifying Checksum [2020-07-10T16:28:02.883Z] 094b1ea09ed8: Download complete [2020-07-10T16:28:02.883Z] 0622d0fa9048: Download complete [2020-07-10T16:28:02.883Z] 138eaada9080: Verifying Checksum [2020-07-10T16:28:02.883Z] 138eaada9080: Download complete [2020-07-10T16:28:03.152Z] 41b27a9f41bf: Verifying Checksum [2020-07-10T16:28:03.152Z] 41b27a9f41bf: Download complete [2020-07-10T16:28:03.414Z] 2cc5ad85d9ab: Pull complete [2020-07-10T16:28:04.805Z] 756a868c4378: Pull complete [2020-07-10T16:28:05.070Z] 444b2fc9a129: Pull complete [2020-07-10T16:28:05.339Z] ea15f1150254: Pull complete [2020-07-10T16:28:08.665Z] 41b27a9f41bf: Pull complete [2020-07-10T16:28:08.665Z] 28c525ee5125: Pull complete [2020-07-10T16:28:12.000Z] 094b1ea09ed8: Pull complete [2020-07-10T16:28:12.000Z] 138eaada9080: Pull complete [2020-07-10T16:28:12.261Z] 0622d0fa9048: Pull complete [2020-07-10T16:28:12.261Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-10T16:28:12.261Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-10T16:28:12.261Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-10T16:28:12.404Z] prd-centos7-docker-4c-2g-185 does not seem to be running inside a container [2020-07-10T16:28:12.450Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-10T16:28:15.137Z] $ docker top 72daa7480cfba434810f452cbd517c2581162b3236eac82671f16cfc127b1e0f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-10T16:28:15.408Z] provisioning config files... [2020-07-10T16:28:15.423Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5289686348457599587tmp [Pipeline] { [Pipeline] echo [2020-07-10T16:28:15.494Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-10T16:28:15.791Z] ---> create-netrc.sh [Pipeline] echo [2020-07-10T16:28:15.799Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-10T16:28:16.097Z] ---> logs-deploy.sh [2020-07-10T16:28:16.097Z] + ARCHIVE_ARTIFACTS= [2020-07-10T16:28:16.097Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-10T16:28:16.098Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-10T16:28:16.098Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-10T16:28:16.098Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/75 [2020-07-10T16:28:16.098Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/master/75/ [2020-07-10T16:28:16.098Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/75 /w/workspace/ndry_app-functions-sdk-go_master [2020-07-10T16:28:17.042Z] Archives upload complete. [2020-07-10T16:28:17.303Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/75 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/master/75/