Pull request #675 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 041d33578a02096fd60fe809fc76503cd279aeea+583298e4aa671ff36305015a0780c544e6ee2721 (e0e4d59dbe8640b26ade41bf419303c5313817cc) 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25578 in /w/workspace/ndry_app-functions-sdk-go_PR-675 [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-675 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 583298e4aa671ff36305015a0780c544e6ee2721 into PR head commit 041d33578a02096fd60fe809fc76503cd279aeea Merge succeeded, producing 041d33578a02096fd60fe809fc76503cd279aeea Checking out Revision 041d33578a02096fd60fe809fc76503cd279aeea (PR-675) > 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/675/head:refs/remotes/origin/PR-675 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 041d33578a02096fd60fe809fc76503cd279aeea # 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 583298e4aa671ff36305015a0780c544e6ee2721 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 041d33578a02096fd60fe809fc76503cd279aeea # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git rev-list --no-walk cf352134e6fb04f62c0d45d1556c44c8c59cae64 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-08T16:12:47.030Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-08T16:12:47.333Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-08T16:12:47.430Z] ========================================================= [2021-02-08T16:12:47.430Z] EdgeX Global Pipelines Version Info [2021-02-08T16:12:47.430Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:12:49.018Z] ------------------- [2021-02-08T16:12:49.018Z] stable info: [2021-02-08T16:12:49.018Z] ------------------- [2021-02-08T16:12:49.018Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-08T16:12:49.018Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-08T16:12:49.018Z] Message: update stable to v1.0.179 [2021-02-08T16:12:49.967Z] ------------------- [2021-02-08T16:12:49.967Z] experimental info: [2021-02-08T16:12:49.967Z] ------------------- [2021-02-08T16:12:49.967Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-08T16:12:49.967Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-08T16:12:49.967Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-08T16:12:50.372Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-02-08T16:12:50.472Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-02-08T16:12:50.564Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-08T16:12:50.693Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-08T16:12:50.782Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-08T16:12:50.882Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-08T16:12:50.987Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-08T16:12:51.084Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-08T16:12:51.181Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-08T16:12:51.280Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-08T16:12:51.365Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-08T16:12:51.461Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-02-08T16:12:51.560Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-08T16:12:51.687Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-08T16:12:51.779Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-08T16:12:51.864Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-08T16:12:51.950Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-08T16:12:52.033Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-08T16:12:52.130Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-08T16:12:52.231Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-08T16:12:52.317Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-08T16:12:52.412Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-02-08T16:12:52.498Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-08T16:12:52.635Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-08T16:12:52.719Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-08T16:12:52.810Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-08T16:12:52.900Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-08T16:12:52.983Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-675 [Pipeline] echo [2021-02-08T16:12:53.085Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-675 [Pipeline] echo [2021-02-08T16:12:53.170Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-675 [Pipeline] echo [2021-02-08T16:12:53.256Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 041d33578a02096fd60fe809fc76503cd279aeea [Pipeline] echo [2021-02-08T16:12:53.402Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 041d335 [Pipeline] echo [2021-02-08T16:12:53.488Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-08T16:12:54.160Z] + git log --format=format:%s -1 041d33578a02096fd60fe809fc76503cd279aeea [Pipeline] echo [2021-02-08T16:12:54.231Z] GIT_COMMIT: 041d33578a02096fd60fe809fc76503cd279aeea, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo [2021-02-08T16:12:54.298Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:12:54.903Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T16:12:55.167Z] [2021-02-08T16:12:55.167Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:12:55.522Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T16:12:55.522Z] latest: Pulling from edgex-devops/git-semver [2021-02-08T16:12:55.522Z] 31603596830f: Pulling fs layer [2021-02-08T16:12:55.522Z] 2a8b12db71e7: Pulling fs layer [2021-02-08T16:12:55.522Z] 6ca5941a6612: Pulling fs layer [2021-02-08T16:12:55.522Z] ecc8261a40a4: Pulling fs layer [2021-02-08T16:12:55.522Z] ecc8261a40a4: Waiting [2021-02-08T16:12:55.522Z] 2a8b12db71e7: Verifying Checksum [2021-02-08T16:12:55.522Z] 2a8b12db71e7: Download complete [2021-02-08T16:12:55.785Z] 31603596830f: Download complete [2021-02-08T16:12:55.785Z] ecc8261a40a4: Verifying Checksum [2021-02-08T16:12:55.785Z] ecc8261a40a4: Download complete [2021-02-08T16:12:55.785Z] 6ca5941a6612: Verifying Checksum [2021-02-08T16:12:55.785Z] 6ca5941a6612: Download complete [2021-02-08T16:12:56.053Z] 31603596830f: Pull complete [2021-02-08T16:12:56.316Z] 2a8b12db71e7: Pull complete [2021-02-08T16:12:57.280Z] 6ca5941a6612: Pull complete [2021-02-08T16:12:57.542Z] ecc8261a40a4: Pull complete [2021-02-08T16:12:57.542Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-08T16:12:57.542Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-08T16:12:57.542Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-08T16:12:57.698Z] prd-centos7-docker-4c-2g-25578 does not seem to be running inside a container [2021-02-08T16:12:57.783Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-675 -v /w/workspace/ndry_app-functions-sdk-go_PR-675:/w/workspace/ndry_app-functions-sdk-go_PR-675:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-675@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-675@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:10004/edgex-devops/git-semver:latest cat [2021-02-08T16:13:00.457Z] $ docker top 642cadb1861e1139d85582031e38d4fb64bec4f57cd43c4d6aff3905fdc1d856 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-08T16:13:00.861Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T16:13:00.861Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T16:13:01.169Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T16:13:01.175Z] $ docker exec 642cadb1861e1139d85582031e38d4fb64bec4f57cd43c4d6aff3905fdc1d856 ssh-agent [2021-02-08T16:13:01.377Z] SSH_AUTH_SOCK=/tmp/ssh-hhjyYf1xkclQ/agent.12 [2021-02-08T16:13:01.377Z] SSH_AGENT_PID=17 [2021-02-08T16:13:01.400Z] Running ssh-add (command line suppressed) [2021-02-08T16:13:01.543Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-675@tmp/private_key_6615356054391092958.key (/w/workspace/ndry_app-functions-sdk-go_PR-675@tmp/private_key_6615356054391092958.key) [2021-02-08T16:13:01.610Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T16:13:01.971Z] + git tag --points-at HEAD [Pipeline] } [2021-02-08T16:13:01.998Z] $ docker exec --env ******** --env ******** 642cadb1861e1139d85582031e38d4fb64bec4f57cd43c4d6aff3905fdc1d856 ssh-agent -k [2021-02-08T16:13:02.134Z] unset SSH_AUTH_SOCK; [2021-02-08T16:13:02.134Z] unset SSH_AGENT_PID; [2021-02-08T16:13:02.134Z] echo Agent pid 17 killed; [2021-02-08T16:13:02.191Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-08T16:13:02.351Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-08T16:13:02.351Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-08T16:13:02.555Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-08T16:13:02.560Z] $ docker exec 642cadb1861e1139d85582031e38d4fb64bec4f57cd43c4d6aff3905fdc1d856 ssh-agent [2021-02-08T16:13:02.742Z] SSH_AUTH_SOCK=/tmp/ssh-YCXOgrdA4bem/agent.47 [2021-02-08T16:13:02.742Z] SSH_AGENT_PID=53 [2021-02-08T16:13:02.759Z] Running ssh-add (command line suppressed) [2021-02-08T16:13:02.916Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-675@tmp/private_key_5383242858405380988.key (/w/workspace/ndry_app-functions-sdk-go_PR-675@tmp/private_key_5383242858405380988.key) [2021-02-08T16:13:02.971Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-08T16:13:03.317Z] + git semver init [2021-02-08T16:13:03.317Z] # -> Open(): unable to determine branch for HEAD [2021-02-08T16:13:03.317Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-675/.git [2021-02-08T16:13:03.317Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-675 [2021-02-08T16:13:03.317Z] # $SEMVER_REMOTE_NAME = origin [2021-02-08T16:13:03.317Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-08T16:13:03.317Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-08T16:13:03.317Z] # $SEMVER_BRANCH = PR-675 [2021-02-08T16:13:03.317Z] # $SEMVER_TEMP = /tmp/semver-697484317 [2021-02-08T16:13:03.318Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-02-08T16:13:07.594Z] # '/tmp/semver-697484317' -> '/w/workspace/ndry_app-functions-sdk-go_PR-675/.semver' [2021-02-08T16:13:07.594Z] # -> Force: false [2021-02-08T16:13:07.594Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-675/.semver [Pipeline] } [2021-02-08T16:13:07.611Z] $ docker exec --env ******** --env ******** 642cadb1861e1139d85582031e38d4fb64bec4f57cd43c4d6aff3905fdc1d856 ssh-agent -k [2021-02-08T16:13:07.740Z] unset SSH_AUTH_SOCK; [2021-02-08T16:13:07.741Z] unset SSH_AGENT_PID; [2021-02-08T16:13:07.742Z] echo Agent pid 53 killed; [2021-02-08T16:13:07.801Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-08T16:13:08.303Z] + git semver [Pipeline] } [2021-02-08T16:13:08.328Z] $ docker stop --time=1 642cadb1861e1139d85582031e38d4fb64bec4f57cd43c4d6aff3905fdc1d856 [2021-02-08T16:13:09.866Z] $ docker rm -f 642cadb1861e1139d85582031e38d4fb64bec4f57cd43c4d6aff3905fdc1d856 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-08T16:13:10.379Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-08T16:13:11.111Z] Stashed 1 file(s) [Pipeline] echo [2021-02-08T16:13:11.114Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-02-08T16:13:26.699Z] Still waiting to schedule task [2021-02-08T16:13:26.699Z] ‘prd-centos7-blackbox-4c-2g-25321’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-25580’ is offline; ‘prd-centos7-docker-4c-2g-25583’ is offline; ‘prd-centos7-docker-4c-2g-25584’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-25581’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-02-08T16:13:26.701Z] Still waiting to schedule task [2021-02-08T16:13:26.701Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-25581’ is offline [2021-02-08T16:14:27.661Z] Running on prd-centos7-docker-4c-2g-25585 in /w/workspace/ndry_app-functions-sdk-go_PR-675 [Pipeline] { [Pipeline] ws [2021-02-08T16:14:27.718Z] Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-02-08T16:14:30.262Z] using credential edgex-jenkins-ssh [2021-02-08T16:14:30.408Z] Cloning the remote Git repository [2021-02-08T16:14:30.441Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-08T16:14:30.512Z] > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 [2021-02-08T16:14:30.574Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-08T16:14:30.574Z] > git --version # timeout=10 [2021-02-08T16:14:30.581Z] > git --version # 'git version 2.24.3' [2021-02-08T16:14:30.581Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T16:14:30.613Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T16:14:32.062Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-08T16:14:32.071Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T16:14:32.082Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-08T16:14:32.095Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-08T16:14:32.095Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T16:14:32.099Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/675/head:refs/remotes/origin/PR-675 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-08T16:14:32.547Z] Merging remotes/origin/master commit 583298e4aa671ff36305015a0780c544e6ee2721 into PR head commit 041d33578a02096fd60fe809fc76503cd279aeea [2021-02-08T16:14:32.644Z] Merge succeeded, producing 041d33578a02096fd60fe809fc76503cd279aeea [2021-02-08T16:14:32.645Z] Checking out Revision 041d33578a02096fd60fe809fc76503cd279aeea (PR-675) [2021-02-08T16:14:32.557Z] > git config core.sparsecheckout # timeout=10 [2021-02-08T16:14:32.563Z] > git checkout -f 041d33578a02096fd60fe809fc76503cd279aeea # timeout=10 [2021-02-08T16:14:32.610Z] > git remote # timeout=10 [2021-02-08T16:14:32.616Z] > git config --get remote.origin.url # timeout=10 [2021-02-08T16:14:32.624Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T16:14:32.628Z] > git merge 583298e4aa671ff36305015a0780c544e6ee2721 # timeout=10 [2021-02-08T16:14:32.639Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-08T16:14:32.648Z] > git config core.sparsecheckout # timeout=10 [2021-02-08T16:14:32.652Z] > git checkout -f 041d33578a02096fd60fe809fc76503cd279aeea # timeout=10 [2021-02-08T16:14:36.345Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-08T16:14:37.526Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-08T16:14:37.857Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-08T16:14:38.154Z] + true [2021-02-08T16:14:38.154Z] + sudo service docker restart [2021-02-08T16:14:38.154Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-08T16:14:39.726Z] ========================================================= [2021-02-08T16:14:39.726Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-08T16:14:39.726Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:14:40.076Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-08T16:14:40.650Z] Sending build context to Docker daemon 19.11MB [2021-02-08T16:14:40.650Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-08T16:14:40.650Z] Step 2/8 : FROM ${BASE} [2021-02-08T16:14:40.650Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-08T16:14:40.650Z] 188c0c94c7c5: Pulling fs layer [2021-02-08T16:14:40.650Z] 0ef7d3d256c8: Pulling fs layer [2021-02-08T16:14:40.650Z] de9db76c5a1d: Pulling fs layer [2021-02-08T16:14:40.650Z] bca2f99d35d6: Pulling fs layer [2021-02-08T16:14:40.650Z] 93359f2a8cfa: Pulling fs layer [2021-02-08T16:14:40.650Z] 7c6f9722023f: Pulling fs layer [2021-02-08T16:14:40.650Z] a35cf1a2eb13: Pulling fs layer [2021-02-08T16:14:40.650Z] bca2f99d35d6: Waiting [2021-02-08T16:14:40.650Z] 93359f2a8cfa: Waiting [2021-02-08T16:14:40.650Z] 7c6f9722023f: Waiting [2021-02-08T16:14:40.650Z] a35cf1a2eb13: Waiting [2021-02-08T16:14:40.650Z] de9db76c5a1d: Verifying Checksum [2021-02-08T16:14:40.650Z] de9db76c5a1d: Download complete [2021-02-08T16:14:40.650Z] 0ef7d3d256c8: Verifying Checksum [2021-02-08T16:14:40.650Z] 0ef7d3d256c8: Download complete [2021-02-08T16:14:40.913Z] 93359f2a8cfa: Verifying Checksum [2021-02-08T16:14:40.913Z] 93359f2a8cfa: Download complete [2021-02-08T16:14:40.913Z] 7c6f9722023f: Verifying Checksum [2021-02-08T16:14:40.913Z] 7c6f9722023f: Download complete [2021-02-08T16:14:40.913Z] 188c0c94c7c5: Verifying Checksum [2021-02-08T16:14:40.913Z] 188c0c94c7c5: Download complete [2021-02-08T16:14:41.177Z] 188c0c94c7c5: Pull complete [2021-02-08T16:14:41.439Z] 0ef7d3d256c8: Pull complete [2021-02-08T16:14:41.439Z] de9db76c5a1d: Pull complete [2021-02-08T16:14:42.837Z] a35cf1a2eb13: Verifying Checksum [2021-02-08T16:14:42.837Z] a35cf1a2eb13: Download complete [2021-02-08T16:14:43.419Z] bca2f99d35d6: Verifying Checksum [2021-02-08T16:14:43.419Z] bca2f99d35d6: Download complete [2021-02-08T16:14:48.779Z] bca2f99d35d6: Pull complete [2021-02-08T16:14:48.779Z] 93359f2a8cfa: Pull complete [2021-02-08T16:14:48.779Z] 7c6f9722023f: Pull complete [2021-02-08T16:14:54.150Z] a35cf1a2eb13: Pull complete [2021-02-08T16:14:54.150Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-08T16:14:54.150Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-08T16:14:54.150Z] ---> a62c8e92a672 [2021-02-08T16:14:54.150Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-02-08T16:14:54.150Z] 20.10.0: Pulling from library/docker [2021-02-08T16:14:54.150Z] 05e7bc50f07f: Pulling fs layer [2021-02-08T16:14:54.150Z] 6db28d0fdbf6: Pulling fs layer [2021-02-08T16:14:54.150Z] 292df0bc6bf3: Pulling fs layer [2021-02-08T16:14:54.150Z] 2e060f4bd70b: Pulling fs layer [2021-02-08T16:14:54.150Z] 80e8d568a223: Pulling fs layer [2021-02-08T16:14:54.150Z] 8dc6ef1a942a: Pulling fs layer [2021-02-08T16:14:54.150Z] 2312dd95470a: Pulling fs layer [2021-02-08T16:14:54.150Z] 80e8d568a223: Waiting [2021-02-08T16:14:54.150Z] 8dc6ef1a942a: Waiting [2021-02-08T16:14:54.150Z] 2e060f4bd70b: Waiting [2021-02-08T16:14:54.150Z] 2312dd95470a: Waiting [2021-02-08T16:14:54.150Z] 292df0bc6bf3: Verifying Checksum [2021-02-08T16:14:54.150Z] 292df0bc6bf3: Download complete [2021-02-08T16:14:54.150Z] 6db28d0fdbf6: Verifying Checksum [2021-02-08T16:14:54.150Z] 6db28d0fdbf6: Download complete [2021-02-08T16:14:54.150Z] 05e7bc50f07f: Verifying Checksum [2021-02-08T16:14:54.150Z] 05e7bc50f07f: Download complete [2021-02-08T16:14:54.150Z] 80e8d568a223: Verifying Checksum [2021-02-08T16:14:54.150Z] 80e8d568a223: Download complete [2021-02-08T16:14:54.150Z] 2312dd95470a: Verifying Checksum [2021-02-08T16:14:54.150Z] 2312dd95470a: Download complete [2021-02-08T16:14:54.150Z] 8dc6ef1a942a: Verifying Checksum [2021-02-08T16:14:54.150Z] 8dc6ef1a942a: Download complete [2021-02-08T16:14:54.150Z] 05e7bc50f07f: Pull complete [2021-02-08T16:14:54.150Z] 6db28d0fdbf6: Pull complete [2021-02-08T16:14:54.150Z] 292df0bc6bf3: Pull complete [2021-02-08T16:14:54.414Z] 2e060f4bd70b: Download complete [2021-02-08T16:14:57.733Z] 2e060f4bd70b: Pull complete [2021-02-08T16:14:57.733Z] 80e8d568a223: Pull complete [2021-02-08T16:14:57.733Z] 8dc6ef1a942a: Pull complete [2021-02-08T16:14:57.733Z] 2312dd95470a: Pull complete [2021-02-08T16:14:57.733Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-08T16:14:57.733Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-08T16:14:59.136Z] ---> b239879a215f [2021-02-08T16:14:59.136Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-08T16:14:59.136Z] ---> Running in 41eae351b7c9 [2021-02-08T16:14:59.136Z] Removing intermediate container 41eae351b7c9 [2021-02-08T16:14:59.136Z] ---> a2c3dea96073 [2021-02-08T16:14:59.136Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-08T16:14:59.402Z] ---> Running in 6c1c7e374cfc [2021-02-08T16:14:59.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-08T16:15:00.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-08T16:15:01.153Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-08T16:15:01.421Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-08T16:15:01.421Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-08T16:15:01.685Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-08T16:15:01.685Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-08T16:15:01.685Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T16:15:01.950Z] OK: 167 MiB in 44 packages [2021-02-08T16:15:02.906Z] Removing intermediate container 6c1c7e374cfc [2021-02-08T16:15:02.906Z] ---> bab1b48b6124 [2021-02-08T16:15:02.906Z] Step 6/8 : WORKDIR /build [2021-02-08T16:15:02.906Z] ---> Running in 8e0420547186 [2021-02-08T16:15:02.906Z] Removing intermediate container 8e0420547186 [2021-02-08T16:15:02.906Z] ---> 42d8c1b367ed [2021-02-08T16:15:02.906Z] Step 7/8 : COPY go.mod . [2021-02-08T16:15:03.169Z] ---> 1416c17a2f55 [2021-02-08T16:15:03.169Z] Step 8/8 : RUN go mod download [2021-02-08T16:15:03.169Z] ---> Running in f254bb29a9ad [2021-02-08T16:15:29.839Z] Removing intermediate container f254bb29a9ad [2021-02-08T16:15:29.839Z] ---> dc5e605ac608 [2021-02-08T16:15:29.839Z] Successfully built dc5e605ac608 [2021-02-08T16:15:29.839Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:15:30.266Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-08T16:15:30.266Z] . [Pipeline] withDockerContainer [2021-02-08T16:15:30.522Z] prd-centos7-docker-4c-2g-25585 does not seem to be running inside a container [2021-02-08T16:15:30.581Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-08T16:15:31.508Z] $ docker top 32ab4e6f80fbd22898594cf2db51b82a0de344162adaad5ed570f4c123cc23d5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T16:15:32.051Z] + go version [2021-02-08T16:15:32.051Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-08T16:15:32.067Z] $ docker stop --time=1 32ab4e6f80fbd22898594cf2db51b82a0de344162adaad5ed570f4c123cc23d5 [2021-02-08T16:15:33.417Z] $ docker rm -f 32ab4e6f80fbd22898594cf2db51b82a0de344162adaad5ed570f4c123cc23d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:15:34.247Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-08T16:15:34.247Z] . [Pipeline] withDockerContainer [2021-02-08T16:15:34.341Z] prd-centos7-docker-4c-2g-25585 does not seem to be running inside a container [2021-02-08T16:15:34.387Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-08T16:15:35.003Z] $ docker top 76a18fb5d1aa9049323ace963d9257c731264b05a36aba6800ff41aace3ab430 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T16:15:35.517Z] + make test [2021-02-08T16:15:35.517Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-08T16:15:36.938Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-02-08T16:15:45.226Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.015s coverage: 82.6% of statements [2021-02-08T16:15:51.934Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.064s coverage: 50.1% of statements [2021-02-08T16:15:51.934Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-02-08T16:15:51.934Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-02-08T16:15:52.212Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.031s coverage: 61.5% of statements [2021-02-08T16:15:52.212Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-02-08T16:15:52.799Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.042s coverage: 71.7% of statements [2021-02-08T16:15:52.799Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-02-08T16:15:52.799Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-02-08T16:15:52.799Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-02-08T16:15:52.799Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-02-08T16:15:52.799Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-02-08T16:15:52.799Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-02-08T16:15:52.799Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.028s coverage: 97.0% of statements [2021-02-08T16:15:52.799Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-02-08T16:15:52.799Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.031s coverage: 8.8% of statements [2021-02-08T16:16:07.803Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.847s coverage: 77.5% of statements [2021-02-08T16:16:07.803Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-02-08T16:16:07.803Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.017s coverage: 87.9% of statements [2021-02-08T16:16:07.803Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.030s coverage: 80.5% of statements [2021-02-08T16:16:07.803Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.029s coverage: 71.7% of statements [2021-02-08T16:16:12.993Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25588 in /w/workspace/ndry_app-functions-sdk-go_PR-675 [Pipeline] { [Pipeline] ws [2021-02-08T16:16:13.061Z] Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout [2021-02-08T16:16:19.327Z] using credential edgex-jenkins-ssh [2021-02-08T16:16:19.388Z] Cloning the remote Git repository [2021-02-08T16:16:19.449Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-08T16:16:20.097Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.038s coverage: 82.2% of statements [2021-02-08T16:16:20.097Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.008s coverage: 94.4% of statements [2021-02-08T16:16:20.097Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-02-08T16:16:19.551Z] > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 [2021-02-08T16:16:19.616Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-08T16:16:19.617Z] > git --version # timeout=10 [2021-02-08T16:16:19.637Z] > git --version # 'git version 2.17.1' [2021-02-08T16:16:19.638Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T16:16:19.714Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T16:16:23.368Z] Merging remotes/origin/master commit 583298e4aa671ff36305015a0780c544e6ee2721 into PR head commit 041d33578a02096fd60fe809fc76503cd279aeea [2021-02-08T16:16:23.448Z] gofmt -l . [2021-02-08T16:16:23.448Z] [ "`gofmt -l .`" = "" ] [2021-02-08T16:16:23.448Z] ./bin/test-go-mod-tidy.sh [2021-02-08T16:16:22.811Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-08T16:16:22.835Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-08T16:16:22.866Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-08T16:16:22.905Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-08T16:16:22.906Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T16:16:22.919Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/675/head:refs/remotes/origin/PR-675 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-08T16:16:23.391Z] > git config core.sparsecheckout # timeout=10 [2021-02-08T16:16:23.418Z] > git checkout -f 041d33578a02096fd60fe809fc76503cd279aeea # timeout=10 [2021-02-08T16:16:23.524Z] > git remote # timeout=10 [2021-02-08T16:16:23.545Z] > git config --get remote.origin.url # timeout=10 [2021-02-08T16:16:23.702Z] Merge succeeded, producing 041d33578a02096fd60fe809fc76503cd279aeea [2021-02-08T16:16:23.703Z] Checking out Revision 041d33578a02096fd60fe809fc76503cd279aeea (PR-675) [Pipeline] } [2021-02-08T16:16:23.731Z] $ docker stop --time=1 76a18fb5d1aa9049323ace963d9257c731264b05a36aba6800ff41aace3ab430 [2021-02-08T16:16:23.597Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-08T16:16:23.612Z] > git merge 583298e4aa671ff36305015a0780c544e6ee2721 # timeout=10 [2021-02-08T16:16:23.661Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-08T16:16:23.712Z] > git config core.sparsecheckout # timeout=10 [2021-02-08T16:16:23.751Z] > git checkout -f 041d33578a02096fd60fe809fc76503cd279aeea # timeout=10 [2021-02-08T16:16:25.622Z] $ docker rm -f 76a18fb5d1aa9049323ace963d9257c731264b05a36aba6800ff41aace3ab430 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-08T16:16:26.299Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-08T16:16:26.730Z] 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-02-08T16:16:28.147Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-08T16:16:29.819Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-08T16:16:30.282Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-08T16:16:30.645Z] + sudo service docker restart [2021-02-08T16:16:30.645Z] + true [Pipeline] unstash [Pipeline] echo [2021-02-08T16:16:33.569Z] ========================================================= [2021-02-08T16:16:33.569Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-08T16:16:33.569Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:16:33.947Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-08T16:16:34.929Z] Sending build context to Docker daemon 19.11MB [2021-02-08T16:16:34.929Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-08T16:16:34.929Z] Step 2/8 : FROM ${BASE} [2021-02-08T16:16:35.205Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-08T16:16:35.205Z] 5f621e34cdf4: Pulling fs layer [2021-02-08T16:16:35.205Z] a4357932f1b6: Pulling fs layer [2021-02-08T16:16:35.205Z] 18c013af1878: Pulling fs layer [2021-02-08T16:16:35.205Z] 00ac8860ef70: Pulling fs layer [2021-02-08T16:16:35.205Z] 63d7cb157983: Pulling fs layer [2021-02-08T16:16:35.205Z] b116817d02f9: Pulling fs layer [2021-02-08T16:16:35.205Z] 745a02a5169b: Pulling fs layer [2021-02-08T16:16:35.205Z] 63d7cb157983: Waiting [2021-02-08T16:16:35.205Z] 00ac8860ef70: Waiting [2021-02-08T16:16:35.205Z] 745a02a5169b: Waiting [2021-02-08T16:16:35.205Z] 18c013af1878: Verifying Checksum [2021-02-08T16:16:35.205Z] 18c013af1878: Download complete [2021-02-08T16:16:35.205Z] a4357932f1b6: Verifying Checksum [2021-02-08T16:16:35.205Z] a4357932f1b6: Download complete [2021-02-08T16:16:35.482Z] 63d7cb157983: Verifying Checksum [2021-02-08T16:16:35.482Z] 63d7cb157983: Download complete [2021-02-08T16:16:35.482Z] b116817d02f9: Verifying Checksum [2021-02-08T16:16:35.482Z] b116817d02f9: Download complete [2021-02-08T16:16:35.482Z] 5f621e34cdf4: Verifying Checksum [2021-02-08T16:16:35.482Z] 5f621e34cdf4: Download complete [2021-02-08T16:16:36.092Z] 5f621e34cdf4: Pull complete [2021-02-08T16:16:36.705Z] a4357932f1b6: Pull complete [2021-02-08T16:16:36.983Z] 18c013af1878: Pull complete [2021-02-08T16:16:37.580Z] 745a02a5169b: Verifying Checksum [2021-02-08T16:16:37.580Z] 745a02a5169b: Download complete [2021-02-08T16:16:39.047Z] 00ac8860ef70: Verifying Checksum [2021-02-08T16:16:39.047Z] 00ac8860ef70: Download complete [2021-02-08T16:16:49.244Z] 00ac8860ef70: Pull complete [2021-02-08T16:16:49.244Z] 63d7cb157983: Pull complete [2021-02-08T16:16:49.845Z] b116817d02f9: Pull complete [2021-02-08T16:16:53.276Z] 745a02a5169b: Pull complete [2021-02-08T16:16:53.276Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-08T16:16:53.276Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-08T16:16:53.276Z] ---> b7e6874047d6 [2021-02-08T16:16:53.276Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-02-08T16:16:53.276Z] 20.10.0: Pulling from library/docker [2021-02-08T16:16:53.276Z] a3cc7d3b244e: Pulling fs layer [2021-02-08T16:16:53.276Z] 02a3295e0d61: Pulling fs layer [2021-02-08T16:16:53.276Z] 0f4f2e6d8100: Pulling fs layer [2021-02-08T16:16:53.276Z] 330b718f631f: Pulling fs layer [2021-02-08T16:16:53.276Z] a93816041522: Pulling fs layer [2021-02-08T16:16:53.276Z] bdb6da89ff94: Pulling fs layer [2021-02-08T16:16:53.276Z] 2a70c0c122f4: Pulling fs layer [2021-02-08T16:16:53.276Z] 330b718f631f: Waiting [2021-02-08T16:16:53.276Z] a93816041522: Waiting [2021-02-08T16:16:53.276Z] bdb6da89ff94: Waiting [2021-02-08T16:16:53.276Z] 2a70c0c122f4: Waiting [2021-02-08T16:16:53.550Z] 0f4f2e6d8100: Verifying Checksum [2021-02-08T16:16:53.550Z] 0f4f2e6d8100: Download complete [2021-02-08T16:16:53.550Z] 02a3295e0d61: Verifying Checksum [2021-02-08T16:16:53.550Z] 02a3295e0d61: Download complete [2021-02-08T16:16:53.550Z] a3cc7d3b244e: Verifying Checksum [2021-02-08T16:16:53.550Z] a3cc7d3b244e: Download complete [2021-02-08T16:16:53.550Z] a93816041522: Verifying Checksum [2021-02-08T16:16:53.550Z] a93816041522: Download complete [2021-02-08T16:16:53.550Z] bdb6da89ff94: Verifying Checksum [2021-02-08T16:16:53.550Z] bdb6da89ff94: Download complete [2021-02-08T16:16:53.550Z] 2a70c0c122f4: Verifying Checksum [2021-02-08T16:16:53.550Z] 2a70c0c122f4: Download complete [2021-02-08T16:16:55.551Z] 330b718f631f: Verifying Checksum [2021-02-08T16:16:55.551Z] 330b718f631f: Download complete [2021-02-08T16:16:55.551Z] a3cc7d3b244e: Pull complete [2021-02-08T16:16:56.152Z] 02a3295e0d61: Pull complete [2021-02-08T16:16:56.422Z] 0f4f2e6d8100: Pull complete [2021-02-08T16:17:00.746Z] 330b718f631f: Pull complete [2021-02-08T16:17:00.746Z] a93816041522: Pull complete [2021-02-08T16:17:01.019Z] bdb6da89ff94: Pull complete [2021-02-08T16:17:01.613Z] 2a70c0c122f4: Pull complete [2021-02-08T16:17:01.613Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-08T16:17:01.613Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-08T16:17:08.326Z] ---> 8c6a6237d291 [2021-02-08T16:17:08.326Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-08T16:17:08.326Z] ---> Running in d947341044b1 [2021-02-08T16:17:08.326Z] Removing intermediate container d947341044b1 [2021-02-08T16:17:08.326Z] ---> f5e5c1ae3438 [2021-02-08T16:17:08.326Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-08T16:17:08.326Z] ---> Running in db7af47da1be [2021-02-08T16:17:09.315Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-08T16:17:10.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-08T16:17:10.885Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-08T16:17:11.155Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-08T16:17:11.424Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-08T16:17:11.424Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-08T16:17:11.424Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-08T16:17:11.696Z] Executing busybox-1.31.1-r19.trigger [2021-02-08T16:17:11.696Z] OK: 144 MiB in 44 packages [2021-02-08T16:17:13.129Z] Removing intermediate container db7af47da1be [2021-02-08T16:17:13.129Z] ---> 4968816e47aa [2021-02-08T16:17:13.129Z] Step 6/8 : WORKDIR /build [2021-02-08T16:17:13.129Z] ---> Running in ad04727a58be [2021-02-08T16:17:13.725Z] Removing intermediate container ad04727a58be [2021-02-08T16:17:13.725Z] ---> 1ec6b2ab062c [2021-02-08T16:17:13.725Z] Step 7/8 : COPY go.mod . [2021-02-08T16:17:14.321Z] ---> 72d7a768a205 [2021-02-08T16:17:14.321Z] Step 8/8 : RUN go mod download [2021-02-08T16:17:14.595Z] ---> Running in c7f5cd807693 [2021-02-08T16:17:41.442Z] Removing intermediate container c7f5cd807693 [2021-02-08T16:17:41.442Z] ---> 4876a13cf1e1 [2021-02-08T16:17:41.442Z] Successfully built 4876a13cf1e1 [2021-02-08T16:17:41.442Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:17:41.786Z] + docker inspect -f . ci-base-image-arm64 [2021-02-08T16:17:41.786Z] . [Pipeline] withDockerContainer [2021-02-08T16:17:42.060Z] prd-ubuntu18.04-docker-arm64-4c-16g-25588 does not seem to be running inside a container [2021-02-08T16:17:42.143Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-08T16:17:43.684Z] $ docker top 876989e9f7373c8dd4b19a92793321e5542f6d690ecca3117aa67500832a1e27 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T16:17:44.681Z] + go version [2021-02-08T16:17:44.681Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-08T16:17:44.708Z] $ docker stop --time=1 876989e9f7373c8dd4b19a92793321e5542f6d690ecca3117aa67500832a1e27 [2021-02-08T16:17:46.543Z] $ docker rm -f 876989e9f7373c8dd4b19a92793321e5542f6d690ecca3117aa67500832a1e27 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:17:47.554Z] + docker inspect -f . ci-base-image-arm64 [2021-02-08T16:17:47.554Z] . [Pipeline] withDockerContainer [2021-02-08T16:17:47.815Z] prd-ubuntu18.04-docker-arm64-4c-16g-25588 does not seem to be running inside a container [2021-02-08T16:17:47.904Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-08T16:17:49.312Z] $ docker top 1cf1765f4b87f6d7d327e3878152d461ad2aa0565108095b1adc58b740c7641a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T16:17:50.313Z] + make test [2021-02-08T16:17:50.314Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-08T16:17:51.744Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-02-08T16:18:18.600Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.119s coverage: 82.6% of statements [2021-02-08T16:18:40.827Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.106s coverage: 50.1% of statements [2021-02-08T16:18:40.827Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-02-08T16:18:40.827Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-02-08T16:18:40.827Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.063s coverage: 61.5% of statements [2021-02-08T16:18:40.827Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-02-08T16:18:40.827Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.104s coverage: 71.7% of statements [2021-02-08T16:18:40.827Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-02-08T16:18:40.827Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-02-08T16:18:40.827Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-02-08T16:18:40.827Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-02-08T16:18:40.827Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-02-08T16:18:40.827Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-02-08T16:18:40.827Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.013s coverage: 97.0% of statements [2021-02-08T16:18:40.827Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-02-08T16:18:40.827Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.025s coverage: 8.8% of statements [2021-02-08T16:18:53.198Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.878s coverage: 77.5% of statements [2021-02-08T16:18:53.198Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-02-08T16:18:53.198Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.049s coverage: 87.9% of statements [2021-02-08T16:18:53.198Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.044s coverage: 80.5% of statements [2021-02-08T16:18:53.198Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.028s coverage: 71.7% of statements [2021-02-08T16:19:08.236Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.073s coverage: 82.2% of statements [2021-02-08T16:19:08.236Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.025s coverage: 94.4% of statements [2021-02-08T16:19:08.236Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-02-08T16:19:18.647Z] gofmt -l . [2021-02-08T16:19:18.647Z] [ "`gofmt -l .`" = "" ] [2021-02-08T16:19:18.647Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-08T16:19:18.672Z] $ docker stop --time=1 1cf1765f4b87f6d7d327e3878152d461ad2aa0565108095b1adc58b740c7641a [2021-02-08T16:19:20.757Z] $ docker rm -f 1cf1765f4b87f6d7d327e3878152d461ad2aa0565108095b1adc58b740c7641a [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-08T16:19:21.706Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-08T16:19:21.776Z] Warning: overwriting stash ‘coverage-report’ [2021-02-08T16:19:22.529Z] 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-02-08T16:19:24.085Z] provisioning config files... [2021-02-08T16:19:24.098Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-675@tmp/config7496383353111929882tmp [Pipeline] { [Pipeline] sh [2021-02-08T16:19:24.526Z] + set +x [2021-02-08T16:19:24.526Z] + curl -s https://codecov.io/bash [2021-02-08T16:19:24.526Z] + bash -s -- [2021-02-08T16:19:24.790Z] [2021-02-08T16:19:24.790Z] _____ _ [2021-02-08T16:19:24.790Z] / ____| | | [2021-02-08T16:19:24.790Z] | | ___ __| | ___ ___ _____ __ [2021-02-08T16:19:24.790Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-08T16:19:24.790Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-08T16:19:24.790Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-08T16:19:24.790Z] Bash-20210129-7c25fce [2021-02-08T16:19:24.790Z] [2021-02-08T16:19:24.790Z] [2021-02-08T16:19:24.790Z] ==> git version 2.24.3 found [2021-02-08T16:19:24.791Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-08T16:19:24.791Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-08T16:19:24.791Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-08T16:19:24.791Z] ==> Jenkins CI detected. [2021-02-08T16:19:24.791Z] project root: . [2021-02-08T16:19:24.791Z] --> token set from env [2021-02-08T16:19:24.791Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-08T16:19:24.791Z] ==> Running gcov in . (disable via -X gcov) [2021-02-08T16:19:24.791Z] ==> Python coveragepy not found [2021-02-08T16:19:24.791Z] ==> Searching for coverage reports in: [2021-02-08T16:19:24.791Z] + . [2021-02-08T16:19:24.791Z] -> Found 1 reports [2021-02-08T16:19:24.791Z] ==> Detecting git/mercurial file structure [2021-02-08T16:19:24.791Z] ==> Reading reports [2021-02-08T16:19:24.791Z] + ./coverage.out bytes=79698 [2021-02-08T16:19:24.791Z] ==> Appending adjustments [2021-02-08T16:19:24.791Z] https://docs.codecov.io/docs/fixing-reports [2021-02-08T16:19:25.059Z] + Found adjustments [2021-02-08T16:19:25.324Z] ==> Gzipping contents [2021-02-08T16:19:25.324Z] 16K /tmp/codecov.HN4edz.gz [2021-02-08T16:19:25.324Z] ==> Uploading reports [2021-02-08T16:19:25.324Z] url: https://codecov.io [2021-02-08T16:19:25.324Z] query: branch=PR-675&commit=041d33578a02096fd60fe809fc76503cd279aeea&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-675%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=675&job=&cmd_args= [2021-02-08T16:19:25.324Z] -> Pinging Codecov [2021-02-08T16:19:25.324Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-675&commit=041d33578a02096fd60fe809fc76503cd279aeea&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-675%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=675&job=&cmd_args= [2021-02-08T16:19:25.595Z] -> Uploading to [2021-02-08T16:19:25.595Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-08/3D8B5DFFC46A037C893635FACE044666/041d33578a02096fd60fe809fc76503cd279aeea/20230a1f-3ec3-4a54-91a6-91a331ea7368.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210208T161925Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=18b7e1d661a91dd534810e20eb6f363821f31cd468fcb7f0f451ae9804da32a7 [2021-02-08T16:19:25.595Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-08T16:19:25.595Z] Dload Upload Total Spent Left Speed [2021-02-08T16:19:26.172Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13641 0 0 100 13641 0 32648 --:--:-- --:--:-- --:--:-- 32633 100 13641 0 0 100 13641 0 32633 --:--:-- --:--:-- --:--:-- 32633 [2021-02-08T16:19:26.172Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/041d33578a02096fd60fe809fc76503cd279aeea [Pipeline] } [2021-02-08T16:19:26.184Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:19:28.549Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:19:28.864Z] ---> package-listing.sh [2021-02-08T16:19:28.864Z] ++ facter osfamily [2021-02-08T16:19:28.864Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-08T16:19:28.864Z] + OS_FAMILY=redhat [2021-02-08T16:19:28.864Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-675 [2021-02-08T16:19:28.864Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-08T16:19:28.864Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-08T16:19:28.864Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-08T16:19:28.864Z] + PACKAGES=/tmp/packages_start.txt [2021-02-08T16:19:28.864Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-675 ']' [2021-02-08T16:19:28.864Z] + PACKAGES=/tmp/packages_end.txt [2021-02-08T16:19:28.864Z] + case "${OS_FAMILY}" in [2021-02-08T16:19:28.864Z] + rpm -qa [2021-02-08T16:19:28.864Z] + sort [2021-02-08T16:19:34.210Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-08T16:19:34.211Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-08T16:19:34.211Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-08T16:19:34.211Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-675 ']' [2021-02-08T16:19:34.211Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-675/archives/ [2021-02-08T16:19:34.211Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-675/archives/ [Pipeline] echo [2021-02-08T16:19:34.235Z] 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-675/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-08T16:19:34.540Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:19:34.855Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T16:19:34.855Z] [2021-02-08T16:19:34.855Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-08T16:19:35.216Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T16:19:35.216Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-08T16:19:35.216Z] df20fa9351a1: Pulling fs layer [2021-02-08T16:19:35.216Z] 36b3adc4ff6f: Pulling fs layer [2021-02-08T16:19:35.216Z] 8ad3a11d3b57: Pulling fs layer [2021-02-08T16:19:35.216Z] 46f8f816bc3b: Pulling fs layer [2021-02-08T16:19:35.216Z] 93b61091891f: Pulling fs layer [2021-02-08T16:19:35.216Z] 93b9cdb0e59b: Pulling fs layer [2021-02-08T16:19:35.216Z] 5e14af77c1be: Pulling fs layer [2021-02-08T16:19:35.216Z] 01666e4c0597: Pulling fs layer [2021-02-08T16:19:35.216Z] aa168da1d23b: Pulling fs layer [2021-02-08T16:19:35.216Z] 93b61091891f: Waiting [2021-02-08T16:19:35.216Z] 93b9cdb0e59b: Waiting [2021-02-08T16:19:35.216Z] 5e14af77c1be: Waiting [2021-02-08T16:19:35.216Z] 01666e4c0597: Waiting [2021-02-08T16:19:35.216Z] aa168da1d23b: Waiting [2021-02-08T16:19:35.216Z] 46f8f816bc3b: Waiting [2021-02-08T16:19:35.216Z] 36b3adc4ff6f: Verifying Checksum [2021-02-08T16:19:35.216Z] 36b3adc4ff6f: Download complete [2021-02-08T16:19:35.216Z] 46f8f816bc3b: Verifying Checksum [2021-02-08T16:19:35.216Z] 46f8f816bc3b: Download complete [2021-02-08T16:19:35.216Z] df20fa9351a1: Verifying Checksum [2021-02-08T16:19:35.481Z] 93b9cdb0e59b: Verifying Checksum [2021-02-08T16:19:35.481Z] 93b9cdb0e59b: Download complete [2021-02-08T16:19:35.481Z] 5e14af77c1be: Verifying Checksum [2021-02-08T16:19:35.481Z] 5e14af77c1be: Download complete [2021-02-08T16:19:35.481Z] 01666e4c0597: Verifying Checksum [2021-02-08T16:19:35.481Z] 01666e4c0597: Download complete [2021-02-08T16:19:35.481Z] 93b61091891f: Verifying Checksum [2021-02-08T16:19:35.481Z] 93b61091891f: Download complete [2021-02-08T16:19:35.481Z] 8ad3a11d3b57: Verifying Checksum [2021-02-08T16:19:35.481Z] 8ad3a11d3b57: Download complete [2021-02-08T16:19:36.061Z] df20fa9351a1: Pull complete [2021-02-08T16:19:36.330Z] 36b3adc4ff6f: Pull complete [2021-02-08T16:19:37.740Z] 8ad3a11d3b57: Pull complete [2021-02-08T16:19:37.740Z] 46f8f816bc3b: Pull complete [2021-02-08T16:19:37.740Z] aa168da1d23b: Verifying Checksum [2021-02-08T16:19:37.740Z] aa168da1d23b: Download complete [2021-02-08T16:19:38.314Z] 93b61091891f: Pull complete [2021-02-08T16:19:38.314Z] 93b9cdb0e59b: Pull complete [2021-02-08T16:19:38.576Z] 5e14af77c1be: Pull complete [2021-02-08T16:19:38.576Z] 01666e4c0597: Pull complete [2021-02-08T16:19:46.779Z] aa168da1d23b: Pull complete [2021-02-08T16:19:46.779Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-08T16:19:46.779Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-08T16:19:46.779Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-08T16:19:47.009Z] prd-centos7-docker-4c-2g-25578 does not seem to be running inside a container [2021-02-08T16:19:47.058Z] $ 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-675/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-675 -v /w/workspace/ndry_app-functions-sdk-go_PR-675:/w/workspace/ndry_app-functions-sdk-go_PR-675:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-675@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-675@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:10003/edgex-lftools-log-publisher:alpine cat [2021-02-08T16:19:49.909Z] $ docker top 9e6959ca32770e9817950d1cc4277388269a73e5d3735b525bc5d4d09f29f879 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-08T16:19:50.421Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-08T16:19:50.716Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-08T16:19:51.014Z] + ls /var/log/sa-host [2021-02-08T16:19:51.014Z] + sadf -c /var/log/sa-host/sa08 [2021-02-08T16:19:51.014Z] file_magic: OK [2021-02-08T16:19:51.014Z] HZ: Using current value: 100 [2021-02-08T16:19:51.014Z] file_header: OK [2021-02-08T16:19:51.014Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-08T16:19:51.014Z] Statistics: [2021-02-08T16:19:51.014Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-08T16:19:51.014Z] File successfully converted to sysstat format version 12.2.1 [2021-02-08T16:19:51.014Z] + sadf -c /var/log/sa-host/sa23 [2021-02-08T16:19:51.014Z] file_magic: OK [2021-02-08T16:19:51.014Z] HZ: Using current value: 100 [2021-02-08T16:19:51.014Z] file_header: OK [2021-02-08T16:19:51.014Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-08T16:19:51.014Z] Statistics: [2021-02-08T16:19:51.014Z] Hnuu...uuuununununu... [2021-02-08T16:19:51.014Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-08T16:19:51.219Z] provisioning config files... [2021-02-08T16:19:51.265Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-675@tmp/config8725302144353573784tmp [Pipeline] { [Pipeline] echo [2021-02-08T16:19:51.338Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:19:51.638Z] ---> create-netrc.sh [Pipeline] } [2021-02-08T16:19:51.648Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-08T16:19:51.751Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:19:52.051Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-08T16:19:52.062Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:19:52.361Z] ---> sudo-logs.sh [2021-02-08T16:19:52.361Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-08T16:19:52.372Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:19:52.670Z] ---> job-cost.sh [2021-02-08T16:19:52.671Z] lf-activate-venv: SKIPPING [2021-02-08T16:19:52.671Z] INFO: No Stack... [2021-02-08T16:19:54.064Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-08T16:19:54.640Z] INFO: Archiving Costs [Pipeline] echo [2021-02-08T16:19:54.655Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-08T16:19:54.957Z] ---> logs-deploy.sh [2021-02-08T16:19:54.957Z] lf-activate-venv: SKIPPING [2021-02-08T16:19:54.957Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-675/2 [2021-02-08T16:19:54.957Z] INFO: archiving workspace using pattern(s): [2021-02-08T16:19:56.887Z] Archives upload complete. [2021-02-08T16:19:56.887Z] INFO: archiving logs to Nexus