Pull request #682 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7+ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb (e2c710ee9083ae7561d7713d307ee7cdfe98fa51) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-26951’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-26958 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 ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb into PR head commit ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 > 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 Merge succeeded, producing ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 Checking out Revision ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 (PR-682) > git checkout -f ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 # 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 ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 # timeout=10 Commit message: "build(deps): bump github.com/eclipse/paho.mqtt.golang" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk d81ccf5899651ed08423f0524abeb6e14f9deb4f # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:44:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:44:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:44:46 ========================================================= 21:44:46 EdgeX Global Pipelines Version Info 21:44:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:44:50 ------------------- 21:44:50 stable info: 21:44:50 ------------------- 21:44:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:44:50 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 21:44:50 Message: update stable to v1.0.179 21:44:52 ------------------- 21:44:52 experimental info: 21:44:52 ------------------- 21:44:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:44:52 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 21:44:52 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:44:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 21:44:52 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 21:44:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:44:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:44:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:44:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:44:53 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:44:53 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:44:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:44:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:44:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:44:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 21:44:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:44:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:44:54 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 21:44:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 21:44:54 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 21:44:54 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 21:44:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:44:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:44:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:44:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 21:44:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 21:44:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 21:44:55 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 21:44:55 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:44:55 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 21:44:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-682 [Pipeline] echo 21:44:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-682 [Pipeline] echo 21:44:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-682 [Pipeline] echo 21:44:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 [Pipeline] echo 21:44:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ddb1abe [Pipeline] echo 21:44:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:44:56 + git log --format=format:%s -1 ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 [Pipeline] echo 21:44:56 GIT_COMMIT: ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7, Commit Message: build(deps): bump github.com/eclipse/paho.mqtt.golang [Pipeline] echo 21:44:56 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 21:44:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:44:59 21:44:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:44:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:45:00 latest: Pulling from edgex-devops/git-semver 21:45:00 31603596830f: Pulling fs layer 21:45:00 2a8b12db71e7: Pulling fs layer 21:45:00 6ca5941a6612: Pulling fs layer 21:45:00 ecc8261a40a4: Pulling fs layer 21:45:00 ecc8261a40a4: Waiting 21:45:00 2a8b12db71e7: Verifying Checksum 21:45:00 2a8b12db71e7: Download complete 21:45:01 31603596830f: Verifying Checksum 21:45:01 31603596830f: Download complete 21:45:01 ecc8261a40a4: Verifying Checksum 21:45:01 ecc8261a40a4: Download complete 21:45:02 31603596830f: Pull complete 21:45:02 6ca5941a6612: Verifying Checksum 21:45:02 6ca5941a6612: Download complete 21:45:02 2a8b12db71e7: Pull complete 21:45:05 6ca5941a6612: Pull complete 21:45:06 ecc8261a40a4: Pull complete 21:45:06 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:45:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:45:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:45:07 prd-centos7-docker-4c-2g-26958 does not seem to be running inside a container 21:45: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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:45:11 $ docker top eb87645b0d436f492a1b0c18bb083bd3723e80578e0dd6e4aae27fb54ee5bff9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:45:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:45:12 [ssh-agent] Looking for ssh-agent implementation... 21:45:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:45:13 $ docker exec eb87645b0d436f492a1b0c18bb083bd3723e80578e0dd6e4aae27fb54ee5bff9 ssh-agent 21:45:14 SSH_AUTH_SOCK=/tmp/ssh-mROkLrFPGexe/agent.11 21:45:14 SSH_AGENT_PID=16 21:45:14 Running ssh-add (command line suppressed) 21:45:14 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-682@tmp/private_key_2424129188934506533.key (/w/workspace/ndry_app-functions-sdk-go_PR-682@tmp/private_key_2424129188934506533.key) 21:45:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:45:15 + git tag --points-at HEAD [Pipeline] } 21:45:15 $ docker exec --env ******** --env ******** eb87645b0d436f492a1b0c18bb083bd3723e80578e0dd6e4aae27fb54ee5bff9 ssh-agent -k 21:45:16 unset SSH_AUTH_SOCK; 21:45:16 unset SSH_AGENT_PID; 21:45:16 echo Agent pid 16 killed; 21:45:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:45:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:45:16 [ssh-agent] Looking for ssh-agent implementation... 21:45:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:45:17 $ docker exec eb87645b0d436f492a1b0c18bb083bd3723e80578e0dd6e4aae27fb54ee5bff9 ssh-agent 21:45:17 SSH_AUTH_SOCK=/tmp/ssh-QfNyh0XTkqV0/agent.44 21:45:17 SSH_AGENT_PID=50 21:45:17 Running ssh-add (command line suppressed) 21:45:17 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-682@tmp/private_key_3618967342457876075.key (/w/workspace/ndry_app-functions-sdk-go_PR-682@tmp/private_key_3618967342457876075.key) 21:45:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:45:18 + git semver init 21:45:18 # -> Open(): unable to determine branch for HEAD 21:45:18 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-682/.git 21:45:18 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-682 21:45:18 # $SEMVER_REMOTE_NAME = origin 21:45:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:45:18 # $SEMVER_USER_NAME = edgex-jenkins 21:45:18 # $SEMVER_BRANCH = PR-682 21:45:18 # $SEMVER_TEMP = /tmp/semver-397954297 21:45:18 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 21:45:34 # '/tmp/semver-397954297' -> '/w/workspace/ndry_app-functions-sdk-go_PR-682/.semver' 21:45:34 # -> Force: false 21:45:34 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-682/.semver [Pipeline] } 21:45:34 $ docker exec --env ******** --env ******** eb87645b0d436f492a1b0c18bb083bd3723e80578e0dd6e4aae27fb54ee5bff9 ssh-agent -k 21:45:35 unset SSH_AUTH_SOCK; 21:45:35 unset SSH_AGENT_PID; 21:45:35 echo Agent pid 50 killed; 21:45:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:45:38 + git semver [Pipeline] } 21:45:38 $ docker stop --time=1 eb87645b0d436f492a1b0c18bb083bd3723e80578e0dd6e4aae27fb54ee5bff9 21:45:40 $ docker rm -f eb87645b0d436f492a1b0c18bb083bd3723e80578e0dd6e4aae27fb54ee5bff9 [Pipeline] // withDockerContainer [Pipeline] sh 21:45:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:45:43 Stashed 1 file(s) [Pipeline] echo 21:45:43 [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 21:45:59 Still waiting to schedule task 21:45:59 ‘prd-centos7-docker-4c-2g-26965’ 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-26967’ doesn’t have label ‘centos7-docker-4c-2g’ 21:45:59 Still waiting to schedule task 21:45:59 ‘prd-centos7-docker-4c-2g-26965’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26967’ is offline 21:47:01 Running on prd-centos7-docker-4c-2g-26969 in /w/workspace/ndry_app-functions-sdk-go_PR-682 [Pipeline] { [Pipeline] ws 21:47:01 Running in /w/workspace/app-functions-sdk-go/9 [Pipeline] { [Pipeline] checkout 21:47:04 using credential edgex-jenkins-ssh 21:47:04 Cloning the remote Git repository 21:47:04 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 21:47:04 > git init /w/workspace/app-functions-sdk-go/9 # timeout=10 21:47:04 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:47:04 > git --version # timeout=10 21:47:04 > git --version # 'git version 2.24.3' 21:47:04 using GIT_SSH to set credentials SSH Credentials for GitHub 21:47:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:47:10 Merging remotes/origin/master commit ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb into PR head commit ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 21:47:10 Merge succeeded, producing ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 21:47:10 Checking out Revision ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 (PR-682) 21:47:09 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:47:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:47:09 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:47:09 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:47:09 using GIT_SSH to set credentials SSH Credentials for GitHub 21:47:09 > 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 21:47:10 > git config core.sparsecheckout # timeout=10 21:47:10 > git checkout -f ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 # timeout=10 21:47:10 > git remote # timeout=10 21:47:10 > git config --get remote.origin.url # timeout=10 21:47:10 using GIT_SSH to set credentials SSH Credentials for GitHub 21:47:10 > git merge ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb # timeout=10 21:47:10 > git rev-parse HEAD^{commit} # timeout=10 21:47:10 > git config core.sparsecheckout # timeout=10 21:47:10 > git checkout -f ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 # timeout=10 21:47:13 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 21:47:15 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:47:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:47:15 + sudo service docker restart 21:47:15 + true 21:47:15 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 21:47:16 ========================================================= 21:47:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:47:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:47:17 + 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 . 21:47:17 Sending build context to Docker daemon 19.21MB 21:47:17 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 21:47:17 Step 2/8 : FROM ${BASE} 21:47:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:47:17 188c0c94c7c5: Pulling fs layer 21:47:17 0ef7d3d256c8: Pulling fs layer 21:47:17 de9db76c5a1d: Pulling fs layer 21:47:17 bca2f99d35d6: Pulling fs layer 21:47:17 93359f2a8cfa: Pulling fs layer 21:47:17 7c6f9722023f: Pulling fs layer 21:47:17 a35cf1a2eb13: Pulling fs layer 21:47:17 93359f2a8cfa: Waiting 21:47:17 bca2f99d35d6: Waiting 21:47:17 7c6f9722023f: Waiting 21:47:17 a35cf1a2eb13: Waiting 21:47:17 de9db76c5a1d: Verifying Checksum 21:47:17 de9db76c5a1d: Download complete 21:47:17 0ef7d3d256c8: Download complete 21:47:17 93359f2a8cfa: Verifying Checksum 21:47:17 93359f2a8cfa: Download complete 21:47:17 7c6f9722023f: Verifying Checksum 21:47:17 7c6f9722023f: Download complete 21:47:17 188c0c94c7c5: Verifying Checksum 21:47:17 188c0c94c7c5: Download complete 21:47:18 188c0c94c7c5: Pull complete 21:47:18 0ef7d3d256c8: Pull complete 21:47:18 de9db76c5a1d: Pull complete 21:47:19 a35cf1a2eb13: Verifying Checksum 21:47:19 a35cf1a2eb13: Download complete 21:47:20 bca2f99d35d6: Download complete 21:47:25 bca2f99d35d6: Pull complete 21:47:25 93359f2a8cfa: Pull complete 21:47:25 7c6f9722023f: Pull complete 21:47:31 a35cf1a2eb13: Pull complete 21:47:31 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:47:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:47:31 ---> a62c8e92a672 21:47:31 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 21:47:31 20.10.0: Pulling from library/docker 21:47:31 05e7bc50f07f: Pulling fs layer 21:47:31 6db28d0fdbf6: Pulling fs layer 21:47:31 292df0bc6bf3: Pulling fs layer 21:47:31 2e060f4bd70b: Pulling fs layer 21:47:31 80e8d568a223: Pulling fs layer 21:47:31 8dc6ef1a942a: Pulling fs layer 21:47:31 2312dd95470a: Pulling fs layer 21:47:31 2e060f4bd70b: Waiting 21:47:31 80e8d568a223: Waiting 21:47:31 8dc6ef1a942a: Waiting 21:47:31 2312dd95470a: Waiting 21:47:31 292df0bc6bf3: Verifying Checksum 21:47:31 292df0bc6bf3: Download complete 21:47:31 05e7bc50f07f: Verifying Checksum 21:47:31 05e7bc50f07f: Download complete 21:47:31 80e8d568a223: Verifying Checksum 21:47:31 80e8d568a223: Download complete 21:47:31 8dc6ef1a942a: Verifying Checksum 21:47:31 8dc6ef1a942a: Download complete 21:47:31 2312dd95470a: Verifying Checksum 21:47:31 2312dd95470a: Download complete 21:47:31 05e7bc50f07f: Pull complete 21:47:31 6db28d0fdbf6: Download complete 21:47:32 6db28d0fdbf6: Pull complete 21:47:32 292df0bc6bf3: Pull complete 21:47:32 2e060f4bd70b: Verifying Checksum 21:47:32 2e060f4bd70b: Download complete 21:47:34 2e060f4bd70b: Pull complete 21:47:35 80e8d568a223: Pull complete 21:47:35 8dc6ef1a942a: Pull complete 21:47:35 2312dd95470a: Pull complete 21:47:35 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:47:35 Status: Downloaded newer image for docker:20.10.0 21:47:37 ---> d998875af269 21:47:37 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:47:37 ---> Running in 3f4bc86e681d 21:47:37 Removing intermediate container 3f4bc86e681d 21:47:37 ---> 10f122fbf789 21:47:37 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 21:47:37 ---> Running in 10553faec20e 21:47:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:47:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:47:40 (1/5) Installing libsodium (1.0.18-r0) 21:47:40 (2/5) Installing libzmq (4.3.3-r0) 21:47:41 (3/5) Installing pkgconf (1.7.2-r0) 21:47:41 (4/5) Installing libsodium-dev (1.0.18-r0) 21:47:41 (5/5) Installing zeromq-dev (4.3.3-r0) 21:47:41 Executing busybox-1.31.1-r19.trigger 21:47:41 OK: 167 MiB in 44 packages 21:47:41 Removing intermediate container 10553faec20e 21:47:41 ---> 58f336360cc4 21:47:41 Step 6/8 : WORKDIR /build 21:47:42 ---> Running in 5465085bfe89 21:47:42 Removing intermediate container 5465085bfe89 21:47:42 ---> a4ba9db4b2f6 21:47:42 Step 7/8 : COPY go.mod . 21:47:42 ---> c9aa84a5f8e7 21:47:42 Step 8/8 : RUN go mod download 21:47:42 ---> Running in e8cd09edecb3 21:48:09 Removing intermediate container e8cd09edecb3 21:48:09 ---> 0e52e7817dfd 21:48:09 Successfully built 0e52e7817dfd 21:48:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:48:09 + docker inspect -f . ci-base-image-x86_64 21:48:09 . [Pipeline] withDockerContainer 21:48:09 prd-centos7-docker-4c-2g-26969 does not seem to be running inside a container 21:48:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/9 -v /w/workspace/app-functions-sdk-go/9:/w/workspace/app-functions-sdk-go/9:rw,z -v /w/workspace/app-functions-sdk-go/9@tmp:/w/workspace/app-functions-sdk-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:48:10 $ docker top b80e985f189fb7a5e4293b78ee8120c868ee2aaba7d818284b415929b8d534cb -eo pid,comm [Pipeline] { [Pipeline] sh 21:48:11 + go version 21:48:11 go version go1.15.5 linux/amd64 [Pipeline] } 21:48:11 $ docker stop --time=1 b80e985f189fb7a5e4293b78ee8120c868ee2aaba7d818284b415929b8d534cb 21:48:12 $ docker rm -f b80e985f189fb7a5e4293b78ee8120c868ee2aaba7d818284b415929b8d534cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:48:13 + docker inspect -f . ci-base-image-x86_64 21:48:13 . [Pipeline] withDockerContainer 21:48:13 prd-centos7-docker-4c-2g-26969 does not seem to be running inside a container 21:48:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/9 -v /w/workspace/app-functions-sdk-go/9:/w/workspace/app-functions-sdk-go/9:rw,z -v /w/workspace/app-functions-sdk-go/9@tmp:/w/workspace/app-functions-sdk-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:48:14 $ docker top df68e9ef7e98be781e21556ab0675db34dbcf56202d3e73715ba9efe81604a6f -eo pid,comm [Pipeline] { [Pipeline] sh 21:48:14 + make test 21:48:14 make -C ./app-service-template build 21:48:14 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/9/app-service-template' 21:48:14 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 21:48:29 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/9/app-service-template' 21:48:29 make -C ./app-service-template test 21:48:29 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/9/app-service-template' 21:48:29 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 21:48:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26972 in /w/workspace/ndry_app-functions-sdk-go_PR-682 [Pipeline] { [Pipeline] ws 21:48:30 Running in /w/workspace/app-functions-sdk-go/9 [Pipeline] { [Pipeline] checkout 21:48:35 ? new-app-service [no test files] 21:48:35 ok new-app-service/functions 0.008s coverage: 75.8% of statements 21:48:35 CGO_ENABLED=1 go vet ./... 21:48:36 using credential edgex-jenkins-ssh 21:48:36 Cloning the remote Git repository 21:48:36 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 21:48:36 > git init /w/workspace/app-functions-sdk-go/9 # timeout=10 21:48:36 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:48:36 > git --version # timeout=10 21:48:36 > git --version # 'git version 2.17.1' 21:48:36 using GIT_SSH to set credentials SSH Credentials for GitHub 21:48:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:48:37 gofmt -l . 21:48:37 [ "`gofmt -l .`" = "" ] 21:48:37 ./bin/test-go-mod-tidy.sh 21:48:38 ./bin/test-attribution-txt.sh 21:48:38 An attribution for github.com/gorilla/websocket is missing from in Attribution.txt, please add 21:48:38 make[1]: *** [Makefile:48: test] Error 1 21:48:38 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/9/app-service-template' 21:48:38 make: *** [Makefile:9: test-template] Error 2 [Pipeline] } 21:48:38 $ docker stop --time=1 df68e9ef7e98be781e21556ab0675db34dbcf56202d3e73715ba9efe81604a6f 21:48:39 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:48:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:48:39 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 21:48:40 Merging remotes/origin/master commit ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb into PR head commit ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 21:48:40 Merge succeeded, producing ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 21:48:40 Checking out Revision ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 (PR-682) 21:48:40 $ docker rm -f df68e9ef7e98be781e21556ab0675db34dbcf56202d3e73715ba9efe81604a6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 21:48:39 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 21:48:39 using GIT_SSH to set credentials SSH Credentials for GitHub 21:48:39 > 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 21:48:40 > git config core.sparsecheckout # timeout=10 21:48:40 > git checkout -f ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 # timeout=10 21:48:40 > git remote # timeout=10 21:48:40 > git config --get remote.origin.url # timeout=10 21:48:40 using GIT_SSH to set credentials SSH Credentials for GitHub 21:48:40 > git merge ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb # timeout=10 21:48:40 > git rev-parse HEAD^{commit} # timeout=10 21:48:40 > git config core.sparsecheckout # timeout=10 21:48:40 > git checkout -f ddb1abe0e7f60af3a84efd34c1a079e8d9518fd7 # timeout=10 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:48:42 Failed in branch amd64 21:48:45 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 21:48:46 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:48:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:48:47 + sudo service docker restart+ 21:48:47 true [Pipeline] unstash [Pipeline] echo 21:48:49 ========================================================= 21:48:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:48:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:48:50 + 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 . 21:48:51 Sending build context to Docker daemon 19.21MB 21:48:51 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 21:48:51 Step 2/8 : FROM ${BASE} 21:48:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:48:51 5f621e34cdf4: Pulling fs layer 21:48:51 a4357932f1b6: Pulling fs layer 21:48:51 18c013af1878: Pulling fs layer 21:48:51 00ac8860ef70: Pulling fs layer 21:48:51 63d7cb157983: Pulling fs layer 21:48:51 b116817d02f9: Pulling fs layer 21:48:51 745a02a5169b: Pulling fs layer 21:48:51 63d7cb157983: Waiting 21:48:51 b116817d02f9: Waiting 21:48:51 745a02a5169b: Waiting 21:48:51 00ac8860ef70: Waiting 21:48:51 18c013af1878: Verifying Checksum 21:48:51 18c013af1878: Download complete 21:48:51 a4357932f1b6: Download complete 21:48:51 63d7cb157983: Verifying Checksum 21:48:51 63d7cb157983: Download complete 21:48:51 b116817d02f9: Verifying Checksum 21:48:51 b116817d02f9: Download complete 21:48:52 5f621e34cdf4: Verifying Checksum 21:48:52 5f621e34cdf4: Download complete 21:48:53 5f621e34cdf4: Pull complete 21:48:53 a4357932f1b6: Pull complete 21:48:54 18c013af1878: Pull complete 21:48:55 745a02a5169b: Verifying Checksum 21:48:55 745a02a5169b: Download complete 21:48:57 00ac8860ef70: Verifying Checksum 21:48:57 00ac8860ef70: Download complete 21:49:07 00ac8860ef70: Pull complete 21:49:07 63d7cb157983: Pull complete 21:49:07 b116817d02f9: Pull complete 21:49:11 745a02a5169b: Pull complete 21:49:11 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:49:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:49:11 ---> b7e6874047d6 21:49:11 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 21:49:11 20.10.0: Pulling from library/docker 21:49:11 a3cc7d3b244e: Pulling fs layer 21:49:11 02a3295e0d61: Pulling fs layer 21:49:11 0f4f2e6d8100: Pulling fs layer 21:49:11 330b718f631f: Pulling fs layer 21:49:11 a93816041522: Pulling fs layer 21:49:11 bdb6da89ff94: Pulling fs layer 21:49:11 2a70c0c122f4: Pulling fs layer 21:49:11 a93816041522: Waiting 21:49:11 bdb6da89ff94: Waiting 21:49:11 2a70c0c122f4: Waiting 21:49:11 330b718f631f: Waiting 21:49:11 0f4f2e6d8100: Verifying Checksum 21:49:11 0f4f2e6d8100: Download complete 21:49:11 02a3295e0d61: Download complete 21:49:11 a93816041522: Verifying Checksum 21:49:11 bdb6da89ff94: Download complete 21:49:11 a3cc7d3b244e: Verifying Checksum 21:49:11 a3cc7d3b244e: Download complete 21:49:11 2a70c0c122f4: Download complete 21:49:12 a3cc7d3b244e: Pull complete 21:49:13 02a3295e0d61: Pull complete 21:49:13 0f4f2e6d8100: Pull complete 21:49:13 330b718f631f: Verifying Checksum 21:49:13 330b718f631f: Download complete 21:49:17 330b718f631f: Pull complete 21:49:17 a93816041522: Pull complete 21:49:17 bdb6da89ff94: Pull complete 21:49:18 2a70c0c122f4: Pull complete 21:49:18 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:49:18 Status: Downloaded newer image for docker:20.10.0 21:49:23 ---> 7a4afa5a83e6 21:49:23 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 21:49:23 ---> Running in b61100b219b5 21:49:24 Removing intermediate container b61100b219b5 21:49:24 ---> 868d4b75dcbe 21:49:24 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 21:49:24 ---> Running in 246badde9162 21:49:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:49:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:49:27 (1/5) Installing libsodium (1.0.18-r0) 21:49:27 (2/5) Installing libzmq (4.3.3-r0) 21:49:27 (3/5) Installing pkgconf (1.7.2-r0) 21:49:27 (4/5) Installing libsodium-dev (1.0.18-r0) 21:49:27 (5/5) Installing zeromq-dev (4.3.3-r0) 21:49:27 Executing busybox-1.31.1-r19.trigger 21:49:28 OK: 144 MiB in 44 packages 21:49:29 Removing intermediate container 246badde9162 21:49:29 ---> f641d32965b4 21:49:29 Step 6/8 : WORKDIR /build 21:49:29 ---> Running in 6e37d0661ad7 21:49:30 Removing intermediate container 6e37d0661ad7 21:49:30 ---> 9e4080a9bd08 21:49:30 Step 7/8 : COPY go.mod . 21:49:30 ---> dcb44ac08e4c 21:49:30 Step 8/8 : RUN go mod download 21:49:31 ---> Running in 77705463d8e3 21:49:57 Removing intermediate container 77705463d8e3 21:49:57 ---> 9a12b5241e4d 21:49:57 Successfully built 9a12b5241e4d 21:49:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:49:58 + docker inspect -f . ci-base-image-arm64 21:49:58 . [Pipeline] withDockerContainer 21:49:58 prd-ubuntu18.04-docker-arm64-4c-16g-26972 does not seem to be running inside a container 21:49:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/9 -v /w/workspace/app-functions-sdk-go/9:/w/workspace/app-functions-sdk-go/9:rw,z -v /w/workspace/app-functions-sdk-go/9@tmp:/w/workspace/app-functions-sdk-go/9@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 21:50:00 $ docker top b1f05dcc5dbe978c46e522b2a0de040bbbdb2ae2ca0ff3aeac7152d58fc02058 -eo pid,comm [Pipeline] { [Pipeline] sh 21:50:01 + go version 21:50:01 go version go1.15.5 linux/arm64 [Pipeline] } 21:50:01 $ docker stop --time=1 b1f05dcc5dbe978c46e522b2a0de040bbbdb2ae2ca0ff3aeac7152d58fc02058 21:50:03 $ docker rm -f b1f05dcc5dbe978c46e522b2a0de040bbbdb2ae2ca0ff3aeac7152d58fc02058 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:50:04 + docker inspect -f . ci-base-image-arm64 21:50:04 . [Pipeline] withDockerContainer 21:50:04 prd-ubuntu18.04-docker-arm64-4c-16g-26972 does not seem to be running inside a container 21:50:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/9 -v /w/workspace/app-functions-sdk-go/9:/w/workspace/app-functions-sdk-go/9:rw,z -v /w/workspace/app-functions-sdk-go/9@tmp:/w/workspace/app-functions-sdk-go/9@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 21:50:05 $ docker top 6fa271a2680a79a571b0f45d4f3e34b898e43fd16b75a1c6b989b45bdc73ae56 -eo pid,comm [Pipeline] { [Pipeline] sh 21:50:06 + make test 21:50:06 make -C ./app-service-template build 21:50:06 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/9/app-service-template' 21:50:06 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 21:50:39 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/9/app-service-template' 21:50:39 make -C ./app-service-template test 21:50:39 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/9/app-service-template' 21:50:39 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 21:50:57 ? new-app-service [no test files] 21:50:57 ok new-app-service/functions 0.026s coverage: 75.8% of statements 21:50:57 CGO_ENABLED=1 go vet ./... 21:51:06 gofmt -l . 21:51:06 [ "`gofmt -l .`" = "" ] 21:51:06 ./bin/test-go-mod-tidy.sh 21:51:06 ./bin/test-attribution-txt.sh 21:51:06 An attribution for github.com/gorilla/websocket is missing from in Attribution.txt, please add 21:51:07 make[1]: *** [Makefile:48: test] Error 1 21:51:07 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/9/app-service-template' 21:51:07 make: *** [Makefile:9: test-template] Error 2 [Pipeline] } 21:51:07 $ docker stop --time=1 6fa271a2680a79a571b0f45d4f3e34b898e43fd16b75a1c6b989b45bdc73ae56 21:51:09 $ docker rm -f 6fa271a2680a79a571b0f45d4f3e34b898e43fd16b75a1c6b989b45bdc73ae56 [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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:51:11 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 21:51:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:51:15 ---> package-listing.sh 21:51:15 ++ facter osfamily 21:51:15 ++ tr '[:upper:]' '[:lower:]' 21:51:16 + OS_FAMILY=redhat 21:51:16 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-682 21:51:16 + START_PACKAGES=/tmp/packages_start.txt 21:51:16 + END_PACKAGES=/tmp/packages_end.txt 21:51:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:51:16 + PACKAGES=/tmp/packages_start.txt 21:51:16 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-682 ']' 21:51:16 + PACKAGES=/tmp/packages_end.txt 21:51:16 + case "${OS_FAMILY}" in 21:51:16 + sort 21:51:16 + rpm -qa 21:51:29 + '[' -f /tmp/packages_start.txt ']' 21:51:29 + '[' -f /tmp/packages_end.txt ']' 21:51:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:51:29 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-682 ']' 21:51:29 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-682/archives/ 21:51:29 + 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 21:51:29 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 21:51:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:51:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:51:33 21:51:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:51:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:51:34 alpine: Pulling from edgex-lftools-log-publisher 21:51:34 df20fa9351a1: Pulling fs layer 21:51:34 36b3adc4ff6f: Pulling fs layer 21:51:34 8ad3a11d3b57: Pulling fs layer 21:51:34 46f8f816bc3b: Pulling fs layer 21:51:34 93b61091891f: Pulling fs layer 21:51:34 93b9cdb0e59b: Pulling fs layer 21:51:34 5e14af77c1be: Pulling fs layer 21:51:34 01666e4c0597: Pulling fs layer 21:51:34 aa168da1d23b: Pulling fs layer 21:51:34 46f8f816bc3b: Waiting 21:51:34 93b61091891f: Waiting 21:51:34 93b9cdb0e59b: Waiting 21:51:34 5e14af77c1be: Waiting 21:51:34 01666e4c0597: Waiting 21:51:34 aa168da1d23b: Waiting 21:51:34 36b3adc4ff6f: Verifying Checksum 21:51:34 36b3adc4ff6f: Download complete 21:51:34 46f8f816bc3b: Verifying Checksum 21:51:34 46f8f816bc3b: Download complete 21:51:35 df20fa9351a1: Download complete 21:51:35 93b61091891f: Verifying Checksum 21:51:35 93b61091891f: Download complete 21:51:35 93b9cdb0e59b: Verifying Checksum 21:51:35 93b9cdb0e59b: Download complete 21:51:35 5e14af77c1be: Verifying Checksum 21:51:35 5e14af77c1be: Download complete 21:51:35 01666e4c0597: Verifying Checksum 21:51:35 01666e4c0597: Download complete 21:51:37 df20fa9351a1: Pull complete 21:51:38 36b3adc4ff6f: Pull complete 21:51:38 8ad3a11d3b57: Verifying Checksum 21:51:38 8ad3a11d3b57: Download complete 21:51:42 8ad3a11d3b57: Pull complete 21:51:43 46f8f816bc3b: Pull complete 21:51:44 93b61091891f: Pull complete 21:51:44 93b9cdb0e59b: Pull complete 21:51:44 5e14af77c1be: Pull complete 21:51:45 01666e4c0597: Pull complete 21:51:55 aa168da1d23b: Verifying Checksum 21:51:55 aa168da1d23b: Download complete 21:52:18 aa168da1d23b: Pull complete 21:52:18 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:52:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:52:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:52:19 prd-centos7-docker-4c-2g-26958 does not seem to be running inside a container 21:52:20 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:52:23 $ docker top f335c3b97e0c4999b937b58fec0b99e67ed8faf74acf50472cf9999d92e766f2 -eo pid,comm [Pipeline] { [Pipeline] sh 21:52:26 + touch /tmp/pre-build-complete [Pipeline] sh 21:52:27 + mkdir -p /var/log/sa [Pipeline] sh 21:52:28 + ls /var/log/sa-host 21:52:28 + sadf -c /var/log/sa-host/sa19 21:52:28 file_magic: OK 21:52:28 HZ: Using current value: 100 21:52:28 file_header: OK 21:52:28 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 21:52:28 Statistics: 21:52:28 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:52:28 File successfully converted to sysstat format version 12.2.1 21:52:28 + sadf -c /var/log/sa-host/sa23 21:52:28 file_magic: OK 21:52:28 HZ: Using current value: 100 21:52:28 file_header: OK 21:52:28 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 21:52:28 Statistics: 21:52:28 Hnuu...uuuununununu... 21:52:28 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:52:28 provisioning config files... 21:52:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-682@tmp/config4205024817503979673tmp [Pipeline] { [Pipeline] echo 21:52:29 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:52:29 ---> create-netrc.sh [Pipeline] } 21:52:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:52:29 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:52:31 ---> python-tools-install.sh [Pipeline] echo 21:52:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:52:33 ---> sudo-logs.sh 21:52:33 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:52:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:52:35 ---> job-cost.sh 21:52:35 lf-activate-venv: SKIPPING 21:52:35 INFO: No Stack... 21:52:36 INFO: Retrieving Pricing Info for: v1-standard-2 21:52:36 INFO: Archiving Costs [Pipeline] echo 21:52:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:52:37 ---> logs-deploy.sh 21:52:37 lf-activate-venv: SKIPPING 21:52:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-682/9 21:52:37 INFO: archiving workspace using pattern(s): 21:52:41 Archives upload complete. 21:52:41 INFO: archiving logs to Nexus 21:52:43 ---> uname -a: 21:52:43 Linux prd-centos7-docker-4c-2g-26958.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:52:43 21:52:43 21:52:43 ---> lscpu: 21:52:43 Architecture: x86_64 21:52:43 CPU op-mode(s): 32-bit, 64-bit 21:52:43 Byte Order: Little Endian 21:52:43 Address sizes: 40 bits physical, 48 bits virtual 21:52:43 CPU(s): 4 21:52:43 On-line CPU(s) list: 0-3 21:52:43 Thread(s) per core: 1 21:52:43 Core(s) per socket: 1 21:52:43 Socket(s): 4 21:52:43 NUMA node(s): 1 21:52:43 Vendor ID: GenuineIntel 21:52:43 CPU family: 6 21:52:43 Model: 44 21:52:43 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:52:43 Stepping: 1 21:52:43 CPU MHz: 2933.438 21:52:43 BogoMIPS: 5866.87 21:52:43 Virtualization: VT-x 21:52:43 Hypervisor vendor: KVM 21:52:43 Virtualization type: full 21:52:43 L1d cache: 128 KiB 21:52:43 L1i cache: 128 KiB 21:52:43 L2 cache: 16 MiB 21:52:43 L3 cache: 64 MiB 21:52:43 NUMA node0 CPU(s): 0-3 21:52:43 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:52:43 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:52:43 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:52:43 Vulnerability Meltdown: Mitigation; PTI 21:52:43 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:52:43 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:52:43 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:52:43 Vulnerability Srbds: Not affected 21:52:43 Vulnerability Tsx async abort: Not affected 21:52:43 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 21:52:43 21:52:43 21:52:43 ---> nproc: 21:52:43 4 21:52:43 21:52:43 21:52:43 ---> df -h: 21:52:43 Filesystem Size Used Available Use% Mounted on 21:52:43 overlay 50.0G 7.3G 42.7G 15% / 21:52:43 tmpfs 64.0M 0 64.0M 0% /dev 21:52:43 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:52:43 shm 64.0M 0 64.0M 0% /dev/shm 21:52:43 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 21:52:43 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 21:52:43 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 21:52:43 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 21:52:43 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 21:52:43 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 21:52:43 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 21:52:43 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 21:52:43 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-682 21:52:43 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-682@tmp 21:52:43 21:52:43 21:52:43 ---> free -m: 21:52:43 total used free shared buff/cache available 21:52:43 Mem: 1837 705 79 0 1052 1027 21:52:43 Swap: 1023 1 1022 21:52:43 21:52:43 21:52:43 ---> ip addr: 21:52:43 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:52:43 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:52:43 inet 127.0.0.1/8 scope host lo 21:52:43 valid_lft forever preferred_lft forever 21:52:43 inet6 ::1/128 scope host 21:52:43 valid_lft forever preferred_lft forever 21:52:43 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:52:43 link/ether fa:16:3e:82:e5:6e brd ff:ff:ff:ff:ff:ff 21:52:43 inet 10.30.122.245/23 brd 10.30.123.255 scope global dynamic eth0 21:52:43 valid_lft 85806sec preferred_lft 85806sec 21:52:43 inet6 fe80::f816:3eff:fe82:e56e/64 scope link 21:52:43 valid_lft forever preferred_lft forever 21:52:43 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:52:43 link/ether 02:42:05:84:85:88 brd ff:ff:ff:ff:ff:ff 21:52:43 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:52:43 valid_lft forever preferred_lft forever 21:52:43 inet6 fe80::42:5ff:fe84:8588/64 scope link 21:52:43 valid_lft forever preferred_lft forever 21:52:43 21:52:43 21:52:43 ---> sar -b -r -n DEV: 21:52:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/19/21 _x86_64_ (4 CPU) 21:52:43 21:52:43 21:42:28 LINUX RESTART (4 CPU) 21:52:43 21:52:43 21:43:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:52:43 21:44:03 150.34 101.89 48.45 0.00 7817.65 35702.06 0.00 21:52:43 21:45:01 33.82 12.85 20.96 0.00 3800.75 2216.01 0.00 21:52:43 21:46:02 25.12 6.28 18.84 0.00 1401.82 3203.20 0.00 21:52:43 21:47:01 1.98 0.00 1.98 0.00 0.00 40.27 0.00 21:52:43 21:48:01 0.20 0.00 0.20 0.00 0.00 2.76 0.00 21:52:43 21:49:01 0.27 0.00 0.27 0.00 0.00 3.68 0.00 21:52:43 21:50:02 0.32 0.00 0.32 0.00 0.00 3.48 0.00 21:52:43 21:51:01 0.22 0.00 0.22 0.00 0.00 2.74 0.00 21:52:43 21:52:01 69.85 50.56 19.29 0.00 4258.84 5475.75 0.00 21:52:43 Average: 31.36 19.09 12.27 0.00 1916.75 5184.38 0.00 21:52:43 21:52:43 21:43:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:52:43 21:44:03 65872 0 404784 21.51 2620 1408268 836904 28.56 211380 1406132 17144 21:52:43 21:45:01 111888 0 582076 30.94 2620 1184960 1321548 45.10 428172 1146028 26940 21:52:43 21:46:02 210156 0 577624 30.70 2620 1091144 1167056 39.83 406540 1065364 140 21:52:43 21:47:01 223632 0 564204 29.99 2620 1091088 1074676 36.68 398176 1062088 20 21:52:43 21:48:01 221228 0 566604 30.11 2620 1091092 1074904 36.68 401424 1061448 16 21:52:43 21:49:01 220908 0 566916 30.13 2620 1091100 1074928 36.69 402508 1060428 8 21:52:43 21:50:02 221584 0 566240 30.09 2620 1091100 1074820 36.68 413380 1049280 8 21:52:43 21:51:01 223580 0 564236 29.99 2620 1091108 1064396 36.33 446660 1014216 16 21:52:43 21:52:01 73856 0 653568 34.74 2620 1151500 1476228 50.38 498536 1089612 90440 21:52:43 Average: 174745 0 560695 29.80 2620 1143484 1129496 38.55 400753 1106066 14970 21:52:43 21:52:43 21:43:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:52:43 21:44:03 eth0 20.63 12.31 28.31 1.88 0.00 0.00 0.00 0.00 21:52:43 21:44:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:52:43 21:44:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:52:43 21:45:01 eth0 272.17 203.33 1288.87 65.40 0.00 0.00 0.00 0.00 21:52:43 21:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:52:43 21:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:52:43 21:46:02 eth0 106.47 124.37 357.75 45.44 0.00 0.00 0.00 0.00 21:52:43 21:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:52:43 21:46:02 docker0 93.67 71.60 8.20 303.36 0.00 0.00 0.00 0.00 21:52:43 21:47:01 eth0 3.48 0.81 1.04 0.39 0.00 0.00 0.00 0.00 21:52:43 21:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:52:43 21:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:52:43 21:48:01 eth0 1.95 0.93 0.85 0.63 0.00 0.00 0.00 0.00 21:52:43 21:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:52:43 21:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:52:43 21:49:01 eth0 0.55 0.32 0.29 0.20 0.00 0.00 0.00 0.00 21:52:43 21:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:52:43 21:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:52:43 21:50:02 eth0 0.33 0.20 0.14 0.07 0.00 0.00 0.00 0.00 21:52:43 21:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:52:43 21:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:52:43 21:51:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:52:43 21:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:52:43 21:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:52:43 21:52:01 eth0 227.63 205.04 2168.13 22.85 0.00 0.00 0.00 0.00 21:52:43 21:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:52:43 21:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:52:43 Average: eth0 70.12 60.73 427.03 15.14 0.00 0.00 0.00 0.00 21:52:43 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:52:43 Average: docker0 10.52 8.04 0.92 34.06 0.00 0.00 0.00 0.00 21:52:43 21:52:43 21:52:43 ---> sar -P ALL: 21:52:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/19/21 _x86_64_ (4 CPU) 21:52:43 21:52:43 21:42:28 LINUX RESTART (4 CPU) 21:52:43 21:52:43 21:43:02 CPU %user %nice %system %iowait %steal %idle 21:52:43 21:44:03 all 5.48 0.00 6.90 15.81 38.92 32.89 21:52:43 21:44:03 0 3.87 0.00 5.27 15.31 41.41 34.15 21:52:43 21:44:03 1 5.44 0.00 5.57 18.39 39.56 31.05 21:52:43 21:44:03 2 6.65 0.00 9.73 13.01 37.60 33.00 21:52:43 21:44:03 3 6.06 0.00 7.14 16.50 36.98 33.31 21:52:43 21:45:01 all 8.42 0.00 2.47 0.87 32.08 56.16 21:52:43 21:45:01 0 7.35 0.00 2.42 0.94 35.55 53.74 21:52:43 21:45:01 1 8.86 0.00 2.35 0.46 31.37 56.96 21:52:43 21:45:01 2 8.92 0.00 2.81 1.64 31.18 55.44 21:52:43 21:45:01 3 8.61 0.00 2.30 0.47 30.05 58.57 21:52:43 21:46:02 all 2.98 0.00 2.26 0.67 22.86 71.22 21:52:43 21:46:02 0 2.37 0.00 1.93 0.45 25.82 69.42 21:52:43 21:46:02 1 2.51 0.00 2.02 0.32 22.90 72.25 21:52:43 21:46:02 2 2.84 0.00 2.44 1.41 22.44 70.86 21:52:43 21:46:02 3 4.25 0.00 2.67 0.52 20.16 72.40 21:52:43 21:47:01 all 0.12 0.00 0.08 0.00 1.75 98.04 21:52:43 21:47:01 0 0.03 0.00 0.08 0.00 2.57 97.31 21:52:43 21:47:01 1 0.33 0.00 0.12 0.00 1.66 97.89 21:52:43 21:47:01 2 0.07 0.00 0.05 0.00 1.09 98.80 21:52:43 21:47:01 3 0.05 0.00 0.08 0.00 1.68 98.19 21:52:43 21:48:01 all 0.09 0.00 0.09 0.00 4.99 94.83 21:52:43 21:48:01 0 0.05 0.00 0.02 0.00 3.98 95.95 21:52:43 21:48:01 1 0.02 0.00 0.03 0.00 6.34 93.61 21:52:43 21:48:01 2 0.05 0.00 0.08 0.00 5.00 94.87 21:52:43 21:48:01 3 0.24 0.00 0.23 0.00 4.64 94.89 21:52:43 21:49:01 all 0.11 0.00 0.05 0.00 0.38 99.47 21:52:43 21:49:01 0 0.02 0.00 0.02 0.00 0.17 99.80 21:52:43 21:49:01 1 0.33 0.00 0.07 0.00 0.35 99.25 21:52:43 21:49:01 2 0.08 0.00 0.07 0.00 0.65 99.20 21:52:43 21:49:01 3 0.00 0.00 0.03 0.00 0.35 99.62 21:52:43 21:50:02 all 0.08 0.00 0.19 0.00 2.81 96.93 21:52:43 21:50:02 0 0.03 0.00 0.05 0.00 2.68 97.24 21:52:43 21:50:02 1 0.16 0.00 0.21 0.00 3.62 96.01 21:52:43 21:50:02 2 0.08 0.00 0.15 0.00 2.63 97.14 21:52:43 21:50:02 3 0.03 0.00 0.34 0.00 2.28 97.34 21:52:43 21:51:01 all 0.11 0.00 0.10 0.00 0.37 99.42 21:52:43 21:51:01 0 0.02 0.00 0.00 0.00 0.14 99.85 21:52:43 21:51:01 1 0.24 0.00 0.29 0.00 0.25 99.22 21:52:43 21:51:01 2 0.14 0.00 0.05 0.00 0.39 99.43 21:52:43 21:51:01 3 0.05 0.00 0.07 0.00 0.71 99.17 21:52:43 21:52:01 all 2.39 0.00 2.14 3.81 23.86 67.80 21:52:43 21:52:01 0 1.81 0.00 2.06 0.67 25.91 69.56 21:52:43 21:52:01 1 1.54 0.00 1.60 0.16 24.31 72.39 21:52:43 21:52:01 2 3.54 0.00 3.03 12.99 22.49 57.94 21:52:43 21:52:01 3 2.74 0.00 1.92 1.95 22.65 70.74 21:52:43 Average: all 2.34 0.00 1.72 2.60 15.15 78.19 21:52:43 Average: 0 1.87 0.00 1.44 2.19 16.58 77.91 21:52:43 Average: 1 2.29 0.00 1.47 2.38 15.45 78.41 21:52:43 Average: 2 2.62 0.00 2.20 3.46 14.44 77.28 21:52:43 Average: 3 2.60 0.00 1.76 2.39 14.08 79.17 21:52:43 21:52:43 21:52:43