Pull request #682 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c58669bbf97a73d498aa574478e91f0ac8204bb5+3ee2f0baa2d3a3d98ce4974c8435d92977f8a164 (69b9dfb90b2eb9c191d90db4b9c315262e760866) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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.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 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-28574 in /w/workspace/ndry_app-functions-sdk-go_PR-682 [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-682 # 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 3ee2f0baa2d3a3d98ce4974c8435d92977f8a164 into PR head commit c58669bbf97a73d498aa574478e91f0ac8204bb5 Merge succeeded, producing c58669bbf97a73d498aa574478e91f0ac8204bb5 Checking out Revision c58669bbf97a73d498aa574478e91f0ac8204bb5 (PR-682) > 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/682/head:refs/remotes/origin/PR-682 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c58669bbf97a73d498aa574478e91f0ac8204bb5 # 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 3ee2f0baa2d3a3d98ce4974c8435d92977f8a164 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c58669bbf97a73d498aa574478e91f0ac8204bb5 # timeout=10 Commit message: "build(deps): bump github.com/eclipse/paho.mqtt.golang" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:34:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk cdd4b53d6ac5b6a2bf20dfaf0b72d62565fe7b39 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:34:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:34:57 ========================================================= 22:34:57 EdgeX Global Pipelines Version Info 22:34:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:34:59 ------------------- 22:34:59 stable info: 22:34:59 ------------------- 22:34:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:34:59 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 22:34:59 Message: update stable to v1.0.184 22:35:00 ------------------- 22:35:00 experimental info: 22:35:00 ------------------- 22:35:00 Commited By: **** collab-it+edgex@linuxfoundation.org 22:35:00 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 22:35:00 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:35:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 22:35:00 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 22:35:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:35:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:35:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:35:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:35:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:35:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:35:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:35:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:35:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:35:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 22:35:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:35:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:35:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:35:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:35:02 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:35:02 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:35:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:35:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:35:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:35:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 22:35:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:35:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:35:02 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 22:35:03 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:35:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-682 [Pipeline] echo 22:35:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-682 [Pipeline] echo 22:35:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-682 [Pipeline] echo 22:35:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c58669bbf97a73d498aa574478e91f0ac8204bb5 [Pipeline] echo 22:35:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c58669b [Pipeline] echo 22:35:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:35:04 + git log --format=format:%s -1 c58669bbf97a73d498aa574478e91f0ac8204bb5 [Pipeline] echo 22:35:04 GIT_COMMIT: c58669bbf97a73d498aa574478e91f0ac8204bb5, Commit Message: build(deps): bump github.com/eclipse/paho.mqtt.golang [Pipeline] echo 22:35:04 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:35:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:35:05 22:35:05 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:35:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:35:05 latest: Pulling from edgex-devops/git-semver 22:35:05 31603596830f: Pulling fs layer 22:35:05 2a8b12db71e7: Pulling fs layer 22:35:05 6ca5941a6612: Pulling fs layer 22:35:05 ecc8261a40a4: Pulling fs layer 22:35:05 ecc8261a40a4: Waiting 22:35:05 2a8b12db71e7: Verifying Checksum 22:35:05 2a8b12db71e7: Download complete 22:35:05 31603596830f: Verifying Checksum 22:35:05 31603596830f: Download complete 22:35:05 6ca5941a6612: Verifying Checksum 22:35:05 6ca5941a6612: Download complete 22:35:05 ecc8261a40a4: Verifying Checksum 22:35:05 ecc8261a40a4: Download complete 22:35:06 31603596830f: Pull complete 22:35:06 2a8b12db71e7: Pull complete 22:35:07 6ca5941a6612: Pull complete 22:35:07 ecc8261a40a4: Pull complete 22:35:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:35:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:35:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:35:07 prd-centos7-docker-4c-2g-28574 does not seem to be running inside a container 22:35:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-682 -v /w/workspace/ndry_app-functions-sdk-go_PR-682:/w/workspace/ndry_app-functions-sdk-go_PR-682:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-682@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-682@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:35:09 $ docker top bdb5b12d9cb44cd59f336cbbd4d084f249de6c82819009af0fe5e7e9dc173c55 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:35:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:35:09 [ssh-agent] Looking for ssh-agent implementation... 22:35:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:35:10 $ docker exec bdb5b12d9cb44cd59f336cbbd4d084f249de6c82819009af0fe5e7e9dc173c55 ssh-agent 22:35:10 SSH_AUTH_SOCK=/tmp/ssh-DfJ27EhJPkqV/agent.12 22:35:10 SSH_AGENT_PID=17 22:35:10 Running ssh-add (command line suppressed) 22:35:10 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-682@tmp/private_key_8244135626129225045.key (/w/workspace/ndry_app-functions-sdk-go_PR-682@tmp/private_key_8244135626129225045.key) 22:35:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:35:10 + git tag --points-at HEAD [Pipeline] } 22:35:10 $ docker exec --env ******** --env ******** bdb5b12d9cb44cd59f336cbbd4d084f249de6c82819009af0fe5e7e9dc173c55 ssh-agent -k 22:35:10 unset SSH_AUTH_SOCK; 22:35:10 unset SSH_AGENT_PID; 22:35:10 echo Agent pid 17 killed; 22:35:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:35:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:35:11 [ssh-agent] Looking for ssh-agent implementation... 22:35:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:35:11 $ docker exec bdb5b12d9cb44cd59f336cbbd4d084f249de6c82819009af0fe5e7e9dc173c55 ssh-agent 22:35:11 SSH_AUTH_SOCK=/tmp/ssh-85CJa8HUIChD/agent.46 22:35:11 SSH_AGENT_PID=52 22:35:11 Running ssh-add (command line suppressed) 22:35:11 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-682@tmp/private_key_902336256961516925.key (/w/workspace/ndry_app-functions-sdk-go_PR-682@tmp/private_key_902336256961516925.key) 22:35:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:35:12 + git semver init 22:35:12 # -> Open(): unable to determine branch for HEAD 22:35:12 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-682/.git 22:35:12 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-682 22:35:12 # $SEMVER_REMOTE_NAME = origin 22:35:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:35:12 # $SEMVER_USER_NAME = edgex-jenkins 22:35:12 # $SEMVER_BRANCH = PR-682 22:35:12 # $SEMVER_TEMP = /tmp/semver-394324969 22:35:12 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 22:35:14 # '/tmp/semver-394324969' -> '/w/workspace/ndry_app-functions-sdk-go_PR-682/.semver' 22:35:14 # -> Force: false 22:35:14 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-682/.semver [Pipeline] } 22:35:14 $ docker exec --env ******** --env ******** bdb5b12d9cb44cd59f336cbbd4d084f249de6c82819009af0fe5e7e9dc173c55 ssh-agent -k 22:35:15 unset SSH_AUTH_SOCK; 22:35:15 unset SSH_AGENT_PID; 22:35:15 echo Agent pid 52 killed; 22:35:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:35:15 + git semver [Pipeline] } 22:35:15 $ docker stop --time=1 bdb5b12d9cb44cd59f336cbbd4d084f249de6c82819009af0fe5e7e9dc173c55 22:35:17 $ docker rm -f bdb5b12d9cb44cd59f336cbbd4d084f249de6c82819009af0fe5e7e9dc173c55 [Pipeline] // withDockerContainer [Pipeline] sh 22:35:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:35:18 Stashed 1 file(s) [Pipeline] echo 22:35:18 [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 22:35:33 Still waiting to schedule task 22:35:33 ‘prd-centos7-docker-4c-2g-28573’ is offline; ‘prd-centos7-docker-4c-2g-28576’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-28569’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-28575’ doesn’t have label ‘centos7-docker-4c-2g’ 22:35:33 Still waiting to schedule task 22:35:33 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:36:23 Running on prd-centos7-docker-4c-2g-28577 in /w/workspace/ndry_app-functions-sdk-go_PR-682 [Pipeline] { [Pipeline] ws 22:36:23 Running in /w/workspace/app-functions-sdk-go/16 [Pipeline] { [Pipeline] checkout 22:36:25 using credential edgex-jenkins-ssh 22:36:25 Cloning the remote Git repository 22:36:25 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:36:25 > git init /w/workspace/app-functions-sdk-go/16 # timeout=10 22:36:25 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:36:25 > git --version # timeout=10 22:36:25 > git --version # 'git version 2.24.3' 22:36:25 using GIT_SSH to set credentials SSH Credentials for GitHub 22:36:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:36:27 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:36:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:36:27 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:36:27 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:36:27 using GIT_SSH to set credentials SSH Credentials for GitHub 22:36:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/682/head:refs/remotes/origin/PR-682 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:36:27 Merging remotes/origin/master commit 3ee2f0baa2d3a3d98ce4974c8435d92977f8a164 into PR head commit c58669bbf97a73d498aa574478e91f0ac8204bb5 22:36:27 Merge succeeded, producing c58669bbf97a73d498aa574478e91f0ac8204bb5 22:36:27 Checking out Revision c58669bbf97a73d498aa574478e91f0ac8204bb5 (PR-682) 22:36:27 > git config core.sparsecheckout # timeout=10 22:36:27 > git checkout -f c58669bbf97a73d498aa574478e91f0ac8204bb5 # timeout=10 22:36:27 > git remote # timeout=10 22:36:27 > git config --get remote.origin.url # timeout=10 22:36:27 using GIT_SSH to set credentials SSH Credentials for GitHub 22:36:27 > git merge 3ee2f0baa2d3a3d98ce4974c8435d92977f8a164 # timeout=10 22:36:27 > git rev-parse HEAD^{commit} # timeout=10 22:36:27 > git config core.sparsecheckout # timeout=10 22:36:27 > git checkout -f c58669bbf97a73d498aa574478e91f0ac8204bb5 # timeout=10 22:36:31 Commit message: "build(deps): bump github.com/eclipse/paho.mqtt.golang" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:36:32 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:36:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:36:33 + true 22:36:33 + sudo service docker restart 22:36:33 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 22:36:34 ========================================================= 22:36:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:36:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:36:34 + 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 . 22:36:35 Sending build context to Docker daemon 19.28MB 22:36:35 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:36:35 Step 2/8 : FROM ${BASE} 22:36:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:36:35 188c0c94c7c5: Pulling fs layer 22:36:35 0ef7d3d256c8: Pulling fs layer 22:36:35 de9db76c5a1d: Pulling fs layer 22:36:35 bca2f99d35d6: Pulling fs layer 22:36:35 93359f2a8cfa: Pulling fs layer 22:36:35 7c6f9722023f: Pulling fs layer 22:36:35 a35cf1a2eb13: Pulling fs layer 22:36:35 7c6f9722023f: Waiting 22:36:35 93359f2a8cfa: Waiting 22:36:35 a35cf1a2eb13: Waiting 22:36:35 bca2f99d35d6: Waiting 22:36:35 de9db76c5a1d: Verifying Checksum 22:36:35 de9db76c5a1d: Download complete 22:36:35 0ef7d3d256c8: Verifying Checksum 22:36:35 0ef7d3d256c8: Download complete 22:36:35 93359f2a8cfa: Verifying Checksum 22:36:35 93359f2a8cfa: Download complete 22:36:35 7c6f9722023f: Verifying Checksum 22:36:35 7c6f9722023f: Download complete 22:36:35 188c0c94c7c5: Verifying Checksum 22:36:35 188c0c94c7c5: Download complete 22:36:36 188c0c94c7c5: Pull complete 22:36:36 0ef7d3d256c8: Pull complete 22:36:36 de9db76c5a1d: Pull complete 22:36:37 a35cf1a2eb13: Verifying Checksum 22:36:37 a35cf1a2eb13: Download complete 22:36:38 bca2f99d35d6: Verifying Checksum 22:36:38 bca2f99d35d6: Download complete 22:36:43 bca2f99d35d6: Pull complete 22:36:43 93359f2a8cfa: Pull complete 22:36:43 7c6f9722023f: Pull complete 22:36:51 a35cf1a2eb13: Pull complete 22:36:51 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:36:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:36:51 ---> a62c8e92a672 22:36:51 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 22:36:51 20.10.0: Pulling from library/docker 22:36:51 05e7bc50f07f: Pulling fs layer 22:36:51 6db28d0fdbf6: Pulling fs layer 22:36:51 292df0bc6bf3: Pulling fs layer 22:36:51 2e060f4bd70b: Pulling fs layer 22:36:51 80e8d568a223: Pulling fs layer 22:36:51 8dc6ef1a942a: Pulling fs layer 22:36:51 2312dd95470a: Pulling fs layer 22:36:51 80e8d568a223: Waiting 22:36:51 8dc6ef1a942a: Waiting 22:36:51 2312dd95470a: Waiting 22:36:51 2e060f4bd70b: Waiting 22:36:51 292df0bc6bf3: Download complete 22:36:51 6db28d0fdbf6: Verifying Checksum 22:36:51 6db28d0fdbf6: Download complete 22:36:51 05e7bc50f07f: Verifying Checksum 22:36:51 80e8d568a223: Verifying Checksum 22:36:51 80e8d568a223: Download complete 22:36:51 8dc6ef1a942a: Verifying Checksum 22:36:51 8dc6ef1a942a: Download complete 22:36:51 2312dd95470a: Verifying Checksum 22:36:51 2312dd95470a: Download complete 22:36:52 05e7bc50f07f: Pull complete 22:36:52 6db28d0fdbf6: Pull complete 22:36:52 292df0bc6bf3: Pull complete 22:36:52 2e060f4bd70b: Verifying Checksum 22:36:52 2e060f4bd70b: Download complete 22:36:55 2e060f4bd70b: Pull complete 22:36:55 80e8d568a223: Pull complete 22:36:55 8dc6ef1a942a: Pull complete 22:36:55 2312dd95470a: Pull complete 22:36:55 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:36:55 Status: Downloaded newer image for docker:20.10.0 22:36:57 ---> f0588bcda76b 22:36:57 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:36:57 ---> Running in 23dca5702057 22:36:57 Removing intermediate container 23dca5702057 22:36:57 ---> 80e363769966 22:36:57 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:36:57 ---> Running in 5d3a7dc30f3b 22:36:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:37:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:37:02 (1/5) Installing libsodium (1.0.18-r0) 22:37:03 (2/5) Installing libzmq (4.3.3-r0) 22:37:03 (3/5) Installing pkgconf (1.7.2-r0) 22:37:03 (4/5) Installing libsodium-dev (1.0.18-r0) 22:37:03 (5/5) Installing zeromq-dev (4.3.3-r0) 22:37:03 Executing busybox-1.31.1-r19.trigger 22:37:03 OK: 167 MiB in 44 packages 22:37:04 Removing intermediate container 5d3a7dc30f3b 22:37:04 ---> 80fc56d36fa3 22:37:04 Step 6/8 : WORKDIR /build 22:37:04 ---> Running in 3b9c242aa3fb 22:37:04 Removing intermediate container 3b9c242aa3fb 22:37:04 ---> 5480a1eb5996 22:37:04 Step 7/8 : COPY go.mod . 22:37:04 ---> dd00ef274c96 22:37:04 Step 8/8 : RUN go mod download 22:37:04 ---> Running in fa399ac168f8 22:37:31 Removing intermediate container fa399ac168f8 22:37:31 ---> 4af483af900c 22:37:31 Successfully built 4af483af900c 22:37:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:37:31 + docker inspect -f . ci-base-image-x86_64 22:37:31 . [Pipeline] withDockerContainer 22:37:31 prd-centos7-docker-4c-2g-28577 does not seem to be running inside a container 22:37:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/16 -v /w/workspace/app-functions-sdk-go/16:/w/workspace/app-functions-sdk-go/16:rw,z -v /w/workspace/app-functions-sdk-go/16@tmp:/w/workspace/app-functions-sdk-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:37:32 $ docker top e2a09345d05f45b77922a13713530203cad126df805afc975995838d5ab9603d -eo pid,comm [Pipeline] { [Pipeline] sh 22:37:33 + go version 22:37:33 go version go1.15.5 linux/amd64 [Pipeline] } 22:37:33 $ docker stop --time=1 e2a09345d05f45b77922a13713530203cad126df805afc975995838d5ab9603d 22:37:34 $ docker rm -f e2a09345d05f45b77922a13713530203cad126df805afc975995838d5ab9603d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:37:35 + docker inspect -f . ci-base-image-x86_64 22:37:35 . [Pipeline] withDockerContainer 22:37:35 prd-centos7-docker-4c-2g-28577 does not seem to be running inside a container 22:37:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/16 -v /w/workspace/app-functions-sdk-go/16:/w/workspace/app-functions-sdk-go/16:rw,z -v /w/workspace/app-functions-sdk-go/16@tmp:/w/workspace/app-functions-sdk-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:37:35 $ docker top d10d2bd41a63c0488c8b67d2ef4bc8ef40ef7462d4f6d389c17f511e033f28b9 -eo pid,comm [Pipeline] { [Pipeline] sh 22:37:36 + make test 22:37:36 make -C ./app-service-template build 22:37:36 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/16/app-service-template' 22:37:36 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 22:37:48 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/16/app-service-template' 22:37:48 make -C ./app-service-template test 22:37:48 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/16/app-service-template' 22:37:48 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 22:37:55 ? new-app-service [no test files] 22:37:55 ok new-app-service/functions 0.008s coverage: 75.8% of statements 22:37:55 CGO_ENABLED=1 go vet ./... 22:37:58 gofmt -l . 22:37:58 [ "`gofmt -l .`" = "" ] 22:37:58 ./bin/test-go-mod-tidy.sh 22:37:58 ./bin/test-attribution-txt.sh 22:37:59 An attribution for github.com/gorilla/websocket is missing from in Attribution.txt, please add 22:37:59 make[1]: *** [Makefile:48: test] Error 1 22:37:59 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/16/app-service-template' 22:37:59 make: *** [Makefile:9: test-template] Error 2 [Pipeline] } 22:37:59 $ docker stop --time=1 d10d2bd41a63c0488c8b67d2ef4bc8ef40ef7462d4f6d389c17f511e033f28b9 22:37:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28580 in /w/workspace/ndry_app-functions-sdk-go_PR-682 22:38:01 $ docker rm -f d10d2bd41a63c0488c8b67d2ef4bc8ef40ef7462d4f6d389c17f511e033f28b9 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws 22:38:01 Running in /w/workspace/app-functions-sdk-go/16 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] checkout 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 22:38:03 ---> job-cost.sh 22:38:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5Tdq 22:38:06 using credential edgex-jenkins-ssh 22:38:06 Cloning the remote Git repository 22:38:06 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:38:06 > git init /w/workspace/app-functions-sdk-go/16 # timeout=10 22:38:07 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:38:07 > git --version # timeout=10 22:38:07 > git --version # 'git version 2.17.1' 22:38:07 using GIT_SSH to set credentials SSH Credentials for GitHub 22:38:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:38:10 Merging remotes/origin/master commit 3ee2f0baa2d3a3d98ce4974c8435d92977f8a164 into PR head commit c58669bbf97a73d498aa574478e91f0ac8204bb5 22:38:10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:38:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:38:10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:38:10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:38:10 using GIT_SSH to set credentials SSH Credentials for GitHub 22:38:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/682/head:refs/remotes/origin/PR-682 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:38:10 > git config core.sparsecheckout # timeout=10 22:38:10 > git checkout -f c58669bbf97a73d498aa574478e91f0ac8204bb5 # timeout=10 22:38:11 Merge succeeded, producing c58669bbf97a73d498aa574478e91f0ac8204bb5 22:38:11 Checking out Revision c58669bbf97a73d498aa574478e91f0ac8204bb5 (PR-682) 22:38:10 > git remote # timeout=10 22:38:10 > git config --get remote.origin.url # timeout=10 22:38:10 using GIT_SSH to set credentials SSH Credentials for GitHub 22:38:10 > git merge 3ee2f0baa2d3a3d98ce4974c8435d92977f8a164 # timeout=10 22:38:11 > git rev-parse HEAD^{commit} # timeout=10 22:38:11 > git config core.sparsecheckout # timeout=10 22:38:11 > git checkout -f c58669bbf97a73d498aa574478e91f0ac8204bb5 # timeout=10 22:38:15 Commit message: "build(deps): bump github.com/eclipse/paho.mqtt.golang" 22:38:15 22:38:15 GitHub has been notified of this commit’s build result 22:38:15 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:38:17 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:38:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:38:17 + true 22:38:17 + sudo service docker restart 22:38:18 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [Pipeline] unstash [Pipeline] echo 22:38:20 ========================================================= 22:38:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:38:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:38:20 + 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 . 22:38:21 Sending build context to Docker daemon 19.27MB 22:38:21 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:38:21 Step 2/8 : FROM ${BASE} 22:38:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:38:21 5f621e34cdf4: Pulling fs layer 22:38:21 a4357932f1b6: Pulling fs layer 22:38:21 18c013af1878: Pulling fs layer 22:38:21 00ac8860ef70: Pulling fs layer 22:38:21 63d7cb157983: Pulling fs layer 22:38:21 b116817d02f9: Pulling fs layer 22:38:21 745a02a5169b: Pulling fs layer 22:38:21 00ac8860ef70: Waiting 22:38:21 63d7cb157983: Waiting 22:38:21 b116817d02f9: Waiting 22:38:21 745a02a5169b: Waiting 22:38:22 18c013af1878: Verifying Checksum 22:38:22 18c013af1878: Download complete 22:38:22 a4357932f1b6: Verifying Checksum 22:38:22 a4357932f1b6: Download complete 22:38:22 63d7cb157983: Verifying Checksum 22:38:22 63d7cb157983: Download complete 22:38:22 b116817d02f9: Verifying Checksum 22:38:22 b116817d02f9: Download complete 22:38:22 5f621e34cdf4: Verifying Checksum 22:38:22 5f621e34cdf4: Download complete 22:38:22 5f621e34cdf4: Pull complete 22:38:23 a4357932f1b6: Pull complete 22:38:23 18c013af1878: Pull complete 22:38:25 745a02a5169b: Verifying Checksum 22:38:25 745a02a5169b: Download complete 22:38:26 00ac8860ef70: Download complete 22:38:36 00ac8860ef70: Pull complete 22:38:36 63d7cb157983: Pull complete 22:38:37 b116817d02f9: Pull complete 22:38:40 745a02a5169b: Pull complete 22:38:40 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:38:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:38:40 ---> b7e6874047d6 22:38:40 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 22:38:40 20.10.0: Pulling from library/docker 22:38:40 a3cc7d3b244e: Pulling fs layer 22:38:40 02a3295e0d61: Pulling fs layer 22:38:40 0f4f2e6d8100: Pulling fs layer 22:38:40 330b718f631f: Pulling fs layer 22:38:40 a93816041522: Pulling fs layer 22:38:40 bdb6da89ff94: Pulling fs layer 22:38:40 2a70c0c122f4: Pulling fs layer 22:38:40 330b718f631f: Waiting 22:38:40 bdb6da89ff94: Waiting 22:38:40 a93816041522: Waiting 22:38:40 2a70c0c122f4: Waiting 22:38:40 0f4f2e6d8100: Verifying Checksum 22:38:40 0f4f2e6d8100: Download complete 22:38:40 02a3295e0d61: Verifying Checksum 22:38:40 02a3295e0d61: Download complete 22:38:40 a93816041522: Verifying Checksum 22:38:40 a93816041522: Download complete 22:38:40 a3cc7d3b244e: Verifying Checksum 22:38:40 a3cc7d3b244e: Download complete 22:38:40 bdb6da89ff94: Download complete 22:38:40 2a70c0c122f4: Download complete 22:38:41 a3cc7d3b244e: Pull complete 22:38:42 02a3295e0d61: Pull complete 22:38:42 330b718f631f: Download complete 22:38:42 0f4f2e6d8100: Pull complete 22:38:44 lf-activate-venv(): INFO: Adding /tmp/venv-5Tdq/bin to PATH 22:38:44 INFO: No Stack... 22:38:44 INFO: Retrieving Pricing Info for: v1-standard-2 22:38:44 INFO: Archiving Costs [Pipeline] sh 22:38:45 + cat /w/workspace/app-functions-sdk-go/16/archives/cost.csv 22:38:45 + cut -d, -f6 [Pipeline] lock 22:38:45 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-682-16-stack-cost] 22:38:45 Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-682-16-stack-cost] did not exist. Created. 22:38:45 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-682-16-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:38:45 + echo total: 0.029999999329447746 [Pipeline] stash 22:38:47 330b718f631f: Pull complete 22:38:47 a93816041522: Pull complete 22:38:47 bdb6da89ff94: Pull complete 22:38:47 2a70c0c122f4: Pull complete 22:38:47 Stashed 1 file(s) [Pipeline] } 22:38:47 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-682-16-stack-cost] 22:38:47 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:38:47 Status: Downloaded newer image for docker:20.10.0 [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:38:48 Failed in branch amd64 22:38:54 ---> 7c7767a885a9 22:38:54 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:38:54 ---> Running in d027d0cd7baa 22:38:54 Removing intermediate container d027d0cd7baa 22:38:54 ---> 65ab5c4e19a8 22:38:54 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:38:54 ---> Running in 4e63d5dc500a 22:38:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:38:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:38:57 (1/5) Installing libsodium (1.0.18-r0) 22:38:57 (2/5) Installing libzmq (4.3.3-r0) 22:38:57 (3/5) Installing pkgconf (1.7.2-r0) 22:38:57 (4/5) Installing libsodium-dev (1.0.18-r0) 22:38:57 (5/5) Installing zeromq-dev (4.3.3-r0) 22:38:58 Executing busybox-1.31.1-r19.trigger 22:38:58 OK: 144 MiB in 44 packages 22:38:59 Removing intermediate container 4e63d5dc500a 22:38:59 ---> 1736d3c86171 22:38:59 Step 6/8 : WORKDIR /build 22:38:59 ---> Running in 8202635d9314 22:38:59 Removing intermediate container 8202635d9314 22:38:59 ---> 19440e824eed 22:38:59 Step 7/8 : COPY go.mod . 22:39:00 ---> de9d59455e3c 22:39:00 Step 8/8 : RUN go mod download 22:39:00 ---> Running in ba064d23433b 22:39:27 Removing intermediate container ba064d23433b 22:39:27 ---> 3c37ae3f8d03 22:39:27 Successfully built 3c37ae3f8d03 22:39:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:39:27 + docker inspect -f . ci-base-image-arm64 22:39:27 . [Pipeline] withDockerContainer 22:39:28 prd-ubuntu18.04-docker-arm64-4c-16g-28580 does not seem to be running inside a container 22:39:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/16 -v /w/workspace/app-functions-sdk-go/16:/w/workspace/app-functions-sdk-go/16:rw,z -v /w/workspace/app-functions-sdk-go/16@tmp:/w/workspace/app-functions-sdk-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:39:29 $ docker top 8c506b171e6fe74bbde46a6eba861280098f406d1951977e3060722e92e50984 -eo pid,comm [Pipeline] { [Pipeline] sh 22:39:30 + go version 22:39:30 go version go1.15.5 linux/arm64 [Pipeline] } 22:39:31 $ docker stop --time=1 8c506b171e6fe74bbde46a6eba861280098f406d1951977e3060722e92e50984 22:39:32 $ docker rm -f 8c506b171e6fe74bbde46a6eba861280098f406d1951977e3060722e92e50984 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:39:33 + docker inspect -f . ci-base-image-arm64 22:39:33 . [Pipeline] withDockerContainer 22:39:34 prd-ubuntu18.04-docker-arm64-4c-16g-28580 does not seem to be running inside a container 22:39:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/16 -v /w/workspace/app-functions-sdk-go/16:/w/workspace/app-functions-sdk-go/16:rw,z -v /w/workspace/app-functions-sdk-go/16@tmp:/w/workspace/app-functions-sdk-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:39:35 $ docker top d7979143e02e941ec952aefde0f299e161258865d85fa79023e6538a1a6c80f8 -eo pid,comm [Pipeline] { [Pipeline] sh 22:39:36 + make test 22:39:36 make -C ./app-service-template build 22:39:36 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/16/app-service-template' 22:39:36 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 22:40:09 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/16/app-service-template' 22:40:09 make -C ./app-service-template test 22:40:09 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/16/app-service-template' 22:40:09 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 22:40:31 ? new-app-service [no test files] 22:40:31 ok new-app-service/functions 0.023s coverage: 75.8% of statements 22:40:31 CGO_ENABLED=1 go vet ./... 22:40:39 gofmt -l . 22:40:39 [ "`gofmt -l .`" = "" ] 22:40:39 ./bin/test-go-mod-tidy.sh 22:40:39 ./bin/test-attribution-txt.sh 22:40:40 An attribution for github.com/gorilla/websocket is missing from in Attribution.txt, please add 22:40:40 make[1]: *** [Makefile:48: test] Error 1 22:40:40 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/16/app-service-template' 22:40:40 make: *** [Makefile:9: test-template] Error 2 [Pipeline] } 22:40:40 $ docker stop --time=1 d7979143e02e941ec952aefde0f299e161258865d85fa79023e6538a1a6c80f8 22:40:42 $ docker rm -f d7979143e02e941ec952aefde0f299e161258865d85fa79023e6538a1a6c80f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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 22:40:44 ---> job-cost.sh 22:40:44 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-brPp 22:41:23 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:43:30 lf-activate-venv(): INFO: Adding /tmp/venv-brPp/bin to PATH 22:43:30 INFO: No Stack... 22:43:30 INFO: Retrieving Pricing Info for: lf-standard-4 22:43:30 INFO: Archiving Costs [Pipeline] sh 22:43:30 + cut -d, -f6 22:43:30 + cat /w/workspace/app-functions-sdk-go/16/archives/cost.csv [Pipeline] lock 22:43:30 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-682-16-stack-cost] 22:43:30 Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-682-16-stack-cost] did not exist. Created. 22:43:30 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-682-16-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:43:31 /w/workspace/app-functions-sdk-go/16@tmp/durable-4e83ee9f/script.sh: 1: /w/workspace/app-functions-sdk-go/16@tmp/durable-4e83ee9f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 22:43:31 + echo total: 0.20999999344348907 [Pipeline] stash 22:43:31 Warning: overwriting stash ‘stack-cost’ 22:43:32 Stashed 1 file(s) [Pipeline] } 22:43:32 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-682-16-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:43:33 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 22:43:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:43:36 ---> package-listing.sh 22:43:36 ++ facter osfamily 22:43:36 ++ tr '[:upper:]' '[:lower:]' 22:43:36 + OS_FAMILY=redhat 22:43:36 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-682 22:43:36 + START_PACKAGES=/tmp/packages_start.txt 22:43:36 + END_PACKAGES=/tmp/packages_end.txt 22:43:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:43:36 + PACKAGES=/tmp/packages_start.txt 22:43:36 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-682 ']' 22:43:36 + PACKAGES=/tmp/packages_end.txt 22:43:36 + case "${OS_FAMILY}" in 22:43:36 + rpm -qa 22:43:36 + sort 22:43:41 + '[' -f /tmp/packages_start.txt ']' 22:43:41 + '[' -f /tmp/packages_end.txt ']' 22:43:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:43:41 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-682 ']' 22:43:41 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-682/archives/ 22:43:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-682/archives/ [Pipeline] echo 22:43:41 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-682/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:43:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:43:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:43:42 22:43:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:43:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:43:42 alpine: Pulling from edgex-lftools-log-publisher 22:43:42 df20fa9351a1: Pulling fs layer 22:43:42 36b3adc4ff6f: Pulling fs layer 22:43:42 8ad3a11d3b57: Pulling fs layer 22:43:42 46f8f816bc3b: Pulling fs layer 22:43:42 93b61091891f: Pulling fs layer 22:43:42 93b9cdb0e59b: Pulling fs layer 22:43:42 5e14af77c1be: Pulling fs layer 22:43:42 01666e4c0597: Pulling fs layer 22:43:42 aa168da1d23b: Pulling fs layer 22:43:42 93b9cdb0e59b: Waiting 22:43:42 5e14af77c1be: Waiting 22:43:42 01666e4c0597: Waiting 22:43:42 46f8f816bc3b: Waiting 22:43:42 93b61091891f: Waiting 22:43:42 36b3adc4ff6f: Download complete 22:43:42 46f8f816bc3b: Verifying Checksum 22:43:42 46f8f816bc3b: Download complete 22:43:42 df20fa9351a1: Download complete 22:43:42 93b9cdb0e59b: Verifying Checksum 22:43:42 93b9cdb0e59b: Download complete 22:43:42 93b61091891f: Verifying Checksum 22:43:42 93b61091891f: Download complete 22:43:42 01666e4c0597: Verifying Checksum 22:43:42 01666e4c0597: Download complete 22:43:42 5e14af77c1be: Verifying Checksum 22:43:42 5e14af77c1be: Download complete 22:43:42 8ad3a11d3b57: Verifying Checksum 22:43:42 8ad3a11d3b57: Download complete 22:43:43 df20fa9351a1: Pull complete 22:43:43 36b3adc4ff6f: Pull complete 22:43:44 8ad3a11d3b57: Pull complete 22:43:44 46f8f816bc3b: Pull complete 22:43:44 93b61091891f: Pull complete 22:43:44 aa168da1d23b: Verifying Checksum 22:43:44 aa168da1d23b: Download complete 22:43:45 93b9cdb0e59b: Pull complete 22:43:45 5e14af77c1be: Pull complete 22:43:45 01666e4c0597: Pull complete 22:43:52 aa168da1d23b: Pull complete 22:43:52 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:43:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:43:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:43:52 prd-centos7-docker-4c-2g-28574 does not seem to be running inside a container 22:43:52 $ 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-682/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-682 -v /w/workspace/ndry_app-functions-sdk-go_PR-682:/w/workspace/ndry_app-functions-sdk-go_PR-682:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-682@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-682@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:43:56 $ docker top d4dae6b2f5a7f40e954437ce1bd8b48e934b334fb2b2a3969d3223172d8be0d3 -eo pid,comm [Pipeline] { [Pipeline] sh 22:43:57 + touch /tmp/pre-build-complete [Pipeline] sh 22:43:57 + mkdir -p /var/log/sa [Pipeline] sh 22:43:58 + ls /var/log/sa-host 22:43:58 + sadf -c /var/log/sa-host/sa04 22:43:58 file_magic: OK 22:43:58 HZ: Using current value: 100 22:43:58 file_header: OK 22:43:58 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 22:43:58 Statistics: 22:43:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:43:58 File successfully converted to sysstat format version 12.2.1 22:43:58 + sadf -c /var/log/sa-host/sa23 22:43:58 file_magic: OK 22:43:58 HZ: Using current value: 100 22:43:58 file_header: OK 22:43:58 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 22:43:58 Statistics: 22:43:58 Hnuu...uuuununununu... 22:43:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:43:58 provisioning config files... 22:43:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-682@tmp/config5237652772555846125tmp [Pipeline] { [Pipeline] echo 22:43:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:43:59 ---> create-netrc.sh [Pipeline] } 22:43:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:43:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:43:59 ---> python-tools-install.sh [Pipeline] echo 22:43:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:43:59 ---> sudo-logs.sh 22:43:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:43:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:44:00 ---> job-cost.sh 22:44:00 lf-activate-venv: SKIPPING 22:44:00 DEBUG: total: 0.20999999344348907 22:44:00 INFO: Retrieving Stack Cost... 22:44:01 INFO: Retrieving Pricing Info for: v1-standard-2 22:44:01 INFO: Archiving Costs [Pipeline] echo 22:44:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:44:02 ---> logs-deploy.sh 22:44:02 lf-activate-venv: SKIPPING 22:44:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-682/16 22:44:02 INFO: archiving workspace using pattern(s): 22:44:03 Archives upload complete. 22:44:03 INFO: archiving logs to Nexus 22:44:04 ---> uname -a: 22:44:04 Linux prd-centos7-docker-4c-2g-28574.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:44:04 22:44:04 22:44:04 ---> lscpu: 22:44:04 Architecture: x86_64 22:44:04 CPU op-mode(s): 32-bit, 64-bit 22:44:04 Byte Order: Little Endian 22:44:04 Address sizes: 40 bits physical, 48 bits virtual 22:44:04 CPU(s): 4 22:44:04 On-line CPU(s) list: 0-3 22:44:04 Thread(s) per core: 1 22:44:04 Core(s) per socket: 1 22:44:04 Socket(s): 4 22:44:04 NUMA node(s): 1 22:44:04 Vendor ID: GenuineIntel 22:44:04 CPU family: 6 22:44:04 Model: 44 22:44:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:44:04 Stepping: 1 22:44:04 CPU MHz: 2933.438 22:44:04 BogoMIPS: 5866.87 22:44:04 Virtualization: VT-x 22:44:04 Hypervisor vendor: KVM 22:44:04 Virtualization type: full 22:44:04 L1d cache: 128 KiB 22:44:04 L1i cache: 128 KiB 22:44:04 L2 cache: 16 MiB 22:44:04 L3 cache: 64 MiB 22:44:04 NUMA node0 CPU(s): 0-3 22:44:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:44:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:44:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:44:04 Vulnerability Meltdown: Mitigation; PTI 22:44:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:44:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:44:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:44:04 Vulnerability Srbds: Not affected 22:44:04 Vulnerability Tsx async abort: Not affected 22:44:04 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 22:44:04 22:44:04 22:44:04 ---> nproc: 22:44:04 4 22:44:04 22:44:04 22:44:04 ---> df -h: 22:44:04 Filesystem Size Used Available Use% Mounted on 22:44:04 overlay 50.0G 7.3G 42.7G 15% / 22:44:04 tmpfs 64.0M 0 64.0M 0% /dev 22:44:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:44:04 shm 64.0M 0 64.0M 0% /dev/shm 22:44:04 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 22:44:04 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 22:44:04 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 22:44:04 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 22:44:04 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 22:44:04 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 22:44:04 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 22:44:04 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 22:44:04 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-682 22:44:04 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-682@tmp 22:44:04 22:44:04 22:44:04 ---> free -m: 22:44:04 total used free shared buff/cache available 22:44:04 Mem: 1837 681 97 0 1058 1051 22:44:04 Swap: 1023 1 1022 22:44:04 22:44:04 22:44:04 ---> ip addr: 22:44:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:44:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:44:04 inet 127.0.0.1/8 scope host lo 22:44:04 valid_lft forever preferred_lft forever 22:44:04 inet6 ::1/128 scope host 22:44:04 valid_lft forever preferred_lft forever 22:44:04 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:44:04 link/ether fa:16:3e:81:22:47 brd ff:ff:ff:ff:ff:ff 22:44:04 inet 10.30.123.67/23 brd 10.30.123.255 scope global dynamic eth0 22:44:04 valid_lft 85820sec preferred_lft 85820sec 22:44:04 inet6 fe80::f816:3eff:fe81:2247/64 scope link 22:44:04 valid_lft forever preferred_lft forever 22:44:04 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:44:04 link/ether 02:42:f4:08:e7:15 brd ff:ff:ff:ff:ff:ff 22:44:04 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:44:04 valid_lft forever preferred_lft forever 22:44:04 inet6 fe80::42:f4ff:fe08:e715/64 scope link 22:44:04 valid_lft forever preferred_lft forever 22:44:04 22:44:04 22:44:04 ---> sar -b -r -n DEV: 22:44:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/04/21 _x86_64_ (4 CPU) 22:44:04 22:44:04 22:34:13 LINUX RESTART (4 CPU) 22:44:04 22:44:04 22:35:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:44:04 22:36:02 33.43 13.62 19.81 0.00 4467.72 4196.60 0.00 22:44:04 22:37:01 1.93 0.00 1.93 0.00 0.00 37.01 0.00 22:44:04 22:38:01 0.62 0.00 0.62 0.00 0.00 7.23 0.00 22:44:04 22:39:01 0.27 0.00 0.27 0.00 0.00 3.36 0.00 22:44:04 22:40:01 0.23 0.00 0.23 0.00 0.00 2.61 0.00 22:44:04 22:41:01 0.67 0.00 0.67 0.00 0.00 7.61 0.00 22:44:04 22:42:01 0.32 0.00 0.32 0.00 0.00 4.60 0.00 22:44:04 22:43:01 0.17 0.00 0.17 0.00 0.00 1.35 0.00 22:44:04 Average: 4.71 1.71 3.00 0.00 559.84 533.78 0.00 22:44:04 22:44:04 22:35:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:44:04 22:36:02 225356 0 583016 30.99 2620 1070552 1096572 37.42 407952 1050300 20 22:44:04 22:37:01 229952 0 578412 30.74 2620 1070560 1084616 37.02 406644 1047584 8 22:44:04 22:38:01 228472 0 579888 30.82 2620 1070564 1080504 36.88 409868 1045768 8 22:44:04 22:39:01 228636 0 579724 30.81 2620 1070564 1080528 36.88 422328 1033572 8 22:44:04 22:40:01 228236 0 580116 30.83 2620 1070572 1075364 36.70 424664 1031660 8 22:44:04 22:41:01 229168 0 579180 30.78 2620 1070576 1068168 36.45 431112 1024644 8 22:44:04 22:42:01 229128 0 579216 30.78 2620 1070580 1068168 36.45 431120 1024640 8 22:44:04 22:43:01 228580 0 579760 30.81 2620 1070584 1068288 36.46 431868 1024640 20 22:44:04 Average: 228441 0 579914 30.82 2620 1070569 1077776 36.78 420694 1035351 11 22:44:04 22:44:04 22:35:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:44:04 22:36:02 eth0 145.86 160.58 644.07 43.69 0.00 0.00 0.00 0.00 22:44:04 22:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:04 22:36:02 docker0 105.16 71.62 8.70 307.14 0.00 0.00 0.00 0.00 22:44:04 22:37:01 eth0 2.95 0.90 0.95 0.61 0.00 0.00 0.00 0.00 22:44:04 22:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:04 22:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:04 22:38:01 eth0 1.45 0.27 0.35 0.20 0.00 0.00 0.00 0.00 22:44:04 22:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:04 22:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:04 22:39:01 eth0 1.02 0.53 0.54 0.39 0.00 0.00 0.00 0.00 22:44:04 22:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:04 22:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:04 22:40:01 eth0 0.35 0.22 0.15 0.07 0.00 0.00 0.00 0.00 22:44:04 22:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:04 22:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:04 22:41:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:44:04 22:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:04 22:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:04 22:42:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:44:04 22:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:04 22:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:04 22:43:01 eth0 0.53 0.33 0.27 0.17 0.00 0.00 0.00 0.00 22:44:04 22:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:04 22:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:04 Average: eth0 19.09 20.42 80.99 5.65 0.00 0.00 0.00 0.00 22:44:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:44:04 Average: docker0 13.18 8.97 1.09 38.49 0.00 0.00 0.00 0.00 22:44:04 22:44:04 22:44:04 ---> sar -P ALL: 22:44:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/04/21 _x86_64_ (4 CPU) 22:44:04 22:44:04 22:34:13 LINUX RESTART (4 CPU) 22:44:04 22:44:04 22:35:01 CPU %user %nice %system %iowait %steal %idle 22:44:04 22:36:02 all 3.37 0.00 2.03 0.50 0.02 94.08 22:44:04 22:36:02 0 2.25 0.00 1.65 1.41 0.02 94.68 22:44:04 22:36:02 1 2.68 0.00 2.06 0.34 0.03 94.89 22:44:04 22:36:02 2 5.12 0.00 2.53 0.15 0.02 92.18 22:44:04 22:36:02 3 3.43 0.00 1.88 0.10 0.02 94.57 22:44:04 22:37:01 all 0.17 0.00 0.04 0.00 0.00 99.78 22:44:04 22:37:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:44:04 22:37:01 1 0.07 0.00 0.03 0.00 0.00 99.90 22:44:04 22:37:01 2 0.07 0.00 0.07 0.00 0.00 99.86 22:44:04 22:37:01 3 0.53 0.00 0.03 0.00 0.00 99.44 22:44:04 22:38:01 all 0.11 0.00 0.04 0.00 0.01 99.83 22:44:04 22:38:01 0 0.02 0.00 0.05 0.00 0.02 99.92 22:44:04 22:38:01 1 0.03 0.00 0.02 0.00 0.02 99.93 22:44:04 22:38:01 2 0.10 0.00 0.05 0.00 0.02 99.83 22:44:04 22:38:01 3 0.30 0.00 0.05 0.00 0.00 99.65 22:44:04 22:39:01 all 0.15 0.00 0.05 0.00 0.00 99.79 22:44:04 22:39:01 0 0.07 0.00 0.08 0.00 0.00 99.85 22:44:04 22:39:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:44:04 22:39:01 2 0.03 0.00 0.05 0.00 0.00 99.92 22:44:04 22:39:01 3 0.48 0.00 0.05 0.00 0.02 99.45 22:44:04 22:40:01 all 0.05 0.00 0.05 0.00 0.00 99.90 22:44:04 22:40:01 0 0.03 0.00 0.08 0.00 0.00 99.88 22:44:04 22:40:01 1 0.07 0.00 0.05 0.00 0.00 99.88 22:44:04 22:40:01 2 0.03 0.00 0.02 0.00 0.00 99.95 22:44:04 22:40:01 3 0.05 0.00 0.05 0.00 0.00 99.90 22:44:04 22:41:01 all 0.11 0.00 0.08 0.00 0.00 99.82 22:44:04 22:41:01 0 0.05 0.00 0.18 0.00 0.00 99.77 22:44:04 22:41:01 1 0.32 0.00 0.03 0.00 0.00 99.65 22:44:04 22:41:01 2 0.03 0.00 0.05 0.00 0.00 99.92 22:44:04 22:41:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:44:04 22:42:01 all 0.15 0.00 0.04 0.00 0.00 99.81 22:44:04 22:42:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:44:04 22:42:01 1 0.52 0.00 0.02 0.00 0.00 99.47 22:44:04 22:42:01 2 0.03 0.00 0.05 0.00 0.00 99.92 22:44:04 22:42:01 3 0.05 0.00 0.05 0.00 0.00 99.90 22:44:04 22:43:01 all 0.17 0.00 0.05 0.00 0.00 99.78 22:44:04 22:43:01 0 0.02 0.00 0.05 0.00 0.00 99.93 22:44:04 22:43:01 1 0.57 0.00 0.05 0.00 0.00 99.38 22:44:04 22:43:01 2 0.05 0.00 0.07 0.00 0.00 99.88 22:44:04 22:43:01 3 0.05 0.00 0.03 0.00 0.00 99.92 22:44:04 Average: all 0.53 0.00 0.30 0.06 0.00 99.10 22:44:04 Average: 0 0.31 0.00 0.27 0.18 0.00 99.24 22:44:04 Average: 1 0.53 0.00 0.29 0.04 0.01 99.13 22:44:04 Average: 2 0.68 0.00 0.36 0.02 0.00 98.94 22:44:04 Average: 3 0.61 0.00 0.27 0.01 0.00 99.10 22:44:04 22:44:04 22:44:04