lenny-intel commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-functions-sdk-go Obtained Jenkinsfile from 996ae666696c92791e4cf9bb68f2ad6ac3c99e49+6f19a0cc372da972f896d81446be19c81c22f58c (b1173db723b5a88aebb6dd2b9d5b840856715188) 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, 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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-252’ is offline Running on prd-centos7-docker-4c-2g-254 in /w/workspace/ndry_app-functions-sdk-go_PR-494 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_PR-494 # 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 --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/494/head:refs/remotes/origin/PR-494 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 6f19a0cc372da972f896d81446be19c81c22f58c into PR head commit 996ae666696c92791e4cf9bb68f2ad6ac3c99e49 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/494/head:refs/remotes/origin/PR-494 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/494/head:refs/remotes/origin/PR-494 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing 996ae666696c92791e4cf9bb68f2ad6ac3c99e49 Checking out Revision 996ae666696c92791e4cf9bb68f2ad6ac3c99e49 (PR-494) > git checkout -f 996ae666696c92791e4cf9bb68f2ad6ac3c99e49 # 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 6f19a0cc372da972f896d81446be19c81c22f58c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 996ae666696c92791e4cf9bb68f2ad6ac3c99e49 # timeout=10 Commit message: "refactor: Refactor V2 API to use new errors mechanism for go-mo-core-contracts" > git rev-list --no-walk 996ae666696c92791e4cf9bb68f2ad6ac3c99e49 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:09:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:09:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:09:44 ========================================================= 18:09:44 EdgeX Global Pipelines Version Info 18:09:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:09:46 ------------------- 18:09:46 stable info: 18:09:46 ------------------- 18:09:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:09:46 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 18:09:46 Message: update stable to v1.0.122 18:09:47 ------------------- 18:09:47 experimental info: 18:09:47 ------------------- 18:09:47 Commited By: **** collab-it+edgex@linuxfoundation.org 18:09:47 Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 18:09:47 Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 18:09:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 18:09:47 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 18:09:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:09:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:09:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:09:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:09:48 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:09:48 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:09:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:09:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:09:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:09:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 18:09:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:09:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:09:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:09:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:09:49 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:09:49 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:09:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:09:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:09:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:09:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 18:09:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-494 [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-494 [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-494 [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 996ae666696c92791e4cf9bb68f2ad6ac3c99e49 [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 996ae66 [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:09:51 + git log --format=format:%s -1 996ae666696c92791e4cf9bb68f2ad6ac3c99e49 [Pipeline] echo 18:09:51 GIT_COMMIT: 996ae666696c92791e4cf9bb68f2ad6ac3c99e49, Commit Message: refactor: Refactor V2 API to use new errors mechanism for go-mo-core-contracts [Pipeline] echo 18:09:51 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:09:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:09:52 18:09:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:09:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:09:52 latest: Pulling from edgex-devops/git-semver 18:09:52 31603596830f: Pulling fs layer 18:09:52 2a8b12db71e7: Pulling fs layer 18:09:52 6ca5941a6612: Pulling fs layer 18:09:52 ecc8261a40a4: Pulling fs layer 18:09:52 ecc8261a40a4: Waiting 18:09:52 2a8b12db71e7: Verifying Checksum 18:09:52 2a8b12db71e7: Download complete 18:09:53 31603596830f: Verifying Checksum 18:09:53 31603596830f: Download complete 18:09:53 6ca5941a6612: Verifying Checksum 18:09:53 6ca5941a6612: Download complete 18:09:53 ecc8261a40a4: Verifying Checksum 18:09:53 ecc8261a40a4: Download complete 18:09:53 31603596830f: Pull complete 18:09:53 2a8b12db71e7: Pull complete 18:09:54 6ca5941a6612: Pull complete 18:09:54 ecc8261a40a4: Pull complete 18:09:54 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:09:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:09:54 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:09:54 prd-centos7-docker-4c-2g-254 does not seem to be running inside a container 18:09:54 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-494 -v /w/workspace/ndry_app-functions-sdk-go_PR-494:/w/workspace/ndry_app-functions-sdk-go_PR-494:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-494@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-494@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:09:56 $ docker top 592da625508a2cb64aff9c0fec0ed8c9c5836319d35bf5490c0c9d8d6ce0341e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:09:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:09:57 [ssh-agent] Looking for ssh-agent implementation... 18:09:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:09:57 $ docker exec 592da625508a2cb64aff9c0fec0ed8c9c5836319d35bf5490c0c9d8d6ce0341e ssh-agent 18:09:57 SSH_AUTH_SOCK=/tmp/ssh-gn8XMaIi3Lvp/agent.11 18:09:57 SSH_AGENT_PID=16 18:09:57 Running ssh-add (command line suppressed) 18:09:57 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-494@tmp/private_key_9115649588615442340.key (/w/workspace/ndry_app-functions-sdk-go_PR-494@tmp/private_key_9115649588615442340.key) 18:09:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:09:58 + git describe --exact-match --tags HEAD 18:09:58 fatal: No names found, cannot describe anything. [Pipeline] } 18:09:58 $ docker exec --env ******** --env ******** 592da625508a2cb64aff9c0fec0ed8c9c5836319d35bf5490c0c9d8d6ce0341e ssh-agent -k 18:09:58 unset SSH_AUTH_SOCK; 18:09:58 unset SSH_AGENT_PID; 18:09:58 echo Agent pid 16 killed; 18:09:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 18:09:58 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 18:09:58 This usually means this commit has not been tagged. [Pipeline] sshagent 18:09:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:09:58 [ssh-agent] Looking for ssh-agent implementation... 18:09:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:09:58 $ docker exec 592da625508a2cb64aff9c0fec0ed8c9c5836319d35bf5490c0c9d8d6ce0341e ssh-agent 18:09:58 SSH_AUTH_SOCK=/tmp/ssh-Cr3NDt6NxNt0/agent.47 18:09:58 SSH_AGENT_PID=53 18:09:58 Running ssh-add (command line suppressed) 18:09:58 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-494@tmp/private_key_3587521568559712607.key (/w/workspace/ndry_app-functions-sdk-go_PR-494@tmp/private_key_3587521568559712607.key) 18:09:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:09:59 + git semver init 18:09:59 # -> Open(): unable to determine branch for HEAD 18:09:59 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-494/.git 18:09:59 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-494 18:09:59 # $SEMVER_REMOTE_NAME = origin 18:09:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:09:59 # $SEMVER_USER_NAME = edgex-jenkins 18:09:59 # $SEMVER_BRANCH = PR-494 18:09:59 # $SEMVER_TEMP = /tmp/semver-978939493 18:09:59 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 18:10:01 # '/tmp/semver-978939493' -> '/w/workspace/ndry_app-functions-sdk-go_PR-494/.semver' 18:10:01 # -> Force: false 18:10:01 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-494/.semver [Pipeline] } 18:10:01 $ docker exec --env ******** --env ******** 592da625508a2cb64aff9c0fec0ed8c9c5836319d35bf5490c0c9d8d6ce0341e ssh-agent -k 18:10:02 unset SSH_AUTH_SOCK; 18:10:02 unset SSH_AGENT_PID; 18:10:02 echo Agent pid 53 killed; 18:10:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:10:02 + git semver [Pipeline] } 18:10:02 $ docker stop --time=1 592da625508a2cb64aff9c0fec0ed8c9c5836319d35bf5490c0c9d8d6ce0341e 18:10:04 $ docker rm -f 592da625508a2cb64aff9c0fec0ed8c9c5836319d35bf5490c0c9d8d6ce0341e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 18:10:06 Stashed 44 file(s) [Pipeline] echo 18:10:06 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 18:10:06 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 18:10:22 Still waiting to schedule task 18:10:22 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:10:22 Still waiting to schedule task 18:10:22 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:12:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-255 in /w/workspace/ndry_app-functions-sdk-go_PR-494 [Pipeline] { [Pipeline] ws 18:12:19 Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout 18:12:24 using credential edgex-jenkins-ssh 18:12:24 Cloning the remote Git repository 18:12:24 Cloning with configured refspecs honoured and without tags 18:12:24 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:12:24 > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 18:12:24 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:12:24 > git --version # timeout=10 18:12:24 > git --version # 'git version 2.17.1' 18:12:24 using GIT_SSH to set credentials SSH Credentials for GitHub 18:12:24 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/494/head:refs/remotes/origin/PR-494 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:12:27 Fetching without tags 18:12:28 Merging remotes/origin/master commit 6f19a0cc372da972f896d81446be19c81c22f58c into PR head commit 996ae666696c92791e4cf9bb68f2ad6ac3c99e49 18:12:27 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:12:27 > git config --add remote.origin.fetch +refs/pull/494/head:refs/remotes/origin/PR-494 # timeout=10 18:12:27 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:12:27 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:12:27 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:12:27 using GIT_SSH to set credentials SSH Credentials for GitHub 18:12:27 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/494/head:refs/remotes/origin/PR-494 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:12:28 > git config core.sparsecheckout # timeout=10 18:12:28 Merge succeeded, producing 996ae666696c92791e4cf9bb68f2ad6ac3c99e49 18:12:28 Checking out Revision 996ae666696c92791e4cf9bb68f2ad6ac3c99e49 (PR-494) 18:12:28 > git checkout -f 996ae666696c92791e4cf9bb68f2ad6ac3c99e49 # timeout=10 18:12:28 > git remote # timeout=10 18:12:28 > git config --get remote.origin.url # timeout=10 18:12:28 using GIT_SSH to set credentials SSH Credentials for GitHub 18:12:28 > git merge 6f19a0cc372da972f896d81446be19c81c22f58c # timeout=10 18:12:28 > git rev-parse HEAD^{commit} # timeout=10 18:12:28 > git config core.sparsecheckout # timeout=10 18:12:28 > git checkout -f 996ae666696c92791e4cf9bb68f2ad6ac3c99e49 # timeout=10 18:12:33 Commit message: "refactor: Refactor V2 API to use new errors mechanism for go-mo-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:12:37 ========================================================= 18:12:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:12:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:12:38 + 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 . 18:12:39 Sending build context to Docker daemon 37.17MB 18:12:39 Step 1/8 : ARG BASE=golang:1.15-alpine 18:12:39 Step 2/8 : FROM ${BASE} 18:12:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:12:39 b538f80385f9: Pulling fs layer 18:12:39 74f711af9a0d: Pulling fs layer 18:12:39 99f96fe45779: Pulling fs layer 18:12:39 8529a6b9a6be: Pulling fs layer 18:12:39 45590311c82a: Pulling fs layer 18:12:39 69ca0ff8b7b3: Pulling fs layer 18:12:39 209524e5b208: Pulling fs layer 18:12:39 45590311c82a: Waiting 18:12:39 69ca0ff8b7b3: Waiting 18:12:39 209524e5b208: Waiting 18:12:39 8529a6b9a6be: Waiting 18:12:40 99f96fe45779: Download complete 18:12:40 74f711af9a0d: Verifying Checksum 18:12:40 74f711af9a0d: Download complete 18:12:40 45590311c82a: Verifying Checksum 18:12:40 45590311c82a: Download complete 18:12:40 69ca0ff8b7b3: Download complete 18:12:40 b538f80385f9: Download complete 18:12:40 b538f80385f9: Pull complete 18:12:41 74f711af9a0d: Pull complete 18:12:41 99f96fe45779: Pull complete 18:12:42 209524e5b208: Verifying Checksum 18:12:42 209524e5b208: Download complete 18:12:44 8529a6b9a6be: Verifying Checksum 18:12:44 8529a6b9a6be: Download complete 18:12:54 8529a6b9a6be: Pull complete 18:12:54 45590311c82a: Pull complete 18:12:54 69ca0ff8b7b3: Pull complete 18:12:59 209524e5b208: Pull complete 18:12:59 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 18:12:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:12:59 ---> 5bddaf1c2fca 18:12:59 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 18:12:59 latest: Pulling from library/docker 18:12:59 b538f80385f9: Already exists 18:12:59 259a493cd78d: Pulling fs layer 18:12:59 b8e66b5100f5: Pulling fs layer 18:12:59 39dc9c94d07c: Pulling fs layer 18:12:59 551b823b3b82: Pulling fs layer 18:12:59 3c52a74df98c: Pulling fs layer 18:12:59 6c9b121b6998: Pulling fs layer 18:12:59 3c52a74df98c: Waiting 18:12:59 551b823b3b82: Waiting 18:12:59 6c9b121b6998: Waiting 18:12:59 b8e66b5100f5: Verifying Checksum 18:12:59 b8e66b5100f5: Download complete 18:12:59 259a493cd78d: Verifying Checksum 18:12:59 259a493cd78d: Download complete 18:12:59 551b823b3b82: Download complete 18:12:59 3c52a74df98c: Verifying Checksum 18:12:59 3c52a74df98c: Download complete 18:12:59 6c9b121b6998: Verifying Checksum 18:12:59 6c9b121b6998: Download complete 18:12:59 259a493cd78d: Pull complete 18:12:59 b8e66b5100f5: Pull complete 18:13:00 39dc9c94d07c: Verifying Checksum 18:13:00 39dc9c94d07c: Download complete 18:13:03 39dc9c94d07c: Pull complete 18:13:03 551b823b3b82: Pull complete 18:13:03 3c52a74df98c: Pull complete 18:13:04 6c9b121b6998: Pull complete 18:13:04 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 18:13:04 Status: Downloaded newer image for docker:latest 18:13:04 Running on prd-centos7-docker-4c-2g-256 in /w/workspace/ndry_app-functions-sdk-go_PR-494 [Pipeline] { [Pipeline] ws 18:13:04 Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout 18:13:06 using credential edgex-jenkins-ssh 18:13:06 Cloning the remote Git repository 18:13:06 Cloning with configured refspecs honoured and without tags 18:13:06 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:13:06 > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 18:13:07 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:13:07 > git --version # timeout=10 18:13:07 > git --version # 'git version 2.16.5' 18:13:07 using GIT_SSH to set credentials SSH Credentials for GitHub 18:13:07 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/494/head:refs/remotes/origin/PR-494 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:13:08 Fetching without tags 18:13:08 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:13:08 > git config --add remote.origin.fetch +refs/pull/494/head:refs/remotes/origin/PR-494 # timeout=10 18:13:08 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:13:08 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:13:08 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:13:08 using GIT_SSH to set credentials SSH Credentials for GitHub 18:13:08 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/494/head:refs/remotes/origin/PR-494 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:13:09 Merging remotes/origin/master commit 6f19a0cc372da972f896d81446be19c81c22f58c into PR head commit 996ae666696c92791e4cf9bb68f2ad6ac3c99e49 18:13:09 Merge succeeded, producing 996ae666696c92791e4cf9bb68f2ad6ac3c99e49 18:13:09 Checking out Revision 996ae666696c92791e4cf9bb68f2ad6ac3c99e49 (PR-494) 18:13:09 > git config core.sparsecheckout # timeout=10 18:13:09 > git checkout -f 996ae666696c92791e4cf9bb68f2ad6ac3c99e49 # timeout=10 18:13:09 > git remote # timeout=10 18:13:09 > git config --get remote.origin.url # timeout=10 18:13:09 using GIT_SSH to set credentials SSH Credentials for GitHub 18:13:09 > git merge 6f19a0cc372da972f896d81446be19c81c22f58c # timeout=10 18:13:09 > git rev-parse HEAD^{commit} # timeout=10 18:13:09 > git config core.sparsecheckout # timeout=10 18:13:09 > git checkout -f 996ae666696c92791e4cf9bb68f2ad6ac3c99e49 # timeout=10 18:13:10 ---> 6bfd24db50ce 18:13:10 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:13:10 ---> Running in a6a7a2fe5aab 18:13:10 Removing intermediate container a6a7a2fe5aab 18:13:10 ---> d3dcdc668ef3 18:13:10 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:13:10 ---> Running in c3d92b2ad114 18:13:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:13:12 Commit message: "refactor: Refactor V2 API to use new errors mechanism for go-mo-core-contracts" 18:13:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 18:13:13 (1/5) Installing libsodium (1.0.18-r0) 18:13:13 (2/5) Installing libzmq (4.3.3-r0) 18:13:14 (3/5) Installing pkgconf (1.7.2-r0) 18:13:14 (4/5) Installing libsodium-dev (1.0.18-r0) 18:13:14 (5/5) Installing zeromq-dev (4.3.3-r0) 18:13:14 Executing busybox-1.31.1-r16.trigger 18:13:14 OK: 144 MiB in 44 packages [Pipeline] echo 18:13:14 ========================================================= 18:13:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:13:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:13:15 + 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 . 18:13:15 Removing intermediate container c3d92b2ad114 18:13:15 ---> f646af81cb57 18:13:15 Step 6/8 : WORKDIR /build 18:13:15 ---> Running in bb62de61d12d 18:13:16 Sending build context to Docker daemon 37.17MB 18:13:16 Step 1/8 : ARG BASE=golang:1.15-alpine 18:13:16 Step 2/8 : FROM ${BASE} 18:13:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:13:16 df20fa9351a1: Pulling fs layer 18:13:16 ed8968b2872e: Pulling fs layer 18:13:16 a92cc7c5fd73: Pulling fs layer 18:13:16 e871e8e8d7a9: Pulling fs layer 18:13:16 e73272ec9a57: Pulling fs layer 18:13:16 1e910a182e73: Pulling fs layer 18:13:16 4e634b169226: Pulling fs layer 18:13:16 e73272ec9a57: Waiting 18:13:16 1e910a182e73: Waiting 18:13:16 4e634b169226: Waiting 18:13:16 e871e8e8d7a9: Waiting 18:13:16 a92cc7c5fd73: Verifying Checksum 18:13:16 a92cc7c5fd73: Download complete 18:13:16 ed8968b2872e: Verifying Checksum 18:13:16 ed8968b2872e: Download complete 18:13:16 e73272ec9a57: Verifying Checksum 18:13:16 e73272ec9a57: Download complete 18:13:16 1e910a182e73: Verifying Checksum 18:13:16 1e910a182e73: Download complete 18:13:16 df20fa9351a1: Verifying Checksum 18:13:16 df20fa9351a1: Download complete 18:13:16 Removing intermediate container bb62de61d12d 18:13:16 ---> 2117187b6ec8 18:13:16 Step 7/8 : COPY go.mod . 18:13:16 df20fa9351a1: Pull complete 18:13:16 ed8968b2872e: Pull complete 18:13:16 a92cc7c5fd73: Pull complete 18:13:17 ---> f91f204c5133 18:13:17 Step 8/8 : RUN go mod download 18:13:17 ---> Running in efb6d365678b 18:13:18 4e634b169226: Verifying Checksum 18:13:18 4e634b169226: Download complete 18:13:19 e871e8e8d7a9: Verifying Checksum 18:13:19 e871e8e8d7a9: Download complete 18:13:25 e871e8e8d7a9: Pull complete 18:13:25 e73272ec9a57: Pull complete 18:13:25 1e910a182e73: Pull complete 18:13:29 4e634b169226: Pull complete 18:13:29 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 18:13:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:13:29 ---> f7629b54cfaa 18:13:29 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 18:13:29 latest: Pulling from library/docker 18:13:29 df20fa9351a1: Already exists 18:13:29 25ad7478873d: Pulling fs layer 18:13:29 4684f6177b5d: Pulling fs layer 18:13:29 46e300cec669: Pulling fs layer 18:13:29 63038576ad94: Pulling fs layer 18:13:29 0fdb76c4706c: Pulling fs layer 18:13:29 cb7edeffdfd5: Pulling fs layer 18:13:29 63038576ad94: Waiting 18:13:29 cb7edeffdfd5: Waiting 18:13:29 0fdb76c4706c: Waiting 18:13:30 4684f6177b5d: Download complete 18:13:30 25ad7478873d: Verifying Checksum 18:13:30 25ad7478873d: Download complete 18:13:30 63038576ad94: Download complete 18:13:30 cb7edeffdfd5: Verifying Checksum 18:13:30 cb7edeffdfd5: Download complete 18:13:30 25ad7478873d: Pull complete 18:13:30 4684f6177b5d: Pull complete 18:13:30 46e300cec669: Verifying Checksum 18:13:30 46e300cec669: Download complete 18:13:31 0fdb76c4706c: Verifying Checksum 18:13:31 0fdb76c4706c: Download complete 18:13:33 46e300cec669: Pull complete 18:13:33 63038576ad94: Pull complete 18:13:33 0fdb76c4706c: Pull complete 18:13:33 cb7edeffdfd5: Pull complete 18:13:33 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 18:13:33 Status: Downloaded newer image for docker:latest 18:13:35 ---> ce84cc62380d 18:13:35 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:13:35 ---> Running in 60691676cd64 18:13:35 Removing intermediate container 60691676cd64 18:13:35 ---> 0413a94619e8 18:13:35 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:13:35 ---> Running in 21fca138e76f 18:13:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:13:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:13:37 (1/5) Installing libsodium (1.0.18-r0) 18:13:38 (2/5) Installing libzmq (4.3.3-r0) 18:13:38 (3/5) Installing pkgconf (1.7.2-r0) 18:13:38 (4/5) Installing libsodium-dev (1.0.18-r0) 18:13:38 (5/5) Installing zeromq-dev (4.3.3-r0) 18:13:38 Executing busybox-1.31.1-r16.trigger 18:13:38 OK: 167 MiB in 44 packages 18:13:38 Removing intermediate container 21fca138e76f 18:13:38 ---> ea7b157b329f 18:13:38 Step 6/8 : WORKDIR /build 18:13:38 ---> Running in a65b0e574ad5 18:13:39 Removing intermediate container a65b0e574ad5 18:13:39 ---> c5f610bccd35 18:13:39 Step 7/8 : COPY go.mod . 18:13:39 ---> 63c0f2e0213f 18:13:39 Step 8/8 : RUN go mod download 18:13:39 ---> Running in 13d69494e94e 18:13:49 Removing intermediate container efb6d365678b 18:13:49 ---> 8b1660739e34 18:13:49 Successfully built 8b1660739e34 18:13:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:13:49 + docker inspect -f . ci-base-image-arm64 18:13:49 . [Pipeline] withDockerContainer 18:13:50 prd-ubuntu18.04-docker-arm64-4c-16g-255 does not seem to be running inside a container 18:13:50 $ 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 ******** ci-base-image-arm64 cat 18:13:52 $ docker top fa79c0b003c45581e0b3fc65f8492a590f2eab8650c464ee83a60a876b8285d2 -eo pid,comm [Pipeline] { [Pipeline] sh 18:13:53 + go version 18:13:53 go version go1.15.2 linux/arm64 [Pipeline] } 18:13:53 $ docker stop --time=1 fa79c0b003c45581e0b3fc65f8492a590f2eab8650c464ee83a60a876b8285d2 18:13:55 $ docker rm -f fa79c0b003c45581e0b3fc65f8492a590f2eab8650c464ee83a60a876b8285d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:13:56 + docker inspect -f . ci-base-image-arm64 18:13:56 . [Pipeline] withDockerContainer 18:13:56 prd-ubuntu18.04-docker-arm64-4c-16g-255 does not seem to be running inside a container 18:13:56 $ 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 ******** ci-base-image-arm64 cat 18:13:58 $ docker top 4914f8d58eb085422dd432b3602eda41fe15c419f2948c054b4cc076906bea09 -eo pid,comm [Pipeline] { [Pipeline] sh 18:13:59 + make test 18:13:59 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:14:01 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 18:14:06 Removing intermediate container 13d69494e94e 18:14:06 ---> 7a0ca7875c5b 18:14:06 Successfully built 7a0ca7875c5b 18:14:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:14:06 + docker inspect -f . ci-base-image-x86_64 18:14:06 . [Pipeline] withDockerContainer 18:14:06 prd-centos7-docker-4c-2g-256 does not seem to be running inside a container 18:14:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:14:07 $ docker top cbc5da5a63d50dcd1868e4410bc3adc6b5099e17735d99d66a8804beb39ae81a -eo pid,comm [Pipeline] { [Pipeline] sh 18:14:08 + go version 18:14:08 go version go1.15.2 linux/amd64 [Pipeline] } 18:14:08 $ docker stop --time=1 cbc5da5a63d50dcd1868e4410bc3adc6b5099e17735d99d66a8804beb39ae81a 18:14:09 $ docker rm -f cbc5da5a63d50dcd1868e4410bc3adc6b5099e17735d99d66a8804beb39ae81a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:14:10 + docker inspect -f . ci-base-image-x86_64 18:14:10 . [Pipeline] withDockerContainer 18:14:10 prd-centos7-docker-4c-2g-256 does not seem to be running inside a container 18:14:10 $ 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 ******** ci-base-image-x86_64 cat 18:14:11 $ docker top 233a7715de5920baaa83fcb0dfb855e7c078307180e194fad481d27f7f917bf0 -eo pid,comm [Pipeline] { [Pipeline] sh 18:14:12 + make test 18:14:12 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:14:13 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 18:14:21 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.121s coverage: 86.2% of statements 18:14:23 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.105s coverage: 86.2% of statements 18:14:36 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.031s coverage: 56.1% of statements 18:14:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 18:14:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 18:14:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.029s coverage: 53.5% of statements 18:14:36 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 18:14:36 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.314s coverage: 69.1% of statements 18:14:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.479s coverage: 61.6% of statements 18:14:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.007s coverage: 89.5% of statements 18:14:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.006s coverage: 100.0% of statements 18:14:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.079s coverage: 100.0% of statements 18:14:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements 18:14:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 18:14:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 18:14:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 18:14:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 18:14:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 18:14:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 18:14:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 18:14:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 18:14:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.005s coverage: 96.6% of statements 18:14:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 18:14:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.005s coverage: 97.7% of statements 18:14:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 18:14:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 18:14:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.008s coverage: 9.4% of statements 18:14:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.993s coverage: 75.0% of statements 18:14:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.011s coverage: 89.7% of statements 18:14:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.008s coverage: 88.9% of statements 18:14:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.110s coverage: 80.0% of statements 18:15:02 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.065s coverage: 56.1% of statements 18:15:02 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 18:15:02 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 18:15:02 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.063s coverage: 53.5% of statements 18:15:02 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 18:15:02 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.300s coverage: 69.1% of statements 18:15:07 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.428s coverage: 71.6% of statements 18:15:07 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements 18:15:07 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:15:09 gofmt -l . 18:15:09 [ "`gofmt -l .`" = "" ] 18:15:09 ./bin/test-go-mod-tidy.sh [Pipeline] stash 18:15:10 Stashed 1 file(s) [Pipeline] } 18:15:10 $ docker stop --time=1 233a7715de5920baaa83fcb0dfb855e7c078307180e194fad481d27f7f917bf0 18:15:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.588s coverage: 61.6% of statements 18:15:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.013s coverage: 89.5% of statements 18:15:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.017s coverage: 100.0% of statements 18:15:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.188s coverage: 100.0% of statements 18:15:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.012s coverage: 100.0% of statements 18:15:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.011s coverage: 100.0% of statements 18:15:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 18:15:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 18:15:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 18:15:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 18:15:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 18:15:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 18:15:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 18:15:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.017s coverage: 96.6% of statements 18:15:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 18:15:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.013s coverage: 97.7% of statements 18:15:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 18:15:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 18:15:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.024s coverage: 9.4% of statements 18:15:11 $ docker rm -f 233a7715de5920baaa83fcb0dfb855e7c078307180e194fad481d27f7f917bf0 [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] } 18:15:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.070s coverage: 75.0% of statements 18:15:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.049s coverage: 89.7% of statements 18:15:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.022s coverage: 88.9% of statements 18:15:15 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.151s coverage: 80.0% of statements 18:15:42 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.591s coverage: 71.6% of statements 18:15:42 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.013s coverage: 94.4% of statements 18:15:42 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:15:52 gofmt -l . 18:15:52 [ "`gofmt -l .`" = "" ] 18:15:52 ./bin/test-go-mod-tidy.sh [Pipeline] stash 18:15:52 Warning: overwriting stash ‘coverage-report’ 18:15:53 Stashed 1 file(s) [Pipeline] } 18:15:53 $ docker stop --time=1 4914f8d58eb085422dd432b3602eda41fe15c419f2948c054b4cc076906bea09 18:15:55 $ docker rm -f 4914f8d58eb085422dd432b3602eda41fe15c419f2948c054b4cc076906bea09 [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 18:15:58 provisioning config files... 18:15:58 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-494@tmp/config3214663211619032543tmp [Pipeline] { [Pipeline] sh 18:15:58 + curl -s https://codecov.io/bash 18:15:58 + bash -s - -t @/w/workspace/ndry_app-functions-sdk-go_PR-494@tmp/config3214663211619032543tmp [Pipeline] } 18:15:58 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] { (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 18:16:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:16:02 ---> package-listing.sh 18:16:02 ++ facter osfamily 18:16:02 ++ tr '[:upper:]' '[:lower:]' 18:16:02 + OS_FAMILY=redhat 18:16:02 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-494 18:16:02 + START_PACKAGES=/tmp/packages_start.txt 18:16:02 + END_PACKAGES=/tmp/packages_end.txt 18:16:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:16:02 + PACKAGES=/tmp/packages_start.txt 18:16:02 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-494 ']' 18:16:02 + PACKAGES=/tmp/packages_end.txt 18:16:02 + case "${OS_FAMILY}" in 18:16:02 + rpm -qa 18:16:02 + sort 18:16:06 + '[' -f /tmp/packages_start.txt ']' 18:16:06 + '[' -f /tmp/packages_end.txt ']' 18:16:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:16:06 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-494 ']' 18:16:06 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-494/archives/ 18:16:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-494/archives/ [Pipeline] isUnix [Pipeline] sh 18:16:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:16:07 18:16:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:16:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:16:08 alpine: Pulling from edgex-lftools-log-publisher 18:16:08 df20fa9351a1: Pulling fs layer 18:16:08 36b3adc4ff6f: Pulling fs layer 18:16:08 8ad3a11d3b57: Pulling fs layer 18:16:08 46f8f816bc3b: Pulling fs layer 18:16:08 0dadc02b9964: Pulling fs layer 18:16:08 ce6a7cf60c04: Pulling fs layer 18:16:08 7a184a31f384: Pulling fs layer 18:16:08 0879bd2ef858: Pulling fs layer 18:16:08 46f8f816bc3b: Waiting 18:16:08 0dadc02b9964: Waiting 18:16:08 ce6a7cf60c04: Waiting 18:16:08 7a184a31f384: Waiting 18:16:08 0879bd2ef858: Waiting 18:16:08 36b3adc4ff6f: Verifying Checksum 18:16:08 36b3adc4ff6f: Download complete 18:16:08 46f8f816bc3b: Verifying Checksum 18:16:08 46f8f816bc3b: Download complete 18:16:08 df20fa9351a1: Verifying Checksum 18:16:08 df20fa9351a1: Download complete 18:16:08 ce6a7cf60c04: Verifying Checksum 18:16:08 ce6a7cf60c04: Download complete 18:16:08 7a184a31f384: Verifying Checksum 18:16:08 7a184a31f384: Download complete 18:16:08 0dadc02b9964: Verifying Checksum 18:16:08 0dadc02b9964: Download complete 18:16:08 8ad3a11d3b57: Verifying Checksum 18:16:08 8ad3a11d3b57: Download complete 18:16:08 df20fa9351a1: Pull complete 18:16:08 36b3adc4ff6f: Pull complete 18:16:08 0879bd2ef858: Verifying Checksum 18:16:08 0879bd2ef858: Download complete 18:16:09 8ad3a11d3b57: Pull complete 18:16:09 46f8f816bc3b: Pull complete 18:16:09 0dadc02b9964: Pull complete 18:16:09 ce6a7cf60c04: Pull complete 18:16:09 7a184a31f384: Pull complete 18:16:12 0879bd2ef858: Pull complete 18:16:12 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 18:16:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:16:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:16:12 prd-centos7-docker-4c-2g-254 does not seem to be running inside a container 18:16:12 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/ndry_app-functions-sdk-go_PR-494 -v /w/workspace/ndry_app-functions-sdk-go_PR-494:/w/workspace/ndry_app-functions-sdk-go_PR-494:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-494@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-494@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:16:18 $ docker top 4474b5a64a246e1e55f1bdc6a60f145a37167e3366ba754c76e545eb6e7d2c35 -eo pid,comm [Pipeline] { [Pipeline] sh 18:16:19 + mkdir -p /var/log/sa [Pipeline] sh 18:16:19 + ls /var/log/sa-host 18:16:19 + sadf -c /var/log/sa-host/sa05 18:16:19 file_magic: OK 18:16:19 HZ: Using current value: 100 18:16:19 file_header: OK 18:16:19 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 18:16:19 Statistics: 18:16:19 Hnuu...uuuununununu...Hnuu...uuuununununu... 18:16:19 File successfully converted to sysstat format version 12.2.1 18:16:19 + sadf -c /var/log/sa-host/sa17 18:16:19 file_magic: OK 18:16:19 HZ: Using current value: 100 18:16:19 file_header: OK 18:16:19 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 18:16:19 Statistics: 18:16:19 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:16:19 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:16:19 provisioning config files... 18:16:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-494@tmp/config3434166472301765090tmp [Pipeline] { [Pipeline] echo 18:16:19 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:16:19 ---> create-netrc.sh [Pipeline] echo 18:16:19 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:16:20 ---> logs-deploy.sh 18:16:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-494/4 18:16:20 INFO: archiving workspace using pattern(s): 18:16:21 Archives upload complete. 18:16:21 INFO: archiving logs to Nexus 18:16:22 ---> uname -a: 18:16:22 Linux 4474b5a64a24 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 18:16:22 18:16:22 18:16:22 ---> lscpu: 18:16:22 Architecture: x86_64 18:16:22 CPU op-mode(s): 32-bit, 64-bit 18:16:22 Byte Order: Little Endian 18:16:22 Address sizes: 40 bits physical, 48 bits virtual 18:16:22 CPU(s): 4 18:16:22 On-line CPU(s) list: 0-3 18:16:22 Thread(s) per core: 1 18:16:22 Core(s) per socket: 1 18:16:22 Socket(s): 4 18:16:22 NUMA node(s): 1 18:16:22 Vendor ID: GenuineIntel 18:16:22 CPU family: 6 18:16:22 Model: 44 18:16:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:16:22 Stepping: 1 18:16:22 CPU MHz: 2933.438 18:16:22 BogoMIPS: 5866.87 18:16:22 Virtualization: VT-x 18:16:22 Hypervisor vendor: KVM 18:16:22 Virtualization type: full 18:16:22 L1d cache: 128 KiB 18:16:22 L1i cache: 128 KiB 18:16:22 L2 cache: 16 MiB 18:16:22 L3 cache: 64 MiB 18:16:22 NUMA node0 CPU(s): 0-3 18:16:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:16:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:16:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:16:22 Vulnerability Meltdown: Mitigation; PTI 18:16:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:16:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:16:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:16:22 Vulnerability Tsx async abort: Not affected 18:16:22 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 18:16:22 18:16:22 18:16:22 ---> nproc: 18:16:22 4 18:16:22 18:16:22 18:16:22 ---> df -h: 18:16:22 Filesystem Size Used Available Use% Mounted on 18:16:22 overlay 50.0G 7.0G 43.0G 14% / 18:16:22 tmpfs 64.0M 0 64.0M 0% /dev 18:16:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:16:22 shm 64.0M 0 64.0M 0% /dev/shm 18:16:22 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf 18:16:22 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname 18:16:22 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts 18:16:22 /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host 18:16:22 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/ndry_app-functions-sdk-go_PR-494 18:16:22 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/ndry_app-functions-sdk-go_PR-494@tmp 18:16:22 18:16:22 18:16:22 ---> free -m: 18:16:22 total used free shared buff/cache available 18:16:22 Mem: 1837 673 139 0 1024 1057 18:16:22 Swap: 1023 0 1023 18:16:22 18:16:22 18:16:22 ---> ip addr: 18:16:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:16:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:16:22 inet 127.0.0.1/8 scope host lo 18:16:22 valid_lft forever preferred_lft forever 18:16:22 6: eth0@if7: mtu 1458 qdisc noqueue state UP 18:16:22 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 18:16:22 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 18:16:22 valid_lft forever preferred_lft forever 18:16:22 18:16:22 18:16:22 ---> sar -b -r -n DEV: 18:16:22 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/17/20 _x86_64_ (4 CPU) 18:16:22 18:16:22 18:08:51 LINUX RESTART (4 CPU) 18:16:22 18:16:22 18:10:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:16:22 18:11:01 9.41 2.41 6.99 0.00 192.97 1326.64 0.00 18:16:22 18:12:01 0.40 0.00 0.40 0.00 0.00 5.91 0.00 18:16:22 18:13:01 0.27 0.00 0.27 0.00 0.00 2.88 0.00 18:16:22 18:14:01 0.30 0.00 0.30 0.00 0.00 3.18 0.00 18:16:22 18:15:02 0.73 0.00 0.73 0.00 0.00 9.74 0.00 18:16:22 18:16:01 0.86 0.22 0.64 0.00 15.44 8.18 0.00 18:16:22 Average: 2.00 0.44 1.56 0.00 34.80 226.76 0.00 18:16:22 18:16:22 18:10:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:16:22 18:11:01 204000 0 592872 31.51 2620 1082064 1123196 38.33 452888 1065128 12 18:16:22 18:12:01 210896 0 585972 31.14 2620 1082068 1075476 36.70 453080 1059516 8 18:16:22 18:13:01 203936 0 592924 31.51 2620 1082076 1078000 36.79 460024 1059516 12 18:16:22 18:14:01 204748 0 592112 31.47 2620 1082076 1077652 36.78 465888 1052704 8 18:16:22 18:15:02 206372 0 590484 31.38 2620 1082080 1075400 36.70 470184 1048188 8 18:16:22 18:16:01 196704 0 599600 31.87 2620 1082632 1077384 36.77 473772 1048492 108 18:16:22 Average: 204443 0 592327 31.48 2620 1082166 1084518 37.01 462639 1055591 26 18:16:22 18:16:22 18:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:16:22 18:11:01 eth0 127.05 90.54 31.23 332.92 0.00 0.00 0.00 0.00 18:16:22 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:22 18:11:01 docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 18:16:22 18:12:01 eth0 0.70 0.08 0.06 0.01 0.00 0.00 0.00 0.00 18:16:22 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:22 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:22 18:13:01 eth0 1.02 0.32 0.32 0.20 0.00 0.00 0.00 0.00 18:16:22 18:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:22 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:22 18:14:01 eth0 0.53 0.30 0.27 0.20 0.00 0.00 0.00 0.00 18:16:22 18:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:22 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:22 18:15:02 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 18:16:22 18:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:22 18:15:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:22 18:16:01 eth0 4.83 3.98 3.75 4.78 0.00 0.00 0.00 0.00 18:16:22 18:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:22 18:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:22 Average: eth0 22.44 15.94 5.96 56.52 0.00 0.00 0.00 0.00 18:16:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:22 Average: docker0 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 18:16:22 18:16:22 18:16:22 ---> sar -P ALL: 18:16:22 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/17/20 _x86_64_ (4 CPU) 18:16:22 18:16:22 18:08:51 LINUX RESTART (4 CPU) 18:16:22 18:16:22 18:10:01 CPU %user %nice %system %iowait %steal %idle 18:16:22 18:11:01 all 2.18 0.00 0.52 0.06 0.00 97.24 18:16:22 18:11:01 0 1.17 0.00 0.68 0.07 0.02 98.06 18:16:22 18:11:01 1 2.37 0.00 0.35 0.05 0.00 97.23 18:16:22 18:11:01 2 1.89 0.00 0.45 0.02 0.00 97.65 18:16:22 18:11:01 3 3.30 0.00 0.58 0.10 0.00 96.02 18:16:22 18:12:01 all 0.16 0.00 0.04 0.00 0.00 99.80 18:16:22 18:12:01 0 0.05 0.00 0.03 0.00 0.00 99.92 18:16:22 18:12:01 1 0.05 0.00 0.05 0.00 0.00 99.90 18:16:22 18:12:01 2 0.05 0.00 0.05 0.00 0.00 99.90 18:16:22 18:12:01 3 0.50 0.00 0.02 0.00 0.00 99.48 18:16:22 18:13:01 all 0.16 0.00 0.03 0.00 0.00 99.81 18:16:22 18:13:01 0 0.08 0.00 0.02 0.00 0.00 99.90 18:16:22 18:13:01 1 0.07 0.00 0.03 0.00 0.00 99.90 18:16:22 18:13:01 2 0.07 0.00 0.03 0.00 0.00 99.90 18:16:22 18:13:01 3 0.42 0.00 0.03 0.00 0.00 99.55 18:16:22 18:14:01 all 0.16 0.00 0.04 0.00 0.00 99.80 18:16:22 18:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:16:22 18:14:01 1 0.05 0.00 0.05 0.00 0.00 99.90 18:16:22 18:14:01 2 0.05 0.00 0.07 0.00 0.00 99.88 18:16:22 18:14:01 3 0.52 0.00 0.02 0.00 0.00 99.47 18:16:22 18:15:02 all 0.17 0.00 0.07 0.00 0.00 99.77 18:16:22 18:15:02 0 0.07 0.00 0.03 0.00 0.00 99.90 18:16:22 18:15:02 1 0.05 0.00 0.05 0.00 0.00 99.90 18:16:22 18:15:02 2 0.02 0.00 0.17 0.00 0.00 99.82 18:16:22 18:15:02 3 0.53 0.00 0.02 0.00 0.00 99.45 18:16:22 18:16:01 all 0.26 0.00 0.13 0.00 0.00 99.61 18:16:22 18:16:01 0 0.17 0.00 0.19 0.02 0.00 99.63 18:16:22 18:16:01 1 0.47 0.00 0.15 0.00 0.00 99.37 18:16:22 18:16:01 2 0.14 0.00 0.07 0.00 0.00 99.80 18:16:22 18:16:01 3 0.25 0.00 0.10 0.00 0.00 99.64 18:16:22 Average: all 0.51 0.00 0.14 0.01 0.00 99.34 18:16:22 Average: 0 0.26 0.00 0.16 0.01 0.00 99.56 18:16:22 Average: 1 0.51 0.00 0.11 0.01 0.00 99.37 18:16:22 Average: 2 0.37 0.00 0.14 0.00 0.00 99.49 18:16:22 Average: 3 0.92 0.00 0.13 0.02 0.00 98.93 18:16:22 18:16:22 18:16:22