Pull request #618 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from adcf32afb0b3d481309b6d3245f8a74797f1a87d+bbd9394e1bf3f068737f7a414770326546535454 (46ba283f02ef6d0ab1b6efadbd957d5551693c5b) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-21514 in /w/workspace/ndry_app-functions-sdk-go_PR-618 [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-618 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/618/head:refs/remotes/origin/PR-618 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit bbd9394e1bf3f068737f7a414770326546535454 into PR head commit adcf32afb0b3d481309b6d3245f8a74797f1a87d Merge succeeded, producing 2a6c983936555de0936d4639e8b17915c7c32ecf Checking out Revision 2a6c983936555de0936d4639e8b17915c7c32ecf (PR-618) > git config core.sparsecheckout # timeout=10 > git checkout -f adcf32afb0b3d481309b6d3245f8a74797f1a87d # 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 bbd9394e1bf3f068737f7a414770326546535454 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2a6c983936555de0936d4639e8b17915c7c32ecf # timeout=10 Commit message: "Merge commit 'bbd9394e1bf3f068737f7a414770326546535454' into HEAD" > git rev-list --no-walk adcf32afb0b3d481309b6d3245f8a74797f1a87d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-20T06:35:25.112Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-20T06:35:25.396Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-20T06:35:25.521Z] ========================================================= [2021-01-20T06:35:25.521Z] EdgeX Global Pipelines Version Info [2021-01-20T06:35:25.521Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-20T06:35:26.941Z] ------------------- [2021-01-20T06:35:26.941Z] stable info: [2021-01-20T06:35:26.941Z] ------------------- [2021-01-20T06:35:26.941Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T06:35:26.941Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T06:35:26.941Z] Message: update stable to v1.0.179 [2021-01-20T06:35:27.890Z] ------------------- [2021-01-20T06:35:27.890Z] experimental info: [2021-01-20T06:35:27.890Z] ------------------- [2021-01-20T06:35:27.890Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T06:35:27.890Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T06:35:27.890Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-20T06:35:28.123Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-01-20T06:35:28.208Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-01-20T06:35:28.295Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-20T06:35:28.378Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-20T06:35:28.467Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-20T06:35:28.575Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-20T06:35:28.662Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-20T06:35:28.749Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-20T06:35:28.835Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-20T06:35:28.915Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-20T06:35:29.023Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-20T06:35:29.107Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-01-20T06:35:29.189Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-20T06:35:29.272Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-20T06:35:29.354Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T06:35:29.445Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T06:35:29.534Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T06:35:29.704Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T06:35:29.787Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-20T06:35:29.867Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-20T06:35:29.953Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-20T06:35:30.058Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-01-20T06:35:30.151Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-20T06:35:30.273Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-20T06:35:30.371Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-01-20T06:35:30.483Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-20T06:35:30.575Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-20T06:35:30.688Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-618 [Pipeline] echo [2021-01-20T06:35:30.808Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-618 [Pipeline] echo [2021-01-20T06:35:30.893Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-618 [Pipeline] echo [2021-01-20T06:35:31.038Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2a6c983936555de0936d4639e8b17915c7c32ecf [Pipeline] echo [2021-01-20T06:35:31.127Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2a6c983 [Pipeline] echo [2021-01-20T06:35:31.215Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T06:35:31.898Z] + git log --format=format:%s -1 2a6c983936555de0936d4639e8b17915c7c32ecf [Pipeline] echo [2021-01-20T06:35:31.962Z] GIT_COMMIT: 2a6c983936555de0936d4639e8b17915c7c32ecf, Commit Message: Merge commit 'bbd9394e1bf3f068737f7a414770326546535454' into HEAD [Pipeline] echo [2021-01-20T06:35:32.016Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-20T06:35:32.587Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T06:35:32.854Z] [2021-01-20T06:35:32.854Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T06:35:33.223Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T06:35:33.223Z] latest: Pulling from edgex-devops/git-semver [2021-01-20T06:35:33.223Z] 31603596830f: Pulling fs layer [2021-01-20T06:35:33.223Z] 2a8b12db71e7: Pulling fs layer [2021-01-20T06:35:33.223Z] 6ca5941a6612: Pulling fs layer [2021-01-20T06:35:33.223Z] ecc8261a40a4: Pulling fs layer [2021-01-20T06:35:33.223Z] 2a8b12db71e7: Verifying Checksum [2021-01-20T06:35:33.223Z] 2a8b12db71e7: Download complete [2021-01-20T06:35:33.485Z] 31603596830f: Verifying Checksum [2021-01-20T06:35:33.486Z] 31603596830f: Download complete [2021-01-20T06:35:33.486Z] ecc8261a40a4: Verifying Checksum [2021-01-20T06:35:33.486Z] ecc8261a40a4: Download complete [2021-01-20T06:35:33.486Z] 6ca5941a6612: Verifying Checksum [2021-01-20T06:35:33.486Z] 6ca5941a6612: Download complete [2021-01-20T06:35:33.749Z] 31603596830f: Pull complete [2021-01-20T06:35:34.016Z] 2a8b12db71e7: Pull complete [2021-01-20T06:35:34.967Z] 6ca5941a6612: Pull complete [2021-01-20T06:35:34.967Z] ecc8261a40a4: Pull complete [2021-01-20T06:35:34.967Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-20T06:35:35.228Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T06:35:35.228Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-20T06:35:35.345Z] prd-centos7-docker-4c-2g-21514 does not seem to be running inside a container [2021-01-20T06:35:35.393Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-618 -v /w/workspace/ndry_app-functions-sdk-go_PR-618:/w/workspace/ndry_app-functions-sdk-go_PR-618:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-618@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-618@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-01-20T06:35:37.252Z] $ docker top 21bcfb714be0a50f8c87b4b539736ad08e677139a3ad9a0e18301f415b30b486 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T06:35:37.569Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T06:35:37.569Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T06:35:37.796Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T06:35:37.800Z] $ docker exec 21bcfb714be0a50f8c87b4b539736ad08e677139a3ad9a0e18301f415b30b486 ssh-agent [2021-01-20T06:35:37.964Z] SSH_AUTH_SOCK=/tmp/ssh-rYkp6XMa6cIC/agent.12 [2021-01-20T06:35:37.964Z] SSH_AGENT_PID=17 [2021-01-20T06:35:37.975Z] Running ssh-add (command line suppressed) [2021-01-20T06:35:38.096Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-618@tmp/private_key_3995056521262259991.key (/w/workspace/ndry_app-functions-sdk-go_PR-618@tmp/private_key_3995056521262259991.key) [2021-01-20T06:35:38.151Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T06:35:38.488Z] + git tag --points-at HEAD [Pipeline] } [2021-01-20T06:35:38.587Z] $ docker exec --env ******** --env ******** 21bcfb714be0a50f8c87b4b539736ad08e677139a3ad9a0e18301f415b30b486 ssh-agent -k [2021-01-20T06:35:38.747Z] unset SSH_AUTH_SOCK; [2021-01-20T06:35:38.748Z] unset SSH_AGENT_PID; [2021-01-20T06:35:38.748Z] echo Agent pid 17 killed; [2021-01-20T06:35:38.794Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-20T06:35:38.923Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T06:35:38.924Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T06:35:39.109Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T06:35:39.113Z] $ docker exec 21bcfb714be0a50f8c87b4b539736ad08e677139a3ad9a0e18301f415b30b486 ssh-agent [2021-01-20T06:35:39.274Z] SSH_AUTH_SOCK=/tmp/ssh-XJiMe4II6zJf/agent.46 [2021-01-20T06:35:39.274Z] SSH_AGENT_PID=51 [2021-01-20T06:35:39.281Z] Running ssh-add (command line suppressed) [2021-01-20T06:35:39.398Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-618@tmp/private_key_7175767662186939195.key (/w/workspace/ndry_app-functions-sdk-go_PR-618@tmp/private_key_7175767662186939195.key) [2021-01-20T06:35:39.452Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T06:35:39.786Z] + git semver init [2021-01-20T06:35:39.786Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T06:35:39.786Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-618/.git [2021-01-20T06:35:39.786Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-618 [2021-01-20T06:35:39.786Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T06:35:39.786Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T06:35:39.786Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T06:35:39.786Z] # $SEMVER_BRANCH = PR-618 [2021-01-20T06:35:39.786Z] # $SEMVER_TEMP = /tmp/semver-606937407 [2021-01-20T06:35:39.786Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-01-20T06:35:45.090Z] # '/tmp/semver-606937407' -> '/w/workspace/ndry_app-functions-sdk-go_PR-618/.semver' [2021-01-20T06:35:45.090Z] # -> Force: false [2021-01-20T06:35:45.090Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-618/.semver [Pipeline] } [2021-01-20T06:35:45.102Z] $ docker exec --env ******** --env ******** 21bcfb714be0a50f8c87b4b539736ad08e677139a3ad9a0e18301f415b30b486 ssh-agent -k [2021-01-20T06:35:45.220Z] unset SSH_AUTH_SOCK; [2021-01-20T06:35:45.221Z] unset SSH_AGENT_PID; [2021-01-20T06:35:45.221Z] echo Agent pid 51 killed; [2021-01-20T06:35:45.274Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T06:35:45.743Z] + git semver [Pipeline] } [2021-01-20T06:35:45.761Z] $ docker stop --time=1 21bcfb714be0a50f8c87b4b539736ad08e677139a3ad9a0e18301f415b30b486 [2021-01-20T06:35:47.229Z] $ docker rm -f 21bcfb714be0a50f8c87b4b539736ad08e677139a3ad9a0e18301f415b30b486 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T06:35:47.682Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-20T06:35:48.087Z] Stashed 1 file(s) [Pipeline] echo [2021-01-20T06:35:48.089Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-20T06:36:03.619Z] Still waiting to schedule task [2021-01-20T06:36:03.619Z] ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21518’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-20T06:36:03.621Z] Still waiting to schedule task [2021-01-20T06:36:03.621Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-20T06:38:01.412Z] Running on prd-centos7-docker-4c-2g-21519 in /w/workspace/ndry_app-functions-sdk-go_PR-618 [Pipeline] { [Pipeline] ws [2021-01-20T06:38:01.483Z] Running in /w/workspace/app-functions-sdk-go/18 [Pipeline] { [Pipeline] checkout [2021-01-20T06:38:26.579Z] using credential edgex-jenkins-ssh [2021-01-20T06:38:26.674Z] Cloning the remote Git repository [2021-01-20T06:38:26.726Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-20T06:38:26.823Z] > git init /w/workspace/app-functions-sdk-go/18 # timeout=10 [2021-01-20T06:38:26.974Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-20T06:38:26.974Z] > git --version # timeout=10 [2021-01-20T06:38:26.998Z] > git --version # 'git version 2.24.3' [2021-01-20T06:38:27.003Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T06:38:27.101Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T06:38:31.880Z] Merging remotes/origin/master commit bbd9394e1bf3f068737f7a414770326546535454 into PR head commit adcf32afb0b3d481309b6d3245f8a74797f1a87d [2021-01-20T06:38:32.255Z] Merge succeeded, producing de150028702604b76019a6caedf5d7b708fc533b [2021-01-20T06:38:32.256Z] Checking out Revision de150028702604b76019a6caedf5d7b708fc533b (PR-618) [2021-01-20T06:38:31.327Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-20T06:38:31.348Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T06:38:31.397Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-20T06:38:31.440Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-20T06:38:31.440Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T06:38:31.447Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/618/head:refs/remotes/origin/PR-618 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T06:38:31.895Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T06:38:31.948Z] > git checkout -f adcf32afb0b3d481309b6d3245f8a74797f1a87d # timeout=10 [2021-01-20T06:38:32.028Z] > git remote # timeout=10 [2021-01-20T06:38:32.051Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T06:38:32.129Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T06:38:32.134Z] > git merge bbd9394e1bf3f068737f7a414770326546535454 # timeout=10 [2021-01-20T06:38:32.200Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T06:38:32.261Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T06:38:32.273Z] > git checkout -f de150028702604b76019a6caedf5d7b708fc533b # timeout=10 [2021-01-20T06:38:36.780Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21522 in /w/workspace/ndry_app-functions-sdk-go_PR-618 [Pipeline] { [Pipeline] ws [2021-01-20T06:38:36.830Z] Running in /w/workspace/app-functions-sdk-go/18 [Pipeline] { [Pipeline] checkout [2021-01-20T06:38:36.980Z] Commit message: "Merge commit 'bbd9394e1bf3f068737f7a414770326546535454' into HEAD" [2021-01-20T06:38:36.986Z] > git rev-list --no-walk adcf32afb0b3d481309b6d3245f8a74797f1a87d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T06:38:39.824Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-20T06:38:40.249Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T06:38:40.718Z] + sudo service docker restart [2021-01-20T06:38:40.718Z] + true [2021-01-20T06:38:40.718Z] Redirecting to /bin/systemctl restart docker.service [2021-01-20T06:38:42.291Z] using credential edgex-jenkins-ssh [2021-01-20T06:38:42.353Z] Cloning the remote Git repository [Pipeline] unstash [2021-01-20T06:38:42.434Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-20T06:38:42.546Z] > git init /w/workspace/app-functions-sdk-go/18 # timeout=10 [2021-01-20T06:38:42.642Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-20T06:38:42.643Z] > git --version # timeout=10 [2021-01-20T06:38:42.671Z] > git --version # 'git version 2.17.1' [2021-01-20T06:38:42.673Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T06:38:42.720Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] echo [2021-01-20T06:38:43.965Z] ========================================================= [2021-01-20T06:38:43.965Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-20T06:38:43.965Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T06:38:44.544Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-20T06:38:46.601Z] Merging remotes/origin/master commit bbd9394e1bf3f068737f7a414770326546535454 into PR head commit adcf32afb0b3d481309b6d3245f8a74797f1a87d [2021-01-20T06:38:46.698Z] Sending build context to Docker daemon 19.14MB [2021-01-20T06:38:46.698Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T06:38:46.698Z] Step 2/8 : FROM ${BASE} [2021-01-20T06:38:46.698Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-20T06:38:46.698Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T06:38:46.698Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T06:38:46.698Z] de9db76c5a1d: Pulling fs layer [2021-01-20T06:38:46.698Z] bca2f99d35d6: Pulling fs layer [2021-01-20T06:38:46.698Z] 93359f2a8cfa: Pulling fs layer [2021-01-20T06:38:46.698Z] 7c6f9722023f: Pulling fs layer [2021-01-20T06:38:46.698Z] a35cf1a2eb13: Pulling fs layer [2021-01-20T06:38:46.698Z] 93359f2a8cfa: Waiting [2021-01-20T06:38:46.698Z] 7c6f9722023f: Waiting [2021-01-20T06:38:46.698Z] a35cf1a2eb13: Waiting [2021-01-20T06:38:46.698Z] bca2f99d35d6: Waiting [2021-01-20T06:38:46.698Z] de9db76c5a1d: Verifying Checksum [2021-01-20T06:38:46.698Z] de9db76c5a1d: Download complete [2021-01-20T06:38:46.698Z] 0ef7d3d256c8: Download complete [2021-01-20T06:38:46.698Z] 93359f2a8cfa: Verifying Checksum [2021-01-20T06:38:46.698Z] 93359f2a8cfa: Download complete [2021-01-20T06:38:46.876Z] Merge succeeded, producing 7a269e6212ef66d65a3de155fa660131be990ebd [2021-01-20T06:38:46.877Z] Checking out Revision 7a269e6212ef66d65a3de155fa660131be990ebd (PR-618) [2021-01-20T06:38:47.003Z] 7c6f9722023f: Download complete [2021-01-20T06:38:46.028Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-20T06:38:46.053Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T06:38:46.082Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-01-20T06:38:46.110Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-01-20T06:38:46.110Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T06:38:46.122Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/618/head:refs/remotes/origin/PR-618 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T06:38:46.629Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T06:38:46.645Z] > git checkout -f adcf32afb0b3d481309b6d3245f8a74797f1a87d # timeout=10 [2021-01-20T06:38:46.747Z] > git remote # timeout=10 [2021-01-20T06:38:46.770Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T06:38:46.788Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T06:38:46.799Z] > git merge bbd9394e1bf3f068737f7a414770326546535454 # timeout=10 [2021-01-20T06:38:46.872Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T06:38:46.894Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T06:38:46.904Z] > git checkout -f 7a269e6212ef66d65a3de155fa660131be990ebd # timeout=10 [2021-01-20T06:38:47.446Z] 188c0c94c7c5: Verifying Checksum [2021-01-20T06:38:47.446Z] 188c0c94c7c5: Download complete [2021-01-20T06:38:48.206Z] 188c0c94c7c5: Pull complete [2021-01-20T06:38:48.575Z] 0ef7d3d256c8: Pull complete [2021-01-20T06:38:48.914Z] de9db76c5a1d: Pull complete [2021-01-20T06:38:51.370Z] Commit message: "Merge commit 'bbd9394e1bf3f068737f7a414770326546535454' into HEAD" [2021-01-20T06:38:51.387Z] > git rev-list --no-walk adcf32afb0b3d481309b6d3245f8a74797f1a87d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T06:38:53.112Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-20T06:38:53.576Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T06:38:53.918Z] + sudo service docker restart [2021-01-20T06:38:53.918Z] + true [2021-01-20T06:38:54.593Z] a35cf1a2eb13: Verifying Checksum [2021-01-20T06:38:54.593Z] a35cf1a2eb13: Download complete [Pipeline] unstash [Pipeline] echo [2021-01-20T06:38:56.840Z] ========================================================= [2021-01-20T06:38:56.840Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-20T06:38:56.840Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T06:38:57.218Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-20T06:38:57.435Z] bca2f99d35d6: Verifying Checksum [2021-01-20T06:38:57.435Z] bca2f99d35d6: Download complete [2021-01-20T06:38:58.197Z] Sending build context to Docker daemon 19.14MB [2021-01-20T06:38:58.197Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T06:38:58.197Z] Step 2/8 : FROM ${BASE} [2021-01-20T06:38:58.471Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-20T06:38:58.471Z] 5f621e34cdf4: Pulling fs layer [2021-01-20T06:38:58.471Z] a4357932f1b6: Pulling fs layer [2021-01-20T06:38:58.471Z] 18c013af1878: Pulling fs layer [2021-01-20T06:38:58.471Z] 00ac8860ef70: Pulling fs layer [2021-01-20T06:38:58.472Z] 63d7cb157983: Pulling fs layer [2021-01-20T06:38:58.472Z] b116817d02f9: Pulling fs layer [2021-01-20T06:38:58.472Z] 745a02a5169b: Pulling fs layer [2021-01-20T06:38:58.472Z] 00ac8860ef70: Waiting [2021-01-20T06:38:58.472Z] 63d7cb157983: Waiting [2021-01-20T06:38:58.472Z] b116817d02f9: Waiting [2021-01-20T06:38:58.472Z] 745a02a5169b: Waiting [2021-01-20T06:38:58.472Z] 18c013af1878: Verifying Checksum [2021-01-20T06:38:58.472Z] 18c013af1878: Download complete [2021-01-20T06:38:58.472Z] a4357932f1b6: Verifying Checksum [2021-01-20T06:38:58.472Z] a4357932f1b6: Download complete [2021-01-20T06:38:58.472Z] 63d7cb157983: Verifying Checksum [2021-01-20T06:38:58.472Z] 63d7cb157983: Download complete [2021-01-20T06:38:58.747Z] b116817d02f9: Verifying Checksum [2021-01-20T06:38:58.747Z] b116817d02f9: Download complete [2021-01-20T06:38:58.747Z] 5f621e34cdf4: Verifying Checksum [2021-01-20T06:38:58.747Z] 5f621e34cdf4: Download complete [2021-01-20T06:38:59.747Z] 5f621e34cdf4: Pull complete [2021-01-20T06:39:00.749Z] a4357932f1b6: Pull complete [2021-01-20T06:39:01.025Z] 745a02a5169b: Verifying Checksum [2021-01-20T06:39:01.025Z] 745a02a5169b: Download complete [2021-01-20T06:39:01.300Z] 18c013af1878: Pull complete [2021-01-20T06:39:01.909Z] 00ac8860ef70: Verifying Checksum [2021-01-20T06:39:01.909Z] 00ac8860ef70: Download complete [2021-01-20T06:39:12.096Z] 00ac8860ef70: Pull complete [2021-01-20T06:39:12.369Z] 63d7cb157983: Pull complete [2021-01-20T06:39:12.645Z] b116817d02f9: Pull complete [2021-01-20T06:39:13.210Z] bca2f99d35d6: Pull complete [2021-01-20T06:39:13.211Z] 93359f2a8cfa: Pull complete [2021-01-20T06:39:13.211Z] 7c6f9722023f: Pull complete [2021-01-20T06:39:16.036Z] 745a02a5169b: Pull complete [2021-01-20T06:39:16.036Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-20T06:39:16.036Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-20T06:39:16.036Z] ---> b7e6874047d6 [2021-01-20T06:39:16.036Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-01-20T06:39:16.036Z] 20.10.0: Pulling from library/docker [2021-01-20T06:39:16.036Z] a3cc7d3b244e: Pulling fs layer [2021-01-20T06:39:16.036Z] 02a3295e0d61: Pulling fs layer [2021-01-20T06:39:16.036Z] 0f4f2e6d8100: Pulling fs layer [2021-01-20T06:39:16.036Z] 330b718f631f: Pulling fs layer [2021-01-20T06:39:16.036Z] a93816041522: Pulling fs layer [2021-01-20T06:39:16.036Z] 330b718f631f: Waiting [2021-01-20T06:39:16.036Z] bdb6da89ff94: Pulling fs layer [2021-01-20T06:39:16.036Z] a93816041522: Waiting [2021-01-20T06:39:16.036Z] 2a70c0c122f4: Pulling fs layer [2021-01-20T06:39:16.036Z] bdb6da89ff94: Waiting [2021-01-20T06:39:16.036Z] 2a70c0c122f4: Waiting [2021-01-20T06:39:16.036Z] 0f4f2e6d8100: Verifying Checksum [2021-01-20T06:39:16.036Z] 0f4f2e6d8100: Download complete [2021-01-20T06:39:16.331Z] a3cc7d3b244e: Verifying Checksum [2021-01-20T06:39:16.331Z] a3cc7d3b244e: Download complete [2021-01-20T06:39:16.331Z] 02a3295e0d61: Verifying Checksum [2021-01-20T06:39:16.331Z] 02a3295e0d61: Download complete [2021-01-20T06:39:16.331Z] a93816041522: Download complete [2021-01-20T06:39:16.331Z] bdb6da89ff94: Verifying Checksum [2021-01-20T06:39:16.331Z] bdb6da89ff94: Download complete [2021-01-20T06:39:16.331Z] 2a70c0c122f4: Verifying Checksum [2021-01-20T06:39:16.331Z] 2a70c0c122f4: Download complete [2021-01-20T06:39:16.947Z] a3cc7d3b244e: Pull complete [2021-01-20T06:39:17.561Z] 02a3295e0d61: Pull complete [2021-01-20T06:39:17.843Z] 330b718f631f: Verifying Checksum [2021-01-20T06:39:17.843Z] 330b718f631f: Download complete [2021-01-20T06:39:17.843Z] 0f4f2e6d8100: Pull complete [2021-01-20T06:39:20.256Z] a35cf1a2eb13: Pull complete [2021-01-20T06:39:20.256Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-20T06:39:20.256Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-20T06:39:20.256Z] ---> a62c8e92a672 [2021-01-20T06:39:20.256Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-01-20T06:39:20.256Z] 20.10.0: Pulling from library/docker [2021-01-20T06:39:20.256Z] 05e7bc50f07f: Pulling fs layer [2021-01-20T06:39:20.256Z] 6db28d0fdbf6: Pulling fs layer [2021-01-20T06:39:20.256Z] 292df0bc6bf3: Pulling fs layer [2021-01-20T06:39:20.256Z] 2e060f4bd70b: Pulling fs layer [2021-01-20T06:39:20.256Z] 80e8d568a223: Pulling fs layer [2021-01-20T06:39:20.256Z] 8dc6ef1a942a: Pulling fs layer [2021-01-20T06:39:20.256Z] 2312dd95470a: Pulling fs layer [2021-01-20T06:39:20.256Z] 2e060f4bd70b: Waiting [2021-01-20T06:39:20.256Z] 8dc6ef1a942a: Waiting [2021-01-20T06:39:20.256Z] 80e8d568a223: Waiting [2021-01-20T06:39:20.256Z] 2312dd95470a: Waiting [2021-01-20T06:39:20.256Z] 292df0bc6bf3: Verifying Checksum [2021-01-20T06:39:20.256Z] 292df0bc6bf3: Download complete [2021-01-20T06:39:20.256Z] 6db28d0fdbf6: Verifying Checksum [2021-01-20T06:39:20.256Z] 6db28d0fdbf6: Download complete [2021-01-20T06:39:20.256Z] 80e8d568a223: Verifying Checksum [2021-01-20T06:39:20.256Z] 80e8d568a223: Download complete [2021-01-20T06:39:20.256Z] 8dc6ef1a942a: Verifying Checksum [2021-01-20T06:39:20.256Z] 8dc6ef1a942a: Download complete [2021-01-20T06:39:20.256Z] 2312dd95470a: Verifying Checksum [2021-01-20T06:39:20.256Z] 2312dd95470a: Download complete [2021-01-20T06:39:20.256Z] 05e7bc50f07f: Verifying Checksum [2021-01-20T06:39:20.256Z] 05e7bc50f07f: Download complete [2021-01-20T06:39:21.452Z] 05e7bc50f07f: Pull complete [2021-01-20T06:39:22.181Z] 330b718f631f: Pull complete [2021-01-20T06:39:22.181Z] a93816041522: Pull complete [2021-01-20T06:39:22.457Z] bdb6da89ff94: Pull complete [2021-01-20T06:39:22.573Z] 6db28d0fdbf6: Pull complete [2021-01-20T06:39:22.733Z] 2a70c0c122f4: Pull complete [2021-01-20T06:39:22.861Z] 292df0bc6bf3: Pull complete [2021-01-20T06:39:23.008Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-20T06:39:23.008Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-20T06:39:24.389Z] 2e060f4bd70b: Verifying Checksum [2021-01-20T06:39:24.389Z] 2e060f4bd70b: Download complete [2021-01-20T06:39:29.720Z] ---> d564dc14c7f6 [2021-01-20T06:39:29.720Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-20T06:39:29.720Z] ---> Running in 3aed50132628 [2021-01-20T06:39:29.720Z] Removing intermediate container 3aed50132628 [2021-01-20T06:39:29.720Z] ---> f51c48777d3e [2021-01-20T06:39:29.720Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-20T06:39:29.996Z] ---> Running in 6721a4d59c70 [2021-01-20T06:39:31.440Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T06:39:32.047Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T06:39:32.991Z] 2e060f4bd70b: Pull complete [2021-01-20T06:39:32.991Z] 80e8d568a223: Pull complete [2021-01-20T06:39:32.991Z] 8dc6ef1a942a: Pull complete [2021-01-20T06:39:33.022Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-20T06:39:33.293Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-20T06:39:33.564Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-20T06:39:33.564Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-20T06:39:33.564Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-20T06:39:33.646Z] 2312dd95470a: Pull complete [2021-01-20T06:39:33.646Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-20T06:39:33.646Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-20T06:39:33.836Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T06:39:33.836Z] OK: 144 MiB in 44 packages [2021-01-20T06:39:35.273Z] Removing intermediate container 6721a4d59c70 [2021-01-20T06:39:35.273Z] ---> 3ab6605eefda [2021-01-20T06:39:35.273Z] Step 6/8 : WORKDIR /build [2021-01-20T06:39:35.273Z] ---> Running in 198aa1d5d9ec [2021-01-20T06:39:35.867Z] Removing intermediate container 198aa1d5d9ec [2021-01-20T06:39:35.867Z] ---> 344e6048c4b6 [2021-01-20T06:39:35.867Z] Step 7/8 : COPY go.mod . [2021-01-20T06:39:36.466Z] ---> ebc26097c57c [2021-01-20T06:39:36.466Z] Step 8/8 : RUN go mod download [2021-01-20T06:39:36.740Z] ---> Running in 37d2e3788a99 [2021-01-20T06:39:37.300Z] ---> 50f8939c8079 [2021-01-20T06:39:37.300Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-20T06:39:37.630Z] ---> Running in 8ae63b682dc1 [2021-01-20T06:39:38.397Z] Removing intermediate container 8ae63b682dc1 [2021-01-20T06:39:38.397Z] ---> aef1067c1dab [2021-01-20T06:39:38.397Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-01-20T06:39:38.397Z] ---> Running in 8e5b92232998 [2021-01-20T06:39:40.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T06:39:41.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T06:39:44.139Z] (1/5) Installing libsodium (1.0.18-r0) [2021-01-20T06:39:44.139Z] (2/5) Installing libzmq (4.3.3-r0) [2021-01-20T06:39:44.690Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-01-20T06:39:44.691Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-01-20T06:39:45.037Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-01-20T06:39:45.037Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T06:39:45.037Z] OK: 167 MiB in 44 packages [2021-01-20T06:39:46.087Z] Removing intermediate container 8e5b92232998 [2021-01-20T06:39:46.087Z] ---> 9afbd87d96c0 [2021-01-20T06:39:46.087Z] Step 6/8 : WORKDIR /build [2021-01-20T06:39:46.427Z] ---> Running in 4e8d0b3b41fc [2021-01-20T06:39:46.801Z] Removing intermediate container 4e8d0b3b41fc [2021-01-20T06:39:46.802Z] ---> 98c7e1c20ea1 [2021-01-20T06:39:46.802Z] Step 7/8 : COPY go.mod . [2021-01-20T06:39:47.445Z] ---> 2dd5da25a4c8 [2021-01-20T06:39:47.445Z] Step 8/8 : RUN go mod download [2021-01-20T06:39:47.445Z] ---> Running in 29608c091409 [2021-01-20T06:40:03.758Z] Removing intermediate container 37d2e3788a99 [2021-01-20T06:40:03.758Z] ---> 9607dfcb301c [2021-01-20T06:40:03.758Z] Successfully built 9607dfcb301c [2021-01-20T06:40:03.758Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T06:40:04.101Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T06:40:04.101Z] . [Pipeline] withDockerContainer [2021-01-20T06:40:04.346Z] prd-ubuntu18.04-docker-arm64-4c-16g-21522 does not seem to be running inside a container [2021-01-20T06:40:04.440Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/18 -v /w/workspace/app-functions-sdk-go/18:/w/workspace/app-functions-sdk-go/18:rw,z -v /w/workspace/app-functions-sdk-go/18@tmp:/w/workspace/app-functions-sdk-go/18@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-01-20T06:40:05.991Z] $ docker top 909b56649eb8e684feedc9c6b0bb9101e579069e29e6ccd88eabb22c92cbba4d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T06:40:07.084Z] + go version [2021-01-20T06:40:07.084Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-20T06:40:07.125Z] $ docker stop --time=1 909b56649eb8e684feedc9c6b0bb9101e579069e29e6ccd88eabb22c92cbba4d [2021-01-20T06:40:09.115Z] $ docker rm -f 909b56649eb8e684feedc9c6b0bb9101e579069e29e6ccd88eabb22c92cbba4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T06:40:10.089Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T06:40:10.089Z] . [Pipeline] withDockerContainer [2021-01-20T06:40:10.358Z] prd-ubuntu18.04-docker-arm64-4c-16g-21522 does not seem to be running inside a container [2021-01-20T06:40:10.451Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/18 -v /w/workspace/app-functions-sdk-go/18:/w/workspace/app-functions-sdk-go/18:rw,z -v /w/workspace/app-functions-sdk-go/18@tmp:/w/workspace/app-functions-sdk-go/18@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-01-20T06:40:12.065Z] $ docker top cbadfde0d408afc4e0937b4836d650653b87b4c72f48ef724cef56aa3b409941 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T06:40:13.075Z] + make test [2021-01-20T06:40:13.075Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-20T06:40:14.522Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-01-20T06:40:27.132Z] Removing intermediate container 29608c091409 [2021-01-20T06:40:27.135Z] ---> a46f95f20fe7 [2021-01-20T06:40:27.135Z] Successfully built a46f95f20fe7 [2021-01-20T06:40:27.135Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T06:40:27.523Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T06:40:27.798Z] . [Pipeline] withDockerContainer [2021-01-20T06:40:28.118Z] prd-centos7-docker-4c-2g-21519 does not seem to be running inside a container [2021-01-20T06:40:28.326Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/18 -v /w/workspace/app-functions-sdk-go/18:/w/workspace/app-functions-sdk-go/18:rw,z -v /w/workspace/app-functions-sdk-go/18@tmp:/w/workspace/app-functions-sdk-go/18@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-01-20T06:40:30.067Z] $ docker top ad66783c63a63ddd5c1bd7d888c1bcc1b55771ded1be61d1db9b4ba7b2c76420 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T06:40:31.281Z] + go version [2021-01-20T06:40:31.281Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-20T06:40:31.308Z] $ docker stop --time=1 ad66783c63a63ddd5c1bd7d888c1bcc1b55771ded1be61d1db9b4ba7b2c76420 [2021-01-20T06:40:33.065Z] $ docker rm -f ad66783c63a63ddd5c1bd7d888c1bcc1b55771ded1be61d1db9b4ba7b2c76420 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T06:40:34.157Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T06:40:34.490Z] . [Pipeline] withDockerContainer [2021-01-20T06:40:35.147Z] prd-centos7-docker-4c-2g-21519 does not seem to be running inside a container [2021-01-20T06:40:35.289Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/18 -v /w/workspace/app-functions-sdk-go/18:/w/workspace/app-functions-sdk-go/18:rw,z -v /w/workspace/app-functions-sdk-go/18@tmp:/w/workspace/app-functions-sdk-go/18@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-01-20T06:40:36.757Z] $ docker top b6720fe114e343e89be3312f26e991809e2fafba268f0fe2eeebc23d165bf223 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T06:40:37.816Z] + make test [2021-01-20T06:40:37.816Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-01-20T06:40:41.385Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.057s coverage: 81.0% of statements [2021-01-20T06:40:42.257Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-01-20T06:40:58.005Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.052s coverage: 81.0% of statements [2021-01-20T06:41:03.590Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.065s coverage: 48.6% of statements [2021-01-20T06:41:03.590Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-01-20T06:41:03.590Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-01-20T06:41:03.590Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.086s coverage: 61.5% of statements [2021-01-20T06:41:03.590Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-01-20T06:41:03.590Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.056s coverage: 67.7% of statements [2021-01-20T06:41:03.590Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-01-20T06:41:03.590Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-01-20T06:41:03.590Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-01-20T06:41:03.590Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-01-20T06:41:03.590Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-01-20T06:41:03.590Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-01-20T06:41:03.590Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.010s coverage: 97.0% of statements [2021-01-20T06:41:03.590Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-01-20T06:41:03.590Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.048s coverage: 8.8% of statements [2021-01-20T06:41:10.772Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.026s coverage: 48.6% of statements [2021-01-20T06:41:10.772Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-01-20T06:41:10.772Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-01-20T06:41:11.872Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.133s coverage: 61.5% of statements [2021-01-20T06:41:11.872Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-01-20T06:41:11.931Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 7.262s coverage: 75.4% of statements [2021-01-20T06:41:11.931Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-01-20T06:41:11.931Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.060s coverage: 87.9% of statements [2021-01-20T06:41:11.931Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.041s coverage: 80.5% of statements [2021-01-20T06:41:11.931Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.023s coverage: 71.7% of statements [2021-01-20T06:41:12.942Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.096s coverage: 67.7% of statements [2021-01-20T06:41:12.942Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-01-20T06:41:12.942Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-01-20T06:41:12.942Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-01-20T06:41:12.942Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-01-20T06:41:12.942Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-01-20T06:41:12.942Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-01-20T06:41:12.942Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.008s coverage: 97.0% of statements [2021-01-20T06:41:12.942Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-01-20T06:41:12.942Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.020s coverage: 8.8% of statements [2021-01-20T06:41:23.174Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 7.256s coverage: 75.4% of statements [2021-01-20T06:41:23.174Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-01-20T06:41:23.174Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.028s coverage: 87.9% of statements [2021-01-20T06:41:23.174Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.023s coverage: 80.5% of statements [2021-01-20T06:41:23.174Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.101s coverage: 71.7% of statements [2021-01-20T06:41:34.133Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.062s coverage: 81.4% of statements [2021-01-20T06:41:34.133Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.011s coverage: 94.4% of statements [2021-01-20T06:41:34.133Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-20T06:41:42.481Z] gofmt -l . [2021-01-20T06:41:43.074Z] [ "`gofmt -l .`" = "" ] [2021-01-20T06:41:43.351Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-20T06:41:44.025Z] $ docker stop --time=1 cbadfde0d408afc4e0937b4836d650653b87b4c72f48ef724cef56aa3b409941 [2021-01-20T06:41:45.325Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.128s coverage: 81.4% of statements [2021-01-20T06:41:45.325Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.028s coverage: 94.4% of statements [2021-01-20T06:41:45.325Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-01-20T06:41:46.299Z] $ docker rm -f cbadfde0d408afc4e0937b4836d650653b87b4c72f48ef724cef56aa3b409941 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T06:41:47.256Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T06:41:48.123Z] 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] } [2021-01-20T06:41:51.156Z] gofmt -l . [2021-01-20T06:41:51.456Z] [ "`gofmt -l .`" = "" ] [2021-01-20T06:41:51.737Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-20T06:41:53.292Z] $ docker stop --time=1 b6720fe114e343e89be3312f26e991809e2fafba268f0fe2eeebc23d165bf223 [2021-01-20T06:41:55.181Z] $ docker rm -f b6720fe114e343e89be3312f26e991809e2fafba268f0fe2eeebc23d165bf223 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T06:41:55.928Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T06:41:55.992Z] Warning: overwriting stash ‘coverage-report’ [2021-01-20T06:41:57.336Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-20T06:41:59.268Z] provisioning config files... [2021-01-20T06:41:59.279Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-618@tmp/config8504462610240276561tmp [Pipeline] { [Pipeline] sh [2021-01-20T06:41:59.651Z] + set +x [2021-01-20T06:41:59.651Z] + curl -s https://codecov.io/bash [2021-01-20T06:41:59.651Z] + bash -s -- [2021-01-20T06:41:59.651Z] [2021-01-20T06:41:59.651Z] _____ _ [2021-01-20T06:41:59.651Z] / ____| | | [2021-01-20T06:41:59.651Z] | | ___ __| | ___ ___ _____ __ [2021-01-20T06:41:59.651Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-20T06:41:59.651Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-20T06:41:59.651Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-20T06:41:59.651Z] Bash-20210115-cec3c92 [2021-01-20T06:41:59.651Z] [2021-01-20T06:41:59.651Z] [2021-01-20T06:41:59.651Z] ==> git version 2.24.3 found [2021-01-20T06:41:59.651Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-20T06:41:59.651Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-20T06:41:59.651Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-20T06:41:59.913Z] ==> Jenkins CI detected. [2021-01-20T06:41:59.913Z] project root: . [2021-01-20T06:41:59.913Z] --> token set from env [2021-01-20T06:41:59.913Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-20T06:41:59.913Z] ==> Running gcov in . (disable via -X gcov) [2021-01-20T06:41:59.913Z] ==> Python coveragepy not found [2021-01-20T06:41:59.913Z] ==> Searching for coverage reports in: [2021-01-20T06:41:59.913Z] + . [2021-01-20T06:41:59.913Z] -> Found 1 reports [2021-01-20T06:41:59.913Z] ==> Detecting git/mercurial file structure [2021-01-20T06:41:59.913Z] ==> Reading reports [2021-01-20T06:41:59.913Z] + ./coverage.out bytes=74114 [2021-01-20T06:41:59.913Z] ==> Appending adjustments [2021-01-20T06:41:59.913Z] https://docs.codecov.io/docs/fixing-reports [2021-01-20T06:42:00.173Z] + Found adjustments [2021-01-20T06:42:00.173Z] ==> Gzipping contents [2021-01-20T06:42:00.173Z] 16K /tmp/codecov.GPSNSi.gz [2021-01-20T06:42:00.173Z] ==> Uploading reports [2021-01-20T06:42:00.173Z] url: https://codecov.io [2021-01-20T06:42:00.173Z] query: branch=PR-618&commit=2a6c983936555de0936d4639e8b17915c7c32ecf&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-618%2F18%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=618&job=&cmd_args= [2021-01-20T06:42:00.173Z] -> Pinging Codecov [2021-01-20T06:42:00.173Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-618&commit=2a6c983936555de0936d4639e8b17915c7c32ecf&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-618%2F18%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=618&job=&cmd_args= [2021-01-20T06:42:00.752Z] -> Uploading to [2021-01-20T06:42:00.752Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-20/3D8B5DFFC46A037C893635FACE044666/2a6c983936555de0936d4639e8b17915c7c32ecf/aaa2f9de-1d1c-40cb-9a23-8b1259911030.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T064200Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=59d1097e4bb65ffbbb3cf5f020adbe8534a9de4fdbe759cdc3b2ea031ea6583c [2021-01-20T06:42:00.752Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T06:42:00.752Z] Dload Upload Total Spent Left Speed [2021-01-20T06:42:01.327Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12835 0 0 100 12835 0 31321 --:--:-- --:--:-- --:--:-- 31381 [2021-01-20T06:42:01.327Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/2a6c983936555de0936d4639e8b17915c7c32ecf [Pipeline] } [2021-01-20T06:42:01.340Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-20T06:42:03.729Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T06:42:04.036Z] ---> package-listing.sh [2021-01-20T06:42:04.036Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-20T06:42:04.036Z] ++ facter osfamily [2021-01-20T06:42:04.036Z] + OS_FAMILY=redhat [2021-01-20T06:42:04.036Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-618 [2021-01-20T06:42:04.036Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-20T06:42:04.036Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-20T06:42:04.036Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-20T06:42:04.036Z] + PACKAGES=/tmp/packages_start.txt [2021-01-20T06:42:04.036Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-618 ']' [2021-01-20T06:42:04.036Z] + PACKAGES=/tmp/packages_end.txt [2021-01-20T06:42:04.036Z] + case "${OS_FAMILY}" in [2021-01-20T06:42:04.036Z] + rpm -qa [2021-01-20T06:42:04.036Z] + sort [2021-01-20T06:42:09.338Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-20T06:42:09.338Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-20T06:42:09.338Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-20T06:42:09.338Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-618 ']' [2021-01-20T06:42:09.338Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-618/archives/ [2021-01-20T06:42:09.338Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-618/archives/ [Pipeline] echo [2021-01-20T06:42:09.352Z] 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-618/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-20T06:42:09.649Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-20T06:42:09.964Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T06:42:09.964Z] [2021-01-20T06:42:09.964Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-20T06:42:10.327Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T06:42:10.327Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-20T06:42:10.327Z] df20fa9351a1: Pulling fs layer [2021-01-20T06:42:10.327Z] 36b3adc4ff6f: Pulling fs layer [2021-01-20T06:42:10.327Z] 8ad3a11d3b57: Pulling fs layer [2021-01-20T06:42:10.327Z] 46f8f816bc3b: Pulling fs layer [2021-01-20T06:42:10.327Z] 93b61091891f: Pulling fs layer [2021-01-20T06:42:10.327Z] 93b9cdb0e59b: Pulling fs layer [2021-01-20T06:42:10.327Z] 5e14af77c1be: Pulling fs layer [2021-01-20T06:42:10.327Z] 01666e4c0597: Pulling fs layer [2021-01-20T06:42:10.327Z] aa168da1d23b: Pulling fs layer [2021-01-20T06:42:10.327Z] 93b61091891f: Waiting [2021-01-20T06:42:10.327Z] 93b9cdb0e59b: Waiting [2021-01-20T06:42:10.327Z] 5e14af77c1be: Waiting [2021-01-20T06:42:10.327Z] 01666e4c0597: Waiting [2021-01-20T06:42:10.327Z] aa168da1d23b: Waiting [2021-01-20T06:42:10.327Z] 46f8f816bc3b: Waiting [2021-01-20T06:42:10.327Z] 36b3adc4ff6f: Verifying Checksum [2021-01-20T06:42:10.327Z] 36b3adc4ff6f: Download complete [2021-01-20T06:42:10.327Z] 46f8f816bc3b: Download complete [2021-01-20T06:42:10.327Z] df20fa9351a1: Verifying Checksum [2021-01-20T06:42:10.327Z] df20fa9351a1: Download complete [2021-01-20T06:42:10.327Z] 93b9cdb0e59b: Verifying Checksum [2021-01-20T06:42:10.327Z] 93b9cdb0e59b: Download complete [2021-01-20T06:42:10.592Z] 5e14af77c1be: Verifying Checksum [2021-01-20T06:42:10.592Z] 5e14af77c1be: Download complete [2021-01-20T06:42:10.592Z] 01666e4c0597: Verifying Checksum [2021-01-20T06:42:10.592Z] 01666e4c0597: Download complete [2021-01-20T06:42:10.592Z] 93b61091891f: Verifying Checksum [2021-01-20T06:42:10.592Z] 93b61091891f: Download complete [2021-01-20T06:42:10.592Z] 8ad3a11d3b57: Verifying Checksum [2021-01-20T06:42:10.592Z] 8ad3a11d3b57: Download complete [2021-01-20T06:42:10.859Z] df20fa9351a1: Pull complete [2021-01-20T06:42:11.125Z] 36b3adc4ff6f: Pull complete [2021-01-20T06:42:11.708Z] 8ad3a11d3b57: Pull complete [2021-01-20T06:42:11.979Z] 46f8f816bc3b: Pull complete [2021-01-20T06:42:12.587Z] 93b61091891f: Pull complete [2021-01-20T06:42:12.857Z] 93b9cdb0e59b: Pull complete [2021-01-20T06:42:12.857Z] aa168da1d23b: Verifying Checksum [2021-01-20T06:42:12.857Z] aa168da1d23b: Download complete [2021-01-20T06:42:13.128Z] 5e14af77c1be: Pull complete [2021-01-20T06:42:13.128Z] 01666e4c0597: Pull complete [2021-01-20T06:42:21.329Z] aa168da1d23b: Pull complete [2021-01-20T06:42:21.329Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-20T06:42:21.329Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T06:42:21.329Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-20T06:42:21.482Z] prd-centos7-docker-4c-2g-21514 does not seem to be running inside a container [2021-01-20T06:42:21.531Z] $ 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-618/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-618 -v /w/workspace/ndry_app-functions-sdk-go_PR-618:/w/workspace/ndry_app-functions-sdk-go_PR-618:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-618@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-618@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-01-20T06:42:24.950Z] $ docker top fe54302a462f0d75703c2a2476481fe90eb7d500637d364d744476c30ff4fdaa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T06:42:25.461Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-20T06:42:25.855Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-20T06:42:26.182Z] + ls /var/log/sa-host [2021-01-20T06:42:26.182Z] + sadf -c /var/log/sa-host/sa20 [2021-01-20T06:42:26.182Z] file_magic: OK [2021-01-20T06:42:26.182Z] HZ: Using current value: 100 [2021-01-20T06:42:26.182Z] file_header: OK [2021-01-20T06:42:26.182Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-20T06:42:26.182Z] Statistics: [2021-01-20T06:42:26.182Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-20T06:42:26.182Z] File successfully converted to sysstat format version 12.2.1 [2021-01-20T06:42:26.182Z] + sadf -c /var/log/sa-host/sa23 [2021-01-20T06:42:26.182Z] file_magic: OK [2021-01-20T06:42:26.182Z] HZ: Using current value: 100 [2021-01-20T06:42:26.182Z] file_header: OK [2021-01-20T06:42:26.182Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-20T06:42:26.182Z] Statistics: [2021-01-20T06:42:26.182Z] Hnuu...uuuununununu... [2021-01-20T06:42:26.182Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T06:42:26.458Z] provisioning config files... [2021-01-20T06:42:26.477Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-618@tmp/config7522157986450895817tmp [Pipeline] { [Pipeline] echo [2021-01-20T06:42:26.549Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T06:42:26.851Z] ---> create-netrc.sh [Pipeline] } [2021-01-20T06:42:26.862Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-20T06:42:26.961Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T06:42:27.259Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-20T06:42:27.271Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T06:42:27.570Z] ---> sudo-logs.sh [2021-01-20T06:42:27.570Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-20T06:42:27.584Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T06:42:27.885Z] ---> job-cost.sh [2021-01-20T06:42:27.885Z] lf-activate-venv: SKIPPING [2021-01-20T06:42:27.885Z] INFO: No Stack... [2021-01-20T06:42:28.832Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-20T06:42:29.410Z] INFO: Archiving Costs [Pipeline] echo [2021-01-20T06:42:29.427Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T06:42:29.733Z] ---> logs-deploy.sh [2021-01-20T06:42:29.733Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-618/18 [2021-01-20T06:42:29.733Z] INFO: archiving workspace using pattern(s): [2021-01-20T06:42:31.657Z] Archives upload complete. [2021-01-20T06:42:31.657Z] INFO: archiving logs to Nexus [2021-01-20T06:42:32.605Z] ---> uname -a: [2021-01-20T06:42:32.605Z] Linux prd-centos7-docker-4c-2g-21514.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-20T06:42:32.605Z] [2021-01-20T06:42:32.605Z] [2021-01-20T06:42:32.605Z] ---> lscpu: [2021-01-20T06:42:32.605Z] Architecture: x86_64 [2021-01-20T06:42:32.605Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-20T06:42:32.605Z] Byte Order: Little Endian [2021-01-20T06:42:32.605Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-20T06:42:32.606Z] CPU(s): 4 [2021-01-20T06:42:32.606Z] On-line CPU(s) list: 0-3 [2021-01-20T06:42:32.606Z] Thread(s) per core: 1 [2021-01-20T06:42:32.606Z] Core(s) per socket: 1 [2021-01-20T06:42:32.606Z] Socket(s): 4 [2021-01-20T06:42:32.606Z] NUMA node(s): 1 [2021-01-20T06:42:32.606Z] Vendor ID: GenuineIntel [2021-01-20T06:42:32.606Z] CPU family: 6 [2021-01-20T06:42:32.606Z] Model: 44 [2021-01-20T06:42:32.606Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-20T06:42:32.606Z] Stepping: 1 [2021-01-20T06:42:32.606Z] CPU MHz: 2933.436 [2021-01-20T06:42:32.606Z] BogoMIPS: 5866.87 [2021-01-20T06:42:32.606Z] Virtualization: VT-x [2021-01-20T06:42:32.606Z] Hypervisor vendor: KVM [2021-01-20T06:42:32.606Z] Virtualization type: full [2021-01-20T06:42:32.606Z] L1d cache: 128 KiB [2021-01-20T06:42:32.606Z] L1i cache: 128 KiB [2021-01-20T06:42:32.606Z] L2 cache: 16 MiB [2021-01-20T06:42:32.606Z] L3 cache: 64 MiB [2021-01-20T06:42:32.606Z] NUMA node0 CPU(s): 0-3 [2021-01-20T06:42:32.606Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-20T06:42:32.606Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-20T06:42:32.606Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-20T06:42:32.606Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-20T06:42:32.606Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-20T06:42:32.606Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-20T06:42:32.606Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-20T06:42:32.606Z] Vulnerability Srbds: Not affected [2021-01-20T06:42:32.606Z] Vulnerability Tsx async abort: Not affected [2021-01-20T06:42:32.606Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-20T06:42:32.606Z] [2021-01-20T06:42:32.606Z] [2021-01-20T06:42:32.606Z] ---> nproc: [2021-01-20T06:42:32.606Z] 4 [2021-01-20T06:42:32.606Z] [2021-01-20T06:42:32.606Z] [2021-01-20T06:42:32.606Z] ---> df -h: [2021-01-20T06:42:32.606Z] Filesystem Size Used Available Use% Mounted on [2021-01-20T06:42:32.606Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-20T06:42:32.606Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-20T06:42:32.606Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-20T06:42:32.606Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-20T06:42:32.606Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-20T06:42:32.606Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-20T06:42:32.606Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-20T06:42:32.606Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-20T06:42:32.606Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-20T06:42:32.606Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-618 [2021-01-20T06:42:32.606Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-20T06:42:32.606Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-618@tmp [2021-01-20T06:42:32.606Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-20T06:42:32.606Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-20T06:42:32.606Z] [2021-01-20T06:42:32.606Z] [2021-01-20T06:42:32.606Z] ---> free -m: [2021-01-20T06:42:32.606Z] total used free shared buff/cache available [2021-01-20T06:42:32.606Z] Mem: 1837 700 106 0 1030 1032 [2021-01-20T06:42:32.606Z] Swap: 1023 1 1022 [2021-01-20T06:42:32.606Z] [2021-01-20T06:42:32.606Z] [2021-01-20T06:42:32.606Z] ---> ip addr: [2021-01-20T06:42:32.606Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-20T06:42:32.606Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-20T06:42:32.606Z] inet 127.0.0.1/8 scope host lo [2021-01-20T06:42:32.606Z] valid_lft forever preferred_lft forever [2021-01-20T06:42:32.606Z] inet6 ::1/128 scope host [2021-01-20T06:42:32.606Z] valid_lft forever preferred_lft forever [2021-01-20T06:42:32.606Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-20T06:42:32.606Z] link/ether fa:16:3e:3c:8d:c4 brd ff:ff:ff:ff:ff:ff [2021-01-20T06:42:32.606Z] inet 10.30.122.113/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-20T06:42:32.606Z] valid_lft 85938sec preferred_lft 85938sec [2021-01-20T06:42:32.606Z] inet6 fe80::f816:3eff:fe3c:8dc4/64 scope link [2021-01-20T06:42:32.606Z] valid_lft forever preferred_lft forever [2021-01-20T06:42:32.606Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-20T06:42:32.606Z] link/ether 02:42:b1:c7:5e:f3 brd ff:ff:ff:ff:ff:ff [2021-01-20T06:42:32.606Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-20T06:42:32.606Z] valid_lft forever preferred_lft forever [2021-01-20T06:42:32.606Z] inet6 fe80::42:b1ff:fec7:5ef3/64 scope link [2021-01-20T06:42:32.606Z] valid_lft forever preferred_lft forever [2021-01-20T06:42:32.606Z] [2021-01-20T06:42:32.606Z] [2021-01-20T06:42:32.606Z] ---> sar -b -r -n DEV: [2021-01-20T06:42:32.606Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) [2021-01-20T06:42:32.606Z] [2021-01-20T06:42:32.606Z] 06:34:39 LINUX RESTART (4 CPU) [2021-01-20T06:42:32.606Z] [2021-01-20T06:42:32.606Z] 06:35:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-20T06:42:32.606Z] 06:36:01 118.74 45.24 73.49 0.00 8055.38 27891.96 0.00 [2021-01-20T06:42:32.606Z] 06:37:01 2.61 0.00 2.61 0.00 0.00 55.75 0.00 [2021-01-20T06:42:32.606Z] 06:38:01 0.45 0.00 0.45 0.00 0.00 7.14 0.00 [2021-01-20T06:42:32.606Z] 06:39:01 0.22 0.00 0.22 0.00 0.00 3.10 0.00 [2021-01-20T06:42:32.606Z] 06:40:01 0.25 0.00 0.25 0.00 0.00 3.60 0.00 [2021-01-20T06:42:32.606Z] 06:41:01 0.32 0.00 0.32 0.00 0.00 4.26 0.00 [2021-01-20T06:42:32.606Z] 06:42:01 1.55 1.33 0.22 0.00 166.39 2.05 0.00 [2021-01-20T06:42:32.606Z] Average: 17.50 6.56 10.94 0.00 1158.68 3940.33 0.00 [2021-01-20T06:42:32.606Z] [2021-01-20T06:42:32.606Z] 06:35:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-20T06:42:32.606Z] 06:36:01 241664 0 594884 31.62 2620 1042376 1099616 37.53 399472 1042264 128 [2021-01-20T06:42:32.606Z] 06:37:01 245800 0 590628 31.39 2620 1042496 1089920 37.20 400852 1037500 20 [2021-01-20T06:42:32.606Z] 06:38:01 244176 0 592248 31.48 2620 1042500 1089980 37.20 401800 1038428 8 [2021-01-20T06:42:32.606Z] 06:39:01 242244 0 594180 31.58 2620 1042500 1089956 37.20 409840 1032420 8 [2021-01-20T06:42:32.606Z] 06:40:01 242044 0 594372 31.59 2620 1042508 1089944 37.20 406548 1035676 16 [2021-01-20T06:42:32.606Z] 06:41:01 242260 0 594152 31.58 2620 1042512 1082724 36.95 423356 1019252 12 [2021-01-20T06:42:32.606Z] 06:42:01 234284 0 597004 31.73 2620 1047636 1073876 36.65 427064 1022824 112 [2021-01-20T06:42:32.606Z] Average: 241782 0 593924 31.57 2620 1043218 1088002 37.13 409847 1032623 43 [2021-01-20T06:42:32.606Z] [2021-01-20T06:42:32.606Z] 06:35:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-20T06:42:32.606Z] 06:36:01 eth0 607.67 468.08 1678.18 106.46 0.00 0.00 0.00 0.00 [2021-01-20T06:42:32.606Z] 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T06:42:32.606Z] 06:36:01 docker0 125.37 101.46 9.94 311.73 0.00 0.00 0.00 0.00 [2021-01-20T06:42:32.606Z] 06:37:01 eth0 3.75 1.35 1.68 0.61 0.00 0.00 0.00 0.00 [2021-01-20T06:42:32.606Z] 06:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T06:42:32.606Z] 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T06:42:32.606Z] 06:38:01 eth0 3.98 0.63 0.78 0.43 0.00 0.00 0.00 0.00 [2021-01-20T06:42:32.606Z] 06:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T06:42:32.606Z] 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T06:42:32.606Z] 06:39:01 eth0 4.43 0.95 1.27 0.78 0.00 0.00 0.00 0.00 [2021-01-20T06:42:32.606Z] 06:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T06:42:32.606Z] 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T06:42:32.606Z] 06:40:01 eth0 1.65 0.85 0.83 0.56 0.00 0.00 0.00 0.00 [2021-01-20T06:42:32.606Z] 06:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T06:42:32.606Z] 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T06:42:32.606Z] 06:41:01 eth0 0.80 0.53 0.41 0.31 0.00 0.00 0.00 0.00 [2021-01-20T06:42:32.606Z] 06:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T06:42:32.606Z] 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T06:42:32.606Z] 06:42:01 eth0 4.98 3.31 4.74 1.86 0.00 0.00 0.00 0.00 [2021-01-20T06:42:32.606Z] 06:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T06:42:32.606Z] 06:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T06:42:32.606Z] Average: eth0 88.41 67.04 237.82 15.65 0.00 0.00 0.00 0.00 [2021-01-20T06:42:32.606Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-20T06:42:32.606Z] Average: docker0 17.66 14.29 1.40 43.92 0.00 0.00 0.00 0.00 [2021-01-20T06:42:32.606Z] [2021-01-20T06:42:32.606Z] [2021-01-20T06:42:32.606Z] ---> sar -P ALL: [2021-01-20T06:42:32.606Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) [2021-01-20T06:42:32.606Z] [2021-01-20T06:42:32.606Z] 06:34:39 LINUX RESTART (4 CPU) [2021-01-20T06:42:32.606Z] [2021-01-20T06:42:32.606Z] 06:35:02 CPU %user %nice %system %iowait %steal %idle [2021-01-20T06:42:32.606Z] 06:36:01 all 14.79 0.00 5.45 2.38 0.16 77.22 [2021-01-20T06:42:32.606Z] 06:36:01 0 15.17 0.00 6.48 3.28 0.12 74.95 [2021-01-20T06:42:32.606Z] 06:36:01 1 14.33 0.00 5.49 2.74 0.21 77.24 [2021-01-20T06:42:32.606Z] 06:36:01 2 12.18 0.00 5.29 1.43 0.17 80.92 [2021-01-20T06:42:32.606Z] 06:36:01 3 17.47 0.00 4.54 2.09 0.16 75.75 [2021-01-20T06:42:32.606Z] 06:37:01 all 0.19 0.00 0.04 0.00 0.01 99.76 [2021-01-20T06:42:32.606Z] 06:37:01 0 0.07 0.00 0.05 0.00 0.02 99.87 [2021-01-20T06:42:32.606Z] 06:37:01 1 0.10 0.00 0.03 0.00 0.02 99.85 [2021-01-20T06:42:32.606Z] 06:37:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-20T06:42:32.606Z] 06:37:01 3 0.55 0.00 0.03 0.00 0.02 99.40 [2021-01-20T06:42:32.606Z] 06:38:01 all 0.15 0.00 0.02 0.00 0.03 99.79 [2021-01-20T06:42:32.606Z] 06:38:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2021-01-20T06:42:32.606Z] 06:38:01 1 0.07 0.00 0.03 0.00 0.03 99.87 [2021-01-20T06:42:32.606Z] 06:38:01 2 0.05 0.00 0.02 0.00 0.03 99.90 [2021-01-20T06:42:32.606Z] 06:38:01 3 0.47 0.00 0.03 0.00 0.03 99.47 [2021-01-20T06:42:32.606Z] 06:39:01 all 0.17 0.00 0.04 0.00 0.03 99.76 [2021-01-20T06:42:32.606Z] 06:39:01 0 0.45 0.00 0.05 0.00 0.02 99.48 [2021-01-20T06:42:32.606Z] 06:39:01 1 0.05 0.00 0.03 0.00 0.05 99.87 [2021-01-20T06:42:32.606Z] 06:39:01 2 0.03 0.00 0.07 0.00 0.03 99.87 [2021-01-20T06:42:32.606Z] 06:39:01 3 0.13 0.00 0.02 0.00 0.03 99.82 [2021-01-20T06:42:32.606Z] 06:40:01 all 0.14 0.00 0.20 0.00 0.01 99.65 [2021-01-20T06:42:32.606Z] 06:40:01 0 0.15 0.00 0.15 0.00 0.00 99.70 [2021-01-20T06:42:32.606Z] 06:40:01 1 0.15 0.00 0.27 0.00 0.02 99.57 [2021-01-20T06:42:32.606Z] 06:40:01 2 0.15 0.00 0.20 0.00 0.02 99.63 [2021-01-20T06:42:32.606Z] 06:40:01 3 0.10 0.00 0.18 0.00 0.02 99.70 [2021-01-20T06:42:32.606Z] 06:41:01 all 0.10 0.00 0.06 0.00 0.00 99.84 [2021-01-20T06:42:32.606Z] 06:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-20T06:42:32.606Z] 06:41:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2021-01-20T06:42:32.606Z] 06:41:01 2 0.07 0.00 0.15 0.00 0.00 99.78 [2021-01-20T06:42:32.606Z] 06:41:01 3 0.30 0.00 0.07 0.00 0.02 99.62 [2021-01-20T06:42:32.606Z] 06:42:01 all 0.50 0.00 0.30 0.00 0.01 99.19 [2021-01-20T06:42:32.606Z] 06:42:01 0 0.45 0.00 0.25 0.00 0.02 99.28 [2021-01-20T06:42:32.606Z] 06:42:01 1 0.40 0.00 0.25 0.02 0.02 99.32 [2021-01-20T06:42:32.606Z] 06:42:01 2 0.47 0.00 0.45 0.00 0.02 99.07 [2021-01-20T06:42:32.606Z] 06:42:01 3 0.67 0.00 0.23 0.00 0.00 99.10 [2021-01-20T06:42:32.606Z] Average: all 2.23 0.00 0.85 0.33 0.04 96.55 [2021-01-20T06:42:32.606Z] Average: 0 2.26 0.00 0.97 0.45 0.03 96.29 [2021-01-20T06:42:32.606Z] Average: 1 2.10 0.00 0.85 0.38 0.05 96.61 [2021-01-20T06:42:32.606Z] Average: 2 1.81 0.00 0.87 0.20 0.04 97.08 [2021-01-20T06:42:32.606Z] Average: 3 2.74 0.00 0.71 0.29 0.04 96.22 [2021-01-20T06:42:32.606Z] [2021-01-20T06:42:32.606Z] [2021-01-20T06:42:32.606Z]