Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of AlexCuse for edgexfoundry/app-functions-sdk-go Loading trusted files from base branch master at d5e638f2527a7df0e2423fefa94ca91616313c76 rather than cebda27dbbbe00994d9e59a713edc86daf18d80f Obtained Jenkinsfile from d5e638f2527a7df0e2423fefa94ca91616313c76 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 48b313303ce5ba460cd13c4c603c4b280f104d53 # timeout=10 Commit message: "Merge pull request #305 from ernestojeda/revert-go-mod-change" > 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-14993 in /w/workspace/ndry_app-functions-sdk-go_PR-587 [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-587 # 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 d5e638f2527a7df0e2423fefa94ca91616313c76 into PR head commit cebda27dbbbe00994d9e59a713edc86daf18d80f Merge succeeded, producing 845acb3d73ea66fc31874b36178c0bffc30eac0b Checking out Revision 845acb3d73ea66fc31874b36178c0bffc30eac0b (PR-587) > 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/587/head:refs/remotes/origin/PR-587 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cebda27dbbbe00994d9e59a713edc86daf18d80f # 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 d5e638f2527a7df0e2423fefa94ca91616313c76 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 845acb3d73ea66fc31874b36178c0bffc30eac0b # timeout=10 Commit message: "Merge commit 'd5e638f2527a7df0e2423fefa94ca91616313c76' into HEAD" > git rev-list --no-walk cebda27dbbbe00994d9e59a713edc86daf18d80f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-07T23:45:36.648Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-07T23:45:36.990Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-07T23:45:37.115Z] ========================================================= [2020-12-07T23:45:37.115Z] EdgeX Global Pipelines Version Info [2020-12-07T23:45:37.115Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-07T23:45:38.529Z] ------------------- [2020-12-07T23:45:38.529Z] stable info: [2020-12-07T23:45:38.529Z] ------------------- [2020-12-07T23:45:38.529Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-07T23:45:38.529Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-07T23:45:38.529Z] Message: update stable to v1.0.171 [2020-12-07T23:45:39.475Z] ------------------- [2020-12-07T23:45:39.475Z] experimental info: [2020-12-07T23:45:39.475Z] ------------------- [2020-12-07T23:45:39.475Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-07T23:45:39.475Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-07T23:45:39.475Z] Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T23:45:39.795Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-12-07T23:45:39.921Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-12-07T23:45:40.029Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-07T23:45:40.154Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-07T23:45:40.257Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-07T23:45:40.401Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-07T23:45:40.518Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-07T23:45:40.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-07T23:45:40.935Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-07T23:45:41.078Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-07T23:45:41.181Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-07T23:45:41.341Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-12-07T23:45:41.448Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-07T23:45:41.557Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-07T23:45:41.667Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-07T23:45:41.799Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-07T23:45:41.912Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-07T23:45:42.008Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-07T23:45:42.128Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-07T23:45:42.225Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-07T23:45:42.325Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-07T23:45:42.428Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-12-07T23:45:42.552Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-07T23:45:42.651Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-07T23:45:42.754Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-07T23:45:42.856Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-07T23:45:42.958Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-587 [Pipeline] echo [2020-12-07T23:45:43.056Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-587 [Pipeline] echo [2020-12-07T23:45:43.163Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-587 [Pipeline] echo [2020-12-07T23:45:43.259Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 845acb3d73ea66fc31874b36178c0bffc30eac0b [Pipeline] echo [2020-12-07T23:45:43.384Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 845acb3 [Pipeline] echo [2020-12-07T23:45:43.494Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-07T23:45:44.197Z] + git log --format=format:%s -1 845acb3d73ea66fc31874b36178c0bffc30eac0b [Pipeline] echo [2020-12-07T23:45:44.262Z] GIT_COMMIT: 845acb3d73ea66fc31874b36178c0bffc30eac0b, Commit Message: Merge commit 'd5e638f2527a7df0e2423fefa94ca91616313c76' into HEAD [Pipeline] echo [2020-12-07T23:45:44.316Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:45:45.287Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T23:45:45.550Z] [2020-12-07T23:45:45.550Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:45:45.897Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T23:45:45.897Z] latest: Pulling from edgex-devops/git-semver [2020-12-07T23:45:45.897Z] 31603596830f: Pulling fs layer [2020-12-07T23:45:45.897Z] 2a8b12db71e7: Pulling fs layer [2020-12-07T23:45:45.897Z] 6ca5941a6612: Pulling fs layer [2020-12-07T23:45:45.897Z] ecc8261a40a4: Pulling fs layer [2020-12-07T23:45:45.897Z] ecc8261a40a4: Waiting [2020-12-07T23:45:45.897Z] 2a8b12db71e7: Verifying Checksum [2020-12-07T23:45:45.897Z] 2a8b12db71e7: Download complete [2020-12-07T23:45:46.164Z] 31603596830f: Download complete [2020-12-07T23:45:46.164Z] ecc8261a40a4: Verifying Checksum [2020-12-07T23:45:46.164Z] ecc8261a40a4: Download complete [2020-12-07T23:45:46.426Z] 6ca5941a6612: Verifying Checksum [2020-12-07T23:45:46.426Z] 6ca5941a6612: Download complete [2020-12-07T23:45:46.426Z] 31603596830f: Pull complete [2020-12-07T23:45:46.689Z] 2a8b12db71e7: Pull complete [2020-12-07T23:45:47.263Z] 6ca5941a6612: Pull complete [2020-12-07T23:45:47.528Z] ecc8261a40a4: Pull complete [2020-12-07T23:45:47.528Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-07T23:45:47.528Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T23:45:47.528Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-07T23:45:47.622Z] prd-centos7-docker-4c-2g-14993 does not seem to be running inside a container [2020-12-07T23:45:47.664Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-587 -v /w/workspace/ndry_app-functions-sdk-go_PR-587:/w/workspace/ndry_app-functions-sdk-go_PR-587:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-587@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-587@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 [2020-12-07T23:45:49.617Z] $ docker top 0d3a5f40cfeff1a47aebe3eb511b06747507355b5f8bdeb9a0f8c875b6e503fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-07T23:45:49.908Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T23:45:49.908Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T23:45:50.105Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T23:45:50.108Z] $ docker exec 0d3a5f40cfeff1a47aebe3eb511b06747507355b5f8bdeb9a0f8c875b6e503fc ssh-agent [2020-12-07T23:45:50.272Z] SSH_AUTH_SOCK=/tmp/ssh-VAzefkVapGFx/agent.12 [2020-12-07T23:45:50.272Z] SSH_AGENT_PID=18 [2020-12-07T23:45:50.281Z] Running ssh-add (command line suppressed) [2020-12-07T23:45:50.391Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-587@tmp/private_key_669545404779551489.key (/w/workspace/ndry_app-functions-sdk-go_PR-587@tmp/private_key_669545404779551489.key) [2020-12-07T23:45:50.439Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T23:45:50.779Z] + git tag --points-at HEAD [Pipeline] } [2020-12-07T23:45:50.797Z] $ docker exec --env ******** --env ******** 0d3a5f40cfeff1a47aebe3eb511b06747507355b5f8bdeb9a0f8c875b6e503fc ssh-agent -k [2020-12-07T23:45:50.925Z] unset SSH_AUTH_SOCK; [2020-12-07T23:45:50.925Z] unset SSH_AGENT_PID; [2020-12-07T23:45:50.925Z] echo Agent pid 18 killed; [2020-12-07T23:45:50.968Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-07T23:45:51.120Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T23:45:51.120Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T23:45:51.285Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T23:45:51.288Z] $ docker exec 0d3a5f40cfeff1a47aebe3eb511b06747507355b5f8bdeb9a0f8c875b6e503fc ssh-agent [2020-12-07T23:45:51.438Z] SSH_AUTH_SOCK=/tmp/ssh-JCpt61EG7Rxn/agent.46 [2020-12-07T23:45:51.438Z] SSH_AGENT_PID=52 [2020-12-07T23:45:51.444Z] Running ssh-add (command line suppressed) [2020-12-07T23:45:51.554Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-587@tmp/private_key_2331637054900431795.key (/w/workspace/ndry_app-functions-sdk-go_PR-587@tmp/private_key_2331637054900431795.key) [2020-12-07T23:45:51.610Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T23:45:51.951Z] + git semver init [2020-12-07T23:45:51.951Z] # -> Open(): unable to determine branch for HEAD [2020-12-07T23:45:51.951Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-587/.git [2020-12-07T23:45:51.951Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-587 [2020-12-07T23:45:51.951Z] # $SEMVER_REMOTE_NAME = origin [2020-12-07T23:45:51.951Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-07T23:45:51.951Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-07T23:45:51.951Z] # $SEMVER_BRANCH = PR-587 [2020-12-07T23:45:51.951Z] # $SEMVER_TEMP = /tmp/semver-817980441 [2020-12-07T23:45:51.951Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-12-07T23:45:54.507Z] # '/tmp/semver-817980441' -> '/w/workspace/ndry_app-functions-sdk-go_PR-587/.semver' [2020-12-07T23:45:54.507Z] # -> Force: false [2020-12-07T23:45:54.507Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-587/.semver [Pipeline] } [2020-12-07T23:45:54.521Z] $ docker exec --env ******** --env ******** 0d3a5f40cfeff1a47aebe3eb511b06747507355b5f8bdeb9a0f8c875b6e503fc ssh-agent -k [2020-12-07T23:45:54.656Z] unset SSH_AUTH_SOCK; [2020-12-07T23:45:54.656Z] unset SSH_AGENT_PID; [2020-12-07T23:45:54.656Z] echo Agent pid 52 killed; [2020-12-07T23:45:54.727Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-07T23:45:55.311Z] + git semver [Pipeline] } [2020-12-07T23:45:55.329Z] $ docker stop --time=1 0d3a5f40cfeff1a47aebe3eb511b06747507355b5f8bdeb9a0f8c875b6e503fc [2020-12-07T23:45:56.809Z] $ docker rm -f 0d3a5f40cfeff1a47aebe3eb511b06747507355b5f8bdeb9a0f8c875b6e503fc [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-07T23:45:57.269Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-07T23:45:57.787Z] Stashed 1 file(s) [Pipeline] echo [2020-12-07T23:45:57.793Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-12-07T23:46:13.382Z] Still waiting to schedule task [2020-12-07T23:46:13.382Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-14993’ [2020-12-07T23:46:13.384Z] Still waiting to schedule task [2020-12-07T23:46:13.384Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-12-07T23:47:48.410Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14994 in /w/workspace/ndry_app-functions-sdk-go_PR-587 [Pipeline] { [Pipeline] ws [2020-12-07T23:47:48.524Z] Running in /w/workspace/app-functions-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-12-07T23:47:53.222Z] Running on prd-centos7-docker-4c-2g-14995 in /w/workspace/ndry_app-functions-sdk-go_PR-587 [Pipeline] { [Pipeline] ws [2020-12-07T23:47:53.282Z] Running in /w/workspace/app-functions-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-12-07T23:47:53.897Z] using credential edgex-jenkins-ssh [2020-12-07T23:47:53.966Z] Cloning the remote Git repository [2020-12-07T23:47:54.048Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-07T23:47:54.171Z] > git init /w/workspace/app-functions-sdk-go/3 # timeout=10 [2020-12-07T23:47:54.254Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-07T23:47:54.254Z] > git --version # timeout=10 [2020-12-07T23:47:54.269Z] > git --version # 'git version 2.17.1' [2020-12-07T23:47:54.270Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T23:47:54.365Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-07T23:47:55.756Z] using credential edgex-jenkins-ssh [2020-12-07T23:47:55.818Z] Cloning the remote Git repository [2020-12-07T23:47:55.847Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-07T23:47:55.916Z] > git init /w/workspace/app-functions-sdk-go/3 # timeout=10 [2020-12-07T23:47:55.974Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-07T23:47:55.974Z] > git --version # timeout=10 [2020-12-07T23:47:55.988Z] > git --version # 'git version 2.24.3' [2020-12-07T23:47:55.988Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T23:47:56.027Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-07T23:47:57.282Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-07T23:47:57.304Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-07T23:47:57.383Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-07T23:47:57.883Z] Merging remotes/origin/master commit d5e638f2527a7df0e2423fefa94ca91616313c76 into PR head commit cebda27dbbbe00994d9e59a713edc86daf18d80f [2020-12-07T23:47:58.013Z] Merge succeeded, producing 7003710ae3942784f9769dfab5a0ac2d4a4219ea [2020-12-07T23:47:58.014Z] Checking out Revision 7003710ae3942784f9769dfab5a0ac2d4a4219ea (PR-587) [2020-12-07T23:47:57.407Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-07T23:47:57.419Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-07T23:47:57.431Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-07T23:47:57.443Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-07T23:47:57.443Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T23:47:57.447Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/587/head:refs/remotes/origin/PR-587 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-07T23:47:57.894Z] > git config core.sparsecheckout # timeout=10 [2020-12-07T23:47:57.899Z] > git checkout -f cebda27dbbbe00994d9e59a713edc86daf18d80f # timeout=10 [2020-12-07T23:47:57.954Z] > git remote # timeout=10 [2020-12-07T23:47:57.960Z] > git config --get remote.origin.url # timeout=10 [2020-12-07T23:47:57.966Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T23:47:57.970Z] > git merge d5e638f2527a7df0e2423fefa94ca91616313c76 # timeout=10 [2020-12-07T23:47:58.009Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-07T23:47:58.019Z] > git config core.sparsecheckout # timeout=10 [2020-12-07T23:47:58.023Z] > git checkout -f 7003710ae3942784f9769dfab5a0ac2d4a4219ea # timeout=10 [2020-12-07T23:47:58.143Z] Merging remotes/origin/master commit d5e638f2527a7df0e2423fefa94ca91616313c76 into PR head commit cebda27dbbbe00994d9e59a713edc86daf18d80f [2020-12-07T23:47:58.458Z] Merge succeeded, producing d634942fe3ea738a84bc5acf15073b7fa833ba85 [2020-12-07T23:47:58.459Z] Checking out Revision d634942fe3ea738a84bc5acf15073b7fa833ba85 (PR-587) [2020-12-07T23:47:57.482Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-07T23:47:57.482Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T23:47:57.509Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/587/head:refs/remotes/origin/PR-587 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-07T23:47:58.164Z] > git config core.sparsecheckout # timeout=10 [2020-12-07T23:47:58.188Z] > git checkout -f cebda27dbbbe00994d9e59a713edc86daf18d80f # timeout=10 [2020-12-07T23:47:58.303Z] > git remote # timeout=10 [2020-12-07T23:47:58.325Z] > git config --get remote.origin.url # timeout=10 [2020-12-07T23:47:58.345Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T23:47:58.355Z] > git merge d5e638f2527a7df0e2423fefa94ca91616313c76 # timeout=10 [2020-12-07T23:47:58.442Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-07T23:47:58.470Z] > git config core.sparsecheckout # timeout=10 [2020-12-07T23:47:58.487Z] > git checkout -f d634942fe3ea738a84bc5acf15073b7fa833ba85 # timeout=10 [2020-12-07T23:48:01.624Z] Commit message: "Merge commit 'd5e638f2527a7df0e2423fefa94ca91616313c76' into HEAD" [2020-12-07T23:48:01.632Z] > git rev-list --no-walk cebda27dbbbe00994d9e59a713edc86daf18d80f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-07T23:48:02.726Z] Commit message: "Merge commit 'd5e638f2527a7df0e2423fefa94ca91616313c76' into HEAD" [2020-12-07T23:48:02.739Z] > git rev-list --no-walk cebda27dbbbe00994d9e59a713edc86daf18d80f # timeout=10 [2020-12-07T23:48:03.184Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [Pipeline] withEnv [Pipeline] { [2020-12-07T23:48:03.521Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-07T23:48:03.867Z] + sudo service docker restart [2020-12-07T23:48:03.867Z] + true [2020-12-07T23:48:03.867Z] Redirecting to /bin/systemctl restart docker.service [2020-12-07T23:48:04.706Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [Pipeline] unstash [2020-12-07T23:48:05.115Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] echo [2020-12-07T23:48:05.131Z] ========================================================= [2020-12-07T23:48:05.131Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-07T23:48:05.131Z] ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:48:05.508Z] + + true [2020-12-07T23:48:05.508Z] sudo service docker restart [2020-12-07T23:48:05.591Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-07T23:48:06.169Z] Sending build context to Docker daemon 19.2MB [2020-12-07T23:48:06.169Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-07T23:48:06.169Z] Step 2/8 : FROM ${BASE} [2020-12-07T23:48:06.431Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-07T23:48:06.431Z] 188c0c94c7c5: Pulling fs layer [2020-12-07T23:48:06.431Z] 0ef7d3d256c8: Pulling fs layer [2020-12-07T23:48:06.431Z] de9db76c5a1d: Pulling fs layer [2020-12-07T23:48:06.431Z] bca2f99d35d6: Pulling fs layer [2020-12-07T23:48:06.431Z] 93359f2a8cfa: Pulling fs layer [2020-12-07T23:48:06.431Z] 7c6f9722023f: Pulling fs layer [2020-12-07T23:48:06.431Z] a35cf1a2eb13: Pulling fs layer [2020-12-07T23:48:06.431Z] 93359f2a8cfa: Waiting [2020-12-07T23:48:06.431Z] 7c6f9722023f: Waiting [2020-12-07T23:48:06.431Z] a35cf1a2eb13: Waiting [2020-12-07T23:48:06.431Z] bca2f99d35d6: Waiting [2020-12-07T23:48:06.431Z] de9db76c5a1d: Download complete [2020-12-07T23:48:06.431Z] 0ef7d3d256c8: Verifying Checksum [2020-12-07T23:48:06.431Z] 0ef7d3d256c8: Download complete [2020-12-07T23:48:06.431Z] 93359f2a8cfa: Verifying Checksum [2020-12-07T23:48:06.431Z] 93359f2a8cfa: Download complete [2020-12-07T23:48:06.431Z] 7c6f9722023f: Verifying Checksum [2020-12-07T23:48:06.431Z] 7c6f9722023f: Download complete [2020-12-07T23:48:06.431Z] 188c0c94c7c5: Verifying Checksum [2020-12-07T23:48:06.431Z] 188c0c94c7c5: Download complete [2020-12-07T23:48:06.693Z] 188c0c94c7c5: Pull complete [2020-12-07T23:48:06.955Z] 0ef7d3d256c8: Pull complete [2020-12-07T23:48:06.955Z] de9db76c5a1d: Pull complete [Pipeline] unstash [Pipeline] echo [2020-12-07T23:48:07.739Z] ========================================================= [2020-12-07T23:48:07.739Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-07T23:48:07.739Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:48:08.119Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-07T23:48:08.884Z] a35cf1a2eb13: Verifying Checksum [2020-12-07T23:48:08.884Z] a35cf1a2eb13: Download complete [2020-12-07T23:48:09.106Z] Sending build context to Docker daemon 19.19MB [2020-12-07T23:48:09.106Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-07T23:48:09.106Z] Step 2/8 : FROM ${BASE} [2020-12-07T23:48:09.466Z] bca2f99d35d6: Verifying Checksum [2020-12-07T23:48:09.466Z] bca2f99d35d6: Download complete [2020-12-07T23:48:09.705Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-07T23:48:09.705Z] 5f621e34cdf4: Pulling fs layer [2020-12-07T23:48:09.705Z] a4357932f1b6: Pulling fs layer [2020-12-07T23:48:09.705Z] 18c013af1878: Pulling fs layer [2020-12-07T23:48:09.705Z] 00ac8860ef70: Pulling fs layer [2020-12-07T23:48:09.705Z] 63d7cb157983: Pulling fs layer [2020-12-07T23:48:09.705Z] b116817d02f9: Pulling fs layer [2020-12-07T23:48:09.705Z] 745a02a5169b: Pulling fs layer [2020-12-07T23:48:09.705Z] 00ac8860ef70: Waiting [2020-12-07T23:48:09.705Z] 63d7cb157983: Waiting [2020-12-07T23:48:09.705Z] b116817d02f9: Waiting [2020-12-07T23:48:09.705Z] 18c013af1878: Verifying Checksum [2020-12-07T23:48:09.705Z] 18c013af1878: Download complete [2020-12-07T23:48:09.705Z] a4357932f1b6: Verifying Checksum [2020-12-07T23:48:09.705Z] a4357932f1b6: Download complete [2020-12-07T23:48:09.705Z] 63d7cb157983: Verifying Checksum [2020-12-07T23:48:09.705Z] 63d7cb157983: Download complete [2020-12-07T23:48:09.705Z] b116817d02f9: Verifying Checksum [2020-12-07T23:48:09.705Z] b116817d02f9: Download complete [2020-12-07T23:48:09.705Z] 5f621e34cdf4: Verifying Checksum [2020-12-07T23:48:09.705Z] 5f621e34cdf4: Download complete [2020-12-07T23:48:10.310Z] 5f621e34cdf4: Pull complete [2020-12-07T23:48:11.301Z] a4357932f1b6: Pull complete [2020-12-07T23:48:11.580Z] 18c013af1878: Pull complete [2020-12-07T23:48:11.856Z] 745a02a5169b: Verifying Checksum [2020-12-07T23:48:11.856Z] 745a02a5169b: Download complete [2020-12-07T23:48:13.300Z] 00ac8860ef70: Verifying Checksum [2020-12-07T23:48:13.300Z] 00ac8860ef70: Download complete [2020-12-07T23:48:14.821Z] bca2f99d35d6: Pull complete [2020-12-07T23:48:14.821Z] 93359f2a8cfa: Pull complete [2020-12-07T23:48:14.821Z] 7c6f9722023f: Pull complete [2020-12-07T23:48:20.159Z] a35cf1a2eb13: Pull complete [2020-12-07T23:48:20.159Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-07T23:48:20.159Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-07T23:48:20.159Z] ---> a62c8e92a672 [2020-12-07T23:48:20.159Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-07T23:48:20.159Z] latest: Pulling from library/docker [2020-12-07T23:48:20.159Z] 188c0c94c7c5: Already exists [2020-12-07T23:48:20.159Z] 0c7c675703d6: Pulling fs layer [2020-12-07T23:48:20.159Z] cc8c12a437cb: Pulling fs layer [2020-12-07T23:48:20.159Z] f092543453df: Pulling fs layer [2020-12-07T23:48:20.159Z] 65b6bc45957d: Pulling fs layer [2020-12-07T23:48:20.159Z] 4de832df471b: Pulling fs layer [2020-12-07T23:48:20.159Z] 79aa7fa92271: Pulling fs layer [2020-12-07T23:48:20.159Z] 65b6bc45957d: Waiting [2020-12-07T23:48:20.159Z] 4de832df471b: Waiting [2020-12-07T23:48:20.159Z] 79aa7fa92271: Waiting [2020-12-07T23:48:20.159Z] cc8c12a437cb: Verifying Checksum [2020-12-07T23:48:20.159Z] cc8c12a437cb: Download complete [2020-12-07T23:48:20.159Z] 65b6bc45957d: Verifying Checksum [2020-12-07T23:48:20.159Z] 65b6bc45957d: Download complete [2020-12-07T23:48:20.159Z] 4de832df471b: Verifying Checksum [2020-12-07T23:48:20.159Z] 4de832df471b: Download complete [2020-12-07T23:48:20.159Z] 0c7c675703d6: Verifying Checksum [2020-12-07T23:48:20.159Z] 0c7c675703d6: Download complete [2020-12-07T23:48:20.159Z] 79aa7fa92271: Verifying Checksum [2020-12-07T23:48:20.159Z] 79aa7fa92271: Download complete [2020-12-07T23:48:20.424Z] 0c7c675703d6: Pull complete [2020-12-07T23:48:20.424Z] cc8c12a437cb: Pull complete [2020-12-07T23:48:21.381Z] f092543453df: Verifying Checksum [2020-12-07T23:48:21.381Z] f092543453df: Download complete [2020-12-07T23:48:23.511Z] 00ac8860ef70: Pull complete [2020-12-07T23:48:23.788Z] 63d7cb157983: Pull complete [2020-12-07T23:48:24.064Z] b116817d02f9: Pull complete [2020-12-07T23:48:24.728Z] f092543453df: Pull complete [2020-12-07T23:48:24.728Z] 65b6bc45957d: Pull complete [2020-12-07T23:48:24.728Z] 4de832df471b: Pull complete [2020-12-07T23:48:24.728Z] 79aa7fa92271: Pull complete [2020-12-07T23:48:24.728Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-07T23:48:24.728Z] Status: Downloaded newer image for docker:latest [2020-12-07T23:48:26.128Z] ---> 5cb35f9db5d4 [2020-12-07T23:48:26.128Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-07T23:48:26.391Z] ---> Running in 7ae30a04bd17 [2020-12-07T23:48:26.391Z] Removing intermediate container 7ae30a04bd17 [2020-12-07T23:48:26.391Z] ---> ca8b10825799 [2020-12-07T23:48:26.391Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-12-07T23:48:26.657Z] ---> Running in 0b3c52d3e326 [2020-12-07T23:48:27.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T23:48:28.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T23:48:28.395Z] 745a02a5169b: Pull complete [2020-12-07T23:48:28.395Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-07T23:48:28.395Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-07T23:48:28.395Z] ---> b7e6874047d6 [2020-12-07T23:48:28.395Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-07T23:48:28.395Z] latest: Pulling from library/docker [2020-12-07T23:48:28.395Z] 5f621e34cdf4: Already exists [2020-12-07T23:48:28.395Z] 85db56a05063: Pulling fs layer [2020-12-07T23:48:28.395Z] ccb67d6aeaaa: Pulling fs layer [2020-12-07T23:48:28.395Z] de930078acea: Pulling fs layer [2020-12-07T23:48:28.395Z] d5a9d88a4785: Pulling fs layer [2020-12-07T23:48:28.395Z] e7f15c1544d5: Pulling fs layer [2020-12-07T23:48:28.395Z] 877c515997d3: Pulling fs layer [2020-12-07T23:48:28.395Z] d5a9d88a4785: Waiting [2020-12-07T23:48:28.395Z] e7f15c1544d5: Waiting [2020-12-07T23:48:28.395Z] 877c515997d3: Waiting [2020-12-07T23:48:28.395Z] ccb67d6aeaaa: Download complete [2020-12-07T23:48:28.395Z] d5a9d88a4785: Verifying Checksum [2020-12-07T23:48:28.395Z] d5a9d88a4785: Download complete [2020-12-07T23:48:28.395Z] e7f15c1544d5: Download complete [2020-12-07T23:48:28.395Z] 85db56a05063: Retrying in 5 seconds [2020-12-07T23:48:28.395Z] 877c515997d3: Download complete [2020-12-07T23:48:28.765Z] (1/5) Installing libsodium (1.0.18-r0) [2020-12-07T23:48:28.993Z] 85db56a05063: Retrying in 4 seconds [2020-12-07T23:48:29.027Z] (2/5) Installing libzmq (4.3.3-r0) [2020-12-07T23:48:29.027Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-12-07T23:48:29.293Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-12-07T23:48:29.294Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-12-07T23:48:29.294Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T23:48:29.294Z] OK: 167 MiB in 44 packages [2020-12-07T23:48:29.586Z] de930078acea: Download complete [2020-12-07T23:48:30.187Z] 85db56a05063: Retrying in 3 seconds [2020-12-07T23:48:30.241Z] Removing intermediate container 0b3c52d3e326 [2020-12-07T23:48:30.241Z] ---> 4e2e886730e0 [2020-12-07T23:48:30.241Z] Step 6/8 : WORKDIR /build [2020-12-07T23:48:30.241Z] ---> Running in ecc1ccd1d674 [2020-12-07T23:48:30.241Z] Removing intermediate container ecc1ccd1d674 [2020-12-07T23:48:30.241Z] ---> 16cfb62a72d9 [2020-12-07T23:48:30.241Z] Step 7/8 : COPY go.mod . [2020-12-07T23:48:30.503Z] ---> e4cecf22334e [2020-12-07T23:48:30.503Z] Step 8/8 : RUN go mod download [2020-12-07T23:48:30.503Z] ---> Running in 8562a1fb8b94 [2020-12-07T23:48:31.170Z] 85db56a05063: Retrying in 2 seconds [2020-12-07T23:48:32.150Z] 85db56a05063: Retrying in 1 second [2020-12-07T23:48:33.595Z] 85db56a05063: Retrying in 10 seconds [2020-12-07T23:48:34.566Z] 85db56a05063: Retrying in 9 seconds [2020-12-07T23:48:35.541Z] 85db56a05063: Retrying in 8 seconds [2020-12-07T23:48:36.512Z] 85db56a05063: Retrying in 7 seconds [2020-12-07T23:48:37.485Z] 85db56a05063: Retrying in 6 seconds [2020-12-07T23:48:38.459Z] 85db56a05063: Retrying in 5 seconds [2020-12-07T23:48:39.432Z] 85db56a05063: Retrying in 4 seconds [2020-12-07T23:48:40.400Z] 85db56a05063: Retrying in 3 seconds [2020-12-07T23:48:41.371Z] 85db56a05063: Retrying in 2 seconds [2020-12-07T23:48:42.798Z] 85db56a05063: Retrying in 1 second [2020-12-07T23:48:43.774Z] 85db56a05063: Download complete [2020-12-07T23:48:44.372Z] 85db56a05063: Pull complete [2020-12-07T23:48:44.646Z] ccb67d6aeaaa: Pull complete [2020-12-07T23:48:48.032Z] de930078acea: Pull complete [2020-12-07T23:48:50.032Z] d5a9d88a4785: Pull complete [2020-12-07T23:48:50.032Z] e7f15c1544d5: Pull complete [2020-12-07T23:48:50.305Z] 877c515997d3: Pull complete [2020-12-07T23:48:50.305Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-07T23:48:50.305Z] Status: Downloaded newer image for docker:latest [2020-12-07T23:48:52.560Z] Removing intermediate container 8562a1fb8b94 [2020-12-07T23:48:52.560Z] ---> bf189a8899d7 [2020-12-07T23:48:52.560Z] Successfully built bf189a8899d7 [2020-12-07T23:48:52.560Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:48:52.875Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-07T23:48:52.875Z] . [Pipeline] withDockerContainer [2020-12-07T23:48:53.027Z] prd-centos7-docker-4c-2g-14995 does not seem to be running inside a container [2020-12-07T23:48:53.081Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/3 -v /w/workspace/app-functions-sdk-go/3:/w/workspace/app-functions-sdk-go/3:rw,z -v /w/workspace/app-functions-sdk-go/3@tmp:/w/workspace/app-functions-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-07T23:48:53.847Z] $ docker top b63dd6c6d1ba7126305c083ac961d9cc15ce0d633b332509465ba34d2268a8d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T23:48:54.343Z] + go version [2020-12-07T23:48:54.343Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-07T23:48:54.359Z] $ docker stop --time=1 b63dd6c6d1ba7126305c083ac961d9cc15ce0d633b332509465ba34d2268a8d7 [2020-12-07T23:48:54.635Z] ---> d79ee55c1ac1 [2020-12-07T23:48:54.635Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-07T23:48:54.911Z] ---> Running in 986a78d58be5 [2020-12-07T23:48:55.185Z] Removing intermediate container 986a78d58be5 [2020-12-07T23:48:55.185Z] ---> 76c99a8406bb [2020-12-07T23:48:55.185Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-12-07T23:48:55.457Z] ---> Running in 2a24fc6643d9 [2020-12-07T23:48:55.738Z] $ docker rm -f b63dd6c6d1ba7126305c083ac961d9cc15ce0d633b332509465ba34d2268a8d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:48:56.640Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-07T23:48:56.641Z] . [Pipeline] withDockerContainer [2020-12-07T23:48:56.741Z] prd-centos7-docker-4c-2g-14995 does not seem to be running inside a container [2020-12-07T23:48:56.797Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/3 -v /w/workspace/app-functions-sdk-go/3:/w/workspace/app-functions-sdk-go/3:rw,z -v /w/workspace/app-functions-sdk-go/3@tmp:/w/workspace/app-functions-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-07T23:48:56.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T23:48:57.457Z] $ docker top c109f0f2ddb22b09c9abe345afe9053b28a8a99918ef0bf8b128620026358f5f -eo pid,comm [2020-12-07T23:48:57.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2020-12-07T23:48:58.053Z] + make test [2020-12-07T23:48:58.053Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-07T23:48:58.461Z] (1/5) Installing libsodium (1.0.18-r0) [2020-12-07T23:48:58.461Z] (2/5) Installing libzmq (4.3.3-r0) [2020-12-07T23:48:58.733Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-12-07T23:48:58.733Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-12-07T23:48:59.005Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-12-07T23:48:59.005Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T23:48:59.005Z] OK: 144 MiB in 44 packages [2020-12-07T23:48:59.456Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-12-07T23:49:00.443Z] Removing intermediate container 2a24fc6643d9 [2020-12-07T23:49:00.443Z] ---> fbd4cccc1116 [2020-12-07T23:49:00.443Z] Step 6/8 : WORKDIR /build [2020-12-07T23:49:00.443Z] ---> Running in 2d7276f02a81 [2020-12-07T23:49:01.045Z] Removing intermediate container 2d7276f02a81 [2020-12-07T23:49:01.045Z] ---> 667ca4306ce6 [2020-12-07T23:49:01.045Z] Step 7/8 : COPY go.mod . [2020-12-07T23:49:01.657Z] ---> d1470b8e2987 [2020-12-07T23:49:01.657Z] Step 8/8 : RUN go mod download [2020-12-07T23:49:01.657Z] ---> Running in c925763019b5 [2020-12-07T23:49:06.129Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.029s coverage: 86.2% of statements [2020-12-07T23:49:18.483Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.042s coverage: 53.1% of statements [2020-12-07T23:49:18.483Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-12-07T23:49:18.483Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-12-07T23:49:18.483Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.023s coverage: 54.7% of statements [2020-12-07T23:49:18.483Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-12-07T23:49:18.483Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.028s coverage: 69.1% of statements [2020-12-07T23:49:28.444Z] Removing intermediate container c925763019b5 [2020-12-07T23:49:28.444Z] ---> 5c572a9c4af9 [2020-12-07T23:49:28.444Z] Successfully built 5c572a9c4af9 [2020-12-07T23:49:28.444Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:49:28.782Z] + docker inspect -f . ci-base-image-arm64 [2020-12-07T23:49:28.782Z] . [Pipeline] withDockerContainer [2020-12-07T23:49:29.053Z] prd-ubuntu18.04-docker-arm64-4c-16g-14994 does not seem to be running inside a container [2020-12-07T23:49:29.136Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/3 -v /w/workspace/app-functions-sdk-go/3:/w/workspace/app-functions-sdk-go/3:rw,z -v /w/workspace/app-functions-sdk-go/3@tmp:/w/workspace/app-functions-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-07T23:49:30.707Z] $ docker top eb1b0eb59fdb845f0d0572ec02366ef6b3ecedbf27e9583e7c7558891e7f0884 -eo pid,comm [2020-12-07T23:49:30.737Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.419s coverage: 61.6% of statements [2020-12-07T23:49:30.737Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.006s coverage: 89.5% of statements [2020-12-07T23:49:30.737Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements [2020-12-07T23:49:30.737Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.014s coverage: 100.0% of statements [2020-12-07T23:49:30.737Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements [2020-12-07T23:49:30.737Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.006s coverage: 100.0% of statements [2020-12-07T23:49:30.737Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-12-07T23:49:30.737Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-12-07T23:49:30.737Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-12-07T23:49:30.737Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-12-07T23:49:30.737Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-12-07T23:49:30.737Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-12-07T23:49:30.737Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-12-07T23:49:30.737Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.008s coverage: 97.7% of statements [2020-12-07T23:49:30.737Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-12-07T23:49:30.737Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.009s coverage: 8.8% of statements [2020-12-07T23:49:30.737Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.917s coverage: 75.0% of statements [2020-12-07T23:49:30.737Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-12-07T23:49:30.737Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.015s coverage: 89.7% of statements [2020-12-07T23:49:30.737Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.008s coverage: 88.9% of statements [2020-12-07T23:49:30.737Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.012s coverage: 80.5% of statements [2020-12-07T23:49:30.737Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.009s coverage: 71.7% of statements [Pipeline] { [Pipeline] sh [2020-12-07T23:49:31.721Z] + go version [2020-12-07T23:49:31.721Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-07T23:49:31.747Z] $ docker stop --time=1 eb1b0eb59fdb845f0d0572ec02366ef6b3ecedbf27e9583e7c7558891e7f0884 [2020-12-07T23:49:33.724Z] $ docker rm -f eb1b0eb59fdb845f0d0572ec02366ef6b3ecedbf27e9583e7c7558891e7f0884 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:49:34.888Z] + docker inspect -f . ci-base-image-arm64 [2020-12-07T23:49:34.888Z] . [Pipeline] withDockerContainer [2020-12-07T23:49:35.148Z] prd-ubuntu18.04-docker-arm64-4c-16g-14994 does not seem to be running inside a container [2020-12-07T23:49:35.229Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/3 -v /w/workspace/app-functions-sdk-go/3:/w/workspace/app-functions-sdk-go/3:rw,z -v /w/workspace/app-functions-sdk-go/3@tmp:/w/workspace/app-functions-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-07T23:49:36.821Z] $ docker top 0348608050d07f7ec222fd057f655ea193b463b8f6dc0358c51fee5099afe60d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T23:49:37.863Z] + make test [2020-12-07T23:49:37.864Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-07T23:49:39.308Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-12-07T23:49:48.880Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.021s coverage: 71.0% of statements [2020-12-07T23:49:48.880Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements [2020-12-07T23:49:48.880Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-12-07T23:49:49.457Z] gofmt -l . [2020-12-07T23:49:49.457Z] [ "`gofmt -l .`" = "" ] [2020-12-07T23:49:49.457Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-07T23:49:50.054Z] $ docker stop --time=1 c109f0f2ddb22b09c9abe345afe9053b28a8a99918ef0bf8b128620026358f5f [2020-12-07T23:49:51.786Z] $ docker rm -f c109f0f2ddb22b09c9abe345afe9053b28a8a99918ef0bf8b128620026358f5f [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-07T23:49:52.433Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-07T23:49:52.799Z] 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] } [2020-12-07T23:50:06.523Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.051s coverage: 86.2% of statements [2020-12-07T23:50:28.757Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.050s coverage: 53.1% of statements [2020-12-07T23:50:28.757Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-12-07T23:50:28.757Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-12-07T23:50:28.757Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.061s coverage: 54.7% of statements [2020-12-07T23:50:28.757Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-12-07T23:50:28.757Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.041s coverage: 69.1% of statements [2020-12-07T23:50:38.922Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.448s coverage: 61.6% of statements [2020-12-07T23:50:38.922Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.013s coverage: 89.5% of statements [2020-12-07T23:50:38.922Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.020s coverage: 100.0% of statements [2020-12-07T23:50:38.922Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.032s coverage: 100.0% of statements [2020-12-07T23:50:38.923Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.011s coverage: 100.0% of statements [2020-12-07T23:50:38.923Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.011s coverage: 100.0% of statements [2020-12-07T23:50:38.923Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-12-07T23:50:38.923Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-12-07T23:50:38.923Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-12-07T23:50:38.923Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-12-07T23:50:38.923Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-12-07T23:50:38.923Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-12-07T23:50:38.923Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-12-07T23:50:38.923Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.013s coverage: 97.7% of statements [2020-12-07T23:50:38.923Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-12-07T23:50:38.923Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.021s coverage: 8.8% of statements [2020-12-07T23:50:38.923Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.935s coverage: 75.0% of statements [2020-12-07T23:50:38.923Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-12-07T23:50:38.923Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.035s coverage: 89.7% of statements [2020-12-07T23:50:38.923Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.024s coverage: 88.9% of statements [2020-12-07T23:50:38.923Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.033s coverage: 80.5% of statements [2020-12-07T23:50:38.923Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.042s coverage: 71.7% of statements [2020-12-07T23:51:05.683Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.059s coverage: 71.0% of statements [2020-12-07T23:51:05.683Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.014s coverage: 94.4% of statements [2020-12-07T23:51:05.683Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-12-07T23:51:13.984Z] gofmt -l . [2020-12-07T23:51:13.984Z] [ "`gofmt -l .`" = "" ] [2020-12-07T23:51:13.984Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-07T23:51:14.603Z] $ docker stop --time=1 0348608050d07f7ec222fd057f655ea193b463b8f6dc0358c51fee5099afe60d [2020-12-07T23:51:16.749Z] $ docker rm -f 0348608050d07f7ec222fd057f655ea193b463b8f6dc0358c51fee5099afe60d [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-07T23:51:17.773Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-07T23:51:17.843Z] Warning: overwriting stash ‘coverage-report’ [2020-12-07T23:51:18.620Z] 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 [2020-12-07T23:51:24.314Z] provisioning config files... [2020-12-07T23:51:24.326Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-587@tmp/config8486636777927658367tmp [Pipeline] { [Pipeline] sh [2020-12-07T23:51:24.708Z] + set +x [2020-12-07T23:51:24.708Z] + curl -s https://codecov.io/bash [2020-12-07T23:51:24.708Z] + bash -s -- [2020-12-07T23:51:24.971Z] [2020-12-07T23:51:24.971Z] _____ _ [2020-12-07T23:51:24.971Z] / ____| | | [2020-12-07T23:51:24.971Z] | | ___ __| | ___ ___ _____ __ [2020-12-07T23:51:24.971Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-07T23:51:24.971Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-07T23:51:24.971Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-07T23:51:24.971Z] Bash-20201130-cc6d3fe [2020-12-07T23:51:24.971Z] [2020-12-07T23:51:24.971Z] [2020-12-07T23:51:24.971Z] ==> Jenkins CI detected. [2020-12-07T23:51:24.971Z] project root: . [2020-12-07T23:51:24.971Z] --> token set from env [2020-12-07T23:51:24.971Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-07T23:51:24.971Z] ==> Running gcov in . (disable via -X gcov) [2020-12-07T23:51:24.971Z] ==> Python coveragepy not found [2020-12-07T23:51:24.971Z] ==> Searching for coverage reports in: [2020-12-07T23:51:24.971Z] + . [2020-12-07T23:51:24.971Z] -> Found 1 reports [2020-12-07T23:51:24.971Z] ==> Detecting git/mercurial file structure [2020-12-07T23:51:24.971Z] ==> Reading reports [2020-12-07T23:51:24.971Z] + ./coverage.out bytes=90324 [2020-12-07T23:51:24.971Z] ==> Appending adjustments [2020-12-07T23:51:24.971Z] https://docs.codecov.io/docs/fixing-reports [2020-12-07T23:51:25.546Z] + Found adjustments [2020-12-07T23:51:25.546Z] ==> Gzipping contents [2020-12-07T23:51:25.546Z] 16K /tmp/codecov.axkie0.gz [2020-12-07T23:51:25.546Z] ==> Uploading reports [2020-12-07T23:51:25.546Z] url: https://codecov.io [2020-12-07T23:51:25.546Z] query: branch=PR-587&commit=845acb3d73ea66fc31874b36178c0bffc30eac0b&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-587%2F3%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=587&job=&cmd_args= [2020-12-07T23:51:25.546Z] -> Pinging Codecov [2020-12-07T23:51:25.546Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-587&commit=845acb3d73ea66fc31874b36178c0bffc30eac0b&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-587%2F3%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=587&job=&cmd_args= [2020-12-07T23:51:26.934Z] -> Uploading to [2020-12-07T23:51:26.934Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-07/3D8B5DFFC46A037C893635FACE044666/845acb3d73ea66fc31874b36178c0bffc30eac0b/6a0d74bf-8de6-47fb-b502-af3722647bd0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201207T235126Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=52c1cecc6a535c352172db86b6f87e2ff3ef2e3cf62f7e4ce9b4fc85c61aad15 [2020-12-07T23:51:26.934Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T23:51:26.934Z] Dload Upload Total Spent Left Speed [2020-12-07T23:51:27.196Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15815 0 0 100 15815 0 37193 --:--:-- --:--:-- --:--:-- 37211 [2020-12-07T23:51:27.196Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/845acb3d73ea66fc31874b36178c0bffc30eac0b [Pipeline] } [2020-12-07T23:51:27.206Z] 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 [2020-12-07T23:51:29.810Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T23:51:30.123Z] ---> package-listing.sh [2020-12-07T23:51:30.123Z] ++ facter osfamily [2020-12-07T23:51:30.123Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-07T23:51:30.123Z] + OS_FAMILY=redhat [2020-12-07T23:51:30.123Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-587 [2020-12-07T23:51:30.123Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-07T23:51:30.123Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-07T23:51:30.123Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-07T23:51:30.123Z] + PACKAGES=/tmp/packages_start.txt [2020-12-07T23:51:30.123Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-587 ']' [2020-12-07T23:51:30.123Z] + PACKAGES=/tmp/packages_end.txt [2020-12-07T23:51:30.123Z] + case "${OS_FAMILY}" in [2020-12-07T23:51:30.123Z] + rpm -qa [2020-12-07T23:51:30.123Z] + sort [2020-12-07T23:51:35.446Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-07T23:51:35.446Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-07T23:51:35.446Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-07T23:51:35.446Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-587 ']' [2020-12-07T23:51:35.446Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-587/archives/ [2020-12-07T23:51:35.446Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-587/archives/ [Pipeline] echo [2020-12-07T23:51:35.460Z] 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-587/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-07T23:51:35.755Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:51:36.062Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-07T23:51:36.062Z] [2020-12-07T23:51:36.062Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:51:36.413Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-07T23:51:36.413Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-07T23:51:36.413Z] df20fa9351a1: Pulling fs layer [2020-12-07T23:51:36.413Z] 36b3adc4ff6f: Pulling fs layer [2020-12-07T23:51:36.413Z] 8ad3a11d3b57: Pulling fs layer [2020-12-07T23:51:36.413Z] 46f8f816bc3b: Pulling fs layer [2020-12-07T23:51:36.413Z] 93b61091891f: Pulling fs layer [2020-12-07T23:51:36.413Z] 93b9cdb0e59b: Pulling fs layer [2020-12-07T23:51:36.413Z] 5e14af77c1be: Pulling fs layer [2020-12-07T23:51:36.413Z] 01666e4c0597: Pulling fs layer [2020-12-07T23:51:36.413Z] aa168da1d23b: Pulling fs layer [2020-12-07T23:51:36.413Z] 93b9cdb0e59b: Waiting [2020-12-07T23:51:36.413Z] 5e14af77c1be: Waiting [2020-12-07T23:51:36.413Z] 01666e4c0597: Waiting [2020-12-07T23:51:36.413Z] aa168da1d23b: Waiting [2020-12-07T23:51:36.413Z] 46f8f816bc3b: Waiting [2020-12-07T23:51:36.413Z] 93b61091891f: Waiting [2020-12-07T23:51:36.413Z] 36b3adc4ff6f: Verifying Checksum [2020-12-07T23:51:36.413Z] 36b3adc4ff6f: Download complete [2020-12-07T23:51:36.413Z] 46f8f816bc3b: Verifying Checksum [2020-12-07T23:51:36.413Z] 46f8f816bc3b: Download complete [2020-12-07T23:51:36.691Z] df20fa9351a1: Verifying Checksum [2020-12-07T23:51:36.691Z] df20fa9351a1: Download complete [2020-12-07T23:51:36.691Z] 93b9cdb0e59b: Verifying Checksum [2020-12-07T23:51:36.691Z] 93b9cdb0e59b: Download complete [2020-12-07T23:51:36.691Z] 5e14af77c1be: Verifying Checksum [2020-12-07T23:51:36.691Z] 5e14af77c1be: Download complete [2020-12-07T23:51:36.691Z] 01666e4c0597: Download complete [2020-12-07T23:51:36.691Z] 93b61091891f: Verifying Checksum [2020-12-07T23:51:36.691Z] 93b61091891f: Download complete [2020-12-07T23:51:36.958Z] df20fa9351a1: Pull complete [2020-12-07T23:51:37.220Z] 36b3adc4ff6f: Pull complete [2020-12-07T23:51:37.483Z] 8ad3a11d3b57: Verifying Checksum [2020-12-07T23:51:37.483Z] 8ad3a11d3b57: Download complete [2020-12-07T23:51:38.064Z] 8ad3a11d3b57: Pull complete [2020-12-07T23:51:38.638Z] 46f8f816bc3b: Pull complete [2020-12-07T23:51:38.903Z] aa168da1d23b: Verifying Checksum [2020-12-07T23:51:38.903Z] aa168da1d23b: Download complete [2020-12-07T23:51:39.164Z] 93b61091891f: Pull complete [2020-12-07T23:51:39.428Z] 93b9cdb0e59b: Pull complete [2020-12-07T23:51:39.428Z] 5e14af77c1be: Pull complete [2020-12-07T23:51:39.692Z] 01666e4c0597: Pull complete [2020-12-07T23:51:46.315Z] aa168da1d23b: Pull complete [2020-12-07T23:51:46.315Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-07T23:51:46.315Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-07T23:51:46.315Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-07T23:51:46.483Z] prd-centos7-docker-4c-2g-14993 does not seem to be running inside a container [2020-12-07T23:51:46.536Z] $ 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-587/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-587 -v /w/workspace/ndry_app-functions-sdk-go_PR-587:/w/workspace/ndry_app-functions-sdk-go_PR-587:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-587@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-587@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 [2020-12-07T23:51:49.980Z] $ docker top 558de1fa5e6232e9ff409bc92f1b765f6f882947ba71dee4da9773155cbbfedd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T23:51:50.608Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-07T23:51:50.906Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-07T23:51:51.206Z] + ls /var/log/sa-host [2020-12-07T23:51:51.206Z] + sadf -c /var/log/sa-host/sa07 [2020-12-07T23:51:51.206Z] file_magic: OK [2020-12-07T23:51:51.206Z] HZ: Using current value: 100 [2020-12-07T23:51:51.206Z] file_header: OK [2020-12-07T23:51:51.206Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-07T23:51:51.206Z] Statistics: [2020-12-07T23:51:51.206Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-07T23:51:51.206Z] File successfully converted to sysstat format version 12.2.1 [2020-12-07T23:51:51.206Z] + sadf -c /var/log/sa-host/sa23 [2020-12-07T23:51:51.206Z] file_magic: OK [2020-12-07T23:51:51.206Z] HZ: Using current value: 100 [2020-12-07T23:51:51.206Z] file_header: OK [2020-12-07T23:51:51.206Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-07T23:51:51.206Z] Statistics: [2020-12-07T23:51:51.206Z] Hnuu...uuuununununu... [2020-12-07T23:51:51.206Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-07T23:51:51.417Z] provisioning config files... [2020-12-07T23:51:51.431Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-587@tmp/config469990045970638585tmp [Pipeline] { [Pipeline] echo [2020-12-07T23:51:51.514Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T23:51:51.810Z] ---> create-netrc.sh [Pipeline] } [2020-12-07T23:51:51.819Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-07T23:51:51.930Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T23:51:52.223Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-07T23:51:52.233Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T23:51:52.524Z] ---> sudo-logs.sh [2020-12-07T23:51:52.524Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-07T23:51:52.533Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T23:51:52.825Z] ---> job-cost.sh [2020-12-07T23:51:52.825Z] lf-activate-venv: SKIPPING [2020-12-07T23:51:52.825Z] INFO: No Stack... [2020-12-07T23:51:53.769Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-07T23:51:54.031Z] INFO: Archiving Costs [Pipeline] echo [2020-12-07T23:51:54.044Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T23:51:54.336Z] ---> logs-deploy.sh [2020-12-07T23:51:54.336Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-587/3 [2020-12-07T23:51:54.336Z] INFO: archiving workspace using pattern(s): [2020-12-07T23:51:56.253Z] Archives upload complete. [2020-12-07T23:51:56.253Z] INFO: archiving logs to Nexus