Pull request #753 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-functions-sdk-go Obtained Jenkinsfile from 8da60f09cb287a8a32bc1e4d66321ec5f3e61791+c6680ff4eecd40eccff17b1dbb2a870edc6ed4da (239e72d133fa524fba57d87c9ef7a7e80eb748fd) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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-30970’ Running on prd-centos7-docker-4c-2g-30973 in /w/workspace/ndry_app-functions-sdk-go_PR-753 [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-753 # 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 c6680ff4eecd40eccff17b1dbb2a870edc6ed4da into PR head commit 8da60f09cb287a8a32bc1e4d66321ec5f3e61791 Merge succeeded, producing 8da60f09cb287a8a32bc1e4d66321ec5f3e61791 Checking out Revision 8da60f09cb287a8a32bc1e4d66321ec5f3e61791 (PR-753) > 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/753/head:refs/remotes/origin/PR-753 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8da60f09cb287a8a32bc1e4d66321ec5f3e61791 # 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 c6680ff4eecd40eccff17b1dbb2a870edc6ed4da # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8da60f09cb287a8a32bc1e4d66321ec5f3e61791 # timeout=10 Commit message: "feat: Add returning context and waitgroup from ListenForCustomConfigChanges" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:31:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk cad640d6de77d00304f37fbe3da6a04276d5443c # timeout=10 23:31:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:31:26 ========================================================= 23:31:26 EdgeX Global Pipelines Version Info 23:31:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:31:27 ------------------- 23:31:27 stable info: 23:31:27 ------------------- 23:31:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:31:27 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 23:31:27 Message: update stable to v1.0.186 23:31:28 ------------------- 23:31:28 experimental info: 23:31:28 ------------------- 23:31:28 Commited By: **** collab-it+edgex@linuxfoundation.org 23:31:28 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 23:31:28 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:31:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 23:31:28 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 23:31:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:31:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:31:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:31:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:31:29 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 23:31:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:31:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:31:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:31:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:31:30 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:31:30 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:31:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:31:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:31:31 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:31:31 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 23:31:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:31:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:31:31 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:31:31 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:31:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-753 [Pipeline] echo 23:31:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-753 [Pipeline] echo 23:31:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-753 [Pipeline] echo 23:31:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8da60f09cb287a8a32bc1e4d66321ec5f3e61791 [Pipeline] echo 23:31:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8da60f0 [Pipeline] echo 23:31:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:31:33 + git log --format=format:%s -1 8da60f09cb287a8a32bc1e4d66321ec5f3e61791 [Pipeline] echo 23:31:33 GIT_COMMIT: 8da60f09cb287a8a32bc1e4d66321ec5f3e61791, Commit Message: feat: Add returning context and waitgroup from ListenForCustomConfigChanges [Pipeline] echo 23:31:33 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:31:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:31:34 23:31:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:31:34 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:31:34 latest: Pulling from edgex-devops/git-semver 23:31:34 31603596830f: Pulling fs layer 23:31:34 2a8b12db71e7: Pulling fs layer 23:31:34 6ca5941a6612: Pulling fs layer 23:31:34 ecc8261a40a4: Pulling fs layer 23:31:34 ecc8261a40a4: Waiting 23:31:34 2a8b12db71e7: Download complete 23:31:34 31603596830f: Verifying Checksum 23:31:34 31603596830f: Download complete 23:31:34 ecc8261a40a4: Verifying Checksum 23:31:34 ecc8261a40a4: Download complete 23:31:34 6ca5941a6612: Verifying Checksum 23:31:34 6ca5941a6612: Download complete 23:31:35 31603596830f: Pull complete 23:31:35 2a8b12db71e7: Pull complete 23:31:36 6ca5941a6612: Pull complete 23:31:36 ecc8261a40a4: Pull complete 23:31:36 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:31:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:31:36 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:31:36 prd-centos7-docker-4c-2g-30973 does not seem to be running inside a container 23:31:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-753 -v /w/workspace/ndry_app-functions-sdk-go_PR-753:/w/workspace/ndry_app-functions-sdk-go_PR-753:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-753@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-753@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:31:38 $ docker top 1e00fd024d9c5c0e1114429b0789bab93a77c0457c1117f66c140bb17ba1a4dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:31:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:31:39 [ssh-agent] Looking for ssh-agent implementation... 23:31:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:31:39 $ docker exec 1e00fd024d9c5c0e1114429b0789bab93a77c0457c1117f66c140bb17ba1a4dc ssh-agent 23:31:39 SSH_AUTH_SOCK=/tmp/ssh-Qd3RvEwu2SIb/agent.12 23:31:39 SSH_AGENT_PID=17 23:31:39 Running ssh-add (command line suppressed) 23:31:39 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-753@tmp/private_key_6132392910581538607.key (/w/workspace/ndry_app-functions-sdk-go_PR-753@tmp/private_key_6132392910581538607.key) 23:31:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:31:40 + git tag --points-at HEAD [Pipeline] } 23:31:40 $ docker exec --env ******** --env ******** 1e00fd024d9c5c0e1114429b0789bab93a77c0457c1117f66c140bb17ba1a4dc ssh-agent -k 23:31:40 unset SSH_AUTH_SOCK; 23:31:40 unset SSH_AGENT_PID; 23:31:40 echo Agent pid 17 killed; 23:31:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:31:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:31:40 [ssh-agent] Looking for ssh-agent implementation... 23:31:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:31:40 $ docker exec 1e00fd024d9c5c0e1114429b0789bab93a77c0457c1117f66c140bb17ba1a4dc ssh-agent 23:31:40 SSH_AUTH_SOCK=/tmp/ssh-SAs0sfHzPIQx/agent.46 23:31:40 SSH_AGENT_PID=52 23:31:40 Running ssh-add (command line suppressed) 23:31:41 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-753@tmp/private_key_3586731487860065457.key (/w/workspace/ndry_app-functions-sdk-go_PR-753@tmp/private_key_3586731487860065457.key) 23:31:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:31:41 + git semver init 23:31:41 # -> Open(): unable to determine branch for HEAD 23:31:41 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-753/.git 23:31:41 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-753 23:31:41 # $SEMVER_REMOTE_NAME = origin 23:31:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:31:41 # $SEMVER_USER_NAME = edgex-jenkins 23:31:41 # $SEMVER_BRANCH = PR-753 23:31:41 # $SEMVER_TEMP = /tmp/semver-125927953 23:31:41 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 23:31:44 # '/tmp/semver-125927953' -> '/w/workspace/ndry_app-functions-sdk-go_PR-753/.semver' 23:31:44 # -> Force: false 23:31:44 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-753/.semver [Pipeline] } 23:31:44 $ docker exec --env ******** --env ******** 1e00fd024d9c5c0e1114429b0789bab93a77c0457c1117f66c140bb17ba1a4dc ssh-agent -k 23:31:44 unset SSH_AUTH_SOCK; 23:31:44 unset SSH_AGENT_PID; 23:31:44 echo Agent pid 52 killed; 23:31:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:31:44 + git semver [Pipeline] } 23:31:44 $ docker stop --time=1 1e00fd024d9c5c0e1114429b0789bab93a77c0457c1117f66c140bb17ba1a4dc 23:31:46 $ docker rm -f 1e00fd024d9c5c0e1114429b0789bab93a77c0457c1117f66c140bb17ba1a4dc [Pipeline] // withDockerContainer [Pipeline] sh 23:31:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:31:47 Stashed 1 file(s) [Pipeline] echo 23:31:47 [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 23:32:03 Still waiting to schedule task 23:32:03 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:32:03 Still waiting to schedule task 23:32:03 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:33:35 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30974 in /w/workspace/ndry_app-functions-sdk-go_PR-753 [Pipeline] { [Pipeline] ws 23:33:35 Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout 23:33:40 using credential edgex-jenkins-ssh 23:33:40 Cloning the remote Git repository 23:33:40 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:33:40 > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 23:33:40 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:33:40 > git --version # timeout=10 23:33:40 > git --version # 'git version 2.17.1' 23:33:40 using GIT_SSH to set credentials SSH Credentials for GitHub 23:33:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:33:43 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:33:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:33:43 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:33:43 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:33:43 using GIT_SSH to set credentials SSH Credentials for GitHub 23:33:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/753/head:refs/remotes/origin/PR-753 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:33:44 Merging remotes/origin/master commit c6680ff4eecd40eccff17b1dbb2a870edc6ed4da into PR head commit 8da60f09cb287a8a32bc1e4d66321ec5f3e61791 23:33:44 Merge succeeded, producing 8da60f09cb287a8a32bc1e4d66321ec5f3e61791 23:33:44 Checking out Revision 8da60f09cb287a8a32bc1e4d66321ec5f3e61791 (PR-753) 23:33:44 > git config core.sparsecheckout # timeout=10 23:33:44 > git checkout -f 8da60f09cb287a8a32bc1e4d66321ec5f3e61791 # timeout=10 23:33:44 > git remote # timeout=10 23:33:44 > git config --get remote.origin.url # timeout=10 23:33:44 using GIT_SSH to set credentials SSH Credentials for GitHub 23:33:44 > git merge c6680ff4eecd40eccff17b1dbb2a870edc6ed4da # timeout=10 23:33:44 > git rev-parse HEAD^{commit} # timeout=10 23:33:44 > git config core.sparsecheckout # timeout=10 23:33:44 > git checkout -f 8da60f09cb287a8a32bc1e4d66321ec5f3e61791 # timeout=10 23:33:49 Commit message: "feat: Add returning context and waitgroup from ListenForCustomConfigChanges" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:33:50 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:33:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:33:51 + sudo service docker restart 23:33:51 + true [Pipeline] unstash [Pipeline] echo 23:33:53 ========================================================= 23:33:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:33:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:33:54 + 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 . 23:33:55 Sending build context to Docker daemon 19.48MB 23:33:55 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:33:55 Step 2/8 : FROM ${BASE} 23:33:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:33:55 5f621e34cdf4: Pulling fs layer 23:33:55 a4357932f1b6: Pulling fs layer 23:33:55 18c013af1878: Pulling fs layer 23:33:55 00ac8860ef70: Pulling fs layer 23:33:55 63d7cb157983: Pulling fs layer 23:33:55 b116817d02f9: Pulling fs layer 23:33:55 745a02a5169b: Pulling fs layer 23:33:55 63d7cb157983: Waiting 23:33:55 00ac8860ef70: Waiting 23:33:55 b116817d02f9: Waiting 23:33:55 745a02a5169b: Waiting 23:33:55 18c013af1878: Verifying Checksum 23:33:55 18c013af1878: Download complete 23:33:55 a4357932f1b6: Verifying Checksum 23:33:55 a4357932f1b6: Download complete 23:33:55 63d7cb157983: Verifying Checksum 23:33:55 63d7cb157983: Download complete 23:33:55 b116817d02f9: Verifying Checksum 23:33:55 b116817d02f9: Download complete 23:33:55 5f621e34cdf4: Verifying Checksum 23:33:55 5f621e34cdf4: Download complete 23:33:56 5f621e34cdf4: Pull complete 23:33:56 a4357932f1b6: Pull complete 23:33:57 18c013af1878: Pull complete 23:33:58 745a02a5169b: Verifying Checksum 23:33:58 745a02a5169b: Download complete 23:33:59 00ac8860ef70: Verifying Checksum 23:33:59 00ac8860ef70: Download complete 23:34:09 00ac8860ef70: Pull complete 23:34:09 63d7cb157983: Pull complete 23:34:10 b116817d02f9: Pull complete 23:34:14 745a02a5169b: Pull complete 23:34:14 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:34:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:34:14 ---> b7e6874047d6 23:34:14 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 23:34:14 20.10.0: Pulling from library/docker 23:34:14 a3cc7d3b244e: Pulling fs layer 23:34:14 02a3295e0d61: Pulling fs layer 23:34:14 0f4f2e6d8100: Pulling fs layer 23:34:14 330b718f631f: Pulling fs layer 23:34:14 a93816041522: Pulling fs layer 23:34:14 bdb6da89ff94: Pulling fs layer 23:34:14 2a70c0c122f4: Pulling fs layer 23:34:14 330b718f631f: Waiting 23:34:14 bdb6da89ff94: Waiting 23:34:14 a93816041522: Waiting 23:34:14 2a70c0c122f4: Waiting 23:34:14 0f4f2e6d8100: Verifying Checksum 23:34:14 0f4f2e6d8100: Download complete 23:34:14 02a3295e0d61: Verifying Checksum 23:34:14 02a3295e0d61: Download complete 23:34:14 a3cc7d3b244e: Verifying Checksum 23:34:14 a3cc7d3b244e: Download complete 23:34:14 a93816041522: Verifying Checksum 23:34:14 a93816041522: Download complete 23:34:14 2a70c0c122f4: Download complete 23:34:14 bdb6da89ff94: Verifying Checksum 23:34:14 bdb6da89ff94: Download complete 23:34:14 a3cc7d3b244e: Pull complete 23:34:15 02a3295e0d61: Pull complete 23:34:15 330b718f631f: Verifying Checksum 23:34:15 330b718f631f: Download complete 23:34:16 0f4f2e6d8100: Pull complete 23:34:20 330b718f631f: Pull complete 23:34:20 a93816041522: Pull complete 23:34:20 bdb6da89ff94: Pull complete 23:34:21 2a70c0c122f4: Pull complete 23:34:21 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:34:21 Status: Downloaded newer image for docker:20.10.0 23:34:27 ---> 2cc34cd0d315 23:34:27 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:34:27 ---> Running in 7d2e11ecd9b1 23:34:27 Removing intermediate container 7d2e11ecd9b1 23:34:27 ---> 4401c7d366c3 23:34:27 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:34:27 ---> Running in 71310327e1eb 23:34:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:34:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:34:30 (1/5) Installing libsodium (1.0.18-r0) 23:34:30 (2/5) Installing libzmq (4.3.3-r0) 23:34:30 (3/5) Installing pkgconf (1.7.2-r0) 23:34:30 (4/5) Installing libsodium-dev (1.0.18-r0) 23:34:30 (5/5) Installing zeromq-dev (4.3.3-r0) 23:34:31 Executing busybox-1.31.1-r19.trigger 23:34:31 OK: 144 MiB in 44 packages 23:34:32 Removing intermediate container 71310327e1eb 23:34:32 ---> 40f800ef6f8a 23:34:32 Step 6/8 : WORKDIR /build 23:34:32 ---> Running in a661d55eb484 23:34:33 Removing intermediate container a661d55eb484 23:34:33 ---> e7794abceb64 23:34:33 Step 7/8 : COPY go.mod . 23:34:33 ---> 08d239bb1f4f 23:34:33 Step 8/8 : RUN go mod download 23:34:34 ---> Running in 73daff950623 23:34:45 Running on prd-centos7-docker-4c-2g-30975 in /w/workspace/ndry_app-functions-sdk-go_PR-753 [Pipeline] { [Pipeline] ws 23:34:45 Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout 23:34:57 using credential edgex-jenkins-ssh 23:34:57 Cloning the remote Git repository 23:34:57 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:34:57 > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 23:34:57 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:34:57 > git --version # timeout=10 23:34:57 > git --version # 'git version 2.24.3' 23:34:57 using GIT_SSH to set credentials SSH Credentials for GitHub 23:34:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:34:59 Merging remotes/origin/master commit c6680ff4eecd40eccff17b1dbb2a870edc6ed4da into PR head commit 8da60f09cb287a8a32bc1e4d66321ec5f3e61791 23:35:00 Merge succeeded, producing 8da60f09cb287a8a32bc1e4d66321ec5f3e61791 23:35:00 Checking out Revision 8da60f09cb287a8a32bc1e4d66321ec5f3e61791 (PR-753) 23:34:59 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:34:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:34:59 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:34:59 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:34:59 using GIT_SSH to set credentials SSH Credentials for GitHub 23:34:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/753/head:refs/remotes/origin/PR-753 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:34:59 > git config core.sparsecheckout # timeout=10 23:34:59 > git checkout -f 8da60f09cb287a8a32bc1e4d66321ec5f3e61791 # timeout=10 23:35:00 > git remote # timeout=10 23:35:00 > git config --get remote.origin.url # timeout=10 23:35:00 using GIT_SSH to set credentials SSH Credentials for GitHub 23:35:00 > git merge c6680ff4eecd40eccff17b1dbb2a870edc6ed4da # timeout=10 23:35:00 > git rev-parse HEAD^{commit} # timeout=10 23:35:00 > git config core.sparsecheckout # timeout=10 23:35:00 Removing intermediate container 73daff950623 23:35:00 ---> 780f07090bc9 23:35:00 Successfully built 780f07090bc9 23:35:00 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:35:01 + docker inspect -f . ci-base-image-arm64 23:35:01 . [Pipeline] withDockerContainer 23:35:01 prd-ubuntu18.04-docker-arm64-4c-16g-30974 does not seem to be running inside a container 23:35:01 $ 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 23:35:00 > git checkout -f 8da60f09cb287a8a32bc1e4d66321ec5f3e61791 # timeout=10 23:35:03 $ docker top d0dbfda52f8e8b511cd7b1d5190842a56354f66bc9e39798943f0706234b2ce9 -eo pid,comm [Pipeline] { [Pipeline] sh 23:35:04 + go version 23:35:04 go version go1.15.5 linux/arm64 [Pipeline] } 23:35:04 $ docker stop --time=1 d0dbfda52f8e8b511cd7b1d5190842a56354f66bc9e39798943f0706234b2ce9 23:35:04 Commit message: "feat: Add returning context and waitgroup from ListenForCustomConfigChanges" 23:35:06 $ docker rm -f d0dbfda52f8e8b511cd7b1d5190842a56354f66bc9e39798943f0706234b2ce9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 23:35:07 + docker inspect -f . ci-base-image-arm64 23:35:07 . [Pipeline] withDockerContainer 23:35:08 prd-ubuntu18.04-docker-arm64-4c-16g-30974 does not seem to be running inside a container 23:35:08 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json 23:35:08 $ 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 23:35:09 $ docker top bed0024095de04d75b7a451fd267e9a93db609d8d89872480c478535fc3f23c3 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 23:35:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:35:10 + sudo service docker restart 23:35:10 + true 23:35:10 Redirecting to /bin/systemctl restart docker.service 23:35:10 + make test 23:35:10 make -C ./app-service-template build 23:35:10 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/4/app-service-template' 23:35:10 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 [Pipeline] unstash [Pipeline] echo 23:35:13 ========================================================= 23:35:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:35:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:35:13 + 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 . 23:35:15 Sending build context to Docker daemon 19.48MB 23:35:15 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:35:15 Step 2/8 : FROM ${BASE} 23:35:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:35:15 188c0c94c7c5: Pulling fs layer 23:35:15 0ef7d3d256c8: Pulling fs layer 23:35:15 de9db76c5a1d: Pulling fs layer 23:35:15 bca2f99d35d6: Pulling fs layer 23:35:15 93359f2a8cfa: Pulling fs layer 23:35:15 7c6f9722023f: Pulling fs layer 23:35:15 a35cf1a2eb13: Pulling fs layer 23:35:15 93359f2a8cfa: Waiting 23:35:15 7c6f9722023f: Waiting 23:35:15 a35cf1a2eb13: Waiting 23:35:15 bca2f99d35d6: Waiting 23:35:15 de9db76c5a1d: Verifying Checksum 23:35:15 de9db76c5a1d: Download complete 23:35:15 0ef7d3d256c8: Verifying Checksum 23:35:15 0ef7d3d256c8: Download complete 23:35:15 93359f2a8cfa: Verifying Checksum 23:35:15 93359f2a8cfa: Download complete 23:35:15 7c6f9722023f: Download complete 23:35:15 188c0c94c7c5: Verifying Checksum 23:35:15 188c0c94c7c5: Download complete 23:35:16 188c0c94c7c5: Pull complete 23:35:16 0ef7d3d256c8: Pull complete 23:35:16 de9db76c5a1d: Pull complete 23:35:18 a35cf1a2eb13: Verifying Checksum 23:35:18 a35cf1a2eb13: Download complete 23:35:18 bca2f99d35d6: Verifying Checksum 23:35:18 bca2f99d35d6: Download complete 23:35:31 bca2f99d35d6: Pull complete 23:35:31 93359f2a8cfa: Pull complete 23:35:31 7c6f9722023f: Pull complete 23:35:40 a35cf1a2eb13: Pull complete 23:35:40 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:35:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:35:40 ---> a62c8e92a672 23:35:40 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 23:35:40 20.10.0: Pulling from library/docker 23:35:40 05e7bc50f07f: Pulling fs layer 23:35:40 6db28d0fdbf6: Pulling fs layer 23:35:40 292df0bc6bf3: Pulling fs layer 23:35:40 2e060f4bd70b: Pulling fs layer 23:35:40 80e8d568a223: Pulling fs layer 23:35:40 8dc6ef1a942a: Pulling fs layer 23:35:40 2312dd95470a: Pulling fs layer 23:35:40 80e8d568a223: Waiting 23:35:40 2e060f4bd70b: Waiting 23:35:40 8dc6ef1a942a: Waiting 23:35:40 2312dd95470a: Waiting 23:35:40 292df0bc6bf3: Verifying Checksum 23:35:40 292df0bc6bf3: Download complete 23:35:40 6db28d0fdbf6: Verifying Checksum 23:35:40 6db28d0fdbf6: Download complete 23:35:40 05e7bc50f07f: Verifying Checksum 23:35:40 05e7bc50f07f: Download complete 23:35:40 80e8d568a223: Verifying Checksum 23:35:40 80e8d568a223: Download complete 23:35:40 2312dd95470a: Verifying Checksum 23:35:40 2312dd95470a: Download complete 23:35:40 8dc6ef1a942a: Verifying Checksum 23:35:40 8dc6ef1a942a: Download complete 23:35:40 05e7bc50f07f: Pull complete 23:35:41 6db28d0fdbf6: Pull complete 23:35:41 292df0bc6bf3: Pull complete 23:35:41 2e060f4bd70b: Verifying Checksum 23:35:41 2e060f4bd70b: Download complete 23:35:43 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/4/app-service-template' 23:35:43 make -C ./app-service-template test 23:35:43 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/4/app-service-template' 23:35:43 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 23:35:48 2e060f4bd70b: Pull complete 23:35:48 80e8d568a223: Pull complete 23:35:48 8dc6ef1a942a: Pull complete 23:35:49 2312dd95470a: Pull complete 23:35:49 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:35:49 Status: Downloaded newer image for docker:20.10.0 23:35:52 ---> 7fefc10cc403 23:35:52 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:35:52 ---> Running in 3f237ef60c60 23:35:53 Removing intermediate container 3f237ef60c60 23:35:53 ---> fc8f033aca2b 23:35:53 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:35:53 ---> Running in 3202323b2f0a 23:35:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:35:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:35:56 (1/5) Installing libsodium (1.0.18-r0) 23:35:56 (2/5) Installing libzmq (4.3.3-r0) 23:35:56 (3/5) Installing pkgconf (1.7.2-r0) 23:35:56 (4/5) Installing libsodium-dev (1.0.18-r0) 23:35:56 (5/5) Installing zeromq-dev (4.3.3-r0) 23:35:56 Executing busybox-1.31.1-r19.trigger 23:35:56 OK: 167 MiB in 44 packages 23:35:58 Removing intermediate container 3202323b2f0a 23:35:58 ---> 82b8ec4ff88e 23:35:58 Step 6/8 : WORKDIR /build 23:35:58 ---> Running in 0642e62451e6 23:35:58 Removing intermediate container 0642e62451e6 23:35:58 ---> eb13b8ab1585 23:35:58 Step 7/8 : COPY go.mod . 23:35:59 ---> f787e87458d8 23:35:59 Step 8/8 : RUN go mod download 23:35:59 ---> Running in fb47a6ee1df2 23:36:10 --- FAIL: TestCreateAndRunService_Success (0.00s) 23:36:10 main_test.go:56: 23:36:10 Error Trace: main_test.go:56 23:36:10 Error: Not equal: 23:36:10 expected: 0 23:36:10 actual : -1 23:36:10 Test: TestCreateAndRunService_Success 23:36:10 FAIL 23:36:10 coverage: 41.2% of statements 23:36:10 FAIL new-app-service 0.036s 23:36:10 ? new-app-service/config [no test files] 23:36:10 ok new-app-service/functions 0.028s 23:36:10 FAIL 23:36:10 make[1]: *** [Makefile:59: test] Error 1 23:36:10 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/4/app-service-template' 23:36:10 make: *** [Makefile:25: test-template] Error 2 [Pipeline] } 23:36:10 $ docker stop --time=1 bed0024095de04d75b7a451fd267e9a93db609d8d89872480c478535fc3f23c3 23:36:12 $ docker rm -f bed0024095de04d75b7a451fd267e9a93db609d8d89872480c478535fc3f23c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 23:36:13 ---> job-cost.sh 23:36:13 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wvYq 23:36:39 Removing intermediate container fb47a6ee1df2 23:36:39 ---> 1bc44d35cbc2 23:36:39 Successfully built 1bc44d35cbc2 23:36:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:36:40 + docker inspect -f . ci-base-image-x86_64 23:36:40 . [Pipeline] withDockerContainer 23:36:40 prd-centos7-docker-4c-2g-30975 does not seem to be running inside a container 23:36:41 $ 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 23:36:43 $ docker top 12ee256cbf5fdedb8d7417a5cd42009f6e609ae099d7f81412f8a743fc88d68f -eo pid,comm [Pipeline] { [Pipeline] sh 23:36:44 + go version 23:36:44 go version go1.15.5 linux/amd64 [Pipeline] } 23:36:44 $ docker stop --time=1 12ee256cbf5fdedb8d7417a5cd42009f6e609ae099d7f81412f8a743fc88d68f 23:36:46 $ docker rm -f 12ee256cbf5fdedb8d7417a5cd42009f6e609ae099d7f81412f8a743fc88d68f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:36:47 + docker inspect -f . ci-base-image-x86_64 23:36:47 . [Pipeline] withDockerContainer 23:36:47 prd-centos7-docker-4c-2g-30975 does not seem to be running inside a container 23:36:48 $ 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 23:36:49 $ docker top 3c37e0888d9e47d1f42d51aff397636b477360e22b7b6c3b8ac901915f62a2fc -eo pid,comm [Pipeline] { [Pipeline] sh 23:36:51 + make test 23:36:51 make -C ./app-service-template build 23:36:51 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/4/app-service-template' 23:36:51 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 23:36:52 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:37:30 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/4/app-service-template' 23:37:30 make -C ./app-service-template test 23:37:30 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/4/app-service-template' 23:37:30 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 23:38:04 --- FAIL: TestCreateAndRunService_Success (0.00s) 23:38:04 main_test.go:56: 23:38:04 Error Trace: main_test.go:56 23:38:04 Error: Not equal: 23:38:04 expected: 0 23:38:04 actual : -1 23:38:04 Test: TestCreateAndRunService_Success 23:38:04 FAIL 23:38:04 coverage: 41.2% of statements 23:38:04 FAIL new-app-service 0.025s 23:38:04 ? new-app-service/config [no test files] 23:38:04 ok new-app-service/functions 0.018s 23:38:04 FAIL 23:38:04 make[1]: *** [Makefile:59: test] Error 1 23:38:04 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/4/app-service-template' 23:38:04 make: *** [Makefile:25: test-template] Error 2 [Pipeline] } 23:38:04 $ docker stop --time=1 3c37e0888d9e47d1f42d51aff397636b477360e22b7b6c3b8ac901915f62a2fc 23:38:06 $ docker rm -f 3c37e0888d9e47d1f42d51aff397636b477360e22b7b6c3b8ac901915f62a2fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 23:38:08 ---> job-cost.sh 23:38:08 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Msvp 23:38:14 lf-activate-venv(): INFO: Adding /tmp/venv-wvYq/bin to PATH 23:38:14 INFO: No Stack... 23:38:15 INFO: Retrieving Pricing Info for: lf-standard-4 23:38:16 INFO: Archiving Costs [Pipeline] sh 23:38:16 + cat /w/workspace/app-functions-sdk-go/4/archives/cost.csv 23:38:16 + cut -d, -f6 [Pipeline] lock 23:38:16 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-753-4-stack-cost] 23:38:16 Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-753-4-stack-cost] did not exist. Created. 23:38:16 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-753-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:38:16 + echo total: 0.20999999344348907 [Pipeline] stash 23:38:17 Stashed 1 file(s) [Pipeline] } 23:38:17 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-753-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:38:18 Failed in branch arm64 23:38:35 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:39:14 lf-activate-venv(): INFO: Adding /tmp/venv-Msvp/bin to PATH 23:39:14 INFO: No Stack... 23:39:14 INFO: Retrieving Pricing Info for: v1-standard-2 23:39:14 INFO: Archiving Costs [Pipeline] sh 23:39:15 + cat /w/workspace/app-functions-sdk-go/4/archives/cost.csv 23:39:15 + cut -d, -f6 [Pipeline] lock 23:39:15 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-753-4-stack-cost] 23:39:15 Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-753-4-stack-cost] did not exist. Created. 23:39:15 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-753-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:39:15 /w/workspace/app-functions-sdk-go/4@tmp/durable-6fb5d66f/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 23:39:16 + echo total: 0.029999999329447746 [Pipeline] stash 23:39:16 Warning: overwriting stash ‘stack-cost’ 23:39:17 Stashed 1 file(s) [Pipeline] } 23:39:17 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-753-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:39:18 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:39:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:39:20 ---> package-listing.sh 23:39:20 ++ facter osfamily 23:39:20 ++ tr '[:upper:]' '[:lower:]' 23:39:20 + OS_FAMILY=redhat 23:39:20 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-753 23:39:20 + START_PACKAGES=/tmp/packages_start.txt 23:39:20 + END_PACKAGES=/tmp/packages_end.txt 23:39:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:39:20 + PACKAGES=/tmp/packages_start.txt 23:39:20 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-753 ']' 23:39:20 + PACKAGES=/tmp/packages_end.txt 23:39:20 + case "${OS_FAMILY}" in 23:39:20 + rpm -qa 23:39:20 + sort 23:39:26 + '[' -f /tmp/packages_start.txt ']' 23:39:26 + '[' -f /tmp/packages_end.txt ']' 23:39:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:39:26 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-753 ']' 23:39:26 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-753/archives/ 23:39:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-753/archives/ [Pipeline] echo 23:39:26 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-753/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:39:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:39:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:39:26 23:39:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:39:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:39:27 alpine: Pulling from edgex-lftools-log-publisher 23:39:27 df20fa9351a1: Pulling fs layer 23:39:27 36b3adc4ff6f: Pulling fs layer 23:39:27 8ad3a11d3b57: Pulling fs layer 23:39:27 46f8f816bc3b: Pulling fs layer 23:39:27 93b61091891f: Pulling fs layer 23:39:27 93b9cdb0e59b: Pulling fs layer 23:39:27 5e14af77c1be: Pulling fs layer 23:39:27 01666e4c0597: Pulling fs layer 23:39:27 aa168da1d23b: Pulling fs layer 23:39:27 93b9cdb0e59b: Waiting 23:39:27 93b61091891f: Waiting 23:39:27 5e14af77c1be: Waiting 23:39:27 01666e4c0597: Waiting 23:39:27 46f8f816bc3b: Waiting 23:39:27 36b3adc4ff6f: Verifying Checksum 23:39:27 36b3adc4ff6f: Download complete 23:39:27 46f8f816bc3b: Verifying Checksum 23:39:27 46f8f816bc3b: Download complete 23:39:27 df20fa9351a1: Verifying Checksum 23:39:27 df20fa9351a1: Download complete 23:39:27 93b9cdb0e59b: Verifying Checksum 23:39:27 93b9cdb0e59b: Download complete 23:39:27 5e14af77c1be: Verifying Checksum 23:39:27 5e14af77c1be: Download complete 23:39:27 01666e4c0597: Verifying Checksum 23:39:27 01666e4c0597: Download complete 23:39:27 93b61091891f: Verifying Checksum 23:39:27 93b61091891f: Download complete 23:39:27 df20fa9351a1: Pull complete 23:39:27 36b3adc4ff6f: Pull complete 23:39:27 8ad3a11d3b57: Verifying Checksum 23:39:27 8ad3a11d3b57: Download complete 23:39:28 8ad3a11d3b57: Pull complete 23:39:28 46f8f816bc3b: Pull complete 23:39:29 93b61091891f: Pull complete 23:39:29 93b9cdb0e59b: Pull complete 23:39:29 aa168da1d23b: Verifying Checksum 23:39:29 aa168da1d23b: Download complete 23:39:29 5e14af77c1be: Pull complete 23:39:29 01666e4c0597: Pull complete 23:39:36 aa168da1d23b: Pull complete 23:39:36 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:39:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:39:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:39:36 prd-centos7-docker-4c-2g-30973 does not seem to be running inside a container 23:39:36 $ 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-753/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-753 -v /w/workspace/ndry_app-functions-sdk-go_PR-753:/w/workspace/ndry_app-functions-sdk-go_PR-753:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-753@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-753@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:39:41 $ docker top bb7235a682a1d36908141b228f7b71dc8e7bd83f46f12208670a06bd07bab03e -eo pid,comm [Pipeline] { [Pipeline] sh 23:39:41 + touch /tmp/pre-build-complete [Pipeline] sh 23:39:42 + mkdir -p /var/log/sa [Pipeline] sh 23:39:42 + ls /var/log/sa-host 23:39:42 + sadf -c /var/log/sa-host/sa22 23:39:42 file_magic: OK 23:39:42 HZ: Using current value: 100 23:39:42 file_header: OK 23:39:42 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 23:39:42 Statistics: 23:39:42 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:39:42 File successfully converted to sysstat format version 12.2.1 23:39:42 + sadf -c /var/log/sa-host/sa23 23:39:42 file_magic: OK 23:39:42 HZ: Using current value: 100 23:39:42 file_header: OK 23:39:42 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 23:39:42 Statistics: 23:39:42 Hnuu...uuuununununu... 23:39:42 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:39:42 provisioning config files... 23:39:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-753@tmp/config4030778690526335445tmp [Pipeline] { [Pipeline] echo 23:39:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:39:43 ---> create-netrc.sh [Pipeline] } 23:39:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:39:43 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:39:43 ---> python-tools-install.sh [Pipeline] echo 23:39:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:39:43 ---> sudo-logs.sh 23:39:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:39:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:39:44 ---> job-cost.sh 23:39:44 lf-activate-venv: SKIPPING 23:39:44 DEBUG: total: 0.029999999329447746 23:39:44 INFO: Retrieving Stack Cost... 23:39:45 INFO: Retrieving Pricing Info for: v1-standard-2 23:39:45 INFO: Archiving Costs [Pipeline] echo 23:39:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:39:46 ---> logs-deploy.sh 23:39:46 lf-activate-venv: SKIPPING 23:39:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-753/4 23:39:46 INFO: archiving workspace using pattern(s): 23:39:47 Archives upload complete. 23:39:47 INFO: archiving logs to Nexus 23:39:48 ---> uname -a: 23:39:48 Linux prd-centos7-docker-4c-2g-30973.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:39:48 23:39:48 23:39:48 ---> lscpu: 23:39:48 Architecture: x86_64 23:39:48 CPU op-mode(s): 32-bit, 64-bit 23:39:48 Byte Order: Little Endian 23:39:48 Address sizes: 40 bits physical, 48 bits virtual 23:39:48 CPU(s): 4 23:39:48 On-line CPU(s) list: 0-3 23:39:48 Thread(s) per core: 1 23:39:48 Core(s) per socket: 1 23:39:48 Socket(s): 4 23:39:48 NUMA node(s): 1 23:39:48 Vendor ID: GenuineIntel 23:39:48 CPU family: 6 23:39:48 Model: 44 23:39:48 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:39:48 Stepping: 1 23:39:48 CPU MHz: 2933.442 23:39:48 BogoMIPS: 5866.88 23:39:48 Virtualization: VT-x 23:39:48 Hypervisor vendor: KVM 23:39:48 Virtualization type: full 23:39:48 L1d cache: 128 KiB 23:39:48 L1i cache: 128 KiB 23:39:48 L2 cache: 16 MiB 23:39:48 L3 cache: 64 MiB 23:39:48 NUMA node0 CPU(s): 0-3 23:39:48 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:39:48 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:39:48 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:39:48 Vulnerability Meltdown: Mitigation; PTI 23:39:48 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:39:48 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:39:48 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:39:48 Vulnerability Srbds: Not affected 23:39:48 Vulnerability Tsx async abort: Not affected 23:39:48 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 23:39:48 23:39:48 23:39:48 ---> nproc: 23:39:48 4 23:39:48 23:39:48 23:39:48 ---> df -h: 23:39:48 Filesystem Size Used Available Use% Mounted on 23:39:48 overlay 50.0G 7.3G 42.7G 15% / 23:39:48 tmpfs 64.0M 0 64.0M 0% /dev 23:39:48 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:39:48 shm 64.0M 0 64.0M 0% /dev/shm 23:39:48 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 23:39:48 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 23:39:48 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 23:39:48 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 23:39:48 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 23:39:48 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 23:39:48 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-753 23:39:48 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-753@tmp 23:39:48 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 23:39:48 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 23:39:48 23:39:48 23:39:48 ---> free -m: 23:39:48 total used free shared buff/cache available 23:39:48 Mem: 1837 695 87 0 1055 1037 23:39:48 Swap: 1023 0 1023 23:39:48 23:39:48 23:39:48 ---> ip addr: 23:39:48 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:39:48 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:39:48 inet 127.0.0.1/8 scope host lo 23:39:48 valid_lft forever preferred_lft forever 23:39:48 inet6 ::1/128 scope host 23:39:48 valid_lft forever preferred_lft forever 23:39:48 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:39:48 link/ether fa:16:3e:55:ec:ab brd ff:ff:ff:ff:ff:ff 23:39:48 inet 10.30.123.123/23 brd 10.30.123.255 scope global dynamic eth0 23:39:48 valid_lft 85863sec preferred_lft 85863sec 23:39:48 inet6 fe80::f816:3eff:fe55:ecab/64 scope link 23:39:48 valid_lft forever preferred_lft forever 23:39:48 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:39:48 link/ether 02:42:53:23:b6:1b brd ff:ff:ff:ff:ff:ff 23:39:48 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:39:48 valid_lft forever preferred_lft forever 23:39:48 inet6 fe80::42:53ff:fe23:b61b/64 scope link 23:39:48 valid_lft forever preferred_lft forever 23:39:48 23:39:48 23:39:48 ---> sar -b -r -n DEV: 23:39:48 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/22/21 _x86_64_ (4 CPU) 23:39:48 23:39:48 23:30:40 LINUX RESTART (4 CPU) 23:39:48 23:39:48 23:31:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:39:48 23:32:01 134.20 49.23 84.97 0.00 8147.98 41382.52 0.00 23:39:48 23:33:01 2.41 0.00 2.41 0.00 0.00 52.55 0.00 23:39:48 23:34:01 0.43 0.00 0.43 0.00 0.00 6.53 0.00 23:39:48 23:35:01 0.28 0.00 0.28 0.00 0.00 3.06 0.00 23:39:48 23:36:01 0.22 0.00 0.22 0.00 0.00 2.71 0.00 23:39:48 23:37:01 0.35 0.00 0.35 0.00 0.00 5.11 0.00 23:39:48 23:38:01 0.28 0.00 0.28 0.00 0.00 3.36 0.00 23:39:48 23:39:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 23:39:48 Average: 17.07 6.07 11.00 0.00 1004.22 5109.82 0.00 23:39:48 23:39:48 23:31:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:39:48 23:32:01 236484 0 594672 31.61 2620 1047768 1111944 37.95 400648 1046976 132 23:39:48 23:33:01 243096 0 587940 31.25 2620 1047888 1078400 36.80 404208 1037508 20 23:39:48 23:34:01 240900 0 590132 31.36 2620 1047892 1078568 36.81 403836 1040712 8 23:39:48 23:35:01 238812 0 592220 31.48 2620 1047892 1078556 36.81 419260 1027176 20 23:39:48 23:36:01 239376 0 591648 31.44 2620 1047900 1078400 36.80 416904 1028704 12 23:39:48 23:37:01 237440 0 593580 31.55 2620 1047904 1078472 36.81 440724 1006900 8 23:39:48 23:38:01 238564 0 592452 31.49 2620 1047908 1078400 36.80 440348 1006900 12 23:39:48 23:39:01 238104 0 592908 31.51 2620 1047912 1078400 36.80 440360 1006896 8 23:39:48 Average: 239097 0 591944 31.46 2620 1047883 1082642 36.95 420786 1025222 28 23:39:48 23:39:48 23:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:39:48 23:32:01 eth0 739.62 542.85 1696.12 119.84 0.00 0.00 0.00 0.00 23:39:48 23:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:39:48 23:32:01 docker0 134.74 97.80 10.57 315.14 0.00 0.00 0.00 0.00 23:39:48 23:33:01 eth0 0.92 0.08 0.07 0.01 0.00 0.00 0.00 0.00 23:39:48 23:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:39:48 23:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:39:48 23:34:01 eth0 1.33 0.30 0.33 0.17 0.00 0.00 0.00 0.00 23:39:48 23:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:39:48 23:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:39:48 23:35:01 eth0 0.50 0.43 0.27 0.24 0.00 0.00 0.00 0.00 23:39:48 23:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:39:48 23:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:39:48 23:36:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:39:48 23:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:39:48 23:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:39:48 23:37:01 eth0 0.33 0.25 0.14 0.08 0.00 0.00 0.00 0.00 23:39:48 23:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:39:48 23:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:39:48 23:38:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:39:48 23:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:39:48 23:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:39:48 23:39:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:39:48 23:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:39:48 23:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:39:48 Average: eth0 91.58 67.07 209.15 14.83 0.00 0.00 0.00 0.00 23:39:48 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:39:48 Average: docker0 16.61 12.05 1.30 38.84 0.00 0.00 0.00 0.00 23:39:48 23:39:48 23:39:48 ---> sar -P ALL: 23:39:48 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/22/21 _x86_64_ (4 CPU) 23:39:48 23:39:48 23:30:40 LINUX RESTART (4 CPU) 23:39:48 23:39:48 23:31:02 CPU %user %nice %system %iowait %steal %idle 23:39:48 23:32:01 all 15.03 0.00 7.06 5.10 0.09 72.73 23:39:48 23:32:01 0 13.74 0.00 9.71 4.17 0.10 72.28 23:39:48 23:32:01 1 14.18 0.00 6.29 5.98 0.12 73.43 23:39:48 23:32:01 2 13.87 0.00 6.37 4.61 0.07 75.08 23:39:48 23:32:01 3 18.31 0.00 5.89 5.63 0.05 70.12 23:39:48 23:33:01 all 0.16 0.00 0.05 0.00 0.01 99.77 23:39:48 23:33:01 0 0.00 0.00 0.03 0.00 0.00 99.97 23:39:48 23:33:01 1 0.05 0.00 0.07 0.00 0.00 99.88 23:39:48 23:33:01 2 0.52 0.00 0.03 0.00 0.00 99.45 23:39:48 23:33:01 3 0.08 0.00 0.08 0.00 0.03 99.80 23:39:48 23:34:01 all 0.19 0.00 0.04 0.00 0.01 99.76 23:39:48 23:34:01 0 0.03 0.00 0.02 0.00 0.02 99.93 23:39:48 23:34:01 1 0.08 0.00 0.05 0.00 0.02 99.85 23:39:48 23:34:01 2 0.52 0.00 0.03 0.00 0.00 99.45 23:39:48 23:34:01 3 0.13 0.00 0.05 0.00 0.00 99.82 23:39:48 23:35:01 all 0.15 0.00 0.05 0.00 0.00 99.79 23:39:48 23:35:01 0 0.02 0.00 0.05 0.00 0.00 99.93 23:39:48 23:35:01 1 0.03 0.00 0.07 0.00 0.00 99.90 23:39:48 23:35:01 2 0.53 0.00 0.05 0.00 0.00 99.42 23:39:48 23:35:01 3 0.03 0.00 0.05 0.00 0.00 99.92 23:39:48 23:36:01 all 0.15 0.00 0.03 0.00 0.00 99.83 23:39:48 23:36:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:39:48 23:36:01 1 0.05 0.00 0.03 0.00 0.00 99.92 23:39:48 23:36:01 2 0.03 0.00 0.02 0.00 0.00 99.95 23:39:48 23:36:01 3 0.47 0.00 0.02 0.00 0.00 99.52 23:39:48 23:37:01 all 0.14 0.00 0.05 0.00 0.00 99.80 23:39:48 23:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:39:48 23:37:01 1 0.02 0.00 0.13 0.00 0.00 99.85 23:39:48 23:37:01 2 0.02 0.00 0.03 0.00 0.00 99.95 23:39:48 23:37:01 3 0.52 0.00 0.03 0.00 0.02 99.43 23:39:48 23:38:01 all 0.16 0.00 0.05 0.00 0.01 99.78 23:39:48 23:38:01 0 0.03 0.00 0.05 0.00 0.02 99.90 23:39:48 23:38:01 1 0.03 0.00 0.10 0.00 0.00 99.87 23:39:48 23:38:01 2 0.05 0.00 0.03 0.00 0.02 99.90 23:39:48 23:38:01 3 0.52 0.00 0.03 0.00 0.00 99.45 23:39:48 23:39:01 all 0.13 0.00 0.04 0.00 0.00 99.83 23:39:48 23:39:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:39:48 23:39:01 1 0.02 0.00 0.02 0.00 0.00 99.97 23:39:48 23:39:01 2 0.05 0.00 0.05 0.00 0.00 99.90 23:39:48 23:39:01 3 0.45 0.00 0.07 0.00 0.00 99.48 23:39:48 Average: all 1.95 0.00 0.89 0.62 0.01 96.53 23:39:48 Average: 0 1.68 0.00 1.20 0.50 0.02 96.61 23:39:48 Average: 1 1.75 0.00 0.82 0.72 0.02 96.69 23:39:48 Average: 2 1.89 0.00 0.80 0.56 0.01 96.74 23:39:48 Average: 3 2.49 0.00 0.75 0.68 0.01 96.06 23:39:48 23:39:48 23:39:48