Pull request #509 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 543dafb387862b123f1f1a2efd9d464d61071fbf+d4297c3f0affce4b46d730e2d159065f9736cf70 (80263b402627f94aca57ca3e02e24adfc19ca9c7) Running in Durability level: MAX_SURVIVABILITY 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/PR-509/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 85bea31ad76f85e2acd5a821f20c71e435d4ae12 # timeout=10 Commit message: "Merge pull request #249 from ernestojeda/fix-build-artifact" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1347’ Running on prd-centos7-docker-4c-2g-1358 in /w/workspace/ndry_app-functions-sdk-go_PR-509 [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-509 # 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 d4297c3f0affce4b46d730e2d159065f9736cf70 into PR head commit 543dafb387862b123f1f1a2efd9d464d61071fbf Merge succeeded, producing 543dafb387862b123f1f1a2efd9d464d61071fbf Checking out Revision 543dafb387862b123f1f1a2efd9d464d61071fbf (PR-509) > 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/509/head:refs/remotes/origin/PR-509 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 543dafb387862b123f1f1a2efd9d464d61071fbf # 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 d4297c3f0affce4b46d730e2d159065f9736cf70 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 543dafb387862b123f1f1a2efd9d464d61071fbf # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:47:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:47:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:47:05 ========================================================= 22:47:05 EdgeX Global Pipelines Version Info 22:47:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:47:08 ------------------- 22:47:08 stable info: 22:47:08 ------------------- 22:47:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:47:08 Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 22:47:08 Message: update stable to v1.0.128 22:47:09 ------------------- 22:47:09 experimental info: 22:47:09 ------------------- 22:47:09 Commited By: **** collab-it+edgex@linuxfoundation.org 22:47:09 Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 22:47:09 Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 22:47:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 22:47:09 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 22:47:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:47:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:47:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:47:10 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:47:10 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:47:10 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:47:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:47:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:47:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:47:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 22:47:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:47:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:47:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:47:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:47:12 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:47:12 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:47:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:47:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:47:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:47:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 22:47:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:47:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:47:13 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 22:47:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-509 [Pipeline] echo 22:47:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-509 [Pipeline] echo 22:47:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-509 [Pipeline] echo 22:47:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 543dafb387862b123f1f1a2efd9d464d61071fbf [Pipeline] echo 22:47:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 543dafb [Pipeline] echo 22:47:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:47:14 + git log --format=format:%s -1 543dafb387862b123f1f1a2efd9d464d61071fbf [Pipeline] echo 22:47:14 GIT_COMMIT: 543dafb387862b123f1f1a2efd9d464d61071fbf, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-secrets [Pipeline] echo 22:47:14 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:47:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:47:15 22:47:15 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:47:16 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:47:16 latest: Pulling from edgex-devops/git-semver 22:47:16 31603596830f: Pulling fs layer 22:47:16 2a8b12db71e7: Pulling fs layer 22:47:16 6ca5941a6612: Pulling fs layer 22:47:16 ecc8261a40a4: Pulling fs layer 22:47:16 ecc8261a40a4: Waiting 22:47:16 2a8b12db71e7: Download complete 22:47:16 31603596830f: Download complete 22:47:16 ecc8261a40a4: Verifying Checksum 22:47:16 ecc8261a40a4: Download complete 22:47:16 6ca5941a6612: Verifying Checksum 22:47:16 31603596830f: Pull complete 22:47:16 2a8b12db71e7: Pull complete 22:47:17 6ca5941a6612: Pull complete 22:47:17 ecc8261a40a4: Pull complete 22:47:17 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:47:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:47:17 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:47:18 prd-centos7-docker-4c-2g-1358 does not seem to be running inside a container 22:47:18 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-509 -v /w/workspace/ndry_app-functions-sdk-go_PR-509:/w/workspace/ndry_app-functions-sdk-go_PR-509:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-509@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-509@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:47:20 $ docker top fec284c3a3e87d1468ba4d83975c8d43039fcf2424ab37fc17849ce9b7759efd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:47:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:47:20 [ssh-agent] Looking for ssh-agent implementation... 22:47:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:47:21 $ docker exec fec284c3a3e87d1468ba4d83975c8d43039fcf2424ab37fc17849ce9b7759efd ssh-agent 22:47:21 SSH_AUTH_SOCK=/tmp/ssh-sa4TqhTnNoYz/agent.12 22:47:21 SSH_AGENT_PID=18 22:47:21 Running ssh-add (command line suppressed) 22:47:21 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-509@tmp/private_key_1082630748792928882.key (/w/workspace/ndry_app-functions-sdk-go_PR-509@tmp/private_key_1082630748792928882.key) 22:47:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:47:21 + git describe --exact-match --tags HEAD 22:47:21 fatal: no tag exactly matches '543dafb387862b123f1f1a2efd9d464d61071fbf' [Pipeline] } 22:47:21 $ docker exec --env ******** --env ******** fec284c3a3e87d1468ba4d83975c8d43039fcf2424ab37fc17849ce9b7759efd ssh-agent -k 22:47:22 unset SSH_AUTH_SOCK; 22:47:22 unset SSH_AGENT_PID; 22:47:22 echo Agent pid 18 killed; 22:47:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:47:22 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 22:47:22 This usually means this commit has not been tagged. [Pipeline] sshagent 22:47:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:47:22 [ssh-agent] Looking for ssh-agent implementation... 22:47:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:47:22 $ docker exec fec284c3a3e87d1468ba4d83975c8d43039fcf2424ab37fc17849ce9b7759efd ssh-agent 22:47:22 SSH_AUTH_SOCK=/tmp/ssh-PmZnzhOVV56K/agent.47 22:47:22 SSH_AGENT_PID=52 22:47:22 Running ssh-add (command line suppressed) 22:47:22 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-509@tmp/private_key_4097477844597599060.key (/w/workspace/ndry_app-functions-sdk-go_PR-509@tmp/private_key_4097477844597599060.key) 22:47:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:47:23 + git semver init 22:47:23 # -> Open(): unable to determine branch for HEAD 22:47:23 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-509/.git 22:47:23 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-509 22:47:23 # $SEMVER_REMOTE_NAME = origin 22:47:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:47:23 # $SEMVER_USER_NAME = edgex-jenkins 22:47:23 # $SEMVER_BRANCH = PR-509 22:47:23 # $SEMVER_TEMP = /tmp/semver-630582838 22:47:23 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 22:47:25 # '/tmp/semver-630582838' -> '/w/workspace/ndry_app-functions-sdk-go_PR-509/.semver' 22:47:25 # -> Force: false 22:47:25 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-509/.semver [Pipeline] } 22:47:25 $ docker exec --env ******** --env ******** fec284c3a3e87d1468ba4d83975c8d43039fcf2424ab37fc17849ce9b7759efd ssh-agent -k 22:47:26 unset SSH_AUTH_SOCK; 22:47:26 unset SSH_AGENT_PID; 22:47:26 echo Agent pid 52 killed; 22:47:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:47:26 + git semver [Pipeline] } 22:47:26 $ docker stop --time=1 fec284c3a3e87d1468ba4d83975c8d43039fcf2424ab37fc17849ce9b7759efd 22:47:28 $ docker rm -f fec284c3a3e87d1468ba4d83975c8d43039fcf2424ab37fc17849ce9b7759efd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 22:47:30 Stashed 51 file(s) [Pipeline] echo 22:47:30 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 22:47:30 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 22:47:46 Still waiting to schedule task 22:47:46 ‘prd-centos7-docker-4c-2g-1362’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1361’ doesn’t have label ‘centos7-docker-4c-2g’ 22:47:46 Still waiting to schedule task 22:47:46 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:49:04 Running on prd-centos7-docker-4c-2g-1368 in /w/workspace/ndry_app-functions-sdk-go_PR-509 [Pipeline] { [Pipeline] ws 22:49:04 Running in /w/workspace/app-functions-sdk-go/1 [Pipeline] { [Pipeline] checkout 22:49:08 using credential edgex-jenkins-ssh 22:49:08 Cloning the remote Git repository 22:49:08 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:49:08 > git init /w/workspace/app-functions-sdk-go/1 # timeout=10 22:49:08 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:49:08 > git --version # timeout=10 22:49:08 > git --version # 'git version 2.16.5' 22:49:08 using GIT_SSH to set credentials SSH Credentials for GitHub 22:49:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:49:14 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:49:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:49:14 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:49:14 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:49:14 using GIT_SSH to set credentials SSH Credentials for GitHub 22:49:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/509/head:refs/remotes/origin/PR-509 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:49:15 Merging remotes/origin/master commit d4297c3f0affce4b46d730e2d159065f9736cf70 into PR head commit 543dafb387862b123f1f1a2efd9d464d61071fbf 22:49:15 Merge succeeded, producing 543dafb387862b123f1f1a2efd9d464d61071fbf 22:49:15 Checking out Revision 543dafb387862b123f1f1a2efd9d464d61071fbf (PR-509) 22:49:15 > git config core.sparsecheckout # timeout=10 22:49:15 > git checkout -f 543dafb387862b123f1f1a2efd9d464d61071fbf # timeout=10 22:49:15 > git remote # timeout=10 22:49:15 > git config --get remote.origin.url # timeout=10 22:49:15 using GIT_SSH to set credentials SSH Credentials for GitHub 22:49:15 > git merge d4297c3f0affce4b46d730e2d159065f9736cf70 # timeout=10 22:49:15 > git rev-parse HEAD^{commit} # timeout=10 22:49:15 > git config core.sparsecheckout # timeout=10 22:49:15 > git checkout -f 543dafb387862b123f1f1a2efd9d464d61071fbf # timeout=10 22:49:19 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets" 22:49:19 > git --version # timeout=10 22:49:19 > git --version # 'git version 2.16.5' 22:49:19 fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:49:21 ========================================================= 22:49:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:49:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:49:22 + 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 . 22:49:23 Sending build context to Docker daemon 37.38MB 22:49:23 Step 1/8 : ARG BASE=golang:1.15-alpine 22:49:23 Step 2/8 : FROM ${BASE} 22:49:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:49:23 df20fa9351a1: Pulling fs layer 22:49:23 ed8968b2872e: Pulling fs layer 22:49:23 a92cc7c5fd73: Pulling fs layer 22:49:23 e871e8e8d7a9: Pulling fs layer 22:49:23 e73272ec9a57: Pulling fs layer 22:49:23 1e910a182e73: Pulling fs layer 22:49:23 4e634b169226: Pulling fs layer 22:49:23 e871e8e8d7a9: Waiting 22:49:23 e73272ec9a57: Waiting 22:49:23 1e910a182e73: Waiting 22:49:23 4e634b169226: Waiting 22:49:23 a92cc7c5fd73: Verifying Checksum 22:49:23 a92cc7c5fd73: Download complete 22:49:23 ed8968b2872e: Verifying Checksum 22:49:23 ed8968b2872e: Download complete 22:49:23 e73272ec9a57: Download complete 22:49:23 1e910a182e73: Verifying Checksum 22:49:23 1e910a182e73: Download complete 22:49:23 df20fa9351a1: Verifying Checksum 22:49:23 df20fa9351a1: Download complete 22:49:23 df20fa9351a1: Pull complete 22:49:23 ed8968b2872e: Pull complete 22:49:23 a92cc7c5fd73: Pull complete 22:49:25 4e634b169226: Verifying Checksum 22:49:25 4e634b169226: Download complete 22:49:25 e871e8e8d7a9: Verifying Checksum 22:49:25 e871e8e8d7a9: Download complete 22:49:32 e871e8e8d7a9: Pull complete 22:49:32 e73272ec9a57: Pull complete 22:49:32 1e910a182e73: Pull complete 22:49:36 4e634b169226: Pull complete 22:49:36 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 22:49:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:49:36 ---> f7629b54cfaa 22:49:36 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:49:37 latest: Pulling from library/docker 22:49:37 df20fa9351a1: Already exists 22:49:37 25ad7478873d: Pulling fs layer 22:49:37 4684f6177b5d: Pulling fs layer 22:49:37 8ba584e970af: Pulling fs layer 22:49:37 3cdc74d2b06d: Pulling fs layer 22:49:37 4cf5a0d07c1f: Pulling fs layer 22:49:37 fca0ccc462d5: Pulling fs layer 22:49:37 4cf5a0d07c1f: Waiting 22:49:37 fca0ccc462d5: Waiting 22:49:37 3cdc74d2b06d: Waiting 22:49:37 4684f6177b5d: Verifying Checksum 22:49:37 4684f6177b5d: Download complete 22:49:37 25ad7478873d: Download complete 22:49:37 4cf5a0d07c1f: Verifying Checksum 22:49:37 4cf5a0d07c1f: Download complete 22:49:37 fca0ccc462d5: Verifying Checksum 22:49:37 fca0ccc462d5: Download complete 22:49:37 25ad7478873d: Pull complete 22:49:38 4684f6177b5d: Pull complete 22:49:38 8ba584e970af: Verifying Checksum 22:49:38 8ba584e970af: Download complete 22:49:38 3cdc74d2b06d: Verifying Checksum 22:49:38 3cdc74d2b06d: Download complete 22:49:41 8ba584e970af: Pull complete 22:49:41 3cdc74d2b06d: Pull complete 22:49:41 4cf5a0d07c1f: Pull complete 22:49:41 fca0ccc462d5: Pull complete 22:49:41 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 22:49:41 Status: Downloaded newer image for docker:latest 22:49:42 ---> d1a205817857 22:49:42 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:49:42 ---> Running in 4deedc62ba35 22:49:43 Removing intermediate container 4deedc62ba35 22:49:43 ---> 676f845dc91a 22:49:43 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:49:43 ---> Running in 472702d75768 22:49:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:49:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:49:46 (1/5) Installing libsodium (1.0.18-r0) 22:49:46 (2/5) Installing libzmq (4.3.3-r0) 22:49:47 (3/5) Installing pkgconf (1.7.2-r0) 22:49:47 (4/5) Installing libsodium-dev (1.0.18-r0) 22:49:47 (5/5) Installing zeromq-dev (4.3.3-r0) 22:49:47 Executing busybox-1.31.1-r16.trigger 22:49:47 OK: 167 MiB in 44 packages 22:49:48 Removing intermediate container 472702d75768 22:49:48 ---> a26fca1405f2 22:49:48 Step 6/8 : WORKDIR /build 22:49:48 ---> Running in 14bda0fb411d 22:49:48 Removing intermediate container 14bda0fb411d 22:49:48 ---> b8384fc6bd88 22:49:48 Step 7/8 : COPY go.mod . 22:49:48 ---> 58d3a77b73ce 22:49:48 Step 8/8 : RUN go mod download 22:49:48 ---> Running in ee9c314217d7 22:50:15 Removing intermediate container ee9c314217d7 22:50:15 ---> c445d1a1c433 22:50:15 Successfully built c445d1a1c433 22:50:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:50:15 + docker inspect -f . ci-base-image-x86_64 22:50:15 . [Pipeline] withDockerContainer 22:50:15 prd-centos7-docker-4c-2g-1368 does not seem to be running inside a container 22:50:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@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 ******** ci-base-image-x86_64 cat 22:50:16 $ docker top f42860d5c99bf4a8a5b46a0a9cdd278c7c601d5ae856374435ebb71cbe36f938 -eo pid,comm [Pipeline] { [Pipeline] sh 22:50:17 + go version 22:50:17 go version go1.15.2 linux/amd64 [Pipeline] } 22:50:17 $ docker stop --time=1 f42860d5c99bf4a8a5b46a0a9cdd278c7c601d5ae856374435ebb71cbe36f938 22:50:18 $ docker rm -f f42860d5c99bf4a8a5b46a0a9cdd278c7c601d5ae856374435ebb71cbe36f938 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:50:19 + docker inspect -f . ci-base-image-x86_64 22:50:19 . [Pipeline] withDockerContainer 22:50:19 prd-centos7-docker-4c-2g-1368 does not seem to be running inside a container 22:50:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@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 ******** ci-base-image-x86_64 cat 22:50:20 $ docker top c0973ced3a11040ac1a9ea2ee3482ce2b1f776411dcd8215f37014b9aa15c833 -eo pid,comm [Pipeline] { [Pipeline] sh 22:50:21 + make test 22:50:21 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:50:22 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 22:50:30 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.099s coverage: 86.2% of statements 22:50:46 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.027s coverage: 56.0% of statements 22:50:46 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 22:50:46 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 22:50:46 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.043s coverage: 53.5% of statements 22:50:46 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 22:50:46 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.339s coverage: 69.1% of statements 22:50:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1370 in /w/workspace/ndry_app-functions-sdk-go_PR-509 [Pipeline] { [Pipeline] ws 22:50:49 Running in /w/workspace/app-functions-sdk-go/1 [Pipeline] { [Pipeline] checkout 22:50:55 using credential edgex-jenkins-ssh 22:50:55 Cloning the remote Git repository 22:50:55 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:50:55 > git init /w/workspace/app-functions-sdk-go/1 # timeout=10 22:50:55 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:50:55 > git --version # timeout=10 22:50:55 > git --version # 'git version 2.17.1' 22:50:55 using GIT_SSH to set credentials SSH Credentials for GitHub 22:50:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:51:00 Merging remotes/origin/master commit d4297c3f0affce4b46d730e2d159065f9736cf70 into PR head commit 543dafb387862b123f1f1a2efd9d464d61071fbf 22:50:59 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:50:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:50:59 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:50:59 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:50:59 using GIT_SSH to set credentials SSH Credentials for GitHub 22:50:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/509/head:refs/remotes/origin/PR-509 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:51:00 > git config core.sparsecheckout # timeout=10 22:51:00 > git checkout -f 543dafb387862b123f1f1a2efd9d464d61071fbf # timeout=10 22:51:00 Merge succeeded, producing 543dafb387862b123f1f1a2efd9d464d61071fbf 22:51:00 Checking out Revision 543dafb387862b123f1f1a2efd9d464d61071fbf (PR-509) 22:51:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.495s coverage: 61.6% of statements 22:51:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.005s coverage: 89.5% of statements 22:51:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements 22:51:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.089s coverage: 100.0% of statements 22:51:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.004s coverage: 100.0% of statements 22:51:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 22:51:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 22:51:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 22:51:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 22:51:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 22:51:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 22:51:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 22:51:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 22:51:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.005s coverage: 96.6% of statements 22:51:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 22:51:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.004s coverage: 97.7% of statements 22:51:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 22:51:01 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 22:51:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.008s coverage: 9.4% of statements 22:51:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.040s coverage: 75.0% of statements 22:51:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.012s coverage: 89.7% of statements 22:51:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.011s coverage: 88.9% of statements 22:51:01 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.119s coverage: 80.5% of statements 22:51:00 > git remote # timeout=10 22:51:00 > git config --get remote.origin.url # timeout=10 22:51:00 using GIT_SSH to set credentials SSH Credentials for GitHub 22:51:00 > git merge d4297c3f0affce4b46d730e2d159065f9736cf70 # timeout=10 22:51:00 > git rev-parse HEAD^{commit} # timeout=10 22:51:00 > git config core.sparsecheckout # timeout=10 22:51:00 > git checkout -f 543dafb387862b123f1f1a2efd9d464d61071fbf # timeout=10 22:51:04 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets" 22:51:04 > git --version # timeout=10 22:51:04 > git --version # 'git version 2.17.1' 22:51:04 fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:51:08 ========================================================= 22:51:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:51:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:51:09 + 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 . 22:51:11 Sending build context to Docker daemon 37.37MB 22:51:11 Step 1/8 : ARG BASE=golang:1.15-alpine 22:51:11 Step 2/8 : FROM ${BASE} 22:51:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:51:11 b538f80385f9: Pulling fs layer 22:51:11 74f711af9a0d: Pulling fs layer 22:51:11 99f96fe45779: Pulling fs layer 22:51:11 8529a6b9a6be: Pulling fs layer 22:51:11 45590311c82a: Pulling fs layer 22:51:11 69ca0ff8b7b3: Pulling fs layer 22:51:11 209524e5b208: Pulling fs layer 22:51:11 8529a6b9a6be: Waiting 22:51:11 69ca0ff8b7b3: Waiting 22:51:11 209524e5b208: Waiting 22:51:11 45590311c82a: Waiting 22:51:11 99f96fe45779: Verifying Checksum 22:51:11 99f96fe45779: Download complete 22:51:11 74f711af9a0d: Verifying Checksum 22:51:11 74f711af9a0d: Download complete 22:51:11 45590311c82a: Verifying Checksum 22:51:11 45590311c82a: Download complete 22:51:11 b538f80385f9: Verifying Checksum 22:51:11 b538f80385f9: Download complete 22:51:12 b538f80385f9: Pull complete 22:51:13 74f711af9a0d: Pull complete 22:51:13 99f96fe45779: Pull complete 22:51:14 209524e5b208: Verifying Checksum 22:51:14 209524e5b208: Download complete 22:51:15 8529a6b9a6be: Verifying Checksum 22:51:15 8529a6b9a6be: Download complete 22:51:15 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.375s coverage: 71.6% of statements 22:51:15 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements 22:51:15 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:51:20 gofmt -l . 22:51:20 [ "`gofmt -l .`" = "" ] 22:51:20 ./bin/test-go-mod-tidy.sh [Pipeline] stash 22:51:20 Stashed 1 file(s) [Pipeline] } 22:51:20 $ docker stop --time=1 c0973ced3a11040ac1a9ea2ee3482ce2b1f776411dcd8215f37014b9aa15c833 22:51:22 $ docker rm -f c0973ced3a11040ac1a9ea2ee3482ce2b1f776411dcd8215f37014b9aa15c833 [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] } 22:51:25 8529a6b9a6be: Pull complete 22:51:25 45590311c82a: Pull complete 22:51:25 69ca0ff8b7b3: Pull complete 22:51:29 209524e5b208: Pull complete 22:51:29 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 22:51:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:51:29 ---> 5bddaf1c2fca 22:51:29 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:51:29 latest: Pulling from library/docker 22:51:29 b538f80385f9: Already exists 22:51:29 259a493cd78d: Pulling fs layer 22:51:29 b8e66b5100f5: Pulling fs layer 22:51:29 7f8258a56ab6: Pulling fs layer 22:51:29 75a0a0ebb566: Pulling fs layer 22:51:29 4a2c62f0a2a3: Pulling fs layer 22:51:29 294320357d30: Pulling fs layer 22:51:29 75a0a0ebb566: Waiting 22:51:29 4a2c62f0a2a3: Waiting 22:51:29 294320357d30: Waiting 22:51:30 b8e66b5100f5: Verifying Checksum 22:51:30 b8e66b5100f5: Download complete 22:51:30 259a493cd78d: Verifying Checksum 22:51:30 75a0a0ebb566: Verifying Checksum 22:51:30 75a0a0ebb566: Download complete 22:51:30 4a2c62f0a2a3: Verifying Checksum 22:51:30 4a2c62f0a2a3: Download complete 22:51:30 294320357d30: Verifying Checksum 22:51:30 294320357d30: Download complete 22:51:31 259a493cd78d: Pull complete 22:51:31 b8e66b5100f5: Pull complete 22:51:31 7f8258a56ab6: Verifying Checksum 22:51:31 7f8258a56ab6: Download complete 22:51:34 7f8258a56ab6: Pull complete 22:51:34 75a0a0ebb566: Pull complete 22:51:35 4a2c62f0a2a3: Pull complete 22:51:35 294320357d30: Pull complete 22:51:35 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 22:51:35 Status: Downloaded newer image for docker:latest 22:51:42 ---> 02924abd5714 22:51:42 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:51:42 ---> Running in 1efd8d4343d4 22:51:42 Removing intermediate container 1efd8d4343d4 22:51:42 ---> 3c874b92a73d 22:51:42 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:51:42 ---> Running in 2b3f0afc5593 22:51:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:51:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:51:47 (1/5) Installing libsodium (1.0.18-r0) 22:51:47 (2/5) Installing libzmq (4.3.3-r0) 22:51:47 (3/5) Installing pkgconf (1.7.2-r0) 22:51:47 (4/5) Installing libsodium-dev (1.0.18-r0) 22:51:47 (5/5) Installing zeromq-dev (4.3.3-r0) 22:51:47 Executing busybox-1.31.1-r16.trigger 22:51:47 OK: 144 MiB in 44 packages 22:51:49 Removing intermediate container 2b3f0afc5593 22:51:49 ---> 33e3cd68ce26 22:51:49 Step 6/8 : WORKDIR /build 22:51:49 ---> Running in 1c42cbbd7ddb 22:51:49 Removing intermediate container 1c42cbbd7ddb 22:51:49 ---> d65e297e91f7 22:51:49 Step 7/8 : COPY go.mod . 22:51:50 ---> 7a01aca1528c 22:51:50 Step 8/8 : RUN go mod download 22:51:50 ---> Running in 75f53fd570a8 22:52:23 Removing intermediate container 75f53fd570a8 22:52:23 ---> b2843436cdc0 22:52:23 Successfully built b2843436cdc0 22:52:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:52:23 + docker inspect -f . ci-base-image-arm64 22:52:23 . [Pipeline] withDockerContainer 22:52:23 prd-ubuntu18.04-docker-arm64-4c-16g-1370 does not seem to be running inside a container 22:52:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@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 ******** ci-base-image-arm64 cat 22:52:26 $ docker top dad02a886b7caf03f24a6eea38478207f1d93bb397cd9e2dfd1e247e5e6fb697 -eo pid,comm [Pipeline] { [Pipeline] sh 22:52:27 + go version 22:52:27 go version go1.15.2 linux/arm64 [Pipeline] } 22:52:27 $ docker stop --time=1 dad02a886b7caf03f24a6eea38478207f1d93bb397cd9e2dfd1e247e5e6fb697 22:52:29 $ docker rm -f dad02a886b7caf03f24a6eea38478207f1d93bb397cd9e2dfd1e247e5e6fb697 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:52:31 + docker inspect -f . ci-base-image-arm64 22:52:31 . [Pipeline] withDockerContainer 22:52:31 prd-ubuntu18.04-docker-arm64-4c-16g-1370 does not seem to be running inside a container 22:52:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@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 ******** ci-base-image-arm64 cat 22:52:33 $ docker top 767fac802719dc9e436daa0191a2a1bfe37298d2ece29cced9ce24d995c06f1b -eo pid,comm [Pipeline] { [Pipeline] sh 22:52:35 + make test 22:52:35 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:52:37 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 22:53:04 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.110s coverage: 86.2% of statements 22:53:43 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.064s coverage: 56.0% of statements 22:53:43 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 22:53:43 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 22:53:43 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.059s coverage: 53.5% of statements 22:53:43 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 22:53:43 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.352s coverage: 69.1% of statements 22:53:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.678s coverage: 61.6% of statements 22:53:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.016s coverage: 89.5% of statements 22:53:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.010s coverage: 100.0% of statements 22:53:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.201s coverage: 100.0% of statements 22:53:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.012s coverage: 100.0% of statements 22:53:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.015s coverage: 100.0% of statements 22:53:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 22:53:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 22:53:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 22:53:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 22:53:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 22:53:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 22:53:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 22:53:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.011s coverage: 96.6% of statements 22:53:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 22:53:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.010s coverage: 97.7% of statements 22:53:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 22:53:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 22:53:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.022s coverage: 9.4% of statements 22:53:54 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.049s coverage: 75.0% of statements 22:53:54 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.038s coverage: 89.7% of statements 22:53:54 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.025s coverage: 88.9% of statements 22:53:54 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.182s coverage: 80.5% of statements 22:54:21 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.875s coverage: 71.6% of statements 22:54:21 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.015s coverage: 94.4% of statements 22:54:21 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:54:33 gofmt -l . 22:54:33 [ "`gofmt -l .`" = "" ] 22:54:33 ./bin/test-go-mod-tidy.sh [Pipeline] stash 22:54:33 Warning: overwriting stash ‘coverage-report’ 22:54:34 Stashed 1 file(s) [Pipeline] } 22:54:34 $ docker stop --time=1 767fac802719dc9e436daa0191a2a1bfe37298d2ece29cced9ce24d995c06f1b 22:54:36 $ docker rm -f 767fac802719dc9e436daa0191a2a1bfe37298d2ece29cced9ce24d995c06f1b [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 22:54:40 provisioning config files... 22:54:40 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-509@tmp/config8961205400781450941tmp [Pipeline] { [Pipeline] sh 22:54:40 + curl -s https://codecov.io/bash 22:54:40 + bash -s - -t @/w/workspace/ndry_app-functions-sdk-go_PR-509@tmp/config8961205400781450941tmp [Pipeline] } 22:54:40 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 22:54:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:54:45 ---> package-listing.sh 22:54:45 ++ facter osfamily 22:54:45 ++ tr '[:upper:]' '[:lower:]' 22:54:45 + OS_FAMILY=redhat 22:54:45 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-509 22:54:45 + START_PACKAGES=/tmp/packages_start.txt 22:54:45 + END_PACKAGES=/tmp/packages_end.txt 22:54:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:54:45 + PACKAGES=/tmp/packages_start.txt 22:54:45 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-509 ']' 22:54:45 + PACKAGES=/tmp/packages_end.txt 22:54:45 + case "${OS_FAMILY}" in 22:54:45 + rpm -qa 22:54:45 + sort 22:54:49 + '[' -f /tmp/packages_start.txt ']' 22:54:49 + '[' -f /tmp/packages_end.txt ']' 22:54:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:54:49 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-509 ']' 22:54:49 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-509/archives/ 22:54:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-509/archives/ [Pipeline] isUnix [Pipeline] sh 22:54:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:54:49 22:54:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:54:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:54:50 alpine: Pulling from edgex-lftools-log-publisher 22:54:50 df20fa9351a1: Pulling fs layer 22:54:50 36b3adc4ff6f: Pulling fs layer 22:54:50 8ad3a11d3b57: Pulling fs layer 22:54:50 46f8f816bc3b: Pulling fs layer 22:54:50 0dadc02b9964: Pulling fs layer 22:54:50 ce6a7cf60c04: Pulling fs layer 22:54:50 7a184a31f384: Pulling fs layer 22:54:50 0879bd2ef858: Pulling fs layer 22:54:50 46f8f816bc3b: Waiting 22:54:50 0dadc02b9964: Waiting 22:54:50 7a184a31f384: Waiting 22:54:50 0879bd2ef858: Waiting 22:54:50 ce6a7cf60c04: Waiting 22:54:50 36b3adc4ff6f: Verifying Checksum 22:54:50 36b3adc4ff6f: Download complete 22:54:50 46f8f816bc3b: Verifying Checksum 22:54:50 46f8f816bc3b: Download complete 22:54:50 df20fa9351a1: Verifying Checksum 22:54:50 df20fa9351a1: Download complete 22:54:50 ce6a7cf60c04: Verifying Checksum 22:54:50 ce6a7cf60c04: Download complete 22:54:50 7a184a31f384: Verifying Checksum 22:54:50 7a184a31f384: Download complete 22:54:50 0dadc02b9964: Verifying Checksum 22:54:50 0dadc02b9964: Download complete 22:54:50 8ad3a11d3b57: Verifying Checksum 22:54:50 8ad3a11d3b57: Download complete 22:54:50 df20fa9351a1: Pull complete 22:54:51 36b3adc4ff6f: Pull complete 22:54:51 0879bd2ef858: Verifying Checksum 22:54:51 0879bd2ef858: Download complete 22:54:51 8ad3a11d3b57: Pull complete 22:54:51 46f8f816bc3b: Pull complete 22:54:52 0dadc02b9964: Pull complete 22:54:52 ce6a7cf60c04: Pull complete 22:54:52 7a184a31f384: Pull complete 22:54:55 0879bd2ef858: Pull complete 22:54:55 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 22:54:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:54:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:54:55 prd-centos7-docker-4c-2g-1358 does not seem to be running inside a container 22:54:55 $ 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-509 -v /w/workspace/ndry_app-functions-sdk-go_PR-509:/w/workspace/ndry_app-functions-sdk-go_PR-509:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-509@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-509@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:10003/edgex-lftools-log-publisher:alpine cat 22:55:01 $ docker top e7d39e75b9fbc89a8bb6f0fd15499675eb1c96c3d29efd8d795ed0ec8c72b509 -eo pid,comm [Pipeline] { [Pipeline] sh 22:55:01 + mkdir -p /var/log/sa [Pipeline] sh 22:55:01 + ls /var/log/sa-host 22:55:01 + sadf -c /var/log/sa-host/sa05 22:55:01 file_magic: OK 22:55:01 HZ: Using current value: 100 22:55:01 file_header: OK 22:55:01 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 22:55:01 Statistics: 22:55:01 Hnuu...uuuununununu...Hnuu...uuuununununu... 22:55:01 File successfully converted to sysstat format version 12.2.1 22:55:01 + sadf -c /var/log/sa-host/sa24 22:55:01 file_magic: OK 22:55:01 HZ: Using current value: 100 22:55:01 file_header: OK 22:55:01 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 22:55:01 Statistics: 22:55:01 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:55:01 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:55:02 provisioning config files... 22:55:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-509@tmp/config4222058645270553178tmp [Pipeline] { [Pipeline] echo 22:55:02 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:55:02 ---> create-netrc.sh [Pipeline] echo 22:55:02 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:55:02 ---> logs-deploy.sh 22:55:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-509/1 22:55:02 INFO: archiving workspace using pattern(s): 22:55:04 Archives upload complete. 22:55:04 INFO: archiving logs to Nexus 22:55:05 ---> uname -a: 22:55:05 Linux e7d39e75b9fb 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 22:55:05 22:55:05 22:55:05 ---> lscpu: 22:55:05 Architecture: x86_64 22:55:05 CPU op-mode(s): 32-bit, 64-bit 22:55:05 Byte Order: Little Endian 22:55:05 Address sizes: 40 bits physical, 48 bits virtual 22:55:05 CPU(s): 4 22:55:05 On-line CPU(s) list: 0-3 22:55:05 Thread(s) per core: 1 22:55:05 Core(s) per socket: 1 22:55:05 Socket(s): 4 22:55:05 NUMA node(s): 1 22:55:05 Vendor ID: GenuineIntel 22:55:05 CPU family: 6 22:55:05 Model: 44 22:55:05 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:55:05 Stepping: 1 22:55:05 CPU MHz: 2933.438 22:55:05 BogoMIPS: 5866.87 22:55:05 Virtualization: VT-x 22:55:05 Hypervisor vendor: KVM 22:55:05 Virtualization type: full 22:55:05 L1d cache: 128 KiB 22:55:05 L1i cache: 128 KiB 22:55:05 L2 cache: 16 MiB 22:55:05 L3 cache: 64 MiB 22:55:05 NUMA node0 CPU(s): 0-3 22:55:05 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:55:05 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:55:05 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:55:05 Vulnerability Meltdown: Mitigation; PTI 22:55:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:55:05 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:55:05 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:55:05 Vulnerability Tsx async abort: Not affected 22:55:05 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 22:55:05 22:55:05 22:55:05 ---> nproc: 22:55:05 4 22:55:05 22:55:05 22:55:05 ---> df -h: 22:55:05 Filesystem Size Used Available Use% Mounted on 22:55:05 overlay 50.0G 7.0G 43.0G 14% / 22:55:05 tmpfs 64.0M 0 64.0M 0% /dev 22:55:05 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:55:05 shm 64.0M 0 64.0M 0% /dev/shm 22:55:05 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf 22:55:05 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname 22:55:05 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts 22:55:05 /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host 22:55:05 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/ndry_app-functions-sdk-go_PR-509 22:55:05 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/ndry_app-functions-sdk-go_PR-509@tmp 22:55:05 22:55:05 22:55:05 ---> free -m: 22:55:05 total used free shared buff/cache available 22:55:05 Mem: 1837 672 140 0 1024 1058 22:55:05 Swap: 1023 0 1023 22:55:05 22:55:05 22:55:05 ---> ip addr: 22:55:05 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:55:05 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:55:05 inet 127.0.0.1/8 scope host lo 22:55:05 valid_lft forever preferred_lft forever 22:55:05 6: eth0@if7: mtu 1458 qdisc noqueue state UP 22:55:05 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 22:55:05 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 22:55:05 valid_lft forever preferred_lft forever 22:55:05 22:55:05 22:55:05 ---> sar -b -r -n DEV: 22:55:05 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) 22:55:05 22:55:05 22:46:06 LINUX RESTART (4 CPU) 22:55:05 22:55:05 22:47:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:55:05 22:48:01 44.26 12.15 32.11 0.00 4580.29 3460.25 0.00 22:55:05 22:49:01 1.65 0.00 1.65 0.00 0.00 32.62 0.00 22:55:05 22:50:01 0.18 0.00 0.18 0.00 0.00 2.56 0.00 22:55:05 22:51:01 0.28 0.00 0.28 0.00 0.00 3.08 0.00 22:55:05 22:52:01 0.22 0.00 0.22 0.00 0.00 2.76 0.00 22:55:05 22:53:01 0.40 0.00 0.40 0.00 0.00 5.01 0.00 22:55:05 22:54:01 0.23 0.02 0.22 0.00 0.13 2.17 0.00 22:55:05 22:55:01 98.47 56.98 41.48 0.00 6468.99 6285.43 0.00 22:55:05 Average: 18.22 8.65 9.57 0.00 1381.67 1224.66 0.00 22:55:05 22:55:05 22:47:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:55:05 22:48:01 208928 0 590132 31.36 2620 1079876 1120952 38.26 437012 1077224 120 22:55:05 22:49:01 210516 0 588540 31.28 2620 1079880 1110328 37.89 438104 1074604 12 22:55:05 22:50:01 211488 0 587560 31.23 2620 1079888 1103132 37.65 438984 1073012 8 22:55:05 22:51:01 210848 0 588200 31.26 2620 1079888 1090652 37.22 440484 1072032 8 22:55:05 22:52:01 211216 0 587828 31.24 2620 1079892 1090676 37.22 450612 1062088 8 22:55:05 22:53:01 211684 0 587352 31.22 2620 1079900 1090592 37.22 450292 1062088 8 22:55:05 22:54:01 212284 0 586748 31.18 2620 1079904 1090556 37.22 450064 1062088 12 22:55:05 22:55:01 152904 0 680556 36.17 2620 1045476 1539640 52.55 509764 1023236 52 22:55:05 Average: 203734 0 599614 31.87 2620 1075588 1154566 39.40 451914 1063296 28 22:55:05 22:55:05 22:47:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:55:05 22:48:01 eth0 343.58 292.99 771.78 366.05 0.00 0.00 0.00 0.00 22:55:05 22:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:55:05 22:48:01 docker0 110.30 79.04 9.60 303.29 0.00 0.00 0.00 0.00 22:55:05 22:49:01 eth0 5.18 1.62 1.40 1.47 0.00 0.00 0.00 0.00 22:55:05 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:55:05 22:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:55:05 22:50:01 eth0 3.13 0.80 0.94 0.62 0.00 0.00 0.00 0.00 22:55:05 22:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:55:05 22:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:55:05 22:51:01 eth0 1.77 0.37 0.38 0.20 0.00 0.00 0.00 0.00 22:55:05 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:55:05 22:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:55:05 22:52:01 eth0 0.70 0.33 0.35 0.26 0.00 0.00 0.00 0.00 22:55:05 22:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:55:05 22:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:55:05 22:53:01 eth0 0.25 0.15 0.10 0.01 0.00 0.00 0.00 0.00 22:55:05 22:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:55:05 22:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:55:05 22:54:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:55:05 22:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:55:05 22:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:55:05 22:55:01 veth6257921 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:55:05 22:55:01 eth0 96.22 75.76 745.09 11.95 0.00 0.00 0.00 0.00 22:55:05 22:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:55:05 22:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:55:05 Average: veth6257921 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:55:05 Average: eth0 56.39 46.53 190.08 47.59 0.00 0.00 0.00 0.00 22:55:05 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:55:05 Average: docker0 13.79 9.89 1.20 37.93 0.00 0.00 0.00 0.00 22:55:05 22:55:05 22:55:05 ---> sar -P ALL: 22:55:05 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) 22:55:05 22:55:05 22:46:06 LINUX RESTART (4 CPU) 22:55:05 22:55:05 22:47:01 CPU %user %nice %system %iowait %steal %idle 22:55:05 22:48:01 all 5.44 0.00 2.41 1.47 0.03 90.66 22:55:05 22:48:01 0 4.90 0.00 2.68 1.10 0.02 91.31 22:55:05 22:48:01 1 4.34 0.00 2.00 1.64 0.03 91.98 22:55:05 22:48:01 2 7.07 0.00 2.45 1.71 0.05 88.72 22:55:05 22:48:01 3 5.44 0.00 2.50 1.43 0.02 90.62 22:55:05 22:49:01 all 0.19 0.00 0.05 0.00 0.00 99.75 22:55:05 22:49:01 0 0.05 0.00 0.05 0.00 0.02 99.88 22:55:05 22:49:01 1 0.17 0.00 0.05 0.00 0.00 99.78 22:55:05 22:49:01 2 0.05 0.00 0.07 0.00 0.00 99.88 22:55:05 22:49:01 3 0.48 0.00 0.05 0.00 0.00 99.47 22:55:05 22:50:01 all 0.18 0.00 0.04 0.00 0.00 99.78 22:55:05 22:50:01 0 0.05 0.00 0.02 0.00 0.00 99.93 22:55:05 22:50:01 1 0.12 0.00 0.03 0.00 0.00 99.85 22:55:05 22:50:01 2 0.07 0.00 0.05 0.00 0.00 99.88 22:55:05 22:50:01 3 0.48 0.00 0.05 0.00 0.00 99.47 22:55:05 22:51:01 all 0.05 0.00 0.03 0.00 0.01 99.91 22:55:05 22:51:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:55:05 22:51:01 1 0.10 0.00 0.05 0.00 0.02 99.83 22:55:05 22:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:55:05 22:51:01 3 0.03 0.00 0.03 0.00 0.02 99.92 22:55:05 22:52:01 all 0.17 0.00 0.08 0.00 0.00 99.75 22:55:05 22:52:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:55:05 22:52:01 1 0.10 0.00 0.07 0.00 0.00 99.83 22:55:05 22:52:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:55:05 22:52:01 3 0.52 0.00 0.20 0.00 0.02 99.27 22:55:05 22:53:01 all 0.15 0.00 0.04 0.00 0.00 99.81 22:55:05 22:53:01 0 0.00 0.00 0.02 0.00 0.00 99.98 22:55:05 22:53:01 1 0.42 0.00 0.03 0.00 0.00 99.55 22:55:05 22:53:01 2 0.05 0.00 0.03 0.00 0.02 99.90 22:55:05 22:53:01 3 0.12 0.00 0.08 0.00 0.00 99.80 22:55:05 22:54:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:55:05 22:54:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:55:05 22:54:01 1 0.55 0.00 0.03 0.02 0.00 99.40 22:55:05 22:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:55:05 22:54:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:55:05 22:55:01 all 3.31 0.00 2.31 1.16 0.02 93.20 22:55:05 22:55:01 0 2.75 0.00 2.21 0.08 0.02 94.94 22:55:05 22:55:01 1 4.88 0.00 2.70 3.30 0.02 89.10 22:55:05 22:55:01 2 2.75 0.00 2.03 0.91 0.03 94.28 22:55:05 22:55:01 3 2.88 0.00 2.30 0.35 0.00 94.47 22:55:05 Average: all 1.20 0.00 0.62 0.33 0.01 97.84 22:55:05 Average: 0 0.97 0.00 0.63 0.15 0.01 98.24 22:55:05 Average: 1 1.33 0.00 0.62 0.62 0.01 97.43 22:55:05 Average: 2 1.25 0.00 0.58 0.33 0.01 97.83 22:55:05 Average: 3 1.24 0.00 0.65 0.22 0.01 97.88 22:55:05 22:55:05 22:55:05