Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c970b2aceef60929df30741cfc8c6629a8bdbc64+f281c8b713d95d8c203921f39489e26903a82368 (8696200ae7c5322a549b9fc990810bcfa8613aed) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-26613 in /w/workspace/ndry_app-functions-sdk-go_PR-697 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_PR-697 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/697/head:refs/remotes/origin/PR-697 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f281c8b713d95d8c203921f39489e26903a82368 into PR head commit c970b2aceef60929df30741cfc8c6629a8bdbc64 Merge succeeded, producing be5833301ef4b2b4b732c3d2b789a39fa666bd24 Checking out Revision be5833301ef4b2b4b732c3d2b789a39fa666bd24 (PR-697) > git config core.sparsecheckout # timeout=10 > git checkout -f c970b2aceef60929df30741cfc8c6629a8bdbc64 # 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 f281c8b713d95d8c203921f39489e26903a82368 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f be5833301ef4b2b4b732c3d2b789a39fa666bd24 # timeout=10 Commit message: "Merge commit 'f281c8b713d95d8c203921f39489e26903a82368' into HEAD" > git rev-list --no-walk c970b2aceef60929df30741cfc8c6629a8bdbc64 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-16T23:46:16.805Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-16T23:46:17.179Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-16T23:46:17.340Z] ========================================================= [2021-02-16T23:46:17.340Z] EdgeX Global Pipelines Version Info [2021-02-16T23:46:17.340Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-16T23:46:18.917Z] ------------------- [2021-02-16T23:46:18.917Z] stable info: [2021-02-16T23:46:18.917Z] ------------------- [2021-02-16T23:46:18.917Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-16T23:46:18.917Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-16T23:46:18.917Z] Message: update stable to v1.0.179 [2021-02-16T23:46:19.861Z] ------------------- [2021-02-16T23:46:19.861Z] experimental info: [2021-02-16T23:46:19.861Z] ------------------- [2021-02-16T23:46:19.861Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-16T23:46:19.861Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-16T23:46:19.861Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-16T23:46:20.105Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-02-16T23:46:20.192Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-02-16T23:46:20.324Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-16T23:46:20.465Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-16T23:46:20.562Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-16T23:46:20.678Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-16T23:46:20.838Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-16T23:46:20.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-16T23:46:21.021Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-16T23:46:21.104Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-16T23:46:21.205Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-16T23:46:21.286Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-02-16T23:46:21.384Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-16T23:46:21.476Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-16T23:46:21.599Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-16T23:46:21.703Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-16T23:46:21.790Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-16T23:46:21.877Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-16T23:46:21.958Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-16T23:46:22.055Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-16T23:46:22.182Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-16T23:46:22.264Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-02-16T23:46:22.371Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-16T23:46:22.479Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-16T23:46:22.567Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-16T23:46:22.653Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-16T23:46:22.739Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-16T23:46:22.829Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-697 [Pipeline] echo [2021-02-16T23:46:22.911Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-697 [Pipeline] echo [2021-02-16T23:46:23.019Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-697 [Pipeline] echo [2021-02-16T23:46:23.103Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = be5833301ef4b2b4b732c3d2b789a39fa666bd24 [Pipeline] echo [2021-02-16T23:46:23.200Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = be58333 [Pipeline] echo [2021-02-16T23:46:23.293Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-16T23:46:23.950Z] + git log --format=format:%s -1 be5833301ef4b2b4b732c3d2b789a39fa666bd24 [Pipeline] echo [2021-02-16T23:46:24.012Z] GIT_COMMIT: be5833301ef4b2b4b732c3d2b789a39fa666bd24, Commit Message: Merge commit 'f281c8b713d95d8c203921f39489e26903a82368' into HEAD [Pipeline] echo [2021-02-16T23:46:24.056Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-16T23:46:24.657Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-16T23:46:24.918Z] [2021-02-16T23:46:24.918Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-16T23:46:25.292Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-16T23:46:25.292Z] latest: Pulling from edgex-devops/git-semver [2021-02-16T23:46:25.292Z] 31603596830f: Pulling fs layer [2021-02-16T23:46:25.292Z] 2a8b12db71e7: Pulling fs layer [2021-02-16T23:46:25.292Z] 6ca5941a6612: Pulling fs layer [2021-02-16T23:46:25.292Z] ecc8261a40a4: Pulling fs layer [2021-02-16T23:46:25.292Z] ecc8261a40a4: Waiting [2021-02-16T23:46:25.292Z] 2a8b12db71e7: Verifying Checksum [2021-02-16T23:46:25.292Z] 2a8b12db71e7: Download complete [2021-02-16T23:46:25.558Z] 31603596830f: Download complete [2021-02-16T23:46:25.558Z] ecc8261a40a4: Verifying Checksum [2021-02-16T23:46:25.558Z] ecc8261a40a4: Download complete [2021-02-16T23:46:25.558Z] 6ca5941a6612: Verifying Checksum [2021-02-16T23:46:25.558Z] 6ca5941a6612: Download complete [2021-02-16T23:46:25.820Z] 31603596830f: Pull complete [2021-02-16T23:46:26.084Z] 2a8b12db71e7: Pull complete [2021-02-16T23:46:27.029Z] 6ca5941a6612: Pull complete [2021-02-16T23:46:27.029Z] ecc8261a40a4: Pull complete [2021-02-16T23:46:27.029Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-16T23:46:27.029Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-16T23:46:27.029Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-16T23:46:27.139Z] prd-centos7-docker-4c-2g-26613 does not seem to be running inside a container [2021-02-16T23:46:27.190Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-697 -v /w/workspace/ndry_app-functions-sdk-go_PR-697:/w/workspace/ndry_app-functions-sdk-go_PR-697:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-697@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-697@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-16T23:46:29.225Z] $ docker top f4dc1c7060b488f21e105db134df3d460510c34ec69c8b985e97750c72ca36cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-16T23:46:29.572Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-16T23:46:29.572Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-16T23:46:29.825Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-16T23:46:29.828Z] $ docker exec f4dc1c7060b488f21e105db134df3d460510c34ec69c8b985e97750c72ca36cc ssh-agent [2021-02-16T23:46:30.016Z] SSH_AUTH_SOCK=/tmp/ssh-yv5IpEWoxrVJ/agent.13 [2021-02-16T23:46:30.016Z] SSH_AGENT_PID=19 [2021-02-16T23:46:30.029Z] Running ssh-add (command line suppressed) [2021-02-16T23:46:30.144Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-697@tmp/private_key_7685789031571517049.key (/w/workspace/ndry_app-functions-sdk-go_PR-697@tmp/private_key_7685789031571517049.key) [2021-02-16T23:46:30.199Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-16T23:46:30.565Z] + git tag --points-at HEAD [Pipeline] } [2021-02-16T23:46:30.691Z] $ docker exec --env ******** --env ******** f4dc1c7060b488f21e105db134df3d460510c34ec69c8b985e97750c72ca36cc ssh-agent -k [2021-02-16T23:46:30.889Z] unset SSH_AUTH_SOCK; [2021-02-16T23:46:30.889Z] unset SSH_AGENT_PID; [2021-02-16T23:46:30.889Z] echo Agent pid 19 killed; [2021-02-16T23:46:30.946Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-16T23:46:31.123Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-16T23:46:31.123Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-16T23:46:31.293Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-16T23:46:31.295Z] $ docker exec f4dc1c7060b488f21e105db134df3d460510c34ec69c8b985e97750c72ca36cc ssh-agent [2021-02-16T23:46:31.466Z] SSH_AUTH_SOCK=/tmp/ssh-MtmlnVYHWUsA/agent.48 [2021-02-16T23:46:31.466Z] SSH_AGENT_PID=54 [2021-02-16T23:46:31.473Z] Running ssh-add (command line suppressed) [2021-02-16T23:46:31.595Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-697@tmp/private_key_894708928631477067.key (/w/workspace/ndry_app-functions-sdk-go_PR-697@tmp/private_key_894708928631477067.key) [2021-02-16T23:46:31.651Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-16T23:46:32.095Z] + git semver init [2021-02-16T23:46:32.095Z] # -> Open(): unable to determine branch for HEAD [2021-02-16T23:46:32.095Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-697/.git [2021-02-16T23:46:32.095Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-697 [2021-02-16T23:46:32.095Z] # $SEMVER_REMOTE_NAME = origin [2021-02-16T23:46:32.095Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-16T23:46:32.095Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-16T23:46:32.095Z] # $SEMVER_BRANCH = PR-697 [2021-02-16T23:46:32.095Z] # $SEMVER_TEMP = /tmp/semver-139876633 [2021-02-16T23:46:32.095Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-02-16T23:46:34.675Z] # '/tmp/semver-139876633' -> '/w/workspace/ndry_app-functions-sdk-go_PR-697/.semver' [2021-02-16T23:46:34.675Z] # -> Force: false [2021-02-16T23:46:34.675Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-697/.semver [Pipeline] } [2021-02-16T23:46:34.689Z] $ docker exec --env ******** --env ******** f4dc1c7060b488f21e105db134df3d460510c34ec69c8b985e97750c72ca36cc ssh-agent -k [2021-02-16T23:46:34.811Z] unset SSH_AUTH_SOCK; [2021-02-16T23:46:34.812Z] unset SSH_AGENT_PID; [2021-02-16T23:46:34.812Z] echo Agent pid 54 killed; [2021-02-16T23:46:34.864Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-16T23:46:35.313Z] + git semver [Pipeline] } [2021-02-16T23:46:35.331Z] $ docker stop --time=1 f4dc1c7060b488f21e105db134df3d460510c34ec69c8b985e97750c72ca36cc [2021-02-16T23:46:36.939Z] $ docker rm -f f4dc1c7060b488f21e105db134df3d460510c34ec69c8b985e97750c72ca36cc [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-16T23:46:37.399Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-16T23:46:37.807Z] Stashed 1 file(s) [Pipeline] echo [2021-02-16T23:46:37.810Z] [edgeXSemver]: initialized semver on 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 [2021-02-16T23:46:53.283Z] Still waiting to schedule task [2021-02-16T23:46:53.283Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-16T23:46:53.286Z] Still waiting to schedule task [2021-02-16T23:46:53.286Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-16T23:48:29.477Z] Running on prd-centos7-docker-4c-2g-26619 in /w/workspace/ndry_app-functions-sdk-go_PR-697 [Pipeline] { [Pipeline] ws [2021-02-16T23:48:29.526Z] Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-02-16T23:48:32.676Z] using credential edgex-jenkins-ssh [2021-02-16T23:48:32.723Z] Cloning the remote Git repository [2021-02-16T23:48:32.502Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-16T23:48:32.587Z] > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 [2021-02-16T23:48:32.682Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-16T23:48:32.682Z] > git --version # timeout=10 [2021-02-16T23:48:32.697Z] > git --version # 'git version 2.24.3' [2021-02-16T23:48:32.698Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-16T23:48:32.750Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-16T23:48:36.347Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-16T23:48:36.360Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-16T23:48:36.376Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-16T23:48:36.392Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-16T23:48:36.392Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-16T23:48:36.398Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/697/head:refs/remotes/origin/PR-697 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-16T23:48:36.814Z] Merging remotes/origin/master commit f281c8b713d95d8c203921f39489e26903a82368 into PR head commit c970b2aceef60929df30741cfc8c6629a8bdbc64 [2021-02-16T23:48:36.941Z] Merge succeeded, producing 2bffd27e2233675073a2c4fe8714278fae389b9c [2021-02-16T23:48:36.942Z] Checking out Revision 2bffd27e2233675073a2c4fe8714278fae389b9c (PR-697) [2021-02-16T23:48:36.825Z] > git config core.sparsecheckout # timeout=10 [2021-02-16T23:48:36.832Z] > git checkout -f c970b2aceef60929df30741cfc8c6629a8bdbc64 # timeout=10 [2021-02-16T23:48:36.887Z] > git remote # timeout=10 [2021-02-16T23:48:36.894Z] > git config --get remote.origin.url # timeout=10 [2021-02-16T23:48:36.900Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-16T23:48:36.905Z] > git merge f281c8b713d95d8c203921f39489e26903a82368 # timeout=10 [2021-02-16T23:48:36.936Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-16T23:48:36.947Z] > git config core.sparsecheckout # timeout=10 [2021-02-16T23:48:36.952Z] > git checkout -f 2bffd27e2233675073a2c4fe8714278fae389b9c # timeout=10 [2021-02-16T23:48:40.650Z] Commit message: "Merge commit 'f281c8b713d95d8c203921f39489e26903a82368' into HEAD" [2021-02-16T23:48:40.657Z] > git rev-list --no-walk c970b2aceef60929df30741cfc8c6629a8bdbc64 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-16T23:48:42.103Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-16T23:48:42.445Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-16T23:48:42.757Z] + sudo service docker restart [2021-02-16T23:48:42.757Z] + true [2021-02-16T23:48:42.757Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-16T23:48:44.043Z] ========================================================= [2021-02-16T23:48:44.043Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-16T23:48:44.043Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-16T23:48:44.410Z] + 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 . [2021-02-16T23:48:44.991Z] Sending build context to Docker daemon 19.15MB [2021-02-16T23:48:44.991Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-16T23:48:44.991Z] Step 2/8 : FROM ${BASE} [2021-02-16T23:48:45.253Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-16T23:48:45.253Z] 188c0c94c7c5: Pulling fs layer [2021-02-16T23:48:45.253Z] 0ef7d3d256c8: Pulling fs layer [2021-02-16T23:48:45.253Z] de9db76c5a1d: Pulling fs layer [2021-02-16T23:48:45.253Z] bca2f99d35d6: Pulling fs layer [2021-02-16T23:48:45.253Z] 93359f2a8cfa: Pulling fs layer [2021-02-16T23:48:45.253Z] 7c6f9722023f: Pulling fs layer [2021-02-16T23:48:45.253Z] a35cf1a2eb13: Pulling fs layer [2021-02-16T23:48:45.253Z] 93359f2a8cfa: Waiting [2021-02-16T23:48:45.253Z] 7c6f9722023f: Waiting [2021-02-16T23:48:45.253Z] a35cf1a2eb13: Waiting [2021-02-16T23:48:45.253Z] bca2f99d35d6: Waiting [2021-02-16T23:48:45.253Z] de9db76c5a1d: Verifying Checksum [2021-02-16T23:48:45.253Z] de9db76c5a1d: Download complete [2021-02-16T23:48:45.253Z] 0ef7d3d256c8: Verifying Checksum [2021-02-16T23:48:45.253Z] 0ef7d3d256c8: Download complete [2021-02-16T23:48:45.253Z] 188c0c94c7c5: Verifying Checksum [2021-02-16T23:48:45.253Z] 188c0c94c7c5: Download complete [2021-02-16T23:48:45.253Z] 7c6f9722023f: Verifying Checksum [2021-02-16T23:48:45.253Z] 7c6f9722023f: Download complete [2021-02-16T23:48:45.517Z] 188c0c94c7c5: Pull complete [2021-02-16T23:48:45.779Z] 0ef7d3d256c8: Pull complete [2021-02-16T23:48:45.779Z] de9db76c5a1d: Pull complete [2021-02-16T23:48:47.177Z] a35cf1a2eb13: Verifying Checksum [2021-02-16T23:48:47.177Z] a35cf1a2eb13: Download complete [2021-02-16T23:48:48.128Z] bca2f99d35d6: Verifying Checksum [2021-02-16T23:48:48.128Z] bca2f99d35d6: Download complete [2021-02-16T23:48:53.468Z] bca2f99d35d6: Pull complete [2021-02-16T23:48:53.732Z] 93359f2a8cfa: Pull complete [2021-02-16T23:48:53.732Z] 7c6f9722023f: Pull complete [2021-02-16T23:49:01.928Z] a35cf1a2eb13: Pull complete [2021-02-16T23:49:01.928Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-16T23:49:01.928Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-16T23:49:01.928Z] ---> a62c8e92a672 [2021-02-16T23:49:01.928Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-02-16T23:49:01.928Z] 20.10.0: Pulling from library/docker [2021-02-16T23:49:01.928Z] 05e7bc50f07f: Pulling fs layer [2021-02-16T23:49:01.928Z] 6db28d0fdbf6: Pulling fs layer [2021-02-16T23:49:01.928Z] 292df0bc6bf3: Pulling fs layer [2021-02-16T23:49:01.928Z] 2e060f4bd70b: Pulling fs layer [2021-02-16T23:49:01.928Z] 80e8d568a223: Pulling fs layer [2021-02-16T23:49:01.928Z] 8dc6ef1a942a: Pulling fs layer [2021-02-16T23:49:01.928Z] 2312dd95470a: Pulling fs layer [2021-02-16T23:49:01.928Z] 2e060f4bd70b: Waiting [2021-02-16T23:49:01.928Z] 80e8d568a223: Waiting [2021-02-16T23:49:01.928Z] 8dc6ef1a942a: Waiting [2021-02-16T23:49:01.928Z] 2312dd95470a: Waiting [2021-02-16T23:49:02.196Z] 292df0bc6bf3: Verifying Checksum [2021-02-16T23:49:02.196Z] 292df0bc6bf3: Download complete [2021-02-16T23:49:02.196Z] 6db28d0fdbf6: Verifying Checksum [2021-02-16T23:49:02.196Z] 6db28d0fdbf6: Download complete [2021-02-16T23:49:02.196Z] 80e8d568a223: Verifying Checksum [2021-02-16T23:49:02.196Z] 80e8d568a223: Download complete [2021-02-16T23:49:02.459Z] 05e7bc50f07f: Verifying Checksum [2021-02-16T23:49:02.459Z] 05e7bc50f07f: Download complete [2021-02-16T23:49:02.459Z] 8dc6ef1a942a: Verifying Checksum [2021-02-16T23:49:02.459Z] 8dc6ef1a942a: Download complete [2021-02-16T23:49:02.459Z] 2312dd95470a: Verifying Checksum [2021-02-16T23:49:02.459Z] 2312dd95470a: Download complete [2021-02-16T23:49:02.726Z] 05e7bc50f07f: Pull complete [2021-02-16T23:49:02.997Z] 6db28d0fdbf6: Pull complete [2021-02-16T23:49:03.262Z] 292df0bc6bf3: Pull complete [2021-02-16T23:49:03.838Z] 2e060f4bd70b: Verifying Checksum [2021-02-16T23:49:03.838Z] 2e060f4bd70b: Download complete [2021-02-16T23:49:07.193Z] 2e060f4bd70b: Pull complete [2021-02-16T23:49:07.193Z] 80e8d568a223: Pull complete [2021-02-16T23:49:07.460Z] 8dc6ef1a942a: Pull complete [2021-02-16T23:49:07.460Z] 2312dd95470a: Pull complete [2021-02-16T23:49:07.460Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-16T23:49:07.460Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-16T23:49:09.389Z] ---> 124eb0a60632 [2021-02-16T23:49:09.389Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-16T23:49:09.389Z] ---> Running in c59c9d521790 [2021-02-16T23:49:09.389Z] Removing intermediate container c59c9d521790 [2021-02-16T23:49:09.389Z] ---> 01487ff8fcfb [2021-02-16T23:49:09.389Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-16T23:49:09.389Z] ---> Running in 37b8a91954a5 [2021-02-16T23:49:09.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-16T23:49:11.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-16T23:49:12.350Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-16T23:49:12.350Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-16T23:49:12.613Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-16T23:49:12.613Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-16T23:49:12.880Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-16T23:49:12.880Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T23:49:12.880Z] OK: 167 MiB in 44 packages [2021-02-16T23:49:13.836Z] Removing intermediate container 37b8a91954a5 [2021-02-16T23:49:13.836Z] ---> 788dfb316ed4 [2021-02-16T23:49:13.836Z] Step 6/8 : WORKDIR /build [2021-02-16T23:49:13.836Z] ---> Running in ae94c55ec707 [2021-02-16T23:49:14.107Z] Removing intermediate container ae94c55ec707 [2021-02-16T23:49:14.107Z] ---> ebce9ed51764 [2021-02-16T23:49:14.107Z] Step 7/8 : COPY go.mod . [2021-02-16T23:49:14.371Z] ---> 74e96d0deb8d [2021-02-16T23:49:14.371Z] Step 8/8 : RUN go mod download [2021-02-16T23:49:14.371Z] ---> Running in bf9f52836560 [2021-02-16T23:49:21.499Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26620 in /w/workspace/ndry_app-functions-sdk-go_PR-697 [Pipeline] { [Pipeline] ws [2021-02-16T23:49:21.547Z] Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-02-16T23:49:26.821Z] using credential edgex-jenkins-ssh [2021-02-16T23:49:26.873Z] Cloning the remote Git repository [2021-02-16T23:49:26.942Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-16T23:49:27.062Z] > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 [2021-02-16T23:49:27.160Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-16T23:49:27.161Z] > git --version # timeout=10 [2021-02-16T23:49:27.183Z] > git --version # 'git version 2.17.1' [2021-02-16T23:49:27.185Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-16T23:49:27.249Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-16T23:49:30.172Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-16T23:49:30.188Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-16T23:49:30.223Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-16T23:49:30.267Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-16T23:49:30.268Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-16T23:49:30.283Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/697/head:refs/remotes/origin/PR-697 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-16T23:49:30.765Z] Merging remotes/origin/master commit f281c8b713d95d8c203921f39489e26903a82368 into PR head commit c970b2aceef60929df30741cfc8c6629a8bdbc64 [2021-02-16T23:49:31.061Z] Merge succeeded, producing 9c9f777f82386805cb69c2b0ca4de06e9377ffc4 [2021-02-16T23:49:31.061Z] Checking out Revision 9c9f777f82386805cb69c2b0ca4de06e9377ffc4 (PR-697) [2021-02-16T23:49:30.784Z] > git config core.sparsecheckout # timeout=10 [2021-02-16T23:49:30.815Z] > git checkout -f c970b2aceef60929df30741cfc8c6629a8bdbc64 # timeout=10 [2021-02-16T23:49:30.919Z] > git remote # timeout=10 [2021-02-16T23:49:30.937Z] > git config --get remote.origin.url # timeout=10 [2021-02-16T23:49:30.960Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-16T23:49:30.972Z] > git merge f281c8b713d95d8c203921f39489e26903a82368 # timeout=10 [2021-02-16T23:49:31.036Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-16T23:49:31.066Z] > git config core.sparsecheckout # timeout=10 [2021-02-16T23:49:31.080Z] > git checkout -f 9c9f777f82386805cb69c2b0ca4de06e9377ffc4 # timeout=10 [2021-02-16T23:49:35.507Z] Commit message: "Merge commit 'f281c8b713d95d8c203921f39489e26903a82368' into HEAD" [2021-02-16T23:49:35.515Z] > git rev-list --no-walk c970b2aceef60929df30741cfc8c6629a8bdbc64 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-16T23:49:37.200Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-16T23:49:37.668Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-16T23:49:38.024Z] + + true [2021-02-16T23:49:38.024Z] sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-02-16T23:49:41.003Z] ========================================================= [2021-02-16T23:49:41.003Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-16T23:49:41.003Z] ========================================================= [2021-02-16T23:49:41.031Z] Removing intermediate container bf9f52836560 [2021-02-16T23:49:41.031Z] ---> f4668dd33393 [2021-02-16T23:49:41.031Z] Successfully built f4668dd33393 [2021-02-16T23:49:41.031Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-02-16T23:49:41.388Z] + 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 . [2021-02-16T23:49:41.471Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-16T23:49:41.471Z] . [Pipeline] withDockerContainer [2021-02-16T23:49:41.621Z] prd-centos7-docker-4c-2g-26619 does not seem to be running inside a container [2021-02-16T23:49:41.675Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-16T23:49:42.373Z] Sending build context to Docker daemon 19.15MB [2021-02-16T23:49:42.373Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-16T23:49:42.373Z] Step 2/8 : FROM ${BASE} [2021-02-16T23:49:42.544Z] $ docker top 215a301907561b9be19d7d041c8a2bd785aec70b485fe202f8ae8994e3f8dc88 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-16T23:49:42.972Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-16T23:49:42.972Z] 5f621e34cdf4: Pulling fs layer [2021-02-16T23:49:42.972Z] a4357932f1b6: Pulling fs layer [2021-02-16T23:49:42.972Z] 18c013af1878: Pulling fs layer [2021-02-16T23:49:42.972Z] 00ac8860ef70: Pulling fs layer [2021-02-16T23:49:42.972Z] 63d7cb157983: Pulling fs layer [2021-02-16T23:49:42.972Z] b116817d02f9: Pulling fs layer [2021-02-16T23:49:42.972Z] 745a02a5169b: Pulling fs layer [2021-02-16T23:49:42.972Z] 00ac8860ef70: Waiting [2021-02-16T23:49:42.972Z] 63d7cb157983: Waiting [2021-02-16T23:49:42.972Z] b116817d02f9: Waiting [2021-02-16T23:49:42.972Z] 745a02a5169b: Waiting [2021-02-16T23:49:42.972Z] 18c013af1878: Verifying Checksum [2021-02-16T23:49:42.972Z] 18c013af1878: Download complete [2021-02-16T23:49:42.972Z] a4357932f1b6: Verifying Checksum [2021-02-16T23:49:42.972Z] a4357932f1b6: Download complete [2021-02-16T23:49:42.972Z] 63d7cb157983: Verifying Checksum [2021-02-16T23:49:42.972Z] 63d7cb157983: Download complete [2021-02-16T23:49:42.972Z] b116817d02f9: Verifying Checksum [2021-02-16T23:49:42.972Z] b116817d02f9: Download complete [2021-02-16T23:49:42.972Z] 5f621e34cdf4: Download complete [2021-02-16T23:49:43.031Z] + go version [2021-02-16T23:49:43.032Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-16T23:49:43.047Z] $ docker stop --time=1 215a301907561b9be19d7d041c8a2bd785aec70b485fe202f8ae8994e3f8dc88 [2021-02-16T23:49:43.572Z] 5f621e34cdf4: Pull complete [2021-02-16T23:49:44.178Z] a4357932f1b6: Pull complete [2021-02-16T23:49:44.410Z] $ docker rm -f 215a301907561b9be19d7d041c8a2bd785aec70b485fe202f8ae8994e3f8dc88 [2021-02-16T23:49:44.455Z] 18c013af1878: Pull complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-16T23:49:45.181Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-16T23:49:45.181Z] . [Pipeline] withDockerContainer [2021-02-16T23:49:45.278Z] prd-centos7-docker-4c-2g-26619 does not seem to be running inside a container [2021-02-16T23:49:45.331Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-16T23:49:45.475Z] 745a02a5169b: Verifying Checksum [2021-02-16T23:49:45.475Z] 745a02a5169b: Download complete [2021-02-16T23:49:46.064Z] $ docker top b390cf417316d34dcfca4c4dbf4d68351665d75d806d933b2f79e217686c49e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-16T23:49:46.452Z] 00ac8860ef70: Download complete [2021-02-16T23:49:46.605Z] + make test [2021-02-16T23:49:46.605Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-16T23:49:48.034Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-02-16T23:49:57.131Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.067s coverage: 82.6% of statements [2021-02-16T23:49:57.135Z] 00ac8860ef70: Pull complete [2021-02-16T23:49:57.135Z] 63d7cb157983: Pull complete [2021-02-16T23:49:57.135Z] b116817d02f9: Pull complete [2021-02-16T23:50:00.603Z] 745a02a5169b: Pull complete [2021-02-16T23:50:00.603Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-16T23:50:00.603Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-16T23:50:00.603Z] ---> b7e6874047d6 [2021-02-16T23:50:00.603Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-02-16T23:50:00.603Z] 20.10.0: Pulling from library/docker [2021-02-16T23:50:00.878Z] a3cc7d3b244e: Pulling fs layer [2021-02-16T23:50:00.878Z] 02a3295e0d61: Pulling fs layer [2021-02-16T23:50:00.878Z] 0f4f2e6d8100: Pulling fs layer [2021-02-16T23:50:00.878Z] 330b718f631f: Pulling fs layer [2021-02-16T23:50:00.878Z] a93816041522: Pulling fs layer [2021-02-16T23:50:00.878Z] bdb6da89ff94: Pulling fs layer [2021-02-16T23:50:00.878Z] 2a70c0c122f4: Pulling fs layer [2021-02-16T23:50:00.878Z] a93816041522: Waiting [2021-02-16T23:50:00.878Z] bdb6da89ff94: Waiting [2021-02-16T23:50:00.878Z] 2a70c0c122f4: Waiting [2021-02-16T23:50:00.878Z] 330b718f631f: Waiting [2021-02-16T23:50:00.878Z] 0f4f2e6d8100: Verifying Checksum [2021-02-16T23:50:00.878Z] 0f4f2e6d8100: Download complete [2021-02-16T23:50:00.878Z] 02a3295e0d61: Verifying Checksum [2021-02-16T23:50:00.878Z] 02a3295e0d61: Download complete [2021-02-16T23:50:01.151Z] a3cc7d3b244e: Download complete [2021-02-16T23:50:01.151Z] a93816041522: Verifying Checksum [2021-02-16T23:50:01.151Z] a93816041522: Download complete [2021-02-16T23:50:01.151Z] bdb6da89ff94: Download complete [2021-02-16T23:50:01.151Z] 2a70c0c122f4: Verifying Checksum [2021-02-16T23:50:01.151Z] 2a70c0c122f4: Download complete [2021-02-16T23:50:01.753Z] a3cc7d3b244e: Pull complete [2021-02-16T23:50:02.359Z] 02a3295e0d61: Pull complete [2021-02-16T23:50:02.630Z] 0f4f2e6d8100: Pull complete [2021-02-16T23:50:03.606Z] 330b718f631f: Verifying Checksum [2021-02-16T23:50:03.606Z] 330b718f631f: Download complete [2021-02-16T23:50:05.512Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.026s coverage: 50.6% of statements [2021-02-16T23:50:05.513Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-02-16T23:50:05.513Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-02-16T23:50:05.513Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.037s coverage: 61.5% of statements [2021-02-16T23:50:05.513Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-02-16T23:50:05.513Z] # github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime [github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime.test] [2021-02-16T23:50:05.513Z] internal/runtime/runtime_test.go:52:13: undefined: requests.NewAddRequest [2021-02-16T23:50:05.513Z] FAIL github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime [build failed] [2021-02-16T23:50:05.513Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-02-16T23:50:05.513Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-02-16T23:50:05.513Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-02-16T23:50:05.513Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-02-16T23:50:05.513Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-02-16T23:50:05.513Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-02-16T23:50:05.513Z] # github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus [github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus.test] [2021-02-16T23:50:05.513Z] internal/trigger/messagebus/messaging_test.go:48:13: undefined: requests.NewAddRequest [2021-02-16T23:50:05.796Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.023s coverage: 97.0% of statements [2021-02-16T23:50:05.796Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-02-16T23:50:06.406Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.010s coverage: 8.8% of statements [2021-02-16T23:50:06.406Z] FAIL github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus [build failed] [2021-02-16T23:50:06.406Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-02-16T23:50:06.406Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.059s coverage: 87.9% of statements [2021-02-16T23:50:06.677Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.012s coverage: 80.5% of statements [2021-02-16T23:50:07.025Z] 330b718f631f: Pull complete [2021-02-16T23:50:07.278Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.012s coverage: 71.7% of statements [2021-02-16T23:50:07.623Z] a93816041522: Pull complete [2021-02-16T23:50:07.897Z] bdb6da89ff94: Pull complete [2021-02-16T23:50:08.169Z] 2a70c0c122f4: Pull complete [2021-02-16T23:50:08.169Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-16T23:50:08.169Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-16T23:50:14.906Z] ---> cef6629569c7 [2021-02-16T23:50:14.906Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-16T23:50:14.906Z] ---> Running in 5a42b233e7d5 [2021-02-16T23:50:14.906Z] Removing intermediate container 5a42b233e7d5 [2021-02-16T23:50:14.906Z] ---> cd9eaf607a04 [2021-02-16T23:50:14.906Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-16T23:50:14.906Z] ---> Running in cbaf26aedfc5 [2021-02-16T23:50:15.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-16T23:50:18.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-16T23:50:21.103Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-16T23:50:21.103Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-16T23:50:21.373Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-16T23:50:21.373Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-16T23:50:21.642Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-16T23:50:21.642Z] Executing busybox-1.31.1-r19.trigger [2021-02-16T23:50:21.642Z] OK: 144 MiB in 44 packages [2021-02-16T23:50:23.079Z] Removing intermediate container cbaf26aedfc5 [2021-02-16T23:50:23.079Z] ---> ba252fa26337 [2021-02-16T23:50:23.079Z] Step 6/8 : WORKDIR /build [2021-02-16T23:50:23.079Z] ---> Running in 3a1faff42ecd [2021-02-16T23:50:23.353Z] Removing intermediate container 3a1faff42ecd [2021-02-16T23:50:23.353Z] ---> 8e6d4de61436 [2021-02-16T23:50:23.353Z] Step 7/8 : COPY go.mod . [2021-02-16T23:50:24.333Z] ---> 6349fe5bcde8 [2021-02-16T23:50:24.333Z] Step 8/8 : RUN go mod download [2021-02-16T23:50:24.333Z] ---> Running in 9addb49e1a91 [2021-02-16T23:50:33.921Z] --- FAIL: TestTransformToJSON (0.00s) [2021-02-16T23:50:33.921Z] conversion_test.go:124: [2021-02-16T23:50:33.921Z] Error Trace: conversion_test.go:124 [2021-02-16T23:50:33.921Z] Error: Not equal: [2021-02-16T23:50:33.921Z] expected: "{\"apiVersion\":\"\",\"id\":\"\",\"deviceName\":\"device1\",\"profileName\":\"\",\"created\":0,\"origin\":0,\"readings\":null}" [2021-02-16T23:50:33.921Z] actual : "{\"apiVersion\":\"\",\"id\":\"\",\"deviceName\":\"device1\",\"profileName\":\"\",\"origin\":0,\"readings\":null}" [2021-02-16T23:50:33.921Z] [2021-02-16T23:50:33.921Z] Diff: [2021-02-16T23:50:33.921Z] --- Expected [2021-02-16T23:50:33.921Z] +++ Actual [2021-02-16T23:50:33.921Z] @@ -1 +1 @@ [2021-02-16T23:50:33.921Z] -{"apiVersion":"","id":"","deviceName":"device1","profileName":"","created":0,"origin":0,"readings":null} [2021-02-16T23:50:33.921Z] +{"apiVersion":"","id":"","deviceName":"device1","profileName":"","origin":0,"readings":null} [2021-02-16T23:50:33.921Z] Test: TestTransformToJSON [2021-02-16T23:50:33.921Z] --- FAIL: TestTransformToJSONMultipleParametersValid (0.00s) [2021-02-16T23:50:33.921Z] conversion_test.go:151: [2021-02-16T23:50:33.921Z] Error Trace: conversion_test.go:151 [2021-02-16T23:50:33.921Z] Error: Not equal: [2021-02-16T23:50:33.921Z] expected: "{\"apiVersion\":\"\",\"id\":\"\",\"deviceName\":\"device1\",\"profileName\":\"\",\"created\":0,\"origin\":0,\"readings\":null}" [2021-02-16T23:50:33.921Z] actual : "{\"apiVersion\":\"\",\"id\":\"\",\"deviceName\":\"device1\",\"profileName\":\"\",\"origin\":0,\"readings\":null}" [2021-02-16T23:50:33.921Z] [2021-02-16T23:50:33.921Z] Diff: [2021-02-16T23:50:33.921Z] --- Expected [2021-02-16T23:50:33.921Z] +++ Actual [2021-02-16T23:50:33.921Z] @@ -1 +1 @@ [2021-02-16T23:50:33.921Z] -{"apiVersion":"","id":"","deviceName":"device1","profileName":"","created":0,"origin":0,"readings":null} [2021-02-16T23:50:33.921Z] +{"apiVersion":"","id":"","deviceName":"device1","profileName":"","origin":0,"readings":null} [2021-02-16T23:50:33.921Z] Test: TestTransformToJSONMultipleParametersValid [2021-02-16T23:50:33.921Z] --- FAIL: TestTransformToJSONMultipleParametersTwoEvents (0.00s) [2021-02-16T23:50:33.921Z] conversion_test.go:169: [2021-02-16T23:50:33.921Z] Error Trace: conversion_test.go:169 [2021-02-16T23:50:33.921Z] Error: Not equal: [2021-02-16T23:50:33.921Z] expected: "{\"apiVersion\":\"\",\"id\":\"\",\"deviceName\":\"device2\",\"profileName\":\"\",\"created\":0,\"origin\":0,\"readings\":null}" [2021-02-16T23:50:33.921Z] actual : "{\"apiVersion\":\"\",\"id\":\"\",\"deviceName\":\"device2\",\"profileName\":\"\",\"origin\":0,\"readings\":null}" [2021-02-16T23:50:33.921Z] [2021-02-16T23:50:33.921Z] Diff: [2021-02-16T23:50:33.921Z] --- Expected [2021-02-16T23:50:33.921Z] +++ Actual [2021-02-16T23:50:33.921Z] @@ -1 +1 @@ [2021-02-16T23:50:33.921Z] -{"apiVersion":"","id":"","deviceName":"device2","profileName":"","created":0,"origin":0,"readings":null} [2021-02-16T23:50:33.921Z] +{"apiVersion":"","id":"","deviceName":"device2","profileName":"","origin":0,"readings":null} [2021-02-16T23:50:33.921Z] Test: TestTransformToJSONMultipleParametersTwoEvents [2021-02-16T23:50:33.921Z] FAIL [2021-02-16T23:50:33.921Z] coverage: 82.9% of statements [2021-02-16T23:50:33.921Z] FAIL github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.112s [2021-02-16T23:50:33.921Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.027s coverage: 94.4% of statements [2021-02-16T23:50:33.921Z] FAIL [2021-02-16T23:50:33.921Z] make: *** [Makefile:6: test] Error 2 [Pipeline] } [2021-02-16T23:50:33.943Z] $ docker stop --time=1 b390cf417316d34dcfca4c4dbf4d68351665d75d806d933b2f79e217686c49e1 [2021-02-16T23:50:35.661Z] $ docker rm -f b390cf417316d34dcfca4c4dbf4d68351665d75d806d933b2f79e217686c49e1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-16T23:50:37.408Z] Failed in branch amd64 [2021-02-16T23:50:51.142Z] Removing intermediate container 9addb49e1a91 [2021-02-16T23:50:51.142Z] ---> eef903f64fca [2021-02-16T23:50:51.142Z] Successfully built eef903f64fca [2021-02-16T23:50:51.142Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-16T23:50:51.492Z] + docker inspect -f . ci-base-image-arm64 [2021-02-16T23:50:51.492Z] . [Pipeline] withDockerContainer [2021-02-16T23:50:51.773Z] prd-ubuntu18.04-docker-arm64-4c-16g-26620 does not seem to be running inside a container [2021-02-16T23:50:51.865Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-16T23:50:53.322Z] $ docker top d33e28d00356d50904a1ad934a42735d6d7539f28560bb85023c069dffa08adc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-16T23:50:54.366Z] + go version [2021-02-16T23:50:54.366Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-16T23:50:54.394Z] $ docker stop --time=1 d33e28d00356d50904a1ad934a42735d6d7539f28560bb85023c069dffa08adc [2021-02-16T23:50:56.282Z] $ docker rm -f d33e28d00356d50904a1ad934a42735d6d7539f28560bb85023c069dffa08adc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-16T23:50:57.197Z] + docker inspect -f . ci-base-image-arm64 [2021-02-16T23:50:57.197Z] . [Pipeline] withDockerContainer [2021-02-16T23:50:57.440Z] prd-ubuntu18.04-docker-arm64-4c-16g-26620 does not seem to be running inside a container [2021-02-16T23:50:57.524Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-16T23:50:58.982Z] $ docker top 4c7b00415956623884d49e32d57d9090d7544cf4abcde3d3e5a4a2e282b4b645 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-16T23:51:00.025Z] + make test [2021-02-16T23:51:00.025Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-16T23:51:02.006Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-02-16T23:51:28.849Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.089s coverage: 82.6% of statements [2021-02-16T23:51:43.985Z] # github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime [github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime.test] [2021-02-16T23:51:43.985Z] internal/runtime/runtime_test.go:52:13: undefined: requests.NewAddRequest [2021-02-16T23:51:44.591Z] # github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus [github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus.test] [2021-02-16T23:51:44.591Z] internal/trigger/messagebus/messaging_test.go:48:13: undefined: requests.NewAddRequest [2021-02-16T23:51:48.934Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.113s coverage: 50.6% of statements [2021-02-16T23:51:48.934Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-02-16T23:51:48.934Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-02-16T23:51:48.934Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.065s coverage: 61.5% of statements [2021-02-16T23:51:48.934Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-02-16T23:51:48.934Z] FAIL github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime [build failed] [2021-02-16T23:51:48.934Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-02-16T23:51:48.934Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-02-16T23:51:48.934Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-02-16T23:51:48.934Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-02-16T23:51:48.934Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-02-16T23:51:48.934Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-02-16T23:51:48.934Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.013s coverage: 97.0% of statements [2021-02-16T23:51:48.934Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-02-16T23:51:48.934Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.039s coverage: 8.8% of statements [2021-02-16T23:51:48.934Z] FAIL github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus [build failed] [2021-02-16T23:51:48.934Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-02-16T23:51:48.934Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.051s coverage: 87.9% of statements [2021-02-16T23:51:48.935Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.046s coverage: 80.5% of statements [2021-02-16T23:51:49.532Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.047s coverage: 71.7% of statements [2021-02-16T23:52:16.354Z] panic: interface conversion: interface {} is nil, not [][]uint8 [2021-02-16T23:52:16.354Z] [2021-02-16T23:52:16.354Z] goroutine 28 [running]: [2021-02-16T23:52:16.354Z] github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms.TestBatchInTimeAndCountMode_CountMet.func3(0x400032e520, 0x400032e530, 0x400033a280, 0x400033c000, 0x400032e510) [2021-02-16T23:52:16.354Z] /w/workspace/app-functions-sdk-go/2/pkg/transforms/batch_test.go:126 +0x224 [2021-02-16T23:52:16.354Z] created by github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms.TestBatchInTimeAndCountMode_CountMet [2021-02-16T23:52:16.354Z] /w/workspace/app-functions-sdk-go/2/pkg/transforms/batch_test.go:121 +0x17c [2021-02-16T23:52:16.354Z] FAIL github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 22.030s [2021-02-16T23:52:16.354Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.025s coverage: 94.4% of statements [2021-02-16T23:52:16.354Z] FAIL [2021-02-16T23:52:16.354Z] make: *** [Makefile:6: test] Error 2 [Pipeline] } [2021-02-16T23:52:16.388Z] $ docker stop --time=1 4c7b00415956623884d49e32d57d9090d7544cf4abcde3d3e5a4a2e282b4b645 [2021-02-16T23:52:18.583Z] $ docker rm -f 4c7b00415956623884d49e32d57d9090d7544cf4abcde3d3e5a4a2e282b4b645 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-16T23:52:20.343Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-16T23:52:23.170Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T23:52:23.479Z] ---> package-listing.sh [2021-02-16T23:52:23.479Z] ++ facter osfamily [2021-02-16T23:52:23.479Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-16T23:52:23.479Z] + OS_FAMILY=redhat [2021-02-16T23:52:23.479Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-697 [2021-02-16T23:52:23.479Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-16T23:52:23.479Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-16T23:52:23.479Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-16T23:52:23.479Z] + PACKAGES=/tmp/packages_start.txt [2021-02-16T23:52:23.479Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-697 ']' [2021-02-16T23:52:23.479Z] + PACKAGES=/tmp/packages_end.txt [2021-02-16T23:52:23.479Z] + case "${OS_FAMILY}" in [2021-02-16T23:52:23.479Z] + rpm -qa [2021-02-16T23:52:23.479Z] + sort [2021-02-16T23:52:28.791Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-16T23:52:28.791Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-16T23:52:28.791Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-16T23:52:28.791Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-697 ']' [2021-02-16T23:52:28.791Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-697/archives/ [2021-02-16T23:52:28.791Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-697/archives/ [Pipeline] echo [2021-02-16T23:52:28.815Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_PR-697/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-16T23:52:29.111Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-16T23:52:29.424Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-16T23:52:29.425Z] [2021-02-16T23:52:29.425Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-16T23:52:29.773Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-16T23:52:29.773Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-16T23:52:29.773Z] df20fa9351a1: Pulling fs layer [2021-02-16T23:52:29.773Z] 36b3adc4ff6f: Pulling fs layer [2021-02-16T23:52:29.773Z] 8ad3a11d3b57: Pulling fs layer [2021-02-16T23:52:29.773Z] 46f8f816bc3b: Pulling fs layer [2021-02-16T23:52:29.773Z] 93b61091891f: Pulling fs layer [2021-02-16T23:52:29.773Z] 93b9cdb0e59b: Pulling fs layer [2021-02-16T23:52:29.773Z] 5e14af77c1be: Pulling fs layer [2021-02-16T23:52:29.773Z] 01666e4c0597: Pulling fs layer [2021-02-16T23:52:29.773Z] aa168da1d23b: Pulling fs layer [2021-02-16T23:52:29.773Z] 93b9cdb0e59b: Waiting [2021-02-16T23:52:29.773Z] 5e14af77c1be: Waiting [2021-02-16T23:52:29.773Z] 01666e4c0597: Waiting [2021-02-16T23:52:29.773Z] aa168da1d23b: Waiting [2021-02-16T23:52:29.773Z] 46f8f816bc3b: Waiting [2021-02-16T23:52:29.773Z] 93b61091891f: Waiting [2021-02-16T23:52:29.773Z] 36b3adc4ff6f: Download complete [2021-02-16T23:52:29.773Z] 46f8f816bc3b: Download complete [2021-02-16T23:52:30.038Z] df20fa9351a1: Download complete [2021-02-16T23:52:30.038Z] 93b9cdb0e59b: Verifying Checksum [2021-02-16T23:52:30.038Z] 93b9cdb0e59b: Download complete [2021-02-16T23:52:30.038Z] 93b61091891f: Verifying Checksum [2021-02-16T23:52:30.038Z] 93b61091891f: Download complete [2021-02-16T23:52:30.038Z] 5e14af77c1be: Download complete [2021-02-16T23:52:30.038Z] 01666e4c0597: Verifying Checksum [2021-02-16T23:52:30.038Z] 01666e4c0597: Download complete [2021-02-16T23:52:30.311Z] df20fa9351a1: Pull complete [2021-02-16T23:52:30.583Z] 8ad3a11d3b57: Verifying Checksum [2021-02-16T23:52:30.583Z] 8ad3a11d3b57: Download complete [2021-02-16T23:52:30.583Z] 36b3adc4ff6f: Pull complete [2021-02-16T23:52:31.166Z] 8ad3a11d3b57: Pull complete [2021-02-16T23:52:31.433Z] 46f8f816bc3b: Pull complete [2021-02-16T23:52:32.833Z] 93b61091891f: Pull complete [2021-02-16T23:52:32.833Z] 93b9cdb0e59b: Pull complete [2021-02-16T23:52:33.096Z] 5e14af77c1be: Pull complete [2021-02-16T23:52:33.096Z] 01666e4c0597: Pull complete [2021-02-16T23:52:33.359Z] aa168da1d23b: Verifying Checksum [2021-02-16T23:52:33.359Z] aa168da1d23b: Download complete [2021-02-16T23:52:39.985Z] aa168da1d23b: Pull complete [2021-02-16T23:52:39.985Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-16T23:52:39.985Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-16T23:52:39.985Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-16T23:52:40.146Z] prd-centos7-docker-4c-2g-26613 does not seem to be running inside a container [2021-02-16T23:52:40.197Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_PR-697/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_PR-697 -v /w/workspace/ndry_app-functions-sdk-go_PR-697:/w/workspace/ndry_app-functions-sdk-go_PR-697:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-697@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-697@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-16T23:52:44.111Z] $ docker top cb94f0861f2130e7f2026d28e0dc129b68b95ce3ec05ebea35c9fd707638974c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-16T23:52:44.677Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-16T23:52:44.979Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-16T23:52:45.282Z] + ls /var/log/sa-host [2021-02-16T23:52:45.282Z] + sadf -c /var/log/sa-host/sa16 [2021-02-16T23:52:45.282Z] file_magic: OK [2021-02-16T23:52:45.282Z] HZ: Using current value: 100 [2021-02-16T23:52:45.282Z] file_header: OK [2021-02-16T23:52:45.282Z] 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 [2021-02-16T23:52:45.282Z] Statistics: [2021-02-16T23:52:45.282Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-16T23:52:45.282Z] File successfully converted to sysstat format version 12.2.1 [2021-02-16T23:52:45.282Z] + sadf -c /var/log/sa-host/sa23 [2021-02-16T23:52:45.282Z] file_magic: OK [2021-02-16T23:52:45.282Z] HZ: Using current value: 100 [2021-02-16T23:52:45.282Z] file_header: OK [2021-02-16T23:52:45.282Z] 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 [2021-02-16T23:52:45.282Z] Statistics: [2021-02-16T23:52:45.282Z] Hnuu...uuuununununu... [2021-02-16T23:52:45.282Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-16T23:52:45.939Z] provisioning config files... [2021-02-16T23:52:45.965Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-697@tmp/config5823170033782270676tmp [Pipeline] { [Pipeline] echo [2021-02-16T23:52:46.047Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T23:52:46.348Z] ---> create-netrc.sh [Pipeline] } [2021-02-16T23:52:46.359Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-16T23:52:46.452Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T23:52:46.751Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-16T23:52:46.764Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T23:52:47.063Z] ---> sudo-logs.sh [2021-02-16T23:52:47.063Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-16T23:52:47.264Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T23:52:47.562Z] ---> job-cost.sh [2021-02-16T23:52:47.562Z] lf-activate-venv: SKIPPING [2021-02-16T23:52:47.562Z] INFO: No Stack... [2021-02-16T23:52:48.956Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-16T23:52:49.219Z] INFO: Archiving Costs [Pipeline] echo [2021-02-16T23:52:49.235Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-16T23:52:49.531Z] ---> logs-deploy.sh [2021-02-16T23:52:49.531Z] lf-activate-venv: SKIPPING [2021-02-16T23:52:49.531Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-697/2 [2021-02-16T23:52:49.531Z] INFO: archiving workspace using pattern(s): [2021-02-16T23:52:51.456Z] Archives upload complete. [2021-02-16T23:52:51.456Z] INFO: archiving logs to Nexus