Pull request #684 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 75dc43d04a839fbdc18eb2eae796a1855f2c70b3+ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb (ef07aca75e18af76ed01ec9290ee8cc2e989d139) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-26950’ is offline; ‘prd-centos7-docker-4c-2g-26951’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-26957 in /w/workspace/ndry_app-functions-sdk-go_PR-684 [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-684 # 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 ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb into PR head commit 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 Merge succeeded, producing 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 Checking out Revision 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 (PR-684) > 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/684/head:refs/remotes/origin/PR-684 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 # 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 ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk b856a8b73817f5b02e27c88be34d50c8b013a8e8 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:42:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:42:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:42:31 ========================================================= 21:42:31 EdgeX Global Pipelines Version Info 21:42:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:42:32 ------------------- 21:42:32 stable info: 21:42:32 ------------------- 21:42:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:42:32 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 21:42:32 Message: update stable to v1.0.179 21:42:33 ------------------- 21:42:33 experimental info: 21:42:33 ------------------- 21:42:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:42:33 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 21:42:33 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:42:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 21:42:34 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 21:42:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:42:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:42:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:42:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:42:34 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:42:34 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:42:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:42:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:42:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:42:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 21:42:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:42:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:42:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:42:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:42:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:42:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:42:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:42:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:42:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:42:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 21:42:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:42:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:42:36 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 21:42:36 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:42:36 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 21:42:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-684 [Pipeline] echo 21:42:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-684 [Pipeline] echo 21:42:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-684 [Pipeline] echo 21:42:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 [Pipeline] echo 21:42:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 75dc43d [Pipeline] echo 21:42:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:42:37 + git log --format=format:%s -1 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 [Pipeline] echo 21:42:37 GIT_COMMIT: 75dc43d04a839fbdc18eb2eae796a1855f2c70b3, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-registry/v2 [Pipeline] echo 21:42:37 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:42:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:42:38 21:42:38 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:42:39 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:42:39 latest: Pulling from edgex-devops/git-semver 21:42:39 31603596830f: Pulling fs layer 21:42:39 2a8b12db71e7: Pulling fs layer 21:42:39 6ca5941a6612: Pulling fs layer 21:42:39 ecc8261a40a4: Pulling fs layer 21:42:39 ecc8261a40a4: Waiting 21:42:39 2a8b12db71e7: Verifying Checksum 21:42:39 2a8b12db71e7: Download complete 21:42:39 31603596830f: Verifying Checksum 21:42:39 31603596830f: Download complete 21:42:39 ecc8261a40a4: Verifying Checksum 21:42:39 ecc8261a40a4: Download complete 21:42:39 6ca5941a6612: Verifying Checksum 21:42:39 6ca5941a6612: Download complete 21:42:39 31603596830f: Pull complete 21:42:40 2a8b12db71e7: Pull complete 21:42:40 6ca5941a6612: Pull complete 21:42:41 ecc8261a40a4: Pull complete 21:42:41 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:42:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:42:41 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:42:41 prd-centos7-docker-4c-2g-26957 does not seem to be running inside a container 21:42:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-684 -v /w/workspace/ndry_app-functions-sdk-go_PR-684:/w/workspace/ndry_app-functions-sdk-go_PR-684:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-684@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-684@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 21:42:43 $ docker top 47d9fd0fbe3df410c48b97ddf8510f7c56236ddf3e040145162c4d1598b2ceac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:42:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:42:43 [ssh-agent] Looking for ssh-agent implementation... 21:42:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:42:43 $ docker exec 47d9fd0fbe3df410c48b97ddf8510f7c56236ddf3e040145162c4d1598b2ceac ssh-agent 21:42:44 SSH_AUTH_SOCK=/tmp/ssh-LddnAWowNSd0/agent.12 21:42:44 SSH_AGENT_PID=17 21:42:44 Running ssh-add (command line suppressed) 21:42:44 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-684@tmp/private_key_9120706298700798510.key (/w/workspace/ndry_app-functions-sdk-go_PR-684@tmp/private_key_9120706298700798510.key) 21:42:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:42:44 + git tag --points-at HEAD [Pipeline] } 21:42:44 $ docker exec --env ******** --env ******** 47d9fd0fbe3df410c48b97ddf8510f7c56236ddf3e040145162c4d1598b2ceac ssh-agent -k 21:42:44 unset SSH_AUTH_SOCK; 21:42:44 unset SSH_AGENT_PID; 21:42:44 echo Agent pid 17 killed; 21:42:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:42:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:42:45 [ssh-agent] Looking for ssh-agent implementation... 21:42:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:42:45 $ docker exec 47d9fd0fbe3df410c48b97ddf8510f7c56236ddf3e040145162c4d1598b2ceac ssh-agent 21:42:45 SSH_AUTH_SOCK=/tmp/ssh-jUti37cF2mZp/agent.46 21:42:45 SSH_AGENT_PID=52 21:42:45 Running ssh-add (command line suppressed) 21:42:45 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-684@tmp/private_key_1600036966917292377.key (/w/workspace/ndry_app-functions-sdk-go_PR-684@tmp/private_key_1600036966917292377.key) 21:42:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:42:46 + git semver init 21:42:46 # -> Open(): unable to determine branch for HEAD 21:42:46 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-684/.git 21:42:46 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-684 21:42:46 # $SEMVER_REMOTE_NAME = origin 21:42:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:42:46 # $SEMVER_USER_NAME = edgex-jenkins 21:42:46 # $SEMVER_BRANCH = PR-684 21:42:46 # $SEMVER_TEMP = /tmp/semver-313618579 21:42:46 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 21:42:48 # '/tmp/semver-313618579' -> '/w/workspace/ndry_app-functions-sdk-go_PR-684/.semver' 21:42:48 # -> Force: false 21:42:48 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-684/.semver [Pipeline] } 21:42:48 $ docker exec --env ******** --env ******** 47d9fd0fbe3df410c48b97ddf8510f7c56236ddf3e040145162c4d1598b2ceac ssh-agent -k 21:42:48 unset SSH_AUTH_SOCK; 21:42:48 unset SSH_AGENT_PID; 21:42:48 echo Agent pid 52 killed; 21:42:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:42:49 + git semver [Pipeline] } 21:42:49 $ docker stop --time=1 47d9fd0fbe3df410c48b97ddf8510f7c56236ddf3e040145162c4d1598b2ceac 21:42:51 $ docker rm -f 47d9fd0fbe3df410c48b97ddf8510f7c56236ddf3e040145162c4d1598b2ceac [Pipeline] // withDockerContainer [Pipeline] sh 21:42:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:42:52 Stashed 1 file(s) [Pipeline] echo 21:42:52 [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 21:43:08 Still waiting to schedule task 21:43:08 ‘prd-centos7-docker-4c-2g-26949’ is offline; ‘prd-centos7-docker-4c-2g-26951’ is offline; ‘prd-centos7-docker-4c-2g-26952’ is offline; ‘prd-centos7-docker-4c-2g-26953’ is offline; ‘prd-centos7-docker-4c-2g-26954’ is offline; ‘prd-centos7-docker-4c-2g-26955’ is offline; ‘prd-centos7-docker-4c-2g-26956’ is offline; ‘prd-centos7-docker-4c-2g-26958’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’ 21:43:08 Still waiting to schedule task 21:43:08 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 21:44:49 Running on prd-centos7-docker-4c-2g-26964 in /w/workspace/ndry_app-functions-sdk-go_PR-684 [Pipeline] { [Pipeline] ws 21:44:49 Running in /w/workspace/app-functions-sdk-go/7 [Pipeline] { [Pipeline] checkout 21:44:52 using credential edgex-jenkins-ssh 21:44:52 Cloning the remote Git repository 21:44:52 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 21:44:53 > git init /w/workspace/app-functions-sdk-go/7 # timeout=10 21:44:53 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:44:53 > git --version # timeout=10 21:44:53 > git --version # 'git version 2.24.3' 21:44:53 using GIT_SSH to set credentials SSH Credentials for GitHub 21:44:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:44:55 Merging remotes/origin/master commit ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb into PR head commit 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 21:44:55 Merge succeeded, producing 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 21:44:55 Checking out Revision 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 (PR-684) 21:44:54 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:44:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:44:54 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:44:54 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:44:54 using GIT_SSH to set credentials SSH Credentials for GitHub 21:44:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/684/head:refs/remotes/origin/PR-684 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:44:55 > git config core.sparsecheckout # timeout=10 21:44:55 > git checkout -f 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 # timeout=10 21:44:55 > git remote # timeout=10 21:44:55 > git config --get remote.origin.url # timeout=10 21:44:55 using GIT_SSH to set credentials SSH Credentials for GitHub 21:44:55 > git merge ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb # timeout=10 21:44:55 > git rev-parse HEAD^{commit} # timeout=10 21:44:55 > git config core.sparsecheckout # timeout=10 21:44:55 > git checkout -f 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 # timeout=10 21:44:58 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:45:00 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:45:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:45:00 + sudo service docker restart 21:45:00 + true 21:45:00 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 21:45:02 ========================================================= 21:45:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:45:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:45:02 + 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 . 21:45:03 Sending build context to Docker daemon 19.21MB 21:45:03 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 21:45:03 Step 2/8 : FROM ${BASE} 21:45:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:45:03 188c0c94c7c5: Pulling fs layer 21:45:03 0ef7d3d256c8: Pulling fs layer 21:45:03 de9db76c5a1d: Pulling fs layer 21:45:03 bca2f99d35d6: Pulling fs layer 21:45:03 93359f2a8cfa: Pulling fs layer 21:45:03 7c6f9722023f: Pulling fs layer 21:45:03 a35cf1a2eb13: Pulling fs layer 21:45:03 93359f2a8cfa: Waiting 21:45:03 7c6f9722023f: Waiting 21:45:03 a35cf1a2eb13: Waiting 21:45:03 bca2f99d35d6: Waiting 21:45:03 de9db76c5a1d: Download complete 21:45:03 0ef7d3d256c8: Download complete 21:45:03 93359f2a8cfa: Verifying Checksum 21:45:03 93359f2a8cfa: Download complete 21:45:03 7c6f9722023f: Verifying Checksum 21:45:03 7c6f9722023f: Download complete 21:45:03 188c0c94c7c5: Verifying Checksum 21:45:03 188c0c94c7c5: Download complete 21:45:03 188c0c94c7c5: Pull complete 21:45:03 0ef7d3d256c8: Pull complete 21:45:04 de9db76c5a1d: Pull complete 21:45:06 a35cf1a2eb13: Verifying Checksum 21:45:06 a35cf1a2eb13: Download complete 21:45:08 bca2f99d35d6: Verifying Checksum 21:45:08 bca2f99d35d6: Download complete 21:45:14 bca2f99d35d6: Pull complete 21:45:14 93359f2a8cfa: Pull complete 21:45:14 7c6f9722023f: Pull complete 21:45:18 a35cf1a2eb13: Pull complete 21:45:18 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:45:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:45:18 ---> a62c8e92a672 21:45:18 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 21:45:18 20.10.0: Pulling from library/docker 21:45:18 05e7bc50f07f: Pulling fs layer 21:45:18 6db28d0fdbf6: Pulling fs layer 21:45:18 292df0bc6bf3: Pulling fs layer 21:45:18 2e060f4bd70b: Pulling fs layer 21:45:18 80e8d568a223: Pulling fs layer 21:45:18 8dc6ef1a942a: Pulling fs layer 21:45:18 2312dd95470a: Pulling fs layer 21:45:18 2e060f4bd70b: Waiting 21:45:18 2312dd95470a: Waiting 21:45:18 80e8d568a223: Waiting 21:45:18 292df0bc6bf3: Verifying Checksum 21:45:18 292df0bc6bf3: Download complete 21:45:19 6db28d0fdbf6: Verifying Checksum 21:45:19 6db28d0fdbf6: Download complete 21:45:19 05e7bc50f07f: Verifying Checksum 21:45:19 05e7bc50f07f: Download complete 21:45:19 80e8d568a223: Verifying Checksum 21:45:19 80e8d568a223: Download complete 21:45:19 2312dd95470a: Verifying Checksum 21:45:19 2312dd95470a: Download complete 21:45:19 8dc6ef1a942a: Download complete 21:45:19 05e7bc50f07f: Pull complete 21:45:19 6db28d0fdbf6: Pull complete 21:45:20 292df0bc6bf3: Pull complete 21:45:20 2e060f4bd70b: Verifying Checksum 21:45:20 2e060f4bd70b: Download complete 21:45:23 2e060f4bd70b: Pull complete 21:45:23 80e8d568a223: Pull complete 21:45:23 8dc6ef1a942a: Pull complete 21:45:23 2312dd95470a: Pull complete 21:45:23 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:45:23 Status: Downloaded newer image for docker:20.10.0 21:45:25 ---> 6514e4fd48d0 21:45:25 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:45:25 ---> Running in 19b41f9046c9 21:45:25 Removing intermediate container 19b41f9046c9 21:45:25 ---> b397669d2b92 21:45:25 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 21:45:25 ---> Running in 883541e158b9 21:45:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:45:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:45:28 (1/5) Installing libsodium (1.0.18-r0) 21:45:28 (2/5) Installing libzmq (4.3.3-r0) 21:45:28 (3/5) Installing pkgconf (1.7.2-r0) 21:45:28 (4/5) Installing libsodium-dev (1.0.18-r0) 21:45:28 (5/5) Installing zeromq-dev (4.3.3-r0) 21:45:28 Executing busybox-1.31.1-r19.trigger 21:45:28 OK: 167 MiB in 44 packages 21:45:29 Removing intermediate container 883541e158b9 21:45:29 ---> 237966ba30ae 21:45:29 Step 6/8 : WORKDIR /build 21:45:29 ---> Running in f20bfbee2cc3 21:45:29 Removing intermediate container f20bfbee2cc3 21:45:29 ---> 84fcd14d406c 21:45:29 Step 7/8 : COPY go.mod . 21:45:30 ---> 854731873b3a 21:45:30 Step 8/8 : RUN go mod download 21:45:30 ---> Running in 3aa63ecc5afd 21:45:43 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26966 in /w/workspace/ndry_app-functions-sdk-go_PR-684 [Pipeline] { [Pipeline] ws 21:45:43 Running in /w/workspace/app-functions-sdk-go/7 [Pipeline] { [Pipeline] checkout 21:45:48 using credential edgex-jenkins-ssh 21:45:48 Cloning the remote Git repository 21:45:48 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 21:45:49 > git init /w/workspace/app-functions-sdk-go/7 # timeout=10 21:45:49 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:45:49 > git --version # timeout=10 21:45:49 > git --version # 'git version 2.17.1' 21:45:49 using GIT_SSH to set credentials SSH Credentials for GitHub 21:45:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:45:53 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:45:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:45:53 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:45:53 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:45:53 using GIT_SSH to set credentials SSH Credentials for GitHub 21:45:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/684/head:refs/remotes/origin/PR-684 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:45:53 Merging remotes/origin/master commit ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb into PR head commit 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 21:45:54 Merge succeeded, producing 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 21:45:54 Checking out Revision 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 (PR-684) 21:45:53 > git config core.sparsecheckout # timeout=10 21:45:53 > git checkout -f 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 # timeout=10 21:45:54 > git remote # timeout=10 21:45:54 > git config --get remote.origin.url # timeout=10 21:45:54 using GIT_SSH to set credentials SSH Credentials for GitHub 21:45:54 > git merge ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb # timeout=10 21:45:54 > git rev-parse HEAD^{commit} # timeout=10 21:45:54 > git config core.sparsecheckout # timeout=10 21:45:54 > git checkout -f 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 # timeout=10 21:45:56 Removing intermediate container 3aa63ecc5afd 21:45:56 ---> adbdace0446c 21:45:56 Successfully built adbdace0446c 21:45:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:45:57 + docker inspect -f . ci-base-image-x86_64 21:45:57 . [Pipeline] withDockerContainer 21:45:57 prd-centos7-docker-4c-2g-26964 does not seem to be running inside a container 21:45:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/7 -v /w/workspace/app-functions-sdk-go/7:/w/workspace/app-functions-sdk-go/7:rw,z -v /w/workspace/app-functions-sdk-go/7@tmp:/w/workspace/app-functions-sdk-go/7@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 21:45:58 $ docker top 4af7afead77feadcb7aa1d0f274487975920d10634ce2a5caa503eda6bb2ff44 -eo pid,comm [Pipeline] { [Pipeline] sh 21:45:58 + go version 21:45:58 go version go1.15.5 linux/amd64 [Pipeline] } 21:45:58 $ docker stop --time=1 4af7afead77feadcb7aa1d0f274487975920d10634ce2a5caa503eda6bb2ff44 21:45:58 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry/v2" 21:45:59 $ docker rm -f 4af7afead77feadcb7aa1d0f274487975920d10634ce2a5caa503eda6bb2ff44 [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 21:46:01 + docker inspect -f . ci-base-image-x86_64 21:46:01 . [Pipeline] withDockerContainer 21:46:01 prd-centos7-docker-4c-2g-26964 does not seem to be running inside a container 21:46:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/7 -v /w/workspace/app-functions-sdk-go/7:/w/workspace/app-functions-sdk-go/7:rw,z -v /w/workspace/app-functions-sdk-go/7@tmp:/w/workspace/app-functions-sdk-go/7@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 21:46:01 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 21:46:02 $ docker top e2534f78337b9c930cb0dcfe639ccc39f27960d2e06d21f6073c9ff4461bbaa5 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 21:46:03 + make test 21:46:03 make -C ./app-service-template build 21:46:03 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/7/app-service-template' 21:46:03 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 21:46:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:46:04 + sudo service docker restart 21:46:04 + true [Pipeline] unstash [Pipeline] echo 21:46:06 ========================================================= 21:46:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:46:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:46:07 + 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 . 21:46:08 Sending build context to Docker daemon 19.21MB 21:46:08 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 21:46:08 Step 2/8 : FROM ${BASE} 21:46:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:46:08 5f621e34cdf4: Pulling fs layer 21:46:08 a4357932f1b6: Pulling fs layer 21:46:08 18c013af1878: Pulling fs layer 21:46:08 00ac8860ef70: Pulling fs layer 21:46:08 63d7cb157983: Pulling fs layer 21:46:08 b116817d02f9: Pulling fs layer 21:46:08 745a02a5169b: Pulling fs layer 21:46:08 63d7cb157983: Waiting 21:46:08 b116817d02f9: Waiting 21:46:08 745a02a5169b: Waiting 21:46:08 00ac8860ef70: Waiting 21:46:08 18c013af1878: Download complete 21:46:08 a4357932f1b6: Download complete 21:46:08 63d7cb157983: Verifying Checksum 21:46:08 63d7cb157983: Download complete 21:46:08 b116817d02f9: Verifying Checksum 21:46:08 b116817d02f9: Download complete 21:46:08 5f621e34cdf4: Verifying Checksum 21:46:08 5f621e34cdf4: Download complete 21:46:09 5f621e34cdf4: Pull complete 21:46:09 a4357932f1b6: Pull complete 21:46:10 18c013af1878: Pull complete 21:46:10 745a02a5169b: Verifying Checksum 21:46:10 745a02a5169b: Download complete 21:46:12 00ac8860ef70: Verifying Checksum 21:46:12 00ac8860ef70: Download complete 21:46:16 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/7/app-service-template' 21:46:16 make -C ./app-service-template test 21:46:16 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/7/app-service-template' 21:46:16 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 21:46:22 00ac8860ef70: Pull complete 21:46:22 63d7cb157983: Pull complete 21:46:22 b116817d02f9: Pull complete 21:46:24 ? new-app-service [no test files] 21:46:24 ok new-app-service/functions 0.009s coverage: 75.8% of statements 21:46:24 CGO_ENABLED=1 go vet ./... 21:46:26 745a02a5169b: Pull complete 21:46:26 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:46:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:46:26 ---> b7e6874047d6 21:46:26 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 21:46:26 20.10.0: Pulling from library/docker 21:46:26 a3cc7d3b244e: Pulling fs layer 21:46:26 02a3295e0d61: Pulling fs layer 21:46:26 0f4f2e6d8100: Pulling fs layer 21:46:26 330b718f631f: Pulling fs layer 21:46:26 a93816041522: Pulling fs layer 21:46:26 bdb6da89ff94: Pulling fs layer 21:46:26 2a70c0c122f4: Pulling fs layer 21:46:26 330b718f631f: Waiting 21:46:26 a93816041522: Waiting 21:46:26 bdb6da89ff94: Waiting 21:46:26 2a70c0c122f4: Waiting 21:46:26 0f4f2e6d8100: Verifying Checksum 21:46:26 0f4f2e6d8100: Download complete 21:46:26 a3cc7d3b244e: Verifying Checksum 21:46:26 a3cc7d3b244e: Download complete 21:46:26 a93816041522: Verifying Checksum 21:46:26 a93816041522: Download complete 21:46:26 02a3295e0d61: Verifying Checksum 21:46:26 02a3295e0d61: Download complete 21:46:26 bdb6da89ff94: Verifying Checksum 21:46:26 bdb6da89ff94: Download complete 21:46:26 2a70c0c122f4: Verifying Checksum 21:46:26 2a70c0c122f4: Download complete 21:46:27 gofmt -l . 21:46:27 a3cc7d3b244e: Pull complete 21:46:27 [ "`gofmt -l .`" = "" ] 21:46:27 ./bin/test-go-mod-tidy.sh 21:46:27 02a3295e0d61: Pull complete 21:46:28 ./bin/test-attribution-txt.sh 21:46:28 An attribution for github.com/fatih/color is missing from in Attribution.txt, please add 21:46:28 An attribution for github.com/hashicorp/go-hclog is missing from in Attribution.txt, please add 21:46:28 An attribution for github.com/mattn/go-colorable is missing from in Attribution.txt, please add 21:46:28 An attribution for github.com/mattn/go-isatty is missing from in Attribution.txt, please add 21:46:28 An attribution for golang.org/x/sys is missing from in Attribution.txt, please add 21:46:28 0f4f2e6d8100: Pull complete 21:46:28 330b718f631f: Verifying Checksum 21:46:28 330b718f631f: Download complete 21:46:28 make[1]: *** [Makefile:48: test] Error 1 21:46:28 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/7/app-service-template' 21:46:28 make: *** [Makefile:9: test-template] Error 2 [Pipeline] } 21:46:28 $ docker stop --time=1 e2534f78337b9c930cb0dcfe639ccc39f27960d2e06d21f6073c9ff4461bbaa5 21:46:30 $ docker rm -f e2534f78337b9c930cb0dcfe639ccc39f27960d2e06d21f6073c9ff4461bbaa5 [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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:46:32 Failed in branch amd64 21:46:32 330b718f631f: Pull complete 21:46:32 a93816041522: Pull complete 21:46:33 bdb6da89ff94: Pull complete 21:46:33 2a70c0c122f4: Pull complete 21:46:33 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:46:33 Status: Downloaded newer image for docker:20.10.0 21:46:40 ---> 65d4b586d5af 21:46:40 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:46:40 ---> Running in e57b62127794 21:46:40 Removing intermediate container e57b62127794 21:46:40 ---> fe0c5d81f6dc 21:46:40 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 21:46:40 ---> Running in ea87e1a1e018 21:46:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:46:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:46:42 (1/5) Installing libsodium (1.0.18-r0) 21:46:42 (2/5) Installing libzmq (4.3.3-r0) 21:46:43 (3/5) Installing pkgconf (1.7.2-r0) 21:46:43 (4/5) Installing libsodium-dev (1.0.18-r0) 21:46:43 (5/5) Installing zeromq-dev (4.3.3-r0) 21:46:43 Executing busybox-1.31.1-r19.trigger 21:46:43 OK: 144 MiB in 44 packages 21:46:44 Removing intermediate container ea87e1a1e018 21:46:44 ---> 75b05587f15a 21:46:44 Step 6/8 : WORKDIR /build 21:46:44 ---> Running in f751b16a3e66 21:46:45 Removing intermediate container f751b16a3e66 21:46:45 ---> f475dbecaa2c 21:46:45 Step 7/8 : COPY go.mod . 21:46:46 ---> 6de43ca5f693 21:46:46 Step 8/8 : RUN go mod download 21:46:46 ---> Running in 37f0dfb47dcc 21:47:12 Removing intermediate container 37f0dfb47dcc 21:47:12 ---> 8476e745098f 21:47:12 Successfully built 8476e745098f 21:47:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:47:13 + docker inspect -f . ci-base-image-arm64 21:47:13 . [Pipeline] withDockerContainer 21:47:13 prd-ubuntu18.04-docker-arm64-4c-16g-26966 does not seem to be running inside a container 21:47:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/7 -v /w/workspace/app-functions-sdk-go/7:/w/workspace/app-functions-sdk-go/7:rw,z -v /w/workspace/app-functions-sdk-go/7@tmp:/w/workspace/app-functions-sdk-go/7@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 ******** -e ******** ci-base-image-arm64 cat 21:47:15 $ docker top 7094a5d243a5d52395e3682500e9447e6925932527d3c1c42f914c814ed52b43 -eo pid,comm [Pipeline] { [Pipeline] sh 21:47:16 + go version 21:47:16 go version go1.15.5 linux/arm64 [Pipeline] } 21:47:16 $ docker stop --time=1 7094a5d243a5d52395e3682500e9447e6925932527d3c1c42f914c814ed52b43 21:47:18 $ docker rm -f 7094a5d243a5d52395e3682500e9447e6925932527d3c1c42f914c814ed52b43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:47:19 + docker inspect -f . ci-base-image-arm64 21:47:19 . [Pipeline] withDockerContainer 21:47:19 prd-ubuntu18.04-docker-arm64-4c-16g-26966 does not seem to be running inside a container 21:47:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/7 -v /w/workspace/app-functions-sdk-go/7:/w/workspace/app-functions-sdk-go/7:rw,z -v /w/workspace/app-functions-sdk-go/7@tmp:/w/workspace/app-functions-sdk-go/7@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 ******** -e ******** ci-base-image-arm64 cat 21:47:21 $ docker top 2dcb810fc9e3f47880705b088f6e078c3d2b6a5caadeba90064a9071ee08a629 -eo pid,comm [Pipeline] { [Pipeline] sh 21:47:22 + make test 21:47:22 make -C ./app-service-template build 21:47:22 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/7/app-service-template' 21:47:22 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 21:47:54 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/7/app-service-template' 21:47:54 make -C ./app-service-template test 21:47:54 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/7/app-service-template' 21:47:54 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 21:48:16 ? new-app-service [no test files] 21:48:16 ok new-app-service/functions 0.021s coverage: 75.8% of statements 21:48:16 CGO_ENABLED=1 go vet ./... 21:48:25 gofmt -l . 21:48:25 [ "`gofmt -l .`" = "" ] 21:48:25 ./bin/test-go-mod-tidy.sh 21:48:25 ./bin/test-attribution-txt.sh 21:48:26 An attribution for github.com/fatih/color is missing from in Attribution.txt, please add 21:48:26 An attribution for github.com/hashicorp/go-hclog is missing from in Attribution.txt, please add 21:48:26 An attribution for github.com/mattn/go-colorable is missing from in Attribution.txt, please add 21:48:26 An attribution for github.com/mattn/go-isatty is missing from in Attribution.txt, please add 21:48:26 An attribution for golang.org/x/sys is missing from in Attribution.txt, please add 21:48:27 make[1]: *** [Makefile:48: test] Error 1 21:48:27 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/7/app-service-template' 21:48:27 make: *** [Makefile:9: test-template] Error 2 [Pipeline] } 21:48:27 $ docker stop --time=1 2dcb810fc9e3f47880705b088f6e078c3d2b6a5caadeba90064a9071ee08a629 21:48:29 $ docker rm -f 2dcb810fc9e3f47880705b088f6e078c3d2b6a5caadeba90064a9071ee08a629 [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:48:31 Failed in branch arm64 [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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 21:48:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:48:34 ---> package-listing.sh 21:48:34 ++ facter osfamily 21:48:34 ++ tr '[:upper:]' '[:lower:]' 21:48:34 + OS_FAMILY=redhat 21:48:34 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-684 21:48:34 + START_PACKAGES=/tmp/packages_start.txt 21:48:34 + END_PACKAGES=/tmp/packages_end.txt 21:48:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:48:34 + PACKAGES=/tmp/packages_start.txt 21:48:34 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-684 ']' 21:48:34 + PACKAGES=/tmp/packages_end.txt 21:48:34 + case "${OS_FAMILY}" in 21:48:34 + rpm -qa 21:48:34 + sort 21:48:39 + '[' -f /tmp/packages_start.txt ']' 21:48:39 + '[' -f /tmp/packages_end.txt ']' 21:48:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:48:39 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-684 ']' 21:48:39 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-684/archives/ 21:48:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-684/archives/ [Pipeline] echo 21:48:39 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-684/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:48:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:48:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:48:40 21:48:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:48:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:48:40 alpine: Pulling from edgex-lftools-log-publisher 21:48:40 df20fa9351a1: Pulling fs layer 21:48:40 36b3adc4ff6f: Pulling fs layer 21:48:40 8ad3a11d3b57: Pulling fs layer 21:48:40 46f8f816bc3b: Pulling fs layer 21:48:40 93b61091891f: Pulling fs layer 21:48:40 93b9cdb0e59b: Pulling fs layer 21:48:40 5e14af77c1be: Pulling fs layer 21:48:40 01666e4c0597: Pulling fs layer 21:48:40 aa168da1d23b: Pulling fs layer 21:48:40 93b61091891f: Waiting 21:48:40 93b9cdb0e59b: Waiting 21:48:40 46f8f816bc3b: Waiting 21:48:40 5e14af77c1be: Waiting 21:48:40 01666e4c0597: Waiting 21:48:40 aa168da1d23b: Waiting 21:48:40 36b3adc4ff6f: Verifying Checksum 21:48:40 36b3adc4ff6f: Download complete 21:48:40 46f8f816bc3b: Verifying Checksum 21:48:40 46f8f816bc3b: Download complete 21:48:40 df20fa9351a1: Verifying Checksum 21:48:40 df20fa9351a1: Download complete 21:48:40 93b9cdb0e59b: Verifying Checksum 21:48:40 93b9cdb0e59b: Download complete 21:48:41 5e14af77c1be: Verifying Checksum 21:48:41 5e14af77c1be: Download complete 21:48:41 01666e4c0597: Verifying Checksum 21:48:41 01666e4c0597: Download complete 21:48:41 8ad3a11d3b57: Verifying Checksum 21:48:41 8ad3a11d3b57: Download complete 21:48:41 df20fa9351a1: Pull complete 21:48:41 36b3adc4ff6f: Pull complete 21:48:41 93b61091891f: Verifying Checksum 21:48:41 93b61091891f: Download complete 21:48:42 8ad3a11d3b57: Pull complete 21:48:42 46f8f816bc3b: Pull complete 21:48:42 93b61091891f: Pull complete 21:48:42 aa168da1d23b: Verifying Checksum 21:48:42 aa168da1d23b: Download complete 21:48:42 93b9cdb0e59b: Pull complete 21:48:42 5e14af77c1be: Pull complete 21:48:42 01666e4c0597: Pull complete 21:48:51 aa168da1d23b: Pull complete 21:48:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:48:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:48:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:48:51 prd-centos7-docker-4c-2g-26957 does not seem to be running inside a container 21:48:51 $ 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-684/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-684 -v /w/workspace/ndry_app-functions-sdk-go_PR-684:/w/workspace/ndry_app-functions-sdk-go_PR-684:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-684@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-684@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 21:48:54 $ docker top 5cffac80097bf45a3505bdc5ef5320ce1f3f919f5594ee99f2e5b4689f58b8e8 -eo pid,comm [Pipeline] { [Pipeline] sh 21:48:54 + touch /tmp/pre-build-complete [Pipeline] sh 21:48:55 + mkdir -p /var/log/sa [Pipeline] sh 21:48:55 + ls /var/log/sa-host 21:48:55 + sadf -c /var/log/sa-host/sa19 21:48:55 file_magic: OK 21:48:55 HZ: Using current value: 100 21:48:55 file_header: OK 21:48:55 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 21:48:55 Statistics: 21:48:55 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:48:55 File successfully converted to sysstat format version 12.2.1 21:48:55 + sadf -c /var/log/sa-host/sa23 21:48:55 file_magic: OK 21:48:55 HZ: Using current value: 100 21:48:55 file_header: OK 21:48:55 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 21:48:55 Statistics: 21:48:55 Hnuu...uuuununununu... 21:48:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:48:56 provisioning config files... 21:48:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-684@tmp/config3895384788268148811tmp [Pipeline] { [Pipeline] echo 21:48:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:48:56 ---> create-netrc.sh [Pipeline] } 21:48:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:48:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:48:56 ---> python-tools-install.sh [Pipeline] echo 21:48:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:48:57 ---> sudo-logs.sh 21:48:57 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:48:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:48:57 ---> job-cost.sh 21:48:57 lf-activate-venv: SKIPPING 21:48:57 INFO: No Stack... 21:48:58 INFO: Retrieving Pricing Info for: v1-standard-2 21:48:58 INFO: Archiving Costs [Pipeline] echo 21:48:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:48:59 ---> logs-deploy.sh 21:48:59 lf-activate-venv: SKIPPING 21:48:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-684/7 21:48:59 INFO: archiving workspace using pattern(s): 21:49:00 Archives upload complete. 21:49:00 INFO: archiving logs to Nexus 21:49:01 ---> uname -a: 21:49:01 Linux prd-centos7-docker-4c-2g-26957.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:49:01 21:49:01 21:49:01 ---> lscpu: 21:49:01 Architecture: x86_64 21:49:01 CPU op-mode(s): 32-bit, 64-bit 21:49:01 Byte Order: Little Endian 21:49:01 Address sizes: 40 bits physical, 48 bits virtual 21:49:01 CPU(s): 4 21:49:01 On-line CPU(s) list: 0-3 21:49:01 Thread(s) per core: 1 21:49:01 Core(s) per socket: 1 21:49:01 Socket(s): 4 21:49:01 NUMA node(s): 1 21:49:01 Vendor ID: GenuineIntel 21:49:01 CPU family: 6 21:49:01 Model: 44 21:49:01 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:49:01 Stepping: 1 21:49:01 CPU MHz: 2933.436 21:49:01 BogoMIPS: 5866.87 21:49:01 Virtualization: VT-x 21:49:01 Hypervisor vendor: KVM 21:49:01 Virtualization type: full 21:49:01 L1d cache: 128 KiB 21:49:01 L1i cache: 128 KiB 21:49:01 L2 cache: 16 MiB 21:49:01 L3 cache: 64 MiB 21:49:01 NUMA node0 CPU(s): 0-3 21:49:01 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:49:01 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:49:01 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:49:01 Vulnerability Meltdown: Mitigation; PTI 21:49:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:49:01 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:49:01 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:49:01 Vulnerability Srbds: Not affected 21:49:01 Vulnerability Tsx async abort: Not affected 21:49:01 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 21:49:01 21:49:01 21:49:01 ---> nproc: 21:49:01 4 21:49:01 21:49:01 21:49:01 ---> df -h: 21:49:01 Filesystem Size Used Available Use% Mounted on 21:49:01 overlay 50.0G 7.3G 42.7G 15% / 21:49:01 tmpfs 64.0M 0 64.0M 0% /dev 21:49:01 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:49:01 shm 64.0M 0 64.0M 0% /dev/shm 21:49:01 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 21:49:01 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 21:49:01 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 21:49:01 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 21:49:01 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 21:49:01 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-684 21:49:01 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 21:49:01 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-684@tmp 21:49:01 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 21:49:01 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 21:49:01 21:49:01 21:49:01 ---> free -m: 21:49:01 total used free shared buff/cache available 21:49:01 Mem: 1837 684 110 0 1042 1048 21:49:01 Swap: 1023 1 1022 21:49:01 21:49:01 21:49:01 ---> ip addr: 21:49:01 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:49:01 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:49:01 inet 127.0.0.1/8 scope host lo 21:49:01 valid_lft forever preferred_lft forever 21:49:01 inet6 ::1/128 scope host 21:49:01 valid_lft forever preferred_lft forever 21:49:01 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:49:01 link/ether fa:16:3e:16:c7:58 brd ff:ff:ff:ff:ff:ff 21:49:01 inet 10.30.122.146/23 brd 10.30.123.255 scope global dynamic eth0 21:49:01 valid_lft 85976sec preferred_lft 85976sec 21:49:01 inet6 fe80::f816:3eff:fe16:c758/64 scope link 21:49:01 valid_lft forever preferred_lft forever 21:49:01 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:49:01 link/ether 02:42:6f:1f:7b:e6 brd ff:ff:ff:ff:ff:ff 21:49:01 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:49:01 valid_lft forever preferred_lft forever 21:49:01 inet6 fe80::42:6fff:fe1f:7be6/64 scope link 21:49:01 valid_lft forever preferred_lft forever 21:49:01 21:49:01 21:49:01 ---> sar -b -r -n DEV: 21:49:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/19/21 _x86_64_ (4 CPU) 21:49:01 21:49:01 21:41:45 LINUX RESTART (4 CPU) 21:49:01 21:49:01 21:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:49:01 21:43:01 202.93 116.53 86.40 0.00 12367.34 40933.51 0.00 21:49:01 21:44:01 2.51 0.00 2.51 0.00 0.00 56.30 0.00 21:49:01 21:45:01 0.45 0.00 0.45 0.00 0.00 6.93 0.00 21:49:01 21:46:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 21:49:01 21:47:01 0.23 0.00 0.23 0.00 0.00 2.73 0.00 21:49:01 21:48:01 0.33 0.00 0.33 0.00 0.00 5.16 0.00 21:49:01 Average: 34.47 19.43 15.04 0.00 2062.08 6837.52 0.00 21:49:01 21:49:01 21:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:49:01 21:43:01 226424 0 589676 31.34 2620 1062824 1110892 37.91 391492 1065412 132 21:49:01 21:44:01 231580 0 584404 31.06 2620 1062940 1093772 37.33 389456 1063092 20 21:49:01 21:45:01 229856 0 586120 31.15 2620 1062948 1091716 37.26 399628 1054520 20 21:49:01 21:46:01 230472 0 585504 31.12 2620 1062948 1086588 37.08 399716 1054104 8 21:49:01 21:47:01 229768 0 586200 31.16 2620 1062956 1085548 37.05 399912 1054792 16 21:49:01 21:48:01 229552 0 586412 31.17 2620 1062960 1085596 37.05 408328 1046636 8 21:49:01 Average: 229609 0 586386 31.17 2620 1062929 1092352 37.28 398089 1056426 34 21:49:01 21:49:01 21:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:49:01 21:43:01 eth0 671.47 493.89 1660.09 115.87 0.00 0.00 0.00 0.00 21:49:01 21:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:49:01 21:43:01 docker0 103.01 92.33 9.10 307.09 0.00 0.00 0.00 0.00 21:49:01 21:44:01 eth0 1.23 0.47 0.33 0.21 0.00 0.00 0.00 0.00 21:49:01 21:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:49:01 21:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:49:01 21:45:01 eth0 4.56 0.78 1.08 0.62 0.00 0.00 0.00 0.00 21:49:01 21:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:49:01 21:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:49:01 21:46:01 eth0 1.92 0.60 0.61 0.40 0.00 0.00 0.00 0.00 21:49:01 21:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:49:01 21:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:49:01 21:47:01 eth0 3.31 0.62 0.80 0.40 0.00 0.00 0.00 0.00 21:49:01 21:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:49:01 21:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:49:01 21:48:01 eth0 2.32 0.92 1.00 0.62 0.00 0.00 0.00 0.00 21:49:01 21:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:49:01 21:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:49:01 Average: eth0 114.18 82.91 277.43 19.69 0.00 0.00 0.00 0.00 21:49:01 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:49:01 Average: docker0 17.18 15.39 1.52 51.20 0.00 0.00 0.00 0.00 21:49:01 21:49:01 21:49:01 ---> sar -P ALL: 21:49:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/19/21 _x86_64_ (4 CPU) 21:49:01 21:49:01 21:41:45 LINUX RESTART (4 CPU) 21:49:01 21:49:01 21:42:01 CPU %user %nice %system %iowait %steal %idle 21:49:01 21:43:01 all 16.81 0.00 7.04 9.50 0.55 66.09 21:49:01 21:43:01 0 17.36 0.00 8.17 11.33 0.58 62.56 21:49:01 21:43:01 1 15.71 0.00 6.11 10.07 0.51 67.60 21:49:01 21:43:01 2 16.30 0.00 7.15 8.27 0.54 67.73 21:49:01 21:43:01 3 17.88 0.00 6.75 8.33 0.58 66.47 21:49:01 21:44:01 all 0.17 0.00 0.05 0.00 0.00 99.78 21:49:01 21:44:01 0 0.05 0.00 0.05 0.00 0.00 99.90 21:49:01 21:44:01 1 0.08 0.00 0.05 0.00 0.02 99.85 21:49:01 21:44:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:49:01 21:44:01 3 0.48 0.00 0.05 0.00 0.00 99.47 21:49:01 21:45:01 all 0.17 0.00 0.03 0.00 0.00 99.80 21:49:01 21:45:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:49:01 21:45:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:49:01 21:45:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:49:01 21:45:01 3 0.55 0.00 0.03 0.00 0.00 99.42 21:49:01 21:46:01 all 0.16 0.00 0.01 0.00 0.01 99.82 21:49:01 21:46:01 0 0.03 0.00 0.02 0.00 0.02 99.93 21:49:01 21:46:01 1 0.03 0.00 0.00 0.00 0.00 99.97 21:49:01 21:46:01 2 0.05 0.00 0.02 0.00 0.00 99.93 21:49:01 21:46:01 3 0.53 0.00 0.02 0.00 0.02 99.43 21:49:01 21:47:01 all 0.17 0.00 0.08 0.00 0.06 99.69 21:49:01 21:47:01 0 0.03 0.00 0.02 0.00 0.07 99.88 21:49:01 21:47:01 1 0.05 0.00 0.10 0.00 0.07 99.78 21:49:01 21:47:01 2 0.07 0.00 0.12 0.00 0.07 99.75 21:49:01 21:47:01 3 0.53 0.00 0.07 0.00 0.05 99.35 21:49:01 21:48:01 all 0.15 0.00 0.05 0.00 0.01 99.79 21:49:01 21:48:01 0 0.02 0.00 0.05 0.00 0.02 99.92 21:49:01 21:48:01 1 0.38 0.00 0.07 0.00 0.02 99.53 21:49:01 21:48:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:49:01 21:48:01 3 0.17 0.00 0.03 0.00 0.00 99.80 21:49:01 Average: all 2.90 0.00 1.19 1.56 0.10 94.24 21:49:01 Average: 0 2.88 0.00 1.37 1.86 0.11 93.78 21:49:01 Average: 1 2.68 0.00 1.05 1.66 0.10 94.51 21:49:01 Average: 2 2.72 0.00 1.22 1.36 0.10 94.60 21:49:01 Average: 3 3.31 0.00 1.14 1.37 0.11 94.08 21:49:01 21:49:01 21:49:01