Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 125d130a823a932a9ae40adcf346ab292889d2f2+f40e2be3c73940b991c744b10b7b286bb29fb93c (60aa718029be9ea083cde4905257b7e4e4c36c5a) 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1851 in /w/workspace/ndry_app-functions-sdk-go_PR-499 [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-499 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit f40e2be3c73940b991c744b10b7b286bb29fb93c into PR head commit 125d130a823a932a9ae40adcf346ab292889d2f2 Merge succeeded, producing 4933f368e1c7af7bf79d5d268ba26beeab939729 Checking out Revision 4933f368e1c7af7bf79d5d268ba26beeab939729 (PR-499) > 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 --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/499/head:refs/remotes/origin/PR-499 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 125d130a823a932a9ae40adcf346ab292889d2f2 # 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 f40e2be3c73940b991c744b10b7b286bb29fb93c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4933f368e1c7af7bf79d5d268ba26beeab939729 # timeout=10 Commit message: "Merge commit 'f40e2be3c73940b991c744b10b7b286bb29fb93c' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:47:45 Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 6f604262d99a33038052d3208d96e8b6d6439acb # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:47:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:47:45 ========================================================= 23:47:45 EdgeX Global Pipelines Version Info 23:47:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:47:47 ------------------- 23:47:47 stable info: 23:47:47 ------------------- 23:47:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:47:47 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 23:47:47 Message: update stable to v1.0.131 23:47:48 ------------------- 23:47:48 experimental info: 23:47:48 ------------------- 23:47:48 Commited By: **** collab-it+edgex@linuxfoundation.org 23:47:48 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 23:47:48 Message: update experimental to v1.0.131 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 23:47:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 23:47:48 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 23:47:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:47:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:47:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:47:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:47:49 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:47:49 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:47:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:47:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:47:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:47:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 23:47:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:47:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:47:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:47:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:47:50 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:47:50 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:47:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:47:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:47:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:47:51 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 23:47:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:47:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:47:51 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:47:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-499 [Pipeline] echo 23:47:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-499 [Pipeline] echo 23:47:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-499 [Pipeline] echo 23:47:51 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4933f368e1c7af7bf79d5d268ba26beeab939729 [Pipeline] echo 23:47:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4933f36 [Pipeline] echo 23:47:51 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:47:52 + git log --format=format:%s -1 4933f368e1c7af7bf79d5d268ba26beeab939729 [Pipeline] echo 23:47:52 GIT_COMMIT: 4933f368e1c7af7bf79d5d268ba26beeab939729, Commit Message: Merge commit 'f40e2be3c73940b991c744b10b7b286bb29fb93c' into HEAD [Pipeline] echo 23:47:52 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:47:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:47:53 23:47:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:47:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:47:53 latest: Pulling from edgex-devops/git-semver 23:47:53 31603596830f: Pulling fs layer 23:47:53 2a8b12db71e7: Pulling fs layer 23:47:53 6ca5941a6612: Pulling fs layer 23:47:53 ecc8261a40a4: Pulling fs layer 23:47:53 ecc8261a40a4: Waiting 23:47:53 2a8b12db71e7: Verifying Checksum 23:47:53 2a8b12db71e7: Download complete 23:47:54 31603596830f: Download complete 23:47:54 ecc8261a40a4: Verifying Checksum 23:47:54 ecc8261a40a4: Download complete 23:47:54 31603596830f: Pull complete 23:47:54 6ca5941a6612: Verifying Checksum 23:47:54 6ca5941a6612: Download complete 23:47:54 2a8b12db71e7: Pull complete 23:47:55 6ca5941a6612: Pull complete 23:47:55 ecc8261a40a4: Pull complete 23:47:55 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:47:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:47:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:47:55 prd-centos7-docker-4c-2g-1851 does not seem to be running inside a container 23:47:55 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-499 -v /w/workspace/ndry_app-functions-sdk-go_PR-499:/w/workspace/ndry_app-functions-sdk-go_PR-499:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-499@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-499@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:47:58 $ docker top 8eb5aa82e2d1fbfb63381a96754eae4dca42e9894b75053c576151995aed3f26 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:47:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:47:58 [ssh-agent] Looking for ssh-agent implementation... 23:47:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:47:58 $ docker exec 8eb5aa82e2d1fbfb63381a96754eae4dca42e9894b75053c576151995aed3f26 ssh-agent 23:47:59 SSH_AUTH_SOCK=/tmp/ssh-aAUDqusLCnpi/agent.11 23:47:59 SSH_AGENT_PID=17 23:47:59 Running ssh-add (command line suppressed) 23:47:59 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-499@tmp/private_key_5953275527979256515.key (/w/workspace/ndry_app-functions-sdk-go_PR-499@tmp/private_key_5953275527979256515.key) 23:47:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:47:59 + git describe --exact-match --tags HEAD 23:47:59 fatal: no tag exactly matches '4933f368e1c7af7bf79d5d268ba26beeab939729' [Pipeline] } 23:47:59 $ docker exec --env ******** --env ******** 8eb5aa82e2d1fbfb63381a96754eae4dca42e9894b75053c576151995aed3f26 ssh-agent -k 23:47:59 unset SSH_AUTH_SOCK; 23:47:59 unset SSH_AGENT_PID; 23:47:59 echo Agent pid 17 killed; 23:47:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 23:47:59 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 23:47:59 This usually means this commit has not been tagged. [Pipeline] sshagent 23:48:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:48:00 [ssh-agent] Looking for ssh-agent implementation... 23:48:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:48:00 $ docker exec 8eb5aa82e2d1fbfb63381a96754eae4dca42e9894b75053c576151995aed3f26 ssh-agent 23:48:00 SSH_AUTH_SOCK=/tmp/ssh-uTnQxbSo96qU/agent.48 23:48:00 SSH_AGENT_PID=53 23:48:00 Running ssh-add (command line suppressed) 23:48:00 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-499@tmp/private_key_6346735033550898461.key (/w/workspace/ndry_app-functions-sdk-go_PR-499@tmp/private_key_6346735033550898461.key) 23:48:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:48:00 + git semver init 23:48:00 # -> Open(): unable to determine branch for HEAD 23:48:00 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-499/.git 23:48:00 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-499 23:48:00 # $SEMVER_REMOTE_NAME = origin 23:48:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:48:00 # $SEMVER_USER_NAME = edgex-jenkins 23:48:00 # $SEMVER_BRANCH = PR-499 23:48:00 # $SEMVER_TEMP = /tmp/semver-666164989 23:48:00 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 23:48:03 # '/tmp/semver-666164989' -> '/w/workspace/ndry_app-functions-sdk-go_PR-499/.semver' 23:48:03 # -> Force: false 23:48:03 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-499/.semver [Pipeline] } 23:48:03 $ docker exec --env ******** --env ******** 8eb5aa82e2d1fbfb63381a96754eae4dca42e9894b75053c576151995aed3f26 ssh-agent -k 23:48:03 unset SSH_AUTH_SOCK; 23:48:03 unset SSH_AGENT_PID; 23:48:03 echo Agent pid 53 killed; 23:48:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:48:04 + git semver [Pipeline] } 23:48:04 $ docker stop --time=1 8eb5aa82e2d1fbfb63381a96754eae4dca42e9894b75053c576151995aed3f26 23:48:05 $ docker rm -f 8eb5aa82e2d1fbfb63381a96754eae4dca42e9894b75053c576151995aed3f26 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 23:48:08 Stashed 53 file(s) [Pipeline] echo 23:48:08 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 23:48:08 Archived original 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:48:24 Still waiting to schedule task 23:48:24 ‘prd-centos7-docker-4c-2g-1853’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1829’ doesn’t have label ‘centos7-docker-4c-2g’ 23:48:24 Still waiting to schedule task 23:48:24 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:51:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1862 in /w/workspace/ndry_app-functions-sdk-go_PR-499 [Pipeline] { [Pipeline] ws 23:51:11 Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout 23:51:16 using credential edgex-jenkins-ssh 23:51:16 Cloning the remote Git repository 23:51:16 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:51:16 > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 23:51:17 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:51:17 > git --version # timeout=10 23:51:17 > git --version # 'git version 2.17.1' 23:51:17 using GIT_SSH to set credentials SSH Credentials for GitHub 23:51:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:51:20 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:51:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:51:20 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:51:20 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:51:20 using GIT_SSH to set credentials SSH Credentials for GitHub 23:51:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/499/head:refs/remotes/origin/PR-499 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:51:20 Merging remotes/origin/master commit f40e2be3c73940b991c744b10b7b286bb29fb93c into PR head commit 125d130a823a932a9ae40adcf346ab292889d2f2 23:51:20 Merge succeeded, producing c048fb493c580f6389ec010a78f15cb02524bde7 23:51:20 Checking out Revision c048fb493c580f6389ec010a78f15cb02524bde7 (PR-499) 23:51:20 > git config core.sparsecheckout # timeout=10 23:51:20 > git checkout -f 125d130a823a932a9ae40adcf346ab292889d2f2 # timeout=10 23:51:20 > git remote # timeout=10 23:51:20 > git config --get remote.origin.url # timeout=10 23:51:20 using GIT_SSH to set credentials SSH Credentials for GitHub 23:51:20 > git merge f40e2be3c73940b991c744b10b7b286bb29fb93c # timeout=10 23:51:20 > git rev-parse HEAD^{commit} # timeout=10 23:51:20 > git config core.sparsecheckout # timeout=10 23:51:20 > git checkout -f c048fb493c580f6389ec010a78f15cb02524bde7 # timeout=10 23:51:25 Commit message: "Merge commit 'f40e2be3c73940b991c744b10b7b286bb29fb93c' into HEAD" 23:51:25 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 23:51:25 > git rev-list --no-walk 6f604262d99a33038052d3208d96e8b6d6439acb # timeout=10 [Pipeline] echo 23:51:28 ========================================================= 23:51:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:51:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:51:30 + 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:51:31 Sending build context to Docker daemon 37.41MB 23:51:31 Step 1/8 : ARG BASE=golang:1.15-alpine 23:51:31 Step 2/8 : FROM ${BASE} 23:51:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:51:31 b538f80385f9: Pulling fs layer 23:51:31 74f711af9a0d: Pulling fs layer 23:51:31 99f96fe45779: Pulling fs layer 23:51:31 8529a6b9a6be: Pulling fs layer 23:51:31 45590311c82a: Pulling fs layer 23:51:31 69ca0ff8b7b3: Pulling fs layer 23:51:31 209524e5b208: Pulling fs layer 23:51:31 8529a6b9a6be: Waiting 23:51:31 45590311c82a: Waiting 23:51:31 69ca0ff8b7b3: Waiting 23:51:31 209524e5b208: Waiting 23:51:31 99f96fe45779: Verifying Checksum 23:51:31 99f96fe45779: Download complete 23:51:31 74f711af9a0d: Verifying Checksum 23:51:31 74f711af9a0d: Download complete 23:51:31 45590311c82a: Verifying Checksum 23:51:31 45590311c82a: Download complete 23:51:31 69ca0ff8b7b3: Verifying Checksum 23:51:31 69ca0ff8b7b3: Download complete 23:51:31 b538f80385f9: Verifying Checksum 23:51:31 b538f80385f9: Download complete 23:51:32 b538f80385f9: Pull complete 23:51:33 74f711af9a0d: Pull complete 23:51:33 99f96fe45779: Pull complete 23:51:33 209524e5b208: Verifying Checksum 23:51:33 209524e5b208: Download complete 23:51:35 8529a6b9a6be: Verifying Checksum 23:51:35 8529a6b9a6be: Download complete 23:51:45 8529a6b9a6be: Pull complete 23:51:45 45590311c82a: Pull complete 23:51:46 69ca0ff8b7b3: Pull complete 23:51:49 209524e5b208: Pull complete 23:51:49 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 23:51:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:51:49 ---> 5bddaf1c2fca 23:51:49 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:51:49 latest: Pulling from library/docker 23:51:49 b538f80385f9: Already exists 23:51:49 259a493cd78d: Pulling fs layer 23:51:49 b8e66b5100f5: Pulling fs layer 23:51:49 7f8258a56ab6: Pulling fs layer 23:51:49 75a0a0ebb566: Pulling fs layer 23:51:49 4a2c62f0a2a3: Pulling fs layer 23:51:49 294320357d30: Pulling fs layer 23:51:49 75a0a0ebb566: Waiting 23:51:49 4a2c62f0a2a3: Waiting 23:51:50 b8e66b5100f5: Download complete 23:51:50 259a493cd78d: Verifying Checksum 23:51:50 259a493cd78d: Download complete 23:51:50 75a0a0ebb566: Verifying Checksum 23:51:50 75a0a0ebb566: Download complete 23:51:50 4a2c62f0a2a3: Verifying Checksum 23:51:50 4a2c62f0a2a3: Download complete 23:51:50 294320357d30: Verifying Checksum 23:51:50 294320357d30: Download complete 23:51:50 259a493cd78d: Pull complete 23:51:51 b8e66b5100f5: Pull complete 23:51:51 7f8258a56ab6: Verifying Checksum 23:51:51 7f8258a56ab6: Download complete 23:51:54 7f8258a56ab6: Pull complete 23:51:54 75a0a0ebb566: Pull complete 23:51:54 4a2c62f0a2a3: Pull complete 23:51:55 294320357d30: Pull complete 23:51:55 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 23:51:55 Status: Downloaded newer image for docker:latest 23:52:01 ---> be5991a8f0bf 23:52:01 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:52:01 ---> Running in ec9e32f9caea 23:52:01 Removing intermediate container ec9e32f9caea 23:52:01 ---> 3f25260c61fc 23:52:01 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:52:01 ---> Running in 5695929f8516 23:52:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:52:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:52:05 (1/5) Installing libsodium (1.0.18-r0) 23:52:05 (2/5) Installing libzmq (4.3.3-r0) 23:52:05 (3/5) Installing pkgconf (1.7.2-r0) 23:52:05 (4/5) Installing libsodium-dev (1.0.18-r0) 23:52:05 (5/5) Installing zeromq-dev (4.3.3-r0) 23:52:05 Executing busybox-1.31.1-r16.trigger 23:52:05 OK: 144 MiB in 44 packages 23:52:07 Removing intermediate container 5695929f8516 23:52:07 ---> bc6a6a78cc35 23:52:07 Step 6/8 : WORKDIR /build 23:52:07 ---> Running in bff8c9972107 23:52:07 Removing intermediate container bff8c9972107 23:52:07 ---> a1dc02a2fcc2 23:52:07 Step 7/8 : COPY go.mod . 23:52:08 ---> d94549338351 23:52:08 Step 8/8 : RUN go mod download 23:52:08 ---> Running in 87b34e6844a5 23:52:41 Removing intermediate container 87b34e6844a5 23:52:41 ---> 69e236ecd4f9 23:52:41 Successfully built 69e236ecd4f9 23:52:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:52:41 + docker inspect -f . ci-base-image-arm64 23:52:41 . [Pipeline] withDockerContainer 23:52:41 prd-ubuntu18.04-docker-arm64-4c-16g-1862 does not seem to be running inside a container 23:52:42 $ 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 ******** ci-base-image-arm64 cat 23:52:43 $ docker top 14e427a4beafd7a04799b0bccb188b8dd4cba09c6fe197c97707dc2ae3341f84 -eo pid,comm [Pipeline] { [Pipeline] sh 23:52:45 + go version 23:52:45 go version go1.15.2 linux/arm64 [Pipeline] } 23:52:45 $ docker stop --time=1 14e427a4beafd7a04799b0bccb188b8dd4cba09c6fe197c97707dc2ae3341f84 23:52:47 $ docker rm -f 14e427a4beafd7a04799b0bccb188b8dd4cba09c6fe197c97707dc2ae3341f84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:52:48 + docker inspect -f . ci-base-image-arm64 23:52:48 . [Pipeline] withDockerContainer 23:52:48 prd-ubuntu18.04-docker-arm64-4c-16g-1862 does not seem to be running inside a container 23:52: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 ******** ci-base-image-arm64 cat 23:52:50 $ docker top c8ed091dfbb097305f444910bdd06e103ef6b6f2996ac8bfa594bfe35a2f4e7a -eo pid,comm [Pipeline] { [Pipeline] sh 23:52:52 + make test 23:52:52 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:52:53 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 23:53:20 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.076s coverage: 86.2% of statements 23:53:59 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.099s coverage: 55.4% of statements 23:53:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 23:53:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 23:53:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.109s coverage: 53.5% of statements 23:53:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 23:53:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.378s coverage: 69.1% of statements 23:54:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.645s coverage: 61.6% of statements 23:54:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.014s coverage: 89.5% of statements 23:54:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.012s coverage: 100.0% of statements 23:54:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.114s coverage: 100.0% of statements 23:54:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.013s coverage: 100.0% of statements 23:54:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.013s coverage: 100.0% of statements 23:54:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 23:54:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 23:54:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 23:54:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 23:54:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 23:54:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 23:54:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 23:54:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.016s coverage: 96.6% of statements 23:54:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 23:54:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.012s coverage: 97.7% of statements 23:54:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 23:54:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 23:54:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.025s coverage: 9.4% of statements 23:54:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.052s coverage: 75.0% of statements 23:54:15 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 23:54:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.048s coverage: 89.7% of statements 23:54:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.023s coverage: 88.9% of statements 23:54:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.161s coverage: 80.5% of statements 23:54:15 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.021s coverage: 71.7% of statements 23:54:42 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.710s coverage: 70.6% of statements 23:54:42 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.012s coverage: 94.4% of statements 23:54:42 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:54:52 Running on prd-centos7-docker-4c-2g-1864 in /w/workspace/ndry_app-functions-sdk-go_PR-499 [Pipeline] { [Pipeline] ws 23:54:52 Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout 23:54:54 gofmt -l . 23:54:54 [ "`gofmt -l .`" = "" ] 23:54:54 ./bin/test-go-mod-tidy.sh [Pipeline] stash 23:54:55 Stashed 1 file(s) [Pipeline] } 23:54:55 $ docker stop --time=1 c8ed091dfbb097305f444910bdd06e103ef6b6f2996ac8bfa594bfe35a2f4e7a 23:54:55 using credential edgex-jenkins-ssh 23:54:55 Cloning the remote Git repository 23:54:55 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:54:55 > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 23:54:56 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:54:56 > git --version # timeout=10 23:54:56 > git --version # 'git version 2.16.5' 23:54:56 using GIT_SSH to set credentials SSH Credentials for GitHub 23:54:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:54:58 $ docker rm -f c8ed091dfbb097305f444910bdd06e103ef6b6f2996ac8bfa594bfe35a2f4e7a 23:54:58 Merging remotes/origin/master commit f40e2be3c73940b991c744b10b7b286bb29fb93c into PR head commit 125d130a823a932a9ae40adcf346ab292889d2f2 23:54:58 Merge succeeded, producing bd5962b3878aef5e2f3c5bebe6d277d51b1a782d 23:54:58 Checking out Revision bd5962b3878aef5e2f3c5bebe6d277d51b1a782d (PR-499) 23:54:57 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:54:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:54:57 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:54:57 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:54:57 using GIT_SSH to set credentials SSH Credentials for GitHub 23:54:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/499/head:refs/remotes/origin/PR-499 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:54:58 > git config core.sparsecheckout # timeout=10 23:54:58 > git checkout -f 125d130a823a932a9ae40adcf346ab292889d2f2 # timeout=10 23:54:58 > git remote # timeout=10 23:54:58 > git config --get remote.origin.url # timeout=10 23:54:58 using GIT_SSH to set credentials SSH Credentials for GitHub 23:54:58 > git merge f40e2be3c73940b991c744b10b7b286bb29fb93c # timeout=10 23:54:58 > git rev-parse HEAD^{commit} # timeout=10 23:54:58 > git config core.sparsecheckout # timeout=10 23:54:58 > git checkout -f bd5962b3878aef5e2f3c5bebe6d277d51b1a782d # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:55:02 Commit message: "Merge commit 'f40e2be3c73940b991c744b10b7b286bb29fb93c' into HEAD" 23:55:02 First time build. Skipping changelog. 23:55:02 > git rev-list --no-walk 6f604262d99a33038052d3208d96e8b6d6439acb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:55:04 ========================================================= 23:55:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:55:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:55:05 + 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:55:05 Sending build context to Docker daemon 37.41MB 23:55:05 Step 1/8 : ARG BASE=golang:1.15-alpine 23:55:05 Step 2/8 : FROM ${BASE} 23:55:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:55:05 df20fa9351a1: Pulling fs layer 23:55:05 ed8968b2872e: Pulling fs layer 23:55:05 a92cc7c5fd73: Pulling fs layer 23:55:05 e871e8e8d7a9: Pulling fs layer 23:55:05 e73272ec9a57: Pulling fs layer 23:55:05 1e910a182e73: Pulling fs layer 23:55:05 4e634b169226: Pulling fs layer 23:55:05 1e910a182e73: Waiting 23:55:05 e871e8e8d7a9: Waiting 23:55:05 4e634b169226: Waiting 23:55:05 e73272ec9a57: Waiting 23:55:05 a92cc7c5fd73: Verifying Checksum 23:55:05 a92cc7c5fd73: Download complete 23:55:05 ed8968b2872e: Download complete 23:55:05 e73272ec9a57: Download complete 23:55:05 1e910a182e73: Verifying Checksum 23:55:05 1e910a182e73: Download complete 23:55:05 df20fa9351a1: Verifying Checksum 23:55:05 df20fa9351a1: Download complete 23:55:06 df20fa9351a1: Pull complete 23:55:06 ed8968b2872e: Pull complete 23:55:06 a92cc7c5fd73: Pull complete 23:55:08 4e634b169226: Verifying Checksum 23:55:08 4e634b169226: Download complete 23:55:09 e871e8e8d7a9: Verifying Checksum 23:55:09 e871e8e8d7a9: Download complete 23:55:14 e871e8e8d7a9: Pull complete 23:55:14 e73272ec9a57: Pull complete 23:55:14 1e910a182e73: Pull complete 23:55:20 4e634b169226: Pull complete 23:55:20 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 23:55:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:55:20 ---> f7629b54cfaa 23:55:20 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:55:20 latest: Pulling from library/docker 23:55:20 df20fa9351a1: Already exists 23:55:20 25ad7478873d: Pulling fs layer 23:55:20 4684f6177b5d: Pulling fs layer 23:55:20 8ba584e970af: Pulling fs layer 23:55:20 3cdc74d2b06d: Pulling fs layer 23:55:20 4cf5a0d07c1f: Pulling fs layer 23:55:20 fca0ccc462d5: Pulling fs layer 23:55:20 4cf5a0d07c1f: Waiting 23:55:20 fca0ccc462d5: Waiting 23:55:20 3cdc74d2b06d: Waiting 23:55:20 4684f6177b5d: Verifying Checksum 23:55:20 4684f6177b5d: Download complete 23:55:20 25ad7478873d: Verifying Checksum 23:55:20 25ad7478873d: Download complete 23:55:20 4cf5a0d07c1f: Verifying Checksum 23:55:20 4cf5a0d07c1f: Download complete 23:55:20 3cdc74d2b06d: Verifying Checksum 23:55:20 3cdc74d2b06d: Download complete 23:55:21 fca0ccc462d5: Verifying Checksum 23:55:21 fca0ccc462d5: Download complete 23:55:21 25ad7478873d: Pull complete 23:55:21 4684f6177b5d: Pull complete 23:55:21 8ba584e970af: Verifying Checksum 23:55:21 8ba584e970af: Download complete 23:55:24 8ba584e970af: Pull complete 23:55:24 3cdc74d2b06d: Pull complete 23:55:24 4cf5a0d07c1f: Pull complete 23:55:24 fca0ccc462d5: Pull complete 23:55:24 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 23:55:24 Status: Downloaded newer image for docker:latest 23:55:26 ---> f68a3efdb1bf 23:55:26 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:55:26 ---> Running in ba567b143ef9 23:55:26 Removing intermediate container ba567b143ef9 23:55:26 ---> 3e2d2d803023 23:55:26 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:55:26 ---> Running in 8269b0eda3b7 23:55:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:55:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:55:28 (1/5) Installing libsodium (1.0.18-r0) 23:55:28 (2/5) Installing libzmq (4.3.3-r0) 23:55:28 (3/5) Installing pkgconf (1.7.2-r0) 23:55:28 (4/5) Installing libsodium-dev (1.0.18-r0) 23:55:28 (5/5) Installing zeromq-dev (4.3.3-r0) 23:55:29 Executing busybox-1.31.1-r16.trigger 23:55:29 OK: 167 MiB in 44 packages 23:55:29 Removing intermediate container 8269b0eda3b7 23:55:29 ---> fbda54be5528 23:55:29 Step 6/8 : WORKDIR /build 23:55:29 ---> Running in 11d93967e900 23:55:29 Removing intermediate container 11d93967e900 23:55:29 ---> f71b026041d1 23:55:29 Step 7/8 : COPY go.mod . 23:55:30 ---> bf35e2ef634b 23:55:30 Step 8/8 : RUN go mod download 23:55:30 ---> Running in 037b6be2e55f 23:55:56 Removing intermediate container 037b6be2e55f 23:55:56 ---> a58697c8bd98 23:55:56 Successfully built a58697c8bd98 23:55:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:55:57 + docker inspect -f . ci-base-image-x86_64 23:55:57 . [Pipeline] withDockerContainer 23:55:57 prd-centos7-docker-4c-2g-1864 does not seem to be running inside a container 23:55:57 $ 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 ******** ci-base-image-x86_64 cat 23:55:58 $ docker top f2683b5fdc27618bf16025ae697a0b499d217fdd1eab9c246dba64eb27021768 -eo pid,comm [Pipeline] { [Pipeline] sh 23:55:58 + go version 23:55:58 go version go1.15.2 linux/amd64 [Pipeline] } 23:55:58 $ docker stop --time=1 f2683b5fdc27618bf16025ae697a0b499d217fdd1eab9c246dba64eb27021768 23:56:00 $ docker rm -f f2683b5fdc27618bf16025ae697a0b499d217fdd1eab9c246dba64eb27021768 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:56:01 + docker inspect -f . ci-base-image-x86_64 23:56:01 . [Pipeline] withDockerContainer 23:56:01 prd-centos7-docker-4c-2g-1864 does not seem to be running inside a container 23:56: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 ******** ci-base-image-x86_64 cat 23:56:02 $ docker top 5d314c2c20b931713321534acafb4bf5c60e66108018087097d3c7a47baf4dde -eo pid,comm [Pipeline] { [Pipeline] sh 23:56:02 + make test 23:56:02 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:56:04 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 23:56:12 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.103s coverage: 86.2% of statements 23:56:27 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.035s coverage: 55.4% of statements 23:56:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 23:56:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 23:56:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.040s coverage: 53.5% of statements 23:56:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 23:56:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.214s coverage: 69.1% of statements 23:56:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.499s coverage: 61.6% of statements 23:56:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.005s coverage: 89.5% of statements 23:56:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.008s coverage: 100.0% of statements 23:56:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.074s coverage: 100.0% of statements 23:56:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements 23:56:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 23:56:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 23:56:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 23:56:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 23:56:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 23:56:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 23:56:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 23:56:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 23:56:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.005s coverage: 96.6% of statements 23:56:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 23:56:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.004s coverage: 97.7% of statements 23:56:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 23:56:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 23:56:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.008s coverage: 9.4% of statements 23:56:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.006s coverage: 75.0% of statements 23:56:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 23:56:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.012s coverage: 89.7% of statements 23:56:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.011s coverage: 88.9% of statements 23:56:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.088s coverage: 80.5% of statements 23:56:42 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.009s coverage: 71.7% of statements 23:56:57 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.372s coverage: 70.6% of statements 23:56:57 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.008s coverage: 94.4% of statements 23:56:57 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:57:01 gofmt -l . 23:57:02 [ "`gofmt -l .`" = "" ] 23:57:02 ./bin/test-go-mod-tidy.sh [Pipeline] stash 23:57:02 Warning: overwriting stash ‘coverage-report’ 23:57:03 Stashed 1 file(s) [Pipeline] } 23:57:03 $ docker stop --time=1 5d314c2c20b931713321534acafb4bf5c60e66108018087097d3c7a47baf4dde 23:57:04 $ docker rm -f 5d314c2c20b931713321534acafb4bf5c60e66108018087097d3c7a47baf4dde [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 23:57:07 provisioning config files... 23:57:07 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-499@tmp/config8281701245844531848tmp [Pipeline] { [Pipeline] sh 23:57:07 + set +x 23:57:07 + curl -s https://codecov.io/bash 23:57:07 + bash -s -- [Pipeline] } 23:59:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:59:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:59:33 ---> package-listing.sh 23:59:33 ++ facter osfamily 23:59:33 ++ tr '[:upper:]' '[:lower:]' 23:59:33 + OS_FAMILY=redhat 23:59:33 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-499 23:59:33 + START_PACKAGES=/tmp/packages_start.txt 23:59:33 + END_PACKAGES=/tmp/packages_end.txt 23:59:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:59:33 + PACKAGES=/tmp/packages_start.txt 23:59:33 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-499 ']' 23:59:33 + PACKAGES=/tmp/packages_end.txt 23:59:33 + case "${OS_FAMILY}" in 23:59:33 + rpm -qa 23:59:33 + sort 23:59:37 + '[' -f /tmp/packages_start.txt ']' 23:59:37 + '[' -f /tmp/packages_end.txt ']' 23:59:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:59:37 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-499 ']' 23:59:37 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-499/archives/ 23:59:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-499/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:59:37 provisioning config files... 23:59:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-499@tmp/config1939375158145989329tmp [Pipeline] { [Pipeline] echo 23:59:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:59:38 ---> create-netrc.sh [Pipeline] } 23:59:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:59:38 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:59:38 ---> python-tools-install.sh 23:59:38 Generating Requirements File 00:01:00 Python 3.6.8 00:01:00 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 00:01:00 aiohttp==3.6.2 00:01:00 appdirs==1.4.3 00:01:00 argcomplete==1.12.1 00:01:00 aspy.yaml==1.3.0 00:01:00 async-timeout==3.0.1 00:01:00 attrs==19.3.0 00:01:00 Babel==2.8.0 00:01:00 beautifulsoup4==4.8.2 00:01:00 boto3==1.11.6 00:01:00 botocore==1.14.6 00:01:00 bs4==0.0.1 00:01:00 cachetools==4.1.1 00:01:00 certifi==2019.11.28 00:01:00 cffi==1.14.3 00:01:00 cfgv==2.0.1 00:01:00 chardet==3.0.4 00:01:00 click==7.1 00:01:00 cliff==3.4.0 00:01:00 cmd2==1.3.10 00:01:00 colorama==0.4.3 00:01:00 cryptography==3.1.1 00:01:00 debtcollector==2.2.0 00:01:00 decorator==4.4.2 00:01:00 defusedxml==0.6.0 00:01:00 Deprecated==1.2.7 00:01:00 distlib==0.3.1 00:01:00 distro==1.2.0 00:01:00 dnspython==1.16.0 00:01:00 docker==4.2.0 00:01:00 docutils==0.15.2 00:01:00 dogpile.cache==1.0.2 00:01:00 email-validator==1.0.5 00:01:00 filelock==3.0.12 00:01:00 future==0.18.2 00:01:00 google-auth==1.22.0 00:01:00 httplib2==0.17.0 00:01:00 identify==1.4.11 00:01:00 idna==2.9 00:01:00 idna-ssl==1.1.0 00:01:00 importlib-metadata==1.7.0 00:01:00 importlib-resources==1.5.0 00:01:00 iso8601==0.1.13 00:01:00 Jinja2==2.11.1 00:01:00 jmespath==0.10.0 00:01:00 jsonpatch==1.26 00:01:00 jsonpointer==2.0 00:01:00 jsonschema==3.2.0 00:01:00 keystoneauth1==4.2.1 00:01:00 kubernetes==11.0.0 00:01:00 lftools==0.34.2 00:01:00 lxml==4.5.0 00:01:00 MarkupSafe==0.23 00:01:00 msgpack==1.0.0 00:01:00 multi-key-dict==2.0.3 00:01:00 multidict==4.7.6 00:01:00 munch==2.5.0 00:01:00 netaddr==0.8.0 00:01:00 netifaces==0.10.9 00:01:00 niet==1.4.2 00:01:00 nodeenv==1.3.5 00:01:00 oauth2client==4.1.3 00:01:00 oauthlib==3.1.0 00:01:00 openstacksdk==0.50.0 00:01:00 os-client-config==2.1.0 00:01:00 os-service-types==1.7.0 00:01:00 osc-lib==2.2.1 00:01:00 oslo.config==8.3.2 00:01:00 oslo.context==3.1.1 00:01:00 oslo.i18n==5.0.1 00:01:00 oslo.log==4.4.0 00:01:00 oslo.serialization==4.0.1 00:01:00 oslo.utils==4.6.0 00:01:00 packaging==20.4 00:01:00 pbr==5.4.4 00:01:00 pluggy==0.13.1 00:01:00 prettytable==0.7.2 00:01:00 py==1.9.0 00:01:00 pyasn1==0.4.8 00:01:00 pyasn1-modules==0.2.8 00:01:00 pycparser==2.20 00:01:00 pygerrit2==2.0.10 00:01:00 PyGithub==1.46 00:01:00 pyinotify==0.9.6 00:01:00 PyJWT==1.7.1 00:01:00 pyparsing==2.4.7 00:01:00 pyperclip==1.8.0 00:01:00 pyroute2==0.4.13 00:01:00 pyrsistent==0.15.7 00:01:00 PySocks==1.6.8 00:01:00 python-cinderclient==7.2.0 00:01:00 python-dateutil==2.8.1 00:01:00 python-heatclient==2.2.1 00:01:00 python-jenkins==1.7.0 00:01:00 python-keystoneclient==4.1.1 00:01:00 python-magnumclient==3.2.1 00:01:00 python-novaclient==17.2.1 00:01:00 python-openstackclient==5.3.1 00:01:00 python-swiftclient==3.10.1 00:01:00 pytz==2020.1 00:01:00 PyYAML==5.3 00:01:00 requests==2.23.0 00:01:00 requests-oauthlib==1.3.0 00:01:00 requestsexceptions==1.4.0 00:01:00 rfc3986==1.4.0 00:01:00 rpm==4.11.3 00:01:00 rsa==4.0 00:01:00 ruamel.yaml==0.16.10 00:01:00 ruamel.yaml.clib==0.2.0 00:01:00 s3transfer==0.3.3 00:01:00 shade==1.27.2 00:01:00 simplejson==3.17.2 00:01:00 six==1.14.0 00:01:00 soupsieve==2.0 00:01:00 stevedore==3.2.2 00:01:00 tabulate==0.8.6 00:01:00 toml==0.10.0 00:01:00 tox==3.20.0 00:01:00 tqdm==4.43.0 00:01:00 typing-extensions==3.7.4.3 00:01:00 urllib3==1.25.8 00:01:00 virtualenv==20.0.31 00:01:00 wcwidth==0.2.5 00:01:00 websocket-client==0.57.0 00:01:00 wrapt==1.12.1 00:01:00 xdg==3.0.2 00:01:00 xmltodict==0.12.0 00:01:00 yarl==1.6.0 00:01:00 yq==2.11.1 00:01:00 zipp==3.2.0 00:01:00 Cache entry deserialization failed, entry ignored 00:01:00 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 00:01:00 Python 2.7.5 00:01:00 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 00:01:00 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 00:01:00 ansible==2.9.7 00:01:00 Babel==0.9.6 00:01:00 backports.ssl-match-hostname==3.5.0.1 00:01:00 beautifulsoup4==4.4.1 00:01:00 bodhi==2.11.0 00:01:00 bodhi-client==2.11.0 00:01:00 CCColUtils==1.4 00:01:00 cffi==1.6.0 00:01:00 chardet==2.2.1 00:01:00 click==6.7 00:01:00 cloud-init==18.5 00:01:00 configobj==4.7.2 00:01:00 cryptography==1.7.2 00:01:00 decorator==3.4.0 00:01:00 distro==1.2.0 00:01:00 enum34==1.0.4 00:01:00 fedpkg==1.38 00:01:00 futures==3.1.1 00:01:00 gitdb==0.6.4 00:01:00 GitPython==1.0.1 00:01:00 html5lib==0.999 00:01:00 httplib2==0.9.2 00:01:00 idna==2.4 00:01:00 iniparse==0.4 00:01:00 ipaddress==1.0.16 00:01:00 IPy==0.75 00:01:00 javapackages==1.0.0 00:01:00 Jinja2==2.7.2 00:01:00 jmespath==0.9.4 00:01:00 jsonpatch==1.2 00:01:00 jsonpointer==1.9 00:01:00 kerberos==1.1 00:01:00 kitchen==1.1.1 00:01:00 langtable==0.0.31 00:01:00 lockfile==0.9.1 00:01:00 lxml==3.2.1 00:01:00 MarkupSafe==0.11 00:01:00 munch==2.0.2 00:01:00 offtrac==0.1.0 00:01:00 openidc-client==0.6.0 00:01:00 packagedb-cli==2.14.1 00:01:00 paramiko==2.1.1 00:01:00 perf==0.1 00:01:00 ply==3.4 00:01:00 policycoreutils-default-encoding==0.1 00:01:00 prettytable==0.7.2 00:01:00 pyasn1==0.1.9 00:01:00 pycparser==2.14 00:01:00 pycurl==7.19.0 00:01:00 pygobject==3.22.0 00:01:00 pygpgme==0.3 00:01:00 pyliblzma==0.5.3 00:01:00 pyOpenSSL==0.13.1 00:01:00 pyparsing==1.5.6 00:01:00 pyserial==2.6 00:01:00 python-augeas==0.5.0 00:01:00 python-bugzilla==2.3.0 00:01:00 python-dateutil==1.5 00:01:00 python-fedora==0.10.0 00:01:00 python-linux-procfs==0.4.9 00:01:00 python-yubico==1.2.3 00:01:00 pyudev==0.15 00:01:00 pyusb==1.0.0b1 00:01:00 pyxattr==0.5.1 00:01:00 PyYAML==3.10 00:01:00 requests==2.6.0 00:01:00 requests-kerberos==0.7.0 00:01:00 rpkg==1.60 00:01:00 schedutils==0.4 00:01:00 seobject==0.1 00:01:00 sepolicy==1.1 00:01:00 six==1.9.0 00:01:00 smmap==0.9.0 00:01:00 urlgrabber==3.10 00:01:00 urllib3==1.10.2 00:01:00 virtualenv==15.1.0 00:01:00 yum-langpacks==0.4.2 00:01:00 yum-metadata-parser==1.1.4 [Pipeline] echo 00:01:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:01:00 ---> sudo-logs.sh 00:01:00 Archiving 'sudo' log.. [Pipeline] echo 00:01:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:01:01 ---> job-cost.sh 00:01:01 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-uFxo 00:01:13 Cache entry deserialization failed, entry ignored 00:01:13 Cache entry deserialization failed, entry ignored 00:01:13 Cache entry deserialization failed, entry ignored 00:01:13 Cache entry deserialization failed, entry ignored 00:01:14 Cache entry deserialization failed, entry ignored 00:01:14 Cache entry deserialization failed, entry ignored 00:01:14 Cache entry deserialization failed, entry ignored 00:01:14 Cache entry deserialization failed, entry ignored 00:01:14 Cache entry deserialization failed, entry ignored 00:01:15 Cache entry deserialization failed, entry ignored 00:01:15 Cache entry deserialization failed, entry ignored 00:01:15 Cache entry deserialization failed, entry ignored 00:01:15 Cache entry deserialization failed, entry ignored 00:01:18 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:01:45 ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts. 00:01:45 00:01:45 We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. 00:01:45 00:01:45 virtualenv 20.0.31 requires importlib-metadata<2,>=0.12; python_version < "3.8", but you'll have importlib-metadata 2.0.0 which is incompatible. 00:01:45 lf-activate-venv(): INFO: Adding /tmp/venv-uFxo/bin to PATH 00:01:45 INFO: No Stack... 00:01:47 INFO: Retrieving Pricing Info for: v1-standard-2 00:01:48 INFO: Archiving Costs [Pipeline] echo 00:01:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:01:48 ---> logs-deploy.sh 00:01:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-499/4 00:01:48 INFO: archiving workspace using pattern(s): 00:01:50 Archives upload complete. 00:01:50 INFO: archiving logs to Nexus 00:01:51 ---> uname -a: 00:01:51 Linux prd-centos7-docker-4c-2g-1851.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux 00:01:51 00:01:51 00:01:51 ---> lscpu: 00:01:51 Architecture: x86_64 00:01:51 CPU op-mode(s): 32-bit, 64-bit 00:01:51 Byte Order: Little Endian 00:01:51 CPU(s): 4 00:01:51 On-line CPU(s) list: 0-3 00:01:51 Thread(s) per core: 1 00:01:51 Core(s) per socket: 1 00:01:51 Socket(s): 4 00:01:51 NUMA node(s): 1 00:01:51 Vendor ID: GenuineIntel 00:01:51 CPU family: 6 00:01:51 Model: 44 00:01:51 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:01:51 Stepping: 1 00:01:51 CPU MHz: 2933.442 00:01:51 BogoMIPS: 5866.88 00:01:51 Virtualization: VT-x 00:01:51 Hypervisor vendor: KVM 00:01:51 Virtualization type: full 00:01:51 L1d cache: 32K 00:01:51 L1i cache: 32K 00:01:51 L2 cache: 4096K 00:01:51 L3 cache: 16384K 00:01:51 NUMA node0 CPU(s): 0-3 00:01:51 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 00:01:51 00:01:51 00:01:51 ---> nproc: 00:01:51 4 00:01:51 00:01:51 00:01:51 ---> df -h: 00:01:51 Filesystem Size Used Avail Use% Mounted on 00:01:51 devtmpfs 887M 0 887M 0% /dev 00:01:51 tmpfs 919M 0 919M 0% /dev/shm 00:01:51 tmpfs 919M 17M 903M 2% /run 00:01:51 tmpfs 919M 0 919M 0% /sys/fs/cgroup 00:01:51 /dev/vda1 50G 7.0G 44G 14% / 00:01:51 tmpfs 184M 0 184M 0% /run/user/1001 00:01:51 tmpfs 184M 0 184M 0% /run/user/0 00:01:51 00:01:51 00:01:51 ---> free -m: 00:01:51 total used free shared buff/cache available 00:01:51 Mem: 1837 629 72 16 1135 1010 00:01:51 Swap: 1023 1 1022 00:01:51 00:01:51 00:01:51 ---> ip addr: 00:01:51 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 00:01:51 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:01:51 inet 127.0.0.1/8 scope host lo 00:01:51 valid_lft forever preferred_lft forever 00:01:51 inet6 ::1/128 scope host 00:01:51 valid_lft forever preferred_lft forever 00:01:51 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 00:01:51 link/ether fa:16:3e:13:05:c5 brd ff:ff:ff:ff:ff:ff 00:01:51 inet 10.30.123.53/23 brd 10.30.123.255 scope global dynamic eth0 00:01:51 valid_lft 85521sec preferred_lft 85521sec 00:01:51 inet6 fe80::f816:3eff:fe13:5c5/64 scope link 00:01:51 valid_lft forever preferred_lft forever 00:01:51 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 00:01:51 link/ether 02:42:7a:fe:53:d2 brd ff:ff:ff:ff:ff:ff 00:01:51 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:01:51 valid_lft forever preferred_lft forever 00:01:51 inet6 fe80::42:7aff:fefe:53d2/64 scope link 00:01:51 valid_lft forever preferred_lft forever 00:01:51 00:01:51 00:01:51 ---> sar -b -r -n DEV: 00:01:51 Linux 3.10.0-1127.el7.x86_64 (prd-centos7-docker-4c-2g-1851.vexxhost.local) 09/29/2020 _x86_64_ (4 CPU) 00:01:51 00:01:51 12:00:02 AM tps rtps wtps bread/s bwrtn/s 00:01:51 12:01:01 AM 95.82 17.91 77.91 1378.43 10568.31 00:01:51 Average: 95.82 17.91 77.91 1378.43 10568.31 00:01:51 00:01:51 12:00:02 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:01:51 12:01:01 AM 162052 1719504 91.39 2620 1048648 1083740 36.99 467284 1033436 86112 00:01:51 Average: 162052 1719504 91.39 2620 1048648 1083740 36.99 467284 1033436 86112 00:01:51 00:01:51 12:00:02 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 00:01:51 12:01:01 AM eth0 39.56 33.45 346.46 5.16 0.00 0.00 0.00 00:01:51 12:01:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:01:51 12:01:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:01:51 Average: eth0 39.56 33.45 346.46 5.16 0.00 0.00 0.00 00:01:51 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:01:51 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:01:51 00:01:51 00:01:51 ---> sar -P ALL: 00:01:51 Linux 3.10.0-1127.el7.x86_64 (prd-centos7-docker-4c-2g-1851.vexxhost.local) 09/29/2020 _x86_64_ (4 CPU) 00:01:51 00:01:51 12:00:02 AM CPU %user %nice %system %iowait %steal %idle 00:01:51 12:01:01 AM all 15.91 0.00 3.13 1.36 0.03 79.57 00:01:51 12:01:01 AM 0 12.12 0.00 2.12 0.29 0.00 85.47 00:01:51 12:01:01 AM 1 25.93 0.00 5.03 2.03 0.03 66.97 00:01:51 12:01:01 AM 2 5.44 0.00 1.30 1.06 0.02 92.19 00:01:51 12:01:01 AM 3 20.31 0.00 4.11 2.06 0.03 73.48 00:01:51 Average: all 15.91 0.00 3.13 1.36 0.03 79.57 00:01:51 Average: 0 12.12 0.00 2.12 0.29 0.00 85.47 00:01:51 Average: 1 25.93 0.00 5.03 2.03 0.03 66.97 00:01:51 Average: 2 5.44 0.00 1.30 1.06 0.02 92.19 00:01:51 Average: 3 20.31 0.00 4.11 2.06 0.03 73.48 00:01:51 00:01:51 00:01:51