Pull request #616 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 578b4c2a3752f0bd5750ca9ab8e312f368b2f6cb+8142930acee8fabaf6710482ac85b747560789e9 (7e9480d0b7208660cdd48ec7f0df30ba0b4b6189) 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-22347 in /w/workspace/ndry_app-functions-sdk-go_PR-616 [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-616 # 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/616/head:refs/remotes/origin/PR-616 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8142930acee8fabaf6710482ac85b747560789e9 into PR head commit 578b4c2a3752f0bd5750ca9ab8e312f368b2f6cb Merge succeeded, producing 578b4c2a3752f0bd5750ca9ab8e312f368b2f6cb Checking out Revision 578b4c2a3752f0bd5750ca9ab8e312f368b2f6cb (PR-616) > git config core.sparsecheckout # timeout=10 > git checkout -f 578b4c2a3752f0bd5750ca9ab8e312f368b2f6cb # 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 8142930acee8fabaf6710482ac85b747560789e9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 578b4c2a3752f0bd5750ca9ab8e312f368b2f6cb # timeout=10 Commit message: "feat: Expect V2 Event DTO from triggers." First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-22T21:46:29.066Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-22T21:46:29.360Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-22T21:46:29.506Z] ========================================================= [2021-01-22T21:46:29.506Z] EdgeX Global Pipelines Version Info [2021-01-22T21:46:29.506Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ce7c84881dc21c489c2bd210cf0acfa0a7fe3598 # timeout=10 [2021-01-22T21:46:31.012Z] ------------------- [2021-01-22T21:46:31.012Z] stable info: [2021-01-22T21:46:31.012Z] ------------------- [2021-01-22T21:46:31.012Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T21:46:31.012Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T21:46:31.012Z] Message: update stable to v1.0.179 [2021-01-22T21:46:31.962Z] ------------------- [2021-01-22T21:46:31.962Z] experimental info: [2021-01-22T21:46:31.962Z] ------------------- [2021-01-22T21:46:31.962Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T21:46:31.962Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T21:46:31.962Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-22T21:46:32.239Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-01-22T21:46:32.339Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-01-22T21:46:32.457Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-22T21:46:32.555Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-22T21:46:32.662Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-22T21:46:32.769Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-22T21:46:32.904Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-22T21:46:33.002Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-22T21:46:33.103Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-22T21:46:33.220Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-22T21:46:33.328Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-22T21:46:33.456Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-01-22T21:46:33.550Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-22T21:46:33.668Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-22T21:46:33.809Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-22T21:46:33.901Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-22T21:46:34.013Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-22T21:46:34.103Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-22T21:46:34.193Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-22T21:46:34.283Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-22T21:46:34.382Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-22T21:46:34.494Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-01-22T21:46:34.587Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-22T21:46:34.697Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-22T21:46:34.790Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-22T21:46:34.921Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-22T21:46:35.013Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-22T21:46:35.109Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-616 [Pipeline] echo [2021-01-22T21:46:35.200Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-616 [Pipeline] echo [2021-01-22T21:46:35.297Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-616 [Pipeline] echo [2021-01-22T21:46:35.409Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 578b4c2a3752f0bd5750ca9ab8e312f368b2f6cb [Pipeline] echo [2021-01-22T21:46:35.511Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 578b4c2 [Pipeline] echo [2021-01-22T21:46:35.602Z] [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-22T21:46:36.309Z] + git log --format=format:%s -1 578b4c2a3752f0bd5750ca9ab8e312f368b2f6cb [Pipeline] echo [2021-01-22T21:46:36.377Z] GIT_COMMIT: 578b4c2a3752f0bd5750ca9ab8e312f368b2f6cb, Commit Message: feat: Expect V2 Event DTO from triggers. [Pipeline] echo [2021-01-22T21:46:36.427Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-22T21:46:37.471Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T21:46:37.734Z] [2021-01-22T21:46:37.734Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T21:46:38.088Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T21:46:38.088Z] latest: Pulling from edgex-devops/git-semver [2021-01-22T21:46:38.088Z] 31603596830f: Pulling fs layer [2021-01-22T21:46:38.088Z] 2a8b12db71e7: Pulling fs layer [2021-01-22T21:46:38.088Z] 6ca5941a6612: Pulling fs layer [2021-01-22T21:46:38.088Z] ecc8261a40a4: Pulling fs layer [2021-01-22T21:46:38.088Z] ecc8261a40a4: Waiting [2021-01-22T21:46:38.088Z] 2a8b12db71e7: Verifying Checksum [2021-01-22T21:46:38.088Z] 2a8b12db71e7: Download complete [2021-01-22T21:46:38.354Z] 31603596830f: Verifying Checksum [2021-01-22T21:46:38.354Z] 31603596830f: Download complete [2021-01-22T21:46:38.354Z] ecc8261a40a4: Verifying Checksum [2021-01-22T21:46:38.354Z] ecc8261a40a4: Download complete [2021-01-22T21:46:38.354Z] 6ca5941a6612: Verifying Checksum [2021-01-22T21:46:38.354Z] 6ca5941a6612: Download complete [2021-01-22T21:46:38.617Z] 31603596830f: Pull complete [2021-01-22T21:46:38.881Z] 2a8b12db71e7: Pull complete [2021-01-22T21:46:39.862Z] 6ca5941a6612: Pull complete [2021-01-22T21:46:39.862Z] ecc8261a40a4: Pull complete [2021-01-22T21:46:39.862Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-22T21:46:39.862Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T21:46:39.862Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-22T21:46:39.993Z] prd-centos7-docker-4c-2g-22347 does not seem to be running inside a container [2021-01-22T21:46:40.044Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-616 -v /w/workspace/ndry_app-functions-sdk-go_PR-616:/w/workspace/ndry_app-functions-sdk-go_PR-616:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-616@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-616@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-01-22T21:46:42.219Z] $ docker top 72e838efd18e5a0540e697038afd1805e1a4273c19a121bded82457b1865a3c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T21:46:42.613Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T21:46:42.613Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T21:46:42.876Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T21:46:42.885Z] $ docker exec 72e838efd18e5a0540e697038afd1805e1a4273c19a121bded82457b1865a3c7 ssh-agent [2021-01-22T21:46:43.077Z] SSH_AUTH_SOCK=/tmp/ssh-ifrJAMnmLFnY/agent.12 [2021-01-22T21:46:43.077Z] SSH_AGENT_PID=18 [2021-01-22T21:46:43.090Z] Running ssh-add (command line suppressed) [2021-01-22T21:46:43.227Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-616@tmp/private_key_4283109313918658205.key (/w/workspace/ndry_app-functions-sdk-go_PR-616@tmp/private_key_4283109313918658205.key) [2021-01-22T21:46:43.280Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T21:46:43.671Z] + git tag --points-at HEAD [Pipeline] } [2021-01-22T21:46:43.697Z] $ docker exec --env ******** --env ******** 72e838efd18e5a0540e697038afd1805e1a4273c19a121bded82457b1865a3c7 ssh-agent -k [2021-01-22T21:46:43.833Z] unset SSH_AUTH_SOCK; [2021-01-22T21:46:43.833Z] unset SSH_AGENT_PID; [2021-01-22T21:46:43.833Z] echo Agent pid 18 killed; [2021-01-22T21:46:43.894Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-22T21:46:44.079Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T21:46:44.079Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T21:46:44.256Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T21:46:44.265Z] $ docker exec 72e838efd18e5a0540e697038afd1805e1a4273c19a121bded82457b1865a3c7 ssh-agent [2021-01-22T21:46:44.436Z] SSH_AUTH_SOCK=/tmp/ssh-HN6k6FTi3hfQ/agent.47 [2021-01-22T21:46:44.436Z] SSH_AGENT_PID=53 [2021-01-22T21:46:44.444Z] Running ssh-add (command line suppressed) [2021-01-22T21:46:44.570Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-616@tmp/private_key_8476677711500882612.key (/w/workspace/ndry_app-functions-sdk-go_PR-616@tmp/private_key_8476677711500882612.key) [2021-01-22T21:46:44.624Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T21:46:44.961Z] + git semver init [2021-01-22T21:46:44.961Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T21:46:44.961Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-616/.git [2021-01-22T21:46:44.961Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-616 [2021-01-22T21:46:44.961Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T21:46:44.961Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T21:46:44.961Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T21:46:44.961Z] # $SEMVER_BRANCH = PR-616 [2021-01-22T21:46:44.961Z] # $SEMVER_TEMP = /tmp/semver-174299271 [2021-01-22T21:46:44.961Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-01-22T21:46:47.524Z] # '/tmp/semver-174299271' -> '/w/workspace/ndry_app-functions-sdk-go_PR-616/.semver' [2021-01-22T21:46:47.524Z] # -> Force: false [2021-01-22T21:46:47.524Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-616/.semver [Pipeline] } [2021-01-22T21:46:47.541Z] $ docker exec --env ******** --env ******** 72e838efd18e5a0540e697038afd1805e1a4273c19a121bded82457b1865a3c7 ssh-agent -k [2021-01-22T21:46:47.667Z] unset SSH_AUTH_SOCK; [2021-01-22T21:46:47.668Z] unset SSH_AGENT_PID; [2021-01-22T21:46:47.668Z] echo Agent pid 53 killed; [2021-01-22T21:46:47.729Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T21:46:48.208Z] + git semver [Pipeline] } [2021-01-22T21:46:48.231Z] $ docker stop --time=1 72e838efd18e5a0540e697038afd1805e1a4273c19a121bded82457b1865a3c7 [2021-01-22T21:46:49.735Z] $ docker rm -f 72e838efd18e5a0540e697038afd1805e1a4273c19a121bded82457b1865a3c7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T21:46:50.224Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-22T21:46:50.793Z] Stashed 1 file(s) [Pipeline] echo [2021-01-22T21:46:50.796Z] [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-22T21:47:06.359Z] Still waiting to schedule task [2021-01-22T21:47:06.359Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-22T21:47:06.363Z] Still waiting to schedule task [2021-01-22T21:47:06.363Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-22T21:49:01.957Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22348 in /w/workspace/ndry_app-functions-sdk-go_PR-616 [Pipeline] { [Pipeline] ws [2021-01-22T21:49:02.060Z] Running in /w/workspace/app-functions-sdk-go/12 [Pipeline] { [Pipeline] checkout [2021-01-22T21:49:07.242Z] using credential edgex-jenkins-ssh [2021-01-22T21:49:07.305Z] Cloning the remote Git repository [2021-01-22T21:49:07.362Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-22T21:49:07.482Z] > git init /w/workspace/app-functions-sdk-go/12 # timeout=10 [2021-01-22T21:49:07.583Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-22T21:49:07.584Z] > git --version # timeout=10 [2021-01-22T21:49:07.603Z] > git --version # 'git version 2.17.1' [2021-01-22T21:49:07.605Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T21:49:07.694Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T21:49:10.653Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-22T21:49:10.671Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T21:49:10.706Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-22T21:49:10.743Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-22T21:49:10.744Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T21:49:10.763Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/616/head:refs/remotes/origin/PR-616 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T21:49:11.329Z] Merging remotes/origin/master commit 8142930acee8fabaf6710482ac85b747560789e9 into PR head commit 578b4c2a3752f0bd5750ca9ab8e312f368b2f6cb [2021-01-22T21:49:11.563Z] Merge succeeded, producing 578b4c2a3752f0bd5750ca9ab8e312f368b2f6cb [2021-01-22T21:49:11.564Z] Checking out Revision 578b4c2a3752f0bd5750ca9ab8e312f368b2f6cb (PR-616) [2021-01-22T21:49:11.353Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T21:49:11.366Z] > git checkout -f 578b4c2a3752f0bd5750ca9ab8e312f368b2f6cb # timeout=10 [2021-01-22T21:49:11.480Z] > git remote # timeout=10 [2021-01-22T21:49:11.498Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T21:49:11.509Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T21:49:11.527Z] > git merge 8142930acee8fabaf6710482ac85b747560789e9 # timeout=10 [2021-01-22T21:49:11.552Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T21:49:11.574Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T21:49:11.586Z] > git checkout -f 578b4c2a3752f0bd5750ca9ab8e312f368b2f6cb # timeout=10 [2021-01-22T21:49:16.062Z] Commit message: "feat: Expect V2 Event DTO from triggers." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T21:49:17.830Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-22T21:49:18.254Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T21:49:18.649Z] + sudo service docker restart [2021-01-22T21:49:18.649Z] + true [Pipeline] unstash [Pipeline] echo [2021-01-22T21:49:21.592Z] ========================================================= [2021-01-22T21:49:21.592Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-22T21:49:21.592Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T21:49:21.979Z] + 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-22T21:49:22.969Z] Sending build context to Docker daemon 19.11MB [2021-01-22T21:49:22.969Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T21:49:22.969Z] Step 2/8 : FROM ${BASE} [2021-01-22T21:49:23.248Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-22T21:49:23.248Z] 5f621e34cdf4: Pulling fs layer [2021-01-22T21:49:23.248Z] a4357932f1b6: Pulling fs layer [2021-01-22T21:49:23.248Z] 18c013af1878: Pulling fs layer [2021-01-22T21:49:23.248Z] 00ac8860ef70: Pulling fs layer [2021-01-22T21:49:23.248Z] 63d7cb157983: Pulling fs layer [2021-01-22T21:49:23.248Z] b116817d02f9: Pulling fs layer [2021-01-22T21:49:23.248Z] 745a02a5169b: Pulling fs layer [2021-01-22T21:49:23.248Z] b116817d02f9: Waiting [2021-01-22T21:49:23.248Z] 00ac8860ef70: Waiting [2021-01-22T21:49:23.248Z] 745a02a5169b: Waiting [2021-01-22T21:49:23.248Z] 63d7cb157983: Waiting [2021-01-22T21:49:23.248Z] 18c013af1878: Verifying Checksum [2021-01-22T21:49:23.248Z] 18c013af1878: Download complete [2021-01-22T21:49:23.248Z] a4357932f1b6: Verifying Checksum [2021-01-22T21:49:23.248Z] a4357932f1b6: Download complete [2021-01-22T21:49:23.524Z] 63d7cb157983: Verifying Checksum [2021-01-22T21:49:23.524Z] 63d7cb157983: Download complete [2021-01-22T21:49:23.524Z] b116817d02f9: Download complete [2021-01-22T21:49:23.524Z] 5f621e34cdf4: Verifying Checksum [2021-01-22T21:49:23.524Z] 5f621e34cdf4: Download complete [2021-01-22T21:49:24.127Z] 5f621e34cdf4: Pull complete [2021-01-22T21:49:24.732Z] a4357932f1b6: Pull complete [2021-01-22T21:49:25.011Z] 18c013af1878: Pull complete [2021-01-22T21:49:25.992Z] 745a02a5169b: Verifying Checksum [2021-01-22T21:49:25.992Z] 745a02a5169b: Download complete [2021-01-22T21:49:27.421Z] 00ac8860ef70: Verifying Checksum [2021-01-22T21:49:27.421Z] 00ac8860ef70: Download complete [2021-01-22T21:49:30.158Z] Running on prd-centos7-docker-4c-2g-22349 in /w/workspace/ndry_app-functions-sdk-go_PR-616 [Pipeline] { [Pipeline] ws [2021-01-22T21:49:30.226Z] Running in /w/workspace/app-functions-sdk-go/12 [Pipeline] { [Pipeline] checkout [2021-01-22T21:49:32.578Z] using credential edgex-jenkins-ssh [2021-01-22T21:49:32.634Z] Cloning the remote Git repository [2021-01-22T21:49:32.485Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-22T21:49:32.563Z] > git init /w/workspace/app-functions-sdk-go/12 # timeout=10 [2021-01-22T21:49:32.633Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-22T21:49:32.633Z] > git --version # timeout=10 [2021-01-22T21:49:32.640Z] > git --version # 'git version 2.24.3' [2021-01-22T21:49:32.641Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T21:49:32.669Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T21:49:34.163Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-22T21:49:34.181Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T21:49:34.191Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-22T21:49:34.211Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-22T21:49:34.211Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T21:49:34.216Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/616/head:refs/remotes/origin/PR-616 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T21:49:34.733Z] Merging remotes/origin/master commit 8142930acee8fabaf6710482ac85b747560789e9 into PR head commit 578b4c2a3752f0bd5750ca9ab8e312f368b2f6cb [2021-01-22T21:49:34.826Z] Merge succeeded, producing 578b4c2a3752f0bd5750ca9ab8e312f368b2f6cb [2021-01-22T21:49:34.826Z] Checking out Revision 578b4c2a3752f0bd5750ca9ab8e312f368b2f6cb (PR-616) [2021-01-22T21:49:35.686Z] 00ac8860ef70: Pull complete [2021-01-22T21:49:34.742Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T21:49:34.749Z] > git checkout -f 578b4c2a3752f0bd5750ca9ab8e312f368b2f6cb # timeout=10 [2021-01-22T21:49:34.793Z] > git remote # timeout=10 [2021-01-22T21:49:34.799Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T21:49:34.806Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T21:49:34.810Z] > git merge 8142930acee8fabaf6710482ac85b747560789e9 # timeout=10 [2021-01-22T21:49:34.819Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T21:49:34.830Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T21:49:34.836Z] > git checkout -f 578b4c2a3752f0bd5750ca9ab8e312f368b2f6cb # timeout=10 [2021-01-22T21:49:36.286Z] 63d7cb157983: Pull complete [2021-01-22T21:49:36.561Z] b116817d02f9: Pull complete [2021-01-22T21:49:38.487Z] Commit message: "feat: Expect V2 Event DTO from triggers." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T21:49:39.798Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-22T21:49:40.127Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T21:49:40.430Z] + true [2021-01-22T21:49:40.430Z] + sudo service docker restart [2021-01-22T21:49:40.430Z] Redirecting to /bin/systemctl restart docker.service [2021-01-22T21:49:40.889Z] 745a02a5169b: Pull complete [2021-01-22T21:49:40.889Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-22T21:49:40.889Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-22T21:49:40.889Z] ---> b7e6874047d6 [2021-01-22T21:49:40.889Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-01-22T21:49:40.889Z] 20.10.0: Pulling from library/docker [2021-01-22T21:49:40.889Z] a3cc7d3b244e: Pulling fs layer [2021-01-22T21:49:40.889Z] 02a3295e0d61: Pulling fs layer [2021-01-22T21:49:40.889Z] 0f4f2e6d8100: Pulling fs layer [2021-01-22T21:49:40.889Z] 330b718f631f: Pulling fs layer [2021-01-22T21:49:40.889Z] a93816041522: Pulling fs layer [2021-01-22T21:49:40.889Z] bdb6da89ff94: Pulling fs layer [2021-01-22T21:49:40.889Z] 2a70c0c122f4: Pulling fs layer [2021-01-22T21:49:40.889Z] 330b718f631f: Waiting [2021-01-22T21:49:40.889Z] a93816041522: Waiting [2021-01-22T21:49:40.889Z] bdb6da89ff94: Waiting [2021-01-22T21:49:40.889Z] 0f4f2e6d8100: Verifying Checksum [2021-01-22T21:49:40.889Z] 0f4f2e6d8100: Download complete [2021-01-22T21:49:40.889Z] a3cc7d3b244e: Verifying Checksum [2021-01-22T21:49:40.889Z] a3cc7d3b244e: Download complete [2021-01-22T21:49:40.889Z] a93816041522: Verifying Checksum [2021-01-22T21:49:40.889Z] a93816041522: Download complete [2021-01-22T21:49:40.889Z] 02a3295e0d61: Verifying Checksum [2021-01-22T21:49:40.889Z] 02a3295e0d61: Download complete [2021-01-22T21:49:40.889Z] 2a70c0c122f4: Verifying Checksum [2021-01-22T21:49:40.889Z] 2a70c0c122f4: Download complete [2021-01-22T21:49:40.889Z] bdb6da89ff94: Verifying Checksum [2021-01-22T21:49:40.889Z] bdb6da89ff94: Download complete [2021-01-22T21:49:41.168Z] a3cc7d3b244e: Pull complete [Pipeline] unstash [Pipeline] echo [2021-01-22T21:49:41.539Z] ========================================================= [2021-01-22T21:49:41.539Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-22T21:49:41.539Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T21:49:41.770Z] 02a3295e0d61: Pull complete [2021-01-22T21:49:41.878Z] + 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-22T21:49:42.373Z] 0f4f2e6d8100: Pull complete [2021-01-22T21:49:42.373Z] 330b718f631f: Verifying Checksum [2021-01-22T21:49:42.373Z] 330b718f631f: Download complete [2021-01-22T21:49:42.453Z] Sending build context to Docker daemon 19.11MB [2021-01-22T21:49:42.453Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T21:49:42.453Z] Step 2/8 : FROM ${BASE} [2021-01-22T21:49:42.715Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-22T21:49:42.715Z] 188c0c94c7c5: Pulling fs layer [2021-01-22T21:49:42.715Z] 0ef7d3d256c8: Pulling fs layer [2021-01-22T21:49:42.715Z] de9db76c5a1d: Pulling fs layer [2021-01-22T21:49:42.715Z] bca2f99d35d6: Pulling fs layer [2021-01-22T21:49:42.715Z] 93359f2a8cfa: Pulling fs layer [2021-01-22T21:49:42.715Z] 7c6f9722023f: Pulling fs layer [2021-01-22T21:49:42.715Z] a35cf1a2eb13: Pulling fs layer [2021-01-22T21:49:42.715Z] 93359f2a8cfa: Waiting [2021-01-22T21:49:42.715Z] 7c6f9722023f: Waiting [2021-01-22T21:49:42.715Z] bca2f99d35d6: Waiting [2021-01-22T21:49:42.715Z] de9db76c5a1d: Verifying Checksum [2021-01-22T21:49:42.715Z] de9db76c5a1d: Download complete [2021-01-22T21:49:42.715Z] 0ef7d3d256c8: Verifying Checksum [2021-01-22T21:49:42.715Z] 0ef7d3d256c8: Download complete [2021-01-22T21:49:42.715Z] 93359f2a8cfa: Verifying Checksum [2021-01-22T21:49:42.715Z] 93359f2a8cfa: Download complete [2021-01-22T21:49:42.715Z] 7c6f9722023f: Verifying Checksum [2021-01-22T21:49:42.715Z] 7c6f9722023f: Download complete [2021-01-22T21:49:42.715Z] 188c0c94c7c5: Verifying Checksum [2021-01-22T21:49:42.715Z] 188c0c94c7c5: Download complete [2021-01-22T21:49:42.976Z] 188c0c94c7c5: Pull complete [2021-01-22T21:49:43.249Z] 0ef7d3d256c8: Pull complete [2021-01-22T21:49:43.249Z] de9db76c5a1d: Pull complete [2021-01-22T21:49:44.641Z] a35cf1a2eb13: Verifying Checksum [2021-01-22T21:49:44.641Z] a35cf1a2eb13: Download complete [2021-01-22T21:49:44.904Z] bca2f99d35d6: Download complete [2021-01-22T21:49:45.777Z] 330b718f631f: Pull complete [2021-01-22T21:49:46.375Z] a93816041522: Pull complete [2021-01-22T21:49:46.651Z] bdb6da89ff94: Pull complete [2021-01-22T21:49:46.925Z] 2a70c0c122f4: Pull complete [2021-01-22T21:49:46.925Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T21:49:46.925Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T21:49:50.233Z] bca2f99d35d6: Pull complete [2021-01-22T21:49:50.497Z] 93359f2a8cfa: Pull complete [2021-01-22T21:49:50.497Z] 7c6f9722023f: Pull complete [2021-01-22T21:49:53.692Z] ---> 7d5a6eb5267a [2021-01-22T21:49:53.692Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-22T21:49:53.972Z] ---> Running in 0af67a6936bf [2021-01-22T21:49:54.575Z] Removing intermediate container 0af67a6936bf [2021-01-22T21:49:54.575Z] ---> e33b126e204b [2021-01-22T21:49:54.575Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-22T21:49:54.851Z] ---> Running in f5380dc1dbff [2021-01-22T21:49:56.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T21:49:57.289Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T21:49:58.668Z] a35cf1a2eb13: Pull complete [2021-01-22T21:49:58.668Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-22T21:49:58.668Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-22T21:49:58.668Z] ---> a62c8e92a672 [2021-01-22T21:49:58.668Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-01-22T21:49:58.668Z] 20.10.0: Pulling from library/docker [2021-01-22T21:49:58.668Z] 05e7bc50f07f: Pulling fs layer [2021-01-22T21:49:58.668Z] 6db28d0fdbf6: Pulling fs layer [2021-01-22T21:49:58.668Z] 292df0bc6bf3: Pulling fs layer [2021-01-22T21:49:58.668Z] 2e060f4bd70b: Pulling fs layer [2021-01-22T21:49:58.668Z] 80e8d568a223: Pulling fs layer [2021-01-22T21:49:58.668Z] 8dc6ef1a942a: Pulling fs layer [2021-01-22T21:49:58.668Z] 2312dd95470a: Pulling fs layer [2021-01-22T21:49:58.668Z] 8dc6ef1a942a: Waiting [2021-01-22T21:49:58.668Z] 80e8d568a223: Waiting [2021-01-22T21:49:58.668Z] 2312dd95470a: Waiting [2021-01-22T21:49:58.668Z] 2e060f4bd70b: Waiting [2021-01-22T21:49:58.668Z] 292df0bc6bf3: Download complete [2021-01-22T21:49:58.668Z] 6db28d0fdbf6: Verifying Checksum [2021-01-22T21:49:58.668Z] 6db28d0fdbf6: Download complete [2021-01-22T21:49:58.668Z] 05e7bc50f07f: Verifying Checksum [2021-01-22T21:49:58.668Z] 8dc6ef1a942a: Verifying Checksum [2021-01-22T21:49:58.668Z] 8dc6ef1a942a: Download complete [2021-01-22T21:49:58.668Z] 80e8d568a223: Download complete [2021-01-22T21:49:58.668Z] 2312dd95470a: Verifying Checksum [2021-01-22T21:49:58.668Z] 2312dd95470a: Download complete [2021-01-22T21:49:58.668Z] 05e7bc50f07f: Pull complete [2021-01-22T21:49:58.668Z] 6db28d0fdbf6: Pull complete [2021-01-22T21:49:58.668Z] 292df0bc6bf3: Pull complete [2021-01-22T21:49:58.718Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-22T21:49:58.718Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-22T21:49:58.933Z] 2e060f4bd70b: Verifying Checksum [2021-01-22T21:49:58.933Z] 2e060f4bd70b: Download complete [2021-01-22T21:49:59.308Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-22T21:49:59.308Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-22T21:49:59.308Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-22T21:49:59.308Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T21:49:59.579Z] OK: 144 MiB in 44 packages [2021-01-22T21:50:00.563Z] Removing intermediate container f5380dc1dbff [2021-01-22T21:50:00.563Z] ---> 1294e0c60f9f [2021-01-22T21:50:00.563Z] Step 6/8 : WORKDIR /build [2021-01-22T21:50:00.840Z] ---> Running in 788f09da6015 [2021-01-22T21:50:01.441Z] Removing intermediate container 788f09da6015 [2021-01-22T21:50:01.441Z] ---> 8bc8f473301b [2021-01-22T21:50:01.441Z] Step 7/8 : COPY go.mod . [2021-01-22T21:50:01.527Z] 2e060f4bd70b: Pull complete [2021-01-22T21:50:01.796Z] 80e8d568a223: Pull complete [2021-01-22T21:50:02.040Z] ---> d5620ad1745b [2021-01-22T21:50:02.040Z] Step 8/8 : RUN go mod download [2021-01-22T21:50:02.040Z] ---> Running in 22af17b29fc0 [2021-01-22T21:50:02.060Z] 8dc6ef1a942a: Pull complete [2021-01-22T21:50:02.060Z] 2312dd95470a: Pull complete [2021-01-22T21:50:02.060Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T21:50:02.060Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T21:50:03.473Z] ---> 7fd37ec21cd4 [2021-01-22T21:50:03.473Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-22T21:50:03.735Z] ---> Running in b3c66e53f312 [2021-01-22T21:50:03.735Z] Removing intermediate container b3c66e53f312 [2021-01-22T21:50:03.735Z] ---> 1876ec530e67 [2021-01-22T21:50:03.735Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-22T21:50:04.001Z] ---> Running in f3f41980c636 [2021-01-22T21:50:04.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T21:50:05.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T21:50:06.917Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-22T21:50:06.917Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-22T21:50:07.182Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-22T21:50:07.182Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-22T21:50:07.182Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-22T21:50:07.444Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T21:50:07.444Z] OK: 167 MiB in 44 packages [2021-01-22T21:50:08.019Z] Removing intermediate container f3f41980c636 [2021-01-22T21:50:08.019Z] ---> 7c1bf1efe84b [2021-01-22T21:50:08.019Z] Step 6/8 : WORKDIR /build [2021-01-22T21:50:08.019Z] ---> Running in 4de0f7eff168 [2021-01-22T21:50:08.285Z] Removing intermediate container 4de0f7eff168 [2021-01-22T21:50:08.285Z] ---> bd6a136c026b [2021-01-22T21:50:08.285Z] Step 7/8 : COPY go.mod . [2021-01-22T21:50:08.285Z] ---> ed25e891f0cf [2021-01-22T21:50:08.285Z] Step 8/8 : RUN go mod download [2021-01-22T21:50:08.549Z] ---> Running in 267f08375979 [2021-01-22T21:50:28.841Z] Removing intermediate container 22af17b29fc0 [2021-01-22T21:50:28.841Z] ---> ef493443057f [2021-01-22T21:50:28.841Z] Successfully built ef493443057f [2021-01-22T21:50:28.841Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T21:50:29.184Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T21:50:29.184Z] . [Pipeline] withDockerContainer [2021-01-22T21:50:29.456Z] prd-ubuntu18.04-docker-arm64-4c-16g-22348 does not seem to be running inside a container [2021-01-22T21:50:29.537Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/12 -v /w/workspace/app-functions-sdk-go/12:/w/workspace/app-functions-sdk-go/12:rw,z -v /w/workspace/app-functions-sdk-go/12@tmp:/w/workspace/app-functions-sdk-go/12@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-22T21:50:30.588Z] Removing intermediate container 267f08375979 [2021-01-22T21:50:30.588Z] ---> 826d749abd66 [2021-01-22T21:50:30.588Z] Successfully built 826d749abd66 [2021-01-22T21:50:30.588Z] Successfully tagged ci-base-image-x86_64:latest [2021-01-22T21:50:31.130Z] $ docker top fc720880b2271b0df8a6de1d714e2d3d4cd3af7d61a187b3d2b58c9a94495d43 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-22T21:50:32.023Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T21:50:32.023Z] . [2021-01-22T21:50:32.172Z] + go version [2021-01-22T21:50:32.172Z] go version go1.15.5 linux/arm64 [Pipeline] withDockerContainer [2021-01-22T21:50:32.285Z] prd-centos7-docker-4c-2g-22349 does not seem to be running inside a container [2021-01-22T21:50:32.351Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/12 -v /w/workspace/app-functions-sdk-go/12:/w/workspace/app-functions-sdk-go/12:rw,z -v /w/workspace/app-functions-sdk-go/12@tmp:/w/workspace/app-functions-sdk-go/12@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-01-22T21:50:33.185Z] $ docker top a7fb6314e3516006d3b5ff9f71bdc36c95a54a3fe876ad7b85db69f41fb002f0 -eo pid,comm [Pipeline] { [Pipeline] } [2021-01-22T21:50:33.477Z] $ docker stop --time=1 fc720880b2271b0df8a6de1d714e2d3d4cd3af7d61a187b3d2b58c9a94495d43 [2021-01-22T21:50:35.389Z] $ docker rm -f fc720880b2271b0df8a6de1d714e2d3d4cd3af7d61a187b3d2b58c9a94495d43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-01-22T21:50:36.010Z] + go version [2021-01-22T21:50:36.010Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-22T21:50:36.027Z] $ docker stop --time=1 a7fb6314e3516006d3b5ff9f71bdc36c95a54a3fe876ad7b85db69f41fb002f0 [2021-01-22T21:50:37.395Z] $ docker rm -f a7fb6314e3516006d3b5ff9f71bdc36c95a54a3fe876ad7b85db69f41fb002f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T21:50:38.089Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T21:50:38.089Z] . [Pipeline] withDockerContainer [2021-01-22T21:50:38.223Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T21:50:38.223Z] . [2021-01-22T21:50:38.354Z] prd-ubuntu18.04-docker-arm64-4c-16g-22348 does not seem to be running inside a container [2021-01-22T21:50:38.440Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/12 -v /w/workspace/app-functions-sdk-go/12:/w/workspace/app-functions-sdk-go/12:rw,z -v /w/workspace/app-functions-sdk-go/12@tmp:/w/workspace/app-functions-sdk-go/12@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-22T21:50:39.980Z] $ docker top 5307c1d4446227df548d3e842fe6bfd4fb4c12f10e8383fb0aa932da4a2b50c1 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-01-22T21:50:40.468Z] prd-centos7-docker-4c-2g-22349 does not seem to be running inside a container [2021-01-22T21:50:40.518Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/12 -v /w/workspace/app-functions-sdk-go/12:/w/workspace/app-functions-sdk-go/12:rw,z -v /w/workspace/app-functions-sdk-go/12@tmp:/w/workspace/app-functions-sdk-go/12@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-01-22T21:50:41.137Z] $ docker top eae413e88c1f7c7b24d4255a2792d0f636b12e016f8ad17c32f49ce95c56720e -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-01-22T21:50:41.679Z] + make test [2021-01-22T21:50:41.679Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-22T21:50:41.973Z] + make test [2021-01-22T21:50:41.973Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-22T21:50:43.086Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-01-22T21:50:43.415Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-01-22T21:50:51.361Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.030s coverage: 82.6% of statements [2021-01-22T21:50:59.633Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.030s coverage: 48.6% of statements [2021-01-22T21:50:59.633Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-01-22T21:50:59.633Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-01-22T21:50:59.633Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.027s coverage: 61.5% of statements [2021-01-22T21:50:59.633Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-01-22T21:50:59.633Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.051s coverage: 73.7% of statements [2021-01-22T21:50:59.633Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-01-22T21:50:59.633Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-01-22T21:50:59.633Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-01-22T21:50:59.633Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-01-22T21:50:59.633Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-01-22T21:50:59.633Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-01-22T21:50:59.633Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.061s coverage: 97.0% of statements [2021-01-22T21:50:59.633Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-01-22T21:50:59.633Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.024s coverage: 8.8% of statements [2021-01-22T21:51:10.284Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.055s coverage: 82.6% of statements [2021-01-22T21:51:14.613Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.828s coverage: 77.5% of statements [2021-01-22T21:51:14.613Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-01-22T21:51:14.613Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.016s coverage: 87.9% of statements [2021-01-22T21:51:14.613Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.019s coverage: 80.5% of statements [2021-01-22T21:51:14.613Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.007s coverage: 71.7% of statements [2021-01-22T21:51:26.869Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.032s coverage: 81.4% of statements [2021-01-22T21:51:26.869Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.010s coverage: 94.4% of statements [2021-01-22T21:51:26.869Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-22T21:51:31.127Z] gofmt -l . [2021-01-22T21:51:31.127Z] [ "`gofmt -l .`" = "" ] [2021-01-22T21:51:31.127Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-22T21:51:31.146Z] $ docker stop --time=1 eae413e88c1f7c7b24d4255a2792d0f636b12e016f8ad17c32f49ce95c56720e [2021-01-22T21:51:32.532Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.072s coverage: 48.6% of statements [2021-01-22T21:51:32.532Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-01-22T21:51:32.532Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-01-22T21:51:32.532Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.107s coverage: 61.5% of statements [2021-01-22T21:51:32.532Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-01-22T21:51:32.532Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.055s coverage: 73.7% of statements [2021-01-22T21:51:32.532Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-01-22T21:51:32.532Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-01-22T21:51:32.532Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-01-22T21:51:32.532Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-01-22T21:51:32.532Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-01-22T21:51:32.532Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-01-22T21:51:32.532Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.031s coverage: 97.0% of statements [2021-01-22T21:51:32.532Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-01-22T21:51:32.532Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.033s coverage: 8.8% of statements [2021-01-22T21:51:32.787Z] $ docker rm -f eae413e88c1f7c7b24d4255a2792d0f636b12e016f8ad17c32f49ce95c56720e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T21:51:33.475Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-22T21:51:33.911Z] 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] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-22T21:51:47.620Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.902s coverage: 77.5% of statements [2021-01-22T21:51:47.620Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-01-22T21:51:47.620Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.071s coverage: 87.9% of statements [2021-01-22T21:51:47.620Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.041s coverage: 80.5% of statements [2021-01-22T21:51:47.620Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.027s coverage: 71.7% of statements [2021-01-22T21:52:02.810Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.091s coverage: 81.4% of statements [2021-01-22T21:52:02.810Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.025s coverage: 94.4% of statements [2021-01-22T21:52:02.810Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-22T21:52:15.277Z] gofmt -l . [2021-01-22T21:52:15.549Z] [ "`gofmt -l .`" = "" ] [2021-01-22T21:52:15.823Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-22T21:52:16.853Z] $ docker stop --time=1 5307c1d4446227df548d3e842fe6bfd4fb4c12f10e8383fb0aa932da4a2b50c1 [2021-01-22T21:52:19.396Z] $ docker rm -f 5307c1d4446227df548d3e842fe6bfd4fb4c12f10e8383fb0aa932da4a2b50c1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T21:52:20.699Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-22T21:52:20.765Z] Warning: overwriting stash ‘coverage-report’ [2021-01-22T21:52:21.874Z] 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-22T21:52:23.920Z] provisioning config files... [2021-01-22T21:52:23.933Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-616@tmp/config7607849443622242767tmp [Pipeline] { [Pipeline] sh [2021-01-22T21:52:24.313Z] + set +x [2021-01-22T21:52:24.313Z] + curl -s https://codecov.io/bash [2021-01-22T21:52:24.313Z] + bash -s -- [2021-01-22T21:52:24.574Z] [2021-01-22T21:52:24.574Z] _____ _ [2021-01-22T21:52:24.574Z] / ____| | | [2021-01-22T21:52:24.574Z] | | ___ __| | ___ ___ _____ __ [2021-01-22T21:52:24.574Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-22T21:52:24.574Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-22T21:52:24.574Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-22T21:52:24.574Z] Bash-20210115-cec3c92 [2021-01-22T21:52:24.574Z] [2021-01-22T21:52:24.574Z] [2021-01-22T21:52:24.574Z] ==> git version 2.24.3 found [2021-01-22T21:52:24.574Z] ==> 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-22T21:52:24.574Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-22T21:52:24.574Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-22T21:52:24.574Z] ==> Jenkins CI detected. [2021-01-22T21:52:24.574Z] project root: . [2021-01-22T21:52:24.574Z] --> token set from env [2021-01-22T21:52:24.574Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-22T21:52:24.574Z] ==> Running gcov in . (disable via -X gcov) [2021-01-22T21:52:24.574Z] ==> Python coveragepy not found [2021-01-22T21:52:24.574Z] ==> Searching for coverage reports in: [2021-01-22T21:52:24.574Z] + . [2021-01-22T21:52:24.574Z] -> Found 1 reports [2021-01-22T21:52:24.574Z] ==> Detecting git/mercurial file structure [2021-01-22T21:52:24.574Z] ==> Reading reports [2021-01-22T21:52:24.574Z] + ./coverage.out bytes=77160 [2021-01-22T21:52:24.574Z] ==> Appending adjustments [2021-01-22T21:52:24.574Z] https://docs.codecov.io/docs/fixing-reports [2021-01-22T21:52:25.147Z] + Found adjustments [2021-01-22T21:52:25.147Z] ==> Gzipping contents [2021-01-22T21:52:25.147Z] 16K /tmp/codecov.CdJhnd.gz [2021-01-22T21:52:25.147Z] ==> Uploading reports [2021-01-22T21:52:25.147Z] url: https://codecov.io [2021-01-22T21:52:25.147Z] query: branch=PR-616&commit=578b4c2a3752f0bd5750ca9ab8e312f368b2f6cb&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-616%2F12%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=616&job=&cmd_args= [2021-01-22T21:52:25.147Z] -> Pinging Codecov [2021-01-22T21:52:25.147Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-616&commit=578b4c2a3752f0bd5750ca9ab8e312f368b2f6cb&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-616%2F12%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=616&job=&cmd_args= [2021-01-22T21:52:25.720Z] -> Uploading to [2021-01-22T21:52:25.720Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-22/3D8B5DFFC46A037C893635FACE044666/578b4c2a3752f0bd5750ca9ab8e312f368b2f6cb/59b8bf09-f20b-4304-998b-9b8945b2439a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T215225Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e31cf40d6e46627fb02e9247826168de295a1ac6dbc39935e56f895b40909b46 [2021-01-22T21:52:25.720Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T21:52:25.720Z] Dload Upload Total Spent Left Speed [2021-01-22T21:52:25.984Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13364 0 0 100 13364 0 28620 --:--:-- --:--:-- --:--:-- 28616 [2021-01-22T21:52:25.984Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/578b4c2a3752f0bd5750ca9ab8e312f368b2f6cb [Pipeline] } [2021-01-22T21:52:26.002Z] 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-22T21:52:28.551Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T21:52:28.852Z] ---> package-listing.sh [2021-01-22T21:52:28.852Z] ++ facter osfamily [2021-01-22T21:52:28.852Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-22T21:52:28.852Z] + OS_FAMILY=redhat [2021-01-22T21:52:28.852Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-616 [2021-01-22T21:52:28.852Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-22T21:52:28.852Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-22T21:52:28.852Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-22T21:52:28.852Z] + PACKAGES=/tmp/packages_start.txt [2021-01-22T21:52:28.852Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-616 ']' [2021-01-22T21:52:28.852Z] + PACKAGES=/tmp/packages_end.txt [2021-01-22T21:52:28.852Z] + case "${OS_FAMILY}" in [2021-01-22T21:52:28.852Z] + rpm -qa [2021-01-22T21:52:28.852Z] + sort [2021-01-22T21:52:34.161Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-22T21:52:34.161Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-22T21:52:34.161Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-22T21:52:34.161Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-616 ']' [2021-01-22T21:52:34.161Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-616/archives/ [2021-01-22T21:52:34.161Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-616/archives/ [Pipeline] echo [2021-01-22T21:52:34.174Z] 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-616/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-22T21:52:34.464Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-22T21:52:34.767Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T21:52:34.767Z] [2021-01-22T21:52:34.767Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-22T21:52:35.115Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T21:52:35.115Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-22T21:52:35.115Z] df20fa9351a1: Pulling fs layer [2021-01-22T21:52:35.115Z] 36b3adc4ff6f: Pulling fs layer [2021-01-22T21:52:35.115Z] 8ad3a11d3b57: Pulling fs layer [2021-01-22T21:52:35.115Z] 46f8f816bc3b: Pulling fs layer [2021-01-22T21:52:35.115Z] 93b61091891f: Pulling fs layer [2021-01-22T21:52:35.115Z] 93b9cdb0e59b: Pulling fs layer [2021-01-22T21:52:35.115Z] 5e14af77c1be: Pulling fs layer [2021-01-22T21:52:35.115Z] 01666e4c0597: Pulling fs layer [2021-01-22T21:52:35.115Z] aa168da1d23b: Pulling fs layer [2021-01-22T21:52:35.115Z] 93b61091891f: Waiting [2021-01-22T21:52:35.115Z] 93b9cdb0e59b: Waiting [2021-01-22T21:52:35.115Z] 5e14af77c1be: Waiting [2021-01-22T21:52:35.115Z] 01666e4c0597: Waiting [2021-01-22T21:52:35.115Z] aa168da1d23b: Waiting [2021-01-22T21:52:35.115Z] 46f8f816bc3b: Waiting [2021-01-22T21:52:35.115Z] 36b3adc4ff6f: Verifying Checksum [2021-01-22T21:52:35.115Z] 36b3adc4ff6f: Download complete [2021-01-22T21:52:35.115Z] 46f8f816bc3b: Verifying Checksum [2021-01-22T21:52:35.115Z] 46f8f816bc3b: Download complete [2021-01-22T21:52:35.115Z] df20fa9351a1: Verifying Checksum [2021-01-22T21:52:35.115Z] df20fa9351a1: Download complete [2021-01-22T21:52:35.376Z] 93b9cdb0e59b: Verifying Checksum [2021-01-22T21:52:35.376Z] 93b9cdb0e59b: Download complete [2021-01-22T21:52:35.376Z] 5e14af77c1be: Verifying Checksum [2021-01-22T21:52:35.376Z] 5e14af77c1be: Download complete [2021-01-22T21:52:35.376Z] 93b61091891f: Verifying Checksum [2021-01-22T21:52:35.376Z] 93b61091891f: Download complete [2021-01-22T21:52:35.376Z] 01666e4c0597: Verifying Checksum [2021-01-22T21:52:35.377Z] 01666e4c0597: Download complete [2021-01-22T21:52:35.638Z] df20fa9351a1: Pull complete [2021-01-22T21:52:35.638Z] 8ad3a11d3b57: Verifying Checksum [2021-01-22T21:52:35.638Z] 8ad3a11d3b57: Download complete [2021-01-22T21:52:35.901Z] 36b3adc4ff6f: Pull complete [2021-01-22T21:52:36.856Z] 8ad3a11d3b57: Pull complete [2021-01-22T21:52:37.122Z] 46f8f816bc3b: Pull complete [2021-01-22T21:52:37.385Z] aa168da1d23b: Verifying Checksum [2021-01-22T21:52:37.385Z] aa168da1d23b: Download complete [2021-01-22T21:52:37.647Z] 93b61091891f: Pull complete [2021-01-22T21:52:37.647Z] 93b9cdb0e59b: Pull complete [2021-01-22T21:52:37.912Z] 5e14af77c1be: Pull complete [2021-01-22T21:52:37.912Z] 01666e4c0597: Pull complete [2021-01-22T21:52:46.117Z] aa168da1d23b: Pull complete [2021-01-22T21:52:46.117Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-22T21:52:46.117Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T21:52:46.117Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-22T21:52:46.338Z] prd-centos7-docker-4c-2g-22347 does not seem to be running inside a container [2021-01-22T21:52:46.387Z] $ 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-616/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-616 -v /w/workspace/ndry_app-functions-sdk-go_PR-616:/w/workspace/ndry_app-functions-sdk-go_PR-616:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-616@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-616@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-01-22T21:52:48.886Z] $ docker top 920d4ab3084018daeea5b06de93cffd6e9251aa1b1ec6a1536ab332d29f7e666 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T21:52:49.401Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-22T21:52:49.697Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-22T21:52:50.000Z] + ls /var/log/sa-host [2021-01-22T21:52:50.000Z] + sadf -c /var/log/sa-host/sa22 [2021-01-22T21:52:50.000Z] file_magic: OK [2021-01-22T21:52:50.000Z] HZ: Using current value: 100 [2021-01-22T21:52:50.000Z] file_header: OK [2021-01-22T21:52:50.000Z] 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-22T21:52:50.000Z] Statistics: [2021-01-22T21:52:50.000Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-22T21:52:50.000Z] File successfully converted to sysstat format version 12.2.1 [2021-01-22T21:52:50.000Z] + sadf -c /var/log/sa-host/sa23 [2021-01-22T21:52:50.000Z] file_magic: OK [2021-01-22T21:52:50.000Z] HZ: Using current value: 100 [2021-01-22T21:52:50.000Z] file_header: OK [2021-01-22T21:52:50.000Z] 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-22T21:52:50.000Z] Statistics: [2021-01-22T21:52:50.000Z] Hnuu...uuuununununu... [2021-01-22T21:52:50.000Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T21:52:50.650Z] provisioning config files... [2021-01-22T21:52:50.667Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-616@tmp/config1450820214917070287tmp [Pipeline] { [Pipeline] echo [2021-01-22T21:52:50.747Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T21:52:51.047Z] ---> create-netrc.sh [Pipeline] } [2021-01-22T21:52:51.058Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-22T21:52:51.155Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T21:52:51.457Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-22T21:52:51.470Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T21:52:51.770Z] ---> sudo-logs.sh [2021-01-22T21:52:51.770Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-22T21:52:51.783Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T21:52:52.085Z] ---> job-cost.sh [2021-01-22T21:52:52.086Z] lf-activate-venv: SKIPPING [2021-01-22T21:52:52.086Z] INFO: No Stack... [2021-01-22T21:52:52.661Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-22T21:52:53.238Z] INFO: Archiving Costs [Pipeline] echo [2021-01-22T21:52:53.251Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T21:52:53.552Z] ---> logs-deploy.sh [2021-01-22T21:52:53.552Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-616/12 [2021-01-22T21:52:53.552Z] INFO: archiving workspace using pattern(s): [2021-01-22T21:52:55.475Z] Archives upload complete. [2021-01-22T21:52:55.475Z] INFO: archiving logs to Nexus