Pull request #817 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ec53dccb3560526193d34fe4441dd5a5118fe129+89c75ca7b5b0c19e0f3e3cf194244c2f0c0a435c (7726f34ce71770295bee5e64d30b18ac46b5c2ca) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3404 in /w/workspace/ndry_app-functions-sdk-go_PR-817 [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-817 # 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/817/head:refs/remotes/origin/PR-817 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 89c75ca7b5b0c19e0f3e3cf194244c2f0c0a435c into PR head commit ec53dccb3560526193d34fe4441dd5a5118fe129 Merge succeeded, producing a5c7d29772a8b087fd4d093fd247424c81448dc1 Checking out Revision a5c7d29772a8b087fd4d093fd247424c81448dc1 (PR-817) > git config core.sparsecheckout # timeout=10 > git checkout -f ec53dccb3560526193d34fe4441dd5a5118fe129 # 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 89c75ca7b5b0c19e0f3e3cf194244c2f0c0a435c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a5c7d29772a8b087fd4d093fd247424c81448dc1 # timeout=10 Commit message: "Merge commit '89c75ca7b5b0c19e0f3e3cf194244c2f0c0a435c' into HEAD" > git rev-list --no-walk ec53dccb3560526193d34fe4441dd5a5118fe129 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-06T23:12:55.184Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-06T23:12:55.281Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-06T23:12:55.311Z] ========================================================= [2021-05-06T23:12:55.311Z] EdgeX Global Pipelines Version Info [2021-05-06T23:12:55.311Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-06T23:12:56.846Z] ------------------- [2021-05-06T23:12:56.846Z] stable info: [2021-05-06T23:12:56.846Z] ------------------- [2021-05-06T23:12:56.846Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-06T23:12:56.846Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-06T23:12:56.846Z] Message: update stable to v1.0.191 [2021-05-06T23:12:57.801Z] ------------------- [2021-05-06T23:12:57.801Z] experimental info: [2021-05-06T23:12:57.801Z] ------------------- [2021-05-06T23:12:57.801Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-06T23:12:57.801Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-06T23:12:57.801Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-06T23:12:57.926Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-05-06T23:12:57.952Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-05-06T23:12:57.976Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-06T23:12:58.000Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-06T23:12:58.025Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-06T23:12:58.049Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-06T23:12:58.074Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-06T23:12:58.100Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-06T23:12:58.123Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-06T23:12:58.147Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-06T23:12:58.171Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-06T23:12:58.196Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-05-06T23:12:58.220Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-06T23:12:58.244Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-06T23:12:58.269Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-05-06T23:12:58.293Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-05-06T23:12:58.316Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-06T23:12:58.340Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-06T23:12:58.363Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-06T23:12:58.387Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-06T23:12:58.411Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-06T23:12:58.435Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-05-06T23:12:58.461Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-06T23:12:58.486Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-06T23:12:58.509Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-05-06T23:12:58.535Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-06T23:12:58.559Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-817 [Pipeline] echo [2021-05-06T23:12:58.583Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-817 [Pipeline] echo [2021-05-06T23:12:58.608Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-817 [Pipeline] echo [2021-05-06T23:12:58.633Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a5c7d29772a8b087fd4d093fd247424c81448dc1 [Pipeline] echo [2021-05-06T23:12:58.656Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a5c7d29 [Pipeline] echo [2021-05-06T23:12:58.681Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T23:12:59.107Z] + git log --format=format:%s -1 a5c7d29772a8b087fd4d093fd247424c81448dc1 [Pipeline] echo [2021-05-06T23:12:59.203Z] GIT_COMMIT: a5c7d29772a8b087fd4d093fd247424c81448dc1, Commit Message: Merge commit '89c75ca7b5b0c19e0f3e3cf194244c2f0c0a435c' into HEAD [Pipeline] echo [2021-05-06T23:12:59.216Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-06T23:12:59.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T23:13:00.058Z] [2021-05-06T23:13:00.058Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T23:13:00.386Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T23:13:00.386Z] latest: Pulling from edgex-devops/git-semver [2021-05-06T23:13:00.386Z] 31603596830f: Pulling fs layer [2021-05-06T23:13:00.386Z] 54011a49482f: Pulling fs layer [2021-05-06T23:13:00.386Z] a6820b24f6d8: Pulling fs layer [2021-05-06T23:13:00.386Z] f581987b2513: Pulling fs layer [2021-05-06T23:13:00.386Z] f581987b2513: Waiting [2021-05-06T23:13:00.386Z] 54011a49482f: Verifying Checksum [2021-05-06T23:13:00.386Z] 54011a49482f: Download complete [2021-05-06T23:13:00.386Z] 31603596830f: Verifying Checksum [2021-05-06T23:13:00.386Z] 31603596830f: Download complete [2021-05-06T23:13:00.733Z] a6820b24f6d8: Verifying Checksum [2021-05-06T23:13:00.733Z] a6820b24f6d8: Download complete [2021-05-06T23:13:00.733Z] f581987b2513: Verifying Checksum [2021-05-06T23:13:00.733Z] f581987b2513: Download complete [2021-05-06T23:13:01.004Z] 31603596830f: Pull complete [2021-05-06T23:13:01.274Z] 54011a49482f: Pull complete [2021-05-06T23:13:02.694Z] a6820b24f6d8: Pull complete [2021-05-06T23:13:02.957Z] f581987b2513: Pull complete [2021-05-06T23:13:02.957Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-06T23:13:02.957Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T23:13:02.957Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-06T23:13:03.072Z] prd-centos7-docker-4c-2g-3404 does not seem to be running inside a container [2021-05-06T23:13:03.121Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-817 -v /w/workspace/ndry_app-functions-sdk-go_PR-817:/w/workspace/ndry_app-functions-sdk-go_PR-817:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-817@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-817@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-06T23:13:05.326Z] $ docker top 31d746f19756f6548fbcac944e02dcecf287ebba3a17eb42cc39d76e4c70328e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-06T23:13:05.592Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T23:13:05.592Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T23:13:05.869Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T23:13:05.875Z] $ docker exec 31d746f19756f6548fbcac944e02dcecf287ebba3a17eb42cc39d76e4c70328e ssh-agent [2021-05-06T23:13:06.062Z] SSH_AUTH_SOCK=/tmp/ssh-xlWN6dZfFgLI/agent.12 [2021-05-06T23:13:06.062Z] SSH_AGENT_PID=17 [2021-05-06T23:13:06.080Z] Running ssh-add (command line suppressed) [2021-05-06T23:13:06.215Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-817@tmp/private_key_4318105378464342248.key (/w/workspace/ndry_app-functions-sdk-go_PR-817@tmp/private_key_4318105378464342248.key) [2021-05-06T23:13:06.273Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T23:13:06.584Z] + git tag --points-at HEAD [Pipeline] } [2021-05-06T23:13:06.609Z] $ docker exec --env ******** --env ******** 31d746f19756f6548fbcac944e02dcecf287ebba3a17eb42cc39d76e4c70328e ssh-agent -k [2021-05-06T23:13:06.755Z] unset SSH_AUTH_SOCK; [2021-05-06T23:13:06.756Z] unset SSH_AGENT_PID; [2021-05-06T23:13:06.756Z] echo Agent pid 17 killed; [2021-05-06T23:13:06.833Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-06T23:13:06.881Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T23:13:06.881Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T23:13:07.086Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T23:13:07.093Z] $ docker exec 31d746f19756f6548fbcac944e02dcecf287ebba3a17eb42cc39d76e4c70328e ssh-agent [2021-05-06T23:13:07.281Z] SSH_AUTH_SOCK=/tmp/ssh-vW57OKnqzW76/agent.46 [2021-05-06T23:13:07.281Z] SSH_AGENT_PID=51 [2021-05-06T23:13:07.290Z] Running ssh-add (command line suppressed) [2021-05-06T23:13:07.434Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-817@tmp/private_key_1126610937076062680.key (/w/workspace/ndry_app-functions-sdk-go_PR-817@tmp/private_key_1126610937076062680.key) [2021-05-06T23:13:07.503Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T23:13:07.807Z] + git semver init [2021-05-06T23:13:07.807Z] # -> Open(): unable to determine branch for HEAD [2021-05-06T23:13:07.807Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-817/.git [2021-05-06T23:13:07.807Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-817 [2021-05-06T23:13:07.807Z] # $SEMVER_REMOTE_NAME = origin [2021-05-06T23:13:07.807Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-06T23:13:07.807Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-06T23:13:07.807Z] # $SEMVER_BRANCH = PR-817 [2021-05-06T23:13:07.807Z] # $SEMVER_TEMP = /tmp/semver-629556442 [2021-05-06T23:13:07.807Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-05-06T23:13:11.148Z] # '/tmp/semver-629556442' -> '/w/workspace/ndry_app-functions-sdk-go_PR-817/.semver' [2021-05-06T23:13:11.148Z] # -> Force: false [2021-05-06T23:13:11.148Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-817/.semver [Pipeline] } [2021-05-06T23:13:11.174Z] $ docker exec --env ******** --env ******** 31d746f19756f6548fbcac944e02dcecf287ebba3a17eb42cc39d76e4c70328e ssh-agent -k [2021-05-06T23:13:11.304Z] unset SSH_AUTH_SOCK; [2021-05-06T23:13:11.305Z] unset SSH_AGENT_PID; [2021-05-06T23:13:11.305Z] echo Agent pid 51 killed; [2021-05-06T23:13:11.365Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T23:13:11.698Z] + git semver [Pipeline] } [2021-05-06T23:13:11.717Z] $ docker stop --time=1 31d746f19756f6548fbcac944e02dcecf287ebba3a17eb42cc39d76e4c70328e [2021-05-06T23:13:13.207Z] $ docker rm -f 31d746f19756f6548fbcac944e02dcecf287ebba3a17eb42cc39d76e4c70328e [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T23:13:13.608Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-06T23:13:13.990Z] Stashed 1 file(s) [Pipeline] echo [2021-05-06T23:13:13.993Z] [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-05-06T23:13:29.169Z] Still waiting to schedule task [2021-05-06T23:13:29.169Z] ‘prd-centos7-builder-2c-1g-3402’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-3364’ is offline; ‘prd-centos7-docker-4c-2g-3369’ is offline; ‘prd-centos7-docker-4c-2g-3372’ is offline; ‘prd-centos7-docker-4c-2g-3405’ is offline; ‘prd-centos7-docker-4c-2g-3406’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-3394’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-3395’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3389’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-05-06T23:13:29.171Z] Still waiting to schedule task [2021-05-06T23:13:29.172Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-06T23:14:55.116Z] Running on prd-centos7-docker-4c-2g-3409 in /w/workspace/ndry_app-functions-sdk-go_PR-817 [Pipeline] { [Pipeline] ws [2021-05-06T23:14:55.136Z] Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T23:14:58.068Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-06T23:14:58.876Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-06T23:14:59.264Z] + true [2021-05-06T23:14:59.264Z] + sudo service docker restart [2021-05-06T23:14:59.264Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-05-06T23:15:02.156Z] ========================================================= [2021-05-06T23:15:02.156Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-06T23:15:02.156Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-06T23:15:02.527Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-06T23:15:02.829Z] unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /w/workspace/app-functions-sdk-go/2/Dockerfile.build: no such file or directory [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-06T23:15:03.500Z] ---> job-cost.sh [2021-05-06T23:15:03.500Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gfuC [2021-05-06T23:15:30.341Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-06T23:16:09.572Z] lf-activate-venv(): INFO: Adding /tmp/venv-gfuC/bin to PATH [2021-05-06T23:16:09.572Z] INFO: No Stack... [2021-05-06T23:16:09.572Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-06T23:16:09.572Z] INFO: Archiving Costs [Pipeline] sh [2021-05-06T23:16:09.938Z] + cat /w/workspace/app-functions-sdk-go/2/archives/cost.csv [2021-05-06T23:16:09.938Z] + cut -d, -f6 [Pipeline] lock [2021-05-06T23:16:10.063Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-817-2-stack-cost] [2021-05-06T23:16:10.078Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-817-2-stack-cost] did not exist. Created. [2021-05-06T23:16:10.078Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-817-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-06T23:16:10.448Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-06T23:16:11.200Z] Stashed 1 file(s) [Pipeline] } [2021-05-06T23:16:11.214Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-817-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-06T23:16:11.361Z] Failed in branch amd64 [2021-05-06T23:18:33.239Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3415 in /w/workspace/ndry_app-functions-sdk-go_PR-817 [Pipeline] { [Pipeline] ws [2021-05-06T23:18:33.258Z] Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T23:18:35.538Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-06T23:18:36.002Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-06T23:18:36.382Z] + sudo service docker restart [2021-05-06T23:18:36.382Z] + true [Pipeline] unstash [Pipeline] echo [2021-05-06T23:18:39.706Z] ========================================================= [2021-05-06T23:18:39.706Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-06T23:18:39.706Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-06T23:18:40.077Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-06T23:18:40.682Z] unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /w/workspace/app-functions-sdk-go/2/Dockerfile.build: no such file or directory [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-06T23:18:41.240Z] ---> job-cost.sh [2021-05-06T23:18:41.240Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-p9Lg [2021-05-06T23:19:20.249Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-06T23:20:42.116Z] lf-activate-venv(): INFO: Adding /tmp/venv-p9Lg/bin to PATH [2021-05-06T23:20:42.116Z] INFO: No Stack... [2021-05-06T23:20:42.116Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-06T23:20:42.116Z] INFO: Archiving Costs [Pipeline] sh [2021-05-06T23:20:42.502Z] + cat /w/workspace/app-functions-sdk-go/2/archives/cost.csv [2021-05-06T23:20:42.502Z] + cut -d, -f6 [Pipeline] lock [2021-05-06T23:20:42.770Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-817-2-stack-cost] [2021-05-06T23:20:42.778Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-817-2-stack-cost] did not exist. Created. [2021-05-06T23:20:42.778Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-817-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-06T23:20:43.157Z] /w/workspace/app-functions-sdk-go/2@tmp/durable-266a9a97/script.sh: 1: /w/workspace/app-functions-sdk-go/2@tmp/durable-266a9a97/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-06T23:20:43.514Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-06T23:20:43.548Z] Warning: overwriting stash ‘stack-cost’ [2021-05-06T23:20:44.150Z] Stashed 1 file(s) [Pipeline] } [2021-05-06T23:20:44.170Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-817-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-06T23:20:44.302Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-06T23:20:45.175Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T23:20:45.759Z] ---> package-listing.sh [2021-05-06T23:20:45.759Z] ++ facter osfamily [2021-05-06T23:20:45.759Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-06T23:20:45.759Z] + OS_FAMILY=redhat [2021-05-06T23:20:45.759Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-817 [2021-05-06T23:20:45.759Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-06T23:20:45.759Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-06T23:20:45.759Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-06T23:20:45.759Z] + PACKAGES=/tmp/packages_start.txt [2021-05-06T23:20:45.759Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-817 ']' [2021-05-06T23:20:45.759Z] + PACKAGES=/tmp/packages_end.txt [2021-05-06T23:20:45.759Z] + case "${OS_FAMILY}" in [2021-05-06T23:20:45.759Z] + rpm -qa [2021-05-06T23:20:45.759Z] + sort [2021-05-06T23:20:52.380Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-06T23:20:52.380Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-06T23:20:52.380Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-06T23:20:52.380Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-817 ']' [2021-05-06T23:20:52.380Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-817/archives/ [2021-05-06T23:20:52.380Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-817/archives/ [Pipeline] echo [2021-05-06T23:20:52.394Z] 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-817/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-06T23:20:52.693Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-06T23:20:53.004Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T23:20:53.004Z] [2021-05-06T23:20:53.004Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-06T23:20:53.328Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T23:20:53.328Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-06T23:20:53.328Z] df20fa9351a1: Pulling fs layer [2021-05-06T23:20:53.328Z] 36b3adc4ff6f: Pulling fs layer [2021-05-06T23:20:53.328Z] 8ad3a11d3b57: Pulling fs layer [2021-05-06T23:20:53.328Z] 46f8f816bc3b: Pulling fs layer [2021-05-06T23:20:53.328Z] 93b61091891f: Pulling fs layer [2021-05-06T23:20:53.328Z] 93b9cdb0e59b: Pulling fs layer [2021-05-06T23:20:53.328Z] 5e14af77c1be: Pulling fs layer [2021-05-06T23:20:53.328Z] 01666e4c0597: Pulling fs layer [2021-05-06T23:20:53.328Z] aa168da1d23b: Pulling fs layer [2021-05-06T23:20:53.328Z] 93b9cdb0e59b: Waiting [2021-05-06T23:20:53.328Z] 5e14af77c1be: Waiting [2021-05-06T23:20:53.328Z] 46f8f816bc3b: Waiting [2021-05-06T23:20:53.328Z] aa168da1d23b: Waiting [2021-05-06T23:20:53.328Z] 01666e4c0597: Waiting [2021-05-06T23:20:53.328Z] 93b61091891f: Waiting [2021-05-06T23:20:53.328Z] 36b3adc4ff6f: Verifying Checksum [2021-05-06T23:20:53.328Z] 36b3adc4ff6f: Download complete [2021-05-06T23:20:53.328Z] 46f8f816bc3b: Verifying Checksum [2021-05-06T23:20:53.328Z] 46f8f816bc3b: Download complete [2021-05-06T23:20:53.328Z] df20fa9351a1: Download complete [2021-05-06T23:20:53.328Z] 93b9cdb0e59b: Verifying Checksum [2021-05-06T23:20:53.328Z] 93b9cdb0e59b: Download complete [2021-05-06T23:20:53.594Z] 5e14af77c1be: Verifying Checksum [2021-05-06T23:20:53.594Z] 5e14af77c1be: Download complete [2021-05-06T23:20:53.594Z] 93b61091891f: Download complete [2021-05-06T23:20:53.594Z] 01666e4c0597: Verifying Checksum [2021-05-06T23:20:53.594Z] 01666e4c0597: Download complete [2021-05-06T23:20:53.594Z] 8ad3a11d3b57: Verifying Checksum [2021-05-06T23:20:53.594Z] 8ad3a11d3b57: Download complete [2021-05-06T23:20:53.860Z] df20fa9351a1: Pull complete [2021-05-06T23:20:54.444Z] 36b3adc4ff6f: Pull complete [2021-05-06T23:20:55.395Z] 8ad3a11d3b57: Pull complete [2021-05-06T23:20:55.395Z] aa168da1d23b: Verifying Checksum [2021-05-06T23:20:55.395Z] aa168da1d23b: Download complete [2021-05-06T23:20:55.668Z] 46f8f816bc3b: Pull complete [2021-05-06T23:20:56.244Z] 93b61091891f: Pull complete [2021-05-06T23:20:56.244Z] 93b9cdb0e59b: Pull complete [2021-05-06T23:20:56.508Z] 5e14af77c1be: Pull complete [2021-05-06T23:20:56.508Z] 01666e4c0597: Pull complete [2021-05-06T23:21:04.742Z] aa168da1d23b: Pull complete [2021-05-06T23:21:04.742Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-06T23:21:04.742Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T23:21:04.742Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-06T23:21:04.979Z] prd-centos7-docker-4c-2g-3404 does not seem to be running inside a container [2021-05-06T23:21:05.033Z] $ 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-817/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-817 -v /w/workspace/ndry_app-functions-sdk-go_PR-817:/w/workspace/ndry_app-functions-sdk-go_PR-817:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-817@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-817@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-06T23:21:08.515Z] $ docker top 4bd97e83bdb53dc71383780ea293da52ac3046bc284a954df182a79c63395239 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T23:21:08.984Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-06T23:21:09.294Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-06T23:21:09.597Z] + ls /var/log/sa-host [2021-05-06T23:21:09.597Z] + sadf -c /var/log/sa-host/sa06 [2021-05-06T23:21:09.597Z] file_magic: OK [2021-05-06T23:21:09.597Z] HZ: Using current value: 100 [2021-05-06T23:21:09.597Z] file_header: OK [2021-05-06T23:21:09.598Z] 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-05-06T23:21:09.598Z] Statistics: [2021-05-06T23:21:09.598Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-06T23:21:09.598Z] File successfully converted to sysstat format version 12.2.1 [2021-05-06T23:21:09.598Z] + sadf -c /var/log/sa-host/sa23 [2021-05-06T23:21:09.598Z] file_magic: OK [2021-05-06T23:21:09.598Z] HZ: Using current value: 100 [2021-05-06T23:21:09.598Z] file_header: OK [2021-05-06T23:21:09.598Z] 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-05-06T23:21:09.598Z] Statistics: [2021-05-06T23:21:09.598Z] Hnuu...uuuununununu... [2021-05-06T23:21:09.598Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-06T23:21:09.894Z] provisioning config files... [2021-05-06T23:21:09.921Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-817@tmp/config3145734866216034375tmp [Pipeline] { [Pipeline] echo [2021-05-06T23:21:09.948Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T23:21:10.559Z] ---> create-netrc.sh [Pipeline] } [2021-05-06T23:21:10.571Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-06T23:21:10.599Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T23:21:10.901Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-06T23:21:10.915Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T23:21:11.436Z] ---> sudo-logs.sh [2021-05-06T23:21:11.436Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-06T23:21:11.510Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T23:21:11.812Z] ---> job-cost.sh [2021-05-06T23:21:11.812Z] lf-activate-venv: SKIPPING [2021-05-06T23:21:11.812Z] DEBUG: total: 0.20999999344348907 [2021-05-06T23:21:11.812Z] INFO: Retrieving Stack Cost... [2021-05-06T23:21:13.220Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-06T23:21:13.484Z] INFO: Archiving Costs [Pipeline] echo [2021-05-06T23:21:13.499Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T23:21:13.802Z] ---> logs-deploy.sh [2021-05-06T23:21:13.802Z] lf-activate-venv: SKIPPING [2021-05-06T23:21:13.802Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-817/2 [2021-05-06T23:21:13.802Z] INFO: archiving workspace using pattern(s): [2021-05-06T23:21:15.736Z] Archives upload complete. [2021-05-06T23:21:15.736Z] INFO: archiving logs to Nexus