Pull request #478 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-functions-sdk-go Obtained Jenkinsfile from 53618b74932cd445c3c7334c836d1a35782efe4a+dd68bd8a16b73082b1b414d7611500291c5101af (41f05b06b8c97b794f48e80a885d129961ede56b) 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-43422 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 dd68bd8a16b73082b1b414d7611500291c5101af into PR head commit 53618b74932cd445c3c7334c836d1a35782efe4a Merge succeeded, producing 53618b74932cd445c3c7334c836d1a35782efe4a Checking out Revision 53618b74932cd445c3c7334c836d1a35782efe4a (PR-478) > git config core.sparsecheckout # timeout=10 > git checkout -f 53618b74932cd445c3c7334c836d1a35782efe4a # 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 dd68bd8a16b73082b1b414d7611500291c5101af # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 53618b74932cd445c3c7334c836d1a35782efe4a # timeout=10 Commit message: "fix: Fixed broken unit tests now failing with Go 1.15.2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:19:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:19:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:19:32 ========================================================= 22:19:32 EdgeX Global Pipelines Version Info 22:19:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 0acd4197afa35f81148c195c52282bb15b55def1 # timeout=10 22:19:33 ------------------- 22:19:33 stable info: 22:19:33 ------------------- 22:19:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:19:33 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 22:19:33 Message: update stable to v1.0.122 22:19:34 ------------------- 22:19:34 experimental info: 22:19:34 ------------------- 22:19:34 Commited By: **** collab-it+edgex@linuxfoundation.org 22:19:34 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 22:19:34 Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 22:19:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 22:19:35 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 22:19:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:19:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:19:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:19:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:19:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:19:36 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:19:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:19:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:19:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:19:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 22:19:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:19:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:19:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:19:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:19:36 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:19:36 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:19:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:19:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:19:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:19:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 22:19:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-478 [Pipeline] echo 22:19:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-478 [Pipeline] echo 22:19:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-478 [Pipeline] echo 22:19:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 53618b74932cd445c3c7334c836d1a35782efe4a [Pipeline] echo 22:19:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 53618b7 [Pipeline] echo 22:19:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:19:38 + git log --format=format:%s -1 53618b74932cd445c3c7334c836d1a35782efe4a [Pipeline] echo 22:19:38 GIT_COMMIT: 53618b74932cd445c3c7334c836d1a35782efe4a, Commit Message: fix: Fixed broken unit tests now failing with Go 1.15.2 [Pipeline] echo 22:19:38 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:19:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:19:40 22:19:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:19:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:19:40 latest: Pulling from edgex-devops/git-semver 22:19:40 31603596830f: Pulling fs layer 22:19:40 2a8b12db71e7: Pulling fs layer 22:19:40 6ca5941a6612: Pulling fs layer 22:19:40 ecc8261a40a4: Pulling fs layer 22:19:40 ecc8261a40a4: Waiting 22:19:40 2a8b12db71e7: Verifying Checksum 22:19:40 2a8b12db71e7: Download complete 22:19:41 31603596830f: Verifying Checksum 22:19:41 31603596830f: Download complete 22:19:41 ecc8261a40a4: Verifying Checksum 22:19:41 ecc8261a40a4: Download complete 22:19:41 6ca5941a6612: Verifying Checksum 22:19:41 6ca5941a6612: Download complete 22:19:41 31603596830f: Pull complete 22:19:41 2a8b12db71e7: Pull complete 22:19:42 6ca5941a6612: Pull complete 22:19:42 ecc8261a40a4: Pull complete 22:19:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:19:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:19:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:19:43 prd-centos7-docker-4c-2g-43422 does not seem to be running inside a container 22:19:43 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:19:45 $ docker top bca1bfa070b778c852087e0347317bcffb7f62e210c5b28d6330a09e87789c96 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:19:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:19:45 [ssh-agent] Looking for ssh-agent implementation... 22:19:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:19:45 $ docker exec bca1bfa070b778c852087e0347317bcffb7f62e210c5b28d6330a09e87789c96 ssh-agent 22:19:46 SSH_AUTH_SOCK=/tmp/ssh-hIsRi9jnFGti/agent.12 22:19:46 SSH_AGENT_PID=17 22:19:46 Running ssh-add (command line suppressed) 22:19:46 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/private_key_3732089363178272317.key (/w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/private_key_3732089363178272317.key) 22:19:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:19:46 + git describe --exact-match --tags HEAD 22:19:46 fatal: No names found, cannot describe anything. [Pipeline] } 22:19:46 $ docker exec --env ******** --env ******** bca1bfa070b778c852087e0347317bcffb7f62e210c5b28d6330a09e87789c96 ssh-agent -k 22:19:46 unset SSH_AUTH_SOCK; 22:19:46 unset SSH_AGENT_PID; 22:19:46 echo Agent pid 17 killed; 22:19:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:19:47 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 22:19:47 This usually means this commit has not been tagged. [Pipeline] sshagent 22:19:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:19:47 [ssh-agent] Looking for ssh-agent implementation... 22:19:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:19:47 $ docker exec bca1bfa070b778c852087e0347317bcffb7f62e210c5b28d6330a09e87789c96 ssh-agent 22:19:47 SSH_AUTH_SOCK=/tmp/ssh-ofzEYeLwSN01/agent.46 22:19:47 SSH_AGENT_PID=52 22:19:47 Running ssh-add (command line suppressed) 22:19:47 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/private_key_6282097737870607966.key (/w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/private_key_6282097737870607966.key) 22:19:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:19:48 + git semver init 22:19:48 # -> Open(): unable to determine branch for HEAD 22:19:48 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-478/.git 22:19:48 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-478 22:19:48 # $SEMVER_REMOTE_NAME = origin 22:19:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:19:48 # $SEMVER_USER_NAME = edgex-jenkins 22:19:48 # $SEMVER_BRANCH = PR-478 22:19:48 # $SEMVER_TEMP = /tmp/semver-450333549 22:19:48 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 22:19:51 # '/tmp/semver-450333549' -> '/w/workspace/ndry_app-functions-sdk-go_PR-478/.semver' 22:19:52 # -> Force: false 22:19:52 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-478/.semver [Pipeline] } 22:19:52 $ docker exec --env ******** --env ******** bca1bfa070b778c852087e0347317bcffb7f62e210c5b28d6330a09e87789c96 ssh-agent -k 22:19:52 unset SSH_AUTH_SOCK; 22:19:52 unset SSH_AGENT_PID; 22:19:52 echo Agent pid 52 killed; 22:19:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:19:53 + git semver [Pipeline] } 22:19:53 $ docker stop --time=1 bca1bfa070b778c852087e0347317bcffb7f62e210c5b28d6330a09e87789c96 22:19:55 $ docker rm -f bca1bfa070b778c852087e0347317bcffb7f62e210c5b28d6330a09e87789c96 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 22:20:04 Stashed 41 file(s) [Pipeline] echo 22:20:04 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 22:20:04 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 22:20:19 Still waiting to schedule task 22:20:19 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:20:19 Still waiting to schedule task 22:20:19 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:21:35 Running on prd-centos7-docker-4c-2g-43432 in /w/workspace/ndry_app-functions-sdk-go_PR-478 [Pipeline] { [Pipeline] ws 22:21:35 Running in /w/workspace/app-functions-sdk-go/15 [Pipeline] { [Pipeline] checkout 22:21:38 using credential edgex-jenkins-ssh 22:21:38 Cloning the remote Git repository 22:21:38 Cloning with configured refspecs honoured and without tags 22:21:38 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:21:38 > git init /w/workspace/app-functions-sdk-go/15 # timeout=10 22:21:38 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:21:38 > git --version # timeout=10 22:21:38 > git --version # 'git version 2.16.5' 22:21:38 using GIT_SSH to set credentials SSH Credentials for GitHub 22:21:39 > 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 22:21:41 Fetching without tags 22:21:41 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:21:41 > git config --add remote.origin.fetch +refs/pull/478/head:refs/remotes/origin/PR-478 # timeout=10 22:21:41 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:21:41 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:21:41 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:21:41 using GIT_SSH to set credentials SSH Credentials for GitHub 22:21:41 > 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 22:21:42 Merging remotes/origin/master commit dd68bd8a16b73082b1b414d7611500291c5101af into PR head commit 53618b74932cd445c3c7334c836d1a35782efe4a 22:21:42 Merge succeeded, producing 53618b74932cd445c3c7334c836d1a35782efe4a 22:21:42 Checking out Revision 53618b74932cd445c3c7334c836d1a35782efe4a (PR-478) 22:21:42 > git config core.sparsecheckout # timeout=10 22:21:42 > git checkout -f 53618b74932cd445c3c7334c836d1a35782efe4a # timeout=10 22:21:42 > git remote # timeout=10 22:21:42 > git config --get remote.origin.url # timeout=10 22:21:42 using GIT_SSH to set credentials SSH Credentials for GitHub 22:21:42 > git merge dd68bd8a16b73082b1b414d7611500291c5101af # timeout=10 22:21:42 > git rev-parse HEAD^{commit} # timeout=10 22:21:42 > git config core.sparsecheckout # timeout=10 22:21:42 > git checkout -f 53618b74932cd445c3c7334c836d1a35782efe4a # timeout=10 22:21:45 Commit message: "fix: Fixed broken unit tests now failing with Go 1.15.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:21:47 ========================================================= 22:21:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:21:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:21:48 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 22:21:49 Sending build context to Docker daemon 37.16MB 22:21:49 Step 1/8 : ARG BASE=golang:1.15-alpine 22:21:49 Step 2/8 : FROM ${BASE} 22:21:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:21:49 df20fa9351a1: Pulling fs layer 22:21:49 ed8968b2872e: Pulling fs layer 22:21:49 a92cc7c5fd73: Pulling fs layer 22:21:49 e871e8e8d7a9: Pulling fs layer 22:21:49 e73272ec9a57: Pulling fs layer 22:21:49 1e910a182e73: Pulling fs layer 22:21:49 4e634b169226: Pulling fs layer 22:21:49 e73272ec9a57: Waiting 22:21:49 1e910a182e73: Waiting 22:21:49 4e634b169226: Waiting 22:21:49 e871e8e8d7a9: Waiting 22:21:49 a92cc7c5fd73: Download complete 22:21:49 ed8968b2872e: Download complete 22:21:49 e73272ec9a57: Verifying Checksum 22:21:49 e73272ec9a57: Download complete 22:21:49 1e910a182e73: Verifying Checksum 22:21:49 1e910a182e73: Download complete 22:21:50 df20fa9351a1: Verifying Checksum 22:21:50 df20fa9351a1: Download complete 22:21:50 df20fa9351a1: Pull complete 22:21:51 ed8968b2872e: Pull complete 22:21:51 a92cc7c5fd73: Pull complete 22:21:54 4e634b169226: Verifying Checksum 22:21:54 4e634b169226: Download complete 22:21:55 e871e8e8d7a9: Verifying Checksum 22:21:55 e871e8e8d7a9: Download complete 22:22:00 e871e8e8d7a9: Pull complete 22:22:00 e73272ec9a57: Pull complete 22:22:00 1e910a182e73: Pull complete 22:22:08 4e634b169226: Pull complete 22:22:08 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 22:22:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:22:08 ---> f7629b54cfaa 22:22:08 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:22:08 latest: Pulling from library/docker 22:22:09 df20fa9351a1: Already exists 22:22:09 25ad7478873d: Pulling fs layer 22:22:09 4684f6177b5d: Pulling fs layer 22:22:09 46e300cec669: Pulling fs layer 22:22:09 63038576ad94: Pulling fs layer 22:22:09 0fdb76c4706c: Pulling fs layer 22:22:09 cb7edeffdfd5: Pulling fs layer 22:22:09 63038576ad94: Waiting 22:22:09 0fdb76c4706c: Waiting 22:22:09 cb7edeffdfd5: Waiting 22:22:09 4684f6177b5d: Verifying Checksum 22:22:09 4684f6177b5d: Download complete 22:22:09 25ad7478873d: Download complete 22:22:09 63038576ad94: Verifying Checksum 22:22:09 63038576ad94: Download complete 22:22:09 0fdb76c4706c: Download complete 22:22:09 cb7edeffdfd5: Verifying Checksum 22:22:09 cb7edeffdfd5: Download complete 22:22:09 25ad7478873d: Pull complete 22:22:09 4684f6177b5d: Pull complete 22:22:10 46e300cec669: Verifying Checksum 22:22:10 46e300cec669: Download complete 22:22:12 46e300cec669: Pull complete 22:22:12 63038576ad94: Pull complete 22:22:12 0fdb76c4706c: Pull complete 22:22:12 cb7edeffdfd5: Pull complete 22:22:12 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 22:22:12 Status: Downloaded newer image for docker:latest 22:22:14 ---> 45ac2ca0e53c 22:22:14 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:22:14 ---> Running in 7aff1b94f0ae 22:22:14 Removing intermediate container 7aff1b94f0ae 22:22:14 ---> 640e5e30983d 22:22:14 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:22:14 ---> Running in 6203f72343e4 22:22:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:22:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:22:16 (1/5) Installing libsodium (1.0.18-r0) 22:22:16 (2/5) Installing libzmq (4.3.3-r0) 22:22:16 (3/5) Installing pkgconf (1.7.2-r0) 22:22:16 (4/5) Installing libsodium-dev (1.0.18-r0) 22:22:17 (5/5) Installing zeromq-dev (4.3.3-r0) 22:22:17 Executing busybox-1.31.1-r16.trigger 22:22:17 OK: 167 MiB in 44 packages 22:22:17 Removing intermediate container 6203f72343e4 22:22:17 ---> 0e13722f3b6c 22:22:17 Step 6/8 : WORKDIR /build 22:22:17 ---> Running in 37c9218dd0ab 22:22:17 Removing intermediate container 37c9218dd0ab 22:22:17 ---> 8088b9dcc75a 22:22:17 Step 7/8 : COPY go.mod . 22:22:18 ---> 0eaaa8689447 22:22:18 Step 8/8 : RUN go mod download 22:22:18 ---> Running in ff0000bd8c08 22:22:44 Removing intermediate container ff0000bd8c08 22:22:44 ---> 3d70d5858f89 22:22:44 Successfully built 3d70d5858f89 22:22:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:22:45 + docker inspect -f . ci-base-image-x86_64 22:22:45 . [Pipeline] withDockerContainer 22:22:45 prd-centos7-docker-4c-2g-43432 does not seem to be running inside a container 22:22:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/15 -v /w/workspace/app-functions-sdk-go/15:/w/workspace/app-functions-sdk-go/15:rw,z -v /w/workspace/app-functions-sdk-go/15@tmp:/w/workspace/app-functions-sdk-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:22:46 $ docker top af87b87cf45d1f81034f3fdbf5964f4e62f3b12af062ba3a7d8f8638fd5a3268 -eo pid,comm [Pipeline] { [Pipeline] sh 22:22:46 + go version 22:22:46 go version go1.15.2 linux/amd64 [Pipeline] } 22:22:46 $ docker stop --time=1 af87b87cf45d1f81034f3fdbf5964f4e62f3b12af062ba3a7d8f8638fd5a3268 22:22:48 $ docker rm -f af87b87cf45d1f81034f3fdbf5964f4e62f3b12af062ba3a7d8f8638fd5a3268 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:22:48 + docker inspect -f . ci-base-image-x86_64 22:22:48 . [Pipeline] withDockerContainer 22:22:48 prd-centos7-docker-4c-2g-43432 does not seem to be running inside a container 22:22:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/15 -v /w/workspace/app-functions-sdk-go/15:/w/workspace/app-functions-sdk-go/15:rw,z -v /w/workspace/app-functions-sdk-go/15@tmp:/w/workspace/app-functions-sdk-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:22:49 $ docker top 21abbbbde260bcbb482057daa95268bb485f18c8478937b6c043b2ea3234a057 -eo pid,comm [Pipeline] { [Pipeline] sh 22:22:50 + make test 22:22:50 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:22:51 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 22:22:58 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.094s coverage: 86.2% of statements 22:23:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-43434 in /w/workspace/ndry_app-functions-sdk-go_PR-478 [Pipeline] { [Pipeline] ws 22:23:04 Running in /w/workspace/app-functions-sdk-go/15 [Pipeline] { [Pipeline] checkout 22:23:11 using credential edgex-jenkins-ssh 22:23:11 Cloning the remote Git repository 22:23:11 Cloning with configured refspecs honoured and without tags 22:23:11 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:23:11 > git init /w/workspace/app-functions-sdk-go/15 # timeout=10 22:23:11 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:23:11 > git --version # timeout=10 22:23:11 > git --version # 'git version 2.17.1' 22:23:11 using GIT_SSH to set credentials SSH Credentials for GitHub 22:23:11 > 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 22:23:13 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.032s coverage: 56.1% of statements 22:23:13 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 22:23:13 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 22:23:13 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.024s coverage: 53.5% of statements 22:23:13 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 22:23:13 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.294s coverage: 69.1% of statements 22:23:14 Fetching without tags 22:23:15 Merging remotes/origin/master commit dd68bd8a16b73082b1b414d7611500291c5101af into PR head commit 53618b74932cd445c3c7334c836d1a35782efe4a 22:23:14 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:23:14 > git config --add remote.origin.fetch +refs/pull/478/head:refs/remotes/origin/PR-478 # timeout=10 22:23:14 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 22:23:14 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:23:14 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:23:14 using GIT_SSH to set credentials SSH Credentials for GitHub 22:23:14 > 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 22:23:15 > git config core.sparsecheckout # timeout=10 22:23:15 > git checkout -f 53618b74932cd445c3c7334c836d1a35782efe4a # timeout=10 22:23:15 Merge succeeded, producing 53618b74932cd445c3c7334c836d1a35782efe4a 22:23:15 Checking out Revision 53618b74932cd445c3c7334c836d1a35782efe4a (PR-478) 22:23:15 > git remote # timeout=10 22:23:15 > git config --get remote.origin.url # timeout=10 22:23:15 using GIT_SSH to set credentials SSH Credentials for GitHub 22:23:15 > git merge dd68bd8a16b73082b1b414d7611500291c5101af # timeout=10 22:23:15 > git rev-parse HEAD^{commit} # timeout=10 22:23:15 > git config core.sparsecheckout # timeout=10 22:23:15 > git checkout -f 53618b74932cd445c3c7334c836d1a35782efe4a # timeout=10 22:23:20 Commit message: "fix: Fixed broken unit tests now failing with Go 1.15.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 22:23:24 ========================================================= 22:23:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:23:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:23:25 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 22:23:26 Sending build context to Docker daemon 37.16MB 22:23:26 Step 1/8 : ARG BASE=golang:1.15-alpine 22:23:26 Step 2/8 : FROM ${BASE} 22:23:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.481s coverage: 61.6% of statements 22:23:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.008s coverage: 89.5% of statements 22:23:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements 22:23:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.077s coverage: 100.0% of statements 22:23:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements 22:23:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.004s coverage: 100.0% of statements 22:23:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 22:23:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 22:23:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 22:23:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 22:23:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 22:23:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 22:23:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 22:23:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.005s coverage: 96.6% of statements 22:23:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 22:23:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.004s coverage: 97.7% of statements 22:23:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 22:23:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 22:23:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.010s coverage: 9.4% of statements 22:23:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.993s coverage: 75.0% of statements 22:23:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.010s coverage: 89.3% of statements 22:23:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.008s coverage: 88.9% of statements 22:23:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.081s coverage: 80.0% of statements 22:23:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:23:27 b538f80385f9: Pulling fs layer 22:23:27 74f711af9a0d: Pulling fs layer 22:23:27 99f96fe45779: Pulling fs layer 22:23:27 8529a6b9a6be: Pulling fs layer 22:23:27 45590311c82a: Pulling fs layer 22:23:27 69ca0ff8b7b3: Pulling fs layer 22:23:27 209524e5b208: Pulling fs layer 22:23:27 8529a6b9a6be: Waiting 22:23:27 45590311c82a: Waiting 22:23:27 69ca0ff8b7b3: Waiting 22:23:27 209524e5b208: Waiting 22:23:27 99f96fe45779: Verifying Checksum 22:23:27 99f96fe45779: Download complete 22:23:27 74f711af9a0d: Download complete 22:23:27 45590311c82a: Verifying Checksum 22:23:27 45590311c82a: Download complete 22:23:27 69ca0ff8b7b3: Verifying Checksum 22:23:27 69ca0ff8b7b3: Download complete 22:23:27 b538f80385f9: Verifying Checksum 22:23:27 b538f80385f9: Download complete 22:23:28 b538f80385f9: Pull complete 22:23:29 74f711af9a0d: Pull complete 22:23:29 99f96fe45779: Pull complete 22:23:31 209524e5b208: Download complete 22:23:32 8529a6b9a6be: Verifying Checksum 22:23:32 8529a6b9a6be: Download complete 22:23:42 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.426s coverage: 71.6% of statements 22:23:42 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements 22:23:42 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:23:42 8529a6b9a6be: Pull complete 22:23:43 45590311c82a: Pull complete 22:23:43 69ca0ff8b7b3: Pull complete 22:23:46 gofmt -l . 22:23:46 [ "`gofmt -l .`" = "" ] 22:23:46 ./bin/test-go-mod-tidy.sh [Pipeline] stash 22:23:46 Stashed 1 file(s) [Pipeline] } 22:23:46 $ docker stop --time=1 21abbbbde260bcbb482057daa95268bb485f18c8478937b6c043b2ea3234a057 22:23:47 209524e5b208: Pull complete 22:23:47 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 22:23:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:23:47 ---> 5bddaf1c2fca 22:23:47 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:23:47 latest: Pulling from library/docker 22:23:47 b538f80385f9: Already exists 22:23:47 259a493cd78d: Pulling fs layer 22:23:47 b8e66b5100f5: Pulling fs layer 22:23:47 39dc9c94d07c: Pulling fs layer 22:23:47 551b823b3b82: Pulling fs layer 22:23:47 3c52a74df98c: Pulling fs layer 22:23:47 6c9b121b6998: Pulling fs layer 22:23:47 551b823b3b82: Waiting 22:23:47 3c52a74df98c: Waiting 22:23:47 6c9b121b6998: Waiting 22:23:47 259a493cd78d: Verifying Checksum 22:23:47 259a493cd78d: Download complete 22:23:48 551b823b3b82: Verifying Checksum 22:23:48 551b823b3b82: Download complete 22:23:48 3c52a74df98c: Verifying Checksum 22:23:48 3c52a74df98c: Download complete 22:23:48 6c9b121b6998: Verifying Checksum 22:23:48 6c9b121b6998: Download complete 22:23:48 $ docker rm -f 21abbbbde260bcbb482057daa95268bb485f18c8478937b6c043b2ea3234a057 22:23:48 259a493cd78d: Pull complete 22:23:49 b8e66b5100f5: Pull complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 22:23:49 39dc9c94d07c: Verifying Checksum 22:23:49 39dc9c94d07c: Download complete [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:23:51 39dc9c94d07c: Pull complete 22:23:52 551b823b3b82: Pull complete 22:23:52 3c52a74df98c: Pull complete 22:23:53 6c9b121b6998: Pull complete 22:23:53 Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 22:23:53 Status: Downloaded newer image for docker:latest 22:24:00 ---> 581e57d072b5 22:24:00 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:24:00 ---> Running in b9f8161ecbab 22:24:00 Removing intermediate container b9f8161ecbab 22:24:00 ---> 4aa17e2d6bb6 22:24:00 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:24:00 ---> Running in e19217afebbc 22:24:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:24:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:24:04 (1/5) Installing libsodium (1.0.18-r0) 22:24:04 (2/5) Installing libzmq (4.3.3-r0) 22:24:04 (3/5) Installing pkgconf (1.7.2-r0) 22:24:04 (4/5) Installing libsodium-dev (1.0.18-r0) 22:24:04 (5/5) Installing zeromq-dev (4.3.3-r0) 22:24:04 Executing busybox-1.31.1-r16.trigger 22:24:04 OK: 144 MiB in 44 packages 22:24:06 Removing intermediate container e19217afebbc 22:24:06 ---> 2f2b587d2f2a 22:24:06 Step 6/8 : WORKDIR /build 22:24:06 ---> Running in 0e36ac93ec4f 22:24:07 Removing intermediate container 0e36ac93ec4f 22:24:07 ---> bf104afec29f 22:24:07 Step 7/8 : COPY go.mod . 22:24:08 ---> 8912afd0a844 22:24:08 Step 8/8 : RUN go mod download 22:24:08 ---> Running in 05a6b556811a 22:24:40 Removing intermediate container 05a6b556811a 22:24:40 ---> 4308f371a931 22:24:40 Successfully built 4308f371a931 22:24:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:24:40 + docker inspect -f . ci-base-image-arm64 22:24:40 . [Pipeline] withDockerContainer 22:24:41 prd-ubuntu18.04-docker-arm64-4c-16g-43434 does not seem to be running inside a container 22:24:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/15 -v /w/workspace/app-functions-sdk-go/15:/w/workspace/app-functions-sdk-go/15:rw,z -v /w/workspace/app-functions-sdk-go/15@tmp:/w/workspace/app-functions-sdk-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:24:43 $ docker top 88004d41085d1ae93fab20313c37535d24f4fd30f4af5b9eb90c6f4fd6fa8f68 -eo pid,comm [Pipeline] { [Pipeline] sh 22:24:44 + go version 22:24:44 go version go1.15.2 linux/arm64 [Pipeline] } 22:24:44 $ docker stop --time=1 88004d41085d1ae93fab20313c37535d24f4fd30f4af5b9eb90c6f4fd6fa8f68 22:24:46 $ docker rm -f 88004d41085d1ae93fab20313c37535d24f4fd30f4af5b9eb90c6f4fd6fa8f68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:24:48 + docker inspect -f . ci-base-image-arm64 22:24:48 . [Pipeline] withDockerContainer 22:24:48 prd-ubuntu18.04-docker-arm64-4c-16g-43434 does not seem to be running inside a container 22:24:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/15 -v /w/workspace/app-functions-sdk-go/15:/w/workspace/app-functions-sdk-go/15:rw,z -v /w/workspace/app-functions-sdk-go/15@tmp:/w/workspace/app-functions-sdk-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:24:50 $ docker top 74e8ba72c5356fc6d6ee87710bfd1c79a13097a40b5425b071533aabc01821d0 -eo pid,comm [Pipeline] { [Pipeline] sh 22:24:51 + make test 22:24:51 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:24:53 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 22:25:21 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.150s coverage: 86.2% of statements 22:26:00 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.066s coverage: 56.1% of statements 22:26:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 22:26:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 22:26:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.095s coverage: 53.5% of statements 22:26:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 22:26:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.359s coverage: 69.1% of statements 22:26:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.524s coverage: 61.6% of statements 22:26:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.015s coverage: 89.5% of statements 22:26:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.011s coverage: 100.0% of statements 22:26:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.106s coverage: 100.0% of statements 22:26:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.011s coverage: 100.0% of statements 22:26:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.013s coverage: 100.0% of statements 22:26:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 22:26:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 22:26:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 22:26:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 22:26:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 22:26:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 22:26:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 22:26:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.014s coverage: 96.6% of statements 22:26:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 22:26:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.013s coverage: 97.7% of statements 22:26:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 22:26:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 22:26:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.024s coverage: 9.4% of statements 22:26:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.163s coverage: 75.0% of statements 22:26:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.041s coverage: 89.3% of statements 22:26:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.024s coverage: 88.9% of statements 22:26:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.175s coverage: 80.0% of statements 22:26:38 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.681s coverage: 71.6% of statements 22:26:38 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.013s coverage: 94.4% of statements 22:26:38 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:26:48 gofmt -l . 22:26:48 [ "`gofmt -l .`" = "" ] 22:26:49 ./bin/test-go-mod-tidy.sh [Pipeline] stash 22:26:49 Warning: overwriting stash ‘coverage-report’ 22:26:50 Stashed 1 file(s) [Pipeline] } 22:26:50 $ docker stop --time=1 74e8ba72c5356fc6d6ee87710bfd1c79a13097a40b5425b071533aabc01821d0 22:26:52 $ docker rm -f 74e8ba72c5356fc6d6ee87710bfd1c79a13097a40b5425b071533aabc01821d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:26:55 provisioning config files... 22:26:55 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/config8263909899512566962tmp [Pipeline] { [Pipeline] sh 22:26:56 + curl -s https://codecov.io/bash 22:26:56 + bash -s - -t @/w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/config8263909899512566962tmp [Pipeline] } 22:26:56 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 22:26:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:26:59 ---> package-listing.sh 22:26:59 ++ facter osfamily 22:26:59 ++ tr '[:upper:]' '[:lower:]' 22:27:00 + OS_FAMILY=redhat 22:27:00 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-478 22:27:00 + START_PACKAGES=/tmp/packages_start.txt 22:27:00 + END_PACKAGES=/tmp/packages_end.txt 22:27:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:27:00 + PACKAGES=/tmp/packages_start.txt 22:27:00 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-478 ']' 22:27:00 + PACKAGES=/tmp/packages_end.txt 22:27:00 + case "${OS_FAMILY}" in 22:27:00 + rpm -qa 22:27:00 + sort 22:27:05 + '[' -f /tmp/packages_start.txt ']' 22:27:05 + '[' -f /tmp/packages_end.txt ']' 22:27:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:27:05 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-478 ']' 22:27:05 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-478/archives/ 22:27:05 + 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 22:27:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:27:06 22:27:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:27:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:27:06 alpine: Pulling from edgex-lftools-log-publisher 22:27:06 df20fa9351a1: Pulling fs layer 22:27:06 36b3adc4ff6f: Pulling fs layer 22:27:06 8ad3a11d3b57: Pulling fs layer 22:27:06 46f8f816bc3b: Pulling fs layer 22:27:06 0dadc02b9964: Pulling fs layer 22:27:06 ce6a7cf60c04: Pulling fs layer 22:27:06 7a184a31f384: Pulling fs layer 22:27:06 0879bd2ef858: Pulling fs layer 22:27:06 46f8f816bc3b: Waiting 22:27:06 0dadc02b9964: Waiting 22:27:06 ce6a7cf60c04: Waiting 22:27:06 0879bd2ef858: Waiting 22:27:06 7a184a31f384: Waiting 22:27:06 36b3adc4ff6f: Verifying Checksum 22:27:06 36b3adc4ff6f: Download complete 22:27:06 46f8f816bc3b: Verifying Checksum 22:27:06 46f8f816bc3b: Download complete 22:27:07 df20fa9351a1: Download complete 22:27:07 ce6a7cf60c04: Verifying Checksum 22:27:07 ce6a7cf60c04: Download complete 22:27:07 7a184a31f384: Verifying Checksum 22:27:07 7a184a31f384: Download complete 22:27:07 0dadc02b9964: Verifying Checksum 22:27:07 0dadc02b9964: Download complete 22:27:08 8ad3a11d3b57: Verifying Checksum 22:27:08 8ad3a11d3b57: Download complete 22:27:08 df20fa9351a1: Pull complete 22:27:08 36b3adc4ff6f: Pull complete 22:27:08 0879bd2ef858: Verifying Checksum 22:27:08 0879bd2ef858: Download complete 22:27:09 8ad3a11d3b57: Pull complete 22:27:09 46f8f816bc3b: Pull complete 22:27:10 0dadc02b9964: Pull complete 22:27:10 ce6a7cf60c04: Pull complete 22:27:10 7a184a31f384: Pull complete 22:27:14 0879bd2ef858: Pull complete 22:27:14 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 22:27:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:27:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:27:15 prd-centos7-docker-4c-2g-43422 does not seem to be running inside a container 22:27:15 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:27:21 $ docker top f8839acedebea1ea0b6196caa5839e8f897f5a07490a012405766b04944fece0 -eo pid,comm [Pipeline] { [Pipeline] sh 22:27:21 + mkdir -p /var/log/sa [Pipeline] sh 22:27:22 + ls /var/log/sa-host 22:27:22 + sadf -c /var/log/sa-host/sa05 22:27:22 file_magic: OK 22:27:22 HZ: Using current value: 100 22:27:22 file_header: OK 22:27: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 22:27:22 Statistics: 22:27:22 Hnuu...uuuununununu...Hnuu...uuuununununu... 22:27:22 File successfully converted to sysstat format version 12.2.1 22:27:22 + sadf -c /var/log/sa-host/sa15 22:27:22 file_magic: OK 22:27:22 HZ: Using current value: 100 22:27:22 file_header: OK 22:27: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 22:27:22 Statistics: 22:27:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:27:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:27:22 provisioning config files... 22:27:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-478@tmp/config6099119111434608663tmp [Pipeline] { [Pipeline] echo 22:27:22 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:27:22 ---> create-netrc.sh [Pipeline] echo 22:27:22 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:27:23 ---> logs-deploy.sh 22:27:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-478/15 22:27:23 INFO: archiving workspace using pattern(s): 22:27:25 Archives upload complete. 22:27:25 INFO: archiving logs to Nexus