Pull request #703 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 28ec6418e8d6f5da23b814ed53210fe05ae80649+f281c8b713d95d8c203921f39489e26903a82368 (ee8de2cc30db2c36bf4588ba622e8f0319fe6156) 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-26811 in /w/workspace/ndry_app-functions-sdk-go_PR-703 [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-703 # 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 Merging remotes/origin/master commit f281c8b713d95d8c203921f39489e26903a82368 into PR head commit 28ec6418e8d6f5da23b814ed53210fe05ae80649 Merge succeeded, producing 28ec6418e8d6f5da23b814ed53210fe05ae80649 Checking out Revision 28ec6418e8d6f5da23b814ed53210fe05ae80649 (PR-703) > 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/703/head:refs/remotes/origin/PR-703 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 28ec6418e8d6f5da23b814ed53210fe05ae80649 # 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 28ec6418e8d6f5da23b814ed53210fe05ae80649 # timeout=10 Commit message: "fix: fixed README typo" > git rev-list --no-walk 80f3533502ff06d950e6b4ccd7d38a006961ada6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-18T20:39:31.284Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-18T20:39:31.666Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-18T20:39:31.812Z] ========================================================= [2021-02-18T20:39:31.812Z] EdgeX Global Pipelines Version Info [2021-02-18T20:39:31.812Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-18T20:39:33.287Z] ------------------- [2021-02-18T20:39:33.287Z] stable info: [2021-02-18T20:39:33.287Z] ------------------- [2021-02-18T20:39:33.287Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-18T20:39:33.287Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-18T20:39:33.287Z] Message: update stable to v1.0.179 [2021-02-18T20:39:34.234Z] ------------------- [2021-02-18T20:39:34.234Z] experimental info: [2021-02-18T20:39:34.234Z] ------------------- [2021-02-18T20:39:34.234Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-18T20:39:34.234Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-18T20:39:34.234Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-18T20:39:34.546Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-02-18T20:39:34.637Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-02-18T20:39:34.752Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-18T20:39:35.079Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-18T20:39:35.192Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-18T20:39:35.328Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-18T20:39:35.427Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-18T20:39:35.520Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-18T20:39:35.656Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-18T20:39:35.770Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-18T20:39:35.861Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-18T20:39:35.958Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-02-18T20:39:36.053Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-18T20:39:36.146Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-18T20:39:36.263Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-18T20:39:36.365Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-18T20:39:36.472Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-18T20:39:36.569Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-18T20:39:36.666Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-18T20:39:36.761Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-18T20:39:36.856Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-18T20:39:36.963Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-02-18T20:39:37.062Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-18T20:39:37.183Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-18T20:39:37.274Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-18T20:39:37.363Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-18T20:39:37.458Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-18T20:39:37.553Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-703 [Pipeline] echo [2021-02-18T20:39:37.642Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-703 [Pipeline] echo [2021-02-18T20:39:37.731Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-703 [Pipeline] echo [2021-02-18T20:39:37.851Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 28ec6418e8d6f5da23b814ed53210fe05ae80649 [Pipeline] echo [2021-02-18T20:39:37.939Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 28ec641 [Pipeline] echo [2021-02-18T20:39:38.028Z] [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-18T20:39:38.739Z] + git log --format=format:%s -1 28ec6418e8d6f5da23b814ed53210fe05ae80649 [Pipeline] echo [2021-02-18T20:39:38.818Z] GIT_COMMIT: 28ec6418e8d6f5da23b814ed53210fe05ae80649, Commit Message: fix: fixed README typo [Pipeline] echo [2021-02-18T20:39:38.867Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-18T20:39:39.890Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T20:39:40.154Z] [2021-02-18T20:39:40.154Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T20:39:40.503Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T20:39:40.503Z] latest: Pulling from edgex-devops/git-semver [2021-02-18T20:39:40.503Z] 31603596830f: Pulling fs layer [2021-02-18T20:39:40.503Z] 2a8b12db71e7: Pulling fs layer [2021-02-18T20:39:40.503Z] 6ca5941a6612: Pulling fs layer [2021-02-18T20:39:40.503Z] ecc8261a40a4: Pulling fs layer [2021-02-18T20:39:40.503Z] ecc8261a40a4: Waiting [2021-02-18T20:39:40.766Z] 2a8b12db71e7: Verifying Checksum [2021-02-18T20:39:40.766Z] 2a8b12db71e7: Download complete [2021-02-18T20:39:40.766Z] 31603596830f: Verifying Checksum [2021-02-18T20:39:40.766Z] 31603596830f: Download complete [2021-02-18T20:39:40.766Z] 6ca5941a6612: Verifying Checksum [2021-02-18T20:39:40.766Z] 6ca5941a6612: Download complete [2021-02-18T20:39:40.766Z] ecc8261a40a4: Verifying Checksum [2021-02-18T20:39:40.766Z] ecc8261a40a4: Download complete [2021-02-18T20:39:41.029Z] 31603596830f: Pull complete [2021-02-18T20:39:41.292Z] 2a8b12db71e7: Pull complete [2021-02-18T20:39:41.869Z] 6ca5941a6612: Pull complete [2021-02-18T20:39:42.131Z] ecc8261a40a4: Pull complete [2021-02-18T20:39:42.132Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-18T20:39:42.132Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T20:39:42.132Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-18T20:39:42.233Z] prd-centos7-docker-4c-2g-26811 does not seem to be running inside a container [2021-02-18T20:39:42.280Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-703 -v /w/workspace/ndry_app-functions-sdk-go_PR-703:/w/workspace/ndry_app-functions-sdk-go_PR-703:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-703@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-703@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-18T20:39:44.393Z] $ docker top 96760f7decd50f20cd004d117192e10a0c4ada07c0ab8712addbfad6a0fde0f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-18T20:39:44.691Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T20:39:44.691Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T20:39:44.910Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T20:39:44.914Z] $ docker exec 96760f7decd50f20cd004d117192e10a0c4ada07c0ab8712addbfad6a0fde0f6 ssh-agent [2021-02-18T20:39:45.072Z] SSH_AUTH_SOCK=/tmp/ssh-V9Cxkbrbm1WP/agent.12 [2021-02-18T20:39:45.072Z] SSH_AGENT_PID=18 [2021-02-18T20:39:45.082Z] Running ssh-add (command line suppressed) [2021-02-18T20:39:45.193Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-703@tmp/private_key_7203533947668262362.key (/w/workspace/ndry_app-functions-sdk-go_PR-703@tmp/private_key_7203533947668262362.key) [2021-02-18T20:39:45.243Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T20:39:45.587Z] + git tag --points-at HEAD [Pipeline] } [2021-02-18T20:39:45.609Z] $ docker exec --env ******** --env ******** 96760f7decd50f20cd004d117192e10a0c4ada07c0ab8712addbfad6a0fde0f6 ssh-agent -k [2021-02-18T20:39:45.721Z] unset SSH_AUTH_SOCK; [2021-02-18T20:39:45.721Z] unset SSH_AGENT_PID; [2021-02-18T20:39:45.722Z] echo Agent pid 18 killed; [2021-02-18T20:39:45.766Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-18T20:39:45.904Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T20:39:45.904Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T20:39:46.069Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T20:39:46.072Z] $ docker exec 96760f7decd50f20cd004d117192e10a0c4ada07c0ab8712addbfad6a0fde0f6 ssh-agent [2021-02-18T20:39:46.228Z] SSH_AUTH_SOCK=/tmp/ssh-LpQJWxa2NAJn/agent.46 [2021-02-18T20:39:46.228Z] SSH_AGENT_PID=51 [2021-02-18T20:39:46.234Z] Running ssh-add (command line suppressed) [2021-02-18T20:39:46.347Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-703@tmp/private_key_3490551793502564433.key (/w/workspace/ndry_app-functions-sdk-go_PR-703@tmp/private_key_3490551793502564433.key) [2021-02-18T20:39:46.396Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T20:39:46.731Z] + git semver init [2021-02-18T20:39:46.731Z] # -> Open(): unable to determine branch for HEAD [2021-02-18T20:39:46.731Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-703/.git [2021-02-18T20:39:46.731Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-703 [2021-02-18T20:39:46.731Z] # $SEMVER_REMOTE_NAME = origin [2021-02-18T20:39:46.731Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-18T20:39:46.731Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-18T20:39:46.731Z] # $SEMVER_BRANCH = PR-703 [2021-02-18T20:39:46.731Z] # $SEMVER_TEMP = /tmp/semver-572610448 [2021-02-18T20:39:46.731Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-02-18T20:39:49.285Z] # '/tmp/semver-572610448' -> '/w/workspace/ndry_app-functions-sdk-go_PR-703/.semver' [2021-02-18T20:39:49.285Z] # -> Force: false [2021-02-18T20:39:49.285Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-703/.semver [Pipeline] } [2021-02-18T20:39:49.297Z] $ docker exec --env ******** --env ******** 96760f7decd50f20cd004d117192e10a0c4ada07c0ab8712addbfad6a0fde0f6 ssh-agent -k [2021-02-18T20:39:49.416Z] unset SSH_AUTH_SOCK; [2021-02-18T20:39:49.417Z] unset SSH_AGENT_PID; [2021-02-18T20:39:49.417Z] echo Agent pid 51 killed; [2021-02-18T20:39:49.474Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T20:39:49.945Z] + git semver [Pipeline] } [2021-02-18T20:39:49.962Z] $ docker stop --time=1 96760f7decd50f20cd004d117192e10a0c4ada07c0ab8712addbfad6a0fde0f6 [2021-02-18T20:39:51.521Z] $ docker rm -f 96760f7decd50f20cd004d117192e10a0c4ada07c0ab8712addbfad6a0fde0f6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T20:39:52.016Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-18T20:39:52.466Z] Stashed 1 file(s) [Pipeline] echo [2021-02-18T20:39:52.469Z] [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-18T20:40:08.145Z] Still waiting to schedule task [2021-02-18T20:40:08.146Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-26811’ [2021-02-18T20:40:08.147Z] Still waiting to schedule task [2021-02-18T20:40:08.148Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-18T20:41:59.687Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26812 in /w/workspace/ndry_app-functions-sdk-go_PR-703 [Pipeline] { [Pipeline] ws [2021-02-18T20:41:59.820Z] Running in /w/workspace/app-functions-sdk-go/13 [Pipeline] { [Pipeline] checkout [2021-02-18T20:42:05.032Z] using credential edgex-jenkins-ssh [2021-02-18T20:42:05.095Z] Cloning the remote Git repository [2021-02-18T20:42:05.184Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-18T20:42:05.315Z] > git init /w/workspace/app-functions-sdk-go/13 # timeout=10 [2021-02-18T20:42:05.408Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-18T20:42:05.409Z] > git --version # timeout=10 [2021-02-18T20:42:05.434Z] > git --version # 'git version 2.17.1' [2021-02-18T20:42:05.436Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T20:42:05.503Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T20:42:08.735Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-18T20:42:08.754Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T20:42:08.783Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-18T20:42:08.816Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-18T20:42:08.816Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T20:42:08.826Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/703/head:refs/remotes/origin/PR-703 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-18T20:42:09.495Z] Merging remotes/origin/master commit f281c8b713d95d8c203921f39489e26903a82368 into PR head commit 28ec6418e8d6f5da23b814ed53210fe05ae80649 [2021-02-18T20:42:09.773Z] Merge succeeded, producing 28ec6418e8d6f5da23b814ed53210fe05ae80649 [2021-02-18T20:42:09.773Z] Checking out Revision 28ec6418e8d6f5da23b814ed53210fe05ae80649 (PR-703) [2021-02-18T20:42:09.527Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T20:42:09.546Z] > git checkout -f 28ec6418e8d6f5da23b814ed53210fe05ae80649 # timeout=10 [2021-02-18T20:42:09.649Z] > git remote # timeout=10 [2021-02-18T20:42:09.668Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T20:42:09.689Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T20:42:09.701Z] > git merge f281c8b713d95d8c203921f39489e26903a82368 # timeout=10 [2021-02-18T20:42:09.749Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T20:42:09.780Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T20:42:09.795Z] > git checkout -f 28ec6418e8d6f5da23b814ed53210fe05ae80649 # timeout=10 [2021-02-18T20:42:14.034Z] Commit message: "fix: fixed README typo" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-18T20:42:15.688Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-18T20:42:16.158Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-18T20:42:16.536Z] + true [2021-02-18T20:42:16.536Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-02-18T20:42:18.776Z] ========================================================= [2021-02-18T20:42:18.776Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-18T20:42:18.776Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-18T20:42:19.188Z] + 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-18T20:42:20.629Z] Sending build context to Docker daemon 19.26MB [2021-02-18T20:42:20.629Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T20:42:20.629Z] Step 2/8 : FROM ${BASE} [2021-02-18T20:42:20.902Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-18T20:42:20.902Z] 5f621e34cdf4: Pulling fs layer [2021-02-18T20:42:20.902Z] a4357932f1b6: Pulling fs layer [2021-02-18T20:42:20.902Z] 18c013af1878: Pulling fs layer [2021-02-18T20:42:20.902Z] 00ac8860ef70: Pulling fs layer [2021-02-18T20:42:20.902Z] 63d7cb157983: Pulling fs layer [2021-02-18T20:42:20.902Z] b116817d02f9: Pulling fs layer [2021-02-18T20:42:20.902Z] 745a02a5169b: Pulling fs layer [2021-02-18T20:42:20.902Z] 00ac8860ef70: Waiting [2021-02-18T20:42:20.902Z] 63d7cb157983: Waiting [2021-02-18T20:42:20.902Z] 745a02a5169b: Waiting [2021-02-18T20:42:20.902Z] b116817d02f9: Waiting [2021-02-18T20:42:20.902Z] 18c013af1878: Download complete [2021-02-18T20:42:20.902Z] a4357932f1b6: Verifying Checksum [2021-02-18T20:42:20.902Z] a4357932f1b6: Download complete [2021-02-18T20:42:20.902Z] 63d7cb157983: Verifying Checksum [2021-02-18T20:42:20.902Z] b116817d02f9: Download complete [2021-02-18T20:42:20.902Z] 5f621e34cdf4: Verifying Checksum [2021-02-18T20:42:20.902Z] 5f621e34cdf4: Download complete [2021-02-18T20:42:21.892Z] 5f621e34cdf4: Pull complete [2021-02-18T20:42:22.166Z] a4357932f1b6: Pull complete [2021-02-18T20:42:22.770Z] 18c013af1878: Pull complete [2021-02-18T20:42:23.753Z] 745a02a5169b: Verifying Checksum [2021-02-18T20:42:24.734Z] 00ac8860ef70: Verifying Checksum [2021-02-18T20:42:24.734Z] 00ac8860ef70: Download complete [2021-02-18T20:42:33.725Z] Running on prd-centos7-docker-4c-2g-26813 in /w/workspace/ndry_app-functions-sdk-go_PR-703 [Pipeline] { [Pipeline] ws [2021-02-18T20:42:33.781Z] Running in /w/workspace/app-functions-sdk-go/13 [Pipeline] { [Pipeline] checkout [2021-02-18T20:42:34.922Z] 00ac8860ef70: Pull complete [2021-02-18T20:42:34.922Z] 63d7cb157983: Pull complete [2021-02-18T20:42:35.201Z] b116817d02f9: Pull complete [2021-02-18T20:42:36.257Z] using credential edgex-jenkins-ssh [2021-02-18T20:42:36.308Z] Cloning the remote Git repository [2021-02-18T20:42:36.332Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-18T20:42:36.398Z] > git init /w/workspace/app-functions-sdk-go/13 # timeout=10 [2021-02-18T20:42:36.457Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-18T20:42:36.457Z] > git --version # timeout=10 [2021-02-18T20:42:36.464Z] > git --version # 'git version 2.24.3' [2021-02-18T20:42:36.464Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T20:42:36.487Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T20:42:38.087Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-18T20:42:38.093Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T20:42:38.104Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-18T20:42:38.121Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-18T20:42:38.121Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T20:42:38.125Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/703/head:refs/remotes/origin/PR-703 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-18T20:42:38.598Z] Merging remotes/origin/master commit f281c8b713d95d8c203921f39489e26903a82368 into PR head commit 28ec6418e8d6f5da23b814ed53210fe05ae80649 [2021-02-18T20:42:38.686Z] Merge succeeded, producing 28ec6418e8d6f5da23b814ed53210fe05ae80649 [2021-02-18T20:42:38.686Z] Checking out Revision 28ec6418e8d6f5da23b814ed53210fe05ae80649 (PR-703) [2021-02-18T20:42:39.531Z] 745a02a5169b: Pull complete [2021-02-18T20:42:39.531Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-18T20:42:39.531Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-18T20:42:39.531Z] ---> b7e6874047d6 [2021-02-18T20:42:39.531Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-02-18T20:42:39.531Z] 20.10.0: Pulling from library/docker [2021-02-18T20:42:39.531Z] a3cc7d3b244e: Pulling fs layer [2021-02-18T20:42:39.531Z] 02a3295e0d61: Pulling fs layer [2021-02-18T20:42:39.531Z] 0f4f2e6d8100: Pulling fs layer [2021-02-18T20:42:39.531Z] 330b718f631f: Pulling fs layer [2021-02-18T20:42:39.531Z] a93816041522: Pulling fs layer [2021-02-18T20:42:39.531Z] bdb6da89ff94: Pulling fs layer [2021-02-18T20:42:39.531Z] 2a70c0c122f4: Pulling fs layer [2021-02-18T20:42:39.531Z] 330b718f631f: Waiting [2021-02-18T20:42:39.531Z] a93816041522: Waiting [2021-02-18T20:42:39.531Z] bdb6da89ff94: Waiting [2021-02-18T20:42:39.531Z] 0f4f2e6d8100: Verifying Checksum [2021-02-18T20:42:39.531Z] 0f4f2e6d8100: Download complete [2021-02-18T20:42:39.531Z] 02a3295e0d61: Verifying Checksum [2021-02-18T20:42:39.531Z] 02a3295e0d61: Download complete [2021-02-18T20:42:39.531Z] a93816041522: Verifying Checksum [2021-02-18T20:42:39.531Z] a93816041522: Download complete [2021-02-18T20:42:38.606Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T20:42:38.612Z] > git checkout -f 28ec6418e8d6f5da23b814ed53210fe05ae80649 # timeout=10 [2021-02-18T20:42:38.654Z] > git remote # timeout=10 [2021-02-18T20:42:38.660Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T20:42:38.666Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T20:42:38.669Z] > git merge f281c8b713d95d8c203921f39489e26903a82368 # timeout=10 [2021-02-18T20:42:38.679Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T20:42:38.689Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T20:42:38.694Z] > git checkout -f 28ec6418e8d6f5da23b814ed53210fe05ae80649 # timeout=10 [2021-02-18T20:42:39.806Z] a3cc7d3b244e: Verifying Checksum [2021-02-18T20:42:39.806Z] a3cc7d3b244e: Download complete [2021-02-18T20:42:39.806Z] bdb6da89ff94: Download complete [2021-02-18T20:42:39.806Z] 2a70c0c122f4: Verifying Checksum [2021-02-18T20:42:39.806Z] 2a70c0c122f4: Download complete [2021-02-18T20:42:40.407Z] a3cc7d3b244e: Pull complete [2021-02-18T20:42:41.022Z] 02a3295e0d61: Pull complete [2021-02-18T20:42:41.299Z] 0f4f2e6d8100: Pull complete [2021-02-18T20:42:41.570Z] 330b718f631f: Download complete [2021-02-18T20:42:42.252Z] Commit message: "fix: fixed README typo" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-18T20:42:43.531Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-18T20:42:43.857Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-18T20:42:44.157Z] + true [2021-02-18T20:42:44.158Z] + sudo service docker restart [2021-02-18T20:42:44.158Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-18T20:42:45.260Z] ========================================================= [2021-02-18T20:42:45.260Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-18T20:42:45.260Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-18T20:42:45.603Z] + 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-18T20:42:45.890Z] 330b718f631f: Pull complete [2021-02-18T20:42:45.890Z] a93816041522: Pull complete [2021-02-18T20:42:45.890Z] bdb6da89ff94: Pull complete [2021-02-18T20:42:46.163Z] 2a70c0c122f4: Pull complete [2021-02-18T20:42:46.163Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-18T20:42:46.163Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-18T20:42:46.177Z] Sending build context to Docker daemon 19.26MB [2021-02-18T20:42:46.177Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T20:42:46.177Z] Step 2/8 : FROM ${BASE} [2021-02-18T20:42:46.177Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-18T20:42:46.177Z] 188c0c94c7c5: Pulling fs layer [2021-02-18T20:42:46.177Z] 0ef7d3d256c8: Pulling fs layer [2021-02-18T20:42:46.177Z] de9db76c5a1d: Pulling fs layer [2021-02-18T20:42:46.177Z] bca2f99d35d6: Pulling fs layer [2021-02-18T20:42:46.177Z] 93359f2a8cfa: Pulling fs layer [2021-02-18T20:42:46.177Z] 7c6f9722023f: Pulling fs layer [2021-02-18T20:42:46.177Z] a35cf1a2eb13: Pulling fs layer [2021-02-18T20:42:46.177Z] bca2f99d35d6: Waiting [2021-02-18T20:42:46.177Z] 93359f2a8cfa: Waiting [2021-02-18T20:42:46.177Z] 7c6f9722023f: Waiting [2021-02-18T20:42:46.177Z] a35cf1a2eb13: Waiting [2021-02-18T20:42:46.440Z] de9db76c5a1d: Verifying Checksum [2021-02-18T20:42:46.440Z] de9db76c5a1d: Download complete [2021-02-18T20:42:46.440Z] 0ef7d3d256c8: Verifying Checksum [2021-02-18T20:42:46.440Z] 0ef7d3d256c8: Download complete [2021-02-18T20:42:46.440Z] 93359f2a8cfa: Verifying Checksum [2021-02-18T20:42:46.440Z] 93359f2a8cfa: Download complete [2021-02-18T20:42:46.440Z] 7c6f9722023f: Verifying Checksum [2021-02-18T20:42:46.440Z] 7c6f9722023f: Download complete [2021-02-18T20:42:46.440Z] 188c0c94c7c5: Verifying Checksum [2021-02-18T20:42:46.440Z] 188c0c94c7c5: Download complete [2021-02-18T20:42:46.703Z] 188c0c94c7c5: Pull complete [2021-02-18T20:42:46.965Z] 0ef7d3d256c8: Pull complete [2021-02-18T20:42:46.965Z] de9db76c5a1d: Pull complete [2021-02-18T20:42:47.927Z] a35cf1a2eb13: Verifying Checksum [2021-02-18T20:42:47.927Z] a35cf1a2eb13: Download complete [2021-02-18T20:42:48.516Z] bca2f99d35d6: Verifying Checksum [2021-02-18T20:42:48.517Z] bca2f99d35d6: Download complete [2021-02-18T20:42:52.868Z] ---> ce7856456a74 [2021-02-18T20:42:52.868Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-18T20:42:52.868Z] ---> Running in dba36c7ee00f [2021-02-18T20:42:52.868Z] Removing intermediate container dba36c7ee00f [2021-02-18T20:42:52.868Z] ---> 0a59b2a4e7c9 [2021-02-18T20:42:52.868Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-18T20:42:53.143Z] ---> Running in 10b25a17f488 [2021-02-18T20:42:53.830Z] bca2f99d35d6: Pull complete [2021-02-18T20:42:53.830Z] 93359f2a8cfa: Pull complete [2021-02-18T20:42:53.830Z] 7c6f9722023f: Pull complete [2021-02-18T20:42:54.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T20:42:55.101Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T20:42:56.078Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-18T20:42:56.078Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-18T20:42:56.078Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-18T20:42:56.078Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-18T20:42:56.351Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-18T20:42:56.351Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T20:42:56.351Z] OK: 144 MiB in 44 packages [2021-02-18T20:42:57.788Z] Removing intermediate container 10b25a17f488 [2021-02-18T20:42:57.788Z] ---> 859508751623 [2021-02-18T20:42:57.788Z] Step 6/8 : WORKDIR /build [2021-02-18T20:42:57.788Z] ---> Running in 33c7ffbafdbd [2021-02-18T20:42:58.381Z] Removing intermediate container 33c7ffbafdbd [2021-02-18T20:42:58.381Z] ---> 0606ebd1f033 [2021-02-18T20:42:58.381Z] Step 7/8 : COPY go.mod . [2021-02-18T20:42:58.976Z] ---> 58b0cf5c6b15 [2021-02-18T20:42:58.976Z] Step 8/8 : RUN go mod download [2021-02-18T20:42:59.250Z] ---> Running in 04ecbf5e2de8 [2021-02-18T20:43:00.432Z] a35cf1a2eb13: Pull complete [2021-02-18T20:43:00.432Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-18T20:43:00.432Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-18T20:43:00.432Z] ---> a62c8e92a672 [2021-02-18T20:43:00.432Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-02-18T20:43:00.432Z] 20.10.0: Pulling from library/docker [2021-02-18T20:43:00.432Z] 05e7bc50f07f: Pulling fs layer [2021-02-18T20:43:00.432Z] 6db28d0fdbf6: Pulling fs layer [2021-02-18T20:43:00.432Z] 292df0bc6bf3: Pulling fs layer [2021-02-18T20:43:00.432Z] 2e060f4bd70b: Pulling fs layer [2021-02-18T20:43:00.432Z] 80e8d568a223: Pulling fs layer [2021-02-18T20:43:00.432Z] 8dc6ef1a942a: Pulling fs layer [2021-02-18T20:43:00.432Z] 2312dd95470a: Pulling fs layer [2021-02-18T20:43:00.432Z] 2e060f4bd70b: Waiting [2021-02-18T20:43:00.432Z] 80e8d568a223: Waiting [2021-02-18T20:43:00.432Z] 8dc6ef1a942a: Waiting [2021-02-18T20:43:00.432Z] 2312dd95470a: Waiting [2021-02-18T20:43:00.432Z] 292df0bc6bf3: Verifying Checksum [2021-02-18T20:43:00.432Z] 292df0bc6bf3: Download complete [2021-02-18T20:43:00.700Z] 6db28d0fdbf6: Download complete [2021-02-18T20:43:00.700Z] 05e7bc50f07f: Verifying Checksum [2021-02-18T20:43:00.700Z] 05e7bc50f07f: Download complete [2021-02-18T20:43:00.700Z] 80e8d568a223: Verifying Checksum [2021-02-18T20:43:00.700Z] 80e8d568a223: Download complete [2021-02-18T20:43:00.700Z] 8dc6ef1a942a: Verifying Checksum [2021-02-18T20:43:00.700Z] 8dc6ef1a942a: Download complete [2021-02-18T20:43:00.700Z] 2312dd95470a: Verifying Checksum [2021-02-18T20:43:00.700Z] 2312dd95470a: Download complete [2021-02-18T20:43:00.972Z] 05e7bc50f07f: Pull complete [2021-02-18T20:43:01.233Z] 6db28d0fdbf6: Pull complete [2021-02-18T20:43:01.502Z] 292df0bc6bf3: Pull complete [2021-02-18T20:43:01.764Z] 2e060f4bd70b: Verifying Checksum [2021-02-18T20:43:01.764Z] 2e060f4bd70b: Download complete [2021-02-18T20:43:04.319Z] 2e060f4bd70b: Pull complete [2021-02-18T20:43:04.319Z] 80e8d568a223: Pull complete [2021-02-18T20:43:04.581Z] 8dc6ef1a942a: Pull complete [2021-02-18T20:43:04.581Z] 2312dd95470a: Pull complete [2021-02-18T20:43:04.581Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-18T20:43:04.581Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-18T20:43:05.967Z] ---> c862d763d866 [2021-02-18T20:43:05.967Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-18T20:43:05.967Z] ---> Running in 20d119d84ed4 [2021-02-18T20:43:06.230Z] Removing intermediate container 20d119d84ed4 [2021-02-18T20:43:06.230Z] ---> 817c0fd34460 [2021-02-18T20:43:06.230Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-18T20:43:06.230Z] ---> Running in d4738305c79a [2021-02-18T20:43:07.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T20:43:07.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T20:43:08.322Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-18T20:43:08.322Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-18T20:43:08.322Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-18T20:43:08.584Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-18T20:43:08.584Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-18T20:43:08.845Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T20:43:08.845Z] OK: 167 MiB in 44 packages [2021-02-18T20:43:09.422Z] Removing intermediate container d4738305c79a [2021-02-18T20:43:09.423Z] ---> 915dc55b6f28 [2021-02-18T20:43:09.423Z] Step 6/8 : WORKDIR /build [2021-02-18T20:43:09.423Z] ---> Running in 2010bccb609c [2021-02-18T20:43:09.423Z] Removing intermediate container 2010bccb609c [2021-02-18T20:43:09.423Z] ---> a10586d50d05 [2021-02-18T20:43:09.423Z] Step 7/8 : COPY go.mod . [2021-02-18T20:43:09.686Z] ---> 133ceb535152 [2021-02-18T20:43:09.686Z] Step 8/8 : RUN go mod download [2021-02-18T20:43:09.686Z] ---> Running in 1b6dd0b3089c [2021-02-18T20:43:26.036Z] Removing intermediate container 04ecbf5e2de8 [2021-02-18T20:43:26.036Z] ---> 6941337b7718 [2021-02-18T20:43:26.036Z] Successfully built 6941337b7718 [2021-02-18T20:43:26.036Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T20:43:26.377Z] + docker inspect -f . ci-base-image-arm64 [2021-02-18T20:43:26.377Z] . [Pipeline] withDockerContainer [2021-02-18T20:43:26.621Z] prd-ubuntu18.04-docker-arm64-4c-16g-26812 does not seem to be running inside a container [2021-02-18T20:43:26.711Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/13 -v /w/workspace/app-functions-sdk-go/13:/w/workspace/app-functions-sdk-go/13:rw,z -v /w/workspace/app-functions-sdk-go/13@tmp:/w/workspace/app-functions-sdk-go/13@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-18T20:43:28.264Z] $ docker top c4298e9ad046fe993d0f89f414714ff1dd771c4e0c0245310ff1ea7c2563d931 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T20:43:29.254Z] + go version [2021-02-18T20:43:29.254Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-18T20:43:29.282Z] $ docker stop --time=1 c4298e9ad046fe993d0f89f414714ff1dd771c4e0c0245310ff1ea7c2563d931 [2021-02-18T20:43:31.284Z] $ docker rm -f c4298e9ad046fe993d0f89f414714ff1dd771c4e0c0245310ff1ea7c2563d931 [Pipeline] // withDockerContainer [Pipeline] } [2021-02-18T20:43:31.703Z] Removing intermediate container 1b6dd0b3089c [2021-02-18T20:43:31.703Z] ---> e9d0a3b26917 [2021-02-18T20:43:31.703Z] Successfully built e9d0a3b26917 [2021-02-18T20:43:31.703Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T20:43:32.220Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-18T20:43:32.220Z] . [Pipeline] withDockerContainer [2021-02-18T20:43:32.345Z] prd-centos7-docker-4c-2g-26813 does not seem to be running inside a container [2021-02-18T20:43:32.391Z] + docker inspect -f . ci-base-image-arm64 [2021-02-18T20:43:32.391Z] . [2021-02-18T20:43:32.394Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/13 -v /w/workspace/app-functions-sdk-go/13:/w/workspace/app-functions-sdk-go/13:rw,z -v /w/workspace/app-functions-sdk-go/13@tmp:/w/workspace/app-functions-sdk-go/13@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-18T20:43:33.065Z] $ docker top 1088d9b5b3073ab0f0e3e52ac61e60aafb80c3341a388219d629b52c90cd6410 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-02-18T20:43:33.493Z] prd-ubuntu18.04-docker-arm64-4c-16g-26812 does not seem to be running inside a container [2021-02-18T20:43:33.578Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/13 -v /w/workspace/app-functions-sdk-go/13:/w/workspace/app-functions-sdk-go/13:rw,z -v /w/workspace/app-functions-sdk-go/13@tmp:/w/workspace/app-functions-sdk-go/13@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-18T20:43:35.134Z] $ docker top 1b43694465accd21d6a7059fd788003a2680703a97d64a2059f7fa02c32f6b75 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-02-18T20:43:35.799Z] + go version [2021-02-18T20:43:35.799Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-18T20:43:35.814Z] $ docker stop --time=1 1088d9b5b3073ab0f0e3e52ac61e60aafb80c3341a388219d629b52c90cd6410 [2021-02-18T20:43:36.188Z] + make test [2021-02-18T20:43:36.188Z] make -C ./app-service-template build [2021-02-18T20:43:36.188Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/13/app-service-template' [2021-02-18T20:43:36.188Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service [2021-02-18T20:43:37.128Z] $ docker rm -f 1088d9b5b3073ab0f0e3e52ac61e60aafb80c3341a388219d629b52c90cd6410 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T20:43:37.905Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-18T20:43:37.905Z] . [Pipeline] withDockerContainer [2021-02-18T20:43:37.995Z] prd-centos7-docker-4c-2g-26813 does not seem to be running inside a container [2021-02-18T20:43:38.038Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/13 -v /w/workspace/app-functions-sdk-go/13:/w/workspace/app-functions-sdk-go/13:rw,z -v /w/workspace/app-functions-sdk-go/13@tmp:/w/workspace/app-functions-sdk-go/13@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-18T20:43:38.599Z] $ docker top 611ebdf35b96e5fbd30bd5dc23385d48ff27f3db14e85e753f1b2e00a3a38eed -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T20:43:39.069Z] + make test [2021-02-18T20:43:39.069Z] make -C ./app-service-template build [2021-02-18T20:43:39.069Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/13/app-service-template' [2021-02-18T20:43:39.069Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service [2021-02-18T20:43:51.599Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/13/app-service-template' [2021-02-18T20:43:51.599Z] make -C ./app-service-template test [2021-02-18T20:43:51.599Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/13/app-service-template' [2021-02-18T20:43:51.599Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-18T20:43:56.947Z] ? new-app-service [no test files] [2021-02-18T20:43:56.947Z] ok new-app-service/functions 0.008s coverage: 75.8% of statements [2021-02-18T20:43:56.947Z] CGO_ENABLED=1 go vet ./... [2021-02-18T20:43:59.522Z] gofmt -l . [2021-02-18T20:43:59.522Z] [ "`gofmt -l .`" = "" ] [2021-02-18T20:43:59.522Z] ./bin/test-go-mod-tidy.sh [2021-02-18T20:43:59.522Z] ./bin/test-attribution-txt.sh [2021-02-18T20:44:00.095Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/13/app-service-template' [2021-02-18T20:44:00.095Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-18T20:44:00.674Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-02-18T20:44:01.653Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.040s coverage: 82.6% of statements [2021-02-18T20:44:03.598Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.037s coverage: 50.6% of statements [2021-02-18T20:44:03.598Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-02-18T20:44:03.598Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-02-18T20:44:03.598Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.026s coverage: 61.5% of statements [2021-02-18T20:44:03.598Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-02-18T20:44:03.598Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.029s coverage: 73.2% of statements [2021-02-18T20:44:03.598Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-02-18T20:44:03.599Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-02-18T20:44:03.599Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-02-18T20:44:03.599Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-02-18T20:44:03.599Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-02-18T20:44:03.599Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-02-18T20:44:03.599Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.023s coverage: 97.0% of statements [2021-02-18T20:44:03.599Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-02-18T20:44:03.599Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.008s coverage: 8.8% of statements [2021-02-18T20:44:08.557Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/13/app-service-template' [2021-02-18T20:44:08.557Z] make -C ./app-service-template test [2021-02-18T20:44:08.557Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/13/app-service-template' [2021-02-18T20:44:08.557Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-18T20:44:18.544Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.829s coverage: 77.5% of statements [2021-02-18T20:44:18.544Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-02-18T20:44:18.544Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.035s coverage: 87.9% of statements [2021-02-18T20:44:18.544Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.012s coverage: 80.5% of statements [2021-02-18T20:44:18.544Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.017s coverage: 71.7% of statements [2021-02-18T20:44:26.929Z] ? new-app-service [no test files] [2021-02-18T20:44:26.929Z] ok new-app-service/functions 0.024s coverage: 75.8% of statements [2021-02-18T20:44:26.929Z] CGO_ENABLED=1 go vet ./... [2021-02-18T20:44:30.782Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.030s coverage: 82.9% of statements [2021-02-18T20:44:30.782Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.008s coverage: 94.4% of statements [2021-02-18T20:44:30.782Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-02-18T20:44:31.373Z] gofmt -l . [2021-02-18T20:44:31.373Z] [ "`gofmt -l .`" = "" ] [2021-02-18T20:44:31.373Z] ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-18T20:44:31.652Z] $ docker stop --time=1 611ebdf35b96e5fbd30bd5dc23385d48ff27f3db14e85e753f1b2e00a3a38eed [2021-02-18T20:44:33.123Z] $ docker rm -f 611ebdf35b96e5fbd30bd5dc23385d48ff27f3db14e85e753f1b2e00a3a38eed [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T20:44:33.738Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-18T20:44:34.068Z] Stashed 2 file(s) [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] } [2021-02-18T20:44:35.222Z] gofmt -l . [2021-02-18T20:44:35.223Z] [ "`gofmt -l .`" = "" ] [2021-02-18T20:44:35.223Z] ./bin/test-go-mod-tidy.sh [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-02-18T20:44:35.510Z] ./bin/test-attribution-txt.sh [Pipeline] // stage [Pipeline] } [2021-02-18T20:44:36.547Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/13/app-service-template' [2021-02-18T20:44:36.547Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-18T20:44:38.010Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-02-18T20:44:41.436Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.035s coverage: 82.6% of statements [2021-02-18T20:44:48.186Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.059s coverage: 50.6% of statements [2021-02-18T20:44:48.186Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-02-18T20:44:48.186Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-02-18T20:44:48.186Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.076s coverage: 61.5% of statements [2021-02-18T20:44:48.186Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-02-18T20:44:48.186Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.061s coverage: 73.2% of statements [2021-02-18T20:44:48.187Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-02-18T20:44:48.187Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-02-18T20:44:48.187Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-02-18T20:44:48.187Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-02-18T20:44:48.187Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-02-18T20:44:48.187Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-02-18T20:44:48.187Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.025s coverage: 97.0% of statements [2021-02-18T20:44:48.187Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-02-18T20:44:48.187Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.052s coverage: 8.8% of statements [2021-02-18T20:45:03.407Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.883s coverage: 77.5% of statements [2021-02-18T20:45:03.407Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-02-18T20:45:03.407Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.045s coverage: 87.9% of statements [2021-02-18T20:45:03.407Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.036s coverage: 80.5% of statements [2021-02-18T20:45:03.407Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.031s coverage: 71.7% of statements [2021-02-18T20:45:18.459Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.076s coverage: 82.9% of statements [2021-02-18T20:45:18.459Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.030s coverage: 94.4% of statements [2021-02-18T20:45:18.459Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-02-18T20:45:21.092Z] gofmt -l . [2021-02-18T20:45:21.689Z] [ "`gofmt -l .`" = "" ] [2021-02-18T20:45:21.964Z] ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-18T20:45:22.588Z] $ docker stop --time=1 1b43694465accd21d6a7059fd788003a2680703a97d64a2059f7fa02c32f6b75 [2021-02-18T20:45:24.579Z] $ docker rm -f 1b43694465accd21d6a7059fd788003a2680703a97d64a2059f7fa02c32f6b75 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T20:45:25.584Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-18T20:45:25.603Z] Warning: overwriting stash ‘coverage-report’ [2021-02-18T20:45:26.417Z] Stashed 2 file(s) [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] } [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 [2021-02-18T20:45:28.171Z] provisioning config files... [2021-02-18T20:45:28.182Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-703@tmp/config8503949964973981246tmp [Pipeline] { [Pipeline] sh [2021-02-18T20:45:28.577Z] + set +x [2021-02-18T20:45:28.577Z] + curl -s https://codecov.io/bash [2021-02-18T20:45:28.577Z] + bash -s -- [2021-02-18T20:45:28.840Z] [2021-02-18T20:45:28.840Z] _____ _ [2021-02-18T20:45:28.840Z] / ____| | | [2021-02-18T20:45:28.840Z] | | ___ __| | ___ ___ _____ __ [2021-02-18T20:45:28.840Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-18T20:45:28.840Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-18T20:45:28.840Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-18T20:45:28.840Z] Bash-20210129-7c25fce [2021-02-18T20:45:28.840Z] [2021-02-18T20:45:28.840Z] [2021-02-18T20:45:28.840Z] ==> git version 2.24.3 found [2021-02-18T20:45:28.840Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-18T20:45:28.840Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-18T20:45:28.840Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-18T20:45:28.840Z] ==> Jenkins CI detected. [2021-02-18T20:45:28.840Z] project root: . [2021-02-18T20:45:28.840Z] --> token set from env [2021-02-18T20:45:28.840Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-18T20:45:28.840Z] ==> Running gcov in . (disable via -X gcov) [2021-02-18T20:45:28.840Z] ==> Python coveragepy not found [2021-02-18T20:45:28.840Z] ==> Searching for coverage reports in: [2021-02-18T20:45:28.840Z] + . [2021-02-18T20:45:28.840Z] -> Found 2 reports [2021-02-18T20:45:28.840Z] ==> Detecting git/mercurial file structure [2021-02-18T20:45:28.840Z] ==> Reading reports [2021-02-18T20:45:28.840Z] + ./app-service-template/coverage.out bytes=1148 [2021-02-18T20:45:28.840Z] + ./coverage.out bytes=81242 [2021-02-18T20:45:28.840Z] ==> Appending adjustments [2021-02-18T20:45:28.840Z] https://docs.codecov.io/docs/fixing-reports [2021-02-18T20:45:29.422Z] + Found adjustments [2021-02-18T20:45:29.422Z] ==> Gzipping contents [2021-02-18T20:45:29.422Z] 16K /tmp/codecov.pGjJbP.gz [2021-02-18T20:45:29.422Z] ==> Uploading reports [2021-02-18T20:45:29.422Z] url: https://codecov.io [2021-02-18T20:45:29.422Z] query: branch=PR-703&commit=28ec6418e8d6f5da23b814ed53210fe05ae80649&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-703%2F13%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=703&job=&cmd_args= [2021-02-18T20:45:29.422Z] -> Pinging Codecov [2021-02-18T20:45:29.422Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-703&commit=28ec6418e8d6f5da23b814ed53210fe05ae80649&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-703%2F13%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=703&job=&cmd_args= [2021-02-18T20:45:29.684Z] -> Uploading to [2021-02-18T20:45:29.684Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-18/3D8B5DFFC46A037C893635FACE044666/28ec6418e8d6f5da23b814ed53210fe05ae80649/14b47192-c93e-485c-9dd4-38123ab51ee4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210218T204529Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=803394aef96b9fa3df8d78321fdd236b4dd082a5ebe377ef67dc8414bbce9360 [2021-02-18T20:45:29.684Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T20:45:29.684Z] Dload Upload Total Spent Left Speed [2021-02-18T20:45:30.209Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14204 0 0 100 14204 0 31760 --:--:-- --:--:-- --:--:-- 31705 [2021-02-18T20:45:30.209Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/28ec6418e8d6f5da23b814ed53210fe05ae80649 [Pipeline] } [2021-02-18T20:45:30.218Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-18T20:45:32.871Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T20:45:33.176Z] ---> package-listing.sh [2021-02-18T20:45:33.176Z] ++ facter osfamily [2021-02-18T20:45:33.176Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-18T20:45:33.176Z] + OS_FAMILY=redhat [2021-02-18T20:45:33.176Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-703 [2021-02-18T20:45:33.176Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-18T20:45:33.176Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-18T20:45:33.176Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-18T20:45:33.176Z] + PACKAGES=/tmp/packages_start.txt [2021-02-18T20:45:33.176Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-703 ']' [2021-02-18T20:45:33.176Z] + PACKAGES=/tmp/packages_end.txt [2021-02-18T20:45:33.176Z] + case "${OS_FAMILY}" in [2021-02-18T20:45:33.176Z] + rpm -qa [2021-02-18T20:45:33.176Z] + sort [2021-02-18T20:45:38.484Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-18T20:45:38.484Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-18T20:45:38.484Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-18T20:45:38.484Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-703 ']' [2021-02-18T20:45:38.484Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-703/archives/ [2021-02-18T20:45:38.484Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-703/archives/ [Pipeline] echo [2021-02-18T20:45:38.499Z] 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-703/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-18T20:45:38.792Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-18T20:45:39.103Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T20:45:39.103Z] [2021-02-18T20:45:39.103Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-18T20:45:39.463Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T20:45:39.463Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-18T20:45:39.463Z] df20fa9351a1: Pulling fs layer [2021-02-18T20:45:39.463Z] 36b3adc4ff6f: Pulling fs layer [2021-02-18T20:45:39.463Z] 8ad3a11d3b57: Pulling fs layer [2021-02-18T20:45:39.463Z] 46f8f816bc3b: Pulling fs layer [2021-02-18T20:45:39.463Z] 93b61091891f: Pulling fs layer [2021-02-18T20:45:39.463Z] 93b9cdb0e59b: Pulling fs layer [2021-02-18T20:45:39.463Z] 5e14af77c1be: Pulling fs layer [2021-02-18T20:45:39.463Z] 01666e4c0597: Pulling fs layer [2021-02-18T20:45:39.463Z] aa168da1d23b: Pulling fs layer [2021-02-18T20:45:39.463Z] 93b9cdb0e59b: Waiting [2021-02-18T20:45:39.463Z] 5e14af77c1be: Waiting [2021-02-18T20:45:39.463Z] 01666e4c0597: Waiting [2021-02-18T20:45:39.463Z] aa168da1d23b: Waiting [2021-02-18T20:45:39.463Z] 46f8f816bc3b: Waiting [2021-02-18T20:45:39.463Z] 93b61091891f: Waiting [2021-02-18T20:45:39.463Z] 36b3adc4ff6f: Verifying Checksum [2021-02-18T20:45:39.463Z] 36b3adc4ff6f: Download complete [2021-02-18T20:45:39.463Z] 46f8f816bc3b: Verifying Checksum [2021-02-18T20:45:39.463Z] 46f8f816bc3b: Download complete [2021-02-18T20:45:39.463Z] df20fa9351a1: Verifying Checksum [2021-02-18T20:45:39.463Z] df20fa9351a1: Download complete [2021-02-18T20:45:39.728Z] 93b9cdb0e59b: Verifying Checksum [2021-02-18T20:45:39.728Z] 93b9cdb0e59b: Download complete [2021-02-18T20:45:39.728Z] 5e14af77c1be: Verifying Checksum [2021-02-18T20:45:39.728Z] 5e14af77c1be: Download complete [2021-02-18T20:45:39.728Z] 01666e4c0597: Verifying Checksum [2021-02-18T20:45:39.728Z] 01666e4c0597: Download complete [2021-02-18T20:45:39.728Z] 93b61091891f: Verifying Checksum [2021-02-18T20:45:39.728Z] 93b61091891f: Download complete [2021-02-18T20:45:39.728Z] 8ad3a11d3b57: Verifying Checksum [2021-02-18T20:45:39.728Z] 8ad3a11d3b57: Download complete [2021-02-18T20:45:39.991Z] df20fa9351a1: Pull complete [2021-02-18T20:45:39.992Z] 36b3adc4ff6f: Pull complete [2021-02-18T20:45:40.943Z] 8ad3a11d3b57: Pull complete [2021-02-18T20:45:41.205Z] 46f8f816bc3b: Pull complete [2021-02-18T20:45:41.787Z] aa168da1d23b: Verifying Checksum [2021-02-18T20:45:41.787Z] aa168da1d23b: Download complete [2021-02-18T20:45:41.787Z] 93b61091891f: Pull complete [2021-02-18T20:45:41.787Z] 93b9cdb0e59b: Pull complete [2021-02-18T20:45:41.787Z] 5e14af77c1be: Pull complete [2021-02-18T20:45:42.054Z] 01666e4c0597: Pull complete [2021-02-18T20:45:48.678Z] aa168da1d23b: Pull complete [2021-02-18T20:45:48.678Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-18T20:45:48.678Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T20:45:48.678Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-18T20:45:48.868Z] prd-centos7-docker-4c-2g-26811 does not seem to be running inside a container [2021-02-18T20:45:48.913Z] $ 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-703/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-703 -v /w/workspace/ndry_app-functions-sdk-go_PR-703:/w/workspace/ndry_app-functions-sdk-go_PR-703:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-703@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-703@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-18T20:45:52.763Z] $ docker top b7f57935dfe09c1ddabba0c51eb1db7c325b5c76ac65d82efe4e7f55338dace2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T20:45:53.265Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-18T20:45:53.560Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-18T20:45:53.854Z] + ls /var/log/sa-host [2021-02-18T20:45:53.854Z] + sadf -c /var/log/sa-host/sa18 [2021-02-18T20:45:53.854Z] file_magic: OK [2021-02-18T20:45:53.854Z] HZ: Using current value: 100 [2021-02-18T20:45:53.854Z] file_header: OK [2021-02-18T20:45:53.854Z] 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-18T20:45:53.854Z] Statistics: [2021-02-18T20:45:53.854Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-18T20:45:53.854Z] File successfully converted to sysstat format version 12.2.1 [2021-02-18T20:45:53.854Z] + sadf -c /var/log/sa-host/sa23 [2021-02-18T20:45:53.854Z] file_magic: OK [2021-02-18T20:45:53.854Z] HZ: Using current value: 100 [2021-02-18T20:45:53.854Z] file_header: OK [2021-02-18T20:45:53.854Z] 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-18T20:45:53.854Z] Statistics: [2021-02-18T20:45:53.854Z] Hnuu...uuuununununu... [2021-02-18T20:45:53.854Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-18T20:45:54.416Z] provisioning config files... [2021-02-18T20:45:54.435Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-703@tmp/config3084477326768336723tmp [Pipeline] { [Pipeline] echo [2021-02-18T20:45:54.524Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T20:45:54.826Z] ---> create-netrc.sh [Pipeline] } [2021-02-18T20:45:54.835Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-18T20:45:54.922Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T20:45:55.223Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-18T20:45:55.235Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T20:45:55.530Z] ---> sudo-logs.sh [2021-02-18T20:45:55.531Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-18T20:45:55.588Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T20:45:55.883Z] ---> job-cost.sh [2021-02-18T20:45:55.884Z] lf-activate-venv: SKIPPING [2021-02-18T20:45:55.884Z] INFO: No Stack... [2021-02-18T20:45:57.270Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-18T20:45:57.539Z] INFO: Archiving Costs [Pipeline] echo [2021-02-18T20:45:57.551Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T20:45:57.843Z] ---> logs-deploy.sh [2021-02-18T20:45:57.843Z] lf-activate-venv: SKIPPING [2021-02-18T20:45:57.843Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-703/13 [2021-02-18T20:45:57.843Z] INFO: archiving workspace using pattern(s): [2021-02-18T20:45:59.766Z] Archives upload complete. [2021-02-18T20:45:59.766Z] INFO: archiving logs to Nexus