Pull request #498 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-functions-sdk-go Obtained Jenkinsfile from a9438f1c50ea4488a12a933de222d57149c9062b+d4297c3f0affce4b46d730e2d159065f9736cf70 (8f834f337f1527332477fc3e8ce12d12db859cac) 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 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 > 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 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 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1392 in /w/workspace/ndry_app-functions-sdk-go_PR-498 [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-498 # 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 a9438f1c50ea4488a12a933de222d57149c9062b Merge succeeded, producing a9438f1c50ea4488a12a933de222d57149c9062b Checking out Revision a9438f1c50ea4488a12a933de222d57149c9062b (PR-498) > 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/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a9438f1c50ea4488a12a933de222d57149c9062b # 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 a9438f1c50ea4488a12a933de222d57149c9062b # timeout=10 Commit message: "Merge branch 'master' into mqtt-trigger" First time build. Skipping changelog. > git rev-list --no-walk 5dee3996fc62105f77e2d06bebe601c29a7710b7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:59:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:59:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:59:00 ========================================================= 23:59:00 EdgeX Global Pipelines Version Info 23:59:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:59:02 ------------------- 23:59:02 stable info: 23:59:02 ------------------- 23:59:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:59:02 Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 23:59:02 Message: update stable to v1.0.128 23:59:03 ------------------- 23:59:03 experimental info: 23:59:03 ------------------- 23:59:03 Commited By: **** collab-it+edgex@linuxfoundation.org 23:59:03 Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 23:59:03 Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 23:59:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 23:59:03 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 23:59:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:59:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:59:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:59:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:59:04 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:59:04 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:59:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:59:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:59:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:59:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 23:59:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:59:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:59:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:59:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:59:05 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:59:05 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:59:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:59:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:59:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:59:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 23:59:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:59:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:59:06 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:59:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-498 [Pipeline] echo 23:59:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-498 [Pipeline] echo 23:59:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-498 [Pipeline] echo 23:59:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a9438f1c50ea4488a12a933de222d57149c9062b [Pipeline] echo 23:59:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a9438f1 [Pipeline] echo 23:59:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:59:07 + git log --format=format:%s -1 a9438f1c50ea4488a12a933de222d57149c9062b [Pipeline] echo 23:59:07 GIT_COMMIT: a9438f1c50ea4488a12a933de222d57149c9062b, Commit Message: Merge branch 'master' into mqtt-trigger [Pipeline] echo 23:59:07 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:59:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:59:08 23:59:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:59:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:59:08 latest: Pulling from edgex-devops/git-semver 23:59:08 31603596830f: Pulling fs layer 23:59:08 2a8b12db71e7: Pulling fs layer 23:59:08 6ca5941a6612: Pulling fs layer 23:59:08 ecc8261a40a4: Pulling fs layer 23:59:08 ecc8261a40a4: Waiting 23:59:08 2a8b12db71e7: Verifying Checksum 23:59:08 2a8b12db71e7: Download complete 23:59:08 31603596830f: Verifying Checksum 23:59:08 31603596830f: Download complete 23:59:08 6ca5941a6612: Verifying Checksum 23:59:08 6ca5941a6612: Download complete 23:59:08 ecc8261a40a4: Verifying Checksum 23:59:08 ecc8261a40a4: Download complete 23:59:09 31603596830f: Pull complete 23:59:09 2a8b12db71e7: Pull complete 23:59:10 6ca5941a6612: Pull complete 23:59:10 ecc8261a40a4: Pull complete 23:59:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:59:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:59:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:59:10 prd-centos7-docker-4c-2g-1392 does not seem to be running inside a container 23:59:10 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-498 -v /w/workspace/ndry_app-functions-sdk-go_PR-498:/w/workspace/ndry_app-functions-sdk-go_PR-498:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-498@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-498@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:10004/edgex-devops/git-semver:latest cat 23:59:12 $ docker top c0b998f235f36ffc5d6a7dde589e922296905d1bdc5ad53df43ff2b6211f4c69 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:59:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:59:12 [ssh-agent] Looking for ssh-agent implementation... 23:59:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:59:13 $ docker exec c0b998f235f36ffc5d6a7dde589e922296905d1bdc5ad53df43ff2b6211f4c69 ssh-agent 23:59:13 SSH_AUTH_SOCK=/tmp/ssh-4vxiOyReq4Jw/agent.11 23:59:13 SSH_AGENT_PID=17 23:59:13 Running ssh-add (command line suppressed) 23:59:13 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/private_key_2253353561000852178.key (/w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/private_key_2253353561000852178.key) 23:59:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:59:13 + git describe --exact-match --tags HEAD 23:59:13 fatal: no tag exactly matches 'a9438f1c50ea4488a12a933de222d57149c9062b' [Pipeline] } 23:59:13 $ docker exec --env ******** --env ******** c0b998f235f36ffc5d6a7dde589e922296905d1bdc5ad53df43ff2b6211f4c69 ssh-agent -k 23:59:13 unset SSH_AUTH_SOCK; 23:59:13 unset SSH_AGENT_PID; 23:59:13 echo Agent pid 17 killed; 23:59:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 23:59:14 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 23:59:14 This usually means this commit has not been tagged. [Pipeline] sshagent 23:59:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:59:14 [ssh-agent] Looking for ssh-agent implementation... 23:59:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:59:14 $ docker exec c0b998f235f36ffc5d6a7dde589e922296905d1bdc5ad53df43ff2b6211f4c69 ssh-agent 23:59:14 SSH_AUTH_SOCK=/tmp/ssh-5EM9Wywn9fsX/agent.45 23:59:14 SSH_AGENT_PID=50 23:59:14 Running ssh-add (command line suppressed) 23:59:14 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/private_key_3056134019017789803.key (/w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/private_key_3056134019017789803.key) 23:59:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:59:15 + git semver init 23:59:15 # -> Open(): unable to determine branch for HEAD 23:59:15 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-498/.git 23:59:15 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-498 23:59:15 # $SEMVER_REMOTE_NAME = origin 23:59:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:59:15 # $SEMVER_USER_NAME = edgex-jenkins 23:59:15 # $SEMVER_BRANCH = PR-498 23:59:15 # $SEMVER_TEMP = /tmp/semver-519062002 23:59:15 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 23:59:17 # '/tmp/semver-519062002' -> '/w/workspace/ndry_app-functions-sdk-go_PR-498/.semver' 23:59:17 # -> Force: false 23:59:17 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-498/.semver [Pipeline] } 23:59:17 $ docker exec --env ******** --env ******** c0b998f235f36ffc5d6a7dde589e922296905d1bdc5ad53df43ff2b6211f4c69 ssh-agent -k 23:59:17 unset SSH_AUTH_SOCK; 23:59:17 unset SSH_AGENT_PID; 23:59:17 echo Agent pid 50 killed; 23:59:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:59:18 + git semver [Pipeline] } 23:59:18 $ docker stop --time=1 c0b998f235f36ffc5d6a7dde589e922296905d1bdc5ad53df43ff2b6211f4c69 23:59:19 $ docker rm -f c0b998f235f36ffc5d6a7dde589e922296905d1bdc5ad53df43ff2b6211f4c69 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 23:59:22 Stashed 52 file(s) [Pipeline] echo 23:59:22 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 23:59:22 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 23:59:38 Still waiting to schedule task 23:59:38 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:59:38 Still waiting to schedule task 23:59:38 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 00:01:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1393 in /w/workspace/ndry_app-functions-sdk-go_PR-498 [Pipeline] { [Pipeline] ws 00:01:40 Running in /w/workspace/app-functions-sdk-go/14 [Pipeline] { [Pipeline] checkout 00:01:46 using credential edgex-jenkins-ssh 00:01:46 Cloning the remote Git repository 00:01:46 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 00:01:46 > git init /w/workspace/app-functions-sdk-go/14 # timeout=10 00:01:46 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 00:01:46 > git --version # timeout=10 00:01:46 > git --version # 'git version 2.17.1' 00:01:46 using GIT_SSH to set credentials SSH Credentials for GitHub 00:01:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:01:49 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 00:01:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:01:49 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 00:01:50 Merging remotes/origin/master commit d4297c3f0affce4b46d730e2d159065f9736cf70 into PR head commit a9438f1c50ea4488a12a933de222d57149c9062b 00:01:50 Merge succeeded, producing a9438f1c50ea4488a12a933de222d57149c9062b 00:01:50 Checking out Revision a9438f1c50ea4488a12a933de222d57149c9062b (PR-498) 00:01:49 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 00:01:49 using GIT_SSH to set credentials SSH Credentials for GitHub 00:01:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:01:50 > git config core.sparsecheckout # timeout=10 00:01:50 > git checkout -f a9438f1c50ea4488a12a933de222d57149c9062b # timeout=10 00:01:50 > git remote # timeout=10 00:01:50 > git config --get remote.origin.url # timeout=10 00:01:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:01:50 > git merge d4297c3f0affce4b46d730e2d159065f9736cf70 # timeout=10 00:01:50 > git rev-parse HEAD^{commit} # timeout=10 00:01:50 > git config core.sparsecheckout # timeout=10 00:01:50 > git checkout -f a9438f1c50ea4488a12a933de222d57149c9062b # timeout=10 00:01:54 Commit message: "Merge branch 'master' into mqtt-trigger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 00:01:58 Running on prd-centos7-docker-4c-2g-1394 in /w/workspace/ndry_app-functions-sdk-go_PR-498 [Pipeline] { [Pipeline] ws 00:01:58 Running in /w/workspace/app-functions-sdk-go/14 [Pipeline] { [Pipeline] checkout [Pipeline] echo 00:01:58 ========================================================= 00:01:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:01:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:01:59 + 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 . 00:02:00 Sending build context to Docker daemon 37.44MB 00:02:00 Step 1/8 : ARG BASE=golang:1.15-alpine 00:02:00 Step 2/8 : FROM ${BASE} 00:02:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:02:01 b538f80385f9: Pulling fs layer 00:02:01 74f711af9a0d: Pulling fs layer 00:02:01 99f96fe45779: Pulling fs layer 00:02:01 8529a6b9a6be: Pulling fs layer 00:02:01 45590311c82a: Pulling fs layer 00:02:01 69ca0ff8b7b3: Pulling fs layer 00:02:01 209524e5b208: Pulling fs layer 00:02:01 8529a6b9a6be: Waiting 00:02:01 45590311c82a: Waiting 00:02:01 209524e5b208: Waiting 00:02:01 99f96fe45779: Verifying Checksum 00:02:01 99f96fe45779: Download complete 00:02:01 74f711af9a0d: Download complete 00:02:01 45590311c82a: Download complete 00:02:01 69ca0ff8b7b3: Verifying Checksum 00:02:01 69ca0ff8b7b3: Download complete 00:02:01 using credential edgex-jenkins-ssh 00:02:01 Cloning the remote Git repository 00:02:01 b538f80385f9: Verifying Checksum 00:02:01 b538f80385f9: Download complete 00:02:02 b538f80385f9: Pull complete 00:02:01 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 00:02:01 > git init /w/workspace/app-functions-sdk-go/14 # timeout=10 00:02:01 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 00:02:01 > git --version # timeout=10 00:02:01 > git --version # 'git version 2.16.5' 00:02:01 using GIT_SSH to set credentials SSH Credentials for GitHub 00:02:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:02:03 74f711af9a0d: Pull complete 00:02:03 99f96fe45779: Pull complete 00:02:03 209524e5b208: Verifying Checksum 00:02:03 209524e5b208: Download complete 00:02:05 8529a6b9a6be: Verifying Checksum 00:02:05 8529a6b9a6be: Download complete 00:02:07 Merging remotes/origin/master commit d4297c3f0affce4b46d730e2d159065f9736cf70 into PR head commit a9438f1c50ea4488a12a933de222d57149c9062b 00:02:07 Merge succeeded, producing a9438f1c50ea4488a12a933de222d57149c9062b 00:02:07 Checking out Revision a9438f1c50ea4488a12a933de222d57149c9062b (PR-498) 00:02:07 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 00:02:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:02:07 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 00:02:07 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 00:02:07 using GIT_SSH to set credentials SSH Credentials for GitHub 00:02:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:02:07 > git config core.sparsecheckout # timeout=10 00:02:07 > git checkout -f a9438f1c50ea4488a12a933de222d57149c9062b # timeout=10 00:02:07 > git remote # timeout=10 00:02:07 > git config --get remote.origin.url # timeout=10 00:02:07 using GIT_SSH to set credentials SSH Credentials for GitHub 00:02:07 > git merge d4297c3f0affce4b46d730e2d159065f9736cf70 # timeout=10 00:02:07 > git rev-parse HEAD^{commit} # timeout=10 00:02:07 > git config core.sparsecheckout # timeout=10 00:02:07 > git checkout -f a9438f1c50ea4488a12a933de222d57149c9062b # timeout=10 00:02:11 Commit message: "Merge branch 'master' into mqtt-trigger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 00:02:13 ========================================================= 00:02:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:02:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:02:14 + 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 . 00:02:14 Sending build context to Docker daemon 37.44MB 00:02:14 Step 1/8 : ARG BASE=golang:1.15-alpine 00:02:14 Step 2/8 : FROM ${BASE} 00:02:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:02:14 df20fa9351a1: Pulling fs layer 00:02:14 ed8968b2872e: Pulling fs layer 00:02:14 a92cc7c5fd73: Pulling fs layer 00:02:14 e871e8e8d7a9: Pulling fs layer 00:02:14 e73272ec9a57: Pulling fs layer 00:02:14 1e910a182e73: Pulling fs layer 00:02:14 4e634b169226: Pulling fs layer 00:02:14 e73272ec9a57: Waiting 00:02:14 1e910a182e73: Waiting 00:02:14 4e634b169226: Waiting 00:02:14 e871e8e8d7a9: Waiting 00:02:14 a92cc7c5fd73: Verifying Checksum 00:02:14 a92cc7c5fd73: Download complete 00:02:14 ed8968b2872e: Verifying Checksum 00:02:14 ed8968b2872e: Download complete 00:02:14 e73272ec9a57: Verifying Checksum 00:02:14 e73272ec9a57: Download complete 00:02:14 1e910a182e73: Verifying Checksum 00:02:14 1e910a182e73: Download complete 00:02:14 df20fa9351a1: Verifying Checksum 00:02:14 df20fa9351a1: Download complete 00:02:15 df20fa9351a1: Pull complete 00:02:15 ed8968b2872e: Pull complete 00:02:15 a92cc7c5fd73: Pull complete 00:02:15 8529a6b9a6be: Pull complete 00:02:15 45590311c82a: Pull complete 00:02:16 69ca0ff8b7b3: Pull complete 00:02:16 4e634b169226: Verifying Checksum 00:02:16 4e634b169226: Download complete 00:02:17 e871e8e8d7a9: Verifying Checksum 00:02:17 e871e8e8d7a9: Download complete 00:02:19 209524e5b208: Pull complete 00:02:19 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 00:02:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:02:19 ---> 5bddaf1c2fca 00:02:19 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:02:20 latest: Pulling from library/docker 00:02:20 b538f80385f9: Already exists 00:02:20 259a493cd78d: Pulling fs layer 00:02:20 b8e66b5100f5: Pulling fs layer 00:02:20 7f8258a56ab6: Pulling fs layer 00:02:20 75a0a0ebb566: Pulling fs layer 00:02:20 4a2c62f0a2a3: Pulling fs layer 00:02:20 294320357d30: Pulling fs layer 00:02:20 75a0a0ebb566: Waiting 00:02:20 4a2c62f0a2a3: Waiting 00:02:20 294320357d30: Waiting 00:02:20 b8e66b5100f5: Verifying Checksum 00:02:20 b8e66b5100f5: Download complete 00:02:20 259a493cd78d: Verifying Checksum 00:02:20 259a493cd78d: Download complete 00:02:20 75a0a0ebb566: Download complete 00:02:20 4a2c62f0a2a3: Verifying Checksum 00:02:20 4a2c62f0a2a3: Download complete 00:02:20 294320357d30: Verifying Checksum 00:02:20 294320357d30: Download complete 00:02:21 259a493cd78d: Pull complete 00:02:21 7f8258a56ab6: Verifying Checksum 00:02:21 7f8258a56ab6: Download complete 00:02:21 b8e66b5100f5: Pull complete 00:02:22 e871e8e8d7a9: Pull complete 00:02:22 e73272ec9a57: Pull complete 00:02:22 1e910a182e73: Pull complete 00:02:24 7f8258a56ab6: Pull complete 00:02:24 75a0a0ebb566: Pull complete 00:02:25 4a2c62f0a2a3: Pull complete 00:02:25 294320357d30: Pull complete 00:02:25 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 00:02:25 Status: Downloaded newer image for docker:latest 00:02:26 4e634b169226: Pull complete 00:02:26 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 00:02:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:02:26 ---> f7629b54cfaa 00:02:26 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:02:27 latest: Pulling from library/docker 00:02:27 df20fa9351a1: Already exists 00:02:27 25ad7478873d: Pulling fs layer 00:02:27 4684f6177b5d: Pulling fs layer 00:02:27 8ba584e970af: Pulling fs layer 00:02:27 3cdc74d2b06d: Pulling fs layer 00:02:27 4cf5a0d07c1f: Pulling fs layer 00:02:27 fca0ccc462d5: Pulling fs layer 00:02:27 3cdc74d2b06d: Waiting 00:02:27 fca0ccc462d5: Waiting 00:02:27 4684f6177b5d: Verifying Checksum 00:02:27 4684f6177b5d: Download complete 00:02:27 25ad7478873d: Verifying Checksum 00:02:27 25ad7478873d: Download complete 00:02:27 3cdc74d2b06d: Verifying Checksum 00:02:27 3cdc74d2b06d: Download complete 00:02:27 4cf5a0d07c1f: Verifying Checksum 00:02:27 4cf5a0d07c1f: Download complete 00:02:28 fca0ccc462d5: Verifying Checksum 00:02:28 fca0ccc462d5: Download complete 00:02:28 25ad7478873d: Pull complete 00:02:28 4684f6177b5d: Pull complete 00:02:28 8ba584e970af: Verifying Checksum 00:02:28 8ba584e970af: Download complete 00:02:31 8ba584e970af: Pull complete 00:02:31 3cdc74d2b06d: Pull complete 00:02:31 4cf5a0d07c1f: Pull complete 00:02:31 fca0ccc462d5: Pull complete 00:02:31 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 00:02:31 Status: Downloaded newer image for docker:latest 00:02:32 ---> f4a723ce8ffc 00:02:32 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:02:32 ---> Running in b9e6a991e8d9 00:02:32 Removing intermediate container b9e6a991e8d9 00:02:32 ---> a5aaaf693d36 00:02:32 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 00:02:32 ---> Running in 8d2796d4ad17 00:02:32 ---> 845c2ab0e707 00:02:32 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:02:32 ---> Running in 11ac3369fe7e 00:02:32 Removing intermediate container 11ac3369fe7e 00:02:32 ---> 9b10e16127aa 00:02:32 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 00:02:33 ---> Running in 154264395ee7 00:02:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:02:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:02:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:02:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:02:34 (1/5) Installing libsodium (1.0.18-r0) 00:02:34 (2/5) Installing libzmq (4.3.3-r0) 00:02:34 (1/5) Installing libsodium (1.0.18-r0) 00:02:35 (3/5) Installing pkgconf (1.7.2-r0) 00:02:35 (4/5) Installing libsodium-dev (1.0.18-r0) 00:02:35 (2/5) Installing libzmq (4.3.3-r0) 00:02:35 (3/5) Installing pkgconf (1.7.2-r0) 00:02:35 (4/5) Installing libsodium-dev (1.0.18-r0) 00:02:35 (5/5) Installing zeromq-dev (4.3.3-r0) 00:02:35 Executing busybox-1.31.1-r16.trigger 00:02:35 OK: 167 MiB in 44 packages 00:02:35 (5/5) Installing zeromq-dev (4.3.3-r0) 00:02:35 Executing busybox-1.31.1-r16.trigger 00:02:35 OK: 144 MiB in 44 packages 00:02:35 Removing intermediate container 154264395ee7 00:02:35 ---> 0c19087d706f 00:02:35 Step 6/8 : WORKDIR /build 00:02:35 ---> Running in 3244461f8c3c 00:02:35 Removing intermediate container 3244461f8c3c 00:02:35 ---> f10c1f016994 00:02:35 Step 7/8 : COPY go.mod . 00:02:36 ---> e5df453bc2cc 00:02:36 Step 8/8 : RUN go mod download 00:02:36 ---> Running in 5adfc6f4b270 00:02:36 Removing intermediate container 8d2796d4ad17 00:02:36 ---> 12a73532e09b 00:02:36 Step 6/8 : WORKDIR /build 00:02:36 ---> Running in 0f6925d28124 00:02:37 Removing intermediate container 0f6925d28124 00:02:37 ---> d63f3453904f 00:02:37 Step 7/8 : COPY go.mod . 00:02:38 ---> 7863a6363889 00:02:38 Step 8/8 : RUN go mod download 00:02:38 ---> Running in 3f2503367594 00:03:03 Removing intermediate container 5adfc6f4b270 00:03:03 ---> ac7b9e45e7b8 00:03:03 Successfully built ac7b9e45e7b8 00:03:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:03:03 + docker inspect -f . ci-base-image-x86_64 00:03:03 . [Pipeline] withDockerContainer 00:03:03 prd-centos7-docker-4c-2g-1394 does not seem to be running inside a container 00:03:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/14 -v /w/workspace/app-functions-sdk-go/14:/w/workspace/app-functions-sdk-go/14:rw,z -v /w/workspace/app-functions-sdk-go/14@tmp:/w/workspace/app-functions-sdk-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:03:04 $ docker top 9c717dec6923ff209c41e47d7e0ad37c1232c552f86c2071fe643b4014b04ddb -eo pid,comm [Pipeline] { 00:03:04 Removing intermediate container 3f2503367594 00:03:04 ---> 1ae86f8d9587 00:03:04 Successfully built 1ae86f8d9587 00:03:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 00:03:05 + go version 00:03:05 go version go1.15.2 linux/amd64 [Pipeline] } 00:03:05 $ docker stop --time=1 9c717dec6923ff209c41e47d7e0ad37c1232c552f86c2071fe643b4014b04ddb 00:03:05 + docker inspect -f . ci-base-image-arm64 00:03:05 . 00:03:06 $ docker rm -f 9c717dec6923ff209c41e47d7e0ad37c1232c552f86c2071fe643b4014b04ddb [Pipeline] // withDockerContainer [Pipeline] withDockerContainer 00:03:07 prd-ubuntu18.04-docker-arm64-4c-16g-1393 does not seem to be running inside a container 00:03:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/14 -v /w/workspace/app-functions-sdk-go/14:/w/workspace/app-functions-sdk-go/14:rw,z -v /w/workspace/app-functions-sdk-go/14@tmp:/w/workspace/app-functions-sdk-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:03:09 $ docker top 91241cb6833f823a236d27f131bd4e5aeb473008e6d4bf711aa03a4c816cffb8 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:03:10 + docker inspect -f . ci-base-image-x86_64 00:03:10 . [Pipeline] withDockerContainer 00:03:10 + go version 00:03:10 go version go1.15.2 linux/arm64 00:03:10 prd-centos7-docker-4c-2g-1394 does not seem to be running inside a container 00:03:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/14 -v /w/workspace/app-functions-sdk-go/14:/w/workspace/app-functions-sdk-go/14:rw,z -v /w/workspace/app-functions-sdk-go/14@tmp:/w/workspace/app-functions-sdk-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:03:11 $ docker top ccc0b222f1f4c398a5f5f2f01ad7367cc590776f55777e273be6461162011edc -eo pid,comm [Pipeline] { [Pipeline] } 00:03:11 $ docker stop --time=1 91241cb6833f823a236d27f131bd4e5aeb473008e6d4bf711aa03a4c816cffb8 00:03:13 $ docker rm -f 91241cb6833f823a236d27f131bd4e5aeb473008e6d4bf711aa03a4c816cffb8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage 00:03:14 + make test 00:03:14 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:03:14 + docker inspect -f . ci-base-image-arm64 00:03:14 . [Pipeline] withDockerContainer 00:03:15 prd-ubuntu18.04-docker-arm64-4c-16g-1393 does not seem to be running inside a container 00:03:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/14 -v /w/workspace/app-functions-sdk-go/14:/w/workspace/app-functions-sdk-go/14:rw,z -v /w/workspace/app-functions-sdk-go/14@tmp:/w/workspace/app-functions-sdk-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:03:15 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 00:03:17 $ docker top bc6c7a398120cd59aa7ff835ae0abc808810e5ecfdb9983116613ca8a128fc2f -eo pid,comm [Pipeline] { [Pipeline] sh 00:03:18 + make test 00:03:18 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 00:03:20 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 00:03:24 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.109s coverage: 86.2% of statements 00:03:39 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.037s coverage: 55.4% of statements 00:03:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 00:03:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 00:03:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.031s coverage: 53.5% of statements 00:03:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 00:03:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.271s coverage: 69.1% of statements 00:03:42 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.090s coverage: 86.2% of statements 00:03:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.498s coverage: 61.6% of statements 00:03:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.005s coverage: 89.5% of statements 00:03:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements 00:03:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.082s coverage: 100.0% of statements 00:03:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements 00:03:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 00:03:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 00:03:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 00:03:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 00:03:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 00:03:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 00:03:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 00:03:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 00:03:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.004s coverage: 96.6% of statements 00:03:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 00:03:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.005s coverage: 97.7% of statements 00:03:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 00:03:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 00:03:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.008s coverage: 9.4% of statements 00:03:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.999s coverage: 75.0% of statements 00:03:51 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 00:03:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.012s coverage: 89.7% of statements 00:03:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.009s coverage: 88.9% of statements 00:03:51 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.102s coverage: 80.5% of statements 00:03:51 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.007s coverage: 71.7% of statements 00:04:09 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.515s coverage: 70.6% of statements 00:04:09 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements 00:04:09 CGO_ENABLED=1 GO111MODULE=on go vet ./... 00:04:12 gofmt -l . 00:04:12 [ "`gofmt -l .`" = "" ] 00:04:12 ./bin/test-go-mod-tidy.sh [Pipeline] stash 00:04:13 Stashed 1 file(s) [Pipeline] } 00:04:13 $ docker stop --time=1 ccc0b222f1f4c398a5f5f2f01ad7367cc590776f55777e273be6461162011edc 00:04:15 $ docker rm -f ccc0b222f1f4c398a5f5f2f01ad7367cc590776f55777e273be6461162011edc [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] } 00:04:21 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.066s coverage: 55.4% of statements 00:04:21 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 00:04:21 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 00:04:21 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.097s coverage: 53.5% of statements 00:04:21 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 00:04:21 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.359s coverage: 69.1% of statements 00:04:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.511s coverage: 61.6% of statements 00:04:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.017s coverage: 89.5% of statements 00:04:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.011s coverage: 100.0% of statements 00:04:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.111s coverage: 100.0% of statements 00:04:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.011s coverage: 100.0% of statements 00:04:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.013s coverage: 100.0% of statements 00:04:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 00:04:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 00:04:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 00:04:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 00:04:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 00:04:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 00:04:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 00:04:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.011s coverage: 96.6% of statements 00:04:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 00:04:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.012s coverage: 97.7% of statements 00:04:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 00:04:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 00:04:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.023s coverage: 9.4% of statements 00:04:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.074s coverage: 75.0% of statements 00:04:34 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 00:04:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.039s coverage: 89.7% of statements 00:04:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.027s coverage: 88.9% of statements 00:04:34 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.129s coverage: 80.5% of statements 00:04:34 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.027s coverage: 71.7% of statements 00:05:00 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.818s coverage: 70.6% of statements 00:05:00 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.014s coverage: 94.4% of statements 00:05:00 CGO_ENABLED=1 GO111MODULE=on go vet ./... 00:05:13 gofmt -l . 00:05:13 [ "`gofmt -l .`" = "" ] 00:05:13 ./bin/test-go-mod-tidy.sh [Pipeline] stash 00:05:13 Warning: overwriting stash ‘coverage-report’ 00:05:14 Stashed 1 file(s) [Pipeline] } 00:05:14 $ docker stop --time=1 bc6c7a398120cd59aa7ff835ae0abc808810e5ecfdb9983116613ca8a128fc2f 00:05:16 $ docker rm -f bc6c7a398120cd59aa7ff835ae0abc808810e5ecfdb9983116613ca8a128fc2f [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 00:05:19 provisioning config files... 00:05:19 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/config2898117380111438985tmp [Pipeline] { [Pipeline] sh 00:05:19 + curl -s https://codecov.io/bash 00:05:19 + bash -s - -t @/w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/config2898117380111438985tmp [Pipeline] } 00:05:19 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 00:05:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:05:23 ---> package-listing.sh 00:05:23 ++ facter osfamily 00:05:23 ++ tr '[:upper:]' '[:lower:]' 00:05:23 + OS_FAMILY=redhat 00:05:23 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-498 00:05:23 + START_PACKAGES=/tmp/packages_start.txt 00:05:23 + END_PACKAGES=/tmp/packages_end.txt 00:05:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:05:23 + PACKAGES=/tmp/packages_start.txt 00:05:23 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-498 ']' 00:05:23 + PACKAGES=/tmp/packages_end.txt 00:05:23 + case "${OS_FAMILY}" in 00:05:23 + rpm -qa 00:05:23 + sort 00:05:27 + '[' -f /tmp/packages_start.txt ']' 00:05:27 + '[' -f /tmp/packages_end.txt ']' 00:05:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:05:27 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-498 ']' 00:05:27 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-498/archives/ 00:05:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-498/archives/ [Pipeline] isUnix [Pipeline] sh 00:05:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:05:27 00:05:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:05:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:05:28 alpine: Pulling from edgex-lftools-log-publisher 00:05:28 df20fa9351a1: Pulling fs layer 00:05:28 36b3adc4ff6f: Pulling fs layer 00:05:28 8ad3a11d3b57: Pulling fs layer 00:05:28 46f8f816bc3b: Pulling fs layer 00:05:28 0dadc02b9964: Pulling fs layer 00:05:28 ce6a7cf60c04: Pulling fs layer 00:05:28 7a184a31f384: Pulling fs layer 00:05:28 0879bd2ef858: Pulling fs layer 00:05:28 0dadc02b9964: Waiting 00:05:28 ce6a7cf60c04: Waiting 00:05:28 7a184a31f384: Waiting 00:05:28 0879bd2ef858: Waiting 00:05:28 36b3adc4ff6f: Verifying Checksum 00:05:28 46f8f816bc3b: Verifying Checksum 00:05:28 46f8f816bc3b: Download complete 00:05:28 df20fa9351a1: Verifying Checksum 00:05:28 df20fa9351a1: Download complete 00:05:28 ce6a7cf60c04: Verifying Checksum 00:05:28 ce6a7cf60c04: Download complete 00:05:28 7a184a31f384: Verifying Checksum 00:05:28 7a184a31f384: Download complete 00:05:28 0dadc02b9964: Download complete 00:05:28 8ad3a11d3b57: Verifying Checksum 00:05:28 8ad3a11d3b57: Download complete 00:05:28 df20fa9351a1: Pull complete 00:05:28 36b3adc4ff6f: Pull complete 00:05:29 0879bd2ef858: Verifying Checksum 00:05:29 0879bd2ef858: Download complete 00:05:29 8ad3a11d3b57: Pull complete 00:05:29 46f8f816bc3b: Pull complete 00:05:29 0dadc02b9964: Pull complete 00:05:29 ce6a7cf60c04: Pull complete 00:05:30 7a184a31f384: Pull complete 00:05:32 0879bd2ef858: Pull complete 00:05:32 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 00:05:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:05:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:05:32 prd-centos7-docker-4c-2g-1392 does not seem to be running inside a container 00:05:33 $ 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-498 -v /w/workspace/ndry_app-functions-sdk-go_PR-498:/w/workspace/ndry_app-functions-sdk-go_PR-498:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-498@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-498@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:05:38 $ docker top 2f24fff819bd99e26f84e20e22b28a6a9ca4f2b3242e468e1a3b6b0e5daef8b4 -eo pid,comm [Pipeline] { [Pipeline] sh 00:05:39 + mkdir -p /var/log/sa [Pipeline] sh 00:05:39 + ls /var/log/sa-host 00:05:39 + sadf -c /var/log/sa-host/sa05 00:05:39 file_magic: OK 00:05:39 HZ: Using current value: 100 00:05:39 file_header: OK 00:05:39 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 00:05:39 Statistics: 00:05:39 Hnuu...uuuununununu...Hnuu...uuuununununu... 00:05:39 File successfully converted to sysstat format version 12.2.1 00:05:39 + sadf -c /var/log/sa-host/sa24 00:05:39 file_magic: OK 00:05:39 HZ: Using current value: 100 00:05:39 file_header: OK 00:05:39 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 00:05:39 Statistics: 00:05:39 HRHnuu...uuuununununu... 00:05:39 File successfully converted to sysstat format version 12.2.1 00:05:39 + sadf -c /var/log/sa-host/sa25 00:05:39 file_magic: OK 00:05:39 HZ: Using current value: 100 00:05:39 file_header: OK 00:05:39 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 00:05:39 Statistics: 00:05:39 Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:05:39 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:05:39 provisioning config files... 00:05:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/config11984271916337898tmp [Pipeline] { [Pipeline] echo 00:05:39 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:05:40 ---> create-netrc.sh [Pipeline] echo 00:05:40 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:05:40 ---> logs-deploy.sh 00:05:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-498/14 00:05:40 INFO: archiving workspace using pattern(s): 00:05:41 Archives upload complete. 00:05:41 INFO: archiving logs to Nexus 00:05:42 ---> uname -a: 00:05:42 Linux 2f24fff819bd 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 00:05:42 00:05:42 00:05:42 ---> lscpu: 00:05:42 Architecture: x86_64 00:05:42 CPU op-mode(s): 32-bit, 64-bit 00:05:42 Byte Order: Little Endian 00:05:42 Address sizes: 40 bits physical, 48 bits virtual 00:05:42 CPU(s): 4 00:05:42 On-line CPU(s) list: 0-3 00:05:42 Thread(s) per core: 1 00:05:42 Core(s) per socket: 1 00:05:42 Socket(s): 4 00:05:42 NUMA node(s): 1 00:05:42 Vendor ID: GenuineIntel 00:05:42 CPU family: 6 00:05:42 Model: 44 00:05:42 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:05:42 Stepping: 1 00:05:42 CPU MHz: 2933.436 00:05:42 BogoMIPS: 5866.87 00:05:42 Virtualization: VT-x 00:05:42 Hypervisor vendor: KVM 00:05:42 Virtualization type: full 00:05:42 L1d cache: 128 KiB 00:05:42 L1i cache: 128 KiB 00:05:42 L2 cache: 16 MiB 00:05:42 L3 cache: 64 MiB 00:05:42 NUMA node0 CPU(s): 0-3 00:05:42 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:05:42 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:05:42 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:05:42 Vulnerability Meltdown: Mitigation; PTI 00:05:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:05:42 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:05:42 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:05:42 Vulnerability Tsx async abort: Not affected 00:05:42 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:05:42 00:05:42 00:05:42 ---> nproc: 00:05:42 4 00:05:42 00:05:42 00:05:42 ---> df -h: 00:05:42 Filesystem Size Used Available Use% Mounted on 00:05:42 overlay 50.0G 7.0G 43.0G 14% / 00:05:42 tmpfs 64.0M 0 64.0M 0% /dev 00:05:42 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:05:42 shm 64.0M 0 64.0M 0% /dev/shm 00:05:42 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf 00:05:42 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname 00:05:42 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts 00:05:42 /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host 00:05:42 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/ndry_app-functions-sdk-go_PR-498 00:05:42 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/ndry_app-functions-sdk-go_PR-498@tmp 00:05:42 00:05:42 00:05:42 ---> free -m: 00:05:42 total used free shared buff/cache available 00:05:42 Mem: 1837 672 137 0 1026 1058 00:05:42 Swap: 1023 1 1022 00:05:42 00:05:42 00:05:42 ---> ip addr: 00:05:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:05:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:05:42 inet 127.0.0.1/8 scope host lo 00:05:42 valid_lft forever preferred_lft forever 00:05:42 6: eth0@if7: mtu 1458 qdisc noqueue state UP 00:05:42 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 00:05:42 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 00:05:42 valid_lft forever preferred_lft forever 00:05:42 00:05:42 00:05:42 ---> sar -b -r -n DEV: 00:05:42 Linux 3.10.0-1127.el7.x86_64 (prd-centos7-docker-4c-2g-1392.vexxhost.local) 09/25/20 _x86_64_ (4 CPU) 00:05:42 00:05:42 00:00:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:05:42 00:01:01 1.58 0.02 1.57 0.00 0.13 29.05 0.00 00:05:42 00:02:01 0.53 0.12 0.42 0.00 2.13 6.64 0.00 00:05:42 00:03:01 0.32 0.00 0.32 0.00 0.00 4.11 0.00 00:05:42 00:04:01 0.23 0.00 0.23 0.00 0.00 3.35 0.00 00:05:42 00:05:01 0.30 0.02 0.28 0.00 0.13 3.51 0.00 00:05:42 Average: 0.59 0.03 0.56 0.00 0.48 9.34 0.00 00:05:42 00:05:42 00:00:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:05:42 00:01:01 230708 0 579448 30.80 2620 1068780 1075024 36.69 448468 1044824 8 00:05:42 00:02:01 229884 0 580128 30.83 2620 1068924 1073236 36.63 449004 1044896 12 00:05:42 00:03:01 228776 0 581232 30.89 2620 1068928 1073176 36.63 453360 1041844 8 00:05:42 00:04:01 229304 0 580696 30.86 2620 1068936 1073128 36.62 478704 1016176 8 00:05:42 00:05:01 228608 0 581388 30.90 2620 1068940 1073212 36.63 479236 1016132 12 00:05:42 Average: 229456 0 580578 30.86 2620 1068902 1073555 36.64 461754 1032774 10 00:05:42 00:05:42 00:00:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:05:42 00:01:01 eth0 0.75 0.10 0.06 0.01 0.00 0.00 0.00 0.00 00:05:42 00:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:05:42 00:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:05:42 00:02:01 eth0 1.00 0.37 0.32 0.20 0.00 0.00 0.00 0.00 00:05:42 00:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:05:42 00:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:05:42 00:03:01 eth0 0.50 0.28 0.27 0.20 0.00 0.00 0.00 0.00 00:05:42 00:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:05:42 00:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:05:42 00:04:01 eth0 0.93 0.10 0.15 0.07 0.00 0.00 0.00 0.00 00:05:42 00:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:05:42 00:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:05:42 00:05:01 eth0 0.88 0.35 0.36 0.20 0.00 0.00 0.00 0.00 00:05:42 00:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:05:42 00:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:05:42 Average: eth0 0.81 0.24 0.23 0.13 0.00 0.00 0.00 0.00 00:05:42 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:05:42 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:05:42 00:05:42 00:05:42 ---> sar -P ALL: 00:05:42 Linux 3.10.0-1127.el7.x86_64 (prd-centos7-docker-4c-2g-1392.vexxhost.local) 09/25/20 _x86_64_ (4 CPU) 00:05:42 00:05:42 00:00:01 CPU %user %nice %system %iowait %steal %idle 00:05:42 00:01:01 all 0.17 0.00 0.06 0.00 0.00 99.77 00:05:42 00:01:01 0 0.03 0.00 0.07 0.00 0.00 99.90 00:05:42 00:01:01 1 0.10 0.00 0.07 0.00 0.02 99.82 00:05:42 00:01:01 2 0.52 0.00 0.05 0.00 0.00 99.43 00:05:42 00:01:01 3 0.03 0.00 0.05 0.00 0.00 99.92 00:05:42 00:02:01 all 0.16 0.00 0.04 0.01 0.00 99.79 00:05:42 00:02:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:05:42 00:02:01 1 0.07 0.00 0.07 0.02 0.00 99.85 00:05:42 00:02:01 2 0.53 0.00 0.03 0.02 0.00 99.42 00:05:42 00:02:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:05:42 00:03:01 all 0.13 0.00 0.03 0.00 0.00 99.84 00:05:42 00:03:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:05:42 00:03:01 1 0.05 0.00 0.07 0.00 0.00 99.88 00:05:42 00:03:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:05:42 00:03:01 3 0.43 0.00 0.02 0.00 0.00 99.55 00:05:42 00:04:01 all 0.15 0.00 0.07 0.00 0.01 99.77 00:05:42 00:04:01 0 0.02 0.00 0.02 0.00 0.02 99.95 00:05:42 00:04:01 1 0.03 0.00 0.18 0.00 0.00 99.78 00:05:42 00:04:01 2 0.18 0.00 0.05 0.00 0.02 99.75 00:05:42 00:04:01 3 0.38 0.00 0.03 0.00 0.00 99.58 00:05:42 00:05:01 all 0.15 0.00 0.03 0.00 0.01 99.82 00:05:42 00:05:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:05:42 00:05:01 1 0.02 0.00 0.07 0.00 0.00 99.92 00:05:42 00:05:01 2 0.55 0.00 0.02 0.00 0.02 99.42 00:05:42 00:05:01 3 0.00 0.00 0.00 0.00 0.02 99.98 00:05:42 Average: all 0.15 0.00 0.04 0.00 0.00 99.80 00:05:42 Average: 0 0.02 0.00 0.03 0.00 0.00 99.94 00:05:42 Average: 1 0.05 0.00 0.09 0.00 0.00 99.85 00:05:42 Average: 2 0.36 0.00 0.03 0.00 0.01 99.59 00:05:42 Average: 3 0.17 0.00 0.02 0.00 0.00 99.80 00:05:42 00:05:42 00:05:42