Pull request #560 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 46c9655baaf7020f40b3ada84c3c953f8c364c33+10e68ac7c91ef0a5c8c99ad9d778819a8d46231e (d89db2dfe7589145f9876337b89573317440a692) 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-7498 in /w/workspace/ndry_app-functions-sdk-go_PR-560 [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-560 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e into PR head commit 46c9655baaf7020f40b3ada84c3c953f8c364c33 > 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 --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/560/head:refs/remotes/origin/PR-560 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing 46c9655baaf7020f40b3ada84c3c953f8c364c33 Checking out Revision 46c9655baaf7020f40b3ada84c3c953f8c364c33 (PR-560) > git checkout -f 46c9655baaf7020f40b3ada84c3c953f8c364c33 # 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 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 46c9655baaf7020f40b3ada84c3c953f8c364c33 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" First time build. Skipping changelog. > git rev-list --no-walk b9952637fba288bacd46f549cac9b5436518c95f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:27:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:27:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:27:47 ========================================================= 15:27:47 EdgeX Global Pipelines Version Info 15:27:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:27:49 ------------------- 15:27:49 stable info: 15:27:49 ------------------- 15:27:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:27:49 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 15:27:49 Message: update stable to v1.0.144 15:27:50 ------------------- 15:27:50 experimental info: 15:27:50 ------------------- 15:27:50 Commited By: **** collab-it+edgex@linuxfoundation.org 15:27:50 Commit SHA: 0fb566d11309be12c9baf3de23def7053bac1c97 15:27:50 Message: update experimental to v1.0.146 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 15:27:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 15:27:50 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 15:27:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:27:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:27:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:27:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:27:51 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:27:51 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:27:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:27:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:27:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:27:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 15:27:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:27:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:27:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:27:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:27:52 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:27:52 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:27:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:27:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:27:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:27:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 15:27:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:27:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:27:53 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:27:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-560 [Pipeline] echo 15:27:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-560 [Pipeline] echo 15:27:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-560 [Pipeline] echo 15:27:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 46c9655baaf7020f40b3ada84c3c953f8c364c33 [Pipeline] echo 15:27:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 46c9655 [Pipeline] echo 15:27:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:27:54 + git log --format=format:%s -1 46c9655baaf7020f40b3ada84c3c953f8c364c33 [Pipeline] echo 15:27:54 GIT_COMMIT: 46c9655baaf7020f40b3ada84c3c953f8c364c33, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap [Pipeline] echo 15:27:54 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:27:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:27:55 15:27:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:27:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:27:55 latest: Pulling from edgex-devops/git-semver 15:27:55 31603596830f: Pulling fs layer 15:27:55 2a8b12db71e7: Pulling fs layer 15:27:55 6ca5941a6612: Pulling fs layer 15:27:55 ecc8261a40a4: Pulling fs layer 15:27:55 ecc8261a40a4: Waiting 15:27:55 2a8b12db71e7: Verifying Checksum 15:27:55 2a8b12db71e7: Download complete 15:27:56 31603596830f: Verifying Checksum 15:27:56 31603596830f: Download complete 15:27:56 ecc8261a40a4: Verifying Checksum 15:27:56 ecc8261a40a4: Download complete 15:27:56 6ca5941a6612: Verifying Checksum 15:27:56 6ca5941a6612: Download complete 15:27:56 31603596830f: Pull complete 15:27:56 2a8b12db71e7: Pull complete 15:27:57 6ca5941a6612: Pull complete 15:27:57 ecc8261a40a4: Pull complete 15:27:57 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:27:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:27:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:27:57 prd-centos7-docker-4c-2g-7498 does not seem to be running inside a container 15:27:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-560 -v /w/workspace/ndry_app-functions-sdk-go_PR-560:/w/workspace/ndry_app-functions-sdk-go_PR-560:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-560@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-560@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:27:59 $ docker top 7b6c068735d1a65d14abd8c7adefaa62cc71f756a77ba5de703d5381d44528c8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:28:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:28:00 [ssh-agent] Looking for ssh-agent implementation... 15:28:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:28:00 $ docker exec 7b6c068735d1a65d14abd8c7adefaa62cc71f756a77ba5de703d5381d44528c8 ssh-agent 15:28:00 SSH_AUTH_SOCK=/tmp/ssh-CJZmcfdSlOE1/agent.12 15:28:00 SSH_AGENT_PID=17 15:28:00 Running ssh-add (command line suppressed) 15:28:00 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-560@tmp/private_key_4986807757840525237.key (/w/workspace/ndry_app-functions-sdk-go_PR-560@tmp/private_key_4986807757840525237.key) 15:28:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:28:01 + git tag --points-at HEAD [Pipeline] } 15:28:01 $ docker exec --env ******** --env ******** 7b6c068735d1a65d14abd8c7adefaa62cc71f756a77ba5de703d5381d44528c8 ssh-agent -k 15:28:01 unset SSH_AUTH_SOCK; 15:28:01 unset SSH_AGENT_PID; 15:28:01 echo Agent pid 17 killed; 15:28:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:28:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:28:01 [ssh-agent] Looking for ssh-agent implementation... 15:28:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:28:01 $ docker exec 7b6c068735d1a65d14abd8c7adefaa62cc71f756a77ba5de703d5381d44528c8 ssh-agent 15:28:01 SSH_AUTH_SOCK=/tmp/ssh-DR5x2j9ZtofE/agent.47 15:28:01 SSH_AGENT_PID=52 15:28:01 Running ssh-add (command line suppressed) 15:28:01 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-560@tmp/private_key_9197462742710453638.key (/w/workspace/ndry_app-functions-sdk-go_PR-560@tmp/private_key_9197462742710453638.key) 15:28:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:28:02 + git semver init 15:28:02 # -> Open(): unable to determine branch for HEAD 15:28:02 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-560/.git 15:28:02 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-560 15:28:02 # $SEMVER_REMOTE_NAME = origin 15:28:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:28:02 # $SEMVER_USER_NAME = edgex-jenkins 15:28:02 # $SEMVER_BRANCH = PR-560 15:28:02 # $SEMVER_TEMP = /tmp/semver-271850620 15:28:02 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 15:28:10 # '/tmp/semver-271850620' -> '/w/workspace/ndry_app-functions-sdk-go_PR-560/.semver' 15:28:10 # -> Force: false 15:28:10 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-560/.semver [Pipeline] } 15:28:10 $ docker exec --env ******** --env ******** 7b6c068735d1a65d14abd8c7adefaa62cc71f756a77ba5de703d5381d44528c8 ssh-agent -k 15:28:10 unset SSH_AUTH_SOCK; 15:28:10 unset SSH_AGENT_PID; 15:28:10 echo Agent pid 52 killed; 15:28:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:28:11 + git semver [Pipeline] } 15:28:11 $ docker stop --time=1 7b6c068735d1a65d14abd8c7adefaa62cc71f756a77ba5de703d5381d44528c8 15:28:12 $ docker rm -f 7b6c068735d1a65d14abd8c7adefaa62cc71f756a77ba5de703d5381d44528c8 [Pipeline] // withDockerContainer [Pipeline] sh 15:28:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:28:14 Stashed 1 file(s) [Pipeline] echo 15:28:14 [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 15:28:29 Still waiting to schedule task 15:28:29 ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-7494’ is offline; ‘prd-centos7-docker-4c-2g-7497’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6371’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-7493’ doesn’t have label ‘centos7-docker-4c-2g’ 15:28:29 Still waiting to schedule task 15:28:29 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:31:07 Running on prd-centos7-docker-4c-2g-7505 in /w/workspace/ndry_app-functions-sdk-go_PR-560 [Pipeline] { [Pipeline] ws 15:31:07 Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout 15:31:13 using credential edgex-jenkins-ssh 15:31:13 Cloning the remote Git repository 15:31:13 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 15:31:13 > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 15:31:13 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:31:13 > git --version # timeout=10 15:31:13 > git --version # 'git version 2.16.5' 15:31:13 using GIT_SSH to set credentials SSH Credentials for GitHub 15:31:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:31:19 Merging remotes/origin/master commit 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e into PR head commit 46c9655baaf7020f40b3ada84c3c953f8c364c33 15:31:20 Merge succeeded, producing 46c9655baaf7020f40b3ada84c3c953f8c364c33 15:31:20 Checking out Revision 46c9655baaf7020f40b3ada84c3c953f8c364c33 (PR-560) 15:31:19 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:31:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:31:19 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:31:19 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:31:19 using GIT_SSH to set credentials SSH Credentials for GitHub 15:31:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/560/head:refs/remotes/origin/PR-560 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:31:19 > git config core.sparsecheckout # timeout=10 15:31:19 > git checkout -f 46c9655baaf7020f40b3ada84c3c953f8c364c33 # timeout=10 15:31:20 > git remote # timeout=10 15:31:20 > git config --get remote.origin.url # timeout=10 15:31:20 using GIT_SSH to set credentials SSH Credentials for GitHub 15:31:20 > git merge 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e # timeout=10 15:31:20 > git rev-parse HEAD^{commit} # timeout=10 15:31:20 > git config core.sparsecheckout # timeout=10 15:31:20 > git checkout -f 46c9655baaf7020f40b3ada84c3c953f8c364c33 # timeout=10 15:31:24 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:31:25 ========================================================= 15:31:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:31:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:31:26 + 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 . 15:31:28 Sending build context to Docker daemon 19.13MB 15:31:28 Step 1/8 : ARG BASE=golang:1.15-alpine 15:31:28 Step 2/8 : FROM ${BASE} 15:31:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:31:28 df20fa9351a1: Pulling fs layer 15:31:28 ed8968b2872e: Pulling fs layer 15:31:28 a92cc7c5fd73: Pulling fs layer 15:31:28 e871e8e8d7a9: Pulling fs layer 15:31:28 e73272ec9a57: Pulling fs layer 15:31:28 1e910a182e73: Pulling fs layer 15:31:28 4e634b169226: Pulling fs layer 15:31:28 e73272ec9a57: Waiting 15:31:28 1e910a182e73: Waiting 15:31:28 4e634b169226: Waiting 15:31:28 e871e8e8d7a9: Waiting 15:31:28 a92cc7c5fd73: Verifying Checksum 15:31:28 a92cc7c5fd73: Download complete 15:31:28 ed8968b2872e: Verifying Checksum 15:31:28 ed8968b2872e: Download complete 15:31:28 e73272ec9a57: Download complete 15:31:28 1e910a182e73: Verifying Checksum 15:31:28 1e910a182e73: Download complete 15:31:28 df20fa9351a1: Verifying Checksum 15:31:28 df20fa9351a1: Download complete 15:31:29 df20fa9351a1: Pull complete 15:31:29 ed8968b2872e: Pull complete 15:31:29 a92cc7c5fd73: Pull complete 15:31:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-7506 in /w/workspace/ndry_app-functions-sdk-go_PR-560 [Pipeline] { [Pipeline] ws 15:31:30 Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout 15:31:32 4e634b169226: Verifying Checksum 15:31:32 4e634b169226: Download complete 15:31:35 using credential edgex-jenkins-ssh 15:31:35 Cloning the remote Git repository 15:31:35 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 15:31:36 > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 15:31:36 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:31:36 > git --version # timeout=10 15:31:36 > git --version # 'git version 2.17.1' 15:31:36 using GIT_SSH to set credentials SSH Credentials for GitHub 15:31:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:31:37 e871e8e8d7a9: Verifying Checksum 15:31:37 e871e8e8d7a9: Download complete 15:31:39 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:31:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:31:39 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:31:39 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:31:39 using GIT_SSH to set credentials SSH Credentials for GitHub 15:31:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/560/head:refs/remotes/origin/PR-560 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:31:39 Merging remotes/origin/master commit 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e into PR head commit 46c9655baaf7020f40b3ada84c3c953f8c364c33 15:31:40 Merge succeeded, producing 46c9655baaf7020f40b3ada84c3c953f8c364c33 15:31:40 Checking out Revision 46c9655baaf7020f40b3ada84c3c953f8c364c33 (PR-560) 15:31:39 > git config core.sparsecheckout # timeout=10 15:31:39 > git checkout -f 46c9655baaf7020f40b3ada84c3c953f8c364c33 # timeout=10 15:31:39 > git remote # timeout=10 15:31:39 > git config --get remote.origin.url # timeout=10 15:31:39 using GIT_SSH to set credentials SSH Credentials for GitHub 15:31:39 > git merge 10e68ac7c91ef0a5c8c99ad9d778819a8d46231e # timeout=10 15:31:40 > git rev-parse HEAD^{commit} # timeout=10 15:31:40 > git config core.sparsecheckout # timeout=10 15:31:40 > git checkout -f 46c9655baaf7020f40b3ada84c3c953f8c364c33 # timeout=10 15:31:44 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:31:45 ========================================================= 15:31:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:31:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:31:46 + 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 . 15:31:47 Sending build context to Docker daemon 19.13MB 15:31:47 Step 1/8 : ARG BASE=golang:1.15-alpine 15:31:47 Step 2/8 : FROM ${BASE} 15:31:47 e871e8e8d7a9: Pull complete 15:31:47 e73272ec9a57: Pull complete 15:31:47 1e910a182e73: Pull complete 15:31:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:31:48 b538f80385f9: Pulling fs layer 15:31:48 74f711af9a0d: Pulling fs layer 15:31:48 99f96fe45779: Pulling fs layer 15:31:48 8529a6b9a6be: Pulling fs layer 15:31:48 45590311c82a: Pulling fs layer 15:31:48 69ca0ff8b7b3: Pulling fs layer 15:31:48 209524e5b208: Pulling fs layer 15:31:48 8529a6b9a6be: Waiting 15:31:48 45590311c82a: Waiting 15:31:48 69ca0ff8b7b3: Waiting 15:31:48 209524e5b208: Waiting 15:31:48 99f96fe45779: Download complete 15:31:48 74f711af9a0d: Verifying Checksum 15:31:48 74f711af9a0d: Download complete 15:31:48 45590311c82a: Verifying Checksum 15:31:48 45590311c82a: Download complete 15:31:48 69ca0ff8b7b3: Download complete 15:31:48 b538f80385f9: Verifying Checksum 15:31:48 b538f80385f9: Download complete 15:31:48 b538f80385f9: Pull complete 15:31:49 74f711af9a0d: Pull complete 15:31:50 99f96fe45779: Pull complete 15:31:50 209524e5b208: Verifying Checksum 15:31:50 209524e5b208: Download complete 15:31:51 8529a6b9a6be: Verifying Checksum 15:31:51 8529a6b9a6be: Download complete 15:31:53 4e634b169226: Pull complete 15:31:53 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 15:31:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:31:53 ---> f7629b54cfaa 15:31:53 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:31:53 latest: Pulling from library/docker 15:31:53 df20fa9351a1: Already exists 15:31:53 25ad7478873d: Pulling fs layer 15:31:53 4684f6177b5d: Pulling fs layer 15:31:53 206f78d23536: Pulling fs layer 15:31:53 cee0542293f3: Pulling fs layer 15:31:53 d951dd9fd09f: Pulling fs layer 15:31:53 dce9c88c04bd: Pulling fs layer 15:31:53 cee0542293f3: Waiting 15:31:53 d951dd9fd09f: Waiting 15:31:53 dce9c88c04bd: Waiting 15:31:53 4684f6177b5d: Verifying Checksum 15:31:53 4684f6177b5d: Download complete 15:31:53 25ad7478873d: Verifying Checksum 15:31:53 25ad7478873d: Download complete 15:31:53 cee0542293f3: Verifying Checksum 15:31:53 cee0542293f3: Download complete 15:31:53 d951dd9fd09f: Verifying Checksum 15:31:53 d951dd9fd09f: Download complete 15:31:53 dce9c88c04bd: Verifying Checksum 15:31:53 dce9c88c04bd: Download complete 15:31:53 25ad7478873d: Pull complete 15:31:54 4684f6177b5d: Pull complete 15:31:54 206f78d23536: Verifying Checksum 15:31:54 206f78d23536: Download complete 15:31:59 206f78d23536: Pull complete 15:31:59 cee0542293f3: Pull complete 15:31:59 d951dd9fd09f: Pull complete 15:31:59 dce9c88c04bd: Pull complete 15:31:59 Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 15:31:59 Status: Downloaded newer image for docker:latest 15:32:02 ---> f286a7e35e28 15:32:02 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:32:02 ---> Running in d54806c127fa 15:32:02 Removing intermediate container d54806c127fa 15:32:02 ---> 8eab1f7f15d0 15:32:02 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 15:32:02 ---> Running in 12dfa9498572 15:32:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:32:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:32:04 8529a6b9a6be: Pull complete 15:32:04 45590311c82a: Pull complete 15:32:04 69ca0ff8b7b3: Pull complete 15:32:05 (1/5) Installing libsodium (1.0.18-r0) 15:32:05 (2/5) Installing libzmq (4.3.3-r0) 15:32:05 (3/5) Installing pkgconf (1.7.2-r0) 15:32:05 (4/5) Installing libsodium-dev (1.0.18-r0) 15:32:05 (5/5) Installing zeromq-dev (4.3.3-r0) 15:32:05 Executing busybox-1.31.1-r16.trigger 15:32:05 OK: 167 MiB in 44 packages 15:32:06 Removing intermediate container 12dfa9498572 15:32:06 ---> 37582bc571a4 15:32:06 Step 6/8 : WORKDIR /build 15:32:06 ---> Running in d17ae46c4489 15:32:06 Removing intermediate container d17ae46c4489 15:32:06 ---> 25b9166a54bf 15:32:06 Step 7/8 : COPY go.mod . 15:32:06 209524e5b208: Pull complete 15:32:06 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 15:32:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:32:06 ---> 5bddaf1c2fca 15:32:06 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:32:07 latest: Pulling from library/docker 15:32:07 b538f80385f9: Already exists 15:32:07 259a493cd78d: Pulling fs layer 15:32:07 b8e66b5100f5: Pulling fs layer 15:32:07 203964748c9f: Pulling fs layer 15:32:07 d6fc4445224b: Pulling fs layer 15:32:07 5ea39d09386c: Pulling fs layer 15:32:07 78a785fe32a7: Pulling fs layer 15:32:07 d6fc4445224b: Waiting 15:32:07 5ea39d09386c: Waiting 15:32:07 78a785fe32a7: Waiting 15:32:07 ---> 284a502ea780 15:32:07 Step 8/8 : RUN go mod download 15:32:07 ---> Running in e24bcd93da4b 15:32:07 b8e66b5100f5: Download complete 15:32:07 259a493cd78d: Verifying Checksum 15:32:07 259a493cd78d: Download complete 15:32:07 d6fc4445224b: Verifying Checksum 15:32:07 d6fc4445224b: Download complete 15:32:07 5ea39d09386c: Verifying Checksum 15:32:07 5ea39d09386c: Download complete 15:32:08 78a785fe32a7: Verifying Checksum 15:32:08 78a785fe32a7: Download complete 15:32:08 259a493cd78d: Pull complete 15:32:08 b8e66b5100f5: Pull complete 15:32:09 203964748c9f: Verifying Checksum 15:32:09 203964748c9f: Download complete 15:32:12 203964748c9f: Pull complete 15:32:12 d6fc4445224b: Pull complete 15:32:13 5ea39d09386c: Pull complete 15:32:13 78a785fe32a7: Pull complete 15:32:13 Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 15:32:13 Status: Downloaded newer image for docker:latest 15:32:20 ---> 70d5562b1ead 15:32:20 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:32:20 ---> Running in a2ba351f8fe3 15:32:20 Removing intermediate container a2ba351f8fe3 15:32:20 ---> 438f7f8049d2 15:32:20 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 15:32:20 ---> Running in a427ebaf5962 15:32:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:32:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:32:23 (1/5) Installing libsodium (1.0.18-r0) 15:32:23 (2/5) Installing libzmq (4.3.3-r0) 15:32:23 (3/5) Installing pkgconf (1.7.2-r0) 15:32:23 (4/5) Installing libsodium-dev (1.0.18-r0) 15:32:23 (5/5) Installing zeromq-dev (4.3.3-r0) 15:32:23 Executing busybox-1.31.1-r16.trigger 15:32:23 OK: 144 MiB in 44 packages 15:32:25 Removing intermediate container a427ebaf5962 15:32:25 ---> c9ed78f84cc6 15:32:25 Step 6/8 : WORKDIR /build 15:32:25 ---> Running in 7c0078e4f518 15:32:25 Removing intermediate container 7c0078e4f518 15:32:25 ---> 3192a8cba9d7 15:32:25 Step 7/8 : COPY go.mod . 15:32:26 ---> 961b8d1e0ced 15:32:26 Step 8/8 : RUN go mod download 15:32:26 ---> Running in d755f05ceb13 15:32:40 Removing intermediate container e24bcd93da4b 15:32:40 ---> 7a3570fd3f5e 15:32:40 Successfully built 7a3570fd3f5e 15:32:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:32:40 + docker inspect -f . ci-base-image-x86_64 15:32:40 . [Pipeline] withDockerContainer 15:32:41 prd-centos7-docker-4c-2g-7505 does not seem to be running inside a container 15:32:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@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 ******** ci-base-image-x86_64 cat 15:32:42 $ docker top 171bb93baebd673546d205043caa0e7db391f50fcf3dc1fcd42a648405121e82 -eo pid,comm [Pipeline] { [Pipeline] sh 15:32:43 + go version 15:32:43 go version go1.15.2 linux/amd64 [Pipeline] } 15:32:43 $ docker stop --time=1 171bb93baebd673546d205043caa0e7db391f50fcf3dc1fcd42a648405121e82 15:32:45 $ docker rm -f 171bb93baebd673546d205043caa0e7db391f50fcf3dc1fcd42a648405121e82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:32:46 + docker inspect -f . ci-base-image-x86_64 15:32:46 . [Pipeline] withDockerContainer 15:32:46 prd-centos7-docker-4c-2g-7505 does not seem to be running inside a container 15:32:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@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 ******** ci-base-image-x86_64 cat 15:32:47 $ docker top 14418884c2a9ba1be036c6a52d677c17e6a0bc8f1cabedc7f84b2bbcc0e5a289 -eo pid,comm [Pipeline] { [Pipeline] sh 15:32:48 + make test 15:32:48 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:32:52 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 15:32:58 Removing intermediate container d755f05ceb13 15:32:58 ---> 370a55b4fd1a 15:32:58 Successfully built 370a55b4fd1a 15:32:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:32:59 + docker inspect -f . ci-base-image-arm64 15:32:59 . [Pipeline] withDockerContainer 15:32:59 prd-ubuntu18.04-docker-arm64-4c-16g-7506 does not seem to be running inside a container 15:32:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@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 ******** ci-base-image-arm64 cat 15:33:01 $ docker top 9b61fe79d15ff7237e8ec3cda9bdba626b38fe363ddb40a8149b63f2321f3c83 -eo pid,comm [Pipeline] { [Pipeline] sh 15:33:03 + go version 15:33:03 go version go1.15.2 linux/arm64 [Pipeline] } 15:33:03 $ docker stop --time=1 9b61fe79d15ff7237e8ec3cda9bdba626b38fe363ddb40a8149b63f2321f3c83 15:33:05 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.042s coverage: 86.2% of statements 15:33:05 $ docker rm -f 9b61fe79d15ff7237e8ec3cda9bdba626b38fe363ddb40a8149b63f2321f3c83 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:33:06 + docker inspect -f . ci-base-image-arm64 15:33:06 . [Pipeline] withDockerContainer 15:33:06 prd-ubuntu18.04-docker-arm64-4c-16g-7506 does not seem to be running inside a container 15:33:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@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 ******** ci-base-image-arm64 cat 15:33:08 $ docker top 843241fcb445182ee2393b79453a1c0a8f60f550977e7544b7b299ea558dc6c7 -eo pid,comm [Pipeline] { [Pipeline] sh 15:33:09 + make test 15:33:09 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:33:11 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 15:33:27 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.109s coverage: 51.7% of statements 15:33:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 15:33:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 15:33:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.090s coverage: 54.7% of statements 15:33:27 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 15:33:27 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.173s coverage: 69.1% of statements 15:33:33 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.023s coverage: 86.2% of statements 15:33:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.503s coverage: 61.6% of statements 15:33:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.019s coverage: 89.5% of statements 15:33:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.015s coverage: 100.0% of statements 15:33:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.040s coverage: 100.0% of statements 15:33:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.023s coverage: 100.0% of statements 15:33:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.018s coverage: 100.0% of statements 15:33:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 15:33:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 15:33:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 15:33:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 15:33:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 15:33:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 15:33:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 15:33:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.015s coverage: 96.6% of statements 15:33:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 15:33:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.012s coverage: 97.7% of statements 15:33:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 15:33:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 15:33:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.034s coverage: 9.4% of statements 15:33:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.008s coverage: 75.0% of statements 15:33:42 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 15:33:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.027s coverage: 89.7% of statements 15:33:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.054s coverage: 88.9% of statements 15:33:42 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.028s coverage: 80.5% of statements 15:33:42 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.014s coverage: 71.7% of statements 15:34:05 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.117s coverage: 70.8% of statements 15:34:05 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.048s coverage: 94.4% of statements 15:34:05 CGO_ENABLED=1 GO111MODULE=on go vet ./... 15:34:13 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.062s coverage: 51.7% of statements 15:34:13 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 15:34:13 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 15:34:13 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.086s coverage: 54.7% of statements 15:34:13 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 15:34:13 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.063s coverage: 69.1% of statements 15:34:13 gofmt -l . 15:34:13 [ "`gofmt -l .`" = "" ] 15:34:13 ./bin/test-go-mod-tidy.sh [Pipeline] stash 15:34:16 Stashed 1 file(s) [Pipeline] } 15:34:16 $ docker stop --time=1 14418884c2a9ba1be036c6a52d677c17e6a0bc8f1cabedc7f84b2bbcc0e5a289 15:34:18 $ docker rm -f 14418884c2a9ba1be036c6a52d677c17e6a0bc8f1cabedc7f84b2bbcc0e5a289 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:34:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.455s coverage: 61.6% of statements 15:34:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.031s coverage: 89.5% of statements 15:34:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.012s coverage: 100.0% of statements 15:34:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.032s coverage: 100.0% of statements 15:34:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.022s coverage: 100.0% of statements 15:34:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.022s coverage: 100.0% of statements 15:34:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 15:34:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 15:34:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 15:34:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 15:34:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 15:34:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 15:34:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 15:34:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.012s coverage: 96.6% of statements 15:34:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 15:34:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.011s coverage: 97.7% of statements 15:34:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 15:34:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 15:34:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.024s coverage: 9.4% of statements 15:34:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.935s coverage: 75.0% of statements 15:34:23 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 15:34:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.035s coverage: 89.7% of statements 15:34:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.024s coverage: 88.9% of statements 15:34:23 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.044s coverage: 80.5% of statements 15:34:23 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.020s coverage: 71.7% of statements 15:34:50 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.055s coverage: 70.8% of statements 15:34:50 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.013s coverage: 94.4% of statements 15:34:50 CGO_ENABLED=1 GO111MODULE=on go vet ./... 15:35:00 gofmt -l . 15:35:01 [ "`gofmt -l .`" = "" ] 15:35:01 ./bin/test-go-mod-tidy.sh [Pipeline] stash 15:35:02 Warning: overwriting stash ‘coverage-report’ 15:35:03 Stashed 1 file(s) [Pipeline] } 15:35:03 $ docker stop --time=1 843241fcb445182ee2393b79453a1c0a8f60f550977e7544b7b299ea558dc6c7 15:35:05 $ docker rm -f 843241fcb445182ee2393b79453a1c0a8f60f550977e7544b7b299ea558dc6c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 15:35:08 provisioning config files... 15:35:08 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-560@tmp/config2381143200630325275tmp [Pipeline] { [Pipeline] sh 15:35:08 + set +x 15:35:08 + curl -s https://codecov.io/bash 15:35:08 + bash -s -- 15:35:08 15:35:08 _____ _ 15:35:08 / ____| | | 15:35:08 | | ___ __| | ___ ___ _____ __ 15:35:08 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:35:08 | |___| (_) | (_| | __/ (_| (_) \ V / 15:35:08 \_____\___/ \__,_|\___|\___\___/ \_/ 15:35:08 Bash-20201009-048fee3 15:35:08 15:35:08 15:35:08 ==> Jenkins CI detected. 15:35:08 project root: . 15:35:08 --> token set from env 15:35:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:35:08 ==> Running gcov in . (disable via -X gcov) 15:35:08 ==> Python coveragepy not found 15:35:08 ==> Searching for coverage reports in: 15:35:08 + . 15:35:08 -> Found 1 reports 15:35:08 ==> Detecting git/mercurial file structure 15:35:08 ==> Reading reports 15:35:08 + ./coverage.out bytes=90014 15:35:08 ==> Appending adjustments 15:35:08 https://docs.codecov.io/docs/fixing-reports 15:35:09 + Found adjustments 15:35:09 ==> Gzipping contents 15:35:09 ==> Uploading reports 15:35:09 url: https://codecov.io 15:35:09 query: branch=PR-560&commit=46c9655baaf7020f40b3ada84c3c953f8c364c33&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-560%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=560&job=&cmd_args= 15:35:09 -> Pinging Codecov 15:35:09 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-560&commit=46c9655baaf7020f40b3ada84c3c953f8c364c33&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-560%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=560&job=&cmd_args= 15:35:09 -> Uploading to 15:35:09 15:35:09 % Total % Received % Xferd Average Speed Time Time Time Current 15:35:09 Dload Upload Total Spent Left Speed 15:35:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 15:35:09 X> Failed to upload 15:35:09 ==> Uploading to Codecov 15:35:09 % Total % Received % Xferd Average Speed Time Time Time Current 15:35:09 Dload Upload Total Spent Left Speed 15:35:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15993 0 0 100 15993 0 13667 0:00:01 0:00:01 --:--:-- 13669 100 15993 0 0 100 15993 0 7991 0:00:02 0:00:02 --:--:-- 7992 99 16110 0 0 100 15993 0 6923 0:00:02 0:00:02 --:--:-- 6923 100 16110 100 117 100 15993 50 6923 0:00:02 0:00:02 --:--:-- 6923 15:35:11 View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/46c9655baaf7020f40b3ada84c3c953f8c364c33 [Pipeline] } 15:35:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 15:35:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:35:15 ---> package-listing.sh 15:35:15 ++ facter osfamily 15:35:15 ++ tr '[:upper:]' '[:lower:]' 15:35:15 + OS_FAMILY=redhat 15:35:15 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-560 15:35:15 + START_PACKAGES=/tmp/packages_start.txt 15:35:15 + END_PACKAGES=/tmp/packages_end.txt 15:35:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:35:15 + PACKAGES=/tmp/packages_start.txt 15:35:15 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-560 ']' 15:35:15 + PACKAGES=/tmp/packages_end.txt 15:35:15 + case "${OS_FAMILY}" in 15:35:15 + rpm -qa 15:35:15 + sort 15:35:19 + '[' -f /tmp/packages_start.txt ']' 15:35:19 + '[' -f /tmp/packages_end.txt ']' 15:35:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:35:19 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-560 ']' 15:35:19 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-560/archives/ 15:35:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-560/archives/ [Pipeline] echo 15:35:19 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-560/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:35:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:35:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:35:20 15:35:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:35:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:35:20 alpine: Pulling from edgex-lftools-log-publisher 15:35:20 df20fa9351a1: Pulling fs layer 15:35:20 36b3adc4ff6f: Pulling fs layer 15:35:20 8ad3a11d3b57: Pulling fs layer 15:35:20 46f8f816bc3b: Pulling fs layer 15:35:20 93b61091891f: Pulling fs layer 15:35:20 93b9cdb0e59b: Pulling fs layer 15:35:20 5e14af77c1be: Pulling fs layer 15:35:20 01666e4c0597: Pulling fs layer 15:35:20 aa168da1d23b: Pulling fs layer 15:35:20 46f8f816bc3b: Waiting 15:35:20 93b61091891f: Waiting 15:35:20 93b9cdb0e59b: Waiting 15:35:20 5e14af77c1be: Waiting 15:35:20 01666e4c0597: Waiting 15:35:20 aa168da1d23b: Waiting 15:35:20 36b3adc4ff6f: Download complete 15:35:20 46f8f816bc3b: Verifying Checksum 15:35:20 46f8f816bc3b: Download complete 15:35:20 df20fa9351a1: Verifying Checksum 15:35:20 df20fa9351a1: Download complete 15:35:20 93b9cdb0e59b: Verifying Checksum 15:35:20 93b9cdb0e59b: Download complete 15:35:20 93b61091891f: Verifying Checksum 15:35:20 93b61091891f: Download complete 15:35:20 5e14af77c1be: Verifying Checksum 15:35:20 5e14af77c1be: Download complete 15:35:20 01666e4c0597: Verifying Checksum 15:35:20 01666e4c0597: Download complete 15:35:21 df20fa9351a1: Pull complete 15:35:21 36b3adc4ff6f: Pull complete 15:35:21 8ad3a11d3b57: Verifying Checksum 15:35:21 8ad3a11d3b57: Download complete 15:35:22 8ad3a11d3b57: Pull complete 15:35:22 46f8f816bc3b: Pull complete 15:35:22 aa168da1d23b: Verifying Checksum 15:35:22 aa168da1d23b: Download complete 15:35:23 93b61091891f: Pull complete 15:35:23 93b9cdb0e59b: Pull complete 15:35:23 5e14af77c1be: Pull complete 15:35:23 01666e4c0597: Pull complete 15:35:30 aa168da1d23b: Pull complete 15:35:30 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:35:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:35:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:35:30 prd-centos7-docker-4c-2g-7498 does not seem to be running inside a container 15:35:30 $ 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-560/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-560 -v /w/workspace/ndry_app-functions-sdk-go_PR-560:/w/workspace/ndry_app-functions-sdk-go_PR-560:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-560@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-560@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:35:34 $ docker top 667af8e456f26cc72e44a0445fcd76283b43179efeb58d049577e2ba26b0edea -eo pid,comm [Pipeline] { [Pipeline] sh 15:35:34 + touch /tmp/pre-build-complete [Pipeline] sh 15:35:35 + mkdir -p /var/log/sa [Pipeline] sh 15:35:35 + ls /var/log/sa-host 15:35:35 + sadf -c /var/log/sa-host/sa05 15:35:35 file_magic: OK 15:35:35 HZ: Using current value: 100 15:35:35 file_header: OK 15:35:35 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 15:35:35 Statistics: 15:35:35 Hnuu...uuuununununu...Hnuu...uuuununununu... 15:35:35 File successfully converted to sysstat format version 12.2.1 15:35:35 + sadf -c /var/log/sa-host/sa21 15:35:35 file_magic: OK 15:35:35 HZ: Using current value: 100 15:35:35 file_header: OK 15:35:35 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 15:35:35 Statistics: 15:35:35 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:35:35 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:35:35 provisioning config files... 15:35:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-560@tmp/config5447342443027111422tmp [Pipeline] { [Pipeline] echo 15:35:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:35:36 ---> create-netrc.sh [Pipeline] } 15:35:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:35:36 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:35:36 ---> python-tools-install.sh [Pipeline] echo 15:35:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:35:36 ---> sudo-logs.sh 15:35:36 Archiving 'sudo' log.. [Pipeline] echo 15:35:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:35:37 ---> job-cost.sh 15:35:37 lf-activate-venv: SKIPPING 15:35:37 INFO: No Stack... 15:35:39 INFO: Retrieving Pricing Info for: v1-standard-2 15:35:40 INFO: Archiving Costs [Pipeline] echo 15:35:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:35:40 ---> logs-deploy.sh 15:35:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-560/2 15:35:40 INFO: archiving workspace using pattern(s): 15:35:41 Archives upload complete. 15:35:42 INFO: archiving logs to Nexus 15:35:43 ---> uname -a: 15:35:43 Linux prd-centos7-docker-4c-2g-7498.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 15:35:43 15:35:43 15:35:43 ---> lscpu: 15:35:43 Architecture: x86_64 15:35:43 CPU op-mode(s): 32-bit, 64-bit 15:35:43 Byte Order: Little Endian 15:35:43 Address sizes: 40 bits physical, 48 bits virtual 15:35:43 CPU(s): 4 15:35:43 On-line CPU(s) list: 0-3 15:35:43 Thread(s) per core: 1 15:35:43 Core(s) per socket: 1 15:35:43 Socket(s): 4 15:35:43 NUMA node(s): 1 15:35:43 Vendor ID: GenuineIntel 15:35:43 CPU family: 6 15:35:43 Model: 44 15:35:43 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:35:43 Stepping: 1 15:35:43 CPU MHz: 2933.438 15:35:43 BogoMIPS: 5866.87 15:35:43 Virtualization: VT-x 15:35:43 Hypervisor vendor: KVM 15:35:43 Virtualization type: full 15:35:43 L1d cache: 128 KiB 15:35:43 L1i cache: 128 KiB 15:35:43 L2 cache: 16 MiB 15:35:43 L3 cache: 64 MiB 15:35:43 NUMA node0 CPU(s): 0-3 15:35:43 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:35:43 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:35:43 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:35:43 Vulnerability Meltdown: Mitigation; PTI 15:35:43 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:35:43 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:35:43 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:35:43 Vulnerability Tsx async abort: Not affected 15:35: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 15:35:43 15:35:43 15:35:43 ---> nproc: 15:35:43 4 15:35:43 15:35:43 15:35:43 ---> df -h: 15:35:43 Filesystem Size Used Available Use% Mounted on 15:35:43 overlay 50.0G 7.2G 42.8G 14% / 15:35:43 tmpfs 64.0M 0 64.0M 0% /dev 15:35:43 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:35:43 shm 64.0M 0 64.0M 0% /dev/shm 15:35:43 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 15:35:43 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 15:35:43 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 15:35:43 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 15:35:43 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 15:35:43 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 15:35:43 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/ndry_app-functions-sdk-go_PR-560 15:35:43 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/ndry_app-functions-sdk-go_PR-560@tmp 15:35:43 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 15:35:43 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 15:35:43 15:35:43 15:35:43 ---> free -m: 15:35:43 total used free shared buff/cache available 15:35:43 Mem: 1837 684 120 0 1032 1050 15:35:43 Swap: 1023 1 1022 15:35:43 15:35:43 15:35:43 ---> ip addr: 15:35:43 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:35:43 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:35:43 inet 127.0.0.1/8 scope host lo 15:35:43 valid_lft forever preferred_lft forever 15:35:43 inet6 ::1/128 scope host 15:35:43 valid_lft forever preferred_lft forever 15:35:43 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:35:43 link/ether fa:16:3e:ed:2a:3e brd ff:ff:ff:ff:ff:ff 15:35:43 inet 10.30.122.229/23 brd 10.30.123.255 scope global dynamic eth0 15:35:43 valid_lft 85891sec preferred_lft 85891sec 15:35:43 inet6 fe80::f816:3eff:feed:2a3e/64 scope link 15:35:43 valid_lft forever preferred_lft forever 15:35:43 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:35:43 link/ether 02:42:2a:77:b4:a5 brd ff:ff:ff:ff:ff:ff 15:35:43 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:35:43 valid_lft forever preferred_lft forever 15:35:43 inet6 fe80::42:2aff:fe77:b4a5/64 scope link 15:35:43 valid_lft forever preferred_lft forever 15:35:43 15:35:43 15:35:43 ---> sar -b -r -n DEV: 15:35:43 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/21/20 _x86_64_ (4 CPU) 15:35:43 15:35:43 15:26:54 LINUX RESTART (4 CPU) 15:35:43 15:35:43 15:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:35:43 15:29:01 10.57 3.16 7.41 0.00 219.97 1340.86 0.00 15:35:43 15:30:01 0.32 0.00 0.32 0.00 0.00 5.26 0.00 15:35:43 15:31:01 0.20 0.00 0.20 0.00 0.00 1.90 0.00 15:35:43 15:32:01 0.58 0.00 0.58 0.00 0.00 8.51 0.00 15:35:43 15:33:01 0.25 0.00 0.25 0.00 0.00 3.68 0.00 15:35:43 15:34:01 0.30 0.02 0.28 0.00 0.13 3.51 0.00 15:35:43 15:35:01 0.25 0.00 0.25 0.00 0.00 2.76 0.00 15:35:43 Average: 1.78 0.45 1.33 0.00 31.46 195.30 0.00 15:35:43 15:35:43 15:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:35:43 15:29:01 223936 0 590264 31.37 2620 1064736 1113184 37.99 443576 1055424 20 15:35:43 15:30:01 228620 0 585572 31.12 2620 1064744 1095464 37.39 442612 1052560 8 15:35:43 15:31:01 230340 0 583848 31.03 2620 1064748 1079876 36.85 442284 1051572 20 15:35:43 15:32:01 229056 0 585132 31.10 2620 1064748 1079908 36.86 458756 1036524 20 15:35:43 15:33:01 228784 0 585396 31.11 2620 1064756 1079976 36.86 463036 1032396 16 15:35:43 15:34:01 228964 0 585208 31.10 2620 1064764 1079808 36.85 470584 1025056 12 15:35:43 15:35:01 228980 0 585184 31.10 2620 1064772 1079808 36.85 460536 1035112 8 15:35:43 Average: 228383 0 585801 31.13 2620 1064753 1086861 37.09 454483 1041235 15 15:35:43 15:35:43 15:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:35:43 15:29:01 eth0 134.02 158.22 324.74 43.04 0.00 0.00 0.00 0.00 15:35:43 15:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:43 15:29:01 docker0 134.92 102.33 10.55 305.33 0.00 0.00 0.00 0.00 15:35:43 15:30:01 eth0 2.06 0.42 0.41 0.21 0.00 0.00 0.00 0.00 15:35:43 15:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:43 15:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:43 15:31:01 eth0 2.98 0.83 0.94 0.56 0.00 0.00 0.00 0.00 15:35:43 15:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:43 15:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:43 15:32:01 eth0 1.53 0.55 0.59 0.42 0.00 0.00 0.00 0.00 15:35:43 15:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:43 15:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:43 15:33:01 eth0 0.70 0.53 0.41 0.29 0.00 0.00 0.00 0.00 15:35:43 15:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:43 15:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:43 15:34:01 eth0 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 15:35:43 15:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:43 15:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:43 15:35:01 eth0 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 15:35:43 15:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:43 15:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:43 Average: eth0 20.22 22.96 46.75 6.36 0.00 0.00 0.00 0.00 15:35:43 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:35:43 Average: docker0 19.28 14.63 1.51 43.64 0.00 0.00 0.00 0.00 15:35:43 15:35:43 15:35:43 ---> sar -P ALL: 15:35:43 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/21/20 _x86_64_ (4 CPU) 15:35:43 15:35:43 15:26:54 LINUX RESTART (4 CPU) 15:35:43 15:35:43 15:28:01 CPU %user %nice %system %iowait %steal %idle 15:35:43 15:29:01 all 1.92 0.00 0.86 0.09 0.00 97.13 15:35:43 15:29:01 0 1.51 0.00 0.97 0.02 0.00 97.51 15:35:43 15:29:01 1 1.60 0.00 0.82 0.03 0.02 97.53 15:35:43 15:29:01 2 2.69 0.00 0.75 0.23 0.00 96.32 15:35:43 15:29:01 3 1.89 0.00 0.89 0.07 0.00 97.16 15:35:43 15:30:01 all 0.18 0.00 0.06 0.00 0.00 99.76 15:35:43 15:30:01 0 0.27 0.00 0.05 0.00 0.00 99.68 15:35:43 15:30:01 1 0.08 0.00 0.08 0.00 0.00 99.83 15:35:43 15:30:01 2 0.32 0.00 0.05 0.00 0.00 99.63 15:35:43 15:30:01 3 0.05 0.00 0.05 0.00 0.02 99.88 15:35:43 15:31:01 all 0.18 0.00 0.04 0.00 0.00 99.78 15:35:43 15:31:01 0 0.08 0.00 0.05 0.00 0.00 99.87 15:35:43 15:31:01 1 0.05 0.00 0.03 0.00 0.00 99.92 15:35:43 15:31:01 2 0.53 0.00 0.05 0.00 0.00 99.42 15:35:43 15:31:01 3 0.07 0.00 0.02 0.00 0.00 99.92 15:35:43 15:32:01 all 0.16 0.00 0.05 0.00 0.00 99.79 15:35:43 15:32:01 0 0.02 0.00 0.03 0.00 0.00 99.95 15:35:43 15:32:01 1 0.22 0.00 0.05 0.00 0.00 99.73 15:35:43 15:32:01 2 0.37 0.00 0.07 0.00 0.00 99.57 15:35:43 15:32:01 3 0.05 0.00 0.03 0.00 0.00 99.92 15:35:43 15:33:01 all 0.16 0.00 0.05 0.00 0.00 99.78 15:35:43 15:33:01 0 0.03 0.00 0.03 0.00 0.00 99.93 15:35:43 15:33:01 1 0.55 0.00 0.03 0.00 0.00 99.42 15:35:43 15:33:01 2 0.05 0.00 0.13 0.00 0.00 99.82 15:35:43 15:33:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:35:43 15:34:01 all 0.14 0.00 0.04 0.00 0.00 99.82 15:35:43 15:34:01 0 0.00 0.00 0.02 0.00 0.00 99.98 15:35:43 15:34:01 1 0.50 0.00 0.02 0.00 0.00 99.48 15:35:43 15:34:01 2 0.03 0.00 0.10 0.00 0.00 99.87 15:35:43 15:34:01 3 0.02 0.00 0.03 0.00 0.00 99.95 15:35:43 15:35:01 all 0.10 0.00 0.04 0.00 0.00 99.86 15:35:43 15:35:01 0 0.03 0.00 0.07 0.00 0.02 99.88 15:35:43 15:35:01 1 0.30 0.00 0.02 0.00 0.00 99.68 15:35:43 15:35:01 2 0.05 0.00 0.05 0.00 0.00 99.90 15:35:43 15:35:01 3 0.02 0.00 0.02 0.00 0.00 99.97 15:35:43 Average: all 0.41 0.00 0.16 0.01 0.00 99.42 15:35:43 Average: 0 0.28 0.00 0.17 0.00 0.00 99.55 15:35:43 Average: 1 0.47 0.00 0.15 0.00 0.00 99.37 15:35:43 Average: 2 0.58 0.00 0.17 0.03 0.00 99.22 15:35:43 Average: 3 0.30 0.00 0.15 0.01 0.00 99.54 15:35:43 15:35:43 15:35:43