Pull request #546 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 010f8fe0ef4183128e769bdaf413ed2ee167613f+529345aa9c10a5d9fc2a9250aa6cc99807adb22e (342997943e40c0d8f3b1efebb0515bd98c581638) 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-5937 in /w/workspace/ndry_app-functions-sdk-go_PR-546 [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-546 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --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 --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/546/head:refs/remotes/origin/PR-546 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 529345aa9c10a5d9fc2a9250aa6cc99807adb22e into PR head commit 010f8fe0ef4183128e769bdaf413ed2ee167613f Merge succeeded, producing 010f8fe0ef4183128e769bdaf413ed2ee167613f Checking out Revision 010f8fe0ef4183128e769bdaf413ed2ee167613f (PR-546) > git config core.sparsecheckout # timeout=10 > git checkout -f 010f8fe0ef4183128e769bdaf413ed2ee167613f # 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 529345aa9c10a5d9fc2a9250aa6cc99807adb22e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 010f8fe0ef4183128e769bdaf413ed2ee167613f # timeout=10 Commit message: "Merge branch 'master' into http-put" > git rev-list --no-walk cb25ad2eb60eeb2e715d642847ef4e417519dad0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-16T18:55:22.146Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-16T18:55:22.417Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-16T18:55:22.523Z] ========================================================= [2020-10-16T18:55:22.523Z] EdgeX Global Pipelines Version Info [2020-10-16T18:55:22.523Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-16T18:55:24.459Z] ------------------- [2020-10-16T18:55:24.459Z] stable info: [2020-10-16T18:55:24.459Z] ------------------- [2020-10-16T18:55:24.459Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T18:55:24.459Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T18:55:24.459Z] Message: update stable to v1.0.144 [2020-10-16T18:55:25.045Z] ------------------- [2020-10-16T18:55:25.045Z] experimental info: [2020-10-16T18:55:25.045Z] ------------------- [2020-10-16T18:55:25.045Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T18:55:25.045Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T18:55:25.045Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-16T18:55:25.410Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-10-16T18:55:25.505Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-10-16T18:55:25.603Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-16T18:55:25.722Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-16T18:55:25.820Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-16T18:55:26.000Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-16T18:55:26.159Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-16T18:55:26.252Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-16T18:55:26.400Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-16T18:55:26.495Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-16T18:55:26.618Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-16T18:55:26.723Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-10-16T18:55:26.890Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-16T18:55:26.993Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-16T18:55:27.087Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T18:55:27.181Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T18:55:27.298Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T18:55:27.420Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T18:55:27.524Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-16T18:55:27.635Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-16T18:55:27.732Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-16T18:55:27.826Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-10-16T18:55:27.949Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-16T18:55:28.043Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-16T18:55:28.168Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-16T18:55:28.268Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-546 [Pipeline] echo [2020-10-16T18:55:28.362Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-546 [Pipeline] echo [2020-10-16T18:55:28.468Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-546 [Pipeline] echo [2020-10-16T18:55:28.558Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 010f8fe0ef4183128e769bdaf413ed2ee167613f [Pipeline] echo [2020-10-16T18:55:28.644Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 010f8fe [Pipeline] echo [2020-10-16T18:55:28.734Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-16T18:55:29.351Z] + git log --format=format:%s -1 010f8fe0ef4183128e769bdaf413ed2ee167613f [Pipeline] echo [2020-10-16T18:55:29.412Z] GIT_COMMIT: 010f8fe0ef4183128e769bdaf413ed2ee167613f, Commit Message: Merge branch 'master' into http-put [Pipeline] echo [2020-10-16T18:55:29.460Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-16T18:55:30.053Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T18:55:30.314Z] [2020-10-16T18:55:30.314Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T18:55:30.668Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T18:55:30.668Z] latest: Pulling from edgex-devops/git-semver [2020-10-16T18:55:30.668Z] 31603596830f: Pulling fs layer [2020-10-16T18:55:30.668Z] 2a8b12db71e7: Pulling fs layer [2020-10-16T18:55:30.668Z] 6ca5941a6612: Pulling fs layer [2020-10-16T18:55:30.668Z] ecc8261a40a4: Pulling fs layer [2020-10-16T18:55:30.668Z] ecc8261a40a4: Waiting [2020-10-16T18:55:30.668Z] 2a8b12db71e7: Verifying Checksum [2020-10-16T18:55:30.668Z] 2a8b12db71e7: Download complete [2020-10-16T18:55:30.934Z] 31603596830f: Verifying Checksum [2020-10-16T18:55:30.934Z] 31603596830f: Download complete [2020-10-16T18:55:30.934Z] ecc8261a40a4: Verifying Checksum [2020-10-16T18:55:30.934Z] ecc8261a40a4: Download complete [2020-10-16T18:55:30.934Z] 6ca5941a6612: Verifying Checksum [2020-10-16T18:55:30.934Z] 6ca5941a6612: Download complete [2020-10-16T18:55:31.204Z] 31603596830f: Pull complete [2020-10-16T18:55:31.204Z] 2a8b12db71e7: Pull complete [2020-10-16T18:55:32.154Z] 6ca5941a6612: Pull complete [2020-10-16T18:55:32.418Z] ecc8261a40a4: Pull complete [2020-10-16T18:55:32.418Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-16T18:55:32.418Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T18:55:32.418Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-16T18:55:32.548Z] prd-centos7-docker-4c-2g-5937 does not seem to be running inside a container [2020-10-16T18:55:32.598Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-546 -v /w/workspace/ndry_app-functions-sdk-go_PR-546:/w/workspace/ndry_app-functions-sdk-go_PR-546:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-546@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-546@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T18:55:34.910Z] $ docker top 707b326e63688731eab7327bb8b1cf61416eb3839bf8b3bf67612efba7bd44b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T18:55:35.199Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T18:55:35.199Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T18:55:35.410Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T18:55:35.416Z] $ docker exec 707b326e63688731eab7327bb8b1cf61416eb3839bf8b3bf67612efba7bd44b3 ssh-agent [2020-10-16T18:55:35.572Z] SSH_AUTH_SOCK=/tmp/ssh-QekcHAVynYTh/agent.13 [2020-10-16T18:55:35.572Z] SSH_AGENT_PID=18 [2020-10-16T18:55:35.584Z] Running ssh-add (command line suppressed) [2020-10-16T18:55:35.704Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-546@tmp/private_key_4798208568711771402.key (/w/workspace/ndry_app-functions-sdk-go_PR-546@tmp/private_key_4798208568711771402.key) [2020-10-16T18:55:35.751Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T18:55:36.087Z] + git tag --points-at HEAD [Pipeline] } [2020-10-16T18:55:36.108Z] $ docker exec --env ******** --env ******** 707b326e63688731eab7327bb8b1cf61416eb3839bf8b3bf67612efba7bd44b3 ssh-agent -k [2020-10-16T18:55:36.217Z] unset SSH_AUTH_SOCK; [2020-10-16T18:55:36.217Z] unset SSH_AGENT_PID; [2020-10-16T18:55:36.217Z] echo Agent pid 18 killed; [2020-10-16T18:55:36.258Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-16T18:55:36.409Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T18:55:36.409Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T18:55:36.563Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T18:55:36.568Z] $ docker exec 707b326e63688731eab7327bb8b1cf61416eb3839bf8b3bf67612efba7bd44b3 ssh-agent [2020-10-16T18:55:36.728Z] SSH_AUTH_SOCK=/tmp/ssh-yqy3riSCRnQ5/agent.47 [2020-10-16T18:55:36.728Z] SSH_AGENT_PID=53 [2020-10-16T18:55:36.735Z] Running ssh-add (command line suppressed) [2020-10-16T18:55:36.857Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-546@tmp/private_key_6965488950051714318.key (/w/workspace/ndry_app-functions-sdk-go_PR-546@tmp/private_key_6965488950051714318.key) [2020-10-16T18:55:36.904Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T18:55:37.243Z] + git semver init [2020-10-16T18:55:37.243Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T18:55:37.243Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-546/.git [2020-10-16T18:55:37.243Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-546 [2020-10-16T18:55:37.243Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T18:55:37.243Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T18:55:37.243Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T18:55:37.243Z] # $SEMVER_BRANCH = PR-546 [2020-10-16T18:55:37.243Z] # $SEMVER_TEMP = /tmp/semver-706098666 [2020-10-16T18:55:37.243Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-10-16T18:55:39.812Z] # '/tmp/semver-706098666' -> '/w/workspace/ndry_app-functions-sdk-go_PR-546/.semver' [2020-10-16T18:55:39.812Z] # -> Force: false [2020-10-16T18:55:39.812Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-546/.semver [Pipeline] } [2020-10-16T18:55:39.828Z] $ docker exec --env ******** --env ******** 707b326e63688731eab7327bb8b1cf61416eb3839bf8b3bf67612efba7bd44b3 ssh-agent -k [2020-10-16T18:55:39.940Z] unset SSH_AUTH_SOCK; [2020-10-16T18:55:39.941Z] unset SSH_AGENT_PID; [2020-10-16T18:55:39.941Z] echo Agent pid 53 killed; [2020-10-16T18:55:39.984Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T18:55:40.485Z] + git semver [Pipeline] } [2020-10-16T18:55:40.506Z] $ docker stop --time=1 707b326e63688731eab7327bb8b1cf61416eb3839bf8b3bf67612efba7bd44b3 [2020-10-16T18:55:41.948Z] $ docker rm -f 707b326e63688731eab7327bb8b1cf61416eb3839bf8b3bf67612efba7bd44b3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T18:55:42.411Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-16T18:55:42.833Z] Stashed 1 file(s) [Pipeline] echo [2020-10-16T18:55:42.836Z] [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 [2020-10-16T18:55:58.460Z] Still waiting to schedule task [2020-10-16T18:55:58.460Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-16T18:55:58.462Z] Still waiting to schedule task [2020-10-16T18:55:58.462Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-16T18:58:38.402Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5940 in /w/workspace/ndry_app-functions-sdk-go_PR-546 [Pipeline] { [Pipeline] ws [2020-10-16T18:58:38.454Z] Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout [2020-10-16T18:58:43.278Z] using credential edgex-jenkins-ssh [2020-10-16T18:58:43.414Z] Cloning the remote Git repository [2020-10-16T18:58:43.483Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-16T18:58:43.623Z] > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 [2020-10-16T18:58:43.697Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-16T18:58:43.698Z] > git --version # timeout=10 [2020-10-16T18:58:43.712Z] > git --version # 'git version 2.17.1' [2020-10-16T18:58:43.714Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T18:58:43.771Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T18:58:46.655Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-16T18:58:46.679Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T18:58:46.712Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-16T18:58:46.744Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-16T18:58:46.745Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T18:58:46.760Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/546/head:refs/remotes/origin/PR-546 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-16T18:58:47.397Z] Merging remotes/origin/master commit 529345aa9c10a5d9fc2a9250aa6cc99807adb22e into PR head commit 010f8fe0ef4183128e769bdaf413ed2ee167613f [2020-10-16T18:58:47.873Z] Merge succeeded, producing 010f8fe0ef4183128e769bdaf413ed2ee167613f [2020-10-16T18:58:47.873Z] Checking out Revision 010f8fe0ef4183128e769bdaf413ed2ee167613f (PR-546) [2020-10-16T18:58:47.436Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T18:58:47.453Z] > git checkout -f 010f8fe0ef4183128e769bdaf413ed2ee167613f # timeout=10 [2020-10-16T18:58:47.685Z] > git remote # timeout=10 [2020-10-16T18:58:47.749Z] > git config --get remote.origin.url # timeout=10 [2020-10-16T18:58:47.777Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T18:58:47.790Z] > git merge 529345aa9c10a5d9fc2a9250aa6cc99807adb22e # timeout=10 [2020-10-16T18:58:47.832Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-16T18:58:47.884Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T18:58:47.915Z] > git checkout -f 010f8fe0ef4183128e769bdaf413ed2ee167613f # timeout=10 [2020-10-16T18:58:52.140Z] Commit message: "Merge branch 'master' into http-put" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-16T18:58:53.284Z] ========================================================= [2020-10-16T18:58:53.284Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-16T18:58:53.284Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T18:58:54.344Z] + 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 . [2020-10-16T18:58:55.334Z] Sending build context to Docker daemon 19.13MB [2020-10-16T18:58:55.334Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-16T18:58:55.334Z] Step 2/8 : FROM ${BASE} [2020-10-16T18:58:55.608Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-16T18:58:55.608Z] b538f80385f9: Pulling fs layer [2020-10-16T18:58:55.608Z] 74f711af9a0d: Pulling fs layer [2020-10-16T18:58:55.608Z] 99f96fe45779: Pulling fs layer [2020-10-16T18:58:55.608Z] 8529a6b9a6be: Pulling fs layer [2020-10-16T18:58:55.608Z] 45590311c82a: Pulling fs layer [2020-10-16T18:58:55.608Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-16T18:58:55.608Z] 209524e5b208: Pulling fs layer [2020-10-16T18:58:55.608Z] 8529a6b9a6be: Waiting [2020-10-16T18:58:55.608Z] 45590311c82a: Waiting [2020-10-16T18:58:55.608Z] 69ca0ff8b7b3: Waiting [2020-10-16T18:58:55.608Z] 209524e5b208: Waiting [2020-10-16T18:58:55.882Z] 99f96fe45779: Verifying Checksum [2020-10-16T18:58:55.882Z] 99f96fe45779: Download complete [2020-10-16T18:58:55.882Z] 74f711af9a0d: Verifying Checksum [2020-10-16T18:58:55.882Z] 74f711af9a0d: Download complete [2020-10-16T18:58:55.882Z] 45590311c82a: Download complete [2020-10-16T18:58:55.882Z] 69ca0ff8b7b3: Download complete [2020-10-16T18:58:55.882Z] b538f80385f9: Verifying Checksum [2020-10-16T18:58:55.882Z] b538f80385f9: Download complete [2020-10-16T18:58:56.486Z] b538f80385f9: Pull complete [2020-10-16T18:58:57.092Z] 74f711af9a0d: Pull complete [2020-10-16T18:58:57.389Z] 99f96fe45779: Pull complete [2020-10-16T18:58:57.994Z] 209524e5b208: Verifying Checksum [2020-10-16T18:58:57.994Z] 209524e5b208: Download complete [2020-10-16T18:58:59.973Z] 8529a6b9a6be: Verifying Checksum [2020-10-16T18:58:59.973Z] 8529a6b9a6be: Download complete [2020-10-16T18:59:04.615Z] Running on prd-centos7-docker-4c-2g-5941 in /w/workspace/ndry_app-functions-sdk-go_PR-546 [Pipeline] { [Pipeline] ws [2020-10-16T18:59:04.700Z] Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout [2020-10-16T18:59:07.249Z] using credential edgex-jenkins-ssh [2020-10-16T18:59:07.303Z] Cloning the remote Git repository [2020-10-16T18:59:07.338Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-16T18:59:07.408Z] > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 [2020-10-16T18:59:07.461Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-16T18:59:07.462Z] > git --version # timeout=10 [2020-10-16T18:59:07.467Z] > git --version # 'git version 2.16.5' [2020-10-16T18:59:07.468Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T18:59:07.495Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T18:59:08.985Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-16T18:59:08.991Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T18:59:09.002Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-16T18:59:09.014Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-16T18:59:09.015Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T18:59:09.019Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/546/head:refs/remotes/origin/PR-546 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-16T18:59:09.492Z] Merging remotes/origin/master commit 529345aa9c10a5d9fc2a9250aa6cc99807adb22e into PR head commit 010f8fe0ef4183128e769bdaf413ed2ee167613f [2020-10-16T18:59:09.618Z] Merge succeeded, producing 010f8fe0ef4183128e769bdaf413ed2ee167613f [2020-10-16T18:59:09.618Z] Checking out Revision 010f8fe0ef4183128e769bdaf413ed2ee167613f (PR-546) [2020-10-16T18:59:10.161Z] 8529a6b9a6be: Pull complete [2020-10-16T18:59:10.436Z] 45590311c82a: Pull complete [2020-10-16T18:59:09.502Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T18:59:09.506Z] > git checkout -f 010f8fe0ef4183128e769bdaf413ed2ee167613f # timeout=10 [2020-10-16T18:59:09.562Z] > git remote # timeout=10 [2020-10-16T18:59:09.576Z] > git config --get remote.origin.url # timeout=10 [2020-10-16T18:59:09.589Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T18:59:09.594Z] > git merge 529345aa9c10a5d9fc2a9250aa6cc99807adb22e # timeout=10 [2020-10-16T18:59:09.614Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-16T18:59:09.623Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T18:59:09.626Z] > git checkout -f 010f8fe0ef4183128e769bdaf413ed2ee167613f # timeout=10 [2020-10-16T18:59:10.710Z] 69ca0ff8b7b3: Pull complete [2020-10-16T18:59:13.225Z] Commit message: "Merge branch 'master' into http-put" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-16T18:59:14.095Z] ========================================================= [2020-10-16T18:59:14.095Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-16T18:59:14.095Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T18:59:14.839Z] + 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 . [2020-10-16T18:59:15.061Z] 209524e5b208: Pull complete [2020-10-16T18:59:15.061Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-16T18:59:15.061Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-16T18:59:15.061Z] ---> 5bddaf1c2fca [2020-10-16T18:59:15.061Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-16T18:59:15.061Z] latest: Pulling from library/docker [2020-10-16T18:59:15.061Z] b538f80385f9: Already exists [2020-10-16T18:59:15.061Z] 259a493cd78d: Pulling fs layer [2020-10-16T18:59:15.061Z] b8e66b5100f5: Pulling fs layer [2020-10-16T18:59:15.061Z] 7f8258a56ab6: Pulling fs layer [2020-10-16T18:59:15.061Z] 75a0a0ebb566: Pulling fs layer [2020-10-16T18:59:15.061Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-16T18:59:15.061Z] 294320357d30: Pulling fs layer [2020-10-16T18:59:15.061Z] 75a0a0ebb566: Waiting [2020-10-16T18:59:15.061Z] 4a2c62f0a2a3: Waiting [2020-10-16T18:59:15.061Z] 294320357d30: Waiting [2020-10-16T18:59:15.061Z] b8e66b5100f5: Verifying Checksum [2020-10-16T18:59:15.061Z] b8e66b5100f5: Download complete [2020-10-16T18:59:15.340Z] 259a493cd78d: Verifying Checksum [2020-10-16T18:59:15.340Z] 259a493cd78d: Download complete [2020-10-16T18:59:15.340Z] 75a0a0ebb566: Verifying Checksum [2020-10-16T18:59:15.340Z] 75a0a0ebb566: Download complete [2020-10-16T18:59:15.340Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-16T18:59:15.340Z] 4a2c62f0a2a3: Download complete [2020-10-16T18:59:15.340Z] 294320357d30: Verifying Checksum [2020-10-16T18:59:15.340Z] 294320357d30: Download complete [2020-10-16T18:59:15.416Z] Sending build context to Docker daemon 19.13MB [2020-10-16T18:59:15.416Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-16T18:59:15.416Z] Step 2/8 : FROM ${BASE} [2020-10-16T18:59:15.416Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-16T18:59:15.416Z] df20fa9351a1: Pulling fs layer [2020-10-16T18:59:15.416Z] ed8968b2872e: Pulling fs layer [2020-10-16T18:59:15.416Z] a92cc7c5fd73: Pulling fs layer [2020-10-16T18:59:15.416Z] e871e8e8d7a9: Pulling fs layer [2020-10-16T18:59:15.416Z] e73272ec9a57: Pulling fs layer [2020-10-16T18:59:15.416Z] 1e910a182e73: Pulling fs layer [2020-10-16T18:59:15.416Z] 4e634b169226: Pulling fs layer [2020-10-16T18:59:15.416Z] e73272ec9a57: Waiting [2020-10-16T18:59:15.416Z] 1e910a182e73: Waiting [2020-10-16T18:59:15.416Z] 4e634b169226: Waiting [2020-10-16T18:59:15.416Z] e871e8e8d7a9: Waiting [2020-10-16T18:59:15.416Z] a92cc7c5fd73: Verifying Checksum [2020-10-16T18:59:15.416Z] a92cc7c5fd73: Download complete [2020-10-16T18:59:15.416Z] ed8968b2872e: Download complete [2020-10-16T18:59:15.416Z] e73272ec9a57: Verifying Checksum [2020-10-16T18:59:15.416Z] e73272ec9a57: Download complete [2020-10-16T18:59:15.678Z] 1e910a182e73: Verifying Checksum [2020-10-16T18:59:15.678Z] 1e910a182e73: Download complete [2020-10-16T18:59:15.678Z] df20fa9351a1: Verifying Checksum [2020-10-16T18:59:15.678Z] df20fa9351a1: Download complete [2020-10-16T18:59:15.937Z] 259a493cd78d: Pull complete [2020-10-16T18:59:15.940Z] df20fa9351a1: Pull complete [2020-10-16T18:59:15.940Z] ed8968b2872e: Pull complete [2020-10-16T18:59:16.203Z] a92cc7c5fd73: Pull complete [2020-10-16T18:59:16.213Z] b8e66b5100f5: Pull complete [2020-10-16T18:59:17.193Z] 7f8258a56ab6: Verifying Checksum [2020-10-16T18:59:17.193Z] 7f8258a56ab6: Download complete [2020-10-16T18:59:17.597Z] 4e634b169226: Verifying Checksum [2020-10-16T18:59:17.597Z] 4e634b169226: Download complete [2020-10-16T18:59:18.569Z] e871e8e8d7a9: Verifying Checksum [2020-10-16T18:59:18.569Z] e871e8e8d7a9: Download complete [2020-10-16T18:59:20.623Z] 7f8258a56ab6: Pull complete [2020-10-16T18:59:20.623Z] 75a0a0ebb566: Pull complete [2020-10-16T18:59:20.896Z] 4a2c62f0a2a3: Pull complete [2020-10-16T18:59:21.494Z] 294320357d30: Pull complete [2020-10-16T18:59:21.494Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-16T18:59:21.494Z] Status: Downloaded newer image for docker:latest [2020-10-16T18:59:23.909Z] e871e8e8d7a9: Pull complete [2020-10-16T18:59:23.909Z] e73272ec9a57: Pull complete [2020-10-16T18:59:23.909Z] 1e910a182e73: Pull complete [2020-10-16T18:59:26.913Z] ---> 84ac340199a7 [2020-10-16T18:59:26.913Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-16T18:59:27.187Z] ---> Running in 48eec3f43a8b [2020-10-16T18:59:27.788Z] Removing intermediate container 48eec3f43a8b [2020-10-16T18:59:27.788Z] ---> e8883e1697b5 [2020-10-16T18:59:27.788Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-16T18:59:27.788Z] ---> Running in 9560472eeb8d [2020-10-16T18:59:28.154Z] 4e634b169226: Pull complete [2020-10-16T18:59:28.154Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-16T18:59:28.154Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-16T18:59:28.154Z] ---> f7629b54cfaa [2020-10-16T18:59:28.154Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-16T18:59:28.416Z] latest: Pulling from library/docker [2020-10-16T18:59:28.683Z] df20fa9351a1: Already exists [2020-10-16T18:59:28.683Z] 25ad7478873d: Pulling fs layer [2020-10-16T18:59:28.683Z] 4684f6177b5d: Pulling fs layer [2020-10-16T18:59:28.683Z] 8ba584e970af: Pulling fs layer [2020-10-16T18:59:28.683Z] 3cdc74d2b06d: Pulling fs layer [2020-10-16T18:59:28.683Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-16T18:59:28.683Z] fca0ccc462d5: Pulling fs layer [2020-10-16T18:59:28.683Z] 3cdc74d2b06d: Waiting [2020-10-16T18:59:28.683Z] 4cf5a0d07c1f: Waiting [2020-10-16T18:59:28.683Z] fca0ccc462d5: Waiting [2020-10-16T18:59:28.683Z] 4684f6177b5d: Verifying Checksum [2020-10-16T18:59:28.683Z] 4684f6177b5d: Download complete [2020-10-16T18:59:28.683Z] 25ad7478873d: Verifying Checksum [2020-10-16T18:59:28.683Z] 25ad7478873d: Download complete [2020-10-16T18:59:28.962Z] 3cdc74d2b06d: Verifying Checksum [2020-10-16T18:59:28.962Z] 3cdc74d2b06d: Download complete [2020-10-16T18:59:28.962Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-16T18:59:28.962Z] 4cf5a0d07c1f: Download complete [2020-10-16T18:59:28.962Z] fca0ccc462d5: Verifying Checksum [2020-10-16T18:59:28.962Z] fca0ccc462d5: Download complete [2020-10-16T18:59:29.230Z] 25ad7478873d: Pull complete [2020-10-16T18:59:29.230Z] 4684f6177b5d: Pull complete [2020-10-16T18:59:29.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T18:59:29.809Z] 8ba584e970af: Verifying Checksum [2020-10-16T18:59:29.809Z] 8ba584e970af: Download complete [2020-10-16T18:59:30.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T18:59:31.016Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-16T18:59:31.016Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-16T18:59:31.016Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-16T18:59:31.291Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-16T18:59:31.291Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-16T18:59:31.291Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T18:59:31.291Z] OK: 144 MiB in 44 packages [2020-10-16T18:59:32.384Z] 8ba584e970af: Pull complete [2020-10-16T18:59:32.384Z] 3cdc74d2b06d: Pull complete [2020-10-16T18:59:32.384Z] 4cf5a0d07c1f: Pull complete [2020-10-16T18:59:32.384Z] fca0ccc462d5: Pull complete [2020-10-16T18:59:32.384Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-16T18:59:32.384Z] Status: Downloaded newer image for docker:latest [2020-10-16T18:59:32.758Z] Removing intermediate container 9560472eeb8d [2020-10-16T18:59:32.758Z] ---> efde30589a37 [2020-10-16T18:59:32.758Z] Step 6/8 : WORKDIR /build [2020-10-16T18:59:33.032Z] ---> Running in 09e8e0f1c049 [2020-10-16T18:59:33.629Z] Removing intermediate container 09e8e0f1c049 [2020-10-16T18:59:33.629Z] ---> ba5a5609bc39 [2020-10-16T18:59:33.629Z] Step 7/8 : COPY go.mod . [2020-10-16T18:59:33.783Z] ---> bfa7995935b8 [2020-10-16T18:59:33.783Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-16T18:59:34.046Z] ---> Running in ac5574014097 [2020-10-16T18:59:34.046Z] Removing intermediate container ac5574014097 [2020-10-16T18:59:34.046Z] ---> e3124ae194e6 [2020-10-16T18:59:34.046Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-16T18:59:34.223Z] ---> b17371d792a0 [2020-10-16T18:59:34.223Z] Step 8/8 : RUN go mod download [2020-10-16T18:59:34.223Z] ---> Running in f21268ecbfb3 [2020-10-16T18:59:34.312Z] ---> Running in 29469d341679 [2020-10-16T18:59:34.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T18:59:35.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T18:59:36.415Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-16T18:59:36.415Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-16T18:59:36.415Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-16T18:59:36.415Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-16T18:59:36.679Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-16T18:59:36.679Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T18:59:36.679Z] OK: 167 MiB in 44 packages [2020-10-16T18:59:37.253Z] Removing intermediate container 29469d341679 [2020-10-16T18:59:37.253Z] ---> 87fbc7e6ffcb [2020-10-16T18:59:37.253Z] Step 6/8 : WORKDIR /build [2020-10-16T18:59:37.515Z] ---> Running in 7c29ca878254 [2020-10-16T18:59:37.515Z] Removing intermediate container 7c29ca878254 [2020-10-16T18:59:37.515Z] ---> 9a1e50549576 [2020-10-16T18:59:37.515Z] Step 7/8 : COPY go.mod . [2020-10-16T18:59:37.779Z] ---> 98114b4fa98a [2020-10-16T18:59:37.779Z] Step 8/8 : RUN go mod download [2020-10-16T18:59:37.779Z] ---> Running in 77d9d17ec6b3 [2020-10-16T19:00:04.447Z] Removing intermediate container 77d9d17ec6b3 [2020-10-16T19:00:04.447Z] ---> 7a8df39d8e33 [2020-10-16T19:00:04.447Z] Successfully built 7a8df39d8e33 [2020-10-16T19:00:04.447Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T19:00:04.815Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-16T19:00:04.816Z] . [Pipeline] withDockerContainer [2020-10-16T19:00:04.923Z] prd-centos7-docker-4c-2g-5941 does not seem to be running inside a container [2020-10-16T19:00:04.982Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-16T19:00:05.810Z] $ docker top d787692686c601534e25fd067a4f92a02d598927c679cc9824f9c8cf26ed5a11 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T19:00:06.319Z] + go version [2020-10-16T19:00:06.319Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-16T19:00:06.334Z] $ docker stop --time=1 d787692686c601534e25fd067a4f92a02d598927c679cc9824f9c8cf26ed5a11 [2020-10-16T19:00:06.569Z] Removing intermediate container f21268ecbfb3 [2020-10-16T19:00:06.569Z] ---> b64adad55c1a [2020-10-16T19:00:06.569Z] Successfully built b64adad55c1a [2020-10-16T19:00:06.569Z] Successfully tagged ci-base-image-arm64:latest [2020-10-16T19:00:07.677Z] $ docker rm -f d787692686c601534e25fd067a4f92a02d598927c679cc9824f9c8cf26ed5a11 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T19:00:08.352Z] + docker inspect -f . ci-base-image-arm64 [2020-10-16T19:00:08.352Z] . [Pipeline] withDockerContainer [2020-10-16T19:00:08.506Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-16T19:00:08.506Z] . [2020-10-16T19:00:08.625Z] prd-ubuntu18.04-docker-arm64-4c-16g-5940 does not seem to be running inside a container [2020-10-16T19:00:08.708Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@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 ******** ci-base-image-arm64 cat [2020-10-16T19:00:10.666Z] $ docker top 5f1bbf9e64df6be5520ff9e7fbf526a1ab30d69298d5cc98ddccd1282a0f000e -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2020-10-16T19:00:11.186Z] prd-centos7-docker-4c-2g-5941 does not seem to be running inside a container [2020-10-16T19:00:11.236Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-16T19:00:11.892Z] $ docker top 2ae26139eab99dcd3fa5ff2580788c1ca9ea1c5f7cfc98eb40ccf0a13f50b793 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-10-16T19:00:12.458Z] + make test [2020-10-16T19:00:12.458Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-16T19:00:13.136Z] + go version [2020-10-16T19:00:13.136Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-16T19:00:13.163Z] $ docker stop --time=1 5f1bbf9e64df6be5520ff9e7fbf526a1ab30d69298d5cc98ddccd1282a0f000e [2020-10-16T19:00:14.396Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-10-16T19:00:15.102Z] $ docker rm -f 5f1bbf9e64df6be5520ff9e7fbf526a1ab30d69298d5cc98ddccd1282a0f000e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T19:00:16.095Z] + docker inspect -f . ci-base-image-arm64 [2020-10-16T19:00:16.095Z] . [Pipeline] withDockerContainer [2020-10-16T19:00:16.369Z] prd-ubuntu18.04-docker-arm64-4c-16g-5940 does not seem to be running inside a container [2020-10-16T19:00:16.458Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@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 ******** ci-base-image-arm64 cat [2020-10-16T19:00:18.200Z] $ docker top 8bf9f4c983dcfbc8e8b728b30bffad335b379edcfd64dfc01b4aaa170c179d31 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T19:00:19.559Z] + make test [2020-10-16T19:00:19.559Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-16T19:00:20.991Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-10-16T19:00:21.504Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.096s coverage: 86.2% of statements [2020-10-16T19:00:36.561Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.031s coverage: 51.7% of statements [2020-10-16T19:00:36.561Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-10-16T19:00:36.561Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-10-16T19:00:36.561Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.028s coverage: 54.7% of statements [2020-10-16T19:00:36.561Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-10-16T19:00:36.561Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.228s coverage: 69.1% of statements [2020-10-16T19:00:43.258Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.085s coverage: 86.2% of statements [2020-10-16T19:00:51.506Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.515s coverage: 61.6% of statements [2020-10-16T19:00:51.506Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.006s coverage: 89.5% of statements [2020-10-16T19:00:51.506Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.006s coverage: 100.0% of statements [2020-10-16T19:00:51.506Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.059s coverage: 100.0% of statements [2020-10-16T19:00:51.506Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements [2020-10-16T19:00:51.506Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements [2020-10-16T19:00:51.506Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-10-16T19:00:51.506Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-10-16T19:00:51.506Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-10-16T19:00:51.506Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-10-16T19:00:51.506Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-10-16T19:00:51.506Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-10-16T19:00:51.506Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2020-10-16T19:00:51.506Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.005s coverage: 96.6% of statements [2020-10-16T19:00:51.506Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-10-16T19:00:51.506Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.005s coverage: 97.7% of statements [2020-10-16T19:00:51.506Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-10-16T19:00:51.506Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-10-16T19:00:51.506Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.008s coverage: 9.4% of statements [2020-10-16T19:00:51.506Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.007s coverage: 75.0% of statements [2020-10-16T19:00:51.506Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-10-16T19:00:51.506Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.011s coverage: 89.7% of statements [2020-10-16T19:00:51.506Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.009s coverage: 88.9% of statements [2020-10-16T19:00:51.506Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.098s coverage: 80.5% of statements [2020-10-16T19:00:51.506Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.006s coverage: 71.7% of statements [2020-10-16T19:01:06.451Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.031s coverage: 70.8% of statements [2020-10-16T19:01:06.451Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.006s coverage: 94.4% of statements [2020-10-16T19:01:06.451Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-10-16T19:01:09.850Z] gofmt -l . [2020-10-16T19:01:10.113Z] [ "`gofmt -l .`" = "" ] [2020-10-16T19:01:10.113Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-16T19:01:11.089Z] Stashed 1 file(s) [Pipeline] } [2020-10-16T19:01:11.105Z] $ docker stop --time=1 2ae26139eab99dcd3fa5ff2580788c1ca9ea1c5f7cfc98eb40ccf0a13f50b793 [2020-10-16T19:01:12.970Z] $ docker rm -f 2ae26139eab99dcd3fa5ff2580788c1ca9ea1c5f7cfc98eb40ccf0a13f50b793 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-16T19:01:22.372Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.068s coverage: 51.7% of statements [2020-10-16T19:01:22.372Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-10-16T19:01:22.372Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-10-16T19:01:22.372Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.125s coverage: 54.7% of statements [2020-10-16T19:01:22.372Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-10-16T19:01:22.372Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.317s coverage: 69.1% of statements [2020-10-16T19:01:32.668Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.515s coverage: 61.6% of statements [2020-10-16T19:01:32.669Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.013s coverage: 89.5% of statements [2020-10-16T19:01:32.669Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.013s coverage: 100.0% of statements [2020-10-16T19:01:32.669Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.249s coverage: 100.0% of statements [2020-10-16T19:01:32.669Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.011s coverage: 100.0% of statements [2020-10-16T19:01:32.669Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.011s coverage: 100.0% of statements [2020-10-16T19:01:32.669Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-10-16T19:01:32.669Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-10-16T19:01:32.669Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-10-16T19:01:32.669Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-10-16T19:01:32.669Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-10-16T19:01:32.669Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-10-16T19:01:32.669Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2020-10-16T19:01:32.669Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.015s coverage: 96.6% of statements [2020-10-16T19:01:32.669Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-10-16T19:01:32.669Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.010s coverage: 97.7% of statements [2020-10-16T19:01:32.669Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-10-16T19:01:32.669Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-10-16T19:01:32.669Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.022s coverage: 9.4% of statements [2020-10-16T19:01:33.701Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.048s coverage: 75.0% of statements [2020-10-16T19:01:33.701Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-10-16T19:01:33.701Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.041s coverage: 89.7% of statements [2020-10-16T19:01:33.701Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.022s coverage: 88.9% of statements [2020-10-16T19:01:33.701Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.120s coverage: 80.5% of statements [2020-10-16T19:01:33.701Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.019s coverage: 71.7% of statements [2020-10-16T19:02:00.844Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.061s coverage: 70.8% of statements [2020-10-16T19:02:00.845Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.013s coverage: 94.4% of statements [2020-10-16T19:02:00.845Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-10-16T19:02:11.248Z] gofmt -l . [2020-10-16T19:02:11.524Z] [ "`gofmt -l .`" = "" ] [2020-10-16T19:02:12.125Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-16T19:02:12.753Z] Warning: overwriting stash ‘coverage-report’ [2020-10-16T19:02:13.527Z] Stashed 1 file(s) [Pipeline] } [2020-10-16T19:02:13.535Z] $ docker stop --time=1 8bf9f4c983dcfbc8e8b728b30bffad335b379edcfd64dfc01b4aaa170c179d31 [2020-10-16T19:02:15.680Z] $ docker rm -f 8bf9f4c983dcfbc8e8b728b30bffad335b379edcfd64dfc01b4aaa170c179d31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-10-16T19:02:18.344Z] provisioning config files... [2020-10-16T19:02:18.355Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-546@tmp/config3260596619383780883tmp [Pipeline] { [Pipeline] sh [2020-10-16T19:02:18.735Z] + set +x [2020-10-16T19:02:18.736Z] + bash -s -- [2020-10-16T19:02:18.736Z] + curl -s https://codecov.io/bash [2020-10-16T19:02:18.998Z] [2020-10-16T19:02:18.998Z] _____ _ [2020-10-16T19:02:18.998Z] / ____| | | [2020-10-16T19:02:18.998Z] | | ___ __| | ___ ___ _____ __ [2020-10-16T19:02:18.998Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-16T19:02:18.998Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-16T19:02:18.998Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-16T19:02:18.998Z] Bash-20201009-048fee3 [2020-10-16T19:02:18.998Z] [2020-10-16T19:02:18.998Z] [2020-10-16T19:02:18.998Z] ==> Jenkins CI detected. [2020-10-16T19:02:18.998Z] project root: . [2020-10-16T19:02:18.998Z] Fixing merge commit SHA [2020-10-16T19:02:18.998Z] --> token set from env [2020-10-16T19:02:18.998Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-16T19:02:18.998Z] ==> Running gcov in . (disable via -X gcov) [2020-10-16T19:02:18.998Z] ==> Python coveragepy not found [2020-10-16T19:02:18.998Z] ==> Searching for coverage reports in: [2020-10-16T19:02:18.998Z] + . [2020-10-16T19:02:18.998Z] -> Found 1 reports [2020-10-16T19:02:18.998Z] ==> Detecting git/mercurial file structure [2020-10-16T19:02:18.998Z] ==> Reading reports [2020-10-16T19:02:18.998Z] + ./coverage.out bytes=90014 [2020-10-16T19:02:18.998Z] ==> Appending adjustments [2020-10-16T19:02:18.998Z] https://docs.codecov.io/docs/fixing-reports [2020-10-16T19:02:19.571Z] + Found adjustments [2020-10-16T19:02:19.571Z] ==> Gzipping contents [2020-10-16T19:02:19.571Z] ==> Uploading reports [2020-10-16T19:02:19.571Z] url: https://codecov.io [2020-10-16T19:02:19.571Z] query: branch=PR-546&commit=529345aa9c10a5d9fc2a9250aa6cc99807adb22e&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-546%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=546&job=&cmd_args= [2020-10-16T19:02:19.571Z] -> Pinging Codecov [2020-10-16T19:02:19.571Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-546&commit=529345aa9c10a5d9fc2a9250aa6cc99807adb22e&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-546%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=546&job=&cmd_args= [2020-10-16T19:02:19.834Z] -> Uploading to [2020-10-16T19:02:19.834Z] [2020-10-16T19:02:19.834Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T19:02:19.834Z] Dload Upload Total Spent Left Speed [2020-10-16T19:02:19.834Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-16T19:02:19.834Z] X> Failed to upload [2020-10-16T19:02:19.834Z] ==> Uploading to Codecov [2020-10-16T19:02:19.834Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T19:02:19.834Z] Dload Upload Total Spent Left Speed [2020-10-16T19:02:21.798Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15992 0 0 100 15992 0 13619 0:00:01 0:00:01 --:--:-- 13610 99 16109 0 0 100 15992 0 7489 0:00:02 0:00:02 --:--:-- 7486 100 16109 100 117 100 15992 54 7488 0:00:02 0:00:02 --:--:-- 7486 [2020-10-16T19:02:21.798Z] View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/529345aa9c10a5d9fc2a9250aa6cc99807adb22e [Pipeline] } [2020-10-16T19:02:21.807Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (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 [2020-10-16T19:02:25.479Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T19:02:26.054Z] ---> package-listing.sh [2020-10-16T19:02:26.054Z] ++ facter osfamily [2020-10-16T19:02:26.054Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-16T19:02:26.054Z] + OS_FAMILY=redhat [2020-10-16T19:02:26.054Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-546 [2020-10-16T19:02:26.054Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-16T19:02:26.054Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-16T19:02:26.054Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-16T19:02:26.054Z] + PACKAGES=/tmp/packages_start.txt [2020-10-16T19:02:26.054Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-546 ']' [2020-10-16T19:02:26.054Z] + PACKAGES=/tmp/packages_end.txt [2020-10-16T19:02:26.054Z] + case "${OS_FAMILY}" in [2020-10-16T19:02:26.054Z] + rpm -qa [2020-10-16T19:02:26.054Z] + sort [2020-10-16T19:02:30.280Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-16T19:02:30.280Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-16T19:02:30.280Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-16T19:02:30.280Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-546 ']' [2020-10-16T19:02:30.280Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-546/archives/ [2020-10-16T19:02:30.280Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-546/archives/ [Pipeline] echo [2020-10-16T19:02:30.294Z] 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-546/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-16T19:02:30.584Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-16T19:02:30.889Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T19:02:30.889Z] [2020-10-16T19:02:30.889Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-16T19:02:31.238Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T19:02:31.238Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-16T19:02:31.238Z] df20fa9351a1: Pulling fs layer [2020-10-16T19:02:31.238Z] 36b3adc4ff6f: Pulling fs layer [2020-10-16T19:02:31.238Z] 8ad3a11d3b57: Pulling fs layer [2020-10-16T19:02:31.238Z] 46f8f816bc3b: Pulling fs layer [2020-10-16T19:02:31.238Z] 93b61091891f: Pulling fs layer [2020-10-16T19:02:31.238Z] 93b9cdb0e59b: Pulling fs layer [2020-10-16T19:02:31.238Z] 5e14af77c1be: Pulling fs layer [2020-10-16T19:02:31.238Z] 01666e4c0597: Pulling fs layer [2020-10-16T19:02:31.238Z] aa168da1d23b: Pulling fs layer [2020-10-16T19:02:31.238Z] 93b61091891f: Waiting [2020-10-16T19:02:31.238Z] 93b9cdb0e59b: Waiting [2020-10-16T19:02:31.238Z] 5e14af77c1be: Waiting [2020-10-16T19:02:31.238Z] 01666e4c0597: Waiting [2020-10-16T19:02:31.238Z] aa168da1d23b: Waiting [2020-10-16T19:02:31.238Z] 46f8f816bc3b: Waiting [2020-10-16T19:02:31.238Z] 36b3adc4ff6f: Download complete [2020-10-16T19:02:31.238Z] 46f8f816bc3b: Verifying Checksum [2020-10-16T19:02:31.238Z] 46f8f816bc3b: Download complete [2020-10-16T19:02:31.499Z] df20fa9351a1: Verifying Checksum [2020-10-16T19:02:31.499Z] df20fa9351a1: Download complete [2020-10-16T19:02:31.499Z] 93b9cdb0e59b: Verifying Checksum [2020-10-16T19:02:31.499Z] 93b9cdb0e59b: Download complete [2020-10-16T19:02:31.499Z] 5e14af77c1be: Verifying Checksum [2020-10-16T19:02:31.499Z] 5e14af77c1be: Download complete [2020-10-16T19:02:31.499Z] 93b61091891f: Verifying Checksum [2020-10-16T19:02:31.499Z] 93b61091891f: Download complete [2020-10-16T19:02:31.499Z] 01666e4c0597: Verifying Checksum [2020-10-16T19:02:31.499Z] 01666e4c0597: Download complete [2020-10-16T19:02:31.760Z] df20fa9351a1: Pull complete [2020-10-16T19:02:31.760Z] 36b3adc4ff6f: Pull complete [2020-10-16T19:02:32.030Z] 8ad3a11d3b57: Verifying Checksum [2020-10-16T19:02:32.030Z] 8ad3a11d3b57: Download complete [2020-10-16T19:02:32.992Z] 8ad3a11d3b57: Pull complete [2020-10-16T19:02:32.992Z] 46f8f816bc3b: Pull complete [2020-10-16T19:02:33.571Z] 93b61091891f: Pull complete [2020-10-16T19:02:33.571Z] 93b9cdb0e59b: Pull complete [2020-10-16T19:02:33.833Z] 5e14af77c1be: Pull complete [2020-10-16T19:02:33.833Z] aa168da1d23b: Download complete [2020-10-16T19:02:33.833Z] 01666e4c0597: Pull complete [2020-10-16T19:02:40.445Z] aa168da1d23b: Pull complete [2020-10-16T19:02:40.445Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-16T19:02:40.445Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T19:02:40.445Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-16T19:02:40.598Z] prd-centos7-docker-4c-2g-5937 does not seem to be running inside a container [2020-10-16T19:02:40.646Z] $ 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-546/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-546 -v /w/workspace/ndry_app-functions-sdk-go_PR-546:/w/workspace/ndry_app-functions-sdk-go_PR-546:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-546@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-546@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-16T19:02:47.961Z] $ docker top 845e7d216b02e1e2db1cfff63101accb600dabe277655339fbcef2141a9542aa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T19:02:48.578Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-16T19:02:48.876Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-16T19:02:49.174Z] + ls /var/log/sa-host [2020-10-16T19:02:49.174Z] + sadf -c /var/log/sa-host/sa05 [2020-10-16T19:02:49.174Z] file_magic: OK [2020-10-16T19:02:49.174Z] HZ: Using current value: 100 [2020-10-16T19:02:49.174Z] file_header: OK [2020-10-16T19:02:49.174Z] 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 [2020-10-16T19:02:49.174Z] Statistics: [2020-10-16T19:02:49.174Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-16T19:02:49.174Z] File successfully converted to sysstat format version 12.2.1 [2020-10-16T19:02:49.174Z] + sadf -c /var/log/sa-host/sa16 [2020-10-16T19:02:49.174Z] file_magic: OK [2020-10-16T19:02:49.174Z] HZ: Using current value: 100 [2020-10-16T19:02:49.174Z] file_header: OK [2020-10-16T19:02:49.174Z] 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 [2020-10-16T19:02:49.174Z] Statistics: [2020-10-16T19:02:49.174Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-16T19:02:49.174Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-16T19:02:49.375Z] provisioning config files... [2020-10-16T19:02:49.396Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-546@tmp/config7112075764970384483tmp [Pipeline] { [Pipeline] echo [2020-10-16T19:02:49.485Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T19:02:49.782Z] ---> create-netrc.sh [Pipeline] } [2020-10-16T19:02:49.792Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-16T19:02:49.945Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T19:02:50.241Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-16T19:02:50.252Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T19:02:50.547Z] ---> sudo-logs.sh [2020-10-16T19:02:50.547Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-16T19:02:50.558Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T19:02:50.855Z] ---> job-cost.sh [2020-10-16T19:02:50.855Z] lf-activate-venv: SKIPPING [2020-10-16T19:02:50.855Z] INFO: No Stack... [2020-10-16T19:02:51.800Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-16T19:02:52.373Z] INFO: Archiving Costs [Pipeline] echo [2020-10-16T19:02:52.387Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T19:02:52.684Z] ---> logs-deploy.sh [2020-10-16T19:02:52.684Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-546/4 [2020-10-16T19:02:52.684Z] INFO: archiving workspace using pattern(s): [2020-10-16T19:02:54.604Z] Archives upload complete. [2020-10-16T19:02:54.604Z] INFO: archiving logs to Nexus