Pull request #715 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5c79c1ffc25e25573932383edcb8a072a54d2b9a+8767d0343bb22558268e36dcb62db2286673396f (09f0b6f4df54b92bdd4193654ce3f51db8814788) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e395d696b4e6122b6a4fdab5d2b3787aeaccfdce Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision e395d696b4e6122b6a4fdab5d2b3787aeaccfdce using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e395d696b4e6122b6a4fdab5d2b3787aeaccfdce (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e395d696b4e6122b6a4fdab5d2b3787aeaccfdce # timeout=10 Commit message: "Merge pull request #320 from ernestojeda/fix-email" > 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. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-28065’ Running on prd-centos7-docker-4c-2g-28068 in /w/workspace/ndry_app-functions-sdk-go_PR-715 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_PR-715 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 8767d0343bb22558268e36dcb62db2286673396f into PR head commit 5c79c1ffc25e25573932383edcb8a072a54d2b9a Merge succeeded, producing 5c79c1ffc25e25573932383edcb8a072a54d2b9a Checking out Revision 5c79c1ffc25e25573932383edcb8a072a54d2b9a (PR-715) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/715/head:refs/remotes/origin/PR-715 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5c79c1ffc25e25573932383edcb8a072a54d2b9a # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8767d0343bb22558268e36dcb62db2286673396f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5c79c1ffc25e25573932383edcb8a072a54d2b9a # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. > git rev-list --no-walk 91f48e72a184cf7cdd238d3a7420c37977cbed8e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:16:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:16:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:16:24 ========================================================= 17:16:24 EdgeX Global Pipelines Version Info 17:16:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:16:26 ------------------- 17:16:26 stable info: 17:16:26 ------------------- 17:16:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:16:26 Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 17:16:26 Message: update stable to v1.0.183 17:16:27 ------------------- 17:16:27 experimental info: 17:16:27 ------------------- 17:16:27 Commited By: **** collab-it+edgex@linuxfoundation.org 17:16:27 Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 17:16:27 Message: update experimental to v1.0.183 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:16:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 17:16:27 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 17:16:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:16:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:16:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:16:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:16:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:16:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:16:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:16:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:16:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:16:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 17:16:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:16:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:16:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:16:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:16:28 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:16:28 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:16:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:16:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:16:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:16:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 17:16:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:16:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:16:29 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:16:29 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:16:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-715 [Pipeline] echo 17:16:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-715 [Pipeline] echo 17:16:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-715 [Pipeline] echo 17:16:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5c79c1ffc25e25573932383edcb8a072a54d2b9a [Pipeline] echo 17:16:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5c79c1f [Pipeline] echo 17:16:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:16:31 + git log --format=format:%s -1 5c79c1ffc25e25573932383edcb8a072a54d2b9a [Pipeline] echo 17:16:31 GIT_COMMIT: 5c79c1ffc25e25573932383edcb8a072a54d2b9a, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 [Pipeline] echo 17:16:31 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:16:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:16:31 17:16:31 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:16:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:16:32 latest: Pulling from edgex-devops/git-semver 17:16:32 31603596830f: Pulling fs layer 17:16:32 2a8b12db71e7: Pulling fs layer 17:16:32 6ca5941a6612: Pulling fs layer 17:16:32 ecc8261a40a4: Pulling fs layer 17:16:32 ecc8261a40a4: Waiting 17:16:32 2a8b12db71e7: Verifying Checksum 17:16:32 2a8b12db71e7: Download complete 17:16:32 31603596830f: Verifying Checksum 17:16:32 31603596830f: Download complete 17:16:32 ecc8261a40a4: Verifying Checksum 17:16:32 ecc8261a40a4: Download complete 17:16:32 6ca5941a6612: Verifying Checksum 17:16:32 6ca5941a6612: Download complete 17:16:32 31603596830f: Pull complete 17:16:32 2a8b12db71e7: Pull complete 17:16:33 6ca5941a6612: Pull complete 17:16:33 ecc8261a40a4: Pull complete 17:16:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:16:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:16:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:16:33 prd-centos7-docker-4c-2g-28068 does not seem to be running inside a container 17:16:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-715 -v /w/workspace/ndry_app-functions-sdk-go_PR-715:/w/workspace/ndry_app-functions-sdk-go_PR-715:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-715@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-715@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:16:35 $ docker top eaceeebb0f4c4ce85d90869888d1775367522bbf00221f23bc52eab92624f27a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:16:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:16:36 [ssh-agent] Looking for ssh-agent implementation... 17:16:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:16:36 $ docker exec eaceeebb0f4c4ce85d90869888d1775367522bbf00221f23bc52eab92624f27a ssh-agent 17:16:36 SSH_AUTH_SOCK=/tmp/ssh-l5T3AOjxbEdL/agent.12 17:16:36 SSH_AGENT_PID=17 17:16:36 Running ssh-add (command line suppressed) 17:16:36 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-715@tmp/private_key_6158973554575063588.key (/w/workspace/ndry_app-functions-sdk-go_PR-715@tmp/private_key_6158973554575063588.key) 17:16:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:16:36 + git tag --points-at HEAD [Pipeline] } 17:16:36 $ docker exec --env ******** --env ******** eaceeebb0f4c4ce85d90869888d1775367522bbf00221f23bc52eab92624f27a ssh-agent -k 17:16:37 unset SSH_AUTH_SOCK; 17:16:37 unset SSH_AGENT_PID; 17:16:37 echo Agent pid 17 killed; 17:16:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:16:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:16:37 [ssh-agent] Looking for ssh-agent implementation... 17:16:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:16:37 $ docker exec eaceeebb0f4c4ce85d90869888d1775367522bbf00221f23bc52eab92624f27a ssh-agent 17:16:37 SSH_AUTH_SOCK=/tmp/ssh-iGxfo4utcOr0/agent.47 17:16:37 SSH_AGENT_PID=52 17:16:37 Running ssh-add (command line suppressed) 17:16:37 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-715@tmp/private_key_8065209102950495887.key (/w/workspace/ndry_app-functions-sdk-go_PR-715@tmp/private_key_8065209102950495887.key) 17:16:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:16:37 + git semver init 17:16:37 # -> Open(): unable to determine branch for HEAD 17:16:37 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-715/.git 17:16:37 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-715 17:16:37 # $SEMVER_REMOTE_NAME = origin 17:16:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:16:37 # $SEMVER_USER_NAME = edgex-jenkins 17:16:37 # $SEMVER_BRANCH = PR-715 17:16:37 # $SEMVER_TEMP = /tmp/semver-052912331 17:16:37 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 17:16:41 # '/tmp/semver-052912331' -> '/w/workspace/ndry_app-functions-sdk-go_PR-715/.semver' 17:16:41 # -> Force: false 17:16:41 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-715/.semver [Pipeline] } 17:16:41 $ docker exec --env ******** --env ******** eaceeebb0f4c4ce85d90869888d1775367522bbf00221f23bc52eab92624f27a ssh-agent -k 17:16:41 unset SSH_AUTH_SOCK; 17:16:41 unset SSH_AGENT_PID; 17:16:41 echo Agent pid 52 killed; 17:16:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:16:42 + git semver [Pipeline] } 17:16:42 $ docker stop --time=1 eaceeebb0f4c4ce85d90869888d1775367522bbf00221f23bc52eab92624f27a 17:16:43 $ docker rm -f eaceeebb0f4c4ce85d90869888d1775367522bbf00221f23bc52eab92624f27a [Pipeline] // withDockerContainer [Pipeline] sh 17:16:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:16:44 Stashed 1 file(s) [Pipeline] echo 17:16:44 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 17:17:00 Still waiting to schedule task 17:17:00 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:17:00 Still waiting to schedule task 17:17:00 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:20:45 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28070 in /w/workspace/ndry_app-functions-sdk-go_PR-715 [Pipeline] { [Pipeline] ws 17:20:45 Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { 17:20:45 Running on prd-centos7-docker-4c-2g-28069 in /w/workspace/ndry_app-functions-sdk-go_PR-715 [Pipeline] { [Pipeline] checkout [Pipeline] ws 17:20:45 Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout 17:20:51 using credential edgex-jenkins-ssh 17:20:51 Cloning the remote Git repository 17:20:51 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 17:20:51 > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 17:20:51 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:20:51 > git --version # timeout=10 17:20:51 > git --version # 'git version 2.17.1' 17:20:51 using GIT_SSH to set credentials SSH Credentials for GitHub 17:20:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:20:54 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:20:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:20:54 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:20:55 Merging remotes/origin/master commit 8767d0343bb22558268e36dcb62db2286673396f into PR head commit 5c79c1ffc25e25573932383edcb8a072a54d2b9a 17:20:55 using credential edgex-jenkins-ssh 17:20:55 Cloning the remote Git repository 17:20:55 Merge succeeded, producing 5c79c1ffc25e25573932383edcb8a072a54d2b9a 17:20:55 Checking out Revision 5c79c1ffc25e25573932383edcb8a072a54d2b9a (PR-715) 17:20:55 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 17:20:54 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:20:54 using GIT_SSH to set credentials SSH Credentials for GitHub 17:20:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/715/head:refs/remotes/origin/PR-715 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:20:55 > git config core.sparsecheckout # timeout=10 17:20:55 > git checkout -f 5c79c1ffc25e25573932383edcb8a072a54d2b9a # timeout=10 17:20:55 > git remote # timeout=10 17:20:55 > git config --get remote.origin.url # timeout=10 17:20:55 using GIT_SSH to set credentials SSH Credentials for GitHub 17:20:55 > git merge 8767d0343bb22558268e36dcb62db2286673396f # timeout=10 17:20:55 > git rev-parse HEAD^{commit} # timeout=10 17:20:55 > git config core.sparsecheckout # timeout=10 17:20:55 > git checkout -f 5c79c1ffc25e25573932383edcb8a072a54d2b9a # timeout=10 17:20:55 > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 17:20:55 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:20:55 > git --version # timeout=10 17:20:55 > git --version # 'git version 2.24.3' 17:20:55 using GIT_SSH to set credentials SSH Credentials for GitHub 17:20:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:20:59 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 17:21:00 Merging remotes/origin/master commit 8767d0343bb22558268e36dcb62db2286673396f into PR head commit 5c79c1ffc25e25573932383edcb8a072a54d2b9a [Pipeline] sh 17:21:00 Merge succeeded, producing 5c79c1ffc25e25573932383edcb8a072a54d2b9a 17:21:00 Checking out Revision 5c79c1ffc25e25573932383edcb8a072a54d2b9a (PR-715) 17:21:01 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 17:21:00 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:21:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:21:00 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:21:00 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:21:00 using GIT_SSH to set credentials SSH Credentials for GitHub 17:21:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/715/head:refs/remotes/origin/PR-715 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:21:00 > git config core.sparsecheckout # timeout=10 17:21:00 > git checkout -f 5c79c1ffc25e25573932383edcb8a072a54d2b9a # timeout=10 17:21:00 > git remote # timeout=10 17:21:00 > git config --get remote.origin.url # timeout=10 17:21:00 using GIT_SSH to set credentials SSH Credentials for GitHub 17:21:00 > git merge 8767d0343bb22558268e36dcb62db2286673396f # timeout=10 17:21:00 > git rev-parse HEAD^{commit} # timeout=10 17:21:00 > git config core.sparsecheckout # timeout=10 17:21:00 > git checkout -f 5c79c1ffc25e25573932383edcb8a072a54d2b9a # timeout=10 [Pipeline] sh 17:21:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:21:02 + sudo service docker+ restart 17:21:02 true [Pipeline] unstash 17:21:05 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] echo 17:21:05 ========================================================= 17:21:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:21:05 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 17:21:05 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:21:06 Sending build context to Docker daemon 19.26MB 17:21:06 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:21:06 Step 2/8 : FROM ${BASE} 17:21:07 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:21:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:21:07 5f621e34cdf4: Pulling fs layer 17:21:07 a4357932f1b6: Pulling fs layer 17:21:07 18c013af1878: Pulling fs layer 17:21:07 00ac8860ef70: Pulling fs layer 17:21:07 63d7cb157983: Pulling fs layer 17:21:07 b116817d02f9: Pulling fs layer 17:21:07 745a02a5169b: Pulling fs layer 17:21:07 00ac8860ef70: Waiting 17:21:07 63d7cb157983: Waiting 17:21:07 b116817d02f9: Waiting 17:21:07 745a02a5169b: Waiting 17:21:07 18c013af1878: Verifying Checksum 17:21:07 18c013af1878: Download complete 17:21:07 a4357932f1b6: Download complete 17:21:07 63d7cb157983: Verifying Checksum 17:21:07 b116817d02f9: Verifying Checksum 17:21:07 b116817d02f9: Download complete 17:21:07 5f621e34cdf4: Verifying Checksum 17:21:07 5f621e34cdf4: Download complete 17:21:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:21:07 + sudo service docker restart 17:21:07 + true 17:21:07 Redirecting to /bin/systemctl restart docker.service 17:21:08 5f621e34cdf4: Pull complete 17:21:08 a4357932f1b6: Pull complete 17:21:08 18c013af1878: Pull complete [Pipeline] unstash [Pipeline] echo 17:21:10 ========================================================= 17:21:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:21:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:21:10 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 17:21:11 745a02a5169b: Verifying Checksum 17:21:11 745a02a5169b: Download complete 17:21:11 Sending build context to Docker daemon 19.26MB 17:21:11 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:21:11 Step 2/8 : FROM ${BASE} 17:21:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:21:12 188c0c94c7c5: Pulling fs layer 17:21:12 0ef7d3d256c8: Pulling fs layer 17:21:12 de9db76c5a1d: Pulling fs layer 17:21:12 bca2f99d35d6: Pulling fs layer 17:21:12 93359f2a8cfa: Pulling fs layer 17:21:12 7c6f9722023f: Pulling fs layer 17:21:12 a35cf1a2eb13: Pulling fs layer 17:21:12 93359f2a8cfa: Waiting 17:21:12 bca2f99d35d6: Waiting 17:21:12 a35cf1a2eb13: Waiting 17:21:12 de9db76c5a1d: Verifying Checksum 17:21:12 de9db76c5a1d: Download complete 17:21:12 0ef7d3d256c8: Verifying Checksum 17:21:12 0ef7d3d256c8: Download complete 17:21:12 93359f2a8cfa: Verifying Checksum 17:21:12 93359f2a8cfa: Download complete 17:21:12 7c6f9722023f: Verifying Checksum 17:21:12 7c6f9722023f: Download complete 17:21:12 188c0c94c7c5: Verifying Checksum 17:21:12 188c0c94c7c5: Download complete 17:21:13 188c0c94c7c5: Pull complete 17:21:13 0ef7d3d256c8: Pull complete 17:21:13 00ac8860ef70: Verifying Checksum 17:21:13 00ac8860ef70: Download complete 17:21:14 de9db76c5a1d: Pull complete 17:21:15 a35cf1a2eb13: Verifying Checksum 17:21:15 a35cf1a2eb13: Download complete 17:21:16 bca2f99d35d6: Verifying Checksum 17:21:16 bca2f99d35d6: Download complete 17:21:21 00ac8860ef70: Pull complete 17:21:22 63d7cb157983: Pull complete 17:21:22 b116817d02f9: Pull complete 17:21:26 745a02a5169b: Pull complete 17:21:26 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:21:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:21:26 ---> b7e6874047d6 17:21:26 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 17:21:26 20.10.0: Pulling from library/docker 17:21:26 a3cc7d3b244e: Pulling fs layer 17:21:26 02a3295e0d61: Pulling fs layer 17:21:26 0f4f2e6d8100: Pulling fs layer 17:21:26 330b718f631f: Pulling fs layer 17:21:26 a93816041522: Pulling fs layer 17:21:26 bdb6da89ff94: Pulling fs layer 17:21:26 2a70c0c122f4: Pulling fs layer 17:21:26 a93816041522: Waiting 17:21:26 bdb6da89ff94: Waiting 17:21:26 2a70c0c122f4: Waiting 17:21:26 330b718f631f: Waiting 17:21:26 0f4f2e6d8100: Download complete 17:21:26 02a3295e0d61: Verifying Checksum 17:21:26 02a3295e0d61: Download complete 17:21:26 a3cc7d3b244e: Verifying Checksum 17:21:26 a3cc7d3b244e: Download complete 17:21:26 a93816041522: Download complete 17:21:26 bdb6da89ff94: Verifying Checksum 17:21:26 bdb6da89ff94: Download complete 17:21:26 2a70c0c122f4: Verifying Checksum 17:21:26 2a70c0c122f4: Download complete 17:21:27 a3cc7d3b244e: Pull complete 17:21:27 02a3295e0d61: Pull complete 17:21:28 0f4f2e6d8100: Pull complete 17:21:28 330b718f631f: Verifying Checksum 17:21:28 330b718f631f: Download complete 17:21:31 330b718f631f: Pull complete 17:21:31 a93816041522: Pull complete 17:21:32 bdb6da89ff94: Pull complete 17:21:32 2a70c0c122f4: Pull complete 17:21:32 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:21:32 Status: Downloaded newer image for docker:20.10.0 17:21:39 ---> adbd8603c231 17:21:39 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:21:39 ---> Running in ca199a52d2e1 17:21:39 Removing intermediate container ca199a52d2e1 17:21:39 ---> 21cb42c5940d 17:21:39 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 17:21:39 ---> Running in e15429e87728 17:21:39 bca2f99d35d6: Pull complete 17:21:39 93359f2a8cfa: Pull complete 17:21:39 7c6f9722023f: Pull complete 17:21:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:21:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:21:41 (1/5) Installing libsodium (1.0.18-r0) 17:21:42 (2/5) Installing libzmq (4.3.3-r0) 17:21:42 (3/5) Installing pkgconf (1.7.2-r0) 17:21:42 (4/5) Installing libsodium-dev (1.0.18-r0) 17:21:42 (5/5) Installing zeromq-dev (4.3.3-r0) 17:21:42 Executing busybox-1.31.1-r19.trigger 17:21:42 OK: 144 MiB in 44 packages 17:21:44 Removing intermediate container e15429e87728 17:21:44 ---> 28ed9e2249d6 17:21:44 Step 6/8 : WORKDIR /build 17:21:44 ---> Running in 0521e3ba07ef 17:21:44 Removing intermediate container 0521e3ba07ef 17:21:44 ---> 77270c48642e 17:21:44 Step 7/8 : COPY go.mod . 17:21:45 a35cf1a2eb13: Pull complete 17:21:45 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:21:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:21:45 ---> a62c8e92a672 17:21:45 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 17:21:45 20.10.0: Pulling from library/docker 17:21:45 05e7bc50f07f: Pulling fs layer 17:21:45 6db28d0fdbf6: Pulling fs layer 17:21:45 292df0bc6bf3: Pulling fs layer 17:21:45 2e060f4bd70b: Pulling fs layer 17:21:45 80e8d568a223: Pulling fs layer 17:21:45 8dc6ef1a942a: Pulling fs layer 17:21:45 2312dd95470a: Pulling fs layer 17:21:45 2e060f4bd70b: Waiting 17:21:45 80e8d568a223: Waiting 17:21:45 8dc6ef1a942a: Waiting 17:21:45 2312dd95470a: Waiting 17:21:45 292df0bc6bf3: Verifying Checksum 17:21:45 292df0bc6bf3: Download complete 17:21:45 6db28d0fdbf6: Verifying Checksum 17:21:45 6db28d0fdbf6: Download complete 17:21:45 80e8d568a223: Download complete 17:21:45 05e7bc50f07f: Download complete 17:21:45 8dc6ef1a942a: Verifying Checksum 17:21:45 8dc6ef1a942a: Download complete 17:21:45 2312dd95470a: Verifying Checksum 17:21:45 2312dd95470a: Download complete 17:21:45 ---> bf4b49ccc961 17:21:45 Step 8/8 : RUN go mod download 17:21:45 ---> Running in 0bd0225a88a0 17:21:46 05e7bc50f07f: Pull complete 17:21:47 6db28d0fdbf6: Pull complete 17:21:48 292df0bc6bf3: Pull complete 17:21:48 2e060f4bd70b: Verifying Checksum 17:21:48 2e060f4bd70b: Download complete 17:21:57 2e060f4bd70b: Pull complete 17:21:57 80e8d568a223: Pull complete 17:21:57 8dc6ef1a942a: Pull complete 17:21:57 2312dd95470a: Pull complete 17:21:57 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:21:57 Status: Downloaded newer image for docker:20.10.0 17:22:02 ---> d3b1ebeda1a0 17:22:02 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:22:02 ---> Running in 28ad2ca2567a 17:22:02 Removing intermediate container 28ad2ca2567a 17:22:02 ---> a83bb8022415 17:22:02 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 17:22:02 ---> Running in a8bc499b7ed6 17:22:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:22:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:22:06 (1/5) Installing libsodium (1.0.18-r0) 17:22:06 (2/5) Installing libzmq (4.3.3-r0) 17:22:06 (3/5) Installing pkgconf (1.7.2-r0) 17:22:06 (4/5) Installing libsodium-dev (1.0.18-r0) 17:22:06 (5/5) Installing zeromq-dev (4.3.3-r0) 17:22:06 Executing busybox-1.31.1-r19.trigger 17:22:06 OK: 167 MiB in 44 packages 17:22:07 Removing intermediate container a8bc499b7ed6 17:22:07 ---> 3ff0ae6509d0 17:22:07 Step 6/8 : WORKDIR /build 17:22:07 ---> Running in da4043550647 17:22:08 Removing intermediate container da4043550647 17:22:08 ---> aee4eb7db9bb 17:22:08 Step 7/8 : COPY go.mod . 17:22:08 ---> 1dc6734e07b2 17:22:08 Step 8/8 : RUN go mod download 17:22:09 ---> Running in 00249b944aea 17:22:17 Removing intermediate container 0bd0225a88a0 17:22:17 ---> 08cb8fb70ae8 17:22:17 Successfully built 08cb8fb70ae8 17:22:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:22:18 + docker inspect -f . ci-base-image-arm64 17:22:18 . [Pipeline] withDockerContainer 17:22:18 prd-ubuntu18.04-docker-arm64-4c-16g-28070 does not seem to be running inside a container 17:22:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:22:20 $ docker top ed91657bb27c11597f542d5b54379f86d6e27f55a9f89b59ace60423fc50c531 -eo pid,comm [Pipeline] { [Pipeline] sh 17:22:21 + go version 17:22:21 go version go1.15.5 linux/arm64 [Pipeline] } 17:22:21 $ docker stop --time=1 ed91657bb27c11597f542d5b54379f86d6e27f55a9f89b59ace60423fc50c531 17:22:23 $ docker rm -f ed91657bb27c11597f542d5b54379f86d6e27f55a9f89b59ace60423fc50c531 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:22:24 + docker inspect -f . ci-base-image-arm64 17:22:24 . [Pipeline] withDockerContainer 17:22:24 prd-ubuntu18.04-docker-arm64-4c-16g-28070 does not seem to be running inside a container 17:22:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:22:25 $ docker top c61949c0ba0c5ca26731d6011eefc02d44611f2ef214db9adf082e29b023552f -eo pid,comm [Pipeline] { [Pipeline] sh 17:22:26 + make test 17:22:26 make -C ./app-service-template build 17:22:26 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/4/app-service-template' 17:22:26 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 17:22:56 Removing intermediate container 00249b944aea 17:22:56 ---> d3ed7fe97f5b 17:22:56 Successfully built d3ed7fe97f5b 17:22:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:22:57 + docker inspect -f . ci-base-image-x86_64 17:22:57 . [Pipeline] withDockerContainer 17:22:59 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/4/app-service-template' 17:22:59 make -C ./app-service-template test 17:22:59 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/4/app-service-template' 17:22:59 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:22:59 prd-centos7-docker-4c-2g-28069 does not seem to be running inside a container 17:23:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:23:02 $ docker top 4fbc4dd0d6e3f4136aaa8336f7756bf24fd2db6dbf56b181a70342611d7f1923 -eo pid,comm [Pipeline] { [Pipeline] sh 17:23:02 + go version 17:23:02 go version go1.15.5 linux/amd64 [Pipeline] } 17:23:02 $ docker stop --time=1 4fbc4dd0d6e3f4136aaa8336f7756bf24fd2db6dbf56b181a70342611d7f1923 17:23:05 $ docker rm -f 4fbc4dd0d6e3f4136aaa8336f7756bf24fd2db6dbf56b181a70342611d7f1923 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:23:06 + docker inspect -f . ci-base-image-x86_64 17:23:06 . [Pipeline] withDockerContainer 17:23:06 prd-centos7-docker-4c-2g-28069 does not seem to be running inside a container 17:23:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:23:08 $ docker top d060a58bf85ae10291c354bf1a70ea4fca4a981448109565a588187268093935 -eo pid,comm [Pipeline] { [Pipeline] sh 17:23:08 + make test 17:23:08 make -C ./app-service-template build 17:23:08 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/4/app-service-template' 17:23:09 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 17:23:21 ? new-app-service [no test files] 17:23:21 ok new-app-service/functions 0.024s coverage: 75.8% of statements 17:23:21 CGO_ENABLED=1 go vet ./... 17:23:29 gofmt -l . 17:23:29 [ "`gofmt -l .`" = "" ] 17:23:29 ./bin/test-go-mod-tidy.sh 17:23:30 ./bin/test-attribution-txt.sh 17:23:31 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/4/app-service-template' 17:23:31 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:23:32 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 17:23:37 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.045s coverage: 82.6% of statements 17:23:42 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.126s coverage: 58.6% of statements 17:23:42 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 17:23:42 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 17:23:42 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.067s coverage: 61.5% of statements 17:23:42 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 17:23:42 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.191s coverage: 75.6% of statements 17:23:42 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 17:23:42 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 17:23:42 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 17:23:42 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 17:23:42 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 17:23:42 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 17:23:42 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.012s coverage: 97.0% of statements 17:23:42 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 17:23:42 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.047s coverage: 8.8% of statements 17:23:49 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/4/app-service-template' 17:23:49 make -C ./app-service-template test 17:23:49 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/4/app-service-template' 17:23:49 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:24:00 ? new-app-service [no test files] 17:24:00 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.866s coverage: 77.5% of statements 17:24:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 17:24:00 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.054s coverage: 87.9% of statements 17:24:00 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.038s coverage: 80.5% of statements 17:24:00 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.027s coverage: 71.7% of statements 17:24:01 ok new-app-service/functions 0.012s coverage: 75.8% of statements 17:24:01 CGO_ENABLED=1 go vet ./... 17:24:08 gofmt -l . 17:24:08 [ "`gofmt -l .`" = "" ] 17:24:08 ./bin/test-go-mod-tidy.sh 17:24:11 ./bin/test-attribution-txt.sh 17:24:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.083s coverage: 82.8% of statements 17:24:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.023s coverage: 94.4% of statements 17:24:13 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:24:13 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/4/app-service-template' 17:24:13 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:24:14 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 17:24:16 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.019s coverage: 82.6% of statements 17:24:16 gofmt -l . 17:24:16 [ "`gofmt -l .`" = "" ] 17:24:17 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 17:24:17 $ docker stop --time=1 c61949c0ba0c5ca26731d6011eefc02d44611f2ef214db9adf082e29b023552f 17:24:19 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.077s coverage: 58.6% of statements 17:24:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 17:24:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 17:24:19 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.083s coverage: 61.5% of statements 17:24:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 17:24:19 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.069s coverage: 75.6% of statements 17:24:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 17:24:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 17:24:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 17:24:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 17:24:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 17:24:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 17:24:19 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.019s coverage: 97.0% of statements 17:24:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 17:24:19 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.014s coverage: 8.8% of statements 17:24:19 $ docker rm -f c61949c0ba0c5ca26731d6011eefc02d44611f2ef214db9adf082e29b023552f [Pipeline] // withDockerContainer [Pipeline] sh 17:24:20 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:24:21 Stashed 2 file(s) [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 Post stage [Pipeline] libraryResource [Pipeline] sh 17:24:23 ---> job-cost.sh 17:24:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Na6N 17:24:37 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.910s coverage: 77.5% of statements 17:24:37 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 17:24:37 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.065s coverage: 87.9% of statements 17:24:37 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.027s coverage: 80.5% of statements 17:24:37 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.023s coverage: 71.7% of statements 17:24:49 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.085s coverage: 82.8% of statements 17:24:49 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.034s coverage: 94.4% of statements 17:24:49 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:24:50 gofmt -l . 17:24:50 [ "`gofmt -l .`" = "" ] 17:24:50 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 17:24:51 $ docker stop --time=1 d060a58bf85ae10291c354bf1a70ea4fca4a981448109565a588187268093935 17:24:53 $ docker rm -f d060a58bf85ae10291c354bf1a70ea4fca4a981448109565a588187268093935 [Pipeline] // withDockerContainer [Pipeline] sh 17:24:54 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:24:54 Warning: overwriting stash ‘coverage-report’ 17:24:55 Stashed 2 file(s) [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 Post stage [Pipeline] libraryResource [Pipeline] sh 17:24:56 ---> job-cost.sh 17:24:56 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Yi29 17:25:02 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:25:23 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:26:11 lf-activate-venv(): INFO: Adding /tmp/venv-Yi29/bin to PATH 17:26:11 INFO: No Stack... 17:26:11 INFO: Retrieving Pricing Info for: v1-standard-2 17:26:11 INFO: Archiving Costs [Pipeline] sh 17:26:11 + cut -d, -f6 17:26:11 + cat /w/workspace/app-functions-sdk-go/4/archives/cost.csv [Pipeline] lock 17:26:12 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-715-4-stack-cost] 17:26:12 Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-715-4-stack-cost] did not exist. Created. 17:26:12 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-715-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:26:12 + echo total: 0.029999999329447746 [Pipeline] stash 17:26:13 Stashed 1 file(s) [Pipeline] } 17:26:13 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-715-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:27:23 lf-activate-venv(): INFO: Adding /tmp/venv-Na6N/bin to PATH 17:27:23 INFO: No Stack... 17:27:23 INFO: Retrieving Pricing Info for: lf-standard-4 17:27:23 INFO: Archiving Costs [Pipeline] sh 17:27:24 + + cutcat -d, /w/workspace/app-functions-sdk-go/4/archives/cost.csv -f6 17:27:24 [Pipeline] lock 17:27:24 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-715-4-stack-cost] 17:27:24 Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-715-4-stack-cost] did not exist. Created. 17:27:24 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-715-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:27:24 /w/workspace/app-functions-sdk-go/4@tmp/durable-f31ffca1/script.sh: 1: /w/workspace/app-functions-sdk-go/4@tmp/durable-f31ffca1/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 17:27:25 + echo total: 0.20999999344348907 [Pipeline] stash 17:27:25 Warning: overwriting stash ‘stack-cost’ 17:27:25 Stashed 1 file(s) [Pipeline] } 17:27:25 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-715-4-stack-cost] [Pipeline] // lock [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 17:27:26 provisioning config files... 17:27:26 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-715@tmp/config6801854195778353351tmp [Pipeline] { [Pipeline] sh 17:27:27 + set +x 17:27:27 + curl -s https://codecov.io/bash 17:27:27 + bash -s -- 17:27:27 17:27:27 _____ _ 17:27:27 / ____| | | 17:27:27 | | ___ __| | ___ ___ _____ __ 17:27:27 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:27:27 | |___| (_) | (_| | __/ (_| (_) \ V / 17:27:27 \_____\___/ \__,_|\___|\___\___/ \_/ 17:27:27 Bash-20210226-7100762 17:27:27 17:27:27 17:27:27 ==> git version 2.24.3 found 17:27:27 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 17:27:27 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:27:27 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:27:27 ==> Jenkins CI detected. 17:27:27 project root: . 17:27:27 --> token set from env 17:27:27 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:27:27 ==> Running gcov in . (disable via -X gcov) 17:27:27 ==> Python coveragepy not found 17:27:27 ==> Searching for coverage reports in: 17:27:27 + . 17:27:27 -> Found 2 reports 17:27:27 ==> Detecting git/mercurial file structure 17:27:27 ==> Reading reports 17:27:27 + ./app-service-template/coverage.out bytes=1148 17:27:27 + ./coverage.out bytes=82817 17:27:27 ==> Appending adjustments 17:27:27 https://docs.codecov.io/docs/fixing-reports 17:27:27 + Found adjustments 17:27:27 ==> Gzipping contents 17:27:27 16K /tmp/codecov.RLmkZz.gz 17:27:27 ==> Uploading reports 17:27:27 url: https://codecov.io 17:27:27 query: branch=PR-715&commit=5c79c1ffc25e25573932383edcb8a072a54d2b9a&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-715%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=715&job=&cmd_args= 17:27:27 -> Pinging Codecov 17:27:27 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-715&commit=5c79c1ffc25e25573932383edcb8a072a54d2b9a&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-715%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=715&job=&cmd_args= 17:27:28 -> Uploading to 17:27:28 https://storage.googleapis.com/codecov/v4/raw/2021-03-01/3D8B5DFFC46A037C893635FACE044666/5c79c1ffc25e25573932383edcb8a072a54d2b9a/fec51f01-c5c5-46e0-ab63-39d856408360.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210301%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210301T172728Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=867d79f2b96779caedde8cba72e6d227c02d353145c9a6a2ed35b5317af5dc00 17:27:28 % Total % Received % Xferd Average Speed Time Time Time Current 17:27:28 Dload Upload Total Spent Left Speed 17:27:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14471 0 0 100 14471 0 31538 --:--:-- --:--:-- --:--:-- 31596 17:27:28 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/5c79c1ffc25e25573932383edcb8a072a54d2b9a [Pipeline] } 17:27:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:27:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:27:31 ---> package-listing.sh 17:27:31 ++ tr '[:upper:]' '[:lower:]' 17:27:31 ++ facter osfamily 17:27:31 + OS_FAMILY=redhat 17:27:31 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-715 17:27:31 + START_PACKAGES=/tmp/packages_start.txt 17:27:31 + END_PACKAGES=/tmp/packages_end.txt 17:27:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:27:31 + PACKAGES=/tmp/packages_start.txt 17:27:31 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-715 ']' 17:27:31 + PACKAGES=/tmp/packages_end.txt 17:27:31 + case "${OS_FAMILY}" in 17:27:31 + rpm -qa 17:27:31 + sort 17:27:35 + '[' -f /tmp/packages_start.txt ']' 17:27:35 + '[' -f /tmp/packages_end.txt ']' 17:27:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:27:35 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-715 ']' 17:27:35 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-715/archives/ 17:27:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-715/archives/ [Pipeline] echo 17:27:35 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_PR-715/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:27:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:27:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:27:36 17:27:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:27:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:27:36 alpine: Pulling from edgex-lftools-log-publisher 17:27:36 df20fa9351a1: Pulling fs layer 17:27:36 36b3adc4ff6f: Pulling fs layer 17:27:36 8ad3a11d3b57: Pulling fs layer 17:27:36 46f8f816bc3b: Pulling fs layer 17:27:36 93b61091891f: Pulling fs layer 17:27:36 93b9cdb0e59b: Pulling fs layer 17:27:36 5e14af77c1be: Pulling fs layer 17:27:36 01666e4c0597: Pulling fs layer 17:27:36 aa168da1d23b: Pulling fs layer 17:27:36 93b9cdb0e59b: Waiting 17:27:36 5e14af77c1be: Waiting 17:27:36 01666e4c0597: Waiting 17:27:36 aa168da1d23b: Waiting 17:27:36 46f8f816bc3b: Waiting 17:27:36 93b61091891f: Waiting 17:27:36 36b3adc4ff6f: Verifying Checksum 17:27:36 36b3adc4ff6f: Download complete 17:27:36 46f8f816bc3b: Verifying Checksum 17:27:36 46f8f816bc3b: Download complete 17:27:36 df20fa9351a1: Verifying Checksum 17:27:36 df20fa9351a1: Download complete 17:27:36 93b9cdb0e59b: Download complete 17:27:36 93b61091891f: Download complete 17:27:36 01666e4c0597: Verifying Checksum 17:27:36 01666e4c0597: Download complete 17:27:36 5e14af77c1be: Verifying Checksum 17:27:36 5e14af77c1be: Download complete 17:27:36 df20fa9351a1: Pull complete 17:27:37 36b3adc4ff6f: Pull complete 17:27:37 8ad3a11d3b57: Verifying Checksum 17:27:37 8ad3a11d3b57: Download complete 17:27:38 8ad3a11d3b57: Pull complete 17:27:38 46f8f816bc3b: Pull complete 17:27:38 93b61091891f: Pull complete 17:27:38 aa168da1d23b: Verifying Checksum 17:27:38 aa168da1d23b: Download complete 17:27:39 93b9cdb0e59b: Pull complete 17:27:39 5e14af77c1be: Pull complete 17:27:39 01666e4c0597: Pull complete 17:27:45 aa168da1d23b: Pull complete 17:27:45 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:27:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:27:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:27:46 prd-centos7-docker-4c-2g-28068 does not seem to be running inside a container 17:27:46 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_PR-715/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_PR-715 -v /w/workspace/ndry_app-functions-sdk-go_PR-715:/w/workspace/ndry_app-functions-sdk-go_PR-715:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-715@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-715@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:27:49 $ docker top 681186c39845ecdc7e55e433779f6863e99dadbdf2b7ce45855b182b1ed61f71 -eo pid,comm [Pipeline] { [Pipeline] sh 17:27:50 + touch /tmp/pre-build-complete [Pipeline] sh 17:27:50 + mkdir -p /var/log/sa [Pipeline] sh 17:27:50 + ls /var/log/sa-host 17:27:50 + sadf -c /var/log/sa-host/sa01 17:27:50 file_magic: OK 17:27:50 HZ: Using current value: 100 17:27:50 file_header: OK 17:27:50 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:27:50 Statistics: 17:27:50 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:27:50 File successfully converted to sysstat format version 12.2.1 17:27:50 + sadf -c /var/log/sa-host/sa23 17:27:50 file_magic: OK 17:27:50 HZ: Using current value: 100 17:27:50 file_header: OK 17:27:50 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:27:50 Statistics: 17:27:50 Hnuu...uuuununununu... 17:27:50 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:27:51 provisioning config files... 17:27:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-715@tmp/config2549244006760591870tmp [Pipeline] { [Pipeline] echo 17:27:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:27:51 ---> create-netrc.sh [Pipeline] } 17:27:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:27:51 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:27:51 ---> python-tools-install.sh [Pipeline] echo 17:27:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:27:52 ---> sudo-logs.sh 17:27:52 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:27:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:27:52 ---> job-cost.sh 17:27:52 lf-activate-venv: SKIPPING 17:27:52 DEBUG: total: 0.20999999344348907 17:27:52 INFO: Retrieving Stack Cost... 17:27:53 INFO: Retrieving Pricing Info for: v1-standard-2 17:27:53 INFO: Archiving Costs [Pipeline] echo 17:27:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:27:54 ---> logs-deploy.sh 17:27:54 lf-activate-venv: SKIPPING 17:27:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-715/4 17:27:54 INFO: archiving workspace using pattern(s): 17:27:55 Archives upload complete. 17:27:55 INFO: archiving logs to Nexus