Pull request #496 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 47038bb8b6dd41e25d6225c2da99ae3f80138d74+6f19a0cc372da972f896d81446be19c81c22f58c (a22390a44c7a7e9f24bb23abc6b2a48279b52621) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/PR-496/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-114 in /w/workspace/ndry_app-functions-sdk-go_PR-496 [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-496 # 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/496/head:refs/remotes/origin/PR-496 +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/496/head:refs/remotes/origin/PR-496 # 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/496/head:refs/remotes/origin/PR-496 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 6f19a0cc372da972f896d81446be19c81c22f58c into PR head commit 47038bb8b6dd41e25d6225c2da99ae3f80138d74 Merge succeeded, producing 47038bb8b6dd41e25d6225c2da99ae3f80138d74 Checking out Revision 47038bb8b6dd41e25d6225c2da99ae3f80138d74 (PR-496) > git config core.sparsecheckout # timeout=10 > git checkout -f 47038bb8b6dd41e25d6225c2da99ae3f80138d74 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 6f19a0cc372da972f896d81446be19c81c22f58c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 47038bb8b6dd41e25d6225c2da99ae3f80138d74 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:42:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:42:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:42:29 ========================================================= 06:42:29 EdgeX Global Pipelines Version Info 06:42:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:42:32 ------------------- 06:42:32 stable info: 06:42:32 ------------------- 06:42:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:42:32 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 06:42:32 Message: update stable to v1.0.122 06:42:33 ------------------- 06:42:33 experimental info: 06:42:33 ------------------- 06:42:33 Commited By: **** collab-it+edgex@linuxfoundation.org 06:42:33 Commit SHA: 84d9a0843d1df7ebf9e0c4533e50f756df06f1d7 06:42:33 Message: update experimental to v1.0.124 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:42:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 06:42:34 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 06:42:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:42:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:42:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:42:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:42:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:42:35 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:42:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:42:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:42:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:42:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 06:42:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:42:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:42:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 06:42:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:42:36 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:42:36 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:42:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:42:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:42:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:42:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 06:42:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-496 [Pipeline] echo 06:42:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-496 [Pipeline] echo 06:42:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-496 [Pipeline] echo 06:42:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 47038bb8b6dd41e25d6225c2da99ae3f80138d74 [Pipeline] echo 06:42:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 47038bb [Pipeline] echo 06:42:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:42:38 + git log --format=format:%s -1 47038bb8b6dd41e25d6225c2da99ae3f80138d74 [Pipeline] echo 06:42:39 GIT_COMMIT: 47038bb8b6dd41e25d6225c2da99ae3f80138d74, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging [Pipeline] echo 06:42:39 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:42:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:42:40 06:42:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:42:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:42:40 latest: Pulling from edgex-devops/git-semver 06:42:40 31603596830f: Pulling fs layer 06:42:40 2a8b12db71e7: Pulling fs layer 06:42:40 6ca5941a6612: Pulling fs layer 06:42:40 ecc8261a40a4: Pulling fs layer 06:42:40 ecc8261a40a4: Waiting 06:42:40 2a8b12db71e7: Download complete 06:42:40 31603596830f: Verifying Checksum 06:42:40 31603596830f: Download complete 06:42:41 ecc8261a40a4: Verifying Checksum 06:42:41 ecc8261a40a4: Download complete 06:42:41 6ca5941a6612: Verifying Checksum 06:42:41 6ca5941a6612: Download complete 06:42:41 31603596830f: Pull complete 06:42:41 2a8b12db71e7: Pull complete 06:42:42 6ca5941a6612: Pull complete 06:42:42 ecc8261a40a4: Pull complete 06:42:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:42:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:42:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:42:42 prd-centos7-docker-4c-2g-114 does not seem to be running inside a container 06:42:42 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-496 -v /w/workspace/ndry_app-functions-sdk-go_PR-496:/w/workspace/ndry_app-functions-sdk-go_PR-496:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-496@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-496@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:42:44 $ docker top 8f452ad62a37c58d13d2d4e8a230ea5b0e70114443a9b178cd3972162097bc6c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:42:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:42:45 [ssh-agent] Looking for ssh-agent implementation... 06:42:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:42:45 $ docker exec 8f452ad62a37c58d13d2d4e8a230ea5b0e70114443a9b178cd3972162097bc6c ssh-agent 06:42:45 SSH_AUTH_SOCK=/tmp/ssh-eQFffPTerbZL/agent.11 06:42:45 SSH_AGENT_PID=17 06:42:45 Running ssh-add (command line suppressed) 06:42:45 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-496@tmp/private_key_2890052334323645168.key (/w/workspace/ndry_app-functions-sdk-go_PR-496@tmp/private_key_2890052334323645168.key) 06:42:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:42:46 + git describe --exact-match --tags HEAD 06:42:46 fatal: No names found, cannot describe anything. [Pipeline] } 06:42:46 $ docker exec --env ******** --env ******** 8f452ad62a37c58d13d2d4e8a230ea5b0e70114443a9b178cd3972162097bc6c ssh-agent -k 06:42:46 unset SSH_AUTH_SOCK; 06:42:46 unset SSH_AGENT_PID; 06:42:46 echo Agent pid 17 killed; 06:42:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 06:42:46 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 06:42:46 This usually means this commit has not been tagged. [Pipeline] sshagent 06:42:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:42:46 [ssh-agent] Looking for ssh-agent implementation... 06:42:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:42:46 $ docker exec 8f452ad62a37c58d13d2d4e8a230ea5b0e70114443a9b178cd3972162097bc6c ssh-agent 06:42:47 SSH_AUTH_SOCK=/tmp/ssh-dIJfemk5GfEL/agent.46 06:42:47 SSH_AGENT_PID=51 06:42:47 Running ssh-add (command line suppressed) 06:42:47 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-496@tmp/private_key_2888816809952660532.key (/w/workspace/ndry_app-functions-sdk-go_PR-496@tmp/private_key_2888816809952660532.key) 06:42:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:42:47 + git semver init 06:42:47 # -> Open(): unable to determine branch for HEAD 06:42:47 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-496/.git 06:42:47 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-496 06:42:47 # $SEMVER_REMOTE_NAME = origin 06:42:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:42:47 # $SEMVER_USER_NAME = edgex-jenkins 06:42:47 # $SEMVER_BRANCH = PR-496 06:42:47 # $SEMVER_TEMP = /tmp/semver-222480695 06:42:47 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 06:42:51 # '/tmp/semver-222480695' -> '/w/workspace/ndry_app-functions-sdk-go_PR-496/.semver' 06:42:51 # -> Force: false 06:42:51 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-496/.semver [Pipeline] } 06:42:51 $ docker exec --env ******** --env ******** 8f452ad62a37c58d13d2d4e8a230ea5b0e70114443a9b178cd3972162097bc6c ssh-agent -k 06:42:52 unset SSH_AUTH_SOCK; 06:42:52 unset SSH_AGENT_PID; 06:42:52 echo Agent pid 51 killed; 06:42:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:42:52 + git semver [Pipeline] } 06:42:52 $ docker stop --time=1 8f452ad62a37c58d13d2d4e8a230ea5b0e70114443a9b178cd3972162097bc6c 06:42:54 $ docker rm -f 8f452ad62a37c58d13d2d4e8a230ea5b0e70114443a9b178cd3972162097bc6c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 06:42:56 Stashed 44 file(s) [Pipeline] echo 06:42:56 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 06:42:56 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 06:43:12 Still waiting to schedule task 06:43:12 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-114’ 06:43:12 Still waiting to schedule task 06:43:12 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:45:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-115 in /w/workspace/ndry_app-functions-sdk-go_PR-496 [Pipeline] { [Pipeline] ws 06:45:04 Running in /w/workspace/app-functions-sdk-go/1 [Pipeline] { [Pipeline] checkout 06:45:09 using credential edgex-jenkins-ssh 06:45:10 Cloning the remote Git repository 06:45:10 Cloning with configured refspecs honoured and without tags 06:45:10 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 06:45:10 > git init /w/workspace/app-functions-sdk-go/1 # timeout=10 06:45:10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 06:45:10 > git --version # timeout=10 06:45:10 > git --version # 'git version 2.17.1' 06:45:10 using GIT_SSH to set credentials SSH Credentials for GitHub 06:45:10 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/496/head:refs/remotes/origin/PR-496 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:45:16 Fetching without tags 06:45:16 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 06:45:16 > git config --add remote.origin.fetch +refs/pull/496/head:refs/remotes/origin/PR-496 # timeout=10 06:45:16 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:45:16 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 06:45:16 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 06:45:16 using GIT_SSH to set credentials SSH Credentials for GitHub 06:45:16 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/496/head:refs/remotes/origin/PR-496 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:45:16 Merging remotes/origin/master commit 6f19a0cc372da972f896d81446be19c81c22f58c into PR head commit 47038bb8b6dd41e25d6225c2da99ae3f80138d74 06:45:17 Merge succeeded, producing 47038bb8b6dd41e25d6225c2da99ae3f80138d74 06:45:17 Checking out Revision 47038bb8b6dd41e25d6225c2da99ae3f80138d74 (PR-496) 06:45:16 > git config core.sparsecheckout # timeout=10 06:45:16 > git checkout -f 47038bb8b6dd41e25d6225c2da99ae3f80138d74 # timeout=10 06:45:17 > git remote # timeout=10 06:45:17 > git config --get remote.origin.url # timeout=10 06:45:17 using GIT_SSH to set credentials SSH Credentials for GitHub 06:45:17 > git merge 6f19a0cc372da972f896d81446be19c81c22f58c # timeout=10 06:45:17 > git rev-parse HEAD^{commit} # timeout=10 06:45:17 > git config core.sparsecheckout # timeout=10 06:45:17 > git checkout -f 47038bb8b6dd41e25d6225c2da99ae3f80138d74 # timeout=10 06:45:21 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging" 06:45:21 > git --version # timeout=10 06:45:21 > git --version # 'git version 2.17.1' 06:45:21 fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:45:25 ========================================================= 06:45:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:45:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:45:27 + 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 . 06:45:28 Sending build context to Docker daemon 37.17MB 06:45:28 Step 1/8 : ARG BASE=golang:1.15-alpine 06:45:28 Step 2/8 : FROM ${BASE} 06:45:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:45:28 b538f80385f9: Pulling fs layer 06:45:28 74f711af9a0d: Pulling fs layer 06:45:28 99f96fe45779: Pulling fs layer 06:45:28 8529a6b9a6be: Pulling fs layer 06:45:28 45590311c82a: Pulling fs layer 06:45:28 69ca0ff8b7b3: Pulling fs layer 06:45:28 209524e5b208: Pulling fs layer 06:45:28 8529a6b9a6be: Waiting 06:45:28 45590311c82a: Waiting 06:45:28 69ca0ff8b7b3: Waiting 06:45:28 99f96fe45779: Download complete 06:45:28 74f711af9a0d: Verifying Checksum 06:45:28 74f711af9a0d: Download complete 06:45:28 45590311c82a: Verifying Checksum 06:45:28 45590311c82a: Download complete 06:45:29 69ca0ff8b7b3: Verifying Checksum 06:45:29 69ca0ff8b7b3: Download complete 06:45:29 b538f80385f9: Verifying Checksum 06:45:29 b538f80385f9: Download complete 06:45:30 b538f80385f9: Pull complete 06:45:30 74f711af9a0d: Pull complete 06:45:31 99f96fe45779: Pull complete 06:45:31 209524e5b208: Verifying Checksum 06:45:31 209524e5b208: Download complete 06:45:33 8529a6b9a6be: Verifying Checksum 06:45:33 8529a6b9a6be: Download complete 06:45:43 8529a6b9a6be: Pull complete 06:45:43 45590311c82a: Pull complete 06:45:43 69ca0ff8b7b3: Pull complete 06:45:47 209524e5b208: Pull complete 06:45:47 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:45:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:45:47 ---> 5bddaf1c2fca 06:45:47 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:45:47 latest: Pulling from library/docker 06:45:47 b538f80385f9: Already exists 06:45:47 259a493cd78d: Pulling fs layer 06:45:47 b8e66b5100f5: Pulling fs layer 06:45:47 39dc9c94d07c: Pulling fs layer 06:45:47 551b823b3b82: Pulling fs layer 06:45:47 3c52a74df98c: Pulling fs layer 06:45:47 6c9b121b6998: Pulling fs layer 06:45:47 551b823b3b82: Waiting 06:45:47 3c52a74df98c: Waiting 06:45:47 6c9b121b6998: Waiting 06:45:47 b8e66b5100f5: Verifying Checksum 06:45:47 b8e66b5100f5: Download complete 06:45:48 259a493cd78d: Verifying Checksum 06:45:48 259a493cd78d: Download complete 06:45:48 551b823b3b82: Verifying Checksum 06:45:48 551b823b3b82: Download complete 06:45:48 3c52a74df98c: Download complete 06:45:48 6c9b121b6998: Verifying Checksum 06:45:48 6c9b121b6998: Download complete 06:45:48 259a493cd78d: Pull complete 06:45:49 39dc9c94d07c: Verifying Checksum 06:45:49 39dc9c94d07c: Download complete 06:45:49 b8e66b5100f5: Pull complete 06:45:51 Running on prd-centos7-docker-4c-2g-116 in /w/workspace/ndry_app-functions-sdk-go_PR-496 [Pipeline] { [Pipeline] ws 06:45:51 Running in /w/workspace/app-functions-sdk-go/1 [Pipeline] { [Pipeline] checkout 06:45:52 39dc9c94d07c: Pull complete 06:45:52 551b823b3b82: Pull complete 06:45:52 3c52a74df98c: Pull complete 06:45:53 6c9b121b6998: Pull complete 06:45:53 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 06:45:53 Status: Downloaded newer image for docker:latest 06:45:54 using credential edgex-jenkins-ssh 06:45:54 Cloning the remote Git repository 06:45:54 Cloning with configured refspecs honoured and without tags 06:45:54 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 06:45:54 > git init /w/workspace/app-functions-sdk-go/1 # timeout=10 06:45:54 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 06:45:54 > git --version # timeout=10 06:45:54 > git --version # 'git version 2.16.5' 06:45:54 using GIT_SSH to set credentials SSH Credentials for GitHub 06:45:54 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/496/head:refs/remotes/origin/PR-496 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:45:55 Fetching without tags 06:45:56 Merging remotes/origin/master commit 6f19a0cc372da972f896d81446be19c81c22f58c into PR head commit 47038bb8b6dd41e25d6225c2da99ae3f80138d74 06:45:56 Merge succeeded, producing 47038bb8b6dd41e25d6225c2da99ae3f80138d74 06:45:56 Checking out Revision 47038bb8b6dd41e25d6225c2da99ae3f80138d74 (PR-496) 06:45:55 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 06:45:55 > git config --add remote.origin.fetch +refs/pull/496/head:refs/remotes/origin/PR-496 # timeout=10 06:45:55 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:45:55 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 06:45:55 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 06:45:55 using GIT_SSH to set credentials SSH Credentials for GitHub 06:45:55 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/496/head:refs/remotes/origin/PR-496 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:45:56 > git config core.sparsecheckout # timeout=10 06:45:56 > git checkout -f 47038bb8b6dd41e25d6225c2da99ae3f80138d74 # timeout=10 06:45:56 > git remote # timeout=10 06:45:56 > git config --get remote.origin.url # timeout=10 06:45:56 using GIT_SSH to set credentials SSH Credentials for GitHub 06:45:56 > git merge 6f19a0cc372da972f896d81446be19c81c22f58c # timeout=10 06:45:56 > git rev-parse HEAD^{commit} # timeout=10 06:45:56 > git config core.sparsecheckout # timeout=10 06:45:56 > git checkout -f 47038bb8b6dd41e25d6225c2da99ae3f80138d74 # timeout=10 06:45:59 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging" 06:45:59 > git --version # timeout=10 06:45:59 > git --version # 'git version 2.16.5' 06:45:59 fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 06:46:00 ---> ec91bddfa563 06:46:00 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:46:00 ---> Running in 865a045f4134 06:46:00 Removing intermediate container 865a045f4134 06:46:00 ---> dd38730da084 06:46:00 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 06:46:00 ---> Running in e0777f820156 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 06:46:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:46:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] echo 06:46:02 ========================================================= 06:46:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:46:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:46:02 (1/5) Installing libsodium (1.0.18-r0) 06:46:02 + 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 . 06:46:03 (2/5) Installing libzmq (4.3.3-r0) 06:46:03 (3/5) Installing pkgconf (1.7.2-r0) 06:46:03 (4/5) Installing libsodium-dev (1.0.18-r0) 06:46:03 (5/5) Installing zeromq-dev (4.3.3-r0) 06:46:03 Executing busybox-1.31.1-r16.trigger 06:46:03 OK: 144 MiB in 44 packages 06:46:03 Sending build context to Docker daemon 37.17MB 06:46:03 Step 1/8 : ARG BASE=golang:1.15-alpine 06:46:03 Step 2/8 : FROM ${BASE} 06:46:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:46:03 df20fa9351a1: Pulling fs layer 06:46:03 ed8968b2872e: Pulling fs layer 06:46:03 a92cc7c5fd73: Pulling fs layer 06:46:03 e871e8e8d7a9: Pulling fs layer 06:46:03 e73272ec9a57: Pulling fs layer 06:46:03 1e910a182e73: Pulling fs layer 06:46:03 4e634b169226: Pulling fs layer 06:46:03 e73272ec9a57: Waiting 06:46:03 1e910a182e73: Waiting 06:46:03 4e634b169226: Waiting 06:46:03 e871e8e8d7a9: Waiting 06:46:03 a92cc7c5fd73: Verifying Checksum 06:46:03 a92cc7c5fd73: Download complete 06:46:03 ed8968b2872e: Verifying Checksum 06:46:03 ed8968b2872e: Download complete 06:46:03 e73272ec9a57: Verifying Checksum 06:46:03 e73272ec9a57: Download complete 06:46:03 1e910a182e73: Download complete 06:46:03 df20fa9351a1: Verifying Checksum 06:46:03 df20fa9351a1: Download complete 06:46:04 df20fa9351a1: Pull complete 06:46:04 ed8968b2872e: Pull complete 06:46:04 a92cc7c5fd73: Pull complete 06:46:04 Removing intermediate container e0777f820156 06:46:04 ---> 30e41c385ae2 06:46:04 Step 6/8 : WORKDIR /build 06:46:05 ---> Running in 03024dd419e8 06:46:05 Removing intermediate container 03024dd419e8 06:46:05 ---> d3ce4ffb90c5 06:46:05 Step 7/8 : COPY go.mod . 06:46:05 4e634b169226: Verifying Checksum 06:46:05 4e634b169226: Download complete 06:46:05 ---> 0b321c02f1f8 06:46:05 Step 8/8 : RUN go mod download 06:46:06 ---> Running in f8e9c96db9da 06:46:06 e871e8e8d7a9: Verifying Checksum 06:46:06 e871e8e8d7a9: Download complete 06:46:11 e871e8e8d7a9: Pull complete 06:46:11 e73272ec9a57: Pull complete 06:46:11 1e910a182e73: Pull complete 06:46:17 4e634b169226: Pull complete 06:46:17 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:46:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:46:17 ---> f7629b54cfaa 06:46:17 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:46:17 latest: Pulling from library/docker 06:46:17 df20fa9351a1: Already exists 06:46:17 25ad7478873d: Pulling fs layer 06:46:17 4684f6177b5d: Pulling fs layer 06:46:17 46e300cec669: Pulling fs layer 06:46:17 63038576ad94: Pulling fs layer 06:46:17 0fdb76c4706c: Pulling fs layer 06:46:17 cb7edeffdfd5: Pulling fs layer 06:46:17 63038576ad94: Waiting 06:46:17 0fdb76c4706c: Waiting 06:46:17 cb7edeffdfd5: Waiting 06:46:17 4684f6177b5d: Verifying Checksum 06:46:17 4684f6177b5d: Download complete 06:46:17 25ad7478873d: Verifying Checksum 06:46:17 25ad7478873d: Download complete 06:46:17 63038576ad94: Download complete 06:46:17 0fdb76c4706c: Verifying Checksum 06:46:17 0fdb76c4706c: Download complete 06:46:17 cb7edeffdfd5: Verifying Checksum 06:46:17 cb7edeffdfd5: Download complete 06:46:17 25ad7478873d: Pull complete 06:46:17 4684f6177b5d: Pull complete 06:46:18 46e300cec669: Verifying Checksum 06:46:18 46e300cec669: Download complete 06:46:20 46e300cec669: Pull complete 06:46:20 63038576ad94: Pull complete 06:46:20 0fdb76c4706c: Pull complete 06:46:21 cb7edeffdfd5: Pull complete 06:46:21 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 06:46:21 Status: Downloaded newer image for docker:latest 06:46:22 ---> eb17a1e11170 06:46:22 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:46:22 ---> Running in 4e2f85f7d4fe 06:46:22 Removing intermediate container 4e2f85f7d4fe 06:46:22 ---> b227e3c0d62c 06:46:22 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 06:46:22 ---> Running in 01cf30d9e9e4 06:46:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:46:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:46:24 (1/5) Installing libsodium (1.0.18-r0) 06:46:24 (2/5) Installing libzmq (4.3.3-r0) 06:46:24 (3/5) Installing pkgconf (1.7.2-r0) 06:46:24 (4/5) Installing libsodium-dev (1.0.18-r0) 06:46:25 (5/5) Installing zeromq-dev (4.3.3-r0) 06:46:25 Executing busybox-1.31.1-r16.trigger 06:46:25 OK: 167 MiB in 44 packages 06:46:25 Removing intermediate container 01cf30d9e9e4 06:46:25 ---> 6d4782a57b44 06:46:25 Step 6/8 : WORKDIR /build 06:46:25 ---> Running in 52531cd59cc3 06:46:25 Removing intermediate container 52531cd59cc3 06:46:25 ---> 9ee6f74140b0 06:46:25 Step 7/8 : COPY go.mod . 06:46:26 ---> 92cb9a95ba77 06:46:26 Step 8/8 : RUN go mod download 06:46:26 ---> Running in add76a88d24c 06:46:38 Removing intermediate container f8e9c96db9da 06:46:38 ---> 3463ad0813ee 06:46:38 Successfully built 3463ad0813ee 06:46:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:46:39 + docker inspect -f . ci-base-image-arm64 06:46:39 . [Pipeline] withDockerContainer 06:46:39 prd-ubuntu18.04-docker-arm64-4c-16g-115 does not seem to be running inside a container 06:46:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:46:41 $ docker top 03bc6a3894e5076890359bcfe8d24d0040c6195293ee6d2f64ae5f7565b763f6 -eo pid,comm [Pipeline] { [Pipeline] sh 06:46:43 + go version 06:46:43 go version go1.15.2 linux/arm64 [Pipeline] } 06:46:43 $ docker stop --time=1 03bc6a3894e5076890359bcfe8d24d0040c6195293ee6d2f64ae5f7565b763f6 06:46:45 $ docker rm -f 03bc6a3894e5076890359bcfe8d24d0040c6195293ee6d2f64ae5f7565b763f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:46:48 + docker inspect -f . ci-base-image-arm64 06:46:48 . [Pipeline] withDockerContainer 06:46:48 prd-ubuntu18.04-docker-arm64-4c-16g-115 does not seem to be running inside a container 06:46:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:46:50 $ docker top b4410b11c0792aa373c2ad59e8fb4ff7dffa1ceea2b7468586bd63673f4dfc11 -eo pid,comm [Pipeline] { [Pipeline] sh 06:46:51 + make test 06:46:51 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:46:53 Removing intermediate container add76a88d24c 06:46:53 ---> cc145bb33919 06:46:53 Successfully built cc145bb33919 06:46:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:46:53 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 06:46:53 + docker inspect -f . ci-base-image-x86_64 06:46:53 . [Pipeline] withDockerContainer 06:46:53 prd-centos7-docker-4c-2g-116 does not seem to be running inside a container 06:46:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:46:54 $ docker top ff3908d75a4ab2befead9088aac4d3e7f364eeabf13898a99c37d63d7b229471 -eo pid,comm [Pipeline] { [Pipeline] sh 06:46:55 + go version 06:46:55 go version go1.15.2 linux/amd64 [Pipeline] } 06:46:55 $ docker stop --time=1 ff3908d75a4ab2befead9088aac4d3e7f364eeabf13898a99c37d63d7b229471 06:46:56 $ docker rm -f ff3908d75a4ab2befead9088aac4d3e7f364eeabf13898a99c37d63d7b229471 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:46:58 + docker inspect -f . ci-base-image-x86_64 06:46:58 . [Pipeline] withDockerContainer 06:46:58 prd-centos7-docker-4c-2g-116 does not seem to be running inside a container 06:46:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:46:58 $ docker top 47183218ad2e6de308668c1a51d05aee891155bedec49680f8e81cdbb6968ec0 -eo pid,comm [Pipeline] { [Pipeline] sh 06:46:59 + make test 06:46:59 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:47:00 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 06:47:07 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.113s coverage: 86.2% of statements 06:47:20 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.094s coverage: 86.2% of statements 06:47:22 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.020s coverage: 56.1% of statements 06:47:22 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 06:47:22 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 06:47:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.052s coverage: 53.5% of statements 06:47:22 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 06:47:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.302s coverage: 69.1% of statements 06:47:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.500s coverage: 61.6% of statements 06:47:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.007s coverage: 89.5% of statements 06:47:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements 06:47:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.080s coverage: 100.0% of statements 06:47:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements 06:47:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 06:47:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 06:47:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 06:47:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 06:47:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 06:47:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 06:47:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 06:47:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 06:47:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.004s coverage: 96.6% of statements 06:47:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 06:47:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.005s coverage: 97.7% of statements 06:47:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 06:47:37 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 06:47:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.007s coverage: 9.4% of statements 06:47:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.010s coverage: 75.0% of statements 06:47:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.010s coverage: 89.3% of statements 06:47:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.008s coverage: 88.9% of statements 06:47:37 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.103s coverage: 80.0% of statements 06:47:52 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.427s coverage: 71.6% of statements 06:47:52 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements 06:47:52 CGO_ENABLED=1 GO111MODULE=on go vet ./... 06:47:55 gofmt -l . 06:47:55 [ "`gofmt -l .`" = "" ] 06:47:55 ./bin/test-go-mod-tidy.sh [Pipeline] stash 06:47:56 Stashed 1 file(s) [Pipeline] } 06:47:56 $ docker stop --time=1 47183218ad2e6de308668c1a51d05aee891155bedec49680f8e81cdbb6968ec0 06:47:57 $ docker rm -f 47183218ad2e6de308668c1a51d05aee891155bedec49680f8e81cdbb6968ec0 [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] } 06:47:59 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.093s coverage: 56.1% of statements 06:47:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 06:47:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 06:47:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.087s coverage: 53.5% of statements 06:47:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 06:47:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.392s coverage: 69.1% of statements [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:48:02 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.519s coverage: 61.6% of statements 06:48:02 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.012s coverage: 89.5% of statements 06:48:02 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.013s coverage: 100.0% of statements 06:48:02 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.110s coverage: 100.0% of statements 06:48:02 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.012s coverage: 100.0% of statements 06:48:02 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.016s coverage: 100.0% of statements 06:48:02 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 06:48:02 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 06:48:02 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 06:48:02 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 06:48:02 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 06:48:02 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 06:48:02 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 06:48:02 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.012s coverage: 96.6% of statements 06:48:02 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 06:48:02 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.012s coverage: 97.7% of statements 06:48:02 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 06:48:02 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 06:48:02 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.033s coverage: 9.4% of statements 06:48:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.059s coverage: 75.0% of statements 06:48:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.036s coverage: 89.3% of statements 06:48:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.024s coverage: 88.9% of statements 06:48:08 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.143s coverage: 80.0% of statements 06:48:34 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.847s coverage: 71.6% of statements 06:48:34 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.014s coverage: 94.4% of statements 06:48:34 CGO_ENABLED=1 GO111MODULE=on go vet ./... 06:48:45 gofmt -l . 06:48:45 [ "`gofmt -l .`" = "" ] 06:48:45 ./bin/test-go-mod-tidy.sh [Pipeline] stash 06:48:45 Warning: overwriting stash ‘coverage-report’ 06:48:46 Stashed 1 file(s) [Pipeline] } 06:48:46 $ docker stop --time=1 b4410b11c0792aa373c2ad59e8fb4ff7dffa1ceea2b7468586bd63673f4dfc11 06:48:48 $ docker rm -f b4410b11c0792aa373c2ad59e8fb4ff7dffa1ceea2b7468586bd63673f4dfc11 [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 06:48:52 provisioning config files... 06:48:52 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-496@tmp/config5806473643306961952tmp [Pipeline] { [Pipeline] sh 06:48:52 + curl -s https://codecov.io/bash 06:48:52 + bash -s - -t @/w/workspace/ndry_app-functions-sdk-go_PR-496@tmp/config5806473643306961952tmp [Pipeline] } 06:48:53 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 06:48:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:48:57 ---> package-listing.sh 06:48:57 ++ facter osfamily 06:48:57 ++ tr '[:upper:]' '[:lower:]' 06:48:57 + OS_FAMILY=redhat 06:48:57 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-496 06:48:57 + START_PACKAGES=/tmp/packages_start.txt 06:48:57 + END_PACKAGES=/tmp/packages_end.txt 06:48:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:48:57 + PACKAGES=/tmp/packages_start.txt 06:48:57 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-496 ']' 06:48:57 + PACKAGES=/tmp/packages_end.txt 06:48:57 + case "${OS_FAMILY}" in 06:48:57 + rpm -qa 06:48:57 + sort 06:49:01 + '[' -f /tmp/packages_start.txt ']' 06:49:01 + '[' -f /tmp/packages_end.txt ']' 06:49:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:49:01 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-496 ']' 06:49:01 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-496/archives/ 06:49:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-496/archives/ [Pipeline] isUnix [Pipeline] sh 06:49:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:49:02 06:49:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:49:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:49:03 alpine: Pulling from edgex-lftools-log-publisher 06:49:03 df20fa9351a1: Pulling fs layer 06:49:03 36b3adc4ff6f: Pulling fs layer 06:49:03 8ad3a11d3b57: Pulling fs layer 06:49:03 46f8f816bc3b: Pulling fs layer 06:49:03 0dadc02b9964: Pulling fs layer 06:49:03 ce6a7cf60c04: Pulling fs layer 06:49:03 7a184a31f384: Pulling fs layer 06:49:03 0879bd2ef858: Pulling fs layer 06:49:03 0dadc02b9964: Waiting 06:49:03 ce6a7cf60c04: Waiting 06:49:03 7a184a31f384: Waiting 06:49:03 0879bd2ef858: Waiting 06:49:03 46f8f816bc3b: Waiting 06:49:03 36b3adc4ff6f: Verifying Checksum 06:49:03 36b3adc4ff6f: Download complete 06:49:03 46f8f816bc3b: Verifying Checksum 06:49:03 46f8f816bc3b: Download complete 06:49:03 df20fa9351a1: Verifying Checksum 06:49:03 df20fa9351a1: Download complete 06:49:03 ce6a7cf60c04: Verifying Checksum 06:49:03 ce6a7cf60c04: Download complete 06:49:03 7a184a31f384: Verifying Checksum 06:49:03 7a184a31f384: Download complete 06:49:03 0dadc02b9964: Verifying Checksum 06:49:03 0dadc02b9964: Download complete 06:49:03 df20fa9351a1: Pull complete 06:49:03 8ad3a11d3b57: Verifying Checksum 06:49:03 8ad3a11d3b57: Download complete 06:49:03 36b3adc4ff6f: Pull complete 06:49:04 0879bd2ef858: Verifying Checksum 06:49:04 0879bd2ef858: Download complete 06:49:04 8ad3a11d3b57: Pull complete 06:49:04 46f8f816bc3b: Pull complete 06:49:04 0dadc02b9964: Pull complete 06:49:05 ce6a7cf60c04: Pull complete 06:49:05 7a184a31f384: Pull complete 06:49:07 0879bd2ef858: Pull complete 06:49:07 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 06:49:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:49:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:49:07 prd-centos7-docker-4c-2g-114 does not seem to be running inside a container 06:49:08 $ 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-496 -v /w/workspace/ndry_app-functions-sdk-go_PR-496:/w/workspace/ndry_app-functions-sdk-go_PR-496:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-496@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-496@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:49:12 $ docker top da5956c742274884d3393076bf635e29485b7fbc9e602a338739d7c82d87374c -eo pid,comm [Pipeline] { [Pipeline] sh 06:49:13 + mkdir -p /var/log/sa [Pipeline] sh 06:49:13 + ls /var/log/sa-host 06:49:13 + sadf -c /var/log/sa-host/sa05 06:49:13 file_magic: OK 06:49:13 HZ: Using current value: 100 06:49:13 file_header: OK 06:49:13 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 06:49:13 Statistics: 06:49:13 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:49:13 File successfully converted to sysstat format version 12.2.1 06:49:13 + sadf -c /var/log/sa-host/sa17 06:49:13 file_magic: OK 06:49:13 HZ: Using current value: 100 06:49:13 file_header: OK 06:49:13 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 06:49:13 Statistics: 06:49:13 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:49:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:49:13 provisioning config files... 06:49:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-496@tmp/config5652194869804361924tmp [Pipeline] { [Pipeline] echo 06:49:13 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:49:14 ---> create-netrc.sh [Pipeline] echo 06:49:14 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:49:14 ---> logs-deploy.sh 06:49:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-496/1 06:49:14 INFO: archiving workspace using pattern(s): 06:49:15 Archives upload complete. 06:49:15 INFO: archiving logs to Nexus