lenny-intel commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-functions-sdk-go Obtained Jenkinsfile from 78d0103db57c684904304b0b7446412895394689+c0b07c94b028978b76e9bc5b71e585ad6e1c34c6 (f519ae17bbfc6962a17d48c0371ac2895d92fb73) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 7909e789ffc0fecf34d47f501ec8db0a80105338 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 7909e789ffc0fecf34d47f501ec8db0a80105338 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24 in /w/workspace/ndry_app-functions-sdk-go_PR-478 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_PR-478 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/478/head:refs/remotes/origin/PR-478 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/478/head:refs/remotes/origin/PR-478 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/478/head:refs/remotes/origin/PR-478 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c0b07c94b028978b76e9bc5b71e585ad6e1c34c6 into PR head commit 78d0103db57c684904304b0b7446412895394689 Merge succeeded, producing 78d0103db57c684904304b0b7446412895394689 Checking out Revision 78d0103db57c684904304b0b7446412895394689 (PR-478) > git config core.sparsecheckout # timeout=10 > git checkout -f 78d0103db57c684904304b0b7446412895394689 # 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 c0b07c94b028978b76e9bc5b71e585ad6e1c34c6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 78d0103db57c684904304b0b7446412895394689 # timeout=10 Commit message: "fix: Fixed broken unit tests now failing with Go 1.15.2" > git rev-list --no-walk 78d0103db57c684904304b0b7446412895394689 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:44:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:44:18 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:44:18 ========================================================= 21:44:18 EdgeX Global Pipelines Version Info 21:44:18 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:44:20 ------------------- 21:44:20 stable info: 21:44:20 ------------------- 21:44:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:44:20 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 21:44:20 Message: update stable to v1.0.122 21:44:22 ------------------- 21:44:22 experimental info: 21:44:22 ------------------- 21:44:22 Commited By: **** collab-it+edgex@linuxfoundation.org 21:44:22 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 21:44:22 Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 21:44:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 21:44:23 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 21:44:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:44:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:44:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:44:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:44:23 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:44:23 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:44:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:44:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:44:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:44:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 21:44:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:44:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:44:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:44:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:44:24 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:44:24 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:44:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-478 [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-478 [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-478 [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 78d0103db57c684904304b0b7446412895394689 [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 78d0103 [Pipeline] echo 21:44:25 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:44:26 + git log --format=format:%s -1 78d0103db57c684904304b0b7446412895394689 [Pipeline] echo 21:44:26 GIT_COMMIT: 78d0103db57c684904304b0b7446412895394689, Commit Message: fix: Fixed broken unit tests now failing with Go 1.15.2 [Pipeline] echo 21:44:26 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:44:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:44:27 21:44:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:44:27 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:44:27 latest: Pulling from edgex-devops/git-semver 21:44:27 31603596830f: Pulling fs layer 21:44:27 2a8b12db71e7: Pulling fs layer 21:44:27 6ca5941a6612: Pulling fs layer 21:44:27 ecc8261a40a4: Pulling fs layer 21:44:27 ecc8261a40a4: Waiting 21:44:27 2a8b12db71e7: Verifying Checksum 21:44:27 2a8b12db71e7: Download complete 21:44:27 31603596830f: Verifying Checksum 21:44:27 31603596830f: Download complete 21:44:27 ecc8261a40a4: Verifying Checksum 21:44:27 ecc8261a40a4: Download complete 21:44:27 6ca5941a6612: Verifying Checksum 21:44:27 6ca5941a6612: Download complete 21:44:28 31603596830f: Pull complete 21:44:28 2a8b12db71e7: Pull complete 21:44:29 6ca5941a6612: Pull complete 21:44:29 ecc8261a40a4: Pull complete 21:44:29 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:44:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:44:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:44:29 prd-centos7-docker-4c-2g-24 does not seem to be running inside a container 21:44:29 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-478 -v /w/workspace/ndry_app-functions-sdk-go_PR-478:/w/workspace/ndry_app-functions-sdk-go_PR-478:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-478@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-478@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:44:31 $ docker top a8f1ea726d06703b5537eab6660bdb52fbb0017e197efae88a368aaa1ab78a4a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:44:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:44:31 [ssh-agent] Looking for ssh-agent implementation... 21:44:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:44:31 $ docker exec a8f1ea726d06703b5537eab6660bdb52fbb0017e197efae88a368aaa1ab78a4a ssh-agent 21:44:32 SSH_AUTH_SOCK=/tmp/ssh-pOoC9OjijA3T/agent.12 21:44:32 SSH_AGENT_PID=17 21:44:32 Running ssh-add (command line suppressed) 21:44:32 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/private_key_4508574080228813853.key (/w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/private_key_4508574080228813853.key) 21:44:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:44:32 + git describe --exact-match --tags HEAD 21:44:32 fatal: No names found, cannot describe anything. [Pipeline] } 21:44:32 $ docker exec --env ******** --env ******** a8f1ea726d06703b5537eab6660bdb52fbb0017e197efae88a368aaa1ab78a4a ssh-agent -k 21:44:32 unset SSH_AUTH_SOCK; 21:44:32 unset SSH_AGENT_PID; 21:44:32 echo Agent pid 17 killed; 21:44:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 21:44:32 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 21:44:32 This usually means this commit has not been tagged. [Pipeline] sshagent 21:44:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:44:33 [ssh-agent] Looking for ssh-agent implementation... 21:44:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:44:33 $ docker exec a8f1ea726d06703b5537eab6660bdb52fbb0017e197efae88a368aaa1ab78a4a ssh-agent 21:44:33 SSH_AUTH_SOCK=/tmp/ssh-OEmPaIAcg3ns/agent.45 21:44:33 SSH_AGENT_PID=50 21:44:33 Running ssh-add (command line suppressed) 21:44:33 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/private_key_8134695104695818141.key (/w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/private_key_8134695104695818141.key) 21:44:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:44:33 + git semver init 21:44:33 # -> Open(): unable to determine branch for HEAD 21:44:33 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-478/.git 21:44:33 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-478 21:44:33 # $SEMVER_REMOTE_NAME = origin 21:44:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:44:33 # $SEMVER_USER_NAME = edgex-jenkins 21:44:33 # $SEMVER_BRANCH = PR-478 21:44:33 # $SEMVER_TEMP = /tmp/semver-878859527 21:44:33 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 21:45:00 # '/tmp/semver-878859527' -> '/w/workspace/ndry_app-functions-sdk-go_PR-478/.semver' 21:45:00 # -> Force: false 21:45:00 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-478/.semver [Pipeline] } 21:45:00 $ docker exec --env ******** --env ******** a8f1ea726d06703b5537eab6660bdb52fbb0017e197efae88a368aaa1ab78a4a ssh-agent -k 21:45:00 unset SSH_AUTH_SOCK; 21:45:00 unset SSH_AGENT_PID; 21:45:00 echo Agent pid 50 killed; 21:45:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:45:01 + git semver [Pipeline] } 21:45:01 $ docker stop --time=1 a8f1ea726d06703b5537eab6660bdb52fbb0017e197efae88a368aaa1ab78a4a 21:45:02 $ docker rm -f a8f1ea726d06703b5537eab6660bdb52fbb0017e197efae88a368aaa1ab78a4a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 21:45:05 Stashed 43 file(s) [Pipeline] echo 21:45:05 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 21:45:05 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 21:45:20 Still waiting to schedule task 21:45:20 Waiting for next available executor on ‘centos7-docker-4c-2g’ 21:45:20 Still waiting to schedule task 21:45:20 ‘prd-ubuntu18.04-docker-arm64-4c-16g-22’ is offline 21:47:22 Running on prd-centos7-docker-4c-2g-26 in /w/workspace/ndry_app-functions-sdk-go_PR-478 [Pipeline] { [Pipeline] ws 21:47:22 Running in /w/workspace/app-functions-sdk-go/21 [Pipeline] { [Pipeline] checkout 21:47:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25 in /w/workspace/ndry_app-functions-sdk-go_PR-478 [Pipeline] { [Pipeline] ws 21:47:22 Running in /w/workspace/app-functions-sdk-go/21 [Pipeline] { [Pipeline] checkout 21:47:25 using credential edgex-jenkins-ssh 21:47:25 Cloning the remote Git repository 21:47:25 Cloning with configured refspecs honoured and without tags 21:47:25 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 21:47:25 > git init /w/workspace/app-functions-sdk-go/21 # timeout=10 21:47:25 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:47:25 > git --version # timeout=10 21:47:25 > git --version # 'git version 2.16.5' 21:47:25 using GIT_SSH to set credentials SSH Credentials for GitHub 21:47:25 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/478/head:refs/remotes/origin/PR-478 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:47:27 Fetching without tags 21:47:27 using credential edgex-jenkins-ssh 21:47:27 Cloning the remote Git repository 21:47:27 Cloning with configured refspecs honoured and without tags 21:47:27 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:47:27 > git config --add remote.origin.fetch +refs/pull/478/head:refs/remotes/origin/PR-478 # timeout=10 21:47:27 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:47:27 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:47:27 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:47:27 using GIT_SSH to set credentials SSH Credentials for GitHub 21:47:27 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/478/head:refs/remotes/origin/PR-478 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:47:28 Merging remotes/origin/master commit c0b07c94b028978b76e9bc5b71e585ad6e1c34c6 into PR head commit 78d0103db57c684904304b0b7446412895394689 21:47:28 Merge succeeded, producing 78d0103db57c684904304b0b7446412895394689 21:47:28 Checking out Revision 78d0103db57c684904304b0b7446412895394689 (PR-478) 21:47:28 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 21:47:28 > git init /w/workspace/app-functions-sdk-go/21 # timeout=10 21:47:28 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:47:28 > git --version # timeout=10 21:47:28 > git --version # 'git version 2.17.1' 21:47:28 using GIT_SSH to set credentials SSH Credentials for GitHub 21:47:28 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/478/head:refs/remotes/origin/PR-478 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:47:28 > git config core.sparsecheckout # timeout=10 21:47:28 > git checkout -f 78d0103db57c684904304b0b7446412895394689 # timeout=10 21:47:28 > git remote # timeout=10 21:47:28 > git config --get remote.origin.url # timeout=10 21:47:28 using GIT_SSH to set credentials SSH Credentials for GitHub 21:47:28 > git merge c0b07c94b028978b76e9bc5b71e585ad6e1c34c6 # timeout=10 21:47:28 > git rev-parse HEAD^{commit} # timeout=10 21:47:28 > git config core.sparsecheckout # timeout=10 21:47:28 > git checkout -f 78d0103db57c684904304b0b7446412895394689 # timeout=10 21:47:31 Fetching without tags 21:47:31 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:47:31 > git config --add remote.origin.fetch +refs/pull/478/head:refs/remotes/origin/PR-478 # timeout=10 21:47:31 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:47:31 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:47:31 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:47:31 using GIT_SSH to set credentials SSH Credentials for GitHub 21:47:31 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/478/head:refs/remotes/origin/PR-478 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:47:32 Commit message: "fix: Fixed broken unit tests now failing with Go 1.15.2" 21:47:32 Merging remotes/origin/master commit c0b07c94b028978b76e9bc5b71e585ad6e1c34c6 into PR head commit 78d0103db57c684904304b0b7446412895394689 21:47:33 Merge succeeded, producing 78d0103db57c684904304b0b7446412895394689 21:47:33 Checking out Revision 78d0103db57c684904304b0b7446412895394689 (PR-478) 21:47:32 > git config core.sparsecheckout # timeout=10 21:47:32 > git checkout -f 78d0103db57c684904304b0b7446412895394689 # timeout=10 21:47:32 > git remote # timeout=10 21:47:32 > git config --get remote.origin.url # timeout=10 21:47:32 using GIT_SSH to set credentials SSH Credentials for GitHub 21:47:33 > git merge c0b07c94b028978b76e9bc5b71e585ad6e1c34c6 # timeout=10 21:47:33 > git rev-parse HEAD^{commit} # timeout=10 21:47:33 > git config core.sparsecheckout # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 21:47:33 > git checkout -f 78d0103db57c684904304b0b7446412895394689 # timeout=10 [Pipeline] echo 21:47:35 ========================================================= 21:47:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:47:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:47:36 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 21:47:36 Sending build context to Docker daemon 37.16MB 21:47:36 Step 1/8 : ARG BASE=golang:1.15-alpine 21:47:36 Step 2/8 : FROM ${BASE} 21:47:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:47:36 df20fa9351a1: Pulling fs layer 21:47:36 ed8968b2872e: Pulling fs layer 21:47:36 a92cc7c5fd73: Pulling fs layer 21:47:36 e871e8e8d7a9: Pulling fs layer 21:47:36 e73272ec9a57: Pulling fs layer 21:47:36 1e910a182e73: Pulling fs layer 21:47:36 4e634b169226: Pulling fs layer 21:47:36 e73272ec9a57: Waiting 21:47:36 1e910a182e73: Waiting 21:47:36 4e634b169226: Waiting 21:47:36 e871e8e8d7a9: Waiting 21:47:37 a92cc7c5fd73: Verifying Checksum 21:47:37 a92cc7c5fd73: Download complete 21:47:37 ed8968b2872e: Verifying Checksum 21:47:37 ed8968b2872e: Download complete 21:47:37 e73272ec9a57: Download complete 21:47:37 1e910a182e73: Verifying Checksum 21:47:37 1e910a182e73: Download complete 21:47:37 df20fa9351a1: Verifying Checksum 21:47:37 df20fa9351a1: Download complete 21:47:37 Commit message: "fix: Fixed broken unit tests now failing with Go 1.15.2" 21:47:37 df20fa9351a1: Pull complete 21:47:37 ed8968b2872e: Pull complete 21:47:37 a92cc7c5fd73: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 21:47:40 4e634b169226: Verifying Checksum 21:47:40 4e634b169226: Download complete 21:47:40 e871e8e8d7a9: Verifying Checksum 21:47:40 e871e8e8d7a9: Download complete [Pipeline] echo 21:47:40 ========================================================= 21:47:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:47:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:47:41 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 21:47:42 Sending build context to Docker daemon 37.16MB 21:47:42 Step 1/8 : ARG BASE=golang:1.15-alpine 21:47:42 Step 2/8 : FROM ${BASE} 21:47:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:47:43 b538f80385f9: Pulling fs layer 21:47:43 74f711af9a0d: Pulling fs layer 21:47:43 99f96fe45779: Pulling fs layer 21:47:43 8529a6b9a6be: Pulling fs layer 21:47:43 45590311c82a: Pulling fs layer 21:47:43 69ca0ff8b7b3: Pulling fs layer 21:47:43 209524e5b208: Pulling fs layer 21:47:43 69ca0ff8b7b3: Waiting 21:47:43 209524e5b208: Waiting 21:47:43 8529a6b9a6be: Waiting 21:47:43 45590311c82a: Waiting 21:47:43 99f96fe45779: Verifying Checksum 21:47:43 99f96fe45779: Download complete 21:47:43 74f711af9a0d: Verifying Checksum 21:47:43 74f711af9a0d: Download complete 21:47:43 45590311c82a: Verifying Checksum 21:47:43 45590311c82a: Download complete 21:47:43 69ca0ff8b7b3: Verifying Checksum 21:47:43 69ca0ff8b7b3: Download complete 21:47:43 b538f80385f9: Verifying Checksum 21:47:43 b538f80385f9: Download complete 21:47:44 b538f80385f9: Pull complete 21:47:44 74f711af9a0d: Pull complete 21:47:45 99f96fe45779: Pull complete 21:47:45 e871e8e8d7a9: Pull complete 21:47:45 e73272ec9a57: Pull complete 21:47:45 1e910a182e73: Pull complete 21:47:46 209524e5b208: Verifying Checksum 21:47:46 209524e5b208: Download complete 21:47:47 8529a6b9a6be: Verifying Checksum 21:47:47 8529a6b9a6be: Download complete 21:47:53 4e634b169226: Pull complete 21:47:53 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 21:47:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:47:53 ---> f7629b54cfaa 21:47:53 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:47:53 latest: Pulling from library/docker 21:47:53 df20fa9351a1: Already exists 21:47:53 25ad7478873d: Pulling fs layer 21:47:53 4684f6177b5d: Pulling fs layer 21:47:53 46e300cec669: Pulling fs layer 21:47:53 63038576ad94: Pulling fs layer 21:47:53 0fdb76c4706c: Pulling fs layer 21:47:53 cb7edeffdfd5: Pulling fs layer 21:47:53 63038576ad94: Waiting 21:47:53 cb7edeffdfd5: Waiting 21:47:53 0fdb76c4706c: Waiting 21:47:54 4684f6177b5d: Verifying Checksum 21:47:54 4684f6177b5d: Download complete 21:47:54 25ad7478873d: Verifying Checksum 21:47:54 25ad7478873d: Download complete 21:47:54 63038576ad94: Verifying Checksum 21:47:54 63038576ad94: Download complete 21:47:54 0fdb76c4706c: Verifying Checksum 21:47:54 0fdb76c4706c: Download complete 21:47:54 cb7edeffdfd5: Verifying Checksum 21:47:54 cb7edeffdfd5: Download complete 21:47:54 25ad7478873d: Pull complete 21:47:54 4684f6177b5d: Pull complete 21:47:54 46e300cec669: Verifying Checksum 21:47:54 46e300cec669: Download complete 21:47:57 46e300cec669: Pull complete 21:47:57 63038576ad94: Pull complete 21:47:57 0fdb76c4706c: Pull complete 21:47:57 cb7edeffdfd5: Pull complete 21:47:57 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 21:47:57 Status: Downloaded newer image for docker:latest 21:47:57 8529a6b9a6be: Pull complete 21:47:57 45590311c82a: Pull complete 21:47:58 69ca0ff8b7b3: Pull complete 21:47:58 ---> 5c0168cd45a1 21:47:58 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:47:59 ---> Running in a21a5b5d97b4 21:47:59 Removing intermediate container a21a5b5d97b4 21:47:59 ---> 207614ff7468 21:47:59 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 21:47:59 ---> Running in 290a60cb51a3 21:47:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:48:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:48:01 (1/5) Installing libsodium (1.0.18-r0) 21:48:01 (2/5) Installing libzmq (4.3.3-r0) 21:48:01 (3/5) Installing pkgconf (1.7.2-r0) 21:48:01 (4/5) Installing libsodium-dev (1.0.18-r0) 21:48:01 209524e5b208: Pull complete 21:48:01 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 21:48:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:48:01 ---> 5bddaf1c2fca 21:48:01 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:48:01 (5/5) Installing zeromq-dev (4.3.3-r0) 21:48:01 Executing busybox-1.31.1-r16.trigger 21:48:01 OK: 167 MiB in 44 packages 21:48:01 latest: Pulling from library/docker 21:48:01 b538f80385f9: Already exists 21:48:02 259a493cd78d: Pulling fs layer 21:48:02 b8e66b5100f5: Pulling fs layer 21:48:02 39dc9c94d07c: Pulling fs layer 21:48:02 551b823b3b82: Pulling fs layer 21:48:02 3c52a74df98c: Pulling fs layer 21:48:02 6c9b121b6998: Pulling fs layer 21:48:02 551b823b3b82: Waiting 21:48:02 3c52a74df98c: Waiting 21:48:02 b8e66b5100f5: Verifying Checksum 21:48:02 b8e66b5100f5: Download complete 21:48:02 Removing intermediate container 290a60cb51a3 21:48:02 ---> 8cd6fdac4829 21:48:02 Step 6/8 : WORKDIR /build 21:48:02 ---> Running in 8a6fd89273d9 21:48:02 259a493cd78d: Verifying Checksum 21:48:02 259a493cd78d: Download complete 21:48:02 551b823b3b82: Verifying Checksum 21:48:02 551b823b3b82: Download complete 21:48:02 3c52a74df98c: Verifying Checksum 21:48:02 3c52a74df98c: Download complete 21:48:02 6c9b121b6998: Verifying Checksum 21:48:02 6c9b121b6998: Download complete 21:48:02 Removing intermediate container 8a6fd89273d9 21:48:02 ---> 94eeb33775c9 21:48:02 Step 7/8 : COPY go.mod . 21:48:02 ---> 4b8c0733c498 21:48:02 Step 8/8 : RUN go mod download 21:48:02 ---> Running in 53b29092e932 21:48:03 259a493cd78d: Pull complete 21:48:03 b8e66b5100f5: Pull complete 21:48:03 39dc9c94d07c: Verifying Checksum 21:48:03 39dc9c94d07c: Download complete 21:48:07 39dc9c94d07c: Pull complete 21:48:07 551b823b3b82: Pull complete 21:48:07 3c52a74df98c: Pull complete 21:48:08 6c9b121b6998: Pull complete 21:48:08 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 21:48:08 Status: Downloaded newer image for docker:latest 21:48:14 ---> 93f48644673f 21:48:14 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:48:14 ---> Running in b1cb247c8809 21:48:14 Removing intermediate container b1cb247c8809 21:48:14 ---> f177185add61 21:48:14 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 21:48:14 ---> Running in d113c73285a2 21:48:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:48:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:48:18 (1/5) Installing libsodium (1.0.18-r0) 21:48:18 (2/5) Installing libzmq (4.3.3-r0) 21:48:18 (3/5) Installing pkgconf (1.7.2-r0) 21:48:18 (4/5) Installing libsodium-dev (1.0.18-r0) 21:48:18 (5/5) Installing zeromq-dev (4.3.3-r0) 21:48:18 Executing busybox-1.31.1-r16.trigger 21:48:18 OK: 144 MiB in 44 packages 21:48:20 Removing intermediate container d113c73285a2 21:48:20 ---> 41a95a21815e 21:48:20 Step 6/8 : WORKDIR /build 21:48:20 ---> Running in 2e593a28227c 21:48:20 Removing intermediate container 2e593a28227c 21:48:20 ---> 215681f06ac3 21:48:20 Step 7/8 : COPY go.mod . 21:48:21 ---> 1d1750d9d4e1 21:48:21 Step 8/8 : RUN go mod download 21:48:21 ---> Running in 375d013c5afd 21:48:29 Removing intermediate container 53b29092e932 21:48:29 ---> bbc1816f89d4 21:48:29 Successfully built bbc1816f89d4 21:48:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:48:30 + docker inspect -f . ci-base-image-x86_64 21:48:30 . [Pipeline] withDockerContainer 21:48:30 prd-centos7-docker-4c-2g-26 does not seem to be running inside a container 21:48:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/21 -v /w/workspace/app-functions-sdk-go/21:/w/workspace/app-functions-sdk-go/21:rw,z -v /w/workspace/app-functions-sdk-go/21@tmp:/w/workspace/app-functions-sdk-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:48:31 $ docker top 97bfcb4e0566328d27b0ed1b50226b34dd29e99ade9a7290275f022dba26e3c1 -eo pid,comm [Pipeline] { [Pipeline] sh 21:48:31 + go version 21:48:31 go version go1.15.2 linux/amd64 [Pipeline] } 21:48:31 $ docker stop --time=1 97bfcb4e0566328d27b0ed1b50226b34dd29e99ade9a7290275f022dba26e3c1 21:48:32 $ docker rm -f 97bfcb4e0566328d27b0ed1b50226b34dd29e99ade9a7290275f022dba26e3c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:48:33 + docker inspect -f . ci-base-image-x86_64 21:48:33 . [Pipeline] withDockerContainer 21:48:33 prd-centos7-docker-4c-2g-26 does not seem to be running inside a container 21:48:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/21 -v /w/workspace/app-functions-sdk-go/21:/w/workspace/app-functions-sdk-go/21:rw,z -v /w/workspace/app-functions-sdk-go/21@tmp:/w/workspace/app-functions-sdk-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:48:34 $ docker top 86fd58777079a0d8ac9ecf6e57e7f6f7da6a764c48d4236647d89d82e2c5f2b4 -eo pid,comm [Pipeline] { [Pipeline] sh 21:48:35 + make test 21:48:35 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:48:36 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 21:48:43 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.143s coverage: 86.2% of statements 21:48:53 Removing intermediate container 375d013c5afd 21:48:53 ---> b7daaf8ae0f6 21:48:53 Successfully built b7daaf8ae0f6 21:48:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:48:54 + docker inspect -f . ci-base-image-arm64 21:48:54 . [Pipeline] withDockerContainer 21:48:54 prd-ubuntu18.04-docker-arm64-4c-16g-25 does not seem to be running inside a container 21:48:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/21 -v /w/workspace/app-functions-sdk-go/21:/w/workspace/app-functions-sdk-go/21:rw,z -v /w/workspace/app-functions-sdk-go/21@tmp:/w/workspace/app-functions-sdk-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:48:56 $ docker top 442a395b151a89affba558002d128a91a454519c0f7d2d4b2f0b6c51b2bb0212 -eo pid,comm [Pipeline] { [Pipeline] sh 21:48:57 + go version 21:48:57 go version go1.15.2 linux/arm64 [Pipeline] } 21:48:57 $ docker stop --time=1 442a395b151a89affba558002d128a91a454519c0f7d2d4b2f0b6c51b2bb0212 21:48:58 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.023s coverage: 56.1% of statements 21:48:58 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 21:48:58 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 21:48:58 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.022s coverage: 53.5% of statements 21:48:58 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 21:48:58 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.253s coverage: 69.1% of statements 21:48:59 $ docker rm -f 442a395b151a89affba558002d128a91a454519c0f7d2d4b2f0b6c51b2bb0212 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:49:01 + docker inspect -f . ci-base-image-arm64 21:49:01 . [Pipeline] withDockerContainer 21:49:01 prd-ubuntu18.04-docker-arm64-4c-16g-25 does not seem to be running inside a container 21:49:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/21 -v /w/workspace/app-functions-sdk-go/21:/w/workspace/app-functions-sdk-go/21:rw,z -v /w/workspace/app-functions-sdk-go/21@tmp:/w/workspace/app-functions-sdk-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:49:03 $ docker top 141c01de420832c5c9f9aac9afe21def517f9ef5b62266c3b84a9d3045b9c64a -eo pid,comm [Pipeline] { [Pipeline] sh 21:49:05 + make test 21:49:05 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 21:49:07 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 21:49:13 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.471s coverage: 61.6% of statements 21:49:13 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.005s coverage: 89.5% of statements 21:49:13 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.004s coverage: 100.0% of statements 21:49:13 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.080s coverage: 100.0% of statements 21:49:13 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.004s coverage: 100.0% of statements 21:49:13 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 21:49:13 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 21:49:13 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 21:49:13 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 21:49:13 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 21:49:13 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 21:49:13 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 21:49:13 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 21:49:13 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.004s coverage: 96.6% of statements 21:49:13 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 21:49:13 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.004s coverage: 97.7% of statements 21:49:13 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 21:49:13 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 21:49:13 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.008s coverage: 9.4% of statements 21:49:13 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.014s coverage: 75.0% of statements 21:49:13 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.011s coverage: 89.3% of statements 21:49:13 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.008s coverage: 88.9% of statements 21:49:13 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.099s coverage: 80.0% of statements 21:49:28 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.424s coverage: 71.6% of statements 21:49:28 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements 21:49:28 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:49:29 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.087s coverage: 86.2% of statements 21:49:31 gofmt -l . 21:49:31 [ "`gofmt -l .`" = "" ] 21:49:31 ./bin/test-go-mod-tidy.sh [Pipeline] stash 21:49:32 Stashed 1 file(s) [Pipeline] } 21:49:32 $ docker stop --time=1 86fd58777079a0d8ac9ecf6e57e7f6f7da6a764c48d4236647d89d82e2c5f2b4 21:49:33 $ docker rm -f 86fd58777079a0d8ac9ecf6e57e7f6f7da6a764c48d4236647d89d82e2c5f2b4 [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] } 21:50:08 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.062s coverage: 56.1% of statements 21:50:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 21:50:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 21:50:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.103s coverage: 53.5% of statements 21:50:08 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 21:50:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.380s coverage: 69.1% of statements 21:50:16 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.553s coverage: 61.6% of statements 21:50:16 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.015s coverage: 89.5% of statements 21:50:16 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.016s coverage: 100.0% of statements 21:50:16 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.105s coverage: 100.0% of statements 21:50:16 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.013s coverage: 100.0% of statements 21:50:16 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.014s coverage: 100.0% of statements 21:50:16 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 21:50:16 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 21:50:16 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 21:50:16 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 21:50:16 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 21:50:16 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 21:50:16 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 21:50:16 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.014s coverage: 96.6% of statements 21:50:16 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 21:50:16 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.012s coverage: 97.7% of statements 21:50:16 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 21:50:16 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 21:50:16 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.024s coverage: 9.4% of statements 21:50:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.253s coverage: 75.0% of statements 21:50:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.062s coverage: 89.3% of statements 21:50:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.027s coverage: 88.9% of statements 21:50:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.139s coverage: 80.0% of statements 21:50:44 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.760s coverage: 71.6% of statements 21:50:44 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.012s coverage: 94.4% of statements 21:50:44 CGO_ENABLED=1 GO111MODULE=on go vet ./... 21:50:59 gofmt -l . 21:50:59 [ "`gofmt -l .`" = "" ] 21:50:59 ./bin/test-go-mod-tidy.sh [Pipeline] stash 21:50:59 Warning: overwriting stash ‘coverage-report’ 21:51:00 Stashed 1 file(s) [Pipeline] } 21:51:00 $ docker stop --time=1 141c01de420832c5c9f9aac9afe21def517f9ef5b62266c3b84a9d3045b9c64a 21:51:02 $ docker rm -f 141c01de420832c5c9f9aac9afe21def517f9ef5b62266c3b84a9d3045b9c64a [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 21:51:05 provisioning config files... 21:51:05 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/config6442680935611716976tmp [Pipeline] { [Pipeline] sh 21:51:05 + curl -s https://codecov.io/bash 21:51:05 + bash -s - -t @/w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/config6442680935611716976tmp [Pipeline] } 21:51:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 21:51:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:51:08 ---> package-listing.sh 21:51:08 ++ facter osfamily 21:51:08 ++ tr '[:upper:]' '[:lower:]' 21:51:08 + OS_FAMILY=redhat 21:51:08 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-478 21:51:08 + START_PACKAGES=/tmp/packages_start.txt 21:51:08 + END_PACKAGES=/tmp/packages_end.txt 21:51:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:51:08 + PACKAGES=/tmp/packages_start.txt 21:51:08 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-478 ']' 21:51:08 + PACKAGES=/tmp/packages_end.txt 21:51:08 + case "${OS_FAMILY}" in 21:51:08 + rpm -qa 21:51:08 + sort 21:51:12 + '[' -f /tmp/packages_start.txt ']' 21:51:12 + '[' -f /tmp/packages_end.txt ']' 21:51:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:51:12 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-478 ']' 21:51:12 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-478/archives/ 21:51:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-478/archives/ [Pipeline] isUnix [Pipeline] sh 21:51:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:51:12 21:51:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:51:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:51:13 alpine: Pulling from edgex-lftools-log-publisher 21:51:13 df20fa9351a1: Pulling fs layer 21:51:13 36b3adc4ff6f: Pulling fs layer 21:51:13 8ad3a11d3b57: Pulling fs layer 21:51:13 46f8f816bc3b: Pulling fs layer 21:51:13 0dadc02b9964: Pulling fs layer 21:51:13 ce6a7cf60c04: Pulling fs layer 21:51:13 7a184a31f384: Pulling fs layer 21:51:13 0879bd2ef858: Pulling fs layer 21:51:13 0dadc02b9964: Waiting 21:51:13 ce6a7cf60c04: Waiting 21:51:13 7a184a31f384: Waiting 21:51:13 46f8f816bc3b: Waiting 21:51:13 0879bd2ef858: Waiting 21:51:13 36b3adc4ff6f: Verifying Checksum 21:51:13 36b3adc4ff6f: Download complete 21:51:13 46f8f816bc3b: Verifying Checksum 21:51:13 46f8f816bc3b: Download complete 21:51:13 df20fa9351a1: Verifying Checksum 21:51:13 df20fa9351a1: Download complete 21:51:13 ce6a7cf60c04: Verifying Checksum 21:51:13 ce6a7cf60c04: Download complete 21:51:13 7a184a31f384: Verifying Checksum 21:51:13 7a184a31f384: Download complete 21:51:13 df20fa9351a1: Pull complete 21:51:13 0dadc02b9964: Verifying Checksum 21:51:13 0dadc02b9964: Download complete 21:51:13 8ad3a11d3b57: Verifying Checksum 21:51:13 8ad3a11d3b57: Download complete 21:51:13 36b3adc4ff6f: Pull complete 21:51:14 0879bd2ef858: Verifying Checksum 21:51:14 0879bd2ef858: Download complete 21:51:14 8ad3a11d3b57: Pull complete 21:51:14 46f8f816bc3b: Pull complete 21:51:14 0dadc02b9964: Pull complete 21:51:15 ce6a7cf60c04: Pull complete 21:51:15 7a184a31f384: Pull complete 21:51:17 0879bd2ef858: Pull complete 21:51:17 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 21:51:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:51:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:51:17 prd-centos7-docker-4c-2g-24 does not seem to be running inside a container 21:51:17 $ 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-478 -v /w/workspace/ndry_app-functions-sdk-go_PR-478:/w/workspace/ndry_app-functions-sdk-go_PR-478:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-478@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-478@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:51:21 $ docker top 47e251e4571072813395d4a35c197b51f891be4dc089edf68a2c3b0b23449fef -eo pid,comm [Pipeline] { [Pipeline] sh 21:51:22 + mkdir -p /var/log/sa [Pipeline] sh 21:51:22 + ls /var/log/sa-host 21:51:22 + sadf -c /var/log/sa-host/sa05 21:51:22 file_magic: OK 21:51:22 HZ: Using current value: 100 21:51:22 file_header: OK 21:51:22 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:51:22 Statistics: 21:51:22 Hnuu...uuuununununu...Hnuu...uuuununununu... 21:51:22 File successfully converted to sysstat format version 12.2.1 21:51:22 + sadf -c /var/log/sa-host/sa16 21:51:22 file_magic: OK 21:51:22 HZ: Using current value: 100 21:51:22 file_header: OK 21:51:22 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:51:22 Statistics: 21:51:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:51:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:51:22 provisioning config files... 21:51:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/config27757479868223943tmp [Pipeline] { [Pipeline] echo 21:51:22 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:51:22 ---> create-netrc.sh [Pipeline] echo 21:51:23 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:51:23 ---> logs-deploy.sh 21:51:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-478/21 21:51:23 INFO: archiving workspace using pattern(s): 21:51:24 Archives upload complete. 21:51:24 INFO: archiving logs to Nexus 21:51:25 ---> uname -a: 21:51:25 Linux 47e251e45710 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 21:51:25 21:51:25 21:51:25 ---> lscpu: 21:51:25 Architecture: x86_64 21:51:25 CPU op-mode(s): 32-bit, 64-bit 21:51:25 Byte Order: Little Endian 21:51:25 Address sizes: 40 bits physical, 48 bits virtual 21:51:25 CPU(s): 4 21:51:25 On-line CPU(s) list: 0-3 21:51:25 Thread(s) per core: 1 21:51:25 Core(s) per socket: 1 21:51:25 Socket(s): 4 21:51:25 NUMA node(s): 1 21:51:25 Vendor ID: GenuineIntel 21:51:25 CPU family: 6 21:51:25 Model: 44 21:51:25 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:51:25 Stepping: 1 21:51:25 CPU MHz: 2933.438 21:51:25 BogoMIPS: 5866.87 21:51:25 Virtualization: VT-x 21:51:25 Hypervisor vendor: KVM 21:51:25 Virtualization type: full 21:51:25 L1d cache: 128 KiB 21:51:25 L1i cache: 128 KiB 21:51:25 L2 cache: 16 MiB 21:51:25 L3 cache: 64 MiB 21:51:25 NUMA node0 CPU(s): 0-3 21:51:25 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:51:25 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:51:25 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:51:25 Vulnerability Meltdown: Mitigation; PTI 21:51:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:51:25 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:51:25 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:51:25 Vulnerability Tsx async abort: Not affected 21:51:25 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 21:51:25 21:51:25 21:51:25 ---> nproc: 21:51:25 4 21:51:25 21:51:25 21:51:25 ---> df -h: 21:51:25 Filesystem Size Used Available Use% Mounted on 21:51:25 overlay 50.0G 7.0G 43.0G 14% / 21:51:25 tmpfs 64.0M 0 64.0M 0% /dev 21:51:25 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:51:25 shm 64.0M 0 64.0M 0% /dev/shm 21:51:25 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf 21:51:25 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname 21:51:25 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts 21:51:25 /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host 21:51:25 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/ndry_app-functions-sdk-go_PR-478 21:51:25 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/ndry_app-functions-sdk-go_PR-478@tmp 21:51:25 21:51:25 21:51:25 ---> free -m: 21:51:25 total used free shared buff/cache available 21:51:25 Mem: 1837 664 129 0 1043 1066 21:51:25 Swap: 1023 1 1022 21:51:25 21:51:25 21:51:25 ---> ip addr: 21:51:25 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:51:25 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:51:25 inet 127.0.0.1/8 scope host lo 21:51:25 valid_lft forever preferred_lft forever 21:51:25 6: eth0@if7: mtu 1458 qdisc noqueue state UP 21:51:25 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 21:51:25 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 21:51:25 valid_lft forever preferred_lft forever 21:51:25 21:51:25 21:51:25 ---> sar -b -r -n DEV: 21:51:25 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/16/20 _x86_64_ (4 CPU) 21:51:25 21:51:25 21:43:28 LINUX RESTART (4 CPU) 21:51:25 21:51:25 21:44:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:51:25 21:45:01 77.42 29.09 48.33 0.00 7247.93 6656.75 0.00 21:51:25 21:46:01 5.31 1.86 3.45 0.00 87.11 62.30 0.00 21:51:25 21:47:01 0.57 0.00 0.57 0.00 0.00 8.31 0.00 21:51:25 21:48:01 0.47 0.00 0.47 0.00 0.00 6.41 0.00 21:51:25 21:49:01 0.18 0.00 0.18 0.00 0.00 2.10 0.00 21:51:25 21:50:01 0.35 0.00 0.35 0.00 0.00 5.13 0.00 21:51:25 21:51:01 0.30 0.02 0.28 0.00 0.13 2.85 0.00 21:51:25 Average: 12.09 4.43 7.66 0.00 1048.52 964.00 0.00 21:51:25 21:51:25 21:44:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:51:25 21:45:01 219100 0 583900 31.03 2620 1075936 1198960 40.92 436944 1066264 120 21:51:25 21:46:01 225848 0 592500 31.49 2620 1060588 1100016 37.54 454856 1042720 20 21:51:25 21:47:01 233060 0 585284 31.11 2620 1060592 1064988 36.35 454164 1037096 8 21:51:25 21:48:01 231012 0 587328 31.22 2620 1060596 1065180 36.35 457076 1036520 8 21:51:25 21:49:01 232508 0 585828 31.14 2620 1060600 1064988 36.35 463436 1028888 8 21:51:25 21:50:01 231064 0 587264 31.21 2620 1060608 1065072 36.35 469092 1025020 8 21:51:25 21:51:01 231376 0 586948 31.19 2620 1060612 1065000 36.35 485072 1008652 8 21:51:25 Average: 229138 0 587007 31.20 2620 1062790 1089172 37.17 460091 1035023 26 21:51:25 21:51:25 21:44:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:51:25 21:45:01 veth29509ae 109.80 84.01 10.83 302.47 0.00 0.00 0.00 0.00 21:51:25 21:45:01 eth0 681.86 528.86 1641.16 112.47 0.00 0.00 0.00 0.00 21:51:25 21:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:51:25 21:45:01 docker0 109.80 83.87 9.33 302.45 0.00 0.00 0.00 0.00 21:51:25 21:46:01 eth0 114.14 81.45 29.17 320.38 0.00 0.00 0.00 0.00 21:51:25 21:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:51:25 21:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:51:25 21:47:01 eth0 1.20 0.08 0.11 0.01 0.00 0.00 0.00 0.00 21:51:25 21:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:51:25 21:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:51:25 21:48:01 eth0 0.63 0.45 0.28 0.26 0.00 0.00 0.00 0.00 21:51:25 21:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:51:25 21:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:51:25 21:49:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:51:25 21:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:51:25 21:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:51:25 21:50:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 21:51:25 21:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:51:25 21:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:51:25 21:51:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:51:25 21:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:51:25 21:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:51:25 Average: eth0 114.09 87.36 238.83 61.90 0.00 0.00 0.00 0.00 21:51:25 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:51:25 Average: docker0 15.70 11.99 1.33 43.23 0.00 0.00 0.00 0.00 21:51:25 21:51:25 21:51:25 ---> sar -P ALL: 21:51:25 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/16/20 _x86_64_ (4 CPU) 21:51:25 21:51:25 21:43:28 LINUX RESTART (4 CPU) 21:51:25 21:51:25 21:44:01 CPU %user %nice %system %iowait %steal %idle 21:51:25 21:45:01 all 11.82 0.00 4.77 1.91 0.02 81.48 21:51:25 21:45:01 0 11.07 0.00 5.98 5.79 0.02 77.14 21:51:25 21:45:01 1 11.66 0.00 4.53 0.61 0.02 83.18 21:51:25 21:45:01 2 11.66 0.00 4.48 0.54 0.03 83.29 21:51:25 21:45:01 3 12.87 0.00 4.10 0.72 0.02 82.28 21:51:25 21:46:01 all 1.49 0.00 0.36 0.04 0.00 98.11 21:51:25 21:46:01 0 1.00 0.00 0.47 0.00 0.00 98.53 21:51:25 21:46:01 1 1.25 0.00 0.33 0.10 0.00 98.32 21:51:25 21:46:01 2 1.09 0.00 0.40 0.02 0.00 98.50 21:51:25 21:46:01 3 2.62 0.00 0.23 0.03 0.02 97.10 21:51:25 21:47:01 all 0.04 0.00 0.04 0.00 0.00 99.92 21:51:25 21:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:51:25 21:47:01 1 0.07 0.00 0.05 0.00 0.00 99.88 21:51:25 21:47:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:51:25 21:47:01 3 0.02 0.00 0.03 0.00 0.00 99.95 21:51:25 21:48:01 all 0.04 0.00 0.02 0.00 0.00 99.93 21:51:25 21:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:51:25 21:48:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:51:25 21:48:01 2 0.03 0.00 0.03 0.00 0.02 99.92 21:51:25 21:48:01 3 0.03 0.00 0.00 0.00 0.00 99.97 21:51:25 21:49:01 all 0.02 0.00 0.05 0.00 0.00 99.93 21:51:25 21:49:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:51:25 21:49:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:51:25 21:49:01 2 0.02 0.00 0.08 0.00 0.00 99.90 21:51:25 21:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:51:25 21:50:01 all 0.14 0.00 0.05 0.00 0.00 99.81 21:51:25 21:50:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:51:25 21:50:01 1 0.48 0.00 0.03 0.00 0.00 99.48 21:51:25 21:50:01 2 0.02 0.00 0.08 0.00 0.00 99.90 21:51:25 21:50:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:51:25 21:51:01 all 0.15 0.00 0.03 0.00 0.00 99.82 21:51:25 21:51:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:51:25 21:51:01 1 0.50 0.00 0.03 0.00 0.00 99.47 21:51:25 21:51:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:51:25 21:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 21:51:25 Average: all 1.94 0.00 0.75 0.28 0.00 97.02 21:51:25 Average: 0 1.73 0.00 0.94 0.82 0.00 96.51 21:51:25 Average: 1 1.99 0.00 0.72 0.10 0.00 97.19 21:51:25 Average: 2 1.83 0.00 0.73 0.08 0.01 97.35 21:51:25 Average: 3 2.21 0.00 0.63 0.11 0.00 97.05 21:51:25 21:51:25 21:51:25