lenny-intel commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of AlexCuse for edgexfoundry/app-functions-sdk-go Obtained Jenkinsfile from dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d+4921f119fbd49a87f301d7978453f85b10d57c6f (c15359522b0980a0b87d31d4eba49742baaf346a) 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22316 in /w/workspace/ndry_app-functions-sdk-go_PR-644 [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-644 # 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/644/head:refs/remotes/origin/PR-644 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4921f119fbd49a87f301d7978453f85b10d57c6f into PR head commit dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d Merge succeeded, producing dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d Checking out Revision dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d (PR-644) > git config core.sparsecheckout # timeout=10 > git checkout -f dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d # 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 4921f119fbd49a87f301d7978453f85b10d57c6f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d # timeout=10 Commit message: "Merge branch 'master' into trigger-response-content-type" > git rev-list --no-walk dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-22T19:21:34.120Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-22T19:21:34.335Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-22T19:21:34.425Z] ========================================================= [2021-01-22T19:21:34.425Z] EdgeX Global Pipelines Version Info [2021-01-22T19:21:34.425Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-22T19:21:35.850Z] ------------------- [2021-01-22T19:21:35.850Z] stable info: [2021-01-22T19:21:35.850Z] ------------------- [2021-01-22T19:21:35.850Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T19:21:35.850Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T19:21:35.850Z] Message: update stable to v1.0.179 [2021-01-22T19:21:36.798Z] ------------------- [2021-01-22T19:21:36.798Z] experimental info: [2021-01-22T19:21:36.798Z] ------------------- [2021-01-22T19:21:36.798Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T19:21:36.798Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T19:21:36.798Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-22T19:21:37.080Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-01-22T19:21:37.162Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-01-22T19:21:37.262Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-22T19:21:37.344Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-22T19:21:37.445Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-22T19:21:37.537Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-22T19:21:37.659Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-22T19:21:37.743Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-22T19:21:37.849Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-22T19:21:37.952Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-22T19:21:38.035Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-22T19:21:38.119Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-01-22T19:21:38.207Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-22T19:21:38.293Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-22T19:21:38.375Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-22T19:21:38.459Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-22T19:21:38.551Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-22T19:21:38.634Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-22T19:21:38.718Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-22T19:21:38.810Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-22T19:21:38.899Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-22T19:21:38.986Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-01-22T19:21:39.075Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-22T19:21:39.163Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-22T19:21:39.246Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-22T19:21:39.327Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-22T19:21:39.409Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-22T19:21:39.526Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-644 [Pipeline] echo [2021-01-22T19:21:39.608Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-644 [Pipeline] echo [2021-01-22T19:21:39.693Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-644 [Pipeline] echo [2021-01-22T19:21:39.776Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d [Pipeline] echo [2021-01-22T19:21:39.860Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dcd4c0a [Pipeline] echo [2021-01-22T19:21:39.956Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T19:21:40.834Z] + git log --format=format:%s -1 dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d [Pipeline] echo [2021-01-22T19:21:40.902Z] GIT_COMMIT: dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d, Commit Message: Merge branch 'master' into trigger-response-content-type [Pipeline] echo [2021-01-22T19:21:40.944Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:21:41.576Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T19:21:41.841Z] [2021-01-22T19:21:41.841Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:21:42.200Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T19:21:42.201Z] latest: Pulling from edgex-devops/git-semver [2021-01-22T19:21:42.201Z] 31603596830f: Pulling fs layer [2021-01-22T19:21:42.201Z] 2a8b12db71e7: Pulling fs layer [2021-01-22T19:21:42.201Z] 6ca5941a6612: Pulling fs layer [2021-01-22T19:21:42.201Z] ecc8261a40a4: Pulling fs layer [2021-01-22T19:21:42.201Z] ecc8261a40a4: Waiting [2021-01-22T19:21:42.201Z] 2a8b12db71e7: Verifying Checksum [2021-01-22T19:21:42.201Z] 2a8b12db71e7: Download complete [2021-01-22T19:21:42.201Z] 31603596830f: Download complete [2021-01-22T19:21:42.473Z] ecc8261a40a4: Verifying Checksum [2021-01-22T19:21:42.473Z] ecc8261a40a4: Download complete [2021-01-22T19:21:42.473Z] 6ca5941a6612: Verifying Checksum [2021-01-22T19:21:42.473Z] 6ca5941a6612: Download complete [2021-01-22T19:21:42.743Z] 31603596830f: Pull complete [2021-01-22T19:21:42.743Z] 2a8b12db71e7: Pull complete [2021-01-22T19:21:43.694Z] 6ca5941a6612: Pull complete [2021-01-22T19:21:43.694Z] ecc8261a40a4: Pull complete [2021-01-22T19:21:43.694Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-22T19:21:43.694Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T19:21:43.694Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-22T19:21:43.800Z] prd-centos7-docker-4c-2g-22316 does not seem to be running inside a container [2021-01-22T19:21:43.856Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-644 -v /w/workspace/ndry_app-functions-sdk-go_PR-644:/w/workspace/ndry_app-functions-sdk-go_PR-644:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-644@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-644@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-22T19:21:45.843Z] $ docker top 54c57bf8eff842552fb309c8361b2c6ef10aaa323ec8d316ca1a97e4f7ac6865 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T19:21:46.152Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T19:21:46.152Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T19:21:46.378Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T19:21:46.384Z] $ docker exec 54c57bf8eff842552fb309c8361b2c6ef10aaa323ec8d316ca1a97e4f7ac6865 ssh-agent [2021-01-22T19:21:46.549Z] SSH_AUTH_SOCK=/tmp/ssh-KuRY5qqtQEgP/agent.13 [2021-01-22T19:21:46.549Z] SSH_AGENT_PID=18 [2021-01-22T19:21:46.637Z] Running ssh-add (command line suppressed) [2021-01-22T19:21:46.771Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-644@tmp/private_key_1552855543564074788.key (/w/workspace/ndry_app-functions-sdk-go_PR-644@tmp/private_key_1552855543564074788.key) [2021-01-22T19:21:46.826Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T19:21:47.166Z] + git tag --points-at HEAD [Pipeline] } [2021-01-22T19:21:47.191Z] $ docker exec --env ******** --env ******** 54c57bf8eff842552fb309c8361b2c6ef10aaa323ec8d316ca1a97e4f7ac6865 ssh-agent -k [2021-01-22T19:21:47.306Z] unset SSH_AUTH_SOCK; [2021-01-22T19:21:47.307Z] unset SSH_AGENT_PID; [2021-01-22T19:21:47.307Z] echo Agent pid 18 killed; [2021-01-22T19:21:47.361Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-22T19:21:47.504Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T19:21:47.504Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T19:21:47.677Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T19:21:47.683Z] $ docker exec 54c57bf8eff842552fb309c8361b2c6ef10aaa323ec8d316ca1a97e4f7ac6865 ssh-agent [2021-01-22T19:21:47.846Z] SSH_AUTH_SOCK=/tmp/ssh-V2heLucRlmrH/agent.47 [2021-01-22T19:21:47.846Z] SSH_AGENT_PID=52 [2021-01-22T19:21:47.853Z] Running ssh-add (command line suppressed) [2021-01-22T19:21:47.977Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-644@tmp/private_key_6017893849005155825.key (/w/workspace/ndry_app-functions-sdk-go_PR-644@tmp/private_key_6017893849005155825.key) [2021-01-22T19:21:48.029Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T19:21:48.363Z] + git semver init [2021-01-22T19:21:48.363Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T19:21:48.363Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-644/.git [2021-01-22T19:21:48.363Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-644 [2021-01-22T19:21:48.363Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T19:21:48.363Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T19:21:48.363Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T19:21:48.363Z] # $SEMVER_BRANCH = PR-644 [2021-01-22T19:21:48.363Z] # $SEMVER_TEMP = /tmp/semver-327785668 [2021-01-22T19:21:48.363Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-01-22T19:21:50.923Z] # '/tmp/semver-327785668' -> '/w/workspace/ndry_app-functions-sdk-go_PR-644/.semver' [2021-01-22T19:21:50.923Z] # -> Force: false [2021-01-22T19:21:50.923Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-644/.semver [Pipeline] } [2021-01-22T19:21:50.937Z] $ docker exec --env ******** --env ******** 54c57bf8eff842552fb309c8361b2c6ef10aaa323ec8d316ca1a97e4f7ac6865 ssh-agent -k [2021-01-22T19:21:51.057Z] unset SSH_AUTH_SOCK; [2021-01-22T19:21:51.058Z] unset SSH_AGENT_PID; [2021-01-22T19:21:51.058Z] echo Agent pid 52 killed; [2021-01-22T19:21:51.113Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T19:21:51.589Z] + git semver [Pipeline] } [2021-01-22T19:21:51.609Z] $ docker stop --time=1 54c57bf8eff842552fb309c8361b2c6ef10aaa323ec8d316ca1a97e4f7ac6865 [2021-01-22T19:21:53.092Z] $ docker rm -f 54c57bf8eff842552fb309c8361b2c6ef10aaa323ec8d316ca1a97e4f7ac6865 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T19:21:53.547Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-22T19:21:53.928Z] Stashed 1 file(s) [Pipeline] echo [2021-01-22T19:21:53.931Z] [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-01-22T19:22:09.443Z] Still waiting to schedule task [2021-01-22T19:22:09.443Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-22T19:22:09.445Z] Still waiting to schedule task [2021-01-22T19:22:09.445Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-22T19:23:58.393Z] Running on prd-centos7-docker-4c-2g-22320 in /w/workspace/ndry_app-functions-sdk-go_PR-644 [Pipeline] { [Pipeline] ws [2021-01-22T19:23:58.449Z] Running in /w/workspace/app-functions-sdk-go/5 [Pipeline] { [Pipeline] checkout [2021-01-22T19:24:01.249Z] using credential edgex-jenkins-ssh [2021-01-22T19:24:01.309Z] Cloning the remote Git repository [2021-01-22T19:24:01.342Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-22T19:24:01.410Z] > git init /w/workspace/app-functions-sdk-go/5 # timeout=10 [2021-01-22T19:24:01.481Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-22T19:24:01.482Z] > git --version # timeout=10 [2021-01-22T19:24:01.488Z] > git --version # 'git version 2.24.3' [2021-01-22T19:24:01.489Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T19:24:01.523Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T19:24:04.216Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-22T19:24:04.225Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T19:24:04.239Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-22T19:24:04.253Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-22T19:24:04.254Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T19:24:04.260Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/644/head:refs/remotes/origin/PR-644 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T19:24:05.588Z] Merging remotes/origin/master commit 4921f119fbd49a87f301d7978453f85b10d57c6f into PR head commit dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d [2021-01-22T19:24:05.693Z] Merge succeeded, producing dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d [2021-01-22T19:24:05.694Z] Checking out Revision dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d (PR-644) [2021-01-22T19:24:05.602Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T19:24:05.610Z] > git checkout -f dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d # timeout=10 [2021-01-22T19:24:05.660Z] > git remote # timeout=10 [2021-01-22T19:24:05.668Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T19:24:05.674Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T19:24:05.678Z] > git merge 4921f119fbd49a87f301d7978453f85b10d57c6f # timeout=10 [2021-01-22T19:24:05.689Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T19:24:05.700Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T19:24:05.709Z] > git checkout -f dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d # timeout=10 [2021-01-22T19:24:09.385Z] Commit message: "Merge branch 'master' into trigger-response-content-type" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T19:24:10.872Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-22T19:24:11.203Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T19:24:11.501Z] + sudo service docker restart [2021-01-22T19:24:11.501Z] + true [2021-01-22T19:24:11.501Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-01-22T19:24:13.180Z] ========================================================= [2021-01-22T19:24:13.180Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-22T19:24:13.180Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:24:13.534Z] + 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-01-22T19:24:14.115Z] Sending build context to Docker daemon 19.15MB [2021-01-22T19:24:14.115Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T19:24:14.115Z] Step 2/8 : FROM ${BASE} [2021-01-22T19:24:14.378Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-22T19:24:14.378Z] 188c0c94c7c5: Pulling fs layer [2021-01-22T19:24:14.378Z] 0ef7d3d256c8: Pulling fs layer [2021-01-22T19:24:14.378Z] de9db76c5a1d: Pulling fs layer [2021-01-22T19:24:14.378Z] bca2f99d35d6: Pulling fs layer [2021-01-22T19:24:14.378Z] 93359f2a8cfa: Pulling fs layer [2021-01-22T19:24:14.378Z] 7c6f9722023f: Pulling fs layer [2021-01-22T19:24:14.378Z] a35cf1a2eb13: Pulling fs layer [2021-01-22T19:24:14.378Z] 93359f2a8cfa: Waiting [2021-01-22T19:24:14.378Z] 7c6f9722023f: Waiting [2021-01-22T19:24:14.378Z] a35cf1a2eb13: Waiting [2021-01-22T19:24:14.378Z] bca2f99d35d6: Waiting [2021-01-22T19:24:14.378Z] de9db76c5a1d: Download complete [2021-01-22T19:24:14.378Z] 0ef7d3d256c8: Verifying Checksum [2021-01-22T19:24:14.378Z] 0ef7d3d256c8: Download complete [2021-01-22T19:24:14.378Z] 93359f2a8cfa: Verifying Checksum [2021-01-22T19:24:14.378Z] 93359f2a8cfa: Download complete [2021-01-22T19:24:14.378Z] 7c6f9722023f: Verifying Checksum [2021-01-22T19:24:14.378Z] 7c6f9722023f: Download complete [2021-01-22T19:24:14.378Z] 188c0c94c7c5: Verifying Checksum [2021-01-22T19:24:14.378Z] 188c0c94c7c5: Download complete [2021-01-22T19:24:14.643Z] 188c0c94c7c5: Pull complete [2021-01-22T19:24:14.907Z] 0ef7d3d256c8: Pull complete [2021-01-22T19:24:15.169Z] de9db76c5a1d: Pull complete [2021-01-22T19:24:17.152Z] a35cf1a2eb13: Verifying Checksum [2021-01-22T19:24:17.152Z] a35cf1a2eb13: Download complete [2021-01-22T19:24:17.152Z] bca2f99d35d6: Verifying Checksum [2021-01-22T19:24:17.152Z] bca2f99d35d6: Download complete [2021-01-22T19:24:23.848Z] bca2f99d35d6: Pull complete [2021-01-22T19:24:23.848Z] 93359f2a8cfa: Pull complete [2021-01-22T19:24:23.848Z] 7c6f9722023f: Pull complete [2021-01-22T19:24:29.204Z] a35cf1a2eb13: Pull complete [2021-01-22T19:24:29.204Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-22T19:24:29.204Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-22T19:24:29.204Z] ---> a62c8e92a672 [2021-01-22T19:24:29.204Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-01-22T19:24:29.204Z] 20.10.0: Pulling from library/docker [2021-01-22T19:24:29.204Z] 05e7bc50f07f: Pulling fs layer [2021-01-22T19:24:29.204Z] 6db28d0fdbf6: Pulling fs layer [2021-01-22T19:24:29.204Z] 292df0bc6bf3: Pulling fs layer [2021-01-22T19:24:29.204Z] 2e060f4bd70b: Pulling fs layer [2021-01-22T19:24:29.204Z] 80e8d568a223: Pulling fs layer [2021-01-22T19:24:29.204Z] 8dc6ef1a942a: Pulling fs layer [2021-01-22T19:24:29.204Z] 2312dd95470a: Pulling fs layer [2021-01-22T19:24:29.204Z] 8dc6ef1a942a: Waiting [2021-01-22T19:24:29.204Z] 2e060f4bd70b: Waiting [2021-01-22T19:24:29.204Z] 2312dd95470a: Waiting [2021-01-22T19:24:29.204Z] 80e8d568a223: Waiting [2021-01-22T19:24:29.204Z] 292df0bc6bf3: Download complete [2021-01-22T19:24:29.204Z] 6db28d0fdbf6: Verifying Checksum [2021-01-22T19:24:29.204Z] 6db28d0fdbf6: Download complete [2021-01-22T19:24:29.204Z] 80e8d568a223: Verifying Checksum [2021-01-22T19:24:29.204Z] 80e8d568a223: Download complete [2021-01-22T19:24:29.204Z] 8dc6ef1a942a: Verifying Checksum [2021-01-22T19:24:29.204Z] 8dc6ef1a942a: Download complete [2021-01-22T19:24:29.204Z] 05e7bc50f07f: Verifying Checksum [2021-01-22T19:24:29.205Z] 05e7bc50f07f: Download complete [2021-01-22T19:24:29.205Z] 2312dd95470a: Verifying Checksum [2021-01-22T19:24:29.205Z] 2312dd95470a: Download complete [2021-01-22T19:24:29.800Z] 05e7bc50f07f: Pull complete [2021-01-22T19:24:30.066Z] 6db28d0fdbf6: Pull complete [2021-01-22T19:24:30.066Z] 292df0bc6bf3: Pull complete [2021-01-22T19:24:30.334Z] 2e060f4bd70b: Verifying Checksum [2021-01-22T19:24:30.334Z] 2e060f4bd70b: Download complete [2021-01-22T19:24:33.701Z] 2e060f4bd70b: Pull complete [2021-01-22T19:24:33.701Z] 80e8d568a223: Pull complete [2021-01-22T19:24:33.701Z] 8dc6ef1a942a: Pull complete [2021-01-22T19:24:33.969Z] 2312dd95470a: Pull complete [2021-01-22T19:24:33.969Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T19:24:33.969Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T19:24:35.919Z] ---> 47a70696f523 [2021-01-22T19:24:35.919Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-22T19:24:35.919Z] ---> Running in 8bd17a330360 [2021-01-22T19:24:35.919Z] Removing intermediate container 8bd17a330360 [2021-01-22T19:24:35.919Z] ---> 451742ef3b9b [2021-01-22T19:24:35.919Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-22T19:24:35.919Z] ---> Running in 9339552c53fe [2021-01-22T19:24:36.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T19:24:37.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T19:24:37.720Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-22T19:24:37.985Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-22T19:24:37.985Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-22T19:24:37.985Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-22T19:24:38.250Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-22T19:24:38.250Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T19:24:38.250Z] OK: 167 MiB in 44 packages [2021-01-22T19:24:39.225Z] Removing intermediate container 9339552c53fe [2021-01-22T19:24:39.225Z] ---> eb043142ce20 [2021-01-22T19:24:39.225Z] Step 6/8 : WORKDIR /build [2021-01-22T19:24:39.225Z] ---> Running in dca8a5685248 [2021-01-22T19:24:39.225Z] Removing intermediate container dca8a5685248 [2021-01-22T19:24:39.225Z] ---> 00c6c686b67e [2021-01-22T19:24:39.225Z] Step 7/8 : COPY go.mod . [2021-01-22T19:24:39.491Z] ---> 519fae09baad [2021-01-22T19:24:39.491Z] Step 8/8 : RUN go mod download [2021-01-22T19:24:39.491Z] ---> Running in 18ad1633bb98 [2021-01-22T19:25:01.569Z] Removing intermediate container 18ad1633bb98 [2021-01-22T19:25:01.569Z] ---> a05193cb4ad2 [2021-01-22T19:25:01.569Z] Successfully built a05193cb4ad2 [2021-01-22T19:25:01.569Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:25:01.895Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T19:25:01.895Z] . [Pipeline] withDockerContainer [2021-01-22T19:25:02.233Z] prd-centos7-docker-4c-2g-22320 does not seem to be running inside a container [2021-01-22T19:25:02.344Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/5 -v /w/workspace/app-functions-sdk-go/5:/w/workspace/app-functions-sdk-go/5:rw,z -v /w/workspace/app-functions-sdk-go/5@tmp:/w/workspace/app-functions-sdk-go/5@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 ******** -e ******** ci-base-image-x86_64 cat [2021-01-22T19:25:03.345Z] $ docker top 3cbfbd4b9d88084585a21bb718f4f77a7e4efb3c533d0394a4483dc01cd88c12 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T19:25:03.857Z] + go version [2021-01-22T19:25:03.858Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-22T19:25:03.878Z] $ docker stop --time=1 3cbfbd4b9d88084585a21bb718f4f77a7e4efb3c533d0394a4483dc01cd88c12 [2021-01-22T19:25:05.328Z] $ docker rm -f 3cbfbd4b9d88084585a21bb718f4f77a7e4efb3c533d0394a4483dc01cd88c12 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:25:06.296Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T19:25:06.297Z] . [Pipeline] withDockerContainer [2021-01-22T19:25:06.410Z] prd-centos7-docker-4c-2g-22320 does not seem to be running inside a container [2021-01-22T19:25:06.475Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/5 -v /w/workspace/app-functions-sdk-go/5:/w/workspace/app-functions-sdk-go/5:rw,z -v /w/workspace/app-functions-sdk-go/5@tmp:/w/workspace/app-functions-sdk-go/5@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 ******** -e ******** ci-base-image-x86_64 cat [2021-01-22T19:25:07.236Z] $ docker top 0f50d6f37d910597f75600385d463486fe85289c4116b73caffee118265c218c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T19:25:07.769Z] + make test [2021-01-22T19:25:07.769Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-22T19:25:09.190Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-01-22T19:25:17.497Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.026s coverage: 81.0% of statements [2021-01-22T19:25:25.778Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.046s coverage: 48.6% of statements [2021-01-22T19:25:25.778Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-01-22T19:25:25.778Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-01-22T19:25:25.778Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.039s coverage: 61.5% of statements [2021-01-22T19:25:25.778Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-01-22T19:25:25.778Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.047s coverage: 67.7% of statements [2021-01-22T19:25:25.778Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-01-22T19:25:25.778Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-01-22T19:25:25.778Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-01-22T19:25:25.778Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-01-22T19:25:25.778Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-01-22T19:25:25.778Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-01-22T19:25:25.778Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.008s coverage: 97.0% of statements [2021-01-22T19:25:25.778Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-01-22T19:25:25.778Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.055s coverage: 8.8% of statements [2021-01-22T19:25:40.794Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.857s coverage: 77.5% of statements [2021-01-22T19:25:40.794Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-01-22T19:25:40.794Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.057s coverage: 87.9% of statements [2021-01-22T19:25:40.794Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.013s coverage: 80.5% of statements [2021-01-22T19:25:40.794Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.007s coverage: 71.7% of statements [2021-01-22T19:25:50.760Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22321 in /w/workspace/ndry_app-functions-sdk-go_PR-644 [Pipeline] { [Pipeline] ws [2021-01-22T19:25:50.815Z] Running in /w/workspace/app-functions-sdk-go/5 [Pipeline] { [Pipeline] checkout [2021-01-22T19:25:53.063Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.037s coverage: 81.4% of statements [2021-01-22T19:25:53.063Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.006s coverage: 94.4% of statements [2021-01-22T19:25:53.063Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-22T19:25:56.270Z] using credential edgex-jenkins-ssh [2021-01-22T19:25:56.345Z] Cloning the remote Git repository [2021-01-22T19:25:56.452Z] gofmt -l . [2021-01-22T19:25:56.452Z] [ "`gofmt -l .`" = "" ] [2021-01-22T19:25:56.452Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-22T19:25:56.743Z] $ docker stop --time=1 0f50d6f37d910597f75600385d463486fe85289c4116b73caffee118265c218c [2021-01-22T19:25:56.405Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-22T19:25:56.520Z] > git init /w/workspace/app-functions-sdk-go/5 # timeout=10 [2021-01-22T19:25:56.614Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-22T19:25:56.615Z] > git --version # timeout=10 [2021-01-22T19:25:56.639Z] > git --version # 'git version 2.17.1' [2021-01-22T19:25:56.641Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T19:25:56.701Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T19:25:58.615Z] $ docker rm -f 0f50d6f37d910597f75600385d463486fe85289c4116b73caffee118265c218c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T19:25:59.254Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-22T19:25:59.642Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [2021-01-22T19:25:59.629Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-22T19:25:59.687Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [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 [2021-01-22T19:26:00.528Z] Merging remotes/origin/master commit 4921f119fbd49a87f301d7978453f85b10d57c6f into PR head commit dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [2021-01-22T19:26:00.776Z] Merge succeeded, producing dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d [2021-01-22T19:26:00.777Z] Checking out Revision dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d (PR-644) [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-01-22T19:25:59.745Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-22T19:25:59.824Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-22T19:25:59.825Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T19:25:59.838Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/644/head:refs/remotes/origin/PR-644 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T19:26:00.534Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T19:26:00.554Z] > git checkout -f dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d # timeout=10 [2021-01-22T19:26:00.659Z] > git remote # timeout=10 [2021-01-22T19:26:00.688Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T19:26:00.706Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T19:26:00.718Z] > git merge 4921f119fbd49a87f301d7978453f85b10d57c6f # timeout=10 [2021-01-22T19:26:00.743Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T19:26:00.769Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T19:26:00.783Z] > git checkout -f dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d # timeout=10 [2021-01-22T19:26:05.272Z] Commit message: "Merge branch 'master' into trigger-response-content-type" [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T19:26:15.264Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-22T19:26:15.673Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T19:26:16.019Z] + true [2021-01-22T19:26:16.019Z] + sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-01-22T19:26:18.265Z] ========================================================= [2021-01-22T19:26:18.265Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-22T19:26:18.265Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:26:18.649Z] + 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-01-22T19:26:19.632Z] Sending build context to Docker daemon 19.15MB [2021-01-22T19:26:19.632Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T19:26:19.632Z] Step 2/8 : FROM ${BASE} [2021-01-22T19:26:20.228Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-22T19:26:20.228Z] 5f621e34cdf4: Pulling fs layer [2021-01-22T19:26:20.228Z] a4357932f1b6: Pulling fs layer [2021-01-22T19:26:20.228Z] 18c013af1878: Pulling fs layer [2021-01-22T19:26:20.228Z] 00ac8860ef70: Pulling fs layer [2021-01-22T19:26:20.228Z] 63d7cb157983: Pulling fs layer [2021-01-22T19:26:20.228Z] b116817d02f9: Pulling fs layer [2021-01-22T19:26:20.228Z] 745a02a5169b: Pulling fs layer [2021-01-22T19:26:20.228Z] 00ac8860ef70: Waiting [2021-01-22T19:26:20.228Z] 63d7cb157983: Waiting [2021-01-22T19:26:20.228Z] b116817d02f9: Waiting [2021-01-22T19:26:20.228Z] 745a02a5169b: Waiting [2021-01-22T19:26:20.228Z] 18c013af1878: Verifying Checksum [2021-01-22T19:26:20.228Z] 18c013af1878: Download complete [2021-01-22T19:26:20.228Z] a4357932f1b6: Verifying Checksum [2021-01-22T19:26:20.228Z] a4357932f1b6: Download complete [2021-01-22T19:26:20.228Z] 63d7cb157983: Verifying Checksum [2021-01-22T19:26:20.228Z] 63d7cb157983: Download complete [2021-01-22T19:26:20.228Z] b116817d02f9: Verifying Checksum [2021-01-22T19:26:20.228Z] b116817d02f9: Download complete [2021-01-22T19:26:20.228Z] 5f621e34cdf4: Download complete [2021-01-22T19:26:20.827Z] 5f621e34cdf4: Pull complete [2021-01-22T19:26:21.434Z] a4357932f1b6: Pull complete [2021-01-22T19:26:21.710Z] 18c013af1878: Pull complete [2021-01-22T19:26:22.690Z] 745a02a5169b: Download complete [2021-01-22T19:26:23.673Z] 00ac8860ef70: Verifying Checksum [2021-01-22T19:26:23.673Z] 00ac8860ef70: Download complete [2021-01-22T19:26:33.870Z] 00ac8860ef70: Pull complete [2021-01-22T19:26:33.870Z] 63d7cb157983: Pull complete [2021-01-22T19:26:33.870Z] b116817d02f9: Pull complete [2021-01-22T19:26:37.295Z] 745a02a5169b: Pull complete [2021-01-22T19:26:37.295Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-22T19:26:37.295Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-22T19:26:37.295Z] ---> b7e6874047d6 [2021-01-22T19:26:37.295Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-01-22T19:26:37.295Z] 20.10.0: Pulling from library/docker [2021-01-22T19:26:37.295Z] a3cc7d3b244e: Pulling fs layer [2021-01-22T19:26:37.295Z] 02a3295e0d61: Pulling fs layer [2021-01-22T19:26:37.295Z] 0f4f2e6d8100: Pulling fs layer [2021-01-22T19:26:37.295Z] 330b718f631f: Pulling fs layer [2021-01-22T19:26:37.295Z] a93816041522: Pulling fs layer [2021-01-22T19:26:37.295Z] bdb6da89ff94: Pulling fs layer [2021-01-22T19:26:37.295Z] 2a70c0c122f4: Pulling fs layer [2021-01-22T19:26:37.295Z] a93816041522: Waiting [2021-01-22T19:26:37.295Z] bdb6da89ff94: Waiting [2021-01-22T19:26:37.295Z] 2a70c0c122f4: Waiting [2021-01-22T19:26:37.295Z] 330b718f631f: Waiting [2021-01-22T19:26:37.295Z] 0f4f2e6d8100: Verifying Checksum [2021-01-22T19:26:37.295Z] 0f4f2e6d8100: Download complete [2021-01-22T19:26:37.295Z] 02a3295e0d61: Download complete [2021-01-22T19:26:37.295Z] a3cc7d3b244e: Verifying Checksum [2021-01-22T19:26:37.295Z] a3cc7d3b244e: Download complete [2021-01-22T19:26:37.295Z] a93816041522: Verifying Checksum [2021-01-22T19:26:37.295Z] a93816041522: Download complete [2021-01-22T19:26:37.295Z] bdb6da89ff94: Download complete [2021-01-22T19:26:37.295Z] 2a70c0c122f4: Verifying Checksum [2021-01-22T19:26:37.295Z] 2a70c0c122f4: Download complete [2021-01-22T19:26:37.904Z] a3cc7d3b244e: Pull complete [2021-01-22T19:26:38.508Z] 02a3295e0d61: Pull complete [2021-01-22T19:26:38.787Z] 330b718f631f: Verifying Checksum [2021-01-22T19:26:38.787Z] 330b718f631f: Download complete [2021-01-22T19:26:38.787Z] 0f4f2e6d8100: Pull complete [2021-01-22T19:26:43.099Z] 330b718f631f: Pull complete [2021-01-22T19:26:43.099Z] a93816041522: Pull complete [2021-01-22T19:26:43.099Z] bdb6da89ff94: Pull complete [2021-01-22T19:26:43.370Z] 2a70c0c122f4: Pull complete [2021-01-22T19:26:43.370Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T19:26:43.370Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T19:26:50.091Z] ---> 0485c38d7190 [2021-01-22T19:26:50.091Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-22T19:26:50.091Z] ---> Running in 2bb42b331cf5 [2021-01-22T19:26:50.091Z] Removing intermediate container 2bb42b331cf5 [2021-01-22T19:26:50.091Z] ---> a19b1b427ffa [2021-01-22T19:26:50.091Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-22T19:26:50.091Z] ---> Running in 4656e1a5290c [2021-01-22T19:26:51.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T19:26:52.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T19:26:52.698Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-22T19:26:52.698Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-22T19:26:52.971Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-22T19:26:52.971Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-22T19:26:53.243Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-22T19:26:53.243Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T19:26:53.243Z] OK: 144 MiB in 44 packages [2021-01-22T19:26:54.678Z] Removing intermediate container 4656e1a5290c [2021-01-22T19:26:54.678Z] ---> 97aada8acfb6 [2021-01-22T19:26:54.678Z] Step 6/8 : WORKDIR /build [2021-01-22T19:26:54.678Z] ---> Running in 15bff00375f3 [2021-01-22T19:26:54.951Z] Removing intermediate container 15bff00375f3 [2021-01-22T19:26:54.951Z] ---> 13a799ff35af [2021-01-22T19:26:54.951Z] Step 7/8 : COPY go.mod . [2021-01-22T19:26:55.547Z] ---> 245046701e0a [2021-01-22T19:26:55.547Z] Step 8/8 : RUN go mod download [2021-01-22T19:26:55.825Z] ---> Running in cdde35c02288 [2021-01-22T19:27:22.617Z] Removing intermediate container cdde35c02288 [2021-01-22T19:27:22.617Z] ---> 41cbd889485d [2021-01-22T19:27:22.617Z] Successfully built 41cbd889485d [2021-01-22T19:27:22.617Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:27:22.961Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T19:27:22.961Z] . [Pipeline] withDockerContainer [2021-01-22T19:27:23.201Z] prd-ubuntu18.04-docker-arm64-4c-16g-22321 does not seem to be running inside a container [2021-01-22T19:27:23.277Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/5 -v /w/workspace/app-functions-sdk-go/5:/w/workspace/app-functions-sdk-go/5:rw,z -v /w/workspace/app-functions-sdk-go/5@tmp:/w/workspace/app-functions-sdk-go/5@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-01-22T19:27:24.783Z] $ docker top 0e3b66e546edc421ddb531fea57107060ff06cd9bb9f294c33189392c1b1748e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T19:27:25.800Z] + go version [2021-01-22T19:27:25.800Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-22T19:27:25.820Z] $ docker stop --time=1 0e3b66e546edc421ddb531fea57107060ff06cd9bb9f294c33189392c1b1748e [2021-01-22T19:27:27.768Z] $ docker rm -f 0e3b66e546edc421ddb531fea57107060ff06cd9bb9f294c33189392c1b1748e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:27:28.782Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T19:27:28.782Z] . [Pipeline] withDockerContainer [2021-01-22T19:27:29.054Z] prd-ubuntu18.04-docker-arm64-4c-16g-22321 does not seem to be running inside a container [2021-01-22T19:27:29.129Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/5 -v /w/workspace/app-functions-sdk-go/5:/w/workspace/app-functions-sdk-go/5:rw,z -v /w/workspace/app-functions-sdk-go/5@tmp:/w/workspace/app-functions-sdk-go/5@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-01-22T19:27:30.581Z] $ docker top 1f4be704686bb5fd6391c9bfbba44c9261baa61901c353bce01ff62fa681ca7a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T19:27:31.589Z] + make test [2021-01-22T19:27:31.589Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-22T19:27:33.029Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-01-22T19:27:55.801Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.051s coverage: 81.0% of statements [2021-01-22T19:28:22.650Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.056s coverage: 48.6% of statements [2021-01-22T19:28:22.650Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-01-22T19:28:22.650Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-01-22T19:28:22.650Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.086s coverage: 61.5% of statements [2021-01-22T19:28:22.650Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-01-22T19:28:22.650Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.066s coverage: 67.7% of statements [2021-01-22T19:28:22.650Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-01-22T19:28:22.650Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-01-22T19:28:22.650Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-01-22T19:28:22.650Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-01-22T19:28:22.650Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-01-22T19:28:22.650Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-01-22T19:28:22.650Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.022s coverage: 97.0% of statements [2021-01-22T19:28:22.650Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-01-22T19:28:22.650Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.026s coverage: 8.8% of statements [2021-01-22T19:28:32.778Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.859s coverage: 77.5% of statements [2021-01-22T19:28:32.778Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-01-22T19:28:32.778Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.040s coverage: 87.9% of statements [2021-01-22T19:28:32.778Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.040s coverage: 80.5% of statements [2021-01-22T19:28:32.778Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.024s coverage: 71.7% of statements [2021-01-22T19:28:47.945Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.059s coverage: 81.4% of statements [2021-01-22T19:28:47.945Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.014s coverage: 94.4% of statements [2021-01-22T19:28:47.945Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-22T19:28:56.292Z] gofmt -l . [2021-01-22T19:28:56.292Z] [ "`gofmt -l .`" = "" ] [2021-01-22T19:28:56.906Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-22T19:28:57.206Z] $ docker stop --time=1 1f4be704686bb5fd6391c9bfbba44c9261baa61901c353bce01ff62fa681ca7a [2021-01-22T19:28:59.342Z] $ docker rm -f 1f4be704686bb5fd6391c9bfbba44c9261baa61901c353bce01ff62fa681ca7a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T19:29:00.358Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-22T19:29:00.424Z] Warning: overwriting stash ‘coverage-report’ [2021-01-22T19:29:01.230Z] Stashed 1 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-01-22T19:29:03.090Z] provisioning config files... [2021-01-22T19:29:03.104Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-644@tmp/config4291880125815910478tmp [Pipeline] { [Pipeline] sh [2021-01-22T19:29:03.474Z] + set +x [2021-01-22T19:29:03.474Z] + curl -s https://codecov.io/bash [2021-01-22T19:29:03.474Z] + bash -s -- [2021-01-22T19:29:03.739Z] [2021-01-22T19:29:03.739Z] _____ _ [2021-01-22T19:29:03.739Z] / ____| | | [2021-01-22T19:29:03.739Z] | | ___ __| | ___ ___ _____ __ [2021-01-22T19:29:03.739Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-22T19:29:03.739Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-22T19:29:03.739Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-22T19:29:03.739Z] Bash-20210115-cec3c92 [2021-01-22T19:29:03.739Z] [2021-01-22T19:29:03.739Z] [2021-01-22T19:29:03.739Z] ==> git version 2.24.3 found [2021-01-22T19:29:03.739Z] ==> 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-01-22T19:29:03.739Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-22T19:29:03.739Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-22T19:29:03.739Z] ==> Jenkins CI detected. [2021-01-22T19:29:03.739Z] project root: . [2021-01-22T19:29:03.739Z] --> token set from env [2021-01-22T19:29:03.739Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-22T19:29:03.739Z] ==> Running gcov in . (disable via -X gcov) [2021-01-22T19:29:03.739Z] ==> Python coveragepy not found [2021-01-22T19:29:03.739Z] ==> Searching for coverage reports in: [2021-01-22T19:29:03.739Z] + . [2021-01-22T19:29:03.739Z] -> Found 1 reports [2021-01-22T19:29:03.739Z] ==> Detecting git/mercurial file structure [2021-01-22T19:29:03.739Z] ==> Reading reports [2021-01-22T19:29:03.739Z] + ./coverage.out bytes=74538 [2021-01-22T19:29:03.739Z] ==> Appending adjustments [2021-01-22T19:29:03.739Z] https://docs.codecov.io/docs/fixing-reports [2021-01-22T19:29:04.003Z] + Found adjustments [2021-01-22T19:29:04.003Z] ==> Gzipping contents [2021-01-22T19:29:04.003Z] 16K /tmp/codecov.qSHclJ.gz [2021-01-22T19:29:04.266Z] ==> Uploading reports [2021-01-22T19:29:04.266Z] url: https://codecov.io [2021-01-22T19:29:04.266Z] query: branch=PR-644&commit=dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-644%2F5%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=644&job=&cmd_args= [2021-01-22T19:29:04.266Z] -> Pinging Codecov [2021-01-22T19:29:04.266Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-644&commit=dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-644%2F5%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=644&job=&cmd_args= [2021-01-22T19:29:04.843Z] -> Uploading to [2021-01-22T19:29:04.843Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-22/3D8B5DFFC46A037C893635FACE044666/dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d/d2ba5408-70a5-409a-9b4d-2602d16987ad.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T192904Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4f1335a74b0fccd8d7634c469fb770d6be8b942dbfcd59e4a11ed2c71f54b3f8 [2021-01-22T19:29:04.843Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T19:29:04.843Z] Dload Upload Total Spent Left Speed [2021-01-22T19:29:05.104Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12966 0 0 100 12966 0 32008 --:--:-- --:--:-- --:--:-- 32014 [2021-01-22T19:29:05.104Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/dcd4c0a3cbe29cfbb2fa5f66aed36921fcc0931d [Pipeline] } [2021-01-22T19:29:05.124Z] 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-01-22T19:29:07.554Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T19:29:07.860Z] ---> package-listing.sh [2021-01-22T19:29:07.860Z] ++ facter osfamily [2021-01-22T19:29:07.860Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-22T19:29:07.860Z] + OS_FAMILY=redhat [2021-01-22T19:29:07.860Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-644 [2021-01-22T19:29:07.861Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-22T19:29:07.861Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-22T19:29:07.861Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-22T19:29:07.861Z] + PACKAGES=/tmp/packages_start.txt [2021-01-22T19:29:07.861Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-644 ']' [2021-01-22T19:29:07.861Z] + PACKAGES=/tmp/packages_end.txt [2021-01-22T19:29:07.861Z] + case "${OS_FAMILY}" in [2021-01-22T19:29:07.861Z] + rpm -qa [2021-01-22T19:29:07.861Z] + sort [2021-01-22T19:29:13.188Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-22T19:29:13.188Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-22T19:29:13.188Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-22T19:29:13.188Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-644 ']' [2021-01-22T19:29:13.188Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-644/archives/ [2021-01-22T19:29:13.188Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-644/archives/ [Pipeline] echo [2021-01-22T19:29:13.203Z] 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-644/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-22T19:29:13.499Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:29:13.816Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T19:29:13.817Z] [2021-01-22T19:29:13.817Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-22T19:29:14.213Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T19:29:14.213Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-22T19:29:14.213Z] df20fa9351a1: Pulling fs layer [2021-01-22T19:29:14.213Z] 36b3adc4ff6f: Pulling fs layer [2021-01-22T19:29:14.213Z] 8ad3a11d3b57: Pulling fs layer [2021-01-22T19:29:14.213Z] 46f8f816bc3b: Pulling fs layer [2021-01-22T19:29:14.213Z] 93b61091891f: Pulling fs layer [2021-01-22T19:29:14.213Z] 93b9cdb0e59b: Pulling fs layer [2021-01-22T19:29:14.213Z] 5e14af77c1be: Pulling fs layer [2021-01-22T19:29:14.213Z] 01666e4c0597: Pulling fs layer [2021-01-22T19:29:14.213Z] aa168da1d23b: Pulling fs layer [2021-01-22T19:29:14.213Z] 46f8f816bc3b: Waiting [2021-01-22T19:29:14.213Z] 93b61091891f: Waiting [2021-01-22T19:29:14.213Z] 93b9cdb0e59b: Waiting [2021-01-22T19:29:14.213Z] 5e14af77c1be: Waiting [2021-01-22T19:29:14.213Z] 01666e4c0597: Waiting [2021-01-22T19:29:14.213Z] aa168da1d23b: Waiting [2021-01-22T19:29:14.213Z] 36b3adc4ff6f: Verifying Checksum [2021-01-22T19:29:14.213Z] 36b3adc4ff6f: Download complete [2021-01-22T19:29:14.213Z] 46f8f816bc3b: Download complete [2021-01-22T19:29:14.475Z] df20fa9351a1: Verifying Checksum [2021-01-22T19:29:14.475Z] df20fa9351a1: Download complete [2021-01-22T19:29:14.475Z] 8ad3a11d3b57: Verifying Checksum [2021-01-22T19:29:14.475Z] 8ad3a11d3b57: Download complete [2021-01-22T19:29:14.475Z] 5e14af77c1be: Verifying Checksum [2021-01-22T19:29:14.475Z] 5e14af77c1be: Download complete [2021-01-22T19:29:14.475Z] 01666e4c0597: Verifying Checksum [2021-01-22T19:29:14.475Z] 01666e4c0597: Download complete [2021-01-22T19:29:14.740Z] df20fa9351a1: Pull complete [2021-01-22T19:29:15.007Z] 36b3adc4ff6f: Pull complete [2021-01-22T19:29:15.273Z] 93b9cdb0e59b: Verifying Checksum [2021-01-22T19:29:15.273Z] 93b9cdb0e59b: Download complete [2021-01-22T19:29:15.545Z] 93b61091891f: Verifying Checksum [2021-01-22T19:29:15.545Z] 93b61091891f: Download complete [2021-01-22T19:29:15.809Z] 8ad3a11d3b57: Pull complete [2021-01-22T19:29:16.771Z] aa168da1d23b: Verifying Checksum [2021-01-22T19:29:16.771Z] aa168da1d23b: Download complete [2021-01-22T19:29:16.771Z] 46f8f816bc3b: Pull complete [2021-01-22T19:29:17.357Z] 93b61091891f: Pull complete [2021-01-22T19:29:17.357Z] 93b9cdb0e59b: Pull complete [2021-01-22T19:29:17.357Z] 5e14af77c1be: Pull complete [2021-01-22T19:29:17.626Z] 01666e4c0597: Pull complete [2021-01-22T19:29:24.283Z] aa168da1d23b: Pull complete [2021-01-22T19:29:24.553Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-22T19:29:24.553Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T19:29:24.553Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-22T19:29:24.728Z] prd-centos7-docker-4c-2g-22316 does not seem to be running inside a container [2021-01-22T19:29:24.772Z] $ 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-644/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-644 -v /w/workspace/ndry_app-functions-sdk-go_PR-644:/w/workspace/ndry_app-functions-sdk-go_PR-644:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-644@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-644@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-22T19:29:28.472Z] $ docker top 4019a943cd1703079a0b61867ccee0e577324051d7556096faaf286f2a6633f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T19:29:28.997Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-22T19:29:29.295Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-22T19:29:29.596Z] + ls /var/log/sa-host [2021-01-22T19:29:29.596Z] + sadf -c /var/log/sa-host/sa22 [2021-01-22T19:29:29.596Z] file_magic: OK [2021-01-22T19:29:29.596Z] HZ: Using current value: 100 [2021-01-22T19:29:29.596Z] file_header: OK [2021-01-22T19:29:29.596Z] 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-01-22T19:29:29.596Z] Statistics: [2021-01-22T19:29:29.596Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-22T19:29:29.596Z] File successfully converted to sysstat format version 12.2.1 [2021-01-22T19:29:29.596Z] + sadf -c /var/log/sa-host/sa23 [2021-01-22T19:29:29.596Z] file_magic: OK [2021-01-22T19:29:29.596Z] HZ: Using current value: 100 [2021-01-22T19:29:29.596Z] file_header: OK [2021-01-22T19:29:29.596Z] 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-01-22T19:29:29.596Z] Statistics: [2021-01-22T19:29:29.596Z] Hnuu...uuuununununu... [2021-01-22T19:29:29.596Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T19:29:29.816Z] provisioning config files... [2021-01-22T19:29:29.842Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-644@tmp/config1310138872625065127tmp [Pipeline] { [Pipeline] echo [2021-01-22T19:29:29.943Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T19:29:30.241Z] ---> create-netrc.sh [Pipeline] } [2021-01-22T19:29:30.250Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-22T19:29:30.423Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T19:29:30.722Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-22T19:29:30.734Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T19:29:31.028Z] ---> sudo-logs.sh [2021-01-22T19:29:31.028Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-22T19:29:31.039Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T19:29:31.332Z] ---> job-cost.sh [2021-01-22T19:29:31.332Z] lf-activate-venv: SKIPPING [2021-01-22T19:29:31.332Z] INFO: No Stack... [2021-01-22T19:29:32.720Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-22T19:29:32.981Z] INFO: Archiving Costs [Pipeline] echo [2021-01-22T19:29:32.996Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T19:29:33.290Z] ---> logs-deploy.sh [2021-01-22T19:29:33.290Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-644/5 [2021-01-22T19:29:33.290Z] INFO: archiving workspace using pattern(s): [2021-01-22T19:29:35.207Z] Archives upload complete. [2021-01-22T19:29:35.207Z] INFO: archiving logs to Nexus